@font-face {
    font-family: "vzr";
    src: url(../fonts/txt_font/Vazir-persian-digits-overwrited41d.eot?);
    src: url(../fonts/txt_font/Vazir-persian-digits-overwrited41d.eot?#iefix) format('embedded-opentype'),
         url(../fonts/txt_font/Vazir-persian-digits-overwrite.woff) format('woff'),
         url(../fonts/txt_font/Vazir-persian-digits-overwrite.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "vzr";
    position: relative;
    direction: rtl;
    font-size: 13px;
    display: flex;
    flex-direction: column;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: 13px;
}

a:hover, a:focus, a:active {
    outline: none;
}

/* Grid System */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding: 0 10px;
}

/* Form Validation */
.has-error .form-control {
    border: 1px solid #df0001 !important;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    font-size: 10px;
    color: #df0001;
}

.help-block {
    margin-bottom: 0;
}

/* Modal Results */
#modal-result .show-result .alert {
    font-size: 13px;
}

#modal-result .show-result .alert i {
    font-size: 20px;
    vertical-align: middle;
}

/* Color Classes */
.grn-color { color: #a4c639; }
.rd-defult-clr { color: #f90203; }
.rd-default-bk { background: #f90203; }
.rd-default-brd { border: 1px solid #f90203; }
.org-defult-clr { color: #ff9000; }
.org-default-bk { background: #ff9000; }
.org-default-brd { border: 1px solid #ff9000; }
.blu-defult-clr { color: #23adef; }
.blu-default-bk { background: #23adef; }
.blu-default-brd { border: 1px solid #23adef; }
.wh-defult-clr { color: #fff; }
.wh-default-bk { background: #fff; }
.wh-default-brd { border: 1px solid #fff; }

/* Direction Classes */
.rtl { direction: rtl; }
.ltr { direction: ltr; }

/* Spacing Classes */
.pnone { padding: 0; }
.mnone { margin: 0; }

/* Custom Scrollbar */
.mCSB_scrollTools .mCSB_draggerContainer { left: -5px; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { margin: 0; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp { background-position: -98px 0; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown { background-position: -98px -20px; }
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown { left: 0; }

/* Live Part */
#live-part {
    padding-top: 15px;
    background: url("../assets/images/back-larg.png");
    min-height: 630px;
}

@media only screen and (max-width: 1200px) {
    #live-part { height: auto; }
}

/* Live Header */
#live-header #logo {
    margin: 10px 0;
    text-align: left;
}

#live-header #logo a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

#live-header #my-nav { margin: 15px 0; }

#live-header #menubar > li {
    display: inline-block;
    position: relative;
}

#live-header #menubar > li > a {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    transition: all 0.5s ease-in-out;
}

#live-header #menubar > li > a.tlg { display: none; }

/* Menu Hover Effects */
#live-header #menubar > li > a.home:hover span.txt,
#live-header #menubar > li > a.home:active span.txt,
#live-header #menubar > li > a.home:focus span.txt { color: #f90203; }

#live-header #menubar > li > a.about:hover span.txt,
#live-header #menubar > li > a.about:active span.txt,
#live-header #menubar > li > a.about:focus span.txt { color: #ff9000; }

#live-header #menubar > li > a.faq:hover span.txt,
#live-header #menubar > li > a.faq:active span.txt,
#live-header #menubar > li > a.faq:focus span.txt,
#live-header #menubar > li > a.tlg:hover span.txt,
#live-header #menubar > li > a.tlg:active span.txt,
#live-header #menubar > li > a.tlg:focus span.txt { color: #23adef; }

#live-header #menubar > li > a.android:hover span.txt,
#live-header #menubar > li > a.android:active span.txt,
#live-header #menubar > li > a.android:focus span.txt { color: #a4c639; }

#live-header #menubar > li a span.txt i {
    font-size: 10px;
    vertical-align: -2px;
    margin: 3px;
}

#live-header #menubar > li a span.icon i {
    margin-left: 4px;
    vertical-align: middle;
    font-size: 16px;
}

@media only screen and (max-width: 450px) {
    #live-header #menubar > li > a.tlg { display: block; }
    #live-header #menubar > li a span.txt { display: none; }
    #live-header #menubar > li a span.icon i { font-size: 20px; }
}

/* Sub Navigation */
#live-header .nav-bar .sub-nav {
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 100;
    min-width: 180px;
    height: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

#live-header .nav-bar .sub-nav.sub-nav-show {
    transform: translate(0, 30px);
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: 234px;
}

#live-header .nav-bar .sub-nav li a {
    padding: 6px 2px;
    transition: all 0.8s ease-in-out;
    margin: 0;
    display: block;
    width: 100%;
    color: #777;
}

@media only screen and (max-width: 992px) {
    #live-header .full-width,
    #live-header #logo { text-align: center; }
    #live-header #logo a {
        width: 150px;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 550px) {
    #live-header .nav-bar .sub-nav {
        text-align: right;
        width: 100%;
        min-width: 100%;
        top: 10px;
    }
    #live-header #my-nav { margin: 10px 0; }
    #live-header #menubar > li { position: static; }
    #logo { text-align: center; }
}

/* Live Channel */
#live_channel #channel-type { width: 100%; text-align: center; }
#channel-info-part { margin-top: -80px; }

@media only screen and (max-width: 990px) {
    #channel-info-part { margin: 5px 0; }
}

#live_channel #channel-type ul li { display: inline-block; padding: 0; }
#live_channel #channel-type ul li a {
    padding: 5px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    width: 105px;
    height: 40px;
    line-height: 25px;
    transition: all ease-in 0.2s;
    position: relative;
    color: #fff;
}

#live_channel #channel-type ul { margin: 0; }
#live_channel #channel-type ul li a.boronmarzi { margin: 0 8px; }
#live_channel #channel-type ul li a i {
    vertical-align: -5px;
    margin-left: 3px;
    font-size: 18px;
}

/* Channel Type Colors */
#live_channel #channel-type ul li a.global:hover,
#live_channel #channel-type ul li.active a.global { background: #23adef; }

#live_channel #channel-type ul li a.global:hover i,
#live_channel #channel-type ul li.active a.global i { color: #fff; }

#live_channel #channel-type ul li a.state:hover,
#live_channel #channel-type ul li.active a.state { background: #ff9000; }

#live_channel #channel-type ul li a.state:hover i,
#live_channel #channel-type ul li.active a.state i { color: #fff; }

#live_channel #channel-type ul li a.boronmarzi:hover,
#live_channel #channel-type ul li.active a.boronmarzi { background: #f90203; }

#live_channel #channel-type ul li a.boronmarzi:hover i,
#live_channel #channel-type ul li.active a.boronmarzi i { color: #fff; }

@media only screen and (max-width: 1207px) {
    #live_channel #channel-type ul li a { width: 80px; }
    #live_channel #channel-type ul li a i {
        vertical-align: -3px;
        margin-left: 3px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 990px) {
    #live_channel #channel-type ul li a { width: 120px; }
    #live_channel #channel-type ul li a i {
        vertical-align: -4px;
        margin-left: 3px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 550px) {
    #live_channel #channel-type ul li a {
        width: 70px;
        font-size: 9px;
        height: 40px;
        line-height: 30px;
        border-radius: 2px;
    }
}

@media only screen and (max-width: 470px) {
    #live_channel #channel-type { height: auto; }
    #live_channel #channel-type ul li { display: inline-block; margin: 0 3px; }
    #live_channel #channel-type ul li a.boronmarzi { margin: 0; }
}

@media only screen and (max-width: 320px) {
    #live_channel #channel-type ul li a {
        width: 40px;
        font-size: 0;
        height: 40px;
        line-height: 37px;
        border-radius: 2px;
    }
}

/* TV/Radio */
#live_channel #tv-radio { padding: 10px 0; }
#live_channel #tv-radio a {
    padding: 0 5px;
    color: #fff;
    font-size: 11px;
}

#live_channel #tv-radio a i {
    color: #999;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: -2px;
}

#live_channel #tv-radio.global a.active,
#live_channel #tv-radio.global a.active i { color: #23adef; }

#live_channel #tv-radio.state a.active,
#live_channel #tv-radio.state a.active i { color: #ff9000; }

#live_channel #tv-radio.boronmarzi a.active,
#live_channel #tv-radio.boronmarzi a.active i { color: #f90203; }

/* Program Info */
#live_channel #program-info {
    padding: 10px 15px;
    position: relative;
    background: rgba(243, 243, 243, 0.12);
    color: #fff;
    line-height: 25px;
    min-height: 440px;
}

