/* container */
.menu__search .select2-selection.cosmo-select2 {
    background-color: transparent !important;
}

.select2-selection.cosmo-select2 {
    width: 100%;
    border-radius: 3px;
    border: 2px solid rgba(128,0,255,.4);
    background-color: rgba(0,0,0,.7) !important;
    height: 50px;
    padding: 0 20px;
    color: rgba(255,255,255,.5);
    font-size: 15px;
    font-family: HelveticaNeue,Arial,sans-serif;
    font-weight: 400;
}

/* .select2-selection.cosmo-select2 .select2-selection__arrow { top: 12px; } */

.select2-selection.cosmo-select2 .select2-selection__rendered {
    padding: 9px 0 0 0;
    font-size: 15px;
    color: rgba(255,255,255,.5);
}

@media only screen and (max-width: 599px) {
    .cosmo-select+.select2-container .select2-selection__rendered {
        padding-top: 6px;
        font-size: 12px;
        color: #fff;
    }
}

/* dropdown */
.select2-dropdown.cosmo-select2 {
    border: 2px solid rgba(128,0,255,.4);
    border-radius: 3px;
    background-color: rgba(0,0,0,.7);
}

.select2-dropdown.cosmo-select2.select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-dropdown.cosmo-select2.select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-dropdown.cosmo-select2 .select2-results__option {
    cursor: pointer;
    background-color: rgba(0,0,0,.7);
    padding: 10px 20px;
    color: rgba(255,255,255,.5);
    font-size: 15px;
    font-family: HelveticaNeue,Arial,sans-serif;
    font-weight: 400;
}

.select2-dropdown.cosmo-select2 .select2-results__option.select2-results__option--highlighted {
    background-color: rgba(50,50,50,1);
    cursor: pointer !important;
}


/* search field */
.select2-selection.cosmo-select2.cosmo-select2-search {
    border: 0 none;
    fill: #8000ff;
    padding: 0;
    height: 25px;
    min-height: 25px;
}

.select2-selection.cosmo-select2.cosmo-select2-search .select2-selection__rendered {
    padding: 0;
}

