.funds-code-table__category-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 30px;
  background-color: #0C1C37;
  padding: 10px;
}
@media (max-width: 767px) {
  .funds-code-table__category-section {
    padding: 5px 10px;
  }
}

.funds-code-table__category-section:first-child {
  margin-top: 0px;
}

.funds-code-table__category {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 27.24px;
}
@media (max-width: 767px) {
  .funds-code-table__category {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .funds-code-table__download {
    display: flex;
    align-items: center;
  }
}
.funds-code-table__download .toolbar-button:hover {
  color: #007AC9 !important;
}
.funds-code-table__download .toolbar-button:hover .funds-code-table__download--label {
  color: #007AC9 !important;
}
.funds-code-table__download .toolbar-button:hover i {
  color: #007AC9 !important;
}

.funds-code-table__download--label {
  color: #fff;
  font-size: 16px;
}

.funds-code-table__download i {
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .funds-code-table__download i {
    font-size: 14px;
  }
}

.funds-code-table__download--label {
  transition: 0.2s;
  white-space: nowrap;
}
.funds-code-table__download--label:hover {
  color: #007AC9 !important;
}

.doc-link {
  padding-top: 2px;
  margin-left: 10px;
}
.doc-link .toolbar-button {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .doc-link {
    padding-top: 0;
  }
}

.funds-code-table table {
  width: 100%;
}

.funds-code-table thead th,
.funds-code-table tbody td {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  width: 50px;
  padding: 16px 8px !important;
}
@media (max-width: 767px) {
  .funds-code-table thead th,
  .funds-code-table tbody td {
    font-size: 14px;
    width: 35px;
  }
}

.funds-code-table thead th {
  padding-top: 0 !important;
  height: 64px;
}
@media (max-width: 767px) {
  .funds-code-table thead th {
    height: 40px;
    padding-bottom: 10px !important;
  }
}

.funds-code-table tbody td {
  font-weight: 400;
}

.funds-code-table tbody td.funds-code-table__fund-name {
  text-align: left;
  width: 340px;
  min-width: 340px;
  font-weight: 700;
}
.funds-code-table tbody td.funds-code-table__fund-name:hover {
  text-decoration: underline;
}

.funds-code-table thead .funds-code-table__extended-col {
  width: 100px;
  min-width: 100px;
}

.funds-code-table tbody tr:nth-child(odd) {
  background-color: #E7E7E7;
}
.funds-code-table tbody tr:nth-child(odd) .funds-code-table__fund-name {
  background-color: #E7E7E7;
}

.funds-code-table tbody tr:nth-child(even) {
  background-color: white;
}
.funds-code-table tbody tr:nth-child(even) .funds-code-table__fund-name {
  background-color: white;
}

.funds-code-table thead .funds-code-table__extra-col {
  width: auto;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
}

.table-scroll table {
  width: 100%;
  min-width: 600px;
}
@media (max-width: 767px) {
  .table-scroll table {
    min-width: 0px;
  }
}

@media (max-width: 768px) {
  .funds-code-table thead th:first-child {
    background-color: white;
  }
  .funds-code-table tbody .funds-code-table__fund-name {
    max-width: 180px;
    min-width: 180px !important;
    padding: 10px !important;
    width: auto;
  }
}/*# sourceMappingURL=template.css.map */