:root {
	--slide-count: 4;
	--slide-height: 372px;
	--primary-blue: #2163F0;
	--white: #fff;
	--black: #000;
	--dark-grey: #45484A;
}

body {
	font-family: '72';
}

img, svg {
	max-width: 100%;
}

h1,
.h1 {
	font-family: '72';
	font-size: 48px;
	font-weight: 700;
	line-height: 55px;
	text-align: left;
}

h2,
.h2 {
	font-family: '72';
	font-size: 32px;
	font-weight: 700;
	line-height: 36.8px;
	letter-spacing: 0.01em;
	text-align: left;
}

@media (max-width: 1700px) {
	h2,
	.h2 {
		font-size: 22px;
		line-height: 1.3;
	}
}

@media (max-width: 767.98px) {
	h2,
	.h2 {
		font-size: 20px;
	}
}

h3,
.h3 {
	font-family: '72';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
}

h4,
.h4 {
	font-family: '72';
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
}

.dark-grey-text {
	color: var(--dark-grey);
}
.dark-blue-text{
	color: #1F1957;
}
.light-bg-grey {
	background-color: rgba(250, 250, 250, 1);
}

.text-muted {
	--bs-secondary-color: #989898 !important;
}

.link-a {
	color: #2163F0;
	text-decoration: none;
	cursor: pointer;
}

.btn {
	font-weight: 700;
	font-size: 14px;
	line-height: 16.1px;
	padding: 10px;
	min-height: 36px;
	transition: all .4s ease-in-out;
	&.disabled,
  &:disabled {
    opacity: 0.4;
  }
}

.btn.btn-primary {
	border: 0;
	--bs-btn-bg: var(--primary-blue);
	--bs-btn-hover-bg: #084AD6;
}

.btn-outline-primary {
	--bs-btn-border-color: var(--primary-blue);
	--bs-btn-color: var(--primary-blue);
	padding: 9px 10px;
	background-color: #EFF4FF;
	--bs-btn-hover-bg: #DBE6FF;
	--bs-btn-hover-color: var(--primary-blue);
	--bs-btn-active-bg: #DBE6FF;
	--bs-btn-focus-box-shadow: none;
	--bs-btn-active-color: var(--primary-blue);;
	--bs-btn-disabled-color: var(--primary-blue);;
	--bs-btn-disabled-bg: #EFF4FF;
	--bs-btn-disabled-border-color: var(--primary-blue);;
	&.icon-btn {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

.btn-outline-danger {
	padding: 9px 10px;
	--bs-btn-color: #E90B0B;
	--bs-btn-border-color: #E90B0B;
	background-color: #FFE9E9;
	--bs-btn-hover-color: #FFE9E9;
	--bs-btn-hover-bg: #F7C7C7;
	--bs-btn-focus-box-shadow: none;
	--bs-btn-active-color: #E90B0B;
	--bs-btn-active-bg: #F7C7C7;
	--bs-btn-disabled-color: #E90B0B;
	--bs-btn-disabled-bg: #FFE9E9;
	--bs-btn-disabled-border-color: #E90B0B;
	&.icon-btn {
		width: 36px;
		height: 36px;
		padding: 8px;
	}
}

.btn-outline-danger:hover {
	background-color: rgba(247, 199, 199, 1);
	color: rgba(233, 11, 11, 1);
}

.btn-outline-secondary {
	padding: 9px 10px;
    --bs-btn-color: #0064d9;
    --bs-btn-border-color: #d4dadf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dbe6ff;
    --bs-btn-hover-border-color: #dbe6ff;
	--bs-btn-active-color: #0064d9;
    --bs-btn-active-bg: #dbe6ff;
	--bs-btn-active-border-color: #d4dadf;
	font-weight: 600;
	&:hover {
		color: #2163f0;
	}
}

.btn.btn-small {
	padding: 0;
	min-height: auto;
}

.btn-outline-success {
	padding: 9px 10px;
    --bs-btn-color: #30914C;
    --bs-btn-border-color: #30914C;
	background-color: #E8F6E3;
	font-weight: 600;
}

.btn.btn-outline-success:hover,
.btn.btn-outline-success:active {
	color: rgba(48, 145, 76, 1) !important;
	background-color: rgba(202, 231, 191, 1) !important;
}
.btn.icon-btn {
    min-width: 36px;
}

.btn-26 {
	width: 26px;
	height: 26px;
	min-height: 26px;
}

.f-16 {
	font-size: 16px;
}

.f-24 {
	font-size: 24px;
}

.f-14 {
	font-size: 14px;
}

.f-12 {
	font-size: 12px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

main-content .badge {
    --bs-badge-font-weight: 700;
    --bs-badge-font-size: 10px;
    line-height: 16px;
    text-transform: capitalize;
    padding: 3px 8px;
    border-radius: 8px;
}

.badge.text-bg-success {
	background-color: rgba(232, 246, 227, 1) !important;
	color: rgba(48, 145, 76, 1) !important;
}

.badge.text-bg-danger {
    background-color: rgba(255, 233, 233, 1) !important;
    color: rgba(233, 11, 11, 1) !important;
}
.badge.text-bg-primary{
    background-color: #EFF4FF !important;
    color: #2163F0 !important;
	border: solid 1px rgba(219, 230, 255, 1);
}
.badge.text-bg-warning{
    background-color: #FFEFE3 !important;
    color: #DD6100 !important;
}
.badge.text-bg-yellow{
    background-color: #fffbe6 !important;
    color: #C2A510 !important;
}
.badge.text-bg-secondary{
    background-color: #EEE !important;
    color: #989898 !important;
}
.form-control {
	border-bottom-color: #788FA6;
	--bs-border-color: #dde3e9;
	--bs-border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	--bs-body-color: #131E29;
	padding: 9px 10px;
	height: 36px;
	&::placeholder {
    color: #556B82;
  }
  &:hover {
    --bs-border-color: #a7cfff;
    border-bottom-color: #3881f8;
  }
  &:focus {
    box-shadow: 0 0 0 2px var(--primary-blue);;
    border-color: transparent;
  }
}

input.form-control[readonly] {
	background-color: #EEEEEE;
	box-shadow: none;
	border-color: #EEEEEE;
	border-bottom-color: #d4dadf;
}

select.form-control {
	background-image: url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 7px center;
}

.form-check-input {
	--bs-border-color: #788FA6;
}

.form-check-input:checked {
	background-color: #fff;
	border-color: #788FA6;
}

.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232163F0'/%3e%3c/svg%3e");
}

.form-check-input:focus {
	box-shadow: none;
}

@media (hover: hover) {
	.form-check-input:hover {
		--bs-border-color: #084AD6;
		--bs-form-check-bg: #EFF4FF;
	}
}

.label-space {
	min-height: 28px;
	display: block;
}

textarea.form-control {
	height: auto;
}

.form-control.verify-text {
	background-image: url(../images/verify.svg);
	background-repeat: no-repeat;
	background-position: right 7px center;
}

label.form-label {
	color: #556B82;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}

.text-primary {
	--bs-primary-rgb: 33, 99, 240;
}

.light-blue-bg {
	background-color: #DBE6FF;
}

.light-blue-bg-300 {
	background-color: rgba(239, 244, 255, 1);
}

a:has(.light-blue-bg):hover .btn.light-blue-bg {
	background-color: #ffffff;
}

.min-h-36 {
	min-width: 36px;
}

.alert.alert-danger {
	--bs-alert-border-color: #FF8EC4;
	--bs-alert-bg: #FFEAF4;
	font-size: 14px;
	color: #1D2D3E;
	border-radius: 8px;
	padding: 5px 16px;
	button.btn-close {
		padding: 8px;
		background-size: 10px;
		box-shadow: none;
        outline: none;
		margin-right: 6px;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E90B0B'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	}
}

.hide-show-eye,
.cal-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.cal-icon {
    pointer-events: none;
}

.hide-eye {
	display: none;
}

.icon-16 {
	width: 16px;
	height: 16px;
	min-width: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%232163F0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox] {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}

@media (max-width: 1700px) {
	.form-check-input[type=checkbox] {
		width: 18px;
		height: 18px;
	}
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 5px;  /* For vertical scrollbar */
  height: 5px; /* For horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background-color: #dcdcdc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #919191;
  border-radius: 10px;
}

.dropdown.dropdown-sm ul.dropdown-menu.show {
    min-width: 120px;
}

.dropdown.dropdown-sm ul.dropdown-menu[data-popper-placement="bottom-start"]::before {
    left: 10px;
    right: auto;
}

.dropdown.dropdown-sm ul.dropdown-menu {
    top: 10px !important;
}


/***** Login pages start here *****/

html:has(section.main-login),
body:has(section.main-login) {
	height: 100%;
	min-height: 100%;
}

section.main-login {
	padding: 100px;
	background-color: #0D0D0D;
	min-height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}

section.main-login .login-panel {
	background-color: #fff;
	padding: 100px;
	width: 580px;
	max-width: 100%;
	position: relative;
	z-index: 1;
  border-radius: 10px;
}

section.main-login .brand {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.02em;
}

section.main-login .login-panel .logo {
	margin-bottom: 79px;
}

section.main-login .login-panel .title-wrap p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20.58px;
	letter-spacing: 0.02em;
	color: var(--dark-grey);
	margin-bottom: 30px;
}

section.main-login::after {
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	right: 0;
	top: auto;
	bottom: 0;
	background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0D0D0D 100%);
}

section.main-login .contain {
	position: relative;
	z-index: 1;
	color: #fff;
	max-width: 600px;
	margin-top: auto;
	margin-left: 250px;
	padding-bottom: 110px;
}

section.main-login .right {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

section.main-login .contain h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

section.main-login .contain p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
}

section.main-login .login-panel .tc-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20.58px;
	letter-spacing: 0.02em;
	color: #000000;
}

section.main-login .login-panel .tc-text a {
	font-weight: 600;
	color: var(--black);
	text-decoration: none;
}

section.main-login label.form-check-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20.58px;
	letter-spacing: 0.02em;
	color: #000000;
}

section.main-login form a {
	font-size: 14px;
	text-decoration: none;
	color: var(--primary-blue);;
	font-weight: 700;
}

.password-wrap {
	position: relative;
}

.togglePassword {
	cursor: pointer;
}

.password-wrap .togglePassword {
	position: absolute;
	right: 13px;
	top: 6px;
	color: #7D7D7D;
	width: 19px;
}

.section {
	width: 100%;
	display: flex;
	position: relative;
	height: 100%;
}

.first {
	width: 40%;
	display: block;
	padding: 100px 0px;
	margin: auto;
}

.first:after {
	position: absolute;
	content: '';
	width: 2%;
	height: 50%;
	background: red;
	left: -100px;
	top: 50%;
	transform: translate(0%, -50%);
}

.first:before {
	position: absolute;
	content: '';
	width: 2%;
	height: 50%;
	background: red;
	right: -100px;
	top: 50%;
	transform: translate(0%, -50%);
}

.first .subtitle {
	color: #A6D5FD;
	font-size: 30px;
}

.first .maintitle {
	color: #ffffff;
	font-size: 50px;
}

.first .bodytext {
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 30px;
}

.primary-btn {
	background: #ED1C24;
	border: 1px solid #ED1C24;
	padding: 16px 24px;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 10px;
	transition: all 0.6s ease;
}

@media (hover: hover) {
	.primary-btn:hover {
		background: #00427A;
		border: 1px solid #ED1C24;
		color: #ED1C24;
	}
}

.first img {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 250px;
	width: auto;
	z-index: 0;
}

.first .sec-icon {
	position: relative;
	left: 0px;
}

.second {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.sliders-cont {
	justify-content: flex-end;
	display: flex;
	width: 100%;
}

#slider {
	overflow: hidden;
}

#slider ul li {
	padding: 0;
	max-height: 372px;
	max-width: 315px;
	width: 315px;
	height: 372px;
	margin: 30px 0px;
	border-radius: 0;
	background-size: cover;
	background-position: center;
}

