@font-face {
  font-family: 'Neue Helvetica';
  src: url('/fonts/HelveticaNeueLTStd-Lt.otf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.table-row-data-header {
  background-color: #9fd4f8;
  font-weight: bold;
  pointer-events: none;
}
.table-row-header {
  background-color: #9fd4f8;
  font-weight: bold;
}
.table-row-data-sum {
  background-color: #ece9e9;
  font-weight: bold;
  /* pointer-events: none; */
}
.table-row-holdings-sum-bolded {
  background-color: #ece9e9;
  font-weight: bold;
}
.number-format-custom {
  border-style: solid;
  border-width: 1px;
}
.text-size-font {
  font-family: 'Neue Helvetica';
  font-size: 10pt;
  width: 353pt;
  overflow-y: scroll;
}
@media screen and (max-width: 1700px) {
  .text-size-font {
    font-family: 'Neue Helvetica';
    font-size: 9pt;
    width: 315pt;
    overflow-y: scroll;
  }
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 99999;
}
.sticky-wrapper {
  position: relative;
  width: 100%;
}
.sticky .sticky-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* background-color: #f2f2f2; */
  /* border-bottom: 2px solid #f35b1c; */
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 5px;
  background-color: white;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* transition: all 0.7s; */
}
.sticky-navbar-fundlist {
  background-color: #ee7023;
  color: #fff;
  padding: 20px;
}
.sticky-navbar-modal-item {
  padding: 15px;
}
.sticky-navbar-modal-item-selected {
  font-weight: bold;
}
.link-button {
  color: #949090;
  font-size: 12px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  margin: 0;
  padding: 0;
}
.link-button:hover,
.link-button:focus {
  text-decoration: none;
}
.header-link {
  color: black;
  font-weight: 600;
}
button {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.filter-tags-display {
  display: flex;
  flex-direction: column;
}
.filter-tags-container {
  height: 100px;
  width: 450px;
  display: flex;
  margin-top: -32px;
}
@media screen and (max-width: 1440px) {
  .filter-tags-container {
    height: 100px;
    width: 450px;
    display: flex;
    margin-top: 30px;
    margin-left: 40px;
  }
}

