.ada-action-sheet-container{background-color:#fff;border-top-left-radius:32px;border-top-right-radius:32px;bottom:0;display:flex;flex-direction:column;left:0;max-height:calc(100vh - 40px - var(--safe-area-inset-top));padding-bottom:var(--safe-area-inset-bottom);position:fixed;right:0;z-index:45}.ada-action-sheet-container.is-paddless{padding-bottom:0}.ada-action-sheet-container.is-paddless .aasc-content{margin-top:0;padding:0}.ada-action-sheet-container .aasc-handle{height:4px;left:50%;position:absolute;top:0;transform:translate(-50%);width:80px;z-index:45}.ada-action-sheet-container .aasc-content{display:flex;flex-direction:column;gap:16px;margin-top:48px;overflow-y:auto;padding-inline:32px;padding-bottom:40px}.ada-action-sheet-container .aasc-content.is-persistent{margin-top:32px}.ada-action-sheet-container .aasc-content.is-shaking{animation:shake 1s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}.ada-action-sheet-container .aasc-content.is-snapping{overflow:hidden}.ada-action-sheet-container .aasc-content.has-footer{padding-bottom:0}.ada-action-sheet-container .aasc-footer{background-color:#fff;display:flex;flex-direction:column;gap:8px;padding:16px 32px}.ada-action-sheet-overlay{background-color:rgba(0,0,0,.6);top:0;right:0;bottom:0;left:0;position:fixed;z-index:45}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=bottom][data-state=open]{animation-name:slide-from-bottom-to-snap-point}@keyframes slide-from-bottom-to-snap-point{0%{transform:translate3d(0,var(--initial-transform,100%),0)}to{transform:translate3d(0,var(--snap-point-height,0),0)}}
