/* Styling kontainer sidebar */
.menu-sidebar-orange {
    margin-bottom: 10px;
}

.menu-sidebar-orange ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #d35400 !important;
}

.menu-sidebar-orange li {
    background-color: #f39c12 !important;
    border-bottom: 1px solid #c65300 !important;
    margin: 0 !important;
    transition: background-color 0.3s ease;
}

.menu-sidebar-orange li a {
    display: block !important;
    padding: 12px 15px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

/* Efek saat kursor mendekat */
.menu-sidebar-orange li:hover {
    background-color: #ffb74d !important;
}