.nav-skin--dark .nav__item--active {
  padding: 0 30px;
  font-weight: 700;
  color: #115740 !important;
  background: #fff !important;
  border-color: #fff #fff currentColor !important;
  border-bottom-style: none !important;
  border-bottom-width: 0 !important;
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important;
}

.user-box {
  color: #f0f8ff;
  align-items: center;
  margin-right: 15px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.user-box .user-name {
  padding-right: 10px;
}

.user-box i {
  cursor: pointer;
}

.user-box .logout-panel {
  color: #000;
  cursor: pointer;
  z-index: 10;
  background-color: #f0f8ff;
  border-radius: 5px;
  width: 164px;
  padding: 14px 15px;
  position: absolute;
  top: 29px;
  right: 2px;
}

.user-box .logout-panel.show {
  visibility: visible;
}

.user-box .logout-panel.hide {
  visibility: hidden;
}

.tooltip-box {
  color: #000;
  display: block;
}

.item-hide {
  display: none !important;
}

.sidebar {
  background: #302f2f;
  flex-direction: column;
  align-items: center;
  width: 60px;
  display: flex;
}

.nav-icon {
  text-align: center;
  color: #666;
  width: 100%;
  padding: 1rem 0;
}

.nav-icon svg {
  color: #8a8a8a;
  width: 18px;
  height: 18px;
}

.nav-icon.active {
  color: #fff;
  background: #5a5a5a;
}

.nav-icon.active svg {
  color: #fff;
}

.nav-icon:hover {
  color: #fff;
  background: #222;
}

.nav-icon:hover svg {
  color: #fff;
}

.nav-icon .icon {
  font-size: 1.5rem;
}

.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *) {
  color: #000 !important;
  box-shadow: none !important;
  background: #fff !important;
  border-color: gray !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .main-area-content {
  color: #000 !important;
  background: #fff !important;
  border-color: gray !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-plot-background {
  fill: #fff;
  color: #000;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-container {
  fill: #fff;
  color: #000;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-background {
  fill: #fff !important;
  color: #000 !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-title * {
  color: #000 !important;
  fill: #000 !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-subtitle * {
  color: #000 !important;
  fill: #000 !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-axis * :not(.highcharts-radial-axis *) {
  color: #000 !important;
  fill: #000 !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-axis-labels * {
  color: #000 !important;
  fill: #000 !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-legend-item text {
  color: #000 !important;
  fill: #000 !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-point * {
  fill: none;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .highcharts-label * {
  color: #000 !important;
  fill: #000 !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .report-box {
  border: 1px solid #000;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .cloud-box {
  border: 1px solid #000;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .scroll-table {
  overflow-y: unset;
  max-height: none !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .scroll-table td {
  white-space: unset !important;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .iw-container .icard {
  border: 1px solid;
}

:is(.pdf-bw-export:not(.wraper *), .pdf-bw-export * :not(.wraper *)) .wraper {
  visibility: hidden;
}

.pdf-download-container {
  position: absolute;
  top: 70px;
  right: 20px;
}

.pdf-download-icon {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

.layout {
  background: #1a1a1a;
  height: calc(100vh - 56px);
  display: flex;
}

.layout > .sidebar {
  background: #302f2f;
  flex-direction: column;
  align-items: center;
  width: 60px;
  padding: 1rem 0;
  display: flex;
}

.main-area {
  color: #fff;
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: auto;
}

.main-area::-webkit-scrollbar {
  width: 2px;
}

.main-area::-webkit-scrollbar-track {
  background: #222;
}

.main-area::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 999px;
}

.main-area::-webkit-scrollbar-thumb:hover {
  background-color: #6a6a6a;
}

.main-area {
  scrollbar-width: thin;
  scrollbar-color: #555 #222;
}

.main-area-content {
  background: #1a1a1a;
  padding: 5px 12px;
}

@media print {
  .hide-on-print {
    display: none;
  }
}

#session-expired-modal {
  z-index: 9999;
  background: #0006;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

#session-expired-modal-box {
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  min-width: 320px;
  max-width: 90vw;
  padding: 32px 24px;
  box-shadow: 0 2px 16px #0003;
}

#session-expired-modal-title {
  color: #000;
  margin-bottom: 16px;
}

#session-expired-modal-message {
  color: #000;
  margin-bottom: 24px;
}

#session-expired-modal-ok {
  color: #fff;
  cursor: pointer;
  background: #2d8031;
  border: none;
  padding: 8px 24px;
  font-size: 16px;
}

.allEsgScore {
  width: 50%;
}

.cardBox {
  justify-content: space-between;
  gap: 40px;
  display: flex;
}

.card-label {
  color: #d0d0d0;
  font-size: 13.6px;
}

.card-value {
  color: #fff;
  margin-top: 6px;
  font-size: 24px;
}

.pillarCard {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff26;
  border-radius: 8px;
  flex: 1;
  min-width: 170px;
  margin: 8px;
  padding: 16px;
  box-shadow: inset 0 0 3px #0009;
}

.pillarCard.high {
  background: #e74c3c73;
}

.pillarCard.medium {
  background: #f39c1259;
}

.pillarCard.low {
  background: #2ecc7152;
}

:root {
  --highcharts-background-color: #1a1a1a;
  --highcharts-text-color: #f0f0f0;
  --highcharts-axis-line-color: #555;
  --highcharts-grid-line-color: #333;
}

.highcharts-container {
  background-color: var(--highcharts-background-color);
}

.highcharts-title, .highcharts-subtitle, .highcharts-axis-labels, .highcharts-legend-item text {
  color: var(--highcharts-text-color);
}

.highcharts-plot-background {
  fill: var(--highcharts-background-color);
}

.highcharts-series-arearange .highcharts-graph {
  stroke: #888;
}

.highcharts-series-arearange .highcharts-area {
  fill: #64646480;
}

.download-btn-container {
  z-index: 2;
  justify-content: end;
  padding: 0 0 10px;
  display: flex;
}

.linechart-checkbox {
  accent-color: #2266ef;
  vertical-align: middle;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.barchart {
  width: 750px;
  height: 655px;
}

.chatbox-text .barchart {
  width: 600px;
  height: 500px;
}

.scoreBox {
  border: 1px solid #655f5f;
  align-items: center;
  margin-right: 30px;
  padding: 8px 15px 10px;
  display: flex;
}

.scoreBox .minBox {
  padding-right: 30px;
}

.scoreBox .label {
  padding-right: 5px;
}

.scoreBox .minValue {
  color: red;
}

.scoreBox .maxValue {
  color: #46a94b;
}

.mesage-box .assistant .scoreBox {
  border: 1px solid #655f5f;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 8px 8px 10px;
  font-size: .78rem;
  display: flex;
}

.highcharts-credits {
  display: none;
}

.highcharts-plot-background {
  fill: "#333436";
}

.capitalize-text {
  text-transform: capitalize;
}

.highcharts-background {
  fill: #272727 !important;
}

.highcharts-legend-item text {
  fill: #fff !important;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
  font-size: .9rem;
}

.data-table th, .data-table td {
  color: var(--fg);
  border-bottom: 1px solid #333;
  padding: .5rem .75rem !important;
}

.data-table th {
  text-align: left;
  color: #fdf7f7;
  z-index: 1;
  word-break: normal;
  background: #464646;
  font-weight: 800;
  position: sticky;
  top: 0;
  padding: .5rem .75rem !important;
}

.scroll-table {
  width: 99%;
  max-height: 480px;
  margin-bottom: 32px;
  overflow: auto;
}

.scroll-table::-webkit-scrollbar {
  width: 8px;
}

.scroll-table::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

.textBold {
  font-size: 16px;
  font-weight: 800;
}

.chat-messages .data-table {
  font-size: .75rem;
}

.chat-messages .data-table th {
  font-size: .77rem;
}

.chat-messages .textBold {
  font-size: .8rem;
}

.si-table-title {
  text-align: left;
  padding: 15px 5px;
}

.tab-panel .stage {
  display: none;
}

.loader {
  aspect-ratio: 1;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  width: 30px;
  -webkit-mask: var(--_m);
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  animation: 1s linear infinite l3;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}

.data-table th, .data-table td {
  border-bottom: 1px solid #4f3f3f;
}

.chatbox-text .data-table th {
  border-bottom: 1px solid #7a6a6a;
}

.chatbox-text .data-table td {
  border-bottom: 1px solid #7a6a6a;
}

.monthlyperf-scroll-table {
  gap: 13px;
  display: flex;
}

.monthlyperf-si-table-title {
  background-color: #272727;
  border-radius: 2px;
  flex: 35%;
  margin-top: 0;
  padding: 29px;
}

.monthlyperf-title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}

.monthlyperf-chart-container {
  background-color: #272727;
  border-radius: 2px;
  flex: 65%;
  padding: 29px;
}

.error-msg {
  color: #ff8181;
  padding: 5px;
}

.message.assistant .monthlyperf-scroll-table {
  flex-direction: column;
}

.message.assistant .monthlyperf-si-table-title {
  padding: 10px;
}

.message.assistant .monthlyperf-chart-container {
  padding: 5px;
}

.engagementTableContainer {
  width: 100%;
  padding: 0 10px 10px;
}

.ag-theme-nds-dark, .ag-theme-nds-dark .nds-datagrid-cell, .ag-theme-nds-dark .ag-cell {
  color: #f5f5f5 !important;
  background: #23272f !important;
}

.ag-theme-nds-dark .nds-datagrid-header-cell, .ag-theme-nds-dark .ag-header-cell {
  color: #f5f5f5 !important;
  background: #464646 !important;
}

.ag-theme-nds-dark .ag-tooltip, .ag-theme-nds-dark .ag-tooltip-custom {
  max-width: 400px;
  font-size: .95em;
  box-shadow: 0 2px 8px #0000001f;
  color: #222 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

.ag-theme-nds-dark .ag-header-cell, .ag-theme-nds-dark .nds-datagrid-header-cell {
  min-width: 80px;
  padding: 0 8px;
  white-space: normal !important;
  text-overflow: unset !important;
  word-break: break-word !important;
  overflow: visible !important;
}

.enhancedTableContainer * {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  color: #f5f5f5 !important;
  background-color: #0000 !important;
  border-color: #4f3f3f !important;
}

.enhancedTableContainer * .ag-header-cell-menu-button {
  display: none !important;
}

.ag-row:last-child {
  border-bottom: 1px solid #d3d3d3;
}

.ag-row-hover {
  box-shadow: none !important;
  background: none !important;
}

.tooltip {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
}

.chatbox-text .enhancedTableContainer * {
  font-size: .85rem;
}

.chatbox-text #tableTitle {
  font-size: 1.1rem;
}

.chat-messages .enhancedTableContainer * {
  padding-left: 2px;
  font-size: .72rem;
}

.chat-messages .enhancedTableContainer * .ag-row {
  line-height: 48px !important;
}

.chat-messages #tableTitle {
  font-size: 1rem;
}

