html {
  scroll-behavior: smooth;
}
label.error,
.error-msg,
.error-msg-phone {
  color: red !important;
  font-size: 15px;
}
.intl-tel-input {
  width: 100%;
}
.loadingView {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.loadingView img {
  max-width: 100%;
}
.intl-tel-input .country-list {
  z-index: 3;
}
input[type="checkbox"] {
  display: block !important;
}
.country-list {
  color: black !important;
}
.error-msg {
  display: block;
  margin-bottom: 30px;
}
