


.info-widget {
    color: #fff;
    /* Other styles for widget */
}

.card.info-widget .card-body {
    background-color: #003a70;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.card.info-widget .card-title {
    font-size: 1.5rem;
    /* Other title styles */
}

.card.info-widget .card-text {
    font-size: 2.5rem;
    font-weight: bold;
    /* Other text styles */
}

/* Additional custom styles for your dashboard */
