#constituents-sector {
  padding-top: 0px !important;
}

.wrapper__inner__header__title {
  font-size: 16px;
}

#constituents-sector .wrapper__inner__header__title span {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 600;
}

#constituents-sector table {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
}

#constituents-sector thead tr {
  background-color: #f2f2f2;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#constituents-sector thead .company_mcap,
#constituents-sector thead .company_pe,
#constituents-sector thead .company_name {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 700;
}

#constituents-sector .company_name span {
  color: #000;
}

#constituents-sector .company_name span:hover {
  border-bottom: 1px dotted;
  color: #000;
}

#constituents-sector .company_name a {
  text-decoration: none;
}

#constituents-sector .company_name a:hover {
  text-decoration: none;
  cursor: pointer;
}

#constituents-sector tr {
  display: flex;
  padding: 0px 20px;
  justify-content: space-between;
}

#constituents-sector tbody tr {
  border-top: 1px solid #e4e4e4;
}

th,
td {
  display: flex;
  padding: 8px 0px;
}

.company_name {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

.company_pe {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50px;

  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.company_mcap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 170px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.show_toggle_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 12px;
}

.show_toggle_info {
  position: absolute;
  font-size: 14px;
  left: 0px;
  font-weight: 600;
}

.show_expand {
  display: none;
}

.show_toggle__wrapper {
  cursor: pointer;
}

.show_toggle__text {
  color: #2c79f7;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.show_toggle__svg svg {
  vertical-align: top;
}

.show_toggle__svg path {
  stroke: #2c79f7;
}

#constituents-sector tr.show_more_hide {
  display: none;
}

.hide_mobile {
  display: flex;
}

.hide_desktop {
  display: none;
}

@media (max-width: 430px) {
  /* #constituents-sector .wrapper__inner__header__title {
    font-size: 16px;
  } */

  #constituents-sector tr {
    display: flex;
    padding: 0px 10px;
    justify-content: space-between;
  }

  .company_name {
    color: #5c5c5c;
  }

  .company_mcap {
    width: 105px;
  }

  .show_toggle_info {
    display: none;
  }

  .show_toggle__text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
  }

  .show_toggle__svg path {
    overflow: hidden;
    vertical-align: top;
    height: 18px;
    width: 18px;
  }

  .show_toggle_container {
    margin-top: 8px;
  }

  .hide_mobile {
    display: none;
  }

  .hide_desktop {
    display: flex;
  }
}
