.highlighted {
    background-color: yellow;
}
.accordion {
    border-top: 4px solid #FCDDDE;
    border-radius: 8px;
  }
  .btn-primary {
    background: #006cda;
    border-color: #006cda;
  }
  .btn-primary:hover {
    background-color: #0046ce;
    border-color: #0046ce;
  }
  .btn-outline-primary {
    color: #006cda;
    border-color: #006cda;
  }
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    color: #FEEEEF!important;
    background-color: #0046ce!important;
    border-color: #006cda!important;
  }
  .text-primary {
    color: #8C8585 !important;
  }
  
  /* .text-purple {
    color : #006cda !important;
  } */

  .text-blue {
    color: #006cda !important;
  }

  .text-red {
    color: #EF2D32 !important;
  }
  .text-red-2 {
    color: #F1464B !important;
  }
  .bg-red {
    --geeks-bg-opacity: 1;
    background-color: #EF2D32 !important;
    color: #FEEEEF;
  }
  .bg-gray {
    background-color: #F1F0F0;
    color: #8C8585;
  }
  .bg-pink {
    --geeks-bg-opacity: 1;
    background-color: #FEEEEF !important;
  }
  .text-pink {
    color: #FABCBD;
  }
  .btn-outline-red {
    color: #F1464B;
    border-color: #F1464B;
  }
  .btn-outline-red:hover {
    color: #FEEEEF;
    background-color: #F1464B;
  }
  .text-white {
    color: ##FFFFFF;
  }
  .nav-link:hover {
    color: #006cda !important;
  }
  .border-pink {
    border-bottom: 2px solid #FABCBD;
  }