.base-modal-overlay{z-index:50;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.base-modal-panel{background:#fff;border-radius:.75rem;flex-direction:column;width:100%;max-width:600px;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.base-modal-panel-lg{max-width:800px}.base-modal-close{cursor:pointer;color:#6b7280;z-index:1;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.base-modal-close:hover{color:#374151;background:#0000001a}.base-modal-close:active{transform:scale(.95)}
