html,
body,
#app-body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #000;
}

#root {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
   position: absolute;
   left: 0;
   top: 0;
  transform-origin: top left;
  visibility: hidden;
}
html.no-scale-layout #root {
        width: 100vw;
        height: 100vh;
}
.font-size-0{
    font-size: 0;
}
.height-100 {
    height: 100%;
}
/* body * {
    font-family: Inter;
    font-weight: normal;
} */
 body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands) {
    font-family: Inter;
    font-weight: normal;
}
.row{
    margin-left:0 !important;
    margin-right: 0 !important;
}
::-webkit-scrollbar {
    display: none !important;
}
.hide{
    display: none !important;
}
.border-right-1 {
    border-right:  1px solid #928f8f;
}
/* #app-body .fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
} */
#main-page-container {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;    
    font-size: 0;
}
.main-sub-page {
    height: 100%;   
    padding-left: 120px;
}
#main-page-wrapper {
    height: 100%;    
    overflow: visible;
    /* padding-left: 120px; */
}
.main-page {
    width: 100%;
    height: 100%;
    font-size: 0;
}
#main-page-logo {
    z-index: 10;
    position: fixed;
    left: 30px;
    top: 30px;
    width: 70px;
}
.side-bar {
    display: inline-block;
    height: 100%;
    /* border-right:  1px solid #928f8f; */
    vertical-align: top;
    transition: all 0.3s;    
    padding:0;    
}
.side-bar-1 {
    width: 30%;
    padding: 0 20px;
    overflow-x: hidden;
    white-space: nowrap;
    padding-right:10px;
}
.side-bar-2 {
    width: 70%;
    padding: 0 30px;
    font-size:0;
}
.side-bar-contents-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-radius: 15px;
    position: relative;
    padding: 5px 10px;
}

.stream-page-title {
    font-size: 40px;
    color: #fff;
    padding-left: 30px;
    /* margin-bottom: 10px;   */
    opacity: 0.6;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
    font-weight: bold;
}
.video-skin{
    position: absolute;
    left:0;
    bottom:0;
    color:#fff;
    width:100%;
    background: #333;
    padding: 10px 0;
    padding-top: 0;
}
.video-progress{
    height: 10px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
}
.progress-amount{
    background: #dd0000;
    height: 100px;
    display: inline-block;
}
.focus-type-1 {
    border:3px solid transparent;    
    transition: all 0.2s;
    border-radius: 5px;        
}
.focus-type-1.active {
    border-color:rgba(255, 255, 255, 0.30);    
    background: linear-gradient(90deg, #02202F 0%, #181818 127.18%);    
    color: #FFFCDF;
}
.focus-type-1.no-border {
    border:none;
}
.focus-type-2 {
    transition: all 0.2s;
}
.focus-type-2.active {
    /* background: linear-gradient(99deg, #2BA6DE -3.94%, #006F98 119.46%); */
    background: linear-gradient(
    180deg,
    #e6c84f 0%,   /* softer top */
    #d4af37 30%,  /* gold */
    #c49b1a 60%,  /* deeper gold */
    #8f6f00 100%  /* dark base */
  );
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.7);    
}


.sub-focus-type-1 {
    transition: all 0.2s;
}
.active .sub-focus-type-1 {
    background-image: linear-gradient(270deg,#2591CF21 13.12%, #2591CF52 32%);    
}
.time-info {
    padding-top: 10px;
    padding-left: 10px;
}
.stream-page-search-container {
    margin-bottom: 10px;
    margin-top: 10px;
}
.stream-page-search-wrapper {        
    transition: all 0.2s;
    position: relative;
    border: 3px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 40px;
}
.stream-page-search-wrapper.active {
    border-color: #FFFCDF;
}
.stream-page-search-input {
    font-size: 23px;
    background: transparent;
    border: none !important;
    outline: none !important;
    color: #A99987;
    width: 100%;
    padding: 5px 15px;
}
.stream-page-search-wrapper.active .stream-page-search-input {
    color: #FFFCDF;
}
.stream-page-search-wrapper.active .stream-page-search-icon {
    opacity: 0.8;
}
.stream-page-search-icon {
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
}
.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;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-width: none !important;
    display: none;
    box-shadow: none !important;
    opacity: 1 !important;
    outline: none !important;
    background: transparent !important;
}
.toast-body{
    text-align: center;
    background: #2A2A2A !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 30px;
    color: #FCFBFB;
    padding: 15px 25px;
}
.toast-body h3{
    margin-bottom: 0 !important;
    font-size: 25px;
    font-weight: normal;
}

