#wpadminbar {
  background-color: $ultra-grey;
}
#wpcontent {
  background-color: $heavy-grey;
}
#wpbody-content {
  background-color: $heavy-grey !important;
}
#wpwrap {
  background-color: $heavy-grey !important;
}
#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
  color: $white;
}
#adminmenu,
#adminmenu .wp-submenu,
#adminmenuback,
#adminmenuwrap {
  background-color: $ultra-grey;
}
body {
  background-color: $heavy-grey;
  color: rgba($white, 0.8);
}
body a {
  color: $base-blue;
  &:hover {
    color: $link-blue;
  }
}
.update-messages h2,
.update-php h2,
h4 {
  color: rgba($light-grey, 0.8);
}
.form-table td .notice p,
.notice p,
.notice-title,
div.error p,
div.updated p {
  color: $white;
}
.postbox .inside h2,
.wrap [class$="icon32"] + h2,
.wrap h1,
.wrap > h2:first-child {
  color: $white;
}
.wrap h2,
h3 {
  color: $white;
}
.post-meta a {
  color: $link-blue !important;
}
.community-events ul {
  background-color: rgba($ultra-blue, 0.8);
}
.community-events li {
  color: rgba($white, 0.8);
}
#dashboard_activity .subsubsub a .count,
#dashboard_activity .subsubsub a.current .count {
  color: $base-grey;
}
.subsubsub a .count,
.subsubsub a .current .count {
  color: $base-grey;
}
.postbox {
  background-color: $bg-grey;
}
#dashboard_site_health .site-health-details p:first-child {
  color: rgba($white, 0.8);
}
#dashboard_site_health .site-health-details p:last-child {
  color: rgba($white, 0.8);
}
#wp-version-message {
  color: $white;
}
#dashboard_quick_press .drafts li time {
  color: rgba($white, 0.8);
}
#dashboard_quick_press .drafts p {
  color: rgba($white, 0.8);
}
.community-events-form label {
  color: rgba($white, 0.8);
}
#all-plugins-table .plugins a.delete,
#delete-link a.delete,
#media-items a.delete,
#media-items a.delete-permanently,
#nav-menu-footer .menu-delete,
#search-plugins-table .plugins a.delete,
.plugins a.delete,
.privacy_requests .remove-personal-data .remove-personal-data-handle,
.row-actions span.delete a,
.row-actions span.spam a,
.row-actions span.trash a,
.submitbox .submitdelete,
a#remove-post-thumbnail {
  color: $light-red;
}
#footer-thankyou {
  color: rgba($white, 0.8);
}
#latest-comments #the-comment-list .comment-meta {
  color: rgba($white, 0.8);
}
#latest-comments #the-comment-list .comment-item blockquote,
#latest-comments #the-comment-list .comment-item blockquote p {
  color: rgba($white, 0.8);
}
#community-events-location-message {
  color: rgba($white, 0.8);
}
#dashboard_quick_press label {
  color: rgba($white, 0.8);
}
.site-health-progress-label {
  color: $white;
}

#future-posts ul span,
#published-posts ul span {
  color: $white;
}
#activity-widget #the-comment-list .comment-item {
  background-color: $dark-slategray;
}
#dashboard-widgets h3,
#dashboard-widgets h4,
#dashboard_quick_press .drafts h2 {
  color: rgba($white, 0.8);
}
#the-comment-list .unapprove a {
  color: $light-yellow;
}
#dashboard-widgets form .input-text-wrap input {
  background-color: $heavy-grey;
}
#dashboard-widgets form .textarea-wrap textarea {
  background-color: $heavy-grey;
  color: $white;
  &::placeholder {
    color: rgba($white, 0.8);
  }
}
.community-events-form .regular-text {
  background-color: $heavy-grey;
  color: $white;
  &::placeholder {
    color: rgba($white, 0.8);
  }
}
.wp-core-ui .button,
.wp-core-ui .button-secondary {
  background-color: $ultra-grey;
  color: rgba($white, 0.4);
  &:hover {
    background-color: $link-blue !important;
    color: $black;
  }
}
#contextual-help-wrap,
#screen-options-wrap {
  background-color: $bg-grey;
  color: $white;
}
#screen-meta-links .show-settings:active,
#screen-meta-links .show-settings:focus,
#screen-meta-links .show-settings:hover {
  color: rgba($white, 0.8);
}
#screen-meta-links .show-settings {
  background-color: $bg-grey;
  color: rgba($white, 0.8);
  &:hover {
    color: $white;
  }
}
#contextual-help-back {
  background-color: $bg-grey;
}
.contextual-help-tabs .active {
  background-color: $link-blue !important;
  color: rgba($white, 0.4) !important;
}
.contextual-help-tabs .active a:hover {
  color: $black;
}
.contextual-help-tabs a:hover {
  color: $white;
}

.wp-core-ui .button-secondary:hover,
.wp-core-ui .button.hover,
.wp-core-ui .button:hover {
  color: $white;
  background-color: $bg-grey;
}
.community-events .activity-block.last {
  border-bottom: 1px solid rgba($bg-grey, 0.8);
}
.widefat td,
.widefat th {
  background-color: $bg-grey;
}
.updates-table .plugin-title p {
  color: $white;
}
.widefat td,
.widefat th {
  color: rgba($white, 0.8);
}
.widefat tfoot tr td,
.widefat tfoot tr th,
.widefat thead tr td,
.widefat thead tr th {
  color: rgba($white, 0.8);
}
.ac_match,
.subsubsub a.current {
  color: $link-blue;
}
.wrap .add-new-h2,
.wrap .add-new-h2:active,
.wrap .page-title-action,
.wrap .page-title-action:active {
  color: rgba($white, 0.8);
  background-color: $bg-grey;
  &:hover {
    background-color: $bg-grey;
    color: $white;
  }
}
.wp-core-ui select {
  background-color: $ultra-grey;
  color: rgba($white, 0.8);
  &:hover {
    color: $white;
  }
}
.search-box input[name="s"],
.tablenav .search-plugins input[name="s"],
.tagsdiv .newtag {
  background-color: $bg-grey;
  color: $white;
  &::placeholder {
    color: rgba($white, 0.8);
  }
}
.form-field input[type="email"],
.form-field input[type="number"],
.form-field input[type="password"],
.form-field input[type="search"],
.form-field input[type="tel"],
.form-field input[type="text"],
.form-field input[type="url"],
.form-field textarea {
  background-color: $heavy-grey;
  color: $white;
}
.form-table th,
.form-wrap label {
  color: $white;
}
.form-wrap p,
.description {
  color: rgba($white, 0.8);
}
.media-frame.mode-grid .media-toolbar {
  background-color: $bg-grey;
}
#posts-filter .wp-filter {
  background-color: $bg-grey;
}
.wp-filter .search-form input[type="search"] {
  background-color: $heavy-grey;
  color: $white;
}
.file-editor-warning .notification-dialog,
.request-filesystem-credentials-dialog .notification-dialog {
  background-color: transparent;
}
.notice,
div.error,
div.updated {
  background-color: $bg-grey;
}
.woocommerce-reports-wide .postbox div.stats_range ul li.active,
.woocommerce-reports-wide .postbox h3.stats_range ul li.active,
.woocommerce-reports-wrap .postbox div.stats_range ul li.active,
.woocommerce-reports-wrap .postbox h3.stats_range ul li.active {
  background-color: rgba($ultra-blue, 0.8) !important;
  color: $white !important;
}
.ui-datepicker table {
  background-color: $dark-silver;
}

