

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, 
html[theme=dark] .tabs-main-wrapper #notification,
html[theme=dark] .accordeon-closed .infoIcon {
  filter: invert(1);
} 

html[theme=light] #accountSettingsAlerts .action-item:not(.action-item--nofilter) svg,
html[theme=light] #accountSettingsAlerts .iconSvg,
html[theme=light] #accountSettingsAlerts .tab-alerts__group-header-name img,
html[theme=light] #accountSettingsAlerts .tab-alerts__add-alerts-btn svg,
html[theme=light] .custom-select__arrow,
/* html[theme=light] .setting-alert-modal__select-group svg, */
html[theme=light] .setting-alert-modal__plus::before, 
html[theme=light] .setting-alert-modal__plus::after,
html[theme=light] .tab-alerts__filters-btn:not(.active) svg {
  filter: invert(1);
} 

html[theme=light] #accountSettingsAlerts .tab-alerts__add-alerts-btn svg {
  filter: brightness(0) invert(0);
}

html[theme=dark] .mine-scale:not(.selected) img, 
html[theme=dark] .mine-type:not(.selected) img,
html[theme=dark] #accountSettingsAlerts .tab-alerts__add-alerts-btn svg {
  filter: brightness(0) invert(1);
}

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

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

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

html[theme=dark] .search-results-table tr:first-child th:first-child:after, 
html[theme=dark] .search-results-table thead tr:first-child th:first-child:after, 
html[theme=dark] .search-results-table tbody tr td:first-child:after {
  left: calc(100% + 1px);
}

html[theme=dark]:not(.safari-only) .search-results-table thead:before {
  top: calc(var(--custom-thead-height) + 1px);
}

html[theme=dark] .search-results-table th:last-child {
  border-right: 1px solid var(--table-border-color);
}


@media screen and (max-width: 1150px) {
  html[theme=dark] .tabs-main-wrapper #notification {
    filter: none;
  }
}