body
{
    background-color: black;
    color: white;
}

header {
    position: fixed;
    top: 0;
    width: 90%;
    z-index: 50;
    background-color: black;
    padding: 20px 0px 20px 0px;
}

.nav-up {
    top: -60px;
}

#container-zflix {
    /*max-width: 414px;*/
    position: relative;
    margin: 0 auto;
    min-height: 100vh;
    transition: all 0.3s;
    top: 0;
    padding: 20px;
    max-width: 100%;
    padding-top: 68px;
    /*margin: 20px;*/
}

.bg-zflix {
     background-color: #EF4136; 
    /* background-color: #ef4c25; */
    /*background-image: linear-gradient(#f26523, #ef4c25);*/
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 270px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99999;
    background: #ffffff;/*#f26523;*/
    color: #000000;
    transition: all 0.3s;
    overflow-y: scroll;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
    right: 0;
    display: none;
    opacity: 1;
}

#sidebar.active {
    right: 0;
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f26523;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #f26523;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#category-menu {
    padding-top: 20px;
    width: 90%;
    position: absolute;
    top: 0;
    margin: auto;
    min-height: 300%;
    z-index: 99999;
    color: #ffffff;
    transition: all 0.3s;
    overflow-y: scroll;
    display: none;
    opacity: 1;

    text-align: center;
}

#category-menu a {
    text-decoration: none;
    color: #ffffff;
    transition: all .2s ease-out;
}

#category-menu a:hover {
    font-size: 1.5rem;
}


@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(14px);
    }
    100% {
        transform: translatey(0px);
    }
}

.float-icons {
    top: 0px;
    right: 88px;
    position: absolute;
    transform: translatey(0px); animation: float 3s ease-in-out infinite;
}

.modal-zflix {
    padding-right: 0 !important;
}

.modal-dialog-zflix {
    max-width: 414px !important;
    margin: 0 auto;
}

/* ------------------------------
  Scroll to top
---------------------------------*/
.to-top a {
    position: fixed;
    bottom: 15px;
    right: 20px;
    opacity: 0.5;
    font-size: 40px;
    color: #ef4c25;
    z-index: 1;
    display: none;
}

.zflix-color {
    color: #EF4136;
}