#live_channel a.scroll-chn {
    position: relative;
    font-size: 11px;
    color: #f90203;
}

#live_channel a.scroll-chn span {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-left: 1px solid #f90203;
    border-bottom: 1px solid #f90203;
    transform: rotate(-45deg);
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

@keyframes sdb05 {
    0% { transform: rotate(-45deg) translate(0, 0); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: rotate(-45deg) translate(-20px, 20px); opacity: 0; }
}

/* Social Icons */
#live_channel .social { padding: 5px 10px; }
#live_channel .social a {
    padding: 0 3px;
    font-size: 26px;
    vertical-align: middle;
}

#live_channel .social a.android {
    color: #a4c639;
    font-size: 23px;
}

#live_channel .social a.telegram { color: #08c; }

/* Program Details */
#live_channel #program-info .program-icon {
    color: #fff;
    font-size: 11px;
}

#live_channel #program-info .program-icon .icon-net {
    color: #f90203;
    font-size: 28px;
    vertical-align: middle;
    margin-left: 3px;
}

#live_channel #program-info .program-titr { font-size: 12px; }
#live_channel #program-info .program-txt {
    text-align: justify;
    height: 120px;
    overflow: hidden;
    font-size: 12px;
    color: #c8c7c7;
}

#live_channel #program-info .program-time {
    padding: 5px 0;
    font-size: 12px;
}

