<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************
    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
*/
.top-container.space-col {
    margin: 0;
}
h1.survey-name {
  color:#FFFFFF;
  background-image: url("/spazi-aperti-mi/upload/themes/survey/Spazi-Aperti_extends_fruity/files/PHOTO-2023-03-29-11-44-27.jpg"); /* The image used */
  background-color: #5e9230; /* Used if the image is unavailable */
  height: 896px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);
  padding-top: 160px; 
}
h1.survey-name {
    display: none;
}
div.url-wrapper-survey-print {display:none;}
/** menu testata **/
ul.navbar-action-link {
        display:none;
}
.top-container.space-col {
        display:none;
}
.navbar-header button {
    display:none;
}

/** tengo il brand logo anche per i mobile piccoli, metto al centro **/

.navbar-brand.logo-container.hidden-xs {
    display: flex!important;
}

@media (max-width:767px) {.navbar-brand.logo-container.hidden-xs {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
/* Nascondo suggerimenti ed errori inutili */
#question4383 div .ls-question-mandatory:nth-child(2) {
    display:none;
}
#question4415 div .ls-question-mandatory:nth-child(2) {
    display:none;
}
#vmsg_4415_default {
    display:none;
}



</pre></body></html>