#video-container{position:relative;width:100%}#video-player{position:absolute;top:0;left:0;bottom:0;right:0;border:0}#video-prev{margin-right:8px}#video-next{margin-left:8px}#video-controls{display:none;height:60px;position:absolute;z-index:99;top:0;left:0;right:0;padding:0 8px;background:#000;align-items:center}#video-overlay{display:none;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;z-index:50;cursor:pointer;background:#000}.state-paused #video-overlay,.state-loading #video-overlay{display:flex}#video-overlay-play{cursor:pointer;width:100px;height:100px;border-radius:50%;background:#e11191;display:none}.state-paused #video-overlay-play{display:block}.state-paused #video-player{filter:blur(5px)}#video-overlay-message{display:none}.state-error #video-player{display:none}.state-error #video-overlay{display:flex;cursor:default}.state-error #video-overlay-message{display:block;padding:12px;color:#fff}.state-error a{color:#fff;font-weight:bold;text-decoration:underline}.player-ready #video-controls{display:flex}.no-controls #video-controls div,.no-controls #video-controls button{display:none}.select-season{max-width:25%}#video-controls .select-item select:active,#video-controls .outlined-btn:active{background:transparent;border-color:#1a73e8}#video-controls .select-item select:hover,#video-controls .select-item select:focus,#video-controls .outlined-btn:hover,#video-controls .outlined-btn:focus{background:transparent;border-color:#e01090}#video-controls .select-item select{color:#fff}#video-controls .select-item option,#video-controls .select-item .title{background:#000;color:#fff}#video-controls .select-item:after{border-color:#fff transparent transparent transparent}.state-loading .video-loading-wrap{display:flex}.video-loading-wrap{display:none;justify-content:center;align-items:center;height:100%}.video-loading{animation:rotation 2s linear infinite;stroke:#e01090;width:66px;height:66px}@keyframes rotation{00%{transform:rotate(0)}100%{transform:rotate(360deg)}}.circle{stroke-dasharray:180;stroke-dashoffset:180;transform-origin:center;animation:turn 2s ease-in-out infinite}@keyframes turn{00%{stroke-dashoffset:160}50%{stroke-dashoffset:40;transform:rotate(180deg)}100%{stroke-dashoffset:160;transform:rotate(720deg)}}