body * {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.height-100 {
    height: 100vh;
}
::-webkit-scrollbar {
    width:0px;
    height: 0px;
}
::-webkit-scrollbar-track{
    /*background: transparent;*/
    background: rgba(182, 225, 220, 0.51);
}
.has-vertical-scroll::-webkit-scrollbar {
    width:10px;
    overflow-y:scroll;
}

::-webkit-scrollbar-thumb {
    background: #f4f4f2;
    border-radius: 10px;
}
.hide{
    display: none !important;
}

.video-skin{
    position: absolute;
    left:0;
    bottom:0;
    color:#fff;
    width:100%;
    background: #333;
    padding: 10px 0;
    padding-top: 0;
}

.time-info {
    padding-top: 10px;
    padding-left: 10px;
}
.video-loader{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    color: #ff4832;
    font-size:25px;
    display:none;
    text-align: center;
}
.video-loader-text{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    font-weight: normal;
    color:#eee;
    text-align: center;
}
.video-loader img{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-error{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    color: #ff4832;
    font-size:25px;
    display:none;
    text-align: center;
}
.video-error img {
    width: 100%;
    height: 100%;
}
.video-error-text{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.toast{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-width: none !important;
    display: none;
    box-shadow: none !important;
}
.toast-body{
    text-align: center;
}

.search-modal-container{
    position: fixed;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    background: #2222229e;
    display:none;
}
.search-modal-wrapper{
    position:fixed;
    width:40vw;
    height: 80vh;
    left:50%;
    top:0;
    transform: translate(-50%, 10vh);
    padding: 20px 0;
    border: 4px solid #ddd;
    border-radius: 20px;
    overflow-y: scroll;
}
.search-input-container{
    font-size: 0;
    position: relative;
    margin:0 30px;
}
.search-input-wrapper {
    display: inline-block;
    width: 93%;
}
#search-value{
    font-size: 30px;
    background: #938576;
    border-radius: 0;
    border: none;
    color: #eee;
    padding-top: 12px;
    padding-bottom: 12px;
    height: unset;
}
.search-icon-wrapper{
    color: #eee;
    text-align: right;
    padding: 5px;
    font-size: 25px;
    display: inline-block;
    width: 7%;
}
.search-content-container {
    margin-top: 10px;
    height: 750px;
    overflow-y: scroll;
    padding-bottom: 0;
    position: relative;
}
.search-item-wrapper {
    color: #ddd;
    font-size: 25px;
    padding: 10px;
}
.search-item-wrapper.active{
    color: #fff;
    background: #938576;
}

.modal-border-1 {
    border: 3px solid #ccc;
}
.modal-bg-cyan{
    background: #165a9f !important
}
.modal-text-1 {
    font-size: 35px !important;
    color: #eee;
}


.background-1{
    background-image: url("../images/bg.jpg");
    overflow-y:hidden;
    background-size: 100% 100%;
}

#seasons-page-container{
    padding: 30px;
    padding-left: 80px;
    margin-top: 20px;
    white-space: nowrap;
}
#series-image-container{
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
}
#series-image {
    width: 90%;
    max-height:90vh;
}
#season-page-back-button, #episode-page-back-button {
    color: #bbb;
    font-size: 35px;
    padding-top: 30px;
    padding-left: 40px;
}
#season-page-back-button.active, #episode-page-back-button.active {
    color:#fff;
}
#series-title-container {
    color: #fff;
    margin-bottom: 15px;
}
#series-title {
    font-size: 30px;
}
#season-rating {
    margin-left: 20px;
    font-size: 25px;
}
#season-grid-container{
    height: 820px;
    padding-top: 15px;
    padding-left:5px;
    padding-bottom:10px;
    overflow-y: hidden;
}
.season-grid-item-wrapper.active, .episode-grid-item-wrapper.active{
    background: yellow;
    transform: scale(1.05);
}
.season-image, .episode-image {
    width: 100%;
    height: 320px;
    transition: border-color 0.6s;
}
.season-grid-item-wrapper.active img, .episode-grid-item-wrapper.active img{
    border-bottom:none;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
.season-title-wrapper, .episode-title-wrapper{
    height: 60px;
    width: 100%;
}
.season-title, .episode-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width:100%;
    text-align: center;
}
.season-grid-item-wrapper.active .season-title, .episode-grid-item-wrapper.active .episode-title{
    color:#333;
}

#episode-page-container{
    width:100%;
    white-space: nowrap;
}

#episode-grid-container {
    width: 66.7%;
    margin: 0px auto;
    height: 730px;
    padding-top:15px;
    padding-left:5px;
    overflow-y: scroll;
    white-space: normal;
}
#season-title-container {
    color: #fff;
    font-size: 35px;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}


.padding-0{
    padding: 0 !important;
}

