﻿@import url("../../reset.css");
@import url('color.css');
@import url('../../fonts.css');
@import url("../../../script/Flickity/flickity.css");

html, body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    background: var(--mid-blue);
    /* overflow: hidden;*/
    direction: rtl;
    font-family: IRANSans, sans-serif, serif;
    font-weight: normal;
    font-size: 1.8vh;
}

style attribute {
    font-size: 1.8vh;
}

body {
    line-height: 2.4rem;
    user-select: none;
    cursor: default;
}

html {
    font-size: 1.01vw;
}

.app {
    /*position: absolute;
    margin: auto;
    inset: 0px;
    overflow: hidden;
    max-width: 1560px;
    max-height: 912px;
    height: auto;*/
}

.TVCtrl {
    display: block;
    width: 12rem;
    height: 12rem;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 9;
    background-image: url('images/kcntrl.png');
}

    .TVCtrl > .ok:hover {
        background-image: url('images/kcok.png');
    }

    .TVCtrl > .right:hover {
        background-image: url('images/kcright.png');
    }

    .TVCtrl > .left:hover {
        background-image: url('images/kcleft.png');
    }

    .TVCtrl > .down:hover {
        background-image: url('images/kcdown.png');
    }

    .TVCtrl > .up:hover {
        background-image: url('images/kcup.png');
    }

    .TVCtrl > .ok {
        width: 5rem;
        height: 5rem;
        inset: 0px;
        background-size: 80% 80%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .TVCtrl > .right {
        top: 0px;
        bottom: 0px;
        right: -0.05rem;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 3.9rem;
        height: 8.2rem;
    }

    .TVCtrl > .down {
        bottom: -0.05rem;
        left: 0px;
        right: 0px;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 8.2rem;
        height: 3.9rem;
    }

    .TVCtrl > .left {
        left: -0.05rem;
        top: 0px;
        bottom: 0px;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 3.9rem;
        height: 8.2rem;
    }

    .TVCtrl > .up {
        top: -0.05rem;
        left: 0px;
        right: 0px;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 8.2rem;
        height: 3.9rem;
    }

    .TVCtrl > a {
        position: absolute;
        margin: auto;
        border: none;
        outline: none;
        cursor: pointer;
        background: transparent;
        display: block;
        overflow: hidden;
    }

a {
    text-decoration: none;
}

.Header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 2rem 0px;
    z-index: 1;
    background: var(--mid-blue);
    z-index: 10;
}

.Content {
    padding: 10rem 4rem 8rem 4rem;
    /* overflow: hidden;*/
    width: 100%;
    height: 100vh;
    margin: 0px;
    box-sizing: border-box;
}

.Logo {
    width: 14rem;
    margin-right: 4rem;
    float: right;
    cursor: pointer;
}

    .Logo img {
        width: 14rem;
    }

.Header button, .Header .SelectableItem {
    float: right;
    border: none;
    border-radius: 4rem;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin: 0px 0.8rem;
    background: rgba(255, 255, 255, 0.4);
    outline: none;
    cursor: pointer;
    padding: 1.1rem 0;
    box-sizing: border-box;
    border: 0.4rem solid rgba(255, 255, 255, 0.4);
}

    .Header button i, .Header .SelectableItem i {
        font-size: 3.3rem;
        color: #fff;
        display: block;
        line-height: 0;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 2.1rem;
    }

    .Header button:hover, .Header .SelectableItem:hover, .Header .SelectableItem.Selected {
        border: 0.4rem solid #c80937;
        background: #fff;
    }

        .Header button:hover i, .Header .SelectableItem:hover i, .Header .SelectableItem.Selected i {
            color: #000;
        }

    .Header button img, .Header .SelectableItem img {
        width: 100%;
        height: 100%;
    }

.UserStat {
    padding: 0 1.1rem;
    float: right;
    color: #fff;
}

.USL2 {
    color: var(--dark-orange);
}

.btnLogin {
    padding: 0 !important;
}

.CPGItem {
    display: inline-block;
    height: 7rem;
    width: 16.5rem;
    font-size: 1rem;
    margin: 1.4rem 1rem;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    outline: none;
    border: none;
    position: relative;
    border-radius: 0.3rem;
    background-color: #808080;
    text-align: center;
    background-size:cover;
}

    .CPGItem h5 {
        color: rgb(26, 26, 26);
        margin: 0px;
        padding: 1.8rem 0 1.8rem 0;
        font-size: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        text-shadow: rgb(255 255 255) 0px 0px
    }

