#crudTable tbody tr {
    position: relative;
}

.nav-group .nav-group-items .nav-link {
    background: #e8e8e8;
}

.nav-group .nav-group-items .nav-link .menu_color {
    background: transparent;
}

.sidebar-nav .nav-group-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23999' stroke-width='1.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-nav .nav-link:hover.nav-group-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23999' stroke-width='1.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}