.col1 ul,
.col3 ul {
	animation: scrollup 45s forwards linear infinite;
	list-style: none;
	padding: 0;
}

.col2 ul,
.col4 ul {
	animation: scrolldown 45s forwards linear infinite;
	transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
	list-style: none;
	margin: 0px 30px;
	padding: 0;
}

#slider ul li img {
	border-radius: 10px;
}

@-webkit-keyframes scrollup {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
	}
}

@keyframes scrollup {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
	}
}

@-webkit-keyframes scrolldown {
	0% {
		transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes scrolldown {
	0% {
		transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
	}

	100% {
		transform: translateY(0);
	}
}

.login-row {
	display: flex;
	width: 100%;
}

.f-14 {
	font-size: 14px !important;
}

.resend-txt {
	letter-spacing: 0.02em;
}

.resend-txt a {
	font-weight: 600;
}

@media (max-width: 1700px) {

	section.main-login .login-panel img {
		max-height: 50px;
	}

	section.main-login .login-panel .title-wrap h2 {
		font-size: 24px;
		line-height: 1.2;
	}

	section.main-login .login-panel {
		padding: 30px;
		width: 500px;
	}

	section.main-login .contain {
        margin-left: 130px;
        padding-bottom: 50px;
        max-width: 502px;
    }

	section.main-login {
		padding: 30px 70px;
	}

	section.main-login .login-panel .logo {
		margin-bottom: 30px;
	}

	#slider ul li {
		max-height: 342px;
		max-width: 275px;
		width: 275px;
		height: 342px;
		margin: 20px 0px;
	}

	section.main-login .contain h1 {
		font-size: 32px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	section.main-login .login-panel .title-wrap p {
		margin-bottom: 20px;
	}

	section.main-login .contain p {
		font-size: 14px;
	}

	.col2 ul,
  .col4 ul {
		margin: 0px 20px;
	}
}

@media (max-width: 1550px) {
	#slider ul li {
		max-height: 322px;
		max-width: 255px;
		width: 255px;
		height: 322px;
	}
}

@media (max-width: 1299px) {
	section.main-login .contain {
		margin-left: 50px;
		padding-bottom: 40px;
	}

	section.main-login .contain h1 {
		font-size: 38px;
	}

	section.main-login .contain p {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (max-width: 1023px) {
	.login-row {
		flex-direction: column;
		justify-content: center;
		gap: 70px;
	}

	section.main-login .contain {
		margin: 0;
		padding: 0;
	}

	section.main-login .login-panel {
		width: 100%;
		max-width: 640px;
	}

	.second {
		width: 1110px;
		min-width: 1110px;
		position: fixed;
		left: 0;
	}
}

@media (max-width: 767.98px) {
	section.main-login {
    padding: 20px;
    background: #fff;
    height: 100dvh;
    overflow: auto;
    align-content: center;
    display: block;
	}

  section.main-login::after {
    display: none;
  }

	section.main-login .login-panel {
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
	}

	section.main-login .login-panel .logo {
    margin-bottom: auto;
	}

	section.main-login .login-panel .logo img {
		max-height: 50px;
	}

	section.main-login .login-panel .title-wrap p {
		margin-bottom: 20px;
	}

	section.main-login .contain h1 {
		font-size: 34px;
	}

	#slider ul li {
		max-height: 272px;
		max-width: 205px;
		width: 205px;
		height: 272px;
	}

	.second {
		width: 850px;
		min-width: 850px;
	}

  html:has(section.main-login), 
  body:has(section.main-login) {
    height: auto;
    min-height: auto;
  }

  section.main-login .login-row,
  section.main-login .login-row .left  {
    height: 100%;
  }

  section.main-login .brand {
    margin-top: auto !important;
  }

  section.main-login .login-panel .form-wrap {
    margin: 30px 0;
  }

}

.receive-code {
  gap: 30px;
}

.receive-code .form-control {
  width: 50px;
  height: 50px;
}

@media (max-width: 767.98px) {

  .receive-code {
    gap: 20px;
  }

  section.main-login .right {
    display: none;
  }

}

/***** Login pages end here *****/


/***** Company Detail page start here *****/
.timeline-wrapper {
	background: #fff;
	padding: 20px;
}

.timeline-inner {
    background: #EFF4FF;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.timeline {
	position: relative;
    margin-top: auto;
    margin-bottom: auto;
}

.timeline::before {
	content: '';
	position: absolute;
	width: 2px;
	background: #DBE6FF;
	top: 0;
	bottom: 0;
	left: 29px;
}

.timeline-item {
	position: relative;
	padding: 8px 0 8px 80px;
	margin-bottom: 40px;
}

.timeline-item .circle {
	width: 60px;
	height: 60px;
	background: #DBE6FF;
	border: 7px solid #EFF4FF;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: var(--black);
	line-height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
	box-shadow: 0 0 0 1px #DBE6FF;
}

.timeline-item.active .circle,
.timeline-item.success-click .circle {
	background: var(--primary-blue);;
	color: #fff;
	box-shadow: 0 0 0 2px var(--primary-blue);;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	font-size: 0;
}

.timeline .timeline-item.active:not(:has(+ .timeline-item.active)) .circle {
	background-image: none;
	font-size: 20px;
	animation: ripple 0.5s linear infinite;
}

@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(33, 99, 240, 0.5),
      0 0 0 4px rgba(33, 99, 240, 0.3),
      0 0 0 8px rgba(33, 99, 240, 0.2);
		box-shadow: 0 0 0 0 rgba(33, 99, 240, 0.5),
      0 0 0 4px rgba(33, 99, 240, 0.3),
      0 0 0 8px rgba(33, 99, 240, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 4px rgba(33, 99, 240, 0.3),
      0 0 0 8px rgba(33, 99, 240, 0.2),
      0 0 0 12px rgba(33, 99, 240, 0);
		box-shadow: 0 0 0 4px rgba(33, 99, 240, 0.3),
      0 0 0 8px rgba(33, 99, 240, 0.2),
      0 0 0 12px rgba(33, 99, 240, 0);
	}
}

.timeline-item h4 {
	color: var(--black);
	margin-bottom: 5px;
}

.timeline-item p {
	color: var(--dark-grey);
	font-size: 14px;
	margin: 0;
}

.timeline-item.active h4,
.timeline-item.success-click h4 {
	color: var(--primary-blue);;
	font-weight: 700;
}

.timeline .timeline-item:last-child {
	margin-bottom: 0;
}

.timeline .timeline-item:last-child .circle::after {
    content: "";
    width: 30px;
    height: 30px;
    background: #eff4ff;
    position: absolute;
    bottom: 0;
    top: 55px;
    left: 0;
}

.timeline .timeline-item.active:last-child .circle::after{
	top: 62px;
}

/* Responsive */

@media (max-width: 1700px) {
	.timeline-item {
		padding: 0 0 4px 65px;
        margin-bottom: 20px;
	}

	.timeline-wrapper .timeline-item h4 {
        font-size: 16px;
        line-height: 1;
	}

	.timeline-item .circle {
        width: 40px;
        height: 40px;
        line-height: 31px;
        left: 10px;
        border-width: 4px;
	}

	.card-details h2 {
		font-size: 24px;
	}

	.timeline-inner {
		padding: 30px;
	}

	.timeline-inner .logo img {
		max-height: 40px;
	}

	.timeline .timeline-item:last-child .circle::after {
		top: 38px;
		width: 20px;
		height: 20px;
	}

	.timeline .timeline-item.active:last-child .circle::after {
		top: 45px;
	}

}

@media (max-width: 1199.98px) {

	.timeline-wrapper .card-details .card-inner h1 {
		font-size: 36px;
		line-height: 1.3;
	}

}

@media (max-width: 767.98px) {

	.timeline {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
	}

	.timeline::before {
		height: 2px;
		width: 100%;
		top: 14px;
		left: 0;
	}

	.timeline-item {
		display: inline-block;
		text-align: center;
		max-width: 100%;
		padding: 0;
		position: static;
	}

	.timeline-item .circle {
		margin: 0;
		width: 30px;
		height: 30px;
		border-width: 3px;
		line-height: 25px;
		font-size: 12px;
		position: relative;
		left: 0;
	}

	.timeline-item h4 {
		font-size: 14px;
	}

	.timeline-item p {
		font-size: 12px;
	}

	.timeline .timeline-item.active:not(:has(+ .timeline-item.active)) .circle {
		font-size: 12px;
	}

	.timeline-inner {
		padding: 20px;
		border-radius: 15px;
		min-height: 195px;
	}

	.timeline-dec {
		display: none;
	}

	.timeline-item.active .circle {
		background-size: 17px;
	}

	.timeline .timeline-item.active:not(:has(+ .timeline-item.active)) .timeline-dec {
		display: block;
		position: absolute;
		width: calc(100vw - 83px);
		text-align: left;
		padding: 20px 0;
		left: 0;
		right: 0;
	}

	.timeline-inner a.text-primary {
		display: none !important;
	}

	.timeline-inner .logo img {
		max-width: 120px;
	}

	.timeline-wrapper .card-details {
		padding-top: 20px;
	}

	.timeline-wrapper .card-details .card-inner> :where(h1, p, h2) {
		display: none;
	}

  .close-page {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .close-page .btn {
    padding: 0;
    width: 28px;
    height: 28px;
    min-height: 28px;
	align-content: center;
  }

}

.card-details {
	max-width: 767px;
	margin-inline: auto;
	padding-top: 130px;
}

.card.address-card {
	cursor: pointer;
	--bs-border-color-translucent: #D4DADF;
	border-radius: 10px;
}

.card.address-card p {
	color: var(--black);
}

.file-upload-type .file-style {
	border: 1px solid #D4DADF;
	color: #000000;
	border-radius: 5px !important;
	position: absolute;
	z-index: 9;
	background: #fff;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 16.1px;
	top: 5px;
	left: 6px;
	display: none;
}

.file-upload-type .file-style:empty {
	opacity: 0;
}

.file-upload-type #clearFile {
	color: var(--black);
	font-weight: bold;
	cursor: pointer;
	margin-left: 8px;
}

.file-upload-type:not(:has(.file-text:empty)) input.file-name {
	font-size: 0;
}

.input-group.file-upload-type .form-control {
	border-radius: 4px !important;
	cursor: pointer;
}

.file-upload-icon {
	background-image: url(../images/file-upload.svg);
	background-repeat: no-repeat;
	background-position: right 7px center;
}

.alert-modal-popup .modal-footer {
	--bs-modal-footer-bg: #F6F6F6;
	padding: 20px 30px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.alert-modal-popup .modal-content {
	--bs-modal-border-radius: 20px;
	margin-top: 44px;
	border: 0;
}

.alert-modal-popup .modal-body .bounceIn-icon {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: bounceIn;
	animation-delay: 0.1s;
	margin-top: -44px;
}

.modal-dialog.modal-sm {
	max-width: 420px;
}

.modal-body-text {
	padding: 20px 30px;
}

@media (max-width: 767.98px) {
	.modal-body-text {
		padding: 20px 10px;
	}
}

@keyframes bounceIn {
	0%,
  20%,
  40%,
  60%,
  80%,
  to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@media (min-width: 768px) {
  html:has(.timeline-wrapper), 
  body:has(.timeline-wrapper),
  .timeline-wrapper,
  .timeline-wrapper > .row,
  .timeline-inner {
    height: 100%;
  }
}

@media (max-width: 1700px) {

	.card-details h2 {
		font-size: 24px;
	}

	.card-details {
		padding-top: 40px;
	}

}


/***** Company Detail page end here *****/

/***** Aside, header start here *****/
.main-wrapper aside {
	width: 300px;
	background-color: #FAFAFA;
	height: 100dvh;
	border-right: solid 1px #D4DADF;
	position: fixed;
	left: 0;
	top: 0;
	transition: width 0.3s ease;
	z-index: 999;
}

.main-wrapper aside.collapsed:not(:hover) {
	width: 101px;
}

main {
	padding-left: 300px;
	transition: padding-left 0.3s ease;
}

main.collapsed {
	padding-left: 101px;
}

main header {
	height: 90px;
	border-bottom: solid 1px #D4DADF;
	background: #fff;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	position: sticky;
    top: 0;
    z-index: 99;
}

.profile-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.transparent-btn {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 5px;
}

.toggle-aside {
	position: absolute;
	right: -23px;
	top: 20px;
	cursor: pointer;
}

.main-wrapper aside .logo-wrap {
	padding: 25px 30px;
	border-bottom: solid 1px #d4dadf;
	height: 90px;
	min-height: 90px;
	overflow: hidden;
}

.main-wrapper aside .logo-wrap img {
	max-height: 40px;
}

.main-wrapper aside .aside-inner {
	padding: 20px 30px;
	overflow: auto;
	height: 100%;
}

.main-wrapper aside .aside-inner nav {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
}
main .main-content {
	padding: 30px;
}

.search-icon .form-control {
	background-color: #F6F6F6;
	padding-right: 35px;
}

.small-logo {
	display: none;
}

.main-wrapper aside.collapsed:not(:hover) img.lg-logo {
	display: none;
}

.main-wrapper aside.collapsed:not(:hover) img.small-logo {
	display: block;
}

.powered-by-wrap {
	padding: 20px 30px;
	border-top: solid 1px #d4dadf;
}

.powered-by-wrap img {
	max-height: 30px;
}

.main-wrapper aside.collapsed:not(:hover) .powered-by-wrap {
	font-size: 0 !important;
}

.main-wrapper aside .logo-wrap .lg-logo {
	min-width: 150px;
}

nav button.accordion-button,
nav a.accordion-button {
	background-color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	color: var(--dark-grey);
	font-weight: 600;
	font-size: 14px;
	line-height: 16.1px;
	min-height: 36px;
	margin-bottom: 10px;
	&:hover {
		color: #000;
	}
}

nav .accordion-item {
	background-color: transparent;
}

nav button.accordion-button.left-arrow::after,
nav a.accordion-button.left-arrow::after {
	display: none;
}

nav button.accordion-button.left-arrow::before {
	content: "";
	background-image: url(../images/aside-small-arrow.svg);
	background-size: 14px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
	filter: invert(68%) sepia(0%) saturate(879%) hue-rotate(185deg) brightness(93%) contrast(75%);
}

nav button.accordion-button.left-arrow:not(.collapsed)::before {
	transform: var(--bs-accordion-btn-icon-transform);
}

nav button.accordion-button.left-arrow {
	color: #989898;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}

nav button.accordion-button .icon-16,
nav a.accordion-button .icon-16 {
	margin-right: 5px;
}

nav .accordion-body ul li a {
	color: var(--dark-grey);
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	display: block;
	width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav button.accordion-button.left-arrow {
	min-height: 18px;
	margin-bottom: 15px !important;
}

nav > .accordion > .accordion-item:last-child {
	border-top: solid 1px #D4DADF !important;
	padding-top: 15px;
}

nav .accordion-body ul li {
	min-height: 36px;
	display: flex;
	align-items: center;
	border-left: solid 2px transparent;
	border-radius: 8px 0 0 8px;
	padding-left: 36px;
	position: relative;
}

@media (hover: hover) {
	nav .accordion-body ul li:is(:hover, .favourite-star) {
		background: linear-gradient(90deg, #CEDDFF 0%, rgba(215, 227, 255, 0) 100%);
		border-color: var(--primary-blue);;
	}
}

/* nav .accordion-body ul li:is(.favourite-star)::after { */
/* Initially hidden, shown on hover */
.nav-item:hover .favourite-icon {
	display: block !important;
}

/* Style the icon */
.favourite-icon {
	width: 16px;
	height: 16px;
	background-image: url('../images/unfavrite.svg');
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}


nav .accordion-body ul li.favourite-star-selected:hover::after{
	background-image: url(../images/star.svg);
}

nav .accordion-body ul {
	padding: 0;
	margin: 0 0 10px 0;
}

nav .accordion-body ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--black);
	position: absolute;
	left: 21px;
	border-radius: 16px;
}

nav .accordion-body ul li:hover a {
	color: var(--primary-blue);
}

nav .accordion-body ul li:hover::before {
	background-color: var(--primary-blue);;
}

.search-icon button {
  position: absolute;
  right: 4px;
  top: 50%;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
}

.search-icon input[type="search"]::-webkit-search-decoration,
.search-icon input[type="search"]::-webkit-search-cancel-button,
.search-icon input[type="search"]::-webkit-search-results-button,
.search-icon input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

nav button.accordion-button::after {
	background-size: 16px;
	filter: invert(68%) sepia(1%) saturate(0%) hue-rotate(238deg) brightness(90%) contrast(87%);
	width: 16px;
	height: 16px;
}

nav .accordion-body ul li.active a {
	color: var(--primary-blue); 
	font-weight: 600; 
}
nav .accordion-body ul li.active::before {
	background-color: var(--primary-blue); 
}

.main-wrapper aside.collapsed:not(:hover) .nav-txt {
    max-width: 0;
    overflow: hidden;
}

.main-wrapper aside.collapsed:not(:hover) nav button.accordion-button::after,
.main-wrapper aside.collapsed:not(:hover) nav a.accordion-button::after {
    display: none;
}

.main-wrapper aside.collapsed:not(:hover) nav button.accordion-button.left-arrow:not(.collapsed)::before,
.main-wrapper aside.collapsed:not(:hover) nav a.accordion-button.left-arrow:not(.collapsed)::before {
	max-width: 0;
	overflow: hidden;
}

.main-wrapper aside.collapsed:not(:hover) .icon-16 {
    margin: 0;
}

.main-wrapper aside.collapsed:not(:hover) button.accordion-button,
.main-wrapper aside.collapsed:not(:hover) a.accordion-button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-wrapper aside.collapsed:not(:hover) nav button.accordion-button.left-arrow {
    min-height: 18px;
    height: 18px;
}

.main-wrapper aside.collapsed:not(:hover) .search-icon .form-control {
    padding: 0;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 0;
	outline: none;
	box-shadow: none;
}
.main-wrapper aside.collapsed:not(:hover) .search-icon button {
    width: 36px;
}

.dropdown ul.dropdown-menu.notification-menu {
    width: 448px;
    max-height: 550px;
    padding: 30px;
    margin-top: 15px !important;
    border: solid 1px rgba(212, 218, 223, 1);
}
.dropdown ul.dropdown-menu li.notification-item,
.dropdown ul.dropdown-menu li.notification-item a {
    display: flex;
    align-items: center;
    border-bottom: 0;
}

.dropdown ul.dropdown-menu li.notification-item a {
	font-size: 12px;
    padding: 10px 0;
	color: rgba(69, 72, 74, 1);
	text-decoration: none;
}
.notification-item:last-child {
	border-bottom: none;
}
ul.dropdown-menu.notification-menu .profile-img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px !important;
}
.unread-dot {
    width: 6px;
    height: 6px;
    background-color: rgba(33, 99, 240, 1);
    border-radius: 50%;
    position: absolute;
    left: 17px;
}
.notification-content {
    display: flex;
    gap: 20px;
}
.timestamp {
    font-size: 13px;
    color: rgba(152, 152, 152, 1);
    white-space: nowrap;
    font-weight: 400;
}

.notification-menu-icon .badge.rounded-pill{
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 3px;
    font-weight: 700;
    z-index: 99;
    left: 19px !important;
    outline: solid 3px #fff;
    background-color: rgba(233, 11, 11, 1) !important;
}

.notification-menu-icon > img {
    min-width: 24px;
}

button.btn.notification-menu-icon {
    padding: 0;
    min-height: auto;
}

.dropdown.notification-dropdown {
    border-right: solid 1px rgba(212, 218, 223, 1);
    height: 50px;
    padding-right: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

ul.dropdown-menu.arrow-top::after, 
ul.dropdown-menu.arrow-top::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}
ul.dropdown-menu.arrow-top::before {
	top: -8px;
    border-bottom-color: rgba(0, 0, 0, 0.175);
    border-width: 0 calc(8px) 8px;
    transform: rotate(0deg);
    right: 0;
    left: 0;
    margin-inline: auto;
    width: 7px;
}

ul.dropdown-menu.arrow-top::after {
    top: -7px;
    border-bottom-color: #fff;
    border-width: 0 calc(10px) 8px;
    right: 0;
    left: 0;
    margin-inline: auto;
	filter: drop-shadow(36px 11px 17px rgba(34, 53, 72, 0.1));
    width: 7px;
}

.sm-icon {
	min-width: 14px;
	min-height: 14px;
	margin-right: 10px;
}

.aside-bg {
	display: none;
}

.breadcrumb-wrap li.breadcrumb-icon {
    border-right: solid 1px #d4dadf;
    padding-right: 10px;
    margin-right: 10px;
}

.breadcrumb-wrap li {
	color: #000;
    font-size: 14px;
}

.breadcrumb-wrap li a {
	color: rgba(33, 99, 240, 1);
	text-decoration: none;
}

footer.sm-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 14px;
    color: #45484a;
    padding: 7px 30px;
    width: 100%;
    text-align: right;
    background: #ffffff;
}

@media (max-width: 1700px) {

	.dropdown ul.dropdown-menu.notification-menu {
		width: 405px;
	}

	footer.sm-footer {
		font-size: 10px;
		padding: 3px 20px;
	}

	.notification-menu-icon .badge.rounded-pill{
		font-size: 10px;
		width: 17px;
		height: 16px;
	}
	.notification-menu-icon > img {
		min-width: 20px;
	}
	main .main-content {
		padding: 10px 20px 20px;
	}
	.powered-by-wrap img {
		max-height: 24px;
	}
	.main-wrapper aside {
		width: 220px;
	}
	main {
		padding-left: 220px;
	}
	.main-wrapper aside .aside-inner {
		padding: 10px 20px;
	}
	.main-wrapper aside .logo-wrap {
        padding: 5px 30px;
        height: 56px;
        min-height: 56px;
        align-items: center;
	}
	.main-wrapper aside .logo-wrap .lg-logo {
		min-width: auto;
	}
	.main-wrapper aside .logo-wrap img {
		max-height: 30px;
	}
	nav button.accordion-button, nav a.accordion-button {
		font-size: 14px;
		min-height: 32px;
		margin-bottom: 5px;
	}
	nav .accordion-body ul li a {
		font-size: 14px;
		line-height: 32px;
	}
	nav .accordion-body ul li {
		min-height: 32px;
	}
	.profile-img {
		width: 36px;
		height: 36px;
	}
	main header {
        height: 56px;
        padding: 7px 30px;
	}
	.main-wrapper aside.collapsed:not(:hover) {
		width: 80px;
	}
	main.collapsed {
		padding-left: 80px;
	}
	.toggle-aside {
		top: 3px;
	}
	.dropdown.notification-dropdown {
		height: 36px;
	}
}

@media (max-width: 991px) {
	.main-wrapper aside {
		transform: translateX(-260px);
		transition: transform 0.4s;
		z-index: 9999;
		width: 260px;
	}
	main,
	main.collapsed {
        padding-left: 0;
    }
	.toggle-aside {
		display: none;
	}
	main .main-content {
		padding: 15px 20px;
	}
	main header {
        height: 50px;
        padding: 10px 20px;
        background-color: #fafafa;
    }
	.profile-img {
        width: 30px;
        height: 30px;
    }
	.profile-dropdown button span,
	.profile-dropdown .dropdown-toggle::after {
		display: none;
	}
	.notification-menu-icon .badge.rounded-pill {
		font-size: 8px;
		width: 15px;
		height: 15px;
	}
	.dropdown.notification-dropdown {
		border: 0;
		padding-right: 0;
	}
	.dropdown ul.dropdown-menu.notification-menu {
		width: 358px;
	}
	body:has(main.active) aside {
		transform: translateX(0);
	}
	.main-wrapper aside .logo-wrap {
        padding: 9px 18px;
        height: 50px;
        min-height: 50px;
    }
	.aside-bg {
		width: 100%;
		height: 100%;
		background-color: rgb(0 0 0 / 30%);
		position: fixed;
		z-index: 999;
	}
	body:has(main.active) .aside-bg {
		display: block;
	}

	ul.dropdown-menu.arrow-top::after, 
	ul.dropdown-menu.arrow-top::before {
		left: auto;
		right: 70px;
	}

	ul.dropdown-menu.arrow-top::after {
        right: 68px;
	}
	nav .accordion-body ul li.favourite-star-selected::after{
		position: absolute;
		right: 5px;
		content: "";
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../images/star.svg);
	}
}
@media (max-width: 767px) {
	.dropdown ul.dropdown-menu.notification-menu {
		padding: 20px;
	}
	.unread-dot {
		left: 7px;
	}
	.breadcrumb-wrap li {
		font-size: 12px;
	}
	.breadcrumb-wrap li.breadcrumb-icon img {
		max-height: 17px;
	}
	.breadcrumb-wrap li.breadcrumb-icon {
		padding-right: 5px;
		margin-right: 5px;
	}
}
/***** Aside, header end here *****/

/***** dataTable css start here *****/
.dataTables_filter {
  display: none;
}
table.dataTable {
	width: 100% !important;
}
table.dataTable thead tr:first-child th {
  background-color: #F6F6F6;
  white-space: nowrap;
}
table.dataTable tbody tr td {
	background-color: #fff !important;
	box-sizing: border-box;
	border-color: #D4DADF !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 16.1px;
	color: var(--black);
	padding: 4px 10px;
}

table.dataTable tbody tr:hover,
table.dataTable tbody tr:hover td {
    background-color: rgba(250, 250, 250, 1) !important;
}

table.dataTable thead tr th {
    padding: 5px 10px;
    padding-right: 20px;
    font-weight: 600;
    box-sizing: border-box;
	border-bottom: 1px solid #D4DADF;
	font-size: 14px;
	line-height: 16.1px;
	color: #000000;
	min-height: 44px;
	height: 44px;
}

.form-control.search-input {
    height: 34px;
}

table.dataTable.no-footer {
    border: 0 !important;
}

.table-responsive table.dataTable thead .sorting,
.table-responsive table.dataTable thead .sorting_asc,
.table-responsive table.dataTable thead .sorting_desc {
	background-image: url(../images/sorting.svg) !important;
	padding-right: 25px !important;
}

.table-responsive table.dataTable thead th.sorting_disabled {
	background-image: none !important;
}

.table-responsive .dataTables_wrapper {
    background-color: #EEEEEE;
    border: solid 1px #D4DADF;
    overflow: auto;
    border-radius: 10px;
	max-height: calc(100dvh - 203px);
}

table.dataTable.no-footer tr.filters {
    background-color: #fff;
}
.pagination-container {
	position: sticky;
    bottom: 0;
    background-color: #eeeeee;
    left: 0;
    min-height: 50px;
    padding: 6px 20px;
}
table.dataTable thead {
    position: sticky;
    top: 0;
    z-index: 9;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #d4dadf !important;
    border-radius: 5px;
    margin: 0 5px;
    background: transparent !important;
    font-size: 14px;
    color: #5e636e !important;
    font-weight: 600;
	box-shadow: none !important;
    min-width: auto;
    padding: 4px;
    width: 30px;
    height: 30px;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fff !important;
	color: #5e636e !important;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.previous, 
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    display: none !important;
}
.dataTables_wrapper .pagination-container .dataTables_info {
    padding: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
	font-weight: 600;
}
.pagination-container label {
    color: #5e636e;
    font-size: 14px;
    font-weight: 600;
}
.pagination-container label input#jumpToPage {
	width: 48px !important;
    background: #fff;
    border: 0;
    border-radius: 5px;
    outline: none;
    padding: 3px 6px;
	text-align: center;
}
.table-responsive table button.icon-btn:not(:hover) {
    border: 0;
    background: transparent;
}