.modal-header-bg-img-1{
    background-image: url(../images/dialog_title_bg.png);
    background-size: 100% 100%;
    border-bottom: none !important;
}
.modal-body-bg-img-1{
    background-image: url(../images/dialog_bg.png);
    background-size: 100% 100%;
}
.modal-title-text-2{
    font-size:35px;
    color:#eee;
    margin:5px auto;
}







.modal-operation-menu-type-3{
    color: #ddd;
    font-size: 35px;
    font-weight: bold;
    padding: 15px 25px;
}
.modal-operation-menu-type-3.active {
    background: #fff;
    color: #333;
    border-radius: 7px;
}
.modal-operation-menu-type-3 i {
    margin-right: 20px;
}
.modal-operation-menu-type-3.active i {
    color: #4cc94c;
}

.parent-modal-input-item-container {
    font-size: 35px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.parent-modal-label-wrapper{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 41.7%;
}
.parent-modal-input-wrapper {
    padding: 0 20px;
}
.parent-modal-input-wrapper input {
    padding: 10px 10px;
    font-size: 25px;
    font-weight: normal;
    outline: none !important;
    box-shadow: none !important;
    border-style: none;
    background: #ddd;
    border-radius: 5px;
    width: 100%;
    /* border: 3px solid #a99e9e; */
}
.parent-modal-input-item-container.active input, .parent-modal-input-wrapper.active input{
    /*border: 3px solid #e87b0a !important;*/
    background: #E6F4FC;
}



.user-account-item-wrapper{
    font-size: 35px;
    color: #f78d0b;
    white-space: nowrap;
}
.user-account-label{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.user-account-value{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.no-background{
    background: none !important;
}
.active-state{
    background: #c81111;
}
.subtitle-container{
    color:#fff;
    font-size:45px;
    bottom:0;
    padding:30px;
    width:60%;
    left:20%;
    font-weight: normal;
    /*visibility: hidden;*/
    /*transform: translateX(-50%);*/
}
.login-page-link {
    color: #ffff00 !important;
}

#sort-modal-container{
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: #1119;
    display: none;
}
#sort-modal-wrapper{
    position: absolute;
    left: 35%;
    top: 150px;
    font-size: 30px;
    border-radius: 5px;
}
.sort-modal-item {
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
    transition: all 0.1s;
    border-radius: 5px;
    background-color: #fff;
}
.sort-modal-item.active,.sort-modal-item:hover {
    background: #077b0b;
    color: #fff;
}

.video-info-btns-container{
    font-size: 0;
    width: 15%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.video-info-btn {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 25%;
}
.video-info-icon {
    width: 50px;
    margin: 0 auto;
    height: 50px;
    border-radius: 30px;
    transition: all 0.05s;
    position: relative;
    /*border: 3px solid transparent;*/
}

.video-info-icon.active{
    /*border:3px solid #f77b05*/
    background: rgba(255, 255, 255, 0.2);
}
.video-info-icon img {
    position: absolute;
    width: 50%;
    max-height: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.modal-content{
    display:block !important;
}
.modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.modal-dialog.modal-lg{
    min-width: 750px;
}
.modal-dialog.modal-xl{
    min-width: 1000px;
}
.channel-video-resolution {
    color: #fff;
    font-size: 30px;
    position: fixed;
    right: 50px;
    bottom: 35px;
}
#top-menu-container {
    padding: 30px 0 30px 30px;
    text-align: center;
}
.top-menu-item {
    font-size: 40px;
    display: inline-block;
    padding: 0 20px;
    font-weight: normal;
    color: rgba(255,255,255,0.4);
    transition: all 0.1s;
    /*border:2px solid transparent;*/
}
.top-menu-item.current{
    /*color: #fff;*/
    /*text-shadow: 0 4px 21px #BAE5FF;*/
}
.top-menu-item.active{
    /*border:2px solid #ffff00;*/
    color: #fff;
    text-shadow: 0 4px 21px #BAE5FF;
}
.top-menu-item-txt{
    /*border-top:3px solid transparent;*/
}
.top-menu-item.active .top-menu-item-txt{
    /*border-color: #fff;*/
}
.top-menu-item-txt img{
    height: 80px;
    display: inline-block;
    margin-top:-10px;
    margin-bottom: -10px;
}
.top-menu-item-txt img.focus{
    display: none;
}
.top-menu-item.active .top-menu-item-txt img.not-focus{
    display: none;
}
.top-menu-item.active .top-menu-item-txt img.focus{
    display: inline-block;
}

.video-player-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}
.video-player-container.non-center{
    top:0;
    left:0;
    transform: none;
}
.video-player-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}


.video-controller-container{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}
.video-progress-bar {
    height: 7px;
    /*overflow: hidden;*/
    background-color: rgba(233, 236, 239, 0.64);
    border-radius: 10px;
    position: relative;
}

