.taroify-floating-bubble{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--floating-bubble-background,var(--primary-color,#1989fa));border-radius:var(--floating-bubble-border-radius,999px);bottom:var(--floating-bubble-initial-gap,48px);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--floating-bubble-color,var(--white,#fff));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--floating-bubble-size,96px);justify-content:center;left:0;overflow:hidden;position:fixed;right:var(--floating-bubble-initial-gap,48px);top:0;-ms-touch-action:none;touch-action:none;-webkit-transition:var(--floating-bubble-duratio,.3s);transition:var(--floating-bubble-duratio,.3s);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:var(--floating-bubble-size,96px);z-index:var(--floating-bubble-z-index,999)}.taroify-floating-bubble:active{opacity:.8}.taroify-floating-bubble__icon{font-size:var(--floating-bubble-icon-size,56px)}