.main-carousel {
    overflow: hidden;
}

.CCitem {
    display: block;
    width: 20%;
    margin: 0;
    text-decoration: none;
    float: right;
}

    .CCitem img {
        width: 100%;
        height: auto;
    }

.HoverInfo {
    opacity: 0;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3) 10%,rgba(0,0,0,.75));
    color: #fff;
    z-index: 5;
}

.VImage {
    position: relative;
    border: 0.6rem solid transparent;
}

.CCitem:hover .VTTitle {
    color: var(--orange);
}

.CCitem:hover .HoverInfo, .item:hover .HoverInfo, .CCitem.Selected .HoverInfo {
    opacity: 1;
}


.vINFO {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    border-radius: 10px;
    direction: rtl;
}

.viLike {
    direction: rtl;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    background: rgba(255,255,255,.2);
    float: right;
    display: none;
}

.viIMDB {
    direction: rtl;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    background: rgba(255,255,255,.2);
    float: right;
}

.viIMDB {
    margin: 0 0 5px;
}

    .viIMDB img {
        float: right;
        width: 15px !important;
        border-radius: 2px !important;
        margin: 6px 0 0 5px;
    }

.viLike::before {
    content: '';
    font-family: targanicon;
    float: right;
    padding: 0 0 0 5px;
}

.vINFO > .viCat {
    display: none;
}

    .vINFO > .viCat ~ .viCat {
        display: unset;
    }

.viCat {
    color: #cdcdd3;
    font-size: 9pt;
    padding: 5px 0;
    font-weight: bold;
}

.item:hover img {
    opacity: 1;
}

.VTTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: var(--white);
    text-decoration: none;
    text-align: right;
    padding: 0.6rem;
    font-size: 1.6rem;
    white-space: nowrap;
}

.CPGItem.Selected {
    background-color: rgb(253, 193, 60) !important;
}

.CCitem.Selected .VImage {
    border-color: #c80937;
}

.CPGItem:hover {
    background: #ccc;
}

.CCitem:hover .VImage {
    border-color: #fff;
}

.main-carousel a {
    display: none;
}

.loading {
    background: url('images/ajax-loader.gif') no-repeat center center;
    min-height: 20rem;
}

.overal {
    background: #000000 url('images/loading.gif') center 40vh no-repeat;
}

.HAPane {
    float: left;
    margin-left: 4rem;
}

.DHBR {
    color: rgb(255, 255, 255);
    font-size: 2.2rem;
    position: relative;
    margin: 2rem 0px 1rem 0;
    float: right;
}

.DHBL {
    float: right;
    margin: 2rem 1.5rem 1rem 0;
}

    .DHBL a {
        text-decoration: none;
        color: var(--white);
        font-weight: normal;
        font-size: 2.2rem;
        border: solid .5px #fff;
        border-radius: 5px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        padding: 0 1rem;
    }

        .DHBL a:hover, .DHBL a.Selected {
            background-color: var(--pink);
            border-radius: 12px;
        }

.clear {
    clear: both;
}

.VDetail {
    color: #fff;
}

.VDIRight {
    float: right;
    width: 20rem;
}

    .VDIRight img {
        width: 100%;
        border-radius: 1rem;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    }

.VDILeft {
    float: right;
    padding: .6rem 1.6rem 0 0;
    width: calc(100% - 21.6rem);
}

.VDTitle {
    font-family: iranyekanfa;
    font-size: 3.9vh;
    padding-bottom: 1.6rem;
    font-weight: 700;
    word-spacing: -4px;
}

.VDEnTitle {
    font-family: ctc;
    font-size: 3vh;
    direction: ltr;
    text-align: right;
}

.VDSubTitle {
    padding: 1.6rem 0;
    font-size: 3vh;
}

.Btn {
    cursor: pointer;
    color: var(--white);
    padding: .6rem 3.6rem;
    border-radius: 3rem;
    border: .5rem solid transparent;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    font-family: iranyekan;
    font-size: 2vh;
    width: fit-content;
    background-color: var(--dark-orange);
}
.btnPlay {
    cursor: pointer;
    color: var(--white);
    padding: .6rem 3.6rem;
    border-radius: 3rem;
    border: .5rem solid transparent;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    font-family: iranyekan;
    font-size: 2vh;
    background: url(images/p.png) no-repeat right center;
    background-color: var(--dark-orange);
    background-size: contain;
    width: fit-content;
}

    .btnPlay:hover, .btnPlay.Selected, .Btn:hover, .Btn.Selected {
        border-color: #fff;
        background-color: var(--orange);
        color: var(--black);
    }

