/* select2.js */
/**********************************************************************/
.select2-container {
    font-size: 14px !important;
}
.select2-selection--single {
    color: #99150f !important;
    background-color: #ede4d6 !important;
    border: 1px solid #99150f !important;
    border-radius: 20px !important;
}

.select2-dropdown {
    color: #99150f !important;
    background-color: #ede4d6 !important;
    border: 1px solid #99150f !important;
    padding: 5px 0;
}

.select2-search--dropdown .select2-search__field {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #4e4e4e !important;
    border-radius: 20px !important;
    margin-bottom: 5px !important;
    padding: 5px 10px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #99150f !important;
    background-color: #ede4d6 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    background-color: #fff !important;
}

.select2-results {
    width: 98% !important;
    margin: 0 auto !important;
}

.select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #99150f !important;
}

.select2-selection__clear span {
    color: #4e4e4e !important;
}

.select2-results__option.select2-results__message {
    color: #4e4e4e !important;
}

.select2-search__field {
    line-height: 22px;
}

.select2-container--default .select2-selection--multiple {
    color: #99150f !important;
    background-color: #ede4d6 !important;
    border: 1px solid #99150f !important;
    border-radius: 20px !important;
}

.select2-selection__choice {
    color: #fff !important;
    background-color: #99150f !important;
    border: 1px solid #99150f !important;
    border-radius: 20px !important;
}

.select2-selection__choice .select2-selection__choice__remove {
    padding: 2px 6px !important;
    line-height: 1em;
    border-right: none !important;
}

.select2-selection__choice .select2-selection__choice__remove:hover {
    background-color: #99150f !important;
}
.select2-selection__choice .select2-selection__choice__remove span {
    color: #fff !important;
    line-height: 1em;
}
.select2-selection__choice .select2-selection__choice__display {
    padding: 2px 6px !important;
    display: block;
    border-left: 1px solid !important;
}
/**********************************************************************/
