
.select2-container--default .select2-selection--single {
    height: calc(1.5em + .60rem + 2px);
    padding: 0rem .75rem;
    line-height: 1.5;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9e9e9;
    /* border-radius: 50px; */
    margin: 0 0 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /* background-color: #f5c34e; */
    background-color: #f0f0f0;
    color: #000000;
}

.select2-results__option--selectable {
    font-family: system-ui;
    font-size: 12px;
}

/* dropdown ke liye min width */
.select2-container--default .select2-dropdown {
    min-width: 200px;   /* 👈 apne hisab se set karo */
    width: auto !important;
}

/* option wrap na ho */
.select2-container--default .select2-results__option {
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    /* display: flex;
    align-items: center;
    flex-direction: row-reverse !important; */
}


.select2-selection__clear {
    /* display: none; */
    color: #a53d3d;
    font-size: 20px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.select2-selection__clear:hover {
    cursor: pointer;
    color: #a53d3d;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
}