/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
/*updated button color*/
.btn-primary {
  font-size: 12px;
  background-color: #3C3C3E;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0.3rem 0.75rem;
  outline: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #3C3C3E;
}
.btn-primary svg {
  margin-right: 6px;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
}

a.btn-primary {
  color: #FFFFFF !important;
  display: inline-block;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #341539 !important;
  border: none;
  outline: none;
  box-shadow: none !important;
  border: 1px solid #341539;
}

.btn-bordered-black {
  font-size: 12px;
  border: 1px solid #333333;
  border-radius: 6px;
  padding: 0.3rem 0.75rem;
  outline: none;
  cursor: pointer;
  color: #333333;
  font-family: "Poppins-medium";
  background: #FFFFFF;
  white-space: nowrap;
}
.btn-bordered-black:focus {
  outline: none;
}
.btn-bordered-black:hover {
  /* background: $gray-color-1;*/
  color: #341539;
  border: 1px solid #341539;
}

/*End updated button color*/
.btn-primary2 {
  font-size: 12px;
  background-color: #341539;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0.3rem 0.75rem;
  font-size: 14px;
  outline: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary2 svg {
  margin-right: 6px;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
}

a.btn-primary2 {
  color: #FFFFFF !important;
  display: inline-block;
}

.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active {
  background-color: #BF0000 !important;
  border: none;
  outline: none;
  box-shadow: none !important;
}

.btn-primary a, .btn-primary2 a, .btn-lightgray a, .btn-darkgray a {
  color: inherit;
}

.btn-lightgray {
  font-size: 12px;
  background-color: #E8E8E8;
  color: #000000;
  border-radius: 5px;
  padding: 6px 2rem;
  outline: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn-lightgray:hover, .btn-lightgray:focus, .btn-lightgray:active {
  background-color: #969696;
  color: #FFFFFF;
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-lightgray svg {
  width: 20px;
  height: 20px;
}

.btn-darkgray {
  font-size: 12px;
  background-color: #ACACAE;
  color: #000000;
  border-radius: 5px;
  padding: 0.3rem 0.75rem;
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.btn-darkgray:hover, .btn-darkgray:focus, .btn-darkgray:active {
  background-color: #969696;
  border: none;
  outline: none;
  box-shadow: none;
  color: #FFFFFF;
}

.btn-icon {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  width: fit-content;
  padding: 9px;
  display: flex;
  cursor: pointer;
  color: #969696;
  white-space: nowrap;
}
.btn-icon svg {
  width: 18px;
  height: 18px;
  color: #333333;
}
.btn-icon:hover {
  background-color: #FFFFFF;
}
.btn-icon:focus {
  outline: none;
}

.btn-link {
  padding: 0;
  outline: none;
  border: 0;
  background-color: #FFFFFF;
  box-shadow: none;
  color: #969696;
  white-space: nowrap;
}
.btn-link:hover {
  color: #969696;
  cursor: pointer;
  text-decoration: none;
}
.btn-link:focus {
  outline: none;
  border: 0;
  text-decoration: none;
}

.btn-bordered {
  font-size: 12px;
  border: 1px solid #341539;
  border-radius: 10px;
  padding: 0.3rem 0.75rem;
  outline: none;
  cursor: pointer;
  color: #341539;
  font-family: "Poppins-medium";
  white-space: nowrap;
}

.btn-edit {
  font-size: 12px;
  background-color: #6c757d;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0.3rem 0.75rem;
  outline: none;
  border: none;
  cursor: pointer;
}
.btn-edit svg {
  margin-right: 6px;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
}

a.btn-edit {
  color: #FFFFFF !important;
  display: inline-block;
}

.btn-edit:hover, .btn-edit:focus, .btn-edit:active {
  background-color: #BF0000 !important;
  border: none;
  outline: none;
  box-shadow: none !important;
}

.btn-edit a {
  color: inherit;
}

.btn-lightred {
  font-size: 12px;
  background-color: #FFE6E6;
  color: #341539;
  border-radius: 5px;
  padding: 0.3rem 0.75rem;
  font-size: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
.btn-lightred svg {
  margin-right: 6px;
  color: #341539;
  width: 20px;
  height: 20px;
}

.btn-underline {
  background: none;
  text-decoration: underline;
  padding: 0.3rem 0.75rem;
  font-size: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
.btn-underline:focus {
  outline: none;
}
.btn-underline:hover {
  color: #341539;
}

.btn-black {
  background: #3C3C3E;
  padding: 0.3rem 0.75rem;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 5px;
  outline: none;
  border: 1px solid #3C3C3E;
  cursor: pointer;
}
.btn-black:focus {
  outline: none;
}
.btn-black:hover {
  background: #000000;
  color: #FFFFFF;
}

.btn-green {
  background: #341539;
  padding: 0.3rem 0.75rem;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 5px;
  outline: none;
  border: 1px solid #341539;
  cursor: pointer;
  white-space: nowrap;
}
.btn-green:focus {
  outline: none;
}
.btn-green:hover {
  background: #279d42;
  color: #FFFFFF;
  border: 1px solid #279d42;
}

.btn-icon2 {
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}
.btn-icon2:focus {
  outline: none;
}
.btn-icon2:hover {
  filter: grayscale(1);
}

.btn-svgicon {
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}
.btn-svgicon svg {
  width: 20px;
  height: 20px;
}
.btn-svgicon:focus {
  outline: none;
}
.btn-svgicon:focus svg {
  cursor: pointer;
}
.btn-svgicon:focus svg path {
  stroke: #341539;
}
.btn-svgicon:hover svg {
  cursor: pointer;
}
.btn-svgicon:hover svg path {
  stroke: #341539;
}
.btn-svgicon:hover svg circle {
  fill: #341539;
}

.btn-link2 {
  font-size: 12px;
  border: none;
  padding: 0.3rem 0.75rem;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  color: #333333;
  font-family: "Poppins-medium";
  background: none;
}
.btn-link2:focus {
  outline: none;
}
.btn-link2:hover {
  color: #333333;
}

.mainTitle {
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  font-family: "Poppins-medium";
}

.title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  font-family: "Poppins-medium";
}

.subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
}

.bold-subtitle {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  font-family: "Poppins-medium";
}

.bold-subtitle-sm {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  font-family: "Poppins-medium";
}

.subtitle-black {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.text-muted {
  color: #ACACAE;
  font-size: 16px;
}

.link {
  color: #341539 !important;
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
  color: #341539;
}

.inactive {
  color: #969696;
}
.inactive .title {
  color: #969696;
}

.lblred14 {
  color: #341539 !important;
  font-size: 14px;
}

.mdlnotification .modal-header h6 {
  font-size: 1.1rem;
  font-family: "Poppins-medium";
  margin-bottom: 0;
}

.mdlnotification .modal-body {
  padding: 0;
}

.mdlnotification .modal-body .navTabs {
  padding: 0 1rem 0 1rem;
  background-color: #FFFFFF;
}

.mdlnotification .modal-body .tab-content {
  padding: 1rem 1rem 0 1rem;
}

.mdlnotification .nav-tabs {
  margin-bottom: 0;
}

.mdlnotification .modal-content {
  background-color: #FAFAFA;
}

.mdlnotification .modal-header {
  background-color: #FFFFFF;
}

.mdlnotification .nav-tabs .nav-link {
  display: flex;
  align-items: center;
}

.mdlnotification .nav-tabs .nav-link span {
  background: rgba(255, 1, 1, 0.05);
  width: 30px;
  height: 30px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.notification-list .d-flex {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.d-grid {
  display: grid;
}

.mdlnotification .nav-tabs .nav-link {
  font-family: "Poppins-regular";
}

.mdlnotification .nav-tabs {
  border-bottom: none;
  margin-bottom: 1rem;
}
.mdlnotification .nav-tabs .nav-item.show .nav-link, .mdlnotification .nav-tabs .nav-link.active {
  border-bottom: 3px solid #341539 !important;
  color: #341539;
  background-color: transparent;
}
.mdlnotification .nav-tabs .nav-link:focus, .mdlnotification .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #341539;
}

.btop {
  border-top: 1px solid #E8E8E8;
}

.asterisk {
  color: #341539;
  font-size: 14px;
  font-weight: normal;
}

.nextBtn, .backBtn {
  padding: 6px 4rem;
}

.backBtn {
  color: #FFFFFF;
}

.textDanger {
  color: #341539;
  font-weight: 600;
}

/*--------------ui changes by mj--------------*/
.data-capture-body .panel {
  border-radius: 6px;
  margin: 0;
  font-size: 12px;
}

.data-capture-body .panel .panel-collapse {
  padding: 7px;
}
.data-capture-body .form-group {
  margin-bottom: 0.5rem;
}
.data-capture-body .bold-subtitle-sm {
  text-decoration: underline;
}
.data-capture-body select.form-input {
  width: 100%;
}
.data-capture-body .invoiceFooter .row .col-md-4.pl-0:last-child {
  padding-right: 0 !important;
}

.data-capture-body .panel-heading {
  border-top: 1px solid #E8E8E8;
}
.data-capture-body .panel-heading .panel-title {
  display: block;
  color: #333333;
  font-family: "Poppins-medium";
  padding: 10px 15px;
}

.data-capture-body .panel-heading .panel-title:hover {
  background: #f6f6f6;
}

.data-capture-body .panel .panel-collapse.show {
  border-top: 1px solid #E8E8E8;
}

/*#lineItems {
    .table {
        .form-input {
            width: fit-content;
        }
    }
}*/
.data-capture-body .panel-body .input-group .form-input {
  font-size: 12px;
  padding: 0.3rem;
  border-radius: 6px 0 0 6px;
}
.data-capture-body .panel-body .control-label {
  color: #353535;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0;
}

#zoomInButton {
  background: none;
  border: none;
  padding: 10px;
  border: 1px solid transparent;
}
#zoomInButton:hover, #zoomInButton:focus {
  background: #F7F7F8;
  outline: none;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  color: #969696;
}

#zoomOutButton {
  background: none;
  border: none;
  padding: 10px;
  border: 1px solid transparent;
}
#zoomOutButton:hover, #zoomOutButton:focus {
  background: #F7F7F8;
  outline: none;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  color: #969696;
}

#zoomInButton:focus {
  box-shadow: 0 0 5px #DDDDDD;
  outline: none;
}

#zoomOutButton:focus {
  box-shadow: 0 0 5px #DDDDDD;
  outline: none;
}

.sect-zoominout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.error-message, .highlightedMsg {
  font-size: 12px;
  color: red;
}
.error-message span, .highlightedMsg span {
  font-size: 12px;
  color: #EB0009;
}

.form-input-countrycode {
  width: 70px !important;
}

.copy-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

#scrolly1 {
  width: auto;
  height: auto;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imgclass {
  width: 30px;
  height: 35px;
  margin: 10px 6px 10px 0;
  display: inline;
  border: 1px solid #e2e2e2;
}

.red-bordered {
  border: 1px solid #FF7A7A;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px #FF7A7A;
  /*transition: box-shadow 0.2s;*/ /* Animated glowing border */
  background: #FF7A7A;
}

.red-bordered:hover {
  background: #D86767;
  color: #FFFFFF;
}

.red-highlight {
  /*border: 1px solid $red-color-2;*/ /* Light red border */
  /*border-radius: 5px;*/ /* Larger rounded corners */
  /*box-shadow: 0 0 2px 2px $red-color-2;*/ /* Larger glowing border */
  /*transition: box-shadow 0.2s;*/ /* Animated glowing border */
  background: #FF7A7A;
}

.red-highlight:hover {
  /*box-shadow: 0 0 5px 5px $red-color-2;*/ /* Larger glowing border on hover */
  background: #D86767;
}

#lineItems table tr td {
  padding: 5px;
}

.panel-heading .panel-title::after {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(-180deg);
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.panel-heading .panel-title.collapsed::after {
  content: "";
  transform: rotate(0deg);
  float: right;
}

.main-body .onboardingWrapper {
  margin-top: 0;
}

#dynamic-table thead th {
  white-space: nowrap;
}
#dynamic-table tbody td {
  white-space: nowrap;
}

.sect_loader {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000000;
  top: 0;
  display: none;
}

.loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  color: #341539;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.lblerror {
  color: #FD0001 !important;
}

.rectangle {
  position: absolute;
  border: 0.5px solid #FD0001;
  background-color: rgba(255, 255, 0, 0.3);
  pointer-events: none; /* Allow interactions with the image underneath */
  z-index: 10000;
  display: none; /* Initially hidden */
}

.progress-bar {
  width: 100%;
  background-color: rgb(40, 167, 69);
}

