body.edac-app-disable-styles {
  padding: 0.5rem 92px !important;
}
body.edac-app-disable-styles #wpadminbar {
  display: none !important;
}
body.edac-app-wait * {
  cursor: wait !important;
}

.edac-highlight {
  all: unset;
  display: inline-block;
  clear: both;
}
.edac-highlight * {
  all: unset;
}
.edac-highlight-element-selected {
  outline: dashed 4px transparent !important;
  outline-offset: 5px !important;
  outline-color: magenta !important;
}
.edac-highlight-element-selected-min-width {
  min-width: 25px !important;
  display: inline-block !important;
}
.edac-highlight-element-selected-min-height {
  min-height: 16px !important;
}
.edac-highlight-btn {
  all: unset;
  width: 46px !important;
  height: 46px !important;
  display: block !important;
  font-size: 0 !important;
  border-radius: 50% !important;
  margin: 5px !important;
  position: absolute !important;
}
.edac-highlight-btn-error {
  background: transparent url(.././img/highlight-icon-error.svg) center center no-repeat !important;
  background-size: 46px 46px !important;
}
.edac-highlight-btn-warning {
  background: transparent url(.././img/highlight-icon-warning.svg) center center no-repeat !important;
}
.edac-highlight-btn-ignored {
  background: transparent url(.././img/highlight-icon-ignored.svg) center center no-repeat !important;
}
.edac-highlight-btn-selected, .edac-highlight-btn:hover, .edac-highlight-btn:focus {
  outline: solid 5px rgba(0, 208, 255, 0.75) !important;
}
.edac-highlight-panel {
  width: 400px !important;
  max-width: 400px !important;
  position: fixed !important;
  bottom: 15px !important;
  right: 15px !important;
  z-index: 9999 !important;
}
.edac-highlight-panel * {
  all: unset;
}
.edac-highlight-panel a:not(.edac-highlight-panel-description-reference) {
  all: revert !important;
  color: #ffffff !important;
}
.edac-highlight-panel-toggle {
  width: 50px !important;
  height: 50px !important;
  display: block;
  background: transparent url(.././img/edac-emblem.png) center center no-repeat !important;
  background-size: contain !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
  border-radius: 50% !important;
  position: relative !important;
  float: right !important;
}
.edac-highlight-panel-toggle:hover, .edac-highlight-panel-toggle:focus {
  cursor: pointer !important;
  outline: solid 5px rgba(0, 208, 255, 0.75) !important;
}
.edac-highlight-panel-description {
  max-height: calc(100vh - 230px) !important;
  display: block;
  border: solid 1px #e2e4e7 !important;
  background-color: #ffffff !important;
  margin-bottom: 15px !important;
  padding: 15px !important;
  color: #ffffff !important;
  background-color: #072446 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: sans-serif !important;
  text-align: left !important;
  display: none;
  overflow-y: scroll !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.edac-highlight-panel-description-title {
  font-size: 16px !important;
  display: block !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.edac-highlight-panel-description-type {
  font-size: 12px !important;
  padding: 5px 7px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  margin-left: 10px !important;
  display: inline-block !important;
  text-transform: capitalize !important;
  position: relative !important;
  top: -2px !important;
}
.edac-highlight-panel-description-type-error {
  color: #ffffff !important;
  background-color: #b30f0f !important;
}
.edac-highlight-panel-description-type-warning {
  color: #072446 !important;
  background-color: #f3cd1e !important;
}
.edac-highlight-panel-description-type-ignored {
  color: #ffffff !important;
  background-color: #3273aa !important;
}
.edac-highlight-panel-description-index {
  font-size: 16px !important;
  display: block !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.edac-highlight-panel-description-status {
  color: #ffffff !important;
  display: block !important;
  background-color: #b30f0f !important;
  padding: 10px 15px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.edac-highlight-panel-description-reference, .edac-highlight-panel-description-code-button {
  all: unset;
  color: #072446 !important;
  background-color: #f3cd1e !important;
  padding: 4px 10px !important;
  display: inline-block !important;
  margin-top: 10px !important;
  margin-right: 10px !important;
}
.edac-highlight-panel-description-reference:hover, .edac-highlight-panel-description-reference:focus, .edac-highlight-panel-description-reference[aria-expanded=true], .edac-highlight-panel-description-code-button:hover, .edac-highlight-panel-description-code-button:focus, .edac-highlight-panel-description-code-button[aria-expanded=true] {
  color: #072446 !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
}
.edac-highlight-panel-description-reference {
  text-decoration: none !important;
}
.edac-highlight-panel-description-code {
  color: #000000 !important;
  display: block;
  background-color: #ffffff !important;
  padding: 10px 15px !important;
  display: none;
  margin-top: 10px !important;
}
.edac-highlight-panel-description-close {
  width: 25px !important;
  height: 25px !important;
  color: #072446 !important;
  background-color: #f3cd1e !important;
  font-size: 18px !important;
  line-height: 25px !important;
  position: absolute !important;
  top: 1px !important;
  right: 1px !important;
  text-align: center !important;
}
.edac-highlight-panel-description-close:hover, .edac-highlight-panel-description-close:focus {
  cursor: pointer !important;
  color: #072446 !important;
  background-color: #ffffff !important;
}
.edac-highlight-panel-controls {
  color: #ffffff !important;
  display: block;
  background-color: #3273aa !important;
  border: solid 1px #e2e4e7 !important;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15) !important;
  position: relative !important;
  padding: 15px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.edac-highlight-panel-controls-title {
  font-size: 16px !important;
  display: block !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
.edac-highlight-panel-controls-close {
  width: 25px !important;
  height: 25px !important;
  color: #072446 !important;
  background-color: #f3cd1e !important;
  font-size: 18px !important;
  line-height: 25px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  text-align: center !important;
}
.edac-highlight-panel-controls-close:hover, .edac-highlight-panel-controls-close:focus {
  cursor: pointer !important;
  color: #072446 !important;
  background-color: #ffffff !important;
}
.edac-highlight-panel-controls-summary {
  display: block !important;
}
.edac-highlight-panel-controls-buttons {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
.edac-highlight-panel-controls-buttons button {
  all: unset;
  color: #ffffff !important;
  background-color: #072446 !important;
  padding: 4px 10px !important;
  display: inline-block !important;
  margin-top: 10px !important;
  margin-right: 10px !important;
}
.edac-highlight-panel-controls-buttons button:hover, .edac-highlight-panel-controls-buttons button:focus {
  color: #072446 !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
}
.edac-highlight-panel-controls .edac-highlight-disable-styles {
  float: right !important;
  margin-right: 0 !important;
}
