table.aiag-history-table tr td {
    color: #000;
}
.aiag-dashboard-layout{
display:flex;
min-height:100vh;
}

.aiag-logo{
font-size:32px;
font-weight:700;
margin-bottom:40px;
}

.aiag-sidebar ul{
list-style:none;
padding:0;
}

.aiag-sidebar li{
padding:15px 20px;
margin-bottom:10px;
border-radius:12px;
cursor:pointer;
}

.aiag-sidebar li:hover{
background:rgba(255,255,255,.15);
}

.aiag-dashboard-content{
flex:1;
background:#f6f7fb;
padding:30px;
}

.aiag-profile-banner{
background:#fff;
padding:30px;
border-radius:20px;
margin-bottom:25px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.aiag-dashboard{
display:grid;
grid-template-columns:
repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.aiag-stat-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 8px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.aiag-stat-card:hover{
    transform:translateY(-5px);
}

.aiag-stat-card h3{
    color:#666;
    font-size:16px;
}

.aiag-stat-card p{
    font-size:18px;
    font-weight:700;
    margin-top:10px;
}
.aiag-history-table{
width:100%;
background:#fff;
border-radius:20px;
overflow:hidden;
border-collapse:collapse;
}

.aiag-history-table th{
background:#f7f8fc;
padding:18px;
}

.aiag-history-table td{
padding:18px;
border-top:1px solid #eee;
}

.aiag-dashboard-content{
    background:#f5f7fb;
    padding:40px;
    min-height:100vh;
}

.aiag-profile-settings,
.aiag-history,
.aiag-profile-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    margin-bottom:25px;
}

.aiag-logout-btn{
    float:right;
    background:#ff4d4f;
    color:#fff;
    padding:10px 20px;
    border-radius:10px;
    text-decoration:none;
}

.aiag-history audio{
    width:220px;
}

.aiag-history-table{
    width:100%;
    background:#fff;
}
.aiag-sidebar{
    width:280px;
    background:linear-gradient(180deg,#0f172a,#312e81);
    color:#fff;
    padding:50px 20px 20px;
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    z-index:999;
}

.aiag-sidebar ul{
    margin-top:40px;
}

.aiag-sidebar li{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px 20px;
    margin-bottom:10px;
    border-radius:12px;
    transition:.3s;
}

.aiag-sidebar li:hover{
    background:rgba(255,255,255,.12);
}

.aiag-dashboard-content{
    margin-left:300px;
}
.aiag-profile-settings{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 8px 30px rgba(0,0,0,.06);
    margin-bottom:25px;
}
.aiag-profile-settings button,
.aiag-logout-btn{

    background:linear-gradient(
        90deg,
        #4f46e5,
        #7c3aed
    );

    color:#fff;
    border:none;
    border-radius:12px;
    padding:12px 24px;
    cursor:pointer;
}
.aiag-profile-settings h3 {
margin-top: 50px;
    margin-bottom: 20px;
    color: #000;
    font-size: 25px;
}
.aiag-history-table th{
    background:#f7f8fc;
    color:#000;
    font-weight:600;
}
.aiag-welcome-banner h2, .aiag-welcome-banner p {
    color: #000;
}

.aiag-profile-grid p {
    text-align: left;
    color: #4c4a4a;
}
.aiag-history-table tr:hover{
    background:#f9fafb;
}

.aiag-history-table a{
    padding:8px 12px;
    border-radius:8px;
    text-decoration:none;
}
.aiag-dashboard-content{
    background:#f5f7fb;
    padding:40px;
    min-height:100vh;
}

.aiag-topbar{
    display:flex;
    justify-content:flex-end;
    margin-bottom:25px;
}

.aiag-user-menu{
    display:flex;
    gap:15px;
    align-items:center;
}

.aiag-welcome-banner{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.aiag-user-meta{
    display:flex;
    gap:25px;
    margin-top:10px;
    color:#666;
}

.aiag-dashboard{
    display:grid;
    grid-template-columns:
    repeat(4,1fr);
    gap:20px;
    margin-bottom:25px;
}

.aiag-stat-card{
    background:#fff;
    padding:25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.aiag-profile-settings,
.aiag-history{
    background:#fff;
    padding:25px;
    border-radius:20px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.aiag-profile-grid{
    display:grid;
    grid-template-columns:
    repeat(3,1fr);
    gap:25px;
}

.aiag-profile-settings input{
    width:100%;
    padding:12px;
    margin-bottom:15px;
}

.aiag-profile-settings button{
    background:#6c4cff;
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:10px;
}

.aiag-history-table{
    width:100%;
    border-collapse:collapse;
}

.aiag-history-table th,
.aiag-history-table td{
    padding:15px;
    border-bottom:1px solid #eee;
}