@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 */
.nav-link.custom-tab-nav-link.active {
  background-color: unset !important;
  font-family: "Primary-Bold";
  font-size: 14px;
  color: #464775;
  font-family: "Primary-Bold";
  position: relative;
}
.nav-link.custom-tab-nav-link.active:after {
  content: "";
  width: 3.5px;
  height: 40px;
  border-radius: 0px 50px 50px 0px;
  background-color: #464775;
  position: absolute;
  left: -9px;
  top: 5px;
}

.nav-link.custom-tab-nav-link-mobile.active {
  background-color: unset !important;
  font-family: "Primary-Bold";
  font-size: 14px;
  color: #464775;
  font-family: "Primary-Bold";
  position: relative;
}
.nav-link.custom-tab-nav-link-mobile.active:after {
  content: "";
  right: 0px;
  left: 0px;
  height: 3px;
  border-radius: 20px 20px 0px 0px;
  background-color: #464775;
  position: absolute;
  bottom: 0px;
}

.cust-mobile-tab-list {
  flex: none;
}

.cust-mobile-tab {
  overflow: scroll;
  white-space: nowrap;
  width: 100%;
}

.nav-link.custom-service-tabs.active {
  font-size: 14px;
  font-family: "Primary-Semibold";
  color: #464775;
  background-color: #E6E7FF;
}/*# sourceMappingURL=task-config.css.map */