.btn_light {
  background: #FAFAFA;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #212529;
}

.btn_light:focus, .btn_light:hover {
  background: #212529;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}

.btn_light.btn_selected {
  background: #212529;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}

.tbl-lineItems h4 {
  margin-bottom: 0;
}

.bg-color1 {
  background: #E6F9C6;
}

.bg-color2 {
  background: #FFD4D4;
}

#lineItems table tr td {
  padding: 5px 10px;
  padding-right: 0;
}

.tbl-lineItems .row {
  margin-right: -5px;
  margin-left: -5px;
}

/*.sect-invoiceheader {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 12px;
}*/
.sect-lineItems {
  max-height: 206px;
  max-height: 750px;
  overflow-y: auto;
  /*overflow-x: hidden;*/
}

.sect-invoicefooter {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */
.sect-lineItems::-webkit-scrollbar, .sect-invoiceheader::-webkit-scrollbar, .sect-invoicefooter::-webkit-scrollbar, .uploadedFileList::-webkit-scrollbar, .OrderList-Cart::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
.sect-lineItems::-webkit-scrollbar-track, .sect-invoiceheader::-webkit-scrollbar-track, .sect-invoicefooter::-webkit-scrollbar-track, .uploadedFileList::-webkit-scrollbar-track, .OrderList-Cart::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
}

/* Handle */
.sect-lineItems::-webkit-scrollbar-thumb, .sect-invoiceheader::-webkit-scrollbar-thumb, .sect-invoicefooter::-webkit-scrollbar-thumb, .uploadedFileList::-webkit-scrollbar-thumb, .OrderList-Cart::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

/* Handle on hover */
.sect-lineItems::-webkit-scrollbar-thumb:hover, .sect-invoiceheader::-webkit-scrollbar-thumb:hover, .sect-invoicefooter::-webkit-scrollbar-thumb:hover, .uploadedFileList::-webkit-scrollbar-thumb:hover, .OrderList-Cart::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

.multiselect-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.multiselect-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 5px;
}

/* Handle */
.multiselect-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}

/* Handle on hover */
.multiselect-container::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

.LA-Note {
  display: flex;
  gap: 10px;
}

.LA-Note span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.Note-newitem::before {
  content: "";
  background-color: #E6F9C6;
  width: 15px;
  height: 15px;
  display: block;
}

.Note-pricemismatch::before {
  content: "";
  background-color: #FFD4D4;
  width: 15px;
  height: 15px;
  display: block;
}

.panel-headright {
  display: flex;
}

.data-capture-body .panel-heading {
  background-color: #F9FBFA;
}
.data-capture-body .panel-heading .panel-title {
  display: flex;
  justify-content: space-between;
  color: #1A1A1A;
  font-family: "Poppins-semibold";
  padding: 0.5rem;
  font-size: 12px;
  padding: 0.5rem;
  gap: 10px;
}
.data-capture-body .panel-heading .panel-title span, .data-capture-body .panel-heading .panel-title div {
  display: flex;
  align-items: center;
}

.btn_black {
  background: #212529;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}

.btn_black:focus, .btn_black:hover {
  background: #341539;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}

.btn_red {
  background: #FF0101;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}

.btn_red:focus, .btn_red:hover {
  background: #212529;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}

.LAActionBtns {
  display: flex;
  gap: 7px;
}

.lineitems-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.invoice-container #viewer2 {
  height: 70vh;
}

.tr-readonly-invoices {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

#dynamic-table.tblConfigAudit tr th, #dynamic-table.tblConfigAudit tr td {
  white-space: normal;
}

.wd-80 {
  width: 80px;
}

.wd-150 {
  width: 150px;
}

.wd-200 {
  width: 200px;
}

.sect-lineItems .form-group label {
  font-weight: bold;
  color: #969696;
}

.fixedscroll-300 {
  overflow-y: auto;
  max-height: 300px;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 10px 6px 10px !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 0 !important;
}

.dropdown-check-field {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dc-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8E8E8;
  padding: 0.2rem 0.5rem;
}
.dc-footer .btn-link2 {
  padding-left: 0.5rem !important;
}

.sect-multiselect .btn-group {
  width: 100%;
}

.multiselect-container {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dft-input input[type=text] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.multiselect.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.input-group > .form-input {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin-bottom: 0;
}

/* .input-group > .form-input:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .input-group > .form-input:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-input:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }*/
.input-group > .form-input-countrycode.form-input {
  padding: 0.375rem 0.75rem;
  flex: none;
  line-height: 1.5;
  font-size: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.nowrap {
  white-space: nowrap;
}

.clear-input-container {
  position: relative;
}

.clear-input-button {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
}
.clear-input-button:focus {
  outline: 0;
}

.wait-message {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  padding: 8px 5px 8px 18px;
  border-radius: 5px;
  z-index: 10;
}

.textfieldloader {
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 10px 0 #FD0001, -10px 0 rgba(0, 0, 0, 0.1333333333);
    background: #FD0001;
  }
  33% {
    box-shadow: 10px 0 #FD0001, -10px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    box-shadow: 10px 0 rgba(0, 0, 0, 0.1333333333), -10px 0 #FD0001;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    box-shadow: 10px 0 rgba(0, 0, 0, 0.1333333333), -10px 0 #FD0001;
    background: #FD0001;
  }
}
.nav-tabs .nav-link img {
  filter: opacity(0.4);
}
.nav-tabs .nav-link:hover img {
  filter: opacity(1);
}
.nav-tabs .nav-link.active img {
  filter: opacity(1);
}

.tbl-flex-buttons {
  display: flex;
  gap: 0.7rem;
  flex-wrap: nowrap;
  align-items: center;
}

.choosePlanStep2 .panel-heading a {
  position: relative;
  font-weight: bold;
  padding-right: 2rem;
}
.choosePlanStep2 .panel-heading a[aria-expanded=true]::after {
  transform: rotate(-135deg);
  top: 5px;
}
.choosePlanStep2 .panel-heading a::after {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
}
.choosePlanStep2 .panel-heading .panel-title::after {
  display: none;
}
.choosePlanStep2 .panel-heading {
  margin-bottom: 1rem;
}

.w-120 {
  width: 120px !important;
}

.w-340 {
  width: 340px !important;
}

.w-80 {
  width: 80px !important;
}

.table_dropdown .dropdown-item {
  padding: 0.25rem 0.5rem;
}

.edit-input-button {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  appearance: none;
  padding: 2px;
  cursor: pointer;
  display: flex;
  z-index: 11;
  line-height: 100%;
}

.input-group:last-child .input-group-append .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navTabs nav {
  width: 100%;
}

.Block-title {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  font-family: "Poppins-medium";
}

.search-btn {
  background: #353535;
  padding: 8px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-btn:hover {
  background: #000000;
}

.btn-icon-text {
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  display: flex;
  gap: 0.3rem;
  white-space: nowrap;
}
.btn-icon-text span {
  text-decoration: underline;
  color: #341539;
  font-family: "Poppins-medium";
}
.btn-icon-text:focus {
  outline: none;
}
.btn-icon-text:hover {
  color: #333333;
}

.zoom-pageinfo-sect {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F7F2F2;
  padding: 0 0.4rem;
}
.zoom-pageinfo-sect .scrollPreview {
  max-height: 50vh;
}

.jcrop-holder {
  width: 100% !important;
}

#leftInvoice {
  width: 100%;
  /* height: 580px; */
  overflow: hidden;
  position: relative;
}

.invoice-container #viewer2 {
  height: 100%;
}

.datacaptureContent {
  height: calc(100vh - 86px);
  overflow-y: auto;
  border-top: 1px solid #dee2e6;
}

.scrollPreview {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.datacaptureFields {
  border-right: 1px solid #D7D7D7;
  background: #FFFFFF;
  height: 100%;
  overflow-y: scroll;
}

/*mj code*/
.col-form-label {
  font-size: 12px;
}

select.form-input, .form-input {
  font-size: 12px;
  padding: 0.3rem 0.75rem;
}

.tbl-height-400 {
  max-height: 400px;
  overflow-y: auto;
  border: none;
}

.tbl-height-280 {
  max-height: 280px;
  overflow-y: auto;
  border: none;
}

.tbl-height-auto {
  max-height: 100%;
  overflow-y: auto;
  border: none;
}

.title-cians {
  display: flex;
  justify-content: center;
  border-top: 1px solid #EBEBEB;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.title-cians h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins-semibold";
}
.title-cians h5 .badge {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins-semibold";
}

#DatacapturePopupSearchModal .modal-dialog {
  width: 100% !important;
  /*max-width: 950px !important;*/
}
#DatacapturePopupSearchModal .modal-dialog .modal-content {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.modal .modal-title .badge {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins-semibold";
}

.table-responsive #resultsTable thead th:nth-child(5) {
  min-width: 400px !important;
}

.table-responsive #resultsTable tbody tr td:nth-child(5) {
  min-width: 400px !important;
}

.table-responsive.resultsTable #resultsTable thead th:nth-child(13) {
  min-width: auto !important;
}

.table-responsive.resultsTable #resultsTable tbody tr td:nth-child(13) {
  min-width: auto !important;
}

.table-responsive #resultsTable thead th:nth-child(15) {
  min-width: 400px !important;
}

.table-responsive #resultsTable tbody tr td:nth-child(15) {
  min-width: 400px !important;
}

/*.table-responsive #resultsTable thead th:nth-child(13) {
    min-width: 490px !important;
}

.table-responsive #resultsTable tbody tr td:nth-child(13) {
    min-width: 490px !important;
}*/
.table-responsive #resultsCustTable thead th:nth-child(3) {
  min-width: 300px !important;
}

.table-responsive #resultsCustTable tbody tr td:nth-child(3) {
  min-width: 300px !important;
}

.table-responsive #resultsCustTable thead th:nth-child(4) {
  min-width: 450px !important;
}

.table-responsive #resultsCustTable tbody tr td:nth-child(4) {
  min-width: 450px !important;
}