.text-marquee-parent {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.text-marquee {
    display: inline-block;
    white-space: nowrap;
    transform: translateX(0);
}

.text-marquee.text-marquee-overflow.text-marquee-active {
    text-overflow: clip;
    will-change: transform;
}

.text-marquee:not(.text-marquee-active) {
    transform: translateX(0);
}


.search-modal-container{
    position: fixed;
    left:0;
    top:0;
    width:1920px;
    height:1080px;
    background: #2222229e;
    display:none;
    z-index: 1000;
}
html.no-scale-layout .search-modal-container{
    width:100vw;
    height:100vh;
}
.search-modal-wrapper{
    position:fixed;
    width:768px;
    height: 972px;
    left:50%;
    top:0;
    transform: translate(-50%, 54px);
    background: #333;
    padding: 20px 10px;
}
.search-input-container{
    font-size: 0;
    position: relative;
}
.search-input-wrapper {
    display: inline-block;
    width: 93%;
}
#search-value{
    font-size: 25px;
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
}
.fa.fa-search.search-icon {
    position: absolute;
    right: 20px;
    font-size: 25px;
    color: #ddd;
    top: 50%;
    transform: translateY(-50%);
}
/*.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: 890px;
    overflow-y: scroll;
    padding-bottom: 0;
}
.search-item-wrapper {
    color: #ddd;
    font-size: 25px;
    padding: 5px;
    border-bottom: 1px solid #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-item-wrapper.active{
    color: #333;
    background: #dee020;
}

.favourite-badge {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 25px;
    color: yellow;
}

.modal-border-1 {
    border: 3px solid #ccc;
}
.modal-bg-cyan{
    background: #333 !important
}
.modal-text-1 {
    font-size: 35px !important;
    color: #eee;
}
.modal-btn-1 {
    background: #000000 !important;
    padding: 5px 20px !important;
    color: #eee !important;
    font-size: 30px !important;
    border-radius: 5px !important;
    border: none !important;
    min-width: 150px;
}
.modal-btn-1.active {
    background: #7f9cf1 !important;
    color: #fff !important;
}
#app{
    background-image: url("../images/background.png");
    overflow-y:hidden;
    background-size: 100% 100%;
    width: 1920px;
    height: 1080px;
    /* background: #0D0D0D; */
    /* background-image: radial-gradient(56% 71% at 56% 29%, #D9D9D9 0%, rgba(217, 217, 217, 0.806) 53%, rgba(217, 217, 217, 0) 100%); */
}
html.no-scale-layout #app{
    width: 100vw;
    height: 100vh;
}
.page-container{
    background-image: url("../images/background.png");
    background-size: 100% 100%;
    display: none;
}

#seasons-page-container{
    padding: 30px;
    padding-left: 80px;
    margin-top: 20px;
}
#series-image {
    width: 90%;
    max-height:972px;
}
#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, .episode-grid-item-wrapper {
    width: calc(20% - 25px);
    display: inline-block;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    height:380px;
    background: #48298f;
    box-shadow: 0 0 5px #633fb5a3;
    transition: all 0.6s;

}
.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%;
}

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


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

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



.modal-operation-menu-type-1 {
    color: #ddd;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    padding: 15px 25px;
    border-bottom: 1px solid #bfbf96;
}
.modal-operation-menu-type-1.active {
    background: #7f2a2a;
}
.modal-body .modal-operation-menu-type-1:last-of-type{
    border-bottom:none !important;
}

