
/* Disables all filters and backdrop-filters when a modal is open to prevent blurring issues. */
/* body.modal-open * {
    filter: none !important;
    backdrop-filter: none !important;
} */
body.modal-open *:not(.modal-backdrop) {
    filter: none !important;
    backdrop-filter: none !important;
}

/* Custom styles can be added below this line */

