@font-face {
  font-family: "Barlow Bold";
  src: url("../Fonts/Barlow-Bold.eot") format("embedded-opentype"), url("../Fonts/Barlow-Bold.woff2") format("woff2"), url("../Fonts/Barlow-Bold.woff") format("woff"), url("../Fonts/Barlow-Bold.svg") format("svg"), url("../Fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Semibold";
  src: url("../Fonts/Barlow-SemiBold.eot") format("embedded-opentype"), url("../Fonts/Barlow-SemiBold.woff2") format("woff2"), url("../Fonts/Barlow-SemiBold.woff") format("woff"), url("../Fonts/Barlow-SemiBold.svg") format("svg"), url("../Fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Regular";
  src: url("../Fonts/Lato-Regular.eot") format("embedded-opentype"), url("../Fonts/Lato-Regular.woff2") format("woff2"), url("../Fonts/Lato-Regular.woff") format("woff"), url("../Fonts/Lato-Regular.svg") format("svg"), url("../Fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Medium";
  src: url("../Fonts/Lato-Medium.eot") format("embedded-opentype"), url("../Fonts/Lato-Medium.woff2") format("woff2"), url("../Fonts/Lato-Medium.woff") format("woff"), url("../Fonts/Lato-Medium.svg") format("svg"), url("../Fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Semibold";
  src: url("../Fonts/Lato-Semibold.eot") format("embedded-opentype"), url("../Fonts/Lato-Semibold.woff2") format("woff2"), url("../Fonts/Lato-Semibold.woff") format("woff"), url("../Fonts/Lato-Semibold.svg") format("svg"), url("../Fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Bold";
  src: url("../Fonts/Lato-Bold.eot") format("embedded-opentype"), url("../Fonts/Lato-Bold.woff2") format("woff2"), url("../Fonts/Lato-Bold.woff") format("woff"), url("../Fonts/Lato-Bold.svg") format("svg"), url("../Fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Extra Bold";
  src: url("../Fonts/Lato-ExtraBold.eot") format("embedded-opentype"), url("../Fonts/Lato-ExtraBold.woff2") format("woff2"), url("../Fonts/Lato-ExtraBold.woff") format("woff"), url("../Fonts/Lato-ExtraBold.svg") format("svg"), url("../Fonts/Lato-ExtraBold.ttf") format("truetype");
  font-weight: bolder;
  font-style: normal;
  font-display: swap;
}
.invoice-download-button {
  margin-left: 16px;
  white-space: nowrap;
}

.invoice-date-padding-left {
  padding-left: 0px !important;
}

.invoice-checkboxs {
  margin-top: 0px;
}

.invoices-cbox-label-filter {
  color: #373737;
  font-size: 16px;
}

.pagination-button {
  background-color: white;
  border-radius: 5px;
  border: none;
  margin-left: 8px;
  padding: 1px 15px 4px 15px;
}

.text-bold {
  font-weight: bold;
  font-size: medium;
}

.image-opacity {
  opacity: 0.4;
}

.invoice-display-Records-width {
  width: 100px;
}

.invoice-pagination-btn-box-shadow {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

.cp-submenu {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.invoice-details-grid {
  max-height: 270px;
  overflow-y: scroll;
}

.invoice-details-grid {
  overflow-y: scroll;
  max-height: 365px;
}

.invoice-details-grid::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.invoice-details-grid::-webkit-scrollbar-thumb {
  background: #dedede;
  border-radius: 10px;
}

.payment-summary-card {
  background-color: #f9fbfc;
}

.inv-radio-sty {
  border: 1px solid #DEDEDE;
}

.inv-radio-sty.active {
  border: 1px solid #115E67;
}

.inv-delt-icon {
  display: none;
}

.inv-radio-del-icon {
  width: 20px;
  height: 20px;
}

.inv-bank-icon {
  width: 30px;
  height: 30px;
}

.inv-label {
  width: -webkit-fill-available;
}

.inv-radio-sty.active .inv-delt-icon {
  margin-left: auto;
  display: inline-flex;
}

.add-payment-popup-close {
  top: 17px;
  right: 17px;
  z-index: 1;
}

.add-payment-popup-width {
  width: 1038px;
}

.payment-message {
  background: #EAF0F5;
  color: #045997;
  font-family: "Lato Regular";
}

.font-bold {
  font-family: "Lato Bold";
}

.text-bg-popup {
  background-color: #EFEFEF;
  padding: 10px 10px 0px 10px;
  border-radius: 5px;
}

.invoice-header-width {
  max-width: 120px;
}

.pmt-smry-txt {
  color: #878787;
}

.li-disable {
  opacity: 0.5;
}/*# sourceMappingURL=invoices.css.map */