* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Vazirmatn", "Inter", sans-serif;
}

:root {
    --main-color: #ff1182;
    --blue-color: #0e1120;
    --text-color: #7A7A7A;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

/* کشف - لینک برجسته در هدر */
.nav-link-discover {
    background: linear-gradient(135deg, rgba(255,17,130,0.12), rgba(109,40,217,0.12));
    border-radius: 8px;
    padding: 6px 12px !important;
    font-weight: 600;
    color: var(--main-color) !important;
}
.nav-link-discover:hover {
    background: linear-gradient(135deg, rgba(255,17,130,0.2), rgba(109,40,217,0.2));
}

/* Common navigation UI */
.nav-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.nav-avatar-initial {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-badge {
    display: none;
    font-size: 0.65rem;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    left: auto !important;
    right: 36px;
    top: -2px;
    transform: none;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #047857;
    margin-right: 6px;
}

.verified-badge.admin-verified {
    background: #ecfdf3;
    color: #047857;
}

.verified-badge.admin-pending {
    background: #fef3c7;
    color: #92400e;
}

.verified-badge.email-verified {
    background: #eff6ff;
    color: #1d4ed8;
}

.verified-badge i {
    font-size: 12px;
}

/* Avatar placeholder - when user has no profile photo */
.avatar-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 22%;
    background: linear-gradient(180deg, #f5f5f5 0%, #e8e8e8 50%, #d4d4d4 100%);
    color: #525252;
    border: 2px dashed #a3a3a3;
    text-align: center;
}
.avatar-placeholder-sm {
    padding-top: 0;
    justify-content: center;
}
.avatar-placeholder-icon {
    opacity: 0.85;
    color: #404040;
}
.avatar-placeholder-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #525252;
}
.avatar-placeholder-sm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 0;
    justify-content: center;
}
.avatar-placeholder-sm .avatar-placeholder-icon {
    font-size: 14px;
}
.avatar-placeholder-sm .avatar-placeholder-text {
    display: none;
}
.avatar-placeholder-md {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.avatar-placeholder-md .avatar-placeholder-icon {
    font-size: 32px;
}
.avatar-placeholder-md .avatar-placeholder-text {
    font-size: 11px;
}
.avatar-placeholder-lg {
    min-height: 200px;
    border-radius: 16px 16px 0 0;
}
.avatar-placeholder.members-photo,
.avatar-placeholder.discover-photo,
.avatar-placeholder.match-photo {
    width: 100%;
    height: 240px;
    border-radius: 16px 16px 0 0;
}
.avatar-placeholder.members-photo .avatar-placeholder-icon,
.avatar-placeholder.discover-photo .avatar-placeholder-icon,
.avatar-placeholder.match-photo .avatar-placeholder-icon {
    font-size: 48px;
}
.avatar-placeholder.members-photo .avatar-placeholder-text,
.avatar-placeholder.discover-photo .avatar-placeholder-text,
.avatar-placeholder.match-photo .avatar-placeholder-text {
    font-size: 15px;
}
.avatar-placeholder.chat-avatar {
    width: 50px;
    height: 50px;
    min-height: unset;
    border-radius: 50%;
    padding-top: 0;
    justify-content: center;
}
.avatar-placeholder.suggestion-avatar {
    width: 48px;
    height: 48px;
    min-height: unset;
    border-radius: 50%;
    padding-top: 0;
    justify-content: center;
}
.avatar-placeholder.member-avatar {
    width: 120px !important;
    height: 120px !important;
    min-width: 120px;
    max-width: 120px;
    min-height: unset;
    border-radius: 50%;
    flex-shrink: 0;
}
.member-profile-header .avatar-placeholder.member-avatar {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px;
    max-width: 80px;
}
.member-profile-header .avatar-placeholder.member-avatar .fas.fa-camera {
    font-size: 28px !important;
}
.avatar-placeholder.chat-avatar .avatar-placeholder-text,
.avatar-placeholder.suggestion-avatar .avatar-placeholder-text {
    display: none;
}
.avatar-placeholder.chat-avatar .avatar-placeholder-icon,
.avatar-placeholder.suggestion-avatar .avatar-placeholder-icon {
    font-size: 18px;
}
.avatar-placeholder.admin-header-avatar {
    width: 36px;
    height: 36px;
    min-height: unset;
    flex-shrink: 0;
    padding-top: 0;
    justify-content: center;
}
.avatar-placeholder.member-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: unset;
    border-radius: 0;
    aspect-ratio: 4/5;
}
.avatar-placeholder.member-card-placeholder .avatar-placeholder-icon {
    font-size: 40px;
}
.avatar-placeholder.member-card-placeholder .avatar-placeholder-text {
    font-size: 14px;
}
.avatar-placeholder.activity-avatar-placeholder {
    width: 44px;
    height: 44px;
    min-height: unset;
}
.avatar-placeholder.suggestions-bar-placeholder {
    width: 52px;
    height: 52px;
    min-height: unset;
}
/* داشبورد - عکس پروفایل اصلی */
.main_member_profile .profile_img .avatar-placeholder {
    width: 300px !important;
    height: 300px !important;
    border-radius: 50% !important;
}
@media (max-width: 1199px) {
    .main_member_profile .profile_img .avatar-placeholder {
        width: 260px !important;
        height: 260px !important;
    }
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 37px;
    font-weight: 700;
}

