html.codex-route-chain-providers .codex-chain-provider-table {
  width: 100%;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table-container,
html.codex-route-chain-providers .codex-chain-provider-table .ant-table-content {
  overflow-x: auto !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table {
  min-width: 0;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table table {
  table-layout: fixed !important;
  min-width: 1480px;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table colgroup col:nth-child(1) {
  width: 150px !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table colgroup col:nth-child(2) {
  width: 90px !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table colgroup col:nth-child(3) {
  width: 620px !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table colgroup col:nth-child(4) {
  width: 300px !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table colgroup col:nth-child(5) {
  width: 130px !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table colgroup col:nth-child(6) {
  width: 120px !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table colgroup col:nth-child(7) {
  width: 100px !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table colgroup col:nth-child(8) {
  width: 150px !important;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table th,
html.codex-route-chain-providers .codex-chain-provider-table .ant-table td {
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 16px !important;
  padding-right: 16px !important;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table th:nth-child(4),
html.codex-route-chain-providers .codex-chain-provider-table .ant-table td:nth-child(4) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  max-width: 300px;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table th:nth-child(5),
html.codex-route-chain-providers .codex-chain-provider-table .ant-table td:nth-child(5) {
  max-width: 130px;
  min-width: 130px;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table th:nth-child(8),
html.codex-route-chain-providers .codex-chain-provider-table .ant-table td:nth-child(8) {
  overflow: visible;
  text-overflow: clip;
}

html.codex-route-chain-providers .codex-chain-provider-table .ant-table td:nth-child(8) .ant-btn {
  min-width: 52px;
}

html.codex-route-dashboard .codex-dashboard-hidden-content {
  display: none !important;
}

html.codex-route-dashboard .warm-header {
  display: none !important;
}
