#bootstrap-theme .radio-inline{padding-left:22px;}
.crm-af-field {
    margin: 0 7.5px 20px;
}

    

.select2-container .select2-choice .select2-arrow{background: transparent; border-left:none;}

#bootstrap-theme .form-control.select2-container{border:none; box-shadow: none;}
#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .crm-af-field input.form-control[type="text"],
#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .crm-af-field input.form-control[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #FC4E12;
  border-radius: 0;
  padding: 8px 2px;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  font-size: 15px;
  box-shadow: none;
}
#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .crm-af-field input.form-control::placeholder { color: #999; }

#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .select2-container .select2-choice {
  border: none;
  border-bottom: 2px solid #FC4E12;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 2px;
  font-size:15px;
}
#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .select2-container .select2-choice:hover{text-decoration: none;}

#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .select2-container .select2-chosen { color: #999; }

#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] label.radio-inline.ng-binding {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95em;
  line-height: 1.5;
  color: #333;
  margin: 24px 0 4px 0;
}
#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] label.radio-inline.ng-binding input.crm-form-radio {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left:-22px;
}

#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .af-markup { margin: -4px 0 20px 26px; }
#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .af-markup p { margin: 0; }
#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] .af-markup a.afformPrivacy {
    margin-top: -15px;
    display: block;
    width: fit-content;
    text-decoration: none;
    margin-bottom: 45px;
    color: #FC4E12;
    font-weight: 600;
    font-size: 0.95em;
}

#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] button.af-button.btn.btn-primary {
  background: #FC4E12;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#bootstrap-theme af-form[ng-form="afformComunicazioneClima"] button.af-button.btn.btn-primary i { display: none; }