h3 {
    font-size: 25px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

p {
    color: var(--text-color);
    font: normal normal 500 15px / 23px "Vazirmatn", "Inter", sans-serif;
}

.text_justify {
    text-align: justify;
}

.line_bottom {
    border-bottom: 1px dotted #ad0c6059;
}

a {
    text-decoration: none;
}

.pt-100 {
    padding: 60px 0px;
}

.pairagraph {
    font-size: 15px;
}

/* loader css start */

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background-color: var(--blue-color);
}

.preloader .th-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}

.preloader-inner img {
    display: block;
    margin: 0 auto 0 auto;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    display: inline-block;
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spinloader linear infinite;
}

.loader:after {
    color: var(--main-color);
    transform: rotateY(70deg);
    animation-delay: 0.4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spinloader {
    0%,
    100% {
        box-shadow: 0.5em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: 0.5em 0.5em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 0.5em 0 0px currentcolor;
    }
    37% {
        box-shadow: -0.5em 0.5em 0 0 currentcolor;
    }
    50% {
        box-shadow: -0.5em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -0.5em -0.5em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -0.5em 0 0 currentcolor;
    }
    87% {
        box-shadow: 0.5em -0.5em 0 0 currentcolor;
    }
}

/* loader css end */

/* main btn css start */

.main_btn {
    background: #fff;
    width: fit-content;
    padding: 11px 40px 11px 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid var(--main-color)
}

.main_btn.Registration_btn {
    padding: 5px 40px 5px 5px;
}

.main_btn a,
.main_btn button {
    font-size: 14px;
    background: var(--main-color);
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
}

.scrolldown-btn {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 33px;
    margin: auto;
    text-align: center;
    transform: rotate(270deg);
}

.scrolldown-btn svg path.first-path {
    animation: scrollanim 1s ease-in-out infinite;
    animation-delay: 0.8s;
}

.scrolldown-btn svg path.second-path {
    animation: scrollanim2 1s ease-in-out infinite;
}

@-webkit-keyframes scrollanim {
    0% {
        -webkit-transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(0, 0);
        opacity: 0.8;
    }
}

@-moz-keyframes scrollanim {
    0% {
        -moz-transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -moz-transform: translate(0, 0);
        opacity: 0.8;
    }
}

@keyframes scrollanim {
    0% {
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0.8;
    }
}

@-webkit-keyframes scrollanim2 {
    0% {
        -webkit-transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(0, 0px);
        opacity: 0.6;
    }
}

@-moz-keyframes scrollanim2 {
    0% {
        -moz-transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -moz-transform: translate(0, 0px);
        opacity: 0.6;
    }
}

@keyframes scrollanim2 {
    0% {
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        transform: translate(0, -40px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate(0, 0px);
        -moz-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        transform: translate(0, 0px);
        opacity: 0.6;
    }
}

/* main btn css end */

/* hero animation css start */

.hero_animation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: .4;
    transform: rotate(35deg);
    position: absolute;
    left: -25%;
    bottom: -160px;
}

.line {
    width: 356vw;
    height: 0.2px;
    max-height: 0.2px;
    margin: 0 0 1vh 0;
    background: #ffffff59;
    -webkit-animation: wave 5s ease-in-out infinite;
    animation: wave 5s ease-in-out infinite;
}

@-webkit-keyframes wave {
    0% {
        opacity: 0.2;
        transform: scale(1.3) rotateX(25deg) rotateY(25deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.5) rotateX(12deg) rotateY(-25deg);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.3) rotateX(25deg) rotateY(25deg);
    }
}