.dropdown ul.dropdown-menu {
	border: 0;
	box-shadow: 0 2px 8px 0 rgba(34, 53, 72, 0.3);
	padding: 0 10px;
	border-radius: 8px;
	z-index: 9999 !important;
}
.dropdown .dropdown-item {
    color: rgba(69, 72, 74, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 16.1px;
    height: 40px;
    align-content: center;
	--bs-dropdown-link-active-bg: #f7f7f7;
}
.dropdown ul.dropdown-menu li {
    border-bottom: solid 1px rgba(212, 218, 223, 1);
}
ul.dropdown-menu::before {
	content: "";
    position: absolute;
    top: -7px;
    right: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    filter: drop-shadow(0px 2px 1px rgba(34, 53, 72, 0.1));
    transform: rotate(180deg);
}
.dropdown ul.dropdown-menu li:last-child {
    border-bottom: 0;
}
.table-responsive table button.icon-btn {
    width: 26px;
    height: 26px;
    padding: 0;
    min-height: 26px;
}
.table-responsive thead tr .action-col{
	padding-right: 5px !important;
}

@media (max-width: 1700px) {
	.pagination-container {
		min-height: 36px;
		padding: 1px 20px;
	}
	.dataTables_wrapper .pagination-container .dataTables_info,
	.pagination-container label {
		font-size: 12px;
	}

	.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
		width: 26px;
		height: 26px;
		font-size: 12px;
	}
	.table-responsive .dataTables_wrapper {
		max-height: calc(100dvh - 133px);
	}
	table.dataTable tbody tr td {
		font-size: 12px;
		padding: 0px 10px;
		line-height: 1.2;
		height: 30px;
	}
	table.dataTable thead tr th {
		padding: 2px 5px;
		font-size: 12px;
		line-height: 1.2;
		height: 32px;
		padding-right: 20px;
	}
	table .form-control.search-input.column-search {
        padding: 5px 10px;
        height: 26px;
        min-width: 65px;
        padding-right: 30px;
	}
	table.dataTable.no-footer tr.filters th {
		padding-right: 0;
	}
	.table-responsive tbody tr :first-child {
		padding-left: 6px !important;
	}
}
@media (max-width: 991px) {
	.table-responsive .dataTables_wrapper {
        max-height: calc(100dvh - 183px);
    }
	.pagination-container label,
	.dataTables_wrapper .pagination-container .dataTables_info {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
    .table-responsive .dataTables_wrapper {
        max-height: calc(100dvh - 202px);
    }
	.pagination-container label input#jumpToPage {
		width: 28px !important;
		padding: 3px 4px;
		margin-left: 0 !important;
	}
	.dataTables_wrapper .dataTables_paginate {
		flex: 0 !important;
        margin-top: 0 !important;
		padding: 0 !important;
	}
	.pagination-container {
        min-height: 45px;
        padding: 1px 10px;
    }
	.pagination-container label, .dataTables_wrapper .pagination-container .dataTables_info {
		flex: auto !important;
		font-size: 11px;
	}
	table .form-control.search-input.column-search {
		min-width: 95px;
	}
}
/***** dataTable css eend here *****/

