﻿/*.select2-selection__placeholder {
    color: #fff !important;
}

.select2-container {
    min-width: 300px !important;
}

.select2-results__option {
    border-top: 4px solid #484545;
}

    .select2-results__option:hover {
        border-top: 4px solid #ecad38 !important;
    }

.select2-container--open .select2-dropdown--below {
    border-color: #484545 !important;
}

.select2-container--default .select2-selection--single {
    background-color: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.select2-dropdown {
    background-color: #484545 !important;
}

.select2-search select2-search--dropdown, .select2-selection__rendered {
    background: #353434 !important;
    color: #fff !important;
}

.select2-results__option {
    background: #353434 !important;
    color: #fff;
    font-size: 1.25em;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    min-width: 85px;
}

#catchmentModal .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #353434 !important;
    
}

#catchmentModal .select2-search select2-search--dropdown, #catchmentModal .select2-selection__rendered {
    background: unset !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border:none !important;
   
}
.select2-container--default .select2-selection--multiple {
   
    border: none !important;

}*/