html {
  font-family: "Inter", sans-serif !important;
}
.error-text-small {
  height: 16px;
  font-size: 13px;
  margin-bottom: 4px;
  color: yellow !important;
  visibility: hidden;
}

.error-visible {
  visibility: visible;
}
video {
  transition: opacity 0.3s linear;
}
.iti--allow-dropdown{
  width: 100%;
}
/* show error (override opacity-0) */
.career2_show_error {
  opacity: 1 !important;
}
.font-weight-400{
  font-weight: 400 !important;
}