html {
    font-size: 14px;
  }

  body {
    background-color: #FAFAFA;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    margin: 0;
  }
  .PdfLogo{
    height: fit-content;
  }
  .accountValuePosition{
    position: relative;
    margin:0;
    size: letter;
  }
  .accountValueCardPdf {
    box-sizing: content-box;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0 auto;
  }

  .accountValueHeaderPdf {
    padding: 15px 30px 10px 30px;
  }
  .accountValueHeaderPositionPdf{
    display: flex;
    justify-content: space-between;
  }
.accountValueHeaderAddressPdf{
    margin-top:0;
    margin-bottom: 0;
}
  .accountValueInnercontentPdf {
    padding: 5px 30px 10px 30px;
    min-height: calc(100vh - 80px);
  }
  .costbasisInnercontentPdf{
    padding: 5px 30px 10px 30px;
    min-height: calc(100vh - 102px);
  }
  

  .accountValueAddressPdf {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .accountValueAddresslinePdf {
    font-style: normal;
    word-break: break-all;
    padding: 0;
    margin: 5px 0;
    font-size: 12px;
  }

  .accountValueReferenceline1Pdf {
    padding: 0;
    margin: 5px 0 5px 0;
  }

  .accountValueReferenceline2Pdf {
    padding: 0;
    margin: 20px 0 20px 0;
    line-height: 19.07px;
  }

  .accountValueSharesPdf {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .accountValueSharesPdf .accountValueContentPdf {
    margin-left: 105px;
  }

  .accountValueTotalsharesPdf {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 20px 0 0 0;
  }

  .accountValueYtdDividendPdf {
    width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
  }

  .accountValueRegardsPdf {
    display: block;
    width: auto;
    height: auto;
    clear: both;
  }

  .accountValueRegardslinePdf {
    font-style: normal;
    word-break: break-all;
    padding: 0;
    margin: 0;
  }

  .accountValueTextboldPdf {
    font-weight: bold;
  }

  .accountValueNotePdf {
    margin-bottom: 0 !important;
  }

  .accountValueWebPdf {
    margin-top: 0 !important;
  }
  .accountValueHrLineMainPdf{
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
  }
  .accountValueHrLinePdf{
    width: 100%;
  }
  


  .accountValuePadding-left-1 {
    padding-left: 3px;
}

  .accountValueCardPdf .datatable {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
    border: 1px solid #D4DADD;
    padding: 20px 0;
    
}

.accountValueCardPdf .datatable table tbody tr th {
    color: #616F76;
    border-bottom: 3px solid #CCCCCC;
}

.accountValueCardPdf .datatable table tr:last-child {
    border-bottom: 3px solid #CCCCCC ;
}

.accountValueCardPdf table {
    font-family: arial, sans-serif;
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}

.accountValueCardPdf table tr td,
.accountValueCardPdf table tr th {
    text-align: left;
    padding: 10px;
}

.accountValueCardPdf table tr td {
    border-bottom: 1px solid #D4DADD;
    text-align: left;
}
.accountValueTextRight{
    text-align: right;
}
.accountValueHeaderPadding{
    padding: 15px 30px 10px 30px;
}
.costbasisDatatablePdf{
    margin-top: 20px !important;
}
.m-50-pdf{
    margin-top: 50px;
}
.costbasisNotePdf{
    line-height: 19px;
    font-size: 12px;
}
.costbasisSubHeaderpdf{
    font-size: 18px;
    font-weight: 700;
}
.pdf-col-6{
  width: 50%;
}
.pdf-col-1{
width: 10%;
}
.pdf-col-9{
  width: 90%;
  }
.pdf-text-right{
  text-align: end;
}
.w8PdfH2{
  margin: 35px 0;
}
.w8PdfIdentification{
  width: 50%;
}
.w8IdentificationPdf{
  margin: 7px 0 7px 0;
}
.w8Padding-left-1{
padding-left: 30px;
}
.w8Padding-left-15{
  padding-left: 15px;
  }
.w8-line-height{
  line-height: 19.07px;
}
.w8-alin-self-end{
  align-self: end;
}
.w8-display-flex{
  display: flex;
}
.ulW8page{
  padding-left: 17px;
}
.subUlW8page{
  padding-left: 17px;
  list-style: disc;
}
.w8marginTopBottom{
  margin-top:20px;
  margin-bottom:50px;
}
.w8-flex-column{
  display: flex;
    flex-direction: column;
}
@media print {
    .accountValueCardPdf table tr td,
    .accountValueCardPdf table tr th {
        padding: 10px 3px;
    }
    .w8PdfIdentification{
      width: 100%;
    }
    .pdf-col-1{
      width: 25%;
      }
      .pdf-col-9{
        width: 80%;
        }
  }