/* Audited Report for Open Pension Funds */
.audited{
  width: 78%;
  margin: 0 auto;
  }
 .audited .title{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
   letter-spacing: 0%;
  vertical-align: middle;
 color: #002E6C;
  margin: 50px 0 40px 0;
 }
  .audited .funds_lists ul{
   list-style: none;
   padding: 0;
   margin-bottom: 34px;
  }
  .audited .funds_lists ul li{
    padding: 26px 0 26px 24px;
    margin-bottom: 16px;
    box-shadow: 0px 10px 20px 0px #10182814;
     background: #fff;
border-radius: 8px;
  }
 .audited .funds_lists ul a li{
    font-family:Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
 }
  .audited .funds_lists .remarks{
      font-family: Rubik Regular;
      font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0%;
    color: #333;
    margin-top: 50px;
 }
 .fund_pdf_btn{
    width: 346px;
    height: 44px;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    gap: 6px;
    box-sizing: border-box;
    background: #00B9F2;
    margin-top: 50px;
    margin-left:11%;
  }
 .fund_pdf_btn a{
   font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FCFCFC;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 /* 表格 */
  .fund_table {
      width: 78%;
      border-collapse: collapse;
      border: 1px solid #D9D9D9;
      margin: 50px auto 0;
      table-layout: fixed;
  }
  .fund_table td a{
      font-family: Rubik Regular;
      font-weight: 400;
      font-size: 14px;
  } 
  .fund_table th, td{
      border-bottom: 1px solid #D9D9D9; /* 只保留行间分隔线 */
      padding: 12px 0;
      font-family: Rubik Regular;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center;
      color: #333333;
      text-align: center;
  }
   .fund_table td{
      border-bottom: 1px solid #D9D9D9; /* 只保留行间分隔线 */
      padding: 12px 0;
      font-family: Rubik Regular;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center;
      color: #333333;
      text-align: center;
  }
  .fund_table th {
      font-family: Rubik Regular;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center;
      color: #002E6C;
      vertical-align: middle;
      border-bottom: 1px solid #D9D9D9; 
  }
  .fund_table thead {
      background-color: #f9f9f9;
  }
  .checkmark {
      color: green;
      font-size: 1.2em;
  }
  .loading {
      text-align: center;
      padding: 20px;
      font-style: italic;
      color: #666;
  }
  .error {
      color: red;
      padding: 20px;
      text-align: center;
  }
  .hidden {
      display: none;
  }
  .fixed-column {
      /* 固定第一列的样式 */
      color: #007BFF;
      font-family: Rubik Regular;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center;
  }
  .tab-header{
      display: none;
  }
 @media (max-width: 953px) {
.fund_table th{
color: #333 !important;
}
  .audited{
    width: 87%;
margin: 0 24px;
  }
  .audited .title{
    margin: 16px 0;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .audited .funds_lists ul{
    margin-bottom: 8px;
  }
  .audited .funds_lists ul li{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 15px;
  }
  .audited .funds_lists .remarks{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-top: 0;
margin: 0 -9px;
  }
 .fund_pdf_btn{
    width: 92%;
    height: 44px;
    border-radius: 4px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    gap: 6px;
    box-sizing: border-box;
    background: #00B9F2;
    margin:16px auto 32px;
box-shadow: 0px 8px 14px 0px rgba(2, 142, 185, 0.24);
  }
 .fund_pdf_btn a{
   font-family: Rubik Bolder;
    font-weight: 500;
    font-size:12px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FCFCFC;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 /* 表格 */
  .tab-header{
      height: 60px;
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch; /* 启用弹性滚动 */
      scrollbar-width: none; /* 隐藏 Firefox 滚动条 */
      width: 100%;
      margin: 0 auto;
  }
  .tab-header .tab{
      font-family: Rubik Regular;
      font-weight: 400;
      font-size: 12px;
      line-height: 16.8px;
      letter-spacing: 0%;
      text-align: center;
      width: 110px;
      border-right: 1px solid #D9D9D9;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #002E6C;
      cursor: pointer;
      flex-shrink: 0;
      scroll-snap-align: start;
      border-bottom: 1px solid #D9D9D9;

  }
  .tab-header .tab.active{
      background: #00B9F2;
      color: #fff;
  }
    .fund_table{
    width: 100%;
    margin-top: 0;
    }
  /* Hide all columns except fixed column by default on mobile */
  .fund_table th:not(.fixed-column),
  .fund_table td:not(.fixed-column) {
      display: none;
        text-align: right;
    padding-right: 15px;
  }
  /* Show active column on mobile */
  .fund_table th[data-column].active-column,
  .fund_table td[data-column].active-column {
    display: table-cell;
  }
  .fixed-column {
    text-align: left !important;
    padding-left: 15px !important;
    font-size: 11px !important;
    line-height: 18px !important;
  }
   .fund_table td:not(.fixed-column) {
    font-size: 12px !important;
    line-height: 15px !important;
  }
   .fund_table th:not(.fixed-column),.fund_table td a{
    font-size: 11px !important;
    line-height: 18px !important;
   }
 }