.controller[data-template="mixed-overview"] {
  position: relative;
  z-index: 2;
}
.controller[data-template="mixed-overview"] > * {
  position: relative;
  left: 0;
  right: 0;
  box-sizing: border-box;
  transition: opacity 0.3s linear, transform 0.4s ease, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:not(.no-width-maximum) {
  max-width: 1920px;
  margin: auto;
}
.controller[data-template="mixed-overview"] > * [data-name] label.statistics-seen {
  display: none;
}
.controller[data-template="mixed-overview"] > *:nth-child(2) {
  transition: opacity 0.3s linear 100ms, transform 0.4s ease 100ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:nth-child(3) {
  transition: opacity 0.3s linear 190ms, transform 0.4s ease 190ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:nth-child(4) {
  transition: opacity 0.3s linear 270ms, transform 0.4s ease 270ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:nth-child(5) {
  transition: opacity 0.3s linear 340ms, transform 0.4s ease 340ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:nth-child(6) {
  transition: opacity 0.3s linear 400ms, transform 0.4s ease 400ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:nth-child(7) {
  transition: opacity 0.3s linear 450ms, transform 0.4s ease 450ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:nth-child(8) {
  transition: opacity 0.3s linear 490ms, transform 0.4s ease 490ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:nth-child(9) {
  transition: opacity 0.3s linear 520ms, transform 0.4s ease 520ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:nth-child(10) {
  transition: opacity 0.3s linear 540ms, transform 0.4s ease 540ms, background 0.2s linear;
}
.controller[data-template="mixed-overview"] > *:last-child.is-submenu::after {
  background: white;
}
.controller[data-template="mixed-overview"] > *.is-dragging {
  z-index: 11;
}
/* .controller .is-greyscale:not(.is-banner) .dropdown-button { */
/*     box-shadow: none !important; */
/*     background: transparent; */
/* } */
/**/
/* .inverted .dropdown-button { */
/*     box-shadow: none !important; */
/*     background: transparent; */
/*     color: white !important; */
/**/
/*     &::before { */
/*         filter: brightness(0) invert(1); */
/*     } */
/* } */
.controller[data-template="mixed-overview"] span.is-morphed ~ *:nth-child(2) {
  transition: opacity 0.3s linear 0s, transform 0.4s ease 0s, background 0.1s linear;
}
.controller[data-template="mixed-overview"] span.is-morphed ~ *:nth-child(3) {
  transition: opacity 0.3s linear 90ms, transform 0.4s ease 90ms, background 0.1s linear;
}
.controller[data-template="mixed-overview"] span.is-morphed ~ *:nth-child(4) {
  transition: opacity 0.3s linear 170ms, transform 0.4s ease 170ms, background 0.1s linear;
}
@media (max-width: 752px) {
  .controller[data-template="mixed-overview"] > *.has-items.is-padded {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .controller[data-template="mixed-overview"] > *.has-items.is-editable > .dropdown-button {
    top: 20px;
    right: 30px;
  }
}
body.is-loading .controller[data-template="mixed-overview"] > * {
  transform: matrix(1, 0, 0, 1, 0, 15) !important;
  opacity: 0;
  transition: none !important;
}
body.is-loading .controller[data-template="mixed-overview"] > *.is-submenu {
  transform: translate3d(0, 5px, 0);
}
body.is-loading.initial-load .controller[data-template="mixed-overview"] > *.is-submenu {
  transform: translate3d(0, 15px, 0);
}
