body {
    overflow-x: hidden;
}
body *:not(#comparison-table *,footer *) {
    font-family: 'Roboto'!important;
}

/* DASHBOARD UTENTI */
div#block-views-block-dashboard-utente-block-1-2 .views-row .views-field-field-indirizzo .row-wrapper,
div#block-views-block-dashboard-utente-block-1-2 .views-row .views-field-field-telefono {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

div#block-views-block-dashboard-utente-block-1-2 .views-row .views-field-field-indirizzo .row-wrapper span,
div#block-views-block-dashboard-utente-block-1-2 .views-row .views-field-field-telefono span {
    color: #616E76;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

div#block-views-block-dashboard-utente-block-1-2 .views-row .views-field-field-indirizzo .row-wrapper div,
div#block-views-block-dashboard-utente-block-1-2 .views-row .views-field-field-telefono .field-content a {
    margin-left: 10px;
    color: #616E76;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}

.path-user #block-b5infodent-local-tasks .tabs .tabs-primary ul .nav-link.active a {
    text-decoration: underline 2px;
    text-underline-offset: 2px;
}
.path-user #block-b5infodent-local-tasks .tabs .tabs-primary ul .nav-link.active {
    text-decoration: underline 2px;
    text-underline-offset: 2px;
}

.user-logged-in .region-breadcrumb #block-b5infodent-local-tasks .tabs .tabs-primary ul li:nth-child(4) a.nav-link {
    color: #3BAA35;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.39px;
    line-height: 16px;
}

.user-logged-in .region-breadcrumb #block-b5infodent-local-tasks .tabs .tabs-primary ul li:nth-child(4) a p {
    align-items: center;
}

.user-logged-in .region-breadcrumb #block-b5infodent-local-tasks .tabs .tabs-primary ul li:nth-child(4) a p span {
    margin-left: 7px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    background-color: #3BAA35;
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

/* Reset password page */

form#user-pass-reset input.form-submit:hover {
    background-color: white;
    border-radius: 25px;
    border-color: #3BAA35;
    color: #3BAA35;
}

form#user-pass-reset input.form-submit {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    border-radius: 25px;
    background-color: #3BAA35;
    border-color: #3BAA35;
    padding: 15px 43px 16px 45px;
    text-transform: uppercase;
}

form#user-pass-reset {
    margin: 50px 0;
}

form#user-pass-reset .form-actions {
    margin-top: 25px;
}

@media screen and (max-width: 992px){
    form#user-pass-reset {
        padding: 0 15px;
    }
}

/* Provo sistemare thumbnail carousel focus */

.page-node-type-focus .content-region-external-wrapper .content-section .region-content #block-singoloannunciocarousel-2 .carousel-fade .justify-content-center div .thumb-item:nth-child(n+4) {
    display: none;
}

.psuodo-element {
    position: relative;
}