.bottom-sheet{z-index:99999;transition:all .4s ease;position:relative}.bottom-sheet *{box-sizing:border-box}.bottom-sheet__content{overflow-y:scroll;height:var(--55aabca4)}.bottom-sheet__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;opacity:0;visibility:hidden}.bottom-sheet__card{width:100%;pointer-events:all;position:fixed;background:white;border-radius:14px 14px 0 0;left:50%;z-index:9999;margin:0 auto}.bottom-sheet__card.square{border-radius:0}.bottom-sheet__card.stripe{padding-bottom:20px}.bottom-sheet__card.fx-default{transform:translate(-50%);transition:bottom .3s ease}.bottom-sheet__card.fx-fadein-scale{transform:translate(-50%) scale(.7);opacity:0;transition:all .3s}.bottom-sheet__card.fx-slide-from-right{transform:translate(100%);opacity:0;transition:all .3s cubic-bezier(.25,.5,.5,.9)}.bottom-sheet__card.fx-slide-from-left{transform:translate(-100%);opacity:0;transition:all .3s cubic-bezier(.25,.5,.5,.9)}.bottom-sheet__pan{padding-bottom:20px;padding-top:15px;height:38px}.bottom-sheet__bar{display:block;width:50px;height:3px;border-radius:14px;margin:0 auto;cursor:pointer;background:rgba(0,0,0,.3)}.bottom-sheet.closed{opacity:0;visibility:hidden}.bottom-sheet.closed .bottom-sheet__backdrop{animation:hide .3s ease}.bottom-sheet.moving .bottom-sheet__card{transition:none}.bottom-sheet.opened{position:fixed;top:0;left:0;width:100%;height:100%}.bottom-sheet.opened .bottom-sheet__backdrop{animation:show .3s ease;opacity:1;visibility:visible}.bottom-sheet.opened .bottom-sheet__card.fx-fadein-scale{transform:translate(-50%) scale(1);opacity:1}.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-right,.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-left{transform:translate(-50%);opacity:1}@keyframes show{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes hide{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}
