body {
    margin: 0;
}

.vast_video_loading, div#vast_video_loading_hls-video.vast_video_loading {
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    font-size: 11px;
    color: #fff;
    height: 30px;
}

.modalDialog ul {
    list-style: none;
    padding-left: 5px;
}

.modalDialog ul li {
    float: left;
    padding-left: 5px;
}

.modalDialog ul li:last-child {
    float: right;
    padding-right: 5px;
}

.close {
    float: right;
    text-decoration: none;
    color: #fff;
}

iframe {
}

#adContainer div video, .op-player__media, .op-player__full #om-ads {
}

.op-controls__p2p > img {
    max-height: 18px;
    -webkit-transition: filter 0.5s ease-in-out;
    -ms-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
}

.op-controls__p2p #p2pnumb {
    padding: 0;
    color: #fff;
    font-size: 10px;
    margin: 0;
}

.colorlight {
    filter: invert(.5) sepia(1) saturate(5) hue-rotate(100deg);
}

#hlsvideo video {
}

.plyr__preview-scrubbing {
    filter: blur(5px);
}

.tabs-sel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3333;
    background: #000000b3;
    border-radius: 0 0 3px 3px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px 0;
    box-sizing: border-box;
}

.tabs-sel.series-tab.active::-webkit-scrollbar {
    height: 9px;
}

.tabs-sel.series-tab.active::-webkit-scrollbar-track {
    background: transparent;
}

.tabs-sel.series-tab.active::-webkit-scrollbar-thumb {
    background: #72a1eb;
    border-radius: 6px;
}

.tabs-sel.series-tab.active::-webkit-scrollbar-thumb:hover {
    background: #2255a5;
    transition: all 1.3s;
}

.tabs-sel span {
    text-align: center;
    min-width: 70px;
    border-radius: 3px;
    display: inline-block;
    padding: 0 11px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ccc;
    height: 40px;
    line-height: 40px;
}

.tabs-sel span.current {
    background-color: #242833;
    color: #f7f7f7;
}

.ourspan:active, .ourspan:focus {
    background: #084e57;
}

main.with-series-tab {
    padding-top: 50px;
}

main.with-series-tab .plyr,
main.with-series-tab .plyr__video-wrapper,
main.with-series-tab #hls-video {
    height: calc(100vh - 50px);
    width: 100%;
}

html,
body,
.plyr,
.plyr__video-wrapper,
#hls-video {
    height: 100vh;
    width: 100%;
}