/* src/dark_mode.scss */
:root {
  --text-color: white;
  --background: #030213;
  --button-color: #3a4048;
  --header-border-color: #3a4048;
  --sidepanel-background: #030213;
  --content-borders: #3a4048;
  --subsection-color: #a4a9af;
  --item-background: #2a3038;
  --hover-background: #cedee5;
  --pattern-urlcenter: url("./media/center_dark_mode.png");
  --pattern-url-r-d: url("./media/right_down_dark_mode.svg");
  --p-menu-item-color: white;
  --p-card-bg-color: #03020e97;
  --p-table-bg-body-color: #141414;
  --p-table-bg-body-color-selected: #3d3d3d;
  --p-table-row-hover-bg-color: #333333;
  --p-scan-done-bg-color: #103822;
  --p-scan-done-border-color: #0e4626;
  --p-scan-in-pr-bg-color: #3e3314;
  --p-scan-in-pr-border-color: #534215;
  --p-scan-queued-bg-color: #182a46;
  --p-scan-queued-border-color: #1a3258;
  --p-scan-aborted-bg-color: #461818;
  --p-scan-aborted-border-color: #581a1a;
  --profile-card-bg:
    linear-gradient(
      160deg,
      rgba(22, 28, 45, 0.116),
      rgba(16, 22, 38, 0.9));
  --profile-header-name-color: #ffffff;
  --profile-header-meta-color: #b8bed0;
  --profile-avatar-icon-color: #e8eaf2;
  --profile-notification-dashed-line-color: rgba(255, 255, 255, 0.32);
  --profile-panel-seperator-color: rgba(255,255,255,0.06);
  --profile-notification-bg-color: #3b6d81;
}
.p-menu-item-link {
  color: white !important;
}
.p-menu-item-icon {
  color: white !important;
}
.p-menu-separator {
  border-top: 0.5px solid white !important;
}

/* angular:styles/global:theme-dark */
/*# sourceMappingURL=theme-dark.css.map */
