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