#live_channel #program-info .program-time span {
    color: #ff9000;
    margin-left: 5px;
}

#live_channel #program-info i.ico {
    vertical-align: middle;
    font-size: 16px;
    margin-left: 3px;
}

/* Bottom Frame */
#live_channel .btm_frame {
    overflow: hidden;
    height: 60px;
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: -5px;
    width: 100%;
}

#live_channel .btm_frame::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border-top: 40px solid rgba(249, 2, 3, 0.61);
    border-right: 728px solid transparent;
    left: 0;
    top: 0;
    z-index: 1;
}

#live_channel .btm_frame::after {
    position: absolute;
    content: '';
    top: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    border-top: 40px solid rgba(255, 255, 255, 0.19);
    border-left: 726px solid transparent;
}

/* Live Player */
#live_channel #live-player .frame {
    height: 400px;
    width: 100%;
    background-size: cover;
    position: relative;
    display: inline-block;
    z-index: 4;
    box-shadow: 0 0 30px #ccc;
}

#live_channel #live-player .frame iframe { width: 100%; height: 100%; }

#live_channel .live-player-txt {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: -38px;
    padding: 10px 0;
}

#live_channel .live-player-txt span { font-weight: bold; }

@media only screen and (max-width: 1200px) {
    #live_channel #live-player .frame { height: 360px; }
}

@media only screen and (max-width: 990px) {
    #live_channel .btm_frame { display: none; }
    #live_channel .live-player-txt { display: none; }
}

@media only screen and (max-width: 750px) {
    #live_channel #live-player .frame {
        height: 320px;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 620px) {
    #live_channel #live-player .frame { height: 250px; }
    #live_channel #live-player::after,
    #live_channel #live-player::before { display: none; }
}

@media only screen and (max-width: 450px) {
    #live_channel #live-player .frame { height: 200px; }
}

@media only screen and (max-width: 320px) {
    #live_channel #live-player .frame { height: 200px; }
}

