#automationContainer .automationScroll {
    background: var(--ms-color-light);
    padding: 15px;
    width: 100%;
    height: auto;
    min-height: 70vh;
    overflow: auto;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin: 0 -15px;
    width: auto;
}

#automationsContent {
    text-align: center;
    padding: 0 0 45px;
}

#automationsContent .group {
    position: relative;
    padding: 65px 0 0 !important;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}

#automationsContent > .group:first-child {
    padding-top: 0 !important;
}

#automationsContent .group::after {
    content: '';
    display: table;
    clear: both;
}

#automationsContent .group .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px;
}

#automationsContent .item::before,
#automationsContent .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px dashed #ccc;
    width: 50%;
    height: 22px;
}

#automationsContent .item::after {
    right: auto;
    left: 50%;
    border-left: 1px dashed #ccc;
}

#automationsContent .item:only-child::after,
#automationsContent .item:only-child::before {
    display: none;
}

#automationsContent .item:only-child {
    padding-top: 0;
}

#automationsContent .item:first-child::before,
#automationsContent .item:last-child::after {
    border: 0 none;
}

#automationsContent .item:last-child::before {
    border-right: 1px dashed #ccc;
    border-radius: 0 5px 0 0;
}

#automationsContent .item:first-child::after {
    border-radius: 5px 0 0 0;
}

#automationsContent .group .group::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px dashed #ccc;
    width: 0;
    height: 66px;
}


li > .level-info {
    display: inline-block;
    font-size: 12px;
    margin: 5px;
}

.downlineUser > a{
    padding: 15px;
}

.downlineUser img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block !important;
}

.downlineUser h4 {
    margin: 10px 0 0;
}

/* MLM CARD */
.cofpay-user-card {
    text-align: center;
}
.cofpay-user-card img {
    border-radius: 50%;
    width: 100px !important;
    object-fit: cover !important;
    margin: 0 auto 30px !important;
}
.cofpay-user-card h2 {
    margin: 0 !important;
    /* text-align: left; */
}
.cofpay-user-card ul {
    list-style: none;
    padding: 0;
}

.cofpay-user-card ul li + li {
    margin-top: 15px;
}

.cofpay-user-card ul h3 {
    font-size: 80%;
}

#user_affiliati tr th:nth-child(3),
#user_affiliati tr th:nth-child(4),
#user_affiliati tr td:nth-child(3),
#user_affiliati tr td:nth-child(4) {
    display: none;
}