/*
Theme Name: Eduma Child
Template: eduma
Version: 1.0

/* Omni Modern Dashboard Polish */
.omni-dashboard-wrapper .lp-profile-nav {
    background: #f9fafb;
    border-radius: 12px;
    margin-bottom: 20px;
}

.omni-dashboard-wrapper .lp-profile-content {
    background: transparent;
    padding: 0;
}
/* SaaS Style Tabs */
.lp-profile-nav ul {
    display: flex;
    gap: 10px;
    list-style: none !important;
}

.lp-profile-nav ul li a {
    background: #f3f4f6 !important;
    color: #374151 !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: 0.3s;
}

.lp-profile-nav ul li.active a {
    background: #4f46e5 !important;
    color: #ffffff !important;
}