#template .CodeMirror,
#template textarea {
  background-color: $bg-grey;
  color: $white;
}
.plugins .active td,
.plugins .active th {
  background-color: $ultra-grey;
}
.plugin-description p {
  color: $white;
}
.notice-warning.notice-alt {
  background-color: $dark-slategray;
}
.plugins .notice p {
  color: $white;
}
#templateside > ul > li > ul[role="group"] {
  background-color: $bg-grey;
}
.wrap .CodeMirror .CodeMirror-linenumber {
  background-color: $bg-grey;
}
.themes-php .wp-filter-search {
  background-color: $bg-grey;
  color: $white;
  &::placeholder {
    color: rgba($white, 0.8);
  }
}
.widefat td p {
  color: rgba($white, 0.8);
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  background-color: $bg-grey;
  color: $white;
}
#profile-page .form-table textarea {
  background-color: $bg-grey;
  color: $white;
}
.form-field input[type="email"],
.form-field input[type="number"],
.form-field input[type="password"],
.form-field input[type="search"],
.form-field input[type="tel"],
.form-field input[type="text"],
.form-field input[type="url"],
.form-field textarea {
  background-color: $bg-grey;
}
.card {
  background-color: $bg-grey;
}
.importer-title {
  color: rgba($white, 0.8);
}
.health-check-accordion-trigger,
.privacy-settings-accordion-trigger {
  background-color: $bg-grey;
  color: $white;
}
.health-check-header,
.privacy-settings-header {
  background-color: $bg-grey;
}
.health-check-accordion-trigger:active,
.health-check-accordion-trigger:hover,
.privacy-settings-accordion-trigger:active,
.privacy-settings-accordion-trigger:hover {
  background-color: $black;
  color: rgba($white, 0.8);
  &:active {
    background-color: $bg-grey;
  }
  &:visited {
    background-color: $bg-grey;
  }
}
.health-check-accordion-trigger .badge,
.privacy-settings-accordion-trigger .badge {
  color: rgba($white, 0.8);
}
.health-check-accordion-panel,
.privacy-settings-accordion-panel {
  background-color: $bg-grey;
}
#the-list tr:last-child td,
#the-list tr:last-child th {
  background-color: $bg-grey;
}
input.large-text,
textarea.large-text {
  background-color: $bg-grey;
  color: $white;
}
.wp-core-ui .button-disabled,
.wp-core-ui .button-secondary.disabled,
.wp-core-ui .button-secondary:disabled,
.wp-core-ui .button-secondary[disabled],
.wp-core-ui .button.disabled,
.wp-core-ui .button:disabled,
.wp-core-ui .button[disabled] {
  background-color: $transparent !important;
}
.wp-core-ui .button-secondary:focus,
.wp-core-ui .button.focus,
.wp-core-ui .button:focus {
  background-color: $bg-grey;
}
.health-check-accordion-trigger:focus,
.privacy-settings-accordion-trigger:focus {
  background-color: $bg-grey;
  color: rgba($white, 0.8);
}
.wp-filter {
  background-color: $bg-grey;
  color: rgba($white, 0.8);
}
.filter-drawer,
.wp-filter .favorites-form {
  background-color: $heavy-grey;
}
.filter-group {
  background-color: $bg-grey;
}
.filter-links li > a:focus,
.filter-links li > a:hover,
.show-filters .filter-links a.current:focus,
.show-filters .filter-links a.current:hover {
  color: $white;
}
.filter-links .current {
  color: $white;
}
.wp-core-ui select.disabled,
.wp-core-ui select:disabled {
  background-color: rgba($transparent, 0.6);
}
code,
kbd {
  color: $link-blue;
}
.health-check-tab {
  color: rgba($white, 0.8);
  &:active {
    color: $white;
  }
  &:hover {
    color: $white;
  }
}
.plugin-card-top {
  background-color: $bg-grey;
}
.widefat ol,
.widefat p,
.widefat ul {
  color: rgba($white, 0.8);
}
.plugin-card-bottom {
  background-color: $ultra-grey;
}
.plugin-card .column-compatibility,
.plugin-card .column-updated {
  color: rgba($white, 0.8);
}
.plugin-card .column-downloaded,
.plugin-card .column-rating {
  color: rgba($white, 0.8);
}
.health-check-tab.active,
.privacy-settings-tab.active {
  color: $white;
}
.privacy-settings-tab {
  color: rgba($white, 0.8);
  &:hover {
    color: $white;
  }
}
.components-button.is-destructive:hover:not(:disabled) {
  color: $light-red;
  outline-color: $light-red;
}
.block-editor-block-inspector .block-editor-block-card {
  background-color: $bg-grey;
  color: $white;
}
.interface-complementary-area h2 {
  color: $white;
}
.css-kfhu3b {
  background-color: $bg-grey;
  color: $white;
}
.block-editor-tools-panel-color-gradient-settings__dropdown
  .block-editor-panel-color-gradient-settings__color-name {
  color: $white;
}
.block-editor-tools-panel-color-gradient-settings__item > div,
.block-editor-tools-panel-color-gradient-settings__item > div > button {
  background-color: $heavy-grey;
}
.ec-db--b-dcf-ukhlku {
  background-color: $heavy-grey;
}

.components-panel__body-toggle.components-button .components-panel__arrow {
  color: rgba($white, 0.8);
}
.block-editor-block-contextual-toolbar
  .block-editor-block-toolbar
  .components-toolbar,
