:root {
    --body-bg-rgb: 255, 255, 255;
    --primary-rgb: 10, 10, 10;
    /* Standard Gray/Blue */
    --secondary-rgb: 108, 126, 150;
    --warning-rgb: 253, 175, 34;
    --info-rgb: 0, 201, 255;
    --success-rgb: 50, 212, 132;
    --danger-rgb: 255, 103, 87;
    --light-rgb: 250, 248, 253;
    --dark-rgb: 10, 10, 10;
    --orange-rgb: 250, 129, 40;
    --pink-rgb: 255, 105, 180;
    --teal-rgb: 53, 181, 170;
    --purple-rgb: 190, 43, 235;
    --green-rgb: 0, 201, 167;
    --menu-bg: #ffffff;
    --menu-icon-color: #636261;
}



.app-sidebar .side-menu__item.active {
  color: var(--primary-color);
  background-color: var(--primary01);
}


.app-sidebar .side-menu__item:hover .side-menu__icon {
  color: #636261 !important;
  fill: #636261 !important;
}