
.open-hours-day-btn {
    padding: 1rem 1rem !important;
}

:root {
    --kt-toast-background-color: rgba(255, 255, 255, 0.96);
    --kt-toast-header-background-color: rgba(255, 255, 255, 0.96);
}

html[data-theme="dark"] {
    --kt-toast-background-color: rgba(0, 0, 0, 0.96);
    --kt-toast-header-background-color: rgba(0, 0, 0, 0.96);
}

#toastr-container > .toastr,
#toastr-container > .toastr:hover,
#toastr-container > .toastr-success,
#toastr-container > .toastr-success:hover,
#toastr-container > .toastr-info,
#toastr-container > .toastr-info:hover,
#toastr-container > .toastr-warning,
#toastr-container > .toastr-warning:hover,
#toastr-container > .toastr-error,
#toastr-container > .toastr-error:hover {
    opacity: 0.96 !important;
}

.alert-warning {
    --bs-alert-color: var(--kt-text-dark);
    color: var(--kt-text-dark);
}

.alert-warning .alert-link {
    color: var(--kt-text-dark);
}
