/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
	--primary: #FF2A1A;
	--secondary: #FF6A00; 
}
body,
html {
	overflow: hidden;
	background: #f8f9fa;
	font-family: 'Poppins';
}
p {
	font-weight: 400;
}
a {
	color: #243A73;
	text-decoration: none;
	transition: 0.5s all;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
html,
body {
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins';
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
      url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
      url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
      url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
      url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

 
.bg_main {
	background-color: var(--primary) !important;
}
/*--------------------------------------------------------------
# Sidebar css 
--------------------------------------------------------------*/

.grid-overlay {
	position: fixed;
	inset: 0;
	background-image: linear-gradient(rgba(134, 96, 168, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(134, 96, 168, 0.04) 1px, transparent 1px);
	background-size: 50px 50px;
	pointer-events: none;
}
/* Floating orbs */

.orb {
	position: fixed;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(40px);
	animation: float 12s ease-in-out infinite;
}
.orb-1 {
	width: 200px;
	height: 200px;
	background: rgba(135, 48, 135, 0.15);
	top: 20%;
	right: 15%;
	animation-delay: -3s;
}
.orb-2 {
	width: 150px;
	height: 150px;
	background: rgba(134, 96, 168, 0.12);
	bottom: 30%;
	left: 10%;
	animation-delay: -6s;
}
@keyframes float {
	0%, 100% {
		transform: translateY(0px) translateX(0px);
	}
	33% {
		transform: translateY(-30px) translateX(15px);
	}
	66% {
		transform: translateY(20px) translateX(-10px);
	}
}
/* Main wrapper */

.auth-logo a {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.loginmain .login-wrapper {
	position: relative;
	z-index: 10;
	display: flex;
	width: 460px;
	max-width: 95vw;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(134, 96, 168, 0.2);
	animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* Left panel */


.loginmain .brand-area {
	position: relative;
	z-index: 2;
}
.loginmain .brand-icon {
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.loginmain .brand-name {
	font-family: 'Poppins';
	font-size: 22px;
	color: white;
	font-weight: 700;
	letter-spacing: -0.3px;
}
.loginmain .left-headline {
	font-family: 'Poppins';
	font-size: 38px;
	line-height: 1.15;
	color: white;
	font-weight: 700;
	margin-bottom: 20px;
}
.loginmain  .left-headline span {
	display: block;
	opacity: 0.6;
	font-style: italic;
	font-size: 30px;
}
.loginmain .left-desc {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
	font-weight: 300;
	max-width: 280px;
}
.left-bottom {
	position: relative;
	z-index: 2;
}
.loginmain .stats-row {
	display: flex;
	gap: 32px;
}
.loginmain .stat-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.loginmain .stat-value {
	font-family: 'Poppins';
	font-size: 24px;
	color: white;
	font-weight: 700;
}
.loginmain .stat-label {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.loginmain .divider-vert {
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
	align-self: stretch;
}
/* Right panel */

.loginmain .login-right {
    width: 100%;
    background: #1a1a1a;
    padding: 35px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.loginmain .login-right::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--royal-purple), var(--lavender-plum));
}
.loginmain .form-header {
	margin-bottom: 20px;
	animation: fadeIn 0.6s ease 0.3s both;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.loginmain .form-eyebrow {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.loginmain .form-title {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}
.loginmain .form-subtitle {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 1.6;
}
.loginmain .brand-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.loginmain .form-group {
	margin-bottom: 22px;
	animation: fadeIn 0.6s ease both;
}
.loginmain .form-group:nth-child(1) {
	animation-delay: 0.4s;
}
.loginmain .form-group:nth-child(2) {
	animation-delay: 0.5s;
}
.loginmain .form-group:nth-child(3) {
	animation-delay: 0.6s;
}
.loginmain .form-label {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}
.loginmain .input-wrapper {
	position: relative;
}
.loginmain .input-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--smoky-gray);
	font-size: 16px;
	transition: color 0.3s;
	pointer-events: none;
}
.loginmain .form-control {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 14px 20px 14px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: white;
    outline: none;
    height: 50px;
    transition: all 0.3s ease;
}
.loginmain .form-control::placeholder {
	color: rgba(255, 255, 255, 0.2);
}
.loginmain .form-control:focus {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	box-shadow: unset;
}
.loginmain .form-control:focus + .focus-line,
.input-wrapper:focus-within .input-icon {
	color: var(--royal-purple);
}
/* Password toggle */

.loginmain .pass-toggle {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color:  #fff;
	font-size: 14px;
	transition: color 0.3s;
	padding: 4px;
}
.loginmain .pass-toggle:hover {
	color: #fff;
}
/* Forgot password */

.loginmain .form-extras {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
	animation: fadeIn 0.6s ease 0.65s both;
}
.remember-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
}
.loginmain .remember-checkbox {
	width: 16px;
	height: 16px;
	accent-color: var(--royal-purple);
	cursor: pointer;
}
.loginmain .forgot-link {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s;
}
.loginmain .forgot-link:hover {
	color: #fff
}
/* Login button */

.loginmain {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.loginmain .login-btn {
    width: 100%;
    padding: 15px;
    background: #FF2A1A;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: white !important;
    cursor: pointer;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: fadeIn 0.6s ease 0.7s both;
    text-decoration: none;
    display: block;
    text-align: center;
}

.loginmain .login-btn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.3s;
}
.loginmain .login-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(135, 48, 135, 0.4);
}
.loginmain .login-btn:hover::before {
	opacity: 1;
}
.loginmain .login-btn:active {
	transform: translateY(0);
}
.loginmain .btn-arrow {
	margin-left: 8px;
	display: inline-block;
	transition: transform 0.3s;
}
.loginmain .login-btn:hover .btn-arrow {
	transform: translateX(4px);
}
/* Footer */

.form-footer {
	margin-top: 28px;
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.2);
	animation: fadeIn 0.6s ease 0.8s both;
}
.secure-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 20px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.3);
}
.secure-dot {
	width: 6px;
	height: 6px;
	background: #4caf50;
	border-radius: 50%;
	animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}
@media (max-width: 768px) {
	.login-wrapper {
		flex-direction: column;
		width: 95vw;
	}
	.login-left {
		padding: 40px 32px;
		min-height: 220px;
	}
	.left-headline {
		font-size: 28px;
	}
	.left-headline span {
		font-size: 22px;
	}
	.login-right {
		width: 100%;
		padding: 40px 32px;
	}
	.stats-row {
		display: none;
	}
}
.formheader h1 {
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 8px;
	color: #1A8C93;
}
.formheader p {
	font-size: 15px;
	font-weight: 600;
	color: rgba(32, 30, 30, 1);
	margin: 0;
}
.form-design .form-control {
    background: transparent;
    border: 1px solid rgb(175 175 175 / 56%);
    border-radius: 10px;
    height: 50px;
    padding: 0 20px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 500;
    color: rgba(33, 33, 33, 1);
}
.form-design .form-control:focus {
	border: 1px solid var(--primary);
}
.form-design textarea.form-control {
	line-height: 23px;
	padding: 12px 17px;
	/* border-radius: 14px; */
}
.form_commanbtn {
	color: #fff !important;
	font-size: 15px;
	width: auto;
	display: block;
	text-align: center;
	padding: 12px 28px;
	border-radius: 50px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	border: 0;
	background-color: var(--primary);
	font-weight: 500;
}
.form-design .form-group {
	margin-bottom: 16px;
}
.form-design .form-group label {
	font-size: 14px;
	font-weight: 500;
	color: rgba(32, 30, 30, 1);
	margin-bottom: 5px;
	padding-left: 0;
	text-transform: capitalize;
}
.login-title span {
	display: block;
	font-weight: 500;
	font-size: 14px;
}
.for_got {
	font-size: 14px;
	font-weight: 600;
	color: rgba(32, 30, 30, 1);
	margin: -4px 0 0;
	display: block;
}

.comman_btn {
    width: 100%;
    padding: 15px;
    background: #FF2A1A;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: white !important;
    cursor: pointer;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease; 
    text-decoration: none;
    display: block;
    text-align: center;
}

.comman_btn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.3s;
}
.comman_btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(135, 48, 135, 0.4);
}
.comman_btn:hover::before {
	opacity: 1;
}
.comman_btn:active {
	transform: translateY(0);
}

