html {
  scroll-behavior: smooth;
}
label.error,
.error-msg, .error-msg-phone {
  color: red !important;
  font-size: 12px;
  line-height: 130%;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: initial;
  margin-top: 5px;
}
.error-msg{
  margin-bottom: 30px !important;
}
.intl-tel-input.allow-dropdown{
  width: 100%;
}
.loadingView {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.loadingView img {
  max-width: 100%;
}
.loadingView__spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #e0e0e0;
  border-top-color: #333;
  border-radius: 50%;
  animation: lfSpin 0.8s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
@keyframes lfSpin {
  to { transform: rotate(360deg); }
}
.country-list {
  color: black !important;
}
.formbox [type=checkbox]{
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  position: static;
  vertical-align: baseline !important;
  box-shadow: none !important;
}