#vod-series-player-page .player-container{
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #222;
}
#vod-series-player-page .player-container {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #222;
    background-size: 100% 100%;
}
#vod-series-video-controls-container {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    color: #fff;
    background:rgba(51, 51, 51, 0.7);
    padding:20px;
}
#vod-series-progress-controls-container {
    margin: 0 auto;
    /*background: rgba(100, 19, 204, 0.8);*/
    padding: 15px 20px 10px 20px;
}
#vod-series-progress-container{
    margin: 0 auto;
}
#vod-series-video-progressbar-container{
    padding: 0;
    margin: 0 20px;
}
#vod-series-player-page .progress-amount {
    background: #dd0000;
    height: 100%;
    display: block;
    width: 30%;
}
#vod-series-video-controls-wrapper{
    margin: 20px auto !important;
    margin-bottom: 0;
    font-size:0;
}
#vod-series-video-time-container{
    font-size: 0;
    margin-top:15px;
}
.video-control-icon {
    color: #888;
    font-size: 25px;
    display: inline-block;
    width:20%;
}
.video-control-icon i{
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    display: inline-block;
    line-height: 45px;
    border-radius: 25px;
}
/*.video-control-icon.active i{*/
/*    color: #fff;*/
/*    border-color: #f77b05;*/
/*}*/
.video-control-icon i.active{
    color: #fff;
    border-color: #f3ff00;
}
#vod-series-player-page .video-time{
    font-size:22px;
    width:50%;
    vertical-align: middle;
    display: inline-block;
    padding:0 10px;
}
#vod-series-video-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    z-index: 10;
    background:rgba(51, 51, 51, 0.7);
    color:#fff;
}
.rangeslider--horizontal{
    height: 15px !important;
}
.rangeslider .rangeslider__handle{
    border-radius: 15px;
    background-image: none;
    height: 30px;
    width:60px;
    top: -7.5px !important;
    border: 3px solid transparent;
}
.rangeslider.active .rangeslider__handle{
    border-color: #fd5803;
}
.rangeslider__handle:after{
    background: #b9b3b3;
    background-image:none !important;
}
.rangeslider__fill {
    background: #f1a125 !important;
}

#vod-video-info-container {
    position: fixed;
    top: 20vh;
    left: 20vw;
    width: 60vw;
    height: 60vh;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px #68696f;
    background: #16b5c5;
    display: none;
}
#vod-video-info-img-container {
    width: 30%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
#vod-video-info-img-container img{
    width: 100%;
    height: 100%;
}
#vod-video-info-wrapper {
    display: inline-block;
    width: 70%;
    height: 100%;
    font-size: 25px;
    color: #fff;
    vertical-align: top;
    padding:20px;
    position: relative;
}
#vod-video-info-title {
    font-size: 35px;
    font-weight: bold;
}
#vod-video-info-desc {
    font-size: 25px;
}
#vod-video-info-subwrapper2 {
    position: absolute;
    bottom: 0;
    border-top: 1px solid;
    right: 20px;
    left: 20px;
    padding: 10px 0;
}

#video-resume-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #171616e0;
    display: none;
}
#video-resume-content {
    position: fixed;
    font-size: 20px;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#vod-resume-title-1 {
    font-size: 45px;
    font-weight: bold;
}
#vod-resume-title-2 {
    font-size: 25px;
    margin: 10px auto;
    font-weight: bold;
}
#vod-resume-time{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.resume-action-btn {
    font-size: 25px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border-radius: 35px;
    width: 350px !important;
    border:2px solid transparent;
}
.resume-action-btn.active {
    border-color: yellow !important;
}
#player-seasons-container {
    /*max-height: 40px;*/
    overflow-y: hidden;
    width: 90%;
    margin: 0 auto;
    transition: max-height 0.3s;
    text-align: center;
    white-space: nowrap;
    position: relative;
    margin-top:10px;
}
#player-seasons-container.expanded{
    /*max-height: fit-content;*/
}
.player-season-item {
    height: 100px;
    width: 250px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.1s;
    background: #7b7878;
}
.player-season-item:hover, .player-season-item.active{
    /*border-bottom: none;*/
    background: #629cf3;
}
.player-episode-title-container{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.player-episode-title {
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.player-season-item.active .player-episode-title{
    color: #fff;
}

/*#vod-series-video-progressbar-container{*/
/*    position: relative;*/
/*    height: 10px;*/
/*    background: #aaa;*/
/*    border:3px solid transparent;*/
/*    padding:3px 0;*/
/*}*/
#vod-series-video-progressbar-container.active{
    border-color: #fde704;

}
#vod-series-player-page .video-info-btn{
    width: 30%;
}
