/* Counter Custom Styles */
.statistics_component .border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.statistics_component .border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.statistics_component .border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.statistics_component .border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.statistics_component .border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.statistics_component .border-left-secondary {
    border-left: 0.25rem solid #858796 !important;
}