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

#ed1864
#ed1864
#0b0e0e
#ed1864
#ed1864
#ffffff
*/

 body {
    font-family: "Open Sans", sans-serif !important;
    background: #fff;
    color: #000000;
 }

 a {
    text-decoration: none;
    cursor: pointer;
 }

 
 .np-dashboard{
   background: #fff;
 }

 .np-header-avatar-button {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
 }



 .np-sub-navigation-content-item-active>a.np-sub-navigation-content-item-link {
    color: var(--np-button-color);
 }

 

 .homepage-banner>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5vh;
 }

 .homepage-banner>div>p {
    margin: 5px;
    color: white;
    font-weight: bold;
 }

 .homepage-banner .banner-welcome {
    font-size: 30px;
 }

 .homepage-banner .banner-line {
    font-size: 46px;
 }

 .featured-text-paragraph {
    text-align: left;
 }


 .bg-white-block {
    background-color: white;
 }

 .center {
    text-align: center;
 }

  .wrapper-spacing {
    padding: 1.5% 20px;
 }

 .card-link {
    cursor: pointer;
 }

 .np-card-content.custom-card-content {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 35px;
 }

 .np-card-container.custom-card-container {
    box-shadow: none;
 }

 .card-ribbon {
    border: 1px solid white;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 6px;
    position: absolute;
    left: 8px;
    text-transform: uppercase;
    top: 8px;
 }

 .np-dashboard-resources-title{
   text-transform:none;
   font-size: 24px;
   color: black;
 }
 .dashboard-resources-subtitle{
   color: black;
   font-size: 16px;
 }

 .path-card-content-footer{
   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
 }

 .path-progress-reservation{
   height: 25px;
   width: 100%;
 }
.np-card-content-title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
}
 
.path-description {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}
.np-card-content-progress {
   font-size: 16px;
   font-weight: bold;
    color: #000000;

}

 .card-before-title{
   color: #000000;
   font-size: 24px;
   font-weight: bold;
 }

.np-text-title {
   color: #000000;
}

.np-color-success {
    color: #000000;
}
.np-top-title { 
    color: #000000;
}
.np-card-text {
   font-size: 16px;
   line-height: 1.5;
}
.np-button-font-color {
    color: #fff;
}
.np-course-outline-content-activity-link-completed {
     color: #000000;
   font-size: 16px;
   line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
}
.np-course-outline-content-activity-title, .np-course-outline-content-activity-link {
     color: #000000;
   font-size: 16px;
   line-height: 1.5;
    text-decoration: none;
}

.np-card-heading {
   color: #000000;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}

 .stretch-content{
   display: flex;
    flex-direction: row;
    align-items: stretch;
 }

 .stretch-cards .np-card{
   display: flex   ;
   flex-direction: column;
   
 }

 .stretch-cards .np-card>.np-card-container{
   flex: 1;
 }


 .np-card-text-wrapper{
   position: relative;
 }

 .np-top-cta-container>.np-button{
   color: white !important;
 }

 .font-header1 {
   color: #000000;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
 }

  .font-header2 {
   color: #000000;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
 }

  .font-body {
   color: #000000;
    font-size: 16px;
    line-height: 1.5;
 }
 .sec-gap  {
   margin: 80px 0px;
   
 }

.user-points {
   font-size: 47px;
   font-weight: normal;
    color: #000000;
}
.max-points {
   color: #ed1864;
} 