/*--------status badges---------*/
.badge-active {
  background: rgba(212, 237, 218, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #2F7547;
  display: inline-block;
  font-size: 12px;
}

.badge-Grey {
  background: #e2e3e5;
  padding: 6px 10px;
  border-radius: 50px;
  color: #3C3C3E;
  display: inline-block;
  font-size: 12px;
}

.badge-Ingested {
  background: rgba(204, 229, 255, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #084298;
  display: inline-block;
  font-size: 12px;
}

.badge-SentForOCR {
  background: rgba(209, 236, 241, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #0C5460;
  display: inline-block;
  font-size: 12px;
}

.badge-ReceivedFromOCR {
  background: rgba(212, 237, 218, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #155724;
  display: inline-block;
  font-size: 12px;
}

.badge-FailedAtService {
  background: rgba(245, 198, 203, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #721C24;
  display: inline-block;
  font-size: 12px;
}

.badge-QuarantineOCR {
  background: rgba(255, 243, 205, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #856404;
  display: inline-block;
  font-size: 12px;
}

.badge-PassedQA {
  background: rgba(207, 226, 255, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #0B5ED7;
  display: inline-block;
  font-size: 12px;
}

.badge-DisputedAndPending {
  background: rgba(250, 242, 204, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #8A6D3B;
  display: inline-block;
  font-size: 12px;
}

.badge-Export {
  background: rgba(212, 237, 218, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: red;
  display: inline-block;
  font-size: 12px;
}

.badge-Approved {
  background: rgba(212, 237, 218, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #1E4620;
  display: inline-block;
  font-size: 12px;
}

.badge-PartialApproved {
  background: rgb(231, 235, 224);
  padding: 6px 10px;
  border-radius: 50px;
  color: #4C5638;
  display: inline-block;
  font-size: 12px;
}

.badge-Deleted {
  background: rgba(250, 219, 216, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #6B1F1F;
  display: inline-block;
  font-size: 12px;
}

.badge-Duplicate {
  background: rgba(230, 214, 250, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #4B0082;
  display: inline-block;
  font-size: 12px;
}

.badge-Archived {
  background: rgba(224, 224, 224, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #3E3E3E;
  display: inline-block;
  font-size: 12px;
}

.badge-Deactive {
  background: rgba(221, 226, 230, 0.5);
  padding: 6px 10px;
  border-radius: 50px;
  color: #2F3E46;
  display: inline-block;
  font-size: 12px;
}

.badge-QuarantinePriceMatch {
  background: rgb(231, 235, 224);
  padding: 6px 10px;
  border-radius: 50px;
  color: #4C5638;
  display: inline-block;
  font-size: 12px;
}

/*for takkt*/
#DatacaptureCustPopupSearchModal .modal-dialog, #DatacapturePopupSearchModal .modal-dialog, #DatacaptureContactsPopupSearchModal .modal-dialog, #ItemsPopupModalSP .modal-dialog {
  /*width: 100% !important;*/
  /*max-width: 1100px !important;*/
  min-height: auto;
  margin: 0 auto;
  /*top: 50% !important;*/
  /*left: 50% !important;
  transform: translate(-25%, 0%) !important;*/
}
#DatacaptureCustPopupSearchModal .modal-dialog .modal-content, #DatacapturePopupSearchModal .modal-dialog .modal-content, #DatacaptureContactsPopupSearchModal .modal-dialog .modal-content, #ItemsPopupModalSP .modal-dialog .modal-content {
  /*max-height: calc(100vh - 60px);*/
  overflow: hidden;
  margin: 0 auto;
  /*top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, 0%) !important;*/
  max-height: 500px;
}
#DatacaptureCustPopupSearchModal .modal-dialog .modal-body, #DatacapturePopupSearchModal .modal-dialog .modal-body, #DatacaptureContactsPopupSearchModal .modal-dialog .modal-body, #ItemsPopupModalSP .modal-dialog .modal-body {
  overflow: auto;
}
#DatacaptureCustPopupSearchModal .modal-dialog .modal-header, #DatacapturePopupSearchModal .modal-dialog .modal-header, #DatacaptureContactsPopupSearchModal .modal-dialog .modal-header, #ItemsPopupModalSP .modal-dialog .modal-header {
  align-items: center;
  padding: 0.5rem 1rem;
}
#DatacaptureCustPopupSearchModal.modal, #DatacapturePopupSearchModal.modal, #DatacaptureContactsPopupSearchModal.modal, #ItemsPopupModalSP.modal {
  z-index: 10000;
  width: 100%;
  max-width: 900px;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  overflow-x: unset;
  overflow-y: unset;
  pointer-events: none;
}

.createBtns {
  display: flex;
  gap: 10px;
  margin: 20px;
  justify-content: end;
}

.gap-0 {
  gap: 0 !important;
}

/*------------mj-----------*/
.checkbox-flex {
  display: flex;
  gap: 5px;
  align-items: center;
}
.checkbox-flex .form-label {
  margin-bottom: 0;
}
.checkbox-flex input[type=radio] {
  margin-top: 0;
}

label {
  font-size: 12px;
}

.btns-flex-right {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.box-inline-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.box-inline-radio .checkbox-flex {
  flex: 0 1 calc((100% - 30px) / 2);
}
.box-inline-radio .checkbox-flex.flex-2 {
  flex: 0 1 calc((100% - 30px) / 2);
}

.inline-checkboxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.margin-top-sm {
  margin-top: 1.3rem !important;
}

.inner-block {
  padding: 1rem;
}

.tbl-head-buttons {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 1;
}

.tbl-manageinvoice .dataTables_wrapper .dataTables_filter {
  margin-right: 80px;
}

.tbl-userdocumentreport .dataTables_wrapper .dataTables_filter {
  margin-right: 132px;
}

.tbl-invoicetracker .dataTables_wrapper .dataTables_filter {
  margin-right: 90px;
}
.tbl-invoicetracker label {
  margin-bottom: 0;
}

#regexInputs .input-group > .form-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#regexInputs .btn-black {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.TableMiddle.table th, .TableMiddle.table td {
  vertical-align: middle;
}

/*-------custom switch------*/
.toggle-container .toggle-label {
  font-size: 0.9rem;
  font-weight: 500;
}
.toggle-container label {
  display: inline-block;
  margin-bottom: 0rem;
  vertical-align: middle;
}
.toggle-container .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.toggle-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EBEBEB;
  transition: 0.4s;
  border-radius: 34px;
}
.toggle-container .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.toggle-container input:checked + .slider {
  background-color: #341539;
}
.toggle-container input:checked + .slider:before {
  transform: translateX(20px);
}

.hovereditImg {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/edit-icon-red.svg") no-repeat center center;
  background-size: 16px 16px;
  cursor: pointer;
  transition: background-image 0.2s ease;
}
.hovereditImg:hover {
  background-image: url("../images/edit-icon-primary.svg");
}

.resetPassword {
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: 0.7;
}

.resetPassword:hover {
  opacity: 1;
}

.hoverdeactivateImg {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/deactivateicon.svg") no-repeat center center;
  background-size: 16px 16px;
  cursor: pointer;
  transition: background-image 0.2s ease;
}
.hoverdeactivateImg:hover {
  background-image: url("../images/deactivateprimary.svg");
}

.hoverdeleteImg {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../images/deleteblackicon.svg") no-repeat center center;
  background-size: 16px 16px;
  cursor: pointer;
  transition: background-image 0.2s ease;
}
.hoverdeleteImg:hover {
  background-image: url("../images/deleteredkicon.svg");
}

.w-30 {
  width: 30%;
}

.word-break {
  word-break: break-all;
}

.DocDetailsSection .form-group {
  /*display: flex;*/
}
.DocDetailsSection .form-group label {
  /*flex: 0 0 80px;*/
  padding-left: 0 !important;
}
.DocDetailsSection .form-group:last-child {
  margin-bottom: 0;
}
.DocDetailsSection .col-md-6 {
  padding: 0.7rem;
}
.DocDetailsSection .DocDetailsLeft {
  border-right: 1px solid #E8E8E8;
  padding-right: 0.7rem;
}

.select2-loader {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price-inputgroup .form-input {
  border-radius: 0 6px 6px 0;
}

/*---data capture page for Takkt only - line items table fix coloumn---*/
.Takkt-lineItems .table {
  margin-bottom: 0;
}
.Takkt-lineItems .table td, .Takkt-lineItems .table th {
  padding: 0.3rem 0.75rem;
}

.Takkt-lineItems table thead tr th:nth-child(2), .Takkt-lineItems table tbody tr td:nth-child(2) {
  min-width: 120px;
  max-width: 120px;
}

.Takkt-lineItems table thead tr th:nth-child(3), .Takkt-lineItems table tbody tr td:nth-child(3) {
  min-width: 90px;
  max-width: 90px;
}

.Takkt-lineItems table thead tr th:nth-child(4), .Takkt-lineItems table tbody tr td:nth-child(4) {
  min-width: 400px;
  max-width: 400px;
}

.Takkt-lineItems table thead tr th:nth-child(5), .Takkt-lineItems table tbody tr td:nth-child(5) {
  min-width: 110px;
  max-width: 110px;
}

.Takkt-lineItems table thead tr th:nth-child(6), .Takkt-lineItems table tbody tr td:nth-child(6) {
  min-width: 70px;
  max-width: 70px;
}

.Takkt-lineItems table thead tr th:nth-child(7), .Takkt-lineItems table tbody tr td:nth-child(7) {
  min-width: 70px;
  max-width: 70px;
}

.Takkt-lineItems table thead tr th:nth-child(8), .Takkt-lineItems table tbody tr td:nth-child(8) {
  min-width: 120px;
  max-width: 120px;
}

.Takkt-lineItems table thead tr th:nth-child(9), .Takkt-lineItems table tbody tr td:nth-child(9) {
  min-width: 125px;
  max-width: 125px;
}

.select2-container {
  display: block;
}

.btn-link-DarkPurple {
  color: #341539;
  border: none;
  background: none;
}

.tbl-bordered td, .tbl-bordered th {
  border: 1px solid #dee2e6;
}

.table td.text-muted {
  font-size: 12px;
}

.header .sect-multiselect .multiselect.dropdown-toggle {
  border: 1px solid #EBEBEB;
  color: #1A1A1A;
  font-size: 12px;
  padding: 0.3rem 0.3rem 0.3rem 0.75rem;
}

.nav-tabs .nav-link .badge-count {
  margin-left: 5px;
}

.nav-tabs .nav-link.active .badge-count {
  background: #EEEEEE;
  color: #341539;
  font-size: 12px;
  font-family: Poppins-Medium;
}

.badge-count {
  background: #EEEEEE;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #3C3C3E;
  min-width: 25px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-family: "Poppins-medium";
}

.filter-panel {
  width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: sans-serif;
}
.filter-panel .filter-header h5 {
  margin: 0;
}
.filter-panel .btn-close {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}
.filter-panel .filter-group label {
  font-size: 14px;
  margin-bottom: 5px;
}
.filter-panel .reset-link {
  font-size: 12px;
  color: #f00;
  text-decoration: none;
}
.filter-panel .reset-link:hover {
  text-decoration: underline;
}
.filter-panel .form-control {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.filter-panel .btn {
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
}

#filterToggle {
  gap: 8px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  padding: 3px 6px;
  cursor: pointer;
  /*  margin-bottom:.60rem;*/
}
#filterToggle p {
  color: #797979;
  font-size: 12px;
  font-family: "Poppins-Medium";
}
#filterToggle .grey-block {
  margin-left: 5px;
  background: #F4F4F4;
  padding: 2px 7px;
  color: #3C3C3E;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
}

#filterDropdown {
  position: absolute;
  top: 100%;
  right: 8px;
  margin-top: 18px;
  /*padding: 16px;*/
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  display: none;
  width: 650px;
  z-index: 1000;
}
#filterDropdown .close-btn {
  cursor: pointer;
}
#filterDropdown .bordered-btn {
  border: 1px solid #3C3C3E;
  padding: 0.3rem 0.75rem;
  color: #3C3C3E;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  background: transparent;
  font-size: 12px;
}
#filterDropdown .bordered-btn:hover {
  border: 0.89px solid #EB0009;
  color: #EB0009;
}
#filterDropdown .titleBlock p {
  color: #EB0009;
  font-size: 12px;
}
#filterDropdown .titleBlock p:hover {
  text-decoration: underline;
}

.filter-container {
  position: relative;
  display: inline-block;
}
.filter-container .sect-multiselect {
  width: auto;
}
.filter-container label {
  color: #353535;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}
.filter-container .multiselect-selected-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.filter-header strong {
  font-size: 14px;
  font-weight: 500 !important;
  font-family: "Poppins-medium";
  color: #3C3C3E;
}

.d-flex-common {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-flex-filterBlock {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  gap: 0.5rem;
}

.tk-documents nav {
  background-color: #FFFFFF;
}

.searchBox {
  position: relative;
}
.searchBox svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #3C3C3E;
  width: 20px;
}
.searchBox input {
  padding-left: 2.5rem !important;
}

.daterangepicker .calender-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .calendar-table table td {
  border-bottom: 0 !important;
}

.inputw-Ricon {
  position: relative;
}
.inputw-Ricon input {
  padding-right: 2rem !important;
}
.inputw-Ricon img {
  width: 16px;
  height: 16px;
  border-color: none;
  position: absolute;
  top: 7px;
  right: 7px;
}
.inputw-Ricon .datepickericon {
  min-width: 200px;
}

.btn-close {
  border: none;
  background: none;
}

.info-dropdown .dropdown-menu {
  width: 550px;
  max-height: 250px;
  overflow-y: auto;
}
.info-dropdown .dropdown-menu table th {
  padding: 6px 10px;
}
.info-dropdown .dropdown-menu table td {
  padding: 6px 10px;
  border-bottom: 0 !important;
}
.info-dropdown .dropdown-menu table th:first-child, .info-dropdown .dropdown-menu table td:first-child {
  width: 30%;
  min-width: 30%;
}
.info-dropdown .dropdown-menu table th:last-child, .info-dropdown .dropdown-menu table td:last-child {
  width: 25%;
  min-width: 25%;
}

#ocrerror_dynamic-table th:nth-child(1), #ocrerror_dynamic-table td:nth-child(1), #dispute_dynamic-table th:nth-child(1), #dispute_dynamic-table td:nth-child(1), #qurantine_dynamic-table th:nth-child(1), #qurantine_dynamic-table td:nth-child(1) {
  width: 1% !important;
  min-width: 1% !important;
}
#ocrerror_dynamic-table th:nth-child(2), #ocrerror_dynamic-table td:nth-child(2), #dispute_dynamic-table th:nth-child(2), #dispute_dynamic-table td:nth-child(2), #qurantine_dynamic-table th:nth-child(2), #qurantine_dynamic-table td:nth-child(2) {
  width: 25%;
}
#ocrerror_dynamic-table th:nth-child(3), #ocrerror_dynamic-table td:nth-child(3), #dispute_dynamic-table th:nth-child(3), #dispute_dynamic-table td:nth-child(3), #qurantine_dynamic-table th:nth-child(3), #qurantine_dynamic-table td:nth-child(3) {
  width: 30%;
}
#ocrerror_dynamic-table th:nth-child(4), #ocrerror_dynamic-table td:nth-child(4), #dispute_dynamic-table th:nth-child(4), #dispute_dynamic-table td:nth-child(4), #qurantine_dynamic-table th:nth-child(4), #qurantine_dynamic-table td:nth-child(4) {
  width: 10%;
}
#ocrerror_dynamic-table th:nth-child(5), #ocrerror_dynamic-table td:nth-child(5), #dispute_dynamic-table th:nth-child(5), #dispute_dynamic-table td:nth-child(5), #qurantine_dynamic-table th:nth-child(5), #qurantine_dynamic-table td:nth-child(5) {
  width: 12%;
}
#ocrerror_dynamic-table th:nth-child(6), #ocrerror_dynamic-table td:nth-child(6), #dispute_dynamic-table th:nth-child(6), #dispute_dynamic-table td:nth-child(6), #qurantine_dynamic-table th:nth-child(6), #qurantine_dynamic-table td:nth-child(6) {
  width: 10%;
}
#ocrerror_dynamic-table th:nth-child(9), #ocrerror_dynamic-table td:nth-child(9), #dispute_dynamic-table th:nth-child(9), #dispute_dynamic-table td:nth-child(9), #qurantine_dynamic-table th:nth-child(9), #qurantine_dynamic-table td:nth-child(9) {
  width: 20%;
  white-space: nowrap;
}

