.Select-menu-outer {
    background-color: #343a40 !important;
    color: white !important;
}

.Select-option {
    background-color: #343a40 !important;
    color: white !important;
}

.Select-menu {
    background-color: #343a40 !important;
    color: white !important;
}

.Select__control {
    background-color: #343a40 !important;
    color: white !important;
    border: none !important;
}

.Select__single-value {
    color: white !important;
}

.Select__input {
    color: white !important;
}

.Select__placeholder {
    color: white !important;
}

.dash-loading-container {
    position: relative;
}

.dash-spinner {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 1 !important;
}
