main {
  max-width: 1300px;
  min-height: 100vh;
  padding-bottom: 60px;
}

div.page-title-outer {
  padding-left: .25rem;
  padding-bottom: .75rem;
}

.back-link-outer {
  padding-bottom: 1rem;
}

.back-link-outer > a {
  padding: .3rem .6rem;
  border: 1px solid rgb(180, 180, 180);
  border-radius: 4px;
  background-color: transparent;
  font-size: 13px;
  color: rgb(180, 180, 180);
  transition: .2s;
}

.back-link-outer > a:hover {
  color: var(--color-quiver-black);
  background-color: var(--color-quiver-white);
  text-decoration: none;
}

.back-link-outer i {
  margin-right: 6px;
  font-size: 12px;
}

div.page-title-outer .page-title {
  padding-bottom: .25rem;
  font-size: clamp(16px, 3vw, 28px);
}

div.page-title-outer .page-title-description {
  max-width: 650px;
  font-size: clamp(13px, 2vw, 17px);
  line-height: 1.4;
}

div.page-title-outer div.fund-metric-outer {
  padding-top: .25rem;
}

div.page-title-outer div.fund-metric {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}

div.fund-metric p {
  width: 200px;
  font-size: 16px;
  font-weight: 300;
}

div.fund-metric span {
  font-size: 16px;
  font-weight: 300;
  color: rgb(180, 180, 180);
}

.graph-outer {
  margin: 1rem 0 3rem 0;
}

.holdings-search-wrapper {
  display: flex;
  justify-content: space-between;
}

.holdings-search-inner {
  display: flex;
  flex-direction: column;
}

.holdings-search {
  border: 0;
  padding: 1.25rem;
  margin: 0 1rem 1rem 0;
  min-width: 350px;
  max-width:350px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.holdings-search h3 {
  padding-bottom: .25rem;
  font-size: 18px;
  font-weight: 400;
  color:rgb(200, 200, 200);
}

.holdings-search p {
  font-size: 14px;
  color: rgb(180, 180, 180);
  padding-bottom: 1rem;
  font-weight: 300;
}

.ticker-search-form {
  position: relative;
  width: 250px;
}

.ticker-search-form input {
  padding: .25rem .5rem;
  border: 1px solid var(--color-border-gray);
  border-radius: 4px;
  background-color: var(--color-header-bg);
  color: var(--color-quiver-white);
  font-size: 14px;
  transition: .2s;
}

.ticker-search-form input:focus {
  border-bottom: 2px solid var(--color-quiver-green);
}

.search-btn {
  position: absolute; 
  top: 0;
  left: 232px;
  background-color: var(--color-border-gray);
  border-radius: 4px;
  width: 75px;
  height: 100%;
  color: var(--color-quiver-white);
  opacity: .5;
  font-size: 14px;
  pointer-events: none;
}

.btn-active {
  pointer-events: all;
  cursor: pointer;
  opacity: 1;
}

.btn-active:hover {
  background-color: var(--color-quiver-green);
  color: var(--color-quiver-black);
}

.awesomplete {
  width: 225px !important;
}

.awesomplete > ul > li {
  font-size: 13px;
}

.top-sector-header {
  margin-bottom:-.5rem;
  padding-bottom: .5rem;
  padding-left: .25rem;
  font-weight:400;
  font-size: 22px;
  color:rgb(200,200,200);
}

.fund-changes-header {
  padding-left: .25rem;
  padding-bottom: 1.5rem;
  font-weight:400;
  font-size: 22px;
  color:rgb(200,200,200);
}

.content__filter_main_title.ticker,
h3.recent-desc {
  padding-left:.25rem;
  padding-bottom: 1rem;
  font-size:20px;
  font-weight:400;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
}

.table-outer {
  border: 0;
  padding: 0;
  padding: 1.25rem 0 0 0;
  margin: 0 auto;
  height: 100%;
  min-width: 300px;
  width: 50%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.table-outer.table-outer-fund {
  width: 100%;
  padding-top: 0;
  margin-top: .5rem;
  box-shadow: none;
}

.table-outer .table-header {
  padding: 0 0 1rem 1rem;
}

.table-outer .table-header-title > h3 {
  font-size: 16px;
  font-weight: 400;
  color: rgb(200, 200, 200);
}

.table-outer .table-inner {
  max-height: 215px;
  border-bottom: 0;
}

.table-outer.table-outer-fund.fund-breakdown {
  margin-top: 1rem;
  width: 100%;
  padding: 2rem;
}

.table-outer.table-outer-fund .table-inner {
  /* max-height: 450px; */
  max-height: 600px;
}

p.options-note {
  font-size: 14px;
  color: rgb(180, 180, 180);
  padding: 1rem 1rem 0 1rem;
}

#table-inner__fund-perf,
#changes_graph,
#fundGraphContainer {
  position: relative;
  height: 450px;
}

#fundGraphContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#fundGraphContainer p.error-msg {
  font-size: 18px;
}