.modal-operation-menu-type-2 {
    padding: 20px 30px;
}
.modal-operation-menu-type-2.active {
    background-color: #ddd;
}
.modal-btn-2 {
    font-size: 30px;
    width: 150px;
    background: #fff;
    margin-left: 10px;
    transition: all 0.8s;
}
.modal-btn-2.active {
    background: #ddd;
}

.parent-modal-input-item-container {
    margin-top: 30px;
}
.parent-modal-label-wrapper {
    font-size: 30px;
    color: #EFD9C0;
    margin-bottom: -5px;
}
.parent-modal-input-wrapper {
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.parent-modal-input-wrapper input {
    padding: 15px 10px;
    font-size: 35px;
    border: 3px solid #6F6559;
    width: 100%;
    border-radius: 10px;
    color: #fff !important;
    outline: none !important;    
    transition: all 0.2s;
    background: transparent !important;
}
.parent-modal-input-item-container.active input, .parent-modal-input-wrapper.active input{
    border-color: #fff !important;
}


.user-account-item-wrapper{
    font-size: 35px;
    color: #f78d0b;
    white-space: nowrap;
}
.user-account-label{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: normal;
}
.user-account-value{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: normal;
}

.no-background{
    background: none !important;
}
.active-state{
    background: #c81111;
}
#subtitle-selection-container{
    max-height: 700px;
    overflow-y: scroll;
    position: relative;
}
.subtitle-container{
    color:#fff;
    font-size:50px;
    bottom:0;
    padding:30px;
    width:60%;
    left:20%;
    font-weight: normal;
    /*visibility: hidden;*/
    /*transform: translateX(-50%);*/
}
.login-page-link {
    color: #ffff00 !important;
}
#sort-modal-wrapper{
    position: absolute;
    left: 35%;
    top: 150px;
    font-size: 30px;
    border-radius: 5px;
}
.video-info-btns-container{
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.video-info-btn {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: 33.33%;
}
.video-info-icon {
    width: 60px;
    margin: 0 auto;
    height: 60px;
    padding-top: 15px;
    border-radius: 30px;
    transition: all 0.05s;
    border: 3px solid transparent;
}
.video-info-icon i{
    color: #fff;
    font-size: 30px;
}
.video-info-btn.active .video-info-icon, .video-info-btn:hover .video-info-icon{
    border:3px solid #f3ff00;
}
.video-info-icon img {
    height: 30px;
    margin: 0 auto;
    display: inline-block;
}

.video-controls-container{
    font-size:0;
}
.video-control-icon-container {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.video-control-icon-wrapper{
    width: 70px;
    height: 70px;
    border-radius: 40px;
    text-align: center;
    margin:0 auto;
    line-height: 70px;
    border:2px solid transparent;
}
.video-control-icon-wrapper.active,.video-control-icon-wrapper:hover{
    border-color: #ffd90e;
}
.video-control-icon-wrapper.active i,.video-control-icon-wrapper:hover i{
    color: #ffe30f;
}



.modal-content{
    display:block !important;
}
.modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.modal-dialog{
    margin-top:0 !important;
}
.modal-dialog.modal-lg{
    min-width: 750px;
}
.modal-dialog.modal-xl{
    min-width: 1000px;
}

label{
    font-weight: normal;
}
.video-loader{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    color: #ff4832;
    font-size:25px;
    display:none;
    text-align: center;
}
.video-loader img{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#epg-loading-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111111e3;
    text-align: center;
    color: #fff;
    font-size: 40px;
    display: none;
}
#epg-loading-modal-content {
    width: 80%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
#epg-loading-modal-content-text{
    font-weight: normal;
}
#loading-content-progress-bar {
    height: 8px;
    background: #E6E3E3;
    position: relative;
    margin-top: 15px;
}
#loading-content-progress-amount {
    position: absolute;
    width: 400px;
    background: #9E9494;
    height: 100%;
    animation: loading-content infinite linear 2s;
}
@-webkit-keyframes loading-content{
    0%{
        left:0;
        transform:translateX(-400px);
    }
    100%{
        left:100%;
    }
}
#parent-confirm-password-error{
    display:inline-block;
    font-size:20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.video-resolution {
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 25px;
    font-weight: normal;
}
.activation-title {
    color: #eee;
    font-weight: normal;
    font-size: 30px;
}
#activation-input {
    background: #444;
    font-size: 30px;
    width: 100%;
    outline: none;
    padding: 5px;
    color: #fff;
    font-weight: normal;
    border: 3px solid transparent;
}
#activation-input.active{
    border-color: #fff;
}
#activation-modal .modal-button-wrapper{
    margin-top:50px;
    margin-bottom: 10px;
}
#activation-modal .modal-body{
    padding-left: 30px;
    padding-right: 30px;
}
#activation-code-message {
    color: #ff3535;
    font-size: 25px;
    margin-top: 5px;
    display: none;
}
.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;
}

