:root {
    --primary: #292e81;
    --primary-dark: #464997;
    --primary-70: #464997;
    --primary-50: #464997;
    --primary-30: #464997;
    --primary-10: #464997;
    --logo: #981e1b;
    --sidebar-icon: #ffffff;
}

.bg-grad-sidebar {
    background: #292e81;
    background: -webkit-linear-gradient(60deg, #292e81 0%, #981e1b 100%);
    background: linear-gradient(60deg, #292e81 0%, #981e1b 100%);
}

.w-sidebar.h-header {
    background-color: transparent;
}
