/*
Generated time: June 22, 2024 11:26
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.
*/
.password-modal{background-color:rgba(0,0,0,.2);display:none;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;z-index:var(--z-modals)}.password-modal__dialog{background-color:rgb(var(--color-background));padding:var(--page-gutter);border-radius:var(--card-corner-radius)}.password-modal[open]{display:flex}.password-modal__close{background:0 0;padding:0;border:none;border-radius:0;margin:0;position:absolute;top:0;right:0;z-index:1;cursor:pointer}.password-modal__content{min-width:60rem;max-width:60rem;margin:0 auto}.password-modal__content .container{position:relative}.password-modal__title{margin-block-end:calc(var(--section-spacing-unit-size) * 1)}@media screen and (max-width:749px){.password-modal__content{min-width:32rem}.password-modal__close{top:-2rem;right:1rem}}