.search-bar-wrapper {
    width: 100%;
    position: relative;
    color: #A59684;
    transition: all 0.2s;
}
.search-bar-wrapper.active {
    color: #fff;
}
.search-input {
    background: transparent;
    outline: none;
    font-size: 30px;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 30px;
    width: 100%;
    border:3px solid #6b6767;
    transition: all 0.2s;
    color: #A59684;
}
.active .search-input {
    border-color: #fff;
    color: #fff;
}

.clear-cache-desc {
    font-size: 32px;
    margin-bottom: 50px;
    padding: 0 20px;
    color: #FFF6DA;
}
.magic-radio + label, .magic-checkbox + label {
    margin-bottom: 0;
    font-size: 30px;
}
.magic-radio + label{
    padding-right: 50px;
    padding-left:0;
}
.radio-type-1 + label:before {
    right: 0;
}
.radio-type-1 + label:after {
    top: 16px;
    right: 9px;
    width: 17px;
    height: 17px;
    background: #fff;
}
.radio-type-1:checked + label:before {
    border: 3px solid #fff;
}
.radio-type-1 + label:before {
    border: 2px solid #c0c0c0;
}
.focus-shower {
    position: absolute;
    border:4px solid white;
    display: none;
    opacity: 0;
    transition: all 0.2s;
}
.focus-shower.shown {
    opacity: 1;
    display: block;
}
.empty-horizontal-element {
    width: 3500px;
    height: 0;
    visibility: hidden;
    display: inline-block;
    vertical-align: middle;
}
.empty-vertical-element {
    width:0;
    height: 2000px;
    visibility: hidden;
}

.backdrop-img-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.backdrop-img-wrapper {
    position: relative;
    width: 100%;    
    height: 100%;
}
.backdrop-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.backdrop-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0; 
    bottom:0;
    /* background: radial-gradient(circle 300px at center, #0D0D0D00, #0D0D0DAA);     */
    background-image: url('../images/overlay.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.button-type-1{
    font-size: 25px;    
    padding: 15px 50px;
    background: rgba(125, 106, 97, 0.13);    
    color: #A99987;
    border-radius: 15px;    
    display: inline-block;
    margin-right: 10px;
    transition: all 0.2s;
    border: none;
}
.button-type-1.active {
    /* color: #FFFCDF;
    background: linear-gradient(99deg, #2BA6DE -3.94%, #006F98 119.46%); */
    background: linear-gradient(
        180deg,
        #e6c84f 0%,   /* softer top */
        #d4af37 30%,  /* gold */
        #c49b1a 60%,  /* deeper gold */
        #8f6f00 100%  /* dark base */
    );
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #fff;
}
#turn-off-modal {
    font-size: 0;
    text-align: center;
    color: #FCFCFC;
}
.turn-off-modal-title {
    font-size: 50px;
    text-transform: uppercase;
}
.turn-off-modal-desc {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}
#turn-off-modal .setting-modal-btns-container {    
    text-align: center;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 20px;
}
#turn-off-modal .modal-content {
    background: #2E2A25 !important;
}
#debug-area {
    display: none;
    position: fixed;
    font-size: 30px;
    left: 50%;
    color: #ff0000;
    bottom: 20%;
    background: #f7f7f7;
    padding: 20px;
    color: #ff0000;
    font-weight: normal;
    border-radius: 10px;
    z-index: 10000;
}