﻿/* --- BASE SELECT2 STYLING (MATCH filters-ddl) --- */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 2px solid #529487 !important;
    background-color: transparent !important;
    border-radius: 8px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 8px !important;
    color: white !important;
}

/* Text inside input */
.select2-container--default .select2-selection__rendered {
    color: white !important;
    line-height: 1.2rem !important;
    padding-left: 4px !important;
}

/* Placeholder */
.select2-container--default .select2-selection__placeholder {
    color: #cccccc !important;
    opacity: 0.8 !important;
}

/* --- DROPDOWN ARROW --- */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: white transparent transparent transparent !important;
        border-width: 6px 6px 2px 6px !important;
    }

/* --- MULTIPLE TAGS --- */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #293a49 !important;
    border: 1px solid #529487 !important;
    color: white !important;
}

/* Tag remove icon */
.select2-container--default .select2-selection__choice__remove {
    color: #fff !important;
}

/* --- DROPDOWN LIST --- */
.select2-container--default .select2-results > .select2-results__options {
    background-color: #293a49 !important;
    color: white !important;
}

.select2-container--default .select2-results__option {
    background-color: #293a49 !important;
    color: white !important;
    padding: 8px !important;
}

/* Hover */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3b4f60 !important;
    color: white !important;
}
