/* Shared Styles */
body {
  background-color: #f9f5f1 !important;
}

.sj-loader,
.sj-loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sj-loader {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.sj-loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  -webkit-animation: sj-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: sj-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}

.sj-loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.sj-loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sj-loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes sj-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sj-loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.sanjac-data-tables-common {
  color: #021b27;
  max-width: 1330px;
  margin: 0 auto;
}

.sanjac-data-tables-common .gold {
  color: #b88b1f !important;
}

.sanjac-data-tables-common .bold {
  font-weight: 700;
}

.sanjac-data-tables-common .text-right {
  text-align: right;
}

.sanjac-data-tables-common .uppercase {
  text-transform: uppercase;
}

.sanjac-data-tables-common .border-bottom {
  border-bottom: 1px solid #021b27;
  padding-bottom: 10px;
  padding-top: 20px;
}

.sanjac-data-tables-common .expand-rows {
  padding: 0;
  background: none !important;
  border: none !important;
  font-weight: 400;
}

.sanjac-data-tables-common .fund-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
  margin-top: 25px;
}

.sanjac-data-tables-common .fund-documents span {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  display: block;
}

.sanjac-data-tables-common .fund-documents a {
  color: #b88b1f;
  font-size: 16px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}

.sanjac-data-tables-common .disclaimer {
  font-size: 12px;
  font-style: italic;
  margin: 25px 0;
}

.sanjac-data-tables-common .table-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sanjac-data-tables-common .table-title-wrap .table-title {
  font-size: 20px;
}

.sanjac-data-tables-common .table-title-wrap .table-title-date {
  font-size: 14px;
  font-weight: 700;
  color: #b88b1f;
}

.sanjac-data-tables-common.dn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .sanjac-data-tables-common.dn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sanjac-data-tables-common.dn-wrap > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
}

.sanjac-data-tables-common table {
  text-align: left;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.sanjac-data-tables-common table td, .sanjac-data-tables-common table th {
  border: none;
  background-color: transparent !important;
}

.sanjac-data-tables-common table thead tr {
  background-color: #00334a;
  color: rgba(249, 245, 241, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .sanjac-data-tables-common table thead tr {
    font-size: 16px;
  }
}

.sanjac-data-tables-common table thead tr th {
  font-weight: normal;
  padding: 12px 10px;
}

@media screen and (max-width: 768px) {
  .sanjac-data-tables-common table thead tr th {
    padding: 8px 5px;
  }
}

.sanjac-data-tables-common table tbody tr {
  border-collapse: collapse;
  border-bottom: 1px solid #021b27;
}

.sanjac-data-tables-common table tbody tr td {
  font-size: 18px;
  padding: 5px 10px;
}

.sanjac-data-tables-common table tbody tr td.name {
  width: 30%;
}

.sanjac-data-tables-common table tbody tr td.ticker {
  width: 25%;
}

.sanjac-data-tables-common table tbody tr td.shares {
  width: 15%;
}

.sanjac-data-tables-common table tbody tr td.market-value {
  width: 15%;
}

.sanjac-data-tables-common table tbody tr td.weightings {
  width: 15%;
}

.sanjac-data-tables-common table.collapsed tbody tr:nth-child(n + 11) {
  display: none;
}

/* ETF */
.sanjac-dn-mini-table {
  background-color: #fff;
  border-radius: 10px;
  padding: clamp(20px, 5vw, 40px);
}

.sanjac-dn-mini-table table tbody tr {
  border: none;
}

.sanjac-dn-mini-table table tbody tr td:first-child {
  width: 40%;
}

.sanjac-holdings-table {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .sanjac-holdings-table {
    overflow-x: scroll;
  }
}

/* Premium Discount */
.sanjac-pd-screenshot {
  text-align: center;
  margin-bottom: 25px;
}

.sanjac-pd-screenshot img {
  display: block;
  margin: 0 auto;
}

.pd-stat-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.pd-stat-entries .pd-stat-entry {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  background-color: #00334a;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pd-stat-entries .pd-stat-entry .pd-stat-label {
  font-weight: 700;
}

/* ChartJS
========================================================= */
.chart-js-wrapper {
  margin-top: 50px;
}
/*# sourceMappingURL=styles.css.map */