 body {
    background-color: #fff;
    color: hsl(208deg, 14%, 27%);
  }
   h1,  h2,  h3,  h4,  h5 {
    font-family: "Roboto Slab", "Inter", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: hsl(208deg, 14%, 27%);
  }
   h6,p,div,span,main,section,button {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
   .navbar {
    box-shadow: none;
    border-bottom: 1px solid hsl(210deg, 21%, 87%);
  }
   .partner-logo-wrapper img {
    width: 100%;
    max-width: 78px;
  }
   .pc-logo-wrapper {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    max-width: 160px;
  }
  .pc-logo-wrapper img {
    width: 100%;
    max-width: 160px;
    height: auto;
  }
   .form-label {
    font-size: 13px;
    margin-bottom: 5px;
  }
   .funding-summary-row {
    padding-bottom: 1.5rem;
  }
   .funding-summary-box {
    padding: 4px 7px;
    background-color: hsl(216deg, 33%, 97%);
  }
   .funding-summary-box .form-control[readonly] {
    background-color: rgba(255, 255, 255, 0);
  }
   .btn-primary {
    background-color: hsl(210deg, 91%, 54%);
    border-color: hsl(210deg, 91%, 54%);
  }
   .btn-primary:hover,  .btn-primary:focus {
    opacity: 0.9;
  }
   .pre-heading {
    color: hsl(209deg, 9%, 54%);
  }
   .bank-acc {
    border: 1px solid hsl(210deg, 21%, 87%);
  }
   .bank-acc--selected {
    border: 1px solid #31B29D;
  }
  
  /* extra css declaration that are not in the scss file */
  
  .btn-blue {
      color: #00467E;
      background-color: #dde4eb7b;
  }
  .btn-green {
      color: #0C7829;
      background-color: #c2f4bf45;
  }
  .btn-yellow {
      color: #dfc010fe;
      background-color: #eee63b54;
  }
  .btn-primary {
    background-color: #00467E;
    border-color: #00467E;
    color: #fff;
  }
  .custom-row {
      color: #7E8B95;
      font-weight: 500 !important;
  }
  .custom-col {
      color: #7E8B95;
      font-weight: 400 !important;
  }
  .modal-view-card {
      width: 100%;
  }
  @media (min-width: 576px)  {
    .modal-view-card {
        width: 75%;
    }
  }

.modal-view-card table td {
    padding: 0.35rem 0.55rem;
}
.modal-view-card table tr {
    border-bottom: 1px solid hsl(208deg, 14%, 15%);
}
.modal-view-card table {
  border: 0;
}

/* Documents to review table on Sign Documents page - by M.O. */

.link-indicator {
  text-align: left;
}

.document-name-date-wrapper {
  display: flex;
  flex-direction: column;
}

.document-created-text {
  font-size: 0.7em;
}

.file-icon-wrapper {
  border-radius: 100px;
  display:flex;
  height: 3em;
  aspect-ratio: 1 / 1;
  padding: 0.5em;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  border: 1px solid #dee1e4;
}

.file-icon-wrapper i {
  font-size: 1.5em;
}

@media (max-width:479px) {

  .file-icon-wrapper {
    display:none;
  }
  .responsive-table-wrapper thead{
    position: absolute;
    top: 0;
    left:0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.card-body .responsive-table-wrapper table > :not(:first-child) {
  border-top:none!important;
}
.card-body .responsive-table-wrapper table tr:not(:last-of-type) {
  border-bottom-width: 1px;
}
.card-body .responsive-table-wrapper table tr td {
  border-bottom:none;
}
.card-body .responsive-table-wrapper table tr td:not(:last-of-type) {
  padding-bottom:0px;
}

.responsive-table-wrapper tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.responsive-table-wrapper td{
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
  }

  .responsive-table-wrapper tr > td:first-of-type {
    width: 100%;
  }

  .responsive-table-wrapper tr > td:not(:first-of-type){
    width: 50%;
  }

  .responsive-table-wrapper td:before {
    content: attr(data-label);
    position: relative;
    left:0;
    top:0;
    font-size: 0.7em;
    font-weight: 700;
    text-align: left;
  }

  .document-status-pill-wrapper {
    text-align: left;
  }

  .file-icon-wrapper {
    height: 2.5em;
    padding: 0.3em;
  }

  .file-icon-wrapper i {
    font-size: 1.2em;
  }
}
@media print {
  .btn,
  .do-not-print { display: none; }
  .table>:not(caption)>*>* {  padding: 0.5rem 0.75rem; }
}