.block-editor-block-contextual-toolbar
  .block-editor-block-toolbar
  .components-toolbar-group {
  background-color: $bg-grey;
}
.is-alternate .components-popover__content {
  background-color: $bg-grey;
}
.components-dropdown-menu__menu .components-menu-group {
  background-color: $bg-grey;
}
.components-menu-item__item {
  color: $white;
}
.components-menu-item__shortcut {
  color: $white;
}
.block-editor-inserter__search {
  background-color: $bg-grey;
}

.components-modal__frame *,
.components-modal__frame ::after,
.components-modal__frame ::before,
.components-popover *,
.components-popover ::after,
.components-popover ::before,
.edit-post-editor__inserter-panel *,
.edit-post-editor__inserter-panel ::after,
.edit-post-editor__inserter-panel ::before,
.edit-post-header *,
.edit-post-header ::after,
.edit-post-header ::before,
.edit-post-sidebar *,
.edit-post-sidebar ::after,
.edit-post-sidebar ::before,
.edit-post-text-editor *,
.edit-post-text-editor ::after,
.edit-post-text-editor ::before,
.editor-post-publish-panel *,
.editor-post-publish-panel ::after,
.editor-post-publish-panel ::before {
  color: $white;
}
.components-search-control__.input {
  background-color: $bg-grey;
}
.block-editor-inserter__tabs
  .components-tab-panel__tabs
  .components-tab-panel__tabs-item {
  background-color: $heavy-grey;
  color: rgba($white, 0.8);
}
.block-editor-inserter__panel-header {
  background-color: $bg-grey;
  width: 100%;
}
.block-editor-inserter__panel-content {
  background-color: $bg-grey;
}
.block-editor-inserter__panel-title,
.block-editor-inserter__panel-title button {
  color: $white;
}
.css-1udlm7h {
  color: $white;
}
.block-editor-block-patterns-list__item
  .block-editor-block-patterns-list__item-title {
  color: $white;
}

.edit-post-header__settings .components-button svg {
  color: $black;
}
.table-of-contents__count {
  color: $white;
}
.table-of-contents__number,
.table-of-contents__popover .word-count {
  color: rgba($white, 0.8);
}
.components-modal__header {
  background-color: $heavy-grey;
}
.components-modal__content {
  background-color: $heavy-grey;
}
.components-button .components-tab-panel__tabs-item {
  color: $white;
}
.components-menu-items__item-icon .has-icon-right {
  color: $white;
}
.components-button {
  background-color: $ultra-grey !important;
  color: $white;
  &:hover {
    background-color: $light-blue !important;
  }
}
.components-button.is-pressed {
  background-color: $white;
  &:hover {
    background-color: $white;
  }
}
.interface-interface-skeleton__secondary-sidebar,
.interface-interface-skeleton__sidebar {
  background-color: $bg-grey;
  color: $white;
}
.block-editor-list-view-leaf .block-editor-list-view-block-contents {
  color: $white;
}
.components-popover__content {
  background-color: $bg-grey;
  color: $white;
}
.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active {
  color: $black;
}
.wppool-settings-content {
  background-color: $heavy-grey;
}
.notice-success.notice-alt {
  background-color: $heavy-grey;
  color: $white !important;
}
.subsubsub a .count,
.subsubsub a.current .count {
  color: $base-grey;
}
#doaction,
#doaction2,
#post-query-submit,
#search-submit {
  background-color: rgba($bg-grey, 0.8);
}
#wpfooter p {
  color: rgba($white, 0.8);
}
.xdebug-error .xe-warning {
  background-color: rgba($bg-grey, 0.8);
}
.entry-content > * {
  color: $black !important;
}
.edit-post-header {
  background-color: $bg-grey;
}
.health-check-header h1,
.privacy-settings-header h1 {
  color: $white;
}
.health-check-body h2 {
  color: $white;
}

.filter-links li > a {
  color: rgba($white, 0.8);
  border-bottom: 4px solid rgba($light-grey, 0.9);
}
.filter-links .current {
  border-bottom: 4px solid $white;
}
.comment-ays, .feature-filter, .imgedit-group, .popular-tags, .stuffbox, .widgets-holder-wrap, .wp-editor-container, p.popular-tags, table.widefat {
  background-color: $bg-grey;
}
#templateside > ul {
  background-color: $bg-grey;
}
.privacy-settings-body .hide-if-no-js,h2 {
  color: $white !important;
}

//Appearance
.accordion-section-title {
  background-color: $bg-grey !important;
  color: rgba($white, 0.8) !important;
}
.manage-menus {
  background-color: $heavy-grey !important;
}
.accordion-section-content {
  background-color: $bg-grey;
}
.categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel, .wp-tab-panel {
  background-color: $bg-grey;
}
.nav-menus-php .major-publishing-actions {
  background-color: $bg-grey;
}
.nav-menus-php #post-body {
  background-color: $bg-grey;
}
.menu-item-handle, .widget .widget-top {
  background-color: rgba($light-grey, 0.8);
}
.bulk-select-button {
  background-color: rgba($dark-slategray, 0.8);
}

#customize-header-actions {
  background-color: $bg-grey;
}
.customize-section-title {
  background-color: $bg-grey;
}
#customize-controls .control-section-themes .accordion-section-title span.customize-action, #customize-controls .customize-section-title span.customize-action, .control-panel-themes .accordion-section-title span.customize-action {
  color: $white !important;
}
#customize-controls .customize-info .panel-title,
#customize-controls .customize-pane-child .customize-section-title h3,
#customize-controls .customize-pane-child h3.customize-section-title,
#customize-outer-theme-controls .customize-pane-child .customize-section-title h3,
#customize-outer-theme-controls .customize-pane-child h3.customize-section-title {
  color: $white !important;
}
#customize-theme-controls .customize-pane-child.accordion-section-content {
  background-color: $bg-grey;
  color: rgba($white, 0.8);
}
.customize-control input[type="email"],
.customize-control input[type="number"],
.customize-control input[type="password"],
.customize-control input[type="range"],
.customize-control input[type="search"],
.customize-control input[type="tel"],
.customize-control input[type="text"],
.customize-control input[type="url"] {
  background-color: rgba($ultra-grey, 0.8);
}
#customize-controls .wp-full-overlay-sidebar-content {
  background-color: $heavy-grey;
}
.theme-id-container .theme-browser .theme #custom-developer-theme-name {
  background-color: $bg-grey !important;
}
.customize-controls-close {
  background: rgba($bg-grey, 0.8) !important;
  border-right: none;
  border-top: none;
  color: $white !important;
}
.customize-panel-back, .customize-section-back {
  background: rgba($bg-grey, 0.8) !important;
}
.wp-customizer .menu-item-bar .menu-item-handle {
  background: rgba($bg-grey, 0.8) !important;
  color: $white;
}
.wp-customizer .menu-item-handle .item-type {
  color: rgba($white, 0.8);
}
.wp-customizer .menu-item-settings {
  background-color: rgba($bg-grey, 0.8);
}