#hold_dynamic-table th:nth-child(1), #hold_dynamic-table th:last-child, #hold_dynamic-table td:nth-child(1), #hold_dynamic-table td:last-child {
  width: 1% !important;
  min-width: 1% !important;
}
#hold_dynamic-table th:nth-child(2), #hold_dynamic-table td:nth-child(2) {
  width: 25%;
}
#hold_dynamic-table th:nth-child(3), #hold_dynamic-table td:nth-child(3) {
  width: 30%;
}
#hold_dynamic-table th:nth-child(4), #hold_dynamic-table td:nth-child(4) {
  width: 10%;
}
#hold_dynamic-table th:nth-child(5), #hold_dynamic-table td:nth-child(5) {
  width: 12%;
}
#hold_dynamic-table th:nth-child(6), #hold_dynamic-table td:nth-child(6) {
  width: 10%;
}
#hold_dynamic-table th:nth-child(9), #hold_dynamic-table td:nth-child(9) {
  width: 20%;
  white-space: nowrap;
}

#approval_dynamic-table th:nth-child(1), #approval_dynamic-table td:nth-child(1), #archive_dynamic-table th:nth-child(1), #archive_dynamic-table td:nth-child(1) {
  width: 20% !important;
}
#approval_dynamic-table th:nth-child(2), #approval_dynamic-table td:nth-child(2), #archive_dynamic-table th:nth-child(2), #archive_dynamic-table td:nth-child(2) {
  width: 25% !important;
}
#approval_dynamic-table th:nth-child(3), #approval_dynamic-table td:nth-child(3), #archive_dynamic-table th:nth-child(3), #archive_dynamic-table td:nth-child(3) {
  width: 12% !important;
}
#approval_dynamic-table th:nth-child(5), #approval_dynamic-table td:nth-child(5), #archive_dynamic-table th:nth-child(5), #archive_dynamic-table td:nth-child(5) {
  width: 10% !important;
}
#approval_dynamic-table th:nth-child(7), #approval_dynamic-table td:nth-child(7), #archive_dynamic-table th:nth-child(7), #archive_dynamic-table td:nth-child(7) {
  width: 20%;
  white-space: nowrap;
}

/*#archive_dynamic-table {
    th, td {
        &:nth-child(1) {
            min-width: 200px;
        }

        &:nth-child(2) {
            min-width: 250px;
        }

        &:nth-child(3) {
            min-width: 100px;
        }

        &:nth-child(4) {
            min-width: 100px;
        }

        &:nth-child(6) {
            min-width: 150px;
        }
    }
}*/
#dynamic-table-hp th:nth-child(1), #dynamic-table-hp td:nth-child(1) {
  width: 0 !important;
  min-width: 0 !important;
}

#invoicetrack-dynamic-table th:nth-child(1), #invoicetrack-dynamic-table td:nth-child(1) {
  width: 0 !important;
  min-width: 0 !important;
}
#invoicetrack-dynamic-table th:nth-child(2), #invoicetrack-dynamic-table th:nth-child(4), #invoicetrack-dynamic-table td:nth-child(2), #invoicetrack-dynamic-table td:nth-child(4) {
  width: 25% !important;
}
#invoicetrack-dynamic-table th:nth-child(3), #invoicetrack-dynamic-table th:nth-child(63), #invoicetrack-dynamic-table td:nth-child(3), #invoicetrack-dynamic-table td:nth-child(63) {
  width: 13% !important;
}

#productTable th:nth-child(1), #productTable th:nth-child(2), #productTable td:nth-child(1), #productTable td:nth-child(2) {
  min-width: 20%;
}

/*=============for accuracy report===============*/
.fwNavs .nav-tabs {
  display: inline-flex;
  border: 1px solid #DBDBDB !important;
  border-radius: 6px;
  overflow: hidden;
}

.fwNavs .nav-tabs .nav-item {
  flex: 1;
  margin-bottom: 0;
  margin-right: 0;
}

.fwNavs .nav-tabs .nav-link {
  min-width: 65px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border: none;
  color: #3C3C3E;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 0.4rem !important;
}

.fwNavs .nav-tabs .nav-link.active {
  background-color: #EB0009 !important;
  color: #FFFFFF !important;
  font-size: 12px;
  font-weight: 600;
  outline: none !important;
  border-bottom: 0 !important;
}

.fwNavs .nav-tabs .nav-link:not(.active):hover {
  background-color: #FFFFFF !important;
  color: #3C3C3E !important;
  border-bottom: none !important;
}

.fwNavs .nav-tabs .nav-link.active:hover {
  background-color: #EB0009 !important;
  color: #FFFFFF !important;
}

.fwNavs .nav-tabs .nav-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.fwNavs.nav-link {
  padding: 0.5rem !important;
}

