/* PRIMARY COLOR CHANGE */

:root {
    --primary: #ff0000 !important;
    --primary-bg-color: #ff0000 !important;
    --primary-color: #ff0000 !important;
    --primary-border-color: #ff0000 !important;
}

/* Buttons */
.btn-primary {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.btn-primary:hover {
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
}

/* Links */
a {
    /*color: #ff0000 !important;*/
}

/* Sidebar active */
.app-sidebar .side-menu__item.active {
    /*background-color: #ff0000 !important;*/
    color: #fff !important;
}

/* Icons / badges */
.bg-primary {
    background-color: #ff0000 !important;
}