.uni-bottom-sheet{--uni-bottom-sheet-offset:var(--spacing-3);--uni-bottom-sheet-rounded-size:var(--spacing-2);--uni-bottom-sheet-puller-height:var(--spacing-1);--uni-bottom-sheet-puller-container-height:20px;--uni-bottom-sheet-max-height-offset:var(--spacing-8);--uni-bottom-sheet-max-height:calc(100dvh - var(--uni-bottom-sheet-max-height-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.uni-bottom-sheet__container{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;min-height:0;flex:auto;padding-block-end:env(safe-area-inset-bottom);overflow-y:auto}@supports not (height:100dvh){.uni-bottom-sheet{--uni-bottom-sheet-max-height:calc(100vh - var(--uni-bottom-sheet-max-height-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}.uni-bottom-sheet.uni-bottom-sheet__paper,.uni-bottom-sheet .uni-bottom-sheet__paper{border-top-left-radius:var(--uni-bottom-sheet-rounded-size);border-top-right-radius:var(--uni-bottom-sheet-rounded-size);width:100%;min-width:0;max-width:100%;max-height:var(--uni-bottom-sheet-max-height);background-color:var(--color-surface);background-clip:padding-box;flex-direction:column;transition:transform .195s ease-out,height .22s ease-out;display:flex;overflow:hidden}.uni-bottom-sheet--has-puller .uni-bottom-sheet .uni-new-menu__list{overflow-y:auto}.uni-bottom-sheet--has-puller .uni-bottom-sheet__puller-container{touch-action:none;z-index:2;width:100%;min-height:var(--uni-bottom-sheet-puller-container-height);background-color:var(--color-surface);border-top-left-radius:inherit;border-top-right-radius:inherit;flex:none;justify-content:center;align-items:flex-end;padding-block-end:var(--spacing-1);display:flex;position:relative}.uni-bottom-sheet--has-puller .uni-bottom-sheet__puller{border-radius:var(--radius-full);width:var(--spacing-8);background-color:var(--color-mr-short-info-border);height:var(--uni-bottom-sheet-puller-height);flex:unset;overflow-y:unset}.uni-bottom-sheet--has-puller.uni-bottom-sheet__paper:not(.no-max-height),.uni-bottom-sheet--has-puller .uni-bottom-sheet__paper:not(.no-max-height){max-height:min(42rem,var(--uni-bottom-sheet-max-height))}.uni-bottom-sheet--has-puller .uni-bottom-sheet__backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}.uni-bottom-sheet--dragging.uni-bottom-sheet__paper,.uni-bottom-sheet--dragging .uni-bottom-sheet__paper{transition-duration:0s}
