/* Emergency fix for overlay blocking clicks */
* {
    pointer-events: auto !important;
}

body, html {
    pointer-events: auto !important;
}

a, button, .btn, input, select, textarea {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 9999 !important;
}
