.module-form-mail-pro .buttonSendMailPro{

}
.small{font-size:12px}
.borderForm{
    border: 1px solid var(--primary-color, #3772ff);
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 1230px;
    padding: 40px;
}
}
.module-form-mail-pro .small{
  font-size: 12px;
  font-weight: 500;
}
.module-form-mail-pro .mod-Form-Mail-ext{
  /* background: linear-gradient(142deg, rgba(175, 218, 255, .2), #afdaff); */
  border-radius: 10px;
  padding: 2px;
}
.mod-Form-Mail-ext__content{
  background-color: white;
  border-radius: 10px;
  /* padding: 56px 32px; */
}
.module-form-mail-pro .mod-Form-Mail-ext__content > div{
  padding: 0 0 0 0;
}
.mod-Form-Mail-ext__form{
  display:flex;
  flex-grow: 1;
}
.module-form-mail-pro .mod-Form-Mail-ext__form > form{
  column-gap: 32px;
  row-gap: 24px;
  margin: 0 0 0 0 !important;
}
.module-form-mail-pro .mod-Form-Mail-ext__form > form > div{
  padding: 0 0 0 0;
  margin: 0  0 0 0;
  flex-grow: 2;
}
@media(max-width: 600px){
  .module-form-mail-pro .mod-Form-Mail-ext__content{
    padding: 16px 16px;
  }
}
.module-form-mail-pro select {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #dddde4;
    border-radius: 8px;
    box-sizing: border-box;
    color: #0f0c23;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: auto!important;
    line-height: 1.2rem;
    padding: 1rem 1.25rem;
    width: 100%!important;
}
.module-form-mail-pro .inputs > div{
  flex-direction: column;
  gap: 12px;
  flex-grow: 2;
}
.module-form-mail-pro .inputs > div > div{
  column-gap: 8px;
}
.module-form-mail-pro input[type="checkbox"] {
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  min-width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--color-secondary);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.module-form-mail-pro .d-flex{display:flex}
.module-form-mail-pro .align-items-top{flex-direction:row;}
.module-form-mail-pro .flex-wrap{flex-wrap:wrap}
.module-form-mail-pro .justify-content-center{}

.module-form-mail-pro input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-secondary);
}
.module-form-mail-pro input[type="checkbox"]:checked::before {
  transform: scale(1);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.module-form-mail-pro .AlertMail{
  color: var(--color-form-error);
  font-weight: bold;
  margin-bottom: 0;
}
.module-form-mail-pro .AlerText {
    color: var(--color-form-error);
    display: none;
    font-weight: 700;
    text-align: center;
}