#vod-summary-content-container{
    font-size: 0;
    color: white;
    height: 100%;
}
.vod-series-background-img{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vod-series-background-img-overlay{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.65);
}
.vod-series-summary-page-contents-container{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 150px 80px
}
#vod-summary-action-container {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0 30px 0px 0px;
}
#vod-summary-image-wrapper{
    height: 100%;
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    padding-bottom: 40px;
    padding-right: 20px;
}

#series-summary-contents-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    /* background: #ff0000; */
    overflow: visible;
}
#series-summary-image-wrapper {
    position: absolute;
    left: 40px;
    top: -100px;
    z-index: 10;
}
#series-summary-image-wrapper img{
    border-radius: 20px;
    width: 350px;
    box-shadow: 2px 0px 30px 2px rgba(27, 26, 26, 0.82);
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
}
#series-summary-page .rating{
    font-size: 28px;
}
#series-summary-page .rating-mark{
    font-size: 26px;
}
#episodes-part {
    padding-left: 470px;
    white-space: nowrap;
    position: relative;
    padding-right: 60px;
    background: #111111d6;
    padding-top: 15px;
    padding-bottom: 15px;
}
.episode-arrow-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
}
.episode-arrow-icon.left {
    left: 415px;
}
.episode-arrow-icon.right {
    right: 10px;
}
#episode-items-container{
    overflow-x: scroll;
    position: relative;
    font-size: 0;
}
#series-summary-contents-wrapper {
    padding-left: 470px;
    background: rgba(2, 1, 1, 0.95);
    padding-top:20px;
    padding-bottom: 20px;
}
#select-season-btn {
    font-size: 30px;
    color: #ccc;
    background: #5d5454;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 10px;
}
#select-season-btn.active{
    background: #21AAC4;
    color: #fff;
}
#select-season-btn i{
    display: inline-block;
    vertical-align: middle;
}
#current-season-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
#season-items-container {
    position: relative;
    overflow-y: scroll;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 800px;
}
.season-item-container {
    font-size: 28px;
    color: #fff;
    padding: 10px 10px;
    background: #443d3d;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.season-item-container.active{
    background: #21AAC4;
}
.episode-item-wrapper {
    font-size: 25px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #5d5454;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.episode-item-wrapper.active{
    background: #21AAC4;
}
#vod-summary-image-wrapper img{
    max-width:100%;
    height: 100%;
    display: block;
    margin:0 auto;
}
.vod-summary-information-container {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
.vod-summary-item {
    font-size: 25px;
    white-space: nowrap;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #555;
    text-align: justify;
}
.vod-summary-item-label {
    font-weight: normal;
    margin-right: 25px;
    color: #4c91a9;
    display: inline-block;
    vertical-align: top;
}
.vod-summary-item-text{
    font-weight: normal;
    vertical-align: top;
    white-space: normal;
}
#vod-summary-name,#series-summary-name {
    font-size: 38px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
#series-summary-name{
    margin-bottom: 5px;
}

.max-line-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.max-line-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#vod-summary-description,
#series-summary-description {
    margin-top: 20px;
    font-size: 27px;
    line-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: lighter;
    color: #ccc;
}
#series-summary-description {
    -webkit-line-clamp: 8;
}
#series-summary-description{
    /*height: calc(100vh - 500px);*/
}
#series-summary-action-container{
    margin-top:10px;
}
.vod-series-action-btn {
    font-size: 25px;
    padding: 15px 50px;
    background: #3F3932;
    color: #ddd;
    border: none !important;
    transition: all 0.2s;
    display: block;
    margin: 15px 0;
    border-radius: 40px;
    width: 100%;
}
.vod-series-action-btn.active {
    background: #21AAC4;
    color: #fff;
}
#season-item-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    right: 0;
    background: rgba(17, 17, 17, 0.83);
    display: none;
}
#season-item-modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}


.episode-video-duration-container{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
}
.episode-video-duration {
    height: 10px;
    /*background: #5f5b5b;*/
    background: #8e6a8d;
    font-size: 0;
    position: relative;
    opacity: 0;
    /*transform: translateY(-100%);*/
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
}
.episode-video-duration.has-progress {
    opacity: 1;
}
.episode-video-progress {
    display: inline-block;
    height: 100%;
    background: #ffce1a;
}

.vod-series-video-watch-status-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 25px;
    color: #ffff00;
    opacity: 0;
}
.vod-series-video-watch-status-icon.has-progress{
    opacity: 1;
}

