@charset "UTF-8";

@import
	url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap")
	;

body {
	font-family: "Poppins", sans-serif;
	background-color: #f9f9f9;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 10px;
	background-color: #f4f4f4;
}

::-webkit-scrollbar-thumb {
	background: #d3e9d0;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(184, 236, 177, 1);
}

/* Main Header and Navbar Styling */
.main-header>div {
	width: 1074px;
}

input[type="date"] {
	-webkit-appearance: date-field !important;
	position: relative;
	padding-right: 30px; /* Adjust space for the calendar icon */
}

input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.main-header {
	border-bottom: 3px solid #ccb4ef;
	background-color: #fff;
	align-items: center;
	height: 100px;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 2;
}

.sidebar {
	height: 600px;
	width: 80px;
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #CCB4EF;
	border-radius: 20px;
	margin-left: 20px;
	top: 120px;
}

.navbar {
	z-index: 4;
	background: #fff !important;
	height: 100px;
	width: 100%;
	top: 0;
}

.innerSectionRight .navbar {
	margin-top: 21px;
	top: auto;
	background: #fff;
	z-index: 1;
	width: 595px;
	height: 61px;
	border-radius: 15px;
	border: .5px solid #CCB4EF;
}

.navbar-brand {
	margin: 0;
	padding: 0;
}

.nav-item {
	display: flex;
}

.nav-link {
	display: flex;
	margin: 0;
	align-items: center;
}

.navbar-collapse {
	background: #fff;
}

.navbar-nav>img {
	width: 240px;
}

/* Navigation Items */
.nav-item {
	display: flex;
}

.nav-item>.dropdown-toggle::after {
	display: none !important;
}

.nav-item>.dropdown-menu {
	border-radius: 15px;
	border: 1px solid #ccb4ef !important;
	left: -225px;
	padding: 15px 20px 15px 0;
	text-align: end;
}

.nav-item>.dropdown-menu a {
	font-size: 14px;
	height: auto;
	margin-top: 13px;
}

.nav-item>.dropdown-menu i {
	font-size: 18px;
	color: #280c49;
}

.nav-item>.dropdown-item {
	margin: 1rem 0;
	padding: 0 !important;
}

.nav-link {
	display: flex;
	margin: 0;
	align-items: center;
}

.nav-sidebar {
	align-items: center;
	height: 100%;
	justify-content: space-around;
}

.active-state {
	display: none;
	width: 7px;
	height: 56px;
	background-color: #CCB4EF;
	border-radius: 20px;
	transition: transform 0.3s ease;
}
/* Responsive Adjustments */
@media ( min-width : 992px) {
	.navbar-expand-lg>.container-fluid {
		width: 1098px;
	}
	.navbar-expand-lg .navbar-collapse {
		justify-content: end;
	}
}

#redDot {
	background: red;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	right: -4px;
	border-radius: 50%;
	display: inline-flex
}

