/* Custom styles for SB Admin 2 theme integration */

/* Border left styles for info cards */
.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

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

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

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

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

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

.border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

/* Text color utilities */
.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

/* Profile image styling */
.img-profile {
    height: 2rem;
    width: 2rem;
}

/* Button block utility for Bootstrap 5 compatibility */
.btn-block {
    display: block;
    width: 100%;
}

/* Gap utility for button spacing */
.d-grid.gap-2 > * {
    margin-bottom: 0.5rem;
}

.d-grid.gap-2 > *:last-child {
    margin-bottom: 0;
}