/*****  select2 customize start here *****/
.select2-container .select2-selection {
    border: 1px solid #dde3e9;
    border-radius: 4px;
    border-bottom-color: #788FA6;
    font-size: 14px;
    line-height: 16.1px;
    padding: 4px 2px;
    height: 36px;
	outline: none;
}
@media (hover: hover) {
	.select2-container .select2-selection:hover {
		border-color: #a7cfff;
		border-bottom-color: #3881f8;
	}
}
.select2-container .select2-selection:focus {
	box-shadow: 0 0 0 2px var(--primary-blue);
	border-color: transparent;
}
.select2-container .select2-dropdown {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 30px 0px rgba(34, 53, 72, 0.25);
}

.select2-container .select2-results__option {
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 400;
	color: rgba(29, 45, 62, 1);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-color: #dde3e9;
    border-bottom-color: #788FA6;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.1px;
    padding: 9px 10px;
    height: 34px;
    border-radius: 4px;
    outline: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2163f0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #131e29;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
	height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 3px;
}
.select2-container.custom-multiselect .select2-results__option::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: solid 1px #788fa6;
    vertical-align: middle;
    border-radius: 4px;
}

.select2-container.custom-multiselect .select2-results__option--selected::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%232163F0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2163F0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable::before {
    border-color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable.select2-results__option--selected::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: rgba(188, 195, 202, 1);
    background: #fff;
    border-radius: 6px;
    margin-top: 0;
    padding: 5px;
    padding-right: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 3px;
    border: 0;
    width: 15px;
    left: auto;
    top: 5px;
    padding: 0;
}
span.select2-selection.select2-selection--multiple::after {
    content: "";
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 7px center;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 20px;
	pointer-events: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
   	margin-right: 0px;
	top: 13px;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
	height: auto;
}
.select2-container--default .select2-selection__placeholder {
    color: RGB(104, 123, 145) !important; /* Match with input placeholder */
}
/* Default state: arrow pointing down */
.select2-container--default .select2-selection--single .select2-selection__arrow,
span.select2-selection.select2-selection--multiple::after {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

/* When dropdown is open: rotate arrow up */
.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--open span.select2-selection.select2-selection--multiple::after {
    transform: rotate(180deg);
}
table .select2-container {
	width: 100% !important;
}

table .select2-selection--single {
	box-sizing: border-box;
	width: 100%;
	padding: 6px 32px 6px 8px !important; 
	position: relative;
}

/* Force arrow inside the field */
table .select2-selection--single .select2-selection__arrow {
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	width: 16px;
	height: 16px;
}
/*****  select2 customize end here *****/

/***** App loader start here *****/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Optional background */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(33, 99, 240, 1);
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(33, 99, 240, 0.7);
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(33, 99, 240, 0.5);
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/***** App loader end here *****/


.checkbox-btn-group label.btn.btn-outline-secondary {
    --bs-btn-border-color: #d4dadf;
    --bs-btn-active-bg: #eff4ff;
    --bs-btn-color: #45484a;
    --bs-btn-active-color: #45484a;
    font-weight: 400;
	color: #45484a;
	padding: 12px 20px;
}

.offcanvas.canvas-lg {
    --bs-offcanvas-width: 500px;
}

@media (max-width: 1700px) {

	.offcanvas.canvas-lg {
		--bs-offcanvas-width: 350px;
	}

}

/***** Notification page start here *****/

.notification-list p {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
}

.notification-list .name {
	font-size: 16px;
}

.notification-list small {
	font-size: 12px;
}

.notification-list .badge {
	margin-top: 6px;
}

.notification-list {
	max-width: 900px;
	margin: 0 auto;
}

.notification-list-click {
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	padding-right: 70px;
	position: relative;
}

@media (hover: hover) {
	.notification-list-click:hover {
		background: #f6f6f6;
	}
}

.recent-msg::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(33, 99, 240, 1);
	border-radius: 20px;
}

