
.fala-full-page-blur {
    position: fixed; /* Fixed/sticky position */
    top: 0; /* Place the blur div at the top */
    bottom: 0; /* Stretch the blur div to the bottom */
    left: 0; /* Place the blur div on the left */
    right: 0; /* Stretch the blur div to the right */
    background: rgba(255, 255, 255, 0.1); /* White background with opacity */
    backdrop-filter: blur(4px); /* Apply blur */
    -webkit-backdrop-filter: blur(4px); /*safari blur*/
    z-index: 2147483004; /* Ensure the blur div is on top of all other elements */
}

.fala-hidden {
    display: none !important;
}