@font-face {
  font-family: "Primary-Regular";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Primary-Semibold";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Primary-Bold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* used for the primary Bold fonts */
/* used for the primary Medium fonts */
/* used for the primary Regular fonts */
/* used for the primary color texts Ex: bordered active tabs  */
/* used for the secondary color texts*/
/* used for the black texts */
/* used for the white color */
/* used for the anchor tags */
/* used for the from label texts and breadcrumb active color */
/* used for the table head text colors */
/* used for the table body text colors */
/* used for the mandatory text colors and validation texts */
/* used for the primary background color  Ex: primary btns  */
/* used for the secondary background color  Ex: secondary btns  */
/* used for the form border color Ex: text box border  */
/* used for the primary border btns color Ex: loadmore border btn  */
/* used for the secondary border btns color Ex: advanced filter border btn  */
/*used for table outer border */
.custom-progress {
  position: relative;
  height: 3px;
  width: 145px;
  overflow: unset;
  background-color: #ECF3FE;
}

.progress-bar-bg {
  background-color: #11C158;
  border-radius: 20px;
  overflow: unset;
  height: 5px;
  bottom: 1px;
}

.cust-count-line:after {
  content: "";
  width: 0.5px;
  height: 20px;
  position: absolute;
  background-color: #CBCCD8;
  right: 15px;
  top: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cust-count-line:after {
    right: 3px;
  }
}
.cust-app-cards:hover .cust-hover-cross-icon {
  display: block !important;
}

.cust-app-cards:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.progress-percentage {
  position: absolute;
  left: auto;
  bottom: 10px;
  right: -15px;
}

.custom-progress-bar:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 20px;
  left: 1px;
  position: absolute;
}

.progress-percentage:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #2B1342;
  position: absolute;
  bottom: -4px;
  left: 40%;
}

.border-radius-4 {
  border-radius: 4px;
}

.cust-card-img {
  height: 40px;
}

@media (min-width: 768px) {
  .cust-assessment-cards:hover .task-assessment-btn {
    display: block !important;
  }
  .task-assessment-btn {
    display: none !important;
  }
}
.task-assess-btn {
  height: 40px;
}

.invoice-summary {
  border: 1px solid #ECECEC;
  background-color: #FAFAFF;
  border-radius: 9px;
}
.invoice-summary a {
  color: #047EED;
  text-decoration: none;
}/*# sourceMappingURL=summary.css.map */