.Profile_dropdown .dropdown-menu::after {
	position: absolute;
	content: '';
	top: -11px;
	right: 14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid white;
}
.Profile_dropdown button {
    border-radius: 36px;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: unset !important;
    border: 2px solid #ffffff52 !important;
    padding: 0 14px 0 0 !important;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
}
.Profile_dropdown .dropdown-menu {
	transform: unset !important;
	top: 60px !important;
	right: 3px !important;
	left: auto !important;
	min-width: 168px;
	text-align: left;
	border: 0 !important;
	border-radius: 6px;
	box-shadow: 0 -5px 16px #00000036;
	padding: 14px 2px;
}
.headleft p {
	font-size: 16px;
	font-weight: 500;
}
.summarypart span {
	font-size: 16px;
	font-weight: 500;
}
.summarypart strong {
	font-size: 16px;
	font-weight: 600;
}
.Profile_dropdown .dropdown-item {
	color: #243A73;
	font-weight: 500;
	font-size: 13px;
}
.Profile_dropdown button img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.admin_header {
    padding: 14px 20px;
    background: #121212;
    border-radius: 12px;
    position: relative; 
}
.stickyheader{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.admin_header::after {
    position: absolute;
    content: '';
    right: -10px;
    top: -30px;
    height: 108px;
    width: 103%;
    background-color: #f8f9fa;
    backdrop-filter: blur(140px);
    z-index: -1;
}
 
.logo img {
    max-width: 110px;
}
.act_btn {
	background-color: var(--primary);
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
	display: inline-block;
	border-radius: 4px;
}
.dropdownuserpic {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 10px;
}
.admin_main {
    display: flex;
    position: relative;
    z-index: 99; 
}
a.logo {
	color: #fff;
	font-weight: 800;
	font-size: 28px;
}
.admin_sidebar {
    width: 21%;
    height: calc(100vh - 64px);
    background: #121212;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    padding: 20px 0;
    overflow-y: auto;
}
.admin_sidebar::-webkit-scrollbar{
	display: none;
}


  /* Top gradient glow */
  /* .admin_header::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF2A1A, #FF6A00, transparent);
  } */

  /* Subtle purple glow blob top-right */
  /* .admin_sidebar::after {
    content: '';
    position: absolute;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(135,48,135,0.12) 0%, transparent 70%);
    top: -80px; right: -80px;
    pointer-events: none;
  } */

.admin_contentpart {
    width: 80%;
    padding: 12px 10px 30px;
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
    transition: width 0.3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
}
.sidebar-closed .admin_contentpart {
    width: 94%;
}
.comman_design {
    border: 1px solid #E6E6E6;
    border-radius: 14px;
    background: #ffff;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
}
.headleft h2 {
	font-weight: 700;
	font-size: 17px;
	margin: 0;
	color: #2d2d2d;
	text-transform: capitalize;
}
.searchh_box {
    width: 290px;
}
.searchh_box .form-control {
    background: transparent;
    border: 1px solid rgb(175 175 175 / 56%);
    border-radius: 50px;
    height: 42px;
    padding: 0 20px;
    line-height: 40px;
    box-shadow: unset !important;
    font-size: 13px;
    font-weight: 500;
    color: rgba(33, 33, 33, 1);
}
.searchh_box .form-select {
	border: 1px solid rgb(175 175 175 / 56%);
	border-radius: 50px;
	height: 42px;
	padding: 0 20px;
	line-height: 40px;
	box-shadow: unset !important;
	font-size: 15px;
	font-weight: 500;
	color: rgba(33, 33, 33, 1);
}
.searchh_box button {
	position: absolute;
	background-color: transparent;
	border: 0;
	padding: 0;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.table thead th {
	border-bottom: 0.0625rem solid #E6E6E6;
	text-transform: capitalize;
	color: rgba(32, 30, 30, 1);
	font-size: 14px;
	white-space: nowrap;
	font-weight: 600;
	border-color: #E6E6E6 !important;
	text-transform: uppercase;
	padding: 12px 15px;
	vertical-align: top;
}
.table>:not(:first-child) {
	border-top: 0;
}
.table tbody tr td {
	vertical-align: middle;
	border-color: #E6E6E6;
	white-space: nowrap;
	font-size: 14px;
	transition: 0.3s all;
	padding: 12px 15px;
	color: #2d2d2d;
	font-weight: 500;
}
.table tbody th {
	border-bottom: 0.0625rem solid #E6E6E6;
	text-transform: capitalize;
	color: rgba(32, 30, 30, 1);
	font-size: 14px;
	white-space: nowrap;
	font-weight: 600;
	border-color: #E6E6E6 !important;
	text-transform: uppercase;
	padding: 12px 15px;
}
.pagination .page-item .page-link {
	z-index: 1;
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	background: rgba(255, 255, 255, 0.15);
	color: #6e6e6e;
	margin-left: 7px;
	border: 0.0625rem solid #E6E6E6;
}
::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}
/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 20px;
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: var(--secondary);
	border-radius: 20px;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: var(--primary);
}
.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: rgba(74, 119, 41, 0.2);
	color: rgb(0 0 0);
}
.Table_btn {
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	margin: 0 0px;
	border: 1px solid var(--primary);
	border-radius: 50px;
	font-size: 10px;
	background: var(--primary);
	color: #fff;
}
.Table_btn:hover {
	border: 1px solid #f2f2f2;
	background: #fff;
	color: var(--primary);
}
.Profile_dropdown .dropdown-item {
	color: #2d2d2d;
	font-weight: 600;
	font-size: 14px;
}
.static_data strong {
	color: var(--primary);
	font-size: 40px;
	font-weight: 700;
	display: block;
	text-align: right;
	line-height: 34px;
}
.modal-header .btn-close {
	filter: invert(1);
	opacity: 1;
	color: #fff;
}
.aiphotobox {
	background-color: #B2D2D1;
	border-radius: 20px;
	text-align: center;
	padding: 20px 20px;
}
.moveinhead {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 12px;
	color: var(--primary);
}
.aifinding ul {
	list-style: circle;
	text-align: left;
	margin: 0;
	background-color: #fff;
	border-radius: 20px;
	padding: 14px 20px 15px 40px;
}
.aifinding ul li p {
	margin: 0;
	font-size: 14px;
}
.staticss_box span {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 26px;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}
.static_data {
	position: relative;
	z-index: 1;
}
.static_data::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	background: var(--primary);
	width: 5px;
	border-radius: 50px;
}
.table_topbtns {
	background-color: var(--secondary);
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 24px;
	display: block;
	border-radius: 12px;
}
.check_toggle label::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 26px;
	height: 15px;
	background-color: #cacaca;
	border-radius: 10px;
	transition: 0.5s all;
}
.check_toggle label::before {
	position: absolute;
	content: "";
	top: 3px;
	right: 14px;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	border-radius: 50px;
	z-index: 1;
	transition: 0.5s all;
}
.check_toggle input:checked ~ label::before {
	right: 3px;
	background-color: #fff;
}
.check_toggle label {
	position: relative;
	display: flex;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	height: 18px;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	text-align: center;
	width: 26px;
}
.check_toggle {
	width: 100%;
}
.check_toggle input:checked ~ label::after {
	background-color: var(--secondary);
}
.userdetails {
	border: 1px solid #E6E6E6;
	background-color: #fff;
	border-radius: 14px;
	padding: 22px 14px;
}
.userdetails_img {
	height: 100px;
	width: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
.userdetails_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.userdetails_main h2 {
	font-size: 18px;
	color: rgba(32, 30, 30, 1);
	margin-bottom: 12px;
	font-weight: 700;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.user_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.user_info span {
	font-size: 20px;
	color: rgba(33, 33, 33, 1);
	display: inline-block;
}
.userdetails_main p {
	font-size: 13px;
	color: rgba(32, 30, 30, 1);
	font-weight: 500;
	margin-bottom: 0;
	line-height: 23px;
}
.another_detail {
	font-weight: 500;
	font-size: 20px;
	margin-top: 20px;
	color: rgba(33, 33, 33, 1);
}
.edit_btn {
	background: var(--primary);
	color: #fff !important;
	font-size: 13px;
	padding: 8px 14px;
	display: inline-flex;
	margin-left: 0;
	border-radius: 4px;
	font-weight: 500;
	height: 34px;
	align-items: center;
	justify-content: center;
}
.another_detail span {
	font-weight: 600;
}
.filterdropdown button {
	border-radius: 50px;
	padding: 0;
	height: 42px;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	background-color: var(--primary) !important;
	border: 0;
	box-shadow: unset !important;
}
.filterdropdown .form-select,
.filterdropdown .form-control {
	border-radius: 10px;
	height: 38px;
	padding: 0 8px;
	line-height: 26px;
	font-size: 13px;
}
.ck-powered-by {
	display: none;
}
.filterdropdown .form-design .form-group label {
	font-size: 13px;
	margin-bottom: 3px;
	padding-left: 0;
}
.filterdropdown .form-design .form-group {
	margin-bottom: 5px;
}
.filterdropdown .dropdown-menu::after {
	position: absolute;
	content: '';
	top: -11px;
	right: 14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid white;
}
.filterdropdown .dropdown-menu {
	transform: unset !important;
	top: 59px !important;
	right: -4px !important;
	left: auto !important;
	min-width: 400px;
	text-align: left;
	border: 0 !important;
	border-radius: 12px;
	box-shadow: 0 -5px 16px #00000036;
	padding: 14px 2px;
}
.post_img img {
	height: 100%;
	width: 100%;
	border-radius: 50px;
	object-fit: cover;
}
.post_img {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin-left: -20px;
}
.main_postbox .post_img:first-child {
	margin: 0;
}
.main_postbox {
	display: flex;
}
.followersbox_img {
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.followersbox {
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 10px;
	margin: 0;
	transition: 0.5s all;
}
.followersbox:hover {
	transform: translateY(-10px);
}
.followersbox_img img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.followersbox_main h2 {
	color: rgba(33, 33, 33, 1);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.followersbox_main span {
	color: rgba(98, 98, 98, 1);
	display: block;
	font-size: 16px;
}
.Following_btn {
	background: rgba(18, 16, 45, 1);
	color: #fff !important;
	padding: 10px 20px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	border-radius: 50px;
}
.Followback_btn {
	background: linear-gradient(90.45deg, #12102D 3.42%, #E51955 97.71%);
	color: #fff !important;
	padding: 10px 20px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	border-radius: 50px;
}
.unfriend_btn {
	border: 2px solid var(--secondary);
	color: var(--secondary) !important;
	padding: 10px 20px;
	border-radius: 50px;
}
.postimg_preview img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.postimg_preview {
	height: 460px;
}
.imgpopup .btn-close {
	position: absolute;
	right: -22px;
	color: #fff !important;
	opacity: 1 !important;
	top: -21px;
	filter: invert(1);
}
.back_btn {
    color: #fff !important;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: flex-start;
    font-size: 23px;
}
.postchalleng_tabs .nav-tabs {
	border-bottom: 0;
	border-top: 2px solid rgba(217, 217, 217, 1);
}
.postchalleng_tabs .nav-tabs .nav-link {
	background-color: transparent;
	padding: 15px 0;
	border: 0;
	display: flex;
	align-items: center;
	margin: 0 20px;
	color: rgba(98, 98, 98, 1);
	font-size: 16px;
	font-weight: 450;
	border-top: 2px solid rgba(217, 217, 217, 1);
	border-radius: 0;
	margin-top: -2px;
	outline: 0 !important;
}
.postchalleng_tabs .nav-tabs .nav-link img {
	margin-right: 6px;
	max-height: 22px;
}
.postchalleng_tabs .nav-tabs .nav-link.active {
	border-top: 2px solid rgba(33, 33, 33, 1);
	color: rgba(33, 33, 33, 1);
}
.postchalleng_tabs .nav-tabs .nav-link.active img {
	filter: brightness(0);
}
.postchalleng_top {
	padding: 14px 10px;
}
.postchalleng_pic {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.postchalleng_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.postchalleng_details a {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	display: block;
	color: rgba(33, 33, 33, 1) !important;
}
.timeer {
	color: rgba(98, 98, 98, 1);
	font-size: 15px;
	font-weight: 450;
	display: inline-block;
}
.postchalleng_drop button {
	padding: 0;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: unset !important;
	display: flex;
	align-items: center;
}
.postchalleng_drop .dropdown-menu {
	transform: unset !important;
	top: 39px !important;
	right: -22px !important;
	left: auto !important;
	min-width: 100px;
	text-align: left;
	border: 0 !important;
	border-radius: 6px;
	box-shadow: 0 -5px 16px #00000036;
	padding: 11px 0;
}
.postchalleng_drop .dropdown-menu a {
	font-size: 14px;
	padding: 3px 10px;
	display: block;
}
.postchalleng_drop .dropdown-menu::after {
	position: absolute;
	content: '';
	top: -11px;
	right: 14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid white;
}
.postchalleng_imgbox {
	display: block;
	width: 100%;
	position: relative;
}
.full_post {
	height: 400px;
}
.view_chllngbtn {
	font-weight: 450;
	font-size: 16px;
	color: var(--secondary);
}
.small_post {
	height: 200px;
}
.postchalleng_imgbox>img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.likess img {
	margin-right: 4px;
}
.likess {
	position: absolute;
	top: 20px;
	right: 0;
	background: var(--accent-red);
	border-radius: 20px 0 0 20px;
	display: flex;
	align-items: center;
	height: 28px;
	padding: 5px 5px 5px 8px;
	color: #fff;
	font-size: 14px;
}
.comment_top {
	border-bottom: 1px solid rgba(239, 243, 244, 1);
	padding: 16px 10px;
	align-items: center;
}
.commnet_vew {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: rgba(98, 98, 98, 1) !important;
}
.commnet_vew img {
	margin-right: 10px;
	max-width: 20px;
}
.bookmark_btn img {
	max-width: 15px;
}
.comment_bottom {
	padding: 10px 10px 15px;
}
.comnetname {
	display: flex;
	font-weight: 700;
	font-size: 17px;
	color: rgba(33, 33, 33, 1);
	margin-bottom: 5px;
}
.comnetparra p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(33, 33, 33, 1);
	line-height: 20px;
	margin: 0;
}
.comnetparra {
	margin-bottom: 10px;
}
.comnetname .userid {
	font-weight: 400;
	margin-left: 6px;
}
.hashtag_part a {
	color: rgba(0, 122, 255, 1);
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
}
.hashtag_part {
	margin-bottom: 8px;
	margin-top: -4px;
}
.comment_type .form-control {
	height: 38px;
	border-radius: 30px;
	background: rgba(239, 239, 239, 1);
	border: 0;
	font-size: 16px;
	font-weight: 400;
	box-shadow: unset;
	line-height: 18px;
	width: 100%;
	padding: 10px 20px;
}
.view_comment a {
	color: rgba(33, 33, 33, 1);
	font-size: 16px;
	font-weight: 450;
	display: inline-block;
}
.comment_type {
	margin-bottom: 8px;
}
.emoji {
	background-color: transparent;
	border: 0;
	outline: 0;
	box-shadow: unset;
	position: absolute;
	right: 11px;
	top: 4px;
}
.times_main {
	display: flex;
	align-items: center;
}
.timees_up {
	font-size: 15px;
	font-weight: 450;
	color: var(--accent-red);
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.timees_up img {
	margin-right: 4px;
}
.staticss_box {
	border-radius: 14px;
	padding: 20px 20px;
	background: #fff;
	position: relative;
	overflow: hidden;
	display: block;
}
.staticss_box1 {
	background-color: var(--primary);
}
.toggle_btns {
	display: none;
}
.logo_table {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.logo_table img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%;
}
.logoshow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}
.logoshow img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	width: 100%;
}
.comman_tabs .nav-link {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 30px;
    border: 0 !important;
    border-radius: 50px !important;
    background-color: transparent;
    color: #495057;
    outline: 0 !important;
}
.comman_tabs .nav-link.active {
	background-color: var(--primary);
	color: #fff;
}
.comman_tabs .nav-tabs .nav-item {
	margin-right: 0;
}
.comman_tabs .nav-tabs {
	margin-left: 1px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	display: inline-flex;
	border-radius: 50px;
	overflow: hidden;
}
.editicon {
	background-color: #fff;
	position: absolute;
	bottom: 6px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	border-radius: 50px;
	font-size: 11px;
	right: 6px;
}
.form-select {
	border: 1px solid rgb(175 175 175 / 56%);
	border-radius: 10px;
	height: 50px;
	padding: 0 20px;
	line-height: 40px;
	box-shadow: unset !important;
	font-size: 15px;
	font-weight: 600;
	color: rgba(33, 33, 33, 1);
}
.addpart_btn a {
    background-color: var(--primary);
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}
.accpt {
	background-color: var(--secondary);
	color: #fff !important;
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	font-weight: 600;
	border-radius: 4px;
	height: 22px;
}
.addpart_btn a i {
    margin-right: 6px;
}
.rjet {
	background-color: var(--accent-red);
	color: #fff !important;
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	font-weight: 600;
	border-radius: 4px;
	border-radius: 4px;
	height: 22px;
}
.League_select {
	margin-left: 10px;
}
.League_select .form-select {
	font-size: 13px;
	border: 2px solid rgba(239, 239, 239, 1) !important;
	border-radius: 6px;
	height: 38px;
	padding: 0 34px 0 10px;
	line-height: 20px;
}
.comman_border_design {
	border: 1px solid #E0E0E0;
	margin: 0;
	border-radius: 12px;
	padding: 30px 7px 15px;
}
.sales-form-heading h3 {
	font-size: 18px;
	font-weight: 600;
	color: #051036;
	line-height: 16px;
	margin-bottom: 18px;
}
.form-design .form-group label {
	font-size: 13px;
	font-weight: 600;
	color: rgba(32, 30, 30, 1);
	margin-bottom: 5px;
	padding-left: 0;
	text-transform: capitalize;
}
.reject_modal {
	text-align: center;
	padding: 40px 30px;
}
.reject_modal>img {
	max-width: 120px;
	margin-bottom: 20px;
}
.file_iconss {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #ECF2F7;
}
.reject_modal h2 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
.file_upload {
	border: 1px dashed #E0E0E0;
	border-radius: 10px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
.file_upload span {
	font-size: 10px;
	color: #6E7594;
	display: block;
	margin-top: 6px;
}
.file_iconss img {
	max-width: 27px;
}
.Files_uploaded_namee a {
	font-size: 15px;
	font-weight: 600;
	display: block;
	color: rgba(32, 30, 30, 1);
}
.comman_tabs .comman_inner_tabs .nav-link {
	font-size: 14px;
	padding: 12px 30px;
	text-transform: capitalize;
	border-radius: 50px !important;
	background-color: #f2f2f2;
}
.comman_tabs .comman_inner_tabs .nav-link.active {
	background-color: var(--primary);
}
.comman_tabs .comman_inner_tabs .nav-tabs {
	background-color: #f2f2f2;
	border-radius: 50px;
	overflow: hidden;
	display: inline-flex;
}
.playoff_box {
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: rgba(239, 239, 239, 1);
	border-radius: 10px;
	padding: 12px 20px;
	font-weight: 600;
	position: relative;
}
.playooff_mathes .playoff_box:first-child {
	margin-bottom: 25px;
}
.playoff_1 {
	margin-bottom: 35px;
	padding-right: 40px;
}
.playooff_mathes {
	position: relative;
	background-color: #fff;
}
.playoff_2 {
	margin-left: 40px;
	background-color: transparent;
}
.team_name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(239, 239, 239, 1);
	height: 28px;
	width: 28px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 11px;
	margin-right: 10px;
}
.boxxinner_01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.playoff_1::after {
	position: absolute;
	content: '';
	right: 0;
	height: 64%;
	width: 2px;
	background-color: rgba(239, 239, 239, 1);
	top: 50%;
	transform: translateY(-50%);
}
.playooff_main_2 {
	position: relative;
	width: 100%;
	transform: translateY(-18px);
}
.playooff_main_2::before {
	position: absolute;
	content: '';
	left: -26px;
	height: 2px;
	width: 71%;
	background-color: rgba(239, 239, 239, 1);
	top: -20px;
}
.playooff_main_2::after {
	position: absolute;
	content: '';
	left: -26px;
	height: 2px;
	width: 71%;
	background-color: rgba(239, 239, 239, 1);
	bottom: -20px;
}
.playoff_box::after {
	position: absolute;
	content: '';
	right: -40px;
	height: 2px;
	width: 55px;
	background-color: rgba(239, 239, 239, 1);
	top: 50%;
	transform: translateY(-50%);
}
.playoff_2::before {
	position: absolute;
	content: '';
	right: 0;
	height: 16%;
	width: 2px;
	background-color: rgba(239, 239, 239, 1);
	left: 0;
	margin: 0 auto;
	top: -18px;
}
.playoff_2::after {
	position: absolute;
	content: '';
	right: 0;
	height: 16%;
	width: 2px;
	background-color: rgba(239, 239, 239, 1);
	left: 0;
	margin: 0 auto;
	bottom: -18px;
}
.linee {
	position: absolute;
	content: '';
	right: -40px;
	height: 64%;
	width: 2px;
	background-color: rgba(239, 239, 239, 1);
	top: 50%;
	transform: translateY(-50%);
}
.final_play .playooff_main_2::before {
	left: 16px;
	height: 2px;
	width: 52%;
	top: -94px;
}
.final_play .playoff_2::before {
	right: 0;
	height: 86%;
	width: 2px;
	left: 0;
	top: -94px;
}
.final_play .playooff_main_2::after {
	bottom: -20px;
	left: 16px;
	height: 2px;
	width: 52%;
	bottom: -94px;
}
.final_play .playoff_2::after {
	right: 0;
	height: 86%;
	width: 2px;
	left: 0;
	bottom: -92px;
}
.trophy_bxo {
	display: flex;
	align-items: center;
}
.trophy_bxo .playooff_main {
	width: 100%;
	margin-left: 60px;
	position: relative;
}
.trophy_bxo .playoff_box::after {
	left: -46px;
	height: 2px;
	width: 55px;
}
.winner {
	max-width: 150px;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.trophy_bxo .playooff_mathes {
	margin-top: -35px;
}
.certificate-img img {
	width: 100%;
}
.fiterbutton a {
	border-radius: 12px;
	padding: 0;
	height: 42px;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	background-color: var(--primary) !important;
	border: 0;
	color: #fff !important;
	box-shadow: unset !important;
}
.filterdropdown .form-design .checkbox_main label {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 450;
}
.checkbox_main label::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	background-image: url(../img/tick.png);
	height: 13px;
	width: 13px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s all;
	opacity: 0;
}
.winnerpeople {
	color: var(--accent-yellow);
	font-size: 20px;
	position: absolute;
	bottom: -37px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 600;
}
.checkbox_main label::after {
	position: absolute;
	content: '';
	top: 1px;
	left: 0px;
	height: 18px;
	width: 18px;
	border: 1px solid rgba(219, 219, 219, 1);
	border-radius: 3px;
}
.checkbox_main input:checked ~ label::before {
	opacity: 1;
}
.fitermoddel .modal-content {
	border-radius: 10px;
}
.fitermoddel .modal-dialog {
	max-width: 700px;
}
.fitermoddel .form-design .form-group .form-select,
.fitermoddel .form-design .form-group .form-control {
	border-radius: 6px;
	height: 38px;
	padding: 0 10px;
	line-height: 27px;
	font-size: 13px;
}
.fitermoddel .form-design .form-group label {
	font-size: 12px;
	font-weight: 500;
	color: rgba(32, 30, 30, 1);
	margin-bottom: 3px;
	padding-left: 0;
	text-transform: capitalize;
}
.fitermoddel .comman_btn {
	font-size: 13px;
	padding: 10px 18px;
	border-radius: 6px;
}
.fitermoddel .form-design .checkbox_main label {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 450;
}
.fitermoddel .form-design .checkbox_main label {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 450;
}
.fitermoddel .form-design .checkbox_main label::after {
	top: 1px;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 3px;
}
.fitermoddel .form-design .checkbox_main label::before {
	top: 1px;
	left: 1px;
}
.act_commisnior .form-design .form-group label {
	font-size: 13px;
	margin-bottom: 5px;
}
.act_commisnior .modal-title {
	font-size: 16px;
	font-weight: 700;
}
.act_commisnior .modal-dialog {
	max-width: 350px;
}
.act_commisnior .form-design .form-group .form-control {
	border-radius: 6px;
	height: 44px;
	padding: 0 15px;
	line-height: 27px;
	font-size: 14px;
}
.act_commisnior .comman_btn {
	font-size: 15px;
}
.translation-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	width: 128px;
	margin: 0 8px;
	border-radius: 10px;
	padding: 0;
	color: #757575;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	border: 2px solid #ffffff;
	height: 50px;
}
.translation-links a img {
	margin-right: 10px;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	object-fit: cover;
}
.flag-lists_in.active a {
	background-color: var(--primary);
	color: #fff;
	border-color: var(--primary);
}
.language_change img {
	max-width: 100%;
	width: 30px;
	object-fit: cover;
	height: 30px;
	border-radius: 50%;
	margin-right: 6px;
}
.language_change {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #f2f2f2;
	border-radius: 6px;
	padding: 4px 10px;
	font-weight: 500;
	font-size: 14px;
	color: rgba(32, 30, 30, 1);
}
.heading_dashbord h1 {
	font-weight: 900;
	color: var(--primary);
	font-size: 36px;
}
.heading_dashbord {
	font-weight: 900;
}
.pagename {
	color: #95BFE5;
	font-weight: 900;
	font-size: 22px;
}
.Playoff_tourname {
	background: #95BFE5;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	color: #241F20;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 21px;
}
.rounde_design {
	display: inline-flex;
	border: 0.71px solid #95BFE5;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 14.63px;
	color: #fff;
	border-radius: 13px;
	height: 25px;
	padding: 0 10px;
	background: #241F20;
	z-index: 1;
	position: relative;
}
.rounde_design span {
	background: #95BFE5;
	height: 15px;
	width: 15px;
	border-radius: 50px;
	font-size: 14.29px;
	font-weight: 600;
	line-height: 17.41px;
	color: #241F20;
	margin-left: 5px;
}
.Playoff_teams4 {
	background: #221D1B;
	border-radius: 12px;
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.Playoff_teams2 {
	background: #221D1B;
	border-radius: 12px;
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.Playoff_teams4_box {
	background: #003087;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 78px;
}
.Playoff_col {
	width: 38%;
}
.Playoff_teams4_left {
	width: 42%;
	position: relative;
}
.Playoff_teams4_left .Playoff_teams4_box:first-child {
	border-radius: 12px 12px 0 0;
	border-bottom: 0.43px dashed #BFBFBF;
}
.Playoff_teams4_left .Playoff_teams4_box:nth-child(2) {
	border-radius: 0 0 12px 12px;
}
.Playoff_teams4_left::after {
	position: absolute;
	content: '';
	top: 50%;
	left: -10px;
	background-color: #221D1B;
	height: 19px;
	width: 19px;
	border-radius: 50px;
	transform: translateY(-50%);
	z-index: 1;
}
.Playoff_teams4_left::before {
	position: absolute;
	content: '';
	top: 50%;
	left: auto;
	right: -10px;
	background-color: #221D1B;
	height: 19px;
	width: 19px;
	border-radius: 50px;
	transform: translateY(-50%);
	z-index: 1;
}
.Playoff_teams2_box {
	background: #6F0F3B;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 61px;
	border-radius: 12px;
	width: 100%;
}
.Playoff_teams2_left {
	width: 42%;
	position: relative;
}
.border_design {
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.border_design span {
	background-color: #95BFE5;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.border_design::after {
	position: absolute;
	content: '';
	top: 9px;
	left: 2px;
	right: 0;
	z-index: 1;
	height: 83px;
	border-left: 0.43px dashed #BFBFBF;
	margin: 0 auto;
	width: 1px;
}
.Playoff_teams2 .border_design::after {
	height: 42px;
}
.Playoff_teams2::after {
	position: absolute;
	content: '';
	bottom: -35px;
	left: 2px;
	right: 0;
	z-index: 1;
	height: 1px;
	border-bottom: 0.43px dashed #BFBFBF;
	margin: 0 auto;
	width: 201px;
}
.roundd3 {
	padding-top: 80px;
	position: relative;
}
.roundd3::after {
	position: absolute;
	content: '';
	top: -11px;
	left: 2px;
	right: 0;
	z-index: 1;
	height: 92px;
	border-left: 0.43px dashed #BFBFBF;
	margin: 0 auto;
	width: 1px;
}
.Playoff_bottom .Playoff_teams4 {
	margin-top: 65px;
}
.Playoff_bottom .Playoff_teams4 .border_design {
	top: -6px;
}
.Playoff_bottom .Playoff_teams4 .border_design::after {
	top: -79px;
	z-index: 1;
	height: 83px;
}
.Playoff_bottom .Playoff_teams2 .border_design {
	top: -6px;
}
.Playoff_bottom .Playoff_teams2 .border_design::after {
	top: -39px;
	z-index: 1;
	height: 42px;
}
.Playoff_bottom .Playoff_teams2::after {
	top: -35px;
	bottom: auto;
	width: 201px;
}
.drawdesign {
	background-color: #241F20;
}
.Playoff_teamswinner {
	background: #221D1B;
	border-radius: 12px;
	padding: 10px 10px;
	display: inline-flex;
	justify-content: center;
	position: relative;
	margin-bottom: 120px;
}
.Playoff_teamswinner::after {
	position: absolute;
	content: '';
	top: 79px;
	left: 2px;
	right: 0;
	z-index: 1;
	height: 95px;
	border-left: 0.43px dashed #BFBFBF;
	margin: 0 auto;
	width: 1px;
}
.teamswinner_box span {
	display: block;
	color: aliceblue;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	margin-top: 2px;
}
.teamswinner_box {
	border-radius: 12px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6F0F3B;
	padding: 0 30px;
}
.dashboarddesign {
	background: var(--primary);
	border-radius: 14px;
	padding: 30px 30px;
	height: 270px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.dashboarddesign h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 14px;
}
.dashboarddesign p {
	color: #fff;
	font-size: 15px;
	margin: 0;
}
.viewprofilee {
	background-color: #fff;
	font-size: 14px;
	padding: 9px 20px;
	display: inline-flex;
	margin-top: 100px;
	border-radius: 50px;
	font-weight: 600;
	color: var(--primary);
}
.dashboarddesign img {
	max-width: 210px;
	position: absolute;
	right: 20px;
	bottom: -18px;
}
.rounded-12 {
	border-radius: 12px;
}
.chat-box {
	width: 100%;
	height: calc(100vh - 130px);
	background: white;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.chatpic {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	overflow: hidden;
}
.chatpic img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.chat-header {
	background: #4facfe;
	color: white;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.chat-body {
	padding: 20px;
	overflow-y: auto;
	background: #fff;
	height: calc(100vh - 200px);
	width: 75%;
}
.chatleftpart {
	width: 30%;
	background: #4facfe;
	padding: 20px 12px;
	overflow-y: auto;
	height: calc(100vh - 200px);
}
.chatleftlink {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 12px 16px 12px 30px;
	transition: 0.3s ease-in-out;
	margin-bottom: 10px;
}
.chatleftlink:hover {
	background-color: #fff;
}
.chatleftlink.active {
	background-color: #fff;
}
.chatleftpart::-webkit-scrollbar {
	display: none;
}
.chatleftlink:hover .chatusrname {
	color: #000;
}
.chatleftlink.active .chatusrname {
	color: #000;
}
.chatusr img {
	max-width: 30px;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	margin-left: -16px;
}
.chatusrname {
	width: 80%;
	font-size: 14px;
	font-weight: 600;
	padding-left: 8px;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.message {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	max-width: 100%;
}
.mainchat {
	width: 92%;
	margin-left: 10px;
}
.user-message {
	align-self: flex-start;
}
.admin-message {
	align-self: flex-end;
	text-align: right;
	margin-left: auto;
}
.bubble {
	padding: 15px 20px;
	border-radius: 8px;
	word-wrap: break-word;
	font-size: 14px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.user-message .bubble {
	background: linear-gradient(to right, #ffecd2, #fcb69f);
	color: #333;
}
.admin-message .bubble {
	background: linear-gradient(to right, #a1c4fd, #c2e9fb);
	color: #333;
}
.timestamp {
	font-size: 11px;
	color: #888;
	margin-top: 5px;
}
.chat-body::-webkit-scrollbar {
	width: 6px;
}
.chat-body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.modal-header {
	background-color: var(--primary);
}
.modal-content {
	border-radius: 15px;
	border: 0;
	overflow: hidden;
}
.user-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
/* Checkbox Container */

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
}
/* Hide default checkbox */

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Custom checkbox style */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #eee;
	border-radius: 6px;
	transition: background-color 0.3s;
}
/* On hover */

.checkbox-container:hover input ~ .checkmark {
	background-color: #f5b07d;
}
/* When checked */

.checkbox-container input:checked ~ .checkmark {
	background-color: #ff6600;
}
/* Checkmark (tick) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
.chatinner {
	display: flex;
}
/* Checkmark style */

.checkbox-container .checkmark:after {
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.admin_siderbarr ul {
	padding: 0;
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 2;
}
#accountSubmenu {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease;
	background: #fff;
}
#accountSubmenu li a {
	color: var(--primary);
	font-size: 14px;
	margin: 0!Important;
	border-bottom: 1px solid #bfbfbf;
	border-radius: 0;
}
#accountSubmenu.show {
	max-height: 200px;
	/* Adjust as needed */
}
.admin_siderbarr a span.fas.fa-caret-down {
	position: absolute;
	right: 0;
	margin: 0;
}
[data-theme="dark"] {
	background: #111;
	color: #fff;
}
[data-theme="light"] {
	background: #fff;
	color: #111;
}
.authlogotext {
	backdrop-filter: blur(8px);
	background: rgba(0, 0, 0, 0.25);
	color: #fff !important;
	font-weight: 800;
	font-size: 42px;
	border-radius: 10px;
	padding: 0 30px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.authlogotext span {
	color: var(--primary);
}
.dashboard-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-bottom: 20px;
}
/* Welcome Card */

.welcome-card {
	background: var(--primary);
	border-radius: 14px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	/* animation: slideInLeft 0.6s 
ease-out; */
	grid-column: span 1;
}
.welcome-card::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
	animation: rotate 20s linear infinite;
}
.welcome-content {
	position: relative;
	z-index: 1;
}
.welcome-card h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.welcome-card p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	margin-bottom: 25px;
}
.view-profile-btn {
	display: inline-block;
	background: #fff;
	color: var(--primary);
	font-size: 15px;
	padding: 9px 23px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.view-profile-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.cartoon-illustration {
	position: absolute;
	bottom: -15px;
	right: 130px;
	font-size: 120px;
	opacity: 0.3;
	animation: float 3s ease-in-out infinite;
}
/* Stats Container */

.stats-container {
	display: grid;
	gap: 20px;
	animation: slideInRight 0.6s ease-out;
}
.password-wrapper {
	position: relative;
}
.password-wrapper .toggle-eye {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #777;
	font-size: 18px;
}
.password-wrapper .toggle-eye:hover {
	color: #333;
}
body.dark-theme .welcome-card {
	background: #2d2d2d;
}
body.dark-theme .stat-value {
	color: #2d2d2d;
}
body.dark-theme .login_page {
	background: #2d2d2d;
}
.theme-toggle-btn {
	background: transparent;
	border-radius: 50px;
	transition: all 0.3s ease;
	box-shadow: unset !important;
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff52 !important;
	font-weight: 600;
	color: #fff !important;
}
.theme-toggle-btn:hover {
	background: rgba(0, 0, 0, 0.05);
	border-color: #999;
}
/* Dark theme styles */

body.dark-theme {
	background: #1a1a1a;
	color: #ffffff;
}
body.dark-theme .admin_header {
	background-color: #2d2d2d;
}
body.dark-theme .theme-toggle-btn {
	border-color: #555;
	color: #fff;
}
body.dark-theme .theme-toggle-btn:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #888;
}
/* Demo Content Area */

.content-area {
	margin-left: 280px;
	padding: 30px;
}
.content-area h1 {
	color: #333;
	margin-bottom: 10px;
}
.content-area p {
	color: #666;
}
.dark-theme .admin_sidebar {
	background: #2d2d2d;
}
.countnotification {
	background: #ff3b30;
	color: #fff;
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 10px;
	margin-left: auto;
	font-weight: 600;
}
span.select2-selection.select2-selection--multiple {
	background: transparent;
	border: 1px solid rgb(175 175 175 / 56%) !important;
	border-radius: 50px;
	padding: 10px 20px;
	line-height: 25px;
	box-shadow: unset !important;
	font-size: 14px;
	font-weight: 500;
	color: rgba(33, 33, 33, 1);
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0;
	position: relative;
	top: 0;
	margin: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
	position: relative;
	top: -6px;
}
.notificationhead {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin-left: auto;
	font-size: 20px;
	color: var(--primary);
	position: relative; 
}
.notificationhead span {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 10px;
	height: 20px;
	width: 20px;
	background-color: #f20;
	color: #fff;
	font-weight: 700;
	position: absolute;
	right: -5px;
	top: -5px;
	border: 2px solid #fff;
}
.chat-container {
	display: flex;
	height: calc(100vh - 242px);
	border-radius: 20px;
	overflow: hidden;
}
/* Left Sidebar - Conversations */

.conversations-sidebar {
	width: 320px;
	background: white;
	border-right: 1px solid #e5e7eb;
	display: flex;
	flex-direction: column;
}
.sidebar-header {
	padding: 20px;
	border-bottom: 1px solid #e5e7eb;
}
.sidebar-header h1 {
	font-size: 20px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 16px;
}
.search-bar {
	position: relative;
}
.search-bar input {
	width: 100%;
	padding: 10px 10px 10px 36px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 14px;
	outline: none;
}
.search-bar input:focus {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.search-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
}
.conversations-list {
	flex: 1;
	overflow-y: auto;
}
.conversation-item {
	padding: 16px;
	border-bottom: 1px solid #f3f4f6;
	cursor: pointer;
	transition: background 0.2s;
	display: flex;
	gap: 12px;
}
.conversation-item:hover {
	background: #f9fafb;
}
.conversation-item.active {
	background: #eff6ff;
}
.avatar-container {
	position: relative;
}
.avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
	font-size: 16px;
}
.avatar.blue {
	background: #3b82f6;
}
.avatar.green {
	background: #10b981;
}
.avatar.purple {
	background: #8b5cf6;
}
.avatar.orange {
	background: #f97316;
}
.avatar.pink {
	background: #ec4899;
}
.online-indicator {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	background: #10b981;
	border: 2px solid white;
	border-radius: 50%;
}
.conversation-content {
	flex: 1;
	min-width: 0;
}
.conversation-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}
.conversation-name {
	font-weight: 600;
	color: #1f2937;
	font-size: 14px;
}
.conversation-time {
	font-size: 11px;
	color: #6b7280;
}
.user-type {
	font-size: 11px;
	color: #3b82f6;
	margin-bottom: 4px;
}
.last-message {
	font-size: 13px;
	color: #6b7280;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.unread-badge {
	width: 20px;
	height: 20px;
	background: #3b82f6;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 600;
}
/* Main Chat Area */

.chat-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #f9fafb;
}
.chat-header {
	background: white;
	border-bottom: 1px solid #e5e7eb;
	padding: 16px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chat-header-left {
	display: flex;
	align-items: center;
	gap: 12px;
}
.chat-header-info h2 {
	font-size: 16px;
	font-weight: 600;
	color: #1f2937;
}
.chat-header-status {
	font-size: 12px;
	color: #6b7280;
	text-align: left;
}
.chat-actions {
	display: flex;
	gap: 8px;
}
.icon-btn {
	width: 36px;
	height: 36px;
	border: none;
	background: transparent;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}
.icon-btn:hover {
	background: #f3f4f6;
}
.messages-area {
	flex: 1;
	overflow-y: auto;
	padding: 24px;
}
.message {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
}
.message.admin {
	flex-direction: row-reverse;
}
.message-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
	font-size: 12px;
	flex-shrink: 0;
}
.message-avatar.admin-avatar {
	background: #6366f1;
}
.message-content {
	max-width: 480px;
}
.message-bubble {
	padding: 12px 16px;
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.5;
}
.message.customer .message-bubble {
	background: white;
	color: #1f2937;
	border: 1px solid #e5e7eb;
}
.message.admin .message-bubble {
	background: #6366f1;
	color: white;
}
.message-meta {
	font-size: 11px;
	color: #6b7280;
	margin-top: 4px;
	display: flex;
	align-items: center;
	gap: 4px;
}
.message.admin .message-meta {
	justify-content: flex-end;
}
.message-input-container {
	background: white;
	border-top: 1px solid #e5e7eb;
	padding: 16px 24px;
}
.message-input-wrapper {
	display: flex;
	align-items: flex-end;
	gap: 8px;
}
.input-field {
	flex: 1;
	background: #f3f4f6;
	border-radius: 24px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
}
.input-field input {
	flex: 1;
	border: none;
	background: transparent;
	outline: none;
	font-size: 14px;
	color: #1f2937;
}
.send-btn {
	width: 44px;
	height: 44px;
	background: #6366f1;
	border: none;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}
.send-btn:hover {
	background: #4f46e5;
}
/* Right Sidebar - User Info */

.user-info-sidebar {
	width: 320px;
	background: white;
	border-left: 1px solid #e5e7eb;
	padding: 24px;
	overflow-y: auto;
}
.user-profile {
	text-align: center;
	margin-bottom: 24px;
}
.user-profile .avatar {
	width: 80px;
	height: 80px;
	font-size: 28px;
	margin: 0 auto 16px;
}
.user-profile h3 {
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 4px;
}
.user-profile .user-type {
	font-size: 14px;
	margin-bottom: 16px;
}
.profile-actions {
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
}
.btn {
	flex: 1;
	padding: 10px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	border: none;
}
.btn-primary {
	background: #6366f1;
	color: white;
}
.btn-primary:hover {
	background: #4f46e5;
}
.btn-secondary {
	background: white;
	color: #374151;
	border: 1px solid #d1d5db;
}
.btn-secondary:hover {
	background: #f9fafb;
}
.info-section {
	border-top: 1px solid #e5e7eb;
	padding-top: 16px;
	margin-bottom: 16px;
}
.info-section h4 {
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 12px;
}
.info-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 13px;
}
.info-label {
	color: #6b7280;
}
.info-value {
	color: #1f2937;
	font-weight: 500;
}
.quick-action {
	width: 100%;
	text-align: left;
	padding: 10px 12px;
	background: transparent;
	border: none;
	border-radius: 8px;
	font-size: 13px;
	color: #374151;
	cursor: pointer;
	transition: background 0.2s;
	margin-bottom: 4px;
}
.quick-action:hover {
	background: #f3f4f6;
}
.quick-action.danger {
	color: #dc2626;
}
/* Icons */

.icon {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
}
.icon-sm {
	width: 14px;
	height: 14px;
}
.loginmain .logo {
	color: var(--primary);
	font-size: 42px;
}
.loginmain .logo span {
	color: var(--accent-yellow);
}
.submenu {
	display: none;
	padding: 0;
	background: #F6BE00;
	border-radius: 10px;
	padding: 10px 0;
}
.submenu > li > a:hover,
.submenu > li > a.active {
	background: rgb(30 30 30 / 15%);
	color: #fff;
	transform: unset;
}
.submenu > li > a {
	box-shadow: unset !important;
}
.submenu-arrow {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.submenu.show {
	display: block;
}
/* Select2 container */

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	background: transparent;
	border: 1px solid rgb(175 175 175 / 56%);
	border-radius: 50px;
	padding: 0 45px 0 20px;
	box-shadow: unset !important;
	font-size: 14px;
	font-weight: 500;
	color: rgba(33, 33, 33, 1);
	display: flex;
	align-items: center;
}
/* Remove default outline */

.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus {
	outline: none;
}
/* Multiple selected items */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: transparent;
	border: none;
	color: rgba(33, 33, 33, 1);
	font-size: 13px;
	padding: 0 5px;
}
/* Remove cross background */

.select2-container--default .select2-selection__choice__remove {
	color: rgba(33, 33, 33, 1);
	margin-right: 4px;
}
/* Placeholder text */

.select2-container--default .select2-selection__placeholder {
	color: rgba(33, 33, 33, 0.6);
}
/* Arrow */

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	pointer-events: none;
}
.select2-container--default .select2-selection__arrow b {
	display: none;
}
/* Custom arrow using CSS */

