        :root {
            --bg-dark: #0a0e1a;
            --bg-card: #12182b;
			--card: 230 35% 10%;
            --text-primary: #f8fafc;
            --text-muted: #94a3b8;
            --primary: #00d4ff;
			--background: 230 40% 6%;
            --secondary: 292 84% 61%;
            --border: #1e293b;
			--kibg: 230 35% 10%;
			--muted-foreground: 215 20% 65%;
			    --muted: 230 30% 15%;
        }
.reg_error_border {
    background: inherit !important;
    border: 1px solid hsl(var(--secondary)) !important;
    border-radius: 12px !important;
}

.user-grid-list img, .rounded-circle.user_img {
    object-position: 50% 20%;
}


#toast-container a {
    color: inherit !important;
}
.modal-header {
    background: inherit !important;
    color: inherit!important;
}

@keyframes badge-pop {
  0%   { transform: scale(1); }
  10%  { transform: scale(1.22); }
  20%  { transform: scale(1.08); }
  30%  { transform: scale(1.18); }
  40%  { transform: scale(1); }
  100% { transform: scale(1); }
}
.pm_badge{animation:badge-pop 1.6s ease-in-out infinite}

@media (max-width: 730px) {
.lawdiv{
	
	padding-left: 20px !important;
    padding-right: 20px !important;
}
}
.law-card {
    background: rgba(18, 24, 43, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(30, 41, 59, 0.5);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s;
    height: 100%;
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
}


#email_veri .modal-content {
    color: #fff;
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15) !important;
    background: rgba(18, 24, 43, 0.5) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(0, 212, 255, 0.5) !important;
    border-radius: 16px !important;
	padding: 22px 22px 18px;
}

#email_veri .modal-dialog {
    max-width: 420px;
    margin: 1.25rem auto;
    margin-left: 25px;
    margin-right: 25px;
}

