@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* MAIN STYLE */
*:focus {
  outline: none !important;
  box-shadow: none !important;
  pointer-events: pointer;
}
::selection {
  background-color: #a0a0a0;
}
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif, serif;
}
html {
  font-family: 'Roboto', Helvetica, Arial, sans-serif, serif;
}
.fontSmall {
  font-size: 10px;
}
/* MAIN STYLE */

/* MAIN FORM */
.disclaimerText {
	font-size: 10px;
}
.submitFormBtn {
    width: 280px;
    height: auto;
}
.d-none {
  display: none !important;
}
.messages {
  font-family: 'Roboto', Helvetica, Arial, sans-serif, serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
.googleCaptchaError {
  font-family: 'Roboto', Helvetica, Arial, sans-serif, serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
  letter-spacing: 0px;
  padding-top: 10px;
}
.g-recaptcha > div {
  margin: 0 auto;
}
/* MAIN FORM */