@charset "UTF-8";
.voting_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voting_form .form-group {
  flex-basis: 100%;
}
@media only screen and (min-width: 1024px) {
  .voting_form .form-group:not(.submit-button):not(.pets-group):not(.checkbox-group) {
    flex-basis: calc(50% - 10px);
  }

}
.voting_form .form-group label {
  display: inline-flex;
  align-items: center;
  margin-right: 20px; 
}
.voting_form .checkbox-group {
  position: relative;
}
.voting_form .form-group {
  margin-bottom: 20px;;
  input, select{
    margin-bottom: 0px !important;
  }
}
.voting_form .form-group .error{
  font-size: 14px;
  color: red;
}
.voting_form .checkbox-group input[type=checkbox] {
  display: none;
}
/* .voting_form .checkbox-group input[type=checkbox]:checked + label::before {
  content: "✔";
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #000;
} */
.voting_form .checkbox-group input[type=checkbox]:checked + label::after{
    width: 14px;
    height: 14px;
    background: #000;
    border: solid 1px #000;
    content: "";
    display: block;
    top: 3px;
    left: 3px;
    position: absolute;
    border-radius: 50%;
}
.voting_form .checkbox-group label {
  padding-left: 30px!important;
  user-select: none;
  cursor: pointer;
  padding-bottom: 4px;
}

.checkbox-group label::before {
  margin-top: 3px !important;
}

.voting_form .checkbox-group label a {
  text-decoration: underline;
}
.voting_form .checkbox-group label a:hover {
  text-decoration: none;
}
.voting_form .checkbox-group label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
}
.voting_form .form-group select[name="province"] option {
  display: none;
}
/*# sourceMappingURL=elementor-widget-voting-form.css.map */

.form-group.pets-group p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: -15px;
}

.form-group.submit-button,
.form-footer {
  display: flex;
  justify-content: center;
}

.form-group input {
  margin-bottom: 20px !important;
}

label[for="privacy"],
label[for="marketing"] {
  font-size: 16px !important;
  line-height: 20px!important;
  display: inline;
}

.form-group label a {
  font-weight: 800;
}

.voting_form .form-group label {
  flex-direction: column;
  display: inline-block;
}

.form-group select {
  background-image: url(../images/Icon-arrow-dropdown.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  appearance: none;
  background-size: 24px;
}

.voting_form {
  .privacy-group{
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 12px;
      left: 0px;
      width: 100%;
      height: 1px;
      border-top: 1px dashed #707070;
    }
  }
}

label.privacy-link {
  display: inline-block;
  margin-top: 45px; 
}

.checkbox-group input[type="checkbox"] {
  display: none; /* nasconde l'input originale */
}

.checkbox-group label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
}


  











