/* ==========================================================================
   Notyf Toast Notifications
   ========================================================================== */

.notyf {
    z-index: 2147483647 !important;
    position: fixed !important;
    pointer-events: none !important;
}

.notyf__toast {
    pointer-events: auto !important;
}

/* Hide the a11y announcer container */
.notyf-announcer {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}