#customize-controls .description {
  color: rgba($white, 0.8);
}
.theme-browser .theme .theme-name {
  background-color: $bg-grey;
}
#customize-controls .customize-info .customize-panel-description,
#customize-controls .customize-info .customize-section-description,
#customize-controls .no-widget-areas-rendered-notice,
#customize-outer-theme-controls .customize-info .customize-section-description {
  background-color: rgba($heavy-grey, 0.8);
}
#customize-header-actions {
  border-bottom: none;
}
#customize-theme-controls .customize-pane-child.accordion-section-content {
  background-color: rgba($heavy-grey, 0.8);
}
.wp-customizer .menu-item .submitbox .submitdelete {
  color: $light-red;
  &:hover {
    color: $dark-red;
  }
}
.wp-core-ui .button-link-delete {
  color: $light-red;
  &:hover {
    color: $dark-red;
  }
}
.customize-control-textarea textarea {
  background-color: rgba($bg-grey, 0.8);
  color: $white;
}
.customize-section-description ul > li {
  color: rgba($white, 0.8);
}
.customize-panel-back::before,
.customize-section-back::before {
  color: rgba($white, 0.8);
}

#customize-controls .control-section .accordion-section-title:focus .menu-in-location, #customize-controls .control-section .accordion-section-title:hover .menu-in-location, #customize-controls .theme-location-set {
  color: rgba($white, 0.9);
}
.edit-widgets-header__title {
  color: $white;
}
.block-editor-writing-flow {
  background-color: $bg-grey;
}
.edit-widgets-widget-areas__top-container {
  background-color: $bg-grey;
}
.block-editor-block-icon svg {
  fill: $white;
}
.wp-tab-active, ul.add-menu-item-tabs li.tabs, ul.category-tabs li.tabs {
  background-color: $dark-blue;
}
#nav-menu-footer, #nav-menu-header {
  background-color: $bg-grey;

}

//Jetpack
.jp-masthead {
  background-color: $bg-grey !important;
  color: $white !important;
}
#jp-plugin-container {
  background-color: $heavy-grey;
}
.jp-dash-section-header__name {
  color: $white;
}
h2.dops-card-title {
  color: $white;
}
.dops-section-nav-tabs__list {
  background-color: $bg-grey;
}
.dops-section-nav-tab__text {
  color: $white !important;
}
.jp-at-a-glance__stats-inactive {
  background-color: $bg-grey;
  color: $white;
}

.dops-section-header__label-text {
  color: $white !important;
}
.jp-dash-item__card {
  background-color: $bg-grey !important;
}
.jp-dash-item__is-inactive .jp-dash-item__description {
  color: $white !important;
}
.plugin-dash-item .dops-banner.dops-card {
  background-color: $bg-grey !important;
}
.dops-card .dops-banner .has-call-to-action .is-product {
  background-color: $bg-grey !important;
}
.dops-banner__info .dops-banner__title {
  color: $white !important;
}
.jp-connection-settings__text {
  color: $white;
}
.jp-footer__link {
  color: $white !important;
}
.jp-dashboard-footer a {
  color: $white !important;
}
.jp-dashboard-footer__footer-right svg #jp-automattic-byline-logo-title {
  color: $white !important;
}
.dops-banner.dops-card.is-product {
  background-color: $dark-silver;
}
.dops-popover.dops-info-popover__tooltip .dops-popover__inner {
  background-color: $bg-grey;
  color: rgba($white, 0.8) !important;
  &:a:active,
  a:hover {
    color: $link-blue;
  }
}
.jp-dashboard-footer {
  fill: $white;
}
.jp-dash-item__is-inactive .dops-section-header__label-text::before {
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    $dark-slategray 90%
  ) !important;
}
.dops-section-header__label-text::before {
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    $dark-slategray 90%
  ) !important;
}
.dops-card {
  background-color: $bg-grey !important;
}
.jp-form-block-fade {
  background-color: $transparent !important;
}
.dops-section-header.dops-card {
  background-color: $dark-slategray !important;
}
.dops-card .dops-section-header .is-compact {
  background-color: $dark-slategray !important;
}

//Woocommerce
.woocommerce-profile-wizard__body .woocommerce-profile-wizard__header {
  background-color: $bg-grey !important;
  color: rgba($white, 0.8) !important;
}
.woocommerce-profile-wizard__body
  .woocommerce-layout
  .woocommerce-layout__main {
  background-color: $bg-grey !important;
}
.woocommerce-stepper
  .woocommerce-stepper__step
  .woocommerce-stepper__step-label {
  color: rgba($white, 0.8) !important;
}
.woocommerce-profile-wizard__body .woocommerce-profile-wizard__step-header h2 {
  color: $white !important;
}
.woocommerce-profile-wizard__body .woocommerce-profile-wizard__step-header p {
  color: rgba($white, 0.8) !important;
}
.woocommerce-profile-wizard__body .woocommerce-profile-wizard__container {
  background-color: $bg-grey !important;
}
.css-188a3xf {
  background-color: $heavy-grey;
}
.woocommerce-profile-wizard__body .woocommerce-select-control__control {
  background-color: $dark-slategray !important;
}
.woocommerce-select-control.is-searchable
  .woocommerce-select-control__control-input {
  color: $white !important;
}
.muriel-input-text {
  background-color: $heavy-grey !important;
}
.muriel-input-text label {
  color: $white !important;
}
.muriel-input-text .components-text-control__input,
.muriel-input-text .components-text-control__input[type="color"],
.muriel-input-text .components-text-control__input[type="date"],
.muriel-input-text .components-text-control__input[type="datetime-local"],
.muriel-input-text .components-text-control__input[type="datetime"],
.muriel-input-text .components-text-control__input[type="email"],
.muriel-input-text .components-text-control__input[type="month"],
.muriel-input-text .components-text-control__input[type="number"],
.muriel-input-text .components-text-control__input[type="password"],
.muriel-input-text .components-text-control__input[type="tel"],
.muriel-input-text .components-text-control__input[type="text"],
.muriel-input-text .components-text-control__input[type="time"],
.muriel-input-text .components-text-control__input[type="url"],
.muriel-input-text .components-text-control__input[type="week"] {
  background-color: $heavy-grey;
  color: rgba($white, 0.8);

  &::placeholder {
    color: rgba($white, 0.8) !important;
  }
}
.woocommerce-admin-full-screen {
  background-color: $heavy-grey;
}
.components-button .woocommerce-select-control__option {
  background-color: $bg-grey !important;
}
.css-15xwpt9 {
  background-color: $heavy-grey;
}
.woocommerce-select-control .woocommerce-select-control__listbox {
  background-color: $heavy-grey !important;
}
.woocommerce-usage-modal__message #text {
  color: rgba($white, 0.8) !important;
}

