.select2-container-tmpremove {
	z-index: 1501 !important;
}

.select2-container:has(> .select2-dropdown) {
	z-index: 9999 !important;
}

#toolbar-administration, #toolbar-bar {
	z-index: 1550 !important;
}

.entity-browser-modal .ui-dialog-content > iframe.entity-browser-modal-iframe {
	height: 100%;
}

html body .item-list ul li, html body .menu-item {
	list-style: none;
}

/* AJAX Processing Styles */
.ajax-progress--fullscreen, .ajax-progress {
  display: none !important;
}

.ajax--wrapper {
  transition: opacity 0.25s ease 0s;
  opacity: 1;
}

.ajax--wrapper.ajax--processing {
  opacity: 0.6;
  pointer-events: none;
}

.button--primary.form-submit.ajax--processing:after {
	content: "\f013" !important;
  animation: spin 1.5s infinite linear !important;
}

a.ajax--processing:after, button.ajax--processing:after {
  content: "\f013" !important;
  animation: spin 1.5s infinite linear !important;
  font-family: "Font Awesome 6 Free" !important;
  display: inline-block !important;
  position: relative !important;
  font-weight: 900 !important;
  margin-left: 0.5rem !important;
	padding: 0 !important;
  line-height: 1 !important;
  font-size: 16px !important;
}

.pager a.ajax--processing {
  padding-right: 1.5em;
}

.pager a.ajax--processing:after {
  font-size: 0.75em;
  margin-left: 0.35em;
}

.sortable-heading > a.ajax--processing::before {
  display: none !important;
}

.sortable-heading > a.ajax--processing::after {
  position: absolute;
  right: 18px;
  background: none;
  mask-image: none;
  -webkit-mask-image: none;
  width: initial !important;
  height: initial !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Hide tabledrag weight toggle on non-admin pages. */
body.is-admin-no .tabledrag-toggle-weight-wrapper {
  display: none !important;
}
