/* Status */

.status.col-count-2{
    column-count: 2;
    margin-top: 20px;
}
.status-card{
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.status-card .stat{
    position: relative;
    padding-left: 36px;
}
.status-card .circle{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.status-card h4{
    font-family: var(--body);
    font-weight: 700;
    font-size: 1em;
}
.status-card a{
    text-decoration: none;
}