.dropdown-container {
    position: relative;
    display: inline-block;
    /* border: 1px solid grey; */
}

.custom-dropdown {
    width: 150px;
    /* padding-left: 5px; */

}

.custom-dropdown option:hover {
    background-color: blue;
}


.ddlstate {
    width: 150px;
}

/* Dark Mode Styles */
.darkMode {
    color: #f1f1f1;
    border: 1px solid #666;
}

.darkMode option {
    background-color: #222628;
    color: #f1f1f1;
}

.darkMode option:checked {
    background-color: #444;
    color: #f1f1f1;
}

.darkModeModality {
    background-color: #222628 !important;
    color: #f1f1f1 !important;
    border: 1px solid #666 !important;
}

/* .darkModeModality .form-control.search-input::placeholder {
    color: #f1f1f1 !important;
} */

/* Scrollbar Thumb (WebKit) */
.darkModeModality::-webkit-scrollbar-thumb {
    background-color: #222628
}

.darkModeModality .dropdown-item {
    background-color: #222628 !important;
    color: #f1f1f1 !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
}

.darkModeModality .dropdown-item.selected {
    background-color: #444 !important;
}

.darkModeModality .form-control.search-input {
    background-color: #222628 !important;
    color: #f1f1f1 !important;
    border: 1px solid #666 !important;
    width: 80%;
    margin: 0 auto;
    /* padding: 5px 10px !important; */
    /* margin-bottom: 10px !important; */
}

.darkModeModality .dropdown-item:hover {
    background-color: #00B76F !important;
    color: #f1f1f1 !important;
}

.dataToogle {
    background-color: #f8f9fa;
    color: #343a40;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}

.noBorder {
    border: none;
    outline: none;
    /* border: 1px solid grey; */
    width: 100%;
    background-size: 13px;
}

.btn:focus {
    outline: none !important;
}

.patientImagesStatus {
    bottom: 0 !important;
}

.smallTextCase {
    display: contents;
}

.remove-focus-outline:focus {
    outline: none;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999;
    max-width: 450px;
    background-color: #222628;
    color: #f1f1f1;
    font-size: 10.8px;
}

.borderColor{
    border: 1px solid #666 !important;
}
.dropdown-menu>li>a {
    color: #f1f1f1
}


.dropdown-item {
    padding: 5px 10px;
    cursor: pointer;
}


.dropdown-item:hover {
    background-color: #009B6B;
    border-radius: 10px !important;
}


.selected-item {
    background-color: #007bff;
    color: #f1f1f1;
}

.rag-red {
    color: rgb(0, 206, 209) !important;
}

.assignClass .header-Label-Color {
    color: #3ebe7a !important;
}

.assignClass .gridCellColor {
    color: #f1f1f1 !important;
}
#assignCasesPageID .dropdown-menu {
    max-width: 350px !important;
    margin-left: 15px !important;
}
.selectedPresetDropdown.dropdown-menu {
    min-width: 250px !important;
}
.assignCasePagePreset  .dropdown-menu {
    margin-left: 5px !important;
}
.formInputs .dropdown-menu {
    margin-left: 5px !important;
}
.assignPageStatedrop .dropdown-menu {
    margin-left: 5px !important;
}
input[type="text"]:focus::placeholder {
    color: rgba(169, 176, 195, 1) !important;
}
.btnplacholder::before {
    content: "SELECT";
}
