.mui-2-dropdown-check-list-garage-select {
	height: 48px;
	border-radius: 3px;
	border: solid 1px #d0d0d0;
	background-color: white;
	/* background-color: rgba(255, 255, 255, 0.36); */
	position: relative;
	display: flex;
	min-width: 290px;
	/* border-radius: 10px; */
}

.mui-2-dropdown-check-list-garage-select .anchorInput {
	padding-left: 5px;
	border: none;
	width: 100%;
	background: transparent;
	font-size: 16px;
	font-family: inherit;
	color: rgba(0, 0, 0, 0.87);
	/* border-radius: 7px; */
}
.anchorInput:focus {
	outline: none;
}
.anchorInput:focus + .workshop-dropdown-options {
	/* display: block; */
}

.mui-2-dropdown-check-list-garage-select .anchorInput:after {
	position: absolute;
	content: "";
	border-left: 2px solid black;
	border-top: 2px solid black;
	padding: 5px;
	right: 10px;
	top: 20%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.mui-2-dropdown-check-list-garage-select .anchorInput:active:after {
	right: 8px;
	top: 21%;
}

.mui-2-dropdown-check-list-garage-select .color-black-placeholder::-webkit-input-placeholder {
	color: black;
}

.mui-2-dropdown-check-list-garage-select .color-black-placeholder::placeholder {
	color: black;
}

.mui-2-dropdown-check-list-garage-select ul.workshop-dropdown-options {
	padding: 0;
	display: none;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	position: absolute;
	top: 50px;
	background: white;
	z-index: 9;
	max-height: 400px;
	overflow: auto;
	width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	font-size: smaller;
    overflow-x: hidden;
}
.mui-2-dropdown-check-list-garage-select ul.workshop-dropdown-options li {
	list-style: none;
	width: 100%;
	display: inline-flex;
	padding: 0 0.4rem;
}

.mui-2-dropdown-check-list-garage-select ul.workshop-dropdown-options li > label {
	width: 100%;
	/* display: inline-block; */
	/* padding: 8px 0px; */
	cursor: pointer;
	font-size: 0.9rem !important;
}

.mui-2-dropdown-check-list-garage-select
	ul.workshop-dropdown-options
	li
	> label
	> input:checked
	+ span.margin_l_8 {
	color: green;
	font-weight: 600;
}

.mui-2-dropdown-check-list-garage-select
	ul.workshop-dropdown-options
	li
	> label
	> input:disabled {
	background: red;
	font-weight: 600;
}

.workshop-dropdown-options:hover {
	/* display: block; */
	/* display: block !important; */
}

.mui-2-dropdown-check-list-garage-select .selected-label {
	height: 15px;
	position: absolute;
	white-space: nowrap;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	line-height: 1;
	letter-spacing: 0.00938em;
	top: 4px;
	left: 5px;
	font-size: 11px;
	color: rgba(0, 0, 0, 0.54);
	overflow-x: auto;
	width: 95%;
}

.mui-2-dropdown-check-list-garage-select .selected-label::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE and Edge */
.mui-2-dropdown-check-list-garage-select .selected-label {
	-ms-overflow-style: none;
}

.single-selected-item {
	color: green;
	font-weight: 600;
}

.multi-select-error {
	color: red;
	font-size: smaller;
	font-weight: 100;
}

.mui-2-dropdown-check-list-garage-select .input-box-error {
	border: 1px solid red;
	border-radius: 2px;
}

.color-black-label {
	color: black !important;
}

li:hover {
	background-color: #e5e5e5;
	color: black;
	font-weight: 600;
}

li {
	border-bottom: 1px solid #e5e5e5;
}

.mui-2-dropdown-check-list-garage-select ul.open {
	display: block;
}

.mui-2-dropdown-check-list-garage-select ul.close {
	display: none;
}

.cross-icon-search {
	position: absolute;
	right: 7px;
	top: 10px;
	padding: 3px;
	cursor: pointer;
}

.workshop-status-list{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-top : 0.5rem;
    padding-bottom: 0.5rem; 
}

.workshop-status-list-v2-reset{
	padding-left: 1rem !important; 
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 16px !important;
	border-bottom: 1px dashed #556282 !important;
}

.workshop-status-list .workshop-name{
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #556282;
    position: relative;
}

.workshop-status-list .workshop-name::before{
    content: '';
    position: absolute;
    top: 0.4rem;
    left: -1rem;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.workshop-status-list .workshop-online::before{
    background-color: green;
}

.workshop-status-list .workshop-offline::before{
    background-color: #556282;
}


.workshop-status-list .workshop-details{
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.38);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mui-2-dropdown-check-list {
	height: 48px;
	border-radius: 7px;
	border: solid 1px #d0d0d0;
	background-color: white;
	/* background-color: rgba(255, 255, 255, 0.36); */
	position: relative;
	display: flex;
	/* border-radius: 10px; */
}

.mui-2-dropdown-check-list .anchorInput {
	padding-left: 5px;
	border: none;
	width: 100%;
	background: transparent;
	font-size: 16px;
	font-family: inherit;
	color: rgba(0, 0, 0, 0.87);
	/* border-radius: 7px; */
}
.anchorInput:focus {
	outline: none;
}
.anchorInput:focus + .mui-2-dropdown-options {
	/* display: block; */
}

.mui-2-dropdown-check-list .anchorInput:after {
	position: absolute;
	content: "";
	border-left: 2px solid black;
	border-top: 2px solid black;
	padding: 5px;
	right: 10px;
	top: 20%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.mui-2-dropdown-check-list .anchorInput:active:after {
	right: 8px;
	top: 21%;
}

.mui-2-dropdown-check-list .color-black-placeholder::-webkit-input-placeholder {
	color: black;
}

.mui-2-dropdown-check-list .color-black-placeholder::placeholder {
	color: black;
}

.mui-2-dropdown-check-list ul.mui-2-dropdown-options {
	padding: 2px;
	display: none;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	position: absolute;
	top: 50px;
	background: white;
	z-index: 9;
	max-height: 350px;
	overflow: auto;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	font-size: smaller;
}
.mui-2-dropdown-check-list ul.mui-2-dropdown-options li {
	list-style: none;
	width: 100%;
	display: inline-flex;
	padding: 0;
}

.mui-2-dropdown-check-list ul.mui-2-dropdown-options li > label {
	width: 100%;
	display: inline-block;
	/* padding: 8px 0px; */
	cursor: pointer;
	padding: 8px;
	font-size: 0.9rem !important;
}

.mui-2-dropdown-check-list
	ul.mui-2-dropdown-options
	li
	> label
	> input:checked
	+ span.margin_l_8 {
	color: green;
	font-weight: 600;
}

.mui-2-dropdown-check-list
	ul.mui-2-dropdown-options
	li
	> label
	> input:disabled {
	background: red;
	font-weight: 600;
}

.mui-2-dropdown-options:hover {
	/* display: block; */
	/* display: block !important; */
}

.mui-2-dropdown-check-list .selected-label {
	height: 15px;
	position: absolute;
	white-space: nowrap;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	line-height: 1;
	letter-spacing: 0.00938em;
	top: 4px;
	left: 5px;
	font-size: 11px;
	color: rgba(0, 0, 0, 0.54);
	overflow-x: auto;
	width: 95%;
}

.mui-2-dropdown-check-list .selected-label::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE and Edge */
.mui-2-dropdown-check-list .selected-label {
	-ms-overflow-style: none;
}

.single-selected-item {
	color: green;
	font-weight: 600;
}

.multi-select-error {
	color: red;
	font-size: smaller;
	font-weight: 100;
}

.mui-2-dropdown-check-list .input-box-error {
	border: 1px solid red;
	border-radius: 2px;
}

.color-black-label {
	color: black !important;
}

li:hover {
	background-color: #e5e5e5;
	color: black;
	font-weight: 600;
}

li {
	border-bottom: 1px solid #e5e5e5;
}

.mui-2-dropdown-check-list ul.open {
	display: block;
}

.mui-2-dropdown-check-list ul.close {
	display: none;
}

.cross-icon-search {
	position: absolute;
	right: 7px;
	top: 10px;
	padding: 3px;
	cursor: pointer;
}

.toast-wrapper{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.toast-icon{
	display: grid;
	place-content: center;
	color: hsl(140, 100%, 30%);
	background-color: #fff;
	border-radius: 50%;
}

.toast-msg{
	flex: 1 1 auto;
}

#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	/* background-color: #333; */
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 16px;
	position: fixed;
	z-index: 4000;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
	max-width: 300px;
	text-transform: capitalize;
	font-weight: 500;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

.success {
	background: hsl(140, 100%, 30%);
}

.toast-success{
	color: hsl(140, 100%, 30%);
}

.error{
	background: hsl(3, 79%, 45%);
}

.toast-error {
	color: hsl(3, 79%, 45%);
}
.header-container {
	padding: 1rem 0;
	/* padding: 0.5rem; */
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	z-index: 10;
	background: hsl(240, 54%, 97%);
	/* background: white; */
	/* box-shadow: 0 5px 5px -5px #333; */
}

.header {
	display: flex;
	margin-left: 14rem;
	/* width: 20%; */
	width: 100%;
	justify-content: space-between;
	/* color: hsl(210, 100%, 35%); */
	font-size: 1rem;
	font-weight: bold;
	/* color: #E73C33; */
}

.header-element {
	display: flex;
	align-items: center;
	justify-content: space-around;
	/* padding: 0.5rem; */
	/* width: 48%; */
	width: 100%;
}

/* .header-element:hover {
    cursor: pointer;
    background:  #1a53ff;
    border-radius: 5px;
    color: white;
} */

.hamburger-menu {
	width: 40px;
	height: 3rem;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0;
	box-sizing: border-box;
	cursor: pointer;
}

.hamburger-menu div {
	width: 90%;
	height: 3px;
	background-color: white;
}

a {
	text-decoration: none;
}

.location {
	margin-left: 1rem;
	color: #071c2c;
	font-size: 1.4rem;
}

.log-out {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.log-out-icon {
	margin-right: 2rem;
	/* font-size: 32px; */
}

.log-out-text {
	margin-right: 1rem;
	/* box-shadow: 0 2px 2px 0 #dfe1f3, 0 -2px 4px 0 #c6c7d7;
    padding: 0.5rem;
    border-radius: 5px;
    position: absolute;
    right: 1rem;
    top: 3.8rem;
    background: white;
    display: none; */
}

.log-out-icon:hover + .log-out-text {
	display: block;
}

@media only screen and (max-width: 600px) {
	.header-container {
		background-color: #071c2c;
		padding: 1rem 0;
		display: flex;
		align-items: center;
		z-index: 10;
		color: white;
		position: inherit;
	}

	.header {
		margin-left: 0px;
	}

	.header-element {
		width: 80%;
	}

	.log-out-icon {
		display: none;
	}
}

@media (min-width: 450px) {
	.hamburger-menu {
		display: none;
	}
}

.dashboard-side-bar {
  border-radius: 8px;
  width: 200px;
  font-size: 0.875rem !important;
  font-weight: 600;
  text-transform: uppercase;
  /* width: 11.5rem; */
  height: 100%;
  background: white;
  position: fixed !important;
  z-index: 11;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  top: 0;
}

.side-bar-container {
  background: hsl(0, 0%, 100%);
  /* background-color: hsl(206, 73%, 10%); */
  /* color: #F4F4F5; */
  /* width: 180px; */
  width: 100%;
  /* width: 14.25vw; */
  position: fixed;
  /* height: 100%; */
  height: 64.6%;
  z-index: 4;
  overflow: auto;
  margin-top: 1rem;
  /* margin-top: 15vh;
    height: 64vh; */
}

.expansion-panel-header {
  padding: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* color: hsl(223, 22%, 72%); */
  color: hsl(223, 22%, 42%);
  /* color: #F4F4F5; */
}

.expansion-panel-header:hover,
.expansion-panel-item:hover {
  background: hsl(0, 0%, 90%);
  /* background-color: hsl(206, 73%, 20%); */
}

.expansion-panel-item {
  padding: 1rem 1rem 1rem 1rem;
  cursor: pointer;
  font-size: 0.9rem;
}

a {
  color: hsl(223, 22%, 72%);
  /* color: hsl(240, 6%, 80%); */
}

.arrow {
  font-size: 24px;
  /* color: hsl(223, 22%, 72%); */
  color: hsl(223, 22%, 42%);
  /* color: #F4F4F5; */
}

.hide-expansion-panel {
  height: 0;
  transition: height 0.3s;
  overflow-y: auto;
}

.show-expansion-panel {
  height: 96px;
  /* background: hsl(0, 0%, 95%); */
  /* background-color: hsl(206, 73%, 25%); */
}

.show-expansion-panel-recon {
  /* height: 256px; */
  height: 370px;
}

.show-expansion-panel-settle {
  height: 155px;
}

.athensGrayColor {
  color: #f4f4f5;
}

.cadetBlueColor {
  color: hsl(223, 22%, 42%) !important;
}

.fireFlyColor {
  color: hsl(211, 54%, 11%);
}

.downRiverBackGround {
  background-color: hsl(206, 73%, 20%);
}

.active-header, .sidebar-active-tab {
  background:  hsl(240deg 50% 97%);
  color: hsl(211, 54%, 11%);
  font-weight: bold;
}

.logo {
  /* width: 30%; */
  /* padding: 1rem 1rem 1rem 2rem; */
  /* margin-right: 2rem; */
  padding: 1rem 4rem 2rem 4rem;
  /* padding: 1rem 2.45rem 1rem 1rem; */
  width: 3.5rem;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  height: 4rem;
}

.dashboard-image {
  /* width: 60%; */
  /* padding: 1rem 1rem 1rem 1rem; */
  padding: 1.5rem 2.45rem 1rem 1rem;
  /* margin-top: 2rem; */
  width: 8.05rem;
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  height: 15%;
}

.side-bar-container::-webkit-scrollbar {
  width: 5px;
}

.side-bar-container::-webkit-scrollbar-thumb {
  background: #888;
}

.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.close {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.dashboardSideBarHeaderContainer 
.hide-expansion-panel::-webkit-scrollbar {
  width: 4px;
}

.dashboardSideBarHeaderContainer 
.hide-expansion-panel::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

.dashboardSideBarHeaderContainer 
.hide-expansion-panel::-webkit-scrollbar-thumb {
  background: rgb(199, 195, 195); 
}

/* .dashboardSideBarHeaderContainer 
.hide-expansion-panel::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */

@media only screen and (min-width: 720px) {
  .dashboard-side-bar {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: black;
    opacity: 0.5;
}
.text-center{
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
  /* color: #606266; */
  color: hsl(222, 19%, 54%);
  background: white;
}

th,
td {
  text-align: center;
  /* border: #ebeef5 1px solid; */
  padding: 8px 2px !important;
  border-bottom: hsl(240, 54%, 97%) solid 4px;
}

th {
  background: hsl(211, 54%, 11%) !important;
  color: hsl(223, 22%, 72%);
  box-shadow: none !important;
  border-bottom: none;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  min-width: 100px;
  font-size: 14px;
}

.table-container {
  max-height: 60vh;
}

.thead-th {
  z-index: 1;
  box-shadow: 2px 0px 2px hsl(211, 54%, 11%) !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}

.overFlowAuto {
  overflow: auto;
}

.sticky-column {
  position: -webkit-sticky !important;
  position: sticky !important;
  min-width: 110px;
  /* white-space: nowrap; */
  background: white;
  left: 0;
  /* box-shadow: 0 2px 2px 0 #dfe1f3, 0 2px 4px 0 #c6c7d7; */
  box-shadow: 2px 0px 2px #dfe1f3;
  z-index: 2;
}

.sticky-columnUpper {
  position: -webkit-sticky !important;
  position: sticky !important;
  min-width: 110px;
  /* white-space: nowrap; */
  background: white;
  left: 0;
  /* box-shadow: 0 2px 2px 0 #dfe1f3, 0 2px 4px 0 #c6c7d7; */
  box-shadow: 2px 0px 2px #dfe1f3;
  /* z-index: 3; */
  z-index: 3 !important;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

.date-time{
  min-width: 110px;
}

.invoice_params{
  min-width: 120px;
}

.invoice_no_wrapper{
  min-width: 120px;
/* display: flex;
flex-direction: column; */
}

.invoice_flag_info{
display: flex;
justify-content: space-between;
align-items: center;
}

.invoice_flag_badge{
color: #fff;
border-radius: 4px;
padding: 0.25rem 0.5rem;
font-size: 12px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: center;
}

.invoice_badge_blue{
background-color: #3498db;
}

.invoice_badge_green{
background-color: #00ad2d;
}

.invoice_number{
  margin-top: 0.5rem;
}

.info-icon-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-icon{
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
  cursor: pointer;
}

.info-icon:active{
  opacity: 0.5;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.margin-left-30vw {
  margin-left: 30vw;
}

.border-right-none {
  border-right: none;
}

.no-data-found {
  /* margin-left: 20vw; */
  padding: 1rem;
  /* color: hsl(3, 79%, 45%); */
  color: hsl(206, 73%, 10%);
}

.edit-icon {
  cursor: pointer;
}

.is-reviewed {
  color: green;
}

.is-reviewed-yellow {
  color: blue;
}

.is-reviewed-black {
  color: black;
}

button.makeButton.makeFireFlyButton:disabled {
  cursor: default;
  background: gray;
}

.makeRedButton{
  background-color: red;
  color: white;
}

.button-disabled{
  opacity: 0.6;
  cursor : not-allowed !important;
}

input:disabled {
  /* background: lightgray; */
}

i.download-button-icon:before {
  content: url(/static/media/download_icon_green.1a19ba9726d0b1096467.svg);
  position: relative;
  padding-right: 6px;
}

button.makeButton.makeFireFlyButton.buttonDownload {
  background: white;
  color: black;
  width: 110px;
  border: 1.5px solid black;
  font-weight: normal;
  padding: 9px 5px;
}

.hideFileDiv {
  padding: 5px 10px;
  background: #00ad2d;
  border: 1px solid #00ad2d;
  position: relative;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.hideFile {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 24px;
  width: 100%;
}
.fa-info-circle{
  cursor: pointer;  
}
.info-card{
  width: 202px;
  height: 84px;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff3e0;
  display: none;
  position:absolute;
  bottom:3rem;
  left:2rem;
}
.info-card table{
  background-color:inherit;  
}
.info-card table tr td,.info-card table tr th{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #6d3a00;
  border:none;
  text-align: right;
}
.info-card table tr th{
  font-weight: bolder;
  background-color: inherit !important;
  text-align: left;
}

.download_bill_btn{
  border: 1px solid transparent;
  border-radius : 3px;
  padding : 0.5rem 0.875rem;
  font-size: 1rem;
  margin: auto;
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition : all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.download_bill_btn:hover{
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.download_bill_btn:active{
  opacity: 0.75;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.disabled-pointer{
  cursor: not-allowed;
  opacity: 0.5;
}

.disabled-pointer:hover{
  border-color: transparent;
}

.do-amount-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.choose-file-wrapper{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.choose-file-label-do{
  white-space: nowrap;
  font-size: 0.875rem;
}

.choose-file-btn-do{
  white-space: nowrap;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  cursor: pointer;
}

.upload-btn-do{
  color: #fff;
  background-color:#0072dd;
  white-space: nowrap;
  padding: 0.5rem;
  border: 0;
  border-radius: 3px;
  display: flex;
  gap: 0.5rem;
}

.do-amount-action-wrapper{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
}

.do-amount-action_download-file{
  color: #fff;
  background-color:#00a126;
  white-space: nowrap;
  padding: 0.5rem;
  border: 0;
  border-radius: 3px;
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
}

.do-amount-btn-edit, .do-amount-btn-save{
  white-space: nowrap;
  padding: 0.5rem 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
}

.do-amount-btn-edit:disabled, .do-amount-btn-save:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

.do-amount-btn-save{
  background-color:#0072dd;
  color: #fff;
  border-color: transparent;
}

.do-amt-input{
  height: 2rem;
  margin : 0 0.5rem;
  padding: 0.2rem;
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.2);
}

.do-amt-input:focus{
  outline: none;
  border-color: rgba(0, 0, 0, 0.3);
}

.scrollerVariantOne::-webkit-scrollbar{ 
  width : 6px; 
  height: 6px;
}

.scrollerVariantOne::-webkit-scrollbar-thumb{
  border-radius: 4px;
  background-color : rgb(0 0 0 / 15%);
}

.bill-btn-group{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.4rem;
  margin-left: 4px;
  margin-right: 4px;
}

.btn-bg-black{
  background-color: hsl(206, 73%, 20%) !important;
}

.bill-btn{
 color: #fff;
 white-space: nowrap;
 padding: 0.5rem 0.875rem;
 border-radius: 2px;
 border: 0;
 cursor: pointer;
 font-size: 1rem;
 opacity: 1;
 transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bill-btn:active{
  opacity: 0.75;
}

.cursor-pointer{
  cursor: pointer !important;
}

.status-tag{
  border-radius: 3px;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.5rem;
  width: 80px;
  margin: auto;
  cursor: not-allowed;
  border: 0;
}

.cursor-pointer{
  cursor:  pointer !important;
}

.status-tag-green{
  background-color: #00a126;
}

.status-tag-blue{
  background-color: #0072dd;
}

.status-tag-inactive{
  background-color: #aaa;
}

input{
  min-width: 70px;
}
.check-box-checked {
    width: 1.2rem !important;
    height: 1rem;
    padding: 0.4rem;
    border-radius: 3px;
    border: hsl(206, 73%, 20%) solid 1px;
    background-color: hsl(206, 73%, 20%);
    cursor: pointer;
    padding-bottom: 0.7rem;
    padding-top: 0.1rem;
}

.check-box-unchecked {
    width: 1.2rem !important;
    height: 1rem;
    padding: 0.4rem;
    border-radius: 3px;
    border: hsl(206, 73%, 20%) solid 1px;
    cursor: pointer;
}

.check-mark {
    color: white;
    font-size: 1.5rem;
}

.radio {
    border-radius: 50%;
}

.white {
    background: white;
}
.width-20-Prcnt {
    width: 20%
}

.overlayDiv {
    width: 100vw;
    height: 140vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* background: red; */
}

.datepickerContainer{
    height: 42px !important;
    width: 130px !important;
	box-sizing: border-box !important;
    border-radius: 5px !important;   
}
.inputContainer {
	height: 48px;
	/* height: 42px !important;
    width: 130px;
	box-sizing: border-box;
    border-radius: 5px; */
	/* height: 40px; */
	/* border-radius: 10px; */
	border: solid 1px #d0d0d0;
	/* background-color: rgba(255, 255, 255, 0.36); */
	background: white;
	position: relative;
	padding: 0 8px;
	margin-right: 4px;
}
.inputTitle {
	font-size: 14px;
	position: absolute;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	-webkit-transform: translate(0, 16px) scale(1);
	        transform: translate(0, 16px) scale(1);
	transition: all 0.1s ease-in-out;
	/* color: #9b9b9b; */
	color: #606266;
}
.inputContainer.active .inputTitle {
	-webkit-transform: translate(0, 4px) scale(0.75);
	        transform: translate(0, 4px) scale(0.75);
}
.mainInput {
	margin: 16px 0 10px;
	width: 90%;
	max-width: 300px;
	height: 16px;
	font-size: 14px;
	color: #000000;
	padding-top: 6px;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0.36);
}

.error {
	border: solid 1px #ff4355;
}

.helperText {
	position: absolute;
	z-index: 10;
	font-size: 12px;
	top: 50px;
	color: #ff4355;
}

.calendar-container {
	border: 1px gray solid;
	position: absolute;
	/* top: 12rem; */
	padding: 1rem;
	padding-bottom: 0.5rem;
	z-index: 5;
	background: white;
}

.border-none {
	border: none;
}

.margin-top-1rem {
	margin-top: 1rem;
}

.margin-bottom-1rem {
	margin-bottom: 1rem;
}

.react-calendar__navigation__prev2-button,
.react-calendar__navigation__next2-button {
	display: none;
}

.react-calendar__navigation__prev-button {
	order: 1;
	border-radius: 100%;
}

.react-calendar__navigation__next-button {
	order: 2;
	border-radius: 100%;
}

.react-calendar__navigation__label {
	text-align: left;
	font-weight: bold;
}

abbr {
	text-decoration: none;
	color: black;
}

.text-align-center {
	text-align: center;
}

.apply-button {
	width: 149px;
	height: 48px;
	border-radius: 10px;
	background-color: #6a82f5;
	color: white;
	border: none;
	margin-top: 1.2rem;
	margin-right: 0.5rem;
}

.bottom {
	height: 80px;
	background-color: #f5f4f7;
	text-align: right;
	margin-top: 1rem;
}

.overlayDiv {
	width: 100%;
	height: 280vh;
	position: absolute;
	/* top: 0;
    left: 0; */
	z-index: 1;
	/* background: gray; */
}

@media screen and (max-width: 600px) {
	.calendar-container {
		width: 85%;
	}
}

.carDetails {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin-bottom: 15px;
}

.carDetailsSpan {
    display: flex;
    align-items: center;
}

.carDetailsHeading {
    color: #0d1c2c;
    font-size: 14px;
}

.carDetailsSubHeading {
    font-size: 12px;
    padding-top: 2px;
}

.partsDetails {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-top: 20px;
}

.flexForButtons {
    display: flex;
    justify-content: space-between;
    /* width: 45%; */
}

.whiteButtons {
    display: flex;
    justify-content: space-between;
}

.backOrder {
    display: flex;
    align-items: center;
    height: 55px;
    justify-content: space-around;
    width: 150px;
    cursor: pointer;
}

.universal-edit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 91%;
}

.d-flex{
    display: flex;
    flex-direction: row-reverse;
}
.warehouse{
    margin-right: 25px;
}
.loader {
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

.loader--sm {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #3498db;
	width: 13px;
	height: 13px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

.image-loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.progressive-loader {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.progressive-loader div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #5372b5;
	-webkit-animation: progressive-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	        animation: progressive-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.progressive-loader div:nth-child(1) {
	left: 8px;
	-webkit-animation-delay: -0.24s;
	        animation-delay: -0.24s;
}

.progressive-loader div:nth-child(2) {
	left: 32px;
	-webkit-animation-delay: -0.12s;
	        animation-delay: -0.12s;
}

.progressive-loader div:nth-child(3) {
	left: 56px;
	-webkit-animation-delay: 0;
	        animation-delay: 0;
}

@-webkit-keyframes progressive-loader {
	0% {
		top: 8px;
		height: 64px;
	}
	50%,
	100% {
		top: 24px;
		height: 32px;
	}
}

@keyframes progressive-loader {
	0% {
		top: 8px;
		height: 64px;
	}
	50%,
	100% {
		top: 24px;
		height: 32px;
	}
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/*  */
.new-loader {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 10px;
	background: #3498db;
	border-radius: 5px;
	animation: load 1.1s ease-in-out infinite; */
	width: 90px;
	height: 10px;
	margin-bottom: 2rem;
	background: #5372b5;
	border-radius: 5px;
	-webkit-animation: load 0.7s ease-in-out infinite;
	        animation: load 0.7s ease-in-out infinite;
}
/* .new-loader:before,
.new-loader:after {
	position: absolute;
	display: block;
	content: "";
	animation: load 1.1s ease-in-out infinite;
	height: 10px;
	border-radius: 5px;
}
.new-loader:before {
	top: -20px;
	left: 10px;
	width: 40px;
	background: #ef4836;
}
.new-loader:after {
	bottom: -20px;
	width: 35px;
	background: #f5ab35;
} */
@-webkit-keyframes load {
	0% {
		-webkit-transform: translateX(40px);
		        transform: translateX(40px);
	}
	50% {
		-webkit-transform: translateX(-30px);
		        transform: translateX(-30px);
	}
	100% {
		-webkit-transform: translateX(40px);
		        transform: translateX(40px);
	}
}
@keyframes load {
	0% {
		-webkit-transform: translateX(40px);
		        transform: translateX(40px);
	}
	50% {
		-webkit-transform: translateX(-30px);
		        transform: translateX(-30px);
	}
	100% {
		-webkit-transform: translateX(40px);
		        transform: translateX(40px);
	}
}

.nn-return-container{
    position: relative;
    top: 6rem;
    margin-left: 14rem;
    margin-right: 2rem;
    margin-bottom: 8rem;
    box-sizing: border-box;
}

.nn-input-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.nn-input-container > .nn-return-input{
    width: 16rem;
    height: 2.8rem;
    padding-left: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    border-width: 1px;
    border-radius: 2px;
    border-color: rgba(0, 0, 0, 0.2);
}

.nn-input-container > .nn-return-btn{
    padding: 0.8rem 2rem;
    background-color: #fff;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    opacity: 1;
}

.nn-input-container > .nn-return-btn:active{
    opacity: 0.7;
}

.nn-return-input:focus{
    outline: none;
}

.nn-buttons{
    text-align: end;
}

.nn-return-btn-green{
    padding: 0.7rem 1.5rem;
    color: #fff;
    background-color: hsl(140, 100%, 30%);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
}

.nn-return-btn-green:active{
    opacity: 0.7;
}

.spacing-y-md{
    margin: 1rem 0;
}

.space-v-1{
    display: flex;
    gap : 0.5rem;
    align-items: center;
}


.error_bound_wrap{
background-color: rgb(216, 214, 214);
display: flex;
flex-direction: column;
min-height: 100vh;
box-sizing: border-box;
position: relative;
}

.error_bound_wrap .error_bound_card{
    width: min(80%, 300px);
    background-color: #fff;
    padding: 1rem;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 28px;
}

.error_bound_card .error_bound_title{
    color: rgb(238, 95, 95);
    font-weight: 600;
}

.error_bound_card .error_bound_message{
    font-size: 0.875rem;
}

.error_bound_card .error_bound_reload{
    text-align: right;
    font-weight: 600;
    margin-top: 12px;
}

.error_bound_reload button{
    padding: 0.5rem 1rem;
    border-radius: 5px;
    color: #fff;
    background-color: rgb(243, 79, 79);
    border: 0;
    cursor: pointer;
}
*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
::-webkit-backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
.container {
	width: 100%;
}
.\!container {
	width: 100% !important;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
	.\!container {
		max-width: 640px !important;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
	.\!container {
		max-width: 768px !important;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
	.\!container {
		max-width: 1024px !important;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
	.\!container {
		max-width: 1280px !important;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
	.\!container {
		max-width: 1536px !important;
	}
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.bottom-0 {
	bottom: 0px;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-24 {
	height: 6rem;
}
.h-20 {
	height: 5rem;
}
.w-24 {
	width: 6rem;
}
.w-full {
	width: 100%;
}
.w-28 {
	width: 7rem;
}
.flex-grow {
	flex-grow: 1;
}
.transform {
	-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-2 {
	gap: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-none {
	border-style: none;
}
.bg-blue-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-green-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-green-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.p-2 {
	padding: 0.5rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-green-300 {
	--tw-text-opacity: 1;
	color: rgb(134 239 172 / var(--tw-text-opacity));
}
.underline {
	text-decoration-line: underline;
}
.outline {
	outline-style: solid;
}
.filter {
	-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

body {
	margin: 0;
	padding: 0;
	/* font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
		Microsoft YaHei, Arial, sans-serif; */
	font-family: sans-serif;
	/* font-size: 14px; */
	font-size: 1rem;
	color: hsl(223, 22%, 42%);
	background: hsl(240, 54%, 97%) !important;
	/* font-size: 80%; */
	/* background: #F8F9FE; */
}

body::-webkit-scrollbar{ 
	width : 6px; 
	height: 6px;
  }
  
body::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color : rgb(0 0 0 / 15%);
  }
  

.makeHeading {
	font-weight: bold;
	font-size: 1rem;
}

.flex {
	display: flex;
}

.flex_1 {
	flex: 1 1;
}

.gap-1{
	gap: 0.5rem;
}

.gap-2{
	gap : 1rem;
}

.flexDirectionColumn {
	flex-direction: column;
}

.justifyContentSpaceBetween {
	justify-content: space-between;
}

.justifyContentFlexEnd {
	justify-content: flex-end;
}

.justifyContentSpaceEvenly {
	justify-content: space-evenly;
}

.justifyContentCenter {
	justify-content: center;
}

.justifySelfEnd {
	justify-self: end;
}

.alignItemsCenter {
	align-items: center;
}

.alignSelfCenter {
	align-self: center;
}

.width-15-Prcnt {
	width: 15%;
}

.width-20-Prcnt {
	width: 20%;
}

.width-25-Prcnt {
	width: 25%;
}

.width-40-Prcnt {
	width: 40%;
}

.width-50-Prcnt {
	width: 50%;
}

.width-60-Prcnt {
	width: 60%;
}

.width-70-Prcnt {
	width: 70%;
}

.width-95-Prcnt {
	width: 95%;
}

.componentPadding {
	padding: 6rem 2rem 2rem 14rem;
	/* padding: 8rem 2rem 2rem 15rem; */
}

.padding-1Rem {
	padding: 1rem;
}

.padding-2Rem {
	padding: 2rem;
}

.padding-5-Rem {
	padding: 5rem;
}

.paddingTop-8-Rem {
	padding-top: 8rem;
}

.paddingTop-4Rem {
	padding-top: 4rem;
}

.paddingBottom-5Rem {
	padding-bottom: 5rem !important;
}

.paddingBottom-6px {
	padding-bottom: 6px;
}

.padding-10px {
	padding: 10px;
}

.paddingLeft-15-Rem {
	padding-left: 15rem;
}

.paddingLeft-5Rem {
	padding-left: 5rem;
}

.paddingLeft-0 {
	padding-left: 0;
}

.paddingRight-5Rem {
	padding-right: 5rem;
}

.paddingRight-10Rem {
	padding-right: 10rem;
}

.marginTop-1rem {
	margin-top: 1rem;
}

.marginTop-2rem {
	margin-top: 2rem;
}

.marginTop-4rem {
	margin-top: 4rem;
}

.marginTop-5rem {
	margin-top: 5rem;
}

.marginBottom-point5rem {
	margin-bottom: 0.5rem;
}

.marginBottom-1rem {
	margin-bottom: 1rem;
}

.marginBottom-2rem {
	margin-bottom: 2rem;
}

.marginBottom-4rem {
	margin-bottom: 4rem;
}

.marginRight-point5rem {
	margin-right: 0.5rem;
}

.marginRight-2rem {
	margin-right: 2rem;
}

.marginLeftAuto {
	margin-left: auto;
}

.marginLeft-1rem {
	margin-left: 1rem;
}

.marginTopBottom-2rem {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.marginTopBottom-4rem {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.marginTopBottom-5px {
	margin: 5px 0;
}

.grid-1-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3rem;
}

.grid-1-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3rem;
}

.grid-1-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 3rem;
}

.gridArea-1-2 {
	grid-area: 1 / 2;
}

.grid-1-7 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 1rem;
}

.makeCard {
	background: white;
	padding: 2rem;
	border-radius: 10px;
	/* box-shadow: 0 2px 2px 0 #dfe1f3, 0 -2px 4px 0 #c6c7d7; */
	box-shadow: 0 2px 4px 0 rgba(169, 178, 200, 0.3);
}

.makeButton {
	padding: 0.5rem;
	border-radius: 5px;
	box-shadow: 0 2px 2px 0 #dfe1f3, 0 -2px 4px 0 #c6c7d7;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
}

.makeWhiteButton {
	background: white;
	color: hsl(211, 54%, 11%);
}

.makeFireFlyButton {
	background: hsl(211, 54%, 11%);
	color: white;
}

.makePickledBluewoodButton {
	background: rgb(48, 65, 86);
	color: white;
}

.makeBlackPearlButton {
	background: hsl(206, 73%, 10%);
	color: white;
}

.makeThunderBirdButton {
	background: hsl(3, 79%, 45%);
	color: white;
}

.makeFunGreenButton {
	background: hsl(140, 100%, 30%);
	color: white;
}

.makeBlueButton {
	background: #147ad6;
	color: white;
}

.makeOutlineButton {
	background: white;
	box-shadow: none;
	border: 1px solid black;
	color: black;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
}

.athensGrayColor {
	color: #f4f4f5;
}

.cadetBlueColor {
	color: hsl(223, 22%, 72%);
}

.pickledBluewoodColor {
	color: rgb(48, 65, 86);
}

.blackPearlColor {
	color: #071c2c;
}

.woodBarkColor {
	color: hsl(3, 76%, 10%);
}

.shuttleGrayColor {
	color: #9b9b9b;
}

.selagoBackGround {
	background: #f8f9fe;
}

.pickledBluewoodBackGround {
	background: rgb(48, 65, 86);
}

.blackPearlBackGround {
	background-color: hsl(206, 73%, 10%);
}

.woodBarkBackGround {
	background: hsl(3, 76%, 10%);
}

.whiteBackGround {
	background: white;
}

.whiteLilacBackGround {
	background: hsl(240, 54%, 97%);
}

.catskillWhiteBorder {
	border: #ebeef5 1px solid;
}

.borderRadius-5-Px {
	border-radius: 5px;
}

.borderRadius-10-Px {
	border-radius: 10px;
}

.borderShadow {
	box-shadow: 0 2px 2px 0 #dfe1f3, 0 -2px 4px 0 #c6c7d7;
}

.textAlignCenter {
	text-align: center;
}

input[type="checkbox"] {
	width: 40px;
	height: 40px;
}

select {
	background: white;
	padding: 0.5rem;
	border-radius: 5px;
}

select:focus {
	outline: none;
}

.clickable:active {
	-webkit-transform: translateY(4px);
	        transform: translateY(4px);
}

.clickable:hover {
	background: hsl(206, 73%, 8%);
}

.clickable-white:active {
	-webkit-transform: translateY(4px);
	        transform: translateY(4px);
}

.clickable-white:hover {
	background: hsl(200, 2%, 76%);
}

.clickable-red:hover {
	background-color: tomato;
}

.clickable-red:active {
	-webkit-transform: translateY(4px);
	        transform: translateY(4px);
}

.link-small {
	color: #147ad6;
    font-size: 14px;
    text-decoration: underline;
}

.disabledButton-gray {
	background: gray !important;
    cursor: auto !important;
}

@media (max-width: 720px) {
	.componentPadding {
		padding: 10px;
	}

	.grid-1-3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1rem;
	}
}

.hidden{
	display: none !important;
}

.distri-otp-header{
	font-size: 1.6rem;
	color: #1a1a1a;
	text-align: center;
	margin-top: 2rem;
}

.distri-otp-subheader{
   font: 1.2rem;
   color: #666666;
   opacity: 0.7;
   text-align: center;
   margin-top: 1rem;
}

.distri-otp-container{
	margin : 3rem 0;
	display: flex;
	justify-content: center;
}

.distri-otp-container .distri-otp-ui{
	display: flex;
	align-items: center;
	gap : 8px;
}

.distri-otp-container .distri-otp-ui .otp-box{
  width: 48px;
  height: 44px;
  flex-grow: 0;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.distri-otp-btns{
	display: flex;
	justify-content: center;
	align-items: center;
	gap : 1.6rem;
	margin-top: 4rem;
}

.distri-otp-send-btn,
.distri-otp-submit-btn{
	border-radius: 4px;
	border: 0;
	width: 155px;
  	height: 40px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.distri-otp-send-btn{
	background-color: rgba(0, 0, 0, 0.87);
	
}

.distri-otp-submit-btn{
	background-color: #3a9b14;
}

.distri-acc-filter{
 display: flex;
 flex-direction: column;
}

.distri-acc-filters{
	display: grid;
	grid-template-columns: 1fr 150px;
	grid-gap: 8px;
	gap: 8px;
}

.distri-acc-search-box{
  background-color: #fff;
  border : 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.distri-acc-search{
  font-size: 1rem;
  height: 40px;
  border : 0;
  flex-grow: 1;
  padding-left: 5px;
}

.distri-acc-search:focus{
	outline: none;
	border: 0;
}

.distri-icon{
	width: 20px;
}

.distri-acc-list{
	height: 150px;
	overflow-y: auto;
	background-color: #fff;
	z-index: 1;
	box-shadow: 0px 5px 3px 2px rgb(169 178 200 / 30%);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.distri-acc-list-item{
	display: flex;
	align-items: center;
	font-size: 14px;
	padding: 4px;
	box-sizing: border-box;
	cursor: pointer;
	min-height: 40px;
	max-width: calc(100% - 5px);
	border-bottom: 1px solid rgba(169, 178, 200, 0.3);
}
.distri-acc-list-item .truncate-text{
	display: inline-block;
	width: calc(100% - 70px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.distri-ps-container{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.distri-ps-header{
	font-size: 18px;
	color: #1a1a1a;
}

.distri-ps-inputs{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap : 8px;
	gap : 8px;
}

.distri-ps-btns{
	margin-top: 2rem;
	display: flex;
	gap: 16px;
}
.progress-container{
	height: 3px;
    width: 100%;
    background: #aaa;
    position: fixed;
    z-index: 16;
}

.progress-container .progress{
  height: 100%;
  width: 0;
  border-radius: 0.4rem;
  background: #ff4754;
  transition: width 0.4s ease;
}

#progress-overlay{
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	-webkit-user-select: none;
	        user-select: none;
	background-color: #4141441c;
}


#toast-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1000000000000000000000000;
	display: none;
}

.active-toast{
	display: block !important;
}

.toast-elems{
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 260px;
	/* height: calc(100% - 40px); */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#toast-container .show-toast-elem{
	width: 250px;
	min-height: 40px;
	box-shadow: 0 0 1px 1px rgb(233, 224, 224);
	padding : 0.5rem;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;	
	transition: -webkit-transform 750ms linear;	
	transition: transform 750ms linear;	
	transition: transform 750ms linear, -webkit-transform 750ms linear;
}

#toast-container .toast-elem-info{
	background-color: #65adec;
}

#toast-container .toast-elem-success{
	background-color: hsl(140, 100%, 30%);
}

#toast-container .toast-elem-error{
	background-color: hsl(3, 79%, 45%);

}


.show-toast-elem > i {
	padding: 1rem;
}

.toast-body{
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.toast-body .toast-title{
   font-weight: 600;
   font-size: 1rem;
   text-transform: capitalize;
}

.toast-body .toast-message{
  font-weight: 500;
  font-size: 0.875rem;
  padding-bottom: 4px;
}

.distri-delete-msg{
	font-size: 1.1em;
	color: rgba(0, 0, 0, 0.87);
	opacity: 0.7;
	text-align: center;
}

.popup-fade-in{
	opacity: 1;
	/* transform: translateY(0); */
}

.popup-fade-out{
	opacity: 0;
	/* transform: translateY(20px); */
}

.overlay-delete-popup{
	z-index: 198;
}

.distri-transaction-history{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.distri-add-btn, .distri-btn{
border : 0;
border-radius : 4px;
padding : 1rem 2rem;
font-size: 1rem;
cursor : pointer;
color : #fff;
background-color : hsl(211, 54%, 11%);
opacity : 1;
-webkit-transform : scale(1);
        transform : scale(1);
transition : all 250ms linear;
}

.distri-btn{
	padding : 0.7rem 1rem;
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
}

.distri-add-btn:active, .distri-btn:active{
	opacity : 0.4;
	-webkit-transform : scale(0.95);
	        transform : scale(0.95);
}

.distri-pay-container, .distri-layout{
	padding: 6rem 2rem 2rem 14rem;
}

.distri-pay-search{
	display: flex;
	align-items: center;
	gap : 8px;
}

.distri-pay-filters{
	display: grid;
	grid-template-columns: 2fr repeat(3, 1fr);
	grid-gap: 8px;
	gap: 8px;
	margin : 1rem auto;
}

.distri-pay-filters .distri-pay-date-filter{
	display: flex;
	align-items: center;
	gap: 8px;
}

.distri-pay-filters .distri-pay-date-filter > div{
	flex-grow: 1;
	flex-shrink: 1;
}



.distri-recon-container{
    padding: 0.875rem 1.4rem;
}

.distri-recon-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

.distri-recon-header .malaysia-recon-item{
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
}

.distri-recon-body{
    display: flex;
    flex-direction: column;
    margin: 1rem 2rem;
}

.distri-recon-fund-account{
    display: flex;
    flex-direction: column;
}

.d-fund-account-detail{
    display: flex;
	justify-content: start;
	width: 80%;
    margin: 4px auto;
}

.distri-recon-account-detail{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    gap: 8px;
}

.distri-recon-payment-details{
    display: flex;
    flex-direction: column;
}

.distri-payment{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.distri-payment .distri-recon-payment-item{
    display: flex;
    gap: 0.5rem;
    padding-bottom : 10px;
    /* padding-left: 8rem; */
    color: rgba(0, 0, 0, 0.87);
}

.distri-payment .distri-recon-payment-item > div:first-child{
    width: 150px;
}


.distri-recon-payment-options{
    display: flex;
    flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	max-width: 240px;
    gap: 0.5rem;
}

.distri-recon-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap : 3rem;
    margin-top: 1.6rem;
}

.distri-recon-btns > button{
    padding: 0.5rem 2rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    opacity: 1;
    transition: all 250ms linear;
}

.distri-recon-btns > button:first-child{
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid rgba(0, 0, 0, 0.87);
}

.distri-recon-btns > button:last-child{
    color: #fff;
    background-color: #147ad6;
    border: 1px solid #147ad6;
    
}

.distri-recon-btns > button:active{
    opacity: 0;
}

.distri-schedule-payout{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
}

.distri-add-account-head{
	margin: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.add-account-btn{
	padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
    transition: all 350ms linear;
	color: #fff;
    background-color: #147ad6;
    border: 1px solid #147ad6;
}

.add-account-btn:active{
    opacity: 0.4;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.distri-add-accounts-heading{
	color: rgba(0, 0, 0, 0.87);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 6px;
	margin: 0;
	font-size: 16px;
}

.distri-add-accounts-wrapper{
	display: grid;
	grid-template-columns: 250px auto;
	grid-gap: 8px;
	gap: 8px;
	margin-top: 8px;
	padding-right: 16px;
}

.distri-add-accounts-indicator{
	display: flex;
	flex-direction: column;
}

.distri-add-accounts-indicator ul{
	list-style: decimal;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.distri-add-accounts-indicator ul li{
	border-bottom: 0;
	font-size: 0.875rem;
	background: none !important;
	-webkit-user-select: none !important;
	        user-select: none !important;
}

.distri-add-accounts-indicator ul li:hover{
	background: none !important;
}

.distri-add-accounts-indicator ul li:first-child{
	position: relative;
}

.distri-add-accounts-indicator ul li:first-child::after{
	content: " ";
	display: inline-block;
	height: 3.5rem;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 25px;
	left: 50px;
}

.distri-add-acounts-form{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
}

.distri-add-acounts-form h3{
	letter-spacing: 0.5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
}

.distri-add-acounts-form form{
	display: flex;
	flex-direction: column;
	margin-top : 0.5rem;
	gap: 10px;
}

.distri-add-acounts-form >  form > div{
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 350px; 
}

.distri-add-acounts-form > form > div > label{
	font-size: 12px;
	color: #1a1a1a;
}

.distri-add-acounts-form > form  > div  > input{
	height: 1.8rem !important;
	font-size: 14px !important;
	padding-left: 8px !important;
	border : 1px solid #9b9b9b;
	border-radius: 2px !important;
}

.distri-add-acounts-form > form > div > select{
	height: 2.4rem !important;
	font-size: 14px !important;
	padding-left: 8px !important;
	border : 1px solid #9b9b9b;
	border-radius: 2px !important;
}

.distri-add-acounts-form > form > div > input:focus{
	outline: none;
	border: 1px solid #65adec;
}

.distri-add-accounts-btns{
	grid-column-start: 1;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 12px;
}

.distri-add-accounts-btns button{
	padding: 0.7rem 2rem;
	color: #fff;
	background-color: #147ad6;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

button{
	max-height: 4rem;
	text-align: center;
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
	transition: all 750ms linear;
}

button:active{
	opacity: 0.5;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.distri-radio-btns{
	display: flex;
	flex-direction: row !important;
	align-items: center;
	gap: 8px;
}

.distributor-selects{
	display: flex;
	align-items: center;
	gap: 8px;
}

.popup-loader{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10000;
}

.distri-cancel-icon{
	display: flex;
	justify-content: end;
	cursor: pointer;
}

.distri-cancel-icon:active{
	color: red;
}

.nn-process-settlement-container{
	padding : 1rem;
	max-height: 400px;
	left: 50% !important;
	top: 20px !important;
	-webkit-transform: translateX(-50%) !important;
	        transform: translateX(-50%) !important;
}

.nn-opening-balance-container{
	padding : 1rem;
	max-width: 300px;
	max-height: 280px;
	display: flex;
	flex-direction: column;
	left: 50% !important;
	top: 20px !important;
	-webkit-transform: translateX(-50%) !important;
	        transform: translateX(-50%) !important;
}

.w_button{
	border: 0;
    outline: 0;
    color: #fff;
    background-color: hsl(206, 73%, 20%);
    white-space: nowrap;
    border-radius: 5px;
    padding: 12px 18px;
    cursor: pointer;
}

.input-spin{
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: 10px;
}

.input-spin > *{
	cursor: pointer;
	opacity: 1;
	padding: 1px 4px;
	border-radius: 4px;
}

.input-spin > *:active{
	opacity: 0.6;
	background-color: rgb(222, 218, 218);
}

.sp-item-list{
	display: grid;
	grid-template-columns: 40px auto 150px;
	grid-gap: 6px;
	gap: 6px;
	flex-grow: 1;
}

.sp-item-list img{
	width: 40px;
}

.sp-item-data{
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: rgba(0, 0, 0, 0.87);
	margin-top: 4px;
}

.sp-sku-code{
	color: white;
	padding: 4px 8px;
  border-radius: 100px;
  background-color: #065fd4;
  font-size: 10px;
  margin: auto;
}

.sp-item-data div:first-child{
	font-size: 12px;
	font-weight: 500;
}

/* .sp-item-data div:last-child{
	font-size: 10px;
} */

.sp-item-data div:last-child .desc{
	color: rgba(0, 0, 0, 0.54);
}


/* button classes */

.btn{
    color: #fff;
    padding: 10px 26px 10px 27px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    opacity: 1;
    display: flex;
	justify-content: center;
	align-items: center;
    gap: 4px;
}

.btn:disabled{
    opacity: 0.7;
    cursor: not-allowed;
}

.btn--success-variant{
    background-color: #3a9b14;

}

.btn--primary-variant{
    background-color: #3a6dc2;
    /* cursor: not-allowed; */
}

.btn--error-variant{
    background-color: #e73c33;
    /* cursor: not-allowed; */
}

.icon--xs > svg{
	width: 30px;
	height: 30px;
}

.icon--sm > svg{
	width : 80px;
	height: auto;
}

.icon--md > svg{
	width: 100px;
	height: auto;
}

.icon--lg > svg{
	width: 180px;
	height: auto;
}


.scroll::-webkit-scrollbar{ 
	width : 6px; 
	height: 6px;
  }
  
.scroll::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color : rgb(0 0 0 / 15%);
  }

#progress-spinner{
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	background-color: #a8bbdd79;
}

.mtd-metrics{
	display: grid;
	grid-template-columns: repeat(3, 200px);
	grid-template-rows: 86px;
	place-items: center;
	border-radius: 6px;
	background-color: #fffdee;
	max-width: 600px;
	margin-bottom: 10px;
}

.mtd-metrics .mtd-metric{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	position: relative;
	/* border-right: 1px solid #d6d6d6; */
}

.mtd-metrics .mtd-metric:not(:last-child)::after{
	content: " ";
	position: absolute;
	right: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: inline-block;
	width: 1px;
	height: 60px;
	background-color: #d6d6d6;
}

.rs-dropdown-toggle, .rs-table-body-wheel-area{
	background-color: #fff !important;
}

.rs-table-cell-header > .rs-table-cell{
	color: #fff !important;
	background-color:#071c2c !important;
}

.otp-ui{
	display: flex;
	align-items: center;
	gap : 8px;
}

.otp-ui .otp-box{
  width: 5px;
  height: 40px;
  flex-grow: 0;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.plordes-modal{
  width: 934px !important;
  max-height: 450px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  margin: 78px 253px 0 69px !important;
  padding: 16px 32px 32px !important;
  border-radius: 16px !important;
  box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.2), 0 9px 46px 0 rgba(0, 0, 0, 0.12), 0 24px 38px 0 rgba(0, 0, 0, 0.14) !important;
  background-color: #fff !important;
}

.hover\:border-slate-400:hover {
	--tw-border-opacity: 1;
	border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.focus\:border-slate-400:focus {
	--tw-border-opacity: 1;
	border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

/*# sourceMappingURL=main.04a948d2.css.map*/