﻿.profile-icon {
    font-size: 20px;
    color: #5da8ea;
}

.En {
    font-family: IRANSansWeb, Times, serif !important;
    font-weight: 600 !important;
    direction: ltr !important;
}

.En2 {
    font-family: IRANSansWeb, '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: #094a70db;
    overflow: hidden;
    transition: opacity 0.5s ease; /* انیمیشن محو شدن نرم */
}

/* تنظیمات bottommarquee */
.bottommarquee {
    width: 100%; /* عرض کامل */
    white-space: nowrap; /* از جا رفتن متن جلوگیری می‌کنه */
}

/* تنظیمات marquee برای حرکت متن */
.js-marquee {
    direction: ltr;
}

/* تنظیمات li داخل marquee */
.marquee li {
    display: inline-block; /* هر li در یک خط افقی قرار می‌گیره */
    padding-right: 60px; /* فاصله سمت چپ */
}

/* تنظیمات لینک داخل li */
    .marquee li a {
        color: #f7b655; /* رنگ متن سفید */
        line-height: 24px; /* فاصله بین خطوط */
        text-decoration: none; /* حذف خط زیر لینک */
        font-size: 18px;
        font-family: "Poppins";
    }

.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 .nav-link {
    cursor: pointer;
}

.green-bold {
    font-weight: 900;
    color: forestgreen;
    text-align: center;
}
.request {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}



.verified-icon-wrapper {
    text-align: right;
    position: relative;
    top: -30px;
    z-index: 99;
}

.verified-icon {
    font-size: 34px;
    color: #0095f6;
    background: radial-gradient(circle at center, #ffffff 25%, #dff2ff 80%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 149, 246, 0.6);
    animation: verifiedPulse 2s infinite ease-in-out;
    position: absolute;
    right: -20px;
}



@keyframes verifiedPulse {
    0% {
        box-shadow: 0 0 10px rgba(0, 149, 246, 0.4);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 20px rgba(0, 149, 246, 0.9);
        transform: scale(1.05);
    }

    100% {
        box-shadow: 0 0 10px rgba(0, 149, 246, 0.4);
        transform: scale(1);
    }
}
