.amount-progress{--bar-bg:#ffe3d4;--seek-before-width:0;--seek-before-color:#ffc2a1;--knobby:#3452a5;--selectedKnobby:#26c9c3;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bar-bg);position:relative;height:4px;outline:none}.amount-progress::-webkit-slider-runnable-track{background:hsla(0,0%,51%,.9);position:relative;height:4px;outline:none}.amount-progress::-moz-range-track{background:var(--bar-bg);position:relative;height:4px;outline:none}.amount-progress::-moz-focus-outer{border:0}.amount-progress:before{content:"";height:4px;width:var(--seek-before-width);background-color:red;position:absolute;top:0;left:0;z-index:2;cursor:pointer}.amount-progress::-moz-range-progress{background-color:var(--seek-before-color);height:4px}.amount-progress::-webkit-slider-thumb{-webkit-appearance:none;height:12px;width:12px;border-radius:50%;border:none;background-color:red;cursor:pointer;position:relative;margin:-4px 0 0;z-index:3;box-sizing:border-box}.amount-progress:active::-webkit-slider-thumb{transform:scale(1.2);background:#fff}.amount-progress::-moz-range-thumb{height:15px;width:15px;border-radius:50%;border:transparent;background-color:var(--knobby);cursor:pointer;position:relative;z-index:3;box-sizing:border-box}.amount-progress:active::-moz-range-thumb{transform:scale(1.2);background:var(--selectedKnobby)}.second-video-element{display:none}.snapshot-container{position:absolute;display:block;opacity:0;visibility:hidden;z-index:1000;bottom:50px;border:2px solid #fff}.snapshot-time{color:#fff;font-weight:600;font-size:12px}input[type=range]:hover+.snapshot-container{opacity:1;visibility:visible}