:root {    --nexus-primary: #402c23 !important;
    --nexus-primary-hover: #33231c !important;
    --nexus-icons-filter-color: brightness(0) invert(14%) sepia(4%) saturate(5142%) hue-rotate(333deg) brightness(102%) contrast(88%) !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;
}
