.fabNext{cursor:pointer;z-index:var(--z-btn-scroll);touch-action:manipulation;-webkit-tap-highlight-color:transparent;background-color:#00b2f6;border:none;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:30px;height:54px;transition:all .3s;display:flex;position:fixed;bottom:6rem;right:26px;overflow:hidden;box-shadow:0 2px 5px #0003}.fabNextGodji{bottom:15rem!important;right:2rem!important}.fabNextGodjiCloseText{bottom:9rem!important;right:2rem!important}.fabWaveContainer{pointer-events:none;border-radius:2rem;width:100%;height:100%;position:absolute;bottom:0;left:0;overflow:hidden}.fabWave{background-color:#fff3;width:100%;transition:height .5s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.fabWaveSvg{width:100%;height:20px;position:absolute;top:-10px;left:0}.fabWavePath{fill:#ffffff4d;animation:2s ease-in-out infinite waveAnimation}@keyframes waveAnimation{0%,to{d:path("M0,50 Q25,40 50,50 T100,50 L100,100 L0,100 Z")}50%{d:path("M0,50 Q25,60 50,50 T100,50 L100,100 L0,100 Z")}}.fabIcon{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.fabIcon svg{fill:#fff;stroke:#fff;width:20px;height:20px}.fabNext:hover{transform:scale(1.05);box-shadow:0 4px 12px #00b2f666}.fabNext:hover .fabWavePath{animation-duration:1.5s}.fabNext:active{transform:scale(.95)}.fabNext.disabled{opacity:.5;cursor:not-allowed}.fabNext.disabled:hover{transform:none;box-shadow:0 2px 5px #0003}.fabNext.fabComplete{background-color:#10b981}.fabNext.fabComplete:hover{box-shadow:0 4px 12px #10b98166}.fabNext.fabComplete .fabWave{background-color:#ffffff40}
