.bottomsheet .bottomsheet-body[data-v-7c895e0a]{position:fixed;bottom:0;left:0;right:0;opacity:0;background:#fff;box-shadow:0 -2px 8px rgba(0,0,0,.33);transform:translateY(100%);z-index:100;transition:opacity .3s ease,transform .3s ease;z-index:10000;display:flex;flex-direction:column;max-height:100vh;height:100vh;overflow:hidden}.bottomsheet .bottomsheet-body.open[data-v-7c895e0a]{opacity:1;transform:translateY(0)}.bottomsheet .bottomsheet-body .bottomsheet-header[data-v-7c895e0a]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:3rem;flex:0 0 3rem;padding:.5rem 1rem .5rem 1rem}.bottomsheet .bottomsheet-body .bottomsheet-header button[data-v-7c895e0a]{margin-right:0}.bottomsheet .bottomsheet-body .bottomsheet-header .sheet-close[data-v-7c895e0a]{width:25px;height:25px;border:none;border-radius:50%;padding:4px}.bottomsheet .bottomsheet-body .bottomsheet-title[data-v-7c895e0a]{font-size:.9rem;line-height:1.6rem;font-weight:700}.bottomsheet .bottomsheet-body .bottomsheet-content[data-v-7c895e0a]{flex:1;overflow:auto;padding:1rem;display:flex;flex-direction:column;height:100%;justify-content:space-between}