body {
  background-color: #f6f8fb;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.form-control {
  font-family: "Verdana", sans-serif;
  font-optical-sizing: auto;
}

.btn {
  font-family: "Verdana", sans-serif;
  font-optical-sizing: auto;
}

.login-bg-cover {
  background-image: url("../img/logo_login_dash-86c913e119085f9bb2f3c33401af379c.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.header-logo {
  background-image: url("../img/logo_simple-c30f5882ad3f3aa1dfcbda96fbc35b52.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 100px;
}

.ea-lightbox {
  display: none;
}

.ea-lightbox-thumbnail div {
  width: 300px;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ea-lightbox-thumbnail img:hover {
  cursor: zoom-in;
}

.ea-lightbox-thumbnail div:hover {
  cursor: zoom-in;
}

.ts-control {
  font-family: "Inter";
}

.loading-cover {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background-color: rgb(246, 248, 251);
}

.ck-editor__editable {
  min-height: 500px;
}

.navbar {
  --tblr-navbar-bg: #005385;
}

.nav-link {
  color: white;
}

.nav-link:hover {
  color: lightgrey;
}

.header-logo-customer {
  background-image: url("../img/logo_login_dash-86c913e119085f9bb2f3c33401af379c.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 300px;
}

.verification-form .control-label {
  font-weight: bold;
}

.verification-body {
  background-color: #014d0f;
  font-family: "Poppins", Sans-serif;
}
.verification-body .btn {
  font-family: "Poppins", Sans-serif !important;
}
.verification-body li::marker {
  color: white;
}
.verification-body h1 {
  color: white;
}
.verification-body h4 {
  color: white;
}
.verification-body h5 {
  color: white;
}
.verification-body h6 {
  color: white;
}

.verification-nav {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 1;
  background-color: white !important;
}

.verification-logo {
  width: 167px !important;
}

.verification-btn {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 0;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scrollbar-color: rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.16) transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
  background-color: rgb(51, 125, 28);
  border: var(--tblr-btn-border-width) solid var(--tblr-btn-border-color);
  border-radius: 4px;
  color: rgb(252, 253, 254);
  cursor: pointer;
  font-size: var(--tblr-btn-font-size);
  font-weight: var(--tblr-btn-font-weight);
  line-height: var(--tblr-btn-line-height);
  padding: 10px;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  --tblr-btn-icon-size: 1.25rem;
  align-items: center;
  box-shadow: var(--tblr-btn-box-shadow);
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}

.req {
  color: red;
}

.form-control.email-input {
  font-family: "Poppins";
  padding: 10px;
  border: 1px solid #ddd;
  width: 300px;
  height: 35px;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
}

.text-white-fg {
  color: white !important;
}

.fieldset-new-row {
  grid-column: 1/-1;
}

.nav-tabs .nav-link {
  color: black;
}

.status-progress {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 1rem 0;
}
.status-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
  position: relative;
}
.status-progress__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% + 14px);
  right: calc(-50% + 14px);
  height: 2px;
  background-color: #c8d3e1;
}
.status-progress__step--done .status-progress__dot {
  background-color: #2fb344;
  border-color: #2fb344;
  color: #fff;
}
.status-progress__step--done .status-progress__label {
  color: #2fb344;
  font-weight: 600;
}
.status-progress__step--done:not(:last-child)::after {
  background-color: #2fb344;
}
.status-progress__step--failed .status-progress__dot {
  background-color: #d63939;
  border-color: #d63939;
  color: #fff;
}
.status-progress__step--failed .status-progress__label {
  color: #d63939;
  font-weight: 600;
}
.status-progress__step--current .status-progress__dot {
  box-shadow: 0 0 0 3px rgba(32, 107, 196, 0.25);
}
.status-progress__step--current .status-progress__label {
  font-weight: 700;
}
.status-progress__step--current .status-progress__date {
  color: #206bc4;
  font-weight: 600;
}
.status-progress__indicator {
  display: flex;
  justify-content: center;
  width: 100%;
}
.status-progress__dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #c8d3e1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.status-progress__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.4rem 0.25rem 0;
  width: 100%;
}
.status-progress__label {
  font-size: 0.75rem;
  color: #6c7a8d;
  line-height: 1.3;
}
.status-progress__date {
  font-size: 0.7rem;
  color: #9aa5b4;
  margin-top: 0.15rem;
}

.entity-progress-row {
  background-color: #f8f9fb;
}
.entity-progress-row__cell {
  padding: 0.75rem 1.25rem 1rem !important;
  border-bottom: 2px solid #e6eaf0;
}

.status-progress-entities .status-progress-entity + .status-progress-entity {
  border-top: 1px solid #e6eaf0;
  padding-top: 0.5rem;
}
.status-progress-entities .status-progress-entity__name {
  letter-spacing: 0.04em;
}

/*# sourceMappingURL=app.output.css.map */
