.select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    height: 36px;
    padding-left: 0;
    transition: all 0.3s ease;
}
.rtl-container .select2.select2-container.select2-container--default {
    direction: rtl !important;
}
.rtl-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 10px !important;
    right: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--oxblood);
    opacity: 0.5;
    font-weight: normal;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--oxblood);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--oxblood);
    font-weight: normal;
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-container .select2-search--dropdown .select2-search__field {
    border: none;
    outline: none;
    padding: 6px 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    border-radius: 4px;
    background-color: var(--egypt) !important;
    color: var(--oxblood) !important;
}

.select2-container--default .select2-dropdown {
    background-color: var(--egypt) !important;
    color: var(--madder) !important;
    border-color: var(--opaque-red) !important;
}

.select2-container .select2-search--dropdown .select2-search__field:focus {
    box-shadow: 0 0 6px var(--oxblood);
}

.select2-label {
    top: -20px !important;
    font-size: 16px !important;
    color: var(--madder) !important;
}
.styled-select::-ms-expand {
    display: none;
}

.select2-container--open~.underline,
.select2-container--default.select2-container--focus~.underline {
    transform: scaleX(1);
}

.select2-results__option--highlighted {
    background-color: var(--madder) !important;
    color: var(--egypt);
    transition: all 0.2s ease;
}

.select2-container--open {
    z-index: 9999 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: transparent !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    width: 100% !important;
    margin-left: 10px !important;
}
.rtl-container .select2.select2-container.select2-container--default .select2-selection--single {
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.select2-selection--single {
    display: flex !important;
    align-items: center;
    margin-left: 0.9rem !important;
}

.select2-selection__clear {
    display: none !important;
}
