/* =====================================================
   SELECT2 ADMINLTE 3
===================================================== */

/* Container */
.select2-container {
    width: 100% !important;
    font-size: 14px;
}

/* Input */
.select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding-left: 8px;
    background: #fff;
    transition: 0.2s;
}

/* Text */
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    /*line-height: 36px;*/
    color: #495057;
    padding-left: 0;
}

/* Arrow */
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
    right: 6px;
}

/* Focus */
.select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Dropdown */
.select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* Search Box */
.select2-search--dropdown {
    padding: 10px;
    background: #f8f9fa;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 34px;
    padding: 6px 10px;
}

/* Item */
.select2-results__option {
    padding: 9px 14px;
    font-size: 14px;
}

/* Hover */
.select2-results__option--highlighted {
    background: #007bff !important;
    color: #fff;
}

/* Selected */
.select2-results__option[aria-selected="true"] {
    background: #e9ecef;
    color: #212529;
}

/* Disabled */
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background: #e9ecef;
}

/* Placeholder */
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #6c757d;
}
