@keyframes float-note{0%{transform:translateY(0) rotate(0);opacity:.7}25%{transform:translateY(-8px) rotate(5deg);opacity:1}50%{transform:translateY(-12px) rotate(-3deg);opacity:.8}75%{transform:translateY(-8px) rotate(3deg);opacity:1}to{transform:translateY(0) rotate(0);opacity:.7}}@keyframes pulse-glow{0%,to{box-shadow:0 0 10px #ffc80266}50%{box-shadow:0 0 20px #ffc80299,0 0 30px #f7582a4d}}@keyframes progress-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.music-notes{display:flex;gap:1rem;justify-content:center}.note{font-size:1.5rem;color:#ffc802;display:inline-block;animation:float-note 2s ease-in-out infinite}.note-1{animation-delay:0s}.note-2{animation-delay:.4s}.note-3{animation-delay:.8s}.note-4{animation-delay:1.2s}.note-5{animation-delay:1.6s}#progress-bar{background:linear-gradient(90deg,#ffc802,#f7582a,#ffc802)!important;background-size:200% 100%!important;animation:progress-shimmer 3s ease-in-out infinite,pulse-glow 2s ease-in-out infinite}#spinner-percentage{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}div .noUi-target{background-color:#edf2f7;border:0;box-shadow:none;border-radius:9999px;height:.5rem;width:75%;margin:.5rem auto}div .noUi-connects{border-radius:9999px}div .noUi-connect{background-color:var(--color-green)}div .noUi-horizontal .noUi-handle{height:2.25rem;width:2.25rem;border-radius:999px;background-color:#fff;box-shadow:none;border-color:#5e5e5e;top:-.875rem;right:-.875rem;outline:none;border:1px solid #5e5e5e}div .noUi-horizontal .noUi-handle:active{background-color:#fff}div .noUi-handle:after,div .noUi-handle:before{background:#5e5e5e;top:9px;left:14px}div .noUi-handle:after{left:18px}div .noUi-tooltip{color:var(--color-orange);background:var(--color-orange-100);border-radius:.5rem;border:0;font-size:.875rem}.noUi-handle[data-handle="1"],.noUi-handle[data-handle="2"]{display:none}div.w-full .noUi-target{width:100%}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
