.overwrite-bg, .bg-primary, .bg-secondary {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.hover\:bg-secondary\/90:hover, .hover\:bg-primary\/90:hover {
    background-color: #000000E6 !important;
    color: #FFFFFF !important;
}

.hover\:bg-secondary\/20:hover, .hover\:bg-primary\/20:hover {
    background-color: #00000033 !important;
    color: #FFFFFF !important;
}

.hover\:bg-secondary\/40:hover, .hover\:bg-primary\/40:hover {
    background-color: #00000066 !important;
    color: #FFFFFF !important;
}

.disabled\:bg-secondary\/50:disabled, .disabled\:bg-primary\/50:disabled {
    background-color: #00000080 !important;
    color: #FFFFFF !important;
}

.peer:checked~.peer-checked\:bg-secondary, .peer:checked~.peer-checked\:bg-primary {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.hover\:border-secondary:hover, .hover\:border-primary:hover {
    border-color: #000000 !important;
}