.g-modal{position:absolute;inset:0;z-index:9999;display:flex}.g-modal>.content{box-sizing:border-box;background-color:var(--g-modal-background-color)}.g-modal>.content.type--modal{margin:auto}.g-modal>.content.type--drawer{width:100%;max-width:420px;height:100%;overflow:auto}.g-modal>.content.type--drawer.from-left{margin:0 auto 0 0}.g-modal>.content.type--drawer.from-right{margin:0 0 0 auto}.g-modal>.content-header{display:flex}.g-modal>.content-body{position:relative}.g-modal>.content-footer{display:flex;margin-top:auto}.g-modal.overlay{background-color:#000000bf}.g-modal.overflow--overlay{overflow:auto}.g-modal.overflow--content>.content{max-height:100vh;overflow:auto}.g-modal.type--drawer{overflow:hidden}.g-modal.modal-fade-enter-from,.g-modal.modal-fade-leave-active{opacity:0}.g-modal.modal-fade-enter-active,.g-modal.modal-fade-leave-active{transition:opacity .5s ease}.g-modal.modal-slide-from-left-enter-from,.g-modal.modal-slide-from-left-leave-to{opacity:0}.g-modal.modal-slide-from-left-enter-from .content,.g-modal.modal-slide-from-left-leave-to .content{transform:translate(-100%)}.g-modal.modal-slide-from-right-enter-from,.g-modal.modal-slide-from-right-leave-to{opacity:0}.g-modal.modal-slide-from-right-enter-from .content,.g-modal.modal-slide-from-right-leave-to .content{transform:translate(100%)}.g-modal.modal-slide-from-left-enter-to,.g-modal.modal-slide-from-left-leave-from,.g-modal.modal-slide-from-right-enter-to,.g-modal.modal-slide-from-right-leave-from{opacity:1}.g-modal.modal-slide-from-left-enter-to .content,.g-modal.modal-slide-from-left-leave-from .content,.g-modal.modal-slide-from-right-enter-to .content,.g-modal.modal-slide-from-right-leave-from .content{transform:translate(0)}.g-modal.modal-slide-from-left-enter-active,.g-modal.modal-slide-from-left-leave-active,.g-modal.modal-slide-from-right-enter-active,.g-modal.modal-slide-from-right-leave-active{transition:opacity .5s ease}.g-modal.modal-slide-from-left-enter-active .content,.g-modal.modal-slide-from-left-leave-active .content,.g-modal.modal-slide-from-right-enter-active .content,.g-modal.modal-slide-from-right-leave-active .content{transition:transform .5s ease}