.email_veri_error.alert.alert-danger {
    background: transparent;
    border: none;
    margin-top: 0px !important;
    font-weight: 100 !important;
    text-align: center;
    font-size: 13px;
    color: hsl(var(--secondary));
}
.text-muted {
    color: hsl(215 20% 65%) !important;
}
		
		.text-secondary{color: hsl(var(--secondary)) !important}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg-dark);
            color: var(--text-primary);
            overflow-x: hidden;
        }


        /* Header Styles */
        .navbar-custom {
            background: rgba(18, 24, 43, 0.7);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(30, 41, 59, 0.5);
            padding: 1rem 0 !important;
			padding-bottom: 4px !important;
        }
		.navbar-brand{margin-left: 1rem;}
        .navbar-brand img {
            height: 48px;
        }

        .navbar-custom .nav-link {
            color: var(--text-muted);
					margin: 3px 10px !important;

            transition: color 0.3s;
            margin: 0 1rem;
        }

        .navbar-custom .nav-link:hover {
            color: var(--primary);
        }

        /* Button Styles */
        .btn-hero,.bsb-btn {
            background: linear-gradient(135deg, var(--primary), hsl(var(--secondary))) !important;
            color: white  !important;
            border: none  !important;
            padding: 12px 32px  !important;
            border-radius: 12px  !important;
            font-weight: 600  !important;
            transition: all 0.3s !important;
        }

        .btn-hero:hover {
            transform: translateY(-2px);
            box-shadow: 0 0 30px rgba(0, 212, 255, 0.3), 0 0 60px rgba(217, 70, 239, 0.15);
        }

        .btn-glass {
            background: rgba(18, 24, 43, 0.7);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(30, 41, 59, 0.6);
            color: var(--text-primary);
            padding: 10px 24px;
            border-radius: 12px;
            transition: all 0.3s;
        }

        .btn-glass:hover {
            border-color: var(--primary);
            color: var(--text-primary);
        }

        .btn-outline-custom {
            border: 1px solid var(--primary);
            color: var(--primary);
            padding: 10px 24px;
            border-radius: 12px;
            transition: all 0.3s;
			background: transparent;
        }

        .btn-outline-custom:hover {
            background: var(--primary);
            color: var(--bg-dark);
            border-color: var(--primary);
			scale:1.03;
        }

        /* Hero Section */
        .hero-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding-top: 80px;
        }

        .hero-bg {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(0, 212, 255, 0.05), var(--bg-dark), rgba(217, 70, 239, 0.05));
        }

        .hero-blob-1 {
            position: absolute;
            top: 25%;
            left: -128px;
            width: 384px;
            height: 384px;
            background: rgba(0, 212, 255, 0.2);
            border-radius: 50%;
            filter: blur(80px);
            animation: pulse-slow 4s ease-in-out infinite;
        }

        .hero-blob-2 {
            position: absolute;
            bottom: 25%;
            right: -128px;
            width: 384px;
            height: 384px;
            background: rgba(217, 70, 239, 0.2);
            border-radius: 50%;
            filter: blur(80px);
            animation: pulse-slow 4s ease-in-out infinite;
            animation-delay: 2s;
        }

        .hero-grid {
            position: absolute;
            inset: 0;
            opacity: 0.03;
            background-image: 
                linear-gradient(var(--primary) 1px, transparent 1px),
                linear-gradient(90deg, var(--primary) 1px, transparent 1px);
            background-size: 50px 50px;
        }

        .text-gradient,.primary_heading_center {
            background: linear-gradient(135deg, var(--primary), hsl(var(--secondary)));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .badge-custom {
            background: rgba(18, 24, 43, 0.5);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(30, 41, 59, 0.5);
            padding: 8px 16px;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .online-dot {
            width: 8px;
            height: 8px;
            background: #4ade80;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        /* Profile Cards */
        .profile-card {
            background: rgba(18, 24, 43, 0.7);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(30, 41, 59, 0.6);
            border-radius: 24px;
            padding: 24px;
            transition: all 0.5s;
        }

#send_message .wrap{
            background: hsl(var(--background)) !important;
            backdrop-filter: blur(20px);
            border: 1px solid rgba(30, 41, 59, 0.6);
            border-radius: 24px;
            padding: 24px;
            transition: all 0.5s;
	
}

        .profile-card:hover {
            transform: scale(1.05);
            box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15);
        }

        .profile-image {
            aspect-ratio: 3/4;
            border-radius: 16px;
            background: linear-gradient(135deg, rgba(217, 70, 239, 0.4), rgba(0, 212, 255, 0.4));
            margin-bottom: 16px;
            position: relative;
            overflow: hidden;
        }

        .profile-image-overlay {
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.15), transparent 70%);
        }

        .profile-info {
            position: absolute;
            bottom: 16px;
            left: 16px;
            right: 16px;
            background: rgba(18, 24, 43, 0.5);
            backdrop-filter: blur(20px);
            border-radius: 12px;
            padding: 12px;
        }

        /* Features Section */
        .features-section {
            padding: 96px 0;
            position: relative;
        }

        .features-bg {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent, rgba(30, 41, 59, 0.3), transparent);
        }

        .feature-card {
            background: rgba(18, 24, 43, 0.5);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(30, 41, 59, 0.5);
            border-radius: 16px;
            padding: 24px;
            transition: all 0.3s;
            height: 100%;
        }

        .feature-card:hover {
            border-color: rgba(0, 212, 255, 0.5);
            box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
        }

        .feature-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--primary), hsl(var(--secondary)));
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            transition: transform 0.3s;
        }

        .feature-card:hover .feature-icon {
            transform: scale(1.1);
        }

        /* Partners Section */
        .partners-section {
            padding: 96px 0;
        }

        .partner-card {
            background: rgba(18, 24, 43, 0.5);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(30, 41, 59, 0.5);
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.5s;
            margin-bottom: 24px;
        }

        .partner-card:hover {
            border-color: rgba(0, 212, 255, 0.5);
            box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15);
            transform: translateY(-8px);
        }

        .partner-image {
            height: 300px;
            position: relative;
            overflow: hidden;
        }

        .partner-image-overlay {
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.2), transparent 70%);
        }

        .gradient-pink-purple {
            background: linear-gradient(135deg, rgba(236, 72, 153, 0.4), rgba(147, 51, 234, 0.4));
        }

        .gradient-cyan-blue {
            background: linear-gradient(135deg, rgba(6, 182, 212, 0.4), rgba(37, 99, 235, 0.4));
        }

        .gradient-rose-orange {
            background: linear-gradient(135deg, rgba(244, 63, 94, 0.4), rgba(249, 115, 22, 0.4));
        }

        .gradient-violet-pink {
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(236, 72, 153, 0.4));
        }

        .gradient-emerald-teal {
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.4), rgba(20, 184, 166, 0.4));
        }

        .gradient-amber-red {
            background: linear-gradient(135deg, rgba(245, 158, 11, 0.4), rgba(239, 68, 68, 0.4));
        }

        .online-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: rgba(18, 24, 43, 0.5);
            backdrop-filter: blur(20px);
            border-radius: 50px;
            padding: 4px 12px;
            display: flex;
            align-items: center;
            gap: 8px;
			font-size: 1rem;
        }

        .like-btn {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 40px;
			font-size: 1.3rem;
            height: 40px;
            border-radius: 50%;
            background: rgba(18, 24, 43, 0.5);
            backdrop-filter: blur(20px);
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            color: hsl(var(--secondary));
  	  transition: transform 0.15s ease, filter 0.15s ease;
        }

        .like-btn:hover,.like-btn:active,.like-btn:focus {
            color: hsl(var(--secondary));
            background: rgba(217, 70, 239, 0.2);
        }