.greenCircle, .orangeCircle, .blueCircle, .pinkCircle {
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.greenCircle {
  background-color: #058549;
}

.orangeCircle {
  background-color: #FFAB3B;
}

.blueCircle {
  background-color: #0F4ABF;
}

.pinkCircle {
  background-color: #C44DB5;
}

.legendContainer {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 12px;
}

.tPtag {
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.d-flex-tbl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  white-space: nowrap;
}

.lightBg {
  background-color: #F7F2F2;
}

.redText {
  font-size: 12px;
  color: #B20007;
  font-family: "Poppins-medium";
}

.tableGraph-container table {
  max-height: calc(100vh - 250px);
  overflow-x: auto;
  overflow-y: auto;
  display: block;
}
.tableGraph-container table td, .tableGraph-container table th {
  border-top: 1px solid #dee2e6;
}
.tableGraph-container table th {
  white-space: nowrap;
}
.tableGraph-container .table-bordered td, .tableGraph-container .table-bordered th {
  border: 1px solid #dee2e6 !important;
}
.tableGraph-container .dataTables_info {
  padding-left: 0 !important;
}
.tableGraph-container .dataTables_wrapper .dataTables_paginate {
  margin: 0.5rem 0 !important;
}

.tbl-Accuracy {
  table-layout: fixed !important;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.form-input {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  padding: 0.3rem 0.75rem;
  width: 100%;
}
.form-input:focus {
  outline: none;
}

select.form-input {
  width: fit-content;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  padding-right: 32px !important;
  cursor: pointer;
}

select.form-input option:focus {
  box-shadow: 0 0 10px 100px #ffffff inset;
}

.form-label {
  font-weight: 400;
  font-size: 12px;
  color: #313131;
  margin-bottom: 0.3rem;
  font-family: "Poppins-semibold";
}

.modal .form-label {
  color: #313131;
}

.form-labelDark {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.search .searchIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 9px;
  margin-left: 10px;
}
.search input {
  padding-left: 35px;
}

.dashtop-daterange img {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 7px;
  margin-left: 10px;
}
.dashtop-daterange input {
  padding-left: 35px;
}

.ipIcon svg {
  width: 16px;
  height: 16px;
  position: absolute;
  margin-top: 6px;
  margin-left: 10px;
}
.ipIcon input,
.ipIcon select {
  padding-left: 35px;
}

.uploadIP {
  line-height: 100%;
}
.uploadIP input {
  opacity: 0;
  height: 18px;
}

.userPhotoFilename {
  border: 1px solid #ACACAE;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 12px;
  color: #969696;
  width: fit-content;
  margin-top: -25px;
  margin-left: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  margin-right: 10px;
}

.block {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 0;
  margin: 1rem;
}

.main-page .main-body {
  position: relative;
  background: #FCF6FD;
}
.main-page .main-body .main-block {
  background-color: #FCF6FD;
}
.main-page .main-body .header {
  padding: 1rem;
  background: #FFFFFF;
}
.main-page .main-body .header.dcHeader {
  padding: 0 1rem;
}

.d-flex {
  display: flex;
  gap: 0.5rem;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.d-flex-end {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
}

.d-flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.gap {
  gap: 1rem !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCCCCC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #341539;
}

input:focus + .slider {
  box-shadow: 0 0 1px #341539;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.bbottom {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.bright {
  border-right: 1px solid #E8E8E8;
}

.bleft {
  border-left: 1px solid #E8E8E8;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.uploadBlock {
  background: #FAFAFA;
  border: 1px dashed #969696;
  border-radius: 6px;
  text-align: center;
  padding: 3rem 0;
}
.uploadBlock .uploadIcon {
  height: 50px;
  width: 50px;
  stroke-width: 1;
  margin-bottom: 1rem;
}
.uploadBlock .uploadText {
  font-weight: 400;
  font-size: 14px;
  color: #969696;
}
.uploadBlock .uploadTextsm {
  font-weight: 400;
  font-size: 12px;
  color: #969696;
}
.uploadBlock .link {
  font-size: 12px;
  font-weight: bold;
}
.uploadBlock .uploadSuccess svg {
  color: #341539;
}
.uploadBlock .browseInput {
  opacity: 0;
  position: absolute;
  height: 61%;
  width: 94%;
  left: 3%;
  top: 0;
  cursor: pointer;
}

.uploadedFileList svg {
  stroke-width: 1;
}
.uploadedFileList .feather-x {
  cursor: pointer;
}
.uploadedFileList li {
  margin-bottom: 0.5rem;
  background: #E8E8E8;
  border-radius: 4px;
  padding: 4px 6px;
}
.uploadedFileList li:last-child {
  margin-bottom: 0;
}
.uploadedFileList .fileName {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploadedFileList .fileSize {
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  color: #969696;
}

.daterangepicker {
  z-index: 99999;
}

.dashboard-sect .block {
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* Scrollbar Width and height */
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #CCCCCC !important;
  border-radius: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CCCCCC;
}

.readonlyMode {
  text-align: center;
  background-color: #1E3A8A;
  color: #fff;
  font-size: 14px;
  display: flex;
  padding: 0.5rem 2rem;
  border-radius: 4px;
  justify-content: center;
  width: fit-content;
  margin: 10px auto;
  position: absolute;
  height: fit-content;
  z-index: 999;
  right: 0;
  top: 0;
  left: 0;
}

.lineItemsHeader {
  justify-content: start;
}
.lineItemsHeader div {
  flex: 1;
}

#lineItems {
  padding-top: 0 !important;
  border-top: 0;
}
#lineItems table th:first-child, #lineItems table td:first-child {
  padding-left: 1rem;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

/*Nikita Code*/
.lightRedBg {
  background-color: #FCF6FD !important;
}

.checkStutuses {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
  width: 150px;
}

.screenBlock table {
  border: 1px solid #E8E8E8;
}
.screenBlock table th {
  white-space: nowrap !important;
}

.white-block {
  background-color: #FFFFFF;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.nav-tabs {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-bottom: 2px solid #341539 !important;
  color: #341539;
  background-color: transparent;
}
.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #969696;
  font-family: "Poppins-medium";
  font-size: 14px;
  background-color: transparent;
  margin-right: 10px;
}
.nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #341539;
  color: #341539;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav.nav-pills {
  padding: 0;
}
.nav.nav-pills .nav-link {
  color: #333333;
  font-family: "Poppins-medium";
  padding: 10px 5rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  border: 1px solid #969696;
}
.nav.nav-pills .nav-item.show .nav-link, .nav.nav-pills .nav-link.active {
  border: 1px solid #341539;
  color: #FFFFFF;
  background-color: #341539;
  font-size: 16px;
  padding: 10px 5rem;
}

.feather {
  stroke-width: 1.5;
  color: #313131;
}

.dropdown {
  cursor: pointer;
}
.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover {
  color: #341539;
  border-radius: 0.25rem;
}

select option {
  cursor: pointer;
}
select option:hover {
  color: #341539;
  background-color: transparent;
  cursor: pointer;
}

.vTabs {
  display: flex;
}
.vTabs .nav {
  width: 25%;
}
.vTabs .tab-content {
  width: 75%;
}
.vTabs .nav {
  border-right: 1px solid #E8E8E8;
}
.vTabs .nav .nav-link {
  font-family: "Poppins-medium";
  font-size: 18px;
  color: #ACACAE;
}
.vTabs .nav .nav-link.active {
  color: #313131;
}

input[type=radio] {
  accent-color: #341539;
  height: 18px;
  width: 18px;
  margin-top: 4px;
  cursor: pointer;
}

input[type=checkbox] {
  accent-color: #341539;
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
  cursor: pointer;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,
.col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11,
.col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
.col-xl-9, .col-xl-auto {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.dropdown-toggle.noArrow::after {
  content: none;
}

textarea {
  resize: none !important;
  white-space: normal;
  text-align: left;
}

.card-header {
  background-color: #FFFFFF;
}
.card-header .title {
  font-size: 14px;
}

.datepicker.datepicker-dropdown {
  padding: 0;
}

.btn-success {
  color: #fff !important;
  font-size: 12px;
  border-radius: 5px;
  padding: 0.3rem 0.75rem !important;
  border: 1px solid #28a745 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1967d2;
  color: white;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  /* height: 40px;*/
  padding-right: 7px;
  margin-top: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  /*height: 40px;*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  border-color: none;
  border-style: none;
  border-width: unset;
  left: unset;
  margin-left: unset;
  margin-top: unset;
  position: absolute;
  top: 15%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.3rem 0.75rem !important;
}
.select2-container .select2-selection--single {
  height: auto;
}

.select2-results__option {
  font-size: 12px;
}

.main-body .input-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  padding-right: 35px !important;
  cursor: pointer;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  margin-right: 10px;
  /*gap: 5px;*/
}

.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}

table.dataTable td.dataTables_empty {
  height: calc(100vh - 400px);
}

.form-control {
  height: auto !important;
  border: 1px solid #EBEBEB;
  color: #1A1A1A;
  font-size: 12px !important;
  padding: 0.3rem 0.75rem !important;
}
.form-control::placeholder, .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
  font-size: 12px;
}

.btn {
  padding: 0.52rem 0.75rem;
  font-size: 12px;
}

div.dataTables_processing {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100% !important;
  position: absolute;
  z-index: 1;
  top: 0 !important;
  left: auto !important;
  bottom: 0;
  margin-left: 0 !important;
  margin-top: 0 !important;
  right: 0;
}

div.dataTables_processing > div:last-child {
  position: absolute;
  width: 80px;
  height: 15px;
  margin: 1em auto;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  display: none;
}

select.form-control {
  font-size: 12px;
}

table.dataTable.no-footer {
  border-bottom: none !important;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.dataTables_length,
.dataTables_info {
  font-size: 12px;
  padding-left: 0.5rem;
}

.dataTables_filter,
.paginate_button {
  font-size: 12px;
  padding-right: 0.5rem;
}

.dc-invoice-title {
  font-size: 14px;
  color: #1A1A1A;
  font-family: "Poppins-medium";
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dc-invoice-header svg:hover path {
  stroke: #341539;
}
.dc-invoice-header .subtitle {
  font-size: 14px;
}

/*
.datacaptureContent {
    height: calc(100vh - 160px);
    overflow-y: scroll;
    border-top: 1px solid #dee2e6;
}
.section {
    .invoice-container{
        height: 100%;
    }
}*/
.dropdown-menu {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: 3px 3px 7px 1px rgba(60, 60, 62, 0.3215686275);
  font-family: "Poppins-medium";
  font-size: 12px;
  z-index: 999999;
}

.dropdown-menu .dropdown-item {
  padding: 15px 0.625rem !important;
  font-size: 12px !important;
  color: #1A1A1A !important;
  font-family: "Poppins-medium";
}

.dropdown-menu .dropdown-item:hover:active {
  font-size: 12px !important;
  color: #1A1A1A !important;
  font-family: "Poppins-semibold" !important;
  background: #F7F7F7 !important;
  outline: none !important;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url(../images/checkWhiteicon.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
}

.nav-link {
  display: block;
  padding: 0.8rem 1rem !important;
}

/*------------AT changes-----------*/
body .dataTables_wrapper .dataTables_paginate {
  margin: 0.5rem;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #D0D5DD !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #D0D5DD !important;
  background: none !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous, body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 12px;
  margin: 0 4px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, body .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  font-size: 12px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  width: 80px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  width: 80px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: 60px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  width: 60px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px;
  min-width: 40px;
  margin: 0 2px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: #341539 !important;
  font-size: 12px;
  color: #fff !important;
  border: 1px solid transparent;
  border-radius: 4px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, body .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus, body .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, body .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus {
  background: none !important;
  font-size: 12px;
  color: #341539 !important;
  border: none;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next:active, body .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active {
  border: none;
  outline: none;
  box-shadow: none;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
  color: #D0D5DD !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
  color: #D0D5DD !important;
  background: none !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #3C3C3E !important;
  font-size: 12px;
  color: #FFFFFF !important;
  border: none;
  border-radius: 4px;
  min-width: 40px;
}
body .dataTables_info {
  font-size: 12px;
  color: #1A1A1A !important;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
body .dataTables_length, body .dataTables_filter {
  font-size: 12px;
  color: #1A1A1A !important;
  padding-left: 0.5rem;
  margin: 0.5rem;
}
body .dataTables_length select, body .dataTables_filter select {
  background-size: 15px;
}

.form-control::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  font-size: 12px !important;
}
.form-control::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  font-size: 12px !important;
}
.form-control:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  font-size: 12px !important;
}
.form-control::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
  font-size: 12px !important;
}
.form-control::placeholder, input[type=text]::placeholder, input[type=email]::placeholder {
  font-size: 12px !important;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 8px !important;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.form-group {
  margin-bottom: 0.7rem;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  border: unset;
}

.daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 0;
}

.daterangepicker .drp-calendar.left {
  padding: 0;
}

.daterangepicker .calendar-table table {
  border: none;
}

.alert {
  font-size: 12px;
}

.text-danger {
  font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333;
  font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px !important;
  color: #333;
  font-size: 12px;
}

.URMultiselectProject .form-control {
  height: 32px !important;
  overflow-y: auto !important;
}

.sProject .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url(../images/blackdropdownarrow.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
}

.productMasterTable {
  position: relative;
}
.productMasterTable .downloadBtn {
  position: absolute;
  right: 1rem;
  margin-top: 0.5rem;
  z-index: 1;
}
.productMasterTable .dataTables_filter {
  margin-right: 9rem;
}

table.dataTable thead .sorting {
  background-image: none !important;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
}

.dPicker {
  font-size: 12px;
  width: 25%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 0.3rem 0.75rem !important;
  outline: none !important;
  width: 185px !important;
}

.input-group-text {
  border: 1px solid #EBEBEB !important;
}

.multiselect-container .input-group, .btn-group > .multiselect {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multiselect.dropdown-toggle {
  height: calc(1.5em + 0.75rem + 6px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: left;
}

.daterangepicker .drp-calendar .calendar-table table thead th {
  font-weight: 500;
  font-size: 14px;
  color: #3C3C3E;
  background: #FFFFFF !important;
  font-family: "Poppins-medium";
  border-bottom: 1px solid #EBEBEB;
  line-height: 120% !important;
}

.sect-multiselect .dropdown-toggle::after {
  width: 15px;
  height: 15px;
  background-image: url(../images/chevron-down.svg) !important;
}

.btn-black.nextBtn {
  padding: 0.3rem 0.75rem;
}

.modal-header {
  padding: 0.75rem 1.5rem !important;
}

.mdl-custom .modal-body .modal-footer {
  /*border-top: 1px solid #dee2e6;*/
  padding-top: 0.75rem;
  padding-bottom: 0;
  margin: 0.75rem -1rem 0;
}

.select2-container--default .select2-selection--single, .select2-dropdown {
  border: 1px solid #E8E8E8 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  offset: none;
  outline: none;
}

.dataTable {
  overflow-y: auto;
  display: block;
  place-items: stretch;
}

.fw-content table {
  overflow-y: auto;
  display: inline-block;
  margin-bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.accuracy-report-block table th, .accuracy-report-block table td {
  width: 1%;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.editToleranceModal .editToleranceBlock .title {
  font-size: 16px;
}
.editToleranceModal .editToleranceBlock .disabledblock {
  color: #969696;
}
.editToleranceModal .editToleranceBlock .disabledblock input, .editToleranceModal .editToleranceBlock .disabledblock p, .editToleranceModal .editToleranceBlock .disabledblock .title {
  color: #969696;
}

.invoiceImg {
  height: 70vh;
}

.fixedDiv {
  padding: 1rem;
  position: sticky;
  text-align: center;
  bottom: 0;
  background: #FFFFFF;
}

.card-header .title::after {
  content: ">";
  transform: rotate(-90deg);
  font-size: 18px;
  line-height: 16px;
  float: right;
}

.card-header .title.collapsed:after {
  content: ">";
  transform: rotate(90deg);
  font-size: 18px;
  line-height: 16px;
}

.sect-invoiceheader select.form-input {
  width: 100%;
}

.input-highlight {
  border: 1px solid #341539 !important;
  outline: none;
  background: #ffefef;
}

.OrderList-Cart {
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #E8E8E8;
  background: #f3f3f3;
  max-height: 500px;
  overflow-y: auto;
}
.OrderList-Cart .row {
  margin: 0;
}
.OrderList-Cart p {
  font-size: 0.75rem;
  color: #969696;
}
.OrderList-Cart h4 {
  font-size: 1rem;
  font-family: "Poppins-Medium";
}
.OrderList-Cart .OrderList-CItem {
  border: 1px solid #E8E8E8;
  padding: 0.5rem 0rem;
  border-radius: 0.5rem;
  background: #ffffff;
  margin-bottom: 0.5rem;
}
.OrderList-Cart .OrderList-CItem:last-child {
  margin-bottom: 0;
}

.data-capture-body .input-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.data-capture-body .input-group .input-group-text {
  padding: 5px;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
}
.data-capture-body .input-group .input-group-text img {
  width: 15px;
  height: 15px;
}
.data-capture-body .input-group .input-group-text:hover {
  background: #e7e7e7;
}

.SummaryDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sm-devider {
  border: 1px solid #ccc;
  width: 1px;
  height: 20px;
}

.footer {
  padding: 0.3rem;
  display: none;
}

.dcCustDetails .form-group, .dcBillDetails .form-group, .dcDelDetails .form-group, .dcPurchaserDetails .form-group, .dcCostDetails .form-group {
  margin-bottom: 0;
}
.dcCustDetails .form-input, .dcBillDetails .form-input, .dcDelDetails .form-input, .dcPurchaserDetails .form-input, .dcCostDetails .form-input {
  border-radius: 0;
}

/*.b-block {
    border: 1px solid #f0f0f0;
}*/
.group-header .text-muted {
  font-size: 14px;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
* {
  font-family: "Poppins-regular";
}

html, body, p, span, ul, li {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FCF6FD !important;
}
body p {
  margin: 0;
}

ul {
  margin: 0 !important;
}
ul li {
  list-style: none;
}

svg {
  color: #333333;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
table {
  width: 100%;
  border-top: 1px solid #E8E8E8;
  border-radius: 6px;
  background: #FFFFFF;
}
table th, table td {
  border-bottom: 1px solid #E8E8E8 !important;
  padding: 10px 6px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  border-top: 0 !important;
  width: 20%;
  /*white-space: nowrap !important;*/
}
table th svg, table td svg {
  cursor: pointer;
}
table thead th {
  font-weight: 600;
  font-size: 12px;
  color: #1A1A1A;
  background: #FAFAFA;
  vertical-align: middle !important;
  position: sticky !important;
  top: 0;
  z-index: 2;
}
table tbody td {
  font-weight: 400;
  font-size: 12px;
  color: #313131;
}

.block.table-responsive {
  padding: 1rem;
}

.etTable {
  border: 1px solid #E8E8E8;
}
.etTable th, .etTable td {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 6px;
  vertical-align: middle;
}
.etTable thead th {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.etTable tbody td {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
}

.lineItemsTable .yellowTagrow {
  background-color: #FF7A7A;
}
.lineItemsTable .pinkTagrow {
  background-color: rgba(255, 255, 0, 0.3);
}
.lineItemsTable th {
  font-size: 10px;
  color: #969696;
}
.lineItemsTable td {
  font-size: 10px;
  color: #313131;
}

.tags p {
  font-size: 12px;
}
.tags .yellowTag {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #FF7A7A;
}
.tags .pinkTag {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: rgba(255, 255, 0, 0.3);
}

.modal-right .modal-dialog {
  max-width: 87% !important;
}

/*.table td, .table th {
    word-break: break-word;
}
*/
.font-medium {
  font-family: "Poppins-medium";
}

.table-bordered td, .table-bordered th {
  border: 0;
  border-bottom: 1px solid #E8E8E8;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
/* width */
.sidebar ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidebar ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sidebar ul::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.sidebar ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sidebar .collapseSidebar, .sidebar .openSidebar {
  position: fixed;
  bottom: 20px;
  left: 28px;
}

.sidebar .collapseSidebar svg, .sidebar .openSidebar svg {
  color: #FD0001;
}

.sidebarCollapsed.sidebar ul {
  width: 80px;
}
.sidebarCollapsed.sidebar ul li {
  margin-left: 10px;
  display: flex;
  justify-content: center;
}

.sidebar {
  width: 100% !important;
  background-color: #341539;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .logo img {
  width: 120px;
}
.sidebar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0 !important;
  z-index: 300;
}
.sidebar ul li {
  padding: 0.4rem 1rem;
}
.sidebar ul li a:hover {
  text-decoration: underline;
  color: white !important;
}
.sidebar ul li a {
  padding: 0.5rem 0;
}
.sidebar ul li .menuItemName {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Poppins-regular";
}
.sidebar ul .collapseSidebar, .sidebar ul .openSidebar {
  position: absolute;
  bottom: 20px;
}
.sidebar ul .collapseSidebar svg, .sidebar ul .openSidebar svg {
  color: #FD0001;
}
.sidebar .activeMenuItem {
  background: linear-gradient(180deg, #341539 0%, #45254A 100%);
}
.sidebar .activeMenuItem svg {
  color: #FD0001;
  border-radius: 6px;
}
.sidebar .activeMenuItem .menuItemName {
  color: #FFFFFF;
  /*font-family: "Poppins-semibold" !important;*/
}
.sidebar .dropdown-menu .dropdown-item.activeMenuItem1 {
  background-color: #e0e0e0;
  color: #000;
}

.sidebarExpanded.sidebar ul li {
  margin: 0 0.8rem;
  font-size: 14px;
}

.menuItem a div {
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.dashboardMenuItem {
  background-image: url(../images/Dashboard-Icon-Gray.svg);
  width: 40px;
}

.quotationMenuItem {
  background-image: url(../images/Quotation-Icon-Gray.svg);
  width: 40px;
}

.invoiceMenuItem {
  background-image: url(../images/Invoice-Icon-Gray.svg);
  width: 40px;
}

.uploadinvoiceMenuItem {
  background-image: url(../images/Upload-Invoice-Icon-Gray.svg);
  width: 40px;
}

.creditMemoMenuItem {
  background-image: url(../images/Credit-Memo-Gray.svg);
  width: 40px;
}

.archiveMenuItem {
  background-image: url(../images/Archive-Icon-Gray.svg);
  width: 40px;
}

.distributorMenuItem {
  background-image: url(../images/Distributor-Icon-Gray.svg);
  width: 40px;
}

.productMasterMenuItem {
  background-image: url(../images/Product-Master-Icon-Gray.svg);
  width: 40px;
}

.reportMenuItem {
  background-image: url(../images/Reports-Icon-Gray.svg);
  width: 40px;
}

.IBRMenuItem {
  background-image: url(../images/Invoices-billing-report-icon.svg);
  width: 40px;
}

.InvoicesTrackerMenuItem {
  background-image: url(../images/Invoices-tracker-icon.svg);
  width: 40px;
}

.ManageInvoicesenuItem {
  background-image: url(../images/Manage-invoices-icon.svg);
  width: 40px;
}

.userMenuItem {
  background-image: url(../images/User-Icon-Gray.svg);
  width: 40px;
}

.projectMenuItem {
  background-image: url(../images/Project-Icon-Gray.svg);
  width: 40px;
}

.fieldwizardMenuItem {
  background-image: url(../images/Fieldwizard-Icon-Gray.svg);
  width: 40px;
}

.menuItem:hover, .activeMenuItem {
  background-color: rgba(255, 1, 1, 0.05);
}
.menuItem:hover .dashboardMenuItem, .activeMenuItem .dashboardMenuItem {
  background-image: url(../images/Dashboard-Icon.svg);
  width: 40px;
}
.menuItem:hover .quotationMenuItem, .activeMenuItem .quotationMenuItem {
  background-image: url(../images/Quotation-Icon.svg);
  width: 40px;
}
.menuItem:hover .invoiceMenuItem, .activeMenuItem .invoiceMenuItem {
  background-image: url(../images/Invoice-Icon.svg);
  width: 40px;
}
.menuItem:hover .creditMemoMenuItem, .activeMenuItem .creditMemoMenuItem {
  background-image: url(../images/Credit-Memo.svg);
  width: 40px;
}
.menuItem:hover .archiveMenuItem, .activeMenuItem .archiveMenuItem {
  background-image: url(../images/Archive-Icon.svg);
  width: 40px;
}
.menuItem:hover .distributorMenuItem, .activeMenuItem .distributorMenuItem {
  background-image: url(../images/Distributor-Icon.svg);
  width: 40px;
}
.menuItem:hover .productMasterMenuItem, .activeMenuItem .productMasterMenuItem {
  background-image: url(../images/Product-Master-Icon.svg);
  width: 40px;
}
.menuItem:hover .reportMenuItem, .activeMenuItem .reportMenuItem {
  background-image: url(../images/Reports-Icon.svg);
  width: 40px;
}
.menuItem:hover .userMenuItem, .activeMenuItem .userMenuItem {
  background-image: url(../images/User-Icon.svg);
  width: 40px;
}
.menuItem:hover .projectMenuItem, .activeMenuItem .projectMenuItem {
  background-image: url(../images/Project-Icon.svg);
  width: 40px;
}
.menuItem:hover .fieldwizardMenuItem, .activeMenuItem .fieldwizardMenuItem {
  background-image: url(../images/Fieldwizard-Icon.svg);
  width: 40px;
}

.sidebarCollapsed {
  width: 80px;
}
.sidebarCollapsed .menuItemName {
  display: none;
}
.sidebarCollapsed.sidebar .logo img {
  width: 60px;
}

.sidebarExpanded {
  /*ul li{
      width: 100%;
      padding-right: 10px;
  }*/
}
.sidebarExpanded .menuItem a {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-family: "Poppins-regular";
}
.sidebarExpanded .menuItem .dropdown-menu {
  color: #3c3c3c;
}
.sidebarExpanded .menuItem .dropdown-menu a, .sidebarExpanded .menuItem .dropdown-menu .menuItemName {
  color: #3c3c3c;
  text-decoration: none;
  font-size: 12px !important;
  font-family: "Poppins-medium";
}
.sidebarExpanded .menuItem .menuItemName {
  display: block;
}

.sidebar .dropdownPositionBlock .dropdown-menu.show {
  top: 8px !important;
  left: 0 !important;
}
.sidebar .dropdownPositionReportBlock .dropdown-menu.show {
  top: 8px !important;
  left: 85px !important;
}
.sidebar .dropdownPositionMasterBlock .dropdown-menu.show {
  top: 8px !important;
  left: 40px !important;
}

.user-details .dropdown-menu.show {
  top: 14px !important;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.header {
  border-bottom: 1px solid #E8E8E8;
}
.header svg {
  cursor: pointer;
}

.notificationsList ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E8E8E8;
}
.notificationsList li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.notificationsList .nText {
  width: 75%;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.notificationsList .nDateTime {
  font-weight: 300;
  font-size: 15px;
  color: #333333;
}
.notificationsList .oldNotification .nText, .notificationsList .oldNotification .nDateTime {
  color: #ACACAE;
}

.sBlock {
  width: 70%;
  margin: 2rem;
  padding: 0;
}
.sBlock .bbottom {
  margin-bottom: 0;
}

.user-details {
  color: #FFFFFF;
}
.user-details p {
  font-size: 14px;
  font-family: "Poppins-semibold";
}
.user-details .user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
}

.subHeader {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #FFFFFF;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.loginPage {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}
.loginPage .videoSetion {
  width: 60%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 2rem;
  position: relative;
}
.loginPage .loginForm {
  width: 500px;
  background-color: #F9FBFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  padding: 3rem 4rem;
}
.loginPage .loginForm .input-group .form-input {
  border-right: 0;
  font-size: 12px;
}
.loginPage .loginForm .input-group .input-group-text {
  background: #FFFFFF;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.loginPage .loginForm .input-group .input-group-text .show-password, .loginPage .loginForm .input-group .input-group-text .Temp-show-password, .loginPage .loginForm .input-group .input-group-text .resetNew-show-password, .loginPage .loginForm .input-group .input-group-text .resetConfirm-show-password, .loginPage .loginForm .input-group .input-group-text .resetTknNew-show-password, .loginPage .loginForm .input-group .input-group-text .resetTknConfirm-show-password {
  padding: 0;
  background: none;
  border: none;
}
.loginPage .loginForm .input-group .input-group-text .show-password svg, .loginPage .loginForm .input-group .input-group-text .Temp-show-password svg, .loginPage .loginForm .input-group .input-group-text .resetNew-show-password svg, .loginPage .loginForm .input-group .input-group-text .resetConfirm-show-password svg, .loginPage .loginForm .input-group .input-group-text .resetTknNew-show-password svg, .loginPage .loginForm .input-group .input-group-text .resetTknConfirm-show-password svg {
  width: 15px;
  height: 15px;
}
.loginPage .loginForm .input-group .input-group-text .show-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .Temp-show-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .resetNew-show-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .resetConfirm-show-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .resetTknNew-show-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .resetTknConfirm-show-password:hover svg path {
  stroke: #FD0001;
}
.loginPage .loginForm .input-group .input-group-text .show-password:focus, .loginPage .loginForm .input-group .input-group-text .Temp-show-password:focus, .loginPage .loginForm .input-group .input-group-text .resetNew-show-password:focus, .loginPage .loginForm .input-group .input-group-text .resetConfirm-show-password:focus, .loginPage .loginForm .input-group .input-group-text .resetTknNew-show-password:focus, .loginPage .loginForm .input-group .input-group-text .resetTknConfirm-show-password:focus {
  outline: none;
}
.loginPage .loginForm .input-group .input-group-text .hide-password, .loginPage .loginForm .input-group .input-group-text .Temp-hide-password, .loginPage .loginForm .input-group .input-group-text .resetNew-hide-password, .loginPage .loginForm .input-group .input-group-text .resetConfirm-hide-password, .loginPage .loginForm .input-group .input-group-text .resetTknNew-hide-password, .loginPage .loginForm .input-group .input-group-text .resetTknConfirm-hide-password {
  padding: 0;
  background: none;
  border: none;
}
.loginPage .loginForm .input-group .input-group-text .hide-password svg, .loginPage .loginForm .input-group .input-group-text .Temp-hide-password svg, .loginPage .loginForm .input-group .input-group-text .resetNew-hide-password svg, .loginPage .loginForm .input-group .input-group-text .resetConfirm-hide-password svg, .loginPage .loginForm .input-group .input-group-text .resetTknNew-hide-password svg, .loginPage .loginForm .input-group .input-group-text .resetTknConfirm-hide-password svg {
  width: 15px;
  height: 15px;
}
.loginPage .loginForm .input-group .input-group-text .hide-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .Temp-hide-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .resetNew-hide-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .resetConfirm-hide-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .resetTknNew-hide-password:hover svg path, .loginPage .loginForm .input-group .input-group-text .resetTknConfirm-hide-password:hover svg path {
  stroke: #FD0001;
}
.loginPage .loginForm .input-group .input-group-text .hide-password:focus, .loginPage .loginForm .input-group .input-group-text .Temp-hide-password:focus, .loginPage .loginForm .input-group .input-group-text .resetNew-hide-password:focus, .loginPage .loginForm .input-group .input-group-text .resetConfirm-hide-password:focus, .loginPage .loginForm .input-group .input-group-text .resetTknNew-hide-password:focus, .loginPage .loginForm .input-group .input-group-text .resetTknConfirm-hide-password:focus {
  outline: none;
}
.loginPage .loginForm .input-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.loginPage .loginForm .form-label {
  font-size: 12px;
  color: #3C3C3E;
  font-weight: 600;
  line-height: 120%;
}
.loginPage .loginForm .form-input {
  font-size: 12px;
}
.loginPage .loginTitle {
  font-size: 20px;
  color: #3C3C3E;
  font-family: "Poppins-semibold";
}
.loginPage .loginsubTitle {
  font-size: 16px;
  color: #313131;
}
.loginPage .subtext {
  color: #1A1A1A;
  font-size: 12px;
  text-decoration: underline;
}
.loginPage .forgotpass {
  font-weight: 400;
  font-size: 14px;
  color: #797979;
}
.loginPage .forgotpass:hover {
  color: #341539;
  cursor: pointer;
}
.loginPage .btn-primary {
  background-color: #FD0001;
  color: #FFFFFF !important;
  text-align: center;
  display: block;
  padding: 8.3px 10px;
}
.loginPage .btn-lightgray {
  text-align: center;
}
.loginPage .termsBlock {
  display: flex;
  align-items: center;
}
.loginPage .termsBlock .w-50:first-child {
  text-align: left;
}
.loginPage .termsBlock .w-50:last-child {
  text-align: right;
}
.loginPage .login-head-logo img {
  width: 70%;
}
.loginPage .input-group > .form-input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.loginPage .input-group > .form-input:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #341539 16.83%, rgba(52, 21, 57, 0.6) 100%);
  z-index: 1;
}

.loginPageWrapper {
  /*  background-color: $gray-color-4;*/
  background: #767676;
  position: relative;
}

.videoSetion .videoD {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.7);
}
.videoSetion .videoOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  border-radius: 12px;
}

.howItWorks {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.howItWorks svg {
  fill: #FFFFFF;
  color: #FFFFFF;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.loginButton {
  background: #341539;
  padding: 0.48rem 0.75rem;
  color: #FFFFFF;
  border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins-medium";
}
.loginButton:hover {
  background: #341539;
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins-medium";
}

button:focus {
  outline: none !important;
}

.bordered-btn {
  border: 0.89px solid #1A1A1A;
  padding: 0.3rem 0.75rem;
  color: #1A1A1A;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  background: transparent;
  font-size: 14px;
}
.bordered-btn:hover {
  border: 0.89px solid #341539;
  color: #341539;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.filterIcon {
  position: relative;
}

.pt_cursor {
  cursor: pointer !important;
}

.filterBackdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 100%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.filterBlock {
  background: #FFFFFF;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  position: absolute;
  right: 1rem;
  padding: 2rem 1rem;
  z-index: 99999;
  max-width: 80%;
  border: 1px solid #E8E8E8;
  margin-top: 6px;
}
.filterBlock .form-label {
  color: #000000;
  font-family: "Poppins-medium";
}

.zoomCenterBlock {
  position: initial !important;
  display: flex;
  justify-content: center;
}
.zoomCenterBlock .page-link {
  height: 32px;
}

.zoom_inout {
  position: absolute;
  right: 30px;
  bottom: 10px;
}
.zoom_inout .page-link {
  padding: 0.2rem 0.8rem;
  color: #333333;
}
.zoom_inout .page-link:focus, .zoom_inout .page-link:hover {
  color: #FFFFFF;
  background-color: #341539;
  outline: none !important;
  border: none !important;
}
.zoom_inout .page-link:focus svg, .zoom_inout .page-link:hover svg {
  color: #FFFFFF;
}
.zoom_inout .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 1.65rem;
  border-bottom-left-radius: 1.65rem;
}
.zoom_inout .page-item:last-child .page-link {
  border-top-right-radius: 1.65rem;
  border-bottom-right-radius: 1.65rem;
}

.datepickericon {
  width: 100%;
  background: #FFFFFF url(../images/calendar-icon.svg) no-repeat right 7px center;
  border: 1px solid #e9ebef;
  border-radius: 4px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px !important;
  color: #969696;
  font-weight: 400 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px !important;
  color: #969696 !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px !important;
  color: #969696 !important;
  font-weight: 400 !important;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 14px !important;
  color: #969696;
  font-weight: 400 !important;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.paginationBlock {
  border: 1px solid #E8E8E8;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}
.paginationBlock .pagination {
  gap: 6px;
}
.paginationBlock .form-input {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  font-family: "Poppins-regular";
}
.paginationBlock p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: "Poppins-regular";
}
.paginationBlock .page-link {
  padding: 0rem 0.5rem !important;
  line-height: 2rem !important;
  color: #313131;
  font-size: 12px !important;
  font-weight: 400 !important;
  width: 35px;
  border: 0;
  text-align: center;
  border: 1px solid transparent;
}
.paginationBlock .page-link svg {
  width: 20px;
  height: 20px;
}
.paginationBlock .page-link:focus,
.paginationBlock .page-link:hover {
  background-color: #E8E8E8;
  border-radius: 4px;
}
.paginationBlock .page-item:first-child .page-link,
.paginationBlock .page-item:last-child .page-link {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.modal-right {
  height: 100%;
}
.modal-right .modal-dialog {
  float: right;
  max-width: 50% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}

.mdlnotification.modal-right {
  height: 100%;
}
.mdlnotification.modal-right .modal-dialog {
  float: right;
  max-width: 35% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}

.modal .modal-title {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins-semibold";
}
.modal .modal-header {
  border-bottom: 1px solid #EBEBEB;
}
.modal .close {
  color: #341539;
  cursor: pointer;
}
.modal .close:focus {
  outline: none;
}
.modal .modal-footer {
  border-top: none;
  padding-top: 0;
  justify-content: end;
}
.modal .modal-footer .d-flex {
  justify-content: end;
  align-items: center;
}

.modal-right.modal-xlg .modal-dialog {
  max-width: 100% !important;
  width: 100% !important;
}

.modal-right .modal-footer button {
  padding: 6px 10px;
}

.backArrow {
  color: #341539;
  cursor: pointer;
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.titleapproval {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins-regular";
  color: #969696;
  padding-top: 1rem !important;
}

.subtitlegray {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins-regular";
  color: #969696;
}

.tkdash-grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.tkdash-grid p {
  font-size: 14px;
}
.tkdash-grid img {
  width: 24px;
  height: 24px;
}
.tkdash-grid .tkdash-grid-desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.titlenumber {
  font-size: 1.5rem !important;
  font-weight: 400;
  font-family: "Poppins-semibold";
  color: #333333;
  line-height: 100%;
}

.text_decorationnone {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
}

canvas {
  width: 100% !important;
  height: auto !important;
}
canvas#barchart2 {
  height: 400px !important;
}
canvas#piechart2, canvas#barchart {
  height: 300px !important;
}

.dash-top-sect h5 {
  font-family: "Poppins-medium";
}

.dash-top-sect div {
  color: #969696;
}

.dash-top-sect {
  margin-bottom: 15px;
}

.sect-recent-activities, .sect-distributors-list {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 20px;
}

.ra-top {
  display: flex;
  justify-content: space-between;
}

.ra-top h6 {
  font-family: "Poppins-medium";
  margin-bottom: 0;
}

.ra-top a {
  color: #341539 !important;
  font-size: 14px;
}

.ra-content p {
  font-size: 14px;
}

.ra-content h6 {
  font-family: "Poppins-medium";
}

.btnviewquotation {
  background: #E8E8E8;
  border-radius: 5px;
  padding: 7px 15px;
  color: #333333;
  border: none;
  outline: none;
}

.btnviewquotation:focus {
  outline: none;
}

.ra-content .d-flex {
  margin-bottom: 2.2rem;
}

.ra-content .d-flex:last-child {
  margin-bottom: 0;
}

.logodistributer {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.db-block {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 20px;
}

#piechart {
  width: 68% !important;
  margin: 0 auto;
  height: 300px !important;
}

.vscroller {
  height: 300px;
  overflow-y: auto;
}

/* width */
.vscroller::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.vscroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.vscroller::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 10px;
}

/* Handle on hover */
.vscroller::-webkit-scrollbar-thumb:hover {
  background: #b9b9b9;
}

.vscroller2 {
  height: 274px;
  overflow-y: auto;
}

/* width */
.vscroller2::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.vscroller2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #808080;
  border-radius: 10px;
}

/* Handle */
.vscroller2::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 10px;
}

/* Handle on hover */
.vscroller2::-webkit-scrollbar-thumb:hover {
  background: #b9b9b9;
}

.fs-14 {
  font-size: 14px;
}

.DocStatus-section {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.DocStatus-section .DocStatus-item {
  width: 25%;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.DocStatus-section .DocStatus-item:nth-child(n+8) {
  border-bottom: 0;
}
.DocStatus-section .DocStatus-item:nth-child(4), .DocStatus-section .DocStatus-item:nth-child(8) {
  border-right: 0;
}
.DocStatus-section .DocStatus-item .tkdash-grid {
  padding: 1rem;
}
.DocStatus-section .left-block {
  flex: 1 1 10%;
}
.DocStatus-section .left-block .DocStatus-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.DocStatus-section .left-block .DocStatus-item .tkdash-grid {
  flex-direction: column;
}
.DocStatus-section .right-block {
  flex: 1 1 80%;
  display: flex;
  flex-wrap: wrap;
}

.cf-DocStatus {
  display: flex;
  gap: 12px;
}
.cf-DocStatus .DocStatus-section {
  /* change first 4 items when 5th exists */
}
.cf-DocStatus .DocStatus-section .left-block {
  flex: 1 1 20%;
}
.cf-DocStatus .DocStatus-section .right-block .DocStatus-item {
  width: 50%;
  border-right: 1px solid #EBEBEB;
}
.cf-DocStatus .DocStatus-section .right-block:has(.DocStatus-item:nth-child(5)) .DocStatus-item {
  width: 33.333%;
}
.cf-DocStatus .DocStatus-section.DocStatus-left {
  width: 75%;
}
.cf-DocStatus .DocStatus-section.DocStatus-right {
  flex-direction: column;
  width: 25%;
}
.cf-DocStatus .DocStatus-section.DocStatus-right .DocStatus-item {
  width: 100%;
}

.masterData-section .DocStatus-section {
  background: unset;
  border: 0;
  border-radius: 0;
}
.masterData-section .DocStatus-section .DocStatus-item {
  width: 50%;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.masterData-section .DocStatus-section .DocStatus-item:nth-child(2) {
  border-right: 0;
}
.masterData-section .DocStatus-section .DocStatus-item:last-child {
  border-right: 0;
}
.masterData-section .DocStatus-section .DocStatus-item:nth-child(n+3) {
  border-bottom: 0;
}
.masterData-section .DocStatus-section .DocStatus-item .tkdash-grid {
  padding: 3.5rem 1rem;
}

@media only screen and (max-width: 1440px) {
  .invoiceImg {
    height: 60vh;
  }
  /*.dc-footer {
      display: flex;
      gap: 10px;
      flex-direction: column;
  }*/
  .dc-footbuttons {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
  }
  .loginPage .login-head-logo img {
    width: 130px;
  }
}
@media only screen and (max-width: 1280px) {
  .loginPage .videoSetion {
    width: 50%;
    padding: 2rem;
  }
  .loginPage .videoD {
    height: 100%;
  }
  .loginPage .loginForm {
    width: 40%;
  }
  .loginPageWrapper {
    height: auto;
  }
  table thead th {
    font-size: 12px;
  }
  table tbody td {
    font-size: 12px;
  }
  .choosePlan {
    /*.p-4 {
        padding: 0.5rem !important;
    }*/
  }
  .choosePlan .m-5 {
    margin: 0.5rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .navTabs {
    display: block;
    margin-bottom: 1rem;
  }
  .sect-lineItems {
    overflow-x: auto;
  }
}
/*responsive code wrritten by Asha patil*/
@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .choosePlan .planWrapper {
    flex-wrap: wrap;
  }
  .choosePlan .planWrapper .plan {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: landscape) {
  .choosePlan .planWrapper {
    margin: 0 20px;
  }
  .pricing .amount .actualAmount {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  .choosePlan .planWrapper {
    margin: 0 20px;
  }
  .pricing .amount .actualAmount {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body .choosePlan {
    margin-top: 3rem;
  }
  body .choosePlan .m-5 {
    margin: 0.5rem !important;
  }
  body .choosePlan .p-4 {
    padding: 0.5rem !important;
  }
  body .choosePlan .mainTitle {
    font-size: 1.5rem;
  }
  body .choosePlan .btn-darkgray, body .choosePlan .btn-blue {
    padding: 0.3rem 0.5rem;
  }
  body .featured-message {
    margin-bottom: 3rem;
    display: none;
  }
  body .sect-stepper {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem !important;
  }
  body .sect-stepper:before {
    width: 100%;
    height: 26px;
  }
  body .sect-stepper .steps1, body .sect-stepper .steps2 {
    display: flex;
    align-items: baseline;
    margin-bottom: 0 !important;
  }
  body .sect-stepper .stepsMenu1, body .sect-stepper .stepsMenu2 {
    display: flex;
    gap: 0.5rem;
  }
  body .sect-stepper .stepsMenu1 li, body .sect-stepper .stepsMenu2 li {
    flex-direction: column;
    font-size: 0.8rem;
  }
}
/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.onboardingWrapper {
  background: #fff;
}
.onboardingWrapper .onboarding {
  width: 50%;
  margin: 0 auto;
  margin-top: 1rem;
}
.onboardingWrapper .onboarding .title {
  font-size: 16px;
}
.onboardingWrapper .onboarding .text-muted {
  font-size: 14px;
}
.onboardingWrapper .onboarding .uploadedFileList {
  max-height: 250px;
  overflow-y: scroll;
}
.onboardingWrapper .onboarding .uploadedFileList li {
  background-color: #FAFAFA;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}
.onboardingWrapper .onboarding .uploadBlock {
  position: relative;
}
.onboardingWrapper .onboarding .uploadBlock .browseInput {
  height: 100%;
}
.onboardingWrapper .onboarding .progress {
  height: 3px;
  background-color: #E8E8E8;
  width: 97%;
}
.onboardingWrapper .onboarding .progress .progress-bar {
  background-color: #341539;
}

.progressWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.progressStatus {
  font-weight: 300;
  font-size: 10px;
  color: #969696;
}

.progressStatusDone {
  font-weight: 300;
  font-size: 10px;
  color: #341539;
}

.ConfiguringAuditingTbl thead th:first-child {
  width: 35px;
}

.circle {
  width: 12px;
  height: 12px;
  background-color: #969696;
  border-radius: 50%;
  margin-left: 8px;
  margin-top: 8px;
}

.stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.stepper-horizontal .step {
  display: table-cell;
  position: relative;
  padding: 1.5rem;
  z-index: 2;
  width: 32%;
  vertical-align: top;
}
.stepper-horizontal .step:last-child .step-bar-left, .stepper-horizontal .step:last-child .step-bar-right {
  display: none;
}
.stepper-horizontal .step .step-circle {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  line-height: 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  z-index: 2;
  border: 2px solid #969696;
}
.stepper-horizontal .step.done .step-circle {
  background-color: #341539;
  color: #FFFFFF;
  border: 2px solid #341539;
}
.stepper-horizontal .step.done .step-circle:before {
  content: "";
  background: url("../images/check-white.svg");
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 4px;
}
.stepper-horizontal .step.done .step-circle * {
  display: none;
}
.stepper-horizontal .step.done .step-title {
  color: #333333;
}
.stepper-horizontal .step.editing .step-circle {
  background: #FFFFFF;
  border-color: #341539;
  color: #341539;
}
.stepper-horizontal .step.editing .step-circle .circle {
  background-color: #341539;
}
.stepper-horizontal .step.editing .step-title {
  color: #333333;
}
.stepper-horizontal .step .step-title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
}
.stepper-horizontal .step .step-title {
  text-align: center;
  color: #969696;
}
.stepper-horizontal .step .step-bar-left,
.stepper-horizontal .step .step-bar-right {
  position: absolute;
  top: calc(2rem + 5px);
  height: 3px;
  background-color: #969696;
}
.stepper-horizontal .step .step-bar-left {
  width: calc(100% - 2rem);
  left: 50%;
  margin-left: 1rem;
  z-index: -1;
}
.stepper-horizontal .step .step-bar-right {
  width: 0;
  left: 50%;
  margin-left: 1rem;
  z-index: -1;
  transition: width 500ms ease-in-out;
}
.stepper-horizontal .step.done .step-bar-right {
  background-color: #341539;
  z-index: 3;
  width: calc(100% - 2rem);
}

/*==============================// color pallete //================================*/
/*=====================Below are the customizable colors for branding==================*/
/*=====================Below colors are Generic colors and may not be edited.==================*/
.choosePlan {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.choosePlan .nav.nav-pills {
  justify-content: center;
  margin-bottom: 3rem !important;
}
.choosePlan .planWrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.choosePlan .planWrapper .activePlan {
  background: #FFFFFF;
  border: 1px solid #341539;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.choosePlan .planWrapper .plan {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  padding: 1.5rem;
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
}
.choosePlan .planWrapper .plan .planActionBtn {
  margin-top: auto;
}
.choosePlan .planWrapper .plan .activeMark {
  background-image: url(../images/deactiveMark.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.choosePlan .planWrapper .plan .planName {
  color: #341539;
  font-family: "Poppins-medium";
}
.choosePlan .planWrapper .plan .pricing .amount {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  line-height: 30px;
}
.choosePlan .planWrapper .plan .pricing .amount .actualAmount {
  font-size: 60px;
  color: #333333;
  font-weight: 600;
  line-height: 50px;
}
.choosePlan .planWrapper .plan .pricing .amount .offerAmountPrice {
  color: #969696;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.choosePlan .planWrapper .plan .pricing .offerAmount {
  color: #969696;
  font-size: 20px;
  line-height: 30px;
}
.choosePlan .planWrapper .plan .pricing .offerAmount span {
  font-weight: 700;
  color: #333333;
}
.choosePlan .planWrapper .plan .pricing .offerAmount .year {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  line-height: 30px;
}
.choosePlan .planWrapper .plan .planFeatures li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 0.9rem;
}
.choosePlan .planWrapper .plan .planFeatures li span {
  width: 25px;
  height: 25px;
}
.choosePlan .planWrapper .plan .planFeatures li svg {
  color: #341539;
}
.choosePlan .planWrapper .plan .planFeatures li p {
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
.choosePlan .planWrapper .plan .btn-bordered {
  display: block;
  text-align: center;
}
.choosePlan .planWrapper .plan:hover {
  background: #FFFFFF;
  border: 1px solid #341539;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  cursor: pointer;
}
.choosePlan .planWrapper .plan:hover .btn-bordered {
  background: #341539;
  color: #FFFFFF;
}
.choosePlan .planWrapper .plan:hover .activeMark {
  background-image: url(../images/activeMark.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.choosePlan .mainTitle {
  color: #000000;
}

.planDetails {
  background: #FAFAFA;
  border: 1px solid #341539;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.planDetails .d-flex {
  align-items: center;
}
.planDetails .btn-link {
  color: #000000 !important;
  text-decoration: underline !important;
  font-family: "Poppins-medium";
}
.planDetails .name {
  color: #341539;
  font-family: "Poppins-medium";
  font-weight: 600;
  font-size: 24px;
}
.planDetails .amount {
  font-size: 50px;
  color: #333333;
  font-weight: 600;
}

/* asha custom css code*/
.emailBox {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
}
.emailBox p {
  font-size: 20px;
  position: relative;
}
.emailBox p.copy-btn::before {
  content: "";
  color: #969696;
  right: 40px;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #969696;
  top: 1px;
}
.emailBox .copy {
  font-size: 12px;
  font-weight: 600;
  color: #341539;
  display: grid;
}

.emailCaption {
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 20px;
}
.emailCaption p {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.distributorEmail {
  padding: 12px 16px;
}
.distributorEmail ul {
  list-style-type: none;
  flex-wrap: wrap;
}
.distributorEmail ul li {
  background-color: #E8E8E8;
  color: #333333;
  padding: 8px;
  margin-bottom: 10px;
}

.sentBtn {
  align-items: flex-end;
}
.sentBtn svg {
  transform: rotate(45deg);
}
.sentBtn .send {
  color: #341539;
}

#otherPayment {
  display: none;
}
#otherPayment .planDetails {
  justify-content: flex-start;
}

/*Icon progressbar*/
.stepsMenu1, .stepsMenu2 {
  position: relative;
  /* left: 35px; */
  overflow: hidden;
  color: #0000ff;
}

.stepsMenu1 li, .stepsMenu2 li {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 0.5rem;
  color: #b3b3b3;
  padding-left: 8px;
}

.stepsMenu1 li:last-child, .stepsMenu2 li:last-child {
  margin-bottom: 0;
}

.stepsMenu1 li span, .stepsMenu2 li span {
  list-style-type: none;
  font-size: 8px;
  font-weight: 400;
  text-align: center;
  width: 10px;
  height: 10px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border: 2px solid #808080;
  border-radius: 50%;
  background: #808080;
  color: #fff;
}

.stepsMenu1 li.active, .stepsMenu2 li.active {
  color: #0000ff;
  font-family: "Poppins-semibold";
}

.stepsMenu1 li.active span, .stepsMenu2 li.active span {
  background: #0000ff;
  color: #fff;
  border: 2px solid #0000ff;
}

.sect-stepper {
  position: relative;
}

.sect-stepper:before {
  content: "";
  width: 26px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  border-radius: 25px;
}

.steps1 label, .steps2 label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #000000;
  font-family: "Poppins-semibold";
}

.steps1 label.active, .steps2 label.active {
  /*color: #0000ff;*/
}

.steps1 label .stepsCount, .steps2 label .stepsCount {
  list-style-type: none;
  font-size: 8px;
  font-weight: 400;
  text-align: center;
  width: 25px;
  height: 25px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border: 2px solid #808080;
  border-radius: 50%;
  background: #808080;
  color: #fff;
}

.steps1 label span, .steps2 label span {
  font-family: "Poppins-semibold";
}

.steps1 label.active .stepsCount, .steps2 label.active .stepsCount {
  background: #0000ff;
  color: #fff;
  border: 2px solid #0000ff;
}

.featured-message .check-icon {
  background: #009900;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.featured-message .check-icon img {
  width: 15px;
  height: 15px;
}
.featured-message label {
  color: #000000;
  margin-bottom: 0;
}
.featured-message p {
  color: #b3b3b3;
}
.featured-message a {
  color: #0000ff;
}

.btn-blue {
  font-size: 16px;
  background-color: #0000ff;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 6px 2rem;
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.btn-blue:hover {
  background-color: #0303e9;
  color: #fff;
}

.security-privacy-info a {
  color: #0000ff;
}
.security-privacy-info p {
  font-size: 0.875rem;
  line-height: 130%;
}
.security-privacy-info h6 {
  font-family: "Poppins-semibold";
}

.account-signin a {
  color: #0000ff;
}
.account-signin p {
  font-size: 0.875rem;
  line-height: 130%;
}
.account-signin p span {
  color: #b3b3b3;
}

.help-section {
  text-align: center;
}
.help-section a {
  color: #0000ff;
}
.help-section p {
  font-size: 0.875rem;
  line-height: 130%;
}

.account-signin {
  text-align: center;
}

.choosePlan .form-label {
  color: #000000;
}
.choosePlan .block {
  padding: 1rem;
}
.choosePlan .block .row {
  margin-right: -7px;
  margin-left: -7px;
}
.choosePlan .block .title {
  text-decoration: underline;
}

.sect-ReviewInfo p {
  font-size: 0.875rem;
}
.sect-ReviewInfo p span {
  display: block;
}

.edit-changes .backBtn {
  padding: unset;
}
.edit-changes a {
  color: #0000ff;
}

.desc-content p {
  line-height: 130%;
}

.steps-list ul li {
  list-style: disc;
  margin-left: 20px;
  /*line-height: 130%;*/
}

.steps-list label {
  font-family: "Poppins-semibold";
  text-decoration: underline;
}

.title-blue {
  color: #0000ff;
}

.grayArrow {
  color: #b3b3b3;
  cursor: pointer;
}

.choosePlan .accordion .card-header {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.choosePlan .accordion .card-header .card-title {
  color: #212529;
  margin-bottom: 0;
}
.choosePlan .accordion .card-body {
  padding: 1rem 0;
}
.choosePlan .accordion .card-header::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.choosePlan .accordion .card-header:not(.collapsed)::after {
  background-image: url(../images/chevron-down.svg);
  transform: rotate(-180deg);
}

.text-blue {
  color: #0000ff;
}

@font-face {
  font-family: "Poppins-light";
  src: url("./../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Poppins-regular";
  src: url("./../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-bold";
  src: url("./../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-semibold";
  src: url("./../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-medium";
  src: url("./../fonts/Poppins-Medium.ttf");
}

/*# sourceMappingURL=style.css.map */
