@charset "UTF-8";
.pdf-styles {
  background-color: #FFF;
  color: #2D2F36;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal; }
  .pdf-styles .text-bold {
    font-weight: bold !important; }
  .pdf-styles .align-left {
    text-align: left !important; }
  .pdf-styles .bg-p-30 {
    background-color: #F7F8FE !important; }
  .pdf-styles .bg-p-50 {
    background-color: #E9ECFA !important; }
  .pdf-styles .bg-p-500 {
    background-color: #004182 !important; }
  .pdf-styles .color-p-500 {
    color: #004182 !important; }
  .pdf-styles .color-white {
    color: #FFF !important; }
  .pdf-styles .color-n-500 {
    color: #717686 !important; }
  .pdf-styles .h-100 {
    height: 100% !important; }
  .pdf-styles h1, .pdf-styles h2, .pdf-styles h3, .pdf-styles h4, .pdf-styles h5, .pdf-styles h6, .pdf-styles p {
    margin: 0;
    font-weight: normal; }
  .pdf-styles .mb-0 {
    margin-bottom: 0 !important; }
  .pdf-styles .mb-1 {
    margin-bottom: 4px !important; }
  .pdf-styles .mb-2 {
    margin-bottom: 8px !important; }
  .pdf-styles .mb-3 {
    margin-bottom: 16px !important; }
  .pdf-styles .mt-1 {
    margin-top: 8px !important; }
  .pdf-styles .mt-2 {
    margin-top: 16px !important; }
  .pdf-styles.report-container {
    display: flex;
    flex-direction: row;
    margin: auto;
    height: 1294px;
    width: 1000px; }
    .pdf-styles.report-container h1 {
      font-size: 24px;
      line-height: 36px;
      font-weight: bold; }
    .pdf-styles.report-container h3 {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px; }
    .pdf-styles.report-container p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 8px; }
    .pdf-styles.report-container .report-custom-image {
      width: 100%;
      max-width: 1000px; }
    .pdf-styles.report-container .left-col, .pdf-styles.report-container .right-col {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .pdf-styles.report-container .left-col {
      width: 333px; }
      .pdf-styles.report-container .left-col > div {
        padding: 24px; }
      .pdf-styles.report-container .left-col .key-indicators {
        margin: 0;
        padding: 0; }
        .pdf-styles.report-container .left-col .key-indicators li {
          color: #5A5E6C;
          list-style: none;
          font-size: 14px;
          display: flex;
          padding: 4px 0; }
          .pdf-styles.report-container .left-col .key-indicators li:before {
            content: "·";
            font-weight: bold;
            font-size: 52px;
            vertical-align: middle;
            line-height: 20px;
            color: #004182;
            position: relative;
            top: -2px;
            left: -2px;
            margin-right: 4px; }
          .pdf-styles.report-container .left-col .key-indicators li > span {
            color: #2D2F36;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            margin-left: auto; }
      .pdf-styles.report-container .left-col .assays-block > * {
        margin-bottom: 12px; }
      .pdf-styles.report-container .left-col .assays-block .assays-row {
        display: flex;
        font-size: 14px;
        line-height: 20px;
        color: #FFF; }
        .pdf-styles.report-container .left-col .assays-block .assays-row .assay-divider {
          flex: 1;
          margin: 0 8px;
          border-bottom: 1px dashed #FFF; }
    .pdf-styles.report-container .right-col {
      width: 667px;
      padding: 24px;
      display: flex;
      flex-direction: column; }
      .pdf-styles.report-container .right-col .summary-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 40px; }
        .pdf-styles.report-container .right-col .summary-header img {
          width: 188px;
          height: 73px; }
      .pdf-styles.report-container .right-col .rating-line {
        display: flex;
        flex-direction: row;
        margin: 8px 0 16px; }
        .pdf-styles.report-container .right-col .rating-line > div {
          display: flex;
          flex-direction: column;
          flex: 1;
          font-size: 12px;
          line-height: 16px;
          text-align: center;
          color: #8D919F; }
          .pdf-styles.report-container .right-col .rating-line > div > span {
            height: 6px;
            margin-bottom: 2px; }
          .pdf-styles.report-container .right-col .rating-line > div:first-of-type > span {
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px; }
          .pdf-styles.report-container .right-col .rating-line > div:last-of-type > span {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px; }
      .pdf-styles.report-container .right-col .rating-values {
        display: flex;
        margin-bottom: 32px; }
        .pdf-styles.report-container .right-col .rating-values > div {
          margin-right: 24px;
          display: flex;
          color: #004182;
          font-weight: bold;
          font-size: 14px;
          align-items: center; }
          .pdf-styles.report-container .right-col .rating-values > div > span {
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 14px;
            width: 28px;
            height: 28px;
            font-weight: normal;
            color: #FFF; }
      .pdf-styles.report-container .right-col .score-1 > span {
        background-color: #CA0101; }
      .pdf-styles.report-container .right-col .score-2 > span {
        background-color: #E45100; }
      .pdf-styles.report-container .right-col .score-3 > span {
        background-color: #FF9800; }
      .pdf-styles.report-container .right-col .score-4 > span {
        background-color: #EDD500; }
      .pdf-styles.report-container .right-col .score-5 > span {
        background-color: #4CC800; }
      .pdf-styles.report-container .right-col .prices {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 32px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .pdf-styles.report-container .right-col .prices > div {
          display: flex;
          align-items: baseline;
          margin-right: 16px; }
          .pdf-styles.report-container .right-col .prices > div b {
            font-size: 16px;
            line-height: 24px;
            margin-right: 4px; }
          .pdf-styles.report-container .right-col .prices > div span {
            color: #717686;
            margin-left: 4px; }
      .pdf-styles.report-container .right-col table {
        font-family: "Roboto Mono", Arial, Helvetica, monospace;
        font-size: 14px;
        line-height: 16px;
        border-spacing: 0;
        margin-bottom: 8px; }
        .pdf-styles.report-container .right-col table th, .pdf-styles.report-container .right-col table td {
          font-weight: normal;
          padding: 8px 4px;
          text-align: right; }
          .pdf-styles.report-container .right-col table th:first-of-type, .pdf-styles.report-container .right-col table td:first-of-type {
            text-align: left;
            padding-left: 8px;
            font-family: "Roboto", Arial, Helvetica, sans-serif; }
          .pdf-styles.report-container .right-col table th:last-of-type, .pdf-styles.report-container .right-col table td:last-of-type {
            padding-right: 8px; }
          .pdf-styles.report-container .right-col table th.divider-col, .pdf-styles.report-container .right-col table td.divider-col {
            width: 10%; }
        .pdf-styles.report-container .right-col table th {
          background: #F6F7F8;
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 12px;
          line-height: 16px;
          text-transform: uppercase; }
        .pdf-styles.report-container .right-col table td {
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        .pdf-styles.report-container .right-col table tfoot td {
          font-weight: bold;
          border-bottom: none; }
      .pdf-styles.report-container .right-col .bottom-text {
        margin: auto 0 0;
        color: #747474;
        font-size: 12px;
        line-height: 16px; }
      .pdf-styles.report-container .right-col .totals {
        font-size: 16px;
        position: relative; }
        .pdf-styles.report-container .right-col .totals > div:not(:first-of-type) {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 48px;
          border-radius: 4px;
          margin-bottom: 4px;
          padding: 12px 8px; }
          .pdf-styles.report-container .right-col .totals > div:not(:first-of-type) > span {
            font-weight: bold; }
        .pdf-styles.report-container .right-col .totals .totals-equal {
          position: absolute;
          left: -11px;
          top: 37px;
          border: 1px solid rgba(0, 0, 0, 0.0509804);
          border-radius: 16px;
          color: #717686;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 24px;
          height: 24px;
          z-index: 1;
          background-color: #FFF; }
  .pdf-styles.kyc-pdf-container {
    width: 595px;
    padding: 24px 21.5px; }
    .pdf-styles.kyc-pdf-container h1 {
      font-size: 16px;
      line-height: 18.75px; }
    .pdf-styles.kyc-pdf-container h2 {
      font-size: 14px;
      line-height: 16.41px; }
    .pdf-styles.kyc-pdf-container h3 {
      font-size: 12px;
      line-height: 20px; }
    .pdf-styles.kyc-pdf-container h4 {
      font-size: 10px;
      line-height: 16px; }
    .pdf-styles.kyc-pdf-container .header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 16px; }
      .pdf-styles.kyc-pdf-container .header img {
        width: 85px;
        height: 38px; }
    .pdf-styles.kyc-pdf-container table {
      font-family: "Roboto Mono", Arial, Helvetica, monospace;
      font-size: 8px;
      line-height: 9.38px;
      border-spacing: 0;
      margin-bottom: 16px;
      border: 1px solid rgba(0, 0, 0, 0.0509804);
      border-radius: 4px;
      width: 100%; }
      .pdf-styles.kyc-pdf-container table tr {
        box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05); }
        .pdf-styles.kyc-pdf-container table tr:last-of-type {
          box-shadow: none; }
      .pdf-styles.kyc-pdf-container table tbody > tr:nth-child(even) {
        background: #F7F8FE; }
      .pdf-styles.kyc-pdf-container table th {
        background: #F6F7F8;
        text-align: left;
        text-transform: uppercase; }
      .pdf-styles.kyc-pdf-container table th, .pdf-styles.kyc-pdf-container table td {
        padding: 6px 8px;
        font-weight: normal; }
      .pdf-styles.kyc-pdf-container table.neutral-labels td:first-child {
        color: #717686; }