.text-primary, .text-primary-hover:hover{
	            color: var(--secondary) !important;

}

.like-btn-used{
    background: inherit;
    backdrop-filter: inherit;
    font-size: 1.7rem;
	cursor: auto;
	border:none;
}


.flamePop-active {
    animation: flamePop 750ms ease-out;
    filter: drop-shadow(0 0 12px #ff6a00);
}

@keyframes flamePop {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.55) rotate(-5deg); }
    60%  { transform: scale(0.9) rotate(5deg); }
    100% { transform: scale(1); }
}







        .location-badge {
            position: absolute;
            bottom: 16px;
            left: 16px;
            display: flex;
            align-items: center;
            gap: 4px;
            color: rgba(248, 250, 252, 0.8);
        }

        .personality-badge {
            background: rgba(0, 212, 255, 0.1);
            color: var(--primary);
            padding: 4px 12px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 500;
            display: inline-block;
        }

        .interest-tag {
            background: rgba(30, 41, 59, 1);
            color: var(--text-muted);
            padding: 4px 8px;
            border-radius: 50px;
            font-size: 12px;
            display: inline-block;
            margin: 2px;
        }

        /* CTA Section */
        .cta-section {
            padding: 96px 0;
            position: relative;
            overflow: hidden;
			padding-left: 20px;
			padding-right: 20px;
        }

        .cta-bg {
            position: absolute;
            inset: 0;
        }

        .cta-blob-1 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 600px;
            height: 600px;

			border-radius: 50%;
            filter: blur(100px);
        }

        .cta-blob-2 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            height: 400px;
            background: rgba(217, 70, 239, 0.2);
            border-radius: 50%;
            filter: blur(100px);
        }

        .cta-card {
            background: rgba(18, 24, 43, 0.7);
			
			backdrop-filter: blur(20px);
			border: 2px solid rgba(30, 41, 59, 0.6);
			border-radius: 16px;
			border-color: rgba(0, 212, 255, 0.5);
			
            padding: 48px;
            box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15);
        }


        /* Footer */
        footer {
            padding: 0px 0;
          /*  border-top: 1px solid rgba(30, 41, 59, 0.5); */
        }

        footer a {
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.3s;
            font-size: 14px;
        }

        footer a:hover {
            color: var(--primary);
        }

        footer h4 {
            color: var(--text-primary);
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 16px;
        }

        /* Animations */
        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
        }

        @keyframes pulse-slow {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.7;
            }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-section {
                min-height: auto;
                padding: 120px 0 60px;
            }
            
            .display-4 {
                font-size: 2rem;
            }
			
			.nav-item .hlogbtn, .nav-item .hlregbtn{margin-top: 20px; width: 100%}
			.nav-item .hlregbtn{margin-bottom: 20px; width: 100%}
        }