/* Channel Slider */
#channels {
    position: relative;
    height: 127px;
    background: #222;
}

#channel-slider {
    background: #000;
    overflow: hidden;
    height: 127px;
}

#channel-slider .item {
    background: url(../assets/images/2.png) no-repeat center center;
    background-size: cover;
    z-index: -2;
    border: 1px solid #555;
    height: 127px;
    position: relative;
    overflow: hidden;
}

#channel-slider .item a {
    display: block;
    height: 127px;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 5px;
}

#channel-slider .item a img.chn_back {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#channel-slider .item a span { display: block; width: 100%; }
#channel-slider .item a span.ico {
    font-size: 60px;
    line-height: 0;
}

#channel-slider .item a span.txt { font-size: 12px; }

/* Owl Carousel */
.owl-theme .owl-nav { margin: 0; }

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    height: 127px;
    line-height: 127px;
    top: 0;
    margin: 0;
    background: rgba(249, 2, 3, 0.3);
    vertical-align: middle;
    border-radius: 0;
    width: 35px;
    font-size: 18px;
}

.owl-theme .owl-nav [class*=owl-]:hover { background: rgba(17, 14, 14, 0.63); }
.owl-theme .owl-nav .owl-next { left: 0; }
.owl-theme .owl-nav .owl-prev { right: 0; }

/* Modal */
.modal { background: rgba(0, 0, 0, 0.72); }

.modal .modal-content {
    background: rgba(188, 186, 186, 0.33);
    border-radius: 0;
    padding: 13px;
}

.modal .modal-header {
    padding: 10px;
    border: none;
    background: #df0001;
    color: #fff;
}

.modal .modal-body {
    padding: 8px;
    background: #fff;
}

.modal .modal-body article {
    padding: 10px 15px;
    font-size: 12px;
    color: #666;
    text-align: justify;
    line-height: 30px;
}

.modal .modal-title {
    font-size: 12px;
    font-weight: bold;
}

.modal button.close {
    text-shadow: none;
    color: #fff;
    font-size: 25px;
    opacity: 1;
}

.modal button.close:hover,
.modal button.close:focus {
    outline: none;
    border: none;
}

@media only screen and (max-width: 550px) {
    .modal .full-width {
        width: 100%;
        float: right;
    }
}

/* Info Channel */
#info_channel {
    background: #222;
    padding-bottom: 30px;
}

#info_channel .chn-title {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
}

#info_channel .chn-title i {
    color: #f90203;
    font-size: 40px;
    vertical-align: middle;
    margin-left: 5px;
}

#info_channel .pic {
    width: 135px;
    height: 120px;
    margin: 0 auto;
}

#info_channel .chn-modal .modal-pic {
    width: 194px;
    height: 127px;
}

#info_channel .chn-modal .txt {
    border-top: 1px solid #d6d6d6;
    margin-top: 5px;
}

#info_channel .chn-modal .txt article {
    margin: 8px 0;
    line-height: 27px;
    text-align: justify;
    color: #888;
}

#info_channel .chn-modal .chn-media .info-items {
    line-height: 35px;
    color: #888;
}

#info_channel .chn-modal .chn-media .info-items li i {
    color: #f90203;
    font-size: 14px;
    vertical-align: middle;
}

#info_channel .more { text-align: center; }
#info_channel .more a {
    color: #f90203;
    font-size: 18px;
    font-weight: bold;
}

#info_channel .pic img { width: 100%; height: 100%; }

#info_channel .center {
    border-right: 1px solid #726e6e;
    border-left: 1px solid #726e6e;
}

@media only screen and (max-width: 989px) {
    #info_channel .center { border: none; }
}

#info_channel .title {
    color: #fff;
    text-align: center;
    padding: 10px;
}

#info_channel .lists { padding: 0 10px; }
#info_channel .lists li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #383535;
}

#info_channel .lists li a {
    color: #e8e8e8;
    display: block;
    font-size: 12px;
    padding: 10px 0;
    position: relative;
}

