/* =================
 Home topo
=================== */
body.INDwhiteblack .topo_branco {
    background-image: none !important;
    background-color: none !important;
    z-index: 1;
}
body.INDblackwhite .topo_branco {
    background-image: none !important;
    background-color: black !important;
    z-index: 1;
}


/* ===========
 Logos 
============ */
body.INDblackwhite .logo-black:before {
    filter: invert(1);
}


/* ===========
 Buttons icon 
============ */
body.INDblackwhite .button-icon {
    filter: none !important;
    background-color: transparent !important;
    color: #fafafa !important;
    mix-blend-mode: normal !important;
}

body.INDblackwhite .button-icon:before {
    filter: invert(1) !important;
}

body.INDblackwhite .button-icon.icon-deletar:before, 
body.INDblackwhite .button-icon.icon-reclamar:before {
    filter: contrast(0.1) !important;
}


/* ================
 Assuntos dúvidas
================== */
body.INDblackwhite .assuntos_mais .assuntos_button > img {
    filter: invert(1);
}

/* ================
 Meus bloqueios
================== */
body.INDblackwhite .bloqueio_card {   
    border-radius: 4px;
    border: solid 0.125rem #808080;
}