.sub-menu-item {
    width: 30%;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.btn-zflix-menu
{   
    width: 100%;
}

.btn-zflix-primary {
    color: #fff;
    background-color: #EF4136;
    border-color: #EF4136;
    border-radius: 7px;
    font-weight: bold;
}

.btn-zflix-primary:hover {
    color: #fff;
    /*background-color: #ef4c25;
    border-color: #ef4c25;*/
}

.btn-zflix-secondary {
    color: #fff;
    background-color: #8F8E94;
    border-color: #8F8E94;
    border-radius: 7px;
    font-weight: bold;
}

.btn-zflix-secondary:hover {
    color: #fff;
    background-color: #8F8E94;
    border-color: #8F8E94;
}

.bg-light-zflix {
    background-color: #fffac7 !important;
}

.error404 h2 span {
    background-color: #fffac7;
    margin: 4px;
    padding: 20px;
    color: #ef4c25;
}

.text-zflix-primary {
    color: #F36221 !important;
}

.zflix-gallery-channel {
    margin-right: 2px;
    padding-bottom : 10px;
}

.zflix-vertical-container
{
    overflow-y: scroll;
    width: 100%;
    /*white-space: nowrap;
    flex-wrap: nowrap;*/
}

.zflix-gallery-3 > div a img
{
    width: 100%;   
    margin-bottom: 10px;
}

.zflix-section-label {
    max-width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}


.zflix-footer-nav {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /*height: 60px;*/
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    background-color: #ffffff;

    -webkit-box-shadow: 0px 13px 28px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 28px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 28px 10px rgba(0,0,0,0.75);
}

.zflix-footer-nav-text {
    /* color: #8F8E94; */
    color: #000;
}

.active{
    /* color: #F36221; */
    color: #ed2324;
}

.zflix-profpic-container {
    background-color: #EF4136;
    height: 228px;
    border-bottom-left-radius: 30px;
    text-align: center;
}

.zflix-account-menu-container {
    padding: 20px 
}

.zflix-account-menu-container a 
{
    color: black;
}

.zflix-account-container {
    max-width: 100%;
    width: 100%;
    border-radius: 7px;
    background-color: #DADADA;
    padding: 20px 15px 20px 15px;
    margin-bottom: 15px;
}
.zflix-account-field-info {
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: #888888 1px solid;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #DADADA;
}

.zflix-premium-info-container
{
    border: #EF4136 1px solid;
    border-radius: 7px;
}

.zflix-standard-info-container
{
    border: #8F8E94 1px solid;
    border-radius: 7px;
}

.banner-main-channel {
}

.banner-main-channel .description-box-side {
    /*border: #080808 1px solid;*/
    background-color: #000000;
    box-shadow: 10px 10px 20px 20px #000000;
    z-index: 1;
    vertical-align: middle;
    padding-left: 10%;
    padding-right: 2%;
    overflow-y: hidden;
    height: auto;
    width: 50%;

    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 25px;*/
}

.banner-main-channel .description-box-side .title
{
    /*position: relative;
    top: 25%;
    transform: translateY(-50%);*/
    margin-top: 15%;
    color: #ffffff;
    /*border: #ffffff 1px solid;*/

    overflow-y: hidden;
}

.description-box-bottom {
    position: absolute; 
    bottom:0px; 
    left: 0px; 
    height: 40%; 
    width: 100%;
    padding-top: 0%;
    padding-left: 7%;
    padding-right: 5%;
    padding-bottom: 3%;
}

.description-box-bottom-overlay {
    position: absolute; 
    bottom:0px; 
    left: 0px; 
    height: 38%; 
    width: 100%; 
    background-color: #000000;
    opacity: 0.7;
    box-shadow: 10px 0px 20px 30px #000000;
}

.carousel a
{
    text-decoration: none;
}

.channel-item 
{
    /*margin: 0 7px 14px;*/
    /*border: #080808 1px solid;*/
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.channel-item-info
{
    position: absolute;
    bottom: 0px;
    height: 40%;
    padding: 2px 8px 1px 4px;
    background-color: rgba(0, 0, 0, 0.5);
    width:100%; 
    font-size:9px; 
    -webkit-box-shadow: 0px 13px 10px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 10px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 10px 10px rgba(0,0,0,0.75);
}



.channel-item img
{
  width: 100%;
  height: auto;
  display: block;
  z-index: 99999999;
  border-radius: 7px;
}

.channel-item-info-container
{

}

.channel-item-carousel
{
    /*padding-right: 10px;*/
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.channel-item-carousel img 
{
    border-radius: 7px;
}

/*.channel-item img:hover {
  transform: scale(1.1); 
  position: relative;
  z-index: 999999;
}*/


.channel-slider 
{
    margin-bottom: 15px;
}

.channel-slider > .slick-list > .slick-track {    
    margin-left:0;
}

.category-slider 
{
    margin-bottom: 15px;
}

.category-slider > .slick-list > .slick-track {    
    margin-left:0;
}

.membership
{
    width: 100%; 
    text-align: center; 
    margin-bottom: 15px;
}

.membership img
{
    border-radius: 7px;
}

.subtitle-info-box
{
    background-color: yellow;
    padding: 4px 10px 4px 10px;
    color: black;
}

.channel-video-iframe
{
    width: 100%;
    height: 300px;
}

.youtube-external-subtitle
{
    /*font-size: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}

.channel-item-info3
{
   margin-top: 10px;
   padding-top: 10px;
   border-top: #cccccc 1px solid; 
}

/*DETAIL CHANNEL*/
.header-channel-detail
{
    margin: 0 auto; 
    width: 100%; 
    position: absolute;
}

.channel-detail-header-img
{
    /*height: 150px;*/
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.detail-channel-container
{
    min-height: 400px; 
    padding-top: 58%;
}

/*=================== MEDIA SCREEN ======================*/

@media screen and (max-width: 300px) 
{
    .sub-menu-item {
        width: 30%;
    }

    .btn-zflix-primary {
        font-size: 2.2vw;
    }

    .btn-zflix-secondary {
        font-size: 2.2vw;
    }

    .channel-item {
        width: 50%;
    }

    .channel-item-info-container
    {
        width: 50%;
    }

    .zflix-section-label
    {
        font-size: 3.7vw;
    }

    .banner-main-channel .description-box-side {
        display: none !important;
    }

    .banner-main-channel .description-box-bottom {
        display: inline-block !important;
    }

    .banner-main-channel .description-box-bottom-overlay {
        display: inline-block !important;
    }

    .header-channel-title {
        font-size: 3.7vw;
        line-height: 1;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }
    .header-channel-subtitle {
        font-size: 2.2vw;
        line-height: 1;
        margin-bottom: 0.8vw;
        color: #FFFFFF;
    }
    .header-channel-description {
        font-size: 2.1vw;
        line-height: 1.5;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }

    .channel-video-iframe
    {
        width: 100%;
        height: 300px;
        /*font-size: 2.5vw;*/
        font-size: 11px;
    }

    .channel-item-info1
    {
       font-size: 3.8vw; 
    }

    .channel-item-info2
    {
       font-size: 3vw; 
    }

    .channel-item-info3
    {
       font-size: 2.5vw; 
    }
}


@media screen and (min-width: 300px) {
    .sub-menu-item {
        width: 30%;
    }

    .btn-zflix-primary {
        font-size: 2.7vw;
    }

    .btn-zflix-secondary {
        font-size: 2.7vw;
    }

    .channel-item {
        width: 50%;
    }

    .channel-item-info-container
    {
        width: 50%;
    }

    .zflix-section-label
    {
        font-size: 3.7vw;
    }
       
    .channel-item:nth-of-type(2n+1) {
        clear: left;
    }

    .banner-main-channel .description-box-side {
        display: none !important;
    }

    .banner-main-channel .description-box-bottom {
        display: inline-block !important;
    }

    .banner-main-channel .description-box-bottom-overlay {
        display: inline-block !important;
    }

    .header-channel-title {
        font-size: 3.7vw;
        line-height: 1;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }
    .header-channel-subtitle {
        font-size: 2.2vw;
        line-height: 1;
        margin-bottom: 0.8vw;
        color: #FFFFFF;
    }
    .header-channel-description {
        font-size: 2.1vw;
        line-height: 1.5;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }

    .channel-video-iframe
    {
        width: 100%;
        height: 300px;
        /*font-size: 2.8vw;*/
        font-size: 12px;
    }

    .channel-item-info1
    {
       font-size: 3.8vw; 
    }

    .channel-item-info2
    {
       font-size: 3vw; 
    }

    .channel-item-info3
    {
       font-size: 2.8vw; 
    }
}
     
@media screen and (min-width: 600px) {
    .btn-zflix-primary {
        font-size: 2.0vw;
    }

    .btn-zflix-secondary {
        font-size: 2.0vw;
    }

    .sub-menu-item {
        width: 25%;
    }

    .channel-item {
        width: 25%;
    }

    .channel-item-info-container
    {
        width: 75%;
    }

    .zflix-section-label
    {
        font-size: 2vw;
    }

    .channel-item:nth-of-type(2n+1) {
        clear: none;
    }

    .channel-item:nth-of-type(3n+1) {
        clear: left;
    }

    .banner-main-channel .description-box-side {
        display: none !important;
    }

    .banner-main-channel .description-box-bottom {
        display: inline-block !important;
    }

    .banner-main-channel .description-box-bottom-overlay {
        display: inline-block !important;
    }

    .header-channel-title {
        font-size: 3.7vw;
        line-height: 1;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }
    .header-channel-subtitle {
        font-size: 2.2vw;
        line-height: 1;
        margin-bottom: 0.8vw;
        color: #FFFFFF;
    }
    .header-channel-description {
        font-size: 2.1vw;
        line-height: 1.5;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }

    .channel-video-iframe
    {
        width: 100%;
        height: 350px;
        /*font-size: 2.3vw;*/
        font-size: 15px;
    }

    .channel-item-info1
    {
       font-size: 3vw; 
    }

    .channel-item-info2
    {
       font-size: 2.6vw; 
    }

    .channel-item-info3
    {
       font-size: 2.2vw; 
    }

    .channel-detail-header-img
    {
        /*height: 200px;*/
    }

    /*.detail-channel-container
    {
        margin-top: 190px;
    }*/
}
 
@media screen and (min-width: 900px) {
    .btn-zflix-primary {
        font-size: 1.3vw;
    }

    .btn-zflix-secondary {
        font-size: 1.3vw;
    }

    .sub-menu-item {
        width: 15%;
    }

    .channel-item {
        width: 16.5%;  
    }    

    .channel-item-info {
        font-size: 11px;
    }

    .channel-item-info-container
    {
        width: 83%;
    }

    .zflix-section-label
    {
        font-size: 1.7vw;
    }
   
    .channel-item:nth-of-type(3n+1) {
        clear: none;
    }
   
    .channel-item:nth-of-type(4n+1) {
        clear: left;
    }

    .banner-main-channel .description-box-side {
        display: inline-block !important;
    }

    .banner-main-channel .description-box-bottom {
        display: none !important;
    }

    .banner-main-channel .description-box-bottom-overlay {
        display: none !important;
    }

    .header-channel-title {
        font-size: 2.4vw;
        line-height: 1;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }
    .header-channel-subtitle {
        font-size: 1.4vw;
        line-height: 1;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }
    .header-channel-description {
        font-size: 1.3vw;
        line-height: 1.4;
        margin-bottom: 1vw;
        color: #FFFFFF;
    }

    .channel-video-iframe
    {
        width: 100%;
        height: 600px;
        /*font-size:1.8vw;*/
        font-size:20px;
    }

    .channel-item-info1
    {
       font-size: 1.8vw; 
    }

    .channel-item-info2
    {
       font-size: 1.2vw; 
    }

    .channel-item-info3
    {
       font-size: 1vw; 
    }

    .channel-detail-header-img
    {
        /*height: 290px;*/
    }

    /*.detail-channel-container
    { 
        margin-top: 280px;
    }*/

    header {
        width: 97.1%;
    }
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}




.next-arrow-btn{
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 2vw;
    color: #FFFFFF;
    opacity: 0.8;

}
.prev-arrow-btn{
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 2vw;
    color: #FFFFFF;
    opacity: 0.8;
}

.next-arrow-btn-sm{
    position: absolute;
    z-index: 1000;
    top: 25%;
    right: 3vw;
    color: #FFFFFF;
    opacity: 0.8;

}
.prev-arrow-btn-sm{
    position: absolute;
    z-index: 1000;
    top: 25%;
    left: 2vw;
    color: #FFFFFF;
    opacity: 0.8;
}


/* Aug 25, 2021 */
.lazy {
    background-color: #393939;
    max-width: 100%;
    height: auto;
}

.revive-ads img {
    max-width: 100%;
    height: auto;
}

/* Sep 1, 2021 */
.radio {
    margin: 0.2rem;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: transparent;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0.1em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0);
}
.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #fff;
}
.radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0);
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}

#btnPurchaseOK:focus {
    outline: none;
}

@media (max-width: 360px) {
    #modalPackages .h5 {
        font-size: 1.15rem !important;
    }
    #modalPackages .modal-body {
        font-size: .875rem;
    }

    #modalPurchaseHeader {
        margin-top: .5rem !important;
    }

    #modalPurchaseBody {
        margin-bottom: .5rem !important;
    }

    #btnPurchaseOK img {
        width: 120px !important;
        height: auto;
    }
}

@media (max-width: 320px) {
    #modalPackages .h5 {
        margin-top: 1.5rem !important;
        font-size: .9rem !important;
    }
    #modalPackages .modal-body {
        font-size: .75rem;
    }

    #modalPurchaseHeader {
        margin-top: .5rem !important;
    }

    #modalPurchaseBody {
        margin-bottom: .1rem !important;
    }

    #btnPurchaseOK img {
        width: 100px !important;
        height: auto;
    }
}

/* ---------------------------------------------------
    MODAL REDEEM VOUCHER STYLE
----------------------------------------------------- */
.modalRedeemVoucherBody > form > div > input {
	font-size: 0.85em !important;
	text-align: center !important;
	height: 45px !important;
    border-color: #000 !important;
    color: #000 !important;
    border-style: solid !important;
    border-radius: 9px !important;
}
