
.sidebar {
    background-color: #333;
    color: white;
    width: 220px;
    flex-shrink: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1000px) {
    .sidebar {
        display: none;
        width: 100%;
    }
}
.sidebar h2 {
    margin: 0 0 1rem;
}
.sidebar a {
    color: white;
    text-decoration: none;
    margin: 0.5rem 0;
}
@media (max-width: 1000px) {
    .sidebar {
        display: none;
        width: 100%;
    }
    .sidebar.active {
        display: flex;
    }
}
.menu-toggle {
    display: none;
    padding: 1rem;
    background-color: #333;
    color: white;
    cursor: pointer;
}
@media (max-width: 1000px) {
    .menu-toggle {
        display: block;
    }
}

.menu-member-name {
    color: aqua;
}
.menu-bar {
    display: none;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
    padding: 0.75rem 1rem;
}
@media (max-width: 1000px) {
    .menu-bar {
        display: flex;
    }
}

.menu-member-indicator {
    color: aqua;
    font-weight: bold;
}

@media (max-width: 1000px) {
    .tabulator-table {
        font-size: 1em;
    }
}
