h1 {
    color: #25347a !important;
}

/*On hover, changing the button lighter as a visual that you are about to select it*/
.p-button:hover {
    background-color: #25347a !important;
}

/*Darkening the red on the cancel buttons so the white text inside the button now satisfies the contrast ratio we need*/
.p-button-danger {
    background-color: #b11031 !important;
}

/*On hover, changing the button lighter as a visual that you are about to select it*/
.p-button-danger:hover {
    background-color: crimson !important;
}


.p-card-header {
    background-color: #25347a;
    color: white !important;
}


.p-accordion-header a {
    color: #ffffff !important;
    background-color: #2196f3 !important;
    border: 1px solid #2196f3 !important;
  }


  .p-card-header a {
    color: white !important;
  }
  
  h2 i {
    color: white !important;
  }
  
  h2 span {
    color: white !important;
  }
  
  button h2 {
    color: white !important;
  }
  

.cart-button:hover {
  border: 2px solid white !important;
}


.layout-wrapper .layout-topbar .topbar-menu > li > ul button:hover {
  border: 2px solid white !important;
}

