
.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: 0px;
    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;
}

