/*
Generated time: March 2, 2025 14:38
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.popup-modal__content{position:absolute;left:50%;top:50%;height:100%;overflow:auto;background-color:var(--color-background);max-height:85%;border-radius:4px;box-shadow:0 0 1rem var(--color-foreground-50);opacity:0;transform:translate(-50%,-50%);transition:all .75s cubic-bezier(.4, 0, .2, 1)}[open] .popup-modal__content{opacity:1;transform:translate(-50%,-50%)}.popup-modal__content-padding{padding-left:2rem;padding-right:2rem}@media (min-width:768px){.popup-modal__content-padding{padding-left:3rem;padding-right:3rem}}.popup-modal__toggle{position:sticky;right:0;top:0;z-index:50;float:right;margin-left:-100%}.popup-modal__content-padding .popup-modal__toggle{display:block;margin:0 -1.5rem -1.5rem calc(100% - .5rem)}.popup-modal__content-padding .popup-modal__content-info{padding-bottom:2rem}.password-modal__content input,.password-modal__content>a,.password__footer-text{color:initial}@media all and (min-width:768px){.popup-modal__content-padding .popup-modal__toggle{margin:0 -2rem -1.5rem calc(100%)}}@media all and (min-width:990px){.popup-modal__content{max-height:67%}}