@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.table-fact-sheet {
  /* width: 120% !important; */
  background-color: white;

  text-align: center;
  margin-bottom: 0;
  overflow-x: auto;
}
.table-fact-sheet td {
  text-align: center;
}
.table-fact-sheet-monthly-returns td {
  text-align: center !important;
}
.fact-sheet-selected {
  font-style: italic;
}
.table-fact-sheet tr {
  padding: 0.35em;
}
.table-fact-sheet .table-header {
  background-color: #144276;
  color: white !important;
}
.chart-container {
  width: 100%;
  margin: auto;
}

.table-fact-sheet td {
  text-align: center;
  font-size: 12px;
  width: 40px;
  border-top: #ddd;
}
.fact-sheet-green-col {
  background-color: #76bf75 !important;
  font-size: 9px !important;
  text-align: left !important;
  padding-left: 10px !important;
}
.fact-sheet-hr {
  border: 1px solid darkblue;
  height: 1px;

  margin: 1px;
}
.monthly-returns-des {
  text-decoration: underline;
  margin-bottom: 5px;
}
.fact-sheet-title {
  font-size: 30px;
  color: grey;
  margin: -4px;
}
.fact-sheet {
  font-family: "Tinos", serif;
  font-weight: 600;
  padding: 50px 150px 50px 150px;
  background-color: white;
  /* width: 1200px; */
  /* margin: auto; */
}
.fact-sheet-long-title {
  width: 160px !important;
  text-align: right !important;
}
.table-fact-sheet th {
  text-align: center !important;
  font-size: 8px;
  /* width: 40px; */
  border-top: #ddd;
}
.monthly-returns-container {
  overflow-x: auto;
  width: 100%;
}
.fact-sheet-sub-header {
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 1px;
  font-size: 18px;
}
.fact-sheet-sub-des{
  margin: 0;
    font-weight: 300;
    color: grey;
    font-size: 15px;
}
.fact-sheet-photo {
  margin-left: auto;
  height: 70px;
}
.fact-sheet-photo-container {
  display: flex;
}
.table-fact-sheet-stats-1 {
  width: 100%;
}

.fact-sheet-col-grey {
  background-color: #e5e8e8 !important;
  font-size: 9px !important;
  text-align: left !important;
}
.fact-sheet-row .fact-sheet-col-grey {
  text-align: left !important;
  padding-left: 10px !important;
}

.fact-sheet-row .fact-sheet-col-white {
  text-align: center !important;
}
.fact-sheet-sub-container {
  margin-left: 5px;
  overflow-x: auto;
  margin-top: 10px;
}
.fact-sheet-zero-padding {
  padding-right: 0;
  align-content: baseline;
}
.fact-sheet-inside-collection {
  /* margin: 5px; */
}
.btn-share-class {
  font-size: 10px !important;
}
.fact-sheet-sub-title {
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 1px;
  text-align: center;
}
.fact-sheet-sub-container-2 {
  margin-top: 5px;
}
.fact-sheet-borders {
  border-right: 2px solid #144276;
  padding-bottom: 10px;
}
.fact-sheet-sub-container-countries {
  max-height: 270px;
  overflow-y: auto;
}
.fact-sheet-sub-container-sectors {
  max-height: 270px;
  overflow-y: auto;
}
.fact-sheet-sub-container-exposure {
  max-height: 50px;
}
.fact-sheet-outperformance-table {
  width: 98%;
}
.fact-sheet-content {
  margin-top: 5px;
}
.fact-sheet-sub-header-2 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1px;
}
.fact-sheet-top-border {
  border-top: 2px solid #144276;
}
.fact-sheet-line {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.fact-sheet-line p {
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  width: 30%;
}
.fact-sheet-text-margin-left {
  width: 90% !important;
  text-align: justify;
}
.fact-sheet-bottom-border {
  border-bottom: 2px solid #144276;
}
.fact-sheet-footer {
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  text-align: justify;
}
.information-container-2 {
  display: none;
}
.table-header th {
  /* font-size: 15px; */
}
.special-comments {
  font-style: italic;
  font-size: 10px;
  color: grey;
}
.classes-container {
  padding-right: 50px;
}
.table-fact-sheet-compare td {
  border: 1px solid black;
}
@media only screen and (max-width: 1000px) {
  .fact-sheet-title {
    font-size: 15px;
    color: grey;
    margin: -4px;
  }
  .fact-sheet-sub-header {
    font-size: 12px;
  }
  .fact-sheet-sub-title {
    font-size: 12px;
  }
  .fact-sheet-col-grey {
    font-size: 10px;
  }
  .fact-sheet {
    padding: 10px;
  }
  .fact-sheet-zero-padding {
    padding: 10px;
  }
  .fact-sheet-outperformance-table {
    width: 150%;
    overflow-x: auto;
  }
  .fact-sheet-long-title {
    width: 60px !important;
  }
  .table-fact-sheet-monthly-returns {
    width: 200%;
  }
  .table-fact-sheet th {
    width: 10px;
  }
  .fact-sheet-outperformance-table {
    width: 120%;
  }
  .fact-sheet-zero-padding {
    padding: 0px 10px;
  }
  .fact-sheet-long-title {
    width: 20px !important;
  }
  .fact-sheet-photo {
    display: none;
  }
  .fact-sheet-title-container {
    padding-top: 5px;
  }
  .chart-container {
  }
  .table-responsive {
    /* display: none !important;
     */
    width: 200%;
    overflow-x: auto;
  }
  .overflow-container {
    width: 100%;
    overflow-x: auto;
  }

  .information-container-1 {
    display: none;
  }
  .information-container-2 {
    display: block;
  }
  .fact-sheet-footer {
    font-size: 9px;
  }
  .classes-container {
    padding: 0;
  }
  .btn-share-class {
    font-size: 8px !important;
  }
}
