@import 'fonts.css';

body,
html {
    /* height: 100%; */
    color: white;
    direction: rtl;
}

h1,h2,h3,h4,h5,h6,p,span,div{
    font-family: IRANSans;
}

body {
    background-color: #2b2b2b;
}


body.no-front {
    padding-top: 82px;
    background: #f0f0f0 url('img/bg.avif') repeat !important;
}

 a{
    color: #099347;
}
 a:hover{
    color: white;
}


.video-js .vjs-modal-dialog {
    font-size:6pt;
}

.show-sm {
    display: none;
}

.version{
    color:white;
    font:12px IRANSans;
    text-align:right;
    padding:10px;
    background:#454546;
    border-radius:4px;
    margin:10px 0px;
}

.itemArch{}
.itemArch img{
    width: 100%;
}
.itemArch h1{
    font-size: 13px;
    font-weight: bold;
    background: #ffffff;
    padding: 8px;
    width: 60%;
    text-align: center;
    border-radius: 50px;
}

.itemArch h1:hover {
    color: #000;
}


.infoRow .col .wrapper{
    /* border:1px solid white; */
    background: #00000042;
    border-radius:4px;
    width: 100%;
    padding: 15px 10px;
    margin-top: 15px;
}
.infoRow .col i.far{
    color: #099347;
}
.infoRow .col .text{
    font-size: 10px;
    padding-top: 10px;
}
.infoRow .colLeft .text{
    padding-top: 30px;
}



/* mobile  */
@media (max-width: 767px) {

    body {
        background-color: #2b2b2b;
        padding-top: 82px;
    }


    #livePlayer {
        width: 100%;
    }

    #mobNav {background: white;height: 54px;width: 100%;position: fixed;top: 0px;padding: 8px 0px;box-shadow: 0px 5px 10px #000;z-index: 99999;}
    #mobNav .wrapper {
        padding: 0px 10px 0px 10px;
    }
    
    #viewers{
        font: 11pt IRANSans;
    }

    #mobNav .logo {
        height: 50px;
        /* padding: 0px 0px 0px 0px; */
    }

    .show-sm {
        display: block;
    }

    .show-md{
        display:none;
    }
    
    .itemArch h1{
        width: 90%;
    }
}

/* tablet  */
@media (min-width:768px) and (max-width: 991px) {}


/* tablet and PC */
@media (min-width: 768px) {

    body.front {
        overflow: hidden;
        background: black url('img/wall-live-1366-768.jpg') top center no-repeat;
    }

    #livePlayer {
        width: 800px;
        height: 600px;
    }

    .show-md{
        display:block;
    }

    .bottomBar{
        position: fixed;
        bottom:0px;
        right:0px;
        background-color: #000000c2;
        color:white;
        width: 100%;
        padding: 10px 0px;
    }

    .bottomBar .boxRight{padding-top: 15px;}
    .bottomBar .boxLeft{

    }
    .bottomBar .boxLeft .btn{
        border:1px solid white;
        color:white;
    }
    .bottomBar .boxCenter{color: #ffffff3d;font-size: 12px;padding-top: 16px;}



}


/* desktop  */
@media (min-width: 992px) {}