/* noto-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("font/noto-sans-v35-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("font/noto-sans-v35-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("font/noto-sans-v35-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  background-color: #fff;
  color: #252f31;
  font-family: "Noto Sans";
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h2 {
  font-weight: 500 !important;
}

legend {
  font-weight: 500 !important;
}

.spobis-btn, .btn-primary {
  background-color: #aa0049;
  color: #fff;
  border: 1px solid transparent;
}

.spobis-btn:hover, .btn-primary:hover,
.spobis-btn:active, .btn-primary:active {
  background-color: #fff !important;
  color: #aa0049 !important;
  border: 1px solid #aa0049 !important;
}

.error-lbl {
  color: #aa0049;
}

input.form-control,
input.form-control:focus {
  background-color: #c9c9c9;
  border-color: #c9c9c9;
  color: #252f31;
  border: none;
  box-shadow: 0 0 0 0.15rem rgba(177, 0, 73, 0);
}

.form-check-input[type=radio] {
  background: #fff;
  border: 1px solid #252f31;
}

.form-check-input[type=radio]:checked {
  background-color: #aa0049;
  border: none;
  box-shadow: 0 0 0 0.15rem rgba(177, 0, 73, 0);
}

input.form-control:focus {
  border: none;
}

input.form-control::placeholder {
  color: #252f31;
}

.form-check label {
  font-weight: 300;
}

/* modals */
.modal-header {
  border-bottom: 0;
}

#resultModalSuccess a.link-legal {
  display: block;
  margin: 5px 0;
}
#resultModalSuccess a.link-exit {
  display: inline-block;
  margin-bottom: 1rem;
}

.legalnotice {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.modal-success-result-text .img-fluid {
  max-height: 400px;
}

/*# sourceMappingURL=style.css.map */