.data-table th, .data-table td {
  border-bottom: 1px solid #4f3f3f;
}

.chatbox-text .data-table th {
  border-bottom: 1px solid #7a6a6a;
}

.chatbox-text .data-table td {
  border-bottom: 1px solid #7a6a6a;
}

.security-container {
  padding: 0 0 16px;
}

.security-title {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 600;
}

.title {
  font-size: 20px;
  font-weight: 600;
}

.sentiment-box {
  gap: 8%;
  display: flex;
  height: 435px !important;
}

.sentiment-box .highcharts-background {
  fill: #1a1a1a;
}

.sentiment-box .highcharts-container {
  height: 435px !important;
}

.sentiment-error {
  height: auto !important;
}

.sentiment-box.no-wordcloud {
  gap: 0;
}

.sentiment-box.no-wordcloud .highcharts-container {
  height: 435px !important;
}

.sentiment-error {
  color: #ec4242;
}

.commonChatBoxGraph {
  margin-bottom: 10px;
  display: block;
}

.commonChatBoxGraph .highcharts-container {
  height: 250px !important;
}

.chatbox-text .cloud-box {
  border: 1px solid #7a6a6a;
}

.fundoverview-scroll-table {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

.fundoverview-si-table-title {
  background-color: #272727;
  border-radius: 2px;
  flex: 35%;
  margin-top: 0;
  padding: 29px;
}

.fundoverview-error {
  color: #f54d4d;
  padding: 16px;
}

.linechart-container {
  width: 100%;
}

.linechart-controls {
  gap: 24px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.linechart-dropdown {
  align-items: center;
  display: flex;
  position: relative;
}

.linechart-dropdown-label {
  margin-right: 8px;
}

.linechart-dropdown-btn {
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--linechart-btn-bg, #444);
  width: 170px;
  color: var(--linechart-btn-color, #fff);
  border: 1px solid #ccc;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}

.linechart-dropdown-arrow {
  position: absolute;
  right: 10px;
}

.linechart-dropdown-list {
  z-index: 10;
  scrollbar-color: #222 #444;
  scrollbar-width: thin;
  background: #444;
  border: 1px solid #ccc;
  width: 170px;
  max-height: 160px;
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 2px 8px #00000026;
}

.linechart-dropdown-list-item {
  cursor: pointer;
  color: #fff;
  padding: 4px 8px;
}

.linechart-dropdown-list-item.highlighted {
  color: #00eaff;
  background: #1a2a2a;
  border-radius: 4px;
  font-weight: bold;
}

.linechart-ticker-btn {
  width: 120px;
}

.linechart-ticker-list {
  z-index: 10;
  background: #444;
  border: 1px solid #ccc;
  min-width: 120px;
  max-height: 200px;
  padding: 6px 4px;
  overflow-y: auto;
  box-shadow: 0 2px 8px #00000026;
}

.linechart-ticker-search {
  color: #fff;
  background: #222;
  border: 1px solid #888;
  border-radius: 4px;
  width: 97%;
  margin-bottom: 8px;
  padding: 4px 2px;
  font-size: 13px;
}

.linechart-checkbox-label {
  cursor: pointer;
  color: #fff;
  margin-bottom: 4px;
  display: block;
}

.linechart-checkbox {
  accent-color: #2266ef;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.linechart-chart {
  width: 96%;
}

.ticker-readonly-container {
  border: 1px solid gray;
  margin-left: 10px;
  padding: 5px 20px;
  display: flex;
}

.message.assistant .linechart-controls {
  flex-direction: column;
  font-size: 11px;
}

.message.assistant .linechart-dropdown-label {
  width: 20%;
}

.src-components-Common-NotFound-module__notFoundContainer-WRG_HN {
  background: #222020;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 16px 24px;
  display: flex;
}

.src-components-Common-NotFound-module__iconWrapper-zQRbSF {
  margin-bottom: 16px;
}

.src-components-Common-NotFound-module__title-tAlLut {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 600;
}

.src-components-Common-NotFound-module__message-ynm0Z3 {
  color: #b0b3b8;
  text-align: center;
  max-width: 400px;
  font-size: 1.1rem;
}

.menu-box {
  color: var(--fg);
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 32px 0;
}

.report-title {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 600;
}

.etf-content {
  padding: 24px 10px 16px;
}

.src-components-Common-DataNotAccessible-module__container-VxrV8s {
  background: #222020;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin: 16px 0;
  padding: 24px 16px;
  display: flex;
  box-shadow: 0 2px 8px #00000014;
}

.src-components-Common-DataNotAccessible-module__icon-SOXtej {
  filter: grayscale() brightness(1.2);
  width: 100px;
  height: 100px;
}

.src-components-Common-DataNotAccessible-module__text-ZTWarX {
  color: #b0b3b8;
  letter-spacing: .01em;
  font-size: 1.15rem;
  font-weight: 500;
}

.fund-report-header .menu-box {
  color: var(--fg);
  border-bottom: 0;
  padding: 5px 32px 0;
}

.fund-report-header .fund-report-header .report-box {
  width: 100%;
  max-width: 100%;
  display: block;
}

.fund-report-header .fund-report-header .tab-panel {
  width: 100%;
  max-width: 100%;
}

.report-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 600;
}

.report-title-left {
  align-items: center;
  padding: 30px 20px 10px;
  display: flex;
}

.report-title-left h2 {
  margin: 0;
}

.report-title-right {
  align-items: center;
  display: flex;
}

.fund-input-bar-box {
  padding-right: 10px;
}

.fund-input-bar-with-info {
  align-items: center;
  gap: 8px;
  display: flex;
}

.fund-info-tooltip-wrapper {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.fund-input-bar {
  color: #e0e0e0;
  background-color: #23272f;
  border: 1px solid #bfc3cb;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
  font-size: 1rem;
}

.fund-input-bar:focus {
  outline-offset: 2px;
  outline: 2px solid #60aefc73;
}

.fund-info-tooltip-icon {
  color: #dfe7f3;
  cursor: help;
  background: #4d586a;
  border: 1px solid #4d586a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color .18s, transform .18s, background-color .18s;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff0f;
}

.fund-info-tooltip-icon:hover, .fund-info-tooltip-wrapper:focus-within .fund-info-tooltip-icon {
  background: linear-gradient(#334054 0%, #242d3a 100%);
  border-color: #60aefc;
  transform: translateY(-1px);
}

.fund-info-tooltip-icon:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #60aefc73;
}

.fund-info-tooltip-content {
  color: #edf3fb;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  background: #2d3849f5;
  border: 1px solid #60aefc47;
  border-radius: 10px;
  min-width: 210px;
  max-width: 260px;
  padding: 10px 12px;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.4;
  transition: opacity .18s, transform .18s, visibility .18s;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%)translateY(4px);
  box-shadow: 0 12px 30px #00000059;
}

.fund-info-tooltip-content:after {
  content: "";
  background: #2d3849f5;
  border-top: 1px solid #60aefc47;
  border-left: 1px solid #60aefc47;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -8px;
  bottom: 100%;
  left: 88%;
  transform: translateX(-50%)rotate(45deg);
}

.fund-info-tooltip-wrapper:hover .fund-info-tooltip-content, .fund-info-tooltip-wrapper:focus-within .fund-info-tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-88%)translateY(0);
}

select.fund-input-bar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, #0000 50%, #9aa3b2 50%), linear-gradient(135deg, #9aa3b2 50%, #0000 50%), linear-gradient(to right, #3a3f4a, #3a3f4a);
  background-position: calc(100% - 16px) calc(1em + 2px), calc(100% - 11px) calc(1em + 2px), calc(100% - 2.5rem) .5rem;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 1px 1.5rem;
  padding-right: 2.5rem;
}

