.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@font-face {
  font-family: "Scout";
  src: url("fonts/fcf2421d-44df-4df4-8d25-632664539d1e-2.eot");
  src: url("fonts/fcf2421d-44df-4df4-8d25-632664539d1e-2.eot?") format("embedded-opentype"), url("fonts/fcf2421d-44df-4df4-8d25-632664539d1e-3.woff") format("woff"), url("fonts/fcf2421d-44df-4df4-8d25-632664539d1e-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Scout";
  src: url("fonts/bf3ba5f2-a1f6-4f66-8a8f-08983e24fe77-2.eot");
  src: url("fonts/bf3ba5f2-a1f6-4f66-8a8f-08983e24fe77-2.eot?") format("embedded-opentype"), url(fonts/bf3ba5f2-a1f6-4f66-8a8f-08983e24fe77-3.woff) format("woff"), url("fonts/bf3ba5f2-a1f6-4f66-8a8f-08983e24fe77-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Scout";
  src: url("fonts/Scout-ExtraLight.otf");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "ScoutCond";
  src: url("fonts/fadb4dd9-92f7-4815-a72f-eb244c11d939-2.eot");
  src: url("fonts/fadb4dd9-92f7-4815-a72f-eb244c11d939-2.eot?") format("embedded-opentype"), url("fonts/fadb4dd9-92f7-4815-a72f-eb244c11d939-3.woff") format("woff"), url("fonts/fadb4dd9-92f7-4815-a72f-eb244c11d939-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "ScoutCond";
  src: url("fonts/ScoutCond-Bold.otf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "ScoutCond";
  src: url("fonts/ScoutCond-Light.otf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("fonts/material-symbols.woff") format("woff");
}
.font-scout {
  font-family: Scout;
}

.hv-material-symbol {
  font-family: "Material Symbols Outlined";
  vertical-align: bottom;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.shadow-none {
  box-shadow: none;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hv-language-button {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  border-color: #2f7f8e;
  border-width: 1px;
  border-style: solid;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  font-family: Scout;
  cursor: pointer;
}
.hv-language-button:hover {
  background-color: #f6f6f6;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.hv-language-button:active {
  background-color: #d8d8d8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.hv-language-button-image {
  border-radius: 0.375rem;
}

.hv-language-button-text {
  color: #2f7f8e;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hv-chat-message {
  border-radius: 12px;
}

.hv-chat-typing-indicator__dot {
  width: 6px;
  height: 6px;
  background-color: currentColor;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0.3;
  transform: scale(0.7);
  animation: hv-chat-typing-indicator-blink 1.4s infinite both;
}
.hv-chat-typing-indicator__dot:nth-child(2) {
  animation-delay: 0.2s;
}
.hv-chat-typing-indicator__dot:nth-child(3) {
  animation-delay: 0.4s;
}

.hv-chat-typing-indicator__height-helper::before {
  content: "";
  display: inline-block;
}

@keyframes hv-chat-typing-indicator-blink {
  0%, 80%, 100% {
    transform: scale(0.7);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.hv-logo {
  height: auto;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  width: 8rem;
}

.hv-navbar {
  background-color: #2f7f8e;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.hv-navbar {
  flex-direction: row;
}

.hv-navbar.vertical {
  flex-direction: column;
}

.hv-navbar li a.active {
  background-color: #4ba8bb;
}

.hv-navbar li a {
  color: #fff;
  height: 3rem;
  display: block;
  line-height: 3rem;
  text-decoration: none;
  transition-duration: 50ms;
  transition-timing-function: ease-out;
}
.hv-navbar li a:hover {
  background-color: #1c4c55;
}

.hv-navbar li a {
  align-items: center;
  padding-left: 0;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.hv-navbar.vertical li a {
  align-items: start;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 0;
}

.hv-text-field .mud-input-outlined-border {
  border-radius: 12px !important;
}

html, body {
  font-family: Scout;
  margin: 0;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

label {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hidden {
  display: none;
}

.progress-bar {
  display: none;
}

.progress-bar-container {
  width: 100%;
  display: block;
}

.progressbar {
  counter-reset: step;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.progress-bar-nav-item > a {
  text-decoration-line: none;
  color: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .progress-bar-container {
    display: none !important;
  }
  .progress-bar {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .progress-bar-nav-item {
    visibility: visible;
    background: #9DA9AC;
    width: 10vw;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
  }
  .progress-bar-nav-item.finished {
    background: #4DCC70;
  }
  .progress-bar-nav-item.failed {
    background: #FF5C5C;
  }
  .progress-bar-activated {
    background: #357d8c;
  }
  .progress-bar-nav-item > a {
    text-decoration-line: none;
    color: #f1f1f1;
  }
}
.progressbar li {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: min(20px, 4.5vw) !important;
  color: #202020;
}

.progressbar li:before {
  display: flex !important;
  justify-content: center;
  align-items: center;
  content: "";
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: grey;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: grey;
  top: 50%;
  left: -50%;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #357d8c;
}

.progressbar li.active:before {
  border-color: #357d8c;
  background-color: #357d8c;
}

.progressbar li.active + li:after {
  background: linear-gradient(to right, #357d8c 50%, grey 50%);
}

.progressbar li.fully-active + li:after {
  background: #357d8c !important;
}

.progressbar li.finished + li:after {
  background: #4DCC70 !important;
}

.progressbar li.finished:before {
  background-color: #4DCC70;
  border-color: #4DCC70;
}

.progressbar li.finished {
  color: #4DCC70;
}

.progressbar li.failed + li:after {
  background: #FF5C5C !important;
}

.progressbar li.failed:before {
  background-color: #FF5C5C;
  border-color: #FF5C5C;
}

.progressbar li.failed {
  color: #FF5C5C;
}

.hv-bg-accent {
  background-color: #2f7f8e;
}

.hv-text-accent {
  color: #2f7f8e;
}

.hv-bg-accent-dark {
  background-color: #1c4c55;
}

.hv-text-accent-dark {
  color: #1c4c55;
}

.hv-bg-black {
  background-color: #000;
}

.hv-text-black {
  color: #000;
}

.hv-bg-brown {
  background-color: #7e7363;
}

.hv-text-brown {
  color: #7e7363;
}

.hv-bg-chat-message-recipient {
  background-color: #E4F1F8;
}

.hv-text-chat-message-recipient {
  color: #E4F1F8;
}

.hv-bg-chat-message-sender {
  background-color: #F5F5F7;
}

.hv-text-chat-message-sender {
  color: #F5F5F7;
}

.hv-bg-danger {
  background-color: #b90035;
}

.hv-text-danger {
  color: #b90035;
}

.hv-bg-gray {
  background-color: #666;
}

.hv-text-gray {
  color: #666;
}

.hv-bg-gray-light {
  background-color: #ccc;
}

.hv-text-gray-light {
  color: #ccc;
}

.hv-bg-gray-lighter {
  background-color: #d8d8d8;
}

.hv-text-gray-lighter {
  color: #d8d8d8;
}

.hv-bg-gray-lightest {
  background-color: #f6f6f6;
}

.hv-text-gray-lightest {
  color: #f6f6f6;
}

.hv-bg-gray-portal {
  background-color: #eeedea;
}

.hv-text-gray-portal {
  color: #eeedea;
}

.hv-bg-gray-portal-dark {
  background-color: #dad7d2;
}

.hv-text-gray-portal-dark {
  color: #dad7d2;
}

.hv-bg-green {
  background-color: #247c36;
}

.hv-text-green {
  color: #247c36;
}

.hv-bg-info {
  background-color: #CCDDE9;
}

.hv-text-info {
  color: #CCDDE9;
}

.hv-bg-orange {
  background-color: #d27e26;
}

.hv-text-orange {
  color: #d27e26;
}

.hv-bg-pink {
  background-color: #c10078;
}

.hv-text-pink {
  color: #c10078;
}

.hv-bg-portal-blue {
  background-color: #003b5b;
}

.hv-text-portal-blue {
  color: #003b5b;
}

.hv-bg-portal-blue-light {
  background-color: #4F89B3;
}

.hv-text-portal-blue-light {
  color: #4F89B3;
}

.hv-bg-portal-blue-lighter {
  background-color: #CCDDE9;
}

.hv-text-portal-blue-lighter {
  color: #CCDDE9;
}

.hv-bg-primary {
  background-color: #005491;
}

.hv-text-primary {
  color: #005491;
}

.hv-bg-purple {
  background-color: #49116a;
}

.hv-text-purple {
  color: #49116a;
}

.hv-bg-red {
  background-color: #b90035;
}

.hv-text-red {
  color: #b90035;
}

.hv-bg-secondary {
  background-color: #005491;
}

.hv-text-secondary {
  color: #005491;
}

.hv-bg-success {
  background-color: #247c36;
}

.hv-text-success {
  color: #247c36;
}

.hv-bg-text-dark {
  background-color: #202020;
}

.hv-text-text-dark {
  color: #202020;
}

.hv-bg-text-light {
  background-color: #fff;
}

.hv-text-text-light {
  color: #fff;
}

.hv-bg-turquoise {
  background-color: #2f7f8e;
}

.hv-text-turquoise {
  color: #2f7f8e;
}

.hv-bg-turquoise-dark {
  background-color: #1c4c55;
}

.hv-text-turquoise-dark {
  color: #1c4c55;
}

.hv-bg-warning {
  background-color: #b0bf27;
}

.hv-text-warning {
  color: #b0bf27;
}

.hv-bg-white {
  background-color: #fff;
}

.hv-text-white {
  color: #fff;
}

.hv-bg-yellow {
  background-color: #b0bf27;
}

.hv-text-yellow {
  color: #b0bf27;
}