.select2-hidden-accessible {
    margin-left: calc(100% / 2);
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: #F2F4F7;
    display: block;
    height: unset;
    border-radius: 25px !important;
    padding: 10px 25px 10px 25px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #53565AA6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #53565AA6;
    line-height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 20px;
    width: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding-top: 1px;
}

.select2-dropdown {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px !important;
    border: none;
    padding: 15px 0;
}

.select2-dropdown li.select2-results__option {
    padding: 5px 36px 5px 36px;
}

.select2-dropdown li.select2-results__option {
    color: #3B3B3B;
}

.select2-dropdown li.select2-results__option.select2-results__option--highlighted {
    background-color: #39C1CC;
}

.select2-dropdown ul::-webkit-scrollbar {
    width: 10px;
}

.select2-dropdown ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.select2-dropdown ul::-webkit-scrollbar-thumb {
    background: #888;
}

.select2-dropdown ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.select2-search {
    margin: 0 10px;
}

.select2-search input {
    border: solid thin silver !important;
    border-radius: 10px;
    padding: 7px 15px !important;
}