.leftButton,
.rightButton {
	align-self: center;
	justify-self: center;
	font-size: 1.8rem;
	background-color: inherit;
}

.side-navbar > a {
	border-radius: 10px;
	display: flex;
	padding: 10px;
	width: 100%;
	text-decoration: none;

	align-items: center;
	gap: 1rem;
}

.side-navbar a {
	font-size: 0.9rem !important;
	& .step-no {
		color: #555 !important;
		font-weight: bold;
		background-color: var(--text-color-tint);
		border-radius: 300px;

		padding: 0px 8px;
	}

	& .step-name {
		color: #333;
	}
}

.side-navbar {
	position: sticky !important;
	top: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.2rem;

	height: 100%;
}

.middle::-webkit-scrollbar {
	display: none;
}

.active-step {
	cursor: pointer;
	background: var(--main-color) !important;
	font-weight: 500;

	& span {
		color: #fff !important;
	}

	position: relative;
}

.active-arrow {
	/* cursor: pointer;
	position: absolute;
	right: -1rem;
	top: 40%;
	font-size: 1rem;
	transform: trasnlateY(-50%) !important;
	color: rgba(255, 166, 0, 0.575);
	color: var(--main-color); */

	display: none;
}

.done-step {
	cursor: pointer;
	background: rgba(0, 128, 0, 0.411) !important;
	font-weight: 500;
	color: #555 !important;
}

.pending-step {
	cursor: pointer;
	background: #ececec !important;
	color: #333 !important;
	font-weight: 500;
}

.profileIcon {
	padding: 10px;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 10px;

	background-color: #d4d4d498 !important;

	& span {
		display: flex;
		gap: 5px;
	}
}