.main_footer {
    background: inherit;
}

.headr_bglayer, .primary_bg,.pagebody {
    background: inherit;
}
.icon .fa, .icon .fas, .icon .far {
    font-size: 23px;
    color: #fff;
} 

.deleteprofile-modal{
box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15);
    transform: translateY(-8px);
    background: rgba(18, 24, 43, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 212, 255, 0.5);
    border-radius: 16px;	
	
}

.deleteprofile-modal .modal-header{border: none;}
.notibadge {
    background: linear-gradient(135deg, var(--primary), hsl(var(--secondary)));
    color: #fff;
}
.navbar-nav .active, .subnavbtm .active {
    border-bottom: 2px solid var(--primary);
    color: var(--primary) !important;
}
.bg-light{   
	background: rgba(18, 24, 43, 0.7) !important;
    backdrop-filter: blur(20px);
}

.mobile-menu .navbar-nav .active, .mobile-menu .subnavbtm .active {

	background: linear-gradient(135deg, var(--primary), hsl(var(--secondary)));
}

.grid-headline {
    font-size: 2rem;
	margin-top: 12px;
	border: none !important;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), hsl(var(--secondary)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	margin-bottom: 18px;
}

.profile_bx {
    cursor: default;
    display: block;
    clear: both;
    width: 100%;

	position: relative;

	box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15);
    transform: translateY(-8px);
    background: rgba(18, 24, 43, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 212, 255, 0.5);
    border-radius: 16px;
}

.pagebody{border: none !important; padding: 0 !important}

.profile_bx h2::before{
	background:linear-gradient(135deg, var(--primary), hsl(var(--secondary)));
}

.index-ki-heart{animation: pulse 2s ease-in-out infinite}


.profinterestdiv .bsb-btn-outline {
    background: rgba(0, 212, 255, 0.1) !important;
    color: var(--primary) !important;
    padding: 4px 12px !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    display: inline-block !important;
}
.bsb-btn-outline:hover{border: none !important;}

.profile_cont .pro_meta{color: hsl(var(--muted-foreground))!important; font-style:normal !important}

.ki-picobar-btn{margin:10px; padding: 12px;}
.ki-picobar-btn .text{padding-left: 10px; padding-right: 10px;}
.icon-btn {
  width: 52px;
  min-width: 52px;
	border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.ki-chat-btn {
    font-weight: 600;
    background: var(--primary);
    color: var(--bg-dark);
    border-color: var(--primary);
}


 .chat-modal {
            overflow: hidden;
			box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15) !important;
			transform: translateY(-8px);
			background: rgba(18, 24, 43, 0.5) !important;
			backdrop-filter: blur(20px) !important;
			border: 1px solid rgba(0, 212, 255, 0.5) !important;
			border-radius: 16px !important;	 
	 display: grid;
	     grid-template-rows: auto 1fr auto;

	 
        }
.headr_bglayer{height: 120px;}
#messenger_left .card, .chat-modal {
	 height: calc(100vh - 165px);
}
#messenger_left .card{background: transparent;}
#messenger_left{			box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15) !important;
			transform: translateY(-8px);
			backdrop-filter: blur(20px) !important;
			border: 1px solid rgba(0, 212, 255, 0.5) !important;
			border-radius: 16px !important;	 
			padding: 0;
}

        .modal-content.chat-modal {
            background: #0f172a;
        }

