
@font-face {
    font-family: 'IranSans';
    src: url( '/Site/fonts/IRANSansMobile_Light.ttf' ) format( 'truetype' );
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'IranSans';
}

.rd-navbar-list-link a {
    font-family: 'IranSans';
}

h1, h2, h3, h4, h5, h6, [class*='heading-'] {
    font-family: 'IranSans';
}

.post-erin-title {
    margin-top: 5em;
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
    direction: rtl;
}

    .post-erin-title span {
        font-size: 14px;
        line-height: 20px;
    }

h5, .heading-5 {
    letter-spacing: 0;
}

.btn {
    font-family: 'IranSans';
    display: inline;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

.btn-warning {
    color: white;
}

.btn-warning {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    min-height: 10em;
}

.btnTable {
    padding: 0 0.5em 0.2em 0.4em;
    display: inline-block;
}

.BoroojCircle {
    background-color: white;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.BoroojCircleActionClose {
    position: absolute;
    left: 1.3em;
    top: 1em;
    font-size: 2em;
    font-weight: bold;
    color: red;
    cursor: pointer;
}

.BoroojCircle img {
    width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
}

.BoroojCircle strong {
    position: absolute;
    top: 2em;
    right: 3em;
    font-size: 1.5em;
    color: red;
}

.BoroojCircle button {
    position: absolute;
    left: 2em;
    bottom: 2em;
}

.mud-dialog-container.mud-dialog-center {
    z-index: 99999999;
}

.MoonDeg {
    position: absolute;
    top: 348px;
    margin: auto;
    left: 0;
    right: 0;
}

.MoonDegArrow {
    position: relative;
    width: 260px;
    left: 0;
    right: 0;
    margin: auto;
}

    .MoonDegArrow span {
        position: absolute;
        background-color: red;
        width: 250px;
        height: 3px;
        z-index: 2;
    }

    .MoonDegArrow svg {
        position: absolute;
        color: red;
        z-index: 2;
        margin-top: -10px;
        right: -130px;
    }

.MoonInfo {
    display: flex;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 660px;
    width: fit-content;
    direction: rtl;
}

    .MoonInfo div {
        background-color: red;
        color: white;
        padding: 0.2em 0.5em;
        border-radius: 0.5em;
        margin: 0.3em;
    }


.ArrowMoonKol .MoonDeg:nth-child(1) span {
    background-color: #ff0000;
}

.ArrowMoonKol .MoonDeg:nth-child(1) svg {
    color: #ff0000;
}

.MoonInfo div:nth-child(1) {
    background-color: #ff0000;
}

.ArrowMoonKol .MoonDeg:nth-child(2) span {
    background-color: #ff00f6;
    z-index: 3;
}

.ArrowMoonKol .MoonDeg:nth-child(2) svg {
    color: #ff00f6;
    z-index: 3;
}

.MoonInfo div:nth-child(2) {
    background-color: #ff00f6;
}


.ArrowMoonKol .MoonDeg:nth-child(3) span {
    background-color: #1800ff;
    z-index: 4;
}

.ArrowMoonKol .MoonDeg:nth-child(3) svg {
    color: #1800ff;
    z-index: 4;
}

.MoonInfo div:nth-child(3) {
    background-color: #1800ff;
}


.ArrowMoonKol .MoonDeg:nth-child(4) span {
    background-color: #00e4ff;
    z-index: 5;
}

.ArrowMoonKol .MoonDeg:nth-child(4) svg {
    color: #00e4ff;
    z-index: 5;
}

.MoonInfo div:nth-child(4) {
    background-color: #00e4ff;
}


.ArrowMoonKol .MoonDeg:nth-child(5) span {
    background-color: #00ff30;
    z-index: 6;
}

.ArrowMoonKol .MoonDeg:nth-child(5) svg {
    color: #00ff30;
    z-index: 6;
}

.MoonInfo div:nth-child(5) {
    background-color: #00ff30;
}


.ArrowMoonKol .MoonDeg:nth-child(6) span {
    background-color: #ffd200;
    z-index: 7;
}

.ArrowMoonKol .MoonDeg:nth-child(6) svg {
    color: #ffd200;
    z-index: 7;
}

.MoonInfo div:nth-child(6) {
    background-color: #ffd200;
}


.ArrowMoonKol .MoonDeg:nth-child(7) span {
    background-color: #ff7800;
    z-index: 8;
}

.ArrowMoonKol .MoonDeg:nth-child(7) svg {
    color: #ff7800;
    z-index: 8;
}

.MoonInfo div:nth-child(7) {
    background-color: #ff7800;
}

.ShowMoonPosition {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-size: 2em;
    font-weight: bold;
    padding-top: 20%;
}

.DateIn {
    background-color: rgba(0,255,0,0.2);
}

.Verzion {
    position: fixed;
    display: none;
}

.OghatEmrooz {
    direction: rtl;
    position: absolute;
    z-index: 9;
    color: white;
    text-align: right;
    padding: 0 1em;
    left: 0;
    right: 0;
}

    .OghatEmrooz .marquee--inner div {
        float: right;
        padding: 0 1em;
    }

@keyframes marquee {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes marquee {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.marquee {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 35px;
    width: 100%;
    /*    animation: marquee 10s linear infinite;
    -webkit-animation: marquee 10s linear infinite;*/
}

.marqueeFix {
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: auto;
    padding: 1em 0 0.5em 0;
    width: 100%;
    display: flex;
}

    .marqueeFix div {
        padding: 0 0 0 1em;
    }

.marquee--inner {
    display: block;
    margin: 0;
    position: absolute;
    width: max-content;
    animation: marquee 15s linear infinite;
}

    .marquee--inner:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

.section-height-1 {
    min-height: max-content;
    padding: 7em 0 1em 0;
}

.OETB {
    position: relative;
    top: 1em !important;
}

    .OETB .marquee--inner {
        animation: none !important;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        position: relative;
    }

        .OETB .marquee--inner div {
            float: none;
            flex: 33%;
            max-width: 33%;
            text-align: center;
            border: 1px solid white;
            padding: 0.5em 0;
        }

    .OETB .marquee {
        height: max-content;
        max-width: 90%;
        width: 50em;
        margin: auto;
        padding-bottom: 1em;
    }

.FajrComment {
    color: red;
}

@media screen and (max-width: 900px) {
    .OETB .marquee--inner div {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .OETB .marquee {
        width: 22em;
    }

        .OETB .marquee span {
            display: block;
        }
}


/*Responsive*/
@media screen and (max-width: 950px) {
    .Verzion {
        display: block;
        z-index: 99999999;
        top: 1em;
        left: 9em;
        color: yellow;
    }
}

@media screen and (max-width: 600px) {


    @keyframes marquee {
        0% {
            left: -400%;
        }

        100% {
            left: 100%;
        }
    }

    @-webkit-keyframes marquee {
        0% {
            left: -400%;
        }

        100% {
            left: 100%;
        }
    }

    .MobileFullWith {
        width: 100% !important;
    }

    .post-erin-title {
        margin-top: 12em;
        font-size: 16px;
        line-height: 25px;
    }

    .Mob50 {
        width: 50% !important;
    }

    .section-xs.section-first {
        padding-top: 30px;
    }

    .Pad0 {
        padding: 0 !important;
    }

    .W3Table {
        width: 31%;
        display: inline-block !important;
        padding: 0.2em !important;
    }

    .BoroojCircle img {
        width: 350px;
        margin-top: 3em;
    }

    .ArrowMoonKol {
        transform: scale(0.69);
        margin-top: 2em
    }

    .BoroojCircle strong {
        top: 1.5em;
        right: 1.5em;
    }

    .MoonInfo {
        top: auto;
        bottom: 1em;
    }
}

@media screen and (max-width: 500px) {
    #map {
        height: 300px !important;
    }

    .nav-tabs .nav-item {
        flex: 33.33%;
    }

        .nav-tabs .nav-item a {
            padding: 0.5em;
        }

    .ResTable {
        border: 0;
    }

        .ResTable caption {
            font-size: 1.3em;
        }

        .ResTable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .ResTable tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .ResTable td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            min-height: 1.4em;
            text-align: left !important;
        }

            .ResTable td::before {
                content: attr(data-label);
                float: right;
                font-weight: bold;
                text-transform: uppercase;
            }

            .ResTable td:last-child {
                border-bottom: 0;
            }

        .ResTable > tbody > tr:nth-of-type(odd) {
            background-color: #e4fcf7;
        }
}

.BoxMe {
    margin: auto;
    position: relative;
    z-index: 9999999999;
}

    .BoxMe .OghatEmrooz {
        top: 10em;
    }

    .BoxMe .col-md-6 {
        margin-top: 0.7em;
    }

@media screen and (max-width: 850px) {
    .DegShow {
        font-size: 0.9em;
    }

    .BoxMe {
        width: 90%;
    }
}

@media screen and (max-width: 750px) {
    .BoxMe .OghatEmrooz {
        top: 18em;
    }
}
@media screen and (max-width: 600px) {

    .BoxMe {
        width: 100%;
    }

    .OETB .marquee--inner div {
        padding: 0em 0;
    }


}


/*New Color*/

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
    background: #0f3a63;
}