.VDILBtn {
    padding-top: .6rem;
}

    .VDILBtn * {
        font-family: iranyekanfa;
    }


/*********************************************/

.VDBIMDB {
    background: url('images/icon-imdb.svg') no-repeat right center;
    padding: 5px 35px 5px 4px;
    border-radius: 3px;
    color: var(--light-gray);
}

    .VDBIMDB span {
        font-size: 16pt;
        color: var(--white);
    }

.VDBOpr {
    padding: 5px 35px 5px 0;
    background: url('images/icon-director.svg') no-repeat right center;
}

    .VDBOpr a {
        text-decoration: none;
        color: var(--white);
    }

        .VDBOpr a:hover {
            color: var(--orange);
        }


.VDProp {
    padding: 5px 0 5px 0;
}

    .VDProp span {
        direction: rtl;
        text-align: right;
        float: right;
        display: block;
        padding: 0 0 0 10px;
    }

    .VDProp i {
        width: 30px;
        height: 24px;
        display: block;
        float: right;
    }

.VDDuration {
    padding: 5px 35px 5px 0;
    background: url('images/icon-data.svg') no-repeat right center;
}

.VOI0 {
    background: url('images/icon-dub.svg') no-repeat right center;
}

.VOI30 {
    background: url('images/icon-age.svg') no-repeat right center;
}

.VOI1 {
    background: url('images/icon-fullhd.svg') no-repeat right center;
}

.VOI2 {
    background: url('images/icon-hd.svg') no-repeat right center;
}

.VOI3 {
    background: url('images/icon-sd.svg') no-repeat right center;
}


.VTHead .VDCat a {
    padding: 3px 10px;
}

.VDCat, .VDCat li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .VDCat li {
        float: right;
        padding: 15px 0px 5px 6px;
    }

    .VDCat a {
        display: block;
        text-decoration: none;
        color: var(--white);
        background: var(--pink);
        padding: 0px 10px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.28);
    }

    .VDCat li span {
        padding-bottom: 5px;
        display: block;
        font-family: iranyekan;
    }

.VDILBtn {
    padding-top: 10px;
}

    .VDILBtn * {
        font-family: iranyekanfa;
    }

.VDCat a:hover {
    background: var(--dark-pink);
}

.VDCat a.Selected {
    background: var(--white);
    color: #c80937;
}

.VideoStory, .VideoAbout {
    float: right;
    width: 50%;
    text-align: justify;
}

.VAT {
    color: var(--orange);
    font-family: iranyekan;
    font-size: 13pt;
    padding: 15px 0px 0px 0px;
}

.VideoStory .VAB {
    padding: 0px 0px 0px 20px;
}

.VAB {
    font-family: ctc;
    font-size: 14px;
    line-height: 200%;
    font-weight: 100;
}

.SessionTabBtn, .SessionTabBtn li, .SessionTabCnt, .SessionTabCnt li {
    list-style: none;
    padding: 0;
    margin: 0;
}


.SessionTabBtn {
    padding: 1rem 0 0 0;
    margin-top: 3rem;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    touch-action: pan-x;
    height: 6rem;
}

    .SessionTabBtn li {
        display: inline-block;
        border: 1px solid var(--dark-gray);
        background: var(--mid-blue);
        color: var(--dark-gray);
        padding: 1rem 3rem;
        margin: 0 0 0 5px;
        border-radius: 2rem;
        cursor: pointer;
        position: relative;
        font-size: 2vh;
    }

        .SessionTabBtn li:hover {
            background: var(--dark-blue);
        }

        .SessionTabBtn li.Now {
            background: var(--dark-blue);
            border: 1px solid var(--orange);
            color: var(--white);
            cursor: default;
        }

            .SessionTabBtn li.Now i {
                display: inline-block;
            }

        .SessionTabBtn li i {
            display: none;
            position: absolute;
            border: solid var(--orange);
            border-width: 0 1px 1px 0;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            bottom: -5px;
            left: calc(50% - 3px);
            background: var(--dark-blue);
        }

        .SessionTabBtn li.Selected {
            font-weight: bold;
        }

.Keys ul {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    width: 100%;
}

.Keys li {
    list-style: none;
    display: inline-block;
    margin: 0px;
}

