/*========== GOOGLE FONTS ==========*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap');


/*========== VARIABLES CSS ==========*/
:root {
	--header-height: 3.5rem;
	--nav-width: 372px;

	/*========== Colors ==========*/
	--first-color: #211e25;
	--first-color-light: #f4f0fa;
	--title-color: #19181b;
	--text-color: #58555e;
	--text-color-light: #a5a1aa;
	--body-color: #f9f6fd;
	--container-color: #ffffff;

	/*========== Font and typography ==========*/
	--body-font: 'Poppins', sans-serif;
	--normal-font-size: 0.938rem;
	--small-font-size: 0.75rem;
	--smaller-font-size: 0.75rem;

	/*========== Font weight ==========*/
	--font-medium: 500;
	--font-semi-bold: 600;

	/*========== z index ==========*/
	--z-fixed: 100;
}

@media screen and (min-width: 1024px) {
	:root {
		--normal-font-size: 1rem;
		--small-font-size: 0.875rem;
		--smaller-font-size: 0.813rem;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

/*========== BASE ==========*/
*,
::before,
::after {
	box-sizing: border-box;
}

.topparent {
	display: flex;
	width: 100%;
	height: 100%;
}

body {
	font-family: var(--body-font);
	font-size: var(--normal-font-size);
	background-color: var(--body-color);
	color: var(--text-color);
}

a {
	text-decoration: none;
}

img {
	width: 50px;
	height: auto;
}

/*========== HEADER ==========*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--container-color);
	box-shadow: 0 1px 0 rgba(22, 8, 43, 0.1);
	padding: 0 1rem;
	z-index: var(--z-fixed);
}

.header__container {
	display: flex;
	align-items: center;
	height: var(--header-height);
	justify-content: space-between;
}

.header__img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.header__logo {
	color: var(--title-color);
	font-weight: var(--font-medium);
	display: none;
}

.header__search {
	display: flex;
	padding: 0.4rem 0.75rem;
	background-color: var(--first-color-light);
	border-radius: 0.25rem;
}

.header__input {
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--first-color-light);
}

.header__input::placeholder {
	font-family: var(--body-font);
	color: var(--text-color);
}

.header__icon,
.header__toggle {
	font-size: 1.2rem;
}

.header__toggle {
	color: var(--title-color);
	cursor: pointer;
}

/*========== NAV ==========*/
.navbar {
	flex: 0 0 30%;
	border-radius: 1rem;
	height: 100vh;
	padding: 1rem 1rem 0;
	background-color: var(--container-color);
	box-shadow: 1px 0 0 rgba(22, 8, 43, 0.1);
	z-index: var(--z-fixed);
	transition: 0.4s;
}

.nav__container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 3rem;
	overflow: auto;
	scrollbar-width: none;
	/* For mozilla */
}

/* For Google Chrome and others */
.nav__container::-webkit-scrollbar {
	display: none;
}

.nav__list,
.nav__items {
	display: grid;
}

.nav__list {
	row-gap: 2.5rem;
}

.nav__items {
	row-gap: 1.5rem;
}

.nav__subtitle {
	font-size: var(--normal-font-size);
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	color: var(--text-color-light);
}

/* .nav__link {
	display: flex;
	align-items: center;
	color: var(--text-color);
} */

.activedropdown {
	background: #3d0743;
	color: #ffffff;
}

.nav__link {
	padding: 10px;
	border-radius: 13px;
}

.nav__icon {
	font-size: 1.2rem;
	margin-right: 0.5rem;
}

.nav__name {
	font-size: var(--small-font-size);
	font-weight: var(--font-medium);
	position: relative;
	bottom: 20px;
}

.nav__logout {
	margin-top: 5rem;
}

/* Dropdown */
.nav__dropdown {
	overflow: hidden;
	max-height: 21px;
	transition: 0.4s ease-in-out;
}

.nav__dropdown-collapse {
	border-radius: 0.25rem;
	display: none;
}

.dropdown_active {
	display: block;
}

.nav__dropdown-icon {
	margin-left: auto;
	transition: 0.4s;
}

/* Show dropdown collapse */
.nav__dropdown {
	max-height: 100rem;
}

/*===== Active link =====*/
.active {
	color: var(--first-color);
}

/* ========== MEDIA QUERIES ==========*/
/* For small devices reduce search*/
/* @media screen and (max-width: 320px) {
	.header__search {
		width: 70%;
	}
} */

/* content */

.progress-main-container {
	flex: 0 0 67%;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 0px 2px 12px 0px rgb(81 79 79 / 63%);
}

.heading-class {
	text-align: center !important;
	width: 100%;
	font-size: 30px;
}

.innher_heading {
	text-align: center !important;
	width: 100%;
	font-size: 20px;
}

.footer_links {
	text-align: left;
}

.footer_links p {
	font-size: 15px;
	margin: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

.parentContainer {
	font-family: Arial, sans-serif;

	/* display: flex; */
	justify-content: flex-end;
}

.container {
	padding: 20px;
	border-radius: 10px;

	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.containernone {
	display: none;
}

.progress-container {
	width: 100%;
	background-color: #e0e0e0;
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 20px;
}

.progress-bar {
	height: 20px;
	background-color: #6a1b9a;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border-radius: 25px 0 0 25px;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

p {
	color: #666;
	margin-bottom: 20px;
}

.options {
	width: 95%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap-reverse;
	justify-content: center;
	gap: 33px;
}

.option {
	width: 18%;
	height: 120px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	transition:
		border-color 0.3s,
		box-shadow 0.3s;
}

.option:hover {
	border-color: #e5cb39;
	box-shadow: 0 0 10px rgba(106, 27, 154, 0.1);
}

.info-tooltip {
	display: none;
}

/* .info-tooltip:hover{
	display: block;
} */

.optionactive {
	border-color: #e5cb39;
	background-color: #f4f0f0;
}

.option img {
	max-width: 50px;
	margin-bottom: 10px;
}

.option span {
	display: block;
	font-size: 14px;
	color: #333;
}

.Next {
	background-color: #6a1b9a;
	color: white;
	border: none;
	padding: 0.625rem 1.875rem;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.Previous {
	background-color: #6a1b9a;
	color: white;
	border: none;
	padding: 0.625rem 1.875rem;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.error {
	color: red;
}

.Next:hover {
	background-color: #501573;
}

.circular-progress {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: conic-gradient(#e76f51 0deg, #f0f0f0 12deg);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 30px;
	right: 60px;
}

.inner-circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 100;
}

.percentage {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

.container p {
	font-size: 2rem;
	margin-top: 3.125rem;
	color: #666;
	padding: 1.438rem 0rem;
}


input[type='number'] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
}

input[type='text'] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 60%;
	margin-bottom: 20px;
	width: 90%;
}

input[type='email'] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 60%;
	margin-bottom: 20px;
	width: 90%;
}

.containerhight {
	padding: 20px 10px;
}

.form-group {
	display: flex;
	padding-top: 1.5rem;
	flex-direction: column;
}

.form-group .button-container {
	width: 65%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 38px;
}

.form-groupextender {
	display: flex;
	padding-top: 3rem;
	justify-content: center;
	align-items: center;
	padding-bottom: 1rem;
	flex-direction: column;
}

.Multiselect-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.Multiselect-container .btn {
	display: flex;
	width: 45%;
	height: 40px;
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 54px;
	font-size: 16px;
	background-color: white;
	border: 1px solid #ddd;
	color: #030000;
	justify-content: center;
	align-items: center;
	flex-direction: inherit;
}

.form-group .h1 {
	font-size: 1.5rem;
	margin-top: 3.125rem;
	margin-bottom: 2rem;
}

.form-group .h2 {
	font-size: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.revenuinputbox {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.currency-label {
	font-size: 18px;
	margin-bottom: 20px;
	height: 40.5px;
	width: auto;
	border-radius: 5px;
	border: 1px solid;
	color: #acb6c0;
	align-items: center;
}

.revenuinputbox input[type='number'] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	flex: 1;
	/* Allow input field to expand */
	font-size: 16px;
	/* Adjust font size as needed */
	align-items: center;
	justify-content: center;
	text-align: left;
	/* Align text to the right */
}

.currency-label {
	/* Optional: Center the USD symbol within the currency-label */
	display: flex;
	justify-content: center;
	align-items: center;
	/* Vertical centering */
}

.containerpaddingtb {
	padding-top: 120px;
	padding-bottom: 120px;
}

.revenue-group {
	width: 80%;
	margin: auto;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 33px;
}

.revenue-channel {
	flex-grow: 1;
	width: 36%;
	display: flex;
	flex-direction: column;
	text-align: justify;
	flex-wrap: wrap;
}

.ExpenseContainer {
	padding-top: 35px;
}

.containerhight input[type='text'] {
	height: 100%;
}

.ComnayNameInputBox {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.ComnayNameInputBox span {
	font-size: 15px;
	color: red;
}

.ComnayNameInputBox p {
	padding-top: 100px;
	padding-bottom: 100px;
}

.teamsizes {
	width: 100%;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.teamsizes p {
	font-size: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.teamsizes .size {
	flex-grow: 1;
	border-radius: 5px;
	width: 40%;
	text-align: center;
	cursor: pointer;
	transition:
		border-color 0.3s,
		box-shadow 0.3s;
}

.teamsizes .containernone {
	display: none;
}

.timeline {
	position: relative;
	margin: 20px 0;
	padding: 0px 0;
	list-style: none;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 22px;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
}

.timeline-item {
	position: relative;
	padding: 0px 0;
	padding-left: 50px;
}

.timeline-item .timeline-icon {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 5px;
	height: 5px;
	background: #e0e0e0;
	cursor: pointer;
	border-radius: 50%;
}

.timeline-item.active .timeline-icon {
	background: #4a4a4a;
}

.timeline-item .timeline-content {
	background: #fff;
	border-radius: 4px;
}

.Multiselect-container .selected {
	border: 2px solid #e9e453;
	text-align: center;
	cursor: pointer;
	background-color: #f9f5ff;
	transition:
		border-color 0.3s,
		box-shadow 0.3s;
}

.teamlineforoperations {
	position: relative;
	left: 48px;
}

.back-arrow {
	text-decoration: none;
	font-size: 24px;
	position: absolute;
	top: 20px;
	left: 20px;
	color: black;
}

.logo {
	width: 150px;
	margin-bottom: 20px;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

p {
	font-size: 16px;
	color: #555;
	margin-bottom: 40px;
}

#report {
	background: linear-gradient(to right, #f46b45, #eea849);
	border: none;
	display: none;
	color: white;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	transition:
		background 0.3s,
		transform 0.3s;
	animation:
		fadeIn 1s ease-out 1.5s both,
		pulse 2s infinite;
}

.GetHeader-MobileView {
	display: none;
}

#report:hover {
	background: linear-gradient(45deg, #feb47b, #ff7e5f);
	transform: scale(1.1);
}

.ReportText {
	text-align: justify;
	width: 90%;
	margin: auto;
}

.content {
	padding-top: 70px;
	padding-bottom: 30px;
}

.progress-headername-Mobile {
	display: none;
}

.inner-circle-mobile {
	background-image: none;
}

.handlebtns {
	display: flex;
	width: 90%;
	padding-top: 10%;
	margin: auto;
	justify-content: space-around;
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
	h1 {
		color: rgb(0, 0, 0);
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.container h1 {
		font-size: 1.5rem;
	}

	.teamsizes p {
		font-size: 1.5rem;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

/* @media only screen and (max-width: 768px) and (min-width: 480px) {
	h1 {
		color: #b29dbf;
	}
} */

/* @media only screen and (max-width: 480px) and (min-width: 320px) {
	h1 {
		color: #cd0000;
	}
} */

@media (max-width: 767.98px) {
	.navbar {
		display: none;
	}

	.progress-main-container {
		flex: 0 0 100%;
	}

	.circular-progress {
		position: absolute;
		top: 0px;
		right: 40%;
		left: 40%;
		background-color: none;
		transform: translateY(-50%);
	}

	.percentage {
		display: block;
		position: absolute;
		bottom: 100px;
	}

	.inner-circle-mobile {
		width: 90px;
		height: 90px;
		background-color: none;
		background-image: url(../company.html);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: initial;
		z-index: 100;
		background-color: #59247a;
	}

	.circular-progress {
		width: 105px;
		height: 105px;
	}

	.Next {
		margin-left: 0;
	}

	.progress-headername-Mobile {
		display: block;
		margin-bottom: 200px;
		color: black;
	}

	.container h1 {
		color: black;
		font-size: 1rem;
		font-weight: 500;
	}

	.container p {
		color: black;
		font-size: 1rem;
		/* margin-top: 9.5rem; */
	}

	.teamsizes {
		width: 100%;
		margin: auto;
		height: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0px;
		flex-direction: column;
	}

	.revenuinputbox {
		align-items: flex-start;
		flex-direction: column;
	}

	.currency-label {
		width: 100%;
	}

	.revenue-channel {
		flex-grow: 1;
		width: 100%;
		gap: 12px;
		display: flex;
		flex-direction: column;
		text-align: justify;
		flex-wrap: wrap;
	}

	.teamsizes .size {
		flex-grow: 1;
		border-radius: 5px;
		width: 100%;
		text-align: left;
		cursor: pointer;
		transition:
			border-color 0.3s,
			box-shadow 0.3s;
	}

	.teamsizes p {
		font-size: 0.8rem;
	}

	.container {
		margin-top: 100px;
		background-color: white;
		box-shadow: 0px 2px 12px 0px rgb(81 79 79 / 63%);
		height: 95%;
	}

	.parentContainer {
		width: 90%;
		height: 90%;
		margin: auto;
		position: relative;
	}

	.option {
		height: 38%;
		width: 100%;
	}

	.option img {
		margin-bottom: 0px;
	}

	.teamsizes p {
		color: black;
		font-size: 20px;
		margin-bottom: 12px;
	}

	.revenue-group {
		height: 25%;
	}

	.underline {
		display: none;
	}

	.handle-stages .previous-stage {
		display: inline;
		padding-left: 10%;
	}

	.handle-stages .next-stage {
		display: inline;
	}

	.topparent {
		display: block;
	}
}

.info-button-container {
	position: relative;
}

.info-button {
	background-color: #8c9095;
	color: white;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	float: inline-end;
	margin-left: 10px;
}

.timeline-content {
	cursor: pointer;
}

.error-message {
	color: red;
	font-size: 0.9em;
}

.NextButtondisable {
	pointer-events: none;
	opacity: 0.6;
}

.gridClass {
	display: flex;
	gap: 23px;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}