/*
 * Note for general usage
 * to get the best out of the scss framework and to keep the code as small as possible,
 * please look at the bootstrap variables and if our values can be passed to it instead of overwriting bootstrap
 * When customizing Bootstrap Components or Modules please ALWAYS look at the used variables in bootstraps _variables first!
 */
.tox.tox-tinymce {
  border-radius: 25px;
  border: 1px solid #b5b4af !important;
}
.tox.tox-tinymce.is-invalid {
  border-color: red !important;
}
.tox .tox-edit-area__iframe {
  position: unset !important;
}
.tox input {
  margin-bottom: 0.75rem !important;
}
.tox .tox-label, .tox .tox-icon {
  color: #070a44 !important;
}
.tox .tox-label svg, .tox .tox-icon svg {
  fill: #070a44 !important;
}
.tox input, .tox .tox-listbox--select {
  border-radius: 25px !important;
  padding: 0.625rem 0.75rem !important;
  border: 1px solid #b5b4af !important;
  height: 2.1875rem !important;
  line-height: 1.2 !important;
  min-width: 160px !important;
  font-size: 0.75rem !important;
}
.tox input:focus, .tox .tox-listbox--select:focus {
  border-color: #b5b4af !important;
  box-shadow: none !important;
}
.tox .tox-dialog__footer {
  justify-content: center !important;
}
.tox .tox-dialog__footer .tox-button {
  border-radius: 25px;
  padding: 0.625rem 1.875rem;
  border: none;
  font-size: 0.75rem;
  height: 2.1875rem;
  min-width: 160px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.tox .tox-dialog__footer .tox-button:focus {
  box-shadow: none;
}
.tox .tox-dialog__footer .tox-button:not(.tox-button--secondary) {
  color: #FFFFFF;
  background: #ff7e04;
  display: inline-block;
  background: -moz-linear-gradient(90deg, #ff7e04 0%, #ff0279 100%);
  background: -webkit-linear-gradient(90deg, #ff7e04 0%, #ff0279 100%);
  background: linear-gradient(90deg, #ff7e04 0%, #ff0279 100%);
}
.tox .tox-dialog__footer .tox-button:not(.tox-button--secondary):hover {
  color: #070a44;
  background: #ff7e04;
  background: -moz-linear-gradient(90deg, #ff7e04 0%, #ff0279 100%);
  background: -webkit-linear-gradient(90deg, #ff7e04 0%, #ff0279 100%);
  background: linear-gradient(90deg, #ff7e04 0%, #ff0279 100%);
}
