.block-editor .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
}
@media (prefers-reduced-motion: reduce) {
  .block-editor .btn {
    transition: none;
  }
}
.block-editor .btn:hover {
  color: #212529;
  text-decoration: none;
}
.block-editor .btn:focus, .block-editor .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.block-editor .btn.disabled, .block-editor .btn:disabled {
  opacity: 0.65;
}
.block-editor .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.block-editor a.btn.disabled, .block-editor fieldset:disabled a.btn {
  pointer-events: none;
}
.block-editor .bs-button.text-left {
  text-align: left;
}
.block-editor .bs-button.text-right {
  text-align: right;
}
.block-editor .bs-button.text-center {
  text-align: center;
}
.block-editor .btn-primary {
  color: #000;
  background-color: #007bff;
  border-color: #007bff;
}
.block-editor .btn-primary:hover {
  color: #000;
  background-color: #268fff;
  border-color: #1a88ff;
}
.btn-check:focus + .block-editor .btn-primary, .block-editor .btn-primary:focus {
  color: #000;
  background-color: #268fff;
  border-color: #1a88ff;
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5);
}
.btn-check:checked + .block-editor .btn-primary, .btn-check:active + .block-editor .btn-primary, .block-editor .btn-primary:active, .block-editor .btn-primary.active, .show > .block-editor .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #3395ff;
  border-color: #1a88ff;
}
.btn-check:checked + .block-editor .btn-primary:focus, .btn-check:active + .block-editor .btn-primary:focus, .block-editor .btn-primary:active:focus, .block-editor .btn-primary.active:focus, .show > .block-editor .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5);
}
.block-editor .btn-primary:disabled, .block-editor .btn-primary.disabled {
  color: #000;
  background-color: #007bff;
  border-color: #007bff;
}
/*# sourceMappingURL=/wp-content/themes/houthandelbos/assets/css/bsbutton.map */