/* Fix select multiple option text color in Jazzmin dark mode */
.selector-available select option,
.selector-chosen select option,
select.filtered option,
.selector select option,
select option {
    color: #ffffff !important;
    background-color: #2c303b !important;
}

.selector-available select,
.selector-chosen select,
select.filtered,
.selector select,
select {
    color: #ffffff !important;
    background-color: #1a1d24 !important;
    border: 1px solid #343a40 !important;
}

/* Focus and active states */
.selector-available select:focus,
.selector-chosen select:focus,
select.filtered:focus,
.selector select:focus,
select:focus {
    color: #ffffff !important;
    background-color: #2c303b !important;
}

.selector-available h2, .selector-chosen h2 {
    background: #1a1d24 !important;
    color: #ffffff !important;
    border: 1px solid #343a40 !important;
}

.selector-filter {
    background: #20242c !important;
    border: 1px solid #343a40 !important;
    color: #ffffff !important;
}

.selector-filter input {
    background-color: #2c303b !important;
    color: #ffffff !important;
    border: 1px solid #495057 !important;
}

.selector-choose, .selector-clear {
    color: #ffffff !important;
}

/* Horizontal tabs / vertical tabs helper */
.nav-tabs .nav-link.active {
    background-color: #20242c !important;
    color: #ffffff !important;
    border-color: #343a40 #343a40 transparent !important;
}

.nav-tabs {
    border-bottom: 1px solid #343a40 !important;
}
