body {
    background: #f5f7fb;
}

.sidebar {
    min-height: 100vh;
    background: #2f4050;
    padding-top: 20px;
}

.sidebar a {
    color: white;
    background-color: #1c2b36;
}

.sidebar a:hover {
    background: #d8e2e9;
    color: white;
}

/* .sidebar{
min-height:100vh;
background:#f8f9fa;
padding-top:20px;
}

.sidebar a{
color:#000;
font-weight:500;
}

.sidebar a:hover{
background:#e9ecef;
color:#000;
}

.sidebar .active{
background:#0d6efd;
color:white !important;
} */


.content-area {
    padding: 20px;
}

.dashboard-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}