

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=light] #accountSettingsAlerts .tab-alerts__add-alerts-btn svg,
html[theme=light] .tab-alerts__filters-btn:not(.active) svg {
  filter: brightness(0) invert(0);
}

html[theme=dark] #accountSettingsAlerts .tab-alerts__add-alerts-btn svg {
  filter: brightness(0) invert(1);
}

/* html[theme=dark] .asset-profile-title .asset-label .flag.multi-operation:before, 
html[theme=dark] .asset-profile-title .asset-label .flag.single-operation:before, */
html[theme=dark] .sidebar-assets .asset-label .flag.multi-operation:before, 
html[theme=dark] .sidebar-assets .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;
}