.formWrapper,
.successMessage {
  background-color: rgb(49, 42, 131);
  background-image: linear-gradient(39deg, rgb(49, 42, 131), rgb(164, 14, 132));
  background-image: -webkit-linear-gradient(39deg,
      rgb(49, 42, 131),
      rgb(164, 14, 132));
  background-image: -moz-linear-gradient(39deg,
      rgb(49, 42, 131),
      rgb(164, 14, 132));
  padding: 30px;
  font-family: "Roboto", sans-serif;
}

.cevaExponeaFormComponent {
  margin-bottom: 0;
}

.cevaExponeaForm label,
.cevaExponeaForm .label-body,
.cevaExponeaForm p {
  color: white;
}

.formHeading {
  font-size: 17px;
}

.cevaExponeaForm label {
  width: fit-content;
}

.cevaExponeaForm p {
  margin-bottom: 0.7rem;
}

.v_spacer10 {
  height: 10px;
}

.v_spacer15 {
  height: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.formErrorWrap {
  display: flex !important;
  position: relative;
}

.cevaExponeaFormComponent input[type="radio"],
.cevaExponeaFormComponent input[type="checkbox"] {
  margin-bottom: 0;
}

.styledInputGroup {
  border-left: 1px solid #fefefe4f;
  padding: 3px 0px 0px 10px;
}

.cevaExponeaFormComponent .validate-field {
  transition: all 150ms linear;
}

.cevaExponeaFormComponent .validate-field.error input {
  transition: all 150ms linear;
}

.cevaExponeaFormComponent .validate-field .formError {
  color: #ffffff !important;
  font-size: 0.7em;
  opacity: 0;
}

.cevaExponeaFormComponent .validate-field.error .formError {
  opacity: 1;
  position: absolute;
  bottom: 0px;
}

.cevaExponeaFormComponent .validate-field.success .formError {
  opacity: 0;
}

.consentCheckFlex label {
  display: flex;
  align-items: baseline;
}

.cevaExponeaForm.setMinHeight {
  min-height: 70px;
}
.cevaExponeaForm .submitButton {
  background-color: #fff;
  color: #4c4c4c;
  padding: 0 50px;
  font-size: 18px;
  margin-bottom: 0;
}

.submitWarning {
  display: none;
  color: #ffffff;
  text-align: center;
}

.successMessage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.successMessage.flex {
  display: flex !important;
}

.successMessage h4 {
  margin: 0;
  font-weight: 400;
}

.hasCat_2,
.hasCat_3,
.hasCat_4,
.usedProducts,
.dateUsed {
  display: none;
}