
.ulinkbox3 {
    background: linear-gradient(81deg, #34180d, #18131a);
    border-radius: 10px;
}

.main-content .mainchart {
    /*background-color: var(--bg-card);*/
    border-radius: 12px;
}

.main-content .recent-contact {
    overflow-x: auto;
}

.d-flex {
    display: flex !important;
}

.ulinks3 {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    /* text-align: justify; */
    justify-content: center;
}

.cmdbox3 {
    /* background: #171f2a; */
    /* padding: 0px 0px; */
    /* margin: 0px; */
    /* border-radius: 11px; */
    /* float: left; */
    width: auto;
}

.ulinks3 > div {
    text-align: center;
}

a.cm3 {
    white-space: nowrap;
    font-family: monospace;
}

a.cm3 {
    background: #576269;
    padding: 0px 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 11px;
    color: #f9fafd;
    text-decoration: none;
}

.linkscab {
    background: #f26400;
}

.linkscab a {
    background: #4a2828;
    margin: 0px 2px;
}

