.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}
div.pp_default .pp_close , a.pp_previous , a.pp_next , div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next , div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  font-size: 0;
}
.fade {
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.no-padding{
    padding : 0 !important
}
.mb-3{
    margin-bottom:15px;
}
.ex img{
    vertical-align:middle;
}
.ex-intro {
    position: relative;
    border-radius: 5px;
}

.ex-intro img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 25px 25px -25px rgba(0, 0, 0, 0.38);
}
.ex-info {
    position: absolute;
    top: 0;
    left: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 10px 20px 25px 20px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    /* max-width: 60%; */
    color: #fff;
    z-index: 5;
}
.ex-info .ex-name {
    text-align: start;
    font-size: 28px;
    font-weight: bold;
    max-width: 400px;
}
.ex-info .ex-name span {
    font-size: 15px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.4392156862745098);
    padding: 2px 10px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

.ex-detail {
    margin: 40px 0 20px 0;
    direction:rtl!important;
}

.ex-detail p {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    margin: 0 0 7px 0;
}

.ex-detail p span {
    font-size: 13px;
    font-weight: normal;
    margin: 0 4px 0 4px;
}

.ex-seasons {
    text-align: left;
}

.ex-seasons span {
    display: inline-block;
    padding: 5px 6px 3px 6px;
    background: #23b3bb;
    margin-inline-end: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}



.ex-rate {
    direction: ltr;
    text-align: left;
    margin: 0px 0 30px 0;
}

.ex-rate>div {
    display: inline-block;
    margin-inline-end: 8px;
}


.ex-rate .green-rate {
    padding: 7px 8px 5px 8px;
    background: #2fb72f;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}


.ex-rate .imdb-rate {
    padding: 7px 8px 5px 8px;
    background: #f5c518;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}
.ex-rate .imdb-rate span {
    font-size: 16px;
    margin: 0 0 0px 8px;
    font-weight: bold;
}
.ex-rate .other-rate {
    background: #b95811;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    padding: 1px 8px 1px 8px;
}
.ex-rate .other-rate span {
    font-size: 16px;
    margin: 0 0 0px 8px;
    font-weight: bold;
}
.ex-rate .other-rate .dinamyc-logo {
    display: inline-block;
    height: 31px;
    width: 31px;
    margin: 0;
    vertical-align: -10px;
    background: url(../images/icons.png) no-repeat;
        background-size: 240px;

}
.ex-rate .other-rate .dinamyc-logo.satl{
    background-position: -153px -6px;
}
.ex-rate .other-rate .dinamyc-logo.goje{
   background-size: 200px;
    background-position: -122px -31px;
}
.ex-rate .other-rate .dinamyc-logo.fresh{
    background-size: 200px;
    background-position: -122px -61px;
}
.ex-rate .other-rate .dinamyc-logo.plus{
   background-size: 202px;
    background-position: -156px 0px;
}
.ex-rate .other-rate .dinamyc-logo.pop{
   background-size: 200px;
    background-position: -155px -31px;
}
.ex-rate .other-rate .dinamyc-logo.lajan{
    background-size: 200px;
    background-position: -154px -61px;
}

   
 

.vote-now {
    direction: rtl;
    text-align: right;
    padding: 0 235px 0 0;
    position: relative;
}
.vote-now div {
    text-align: right;
    font-size: 15px;
    margin-bottom: 5px;
}
.vote-now span {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58) !important;
    align-items: center;
    justify-content: center;
    margin-inline-end: 8px;
    margin-block-start: 5px;
    cursor: pointer;
}
.vote-now span.green-bg.bg-active{
    background: #2fb72f !important;
}
.vote-now span.yellow-bg.bg-active{
    background: #cfbc13 !important
}
.vote-now span.red-bg.bg-active{
    background: #d62a13 !important
}
.vote-now .send-cm {
    position: absolute;
    width: 180px;
    top: -92px;
    direction: rtl;
    font-size: 12px;
    text-align: right;
    background: #222;
    padding: 10px;
    border-radius: 5px;
    z-index: 6;
    transform: translateX(-50%);
}
.vote-now span.cm-btn {
    display: inline-block;
    padding: 2px 15px;
    margin: 5px 0 0 5px;
    width: auto;
    height: auto;
    border-radius: 40px;
}
.vote-now p{
    text-align: left;
    margin: 10px 0 0 0;
}
.vote-now span.cm-btn.danger{
    background: rgb(219, 24, 24) !important;
    color: #fff;
}




.movie-desc {
    position: relative;
    margin: 20px 0;
    background: #f0f0f0;
    border-radius: 5px;
}
.movie-desc::after , .movie-desc .ex-title::after{
    content: "";
    display: table;
    clear: both;
}

.movie-desc .ex-title .full-desc {
    display: none;
    width: 100%;
    float: none;
    clear: both;
    padding: 0px 15px 15px 15px;
    font-size: 13px;
}
.movie-desc .ex-title {
    padding: 15px;
}
.movie-desc .ex-title .desc {
    position: relative;
    display: inline-block;
    padding: 50px 15px 15px 15px;
    font-size: 13px;
    direction: ltr;
    text-align: right;
}
.movie-desc .ex-title a {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #ee5a24;
    z-index: 8;
}
.movie-desc .ex-title img {
    position: relative;
     width: 180px;
    min-height: 240px;
    object-fit: cover;
    display: block;
    float: right;
    margin: -25% 20px 0 20px;
    border-radius: 6px;
    box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.68);
    z-index: 5;
}





