lyp-player .player{background-color:#fff;border-radius:4px;color:#000;font-family:Tahoma,Arial,sans-serif}lyp-player .video-container{background:#000;margin-bottom:10px;position:relative;width:100%}lyp-player video{display:block;height:auto;width:100%}lyp-player .video-controls{align-items:center;display:flex;gap:10px;margin-bottom:10px}lyp-player .video-selector{background:#f5f5f5;border:1px solid #ccc;border-radius:4px;color:#000;padding:5px 10px}lyp-player .pauseButton,lyp-player .playButton{align-items:center;border-radius:10px;display:flex;gap:8px;justify-content:center;padding:15px 30px;width:120px}lyp-player .spinner{animation:spin 1s linear infinite;border:2px solid rgba(0,0,0,.251);border-radius:50%;border-top-color:#000;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}lyp-track div.lyp-track{align-items:center;cursor:pointer;display:flex;user-select:none}lyp-track div.lyp-track:hover{background-color:#f0f0f0}lyp-track div.lyp-track>label{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}lyp-track #gain{padding-right:7px;width:140px}lyp-track #gain::-webkit-slider-runnable-track{background:linear-gradient(90deg,#007f00 0,#007f00 70%,#7f7f00 0,#7f0000)}lyp-track #pan{padding-right:7px;width:50px}lyp-track input[type=range]{-webkit-appearance:none;background-color:transparent;height:16px;margin:6px 0}lyp-track input[type=range]:focus{outline:none}lyp-track input[type=range]::-webkit-slider-runnable-track{animate:.2s;background:#b1b1b1;border:0 solid #8a8a8a;border-radius:3px;box-shadow:0 0 0 #000;cursor:pointer;height:8px;width:100%}lyp-track input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:0 solid #8a8a8a;border-radius:3px;box-shadow:1px 1px 1px #828282;cursor:pointer;height:14px;margin-top:-3px;width:6px}lyp-track input[type=range]:focus::-webkit-slider-runnable-track{background:#cfcfcf}lyp-track input[type=checkbox],lyp-track input[type=range]{cursor:pointer}
/*# sourceMappingURL=main.css.map */