.dash-dropdown .Select-control {
    background-color: #fff !important;
    color: #212529 !important;
    border-color: #ced4da !important;
}
.dash-dropdown .Select-placeholder {
    color: #6c757d !important;
}
.dash-dropdown .Select-value-label {
    color: #212529 !important;
}
.dash-dropdown .Select-menu-outer {
    background-color: #fff !important;
    border-color: #ced4da !important;
}
.dash-dropdown .Select-option {
    background-color: #fff !important;
    color: #212529 !important;
}
.dash-dropdown .Select-option.is-focused {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}
.dash-dropdown .Select-option.is-selected {
    background-color: #007bff !important;
    color: #fff !important;
}

/* Minute grid styles for light theme */
.minute-grid {
    display: grid !important;
    grid-template-columns: repeat(10, 1fr) !important;
    grid-template-rows: repeat(6, 1fr) !important;
    gap: 0 !important;
    min-width: 10px !important;
    min-height: 6px !important;
}
.minute-item {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 1px !important;
    min-height: 1px !important;
}