.backSpaceButton {
    background-image: url('images/bs.png') !important;
    background-size: 2.0rem 1.0rem !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-right: 3rem !important;
}

.spaceButton {
    background-image: url(images/s.png) !important;
    background-size: 2.0rem 1.0rem !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.keyboardButton {
    width: 3.5rem;
    height: 3.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.2rem 1.2rem;
}

.keybardAction {
    float: right;
}

.Keys button {
    font-family: IRANSans;
    font-size: 1.9rem;
    width: 2.7rem;
    height: 2.7rem;
    text-align: center;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: transparent;
    border: none;
    outline: none;
    border-radius: 2rem;
    padding: 0px;
    margin: .5rem 0;
}

    .Keys button:hover, .Keys button.Selected {
        background-color: #c80937;
    }

.SrchBox {
    border: 0.4rem solid transparent;
    width: 35rem;
    height: 5rem;
    background: rgba(255, 255, 255, 0.2);
    color: rgb(2, 1, 0);
    border-radius: 5rem;
    margin: 2.5rem auto 2rem;
}

    .SrchBox input {
        float: right;
        font-size: 2.5rem;
        margin: 0.4rem 2rem;
        outline: none;
        border: none;
        width: calc(100% - 10rem);
        background: transparent;
        color: rgb(255, 255, 255);
        height: 4.2rem;
        padding: 0px 1rem;
        box-sizing: border-box;
        font-family: IRANSans;
    }

    .SrchBox button {
        background: transparent;
        height: 5rem;
        width: 5rem;
        border: none;
        text-align: center;
        float: left;
        border-radius: 5rem;
        cursor: pointer;
        outline: none;
        padding: 0px;
        margin: 0px;
        font-size: 2rem;
        color: rgb(255, 255, 255);
    }

::placeholder {
    color: #fff;
}

.SrchBox.ActiveRow, .SrchBox:hover {
    border-color: #c80937;
}

.SrchBox button:hover, .SrchBox button.Selected{
    background: #fff;
    color: #000;
}
.Profile {
    width: 55rem;
    margin: 0px auto;
    color: rgb(255, 255, 255);
    text-align: right;
}
.PBox {
    margin: 4rem 0;
    padding-bottom:2rem;
    border-bottom: 0.2rem solid #c80937;
}
    .PBox:last-child{
        border:none !important;
        text-align:center;
    }
    .PBImg {
        width: 9rem;
        height: 9rem;
        float: right;
        background-size: contain !important;
        border-radius: 50%;
    }
.PBCLImg.PBDisable {
    background: url('images/kin.png') no-repeat center center;
}
.PBCLImg.PBEnable {
    background: url('images/ka.png') no-repeat center center;
}
.PBStImg.PBDisable {
    background:#fff url('images/na.png') no-repeat center center;
}

.PBStImg.PBEnable {
    background: #fff url('images/ha.png') no-repeat center center;
}
.PBDetail {
    float: right;
    width: calc(100% - 12rem);
    margin: 1rem 2rem 0px 0px;
}
.PBDTop {
    font-size: 2.5rem;
    margin: -0.4rem 0px 1rem;
}
    .PBDTop.PBDisable {
        color:rgb(136, 136, 136);
    }
    .PBDTop.PBEnable {
        color: #c80937;
    }

.UserLogin {
    margin-top: 5rem;
}
.QRPane {
    float: right;
    width: 20rem;
    height: 20rem;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.04);
}
.UURLPane {
    float: right;
    margin-right: 2rem;
    color:#fff;
}
.QRPane img 
{
    width:100%;
}
.QRTitle {
    text-align: right;
    font-size: 3rem;
    color: rgb(255, 255, 255);
    margin: 0.8rem 0px 2.2rem;
}
.QRBrief {
    font-size: 1.7rem;
    text-align: right;
    color: rgb(255, 255, 255);
    margin-bottom: 2rem;
}
.QRUrl a {
    text-align: right;
    background: #c80937;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    padding: 1rem 2rem 0.6rem;
    display: table;
}
.QRCode {
    margin-top: 2.3rem;
    font-size: 1.7rem;
    text-align: right;
    color: rgb(255, 255, 255);
    margin-bottom: 2rem;
}
    .QRCode span {
        text-align: right;
        padding: 0.3rem 1rem 0.4rem;
        margin: 0px 0.5rem;
        background: #c80937;
        font-size: 2rem;
        color: #fff;
        font-family: Tahoma;
        font-weight: bold;
    }