body.dialog-open{overflow:hidden;position:fixed;width:100%}.dialog[data-v-2ddb6345]{border:none;outline:none;background-color:#fff;border-radius:.125rem;box-shadow:0 0 5px #0003;max-width:100vw;width:100%;height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - 3rem);transition:all .15s ease;overflow-y:auto;margin-bottom:0}.dialog--dark[data-v-2ddb6345]{background-color:#181516;color:#fff}@media(min-width:1026px){.dialog[data-v-2ddb6345]{width:-moz-fit-content;width:fit-content;padding:1.5rem;border-radius:.5rem;max-height:calc(100vh - 1rem);max-width:calc(100vw - 1rem);margin-bottom:auto}}.dialog__header[data-v-2ddb6345]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-top:.2rem;padding-bottom:1rem;max-width:1500px;margin:auto}.dialog__title[data-v-2ddb6345]{display:flex;gap:.5rem;justify-content:center;text-align:left;padding-top:.5rem}.dialog__content[data-v-2ddb6345]{display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;max-width:1500px;margin:auto}.dialog__close[data-v-2ddb6345]{border-radius:5rem}dialog[data-v-2ddb6345]::backdrop{background:#0003}dialog[data-v-2ddb6345]{transition:display allow-discrete 1s,overlay allow-discrete 1s}dialog.full-screen[data-v-2ddb6345]{max-width:100%;max-height:100%}dialog.left.full-screen[data-v-2ddb6345],dialog.right.full-screen[data-v-2ddb6345]{width:100%}@media(min-width:768px){dialog.left.full-screen[data-v-2ddb6345],dialog.right.full-screen[data-v-2ddb6345]{width:-moz-fit-content;width:fit-content}}dialog.left.full-screen[data-v-2ddb6345],dialog.right.full-screen[data-v-2ddb6345]{height:100dvh}dialog.open[open][data-v-2ddb6345]{animation:open-2ddb6345 .3s forwards}dialog.left[open][data-v-2ddb6345]{animation:left-2ddb6345 .3s forwards;margin-top:0;margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}dialog.right[open][data-v-2ddb6345]{animation:right-2ddb6345 .3s forwards;margin-top:0;margin-right:0;border-top-right-radius:0;border-bottom-right-radius:0}dialog.bottom.full-screen[data-v-2ddb6345]{width:100dvw}dialog.bottom[open][data-v-2ddb6345]{animation:bottom-2ddb6345 .3s forwards;margin-bottom:0;margin-left:0;margin-right:0;border-bottom-left-radius:0;border-bottom-right-radius:0}@keyframes open-2ddb6345{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}@keyframes left-2ddb6345{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes right-2ddb6345{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes bottom-2ddb6345{0%{transform:translateY(100%)}to{transform:translateY(0)}}
