/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
button.ls-button, .btn.btn-default, .btn.btn-primary, input[type="submit"] {
    background-color: #d72a80;
    border-color: #d72a80;
    color: white;
    font-size: 15px ;
    font-weight: 500;
}
button.ls-button:hover, .btn.btn-default:hover {
    background-color: #c51f6f; /* Tonalità più scura al hover */
    border-color: #c51f6f;
    font-size: 15px ;
    font-weight: 500;
}
a {
    color: #d72a80;
}

.privacy .checkbox-item label::before {
    border: 3px solid #d72a80;
}

.radio-item input[type=radio]:checked + label {
    color: #d72a80;
}



/* Font globale */
body, .ls-questiontext, label {
    font-family: 'Arial', sans-serif ;
    font-size: 14px /* Base leggibile */
}
 
 ls-label-question {
    font-family: 'Arial', sans-serif ;
    font-size: 14px /* Base leggibile */
}
 
 survey-welcome  form-heading{
    font-family: 'Arial', sans-serif ;
    font-size: 14px /* Base leggibile */
}

/* Domande grandi */
.ls-questiontext h3 {
    font-size: 18px ;
    font-weight: 700;
}

/* Risposte */
.ls-answers label {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
}

.large-heading {
   /* font-weight: 600;*/
    font-size: 38px; /*2.85rem;*/
    line-height: 38px;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
}

.form-heading {
    /*font-weight: 400;*/
    font-size: 20px; /*1.2825rem;*/
    line-height: 20px;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
}