
body {
    font-size:0.95rem;
}



.outLogo {
    height: 3rem;
    line-height: 3rem;
}


/* TIMELINE MOKADOM */
.card-tm {
    padding: 2rem 2rem;
}

.timelineMk {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.tm-dashed {
    width: 90px;
    height: 1px;
    border: 1px dashed #C4C4C4;
}

.tm-fatto {
    background-color: var(--primary02) !important;
    color: var(--primary-bg-color);
}

.tm-incorso {
    background-color: rgba(237, 184, 56, 0.15) !important;
    color: #edb838 !important;
    fill: #edb838 !important;
}
/* FINE TIMELINE MOKADOM */
