.th-dialog__overlay,.th-menu-overlay{background-color:var(--body-color);inset:0;opacity:.25;position:fixed}.th-dialog:not(.no-dialog){--dialog-bg:var(--color-white);--dialog-max-height:100vh;--dialog-max-width:100%;--dialog-header-mb:1rem;--dialog-zindex:99999;display:flex;inset:0;position:fixed;z-index:var(--dialog-zindex)}.th-dialog:not(.no-dialog)[aria-hidden=true]{display:none}.th-dialog:not(.no-dialog) .th-dialog__document{background-color:var(--dialog-bg);margin:auto;max-height:var(--dialog-max-height);max-width:var(--dialog-max-width);overflow:auto;position:relative;width:100%;z-index:2}.th-dialog:not(.no-dialog) .th-dialog__header{align-items:center;border-bottom:.0625rem solid var(--color-grey-300);display:flex;gap:1rem;justify-content:center;padding:1rem 3.75rem}.th-dialog:not(.no-dialog) .th-dialog__title{font-size:1.5rem;font-weight:700;line-height:normal;margin-bottom:0;text-align:center}.th-dialog:not(.no-dialog) .th-dialog__close{position:absolute;right:0;top:.25rem}.th-dialog:not(.no-dialog) .th-dialog__content{padding-block:1.5rem}.th-dialog:not(.no-dialog) .th-dialog__footer{border-top:.0625rem solid var(--color-grey-400);display:flex;flex-direction:column;gap:.5rem;inset-inline:0;padding:1rem}@media(min-width:26.5625rem){.th-dialog:not(.no-dialog){--dialog-max-height:90vh;--dialog-max-width:100%}}@media(min-width:64em){.th-dialog:not(.no-dialog){--dialog-max-height:80vh;--dialog-max-width:50rem}}.th-dialog.no-dialog .th-dialog__header,.th-dialog.no-dialog .th-dialog__overlay{display:none}.th-dialog--panel:not(.no-dialog){height:100vh}.th-dialog--panel:not(.no-dialog) .th-dialog__document{--dialog-max-height:none;--dialog-max-width:none;margin:0}@media(min-width:64em){.th-dialog--panel:not(.no-dialog) .th-dialog__document{--dialog-max-width:23.4375rem;margin-left:auto}}.th-dialog--panel:not(.no-dialog) .th-dialog__content{padding:1rem}