#home-page{
    position: relative;
    background-image: url("../images/app_background.jpg");
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;

}
#home-page-container {
    padding: 20px 100px;
}
#home-logo-container {
    height: 110px;
    position: fixed;
    right: 50px;
    top: 50px;
}
#home-sections-container {
    height: 925px;
    position: fixed;
    left: 100px;
    right: 100px;
    bottom: 50px;
}
#home-logo-container img{
    height: 150%;
}
.home-menu-arrow-icon {
    position: absolute;
    bottom:30px;
    width: 60px;
    transform: translateY(-50%);
}
.home-menu-arrow-icon.left {
    left: 0;
}
.home-menu-arrow-icon.right {
    right: 0;
    left: unset;
}
#home-section-items-container {
    position: absolute;
    left: 60px;
    right: 60px;
    height: 100%;
    white-space: nowrap;
    overflow-x: scroll;
}
#home-section-items-wrapper {
    position: relative;
    height: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    padding-top:34px;
}

.home-section-item-container {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 33.33%;
    padding:0 10px;
    position: relative;
}
.home-section-item-wrapper {
    position: relative;
    height: 100%;
    border-radius: 10px;
    padding:40px 10px 390px 10px;
    transition: none;
}
.home-section-item-wrapper.active{
    /*background: rgba(64, 117, 76, 0.82);*/
    /*background: rgba(97, 91, 91, 0.87);*/
    /*background: rgba(87, 102, 160, 0.87);*/
    /*background: rgba(149, 15, 150, 0.51);*/
    background: rgba(152, 149, 152, 0.22);
    box-shadow: #060606 2px 15px 25px;
}
.home-section-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dc3545;
    text-align: center;
    /*box-shadow: 10px 0 90px rgb(0, 0, 0);*/
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.32);
    display: none;
}
.home-section-arrow.top {
    top: -25px;
    padding-top: 7px;
}
.home-section-arrow.bottom {
    padding-top: 14px;
    bottom: 320px;
}

.home-section-arrow img {
    width: 100%;
}
.home-section-arrow.bottom img{
    width: 85%;
}
.home-section-sub-menus-container {
    height: 100%;
    position: relative;
    overflow-y: scroll;
    display: none;
}
.home-section-item-wrapper.active .home-section-sub-menus-container{
    display: block;
}
.home-section-item-wrapper.active ~ .home-section-arrow{
    display: block;
}
.home-section-sub-menu-item{
    color: #fff;
    font-size: 32px;
    padding: 6px 20px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    background: #363f4a;
    margin-bottom: 6px;
    font-weight: normal;
    border-radius: 10px;
}
.home-section-sub-menu-item.active {
    background-image: linear-gradient(0deg,#898a87 10%, #f9f8ea 100%,#747573 10%);
    color: #000;
}
.menu-item-container{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.menu-item{
    text-align: center;
    overflow: hidden;
    transition: all 0.2s;
    border-radius:10px;
    height: 100%;
    position: relative;
    /*background-image: linear-gradient(0deg,#71DBCE 30%, #63D86E 100%);*/
    padding: 30px 20px;
    /*background: #4379e0;*/
    /*background-image: linear-gradient(0deg,#350303 15%, #c30404 100%);*/
    background: rgba(158, 153, 153, 0.18);
    border: 3px solid transparent;
    background-origin: border-box;

}
.menu-item-container.active .menu-item {

}
.home-section-item-wrapper.active .menu-item {
    /*font-weight: bold;*/
    /*background-image: linear-gradient(0deg,#580505 15%, #f91818 100%)*/;
    border-color: #fff;
}
.menu-item-container.active .menu-item-bg-overlay{
    opacity: 0;
}
.menu-item-img {
    height: 190px;
    margin-bottom: 10px;
}
.menu-item-txt {
    /*color: #444;*/
    font-size: 50px;
    margin-top: 0;
    color: #eee;
}
.hide-category-btn-wrapper{
    padding-top:0 !important;
    padding-bottom: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33%;
    display: inline-block;
}
.hide-category-btn-wrapper:first-child {
    padding-left: 0;
}
.hide-category-btn{
    text-align: center;
    width:100%;
    color:#fff;
    font-size:35px;
}
.hide-category-btn:hover,.hide-category-btn.active{
    background: #ffff00 !important;
    color: #333;
}
.hide-category-btn-wrapper.active .hide-category-btn{
    background: #ffff00 !important;
    color: #333;
}

#hide-modal-categories-container {
    max-height: 60vh;
    overflow: hidden;
}
.hide-category-modal-option{
    padding: 12px 20px;
    border-radius: 5px;
    color:#fff;
}
.hide-category-modal-option.active{
    background: #dc3545;
}
.hide-category-checkbox {
    position: absolute;
    display: none;
}
.hide-category-checkbox + label {
    position: relative;
    display: block;
    padding-left: 60px;
    font-size:35px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.hide-category-checkbox + label:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    content: '';
    border: 3px solid #444;
}
.hide-category-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }
.hide-category-checkbox:checked + label:before {
    animation-name: none;
}
.hide-category-checkbox:checked + label:after {
    display: block;
}
.hide-category-checkbox + label:before {
    border-radius: 3px;
}

