.---pretty-dialog-background{position:fixed;z-index:2000;top:0;left:0;width:100vw;height:100vh;padding:10px;display:flex;justify-content:center;align-items:center;transition:.2s}.---pretty-dialog{min-width:350px;max-width:450px;padding:0;border-style:solid;border-width:2px 2px 4px 2px;border-color:var(--input-border-hover);box-shadow:0 0 4px var(--shadow-color);background-color:var(--bg);color:var(--fg);border-radius:12px}.---pretty-dialog::backdrop{background-color:#000;opacity:.4}.---pretty-dialog-body{display:flex;padding:12px;flex-direction:column;gap:6px}.---pretty-dialog h1{margin:0;font-size:1.2em;text-align:center;text-transform:uppercase}.---pretty-dialog{max-height:90vh}.---pretty-dialog-buttons{display:flex;flex-direction:row-reverse;justify-content:end;gap:8px}.---pretty-dialog-buttons input{border:2px solid transparent;color:var(--input-border)}.---pretty-dialog-buttons input:hover{color:var(--input-border-hover)}.---pretty-dialog-buttons input:focus{border:2px solid var(--fg)}.---pretty-dialog-buttons input:active{color:var(--input-border-active)}.---pretty-dialog-content{max-height:100%;padding:8px 0;max-height:60vh;overflow-y:auto;overflow-x:hidden}.---pretty-dialog-content input:not([type=checkbox]):not([type=radio]){width:100%}@media (max-width: 450px){.---pretty-dialog{min-width:unset;max-width:95vw}}