@keyframes wave {
    0% {
        opacity: 0.2;
        transform: scale(1.3) rotateX(25deg) rotateY(25deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.5) rotateX(12deg) rotateY(-25deg);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.3) rotateX(25deg) rotateY(25deg);
    }
}

.line:nth-of-type(1) {
    -webkit-animation-delay: -150ms;
    animation-delay: -150ms;
}

.line:nth-of-type(2) {
    -webkit-animation-delay: -300ms;
    animation-delay: -300ms;
}

.line:nth-of-type(3) {
    -webkit-animation-delay: -450ms;
    animation-delay: -450ms;
}

.line:nth-of-type(4) {
    -webkit-animation-delay: -600ms;
    animation-delay: -600ms;
}

.line:nth-of-type(5) {
    -webkit-animation-delay: -750ms;
    animation-delay: -750ms;
}

.line:nth-of-type(6) {
    -webkit-animation-delay: -900ms;
    animation-delay: -900ms;
}

.line:nth-of-type(7) {
    -webkit-animation-delay: -1050ms;
    animation-delay: -1050ms;
}

.line:nth-of-type(8) {
    -webkit-animation-delay: -1200ms;
    animation-delay: -1200ms;
}

.line:nth-of-type(9) {
    -webkit-animation-delay: -1350ms;
    animation-delay: -1350ms;
}

.line:nth-of-type(10) {
    -webkit-animation-delay: -1500ms;
    animation-delay: -1500ms;
}

.line:nth-of-type(11) {
    -webkit-animation-delay: -1650ms;
    animation-delay: -1650ms;
}

.line:nth-of-type(12) {
    -webkit-animation-delay: -1800ms;
    animation-delay: -1800ms;
}

.line:nth-of-type(13) {
    -webkit-animation-delay: -1950ms;
    animation-delay: -1950ms;
}

.line:nth-of-type(14) {
    -webkit-animation-delay: -2100ms;
    animation-delay: -2100ms;
}

.line:nth-of-type(15) {
    -webkit-animation-delay: -2250ms;
    animation-delay: -2250ms;
}

.line:nth-of-type(16) {
    -webkit-animation-delay: -2400ms;
    animation-delay: -2400ms;
}

.line:nth-of-type(17) {
    -webkit-animation-delay: -2550ms;
    animation-delay: -2550ms;
}

.line:nth-of-type(18) {
    -webkit-animation-delay: -2700ms;
    animation-delay: -2700ms;
}

.line:nth-of-type(19) {
    -webkit-animation-delay: -2850ms;
    animation-delay: -2850ms;
}

.line:nth-of-type(20) {
    -webkit-animation-delay: -3000ms;
    animation-delay: -3000ms;
}

.line:nth-of-type(21) {
    -webkit-animation-delay: -3150ms;
    animation-delay: -3150ms;
}

