@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";@keyframes fade-out{0%{opacity:1}50%{opacity:1}to{opacity:0}}.play-status{animation:fade-out 1s forwards;position:absolute;top:6px;right:6px;width:24px;height:24px;opacity:0;pointer-events:none}.play-status path{fill:#fff}.input-range__slider{appearance:none;background:#3f51b5;border:1px solid #3f51b5;border-radius:100%;cursor:pointer;display:block;height:1rem;margin-left:-.5rem;margin-top:-.65rem;outline:none;position:absolute;top:50%;transition:transform 0 ease-out,box-shadow 0s ease-out;width:1rem}.input-range__slider:active{transform:scale(1.3)}.input-range__slider:focus{box-shadow:0 0 0 5px #3f51b533}.input-range--disabled .input-range__slider{background:#cccccc;border:1px solid #cccccc;box-shadow:none;transform:none}.input-range__slider-container{transition:left 0s ease-out}.input-range__label{color:#aaa;font-family:Helvetica Neue,san-serif;font-size:.8rem;transform:translateZ(0);white-space:nowrap}.input-range__label--min,.input-range__label--max{bottom:-1.4rem;position:absolute}.input-range__label--min{left:0}.input-range__label--max{right:0}.input-range__label--value{position:absolute;top:-1.8rem}.input-range__label-container{left:-50%;position:relative}.input-range__label--max .input-range__label-container{left:50%}.input-range__track{background:#eeeeee;border-radius:.3rem;cursor:pointer;display:block;height:.3rem;position:relative;transition:left 0s ease-out,width 0s ease-out}.input-range--disabled .input-range__track{background:#eeeeee}.input-range__track--background{left:0;margin-top:-.15rem;position:absolute;right:0;top:50%}.input-range__track--active{background:#3f51b5}.input-range{height:1rem;position:relative;width:100%}*{font-family:Roboto,sans-serif;box-sizing:border-box}html,body{margin:0;padding:0;background-color:#55556e}
