.taroify-floating-panel{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--floating-panel-background,var(--background-color-light,var(--white,#fff)));border-top-left-radius:var(--floating-panel-rounded-border-radius,32px);border-top-right-radius:var(--floating-panel-rounded-border-radius,32px);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;position:fixed;-ms-touch-action:none;touch-action:none;width:100vw;will-change:transform;z-index:var(--floating-panel-z-index,1010)}.taroify-floating-panel:after{background-color:inherit;bottom:-100vh;content:"";display:block;height:100vh;position:absolute;width:100vw}.taroify-floating-panel__header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:-webkit-grab;cursor:grab;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--floating-panel-header-height,60px);justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.taroify-floating-panel__header-bar{background:var(--floating-panel-bar-color,var(--gray-5,#c8c9cc));border-radius:4px;height:var(--floating-panel-bar-height,6px);width:var(--floating-panel-bar-width,40px)}.taroify-floating-panel__content{-webkit-box-flex:1;background-color:var(--floating-panel-background,var(--background-color-light,var(--white,#fff)));-ms-flex:1;flex:1;overflow-y:auto}