body .coh-style-is-inverted *:not(instinct-difraas *,.chakra-portal *,.ssa-sidebar-component *):is(input[type]:not([type=checkbox],[type=radio]),select,textarea) {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(4,21,63)
}

body .coh-style-is-inverted *:not(instinct-difraas *,.chakra-portal *,.ssa-sidebar-component *):is(input[type]:not([type=checkbox],[type=radio]),select,textarea)::placeholder {
    color: rgb(118, 118, 118);
}