.msg-delete {
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	background: #f6f6f6;
	display: none;
}

.notification-list-click:hover .msg-delete {
	display: block;
}

.profile-circle {
	width: 48px;
	height: 48px;
	background: rgba(246, 246, 246, 1);
	border: solid 1px rgba(212, 218, 223, 1);
	color: rgba(85, 107, 130, 1);
	font-size: 18px;
}

@media (max-width: 1700px) {

	.notification-list {
		max-width: 790px;
	}

	.notification-list .name {
		font-size: 14px;
	}

}

@media (max-width: 767px) {
	.notification-list-click {
		padding: 10px 30px 10px 0;
	}

	.msg-delete,
	.recent-msg::after {
		right: 6px;
	}
}

/***** Notification page end here *****/

/***** employee page start *****/

/* Make the last column sticky */
.sticky-table-container .table-responsive table thead th.text-end {
    position: sticky;
    right: 0;
    top: 0;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1);
}

.sticky-table-container .table-responsive table tbody td:last-child {
    position: sticky;
    right: 0;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: white; 
}

td.text-end:has(.btn.icon-btn.show) {
    z-index: 8;
}

.scrolled-horizontally table tbody td:last-child,
.scrolled-horizontally table thead th.text-end {
	box-shadow: none !important;
}
#offcanvasViewEmployee p span,
.table-responsive table tbody td span{
	display: inline-block;
	color: #556B82;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}

@media (max-width: 1700px){
	.table-responsive table tbody td{
		padding: 3px !important;
	}
}
@media (max-width: 576px) { 
	.offcanvas {
	  --bs-offcanvas-width: 90% !important; /* Full width on small screens */
	}
  }

  @media (min-width: 577px) and (max-width: 768px) {
	.offcanvas {
	  --bs-offcanvas-width: 75% !important; /* 75% width for tablets */
	}
  }

/***** employee page end *****/

/***** Add employee page start *****/
.heading-bg {
	border-radius: 10px;
	background-color: #FAFAFA;
	padding: 10px 20px;
}
.required-label::after {
    content: " *";
    color: red;
}
/* Fix dropdown arrow and clear icon overlapping */
.select2-container .select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}