select.fund-input-bar option {
  color: #e0e0e0;
  background-color: #23272f;
}

input[type="date"].fund-input-bar::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert() grayscale() opacity(.7);
}

input[type="month"].fund-input-bar::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert() grayscale() opacity(.7);
}

input[type="date"].fund-input-bar::-moz-placeholder {
  color: #ccc;
}

input[type="date"].fund-input-bar, input[type="month"].fund-input-bar {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  color: #e0e0e0;
  background-color: #23272f;
}

.account-suggestion-list {
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 110%;
  left: 0;
  box-shadow: 0 2px 8px #00000014;
}

.account-suggestion-item {
  cursor: pointer;
  color: #000;
  background: #fff;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: normal;
}

.er-diagram-download-panel {
  padding: 8px;
  display: flex;
}

.er-diagram-image-trigger {
  cursor: zoom-in;
  background: none;
  border: 0;
  padding: 0;
}

.er-diagram-image-preview {
  object-fit: contain;
  background: #141c26;
  border: 1px solid #3f4f63;
  border-radius: 10px;
  width: auto;
  max-width: min(100%, 720px);
  height: auto;
  max-height: 480px;
  display: block;
  box-shadow: 0 10px 24px #00000052;
}

.er-diagram-image-modal {
  z-index: 2000;
  background: #080c12d1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.er-diagram-image-modal-content {
  background: #111922;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: min(95vw, 1280px);
  max-height: 90vh;
  padding: 56px 16px 16px;
  display: flex;
  position: relative;
  box-shadow: 0 24px 64px #00000073;
}

.er-diagram-image-modal-preview {
  object-fit: contain;
  background: #141c26;
  border: 1px solid #3f4f63;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(90vh - 72px);
  display: block;
}

.er-diagram-image-modal-close {
  color: #f4f8fc;
  cursor: pointer;
  background: #1b2430;
  border: 1px solid #52657c;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .9rem;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 16px;
}

.er-diagram-image-trigger:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #60aefc8c;
}

.er-diagram-image-modal-close:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #60aefc8c;
}