#info_channel .lists li:last-child { border: none; }

#info_channel .lists li i.icon-circle-o {
    font-size: 8px;
    color: #f90203;
    margin-left: 6px;
}

#info_channel .no-items {
    width: 180px;
    padding: 10px 5px;
    margin: 36px auto;
    color: #fff;
    border: 1px solid #555;
}

#info_channel .no-items i.icon-info-circle {
    font-size: 18px;
    vertical-align: -4px;
    color: #f90203;
    margin-left: 3px;
}

#info_channel .lists li .duration {
    font-size: 11px;
    font-weight: bold;
    color: #e8e8e8;
    position: absolute;
    left: 5px;
    line-height: 20px;
}

#info_channel .lists li .play {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 45px;
    top: 10px;
}

#info_channel .lists li .play img { width: 20px; height: 20px; }
#info_channel .lists li .play i {
    color: #999;
    font-size: 15px;
    vertical-align: middle;
}

/* Comment Channel */
#comment_channel {
    background: #dfdfdf;
    padding: 30px 0;
}

#comment_channel .com-title { font-size: 18px; }
#comment_channel .com-title img {
    width: 40px;
    height: 36px;
    margin-left: 5px;
}

#comment_channel .comment-box {
    padding: 15px 10px;
    background: #fff;
    height: 400px;
    box-shadow: 0 0 15px #949191;
    margin: 20px auto;
}

#comment_channel .comment-form { padding: 10px; }
#comment_channel .comment-form .form-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

#comment_channel .comment-form span.ico {
    position: absolute;
    left: 1px;
    color: #f90203;
    width: 35px;
    height: 32px;
    background: #dfd9d9;
    line-height: 35px;
    text-align: center;
    top: 1px;
    font-size: 18px;
}

#comment_channel .comment-form label {
    color: #9d9595;
    font-weight: 200;
    font-size: 12px;
}

#comment_channel .comment-form label i {
    color: #f90203;
    font-size: 6px;
    margin-left: 2px;
    vertical-align: middle;
}

#comment_channel .comment-form textarea {
    resize: none;
    height: 100px;
    overflow: hidden;
}

#comment_channel .comment-form #ebcaptchatext {
    color: #f90203;
    line-height: 30px;
    padding: 0 10px;
}

#comment_channel .comment-form .submit input { overflow: hidden; }
#comment_channel .comment-form .submit { position: relative; }
#comment_channel .comment-form .submit .icon {
    color: #fff;
    vertical-align: middle;
}

#comment_channel .comment-form .submit .captcha_input {
    background: #f90203;
    color: #fff;
    padding: 5px 15px;
    border: none;
    position: relative;
    transition: all ease-in 0.5s;
    margin: 10px 0;
}

#comment_channel .comment-form .submit .captcha_input:hover {
    padding-left: 10px;
    padding-right: 20px;
}

#comment_channel .comments li { margin-bottom: 15px; }
#comment_channel .comments .media .pic {
    width: 51px;
    height: 52px;
    background: url('../assets/images/user.png');
    border-radius: 50%;
}

#comment_channel .comments .media .media-heading { font-size: 11px; }
#comment_channel .comments .media .pic img { width: 100%; height: 100%; }
#comment_channel .comments .media-body {
    padding: 0 10px;
    color: #888;
    font-size: 12px;
    background: #ebebeb;
}

#comment_channel .comments .user .media-body {
    border-right: 2px solid #1bbc9b;
    position: relative;
    padding: 5px;
}

#comment_channel .comments .user .media-left::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #1bbc9b;
}

#comment_channel .comments .user .media-left { position: relative; }
#comment_channel .comments .admin .media-right { position: relative; }
#comment_channel .comments .admin .media-body {
    border-left: 2px solid #f90203;
    position: relative;
    padding: 5px;
}

#comment_channel .comments .admin .media-right::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #f90203;
}

/* Footer */
#footer {
    background: #222;
    padding: 5px 0;
    position: relative;
}

