/* ISIN Custom styles */

.fund_header {
  padding-bottom: 25px;
  padding-top: 25px;
}
.fund_title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fund_body_header, .fund_header, .fund_risk_header, .fund_risk_footer {
  display: flex;
  justify-content: space-between;
}
.fund_body {
  padding-bottom: 40px;
}
h3.isin_title {
  font-size: 18px;
  font-family: 'Jost' !important;
  line-height: 34px;
  font-weight: 600;
  padding-top: 9px;
}
h3.isin_title:before {
    content: "ISIN ";
}
.fund_body_header_left h2, .fund_risk h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}
.fund_body_header_right p.last_updated {
  font-size: 18px;
  line-height: 34px;
  font-family: 'Jost';
  color: #000000;
  font-style: italic;
  font-weight: 400;
}
.key_infos {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.key_infos_col {
  flex: 0 0 31%;
}
.key_info_row {
  justify-content: space-between;
  display: flex;
  padding-bottom: 15px;
  padding-top: 20px;
  border-bottom: 1px solid #EDEDED;
}
.key_info_row h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
}
.key_info_row span {
	padding-right: 20px;
}
#isin_select {
  width: 100%;
  background-color: #F5F5F5;
  color: #1C4B48 !important;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  font-family: 'Jost';
  padding: 5px 15px;
  max-width: 630px;
}
#isin_select option {
  font-weight: 300;
}
.fund_risk {
  padding-bottom: 25px;
}
.fund_risk_header {
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}
.fund_risk_footer {
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
}
ul.fund_risk_indicator {
  display: block;
  list-style: none;
}
ul.fund_risk_indicator li {
  color: #000;
  width: 55px;
  height: 55px;
  background-color: #E7F3F3;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  margin: 10px;
  display: inline-block;
}
table.factsheet_table thead tr th {
  background: #525252;
  border: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Crimson Text';
  line-height: 32px;
  padding-top: 14px;
  border-bottom: 3px solid #fff !important;
}
.elementor-widget-tabs .elementor-tab-content {
  padding: 20px 0 !important;
}
table.factsheet_table, table.factsheet_table tbody tr td {
  border: 0 !important;
}
table.factsheet_table tbody tr td {
  background-color: #F5F5F5;
  border-bottom: 3px solid #fff !important;
  padding-top: 12px;
  padding-bottom: 11px;
}
td.factsheet_isin, td.factsheet_date {
  font-size: 15px;
  line-height: 23px;
  padding-left: 0;
}
td.factsheet_download {
  text-align: center;
}
td.factsheet_download a {
  font-size: 17px;
  line-height: 24px;
  color: #356965;
  font-weight: 500;
  margin: 0 15px;
}
td.factsheet_download a img {
  padding-left: 15px;
}
#fund_tabs .elementor-tabs-content-wrapper [data-tab="2"] {
  max-width: 900px;
}
.no_isins_found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.select_another_country {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 50px;
}
.select_another_country a {
  font-family: "Jost", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.34px;
  color: #356965;
  display: flex;
  align-items: center;
}
.select_another_country a img {
  padding-left: 10px;
}
@media (max-width: 1024px) {
  table.factsheet_table {
    min-width: 1024px;
  }
  .factsheet_table_wrapper {
    overflow-x: auto;
  }
}
@media (max-width: 767px) { 
  h1.fund_title {
    font-size: 28px !important;
    line-height: 38px;
  }
  .fund_body_header_left h2 {
      font-size: 24px;
  }
  .key_info_row h3 {
      font-size: 22px;
      line-height: 28px;
      max-width: 60%;
  }
  .fund_body_header_right {
      display: none;
  }
  .fund_header_right {
      display: none;
  }
  h2.fund_risk_title {
      font-size: 24px;
  }
  .fund_risk_header span, .fund_risk_footer span {
      font-size: 10px;
  }
  ul.fund_risk_indicator li {
      width: 25px;
      height: 25px;
      font-size: 10px;
      line-height: 25px;
      margin: 5px;
  }
  h2.fund_category_title {
      font-size: 24px;
      line-height: 33px;
  }
  h3.list_fund_title {
      font-size: 20px;
      line-height: 29px;
  }
  table.nav_table {
      min-width: 1024px;
  }
  #elementor-tab-content-1872 {
    padding: 20px !important;
  }
  .fund_distribution_team .col {
    padding: 20px;
  }
}