.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
}

.select2-container--default .select2-selection--single {
    border: none;
    background: #E9E8F2;
    box-shadow: 0px 20px 30px -5px #F1EDE9;
    border-radius: 6px;
    height: 40px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: end; */
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: inline-flex;
    align-items: center;
    float: right;
    color: var(--blue-color);
    font-weight: 600;
}

.select2-container .select2-selection--single:not(.active) .select2-selection__rendered,
.select2-container .select2-selection--single.active .select2-selection__rendered {   
    color: var(--blue-color);
    font-size: 18px;
    font-family: 'Sahel-semiBold';
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-selection.active {
    background: var(--blue-color);
}

.search-box .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #27316A #27316A transparent transparent;
    border-style: solid;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 36%;
    border-radius: 0 2px 0 0;
    transform: rotate(135deg) translate(-50%, -36%);
    transition: all .3s ease-in-out;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #27316A #27316A transparent transparent;
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg);
    top: calc(25% + 10px);
    left: calc(25% + 10px);
}

.select2-selection.active {
    background: #E9E8F2;
}

.main-form .select2-container .select2-container--default .select2-selection--single {
    background: #ffffff;
}
