#usa_custom_tabs_content {
    position: relative;
}
/* tabs */
.usa-menu-wrapper {
  display: flex;
  flex-direction: column;
}

.usa-menu-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: var(--n-menu-heading-wrap);
  justify-content: var(--n-menu-heading-justify-content) initial;
  margin: initial;
  overflow-x: var(--n-menu-heading-overflow-x);
  padding: initial;
  row-gap: var(--n-menu-title-space-between);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

li.usa-menu-item {
  margin-right: 16px;
  display: flex;
  list-style: none;
  margin-block: initial;
  padding-block: initial;
}

li.usa-menu-item .usa-menu-title {
  background-color: var(--e-global-color-7f8017b);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
  border-radius: 10px;
  padding: 0;
}

li.usa-menu-item .usa-menu-title:hover,
li.usa-menu-item .usa-menu-title.e-current {
  border-color: var(--e-global-color-accent);
  color: var(--e-global-color-accent);
}

li.usa-menu-item .usa-menu-title.e-current a {
  color: var(--e-global-color-accent);
}

li.usa-menu-item .usa-menu-title a {
  padding: var(--n-menu-title-padding);
  display: flex;
}
/* tabs */
/* table */
table.custom-table {
  border-collapse: unset;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 0;
  color: #000000;
}

#Financials .smw-table-financials.smw-basic table,
#Historical .smw-table-history.smw-basic table {
  border-radius: 10px;
}

table.custom-table th,
.smw-table-financials th,
.smw-table-history th {
  background-color: #162a30 !important;
  color: white !important;
  font-weight: 600 !important;
  border: 1px solid #162a30 !important;
  border-bottom: 1px solid #162a30 !important;
  padding: 8px 12px;
}

table.custom-table tr:first-child th:first-child,
.smw-table-financials table tr:first-child th:first-child,
.smw-table-history table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

table.custom-table tr:first-child th:last-child,
.smw-table-financials table tr:first-child th:last-child,
.smw-table-history table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

table.custom-table td,
.smw-table-financials table td,
.smw-table-history table td {
  border: none;
  padding: 8px 12px;
  font-size: 0.9em;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

table.custom-table tr:last-child td,
.smw-table-financials table tr:last-child td,
.smw-table-history table tr:last-child td {
  border-bottom: none;
}

table.custom-table td:nth-child(odd),
table.custom-table tr:nth-child(odd) > td,
table.custom-table tr:hover > td,
.smw-table-financials table td:nth-child(odd),
.smw-table-financials table tr:nth-child(odd) > td,
.smw-table-financials table tr:hover > td,
.smw-table-history table td:nth-child(odd),
.smw-table-history table tr:nth-child(odd) > td,
.smw-table-history table tr:hover > td {
  background-color: transparent;
}

table.custom-table td:first-child,
.smw-table-financials table td:first-child,
.smw-table-history table td:first-child {
  font-weight: 600;
}

table.custom-table tr:first-child td,
.smw-table-financials table tr:first-child td,
.smw-table-history table tr:first-child td {
  border-bottom: 1px solid #d4d4d4;
}

table.custom-table tr:last-child td:first-child,
.smw-table-financials table tr:last-child td:first-child,
.smw-table-history table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table.custom-table tr:last-child td:last-child,
.smw-table-financials table tr:last-child td:last-child,
.smw-table-history table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.padding-zero .e-con-inner,
.padding-zero .e-child {
  padding: 0;
}

table.key-executives {
  max-width: 65%;
}
/* table */
/* chart */
#scatter_legend {
  margin: 10px 0;
  max-width: 460px;
}

#scatter_legend,
.single-legend {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-legend {
  margin-left: 15px;
}

.legend-circle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 10px;
}

.purple-circle {
  background-color: purple;
}

.orange-circle {
  background-color: orange;
}

.chart-tooltip {
  position: absolute;
}
/* chart */
.etf-general-description {
    text-align: left;
    margin-top: 20px;
}
/* loader */
.stock-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 100px;
}

.loader {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #162a30 94%, #0000) top/9px 9px
      no-repeat,
    conic-gradient(#0000 30%, #162a30);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: usa-loader 1s infinite linear;
}

@keyframes usa-loader {
  100% {
    transform: rotate(1turn);
  }
}
/* loader */

@media (max-width: 767px) {
  .width-85 {
    width: 100%;
  }

  #Financials table tbody > tr:nth-child(odd),
  #Financials table tbody > tr:nth-child(odd) > td,
  #Financials table tbody > tr:nth-child(odd) > th {
    background-color: #f2f2f2;
  }

  .e-con.e-grid > .e-con-inner {
    grid-template-rows: none;
  }

  .elementor-widget-container table.custom-table {
    max-width: 100%;
  }

  table.custom-table td {
    white-space: nowrap;
  }
}