.select2-container--default .select2-selection--single::after,
.select2-container--default .select2-selection--multiple::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid rgba(33, 33, 33, 1);
	border-bottom: 2px solid rgba(33, 33, 33, 1);
	transform: translateY(-50%) rotate(45deg);
}
/* Dropdown */

.select2-dropdown {
	border: 1px solid rgb(175 175 175 / 56%);
	border-radius: 12px;
	padding: 5px;
}
/* Dropdown option */

.select2-results__option {
	font-size: 14px;
	padding: 8px 12px;
}
/* Selected & Hover */

.select2-results__option--highlighted {
	background-color: rgba(33, 33, 33, 0.05);
	color: rgba(33, 33, 33, 1);
}
.select2-results__option--selected {
	background-color: rgba(33, 33, 33, 0.08);
	color: rgba(33, 33, 33, 1);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	position: relative;
}
.stat_sm {
	padding: 20px 16px;
	border-radius: 10px;
}
.stat_sm .stat-label {
	max-width: 100px;
}
.stat_sm .stat-icon {
	top: 24px;
	right: 13px;
	font-size: 32px;
}
.stat_sm .stat-value {
	font-size: 34px;
	margin-bottom: 5px;
}
.auditphotos {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border-radius: 10px;
}
.auditphotos img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.comman_tabs .tabsscrollable {
	display: flex;
	white-space: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.modal-title {
	margin-bottom: 0;
	color: #fff;
	line-height: 1.5;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 30px;
	border-radius: 50px !important;
}
/* Enhanced Sidebar Design */



.welcome-card {
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	border-radius: 20px;
	padding: 35px 40px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(184, 110, 73, 0.2);
}
.welcome-card::before {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}
.welcome-card::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: -30px;
	width: 150px;
	height: 150px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.welcome-content {
	position: relative;
	z-index: 2;
}
.welcome-content h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 8px;
}
.welcome-content p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	margin: 0;
}
/* Filter Toggle Button */

