.profile-card {
    background-color: #1e1e1e;
    border: 1px solid #383838;
    border-radius: 15px;
    padding: 2.5rem;
    color: #f8f9fa;
}

.profile-title {
    color: #a7ffeb;
    font-weight: bold;
}

.order-table {
    background-color: #2a2a2a;
    color: #f8f9fa;
}

.order-table th {
    color: #a7ffeb;
}

.order-table .badge {
    font-size: 0.9rem;
}

.bg-info {
    color: #051e2aff;
}

.table-responsive {
    border-radius: 12px;
}