.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for section, class: .elementor-element-2a278162 *//* استایل کلی کارت پروفایل */
.idpro-wrapper {
    max-width: 600px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-family: Tahoma, Arial, sans-serif;
    direction: rtl;
    text-align: right;
}

/* کاور بالای پروفایل */
.idpro-cover {
    height: 140px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* بخش بدنه */
.idpro-body {
    padding: 0 30px 30px 30px;
    position: relative;
}

/* تصویر آواتار */
.idpro-avatar-wrapper {
    width: 120px;
    height: 120px;
    margin: -60px auto 15px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.idpro-avatar-wrapper img {
    width: 100%;
    height: auto;
}

/* نام و نقش کاربر */
.idpro-name {
    text-align: center;
    font-size: 22px;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: bold;
}
.idpro-role {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 25px;
}
.idpro-role i {
    color: #667eea;
}

/* منوی تب‌ها */
.idpro-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 20px;
}
.idpro-tab-btn {
    background: none;
    border: none;
    padding: 12px 25px;
    font-size: 15px;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}
.idpro-tab-btn:hover, .idpro-tab-btn.active {
    color: #667eea;
    border-bottom: 2px solid #667eea;
    font-weight: bold;
}
.idpro-tab-btn i {
    margin-left: 5px;
}

/* محتوای اطلاعات */
.idpro-tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}
.idpro-tab-content.active-content {
    display: block;
}

.idpro-info-grid {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 15px;
    background: #f9f9fb;
    padding: 20px;
    border-radius: 12px;
}
.idpro-info-item {
    display: contents;
}
.idpro-label {
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.idpro-value {
    color: #777;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

/* پیام هشدار ورود */
.idpro-login-alert {
    background: #fff3cd;
    color: #856404;
    padding: 15px 20px;
    border-radius: 10px;
    border-right: 5px solid #ffc107;
    text-align: center;
    direction: rtl;
}

/* انیمیشن باز شدن تب‌ها */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */