.g-modal{display:none;position:fixed;inset:0;z-index:1000;visibility:hidden;margin:-9999px 0 0 -9999px;background-color:var(--g-color-sfx-veil);overflow:auto;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}.g-modal__content-aligner{min-width:100%;min-height:100%;display:inline-flex;align-items:center;justify-content:center}.g-modal__content-wrapper{margin:var(--g-modal-margin,20px);overflow-x:hidden}.g-modal__content,.g-modal__content-wrapper{border-radius:var(--g-modal-border-radius,5px)}.g-modal__content{background-color:var(--g-color-base-modal)}.g-modal__content_has-scroll{overflow-y:auto;max-height:calc(100vh - var(--g-modal-margin, 20px) * 2)}.g-modal,.g-modal__content{animation-timing-function:ease-out;animation-fill-mode:forwards;outline:none}.g-modal_exit_active,.g-modal_open{display:block;visibility:visible;margin:0}.g-modal_appear_active,.g-modal_enter_active{animation-name:g-modal-open;animation-duration:.15s}.g-modal_appear_active .g-modal__content,.g-modal_enter_active .g-modal__content{animation-name:g-modal-content-open;animation-duration:.15s}.g-modal_exit_active{animation-name:g-modal;animation-duration:.2s}@keyframes g-modal{0%{opacity:1}to{opacity:0}}@keyframes g-modal-open{0%{opacity:0}to{opacity:1}}@keyframes g-modal-content-open{0%{transform:scale(.75)}to{transform:scale(1)}}
/*# sourceMappingURL=45685d50884d184c.css.map*/