@font-face {
  font-family: gopherBold;
  src: url(/font/gopher-bold.woff);
}

@font-face {
  font-family: gopherRegular;
  src: url(/font/gopher-regular.woff);
}

@font-face {
  font-family: cera;
  src: url(/font/cera/Cera-Regular.ttf);
}

@font-face {
  font-family: cera-medium;
  src: url(/font/cera/Cera-Medium.ttf);
}

@font-face {
  font-family: cera-bold;
  src: url(/font/cera/Cera-Bold.ttf);
}

@font-face {
    font-family: cera-light;
    src: url(/font/cera/Cera-Light.ttf);
}

@font-face {
  font-family: gilroy-regular;
  src: url(/font/gilroy-regular.ttf);
}

@font-face {
  font-family: mohrrounded-semibold;
  src: url(/font/mohrrounded-semibold.ttf);
  /* src: url(https://storage.googleapis.com/aao-cdn/analytics/font/mohrrounded-semibold.ttf); Not working! */
}

.font-gopher-bold {
  font-family: 'gopherBold';
}

.font-gopher-regular {
  font-family: 'gopherRegular';
}

.primary-text-color {
  color: #013ba6;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
.grecaptcha-badge {
    visibility: hidden;
}

.mr-10 {
  margin-right: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.MuiSelect-select:focus {
  background-color: white !important;
}