body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    background: none;
    background-color: #ffffff;
    font-family: "OpenSans", arial, sans-serif;
}

ul {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #605d5c;
}

label {
    font-size: 0.8em;
    display: block;
}

textarea:focus,
input:focus,
button:focus {
    outline: none;
}

#app {
    background: #eeeeee;
}

.head {
    margin: auto;
}

.main {
    background-color: #fff;
    position: relative;
}

.fs_l {
    font-size: 1.2em !important;
}

.fs_m {
    font-size: 1em !important;
}

.fs_s {
    font-size: 0.8em !important;
}

.p-step-desc {
    color: #605d5c;
    font-size: 0.9em;
    margin: 0;
    margin-bottom: 0.5rem;
}

.step-container {
    padding: 0.5rem 0 0.5rem 0.5rem !important;
}

.step {
    background-color: #eeeeee;

    border-radius: 3px;
    height: 6px;
}

.step-selected {
    background: rgb(110, 187, 59);
    background: linear-gradient(90deg, rgba(110, 187, 59, 1) 35%, rgba(209, 231, 221, 1) 100%);
}

.step-eseguito {
    background-color: #0f8548;
}

.input_form {
    font-size: 1em !important;
    padding: 0.375rem 0.75rem;
}

.select_form {
    font-size: 14px !important;
    padding: 0.375rem 0.75rem;
    height: 32px !important;
}

.p-scuola {
    color: #605d5c;
    font-size: 1em !important;
}

.p-riepilogo {
    color: #605d5c;
    font-size: 0.9em;
    line-height: normal;
}

.p-riepilogo-icon {
    padding: 2em;
    font-size: 1.2em;
}

.options-select {
    background-color: #fff !important;
    overflow-y: auto;
}

#rowDatiAnagrafici {
    max-height: calc(-172px + 100vh);
}

.privacy {
    color: #0d6efd !important;
}

.avanti-top {
    display: none;
}

.indietro-top {
    display: none;
}

.footer-mobile {
    display: none;
}

.slash-punteggio::before {
    position: absolute;
    top: 21px;
    left: -4px;
    content: "/";
    font-size: 1.4em;
}

.input-valledaosta {
    height: 28px !important;
}

.px-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

fieldset {
    margin: 0 !important;
    border: 1px solid #666 !important;
    padding: 0 !important;
}

legend {
    padding: 1px 10px !important;
    float: none;
    width: auto !important;
    font-weight: bold;
}

.allegati-dropzone {
    height: 108px;
    border: 2px dashed #d7dbff;
    background-color: #f6f7ff;
    border-radius: 7px;
}

.allegati-dropzone .allegati-icon {
    width: 45px;
    height: 45px;
    background-color: #d7dbff;
    border-radius: 50%;
}

@media (min-width: 1024px) {
    .head {
        padding: 0rem 11rem;
    }

    .main {
        padding: 0.4rem 11rem 0 11rem;
    }
}

@media only screen and (max-width: 870px) {
    header {
        visibility: hidden;
        height: 55px !important;
        padding: 0 11rem;
    }

    .main {
        padding-top: 0 !important;
    }

    .top-bar {
        background-color: #0f8548;
        position: fixed;
        width: 100%;
        top: 0;
        left: 12px;
        z-index: 1;
    }

    .p-step-desc {
        text-align: center;
        color: #fff;
    }

    .step {
        display: none;
    }

    .avanti-top,
    .indietro-top {
        display: block;
        width: 20%;
    }

    .avanti-span,
    .indietro-span {
        line-height: 1.5rem;
    }

    .avanti-color,
    .indietro-color {
        color: #fff;
        border-color: #fff;
    }

    .avanti-color:hover,
    .indietro-color:hover,
    .avanti-color:focus,
    .indietro-color:focus {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
    }

    .current_step {
        width: 60%;
    }

    .not_current_step {
        display: none;
    }

    .content-container {
        height: calc(100vh - 55px) !important;
        /* max-height: 100% !important; */
        padding-bottom: 15px;
    }

    .overflow-auto {
        overflow: initial !important;
    }

    .bottom-res {
        bottom: 140px !important;
    }

    .min-height {
        align-content: flex-start;
        min-height: 25vh;
        /* max-height: 25vh;         */
    }

    .autocomplete-select {
        z-index: 0;
    }

    .position-mobile {
        position: fixed !important;
        top: 55px !important;
        bottom: unset !important;
    }

    .footer-mobile {
        display: initial;
    }

    .mb-mobile {
        margin-bottom: 1rem;
    }

    .padding-mobile {
        padding-left: 0px !important;
    }

    .m-bottom_1 {
        padding-top: 67px !important;
    }

    .m-bottom_2 {
        padding-top: 50px !important;
    }

    .m-bottom_3 {
        padding-top: 33px !important;
    }

    .footer {
        display: none;
        visibility: hidden;
    }
}
