.btn-light.focus, .btn-light:focus, .btn-light:hover {
  color: #ffffff !important;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: rgb(255,255,255) !important;
  /*background-color: transparent;*/
  /*border-color: transparent;*/
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  /*background-color: #098dfc !important;*/
  /*border-color: #098dfc !important;*/
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #098dfc;
  border-color: #fed136;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #098dfc;
  border-color: #098dfc;
}

