.custom-bottom-sheet-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:1000;display:flex;justify-content:center;align-items:flex-end;transition:opacity .3s ease;opacity:0;will-change:opacity}.custom-bottom-sheet-backdrop.open{opacity:1}.custom-bottom-sheet-backdrop.closed{opacity:0;pointer-events:none}.custom-bottom-sheet{background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;width:100%;max-width:584px;position:relative;min-height:224px;max-height:calc(100dvh - 8.5rem);overflow:auto;box-shadow:0 -5px 60px 0 rgba(38,89,115,.11),0 -1px 0 rgba(38,89,115,.05);transform:translateY(100%);will-change:transform;touch-action:pan-y}.custom-bottom-sheet.animate-in{animation:slide-up .3s cubic-bezier(.6,0,.2,1) forwards}.custom-bottom-sheet.open{transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.custom-bottom-sheet.closed{transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.custom-bottom-sheet>:not(.custom-bottom-sheet-drag-area){opacity:0;transition:opacity .2s ease;transition-delay:.15s}.custom-bottom-sheet.animate-in>:not(.custom-bottom-sheet-drag-area),.custom-bottom-sheet.open>:not(.custom-bottom-sheet-drag-area){opacity:1}@keyframes slide-up{0%{transform:translateY(70%);opacity:0}to{transform:translateY(0);opacity:1}}.custom-bottom-sheet.dragging{transition:none}.custom-bottom-sheet-drag-area{position:absolute;top:0;left:0;right:0;height:30px;cursor:grab;z-index:10;touch-action:none}.custom-bottom-sheet-handle{position:absolute;width:36px;height:4px;background-color:hsla(0,0%,0%,.14);border-radius:2px;top:8px;left:50%;transform:translateX(-50%);cursor:grab;z-index:10}.custom-bottom-sheet-handle:before{content:"";position:absolute;top:-20px;left:-30px;right:-30px;bottom:-20px;z-index:5}@supports (padding-bottom:env(safe-area-inset-bottom)){.custom-bottom-sheet{padding-bottom:env(safe-area-inset-bottom)}}
/*# sourceMappingURL=083461614ef5c421.css.map*/