.chat-modal h5{
	font-size: 1.1rem !important;
    font-weight: 600 !important;	
}
.chat-modal .small{font-size:  0.7rem}

        .chat-header {
            background: var(--bg-card);
            border-bottom: 1px solid rgba(30, 41, 59, 0.5);
            padding: 8px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

.nav-item img {
    height: 40px !important;;
    width: 40px !important;
    object-fit: cover;
    background-position: center center;
}

.googlelogin i{margin-right: 10px;}
.chat-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    background-size: cover;
    background-position: center center;
}
        .chat-avatar-small {
            width: 40px;
            height: 40px;
            min-width: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.6), rgba(20, 184, 166, 0.6));
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Orbitron', sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: white;
        }

        .online-dot-small {
            width: 8px;
            height: 8px;
            background: #4ade80;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

#messagebox .chat-header{margin-top: 6px;}

        .close-modal {
            background: transparent;
            border: none;
            color: var(--text-muted);
			font-size: 15px;
    		margin-top: -38px;
    		margin-right: -18px;
			cursor: pointer;
            transition: color 0.3s;
            padding: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
        }

        .close-modal:hover {
            color: var(--text-primary);
            opacity: 1;
        }

        .chat-body {
            padding: 24px;
            overflow-y: auto;
            background: #0a0e1a;
			flex: 1 1 auto;
        }

        .chat-body::-webkit-scrollbar {
            width: 6px;
        }

        .chat-body::-webkit-scrollbar-track {
            background: rgba(30, 41, 59, 0.3);
            border-radius: 10px;
        }

        .chat-body::-webkit-scrollbar-thumb {
            background: rgba(0, 212, 255, 0.3);
            border-radius: 10px;
        }

        .chat-body::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 212, 255, 0.5);
        }

        .chat-message-wrapper {
            display: flex;
            align-items: flex-start;
			justify-content:flex-start;
            gap: 12px;
            margin-bottom: 20px;
        }

        .chat-message-wrapper.sent-wrapper {
            justify-content: flex-end;
        }


        .chat-message {
            background: rgba(30, 41, 59, 0.5);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 12px 16px;
            max-width: 70%;
            border: 1px solid rgba(30, 41, 59, 0.3);
        }

        .chat-message.received {
            background: rgba(30, 41, 59, 0.5);
        }

        .chat-message.sent {
            background: rgba(0, 212, 255, 0.1);
            border-color: rgba(0, 212, 255, 0.2);
        }

        .chat-message p {
            color: var(--text-primary);
            font-size: 15px;
            line-height: 1.5;
        }

        .message-time {
            color: var(--text-muted);
            font-size: 12px;
            opacity: 0.7;
        }

        .typing-indicator {
            background: rgba(30, 41, 59, 0.5);
            border-radius: 16px;
            padding: 12px 16px;
            display: inline-flex;
            gap: 4px;
            border: 1px solid rgba(30, 41, 59, 0.3);
        }

        .typing-indicator span {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--primary);
            animation: typing 1.4s ease-in-out infinite;
        }

        .typing-indicator span:nth-child(1) {
            animation-delay: 0s;
        }

        .typing-indicator span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .typing-indicator span:nth-child(3) {
            animation-delay: 0.4s;
        }

        @keyframes typing {
            0%, 60%, 100% {
                opacity: 0.3;
                transform: scale(0.8);
            }
            30% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .chat-footer {
            background: var(--bg-card);
            border-top: 1px solid rgba(30, 41, 59, 0.5);
            padding: 20px 15px;
            display: flex;
            align-items: center;
            gap: 12px;
        }


        .chat-input {
            flex: 1;
            background: rgba(30, 41, 59, 0.4);
            border: 1px solid rgba(30, 41, 59, 0.5);
            border-radius: 12px;
            padding: 12px 16px;
            color: var(--text-primary);
            font-size: 15px;
            transition: all 0.3s;
        }

        .chat-input:focus {
            outline: none;
            border-color: var(--primary);
            background: rgba(30, 41, 59, 0.6);
        }

        .chat-input::placeholder {
            color: var(--text-muted);
        }

	.btn-send {
		background: none;
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		cursor: pointer;
	}
        .btn-send:hover {
            transform: scale(1.15);
        }

        /* Modal Backdrop */
        .modal-backdrop.show {
            opacity: 0.8;
            background-color: #000;
        }

        @media (max-width: 768px) {
            
            .chat-message {
                max-width: 85%;
            }
        }

.dmubtn {
    color: hsl(var(--muted-foreground));
    background: transparent;
    border: none;
	border-radius: 12px;
	cursor: pointer;
    padding: 10px 10px;
}

.dmubtn:hover {
	color: var(--primary);
	background-color:hsl(var(--muted));
}

#MessageAjaxForm{display: contents;}
.chat-avatar .user_img{width: 50px !important; height: 50px !important;}
.chat-modal .loadicon{display: inline-flex; background: none !important; border:none !important;}
.chat-modal .loadicon.hidden {
    display: none;
}
.progress-bar{background: linear-gradient(135deg, var(--primary), hsl(var(--secondary))) !important}

header .navbar-toggler {
    background: inherit;
    background-size: inherit;
    background-position: inherit;
    outline: inherit;
}


html, body {
  height: auto;
}


.chatapp {
  height: 100dvh;        
  display: flex;
  flex-direction: column;
  overflow: hidden;       
}

header {
    flex: 0 0 auto;
}

footer {
    flex: 0 0 auto;
}

section {
    flex: 1 1 auto;
    overflow: hidden; /* wichtig für Chat */
}

.contacts_card{background: none;}

        .chat-list-body {
            padding: 0;
            overflow-y: auto !important;
            background: #0a0e1a !important;
			border-radius: 16px !important;	 
    overflow-y: auto;          /* scrollbar bleibt funktional */
    scrollbar-width: none;     /* Firefox */
    -ms-overflow-style: none;  /* IE / Edge Legacy */
			

				
        }

.chat-list-body .newmsg{font-weight: 700 !important;}
.chat-list-item.newmsg{background:rgba(30, 41, 59, 0.3)};

        .chat-list-body::-webkit-scrollbar {
            width: 6px;
        }

        .chat-list-body::-webkit-scrollbar-track {
            background: rgba(30, 41, 59, 0.3);
        }

        .chat-list-body::-webkit-scrollbar-thumb {
            background: rgba(0, 212, 255, 0.3);
            border-radius: 10px;
        }

        .chat-list-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 20px 24px;
            cursor: pointer;
            transition: all 0.3s;
            border-bottom: 1px solid rgba(30, 41, 59, 0.3);
            position: relative;
        }

        .chat-list-item:hover {
            background: rgba(30, 41, 59, 0.3);
        }

        .chat-list-item.active {
            background: rgba(0, 212, 255, 0.1);
            border-bottom: 1px solid rgba(0, 212, 255, 0.2);
        }

        .chat-list-item.active::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
        }

        .chat-list-avatar {
            position: relative;
        }

        .avatar-emoji {
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
        }

        .online-dot-indicator {
            position: absolute;
            bottom: 2px;
            right: 2px;
            width: 14px;
            height: 14px;
            background: #4ade80;
            border-radius: 50%;
            border: 2px solid #0a0e1a;
            animation: pulse 2s ease-in-out infinite;
        }

        .away-dot-indicator {
            position: absolute;
            bottom: 2px;
            right: 2px;
            width: 14px;
            height: 14px;
            background: #fbbf24;
            border-radius: 50%;
            border: 2px solid #0a0e1a;
        }

        .chat-list-content {
            flex: 1;
            min-width: 0;
        }

        .chat-list-name {
            font-weight: 300;
            color: var(--text-primary);
        }

		.chat-list-age {
			color: hsl(var(--secondary));
			font-size: 14px;
			font-weight: 600;
			opacity: 1;
		}
        .chat-list-message {
            color: var(--text-muted);
            font-size: 14px;
            overflow: hidden;
			font-weight: 100;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .chat-list-item.active .chat-list-message {
            color: rgba(248, 250, 252, 0.8);
        }

.contacts_card.contacts_card{border: none; margin-top: 8px;}
@media (max-width: 999px){
				.contacts_card{border: none !important;}

body .headr_bglayer {
    height: 69px;
}
	.chat-modal,.chat-list-body {
		box-shadow: none !important;
		border: none !important;
	}
	#messenger_left .card, .chat-modal {
	 height: 81vh;
}

}


