.statistic-kpi-wrap {
    margin-bottom: 20px;
}

.statistic-kpi-header {
    margin: 0 0 12px;
}

.statistic-kpi-header h3 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
}

.statistic-kpi-header p {
    margin: 0;
    color: #7b8794;
}

.statistic-kpi-warning {
    margin-bottom: 15px;
    padding: 12px 14px;
    border: 1px solid #f1d5a8;
    border-radius: 8px;
    background: #fffaf2;
    color: #8a631f;
}

.statistic-kpi-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.statistic-kpi-grid:before,
.statistic-kpi-grid:after {
    display: none;
    content: none;
}

.statistic-kpi-grid > [class*="col-"] {
    display: flex;
    float: none;
}

.statistic-kpi-card {
    width: 100%;
    min-height: 142px;
    margin-bottom: 15px;
    padding: 16px;
    border: 1px solid #dce4ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(31, 45, 61, .04);
}

.statistic-kpi-card--primary {
    border-color: #b8d4ff;
    background: #f6f9ff;
}

.statistic-kpi-card--success {
    border-color: #bfe5d0;
    background: #f5fbf7;
}

.statistic-kpi-card--warning {
    border-color: #f1d5a8;
    background: #fffaf2;
}

.statistic-kpi-card--danger {
    border-color: #efc4c4;
    background: #fff7f7;
}

.statistic-kpi-card__label {
    min-height: 34px;
    color: #68768a;
    font-size: 13px;
    line-height: 17px;
}

.statistic-kpi-card__value {
    margin-top: 8px;
    color: #172033;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
}

.statistic-kpi-card__meta {
    margin-top: 9px;
    color: #77869a;
    font-size: 12px;
    line-height: 17px;
}

.statistic-kpi-card__meta strong {
    color: #45556c;
}

.statistic-kpi-loading,
.statistic-kpi-error {
    padding: 18px;
    border: 1px solid #dce4ee;
    border-radius: 8px;
    background: #fff;
    color: #68768a;
}

.statistic-kpi-error {
    border-color: #efc4c4;
    color: #a94442;
}

@media (max-width: 767px) {
    .statistic-kpi-grid > [class*="col-"] {
        width: 100%;
    }

    .statistic-kpi-card {
        min-height: 0;
    }

    .statistic-kpi-card__label {
        min-height: 0;
    }
}
