.dialog__overlay.svelte-jby388{background:var(--black-trans-40);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1}button.svelte-jby388{cursor:pointer!important}.dialog__content.svelte-jby388{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);max-height:100%;overflow:auto;display:flex;gap:var(--space-s);flex-direction:column;background-color:var(--white);padding:var(--space-l);border-radius:var(--radius-m);z-index:2;max-width:var(--width-l);width:90%}@media only screen and (min-width: 992px){.dialog__content.svelte-jby388{max-width:var(--width-xl)}}.dialog__buttons.svelte-jby388{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));inline-size:100%;gap:var(--space-s)}@media (max-width: 480px){.dialog__buttons.svelte-jby388{grid-template-columns:repeat(1,minmax(0,1fr))}}.dialog__exit.svelte-jby388{all:unset;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:15px;right:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3rem;width:3rem;border-radius:50%;color:var(--action);font-size:var(--text-l);line-height:var(--text-l-lh);max-inline-size:var(--text-l-length)}.dialog__exit.svelte-jby388:hover{color:var(--action-hover)}.dialog__exit.svelte-jby388:focus{outline-style:solid;outline-color:var(--focus-color);outline-width:var(--focus-width);outline-offset:calc(var(--focus-offset) * .5)}
