

.card-ds{
    border-radius: 22px;
    text-align: center;
    padding: 30px;
    border: 2px solid rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;  
    height: 100%;
    margin-bottom: 0;
}

.card-ds > *{
    margin: 0;
}

.card-ds.b01 > *{
    color: #274690;
}

.card-ds.b02 > *{
    color: #65bdf8;
}

.card-ds.b03 > *{
    color: #236abb;
}

.card-ds.b04 > *{
    color: #c01c32;
}

.card-ds.b05 > *{
    color: #369039;
}

.card-ds-title{
    font-size: 18px;
    font-weight: 700;
}

.card-ds-title i{
    font-size: 50px;
}

.card-ds-count{
    font-weight: 900;
    font-size: 38px;
    line-height: 1;
}

.card-ds-detail{
    font-weight: 500;
}

.card-ds .content-canvas{
    width: 80%;
    margin: 0 auto;
}

.card-ds .table-responsive{
    border-radius: 20px;
}

.card-ds.tb{
    padding: 0;

}

.card-ds.tb thead{
    background-color: #274690;
}

.card-ds.tb th{
    color: #fff;
}