.bottom-sheet[data-v-6b2a52f4]{--bottom-sheet-surface:var(--color-surface);--bottom-sheet-radius:24px;--bottom-sheet-border-width:1px;--bottom-sheet-header-px:16px;--bottom-sheet-header-py:8px;--bottom-sheet-header-row-height:32px;--bottom-sheet-header-row-gap:4px;--bottom-sheet-header-row-py:4px;--bottom-sheet-close-icon-size:16px;--bottom-sheet-close-padding:4px;--bottom-sheet-title-size:16px;--bottom-sheet-title-line-height:24px;--bottom-sheet-body-padding:16px;--bottom-sheet-footer-padding:16px;--bottom-sheet-footer-gap:16px;--bottom-sheet-max-width:100%;--bottom-sheet-max-height:100%;--bottom-sheet-min-height:0%}.bottom-sheet.sm[data-v-6b2a52f4]{--bottom-sheet-max-width:400px}.bottom-sheet.lg[data-v-6b2a52f4]{--bottom-sheet-max-width:900px}.bottom-sheet.full-height-80 .bottom-sheet-box[data-v-6b2a52f4]{height:calc(var(--screen-full-height)*.8)!important}.bottom-sheet.full-height .bottom-sheet-box[data-v-6b2a52f4],.bottom-sheet.full-height-desktop .bottom-sheet-box[data-v-6b2a52f4]{height:var(--screen-full-height)!important}.bottom-sheet-container[data-v-6b2a52f4]{align-items:flex-end;background-color:rgba(var(--color-scrim-rgb),.5);display:flex;height:var(--screen-full-height);justify-content:center;left:50%;max-width:var(--container-max-width);position:fixed;top:0;transform:translate(-50%);transition:opacity .25s ease;width:100%;z-index:20000}.bottom-sheet-box[data-v-6b2a52f4]{background:var(--bottom-sheet-surface);border:var(--bottom-sheet-border-width) solid rgba(var(--color-outline-rgb),.24);border-bottom:none;border-radius:var(--bottom-sheet-radius) var(--bottom-sheet-radius) 0 0;max-height:var(--bottom-sheet-max-height);max-width:var(--bottom-sheet-max-width);min-height:var(--bottom-sheet-min-height);overflow:hidden}.bottom-sheet-box[data-v-6b2a52f4],.bottom-sheet-header[data-v-6b2a52f4]{display:flex;flex-direction:column;width:100%}.bottom-sheet-header[data-v-6b2a52f4]{align-items:center;background-color:var(--bottom-sheet-surface);gap:var(--bottom-sheet-header-gap);padding:var(--bottom-sheet-header-py) var(--bottom-sheet-header-px)}.bottom-sheet-header__main[data-v-6b2a52f4]{flex-wrap:nowrap;height:var(--bottom-sheet-header-row-height);padding:var(--bottom-sheet-header-row-py) 0;width:100%}.bottom-sheet-header__main[data-v-6b2a52f4],.bottom-sheet-header__main-container[data-v-6b2a52f4]{align-items:center;display:flex;gap:var(--bottom-sheet-header-row-gap)}.bottom-sheet-header__main-container[data-v-6b2a52f4]{flex:1 1 0;flex-wrap:nowrap;justify-content:flex-end;min-width:0}.bottom-sheet-header-title[data-v-6b2a52f4]{color:var(--color-on-surface);flex:1 1 0;font-family:kalamehwebfanum,KalamehWebFaNum,sans-serif;font-size:var(--bottom-sheet-title-size);font-weight:600;letter-spacing:0;line-height:var(--bottom-sheet-title-line-height);margin:0;min-width:0;text-align:right}.bottom-sheet-header-exit[data-v-6b2a52f4]{align-items:center;background-color:transparent;border:none;border-radius:8px;cursor:pointer;display:inline-flex;flex:none;justify-content:center;outline:none;padding:var(--bottom-sheet-close-padding)}.bottom-sheet-header-exit[data-v-6b2a52f4] svg{color:var(--color-on-surface);display:block;flex-shrink:0;height:var(--bottom-sheet-close-icon-size);width:var(--bottom-sheet-close-icon-size)}.bottom-sheet-header-icon[data-v-6b2a52f4]{align-items:center;background-color:transparent;border:none;border-radius:8px;display:inline-flex;flex:none;justify-content:center;outline:none;padding:var(--bottom-sheet-close-padding)}.bottom-sheet-header-icon[data-v-6b2a52f4] svg{color:var(--color-on-surface);display:block;flex-shrink:0;height:calc(var(--bottom-sheet-close-icon-size)*1.5);width:calc(var(--bottom-sheet-close-icon-size)*1.5)}.bottom-sheet-header__sub[data-v-6b2a52f4]{width:100%}.bottom-sheet-body[data-v-6b2a52f4]{flex:1 1 100%;height:100%;overflow:hidden auto;padding:var(--bottom-sheet-body-padding);position:relative}.bottom-sheet-body[data-v-6b2a52f4],.bottom-sheet-footer[data-v-6b2a52f4]{background-color:var(--bottom-sheet-surface)}.bottom-sheet-footer[data-v-6b2a52f4]{display:flex;flex-basis:auto;flex-direction:column;width:100%;z-index:1}.bottom-sheet-footer__divider[data-v-6b2a52f4]{background-color:rgba(var(--color-outline-rgb),.24);flex-shrink:0;height:1px;width:100%}.bottom-sheet-footer__content[data-v-6b2a52f4]{align-items:stretch;display:flex;flex-direction:column;gap:var(--bottom-sheet-footer-gap);padding:var(--bottom-sheet-footer-padding)}.bottom-sheet-footer__content[data-v-6b2a52f4]>button:not([class]){background-color:var(--color-surface-container-highest);border:none;border-radius:4px;color:var(--color-on-surface);font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;margin-right:.33em;padding:.5em 1.25em}.bottom-sheet-enter-active[data-v-6b2a52f4]{transition:opacity .35s ease,transform .5s ease}.bottom-sheet-enter-active>.bottom-sheet-box[data-v-6b2a52f4]{transition:opacity .35s ease .15s,transform .35s ease .15s}.bottom-sheet-leave-active[data-v-6b2a52f4]{transition:opacity .35s ease .15s}.bottom-sheet-leave-active>.bottom-sheet-box[data-v-6b2a52f4]{transition:opacity .35s ease,transform .35s ease}.bottom-sheet-enter-from[data-v-6b2a52f4],.bottom-sheet-leave-to[data-v-6b2a52f4]{opacity:0}.bottom-sheet-enter-from>.bottom-sheet-box[data-v-6b2a52f4],.bottom-sheet-leave-to>.bottom-sheet-box[data-v-6b2a52f4]{opacity:0;transform:translateY(100%)}
