 /*
 Put your custom overlay styles in here
 You can use your northpass color palette in this file

#ffffff
#07c799
#11ab85
#000000
#07c799
#ffffff
*/

body {
  font-family: 'Poppins'
  , sans-serif !important;
}

.np-footer-logo-image {
  filter: contrast(1);
  opacity: 1;
}

.np-footer-support-item.np-footer-support-link {
  color: #1b3e4f;
}

.np-card-ribbon {
  background:#0070eb;
}

/* CARD STYLES  */
.np-card .np-card-content-progress {
  color:#9E36F1;
}

.np-card .np-card-content-progress.not-started {
  text-transform:capitalize;
  /*color:#000;*/
}

.np-card .course-details {
  display: flex;
  justify-content: flex-end;
  align-items:center;
}

.np-card .course-details .course-type {
  background-color: #e5e9eb;
  border-radius: 18px;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 13px;
}

.course-duration {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
  margin-top: 12px;
  margin-right: 10px;
  background-color: #07c799;
  color: #ffffff;
}


