.mb-4 {
    margin-bottom: 1.5rem!important;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}
.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 0 13px 0 rgb(236 236 241 / 44%);
    box-shadow: 0 0 13px 0 rgb(236 236 241 / 44%);
}
.mini-stat .mini-stat-img {
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: rgba(255,255,255,.15);
    border-radius: 4px;
    text-align: center;
}
.me-4 {
    margin-right: 1.5rem!important;
}
.mini-stat .mini-stat-img img {
    max-width: 32px;
}
.font-size-16 {
    font-size: 16px!important;
}
.fw-medium {
    font-weight: 500!important;
}
.font-size-24 {
    font-size: 24px!important;
}