.progress-amount{
    background: #fff;
    height: 100%;
    display: inline-block;
    position: absolute;
    left:0;
}
.rangeslider--horizontal {
    height: 6px;
    width: 100%;
    background-color: rgba(112, 112, 113, 0.64);
    box-shadow: none;
}
.rangeslider__handle {
    background-image: none;
    background: #e9ecef;
    width: 25px;
    height: 25px;
    top: -8px;
    border: none;
    transition: background-color 0.2s;
}
.rangeslider__fill {
    background: #fff;
    box-shadow: none;
}
.rangeslider__handle:after {
    display: none;
}
.rangeslider.active .rangeslider__handle{
    background: #26acff;
}

.video-controller-wrapper {
    /*background: rgba(255, 255, 255, 0.2);*/
    background: rgba(0, 0, 0, 0.7);
    padding-top:10px;
    padding-bottom:10px;
}
.video-control-item {
    font-size: 20px;
    color: #ddd;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin:0 5px;
    text-align: center;
    position: relative;
    vertical-align: middle;
}
.video-control-item img {
    position: absolute;
    height: 45%;
    max-width: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-control-item.active{
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

#parent-confirm-modal{
    background: rgba(152, 144, 144, 0.48);
}
#parent-confirm-modal .modal-content{
    background: #222;
}




@-webkit-keyframes floatText{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%);
    }
}
@keyframes floatText {
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%);
    }
}
.floatText{
    position: absolute;
    white-space: nowrap;
    /*left:50%;*/
    /*transform: translateX(-50%);*/
}
.video-reconnect-message {
    position: absolute;
    bottom: 100px;
    color: #fff;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 2.5px;
    display: none;
}

.group-item-container {
    display: inline-block;
    color: #fff;
    padding:0 0px;
}
.group-item-wrapper {
    font-size: 30px;
    padding: 35px 25px;
    /*border-radius: 5px;*/
    text-align: center;
    min-width: 80px;
    color: #fff;
    transition: all 0.1s;
    position: relative;
}
.group-item-wrapper.active {
    /*background: #111;*/
    /*transform: scale(1.1);*/
    background: rgba(255,255,255,0.2);
    box-shadow: 0 20px 100px rgba(0,0,0,0.25);
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #eee;
}
.favourite-watch-icons-wrapper {
    position: absolute;
    left: 3px;
    top: 70px;
    transform: translateX(-100%);
}
.vod-series-item-wrapper.active .favourite-watch-icons-wrapper{
    z-index: -1;
}
.watched-mark, .favourite-badge{
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 2px 6px;
    margin-bottom: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    visibility: hidden;
}
.watched-mark {
    background: #0191E2;
}
.favourite-badge {
    background: #FF0101;
}
.watched-mark.watched{
    visibility: visible;
}
.favourite-badge.favourite{
    visibility: visible;
}
.btn-type-1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    /*background: #0191E2;*/
    background: #075bdc;
    padding: 8px 20px;
    border-radius: 2px;
    width: 400px;
    transition: all 0.2s;
}
.btn-type-1.active, .btn-type-1:hover{
    /*background: #08b7fd;*/
    background: #0191E2;
}

.modal-type-1 .modal-content {
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
.modal-header-1 {
    background: #2A3139;
    color: #fff;
    font-size: 30px;
    padding: 10px 20px;
    font-weight: normal;
    letter-spacing: 1px;
}
.modal-body-1 {
    background: #fff;
    overflow: hidden;
    padding: 20px 0px;
}
.modal-operation-menu-type-1 {
    padding: 10px 25px;
}
.modal-operation-menu-type-1.active {
    background-color: #b5dbf1;
}
.modal-button-wrapper {
    text-align: right;
    margin-top: 20px;
    padding: 0 20px;
}
.modal-btn-1 {
    display: inline-block;
    font-size: 25px;
    margin-left: 10px;
    border-radius: 5px;
    padding: 5px 20px;
    transition: all 0.2s;
    cursor: pointer;
}
.modal-btn-1.active {
    background: #0191E2;
    color: #fff;
}
.magic-radio + label, .magic-checkbox + label {
    margin-bottom: 0;
}
.modal-operation-menu-type-1 .magic-radio + label, .modal-operation-menu-type-1 .magic-checkbox + label{
    font-size: 27px;
}
.modal-operation-menu-type-1 .magic-radio + label:before, .modal-operation-menu-type-1 .magic-checkbox + label:before{
    border:2px solid #555;
    width: 30px;
    height: 30px;
}
.modal-operation-menu-type-1 .magic-radio:checked + label:before, .modal-operation-menu-type-1 .magic-checkbox:checked + label:before{
    border-color: #444;
}
.modal-operation-menu-type-1 .magic-radio + label:after{
    right: 6px;
    top: 13px;
    background: #444;
    width: 18px;
    height: 18px;
}
.modal-operation-menu-type-1 .magic-checkbox + label:after {
    right: 9px;
    top: 9px;
    background: transparent;
    width: 12px;
    height: 18px;
}
.modal-operation-menu-type-1 .magic-checkbox:checked + label:before {
    border: #444;
    background: #444;
}
