.border-l-primary {
    border-left-width: 8px;
    border-left-color: lightseagreen !important;
}

.border-l-warning {
    border-left-width: 8px;
    border-left-color: wheat !important;
}

.border-l-danger {
    border-left-width: 8px;
    border-left-color: tomato !important;
}
