/******************************************************************************
	* Developer: Priyanka Dahibhate
	Pixelstat eSolutions Devolopment Pvt Ltd ,India 
	* Date:	17 Nov 2023
******************************************************************************/
@import './expenseThemes.css';
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz@0,6..12;1,6..12&display=swap');

.Desktop-View {
	display: none;
}

/* Global Classes */
* {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
}

@keyframes mymove {
	from {
		right: -200px;
	}

	to {
		right: 0px;
	}
}

p {
	font-size: 14px;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	color: var(--text-color);
}

h3 {
	font-size: 18px;
	font-weight: 500;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: var(--primary-color-light);
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--header-bg-color);
}


body {
	min-height: 100vh;
	background-color: var(--body-color);
	transition: var(--tran-05);
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: none;
	font-family: var(--body-font);
	font-size: var(--normal-font-size);
	color: var(--first-color-dark);
}

::selection {
	background-color: var(--primary-color);
	color: #fff;
}

.border {
	border: solid 1px #ccc;
}

.orang {
	color: #990000;
}

.tb {
	border: 2px solid red;
}

.tbg {
	border: 2px solid green;
}

.tbb {
	border: 2px solid blue;
}

.globalbb {
	padding: 10px;
	font-size: 20px;
	background-color: var(--header-bg-color);
	margin-bottom: 10px;
}

.GlobalTitle {
	width: 48%;
	float: left;
	line-height: 68px;
	font-size: 22px;
	font-weight: 500;
	padding-left: 20px;
	letter-spacing: 1px;
}

.signature-box {
	display: inline-flex;
	align-items: center;
	width: 76%;
	height: 30px;
	border: 1px solid lightgray;
	padding: 0 10px;
	box-sizing: border-box;
}

.signature-img {
	max-height: 24px;
	width: auto;
}