.woocommerce-profile-wizard__body .woocommerce-profile-wizard__checkbox {
  background-color: $heavy-grey !important;
}
.css-1vjvut3 {
  background-color: $heavy-grey !important;
}
.css-1c1u78k {
  color: rgba($white, 0.8) !important;
}
.woocommerce-select-control
  .components-base-control
  .woocommerce-select-control__control-input {
  color: rgba($white, 0.8) !important;
}
.woocommerce-select-control .woocommerce-select-control__option.is-selected,
.woocommerce-select-control .woocommerce-select-control__option:hover {
  color: rgba($white, 0.8) !important;
}
.woocommerce-select-control .woocommerce-select-control__option.is-selected,
.woocommerce-select-control .woocommerce-select-control__option:hover {
  color: $black;
}
.css-1szns44 {
  background-color: $heavy-grey;
}
.css-1pd4mph {
  background-color: $bg-grey !important;
}
.woocommerce-profile-wizard__business-details__free-features
  .woocommerce-admin__business-details__selective-extensions-bundle
  .woocommerce-admin__business-details__selective-extensions-bundle__description {
  color: rgba($white, 0.8) !important;
}
.woocommerce-profile-wizard__business-details__free-features
  .woocommerce-admin__business-details__selective-extensions-bundle
  .woocommerce-admin__business-details__selective-extensions-bundle__category {
  color: $white !important;
}
.components-button .components-tab-panel__tabs-item {
  background-color: $heavy-grey;
}
.jp-contextualized-connection {
  background-color: rgba($bg-grey, 0.8) !important;
}
.jp-contextualized-connection__footer {
  background-color: rgba($bg-grey, 0.8) !important;
}
.jp-contextualized-connection__feature-list li {
  color: rgba($white, 0.8) !important;
}
.jp-contextualized-connection__footer-bottom-title {
  color: rgba($white, 0.8) !important;
}

.woocommerce-layout__header .woocommerce-layout__header-heading {
  background-color: rgba($dark-slategray, 0.8) !important;
  color: rgba($white, 0.8) !important;
}
.woocommerce-layout__activity-panel-tabs
  .woocommerce-layout__activity-panel-tab {
  background-color: rgba($dark-slategray, 0.8) !important;
}
.woocommerce-page .woocommerce-dropdown-button::after {
  background-color: rgba($white, 0.8) !important;
}
.woocommerce-ellipsis-menu__popover
  .woocommerce-ellipsis-menu__content
  .components-button {
  color: rgba($white, 0.8);
}
.woocommerce-task-progress-header p {
  color: rgba($white, 0.8) !important;
}
.woocommerce-task-dashboard__container.two-column-experiment
  .woocommerce-task-header__contents
  p,