.placeholder {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem;
  height: calc(100% - 4rem);
  background-color: var(--color-header-bg);
  opacity: .75;
}

#fundGraphContainer .placeholder {
  background-color: transparent;
}

.placeholder .placeholder-item {
  margin: .5rem;
  flex-basis: 100%;
  background-color: var(--color-graph-bg);
}

.loader-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  margin-top: 1.5rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 5px solid #657c92;
  border-right: 5px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.hide-content-loader,
.hide-content-loader-table {
  display: none;
}

.hide-content-loader-table .content-loader-outer {
  background-color: transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.table-outer thead th {
  z-index: 1;
  padding: .5rem 1rem;
  border: 0;
  color: rgb(190, 190, 190);
}

.table-outer.table-outer-fund thead th {
  padding: 1rem;
  border-right: 1px solid var(--color-header-bg);
}

.table-outer-fund th:first-child span.header-name {
  min-width: 125px;
}

.table-outer .header-filter {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-grow:1;
}

.header-filter i {
  color: rgb(200, 200, 200);
  font-size: clamp(12px, 2vw, 13px);
  margin-right: .25rem;
  cursor: pointer;
}

.header-filter i:hover {
  color: var(--color-quiver-white);
}

.ticker-table-input-outer {
  position: absolute;
  padding: 0.25rem 0.25rem;
  border-radius: 2px;
  background-color: var(--color-header-bg);
}

.ticker-table-input-outer,
.ticker-table-input-outer.hide-placeholder::before {
  display: none;
}

input.ticker-table-input {
  margin-left: .25rem;
  border: none;
  max-width: 100px;
  background-color: transparent;
  font-size: clamp(13px, 2vw, 13px);  
  color: var(--color-quiver-white);
}

.ticker-table-input-outer.table-search-active {
  display: block;
}

i.table-search-active,
i.table-search-active:hover {
  color: var(--color-quiver-green) !important;
}

/* fake ::before placeholder */
.ticker-table-input-outer::before {
  position: absolute;
  left: .55rem;
  content: 'Enter ticker';
  color: rgb(160, 160, 160);
  font-size: clamp(13px, 2vw, 13px);
  pointer-events: none;
}

.ticker-table-input.no-results {
  color: var(--color-error-red);
}

.table-outer.table-outer-fund td {
  padding: 1rem 1rem;
  font-size: 14px;
}

.table-outer.table-outer-fund td a {
  font-size: 15px;
}

.table-outer.table-outer-all td {
  padding: 0;
}
.table-outer.table-outer-all a {
  padding: .75rem 1rem;
}

.table-outer td.positive {
  color: var(--color-quiver-green);
}

.table-outer td.negative {
  color: var(--color-error-red);
  font-weight: 300;
}

.table-outer td.sale {
  color: var(--color-dataset-gov);
}

.table-outer th.fund {
  min-width: 200px;
}

.table-outer th.file-date {
  min-width: 120px;
}

.table-outer td {
  padding: .75rem 1rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}

.table-outer td a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0px;
}

.table-outer.table-outer-fund.fund-breakdown td:last-child {
  padding-right: 2rem;
}

.table-outer td a.file-date {
  color: rgb(180, 180, 180);
}

.table-outer table th > div {
  display:flex;
  align-items:center;
  justify-content: space-between;
}

.table-outer table .sort-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: .75rem;
  cursor: pointer;
}

.table-outer table th i {
  font-size: 13px;
  line-height: .25;
  color: rgb(180,180,180);
  transition: .2s;
}

.table-outer table th i.sort-active, .comp-link {
  color: var(--color-quiver-green);
  transition: .2s;
}

