:root {
    --nexus-primary: #008a7c !important;
    --nexus-primary-hover: #016E63 !important;
    --nexus-icons-filter-color: brightness(0) invert(36%) sepia(57%) saturate(5096%) hue-rotate(156deg) brightness(89%) contrast(101%) !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;
}
