/*

<div class="ajax-progress ajax-progress-throbber"><div class="throbber">&nbsp;</div></div>

 */
.ajax-progress.ajax-progress-throbber {
  display: none!important;
}
.ajax-progress.ajax-progress-fullscreen {
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.button-action:before {
  font-size: 1.5rem!important;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
}
.button-action-return.button--action:before {
  content: "\f053" !important;
}
.button-action-edit.button--action:before {
  content: "\f304" !important;
}
.button-action-upload.button--action:before {
  content: "\f574" !important;
}
.button-action-download.button--action:before {
  content: "\f019" !important;
}
.button-action-config.button--action:before {
  content: "\f085" !important;
}
.button-action-sort.button--action:before {
  content: "\f0dc" !important;
}
.button-action-square.button--action:before {
  content: "\f14d" !important;
}
.button-action-view.button--action:before {
  content: "\f06e" !important;
}
.user-form .form-item--name {
  display: none;
}
.ck-body-wrapper .ck-balloon-panel {
  position: fixed !important;
}
.ui-widget-overlay.ui-front + .ck-body-wrapper .ck-balloon-panel {
  position: absolute !important;
}
