:root {
    --primary: rgba(226, 39, 60, 1);
    --primary-dark: rgba(189, 37, 54, 1);
    --primary-70: rgba(226, 39, 60, 0.7);
    --primary-50: rgba(226, 39, 60, 0.5);
    --primary-30: rgba(226, 39, 60, 0.3);
    --primary-10: rgba(73, 11, 15, 0.1);
    --logo: rgba(226, 39, 60, 0.5);
    --sidebar-icon: #ffff;
    --multiselect-highlight-bg: #41b883;
    --multiselect-highlight-text: #fff;
    --multiselect-selected-highlight-bg: #ff6a6a;
    --multiselect-selected-highlight-text: #fff;
}

.bg-grad-sidebar {
    background-image: linear-gradient(
        to top,
        rgb(226, 39, 60),
        rgb(189, 37, 54)
    );
}

.w-sidebar.bg-logo {
    display: flex;
    justify-content: center;
}

.w-sidebar.bg-logo svg {
    fill: #ffffff !important;
}

.btn-detached-action {
    line-height: 1em;
}
