tbody { font-weight: 600; }
.active i {
    color: #0e68de;
}
.aside-menu .menu>.menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .aside-menu .menu>.menu-item:not(.here)>.menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
    color: #0e68de !important;
}
.aside-menu .menu-item .menu-link .menu-title {
    font-weight: 600;
}
.active {
    color: #0e69de !important;
}

.aside-menu .menu-item .menu-link .menu-bullet .bullet {
    background-color: #fd6c39;
    border-radius: 8px !important;
    width: 8px !important;
    height: 8px !important;
}
input:focus-visible {
    outline-width: 0;
}