@import "./assets/css/color.css";
@import "./assets/css/fonts.css";
a {
    color: var(--cobel-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--cobel-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.transition-cobel {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font: 1em IRANSansX;
    font-weight: normal;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
}
body.rtl-mode {
    text-align: right;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-cobel {
    margin: 0 auto;
    width: 100%;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.btn-primary {
    color: #ffffff !important;
    border: none !important;
    background: var(--cobel-color-2) !important;
    background: -moz-linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-2) 100%) !important;
    background: -webkit-linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-2) 100%) !important;
    background: linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-2) 100%) !important;
}
.btn-primary:hover {
    background: var(--cobel-color-1) !important;
    background: -moz-linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-1) 100%) !important;
    background: -webkit-linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-1) 100%) !important;
    background: linear-gradient(90deg, var(--cobel-color-1) 0%, var(--cobel-color-1) 100%) !important;
}
.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-border-color: var(--cobel-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--cobel-color-1);
    --bs-btn-hover-border-color: var(--cobel-color-1);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--cobel-color-1);
    --bs-btn-active-border-color: var(--cobel-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--cobel-color-1);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--cobel-color-1);
    --bs-gradient: none;
}
.btn-cobel {
    font-size: 1rem;
    font-weight: 500;
    padding: .4rem 1.25rem;
    border-radius: 50rem;
    border-width: 2px;
}
.home-logo {
    display: block;
    margin: 0 auto 1rem;
    max-width: 100%;
    height: 80px;
}
.guide-logo {
    display: block;
    margin: 0 auto 1.5rem;
    max-width: 100%;
    height: 60px;
}
.loading-logo {
    display: block;
    margin: 0 auto 2.5rem;
    max-width: 100%;
    height: 80px;
}
.guide-title {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.7;
}
.content-single-page {
    width: 100%;
    position: relative;
    color: var(--cobel-color-3);
    font-weight: normal;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.7;
}
.content-single-page h2 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--cobel-color-4);
}
.content-single-page h3 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.4rem;
    color: var(--cobel-color-4);
}
.content-single-page h4 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.3rem;
    color: var(--cobel-color-4);
}
.content-single-page h5 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--cobel-color-4);
}
.content-single-page h6 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--cobel-color-4);
}
.content-single-page ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.content-single-page li {
    position: relative;
    margin-bottom: .3rem;
}
.content-single-page li::before {
    content: '- ';
}
.content-single-page img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 1.5rem;
}
.content-single-page p {
    margin-bottom: .45rem;
}
.content-single-page strong {
    font-weight: bold;
}
.content-single-page a {
    /*color: var(--cobel-color-1);*/
    color: var(--cobel-color-3) !important;
}
.content-single-page a:hover {
    /*color: var(--cobel-color-2);*/
    color: var(--cobel-color-3) !important;
}
.content-box {
    position: relative;
    width: 100%;
    border: 1px solid #C8C8C8;
    border-radius: 1rem;
    padding: 1.5rem;
}
#countdown {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
    color: #000000;
}
#redirect-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #000000;
}
.loading-text {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1rem;
    color: #000000;
}
#redirect-text {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
}
.english-number {
    -moz-font-feature-settings: normal !important;
    -webkit-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
}



@media only screen and (max-width: 767.98px) {
    .guide-logo {
        height: 50px;
    }
    .guide-title {
        font-size: 1.15rem;
    }
    .content-single-page {
        font-size: .95rem;
    }
    .content-single-page h2 {
        font-size: 1.4rem;
    }
    .content-single-page h3 {
        font-size: 1.3rem;
    }
    .content-single-page h4 {
        font-size: 1.2rem;
    }
    .content-single-page h5 {
        font-size: 1.1rem;
    }
    .content-single-page h6 {
        font-size: 1rem;
    }
}