.v-bottom-sheet-enter-active,.v-bottom-sheet-leave-active{transition:transform .3s ease}.v-bottom-sheet-enter-from,.v-bottom-sheet-leave-to{transform:translateY(100%)}.v-bottom-sheet-block--dragging{transition:transform .3s ease}.v-bottom-sheet{bottom:0;display:flex;left:0;position:fixed;right:0;top:0;width:100%;z-index:100}.v-bottom-sheet-block{background-color:var(--background-100);display:flex;flex:1 1 auto;flex-direction:column;margin-top:var(--app-header-height);min-height:0;position:relative;width:100%}.v-bottom-sheet-swipe{cursor:grab;height:var(--app-header-height);left:0;position:absolute;right:0;top:calc(var(--app-header-height)*-1);touch-action:none}.v-bottom-sheet-handle{background-color:var(--border-gray-lite);border-radius:calc(var(--base-spacer)*.5);bottom:0;height:var(--base-spacer);left:50%;position:absolute;transform:translate(-50%);width:calc(var(--base-spacer)*10)}.v-bottom-sheet-wrap{overflow:hidden}.v-bottom-sheet-content,.v-bottom-sheet-wrap{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.v-bottom-sheet-content{padding:var(--layout-l-24) var(--page-padding-inline) 0}.v-bottom-sheet-footer{display:flex;flex:0 0 auto;flex-direction:column;gap:var(--layout-l-12);padding:var(--layout-l-24) var(--page-padding-inline) calc(var(--layout-l-24) + env(safe-area-inset-bottom,0px))}
