.select2-container {
    width: 100% !important
}

.select2-container .select2-dropdown {
    z-index: 40 !important
}

.select2-container--default .select2-results__option--selected {
    color: #696969
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff
}

.select2-container .select2-dropdown {
    overflow: hidden
}

.select2-container .select2-results__option {
    padding: .4rem !important
}

.select2-container .select2-search--dropdown {
    padding: 0 !important
}

.select2-container .select2-search--dropdown .select2-search__field {
    display: none
}

.select2-container.select2-container--below .select2-selection--single,
.select2-container.select2-container--focus .select2-selection--single {
    border-color: #00693c !important
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.2rem !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    background: rgba(220,220,220,.37) !important;
    /* border-bottom: .1rem solid #cbd5e1 !important; */
    border-radius: 0 !important
}
.re-select-main{
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1.6rem 1.4rem !important;
}

.select2-selection {
    height: 100% !important
}

.select2-selection--single {
    border: .1rem solid #334155 !important
}

.select2-selection--single .select2-selection__rendered {
    line-height: 100% !important;
    padding: .4rem
}

.select2-selection--single .select2-selection__placeholder {
    color: #696969 !important;
    font-weight: 400;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    font-size: var(--f-sz)
}

.select2-selection .select2-selection__arrow {
    height: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1rem !important
}

@media screen and (max-width:800px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: .6rem !important
    }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    background: #00693c
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent;
    background: #f3f4f6
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1.6rem 1.4rem !important;
    font-size: 1.6rem;
    color: #000
}