
body {
    font-family: Arial, sans-serif;
}
.webgiz-dashboard {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 20px;
}
.sidebar {
    background: #222;
    color: #fff;
    padding: 20px;
}
.card {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
}
