:root {
    --primary: #F49E00;
    --primary-dark: #DC9107;
    --primary-70: rgba(244, 158, 0, 0.7);
    --primary-50: rgba(244, 158, 0, 0.5);
    --primary-30: rgba(244, 158, 0, 0.3);
    --primary-10: rgba(244, 158, 0, 0.1);
    --logo: #ffffff;
    --sidebar-icon: #555555;
}

.bg-grad-sidebar {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgb(244, 158, 0)),
        to(#f49e00)
    );

    background-image: linear-gradient(
        0deg,
        rgb(244, 158, 0),
        rgb(244, 158, 0)
    );
}
