/* Role-based button palette. This file loads after style.css. */
html body button.btn.primary-action,
html body button.btn.primary-action:hover,
html body button.btn.primary-action:focus,
html body button.btn.primary-action:active,
html body button.btn.primary-action.active,
html body button.btn.black-action,
html body button.btn.black-action:hover,
html body button.btn.black-action:focus,
html body button.btn.black-action:active,
html body button.btn.black-action.active {
  background-color: #1f2428 !important;
  border-color: #1f2428 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html body button.btn.secondary-action,
html body button.btn.secondary-action:hover,
html body button.btn.secondary-action:focus,
html body button.btn.secondary-action:active,
html body button.btn.secondary-action.active,
html body button.btn.white-action,
html body button.btn.white-action:hover,
html body button.btn.white-action:focus,
html body button.btn.white-action:active,
html body button.btn.white-action.active {
  background-color: #ffffff !important;
  border-color: #adb5bd !important;
  color: #1f2428 !important;
  box-shadow: none !important;
}

html body button.btn.blue-action,
html body button.btn.blue-action:hover,
html body button.btn.blue-action:focus,
html body button.btn.blue-action:active,
html body button.btn.blue-action.active,
html body button.btn.raw-download-button,
html body button.btn.raw-download-button:hover,
html body button.btn.raw-download-button:focus,
html body button.btn.raw-download-button:active,
html body button.btn.raw-download-button.active {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html body button.btn.dark-action,
html body button.btn.dark-action:hover,
html body button.btn.dark-action:focus,
html body button.btn.dark-action:active,
html body button.btn.dark-action.active {
  background-color: #1f2428 !important;
  border-color: #1f2428 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