.select2-selection.cosmo-select2.cosmo-select2-search input::placeholder { color: #8000ff; opacity: 1; }
.select2-selection.cosmo-select2.cosmo-select2-search input:-ms-input-placeholder { color: #8000ff; opacity: 1; }
.select2-selection.cosmo-select2.cosmo-select2-search input::-ms-input-placeholder { color: #8000ff; opacity: 1; }

.select2-selection.cosmo-select2.cosmo-select2-search .select2-search__field {
    max-width: 100%;
    width: 100% !important;
    color: #8000ff;
    font-size: 15px;
    font-family: HelveticaNeue-Bold,Arial,sans-serif;
    font-weight: 400;
    background-color: transparent;
    border: none;
    height: auto;
    padding-left: 0px;
    padding-right: 16px;
    margin-top: 2px;
}

@media only screen and (max-width: 599px) {
    .select2-selection.cosmo-select2.cosmo-select2-search .select2-search__field {
        font-family: FuturaPT-Medium,Arial,sans-serif;
        padding-left: 0px;
        padding-right: 16px;
        margin-top: 2px;
    }
}

.select2-selection.cosmo-select2.cosmo-select2-search .select2-selection__arrow { display: none; }

.select2-dropdown.cosmo-select2.cosmo-select2-search .select2-results__option { padding: 10px; cursor: pointer; }

.cosmo-select2-search-result-item__image { float: left; width: 35px; margin-right: 10px;  }
.cosmo-select2-search-result-item__image img { width: 35px; max-height: 35px; }
.cosmo-select2-search-result-item__text { margin-left: 45px; text-align: left; }

.cosmo-select2-search-result-item.clearfix:before, .cosmo-select2-search-result-item.clearfix:after { display: table; content: " "; }
.cosmo-select2-search-result-item.clearfix:after { clear: both; }

.select2-selection.cosmo-select2.cosmo-select2-search .select2-selection__choice {
    color: #8000ff;
    font-size: 15px;
    font-family: HelveticaNeue-Bold,Arial,sans-serif;
    font-weight: 400;
    background-color: transparent;
    border: none;
    height: auto;
    padding-left: 11px;
}
.select2-selection.cosmo-select2.cosmo-select2-search .select2-selection__choice__remove { display: none; }
.select2-dropdown.cosmo-select2.cosmo-select2-search .select2-results>.select2-results__options { max-height: 300px; }

.select2 .dropdown-wrapper { display: none !important; }



.select2-group-fields {
}
.select2-group-fields .input { padding-left: 100px; }
.select2-group-fields .select2.select2-container {
    position: absolute;
    top: 1px;
    left: 0px;
    border-left: 1px solid #430186;
}
.select2-selection.cosmo-select2.cosmo-select2-grouped {
    border-radius: 0px;
    border: 0px none;
    background-color: rgba(0,0,0,.7);
    height: 31px;
    padding: 0 10px;
}

@media only screen and (max-width: 599px) {
    .select2-group-fields .input {
        padding-left: 110px;
        border: 2px solid #6a488e;
        border-radius: 3px;
        height: 40px;
    }
    .select2-group-fields .select2.select2-container {
        left: 3px;
        border: none;
        top: 4px;
    }
    .select2-selection.cosmo-select2.cosmo-select2-grouped {
        height: 34px;
    }
}

.select2-selection.cosmo-select2.cosmo-select2-grouped .select2-selection__rendered { padding: 2px 0 0 0; font-size: 13px; }
.select2-selection.cosmo-select2.cosmo-select2-grouped .select2-selection__arrow { top: 3px; }
.select2-dropdown.cosmo-select2.cosmo-select2-grouped.select2-dropdown--below { width: 210px !important; }

.select2-dropdown.cosmo-select2.cosmo-select2-grouped { border: 1px solid rgba(128,0,255,.4); width: 296px !important; }
.select2-dropdown.cosmo-select2.cosmo-select2-grouped .select2-results__option { padding: 10px 20px 10px 9px; }

.select2-dropdown.cosmo-select2.cosmo-select2-grouped .select2-results__option .phone-code { padding-left: 10px; display: inline-block; }

.menu__search.search .select2-container { width: 155px !important; }

@media only screen and (max-width: 599px) {
    .menu__search.search .select2-container { width: 100px !important; }
}

@media only screen and (max-width: 599px) {
    .menu__search.search .select2-container--open + .select2-container--open {
      left: auto !important;
      right: 0 !important;
      width: 155px !important;
    }
}

.select2-dropdown { z-index: 1251 !important; }





/* v2 */

.select2-selection.cosmo-select2.cosmo-select2-v2 {
    background-color: transparent !important;
    border: 1px solid rgba(128,0,255,.4);
    height: 41px;
    padding: 7px 20px 10px;
}

.select2-container--below .cosmo-select2.cosmo-select2-v2::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #390068;
    width: -webkit-calc(100% - 18px);
    width: calc(100% - 18px);
    bottom: 0;
    left: 9px;
    display: none;
}

.select2-container--below.select2-container--open .cosmo-select2.cosmo-select2-v2::after {
    display: block;
}

.select2-container--above .cosmo-select2.cosmo-select2-v2::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #390068;
    width: -webkit-calc(100% - 18px);
    width: calc(100% - 18px);
    top: 0;
    left: 9px;
    display: none;
}

.select2-container--above.select2-container--open .cosmo-select2.cosmo-select2-v2::before {
    display: block;
}

.select2-container--open .select2-selection.cosmo-select2.cosmo-select2-v2 {
    background-color: #240648 !important;
}

.select2-selection.cosmo-select2.cosmo-select2-v2 .select2-selection__rendered {
    color: #fff;
    font-family: FuturaPT-Book,Arial,sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    padding: 0px;
    text-overflow: ellipsis;
    line-height: 26px;
}

.select2-container--default .select2-selection--single.cosmo-select2.cosmo-select2-v2 .select2-selection__arrow {
    top: 10px;
    right: 16px;
}

.select2-container--default .select2-selection--single.cosmo-select2.cosmo-select2-v2 .select2-selection__arrow b {
    border-color: #fff transparent transparent;
}

.select2-dropdown.cosmo-select2.cosmo-select2-v2 {
    background-color: #240648;
    border: 2px solid rgba(128,0,255,.4);
}

.select2-dropdown.cosmo-select2.cosmo-select2-v2 .select2-results__option {
    background-color: #240648 !important;
    font-family: FuturaPT-Book,Arial,sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
}

.select2-dropdown.cosmo-select2.cosmo-select2-v2 .select2-results__option.select2-results__option--highlighted {
    background-color: rgba(68,20,121,.5) !important;
    color: #e21d5c;
    cursor: pointer;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple.cosmo-select2.cosmo-select2-v2,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single.cosmo-select2.cosmo-select2-v2 {
    border-bottom: 0 none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple.cosmo-select2.cosmo-select2-v2,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single.cosmo-select2.cosmo-select2-v2 {
    border-top: 0 none;
}


.select2-dropdown.cosmo-select2.cosmo-select2-v2.select2-dropdown--above {
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.select2-dropdown.cosmo-select2.cosmo-select2-v2.select2-dropdown--below {
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .select2-dropdown.cosmo-select2.cosmo-select2-v2 .select2-results__option {
        text-align: center;
    }
}



.select2-selection.cosmo-select2.transparent-select2 {
    background: transparent !important;
    border: 0px none !important;
}

.popup__form-row.select2-group-fields .select2.select2-container { 
    border: 0px none !important;
    top: 4px;
    padding-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .popup__form-row.select2-group-fields .select2.select2-container { 
        padding-bottom: 0px;
    }
}

.popup__form-row.select2-group-fields .popup__form-input {
    padding-left: 100px;
}

.select2-selection.select2-selection--single.cosmo-select2.cosmo-select2-grouped.transparent-select2 .select2-selection__rendered .flags {
    display: inline-block;
}


.select2-selection.cosmo-select2.cosmo-select2-grouped.transparent-select2 .select2-selection__rendered {
    color: #606060;
}

.select2-dropdown.cosmo-select2.cosmo-select2-grouped.transparent-select2 .select2-results__option {
    background: #f3f4f4;
    color: #606060;
}

.select2-dropdown.cosmo-select2.cosmo-select2-grouped.transparent-select2 {
    border: 1px solid #ccc !important;
    border-top: 0 none !important;
}

.select2-dropdown.cosmo-select2.cosmo-select2-grouped.transparent-select2 .select2-results__option.select2-results__option--highlighted {
    background: #ccc;
}



.select2-selection.cosmo-select2.transparent-select2.pl25 {
    padding-left: 25px !important;
}

.registration-payin-form .popup__form-row.select2-group-fields .popup__form-input {
    padding-left: 80px !important;
}
