/* CARDS */

.mdc-card__primary-action {
    padding-left: 20px;
}

.mdc-card {
    margin-bottom: 20px;
}

.text {
    margin-top: 0;
}


/* VUOTO */

.vuoto {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    color: rgba(0,0,0,0.40);
    text-align: center;
}

.vuoto i {
    font-size: 100px;
    color: rgba(0,0,0,0.25);
}


/* DIALOG */

#elemento_titolo {
    width: 100%;
    margin-bottom: 10px;
}