.filter-toggle-btn {
	width: 100%;
	background: #fff;
	border: 2px solid #e5e5e5;
	border-radius: 12px;
	padding: 18px 25px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-weight: 600;
	color: var(--dark);
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.filter-toggle-btn:hover {
	border-color: var(--secondary);
	background: #fafafa;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.filter-toggle-btn i:first-child {
	color: var(--primary);
	font-size: 18px;
}
.filter-toggle-btn span {
	flex: 1;
	text-align: left;
}
.filter-toggle-btn i:last-child {
	color: #94a3b8;
	transition: transform 0.3s ease;
}
.filter-toggle-btn.active i:last-child {
	transform: rotate(180deg);
}
/* Filter Section */

.filter-section {
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-10px);
}
 
.filter-group label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 8px;
}
.filter-group label i {
	color: var(--primary);
	font-size: 14px;
}
.filter-group select,
.filter-group input {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e5e5e5;
	border-radius: 10px;
	font-size: 14px;
	transition: all 0.3s ease;
	background: #f9f9f9;
}
.filter-group select:focus,
.filter-group input:focus {
	border-color: var(--secondary);
	outline: none;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(197, 149, 104, 0.1);
}
.filter-actions {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.btn-apply,
.btn-reset {
	padding: 12px 30px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-apply {
	background: linear-gradient(135deg, var(--primary), var(--secondary));
	color: #fff;
	box-shadow: 0 4px 15px rgba(184, 110, 73, 0.3);
}
.btn-apply:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(184, 110, 73, 0.4);
}
.btn-reset {
	background: #f1f5f9;
	color: var(--dark);
}
.btn-reset:hover {
	background: #e2e8f0;
}
/* Stats Cards */

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	margin-bottom: 30px;
}
.stat-card {
	background: #fff;
	border-radius: 18px;
	padding: 28px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #f1f5f9;
}
.stat-card::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	background: var(--card-gradient);
	opacity: 0.1;
	border-radius: 50%;
	transform: translate(30%, -30%);
	transition: all 0.3s ease;
}
.stat-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.stat-card:hover::before {
	transform: translate(30%, -30%) scale(1.2);
}
.stat-card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}
.stat-trend {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 20px;
}
.trend-up {
	background: rgba(16, 185, 129, 0.1);
	color: var(--success);
}
.trend-down {
	background: rgba(239, 68, 68, 0.1);
	color: var(--danger);
}
.stat-content {
	position: relative;
	z-index: 2;
}
.stat-label {
	font-size: 14px;
	color: #64748b;
	font-weight: 500;
	margin-bottom: 8px;
}
.stat-value {
	font-size: 32px;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 5px;
}
.stat-description {
	font-size: 12px;
	color: #94a3b8;
}
/* Color variations */

