@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:wght@400;700&display=swap");
/* Define @font-face for Trade Gothic Bold */
@font-face {
  font-family: "Trade Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/public_assets/system/fonts/tradegothicltstd-bold-webfont.woff") format("woff");
}
/* Define @font-face for Trade Gothic Light */
@font-face {
  font-family: "Trade Gothic";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/public_assets/system/fonts/tradegothicltstd-light-webfont.woff") format("woff");
}
html {
  height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  overflow: scroll !important;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "Trade Gothic", sans-serif;
  font-weight: normal;
}

.color-body {
  background-image: url("/public_assets/system/login_background.png");
}

.go-or {
  color: #000000;
}

.go-upload {
  background: #fafbfd;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 10px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 10px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.go-card {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 18px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 18px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  overflow: hidden;
}

.no-of {
  overflow: hidden !important;
}

.go-card-placeholder {
  background: #f4f4f4;
  border: 1px #b5b5b5 dashed;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.01) 0px 6px 18px 0px, rgba(0, 0, 0, 0.01) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.01) 0px 6px 18px 0px, rgba(0, 0, 0, 0.01) 0px 0px 0px 1px;
  overflow: hidden;
}

.chat-bubble {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.go-card .head {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.go-card .body {
  padding: 15px;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.clicktocopy {
  cursor: pointer;
}

.clicktocopy:hover {
  cursor: pointer;
  color: #000000;
}

.orangelink {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.orangelink:hover {
  cursor: pointer;
  color: #000000;
}

.go-bg-head {
  color: #fff;
  background-color: #002b4d;
  border-color: #002b4d;
}

.go-btn-no-hover {
  color: #fff;
  background-color: #002b4d;
  border-color: #002b4d;
}

.go-btn {
  color: #fff;
  background-color: #002b4d;
  border-color: #002b4d;
}

.go-btn:hover {
  color: #fff;
  background-color: #bf1531;
  border-color: #bf1531;
}

.go-btn-outline {
  color: #000000;
  border-color: #000000;
}

.go-btn-outline:hover {
  color: #fff;
  background-color: #bf1531;
  border-color: #bf1531;
}

.bg-go {
  background: #000000;
  color: white;
}

.go-nav-pills {
  cursor: pointer !important;
}

.go-nav-pills .active {
  color: #fff;
  background-color: #000000 !important;
  border-color: #000000 !important;
  cursor: pointer !important;
}

.go-nav-pills .nav-link:hover {
  cursor: pointer !important;
}

.go-nav-pills .nav-link:hover {
  color: #fff;
  background-color: #000000 !important;
  border-color: #000000 !important;
  cursor: pointer !important;
}

.footer-links {
  text-decoration: none !important;
  color: grey;
}

.footer-links a {
  text-decoration: none !important;
  color: grey;
}

.footer-links a:hover {
  text-decoration: none !important;
  color: grey;
  font-weight: 600;
}

.decoration-link {
  text-decoration: none !important;
  color: inherit;
}

.decoration-link a {
  text-decoration: none !important;
  color: inherit;
}

.decoration-link a:hover {
  text-decoration: none !important;
  color: inherit;
  font-weight: 600;
}

.navbar-brand {
  max-width: 40px !important;
}

.sb-topnav {
  background: #fafafa !important;
  border-bottom: 1px solid #d2d3d7;
}

.sb-sidenav-light {
  background: #fafafa !important;
  border-right: 1px solid #d2d3d7;
}

.ico {
  display: block;
  width: 20px;
}

#sidebarToggle {
  margin-left: 1px;
  margin-top: -0.5px;
}

.navbar-logo {
  margin-left: 15px;
  margin-top: -5px;
}

.contact-badge {
  background: red;
}

.contact-badge .icon {
  background: green;
}

.profile-img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grad-1 {
  background: -webkit-gradient(linear, left top, right top, from(#d53369), to(#daae51));
  background: linear-gradient(90deg, #d53369 0%, #daae51 100%);
}

.grad-2 {
  background: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
}

.grad-3 {
  background: linear-gradient(315deg, #6b0f1a 0%, #b91372 74%);
}

.leader-box {
  padding: 20px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.leader-box h1 {
  font-size: 20px !important;
}

.leader-box h2 {
  font-size: 18px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.tsm {
  font-size: 12px !important;
  display: block;
}

.bubble-nav {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 10px;
}

.bubble-nav:hover {
  border: 1px solid grey;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
  transition: 0.3s;
}

.front_nav {
  text-decoration: none !important;
  color: #444444 !important;
}

.front_nav a {
  text-decoration: none !important;
  color: #444444 !important;
}

.front_nav a:hover {
  text-decoration: none !important;
  color: #494949 !important;
  transition: 0.3s;
}

/* Formatting search box */
.search-box {
  width: 300px;
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.search-box input[type=text] {
  height: 32px;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  border-radius: 10px;
}

.result {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
}

.search-box input[type=text], .result {
  width: 100%;
  box-sizing: border-box;
}

/* Formatting result items */
.result p {
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #CCCCCC;
  border-top: none;
  cursor: pointer;
  background: white;
}

.result p:hover {
  background: #f2f2f2;
}

.result a {
  text-decoration: none;
  color: #5b5b5b;
}

.result a:hover {
  text-decoration: none;
  color: #bf1531;
}

.main-content {
  background-color: #f7f7f7;
}

.dataTables_filter {
  position: inherit !important;
}

.dataTables_filter input {
  height: 32px;
  background: #fcfcfc;
  margin: auto;
  width: 100% !important;
  min-width: 320px !important;
}

.go-searchicon {
  margin-left: -30px !important;
}

.go-table-query {
  background: white;
  display: block;
  padding-left: 25px;
  padding-bottom: 5px;
  margin: 4px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 18px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 18px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.go-table-divide {
  height: 15px !important;
  display: block;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .stepper-item {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
  color: #000000;
}

.stepper-item.active .step-counter {
  background-color: #000000;
  color: white;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
  color: white;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.5);
  z-index: 9999;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #ffffff;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

.bubble-nav {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 10px;
}

.bubble-nav:hover {
  border: 1px solid grey;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
  transition: 0.3s;
}

.front_nav {
  text-decoration: none !important;
  color: #444444 !important;
}

.front_nav a {
  text-decoration: none !important;
  color: #444444 !important;
}

.front_nav a:hover {
  text-decoration: none !important;
  color: #494949 !important;
  transition: 0.3s;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 0.4rem 0.4rem;
  font-size: 0.7rem;
  line-height: 0.5;
  border-radius: 0.2rem;
  margin-top: 0px !important;
}

.check-badge {
  background: #e6e6e6;
  color: rgb(53, 53, 53);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px !important;
  border-radius: 3px;
  display: inline-block;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.check-badge-date {
  background: #cbe2ff;
  color: rgb(53, 53, 53);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px !important;
  border-radius: 3px;
  display: inline-block;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

.homepagequicklink {
  background: #e4e8eb;
  color: #050505;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s;
}

.homepagequicklink:hover {
  background: #bf1531;
  color: #f1f1f1;
  padding: 20px;
  text-align: center;
}

.homepagequicklink h1 {
  font-size: 20px !important;
}

.homepagequicklink h2 {
  font-size: 18px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.nav-pills .nav-link {
  background: #e4e8eb;
  color: #050505;
  margin-right: 10px;
  transition: 0.3s;
}

.nav-pills .nav-link:hover {
  background: #bf1531;
  color: #f1f1f1;
}

.nav-pills .nav-link.active {
  background: #bf1531;
  color: #f1f1f1;
}

.orange {
  color: #bf1531;
}

/*# sourceMappingURL=style.css.map */