.line:nth-of-type(22) {
    -webkit-animation-delay: -3300ms;
    animation-delay: -3300ms;
}

.line:nth-of-type(23) {
    -webkit-animation-delay: -3450ms;
    animation-delay: -3450ms;
}

.line:nth-of-type(24) {
    -webkit-animation-delay: -3600ms;
    animation-delay: -3600ms;
}

.line:nth-of-type(25) {
    -webkit-animation-delay: -3750ms;
    animation-delay: -3750ms;
}

.line:nth-of-type(26) {
    -webkit-animation-delay: -3900ms;
    animation-delay: -3900ms;
}

.line:nth-of-type(27) {
    -webkit-animation-delay: -4050ms;
    animation-delay: -4050ms;
}

.line:nth-of-type(28) {
    -webkit-animation-delay: -4200ms;
    animation-delay: -4200ms;
}

.line:nth-of-type(29) {
    -webkit-animation-delay: -4350ms;
    animation-delay: -4350ms;
}

.line:nth-of-type(30) {
    -webkit-animation-delay: -4500ms;
    animation-delay: -4500ms;
}

.line:nth-of-type(31) {
    -webkit-animation-delay: -4650ms;
    animation-delay: -4650ms;
}

.line:nth-of-type(32) {
    -webkit-animation-delay: -4800ms;
    animation-delay: -4800ms;
}

.line:nth-of-type(33) {
    -webkit-animation-delay: -4950ms;
    animation-delay: -4950ms;
}

.line:nth-of-type(34) {
    -webkit-animation-delay: -5100ms;
    animation-delay: -5100ms;
}

.line:nth-of-type(35) {
    -webkit-animation-delay: -5250ms;
    animation-delay: -5250ms;
}

.line:nth-of-type(36) {
    -webkit-animation-delay: -5400ms;
    animation-delay: -5400ms;
}

.line:nth-of-type(37) {
    -webkit-animation-delay: -5550ms;
    animation-delay: -5550ms;
}

.line:nth-of-type(38) {
    -webkit-animation-delay: -5700ms;
    animation-delay: -5700ms;
}

.line:nth-of-type(39) {
    -webkit-animation-delay: -5850ms;
    animation-delay: -5850ms;
}

.line:nth-of-type(40) {
    -webkit-animation-delay: -6000ms;
    animation-delay: -6000ms;
}

/* hero animation css end */

/* whatshap detail css start */

.whatshapp_img {
    position: fixed;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 100000;
    padding: 8px 0px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 0px 0px, rgba(14, 30, 37, 0.32) 0px 2px 9px 0px;
    overflow: hidden;
}

.whatshapp_img ul li a {
    color: #152437;
    font: normal 600 14px "Vazirmatn", "Inter", sans-serif;
    padding: 12px 15px;
}

.whatshapp_img ul li:nth-child(2) a {
    border-left: 1px solid #808080a3;
    padding: 3px 15px;
    font-size: 17px;
    position: relative;
}

.whatshapp_img ul li:last-child a {
    background: var(--blue-color);
    color: #fff;
    font-size: 17px;
    padding: 11px 15px;
}

.whatshapp_img ul li:nth-child(2) a:before {
    position: absolute;
    left: -10px;
    top: -8px;
    content: '';
    height: 20px;
    width: 20px;
    background: green;
    border-radius: 50%;
    /* z-index: 100000; */
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}

