/* Customize the main container */
.select2-container--default .select2-selection--single {
    background-color: white !important;
    border: 1px solid grey !important;
    border-radius: 4px !important;
    height: 38px !important;
    padding: 6px 12px !important;
    -webkit-border-radius: 4px !important; /* Safari 5.1-6, Chrome 10-18 */
    -moz-border-radius: 4px !important;  /* Firefox 3.6-15 */
}

/* Customize the arrow icon */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #555 transparent transparent transparent !important;
}

/* Customize the placeholder and selected text */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left: 8px !important;
}

/* Customize the dropdown style */
.select2-container--default .select2-results__option {
    background-color: white !important;
    color: #333 !important;
    font-size: 16px !important;
    padding: 8px 12px !important;
}

/* Customize the hover and selected state */
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #007bff !important;
    color: #fff !important;
}


.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0 5px;
    padding: 0 5px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 6px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-selection__choice{
    margin-top: 2px!important;
    margin-bottom: 2px!important;
    padding: 7px !important;
    border:none!important;
    border-radius: 4px!important;
    background-color: #808080 !important;
    opacity: 0.9 !important;
    color: black;
}

.select2-selection__choice__remove{
    border: none!important;
    border-radius: 0!important;
    padding: 0 2px!important;
}

.select2-selection__choice__remove:hover{
    background-color: transparent!important;
    color: #ef5454 !important;
}

