.bottom-sheet{position:fixed;top:100px;left:0;width:100%;height:100%;display:flex;opacity:0;pointer-events:none;align-items:center;flex-direction:column;justify-content:flex-end;transition:.1s linear}.bottom-sheet.show{opacity:1;pointer-events:auto}.bottom-sheet .sheet-overlay{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.2;background:#000;display:none}.bottom-sheet .bottom-sheet-content{width:100%;height:100vh;position:relative;background:#fff;max-height:100vh;padding:20px 4px;transform:translateY(100%);border-radius:12px 12px 0 0;box-shadow:0 10px 20px #00000008;transition:.3s ease}.bottom-sheet.show .bottom-sheet-content{transform:translateY(0)}.bottom-sheet.dragging .bottom-sheet-content{transition:none}.bottom-sheet.fullscreen .bottom-sheet-content{border-radius:0;overflow-y:hidden}.bottom-sheet .header{display:flex;justify-content:center}.bottom-sheet .body{height:100%;overflow-y:auto;scrollbar-width:none}.bottom-sheet .body::-webkit-scrollbar{width:0}