body .outrs_sections {
    padding: 0px 0px !important;
    padding-bottom: 0px !important;
}
.card{
    transform: translateY(-8px);
    background: hsl(230 35% 10%);
    border: 1px solid rgba(0, 212, 255, 0.5);
    border-radius: 16px;
	
	
}
.signupvox-separator span {
    padding: 0 0.625rem;
    background: hsl(230 35% 10%);
}
.signupvox-separator{
	border-color: var(--text-muted);
}

.signupcabo input, .loginpage input{
    padding: 10px 24px;
    border-radius: 12px;
    transition: all 0.3s;
    color: #fff;
    background-color: hsl(var(--background)) !important;
}
.loginpage input{
		border: 1px solid var(--primary);

}

.nothing_found {
    background: inherit;
    font-size: inherit;
}

.background-linear-gradient{
	background: linear-gradient(to right, rgba(0, 212, 255, 0.1), rgba(217, 70, 239, 0.1), rgba(0, 212, 255, 0.1));
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px hsl(var(--background)) inset !important;
    -webkit-text-fill-color: var(--text-muted) !important;
    caret-color: var(--text-muted);
    transition: background-color 9999s ease-in-out 0s;
}

body a {
    color: var(--primary);
}

.signupcabo .loginsinuplink  {
    text-align: center;
    margin-top: 15px;
    font-size: small;
    color: var(--text-muted);
}