.stat-card.primary .stat-icon-wrapper {
	background: linear-gradient(135deg, var(--primary), var(--secondary));
}
.stat-card.primary {
	--card-gradient: linear-gradient(135deg, var(--primary), var(--secondary));
}
.stat-card.success .stat-icon-wrapper {
	background: linear-gradient(135deg, #10b981, #059669);
}
.stat-card.success {
	--card-gradient: linear-gradient(135deg, #10b981, #059669);
}
.stat-card.info .stat-icon-wrapper {
	background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.stat-card.info {
	--card-gradient: linear-gradient(135deg, #3b82f6, #2563eb);
}
.stat-card.warning .stat-icon-wrapper {
	background: linear-gradient(135deg, #f59e0b, #d97706);
}
.stat-card.warning {
	--card-gradient: linear-gradient(135deg, #f59e0b, #d97706);
}
.stat-card.purple .stat-icon-wrapper {
	background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}
.stat-card.purple {
	--card-gradient: linear-gradient(135deg, #8b5cf6, #7c3aed);
}
.stat-card.danger .stat-icon-wrapper {
	background: linear-gradient(135deg, #ef4444, #dc2626);
}
.stat-card.danger {
	--card-gradient: linear-gradient(135deg, #ef4444, #dc2626);
}
.chart-card {
	background: #fff;
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.chart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.chart-header h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--dark);
	margin: 0;
}
.chart-tabs {
	display: flex;
	gap: 10px;
	background: #f1f5f9;
	padding: 5px;
	border-radius: 10px;
}
.chart-tab {
	padding: 8px 16px;
	border: none;
	background: transparent;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 600;
	color: #64748b;
	cursor: pointer;
	transition: all 0.3s ease;
}
.chart-tab.active {
	background: #fff;
	color: var(--primary);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.chart-placeholder {
	height: 350px;
	background: linear-gradient(to bottom, #f8fafc, #f1f5f9);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	font-size: 14px;
}
/* Activity List */

.activity-item {
	display: flex;
	gap: 15px;
	padding: 15px 0;
	border-bottom: 1px solid #f1f5f9;
}
.activity-item:last-child {
	border-bottom: none;
}
.activity-icon {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}
.activity-content {
	flex: 1;
}
.activity-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 4px;
}
.activity-time {
	font-size: 12px;
	color: #94a3b8;
}
/* Animations */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate {
	animation: fadeInUp 0.6s ease-out;
}
.propertyimg {
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}
.propertyimg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.admin_contentpart .welcome-card {
    background: linear-gradient(135deg, #FF2A1A 0%, #FF6A00 60%, #5a2d82 100%);
    border-radius: 16px;
    padding: 28px 36px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .admin_contentpart .welcome-card::before {
    content: '';
    position: absolute;
    width: 300px; height: 300px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -100px; right: -80px;
  }

  .admin_contentpart .welcome-card::after {
    content: '';
    position: absolute;
    width: 200px; height: 200px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
    bottom: -80px; right: 80px;
  }

  .admin_contentpart .welcome-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
  }

  .admin_contentpart .welcome-content p {
    font-size: 13px;
    color: rgba(255,255,255,0.72);
    font-weight: 400;
  }

  .admin_contentpart .welcome-date {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    background: rgba(255,255,255,0.12);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }

  /* ── FILTER TOGGLE BUTTON ── */
  .admin_contentpart .filter-toggle-wrapper {
    margin-bottom: 20px;
  }

  .admin_contentpart .filter-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid rgba(135,48,135,0.2);
    color: #FF2A1A;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(135,48,135,0.1);
  }

  .admin_contentpart .filter-toggle-btn:hover {
    background: #FF2A1A;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(135,48,135,0.3);
  }

  .admin_contentpart .filter-toggle-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
  }

  .admin_contentpart .filter-toggle-btn.open i.fa-chevron-down {
    transform: rotate(180deg);
  }

  /* ── FILTER SECTION ── */
  .admin_contentpart .filter-section {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 24px;
    border: 1px solid rgba(135,48,135,0.1);
    box-shadow: 0 4px 20px rgba(135,48,135,0.06);
    animation: slideDown 0.3s ease;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .admin_contentpart .filter-section .filter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
  }

  .admin_contentpart .filter-section .filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .admin_contentpart .filter-section .filter-group label {
    font-size: 11px;
    font-weight: 600;
    color: #5E5F60;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .admin_contentpart .filter-section .filter-group label i {
    color: #FF6A00;
    font-size: 12px;
  }

  .admin_contentpart .filter-section .filter-group select,
  .admin_contentpart .filter-section .filter-group input[type="date"] {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #121212;
    background: #f8f6fc;
    border: 1px solid rgba(135,48,135,0.15);
    border-radius: 8px;
    padding: 10px 14px;
    outline: none;
    cursor: pointer;
    transition: all 0.25s;
    appearance: none;
    -webkit-appearance: none;
  }

  .admin_contentpart .filter-section .filter-group select:focus,
  .admin_contentpart .filter-section .filter-group input[type="date"]:focus {
    border-color: #FF2A1A;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(135,48,135,0.1);
  }

  .admin_contentpart .filter-section .filter-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-top: 4px;
    border-top: 1px solid rgba(135,48,135,0.08);
    padding-top: 18px;
  }

  .admin_contentpart .filter-section .btn-apply {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(135deg, #FF2A1A, #FF6A00);
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(135,48,135,0.3);
  }

  .admin_contentpart .btn-apply:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(135,48,135,0.4);
  }

  .admin_contentpart .btn-reset {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
    color: #5E5F60;
    border: 1px solid rgba(94,95,96,0.3);
    padding: 10px 22px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
  }

  .admin_contentpart .btn-reset:hover {
    background: #f4f3f8;
    color: #121212;
    border-color: #5E5F60;
  }

  /* ── STATS SECTION TITLE ── */
  .admin_contentpart .section-heading {
    font-size: 14px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 16px;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .admin_contentpart .section-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(135,48,135,0.12);
  }

  /* ── STATS GRID ── */
.admin_contentpart .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

  /* ── STAT CARD ── */
  .admin_contentpart .stat-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 22px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(135,48,135,0.07);
    box-shadow: 0 2px 12px rgba(135,48,135,0.06);
    transition: all 0.3s ease;
    cursor: default;
	box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
  }

  .admin_contentpart .stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(135,48,135,0.14);
    border-color: rgba(135,48,135,0.2);
  }

  /* Card top accent bar */
  .admin_contentpart .stat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF2A1A, #FF6A00);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .admin_contentpart .stat-card:hover::before {
    opacity: 1;
  }

  /* Background blob */
.admin_contentpart .stat-card::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(135, 48, 135, 0.05);
    bottom: -20px;
    right: -20px;
    transition: all 0.3s ease;
}

.admin_contentpart .stat-card:hover::after {
    transform: scale(2);
    background: rgba(135, 48, 135, 0.08);
}

  .admin_contentpart .stat-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }


.admin_contentpart .stat-icon-wrapper {
    position: absolute;
    right: 20px;
    bottom: 8px;
    font-size: 27px;
    color: #FF2A1A;
    transition: 0.3s ease-in-out;
}

.stat-card:hover .stat-icon-wrapper {
    font-size: 42px;
}

  .admin_contentpart .stat-trend {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .admin_contentpart .trend-up {
    color: #16a34a;
    background: rgba(22,163,74,0.1);
  }

  .admin_contentpart .trend-down {
    color: #dc2626;
    background: rgba(220,38,38,0.1);
  }

  .admin_contentpart .stat-label {
    font-size: 11px;
    font-weight: 500;
    color: #5E5F60;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
  }

  .admin_contentpart .stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #121212;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
  }

  .admin_contentpart .stat-description {
    font-size: 11px;
    color: #5E5F60;
    font-weight: 400;
  }

  /* ── ANALYTICS SECTION ── */
  .admin_contentpart .analytics-section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }

  /* ── CHART CARD ── */
  .admin_contentpart .chart-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 24px;
    border: 1px solid rgba(135,48,135,0.07);
   box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
  }

  .admin_contentpart .chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .admin_contentpart .chart-header h4 {
    font-size: 14px;
    font-weight: 700;
    color: #121212;
    letter-spacing: -0.2px;
  }

  .admin_contentpart .chart-tabs {
    display: flex;
    gap: 4px;
    background: #f4f3f8;
    border-radius: 8px;
    padding: 4px;
  }

  .admin_contentpart .chart-tab {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 6px;
    border: none;
    background: transparent;
    color: #5E5F60;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .admin_contentpart .chart-tab.active {
    background: #FF2A1A;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(135,48,135,0.3);
  }

  .admin_contentpart .chart-tab:hover:not(.active) {
    background: rgba(135,48,135,0.08);
    color: #FF2A1A;
  }

  /* ── ANIMATE CLASS ── */
  .admin_contentpart .animate {
    animation: fadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .admin_contentpart .animate:nth-child(1) { animation-delay: 0.05s; }
  .admin_contentpart .animate:nth-child(2) { animation-delay: 0.1s; }
  .admin_contentpart .animate:nth-child(3) { animation-delay: 0.15s; }
  .admin_contentpart .animate:nth-child(4) { animation-delay: 0.2s; }
  .admin_contentpart .animate:nth-child(5) { animation-delay: 0.25s; }
  .admin_contentpart .animate:nth-child(6) { animation-delay: 0.3s; }
  .admin_contentpart .animate:nth-child(7) { animation-delay: 0.35s; }
  .admin_contentpart .animate:nth-child(8) { animation-delay: 0.4s; }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
  }


  .filter-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 19px;
    border-radius: 48px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.filter-dropdown {
	position: relative;
}
.filter-menu {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    background: #fff;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    min-width: 340px;
    z-index: 1000;
    animation: fadeInDown 0.3s ease;
}
.filter-menu.active {
	display: block;
}

