/*!* Wrapper *!*/
/*.select2-container {*/
/*    width: 100% !important;*/
/*    font-family: inherit;*/
/*}*/

/*!* Main selection box *!*/
/*.select2-container--default .select2-selection--single {*/
/*    background: transparent !important;*/
/*    border: none !important;*/
/*    border-bottom: 1px solid rgba(255,255,255,0.4);*/
/*    border-radius: 0 !important;*/
/*    height: 42px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*!* Selected text *!*/
/*.select2-container--default .select2-selection--single*/
/*.select2-selection__rendered {*/
/*    color: #fff !important;*/
/*    font-weight: 500;*/
/*    padding-left: 0 !important;*/
/*}*/

/*!* Placeholder *!*/
/*.select2-container--default*/
/*.select2-selection--single*/
/*.select2-selection__placeholder {*/
/*    color: rgba(255,255,255,0.6);*/
/*}*/

/*!* Arrow *!*/
/*.select2-container--default*/
/*.select2-selection--single*/
/*.select2-selection__arrow {*/
/*    height: 100%;*/
/*}*/

/*.select2-container--default*/
/*.select2-selection--single*/
/*.select2-selection__arrow b {*/
/*    border-color: rgba(255,255,255,0.7) transparent transparent transparent;*/
/*}*/

/*!* Dropdown *!*/
/*.select2-dropdown {*/
/*    background: rgba(0,0,0,0.85) !important;*/
/*    backdrop-filter: blur(12px);*/
/*    border: 1px solid rgba(255,255,255,0.2);*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*}*/

/*!* Options *!*/
/*.select2-results__option {*/
/*    color: #fff;*/
/*    padding: 10px 14px;*/
/*    font-size: 14px;*/
/*}*/

/*!* Hover *!*/
/*.select2-results__option--highlighted {*/
/*    background: rgba(255,255,255,0.15) !important;*/
/*    color: #fff;*/
/*}*/

/*!* Selected option *!*/
/*.select2-results__option[aria-selected="true"] {*/
/*    background: rgba(255,255,255,0.25) !important;*/
/*}*/

/*!* Search box inside dropdown *!*/
/*.select2-search__field {*/
/*    background: transparent !important;*/
/*    color: #fff !important;*/
/*    border: none !important;*/
/*    border-bottom: 1px solid rgba(255,255,255,0.3);*/
/*    outline: none;*/
/*}*/

/*!* Remove blue focus ring *!*/
/*.select2-container--default.select2-container--focus*/
/*.select2-selection--single {*/
/*    border-bottom: 1px solid white !important;*/
/*}*/


