﻿/*Generale*/

.FormLCV .ModLiveFormsC{
    margin-top: unset !important;
} 

.LiveForm.CoopSerenaLCN {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {
    .LiveForm.CoopSerenaLCN {
      max-width: 540px;
    }
}
@media (min-width: 768px) {
    .LiveForm.CoopSerenaLCN {
      max-width: 720px;
    }
}
@media (min-width: 992px) {
    .LiveForm.CoopSerenaLCN {
      max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .LiveForm.CoopSerenaLCN {
      max-width: 1140px;
    }
}

.LiveForm.CoopSerenaLCN .page-break-section {
    background-color: transparent !important;
    padding-left: 0;
    margin-left: 0;

}

.LiveForm.CoopSerenaLCN .Field-Label-Top {
    padding-left: 15px;
    font-size: 1rem;
}

.LiveForm.CoopSerenaLCN .Field-Sub-Label label:not(.error) {
    padding-left: 15px;
    font-size: 70%;
}


.LiveForm.CoopSerenaLCN .Required .Field-Label-Top:after {
    content: '*';
    color: #FFDA00;
}

.LiveForm.CoopSerenaLCN .Required .error {
    padding-left: 15px;
    color: #FFDA00;
}

.LiveForm.CoopSerenaLCN input:not([type=checkbox]), 
.LiveForm.CoopSerenaLCN textarea,
.LiveForm.CoopSerenaLCN select {
    border: none;
    border-radius: 10px;
    color: #6d6c6c;
    padding: 8px 20px;
} 
.LiveForm.CoopSerenaLCN select {
    width: 100%;
} 

.LiveForm.CoopSerenaLCN .Field-Container-Wide input:not([type=checkbox]), 
.LiveForm.CoopSerenaLCN .Field-Container-Wide textarea {
    width: 100%;
} 

.LiveForm.CoopSerenaLCN input[type=checkbox] {
    border: none;
    border-color: #fff;
    margin-right: 10px;
} 
.LiveForm.CoopSerenaLCN input[disabled] {
    background-color: #dadada;
} 


.LiveForm.CoopSerenaLCN .Submit-Align-Center {
    text-align: center;
}

@media (min-width:768px) {
    .LiveForm.CoopSerenaLCN .formcontatti-informativa {
        text-align: center;
    }
    .LiveForm.CoopSerenaLCN .formcontatti-informativa table {
        margin: auto;
    }
}

.LiveForm.CoopSerenaLCN .formcontatti-informativa table td {
    display: flex;
    align-items: baseline;
}

.LiveForm.CoopSerenaLCN .formcontatti-captcha {
    height: 1px;
    margin-right: 0;
}
.LiveForm.CoopSerenaLCN input.bSubmit {
  font-size: 1rem !important;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  color: #fff !important;
  background-color: #32BEA2 !important;
  text-align: center !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  min-height: 40px !important;
  padding: 12px 30px !important;
  max-width: 100% !important;
  transition: .3s !important;
}


.LiveForm.CoopSerenaLCN input.bSubmit:focus,
.LiveForm.CoopSerenaLCN input.bSubmit:active,
.LiveForm.CoopSerenaLCN input.bSubmit:hover {
  background-color: #22a188 !important;
}



.LiveForm.CoopSerenaLCN .LiveForm-link-privacy {
    color: #fff;
    text-decoration: underline;
}
.LiveForm.CoopSerenaLCN .LiveForm-link-privacy:hover,
.LiveForm.CoopSerenaLCN .LiveForm-link-privacy:focus,
.LiveForm.CoopSerenaLCN .LiveForm-link-privacy:active {
    color: #FFDA00;
}


.LiveForm.CoopSerenaLCN .Text p {
    line-height: 1.3;
}

.LiveForm.CoopSerenaLCN .Heading h3 {
    font-size: 1.1rem;
    margin-top: 20px;
}

.plupload_container {
    border: none;
    border-radius: 10px;
    background-color: #fff;
}


.plupload_filelist_header, .plupload_filelist_footer, .plupload_filelist_header *, .plupload_filelist * {
    background-color: transparent !important;
    color: #6d6c6c !important;
}

.plupload_button {
    color: var(--blue) !important;
    cursor: pointer;
}



