/*! @name videojs-dvrseekbar @version 0.0.1 @license Apache-2.0 */.video-js{// This class is added to the video.js element by the plugin by default. &.vjs-dvrseekbar{display:block}}#dvr-current-time{line-height:3.5em;font-size:12px;font-weight:700;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#seekBar{display:flex;height:100%;margin:0;padding:0;-webkit-appearance:none;border:0 solid #666;border-radius:0;background-color:rgba(115,133,159,.5);outline:none}#seekBar::-moz-range-track{background-color:transparent;outline:none}#seekBar::-ms-fill-lower,#seekBar::-ms-fill-upper,#seekBar::-ms-track{background-color:transparent;outline:none}#seekBar{flex-grow:1;cursor:pointer}#seekBar::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fff;outline:none}#seekBar::-moz-range-thumb{background-color:#fff;outline:none}#seekBar::-ms-thumb{background-color:#fff;outline:none}#seekBar::-webkit-slider-thumb{width:4px;height:100%}#seekBar::-moz-range-thumb{width:4px;height:100%}#seekBar::-ms-thumb{width:4px;height:100%}#seekBar::-ms-tooltip{display:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=range]{overflow:hidden;width:80px;-webkit-appearance:none;background-color:#fff}input[type=range]::-webkit-slider-runnable-track{height:10px;-webkit-appearance:none;color:#fff;margin-top:-1px}input[type=range]::-webkit-slider-thumb{width:10px;-webkit-appearance:none;height:10px;cursor:pointer;background:#434343;box-shadow:-9999px 0 0 9999px #fff}}input[type=range]::-moz-range-progress{background-color:#fff;height:100%}input[type=range]::-moz-range-track{background-color:#9a905d}input[type=range]::-ms-fill-lower{background-color:#fff}input[type=range]::-ms-fill-upper{background-color:#9a905d}