:root {
    --primary: rgb(26, 24, 25);
    --primary-dark: rgb(29, 27, 28);
    --primary-70: rgba(252, 225, 50);
    /* --primary-50: rgba(29, 27, 28 0.5);
--primary-30: rgba(29, 27, 28 0.3);
--primary-10: rgba(29, 27, 28 0.1); */
    --logo: #ffffff;
    --sidebar-icon: #ffffff;
}

.bg-grad-sidebar {
    background-image: -webkit-gradient( linear, left bottom, left top, from(#5a0b4d), to(#000000));
    background-image: linear-gradient(0deg, #5a0b4d rgb(0, 0, 0));
}