#footer .contact-info li { display: inline-block; }
#footer .contact-info li a {
    color: #5f5b5b;
    font-size: 23px;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 50px;
    text-align: center;
    transition: all ease-in 0.5s;
}

#footer .contact-info li a:hover,
#footer .contact-info li a:active,
#footer .contact-info li a:focus { color: #f90203; }

#footer .contact-info li a.tlg:hover,
#footer .contact-info li a.tlg:active,
#footer .contact-info li a.tlg:focus { color: #23adef; }

#footer .contact-info li a.mobile:hover,
#footer .contact-info li a.mobile:active,
#footer .contact-info li a.mobile:focus { color: #a4c639; }

#footer .rule {
    color: #999;
    padding: 15px 0;
    font-family: tahoma;
    font-weight: bold;
    direction: ltr;
    font-size: 12px;
}

#footer .contact-info li a.mobile { color: #ff9000; }

/* Scroll Up Button */
#scroll-up {
    width: 50px;
    height: 50px;
    background: #f90203;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
    margin: 0 auto;
    top: -25px;
    cursor: pointer;
}

@media only screen and (max-width: 750px) {
    #footer .rule { font-size: 10px; }
}

@media only screen and (max-width: 550px) {
    #footer .full-width {
        font-size: 10px;
        width: 100%;
        text-align: center;
    }
    #footer .contact-info { margin-top: 15px; }
}

/* About Us Modal */
.modal-aboutus .back-aboutus {
    margin: 0 15px;
    background: url('../assets/images/aboutus-min.png') no-repeat;
    background-size: cover;
    min-height: 110px;
}

.modal-aboutus .txt-list h6 { color: #f90203; }

/* Contact Us Modal */
.modal-contactus .contact-info li {
    margin-bottom: 10px;
    color: #777;
    font-size: 13px;
}

.modal-contactus .contact-info span.ico {
    display: inline-block;
    background: #333;
    color: #f90203;
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    margin-left: 12px;
}

.modal-contactus .contact-info span.ico:before {
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #333;
    top: 15px;
    left: -8px;
}

/* FAQ Modal */
.modal-faq #accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

.modal-faq .panel-group { padding: 0 0 0 30px; }
.modal-faq #accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

.modal-faq #accordion .panel-title a {
    display: block;
    padding: 12px 6px;
    color: #fff;
    background: #333;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    font-size: 11px;
}

.modal-faq #accordion .panel-title a:after,
.modal-faq #accordion .panel-title a.collapsed:after {
    content: "";
    font-family: 'icomoon';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    text-align: center;
    font-size: 12px;
    color: #f90203;
    border: 3px solid #fff;
    position: absolute;
    top: 0;
    left: -26px;
    transition: all 0.3s ease 0s;
    line-height: 34px;
}

.modal-faq #accordion .panel-title a.collapsed:after { content: ""; }
.modal-faq #accordion .panel-title a:hover:after,
.modal-faq #accordion .panel-title a.collapsed:hover:after { transform: rotate(360deg); }