.border-left{
    border-left: 1px solid #e0e0e0;
}

.relative-tabs {
    position: relative;
    margin: 30px 0 30px 0;
}
.relative-tabs .ex-navs {
    display: block;
    padding: 0 20px;
    border-bottom: 2px solid #2fb72f;
}
.relative-tabs .tab-content {
    padding: 15px 0;
}
.relative-tabs .ex-navs>.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.relative-tabs .ex-navs>.nav li {
    flex-grow: 1;
}
.relative-tabs .ex-navs>.nav li a.active {
    background: #2fb72f;
    color: #fff;
}
.relative-tabs .ex-navs>.nav li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin:0 3px;
    background: #f5f5f5;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}





.green-bg{
    background: #2fb72f
}
.yellow-bg{
    background: #cfbc13
}
.red-bg{
    background: #d62a13
}
 .ex-tabs .tab-tile {
    display: block;
    background: #333;
    border-radius: 5px;
    padding: 8px 15px;
    color: #fff;
}

 .ex-tabs .tab-tile p {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}



.users-rate {
    position: relative;
    margin: 10px 0 24px 0;
}
.users-rate:after {
    content: "";
    display: table;
    clear: both;
}
.users-rate .rate-circle {
    display: flex;
    width: 95px;
    height: 95px;
    float: left;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

.rates-progress {
    display: block;
    width: calc(100% - 120px);
    float: right;
}
.rates-progress .rate-progress {
    margin: 0 0 5px 0;
    font-size: 11px;
}
.rates-progress .rate-progress .prog {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #e2e2e2;
    border-radius: 4px;
    margin: 0 0 2px 0;
}

.rates-progress .rate-progress .prog span {
    display: block;
    position: relative;
    height: 4px;
    border-radius: 4px;
}

.rates-progress .detail {
    min-width: 90px;
}

.rates-progress .detail .count {
    float: left;
    font-weight: bold
}
.users-comments {
    margin-top: 10px;
}
.tab-info  .ex-title {
    border-bottom: 2px solid #e2e2e2;
    margin: 0 0 22px 0;
}

.tab-info .ex-title p {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.tab-info  .ex-title p:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #333333;
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 2;
}

.users-comments  .cm {
    display: none;
    width: 100%;
    clear: both;
    padding: 10px 5px;
    font-size: 12px;
}
.users-comments  .cm a {
    display: block;
    text-align: left;
    color: #2fb72f;
}
.users-comments .item .rate-count {
    display: flex;
    width: 45px;
    height: 45px;
    float: right;
    background: #2fb72f;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}


.users-comments .item .user-info {
    display: block;
    width: calc(100% - 61px);
    float: right;
    margin-right: 15px;
}

.users-comments .item .user-info .name {
    font-weight: bold;
    font-size:12px;
}
.users-comments .item .user-info .date {
    color:#888;
    font-size:11px;
}

.users-comments .item .cm .full-cm {
    display: none;
}

.users-comments .item {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 5px 0;
}


 .like-dislike-cm span:hover {
    color: #2fb72f;
}

.like-dislike-cm {
    margin-top: 5px;
    margin-bottom: -10px;
}
.like-dislike-cm span {
    font-size: 16px;
    margin-left: 5px;
    color: #888;
} 
.like-dislike-cm a {
    display: inline-block !important;
}
.users-comments.users-review .like-dislike-cm {
    text-align: left;
}
.users-comments.users-review .like-dislike-cm  a{
    color: #555;
    margin-right: 8px
}

.users-comments.users-review .item {
    margin: 10px 0 10px 0;
}




.movie-gallery{}
.movie-gallery li{
    display: block;
    width: 50%;
    float: right;
    padding: 5px;
}
.movie-gallery li a img{
    border-radius: 5px
}


.workers p span {
    font-weight: bold;
}

.workers p {
    border-bottom: 1px dashed #e0e0e0;
    padding: 7px 0 10px 0;
    font-size: 12px;
}
.workers p:last-of-type {
    border: 0;
}


.players {
    position: relative;
    margin: 20px 0 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    overflow: auto;
}
.players table{
    width: 100%
}
.players table thead tr {
    background: #f0f0f0;
}
.players table thead tr th {
    font-weight: bold;
    padding: 7px 20px;
    text-align: right;
    font-size: 12px

}
.players table tbody tr {
    border-bottom: 1px solid #eee;
}
.players table tbody tr:last-child {
    border-bottom: 0;
}
.players table tbody tr:hover {
    background: #f0f0f0;
}
 
.players table tbody tr td {
    padding: 7px 20px;
    text-align: right;
}
.players table tbody tr td span {
    font-weight: bold;
    font-size: 12px;
}
.players table tbody tr td div img {
    width: 80px;
    border-radius:4px;
}



.gift-item {
    position: relative;
    margin: 0 0 15px 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.gift-content {
    display: none;
}
.gift-item .gift-header {
    padding: 15px;
    cursor: pointer;
}
.gift-item .gift-header span {
    font-size: 16px;
    font-weight: bold;
}
.gift-item .gift-header i {
    font-size: 24px;
    vertical-align: -1px;
    margin: 0 0 0 10px;
    color: #fc7932;
}
.gift-content .gift-detail {
    display: flex;
    flex-direction: row;
}
.gift-content .gift-detail .gift-info {
    margin: 0 0px 0 0;
    flex-grow: 1;
}
.gift-content .gift-detail .gift-model {
    width: 150px;
    background: #2fb72f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
}
.gift-detail .gift-info ul {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-left: 0;
}

.gift-detail .gift-info ul li a {
    color: #2fb72f;
}
.gift-detail .gift-info ul li {
    padding: 12px 20px 6px 20px;
    border-bottom: 1px solid #e0e0e0;
}
.gift-detail .gift-info ul li:last-child {
    border-bottom: 0
}
.gift-detail .gift-info ul li p {
    font-size: 14px;
}

/* Sidebar */
.side-bar .sidebar-item img {
    border-radius: 5px;
    width:100%;
}

.side-bar .sidebar-item {
    position: relative;
    margin: 0 0 20px 0;
    padding: 20px;
    border: 1px solid #e8e8e8;
}
.side-bar {
    position: relative;
    padding: 0 15px;
}

.sidebar-item.video-intro .play-video {
    position: relative;
}
.sidebar-item.video-intro .play-video img {
    border-radius: 5px 5px 0 0;
    vertical-align: middle;
}
 
.sidebar-item.video-intro .play-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    padding: 1px 0 0 3px;
    background: rgba(0, 0, 0, 0.5411764705882353);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    margin-top: -15px ;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all 0.7s ;
    z-index: 2;
}
.sidebar-item.video-intro .play-video:hover a{
    margin-top: 0 ;
    opacity: 1;
}
.video-detail {
    position: relative;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
}

p.name a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #ee3824;
    position: absolute;
    top: 0;
    right: -10px;
}

p.name a {
    position: absolute;
    top: -44px;
    left: 0;
    color: #fff;
    background: #ee3824;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 5px 0 0 5px;
}
p.name {
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.video-workers {
    margin: 14px 0 0 0;
}

.video-workers .video-desc {
    position: relative;
    padding: 8px 10px;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
.video-workers span {
    display: inline-block;
    background: #e0e0e0;
    margin: 4px 0 0 4px;
    padding: 0 6px;
    border-radius: 3px;
    color: #555;
}


.news-item {
    position: relative;
    margin: 5px 0 15px 0;
}
.news-item .img {
    width: 200px;
    position: relative;
    float:right;
}
.news-item .img a {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    opacity : 0;
    transition:all 0.4s;
    z-index: 2;
}
.news-item .img a:hover{
    opacity :1;
}
.news-item .img a i {
    display: inline-flex;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.7294117647058823);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.news-item .img img {
    width: 100%;
    border-radius: 5px;
}
.news-item:after {
    content: "";
    display: table;
    clear: both;
}
.news-item .content .news-lead {
    font-size: 12px;
    margin-bottom: 15px;
}
.news-item .content .title {
    font-size: 14px;
    line-height: 28px;
    margin: 1px 0 15px 0;
}
.news-item .content {
    position:relative;
    float: right;
    width: calc(100% - 220px);
    margin: 0 19px 0px 0;
}
.news-item .content .date {
    display: inline-block;
    background: #e5e5e5;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.news-item .content a:last-child {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px;
    padding: 4px 12px;
    color: #fff;
    background: #2fb72f;
    border-radius: 5px;
    z-index: 2;
}
.news-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.see-more a {
    font-size: 12px;
    color: #2fb72f;
}

.see-more {
    margin: 20px 0 0 0;
}
.user:after {
    content: "";
    display: table;
    clear: both;
}
.text-center{
    text-align:center;
}
@media screen and (max-width:768px){
    .ex-intro {
        position: relative;
        border-radius: 5px;
        margin: 0 15px;
    }
    .relative-tabs{
        padding-left:10px;
        padding-right:10px;
    }
    .vote-now span {
        margin-inline-end: 3px;
        margin-block-start: 3px;
    }
    .ex-detail {
        margin: 10px 0 10px 0;
        direction:rtl!important;
    }
    .relative-tabs .ex-navs>.nav li a{
        font-size:12px;
    }
    .ex-info{
        max-width:100%;
    }
    .movie-desc .ex-title img {
        width: 150px;
        margin: -190px 20px 0 20px;
    }
    .movie-desc .ex-title .desc {
    direction:ltr;
    position: relative;
        width: calc(100% - 190px);
    }
    .ex-info .ex-name {
        font-size: 20px;
    }
    .movie-desc .ex-title a {
        bottom: 16px;
    }
}

@media screen and (max-width:680px){
    .movie-desc .ex-title img {
         width: 100%;
        max-width: 300px;
        margin: 0 auto;
        max-height: 240px;
        object-fit: cover;
        display: block;
        float: none;
    }
    .vote-now{
        padding-right : 15px;
    }
        .movie-desc .ex-title .desc {
        position: relative;
        width: 100%;
        margin: 15px 0 15px 0;
        direction:ltr;
    }
    .movie-desc .ex-title {
        padding: 15px 15px 25px 15px;
    }
}


@media screen and (max-width:560px){
    .ex-intro img {
        width: 100%;
        min-height: 440px;
        object-fit: cover;
    }

    .relative-tabs .ex-navs>.nav {
        flex-wrap: wrap;
    }
    .relative-tabs .ex-navs>.nav li a {
        padding: 10px 10px;
        border-radius: 5px !important;
        margin-bottom: 4px;
    }

    .news-item .img {
        width: 100% ;
        position: relative;
        float:none;
        margin-bottom : 10px;
    }
    .news-item .content {
        position:relative;
        float: right;
        width: 100%;
        margin: 0 0 0px 0;
    }
}





/* Newwwwwwwww */
.user-rate-submit {
    display: none;
    padding: 15px;
    position: absolute;
    bottom: 33px;
    left: auto;
    right: 0;
    background: #fff;
    min-width: 550px;
    border-radius: 5px;
}
.user-rate-submit .user-info img {
    float: left;
    width: 120px;
    max-height: 200px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.user-rate-submit .user-info {
    width: 320px;
    float: left;
}
.user-rate-submit  .user-info>div {
    width: calc(100% - 130px);
    float: right;
}


.user-rate-submit  .your-rate, .user-rate-submit  .users-rate {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: #2fb72f;
    border-radius: 50%;
    padding: 1px 0px 0 0;
    font-style: normal;
    font-size:15px;
    align-items: center;
    justify-content: center;
}
.user-rate-submit .yourscore-box ~ div, .user-rate-submit .usersscore-box ~ div {
    padding: 10px 0 0 0 ;
    display: block;
    width: calc(100% - 46px);
    float: right;
}
.user-rate-submit .yourscore-box, .user-rate-submit .usersscore-box {
    display: block;
    width: 45px;
    float: left;
}
.clear-after::after{
    content: "";
    display: table;
    clear: both;
}

.user-rate-submit .yourscore-box ~ div, .user-rate-submit .usersscore-box ~ div div {
    color: #555;
    font-size: 13px;
}



.user-rate-submit .user-login .login-by-google {
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
    padding: 6px;
    font-size: 12px;
    background: #ec4141;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
.user-rate-submit .user-login {
    width: calc(100% - 330px);
    float: right;
}

.user-rate-submit .or span {
    position: absolute;
    top: 2px;
    left: 43%;
    z-index: 5;
    background: #fff !important;
    color: #555 !important;
    font-size: 13px;
}

.user-rate-submit .or {
    position: relative;
    height: 35px;
}
.user-rate-submit .or:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 18px;
    right: 0;
}
.user-rate-submit .user-login input {
    width: 100%;
    padding: 4px 13px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin: 0 0 6px 0;
    font-size: 13px;
    transition: all 0.5s
}
.user-rate-submit .user-login input:focus {
    outline: 0 ;
    border: 1px solid #2fb72f;
     
}
.user-rate-submit .user-login .login-btn {
    display: inline-block;
    margin: 0 10px;
    background: #e2e2e2;
    padding: 4px 15px;
    font-size: 13px;
    border: 0;
    border-radius: 5px;
    color: #333;
}



.user-rate-submit .user-login .login-btn:hover{
    background: #2fb72f ;
    color:#fff
}
.user-rate-submit .user-login .login-btn:focus{
    outline: 0
}
.text-center{
    text-align: center
}
@media screen and (max-width:768px){
    .user-rate-submit .user-info {
        display: none;
    }
    .user-rate-submit {
        min-width: auto;
        max-width: 99%
    }
    .user-rate-submit .user-login {
        width: 100%;
        float: none;
    }
    .user-rate-submit {
        right: 50%;
        transform: translateX(50%);
    }
}


.user-rate-submit>a {
    position: absolute;
    top: -9px;
    right: -5px;
    width: 22px;
    height: 22px;
    background: #ec4141;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
}


