.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.5);padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-overlay.center{justify-content:center;align-items:center}.modal-overlay.left{justify-content:flex-start;align-items:center}.modal-overlay.right{justify-content:flex-end;align-items:center}.modal-overlay.top{justify-content:center;align-items:flex-start}.modal-overlay.bottom{justify-content:center;align-items:flex-end}.modal-overlay.fullscreen{padding:0}.modal-overlay.fullscreen .modal-wrapper{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}@media (min-width:1024px){.modal-overlay{padding:40px}.modal-overlay.left,.modal-overlay.right{padding:40px 20px}.modal-overlay.top,.modal-overlay.bottom{padding:20px 40px}}.modal-wrapper{background:#f6f5f1;border-radius:8px;width:100%;max-width:1420px;max-height:90%;position:relative;overflow-y:auto}.left .modal-wrapper,.right .modal-wrapper{max-width:600px;height:100%;max-height:100%}.top .modal-wrapper,.bottom .modal-wrapper{width:100%;max-height:600px}.modal--size-auto .modal-wrapper{width:auto}.modal--size-full .modal-wrapper{width:100%}.modal-actions{z-index:10;gap:10px;display:flex;position:absolute;top:15px;right:15px}.modal-close{cursor:pointer;background:0 0;border:none}.modal-body{height:100%}