.modal-faq #accordion .panel-body {
    padding: 10px;
    background: #fff;
    font-size: 11px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
    text-align: justify;
}



        body { background-color: #111; color: white; display: flex; flex-direction: column; min-height: 100vh; }
        .navbar { background-color: #222; }
        .btn-pink { background-color: #ff1475; color: white; border-radius: 8px; }
        .event-list { background: #333; padding: 15px; border-radius: 8px; max-height: 480px; min-height: 350px; overflow-y: auto; }
        .event-card { background: #444; padding: 10px; border-radius: 8px; margin-bottom: 10px; cursor: pointer; }
        .event-time { background: #ff1475; color: white; padding: 5px 10px; border-radius: 5px; }
        
        .footer { background: #222; padding: 15px; text-align: center; margin-top: auto; }
        .content-wrapper { display: flex; gap: 20px; align-items: stretch; flex-wrap: wrap; }
        .player-container, { flex: 1; display: flex; flex-direction: column; min-width: 300px; }
        .list-container { flex: 1; display: flex; flex-direction: column; min-width: 300px; }
        .video-js { flex-grow: 1; }
        .list-container {min-height: 400px;}
        .event-card {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .event-card .event-time {
            margin-left: 10px; /* فاصله بین عنوان و زمان */
        }


/* تنظیمات برای صفحه‌های بزرگتر */
#live_channel .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  /* به محتوا اجازه می‌دهد که به خط بعدی برود */
        width: 100%;  /* کانتینر به طور کامل عرض صفحه را اشغال می‌کند */
    max-width: 100%;  /* محدود به عرض 100% صفحه می‌شود */
    padding-left: 50px;  /* حذف پدینگ چپ */
    padding-right: 50px;  /* حذف پدینگ راست */
}

#live_channel .list-container {
    flex: 1 1 35%;  /* لیست برنامه‌ها 35% از عرض صفحه را اشغال می‌کند */
    margin: 10px;
}

#live_channel .player-container {
    flex: 1 1 60%;  /* پلیر 60% از عرض صفحه را اشغال می‌کند */
    margin: 10px;
}

/* تنظیمات برای صفحه‌های کوچکتر (موبایل‌ها) */
@media (max-width: 768px) {
    #live_channel .container {
        flex-direction: column; /* چیدمان به صورت عمودی */
    }

    #live_channel .list-container,
    #live_channel .player-container {
        width: 100%; /* هر بخش عرض کامل صفحه را اشغال می‌کند */
        margin: 10px 0; /* فاصله عمودی بین بخش‌ها */
    }
}

.now-playing-box {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 15px;
    margin-top: 0px;
}

.now-playing-box h5 {
    font-size: 24px; /* تنظیم سایز فونت به 24px (می‌توانید اندازه آن را تغییر دهید) */
    font-weight: bold; /* تنظیم به صورت پررنگ (اختیاری) */
    text-align: center; /* تراز کردن متن به وسط */
    color: #ddd; /* رنگ دلخواه متن */
}

.now-playing-box h6 {
    font-size: 12px; /* تنظیم سایز فونت به 24px (می‌توانید اندازه آن را تغییر دهید) */
    font-weight: bold; /* تنظیم به صورت پررنگ (اختیاری) */
    text-align: center; /* تراز کردن متن به وسط */
    color: #ddd; /* رنگ دلخواه متن */
}

.countdown-circle-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    color: white;
}

.progress-ring {
    transform: rotate(-90deg);
    position: absolute;
}

.progress-ring__circle {
    transition: stroke-dashoffset 1s linear;
    stroke-dasharray: 502;
    stroke-dashoffset: 502;
}

.countdown-text {
    z-index: 2;
    text-align: center;
    font-size: 1.5rem;
}

.timer-digits {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 0.5rem;
}
@media (max-width: 768px) {
  #live_channel .container {
    display: flex;
    flex-direction: column;
  }

  #live_channel .player-container {
    order: 1; /* پلیر بالا */
  }

  #live_channel .list-container {
    order: 2; /* لیست پایین */
  }
}

@media (max-width: 768px) {
  #live_channel .container {
    display: flex;
    flex-direction: column;
    align-items: center; /* وسط‌چین افقی */
    padding: 0;
  }

  .player-container,
  .list-container {
    width: 90% !important; /* دقیقا همون ۹۰٪ که گفتی */
    margin: 10px 0;
    padding: 0;
  }

  video#IRIB_video_Live {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px; /* برای ظاهر قشنگ‌تر */
  }

  .event-list .event-card {
    padding: 10px;
    border-radius: 8px;
  }
}

/* Modal روی پلایر */
.player-modal {
    display: none; /* پیش‌فرض مخفی */
    position: absolute; /* نسبت به live-player */
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* مرکز پلایر */
    width: 80%;
    max-width: 400px;
    background-color: rgba(51,51,51,0.95);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: white;
    box-shadow: 0 0 20px #000;
}

.player-modal button {
    background-color: #ff1475;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
}

.player-modal button:hover {
    background-color: #ff4466;
}


