.select2-container--default .select2-selection--single {
    background: transparent !important;
    border: none;
    position: absolute !important;
    width: 100% !important;
    top: -15px !important;
}

.select2-container {
    position: relative;
    z-index: 9999;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: "Source-Serif-Regular" !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    opacity: 0.7;
}

.select2-dropdown {
    background: #1b0101 !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.select2-results__option--selectable {
    color: white !important;
    font-family: "Source-Serif-Regular" !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    font-family: "Source-Serif-Regular" !important;
    padding-left: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0;
    pointer-events: none;
    top: 25px !important;
}

/* .select2-container--default.select2-container--open {
    top: 491.4px !important;
} */

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: transparent !important;
    color: white !important;
    font-family: "Source-Serif-Regular" !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.select2-results__option {
    color: white;
    font-family: "Source-Serif-Regular" !important;
}

.select2-results__option:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.select2-results__option--highlighted {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(255, 255, 255, 0.4) !important;
    color: #fff !important;
}

.select2-container .select2-selection__arrow b {
    border: none !important;
}

.select2-container .select2-selection__arrow {
    background-image: url("../../images/bwf/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.select2-container--default {
    /* margin-top: 42px; */
    position: absolute;
    top: 42px;
}