.filter-btn i {
    margin-bottom: -2px;
    margin-right: 5px;
}
.filter-group label {
	display: block;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
}
.filter-group select, .filter-group input {
    width: 100%;
    padding: 8px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    transition: all 0.3s ease;
    font-weight: 500;
    line-height: normal;
    height: 40px;
}
.filter-group select:focus,
.filter-group input:focus {
	outline: none;
	border-color: #667eea;
}
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    line-height: 20px;
}

.sidebar {
    width: 20%;
    height: calc(100vh - 20px);
    background: #121212;
    display: flex;
    flex-direction: column;
    transition: width 0.3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px;
    z-index: 999;
}
  .sidebar.collapsed { width: 68px; }

  /* ── BRAND ── */
.sidebar-brand {
    display: flex;
    align-items: center;
    padding: 20px 16px 16px;
    height: 74px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.brand-full a {
    color: #fff !important;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}
.sidebar-brand::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF2A1A, #FF6A00, transparent);
}
  .brand-full {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity 0.2s;
    white-space: nowrap;
  }
  .sidebar.collapsed .brand-full {
    opacity: 0;
    pointer-events: none;
  }
  .brand-logo {
    width: 32px; height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e94560 0%, #f5a623 50%, #4ecdc4 100%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    padding: 5px;
    flex-shrink: 0;
  }
  .brand-logo span {
    background: #fff;
    border-radius: 2px;
    display: block;
  }
  .brand-name {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
  }

  /* Toggle button */
  .sidebar-toggle {
    position: absolute;
    top: 24px;
    right: 12px;
    width: 28px; height: 28px;
    background: #2a2d35;
    border: none;
    border-radius: 8px;
    color: #aab2c0;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    transition: background 0.2s, color 0.2s, right 0.3s, transform 0.3s;
    z-index: 10;
  }
  .sidebar-toggle:hover { background: #353840; color: #fff; }
  .sidebar.collapsed .sidebar-toggle {
    right: 50%;
    transform: translateX(50%) rotate(180deg);
  }

  /* ── NAV ── */
.sidebar-nav {
    flex: 1;
    padding: 15px 12px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #2a2d35 transparent;
}
  .sidebar-nav::-webkit-scrollbar { width: 4px; }
  .sidebar-nav::-webkit-scrollbar-thumb { background: #2a2d35; border-radius: 4px; }

  .nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #8891a4;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    transition: background 0.18s, color 0.18s;
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
  }
  .nav-item:hover { background: #23272f; color: #d0d6e0; }
  .nav-item.active {
    background: #23272f;
    color: #fff;
  }
  .nav-item.active::before {
    content: '';
    position: absolute;
    left: 0; top: 20%; bottom: 20%;
    width: 3px;
    background: var(--primary);
    border-radius: 0 3px 3px 0;
  }

  .nav-icon {
    width: 20px;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px;
    color: #6b7585;
    transition: color 0.18s;
  }
  .nav-item:hover .nav-icon,
  .nav-item.active .nav-icon { color: var(--primary); }

  .nav-text {
    flex: 1;
    transition: opacity 0.2s;
  }
  .sidebar.collapsed .nav-text { opacity: 0; pointer-events: none; }
.admin_contentpart .filter-toggle-btn:hover i {
    color: #fff;
}
  .nav-badge {
    background: #e94560;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 20px;
    line-height: 16px;
    transition: opacity 0.2s;
    flex-shrink: 0;
  }
  .sidebar.collapsed .nav-badge { opacity: 0; }

  .nav-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #4ecdc4;
    flex-shrink: 0;
    transition: opacity 0.2s;
  }
  .sidebar.collapsed .nav-dot { opacity: 0; }

  .nav-divider {
    height: 1px;
    background: #23272f;
    margin: 10px 0;
  }

  /* ── USER ── */
  .sidebar-user {
    padding: 12px 14px;
    border-top: 1px solid #23272f;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
  }
  .user-avatar {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    position: relative;
  }
  .user-avatar::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 9px; height: 9px;
    background: #22c55e;
    border-radius: 50%;
    border: 2px solid #1a1d23;
  }
  .user-info { transition: opacity 0.2s; }
  .user-name { font-size: 13px; font-weight: 600; color: #e0e4ed; }
  .user-role { font-size: 11px; color: #606876; }
  .sidebar.collapsed .user-info { opacity: 0; }

  /* ── DEMO MAIN ── */
  .main { flex: 1; padding: 32px; }
  .main h1 { font-size: 24px; color: #1a1d23; font-weight: 600; }
  .main p { color: #7a8499; margin-top: 8px; font-size: 14px; }

  /* Tooltip on collapsed */
  .sidebar.collapsed .nav-item:hover::after {
    content: attr(data-label);
    position: absolute;
    left: 58px;
    top: 50%;
    transform: translateY(-50%);
    background: #2a2d35;
    color: #d0d6e0;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 7px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  }
  .headersearch .form-control {
    height: 50px;
    border: 0;
    background-color: transparent;
    padding: 0 0 0 40px;
    color: #fff;
    box-shadow: unset;
    outline: 0;
    font-size: 14px;
}
  .headersearch button {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}