/* ========================================================================
  Button -- UiKit override
 ========================================================================== */

.spw-button {
  text-transform: none;
  border-radius: 4px !important;
  margin-top: 1em;
  border: 1px solid;
  font-size: 14px;
}

.spw-button[disabled] {
  background-color: #0084f4;
  border-color: #0084f4;
  color: #eee;
  opacity: 0.5;
  cursor: not-allowed;
}

.spw-button--text {
  background-color: transparent;
  border: none;
  color: #0084f4;
}

.spw-button--outlined {
  background-color: transparent;
  border: 1px solid #0084f4;
  color: #0084f4;
}

.uk-light .spw-button--outlined,
.light .spw-button--outlined {
  border-color: white !important;
}

.spw-button--primary {
  background-color: #0084f4;
}

.spw-button--primary[disabled] {
  background-color: #2c4050;
  border-color: #2c4050;
  color: #b1afaf;
}
