.bottomsheet .glass[data-v-741ad79e]{z-index:9999;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s ease}.bottomsheet .glass.open[data-v-741ad79e]{pointer-events:auto;opacity:1}.bottomsheet .bottomsheet-body[data-v-741ad79e]{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-741ad79e]{opacity:1;transform:translateY(0)}.bottomsheet .bottomsheet-body.keyboard-visible[data-v-741ad79e]{padding-bottom:50px}.bottomsheet .bottomsheet-body .bottomsheet-header[data-v-741ad79e]{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-741ad79e]{margin-right:0}.bottomsheet .bottomsheet-body .bottomsheet-header .sheet-close[data-v-741ad79e]{width:25px;height:25px;border:none;border-radius:50%;padding:4px}.bottomsheet .bottomsheet-body .bottomsheet-title[data-v-741ad79e]{font-size:.9rem;line-height:1.6rem;font-weight:600}.bottomsheet .bottomsheet-body .bottomsheet-content[data-v-741ad79e]{flex:1;overflow:auto;padding:1rem;display:flex;flex-direction:column;height:100%}