.mco-generate-content button {
  padding: 20px;
  background: green;
  color: white;
  position: absolute;
  top: 20px;
}
.author-editor-modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.author-editor-modal.is-visible {
  visibility: visible;
}
.author-editor-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  margin: 0;
}
.author-editor-modal.is-visible .author-editor-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.author-editor-modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 52em;
  margin-left: -24em;
  background-color: #ffffff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.4);
}
.author-editor-modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.author-editor-modal.is-visible .author-editor-modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.author-editor-modal-header {
  padding: 1em;
}
.author-editor-modal-content {
  background: #efefef;
  padding: 2em 4em 2em 4em;
}
.author-editor-modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.author-editor-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}
.author-editor-modal-close:hover {
  color: #777;
}
.author-editor-modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #474747;
  font: normal bold 24px/34px Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  text-align: center;
}
.author-editor-modal-content > *:first-child {
  margin-top: 0;
}
.author-editor-modal-content > *:last-child {
  margin-bottom: 0;
}
.mco-icon {
  text-align: center;
  padding: 50px 0 10px 0;
}
.mco-icon .coral-Icon {
  font-size: 5rem;
}
.edit-mode-modal .submit_wrapper {
  text-align: center;
  padding: 20px 0 0 0;
}
.edit-mode-modal .submit_wrapper .btn-action {
  padding: 10px 40px;
  background: #03A9F4;
  color: #ffffff;
  border: 0px;
}
.edit-mode-modal .submit_wrapper .btn-action:hover {
  background: #2196F3;
}
.author-editor-modal-close {
  position: absolute;
  right: auto;
  top: 14px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  outline: none;
}
.author-editor-modal-close:hover {
  opacity: 1;
}
.author-editor-modal-close:before,
.author-editor-modal-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
  top: 0px;
}
.author-editor-modal-close:before {
  transform: rotate(45deg);
}
.author-editor-modal-close:after {
  transform: rotate(-45deg);
}
/* Cancel inheritance icon */
.header-main.coral3-ActionBar [data-foundation-toggleable-control-target="#mt-component-prepop-toggle-ci"] .coral3-Icon--linkOff.start-search:before {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    color: #a0a0a0;
    font-size: 18px;
  }
  100% {
    color: #96c8ff;
    font-size: 1.05rem;
  }
}
.error-override-display {
  z-index: 10010 !important;
  max-width: 1011.5px !important;
  top: -3px !important;
  opacity: 1 !important;
  display: block !important;
}
.list-basic-items div[data-content-path="./links/link_#/linkStyle"] {
  display: none;
}