.hide-category-checkbox + label:after {
    top: 8px;
    left: 9px;
    box-sizing: border-box;
    width: 16px;
    height: 21px;
    transform: rotate(40deg);
    border-width: 3px;
    border-style: solid;
    border-color: #eee;
    border-top: 0;
    border-left: 0;
}

.hide-category-checkbox:checked + label:before {
    border: #7070db;
    background: #4e64d0;
}

.hide-category-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

.hide-category-checkbox:checked + label:before {
    border:#ddd;
}

.hide-category-modal-option.active .hide-category-checkbox + label:before{
    border: 3px solid #111;
}
.hide-category-modal-option.active .hide-category-checkbox:checked + label:before{
    border: 3px solid #ddd;
}



.home-modal-btn-1{
    width:120px;
}

#non-epg-title, #epg-info-text{
    font-size:35px;
    color: #fff;
    margin: 10px 0;
}
#non-epg-icon{
    margin-right:10px;
}
#epg-info-text-2{
    font-size:25px;
    color:#eee;
}
#epg-loader-img{
    display: block;
    margin:10px auto;
}

.modal-type-2 .modal-header{
    border-bottom:2px solid #111;
}
.modal-type-2 .modal-title{
    color:#222;
    font-weight: bold;
}
.modal-operation-menu-type-4{
    color:#222;
    font-weight: normal;
    border-radius: 0;
}
.modal-operation-menu-type-4.active,.modal-operation-menu-type-4:hover{
    background: #444;
    color: #fff;
    border-radius: 0 !important;
}
#select-language-body {
    max-height: 850px;
    overflow-y: hidden;
}
#theme-modal-body {
    max-height: 800px;
    overflow-y: scroll;
}
#reseller-notification {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    background: rgb(114, 193, 132);
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px;
    top: 0px;
    display: none;
}
#parent-account-valid-error {
    display: none;
    font-size: 22px;
    color: #f1752a;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

#home-subscription-section-container {
    position: fixed;
    left: 120px;
    top: 140px;
    background: rgba(17, 17, 17, 0.68);
    padding: 30px 20px;
    border-radius: 20px;
    overflow: hidden;
    width: 550px;
    transition: all 0.2s;
}
#home-subscription-section-container.moved{
    left: 700px;
}
#subtitle-setting-modal {
    text-align: center;
    color: #FFFCDF;
}
#subtitle-setting-modal .modal-body {
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
#subtitle-setting-label {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 35px;
    font-weight: normal;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
#subtitle-btns-container {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    white-space: nowrap;
    font-size: 35px;
    text-align: right;
}
.subtitle-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 5px 22px;
    margin: 0 1px;
    border-radius: 5px;
    font-size: 35px;
    background: #655156;
    border: 3px solid transparent;
    transition: all 0.2s;
}
.subtitle-btn.subtitle-setting-item {
    cursor: pointer;
}
.subtitle-btn.active {
    border-color: #fff;
}

#clear-recent-modal .modal-button-wrapper{
    margin-bottom: 10px;
}