@keyframes PromptAMD {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.actionbtn {
	width: 40px;
	text-align: center;
}

.actionbtnEdit a {
	color: #0652DD;
}

.actionbtnDelete a {
	color: #EA2027;
}

.delete-btn {
	cursor: pointer;
}

/* Start Global Prompt Section */

.Prompt-Container {
	position: fixed;
	z-index: 1100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	margin: 0 auto;
	background-color: #ffffff55;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;

	animation: PromptAMD 2s;

}

.PromptSuccess,
.PromptFail {
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	width: 350px;
	height: fit-content;
	padding: 15px;
	border: 1px solid #7bed9f;
	color: #3c763d;
	background-color: #dff0d8;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	animation-name: PromptAMD;
	animation-duration: 2s;

}

.PromptFail {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ff7675;
}

.close {
	position: relative;
	left: 26px;
	top: -27px;
	float: right;
	width: 25px;
	height: 25px;
	border-radius: 6px;
	border-color: inherit;
	color: inherit;
}

/* End of  Global Prompt Section */

/* END Global Classes */

/* Start Table Section */
tr:nth-child(even) {
	line-height: 28px;
}

tr:nth-child(odd) {
	line-height: 28px;
}

.Lead-table,
.Invoice-table {
	width: 90%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 10px;
}

.Lead-table table,
.Invoice-table table {
	width: max-content;
	min-width: 100%;
	border: 1px solid lightgray;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.Lead-table table thead,
.Invoice-table table thead {
	font-weight: normal;
}

.Lead-table table thead th,
.Invoice-table table thead th {
	padding: 3px 10px;
	font-size: 16px;
	font-weight: 400;
	background-color: var(--table-heading-bg);
	color: #fff;
}

.Lead-table table td:first-child,
.Invoice-table table td:first-child {
	width: 50px;
}

.Lead-table table td p,
.Invoice-table table td p {
	text-align: justify;
	padding-left: 10px;
}

.Lead-table table td,
.Lead-table table th,
.Invoice-table table th,
.Invoice-table table td {
	padding: 0 6px;
	max-width: 500px;
	word-wrap: normal;
	vertical-align: top;
	text-align: center;
	overflow: auto;
	font-size: 14px;
	/* make all numbers/text bigger */
	border: 1px solid #d9d9d9;
	padding: 2px 4px;

}

.Lead-table table td span {
	font-size: 14px;
}

.Lead-table table td a,
.Invoice-table table td a {
	text-align: justify;
	font-size: 14px;
	text-decoration: none;
}

.Lead-table table tfoot,
.Invoice-table table tfoot {
	background-color: #f8f8f8;
	color: #000;
	height: 40px;
	margin-top: 20px;
}

.Lead-table table tfoot tr td,
.Invoice-table table tfoot tr td {
	width: 22%;
	font-size: 16px;
	vertical-align: middle;
	text-align: right;
}

.Invoice-table h2 {
	display: none;
}

/* Size Over Start */
.so5 {
	width: 5%;
	text-align: right;
	margin: 0 auto;
}

.so10 {
	width: 10%;
}

.so15 {
	width: 15%;
}

.so20 {
	width: 20%;
}

.so25 {
	width: 25%;
}

.so30 {
	width: 30%;
}

.so35 {
	width: 35%;
}

.so40 {
	width: 40%;
}

.so50 {
	width: 50%;
}

.so80 {
	width: 80%;
}

.testSo {
	border: 2px solid green;
}

/* Size Over END /

/* End Start Table Section */

/* Start of edit group section */

.edit-card {
	max-width: 560px;
	margin: 50px auto;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.card-header {
	padding: 1.25rem 1.75rem;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.fields-body {
	padding: 0.25rem 1.75rem;
}

.field-row {
	display: flex;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid #e5e7eb;
	gap: 16px;
}

.field-row:last-child {
	border-bottom: none;
}

.field-row label {
	font-size: 15px;
	font-weight: 500;
	color: #6b7280;
	min-width: 110px;
	flex-shrink: 0;
	margin: 0;
	text-align: left;
}

.field-row input,
.field-row select {
	flex: 1;
	padding: 7px 11px;
	font-size: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafb;
	color: #111827;
	outline: none;
	box-sizing: border-box;
}

.field-row input:focus,
.field-row select:focus {
	border-color: #3b82f6;
	background: #fff;
}

/* Members section */
.members-section {
	border-top: 1px solid #e5e7eb;
	padding: 1.25rem 1.75rem;
}

.members-section h4 {
	font-size: 16px;
	font-weight: 500;
	color: #111827;
	margin: 0 0 12px;
	text-align: left;
}

.member-header {
	display: grid;
	grid-template-columns: 40px 1fr 80px;
	gap: 8px;
	padding: 6px 10px;
	background: #f9fafb;
	border-radius: 8px;
	margin-bottom: 4px;
}

.member-header span {
	font-size: 12px;
	font-weight: 500;
	color: #3c3c3c;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.member-header span:last-child {
	text-align: center;
}

.member-row {
	display: grid;
	grid-template-columns: 40px 1fr 80px;
	gap: 8px;
	padding: 10px;
	border-bottom: 1px solid #e5e7eb;
	align-items: center;
}

.member-row:last-child {
	border-bottom: none;
}

.member-row .sno {
	font-size: 13px;
	color: #6b7280;
}

.member-info {
	display: flex;
	align-items: center;
	gap: 8px;
}

.avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #eff6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
	color: #3b82f6;
	flex-shrink: 0;
	text-transform: uppercase;
}

.member-info span {
	font-size: 13px;
	color: #111827;
}

.member-row .action {
	text-align: center;
}

.remove-btn {
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #fca5a5;
	border-radius: 8px;
	background: transparent;
	color: #ef4444;
	cursor: pointer;
}

.remove-btn:hover {
	background: #fef2f2;
}

/* Fix balance column font size */
#member_summary_table td:nth-child(4) span {
	font-size: 14px !important;
	font-weight: 500;
}

/* Footer */
.card-footer {
	padding: 1rem 1.75rem;
	border-top: 1px solid #e5e7eb;
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.btn-save {
	padding: 8px 20px;
	font-size: 13px;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	background: #f38b03;
	color: #fff;
	cursor: pointer;
}

.btn-cancel {
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #ebe9e5;
	border-radius: 8px;
	background: transparent;
	color: #80776b;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

/* End of edit group section */

/* Start Top Header Section */
.header {
	height: fit-content;
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--header-bg-color);
	transition: .5s;
	border-bottom: 6px solid var(--header-border);
	position: sticky;
}

.header_toggle {
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer
}

.header_logo {
	display: flex;
	width: var(--Menu-Width);
	height: fit-content;
	float: left;
	background-color: var(--Menu-Color-bg);
}

.header_logo img {
	width: auto;
	height: 50px;
	padding: 6px 0;
}

.header_rc {
	width: calc(100% - var(--Menu-Width));
	line-height: var(--header-height);
}

.header_rc i {
	display: none;
}

.text-title {
	width: fit-content;
	text-align: left;
	height: 34px;
	color: var(--Menu-Color);
	padding: 0 20px;
	font-size: 16px;
	float: left;
}

.WlcmText {
	width: fit-content;
	min-width: 20%;
	text-align: right;
	margin-right: 20px;
	font-size: 14px;
	color: var(--header-text-color);
}

.header_img {
	display: none;
}

/* End Top Header Section */
.MainBody {
	position: fixed;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}

.MainBody-left-bg {
	position: absolute;
	top: 8%;
	display: block;
	width: 56%;
	height: 84%;
	float: right;
	z-index: -1px;
	border-radius: 100% 10%;
	background-color: #4B532010;
}

.Page-Content {
	height: 100vh;
	overflow-y: auto;
	margin-bottom: 60px;
}

.Master-RContainer {
	width: auto;
	height: fit-content;
	padding-bottom: calc(var(--footer-height));
}

.Master-Content-Box {
	width: 98%;
	min-height: 466px;
	height: fit-content;
	background-color: #fff;
	padding: 10px 10px 24px 10px;
	margin: 10px auto 100px auto;
}

.MainContent {
	width: 96%;
	margin: 0 auto 50px auto;
	height: fit-content;
	min-height: max-content;
	text-align: center;
	padding: 14px 6px;
}

.Popup-content select,
.Popup-content input,
.Popup-content textarea {
	width: 74%;
	height: 32px;
	padding: 0 10px;
	background-color: var(--popup-input-bg);
	border: 1px solid #0288d1;
	margin: 5px auto;
	outline: none;
	border-radius: 4px;
}

.Popup-content label {
	width: 74%;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
}

.Popup-content textarea {
	height: 64px;
	margin: 6px 0 0 0;
	padding: 5px 8px;
}

.Popup-content select {
	width: 77.4%;
	font-size: 14px;
	padding: 0 10px;
	color: gray;
	outline-offset: -1px;
}

.Popup-content select option {
	background-color: #E7E9EB11;
	padding: 0 10px;
	color: gray;
	border-radius: none;
}

.downloadLink a {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 30px;
	line-height: 30px;
	width: fit-content;
	top: 0px;
	font-size: 12px;
}

.Popup-content input[type="file"],
.Profile-Info input[type="file"] {
	display: none;
}

/* .Profile-Info p textarea.address-field {
	width: 70%;
	min-height: 35px;
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	font-size: 14px;
	resize: vertical;
	box-sizing: border-box;
	margin-top: 7px;
	margin-left: -40px;
} */

.Admin-checkbox {
	margin: 5px;
}

.Admin-checkbox input {
	width: fit-content;
	height: fit-content;
}

/* Start Left Menu Section */
#myMenu ul {
	margin-top: 5px;
}

.Menu-Left {
	width: var(--Menu-Width);
	float: left;
	overflow-y: scroll;
	max-height: calc(100% - var(--footer-height));
	height: calc(100% - 86px);
	scrollbar-width: none;
	background-color: var(--primary-color-light);
	border-right: 1px solid var(--primary-color);

}

.Menu-Left ul {
	list-style-type: none;
	margin-top: 18px;
	padding-bottom: 50px;
}

.Menu-Left ul li {
	text-align: left;
	list-style-type: none;
}

.Menu-Left ul li small {
	font-size: 14px;
	border-bottom: 1px dashed var(--Menu-Color-Left);
	padding: 0 6px 0 8px;
	margin-left: -5px;
}

/* 
.Menu-Left ul li:hover {
	background-color: #52525240 !important
} */

.Menu-Left ul li:hover .fa {
	transform: rotate(360deg)
}

.Menu-Left ul li a {
	display: block;
	color: var(--Menu-Color-Left);
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	padding: 8px 0 8px 8px !important;
	border-radius: 0px !important;
	transition: all 0.5s;
	flex-direction: column;
	text-align: left;
}

.Menu-Left ul li .fa {
	transition: all 1s;
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px dashed var(--Menu-Color-Left);
	border-radius: 50px !important;
}

.Menu-Left ul li img {
	width: 68%;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.Menu-Profile {
	margin-top: 110px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #aa3b05;
	align-items: center;
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: 0.25rem;
}

/* End Left Menu Section */

/* Start Breadcrumb Section */
.Breadcrumb {
	position: sticky;
	z-index: 1;
	top: 0;
	padding: 10px 16px;
	list-style: none;
	background-color: #eff8ff;
	border-bottom: 1px solid #0289d15e;
}

.Breadcrumb li {
	display: inline;
	font-size: 15px;
}

.Breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

.Breadcrumb li a {
	color: #0275d8;
	text-decoration: none;
}

.Breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
}

/* End Breadcrumb Section */

/* Start Heading Button Section */
.Heading-Btn-Container {
	width: 100%;
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 74px;
	margin: 0;
	padding: 2px 0;
	border-top: 1px solid #0288d13d;
	border-bottom: 1px solid #0288d13d;
}

.HTitle-Container {
	width: 80%;
	float: left;
	line-height: 34px;
	text-align: left;
}

.HTitle-Container h2 {
	font-size: 15px;
	width: var(--HTitle-C-width);
	float: left;
	color: var(--primary-color-light);
	padding: 0 20px;
}

.HTitle-Container hr {
	border-top: 1px dashed var(--primary-color);
	line-height: 80px;
	vertical-align: middle;
}

.HBtn-Container {
	/* width: fit-content;
	width: 50%; */
	float: right;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}

.Master-Btn-Container,
.Master-Btn-Container-lef,
.Master-Btn-Container-Right {
	width: 98%;
	text-align: center;
	margin: 10px auto;
}

.Master-Btn-Container-lef {
	text-align: left;
}

.Master-Btn-Container-Right {
	text-align: right;
}

.Common-Btn,
.Common-Btn-circle,
.Common-Btn-Red,
.Common-Btn-Green,
.Common-Btn-Orange {
	font-size: 16px;
	font-weight: 400;
	color: var(--Common-Btn-txt);
	width: 8%;
	min-width: fit-content;
	display: inline-block;
	padding: 6.5px 20px;
	background-color: var(--Common-Btn);
	cursor: pointer;
	border: 0;
	transition: 0.5s;
	border-radius: 5px;
}

.HideDvers {
	display: none;
}

.Common-Btn a,
.Common-Btn-circle a,
.Common-Btn-Red a,
.Common-Btn-Green a,
.Common-Btn-Orange a,
.Search-FC-Section-right a {
	color: #fff;
	text-decoration: none;
}

.Common-Btn-circle {
	width: fit-content;
	min-width: 38px;
	height: 38px;
	border-radius: 50%;
	padding: 1px 1px;
	background-color: var(--Common-Btn);
	color: #fff;
}

.Common-Btn-circle i {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}

.Common-Btn-Red {
	background-color: #ff0000;
}

.Common-Btn-Green {
	background-color: #008000;
}

.Common-Btn-Orange {
	color: #ffa500;
}

.Browse-btn-grad {
	display: inline-block;
	width: 74%;
	height: fit-content;
	min-height: 24px;
	padding: 5px;
	margin: 6px 0;
	line-height: 20px;
	background-image: linear-gradient(#f1f1f1 0%, #abbaab, #ffffff 0%);
	text-align: center;
	transition: 0.5s;
	cursor: pointer;
	font-family: 'Nunito Sans', sans-serif;
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	background: #f9fafb;
}

.Browse-btn-grad:hover {
	background-position: linear-gradient(#f1ffff 100%, #abbaab 51%, #ffffff 0%);
	color: var(--primary-color);
	font-size: 16px;
	text-decoration: none;
	transition: 0.5s;
}

/* End Heading Button Section */

/* Start Search section */
.Search-Filter-Container {
	width: 98%;
	height: fit-content;
	margin: 0 0 10px 0;
	display: flex;
	border-bottom: 1px solid var(--primary-color);
	align-items: center;
	padding-right: 20px;
}

.Search-Filter-Container select,
.Search-Filter-Container input {
	width: 20%;
	max-width: 168px;
	height: 28px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid gray;
	margin: 20px 5px;
	outline: none;
}

.Search-Filter-Container input:focus,
.Search-Filter-Container select:focus,
.Search-Filter-Container textarea:focus {
	background-color: #E7E9EB;
	border: 1px solid var(--primary-color);
}

.Search-FC-Section-left {
	width: 100%;
	float: left;
	line-height: 34px;
	text-align: left;
	color: #00AEEF;
	font-size: 40px;
	padding-left: 20px;
}

.Search-FC-Section-Right {
	width: fit-content;
	float: right;
	text-align: right;
	height: 100%;
	padding-right: 24px;
	line-height: 70px;
	background-color: #718679;
	margin-top: 15px;

}

.Search-FC-Section-right {
	min-width: fit-content;
	text-align: center;
}

/* End Search Section */

/* Popup Container Start */
.Popup-Container,
.Popup-Container01 {
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	margin: 0 auto;
	background-color: #000000bd;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	display: none;
}

.Popup-content {
	width: 50%;
	height: fit-content;
	text-align: center;
	background-color: var(--Popup-bg);
	padding: 0px 0 20px 0;
	margin: 50px auto;
}

.Popup-content h2 {
	color: var(--Menu-Color);
	padding: 8px 0;
	font-size: 20px;
	width: 100%;
	background-color: #0063e6;
	/* height:32px;  */
	line-height: 32px;
	margin-bottom: 30px;
}

.Popup-close-btn {
	float: right;
	background-color: #fd7e14;
	color: white;
	width: 34px;
	height: 34px;
	font-size: 22px;
	line-height: 34px;
	border-radius: 100%;
	position: relative;
	top: -15px;
	left: 15px;
	cursor: pointer;
}

.Popup-Submit-btn {
	font-size: 16px;
	font-weight: 400;
	color: var(--Common-Btn-txt);
	width: 50%;
	display: inline-block;
	padding: 6.5px 20px;
	background-color: var(--Common-Btn);
	cursor: pointer;
	border: 0;
	transition: 0.5s;
}

.conf-box p {
	margin-bottom: 14px;
}

.conf-box p::before,
.conf-box p::after {
	display: inline-block;
	content: "";
	border-top: 0.2rem solid black;
	width: 4rem;
	margin: 0 1rem;
	transform: translateY(-2px);
}

.Note-Sec {
	margin: 10px;
}

.Note-Sec span {
	font-size: 14px;
	color: gray;
}

.Note-Sec p {
	font-size: 20px;
}

/* Popup Container Start */

/* Start Note Section */
.NoteSection {
	width: 100%;
	height: fit-content;
	line-height: 30px;
	background-color: var(--header-bg-color);
	font-size: 16px;
	color: #ba0303;
	text-align: center;
	margin-top: 30px;
}

/* END Note Section */

/* Start Footer Section */
.footer {
	clear: both;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: var(--footer-height);
	background-color: var(--footer-bg);
	color: #fff;
	text-align: right;
	line-height: 30px;
}

.footer p {
	font-size: 11px;
	padding-right: 50px;
}

/* END Footer Section */

.Nav-Bnt-Container {
	width: 100%;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 50px;
}

#Nav-Con {
	margin-top: -85px;
}

.Nav-Box {
	width: 82%;
	float: left;
	height: fit-content;
}

.Nav-Bnt-box {
	width: 15%;
	float: right;
}

/* start Pagination */

nav[role="navigation"] {
	text-align: center;
}

.cd-pagination {
	clear: both;
	width: 80%;
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}

.cd-pagination li {
	display: none;
	margin: 0 .2em;
}

.cd-pagination a {
	color: #ffffff;
	background-color: #fd7e14;
	padding: 2px 12px;
	text-decoration: none;
	transition: background-color .3s;
	font-weight: 500;
}

.cd-pagination a:hover:not(.active) {
	background-color: #ddd;
}

.cd-pagination a:active {
	/* click effect */
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.cd-pagination a.disabled {
	/* button disabled */
	color: rgba(46, 64, 87, 0.4);
	pointer-events: none;
}

.cd-pagination a.disabled::before,
.cd-pagination a.disabled::after {
	opacity: .4;
}

.currentCount {
	clear: both;
	background-color: #fd7e14;
	color: #ffffff;
	pointer-events: none;
	padding: 2px 12px;
}

/* End Pagination */

/* Start Dashboard Section */
.CountertRow,
.ChartRow {
	width: fit-content;
	width: 96%;
	height: fit-content;
	margin: 30px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ChartRow {
	margin: 0px auto 120px auto;
}

.DashCounter,
.ChartPanel {
	width: fit-content;
	min-width: 30%;
	margin: 20px 10px;
	padding: 20px 15px;
	text-align: left;
	position: relative;
	box-shadow: 0 2px 4px 2px rgba(69, 90, 100, 0.3);
	transition: box-shadow 0.2s ease-in-out;
}

.ChartPanel,
.ChartPanel-80 {
	margin: 10px;
	height: 344px;
	width: 47%;
	background: transparent;
}

.ChartPanel-80 {
	width: 97%;
	display: block;
}

.Counticon {
	width: 25%;
	float: right;
	margin-bottom: 40px;
}

.Counticon img {
	width: 80%;
}

.DashCounter i {
	color: #000;
	border-radius: 50%;
	font-size: 1.80rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: #fff;
}

.CountNum {
	width: 90%;
	color: #000;
	height: fit-content;
}

.CountNum ul,
.CountBottom ul {
	list-style-type: none;
}

.CountNum ul li:nth-child(odd) {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 8px;
	display: inline;
}

.CountNum ul li:nth-child(even) {
	font-size: 16px;
	font-weight: 400;
}

.CountBottom {
	clear: both;
	width: 100%;
	background-color: var(--header-bg-color);
	padding: 10px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.CountBottom ul li {
	display: inline;
}

.panel-heading {
	padding: 6px 15px;
	border-bottom: 2px dashed #4CAF50 !important;
	font-size: 18px;
	color: #3c763d;
}

.panel-primary>.panel-heading {
	font-size: 18px;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

/* Start Chart Section */

/* END Start Chart Section */
#prioritychart,
#nonpriority {
	width: 350px;
	max-width: 600px;
	display: block;
	height: 226px;
	padding: 10px 16px;
}

/* Prgress Bar Section*/
.ProgressBarBg {
	align-content: left;

	color: #000 !important;
	background-color: #f1f1f1 !important;
	margin: 10px;
}

.Project1Progress {
	width: 25%;
	color: #fff !important;
	background-color: #4CAF50 !important;
}

.Project2Progress {
	width: 50%;
	color: #fff !important;
	background-color: #f44336 !important
}

.Project3Progress {
	width: 60%;
	color: #fff !important;
	background-color: #2196F3 !important
}

.Project4Progress {
	width: 80%;
	color: #fff !important;
	background-color: #ffa500 !important;
}

/* End Prgress Bar Section*/
.ReportCounter {
	width: fit-content;
	min-width: 28%;
	margin: 0px 8px;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .05);
	padding: 12px 10px;
	float: left;
	/* background-color: #f3f3f3; */
	text-align: left;
	line-height: 28px;
	margin-top: 10px;
}

.ReportCounter p {
	text-transform: uppercase;

}

.ReportCounter ul {
	margin-top: 5px;
	text-align: center;
}

.ReportCounter ul li {
	display: inline-flex;
	width: 40%;
	padding: 6px;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: rgb(210 231 210);
	color: green;

}

.ReportCounter h3 {
	font-size: 20px;
}

.ReportCounter ul li:nth-child(2) {
	background-color: rgb(237 199 195);
	color: red;
}

.Report-title ul {
	margin-bottom: -8px;
	margin-left: 6px;
}

.Report-title ul li {
	display: inline-flex;
	width: 49%;
	background-color: transparent;
	padding: 0;
	align-items: flex-end;
	justify-content: flex-start;
	line-height: 1;
	margin-bottom: -10px;
}

.Report-title ul li:nth-child(2) {
	background-color: transparent;
}

.GraphSec {
	position: relative;

	text-align: right;
	clear: both;
}

.GraphSec hr {
	margin: 20px 0;
	clear: both;
}

.GraphSec select {
	width: fit-content;
	border: 1px solid lightgray;
	outline: none;
	cursor: pointer;

}

.GraphSec canvas {
	max-width: 600px;
	max-height: 420px;
}

/* END Dashboard Section */

/* Global colors Over Ride */
.GC-blue {
	background-color: #2196F3 !important
}

.GC-yellow {
	background-color: #f44236;
}

.GC-green {
	background-color: #28a745dc;
}

.GC-purple {
	background-color: #ffc107dc;
}

.GC-Red {
	background-color: #f44336 !important
}

.GC-Orange {
	background-color: #ffa500 !important;
}

/* Global colors Over Ride */


/* Added By PD */
.Page-Container {
	width: 80%;
	border: 1px solid lightgray;
	margin-top: 30px;
	padding: 10px 40px;
}

.TC {
	text-align: center;
	font-size: 20px;
}

.User-Cat-Cont {
	width: 20%;
	margin: 20px 10px;
	border-right: 4px solid var(--primary-color-light);
	border-left: 2px solid #e9ba04;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	padding: 10px;
	float: left;
	text-align: left;
	position: relative;
	box-shadow: 0 2px 10px 2px rgba(69, 90, 100, 0.3);
	transition: box-shadow 0.2s ease-in-out;
	border-radius: 50px 0 40px 50px;
	line-height: 38px;
}

.User-Cat-Cont:hover {
	background-color: #e9ba04;
}

.User-Cat-Cont img {
	margin-right: 10px;
}

.User-Cat-Cont img {
	width: 15%;
	border-radius: 50%;
	float: left;
	border: 1px dashed #568203;
}

/* Start Profile section */
.Profile-body {
	padding-top: 10px;
}

.Profile-row {
	display: flex;
	flex-wrap: wrap;
}

.Profile-LSec {
	width: 38%;
	position: relative;
	padding-left: 15px;
	text-align: center !important;
}

.Profile-card {
	position: relative;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: var(--body-color);
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	margin-top: 30px;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.card {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Comp_Name {
	Width: 70%;

}

.Comp_Logo {
	Width: 122px;
	height: 150px;
	float: right;
	background-color: #fff;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 20px 0 0;
	border: 10px solid var(--Menu-Color);
}

.Comp_Logo img {
	width: 100%;
	height: 80%;
}

.Profile-Info {
	Width: 100%;
	line-height: 42px;
	margin: 20px 0;
}

.Profile-Info p span {
	Width: 20%;
	display: inline-block;
	font-weight: 600;
	text-align: left;
	font-weight: 500;
	color: #6b7280;
	vertical-align: top;
}

.Profile-Info hr {
	width: 97%;
	float: left;
	color: #c2c2c2;
}

.list-group {
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin: 0;
}

.list-group li {
	display: flex;
	border-bottom: 1px dashed var(--text-color);
	padding: 10px;
	text-align: left;
	align-items: center;
}

.list-group li p {
	color: var(--text-color) !important;
	width: 100%;

}

.list-group li p span {
	Width: 20%;
	display: inline-block;
}

.list-group i {
	font-size: 22px;
	padding: 10px;
	text-align: center;
	margin-right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.list-group h6 {
	Width: 40%;
}

.Profile-RSec {
	Width: 88%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.web-color {
	Color: var(--Menu-Color);
}

.link-color {
	color: var(--link-color);
}

.Profile-card input,
.Profile-card select,
.Profile-Info p textarea.address-field {
	width: 76%;
	flex: 1;
	padding: 7px 11px;
	font-size: 13px;
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	background: #f9fafb;
	color: #111827;
	outline: none;
	box-sizing: border-box;

}

.MView {
	display: none;
}

/* End Profile Section */

/* Added By PD */

.textColorRed {
	color: red;
}

.textColorGreen {
	color: green;
}

/* Make Text Bold */
.textStyleBold {
	font-weight: bold;
}

/* Logo show in profile section */

.logo_profile {
	width: 5%;
}

/* Invoice Page Start */
.Invoice-Page {
	margin: 20px 0 150px 0;
}

.Inv-Table {
	border: 1px solid #cbcbcb;
	height: fit-content;
	min-height: 300px;
}

.Invoice-Header {
	Width: 100%;
	display: inline-block;
	border-bottom: 2px dashed #2c6f30;
	padding: 10px 0;
}

.Invoice-Logo {
	Width: 20%;
	float: left;
	text-align: right;
	margin-top: 14px;
}

.Invoice-Logo img {
	Width: 42%;
}

.Invoice-Header-Title {
	Width: 80%;
	/* text-align: center; */
	padding-top: 16px;
}

.Invoice-Header-Title h3 {
	Color: #2c6f30;
	text-align: center;
}

.Invoice-Header-Title p {
	text-align: center;
}

.Inv-cont {
	width: 72%;
	display: inline-flex;
	margin: 10px 0;
}

.Invoice-PerInfo {
	Width: 90%;
	line-height: 30px;
}

.Inv-row1 {
	Width: 52%;
	display: inline-block;
}

.Inv-row2 {
	Width: 47%;
	display: inline-block;
	text-align: right;
}

.Lead-table table input,
.Invoice-table input {
	Width: 96%;
	border: 1px solid #b6b6b6;
	outline: none;
	padding: 2px 0;
}

.Inv-row1 input,
.Inv-row2 input {
	Width: 67%;
	border: 1px solid #b6b6b6;
	outline: none;
	padding: 2px 4px;
	font-size: 15px;
}

.Inv-row1 input:focus,
.Inv-row2 input:focus,
.Invoice-table input:focus,
.Invoice-table select:focus {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color-light);
}

.Inv-row1 p span,
.Inv-row2 p span {
	min-width: 16%;
	display: inline-block;
}

.Inv-Footer {
	display: inline-flex;
	Width: 100%;
	border-bottom: 2px dashed #2c6f30;
	padding: 15px 0;
	margin-bottom: 30px;
}

.Inv-Footer p span,
.Invoice-PerInfo p span {
	width: 26%;
	min-width: fit-content;
	font-weight: 600;
	display: inline-block;
}

.canvasjs-chart-credit {
	display: none;
}

/* Invoice Page End */

/* Entries Container */
.NoteSec {
	text-align: left;
	width: 88%;
	padding-left: 7px;
}

.NoteSec p {
	font-size: 12px;
}

.Income-Cont {
	width: 80%;
	box-shadow: 0px 0px 5px -2px #0288d1;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

.Entries-Cont {
	display: inline-flex;
	width: 98%;
	align-items: flex-start;
	margin: 10px 0;
}

.Entries-Icon {
	width: 10%;
	text-align: left;
}

.Entries-Title {
	width: 48%;
	line-height: 15px;
	text-align: left;
}

.Entries-Title a {
	text-decoration: none;
}

.Entries-Amt {
	width: 28%;
	text-align: right;
	display: inline-flex;
}

.Entries-Edit {
	width: 12%;
	text-align: right;
}

.Entries-Edit i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.Entries-Title h4,
.Entries-Amt h4 {
	font-size: 14px;
	font-weight: 500;
}

.Entries-Amt h4 {
	font-weight: 600;
	width: 100%;
}

.Entries-Title span {
	font-size: 11px;
	color: #999999;
}

.entry-category {
	font-size: 14px;
	color: #7a7a7a;
}

/* override master css structure */
.icon-circle {
	width: 35px;
	height: 30px;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 12px;
	font-weight: bold;
}

/* number always white */
.icon-number {
	color: #ffffff !important;
	/* black numbers for visibility */
}

/* your custom colors */
.ind-bg {
	background: #4CAF50 !important;
}

.grp-bg {
	background: #FFB300 !important;
}

.com-bg {
	background: #2196F3 !important;
}

/* End of Entries Container */


/* Page content right section */
.Page-Content-right {
	position: absolute;
	top: -12px;
	z-index: 100;
	width: 38%;
	height: 100vh;
	display: none;
	animation: mymove 0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	background-color: #0063e6;
	text-align: center;
	padding: 0 0 20px 0;
	box-shadow: 1px 0px 2px 0px;
}

.Page-Content-right h2 {
	font-size: 15px;
	width: 88%;
	float: left;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #fff;
}

.Date-Cont {
	text-align: left;
	margin-left: 20px;
	line-height: 30px;
}

.Date-Cont input {
	border: 1px solid #b9b9b9;
	width: 40%;
	height: 30px;
	padding: 5px 10px;
	border-radius: 4px;
}

.Page-Content-right h3 {
	font-size: 14px;
}

.Popup-content h2 {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.Page-Content-right .Common-Btn-circle {
	margin-top: 20px;
}

.Page-Content-right-Btn-Container {
	width: 99%;
	height: 10%;
	text-align: center;
	position: absolute;
	margin-top: 20px;
}

.Page-Content-right form {
	background: #fff;
	height: 100vh;
	border-radius: 20px 20px 0 0;
	margin-top: 22px;
}

.Page-Content-right label i {
	border: 1px solid #E5E5E5;
	color: #c1c1c1;
	border-radius: 50%;
	padding: 10px;
	width: 18px;
	height: 18px;
	text-align: center;
}

.Page-Content-right label p {
	font-size: 11px;
}

.Page-Content-right ul {
	list-style-type: none;
}

.Page-Content-right li {
	display: inline-block;
}

input[type="checkbox"][id^="myCheckbox"] {
	display: none;
}

label {
	border: 1px solid #fff;
	display: block;
	position: relative;
	margin: 10px;
	cursor: pointer;
}

label:before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.4s;
	transform: scale(0);
}

label img {
	height: 100px;
	width: 100px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
}

:checked+label i {
	background-color: #FE7A15;
	color: #fff;
	border: none;
}

:checked+label img {
	transform: scale(0.9);
	z-index: -1;
}

/* End of page content right */

/* Btn-Title section */
.Top-Heading {
	background-color: #eff8ff;
	padding: 5px 10px 8px 20px;
	display: none;

}

.Top-Heading h2 {
	font-size: 16px;
	color: #0288d1;
}

.Top-Title-Cont {
	text-align: center;
}

.Btn-Title {
	display: inline-flex;
	width: 80%;
	padding: 10px 0;
	align-items: center;
	margin: 10px auto;
	box-shadow: 0 0 3px 0px #d1d1d1;
}

.Left-Sect {
	width: 60%;
	text-align: left;
	color: #0063e6;
	line-height: 25px;
}

.Left-Sect p {
	font-size: 16px;
}

.Left-Sect h2 {
	font-size: 20px;
	color: #0063e6;
}

.Rgt-Sect {
	width: 30%;
	text-align: right;
}

.Rgt-Sect .Common-Btn-circle {
	background-color: #0063e6;
	color: #fff;
}

/* End of Btn-Title Section */


/* Tab section */
.chart-cont {
	width: 80%;
	margin-bottom: 650px;
	margin-top: 20px;
}

/* canvas{
		width: 50%;
	} */
.tabs {
	width: 92%;
	float: none;
	list-style: none;
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tabs li {
	/* float: left; */
	display: block;
	margin: 0;
}

.tabs input[type="radio"] {
	position: absolute;
	top: 0;
	left: -9999px;
}

.tabs label {
	display: block;
	padding: 4px 20px;
	margin: 2px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: normal;
	background: #eff8ff;
	color: #0063e6;
	cursor: pointer;
	position: relative;
	top: 0px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	left: 18px;
	border: 1px solid #0063e6;
}

.tabs label:hover {
	background: #ffdfc6;
}

.tabs .tab-content {
	z-index: 2;
	display: none;
	overflow: hidden;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	position: absolute;
	top: 20px;
	left: 14px;
	margin: 0 auto;
}

.tabs [id^="tab"]:checked+label {
	background: #0063e6;
	color: #fff;
}

.tabs [id^="tab"]:checked~[id^="tab-content"] {
	display: block;
}

p.link {
	clear: both;
	margin: 380px 0 0 15px;
}

p.link a {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	margin: 0 5px;
	background-color: #612e76;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

p.link a:hover {
	background-color: #522764;
}

/* End of Tab Section */
.Income-Box,
.ExpenseBox {
	background-color: #eff8ff;
	border-radius: 12px;
	border-bottom: 4px solid #0063e6;
}

.Income-Box .Counticon i {
	color: #0063e6;
}

.ExpenseBox .Counticon i {
	color: #fe7a15;
}

.ExpenseBox {
	background-color: #fe7a153d;
	border-bottom: 4px solid #fe7a15;
}

.Income-Box .CountNum,
.ExpenseBox .CountNum {
	color: #fff;
}

.Income-Box .Counticon,
.ExpenseBox .Counticon {
	display: inline-flex;
	float: none;
	margin-bottom: 5px;
}

.Income-Box .CountNum ul li:nth-child(even),
.ExpenseBox .CountNum ul li:nth-child(even) {
	font-size: 16px;
	font-weight: 600;
}

.Income-Box .CountNum ul li:nth-child(odd),
.ExpenseBox .CountNum ul li:nth-child(odd) {
	font-size: 14px;
	font-weight: 400;
}

/* Start of OTP Field */
#Otp-Verify {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 150px;
	margin: 0 auto;
}

.Otp-inputs {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
}

.Otp-inputs input {
	width: 66px;
	height: 30px;
	margin: 0 4px;
	border: none;
	border-bottom: 2px solid #483d8b;
	background: transparent;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.Otp-inputs input:focus {
	border-bottom: 3px solid orange;
	outline: none;
}

.Popup-Container h4 a {
	color: #010186;
	text-align: right;
	width: 68%;
	margin: 10px auto;
}

/* End of OTP Field */

.green_badge,
.red_badge,
.yellow_badge,
.gray_badge {
	height: 14px;
	width: 14px;
	color: green;
	border-radius: 50%;
}

.red_badge {
	color: red;
}

.yellow_badge {
	color: yellow;
}

.gray_badge {
	color: gray;
}

.Bill_Rem_box {
	width: 92%;
	padding: 10px;
	margin-bottom: 100px;
}

.Bill_Rem {
	width: 90%;
	color: #b74c44;

	padding: 7px 10px;
	margin: 10px auto;
	border-radius: 8px;
	line-height: 28px;
}

.Bill_Rem ul li {
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #b74c4436;
}

/* Start Signature div */
.Sign-div ul li {
	list-style-type: none;
	margin-top: -32px;
}

.Sign-div input[type="radio"] {
	/* display: none; */
	position: relative;
	left: -220px;
	top: 30px;
	border: 1px solid red;
	width: 25px;
	height: 25px;
	z-index: 1;
	cursor: pointer;
}

.Sign-div label {
	width: 70%;
	margin: 10px auto;
	border: 1px solid #a1a1a1;
	background-color: #fff;
	padding: 10px;
	display: block;
	position: relative;
	cursor: pointer;
}

.Sign-div label img {
	height: 100px;
	width: 50%;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
	background-color: #fff;
}

/* End of signature div */
.Admin-Profile-Container {
	width: 84%;
	background-color: var(--Profile-Cont-Bg);
	height: fit-content;
	margin: 0 auto 10px auto;
	display: flex;
	margin-top: 40px;
	border: 1px solid lightgray;
	padding: 10px;
	align-items: center;
	line-height: 25px;
}

.APC-left {
	Width: 74%;
	height: 85%;
}

.APC-left h2 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

.APC-Profile-ImgBox {
	/* border: 1px solid gray; */
	Width: 120px;
	height: 120px;
	float: right;
	background-color: white;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.APC-Profile-ImgBox img {
	width: 80%;
	height: 80%;
	border-radius: 50%;
	display: flex;
	border: 1px solid lightgray;
}

.cd-root {
	--ink: #1a1a2e;
	--ink-soft: #6b6b80;
	--accent: #4f46e5;
	--accent-light: #eef2ff;
	--accent-glow: rgba(79, 70, 229, 0.15);
	--surface: #ffffff;
	--surface-2: #f8f8fc;
	--border: #e8e8f0;
	--success: #059669;
	--radius: 16px;
	font-family: 'DM Sans', sans-serif;
	color: var(--ink);
}

/* ── Breadcrumb ── */
.cd-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--ink-soft);
	margin-bottom: 28px;
}

.cd-breadcrumb a {
	color: var(--accent);
	text-decoration: none;
	font-weight: 500;
}

.cd-breadcrumb a:hover {
	text-decoration: underline;
}

.cd-breadcrumb .sep {
	opacity: .4;
	font-size: 16px;
}

/* ── Hero header ── */
.cd-hero {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 32px;
}

.cd-avatar {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: var(--accent-light);
	border: 2px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	flex-shrink: 0;
	box-shadow: 0 4px 20px var(--accent-glow);
}

.cd-hero-text h1 {
	font-family: 'DM Serif Display', serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 4px;
	color: var(--ink);
	line-height: 1.2;
}

.cd-hero-text p {
	font-size: 13px;
	color: var(--ink-soft);
	margin: 0;
}

/* ── Card ── */
.cd-card {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 2px 24px rgba(26, 26, 46, 0.06);
	max-width: 640px;
}

.cd-card-section {
	padding: 0 24px;
}

.cd-card-section-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ink-soft);
	padding: 18px 24px 10px;
	background: var(--surface-2);
	border-bottom: 1px solid var(--border);
	margin: 0 -24px 0;
	text-align: left;
}

/* ── Rows ── */
.cd-row {
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: start;
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
	gap: 12px;
	animation: fadeUp .4s ease both;
}

.cd-row:last-child {
	border-bottom: none;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.cd-row:nth-child(1) {
	animation-delay: .05s;
}

.cd-row:nth-child(2) {
	animation-delay: .10s;
}

.cd-row:nth-child(3) {
	animation-delay: .15s;
}

.cd-row:nth-child(4) {
	animation-delay: .20s;
}

.cd-row:nth-child(5) {
	animation-delay: .25s;
}

.cd-row:nth-child(6) {
	animation-delay: .30s;
}

.cd-row:nth-child(7) {
	animation-delay: .35s;
}

.cd-label {
	font-size: 14px;
	font-weight: 500;
	color: var(--ink-soft);
	padding-top: 1px;
	align-items: center;
	gap: 6px;
	width: 100%;
	text-align: left;
}

.cd-label svg {
	flex-shrink: 0;
	opacity: .7;
}

.cd-value {
	font-size: 14px;
	font-weight: 500;
	color: var(--ink);
	word-break: break-word;
	width: 100%;
	text-align: left;
}

.cd-value.empty {
	color: #ccc;
	font-weight: 400;
}

/* Badge for PAN/GST */
.cd-badge {
	display: inline-block;
	font-family: 'DM Sans', monospace;
	font-size: 13px;
	font-weight: 600;
	background: var(--surface-2);
	border: 1px solid var(--border);
	color: var(--ink);
	padding: 3px 10px;
	border-radius: 6px;
	letter-spacing: .04em;
}

/* Link */
.cd-link {
	color: var(--accent);
	text-decoration: none;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.cd-link:hover {
	text-decoration: underline;
}

/* ── Actions ── */
.cd-actions {
	display: flex;
	gap: 10px;
	margin-top: 24px;
	max-width: 640px;
}

.cd-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 18px;
	border-radius: 9px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s ease;
	border: none;
}

.cd-btn-ghost {
	background: transparent;
	color: var(--ink-soft);
	border: 1.5px solid var(--border);
}

.cd-btn-ghost:hover {
	background: var(--surface-2);
	color: var(--ink);
	border-color: #ccc;
}

.cd-btn-primary {
	background: var(--accent);
	color: #fff;
	box-shadow: 0 4px 14px var(--accent-glow);
}

.cd-btn-primary:hover {
	background: #4338ca;
	transform: translateY(-1px);
	box-shadow: 0 6px 20px var(--accent-glow);
}

.Entries-Icon {
	width: 29px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

/* expense _out.html */
.expense-summary-container {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.expense-box {
	flex: 1;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #0288d1;
	/* optional: gives simple box outline */
	text-align: center;
	background-color: #e6f2ff;
	color: #0063e6;
}


/*download dropdown*/


/* ── Download Dropdown Container ── */
.download-dropdown {
	position: relative;
	display: inline-block;
}

/* ── Dropdown Menu ── */
.download-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 45px;
	/* distance below button */
	background: #fff;
	min-width: 180px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	overflow: hidden;
	z-index: 999;
}

/* ── Dropdown Links ── */
.download-menu a {
	display: flex;
	/* makes bullet + text line up */
	align-items: center;
	/* vertically center bullet and text */
	padding: 10px 12px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	transition: all 0.2s ease-in-out;
}

/* Add bullets to download dropdown links */
.download-menu a::before {
	content: "•";
	/* bullet symbol */
	color: #FE7A15;
	/* bullet color, matches button */
	display: inline-block;
	width: 20px;
	/* space for bullet */
	margin-right: 8px;
	/* space between bullet and text */
	font-size: 16px;
}

.download-menu a:hover {
	background: #f2f2f2;
	color: #FE7A15;
	/* optional hover color matches button */
}

/* ── Show dropdown when active ── */
.download-dropdown.show .download-menu {
	display: block;
}

/*expense text */
/* Make Btn-Title relative for absolute positioning */
.Btn-Title {
	position: relative;
	text-align: center;
}

/* Target the first <p> inside Btn-Title */
.Btn-Title>p:first-child {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #0063e6;
	margin: 0;
}

.group-header-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	font-size: 14px;
	padding: 10px 0;
}

/* add vertical separators */
.group-header-bar>div::after {
	content: "|";
	margin-left: 12px;
	color: #aaa;
}

/* remove last separator */
.group-header-bar>div:last-child::after {
	content: "";
}

.Lead-table table td[class="txt-left"] {
	text-align: left;
}

.Ind-bg table thead th {
	background-color: #008000;
}

.Grp-bg table thead th {
	background-color: #eeab1b;
}

.Cmp-bg table thead th {
	background-color: #0000ff;
}

.Group-Details {
	display: flex;
}

.active {
	color: #008000;
}

.inactive,
.exp-clr {
	color: #ff0000;
}

.bg-green {
	background-color: #0080002e;
	border: 1px solid #008000;
	color: #008000;
}

.bg-red {
	background-color: #ff000042;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.WD {
	width: 60%;
}

/* ===== Cropper.js Modal & Logo Input Styles ===== */
#cropModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#cropModal div {
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
}

#cropImage {
	max-width: 100%;
	max-height: 400px;
}

.Browse-btn-grad {
	display: inline-block;
	width: 74%;
	height: fit-content;
	min-height: 24px;
	padding: 5px;
	margin: 6px 0;
	line-height: 20px;
	background-image: linear-gradient(#f1f1f1 0%, #abbaab, #ffffff 0%);
	text-align: center;
	transition: 0.5s;
	cursor: pointer;
	font-family: 'Nunito Sans', sans-serif;
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	background: #f9fafb;
}

.Browse-btn-grad:hover {
	background-position: linear-gradient(#f1ffff 100%, #abbaab 51%, #ffffff 0%);
	color: var(--primary-color);
	font-size: 16px;
	text-decoration: none;
	transition: 0.5s;
}

.MRR {
	margin-right: 60px;
}

select {
	border: 1px solid #c2c2c2;
	outline: none;
}

.Row_Cont2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0.6rem 0;
	text-align: left;
}
.Row_Cont2 span {
	width: 50%;
	padding: 0 1rem;
	display: block;
	border: 1px solid #d3d3d3;
}

.Row_Cont2 label {
	display: inline-block;
	margin: 0;
	margin-bottom: 4px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	width: fit-content;
	color: #474747;
	font-weight: 400;
}