:root {
    --nexus-primary: #6c4a9f !important;
    --nexus-primary-hover: #5a3d85 !important;
    --nexus-icons-filter-color: brightness(0) invert(31%) sepia(28%) saturate(1234%) hue-rotate(222deg) brightness(98%) contrast(90%) !important;
}

.btn {
    color: #fff !important;
}

.btn svg {
    stroke: #fff !important;
}

.btn .es-icon {
    fill: #fff !important;
    stroke: #fff !important;
}

input[type=checkbox].disabled-selected,
input[type=checkbox]:disabled:checked {
    background-color: #877d97 !important;
}
