/* Header Bar Atas */
#top-bar {
    background-color: #1a252f; /* Warna gelap profesional */
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 4px solid #007cba;
}

#header h1 {
    font-size: 1.5rem;
    margin: 0;
    display: inline-block;
}

#header a {
    color: white;
    text-decoration: none;
}

/* Konten Utama */
.main-content {
    background: #fff;
    border-radius: 10px;
}

.content-title {
    color: #2c3e50;
    font-weight: bold;
}

/* Sidebar */
.sidebar-box {
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007cba;
}

.widget-title {
    font-size: 1.1rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* Navigasi */
.toggled-off {
    display: none !important;
}

#menu-toggle {
    float: right;
}