﻿.profile-icon {
    font-size: 20px;
    color: #5da8ea;
}

.En {
    font-family: Arial, Times, serif !important;
    font-weight: 600 !important;
    direction: ltr !important;
}

.En2 {
    font-family: 'Arial', 'Times New Roman', Times, serif !important;
    font-weight: 600 !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}
 .mb-10{
     margin-bottom:10px !important;
 }


/* استایل برای marquee-area که در پایین صفحه قرار می‌گیره */
.marquee-area {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: rgba(25, 63, 110, .8);
    overflow: hidden;
    transition: opacity 0.5s ease; /* انیمیشن محو شدن نرم */
}

/* تنظیمات bottommarquee */
.bottommarquee {
    width: 100%; /* عرض کامل */
    white-space: nowrap; /* از جا رفتن متن جلوگیری می‌کنه */
}

/* تنظیمات marquee برای حرکت متن */
.js-marquee {
    direction: rtl;
}

/* تنظیمات li داخل marquee */
.marquee li {
    display: inline-block; /* هر li در یک خط افقی قرار می‌گیره */
    padding-left: 60px; /* فاصله سمت چپ */
}

/* تنظیمات لینک داخل li */
    .marquee li a {
        color: #fff; /* رنگ متن سفید */
        line-height: 24px; /* فاصله بین خطوط */
        text-decoration: none; /* حذف خط زیر لینک */
        font-family: 'YekanBakh-Bold';
        font-size:18px;
    }


.form-check-input {
    --bs-form-check-bg: #0d1818 !important;
    width: 20px;
    height: 20px;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fdffff !important;
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #245d95 !important;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    border: 6px;
}

/*.language-dropdown .dropdown-menu {
    min-width: 130px;
}

.language-dropdown .dropdown-item img {
    border-radius: 3px;
}

.language-dropdown .nav-link img {
    margin-inline-end: 6px;
}*/

.language-dropdown .dropdown-menu {
    min-width: 130px;
}

.language-dropdown .dropdown-item img {
    border-radius: 3px;
}

.language-dropdown .nav-link img {
    margin-inline-end: 6px;
}

.language-dropdown .nav-link {
    cursor: pointer;
}