.woocommerce-task-dashboard__container.two-column-experiment
  .woocommerce-task-header__contents
  span {
  color: rgba($white, 0.8) !important;
}
.woocommerce-task-dashboard__container.two-column-experiment:not(.two-columns)
  ul
  li {
  background-color: $heavy-grey;
}
.woocommerce-task-list__item .woocommerce-task-list__item-title {
  color: rgba($white, 0.8) !important;
}
.css-2x4s0q {
  color: $white !important;
}
.woocommerce-task-list__item {
  background-color: $bg-grey !important;
}
.woocommerce-tour-kit .woocommerce-tour-kit-step__heading {
  color: $white !important;
}
.woocommerce-tour-kit .woocommerce-tour-kit-step__description {
  color: rgba($white, 0.8) !important;
}
.woocommerce-tour-kit .woocommerce-tour-kit-step-navigation__step {
  color: rgba($white, 0.8) !important;
}
table.wc-shipping-classes .wc-shipping-zone-methods,
table.wc-shipping-classes .wc-shipping-zone-name,
table.wc-shipping-zone-methods .wc-shipping-zone-methods,
table.wc-shipping-zone-methods .wc-shipping-zone-name,
table.wc-shipping-zones .wc-shipping-zone-methods,
table.wc-shipping-zones .wc-shipping-zone-name {
  background-color: $ultra-grey !important;
}
table.wc-shipping-classes thead .wc-shipping-zone-sort,
table.wc-shipping-zone-methods thead .wc-shipping-zone-sort,
table.wc-shipping-zones thead .wc-shipping-zone-sort {
  background-color: $ultra-grey !important;
}
table.wc-shipping-classes thead th,
table.wc-shipping-zone-methods thead th,
table.wc-shipping-zones thead th {
  background-color: $ultra-grey !important;
}
table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:first-child td,
table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:first-child td,
table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:first-child td {
  background-color: $bg-grey !important;
}
table.wc-shipping-classes tr.wc-shipping-zone-worldwide td,
table.wc-shipping-zone-methods tr.wc-shipping-zone-worldwide td,
table.wc-shipping-zones tr.wc-shipping-zone-worldwide td {
  background-color: $bg-grey !important;
}
table.wc-shipping-classes td.wc-shipping-zone-methods ul li,
table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li,
table.wc-shipping-zones td.wc-shipping-zone-methods ul li {
  color: rgba($white, 0.8) !important;
}
.woocommerce-dropdown-button__labels {
  background-color: $ultra-grey;
  color: rgba($white, 0.8);
}
.woocommerce-filters-date__content .components-popover__content,
.woocommerce-filters-filter__content .components-popover__content {
  background-color: $ultra-grey !important;
  color: rgba($white, 0.8) !important;
}
.woocommerce-filters-filter__content-list-item
  .woocommerce-filters-filter__button.components-button {
  background-color: $ultra-grey !important;
  color: rgba($white, 0.8) !important;
}
.woocommerce-search.woocommerce-select-control
  .components-base-control
  .woocommerce-select-control__control-input {
  background-color: $dark-slategray !important;
}
.woocommerce-search.woocommerce-select-control
  .woocommerce-select-control__control {
  background-color: $dark-slategray !important;
}
.css-10feu0u {
  color: $white !important;
}
.css-15xwpt9 > * {
  color: $white !important;
}
.woocommerce-table__table tr:focus-within td,
.woocommerce-table__table tr:focus-within th,
.woocommerce-table__table tr:hover td,
.woocommerce-table__table tr th {
  background-color: $dark-silver !important;
}
.css-fv8ml2 {
  background-color: $dark-silver !important;
}
.css-1odqdr0 {
  color: rgba($white, 0.8) !important;
}
.css-c38ds3 {
  color: $white !important;
}
.css-1pd4mph {
  color: $white !important;
}
.woocommerce-marketing-recommended-extensions-item h4 {
  color: $white !important;
}
.woocommerce-marketing-knowledgebase-card__post h3 {
  color: $white !important;
}
.woocommerce-pagination__page-arrows-buttons .components-button {
  background-color: $ultra-grey;
  color: $white !important;
}
.css-off1bd {
  background-color: $ultra-grey;
}
div.woocommerce-message.updated {
  background-color: $ultra-grey;
}
.wp-core-ui .notice.is-dismissible {
  background-color: $ultra-blue;
}
.css-1xs3c37-CardUI.is-borderless {
  background-color: $heavy-grey !important;
}
.gla-get-started-customer-quotes-card .components-flex__block {
  background-color: $dark-silver !important;
}
.components-panel__header {
  background-color: $ultra-grey;
}
.components-panel__header h2 {
  color: $white !important;
}
.components-button.components-panel__body-toggle {
  background-color: $heavy-grey !important;
}
.components-panel__body-toggle.components-button {
  color: $white !important;
}
.woocommerce-dashboard__store-performance .woocommerce-summary__item {
  background-color: $dark-silver !important;
}
.css-jfofvs {
  color: $white !important;
}
.css-1g6knzi {
  background-color: rgba($bg-grey, 0.8) !important;
}
.woocommerce-filters-date__text {
  background-color: $heavy-grey !important;
}
.woocommerce-table.is-empty {
  background-color: $bg-grey !important;
}
.woocommerce-summary__item {
  background-color: $dark-silver !important;
}
.woocommerce-chart .woocommerce-chart__header {
  background-color: $heavy-grey !important;
}
.woocommerce-legend__item > button {
  background-color: $heavy-grey !important;
}
.d3-chart__container svg {
  background-color: $bg-grey !important;
  color: rgba($white, 0.8);
}
.woocommerce-segmented-selection__label {
  background-color: $heavy-grey !important;
  color: rgba($white, 0.8);
}
#tab-panel-0-period {
  color: $white;
}
#tab-panel-0-custom {
  color: $white;
}
.woocommerce-filters-date__text {
  color: $white !important;
}
.woocommerce-filters-date__content-controls,
.woocommerce-filters-date__button-group {
  background-color: $light-grey !important;
}

.notice-error.notice-alt {
  background-color: rgba($bg-grey, 0.8);
}
.woocommerce-inbox-message__wrapper .woocommerce-inbox-message__content {
  background-color: $bg-grey !important;
  color: rgba($white, 0.8);
}

.woocommerce-reports-wide .postbox div.stats_range ul,
.woocommerce-reports-wide .postbox h3.stats_range ul,
.woocommerce-reports-wrap .postbox div.stats_range ul,
.woocommerce-reports-wrap .postbox h3.stats_range ul {
  background-color: $bg-grey !important;
}
.woocommerce-inbox-message__actions {
  background-color: rgba($bg-grey, 0.8);
}
.d3-chart__container .d3-chart__tooltip {
  background-color: rgba($bg-grey, 0.8) !important;
}
.woocommerce-report-table .woocommerce-table__compare .components-button {
  background-color: $ultra-grey !important;
}
.woocommerce-reports-wide .postbox .chart-legend,
.woocommerce-reports-wrap .postbox .chart-legend {
  background-color: rgba($heavy-grey, 0.8) !important;
}
.woocommerce-reports-wide .postbox .chart-container,
.woocommerce-reports-wrap .postbox .chart-container {
  background-color: rgba($heavy-grey, 0.8) !important;
}
.woocommerce-reports-wide .postbox .chart-legend li strong,
.woocommerce-reports-wrap .postbox .chart-legend li strong {
  color: rgba($white, 0.8) !important;
}
.woocommerce-task-progress-header {
  background-color: rgba($heavy-grey, 0.8) !important;
}

.woocommerce-inbox-message__text {
  color: rgba($white, 0.8) !important;
}
.woocommerce-inbox-message__content .woocommerce-inbox-message__date {
  color: rgba($white, 0.9) !important;
}
article.woocommerce-stats-overview__install-jetpack-promo h2 {
  color: $white !important;
}
.woocommerce-badge {
  color: rgba($bg-grey, 0.8);
}
.woocommerce-stats-overview__tabs 
  .components-tab-panel__tabs 
  .components-button {
  color: $white !important;
}
article.woocommerce-stats-overview__install-jetpack-promo p {
  color: rgba($white, 0.8) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: rgba($ultra-blue, 0.9) !important;
  color: $white !important;
}
.select2-search .select2-search--dropdown {
  background-color: rgba($ultra-blue, 0.9) !important;
}
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"] {
  background-color: rgba($link-blue, 0.8) !important;
  color: $black;
  &:hover {
    background-color: $link-blue !important;
  }
}
table.wc_status_table tr:nth-child(2n) td,
table.wc_status_table tr:nth-child(2n) th {
  background-color: $ultra-grey !important;
}
.widefat tfoot tr td,
.widefat tfoot tr th,
.widefat thead tr td,
.widefat thead tr th {
  background-color: $dark-slategray;
}
.wc-addons-wrap .top-bar {
  background-color: $heavy-grey !important;
}
.marketplace-header__tab-link {
  color: $white !important;
}
#marketplace-current-section-dropdown ul li {
  background-color: $bg-grey !important;
}
.wc-addons-wrap .current-section-dropdown ul a,
.wc-addons-wrap .current-section-dropdown ul a:active,
.wc-addons-wrap .current-section-dropdown ul a:hover,
.wc-addons-wrap .current-section-dropdown ul a:visited {
  color: rgba($white, 0.8) !important;
}
.wc-addons-wrap .products li .product-details {
  background-color: $bg-grey;
}
.wc-addons-wrap .products li .product-details .product-developed-by {
  color: rgba($white, 0.8) !important;
}
.wc-addons-wrap .products li .product-details .product-developed-by .product-vendor-link {
  color: rgba($white, 0.8) !important;
}
.wc-addons-wrap .products li .product-details p {
  color: rgba($white, 0.8) !important;
}
.wc-addons-wrap .products li .product-footer {
  background-color: $dark-silver;
}
.marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-body"] .marketplace-suggestion-container .marketplace-suggestion-container-content p:last-child, .marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-body"] .marketplace-suggestion-container .marketplace-suggestion-container-content p:last-child {
  color: rgba($white, 0.8) !important;
}
.woocommerce-legend__item > button {
  color: rgba($white, 0.8) !important;
}