.whatshapp_img ul li:nth-child(2) a:after {
    position: absolute;
    left: -4px;
    top: -1px;
    content: '';
    background: green;
    z-index: 100000;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

/* whatshap detail css end */

/* sider bar start */

#wrapper {
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-brand {
    width: 250px;
    text-align: center;
    padding: 20px 15px;
}

.sidebar-nav {
    position: absolute;
    top: 100px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 10px 20px;
    border-bottom: 1px solid #80808036;
    text-align: start;
}

.sidebar-nav li a {
    font: normal normal 600 14px "Vazirmatn", "Inter", sans-serif;
    color: #161616;
}

.sidebar-nav>li>a:hover:before,
.sidebar-nav>li.active>a:before,
.sidebar-nav .dropdown-menu li.active>a:before {
    position: absolute;
    left: -41px;
    top: 0;
    content: '';
    height: 119%;
    width: 25px;
    background: var(--main-color);
    border-radius: 0px 5px 5px 0px;
}

.sidebar-nav>li.active>a,
.sidebar-nav .dropdown-menu li.active>a {
    position: relative;
    color: var(--main-color);
}

#navbar-wrapper .navbar-header #sidebar-toggle {
    color: var(--main-color);
    font-size: 25px;
}

.sidebar-nav li .dropdown-menu {
    position: unset !important;
    transform: translate3d(0px, 7px, 0px) !important;
    border: 0;
    border-radius: 0;
}

.sidebar-brand a img {
    width: 100%;
}

.sidebar-nav .dropdown-menu li.active>a:before {
    width: 5px;
}

/* sider bar end */

/* Member Photo Card - Modern photo box (members, matching, matches) */
.member-photo-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3/4;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.member-photo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}
.member-photo-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}
.member-photo-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.member-photo-card-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    font-size: 48px;
}
.member-photo-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.75) 100%);
    pointer-events: none;
}
.member-photo-card-top {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.member-photo-card-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.member-photo-card-count i {
    font-size: 12px;
    opacity: 0.95;
}
.member-photo-card-status {
    width: 10px;
    height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.member-photo-card-status i {
    font-size: 10px;
    line-height: 1;
}
.member-photo-card-status.online i {
    color: #22c55e;
    text-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
}
.member-photo-card-status.offline i {
    color: #94a3b8;
}
.member-photo-card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 14px 14px;
    z-index: 2;
}
.member-photo-card-name {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.member-photo-card-name .verified-badge {
    font-size: 11px;
    padding: 2px 6px;
    vertical-align: middle;
}
.member-photo-card-name .verified-badge.admin-verified {
    background: rgba(34, 197, 94, 0.9);
    color: #fff;
}
.member-photo-card-name .verified-badge.admin-pending {
    background: rgba(251, 191, 36, 0.9);
    color: #1e293b;
}
.member-photo-card-name .verified-badge.email-verified {
    background: rgba(59, 130, 246, 0.9);
    color: #fff;
}
.member-photo-card-meta {
    color: rgba(255,255,255,0.95);
    font-size: 13px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.member-photo-card-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(34, 197, 94, 0.95);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    z-index: 2;
}
.member-photo-card-inner.pending-approval img,
.member-photo-card-inner.pending-approval .member-photo-card-img {
    filter: blur(7px);
    transform: scale(1.02);
}
.member-photo-card-inner.pending-approval::after {
    content: "هنوز پروفایلش تایید نشده";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    background: rgba(15, 23, 42, 0.55);
    pointer-events: none;
}
/* MeetFarsi text logo — global */
a.lp-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 19px;
    color: #1f1733;
    text-decoration: none;
    line-height: 1.2;
}
a.lp-logo:hover {
    color: #1f1733;
    text-decoration: none;
}
.lp-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff4d8d 0%, #b157e8 60%, #ffa07a 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 8px 18px -4px rgba(255, 77, 141, 0.45);
}
.sidebar-logo-row.lp-logo,
.dashboard-sidebar .lp-logo {
    margin-bottom: 12px;
}
.mobile-auth-card__head .lp-logo,
.mobile-auth-card__logo-link.lp-logo {
    justify-content: center;
    margin: 0 auto 8px;
}
.mobile-home-logo.lp-logo {
    justify-content: center;
    margin-bottom: 16px;
}
.navbar-brand.lp-logo {
    padding: 0;
    margin: 0;
}