#modalpmbox .modal-content{background:transparent}

.edit_pro_top .shadow_bx {
    height: 100%;
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15);
    transform: translateY(-8px);
    background: rgba(18, 24, 43, 0.5);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 212, 255, 0.5);
    border-radius: 16px;
}
.upload-box.large{height: auto}
.upload-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    padding: 20px;
    background-color: transparent;
    max-width: 600px;
    border: none;
    margin: auto;
}
.upload-box .remove-btn {
    bottom: inherit;
    top: 10px;
}


	
	       .profile-image-upload {
            height: 100%;
            min-height: 600px;
            background: rgba(15, 23, 42, 0.5);
            border-right: 1px solid rgba(30, 41, 59, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px;
            position: relative;
        }

        .upload-box {
            border: 3px dashed rgba(0, 212, 255, 0.3);
            border-radius: 16px;
            padding: 40px 20px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s;
            width: 100%;
            height: 500px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .upload-box {
            border-color: rgba(0, 212, 255, 0.5);
            background: rgba(0, 212, 255, 0.05);
        }

        .upload-box i {
            transition: transform 0.3s;
        }

        .upload-box:hover i {
            transform: translateY(-5px);
        }
		.upload-box:hover{
			background-color: inherit;
		}

        #preview-user_edit_foto- {
            max-width: 100%;
            max-height: 500px;
            border-radius: 16px;
            object-fit: cover;
        }

        .profile-form-container {
            padding: 60px 50px;
            height: 100%;
        }

        .profile-form-title {
            font-family: 'Orbitron', sans-serif;
            font-size: 28px;
            font-weight: bold;
            color: var(--text-primary);
        }

        .profile-label {
            display: block;
            color: var(--text-primary);
            font-size: 15px;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .profile-input {
            width: 100%  !important;
            background: rgba(30, 41, 59, 0.4)  !important;
            border: 1px solid rgba(30, 41, 59, 0.5) !important;
            border-radius: 12px;
            padding: 14px 18px;
            color: var(--text-primary)  !important;
            font-size: 15px;
            transition: all 0.3s;
        }

        .profile-input:focus {
            outline: none;
            border-color: var(--primary)  !important;
            background: rgba(30, 41, 59, 0.6)  !important;
        }

        .profile-input::placeholder {
            color: rgba(148, 163, 184, 0.5)  !important;
        }

        .profile-textarea {
            width: 100% !important;
            background: rgba(30, 41, 59, 0.4);
            border: 1px solid rgba(30, 41, 59, 0.5) !important;
            border-radius: 12px;
            padding: 14px 18px  !important;
            color: var(--text-primary)  !important;
            font-size: 15px;
            transition: all 0.3s;
            resize: vertical;
            font-family: 'Inter', sans-serif;
        }
		
		.edit_pro_controls{margin-top: 25px;}

        .profile-textarea:focus {
            outline: none;
            border-color: var(--primary);
            background: rgba(30, 41, 59, 0.6);
        }

        .profile-textarea::placeholder {
            color: rgba(148, 163, 184, 0.5);
        }

        .profile-input-icon {
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--secondary);
            font-size: 18px;
            pointer-events: none;
        }

        @media (max-width: 991px) {
            .profile-image-upload {
                min-height: 400px;
                border-right: none;
                border-bottom: 1px solid rgba(30, 41, 59, 0.5);
            }

            .upload-box {
                height: 350px;
                padding: 60px 30px;
            }

            .profile-form-container {
                padding: 40px 30px;
            }

            #preview-user_edit_foto- {
                max-height: 350px;
            }
        }

        @media (max-width: 768px) {
            .profile-edit-modal {
                min-height: auto;
            }

            .profile-form-container {
                padding: 30px 20px;
            }

            .profile-form-title {
                font-size: 24px;
            }
        }
		.controls_lbl span{font-weight: inherit;}