@media ( max-width : 992px) {
	#redDot {
		top: 0 !important;
	}
	input, input.Line5, input, textarea {
		font-size: 16px !important;
	}
	input:not([type="date"]):not([type="checkbox"]):not([type="radio"]),
		input.Line5:not([type="date"]):not([type="checkbox"]:not([type="radio"])),
		textarea {
		font-size: 16px !important;
		-webkit-appearance: none; /*For Chrome*/
		-moz-appearance: none; /*For Mozilla*/
		border-radius: 0;
	}
	#DiyHeader {
		width: 343px;
		height: 40px;
		font-size: 13px;
		padding: 0px;
		border-radius: 10px;
	}
	.innerSectionRight .subHeader a {
		padding: 0px;
		font-size: 13px;
	}
	.innerSectionRight .subHeader .active-state {
		width: 59px;
	}
	::-webkit-scrollbar {
		width: 8px;
	}
	::-webkit-scrollbar-track {
		box-shadow: none;
		border-radius: 10px;
		background-color: #f4f4f4;
	}
	::-webkit-scrollbar-thumb {
		background: #d3e9d0;
		border-radius: 10px;
	}
	::-webkit-scrollbar-thumb:hover {
		background: rgba(184, 236, 177, 1);
	}
	.main-header>div {
		width: 100% !important;
	}
	.main-header {
		align-items: start;
		border-bottom: none;
		height: 50px;
	}
	li.nav-item.dropdown {
		display: none;
	}
	.navbar-nav {
		align-self: center;
		padding-left: 1rem;
	}
	.navbar-nav>img {
		width: 139px;
		height: auto;
	}
	/* body > div {
		padding-top: 3rem;
	} */
	/* Search and Other Specific Styles */
	.color-search {
		background-color: #f8f8f8;
		height: 39px;
		border: 1px solid #ccb4ef;
		width: 355px !important;
		border-radius: 10px !important;
	}
	.color-search:focus {
		box-shadow: 0 0 0 0.2rem #ccb4ef85;
	}
	.subHeader a:hover {
		color: #303030 !important;
	}

	/* Sidebar Styles */
	.customSidebar {
		height: 600px;
		width: 100%;
		overflow: hidden;
		background-color: #fff;
		border: 2px solid #ccb4ef;
		border-radius: 20px;
		margin-left: 20px;
		top: 120px;
		display: none;
	}
	.nav-sidebar {
		align-items: center;
		height: 100%;
		justify-content: space-around;
	}
	.mt-2 {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* Additional Specific Styles */
	.innerSectionRight .navbar {
		position: unset;
	}
	.active-state {
		display: none;
		width: 7px;
		height: 56px;
		background-color: #ccb4ef;
		border-radius: 20px;
		transition: transform 0.3s ease;
	}
	.user-profile {
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 1000;
	}
	.icon-container {
		display: flex;
		align-items: flex-end;
		gap: 20px;
		cursor: pointer;
	}
	.icon-container img {
		width: 50px;
		height: 50px;
	}
	.text {
		font-size: 20px;
		font-weight: 500;
		color: #280c49;
		white-space: nowrap;
	}
	.arrow {
		width: 30px;
		cursor: pointer;
		align-content: center;
	}
	.arrow img {
		width: 24px;
		height: 24px;
		object-fit: contain;
	}
	.User-menu-wrapper {
		padding: 0px 20px;
	}
	.customMobileSidebar a, .customHamburgerSidebar  a {
		text-decoration: none;
		color: #45485c;
	}
	/* Sidebar Menu */
	.customMobileSidebar, .customHamburgerSidebar {
		position: fixed;
		top: 0px; /* Starts below the navbar */
		left: 0;
		width: 100%;
		height: 100%;
		background: #F8F8F8;
		transition: 0.3s ease;
		z-index: 1001;
		/* padding: 0px 20px; */
		/* display: flex;
	flex-direction: column; */
		top: 0;
		left: 0;
		display: none;
	}
	.customMobileSidebar.active, .customHamburgerSidebar.active {
		display: block;
		background: #F8F8F8;
		border-radius: 0;
	}
	.overlay {
		position: fixed;
		top: 100px; /* Starts below the navbar */
		left: 0;
		width: 100%;
		height: calc(100vh - 100px); /* Adjusted for navbar height */
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
		display: none;
	}
	.overlay.active {
		display: block;
	}
	.menu-items {
		/* margin-top: 20px; */
		display: flex;
		flex-direction: column;
		gap: 15px;
		overflow-y: auto;
		flex-grow: 1;
	}
	.menu-item {
		width: 100%;
		height: 45px;
		font-size: 16px;
		font-weight: 600;
		color: #45485C;
		text-decoration: none;
		padding: 15px;
		margin-top: 0px;
		border: 1px solid #CCB4E6;
		border-radius: 8px;
		transition: 0.2s;
		display: flex;
		align-items: center;
		gap: 10px;
		position: relative;
		flex-grow: 1;
	}
	.Footer-m {
		text-align: center;
		background: linear-gradient(-60deg, rgba(217, 217, 217, 1) 0%,
			rgba(204, 180, 239, 1) 0%, rgba(85, 58, 118, 1) 35%,
			rgba(40, 12, 73, 1) 72%);
		border-top: 1px solid #ccb4ef; /* Adds a separator */
		width: 100%;
		color: white;
		position: fixed;
		bottom: 0;
		padding: 0px;
	}
	.Footer-m img {
		width: 180px;
		background-color: transparent;
	}
	.Footer-m span p {
		font-size: 12px;
		color: #666;
		margin-top: 5px;
	}
	.menu-item:hover {
		background: #f5f5f5;
	}
	.menu-icon {
		width: 20px; /* Adjust as needed */
		height: 20px; /* Adjust as needed */
		object-fit: contain;
		color: #45485C;
	}
	.active-m-state {
		width: 8px;
		height: 35px;
		background-color: #ccb4ef;
		border-radius: 4px; /* You can adjust this */
		position: absolute;
		right: 5px;
		display: none; /* Keeps it at the right end */
	}
}