/* pluginmessaggio rows */
.tim-row {
    margin-bottom: 20px;
    padding-top: 60px;
}

    .tim-row h3 {
        margin-top: 0;
    }

/* pluginmessaggio buttons background */
.tim-white-buttons {
    background-color: #777;
}

/* Typography pluginmessaggio line */
.typography-line {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    padding-left: 25%;
}

    .typography-line span {
        position: absolute;
        left: 0;
        width: 260px;
        color: #c0c1c2;
        font-weight: 400;
        font-size: 13px;
        line-height: 13px;
        text-transform: none;
    }

/* Offline doc layout */
.offline-doc .page-header {
    display: flex;
    align-items: center;
    position: relative; /* necessario per :before */
}

    .offline-doc .page-header::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.75);
        z-index: 0;
    }

    .offline-doc .page-header > * {
        position: relative;
        z-index: 1; /* contenuto sopra overlay */
    }

.offline-doc .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #fff;
    z-index: 1;
}

/* Map */
#map {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* Se la mappa è dentro una modale o sotto header, usa questa alternativa:
#map{ height: calc(100vh - 120px); }
*/
