.fade-in{animation:1s forwards fadeInAnimation}.fade-out{animation:1s forwards fadeOutAnimation}@keyframes fadeInAnimation{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0pz)}}@keyframes fadeOutAnimation{0%{opacity:1;transform:translateY(0)}to{opacity:.2;transform:translateY(10px)}}
.Scrollbar-module__QEJ_ja__seekInput{--seek-track-height:0px;--seek-thumb-size:0px;appearance:none;background-position:50%;background-repeat:no-repeat;background-size:100% var(--seek-track-height);border-radius:10px}.Scrollbar-module__QEJ_ja__seekInput::-webkit-slider-runnable-track{height:var(--seek-track-height);background:0 0;border-radius:10px}.Scrollbar-module__QEJ_ja__seekInput::-webkit-slider-thumb{appearance:none;width:var(--seek-thumb-size);height:var(--seek-thumb-size);margin-top:calc((var(--seek-track-height) - var(--seek-thumb-size))/2);background:var(--color-primary);border:0;border-radius:10px}.Scrollbar-module__QEJ_ja__seekInput::-moz-range-track{height:var(--seek-track-height);background:var(--color-border-1);border-radius:10px}.Scrollbar-module__QEJ_ja__seekInput::-moz-range-progress{height:var(--seek-track-height);background:var(--color-primary);border-radius:10px}.Scrollbar-module__QEJ_ja__seekInput::-moz-range-thumb{width:var(--seek-thumb-size);height:var(--seek-thumb-size);background:var(--color-primary);border:0;border-radius:10px}
