:root {
    --primary: rgb(69, 147, 98, 1);
    --primary-dark: rgb(55, 107, 77);
    --primary-70: rgba(69, 147, 98, 0.7);
    --primary-50: rgba(69, 147, 98, 0.5);
    --primary-30: rgba(69, 147, 98, 0.3);
    --primary-10: rgba(69, 147, 98, 0.1);
    --logo: rgb(55, 107, 77);
    --sidebar-icon: white;
}

.h-header {
    height: 4.2rem !important;
}

.bg-grad-sidebar {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgb(69, 147, 98)),
        to(rgb(69, 147, 98))
    );

    background-color: rgb(69, 147, 98);
}