.er-diagram-text-preview {
  background: linear-gradient(#1b2430 0%, #141c26 100%);
  border: 1px solid #3f4f63;
  border-radius: 10px;
  width: 100%;
  max-width: 720px;
  overflow: hidden;
  box-shadow: 0 10px 24px #00000052;
}

.er-diagram-text-preview-title {
  color: #f4f8fc;
  border-bottom: 1px solid #2d3a4a;
  padding: 12px 16px;
  font-size: .95rem;
  font-weight: 700;
}

.er-diagram-text-preview-content {
  color: #dce6f2;
  white-space: pre-wrap;
  word-break: break-word;
  background: #090e1459;
  margin: 0;
  padding: 16px;
  font-size: .9rem;
  line-height: 1.5;
  overflow-x: auto;
}

.er-diagram-download-button {
  color: #f4f8fc;
  cursor: pointer;
  background: linear-gradient(#1f2935 0%, #141c26 100%);
  border: 1px solid #838f9d;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  font-size: .95rem;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 10px 24px #00000052;
}

.er-diagram-download-label {
  white-space: nowrap;
  line-height: 1;
}

.er-diagram-download-action-icon {
  fill: currentColor;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.er-diagram-file-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.er-diagram-file-icon-svg {
  width: 22px;
  height: 24px;
  overflow: visible;
}

.er-diagram-file-icon-sheet {
  fill: #f4f8fc;
  stroke: #1c2f4740;
  stroke-width: 1px;
}

.er-diagram-file-icon-fold {
  fill: none;
  stroke: #4e78a8;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.er-diagram-file-icon-text {
  fill: #1c2f47;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 7px;
  font-weight: 800;
}

.er-diagram-download-button:hover {
  background: linear-gradient(#273444 0%, #1a2430 100%);
  border-color: #52657c;
}

.er-diagram-download-button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #60aefc8c;
}

.src-components-Transactions-flows-module__container-B6nVwN {
  display: flex;
}

.src-components-Transactions-flows-module__card-RyPLTE {
  background: var(--card-bg, #2ecc7152);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff26;
  border-radius: 8px;
  flex: 1;
  width: 100%;
  margin-top: 8px;
  padding: 16px;
  box-shadow: inset 0 0 3px #0009;
}

.src-components-Transactions-flows-module__cardTitle-jhYzdi {
  color: #d0d0d0;
  font-size: 14px;
}

.src-components-Transactions-flows-module__cardValue-ec09D7 {
  color: #fff;
  cursor: pointer;
  margin-top: 4px;
  font-size: 24px;
  display: inline-block;
  position: relative;
}

.src-components-Transactions-flows-module__num-AhXdAT {
  border-bottom: 2px solid #0000;
  padding: 0 2px;
  transition: border-color .2s;
  display: inline-block;
}

.src-components-Transactions-flows-module__num-AhXdAT:hover {
  border-bottom: 2px solid #cfd4da;
}

.src-components-Transactions-flows-module__chartContainer-HJNkUz {
  background-color: #1e1e1e;
  border-radius: 8px;
  flex-basis: 70%;
  padding: 16px;
}

.src-components-Transactions-flows-module__leftPanel-fsBkmy {
  background-color: #1e1e1e;
  border-radius: 8px;
  flex-direction: column;
  flex-basis: 30%;
  margin-right: 16px;
  padding: 16px;
  display: flex;
}

.src-components-Transactions-flows-module__lineChartSection-qyrgl0 {
  background-color: #1e1e1e;
  border-radius: 8px;
  margin: 5px;
  padding: 16px;
}

.src-components-Transactions-flows-module__lineChartHeader-sFOURu {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.src-components-Transactions-flows-module__lineChartSelect-dS8mOp {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #2c2c2c;
  border: none;
  border-radius: 6px;
  outline: none;
  padding: 6px 12px;
  font-size: 14px;
  box-shadow: 0 0 0 1px #444;
}

.er-diagram-download-panel {
  padding: 8px;
  display: flex;
}

.er-diagram-download-button {
  color: #f4f8fc;
  cursor: pointer;
  background: linear-gradient(#1f2935 0%, #141c26 100%);
  border: 1px solid #838f9d;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  font-size: .95rem;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 10px 24px #00000052;
}

.er-diagram-download-label {
  white-space: nowrap;
  line-height: 1;
}

.er-diagram-download-action-icon {
  fill: currentColor;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.er-diagram-file-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.er-diagram-file-icon-svg {
  width: 22px;
  height: 24px;
  overflow: visible;
}

.er-diagram-file-icon-sheet {
  fill: #f4f8fc;
  stroke: #1c2f4740;
  stroke-width: 1px;
}

.er-diagram-file-icon-fold {
  fill: none;
  stroke: #4e78a8;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.er-diagram-file-icon-text {
  fill: #1c2f47;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 7px;
  font-weight: 800;
}

.er-diagram-download-button:hover {
  background: linear-gradient(#273444 0%, #1a2430 100%);
  border-color: #52657c;
}

.er-diagram-download-button:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #60aefc8c;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__shell-tIyTYO {
  color: #f1f1f1;
  gap: 1vh;
  animation: .45s src-components-DomainInfo-DataQuality-DataQualityDashboard-module__fadeUp-MlyS7h;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainPanel-lBHC2Y, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__panel-NgrowU, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsPanel-cuKohO, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__datePanel-YibMZZ, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__stateCard-aqJiDS {
  background: #1c1f26;
  border: .1vw solid #ffffff0f;
  border-radius: 1.5vw;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.2vh 2.8vh #0003;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainPanel-lBHC2Y, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__panel-NgrowU, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsPanel-cuKohO {
  padding: 10px 11px;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainPanel-lBHC2Y {
  background-color: #222;
  grid-template-rows: auto 1fr;
  gap: 1vh;
  height: 40vh;
  min-height: 30vh;
  margin-bottom: 18px;
  padding: 1.4vh 1vw;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__datePanel-YibMZZ {
  background-color: #383838;
  border-radius: 9px;
  justify-content: flex-end;
  justify-self: end;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 5px 6px;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__mainContent-GDpL_a {
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-sizing: border-box;
  --scroll-fade-size: 10px;
  height: 73vh;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--scroll-fade-size), #000 calc(100% - var(--scroll-fade-size)), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--scroll-fade-size), #000 calc(100% - var(--scroll-fade-size)), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 var(--scroll-fade-size), #000 calc(100% - var(--scroll-fade-size)), transparent 100%);
  padding: 12px 0;
  overflow-y: auto;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__mainContent-GDpL_a::-webkit-scrollbar {
  display: none;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__dateControlRow-_zeMee {
  align-items: center;
  gap: .5vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__dateSelect-wGZ60Q {
  color: #f1f1f1;
  background-color: #252525;
  border: .08vw solid #ffffff24;
  border-radius: 999px;
  min-width: 10.5vw;
  height: 3.6vh;
  padding: 0 .65vw;
  font-size: .78rem;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__dateNavButton-jOzUjm {
  color: #f1f1f1;
  cursor: pointer;
  background-color: #2e2e2e;
  border: .08vw solid #ffffff24;
  border-radius: 999px;
  min-width: 3.6vw;
  height: 3.6vh;
  font-size: .72rem;
  font-weight: 700;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__dateNavButton-jOzUjm:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__stateCard-aqJiDS {
  color: #f1f1f1d1;
  background-color: #1b1a1a;
  padding: 2.4vh 1.2vw;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__toolbar-OMhsBQ {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: end;
  gap: 1.2vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__heroGrid-CQYt6L {
  grid-template-columns: 100%;
  gap: 2vh;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableLevelSection-vThpTV {
  background-color: #222;
  border: .1vw solid #ffffff0f;
  border-radius: 1.5vw;
  gap: 2vh;
  padding: 2vh 1.4vw;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.2vh 2.8vh #0003;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableLevelSection-vThpTV .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__panel-NgrowU, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableLevelSection-vThpTV .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsPanel-cuKohO {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewPanel-OJeA9U {
  padding: 1.2vh .9vw;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewLayout-k5gwHS {
  grid-template-columns: 35% 65%;
  align-items: stretch;
  gap: .7vw;
  min-width: 0;
  height: 16.8vh;
  margin-top: 1vh;
  transition: grid-template-columns .38s, height .38s;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewLayoutTrend-pbkUE4 {
  grid-template-columns: 55% 45%;
  height: 23vh;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableSummaryWide-r9PWom, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableSummaryWide-r9PWom .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableTrendPanel-eFNSZ7 {
  height: 100%;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewStatsColumn-l8TNzH {
  grid-template-rows: 1fr 1fr;
  gap: .8vh;
  height: 100%;
  min-height: 0;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewStatsColumnTrend-wAaqwf {
  grid-template-rows: 1fr;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__passFailRow-POElwi {
  grid-template-columns: 1fr 1fr;
  gap: .7vw;
  height: 100%;
  min-height: 0;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterCardButton-gaA8v7 {
  cursor: pointer;
  letter-spacing: .03em;
  opacity: .88;
  border: .08vw solid #ffffff14;
  border-radius: .9vw;
  justify-content: space-between;
  align-items: center;
  gap: .5vw;
  width: 100%;
  height: 100%;
  min-height: 5.2vh;
  padding: .9vh .7vw;
  font-size: .8rem;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, border-color .2s, background .2s, color .2s;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterCardButton-gaA8v7 strong {
  color: #f1f1f1;
  font-size: .92rem;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterCardButton-gaA8v7:hover {
  transform: translateY(-.1vh);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableConfidenceCard-uhTaCQ {
  grid-template-rows: auto auto;
  align-content: center;
  height: 100%;
  min-height: 0;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__panelHeader-FQMfu3, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsHeader-qmeWik {
  justify-content: space-between;
  align-items: start;
  gap: 1vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewHeader-ACTaf4 {
  flex-wrap: wrap;
  gap: .8vw;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewTitleBlock-c2HLIN, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewMeta-l5qS7d, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableHeaderControl-SvPNEg {
  min-width: 0;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewTabs-OwTGtE {
  gap: .4vw;
  margin-bottom: 27px;
  display: inline-flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewTabHeading-rZ58wh {
  color: #e9f0f7b8;
  letter-spacing: .04em;
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: .16vh solid #0000;
  border-radius: 0;
  padding: .2vh .15vw .35vh;
  font-size: .84rem;
  font-weight: 700;
  transition: color .2s, border-color .2s;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewTabHeading-rZ58wh:hover {
  color: #d9edff;
  border-bottom-color: #76c9ff80;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewTabHeading-rZ58wh:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewTabHeadingActive-cCjf3g {
  color: #d9edff;
  border-bottom-color: #76c9ff;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTagRow-XMOQEH {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: .6vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__layerSelect-QZwLdi {
  color: #f1f1f1;
  background: #ffffff0f;
  border: .08vw solid #ffffff24;
  border-radius: 999px;
  min-width: 8vw;
  height: 3.3vh;
  padding: 0 .55vw;
  font-size: .72rem;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewMeta-l5qS7d {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: .8vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableHeaderControl-SvPNEg {
  justify-content: flex-end;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainLayout-fddNfV {
  grid-template-columns: 60% 40%;
  align-items: stretch;
  gap: 1vw;
  height: 100%;
  min-height: 0;
  margin-top: 0;
  transition: grid-template-columns .35s;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainLayoutTrend-ZeOgzD {
  grid-template-columns: 40% 60%;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainRightStage-oLVs3i {
  height: 100%;
  min-height: 0;
  position: relative;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainInsights-ZjUrcG {
  box-sizing: border-box;
  opacity: 1;
  grid-template-rows: 70% 30%;
  gap: 6px;
  height: 98%;
  padding-right: 18px;
  transition: opacity .3s, transform .3s;
  display: grid;
  transform: translateX(0);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainInsightsHidden-wFN1yn {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-.8vw);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__statCard-K0HkqL, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTopIssueCard-PgEwPX, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryCard-JxlYpv, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__insightCard-ZKgKj4, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricNarrative-zOiAOX {
  background: #1b1a1a;
  border: .08vw solid #ffffff0d;
  border-radius: 1.2vw;
  gap: .7vh;
  padding: 1vh .7vw;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTopIssueCard-PgEwPX {
  box-sizing: border-box;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainBottomStats-fJkkty {
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  gap: .6vw;
  height: 100%;
  min-height: 0;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__avgConfidenceHeaderRow-ziFvru {
  justify-content: space-between;
  align-items: center;
  gap: .5vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendToggleButton-zHHLHs {
  color: #dce8f5e6;
  cursor: pointer;
  background: #ffffff0a;
  border: .08vw solid #ffffff26;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 1.35rem;
  height: 1.35rem;
  transition: background .2s, border-color .2s, transform .2s;
  display: inline-flex;
  position: relative;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendToggleButton-zHHLHs:hover {
  background: #76c9ff2e;
  border-color: #76c9ff66;
  transform: translateY(-.08vh);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendToggleButton-zHHLHs svg {
  fill: currentColor;
  width: .82rem;
  height: .82rem;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendToggleButtonActive-AetiaT {
  background: #76c9ff3d;
  border-color: #76c9ff80;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendTooltip-euGz_M {
  color: #e6ecf2f2;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  background: #06090ef2;
  border-radius: .45vw;
  padding: .36vh .4vw;
  font-size: .62rem;
  transition: opacity .2s;
  position: absolute;
  bottom: calc(100% + .45vh);
  right: 50%;
  transform: translateX(50%);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendToggleButton-zHHLHs:hover .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendTooltip-euGz_M {
  opacity: 1;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendToggleButton-zHHLHs:focus-visible .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendTooltip-euGz_M {
  opacity: 1;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendPanel-dxFjS2 {
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(#262525, #1f1f1f), #252525;
  border: .08vw solid #ffffff0d;
  border-radius: 1.2vw;
  grid-template-rows: auto minmax(0, 1fr);
  gap: .5vh;
  min-height: 0;
  padding: .8vh .7vw;
  transition: opacity .32s, transform .32s;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateX(.8vw);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendPanelVisible-gloJJ0 {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendHeader-MvYf91 {
  justify-content: space-between;
  align-items: center;
  gap: .6vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendCloseButton-J3T6ZI {
  color: #e6ecf2e0;
  letter-spacing: .03em;
  cursor: pointer;
  background: #ffffff0d;
  border: .08vw solid #ffffff29;
  border-radius: 999px;
  padding: .35vh .5vw;
  font-size: .66rem;
  font-weight: 700;
  transition: background .2s, border-color .2s;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__trendCloseButton-J3T6ZI:hover {
  background: #76c9ff26;
  border-color: #76c9ff61;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendChartArea-xhdzQe {
  height: 100%;
  min-height: 0;
  display: block;
  overflow: hidden;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendChartArea-xhdzQe > div, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendChartContainer-oHDaga {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendChartArea-xhdzQe .highcharts-container {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendChartArea-xhdzQe .highcharts-root {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendChartArea-xhdzQe svg {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendEmptyState-JwNc56 {
  color: #e0e0e0b8;
  place-items: center;
  height: 100%;
  font-size: .82rem;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsControls-a7qseV {
  flex-wrap: wrap;
  align-items: end;
  gap: .8vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__statusFilters-VafMIO {
  align-items: center;
  gap: .6vw;
  padding-bottom: .2vh;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterButton-BDwrmM {
  color: #f1f1f185;
  cursor: pointer;
  letter-spacing: .04em;
  opacity: .72;
  border: .08vw solid #ffffff14;
  border-radius: 999px;
  min-height: 5vh;
  padding: 1vh .9vw;
  font-size: .84rem;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, border-color .2s, background .2s, color .2s;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterButton-BDwrmM:hover {
  transform: translateY(-.2vh);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterButton-BDwrmM:focus-visible {
  outline-offset: .15vw;
  outline: .16vw solid #ffffff59;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterPass-kAob0q {
  color: #8cf5bbb8;
  background: #2ed17d14;
  border-color: #2ed17d29;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterFail-cqq3E0 {
  color: #ffb0b0b8;
  background: #ff6b6b14;
  border-color: #ff6b6b29;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterActive-R5w4YC {
  opacity: 1;
  box-shadow: 0 0 0 .2vw #ffffff14;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterPass-kAob0q.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterActive-R5w4YC {
  color: #b7ffd4;
  background: #2ed17d47;
  border-color: #2ed17d6b;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterFail-cqq3E0.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterActive-R5w4YC {
  color: #ffd0d0;
  background: #ff6b6b42;
  border-color: #ff6b6b6b;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__eyebrow-ckBLW1 {
  color: #e0e0e0ad;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 600;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__title-snM9MF, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricTitle-q84t6W {
  color: #f1f1f1;
  margin: .2vh 0 0;
  font-size: max(1.2rem, min(1.7vw, 1.9rem));
  line-height: 1.15;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__compactSectionTitle-uPDwO5 {
  font-size: max(.88rem, min(1.05vw, 1.08rem));
  line-height: 1.2;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTag-X4lkuG, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__statusPill-n3ee05, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__smallStatPill-rCqNGz {
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .8vh .7vw;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTag-X4lkuG {
  color: #d7d7d7;
  background: #2b2b2bf2;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__smallStatPill-rCqNGz {
  color: #f1f1f1e6;
  background: #ffffff14;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayout-eHapdW {
  grid-template-columns: minmax(0, 24%) minmax(0, 28%) minmax(0, 1fr);
  align-items: stretch;
  gap: .7vw;
  min-width: 0;
  height: 30vh;
  margin-top: 1vh;
  transition: grid-template-columns .32s;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayoutTrend-S83gg3 {
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayoutTrend-S83gg3 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewChartStack-JDxjtT {
  grid-column: 1;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayoutTrend-S83gg3 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryCard-JxlYpv {
  grid-column: 2;
  min-width: 0;
  height: 100%;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayoutTrend-S83gg3 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewChartStack-JDxjtT, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayoutTrend-S83gg3 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableTrendPanel-eFNSZ7, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayoutTrend-S83gg3 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendChartArea-xhdzQe, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayoutTrend-S83gg3 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryCard-JxlYpv .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryScrollArea-IwWl5z {
  height: 100%;
  min-height: 0;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewChartStack-JDxjtT {
  grid-template-rows: minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewChartPanel-DK4xfV {
  box-sizing: border-box;
  background: radial-gradient(circle at top, #ffffff14, #0000 60%), #181b21;
  border-radius: 1.2vw;
  align-content: stretch;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: .8vh .55vw;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__donutWrap-JPdWRK {
  place-items: center;
  height: 100%;
  min-height: 0;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__donutChart-SEc21l {
  aspect-ratio: 1;
  border-radius: 50%;
  place-items: center;
  width: min(100%, 11.5vh);
  display: grid;
  position: relative;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__donutChart-SEc21l:after {
  content: "";
  background: #10141a;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 18%;
  right: 18%;
  box-shadow: inset 0 0 0 .1vw #ffffff0d;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__donutCenter-faVkST {
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  gap: .1vh;
  width: 100%;
  padding: 0 .25vw;
  display: grid;
  position: relative;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__donutCenter-faVkST span, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricDate-u2sH4i, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__insightLabel-GSjoEj, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__insightSubtext-MfCMBC {
  color: #e0e0e0b3;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__donutCenter-faVkST span {
  font-size: .56rem;
  line-height: 1.15;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__donutCenter-faVkST strong {
  color: #f1f1f1;
  font-size: .95rem;
  line-height: 1;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryCard-JxlYpv {
  box-sizing: border-box;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryCardHeader-zBhkFH {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 1vw;
  min-width: 0;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__aiBadge-dQvqWY {
  color: #bfe0ff;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #5cb2ff24;
  border-radius: 999px;
  align-items: center;
  gap: .5vw;
  min-width: 0;
  max-width: 100%;
  padding: .45vh .45vw;
  font-size: .62rem;
  font-weight: 700;
  display: inline-flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__aiBadgeIcon-pd_i_S {
  background: #ffffff14;
  border-radius: 50%;
  place-items: center;
  width: 1vw;
  min-width: .85rem;
  height: 1vw;
  min-height: .85rem;
  display: inline-grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__aiBadgeIcon-pd_i_S svg {
  fill: currentColor;
  width: .55vw;
  height: .55vw;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__confidenceBlock-vg5qYF {
  justify-items: end;
  gap: .2vh;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__confidenceBlock-vg5qYF span {
  color: #e0e0e0b8;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .72rem;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__confidenceBlock-vg5qYF strong, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__insightValue-QX85zY {
  color: #f1f1f1;
  font-size: max(.85rem, min(1vw, 1.05rem));
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryScrollArea-IwWl5z {
  scrollbar-width: thin;
  scrollbar-color: #38414ef5 #080b10e6;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  padding-right: .3vw;
  overflow-y: auto;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryScrollArea-IwWl5z::-webkit-scrollbar {
  width: .32vw;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryScrollArea-IwWl5z::-webkit-scrollbar-track {
  background: #080b10e6;
  border-radius: 999px;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryScrollArea-IwWl5z::-webkit-scrollbar-thumb {
  background: #38414ef5;
  border-radius: 999px;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryBody-YBunFp {
  color: #f1f1f1;
  margin: 0;
  font-family: Consolas, Courier New, monospace;
  font-size: .91rem;
  line-height: 1.45;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__sideInsightPanel-YQ6Eft {
  opacity: 1;
  grid-template-rows: 70% 30%;
  align-content: stretch;
  gap: .8vh;
  min-width: 0;
  height: 100%;
  min-height: 0;
  transition: opacity .28s, transform .28s;
  display: grid;
  transform: translateX(0);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__sideInsightPanelHidden-siQO_9 {
  opacity: 0;
  pointer-events: none;
  width: 0;
  min-width: 0;
  display: none;
  overflow: hidden;
  transform: translateX(-.7vw);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableBottomStats-D5FOe5 {
  align-content: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableBottomStats-D5FOe5 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__statCard-K0HkqL {
  align-content: stretch;
  gap: .55vh;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 1vh .7vw;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableTrendPanel-eFNSZ7 {
  box-sizing: border-box;
  opacity: 0;
  background: linear-gradient(#ffffff0a, #ffffff05), #181b21;
  border: .08vw solid #ffffff0d;
  border-radius: 1.2vw;
  grid-template-rows: auto minmax(0, 1fr);
  gap: .7vh;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 1.1vh .9vw;
  transition: opacity .3s, transform .3s;
  display: grid;
  overflow: hidden;
  transform: translateX(.7vw);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableTrendPanelVisible-u_3oH9 {
  opacity: 1;
  transform: translateX(0);
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableBottomStats-D5FOe5 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__insightLabel-GSjoEj {
  font-size: .66rem;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableBottomStats-D5FOe5 .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__insightValue-QX85zY {
  font-size: max(.78rem, min(.9vw, .92rem));
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueList-DOHWmp {
  scrollbar-width: thin;
  scrollbar-color: #404856f2 #070a0edb;
  gap: 1vh;
  min-height: 0;
  margin: 0;
  padding: 0 .35vw 0 0;
  list-style: none;
  display: grid;
  overflow-y: auto;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueList-DOHWmp::-webkit-scrollbar {
  width: .36vw;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueList-DOHWmp::-webkit-scrollbar-track {
  background: #070a0edb;
  border-radius: 999px;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueList-DOHWmp::-webkit-scrollbar-thumb {
  background: #404856f2;
  border-radius: 999px;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__cardHeaderRow-tdqMZI {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .7vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueCard-c96134 {
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  gap: 1vh;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueCountBadge-BQf4tW {
  color: #f1f1f1c7;
  background: #ffffff0f;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 1.4vw;
  min-height: 1.4vw;
  padding: 0 .4vw;
  font-size: .7rem;
  font-weight: 700;
  display: inline-flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueItem-ou4jXt {
  background: #ffffff06;
  border: .08vw solid #ffffff0b;
  border-radius: .9vw;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .5vw;
  padding: .7vh .55vw;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueIndex-qqpJDD {
  color: #ffb2b2;
  letter-spacing: .08em;
  background: #e66c6c1f;
  border-radius: .7vw;
  justify-content: center;
  align-items: center;
  min-width: 1.55vw;
  min-height: 1.55vw;
  font-size: .64rem;
  font-weight: 800;
  display: inline-flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueText-we0oj6 {
  color: #f1f1f1e6;
  font-size: .78rem;
  line-height: 1.3;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsPanel-cuKohO {
  gap: 1.6vh;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricMeta-cC3u5q {
  align-items: center;
  gap: .7vw;
  display: flex;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__pass-OLxawg {
  color: #76f0ad;
  background: #2ed17d2e;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__fail-aDPT7U {
  color: #ff9a9a;
  background: #ff6b6b29;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__warning-fffaTH {
  color: #ffd886;
  background: #f4be4f2e;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricGrid-mhstOB {
  grid-template-columns: 54% 46%;
  align-items: start;
  gap: 1vw;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__emptyMetricsState-C09BMb {
  color: #e0e0e0d1;
  text-align: center;
  background: #181b21;
  border-radius: 1.2vw;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 20vh;
  padding: 2vh 1vw;
  display: grid;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricNarrative-zOiAOX {
  min-height: 100%;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricSummary-iwOKeo, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricHint-hUFj5_ {
  margin: 0;
  font-family: Consolas, Courier New, monospace;
  line-height: 1.65;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricSummary-iwOKeo {
  color: #f1f1f1;
  font-size: .96rem;
}

.src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricHint-hUFj5_ {
  color: #e0e0e0b8;
  font-size: .88rem;
}

@keyframes src-components-DomainInfo-DataQuality-DataQualityDashboard-module__fadeUp-MlyS7h {
  from {
    opacity: 0;
    transform: translateY(1vh);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainLayout-fddNfV, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__heroGrid-CQYt6L, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricGrid-mhstOB, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayout-eHapdW, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewLayout-k5gwHS {
    grid-template-columns: 100%;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainInsights-ZjUrcG {
    grid-template-rows: auto;
    min-height: auto;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainLayout-fddNfV, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainLayoutTrend-ZeOgzD {
    grid-template-columns: 100%;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainRightStage-oLVs3i {
    min-height: 26vh;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainBottomStats-fJkkty {
    grid-template-columns: 50% 50%;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewLayout-eHapdW, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewLayout-k5gwHS {
    height: auto;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewMeta-l5qS7d {
    justify-content: space-between;
    width: 100%;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryCard-JxlYpv {
    min-height: 24vh;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__sideInsightPanel-YQ6Eft, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__overviewChartStack-JDxjtT {
    height: auto;
  }
}

@media (max-width: 720px) {
  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainPanel-lBHC2Y, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__panel-NgrowU, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsPanel-cuKohO, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__datePanel-YibMZZ, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableLevelSection-vThpTV {
    border-radius: 3vw;
    padding: 2vh 3vw;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__panelHeader-FQMfu3, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsHeader-qmeWik, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__toolbar-OMhsBQ, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__summaryCardHeader-zBhkFH {
    flex-direction: column;
    align-items: stretch;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__tableOverviewMeta-l5qS7d {
    align-items: stretch;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricsControls-a7qseV, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__statusFilters-VafMIO, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainBottomStats-fJkkty, .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__passFailRow-POElwi {
    grid-template-columns: 100%;
    width: 100%;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__dateControlRow-_zeMee {
    gap: 2vw;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__dateSelect-wGZ60Q {
    min-width: 44vw;
    padding: 0 3vw;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__dateNavButton-jOzUjm {
    min-width: 14vw;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__statusFilters-VafMIO {
    justify-content: stretch;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__filterButton-BDwrmM {
    flex: 1;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__metricMeta-cC3u5q {
    justify-content: space-between;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__confidenceBlock-vg5qYF {
    justify-items: start;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__donutChart-SEc21l {
    width: 14vh;
    height: 14vh;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__issueItem-ou4jXt {
    border-radius: 2.2vw;
    padding: 1.1vh 2.2vw;
  }

  .src-components-DomainInfo-DataQuality-DataQualityDashboard-module__domainTrendPanel-dxFjS2 {
    border-radius: 2.2vw;
    padding: 1.2vh 2vw;
  }
}

.nlp2sql-container {
  color: #e5e5ea;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  display: flex;
}

.nlp2sql-empty {
  color: #b5b5b8;
  padding: 8px 0;
  font-size: .9rem;
}

.nlp2sql-evidence-row {
  justify-content: flex-end;
  display: flex;
}

.nlp2sql-evidence-btn {
  color: #eaf0ff;
  background: #37415a;
  border: 1px solid #4a5675;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: inline-flex;
}

.nlp2sql-evidence-btn:hover {
  background: #445074;
  border-color: #62729f;
}

.nlp2sql-summary-card {
  background: #272727;
  border: 1px solid #464646;
  border-radius: 7px;
  padding: 12px 16px;
}

.nlp2sql-summary-text {
  color: #dddee1;
  margin-top: 18px;
  font-family: Cascadia Code, JetBrains Mono, Consolas, monospace;
  font-size: .92rem;
  line-height: 1.7;
}

.nlp2sql-cursor {
  margin-left: 2px;
  animation: .9s step-end infinite nlp2sqlBlink;
  display: inline-block;
}

@keyframes nlp2sqlBlink {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

.nlp2sql-tool-card {
  background: #1b1d22;
  border: 1px solid #2e3240;
  border-radius: 10px;
  position: relative;
  overflow: visible;
}

.nlp2sql-tool-header {
  background: #262626;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px 10px;
  display: flex;
}

.nlp2sql-tool-header-left {
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  display: flex;
}

.nlp2sql-sub-query {
  color: #f0f5fa;
  letter-spacing: .04em;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Cascadia Code, JetBrains Mono, Consolas, monospace;
  font-size: .82rem;
  font-weight: 700;
  overflow: hidden;
}

.nlp2sql-tool-name {
  color: #bdbebe;
  font-size: .8rem;
  line-height: 1.4;
}

.nlp2sql-row-count {
  color: #a8a8a8;
  margin-top: 2px;
  font-size: .72rem;
}

.nlp2sql-filters-btn {
  color: #d1d1d1;
  cursor: pointer;
  white-space: nowrap;
  background: #3d3d3d;
  border: 1px solid #2e3750;
  border-radius: 5px;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: .74rem;
  transition: background .15s, color .15s, border-color .15s;
  display: inline-flex;
}

.nlp2sql-filters-btn:hover {
  color: #e5e8ec;
  background: #4a4a4a;
  border-color: #8a8f97;
}

.nlp2sql-filters-section {
  box-sizing: border-box;
  background: #212121;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  display: flex;
}

.nlp2sql-filters-section-label {
  color: #6a7689;
  letter-spacing: .06em;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-top: 4px;
  font-size: .7rem;
  font-weight: 600;
}

.nlp2sql-filter-tags {
  flex-wrap: wrap;
  flex: 1;
  gap: 7px;
  display: flex;
}

.nlp2sql-filter-tag {
  color: #d0d3d8;
  background: #2c3139;
  border: 1px solid #4a5058;
  border-radius: 12px;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  font-family: Cascadia Code, Consolas, monospace;
  font-size: .74rem;
  display: inline-flex;
}

.nlp2sql-filter-tag-key {
  color: #d8dde5;
  font-weight: 600;
}

.nlp2sql-filter-tag-sep {
  color: #8a8f97;
}

.nlp2sql-filter-tag-value {
  color: #e5e8ec;
}

.nlp2sql-filter-tag-match {
  color: #a8b8c8;
  margin-left: 4px;
  font-style: italic;
}

.nlp2sql-filters-close-btn {
  color: #7a8499;
  cursor: pointer;
  background: none;
  border: 1px solid #3a4258;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: .75rem;
  line-height: 1;
  transition: background .15s, color .15s;
  display: inline-flex;
}

.nlp2sql-filters-close-btn:hover {
  color: #ff8a8a;
  background: #ff505026;
  border-color: #ff6b6b;
}

.nlp2sql-no-rows {
  color: #606878;
  background: #1b1d22;
  justify-content: center;
  align-items: center;
  padding: 28px 16px;
  font-size: .85rem;
  display: flex;
}

.nlp2sql-grid {
  --ag-checkbox-unchecked-color: #8f949c;
  --ag-checkbox-checked-color: #d0d3d8;
  --ag-checkbox-indeterminate-color: #d0d3d8;
  background: #1b1d22;
  width: 100%;
  min-height: 120px;
}

.nlp2sql-grid.ag-theme-nds-dark, .nlp2sql-grid .ag-root-wrapper, .nlp2sql-grid .ag-root {
  color: #e5e5ea !important;
  background: #1b1d22 !important;
  border: none !important;
}

.nlp2sql-grid .ag-header, .nlp2sql-grid .ag-header-row, .nlp2sql-grid .ag-header-container, .nlp2sql-grid .ag-header-viewport {
  color: #d8dde5 !important;
  box-shadow: none !important;
  background: #20252d !important;
  border: none !important;
}

.nlp2sql-grid .ag-header-cell {
  color: #dcdbdb !important;
  background: #393939 !important;
  border-bottom: none !important;
}

.nlp2sql-grid .ag-header-cell-label {
  letter-spacing: .2px;
  font-weight: 600;
  color: #b9c2cf !important;
}

.nlp2sql-grid .ag-header-cell:after, .nlp2sql-grid .ag-header-group-cell:after {
  background-color: #585858;
}

.nlp2sql-grid .ag-row {
  color: #ececec !important;
  background: #242424 !important;
  border: none !important;
  border-bottom: 1px solid #1f2228 !important;
}

.nlp2sql-grid .ag-row:nth-child(2n) {
  background: #1b1b1b !important;
}

.nlp2sql-grid .ag-row-hover, .nlp2sql-grid .ag-row-hover:before {
  background: #2e3238 !important;
}

.nlp2sql-grid .ag-row-selected, .nlp2sql-grid .ag-row-selected:before {
  background: #3a3f47 !important;
}

.nlp2sql-grid .ag-cell {
  padding: 8px 10px;
  font-size: 12.5px;
  color: #cacaca !important;
  background: none !important;
  border-right: none !important;
  line-height: 1.5 !important;
}

.nlp2sql-grid .ag-pinned-left-cols-container .ag-cell, .nlp2sql-grid .ag-pinned-left-header {
  background: inherit !important;
  border-right: 1px solid #2e3240 !important;
}

.nlp2sql-grid .ag-checkbox-input-wrapper, .nlp2sql-grid .ag-checkbox-input-wrapper:active, .nlp2sql-grid .ag-checkbox-input-wrapper:focus-within {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}

.nlp2sql-grid .ag-checkbox-input-wrapper:hover:after, .nlp2sql-grid .ag-checkbox-input-wrapper.ag-checked:hover:after, .nlp2sql-grid .ag-checkbox-input-wrapper.ag-indeterminate:hover:after {
  color: #d0d3d8 !important;
}

.nlp2sql-grid .ag-floating-filter {
  color: #aeb7c4 !important;
  background: #1f2229 !important;
  border: none !important;
}

.nlp2sql-grid .ag-floating-filter-body, .nlp2sql-grid .ag-floating-filter-body-wrapper, .nlp2sql-grid .ag-floating-filter-full-body {
  background: none !important;
  border: none !important;
}

.nlp2sql-grid .ag-floating-filter-input, .nlp2sql-grid .ag-floating-filter input, .nlp2sql-grid .ag-floating-filter .ag-input-field-input {
  min-height: 26px;
  font-family: Cascadia Code, JetBrains Mono, Consolas, monospace;
  font-size: 12px;
  color: #d6dee9 !important;
  background: #14171c !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: inset 0 0 0 1px #b4b8be2e !important;
}

.nlp2sql-grid .ag-floating-filter-input:focus, .nlp2sql-grid .ag-floating-filter input:focus, .nlp2sql-grid .ag-floating-filter .ag-input-field-input:focus {
  outline: none !important;
  box-shadow: inset 0 0 0 1px #c8ccd28c !important;
}

.nlp2sql-grid .hover-highlight--primary:hover {
  background-color: #5e5e5e;
  outline: 0;
}

.nlp2sql-popup-scope.ag-popup, .nlp2sql-popup-scope .ag-filter, .nlp2sql-popup-scope .ag-filter-wrapper, .nlp2sql-popup-scope .ag-filter-body-wrapper, .nlp2sql-popup-scope .ag-menu, .nlp2sql-popup-scope .ag-menu-list, .nlp2sql-popup-scope .ag-set-filter, .nlp2sql-popup-scope .ag-set-filter-list {
  color: #d0d3d8 !important;
  box-shadow: none !important;
  background: #23272f !important;
  border-color: #4a5058 !important;
}

.nlp2sql-popup-scope .ag-filter-wrapper, .nlp2sql-popup-scope .ag-filter, .nlp2sql-popup-scope .ag-set-filter-list {
  max-height: min(220px, 30vh) !important;
  overflow: auto !important;
}

.nlp2sql-popup-scope .ag-filter-body-wrapper, .nlp2sql-popup-scope .ag-menu-list {
  padding: 6px !important;
}

.nlp2sql-popup-scope .ag-mini-filter {
  margin: 0 0 6px !important;
}

.nlp2sql-popup-scope .ag-filter-virtual-list-container {
  height: auto !important;
  min-height: 0 !important;
}

.nlp2sql-popup-scope .ag-filter-virtual-list-item, .nlp2sql-popup-scope .ag-virtual-list-item, .nlp2sql-popup-scope .ag-menu-option {
  color: #d0d3d8 !important;
  height: 28px !important;
  min-height: 28px !important;
  line-height: 1.25 !important;
}

.nlp2sql-popup-scope .ag-virtual-list-item:hover, .nlp2sql-popup-scope .ag-menu-option:hover {
  background: #353a43 !important;
}

.nlp2sql-popup-scope input, .nlp2sql-popup-scope .ag-input-field-input {
  color: #d6dee9 !important;
  background: #14171c !important;
  border: none !important;
  box-shadow: inset 0 0 0 1px #b4b8be47 !important;
}

.nlp2sql-popup-scope .ag-checkbox-input, .nlp2sql-popup-scope input[type="checkbox"] {
  height: 100% !important;
  min-height: 0 !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.nlp2sql-popup-scope .ag-resizer-wrapper {
  display: none !important;
}

.nlp2sql-grid .ag-body-viewport, .nlp2sql-grid .ag-body-horizontal-scroll-viewport {
  scrollbar-color: #444 #1b1d22;
  scrollbar-width: thin;
}

.nlp2sql-grid ::-webkit-scrollbar {
  background: #1b1d22;
  width: 8px;
  height: 8px;
}

.nlp2sql-grid ::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 6px;
}

.nlp2sql-grid ::-webkit-scrollbar-thumb:hover {
  background: #5a6275;
}

.nlp2sql-pagination {
  background: #1b1d22;
  border-top: 1px solid #2e3240;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.nlp2sql-pagination .nds-pagination, .nlp2sql-pagination [class*="Pagination"] {
  color: #d0d3d8;
}

.nlp2sql-snackbar {
  z-index: 4;
  color: #e5e5ea;
  background: #2a2d33;
  border: 1px solid #3a3f47;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 10px 12px 12px;
  padding: 10px 14px;
  animation: .18s ease-out nlp2sqlSnackbarIn;
  display: flex;
  position: sticky;
  bottom: 8px;
  box-shadow: 0 6px 16px #00000073;
}

@keyframes nlp2sqlSnackbarIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nlp2sql-snackbar-text {
  color: #d0d3d8;
  font-size: .85rem;
}

.nlp2sql-snackbar-actions {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.nlp2sql-snackbar-btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: .78rem;
  transition: background .15s, border-color .15s, color .15s;
}

.nlp2sql-snackbar-btn-primary {
  color: #1b1d22;
  background: #c8ccd2;
  font-weight: 600;
}

.nlp2sql-snackbar-btn-primary:hover {
  background: #dde0e5;
}

.nlp2sql-snackbar-btn-secondary {
  color: #d0d3d8;
  background: none;
  border-color: #3a3f47;
}

.nlp2sql-snackbar-btn-secondary:hover {
  color: #f0f1f3;
  background: #ffffff0f;
  border-color: #8a8f97;
}

.chatbot {
  text-align: center;
  background: #f5f8fb;
  border-radius: 10px;
  flex-flow: column;
  font-family: monospace;
  display: flex;
  position: fixed;
  bottom: 64px;
  right: 12px;
  overflow: hidden;
  box-shadow: 0 12px 24px #00000026;
}

.header {
  text-align: center;
  color: #fff;
  background-color: #002f50;
  max-height: 58px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.messages {
  flex-direction: column;
  width: 100%;
  height: 400px;
  padding: 10px 0;
  display: flex;
  overflow: auto;
}

.message-container {
  width: 100%;
}

.user-message {
  float: right;
  color: #000;
  background: #ccc;
  border-radius: 20px 20px 1px;
  margin: 10px;
  padding: 15px 10px;
}

.input {
  position: relative;
}

.close-icon {
  cursor: pointer;
  background-color: #002f50;
  border-radius: 12px;
  height: 22px;
  position: fixed;
  bottom: 539px;
  right: 14px;
}

.chatbot-frame {
  width: 280px;
  height: 65vh;
  display: flex;
}

.chatbot-icon {
  cursor: pointer;
  padding-right: 30px;
  position: fixed;
  bottom: 10px;
  right: 0;
}

.wraper .icon {
  transition: all .6s linear;
  position: fixed;
  top: 50%;
  right: -5px;
}

.wraper .icon.active {
  right: 6px;
}

.wraper .right {
  transform: rotate(-45deg);
}

.wraper .left {
  transform: rotate(135deg);
}

.left-side {
  z-index: 10;
  background: #000;
  border: 2px solid gray;
  width: 27vw;
  height: 79.5vh;
  margin: 0 5px 0 0;
  transition: all .6s linear;
  position: fixed;
  top: 20%;
  right: -30vw;
}

.left-side.active {
  right: 12px;
}

.arrow {
  border: 3px solid gray;
  border-width: 0 3px 3px 0;
  padding: 8px;
  display: inline-block;
}

.chat-input {
  background: #1f1f1f;
  border: 1px solid #565e60;
  width: 98.8%;
  padding: 2px 2px 0;
  position: relative;
}

.chat-input input {
  width: 93%;
}

.chat-input textarea {
  width: 93%;
}

.chatbot-header {
  background: #464646;
  padding: 10px 15px;
  font-size: 16px;
  display: flex;
}

.chatbox-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 20px;
}

.chatbox-title {
  flex: 1;
}

.chat-messages {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  height: 64.3vh;
  padding: 15px 10px;
  overflow-y: auto;
}

.mesage-box.user {
  justify-content: end;
  display: flex;
}

.mesage-box.assistant {
  justify-content: start;
  display: flex;
}

.message.user {
  background: #5474e8;
  border-radius: 10px;
  width: 60%;
  margin: 5px 0;
  padding: 10px;
}

.message.assistant {
  background: #3a3a3c;
  border-radius: 10px;
  width: 92%;
  margin: 5px 0;
  padding: 10px;
}

.message.assistant .allEsgScore {
  width: 90%;
}

.message.assistant .fundoverview-si-table-title {
  padding: 10px;
}

.chat-input button {
  box-shadow: none;
  cursor: default;
  fill: #4a4a4a;
  cursor: pointer;
  background: #1f1f1f;
  border: 0;
  outline: none;
  position: absolute;
  top: 2px;
  right: 2px;
}

.chat-input img {
  fill: #4a4a4a;
}

textarea {
  background: var(--card-bg);
  color: var(--fg);
  resize: none;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  border: 0;
  margin-right: .5rem;
  padding: .7rem .5rem;
  font-size: 15px;
}

textarea :focus {
  border: 1px solid #565e60;
}

.stage {
  text-align: center;
  background: #585858;
  border-radius: 10px;
  justify-content: center;
  width: 50px;
  padding: 10px 20px;
  display: flex;
}

.dot-flashing {
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  width: 8px;
  height: 8px;
  animation: 1s linear .5s infinite alternate dot-flashing;
  position: relative;
}

.dot-flashing:before, .dot-flashing:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing:before {
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  width: 8px;
  height: 8px;
  animation: 1s infinite alternate dot-flashing;
  left: -15px;
}

.dot-flashing:after {
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  width: 8px;
  height: 8px;
  animation: 1s 1s infinite alternate dot-flashing;
  left: 15px;
}

@keyframes dot-flashing {
  0% {
    background-color: gray;
  }

  50%, 100% {
    background-color: white(152, 128, 255, .2);
  }
}

.navigateLink {
  color: #3f96ec;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: underline;
}

.source-box {
  color: #a4a4a4;
  justify-content: end;
  padding-bottom: 10px;
  display: flex;
}

.login-container {
  background: linear-gradient(135deg, #232a36 0%, #2c2c2e 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.login-box {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  min-width: 340px;
  max-width: 440px;
  padding: 40px 56px;
  display: flex;
  box-shadow: 0 4px 32px #0000001f;
}

.login-title {
  color: #336f5c;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px #e5e7eb;
  margin-bottom: 8px;
  font-size: 2.5rem;
  font-weight: 800;
}

.login-subtitle {
  color: #2c2c2e;
  letter-spacing: 1px;
  margin-bottom: 32px;
  font-size: 1.15rem;
  font-weight: 500;
}

.login-btn {
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 48px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px #1976d21f;
}

:root {
  --bg: #121212;
  --fg: #eee;
  --card-bg: #1f1f1f;
  --card-border: #333;
  --accent: #1f77b4;
  --accent-2: #ff7f0e;
}

body {
  background: var(--bg);
  color: var(--fg);
  margin: 0;
  font-family: sans-serif;
}

h2 {
  color: var(--fg);
}

.container {
  padding: 1rem 2rem;
}

.esg-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin: .5rem;
  padding: 1rem;
  display: flex;
}

.esg-card .label {
  color: #bbb;
  font-size: .9rem;
}

.esg-card .value {
  font-size: 1.5rem;
  font-weight: bold;
}

.row {
  flex-wrap: wrap;
  display: flex;
}

.col {
  flex: 1;
  min-width: 250px;
}

input {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  color: var(--fg);
  margin-right: .5rem;
  padding: .5rem;
  font-size: 1rem;
}

a {
  cursor: pointer;
}

