:root {
  color-scheme: only light;
}

.wizard.wizard-3 .wizard-nav .wizard-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1rem;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:last-child {
  margin-right: 0;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #b5b5c3;
  padding: 2rem 0.5rem;
}
.wizard.wizard-3
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-label
  .wizard-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wizard.wizard-3
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-label
  .wizard-title
  span {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.wizard.wizard-3
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-label
  .wizard-bar {
  height: 4px;
  width: 100%;
  background-color: #ebedf3;
  position: relative;
}
.wizard.wizard-3
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-label
  .wizard-bar:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: transparent;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}
.wizard.wizard-3
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state='current']
  .wizard-label {
  color: #f64e60;
}
.wizard.wizard-3
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state='current']
  .wizard-label
  .wizard-bar:after {
  width: 100%;
  background-color: #f64e60;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.decease-data {
  color: #fff;
  background-color: #f47783;
}

.decease-data:hover {
  color: #fff;
  background-color: #f47783 !important;
}

.component-button {
  justify-content: end !important;
}
.title-text {
  margin-bottom: 0;
}

div.image-container {
  width: 150px;
  height: 100px;
  object-fit: cover;
}

.loading-image-skeleton {
  display: flex;
  width: 150px;
  height: 100px;
  background-color: #F9F9F9;
}

.load-spinner {
  margin: auto;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  /* Animation */
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #040d12, 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.5), -1.8em -1.8em 0 0em rgba(4,13,18, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.7), 1.8em -1.8em 0 0em #040d12, 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.5), 1.8em -1.8em 0 0em rgba(4,13,18, 0.7), 2.5em 0em 0 0em #040d12, 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.5), 2.5em 0em 0 0em rgba(4,13,18, 0.7), 1.75em 1.75em 0 0em #040d12, 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.5), 1.75em 1.75em 0 0em rgba(4,13,18, 0.7), 0em 2.5em 0 0em #040d12, -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.5), 0em 2.5em 0 0em rgba(4,13,18, 0.7), -1.8em 1.8em 0 0em #040d12, -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.5), -1.8em 1.8em 0 0em rgba(4,13,18, 0.7), -2.6em 0em 0 0em #040d12, -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.5), -2.6em 0em 0 0em rgba(4,13,18, 0.7), -1.8em -1.8em 0 0em #040d12;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #040d12, 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.5), -1.8em -1.8em 0 0em rgba(4,13,18, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.7), 1.8em -1.8em 0 0em #040d12, 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.5), 1.8em -1.8em 0 0em rgba(4,13,18, 0.7), 2.5em 0em 0 0em #040d12, 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.5), 2.5em 0em 0 0em rgba(4,13,18, 0.7), 1.75em 1.75em 0 0em #040d12, 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.5), 1.75em 1.75em 0 0em rgba(4,13,18, 0.7), 0em 2.5em 0 0em #040d12, -1.8em 1.8em 0 0em rgba(4,13,18, 0.2), -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.5), 0em 2.5em 0 0em rgba(4,13,18, 0.7), -1.8em 1.8em 0 0em #040d12, -2.6em 0em 0 0em rgba(4,13,18, 0.2), -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.5), -1.8em 1.8em 0 0em rgba(4,13,18, 0.7), -2.6em 0em 0 0em #040d12, -1.8em -1.8em 0 0em rgba(4,13,18, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(4,13,18, 0.2), 1.8em -1.8em 0 0em rgba(4,13,18, 0.2), 2.5em 0em 0 0em rgba(4,13,18, 0.2), 1.75em 1.75em 0 0em rgba(4,13,18, 0.2), 0em 2.5em 0 0em rgba(4,13,18, 0.2), -1.8em 1.8em 0 0em rgba(4,13,18, 0.5), -2.6em 0em 0 0em rgba(4,13,18, 0.7), -1.8em -1.8em 0 0em #040d12;
  }
}

@media (max-width: 456px) {
  .component-button {
    justify-content: center !important;
  }
  .title-text {
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .border-right {
    border-right-style: none !important;
  }
  .border-left {
    border-left-style: none !important;
  }
  .title-text {
    margin-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .wizard.wizard-3 .wizard-nav .wizard-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
  }
  .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 1rem 0;
  }
}
