.fs-8{
  font-size: 0.87rem;
}
.btn-outline-primary:active {
  background: #EAEAEA !important;
  border-color: #EAEAEA !important;
  color: rgba(0, 0, 0, 1) !important;
}
.bt-blue{
  color: white;
  background: var(--Dollar-Dollar-4, #3292F1);
}
.bt-blue:hover{
  color: white;
  background: var(--Dollar-Dollar-4, #2b7ed1);
}
.bt-blue:active{
  color: white !important;
  background: var(--Dollar-Dollar-4, #2b7ed1) !important;

}