#toast-container .toast-custom {
    background: rgba(18, 24, 43, 0.95) !important;
    backdrop-filter: blur(20px);
    border-radius: 16px !important;
    padding: 16px 20px !important;
	color: #fff;
    animation: slideInRight 0.3s ease-out !important;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 212, 255, 0.5) !important;
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.2), 0 0 60px rgba(217, 70, 239, 0.15) !important;
}
#toast-container .toast-custom strong{
	font-weight: 400;
}

#toast-container .toast-custom .close{
	color: #fff !important;
	font-size: 1rem;
	font-weight: 100;
}
#toast-container .toast-custom span{
	font-size: 12px;
}

.toggle_cont .faqs_cont {
    display: block;
    clear: both;
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: rgba(18, 24, 43, 0.5);
    backdrop-filter: blur(20px);
    cursor: pointer;
}

.toggle_cont_p {
    display: block;
	color: var(--text-muted);
    margin-top: -30px;
    padding: 25px;
    background: rgba(18, 24, 43, 0.5);
    backdrop-filter: blur(20px);
}
.faq-arrow {
    position: absolute;
    right: 6px;
    color: var(--primary);
}


        /* About Section */
        .about-section {
            padding: 96px 0;
            position: relative;
            background: linear-gradient(to bottom, transparent, rgba(30, 41, 59, 0.2), transparent);
        }

        .about-content {
            padding-right: 20px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .stat-card {
			margin: 20px;
            background: rgba(18, 24, 43, 0.6);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(30, 41, 59, 0.6);
            border-radius: 16px;
            padding: 32px 24px;
            text-align: center;
            transition: all 0.3s;
            border-color: rgba(0, 212, 255, 0.5);
            box-shadow: 0 0 30px rgba(0, 212, 255, 0.2);
        }


        .stat-number {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 12px;
            line-height: 1;
        }

        .stat-label {
            color: var(--text-muted);
            font-size: 14px;
            line-height: 1.4;
        }

        @media (max-width: 991px) {
            .about-content {
                padding-right: 0;
                margin-bottom: 40px;
            }

            .stats-grid {
                gap: 16px;
            }

            .stat-card {
                padding: 24px 20px;
            }

            .stat-number {
                font-size: 40px;
            }
        }

        @media (max-width: 576px) {
            .stats-grid {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .stat-number {
                font-size: 36px;
            }
        }

#silktide-cookie-icon.bottomLeft{display:none !important}

.mobile-menu li{padding-bottom:0px}
.mobile-menu .nav-item img{padding-bottom:9px;}
.edit_pro_top.custm_row{margin-bottom:40px;}