.components-button {
  color: $white !important;
}
.woocommerce-marketing-installed-extensions-card__item h4 {
  color: $white !important;
}
.woocommerce-marketing-installed-extensions-card__item p {
  color: rgba($white, 0.8) !important;
}
.woocommerce-marketing-recommended-extensions-item p {
  color: rgba($white, 0.8) !important;
}
#wc-facebook-connection-box {
  background-color: $heavy-grey !important;
}
#wc-facebook-connection-box .benefits .benefit {
  color: rgba($white, 0.8) !important;
}
.wc-wp-version-gte-53 .woocommerce table.form-table input.regular-input,
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="date"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="datetime-local"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="datetime"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="email"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="number"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="password"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="tel"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="text"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="time"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="url"],
.wc-wp-version-gte-53 .woocommerce table.form-table input[type="week"],
.wc-wp-version-gte-53 .woocommerce table.form-table textarea {
  background-color: rgba($ultra-blue, 0.8);
  color: rgba($white, 0.4);
  &::placeholder {
    color: rgba($white, 0.8);
  }
}
.woocommerce-list .woocommerce-list__item > .woocommerce-list__item-inner {
  background-color: $heavy-grey !important;
}
.wc-addons-wrap .products .product-footer-promoted {
  background-color: $dark-silver !important;
}
.wc-addons-wrap .products li {
  background-color: $bg-grey !important;
}
.wc-addons-wrap .products li .product-footer .price {
  color: rgba($white, 0.8) !important;
}
.wc-addons-wrap .products li .product-footer .button {
  background-color: $bg-rose !important;
  color: $white !important;
}
.wc-addons-wrap .products li .product-details.featured .label.promoted,
.wc-addons-wrap .products li .product-details.promoted .label.promoted {
  background-color: rgba($bg-grey, 0.8);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  background-color: rgba($ultra-blue, 0.8) !important;
}
table.wc_emails tr:nth-child(2n + 1) td,
table.wc_gateways tr:nth-child(2n + 1) td,
table.wc_shipping tr:nth-child(2n + 1) td {
  background: rgba($bg-grey, 0.8) !important;
}
.woocommerce table.form-table fieldset p.description {
  color: rgba($white, 0.8) !important;
}
.woocommerce_registration_privacy_policy_text {
  background-color: $heavy-grey !important;
}
.wc-addons-wrap .products li .product-details.featured h2,
.wc-addons-wrap .products li .product-details.promoted h2 {
  color: $link-blue !important;
}
.post-type-product .woocommerce-BlankState .woocommerce-BlankState-message,
.post-type-shop_order .woocommerce-BlankState .woocommerce-BlankState-message,
.woocommerce_page_wc-orders .woocommerce-BlankState .woocommerce-BlankState-message {
  color: rgba($white, 0.8) !important;
}

.marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-footer"]
  .marketplace-suggestion-container,
.marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="orders-list-empty-header"]
  .marketplace-suggestion-container,
.marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-footer"]
  .marketplace-suggestion-container,
.marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="products-list-empty-header"]
  .marketplace-suggestion-container {
  background: rgba($ultra-grey, 0.8) !important;
}
.marketplace-suggestion-container {
  background: rgba($bg-grey, 0.8) !important;
}
.woocommerce-table .components-card__footer {
  background: rgba($ultra-grey, 0.8) !important;
}
.woocommerce-page .woocommerce-dropdown-button {
  background-color: rgba($ultra-grey, 0.8) !important;
}
.wc-shipping-zone-delete {
  color: $light-red !important;
  &:hover {
    color: $dark-red !important;
  }
}
table.wc-shipping-classes .wc-shipping-class-rows tr:nth-child(2n + 1) td,
table.wc-shipping-classes tr.odd td,
table.wc-shipping-zone-methods .wc-shipping-class-rows tr:nth-child(2n + 1) td,
table.wc-shipping-zone-methods tr.odd td,
table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(2n + 1) td,
table.wc-shipping-zones tr.odd td {
  background: rgba($bg-grey, 0.8) !important;
}
.select2-container .select2-selection--multiple {
  background-color: $dark-blue !important;
}
.screen-reader-text {
  background-color: $dark-blue !important;
}
#log-viewer {
  background: rgba($bg-grey, 0.8) !important;
}
table.wc_status_table td .red,
table.wc_status_table td mark.error,
table.wc_status_table th .red,
table.wc_status_table th mark.error {
  color: $dark-red !important;
}
.dashicons-search::before {
  color: rgba($white, 0.4);
}
.wc-addons-wrap .products li .product-footer .price-suffix {
  color: rgba($white, 0.4) !important;
}
.wc-addons-wrap .products li .product-footer .product-reviews-block .product-reviews-count {
  color: rgba($white, 0.4) !important;
}
.wc-helper .start-container {
  background-color: rgba($bg-grey, 0.8) !important;
}
#titlediv #title {
  background-color: rgba($dark-blue, 0.8);
}
#titlediv #title-prompt-text {
  color: rgba($white, 0.8);
}
#wp-content-editor-tools {
  background-color: $heavy-grey;
}
#woocommerce-coupon-data ul.wc-tabs::after,
#woocommerce-product-data ul.wc-tabs::after,
.woocommerce ul.wc-tabs::after {
  background-color: $bg-grey !important;
}
.woocommerce-table__table::before {
  background: linear-gradient(
    90deg,
    rgba($bg-grey, 0.8),
    hsla(0, 0%, 100%, 0)
  ) !important;
}
.woocommerce-table__table::after {
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    rgba($bg-grey, 0.8)
  ) !important;
}
.ui-widget-content {
  background-color: $ultra-grey !important;
}
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
  background-color: rgba($ultra-grey, 0.6) !important;
}
.mce-menu .mce-container-body {
  background-color: rgba($bg-grey, 0.8) !important;
}
#woocommerce-coupon-data ul.wc-tabs li a,
#woocommerce-product-data ul.wc-tabs li a,
.woocommerce ul.wc-tabs li a {
  background-color: $bg-grey !important;
}
#woocommerce-coupon-data ul.wc-tabs li.active a,
#woocommerce-product-data ul.wc-tabs li.active a,
.woocommerce ul.wc-tabs li.active a {
  color: $white !important;
}
.woocommerce_options_panel .options_group {
  background-color: $bg-grey !important;
}
.woocommerce_options_panel label,
.woocommerce_options_panel legend {
  color: rgba($white, 0.8);
}
#woocommerce-coupon-data .panel-wrap,
#woocommerce-product-data .panel-wrap {
  background-color: $bg-grey !important;
}
#woocommerce-coupon-data ul.wc-tabs,
#woocommerce-product-data ul.wc-tabs,
.woocommerce ul.wc-tabs {
  background-color: $bg-grey !important;
}
.select2-search__field::placeholder {
  color: rgba($white, 0.8);
}
.woocommerce_options_panel .dimensions_field .wrap,
.woocommerce_options_panel .short,
.woocommerce_options_panel input[type="email"].short,
.woocommerce_options_panel input[type="number"].short,
.woocommerce_options_panel input[type="password"].short,
.woocommerce_options_panel input[type="text"].short {
  background-color: rgba($dark-blue, 0.8);
}
.marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-body"]
  .marketplace-suggestion-container
  .marketplace-suggestion-container-content
  p,
.marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-footer"]
  .marketplace-suggestion-container
  .marketplace-suggestion-container-content
  p,
.marketplace-suggestions-container.showing-suggestion[data-marketplace-suggestions-context="product-edit-meta-tab-header"]
  .marketplace-suggestion-container
  .marketplace-suggestion-container-content
  p {
  color: rgba($white, 0.8);
}
.howto {
  color: rgba($white, 0.8);
}
#major-publishing-actions {
  background-color: $bg-grey !important;
}
#postimagediv p {
  background-color: $bg-grey !important;
}
#wp-word-count,
#post-status-info td {
  background-color: $bg-grey !important;
}
.woocommerce-summary__item .woocommerce-summary__item-delta {
  background-color: rgba($ultra-blue, 0.8) !important;
}
.woocommerce-ellipsis-menu__popover .components-base-control__label,
.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__title {
  color: rgba($white, 0.8) !important;
}
.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__item {
  color: rgba($white, 0.4) !important;
}
.woocommerce-dashboard__chart-block-wrapper .woocommerce-chart__footer {
  background-color: $black !important;
}
.woocommerce-search.woocommerce-select-control
  .woocommerce-select-control__control-icon {
  fill: rgba($white, 0.8) !important;
}
.css-18q9qlf {
  fill: rgba($white, 0.8);
}
.woocommerce-activity-panel {
  background-color: rgba($dark-slategray, 0.8);
}
.select2-search--dropdown {
  background-color: rgba($ultra-blue, 0.9) !important;
}
.wc-wp-version-gte-53
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  background-color: rgba($white, 0.4) !important;
}
.components-button.is-secondary {
  box-shadow: inset 0 0 0 1px $light-grey !important;
}
.dops-search.is-expanded-to-container .dops-search__input {
  background-color: $bg-grey !important;
  &::placeholder {
    color: rgba($white, 0.8) !important;
  }
}
.dops-search .dops-search__icon-navigation {
  background-color: $bg-grey !important;
}
.woocommerce-inbox-message__wrapper .woocommerce-inbox-message__content .woocommerce-inbox-message__title a {
  background-color: rgba($bg-grey, 0.8) !important;
  color: rgba($white, 1) !important;
}
.woocommerce-layout__activity-panel{
  background-color: rgba($dark-slategray, 0.8) !important;
}

.woocommerce-layout__activity-panel-tabs .woocommerce-layout__activity-panel-tab {
  background-color: rgba(#587172, 1) !important;
  border-radius: 0px;
}
.components-button:disabled, .components-button[aria-disabled="true"]{
  background-color: rgba($ultra-grey, 0.8) !important;
  opacity: 1;
}

.privacy-settings-body .hide-if-no-js h2 {
  color: $white !important;
}

.ui-widget-header{
  background:  $ultra-grey !important;
  border: none !important;
}
.ui-datepicker-calendar {
  background: $ultra-grey !important;
  color: $white !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: $ultra-grey !important;
  color: $white !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 3px solid $white !important;
}
.select2-results__option {
  background: rgba($ultra-blue, 0.8) !important;
}
.dops-search.is-open .dops-search__input-fade.ltr::before, .dops-search.is-open .dops-search__input-fade::before {
  background: linear-gradient(90deg,hsla(0,0%,100%,0),$bg-grey 90%) !important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  background-color: $dark-silver;
}
.nav-tab {
  background: $dark-silver !important;
  color: $white;
  &:active {
    background: rgba($link-blue, 0.8) !important;
  }
}
.nav-tab-wrapper .woo-nav-tab-wrapper .nav-tab {
  background: $dark-blue !important;
}
.select2-results__options{
  background-color: rgba($ultra-blue, 0.9) !important;
}
.select2-results__option{
  background: rgba($ultra-blue, 0.9) !important;
}
.wooocommerce-inbox-card__footer {
  background-color: $bg-grey !important;
}
.woocommerce-inbox-message__content .woocommerce-inbox-message__title, .woocommerce-inbox-message__content .woocommerce-inbox-message__title a {
  color: $white !important;
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
  border-color: rgba($light-grey, 0.9);
}
.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {
  border: 2px solid rgba($light-grey, 0.8);
}
.mce-menubtn.mce-fixed-width span {
  color: rgba($white, 0.8);
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
  color: rgba($white, 0.8);
}
.switch-tmce {
  background-color: $dark-silver !important;
  color: rgba($white, 0.4) !important;
}
.has-dfw .quicktags-toolbar {
  background-color: $ultra-grey !important;
}
.upload-plugin .wp-upload-form, .upload-theme .wp-upload-form {
  background-color: $bg-grey;
}
.upload-plugin .install-help, .upload-theme .install-help {
  color: rgba($white, 0.6);
}
.dops-section-nav {
  background-color: $bg-grey !important;
}