:root {
    --primary: rgb(5, 63, 51, 1);
    --primary-dark: rgb(5, 63, 51, 1);
    --primary-70: rgba(5, 63, 51, 0.7);
    --primary-50: rgba(5, 63, 51, 0.5);
    --primary-30: rgba(5, 63, 51, 0.3);
    --primary-10: rgba(5, 63, 51, 0.1);
    --logo: #053f33;
    --sidebar-icon: #faf8ed;
}

.bg-grad-sidebar {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgb(254, 1, 129, 1)),
        to(#3c4655)
    );

    background-image: linear-gradient(
        0deg,
        rgb(66, 100, 92, 1),
        rgb(112, 139, 133)
    );
}

img[src*="logoLights"],
img[src*="logoIconLights"] {
    background-color: var(--logo);
}