.comp-link:hover {
  text-decoration: underline;
}

.table-inner tbody tr {
  opacity: .85;
  cursor: pointer;
}

.table-outer-fund .table-inner tbody tr {
  opacity: 1;
  cursor: initial;
}

.table-inner tbody tr:hover {
  opacity: 1;
}

.table-inner tbody tr:nth-child(even) {
  background-color: var(--color-header-bg);
}

.sector-header,
.changes-header {
  padding-top: 2.5rem;
  padding-bottom: 0;
  font-size: 21px;
  font-weight:400;
  color: rgb(200,200,200);
}

.changes-header {
  padding: 4rem 0 .5rem 0;
}

.sector-description {
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight:300;
  color:rgb(180,180,180);
}

.graph-outer-ticker {
  border: 0;
  background-color: #212832;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}

.ticker-recent td:nth-child(2) {
  min-width: 150px;
}

.graph-outer-ticker .table-outer td {
  padding: 0;
  font-size: 15px;
}

.graph-outer-ticker .table-outer th:nth-child(1) {
  width:20%;
}

.graph-outer-ticker .table-outer th:nth-child(2),
.graph-outer-ticker .table-outer th:nth-child(3) {
  width: 40%;
}

.graph-outer-ticker .table-outer td a {
  display: block;
  padding: 1.25rem 1rem;
  font-size: 16px;
  height: 100%;
  color: rgb(200,200,200);
}

.graph-outer-ticker .table-outer td a:hover {
  color: var(--color-quiver-green);
}

.awesomplete > ul {
  z-index: 2 !important;
}

.table-outer-fund th {
  width: 14%;
}

.table-outer-fund .table-inner {
  max-height: 450px;
}

@media screen and (max-width: 850px) {
  .table-outer {
    min-width: 500px;
  }

  .holdings-search {
    min-width: 325px;
    max-width: 325px;
  }

  .holdings-search h3,
  .table-outer .table-header-title > h3 {
    font-size: 14px;
  }
  
  .holdings-search p {
    font-size: 12px;
  }

  .search-btn {
    left: 208px;
  }

  .awesomplete {
    width: 200px !important;
  }

  .holdings-search-wrapper {
    flex-wrap: wrap;
  }
  .holdings-search-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .table-outer {
    width: 100%;
  }
  .table-outer .table-inner {
    max-height: 225px;
  }

  .table-outer.table-outer-fund.fund-breakdown {
    padding: 1rem;
  }

  h3.fund-changes-header {
    padding-top: .5rem;
  }

  .top-sector-header {
    padding-top: 1rem;
  }
  
  .sector-header,
  .changes-header {
    font-size: 16px;
  }

  .ticker-search-form input,
  .sector-description {
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  .table-outer {
    min-width: 100%;
  }
  .ticker-search-form {
    width: 100%;
  }

  .holdings-search-inner {
    width: 100%;
  }

  .holdings-search {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    margin-right: 0;
    margin-bottom: .5rem;
  }

  .search-btn {
    top: 0;
    left: auto;
    right: 0;
  }

  div.fund-metric p {
    width: 160px;
    font-size: 14px;
  }
  
  div.fund-metric span {
    font-size: 14px;
  }

  .top-sector-header, .fund-changes-header {
    font-size: 16px;
  }

  .graph-outer-ticker {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }

  h3.ticker,
  h3.recent-desc {
    font-size: 16px;
  }

  h3.fund-changes-header {
    padding-bottom: .5rem;
  }

  .table-outer.table-outer-fund.fund-breakdown {
    padding: 0;
  }

  .table-outer.table-outer-fund.fund-breakdown .table-inner {
    background-color: var(--color-graph-bg);
  }

  .table-outer.table-outer-fund td,
  .table-outer.table-outer-fund td a {
    font-size: 12px;
    padding: 0;
  }

  .table-outer.table-outer-fund thead th,
  .table-outer.table-outer-fund td {
    padding: .75rem;
  }

  .top-sector-header {
    margin-bottom:-1rem;
  }
}

@media screen and (max-width: 450px) {
  div.page-title-outer {
    padding-bottom: .75rem;
  }
  .ticker-search-form input {
    padding: 0.15rem 0.5rem;
  }
}