body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > div.fi-main-ctn.w-screen.flex-1.flex-col.h-full.opacity-0.transition-all.fi-main-ctn-sidebar-open > div > nav{
    background-color: white !important;
}

body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > nav{
    /* background-color: white !important; */
    border-top: none;
    border-left: none;
    border-bottom: none;
}

body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > nav{
    background-color:white !important;
}
body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > aside > div > header > div > a > img{
    height: 60px !important;

}


body > div.fi-simple-layout.flex.min-h-screen.flex-col.items-center > div > main > div > section > header > img{
    height: 150px !important;
    margin-top: -60px !important;
    margin-bottom: -60px !important;
    padding-top:20px !important;
    padding-bottom: 70px !important;
}
body > div.fi-layout.flex.min-h-screen.w-full.flex-row-reverse.overflow-x-clip > div.fi-main-ctn.w-screen.flex-1.flex-col.h-full.opacity-0.transition-all > main > div > section > div > div > div > div > div > div.fi-ta-content.relative.divide-y.divide-gray-200.overflow-x-auto.dark\:divide-white\/10.dark\:border-t-white\/10 > table > thead > tr{
    background-color: rgba(38, 228, 38, 0.336) !important;
}

body > div.fi-simple-layout.flex.min-h-screen.flex-col.items-center > div > main > div > section > header > p{
    color:white !important;
}



/* Target scrollbar secara umum */
::-webkit-scrollbar {
    width: 6px; /* Lebar scrollbar vertikal */
    height: 6px; /* Tinggi scrollbar horizontal */
}

/* Warna latar belakang scrollbar */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Warna latar belakang track */
    border-radius: 10px; /* Membuat sudut track lebih lembut */
}

/* Warna handle (bagian yang bisa di-scroll) */
::-webkit-scrollbar-thumb {
    background: #888; /* Warna handle scrollbar */
    border-radius: 10px; /* Membuat sudut handle lebih lembut */
}

/* Efek hover pada handle scrollbar */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Warna handle saat di-hover */
}