/* Properly align the clear (X) button */
.select2-container .select2-selection__clear {
    position: absolute;
    right: 30px !important;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.person-placeholder {
    border-radius: 40px;
    border: 1px solid var(--Border-light, #D4DADF);
    background: var(--Grey-Grey-50, #F6F6F6);
    width: 80px;
    height: 80px; 
    overflow: hidden; 
}
.person-placeholder:hover{
	background-color: var(--Dark-Dark-Opacity-50, rgba(0, 0, 0, 0.50));
	background-image: url(../images/edit-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}
.person-placeholder:hover #profileImage {
  opacity: 0.3;
}.person-placeholder.disable-hover {
    pointer-events: none;
}

 .border-secondary{
	border-color: #D4DADF!important;
 }
 .plant-box {
  border: 1px solid #D4DADF;
  border-radius: 4px;
  padding: 8px 12px;
  background-color: #fff;
  color: #45484A;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check-input {
  margin-top: 0.2rem;
  margin-right: 8px;
}
.form-check-input:checked{
	background-color: #EFF4FF;
}
.bg-lightblue {
  background-color: #EFF4FF !important;
}

/* switch start here */

.switch {
	display: inline-block;
	height: 25px;
	position: relative;
	width: 40px;
}

.switch input {
	display: none;
}

.slider {
	background-color:#E90B0B;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.slider:before {
	background-color: #fff;
	bottom: 3px;
	content: "";
	height: 19px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 19px;
}

.switch input:checked + .slider {
	background-color: #30914c;
}

.switch input:checked + .slider:before {
	transform: translateX(16px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.switch-status div {
	display: none;
}

.switch-status {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
}

.switch-status .active-text {
	color: rgba(48, 145, 76, 1);
}

.switch-status .inactive-text {
	color: rgba(233, 11, 11, 1);
}

.switch-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* switch end here */
/***** Add employee page end *****/

/*****  Set Permission page start *****/
.tbl-accordion-body {
	display: none;
}
tbody.tbl-accordion-header a[data-toggle="toggle"] {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
    min-height: 21px;
    cursor: pointer;
}
tbody.tbl-accordion-header .form-check {
	display: flex;
	align-items: center;
	visibility: hidden;
}
tbody.tbl-accordion-header:has(+ [style="display: table-row-group;"]) .form-check{
	visibility: visible;
}
table.table.accordion-table th {
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 8px;
}

table.table.accordion-table tbody.tbl-accordion-header tr td {
    background-color: #fafafa;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    padding: 12px 8px !important;
}
.accordion-table-wrap {
    border: solid 1px #D4DADF;
    overflow: auto;
    border-radius: 10px;
}
table.table.accordion-table {
    margin: 0;
	table-layout: fixed;
}

table.table.accordion-table tbody.tbl-accordion-body td {
    vertical-align: middle;
    padding: 10px 8px !important;
	color: #45484a;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}
table.table.accordion-table tbody.tbl-accordion-body td .form-check {
    display: flex;
    align-items: center;
}
table.table.accordion-table tbody.tbl-accordion-body td:first-child {
    padding-left: 50px !important;
}
tbody.tbl-accordion-header:has(+ [style="display: table-row-group;"]) a[data-toggle="toggle"] > img {
    transform: rotate(90deg);
}
.error{
	border:1px solid #E90B0B;
}
.error-text{
	color: #E90B0B;
	font-size: 12px;
}
.alert-message {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
/*****  Set Permission page end *****/
/* Supplier details page start */
.custom-tabs .nav-link {
    color: rgba(69, 72, 74, 1);
    font-weight: 700;
    border: none;
	font-size: 14px;
	white-space: nowrap;
}

.custom-tabs .nav-link.active {
    color: var(--primary-blue);
    position: relative;
}

.custom-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--primary-blue);
    position: absolute;
    bottom: -1px;
    left: 0;
}

.sticky-nav {
    position: sticky;
    top: 90px;
    z-index: 11;
    background: #fff;
}
#scrollable-card {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}
@media (min-width: 1400px) { 
    .offcanvas.offcanvas-end {
        width: 500px; /* Adjust width for large screens */
    }

    #scrollable-card {
        max-height: calc(100vh - 250px); /* Adjust height for larger screens */
    }
}
@media (max-width: 1700px) {
	.sticky-nav {
		top: 56px;
	}
}

@media (max-width: 991px) {
	.sticky-nav {
		top: 50px;
	}
}
.card {
	--bs-card-border-color: rgba(212, 218, 223, 1);
}

/* drag and drop section start here */

.drop-section{
	min-height: 105px;
	border: 1px dashed rgba(212, 218, 223, 1);
	border-radius: 10px;
	position: relative;
	text-align: center;
}
.drop-section div.col:first-child{
    opacity: 1;
    visibility: visible;
    transition-duration: 0.2s;
    transform: scale(1);
    width: 200px;
    margin: auto;
}
.drop-section div.col:last-child{
    font-size: 40px;
    font-weight: 700;
    color: #c0cae1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 200px;
    height: 55px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.6);
    transition-duration: 0.2s;
}
/* we will use "drag-over-effect" class in js */
.drag-over-effect div.col:first-child{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.1);
}
.drag-over-effect div.col:last-child{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.drop-section .cloud-icon{
    margin-top: 12px;
    margin-bottom: 12px;
}
.drop-section button{
    color: rgba(33, 99, 240, 1);
    border: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    text-decoration: underline;
}
.upload-txt {
    color: rgba(33, 99, 240, 1);
	margin: 0;
    font-weight: 700;
    font-size: 12px;
	justify-content: center;
    line-height: 18px;
}
.drop-section input{
    display: none;
}

.list-section{
    display: none;
    text-align: left;
}
.list-section li{
    display: flex;
    margin: 15px 0px;
    border-radius: 8px;
    transition-duration: 0.2s;
    border: solid 1px rgba(212, 218, 223, 1);
    padding: 10px;
    flex-direction: column;
    justify-content: start;
    gap: 6px;
}
.list-section li .col{
    flex: .1;
}
.list-section li .col:nth-child(1){
    text-align: center;
    max-width: 40px;
    height: 40px;
    border: solid 1px rgba(212, 218, 223, 1);
    border-radius: 10px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.list-section li .col:nth-child(2){
    flex: .75;
    text-align: left;
    font-size: 12px;
    color: #3e4046;
    padding: 0;
}
.list-section li .col:nth-child(2) div.name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
	font-weight: 700;
}
.list-section li .col .file-name span{
    color: #45484a;
    float: right;
    font-size: 12px;
}
.list-section li .file-progress{
    width: 100%;
    height: 6px;
    margin-top: 4px;
    border-radius: 8px;
    background-color: rgba(212, 218, 223, 1);
}
.list-section .file-name {
    display: grid;
}
.list-section li .col:last-child {
    margin-left: auto;
	display: flex;
	justify-content: end;
    width: auto;
}
.list-section li .file-progress span{
    display: block;
    width: 0%;
    height: 10px;
    border-radius: 8px;
    background: rgba(33, 99, 240, 1);
    transition-duration: 0.4s;
    position: relative;
    top: -2px;
}
.list-section li .col .file-size{
    font-size: 0.75rem;
    margin-top: 3px;
    color: #707EA0;
}
.list-section li .col svg.cross,
.list-section li .col svg.tick{
	position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    margin-right:9px;
    width: 20px;
    height: 20px;
    margin-top: 7px;
}
.list-section li .col svg.tick{
    fill: #50a156;
    background-color: transparent;
}
.list-section li.complete span,
.list-section li.complete .file-progress,
.list-section li.complete svg.cross{
    display: none;
}
.list-section li.in-prog .file-size,
.list-section li.in-prog svg.tick{
    display: none;
}
.remove-btn, .cross {
	cursor: pointer;
}
.list-section li .col:last-child {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px; /* Ensure fixed width */
    height: 40px;
    min-width: 40px;
}

.list-section li .col svg.cross {
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}
/* drag and drop section end here */


/* Supplier details page end */


/* Quote comparison start here */
.sticky-col {
	position: sticky;
    left: 0;
    background-color: rgba(250, 250, 250, 1) !important;
    z-index: 2;
    font-weight: 600;
    font-size: 14px;
}

thead .sticky-col {
	z-index: 3;
}

td.bg-success-subtle {
    --bs-success-bg-subtle: rgba(232, 246, 227, 1);
}

table.table.comparison-table thead.table-light th {
    min-width: 270px;
    padding: 5px 20px 20px;
}

table.table.comparison-table {
	--bs-border-color: rgba(212, 218, 223, 1);
}

table.table.comparison-table thead.table-light{
	--bs-table-border-color: rgba(212, 218, 223, 1);
 }

 table.table.comparison-table td {
    font-size: 14px;
    min-height: 44px;
    height: 44px;
 } 

.table-responsive:has(.comparison-table) {
	border: solid 1px rgba(212, 218, 223, 1);
    border-radius: 10px;
}
.table-responsive:has(.comparison-table) tr {
	border-top: 0;
}
.table-responsive:has(.comparison-table) tr :where(th, td):first-child {
	border-left: 0;
}
table.table.comparison-table thead.table-light th:first-child {
    background-color: #fff !important;
}
/* Quote comparison end here */

/* order confirmation start here */
.sticky-bottom-card {
	position: sticky;
	bottom: 20px;
	z-index: 1030;
  }

/* order confirmation end here */

/* grn start here */
@media (min-width: 992px) {
	#batchDetail {
	  width: 60%;
	}
  }
  
  @media (max-width: 991.98px) {
	#batchDetail {
	  width: 90%; 
	}
  }
/* grn end here */
/* Inquiry start here */
.badge-row{
	padding-left: 15px;
	padding-right: 15px;
}
/* Inquiry end here */

/* add-new-product start here */
.specification-card{
	width: 50%;
}
.attachment-card{
	width: 25%;
}
.product-profile{
	max-width: 80px;
	min-width: 75px;
	max-height: 80px;
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:12px;
	border: 1px solid var(--Border-light, #D4DADF);
	background: var(--Grey-Grey-50, #F6F6F6);
}

@media (max-width: 992px) {
	.specification-card{
		width: 100% ;
}
.attachment-card{
	width: 100%;
}
}


/* add-new-product end here */
.stepper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Changed from center to flex-start */
  margin-bottom: 2rem;
  overflow-x: auto;
  padding: 1rem 0.5rem;
  -webkit-overflow-scrolling: touch;
}

.step {
  text-align: center;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100px; /* Increased minimum height */
  padding-bottom: 1rem; /* Added padding at bottom */
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -50%;
  width: 100%;
  height: 2px;
  background-color: #BCD0FB;
  z-index: 0;
}

.step .circle {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DBE6FF;
  border: 5px solid white;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: var(--black);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 1px #DBE6FF;
  margin-bottom: 0.5rem; /* Added margin below circle */
}

.step.active .circle, 
.step.completed .circle {
  background: var(--primary-blue);
  color: #fff;
  box-shadow: 0 0 0 2px var(--primary-blue);
}

.step .label {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  display: block;
  color: #000;
  word-break: break-word; /* Allows text wrapping */
  text-align: center;
  width: 100%;
}

.step.active .label,
.step.completed .label {
  color: var(--primary-blue);
  font-weight: 500;
}

.step.completed::after {
  background-color: var(--primary-blue);
}

@media (max-width: 767.98px) {
  .stepper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .step {
    flex: 0 0 auto;
    min-width: 100px;
    scroll-snap-align: start;
    min-height: 100px; /* Consistent height on mobile */
  }

  .step:not(:last-child)::after {
    width: 100%;
    right: -50%;
  }

  .step .label {
    font-size: 0.75rem;
    max-width: 80px;
    line-height: 1.2;
    white-space: normal;
    word-wrap: break-word;
  }
}
/* view product master start here */
.main-content .card .heading-img{
	width: 100px;
	height: 100px;
	border-radius: 15px;
	border: 1px solid #788FA6 ;
}
.profile:hover{
	background-color: var(--Dark-Dark-Opacity-50, rgba(0, 0, 0, 0.50));
	background-image: url(../images/edit-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
	width: 100px;
	height: 100px;
	border-radius: 15px;
}
.profile:hover .heading-img {
  opacity: 0.3;
}
.profile.disable-hover {
    pointer-events: none;
}
/* view product master end here */
select.form-control.right-align + .select2 .select2-selection__rendered {
    text-align: right;
    padding-right: 40px;
    font-style: italic;
}
.canvas-xl {
    width: 700px !important;
    max-width: 100% !important;
}
select.form-control.select2.select-full + .select2 span.selection {
    width: 100%;
}
@media (min-width: 768px) {
    .custom-border-md-start {
      border-left: 1px solid #dee2e6;
    }
  }
  /* report master start here */
  .card .card-body .report-item .active{
	background-color: #EFF4FF;
  }
  #iframe-container {
    height: calc(100vh - 160px); /* Adjust based on your header height */
    background-color: #2e2e2e; /* Chrome-style dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#iframe-container iframe {
    width: 90%;
    height: 100%;
    border: none;
    background-color: #2e2e2e;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
    #iframe-container iframe {
        width: 100%;
    }
}
 /* report master end here */
/* Dragging effects */
th, td {
  position: relative;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
}

/* Drag handle */
.drag-handle {
  cursor: grab;
  transition: opacity 0.2s ease;
  user-select: none;
}

.drag-handle:hover {
  opacity: 1;
}

.drag-handle:active {
  cursor: grabbing;
}

/* Dragging source (original position) */
th.dragging-source,
td.dragging-source {
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

/* Ghost element that follows cursor */
.dragged-ghost {
  position: fixed;
  display: none;
  pointer-events: none;
  z-index: 1000;
  background: white;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e7eb;
  opacity: 0.95;
  transform: none;
  padding: 0;
  overflow: hidden;
}

.ghost-header {
  padding: 12px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
}

.ghost-body {
  background: white;
}

.ghost-row {
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.ghost-row:last-child {
  border-bottom: none;
}

/* Drop zone styling */
th.drop-zone {
  position: relative;
}

th.drop-zone::after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: 1;
  border-radius: 4px;
}

/* Drop target styling */
th.drop-target {
  position: relative;
}

th.drop-target::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -2px;
  width: 4px;
  background-color: #3b82f6;
  border-radius: 2px;
  z-index: 2;
  animation: pulse 1s infinite;
}

/* Slide animations */
@keyframes slideLeft {
  from {
    transform: translateX(40px);
    opacity: 0.8;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-40px);
    opacity: 0.8;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

th.slide-left,
td.slide-left {
  animation: slideLeft 0.35s cubic-bezier(0.2, 0, 0, 1);
}

th.slide-right,
td.slide-right {
  animation: slideRight 0.35s cubic-bezier(0.2, 0, 0, 1);
}

@keyframes pulse {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}

/* message toast */
#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}

.toast-box {
	width: 400px;
	background: white; /* Warning bg */
	/*border-left: 6px solid #ff9800;*/
	border-left: 6px solid red;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	margin-top: 5px;
	overflow: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s ease;
	font-family: Arial, sans-serif;
}

.toast-box.show {
  opacity: 1;
  transform: translateX(0);
}

.toast-header {
	/*background: #fdac41;*/
	background: red;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.toast-body {
  padding: 10px;
  font-size: 15px;
  font-weight : 600;
  color: #333;
}

.toast-close {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

