@media screen {
  /* IE7 needs !important */

  body  {
    background-color:#FFFFFF !important;
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", -apple-system, Helvetica, Arial, sans-serif;
}

  h1,
  h2,
  h3,
  .sa-form-title,
  .sa-form-nav-page-name,
  .sa-form-nav-pages-current i.fa-circle,
  .sa-form-field[data-flavor='section'],
  .sa-form-field[data-flavor='subsection']
  {
    color: #3d5527;
  }

  section h2:first-of-type {
    border-bottom-color: #3d5527;
  }

  #content-body {
    border-top-color: #3d5527
  }

  .notification-alert {
    background-color: rgba(61, 85, 39, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: #3d5527;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: #3d5527;
  }

  li.page-item.active > a.page-link {
    background-color: #3d5527
  }

  ul.header-actions > li > a > .header-action-label {
    color: #3d5527
  }

  .student-summary-action-link {
    color: #3d5527
  }

  button.btn-primary {
    background-color: #3d5527
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: #3d5527
    }
  }
}
