﻿

.doctors .select-item {
    background-color: transparent !important;
}

.doctors .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
}

.doctors .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 600;
    padding-left: 0;
}

.doctors .select2-container--default
.doctors .select2-selection--single
.doctors .select2-selection__arrow {
    display: none;
}

.doctors .title,
.doctors .select2-container--default
.doctors .select2-selection--single
.doctors .select2-selection__rendered {
    color: var(--theme-dark-blue);
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.doctors .select2-container--default
.doctors .select2-selection--single
.doctors .select2-selection__rendered {
    font-weight: 600;
}

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

.doctors .select2-container--open .select2-dropdown {
    left: -13.5% !important;
}

.doctors .select2-container--default
.doctors .select2-selection--single
.doctors .select2-selection__placeholder {
    color: var(--theme-dark-blue) !important;
}
