

html[theme=dark] .modal-close-icon, 
html[theme=dark] .top-links li a:before, 
html[theme=dark] .signIn-modal-header_mobile-icon, 
html[theme=dark] .ui-dialog .ui-button .ui-icon:not(.ui-selectmenu-icon), 
html[theme=dark] .tabs-modal-close img, 
html[theme=dark] .linkedin-icon img, 
html[theme=dark] .sidebar-title .icon img, 
html[theme=dark] .tabs-sub-menu .info-icon button img, 
html[theme=dark] #map-sidebar-close, 
html[theme=dark] .info-icon img {
  filter: invert(1);
} 

html[theme=dark] .asset-label .flag.multi-operation:before, 
html[theme=dark] .asset-label .flag.single-operation:before {
  filter: invert(1) brightness(1.5);
  border-color: #000;
  background-color: #fff;
}

html[theme=dark] .main-assets {
  border-color: #292929;
}

img.dark-only {
  display: none!important;
}

html[theme=dark] img.dark-only {
  display: block!important;
}

html[theme=dark] img.light-only {
  display: none!important;
}