#coffee-form {
  padding: 4px;
  background: #000;
  border-radius: 12px;
}
#coffee-form #coffee-form-inner,
#coffee-form #coffee-q {
  color: var(--colorGinText);
  background: var(--colorGinLayerBackground);
}
#coffee-form #coffee-results a {
  border-radius: 8px;
}
#coffee-form #coffee-results a, #coffee-form #coffee-results a .description {
  color: var(--colorGinText);
}
#coffee-form #coffee-results a:hover, #coffee-form #coffee-results a.ui-state-active {
  background: var(--colorGinPrimary);
}
#coffee-form #coffee-results a:hover, #coffee-form #coffee-results a:hover .description, #coffee-form #coffee-results a.ui-state-active, #coffee-form #coffee-results a.ui-state-active .description {
  color: var(--colorGinButtonText);
}
#coffee-form #coffee-results a:hover .description, #coffee-form #coffee-results a.ui-state-active .description {
  opacity: 0.9;
}
#coffee-form .ui-autocomplete {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#coffee-form .ui-autocomplete .ui-menu-item-wrapper {
  padding: 16px;
}

.responsive-preview {
  z-index: 502;
}
.responsive-preview-item-list {
  top: 74px !important;
}

.toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-trigger {
  width: 4em;
  background: none;
  border-radius: 4px;
}
.toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-trigger:hover::before {
  background-color: var(--colorGinTitle);
}
.gin--classic-toolbar .toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-trigger:hover::before {
  background-color: #fff;
}
.toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-trigger::after {
  width: 12px;
  height: 12px;
  top: 14px;
  right: 4px;
  background-color: var(--colorGinTextLight);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M4 8l8 8 8-8' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M4 8l8 8 8-8' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  -webkit-mask-size: 12px;
          mask-size: 12px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options {
  padding: 0.5rem;
  background-color: var(--colorGinLayer3Background);
  border-bottom: 0 none;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 20px 20px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 20px 20px 40px rgba(0, 0, 0, 0.12);
}
.toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device {
  color: var(--colorGinPrimary);
  width: 100%;
  border-radius: 4px;
}
.toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device:hover {
  color: var(--colorGinButtonText);
  background-color: var(--colorGinPrimary);
}
.toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-configure {
  color: var(--colorGinTextLight);
}
.toolbar .toolbar-tab-responsive-preview.toolbar-tab.open, .toolbar .toolbar-tab-responsive-preview.toolbar-tab.open::before {
  background-color: var(--colorGinLayer3Background);
}
.gin--classic-toolbar .toolbar .toolbar-tab-responsive-preview.toolbar-tab.open .responsive-preview-trigger::before {
  background-color: #111;
}
.toolbar .toolbar-tab-responsive-preview.toolbar-tab.open .responsive-preview-trigger::after {
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.node-preview-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0;
  background: rgba(251, 251, 255, 0.98);
  border-bottom: 1px solid var(--colorGinLayerBorder);
}
@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .node-preview-container {
    opacity: 0.999;
    /* Fix Chrome issue with mask */
    background: rgba(251, 251, 255, 0.8);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
.gin--dark-mode .node-preview-container {
  background: rgba(27, 27, 29, 0.98);
}
@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .gin--dark-mode .node-preview-container {
    background: rgba(28, 28, 30, 0.9);
  }
}
.gin--high-contrast-mode .node-preview-container {
  background: var(--colorGinAppBackground);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.node-preview-container .node-preview-form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.node-preview-container .js-hide {
  display: none;
}

:root {
  --ginScrollOffset: 72px;
}
@media (min-width: 1024px) {
  :root {
    --ginScrollOffset: 130px;
  }
}

@media (min-width: 976px) {
  #toolbar-item-administration-tray {
    border: 0 none;
  }
}

.toolbar {
  font-family: Inter, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.toolbar .toolbar-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 588px) {
  .toolbar .toolbar-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .toolbar .toolbar-bar {
    height: 0;
  }
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
  font-weight: normal;
}
@media (min-width: 976px) {
  .toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-icon::before, .toolbar .toolbar-bar #toolbar-item-administration-tray .responsive-preview-icon::before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item::before {
    left: 15px;
    width: 22px;
    height: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 976px) {
  .toolbar .toolbar-bar .toolbar-logo {
    height: 80px;
  }
  .toolbar .toolbar-bar .toolbar-icon-home {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  .toolbar .toolbar-bar #toolbar-item-administration-tray a.toolbar-icon.override-icon:before, .toolbar .toolbar-bar #toolbar-item-administration-tray a.override-icon.responsive-preview-icon:before {
    left: 0;
    width: 0;
    content: none;
  }
}
.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo img {
  max-width: 36px;
  max-height: 40px;
}
.toolbar .toolbar-bar #toolbar-item-administration-tray a.toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default {
  -webkit-mask-size: 22px 22px;
          mask-size: 22px 22px;
}
@media (min-width: 976px) {
  .toolbar .toolbar-bar #toolbar-item-administration-tray a.toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default {
    font-size: 0;
    height: 80px;
    -webkit-transition: top 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
@media (min-width: 976px) {
  .toolbar .toolbar-bar #toolbar-item-administration-tray a.toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default::before {
    width: 32px;
    height: 32px;
    left: 10px;
    -webkit-mask-size: 32px 32px;
            mask-size: 32px 32px;
    -webkit-mask-position: center center;
            mask-position: center center;
  }
}
.toolbar .toolbar-bar #toolbar-item-administration-tray a.toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default:hover::before {
  background: var(--colorGinPrimary);
}
.toolbar .toolbar-bar #toolbar-item-administration-tray a.toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default::after {
  display: none;
}
.toolbar .toolbar-bar #toolbar-item-administration-tray a.toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.toolbar .toolbar-bar #toolbar-item-administration-tray a.toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default:focus::after {
  -webkit-box-shadow: inset 0 0 0 2px var(--colorGinFocus);
          box-shadow: inset 0 0 0 2px var(--colorGinFocus);
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item, .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:hover, .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:active, .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item.is-active {
  color: var(--colorGinAppBackground);
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item::before, .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:hover::before, .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:active::before, .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item.is-active::before {
  background-image: none;
  background-color: var(--colorGinAppBackground);
}

.toolbar-tray a,
.toolbar-tray span {
  color: var(--colorGinText);
}

#toolbar-bar.js-settings-tray-edit-mode {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 976px) {
  #toolbar-item-administration-tray a.toolbar-icon.override-icon:before, #toolbar-item-administration-tray a.override-icon.responsive-preview-icon:before {
    left: 0;
    width: 0;
    content: none;
  }
}

.toolbar .toolbar-bar {
  position: fixed;
  left: 0;
  width: 100%;
}

.toolbar .toolbar-menu {
  background: transparent;
}
.toolbar .toolbar-menu .toolbar-menu {
  background: var(--colorGinAppBackground);
}
.toolbar .toolbar-menu .toolbar-menu a,
.toolbar .toolbar-menu .toolbar-menu span {
  color: var(--colorGinText);
}

.toolbar .toolbar-tray .menu-item--active-trail > .toolbar-box a,
.toolbar .toolbar-tray a.is-active {
  color: var(--colorGinPrimary);
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 976px) {
  .toolbar .toolbar-tray .menu-item--active-trail > .toolbar-box a,
.toolbar .toolbar-tray a.is-active {
    background: var(--colorGinPrimaryLight);
  }
}

.toolbar-menu__title,
.toolbar-menu__sub-title,
a.toolbar-menu__trigger,
.toolbar-menu__logo {
  display: none;
}

@media (min-width: 976px) {
  #toolbar-item-administration-tray {
    display: block;
  }

  .toolbar-fixed {
    padding-top: 0 !important;
    padding-left: 68px;
    -webkit-transition: 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .toolbar-fixed[data-toolbar-menu=open] {
    padding-left: 240px;
  }

  .toolbar .toolbar-box {
    position: static;
  }

  .toolbar-tab > .toolbar-item.toolbar-icon-menu {
    display: none;
  }

  .toolbar-menu-administration a.toolbar-menu__trigger {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 0.875rem;
    color: var(--colorGinTextLight);
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 68px;
    height: 64px;
    padding: 16px 0 16px 68px;
    margin: 0;
    -webkit-transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
  }
  .toolbar-menu-administration a.toolbar-menu__trigger, .toolbar-menu-administration a.toolbar-menu__trigger:active, .toolbar-menu-administration a.toolbar-menu__trigger:focus {
    background-color: transparent;
  }
  .toolbar-menu-administration a.toolbar-menu__trigger:hover::before {
    background-color: var(--colorGinTitle);
  }
  .toolbar-menu-administration a.toolbar-menu__trigger::before {
    content: "";
    position: absolute;
    left: 17px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--colorGinBorder);
    background: var(--colorGinLayerBackground) url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 1.7109375,0.31445312 0.2890625,1.7226562 5.5917969,7.0761719 0.2890625,12.429688 1.7109375,13.837891 8.4082031,7.0761719 Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat center center;
    background-size: 11px 11px;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .toolbar-menu-administration a.toolbar-menu__trigger.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    color: var(--colorGinTextLight);
    width: 240px;
  }
  .toolbar-menu-administration a.toolbar-menu__trigger.is-active:hover {
    color: var(--colorGinTitle);
  }
  .toolbar-menu-administration a.toolbar-menu__trigger.is-active:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .toolbar-menu-administration a.toolbar-menu__trigger .menu {
    display: none;
  }
  .toolbar-menu-administration a.toolbar-menu__trigger .close {
    display: inline;
  }

  .toolbar-tab--toolbar-item-administration {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .toolbar-menu__logo {
    display: block;
    width: 68px;
    height: 100%;
    background: rgba(255, 255, 255, 0.075) url(../media/drupal.svg?b9443b5ba2fe0278c421b8da1c5661a9) no-repeat left 22px center;
    background-size: 56px auto;
  }
  .toolbar-menu__logo:hover {
    background-color: rgba(255, 255, 255, 0.125);
  }

  .toolbar-menu-administration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: auto;
    left: 0;
    width: 68px;
    height: 100vh;
    max-width: calc(100% - 39px);
    background: var(--colorGinLayerBackground);
    -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 48px rgba(0, 0, 0, 0.075);
    -webkit-transition: 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .gin--dark-mode .toolbar-menu-administration {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  [data-toolbar-menu=open] .toolbar-menu-administration {
    width: 240px;
  }
  .toolbar-tray-horizontal .toolbar-menu-administration ul li.menu-item--expanded .menu-item.hover-intent ul {
    margin-top: 0;
    margin-left: 243px;
  }
  .toolbar-vertical .toolbar-menu-administration {
    width: 245px;
  }
  .toolbar-vertical .toolbar-menu-administration > .toolbar-menu > .menu-item {
    border-top: 0 none;
    border-bottom: 0 none;
  }
  .toolbar-vertical .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon, .toolbar-vertical .toolbar-menu-administration > .toolbar-menu > .menu-item > .responsive-preview-icon,
.toolbar-vertical .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-icon,
.toolbar-vertical .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .responsive-preview-icon {
    width: auto;
    padding-left: 3.5rem;
  }
  .toolbar-vertical .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu {
    left: 245px;
  }
  .toolbar-menu-administration > .toolbar-menu {
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 100%;
    max-height: calc(100% - 68px);
    overflow-y: auto;
    background: transparent;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--colorGinLayerBackground)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, var(--colorGinLayerBackground))) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(var(--colorGinLayerBackground) 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), var(--colorGinLayerBackground) 80%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 0 100%;
    background-color: var(--colorGinLayerBackground);
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    background-size: 100% 40px, 100% 40px, 100% 16px, 100% 16px;
  }
  .toolbar-menu-administration > .toolbar-menu .menu-item__spacer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon, .toolbar-menu-administration > .toolbar-menu > .menu-item > .responsive-preview-icon,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-icon,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .responsive-preview-icon {
    font-size: 1rem;
    color: var(--colorGinTextLight);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 224px;
    height: 48px;
    padding-left: 60px;
    padding-right: 0;
    margin: 0 8px 1px;
    border-radius: 8px;
    overflow: hidden;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon:hover, .toolbar-menu-administration > .toolbar-menu > .menu-item > .responsive-preview-icon:hover,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-icon:hover,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .responsive-preview-icon:hover {
    color: var(--colorGinPrimary);
    background-color: transparent;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon.is-active, .toolbar-menu-administration > .toolbar-menu > .menu-item > .is-active.responsive-preview-icon,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-icon.is-active,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .is-active.responsive-preview-icon {
    color: var(--colorGinPrimary);
    font-weight: 500;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon.is-active:before, .toolbar-menu-administration > .toolbar-menu > .menu-item > .is-active.responsive-preview-icon:before,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-icon.is-active:before,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .is-active.responsive-preview-icon:before {
    background: var(--colorGinPrimary);
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon.toolbar-handle, .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-handle.responsive-preview-icon,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-icon.toolbar-handle,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-handle.responsive-preview-icon {
    width: 68px;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon.toolbar-handle:before, .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-handle.responsive-preview-icon:before,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-icon.toolbar-handle:before,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-handle.responsive-preview-icon:before {
    display: none;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu {
    display: none;
    position: fixed;
    top: 0;
    margin-left: 68px;
    width: 245px;
    height: 100vh;
    max-width: calc(100% - 39px);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-left: 1px solid var(--colorGinLayerBorder);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .gin--dark-mode .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu {
    border-left: 1px solid #1B1B1D;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu a,
.toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu span {
    color: var(--colorGinText);
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu a.is-active,
.toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu span.is-active {
    color: var(--colorGinPrimary);
    font-weight: 500;
    background: var(--colorGinPrimaryLight);
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu a.is-active:hover,
.toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu span.is-active:hover {
    color: var(--colorGinPrimaryHover);
    background: var(--colorGinPrimaryLightHover);
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu__title, .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu__sub-title {
    position: relative;
    display: block;
    min-height: 36px;
    font-size: 1.75em;
    letter-spacing: -0.025em;
    padding: 0;
    margin: 1.25rem 0.75rem 1.5rem 0.75rem;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu__title a, .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu__sub-title a {
    font-weight: 500;
    color: var(--colorGinTitle);
    padding: 0.75rem;
    border-radius: 8px;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu__sub-title {
    font-size: 1.375em;
    letter-spacing: -0.01em;
    margin-top: 1.375rem;
    margin-bottom: 1.4rem;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu__sub-title a {
    padding: 0.9rem 0.75rem;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu .menu-item {
    border-top: 0 none;
    border-left: 0 none;
    border-bottom: 0 none;
  }
  .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu .menu-item .toolbar-icon, .toolbar-menu-administration > .toolbar-menu > .menu-item .toolbar-menu .menu-item .responsive-preview-icon {
    font-size: 0.9375rem;
    padding: 1em 2rem 1em 0.75rem;
    margin: 0.25em 0.75rem;
    border-radius: 8px;
    overflow: hidden;
  }
  .toolbar-menu-administration > .toolbar-menu .toolbar-menu {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, var(--colorGinLayerBackground)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, var(--colorGinLayerBackground))) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(var(--colorGinLayerBackground) 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), var(--colorGinLayerBackground) 80%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-color: var(--colorGinLayerBackground);
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    background-size: 100% 40px, 100% 40px, 100% 24px, 100% 24px;
  }
  .toolbar-menu-administration .menu-item.hover-intent > .toolbar-menu {
    z-index: 2;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 7px 0px 16px rgba(0, 0, 0, 0.075);
            box-shadow: 7px 0px 16px rgba(0, 0, 0, 0.075);
  }
  .toolbar-menu-administration .menu-item .menu-item:hover > .toolbar-icon, .toolbar-menu-administration .menu-item .menu-item:hover > .responsive-preview-icon {
    background: var(--colorGinPrimaryLight);
  }
  .toolbar-menu-administration .menu-item .menu-item.hover-intent:hover > .toolbar-icon, .toolbar-menu-administration .menu-item .menu-item.hover-intent:hover > .responsive-preview-icon {
    color: var(--colorGinPrimaryHover);
  }

  .toolbar .toolbar-toggle-orientation button {
    display: none;
  }

  .menu-item__tools,
.menu-item__admin_toolbar_tools-help {
    margin-bottom: 8px;
  }
}
.gin--dark-mode.toolbar-horizontal .toolbar-tray > .toolbar-lining {
  padding-right: 0;
}

.toolbar .toolbar-icon.toolbar-handle:focus, .toolbar .toolbar-handle.responsive-preview-icon:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

#toolbar-item-administration-search-tray input {
  width: 100%;
  max-width: calc(100% - 16px);
  outline: none;
}

.toolbar .toolbar-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 588px) {
  .toolbar .toolbar-bar .user-menu {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: right;
  }
  .toolbar .toolbar-bar .user-menu .toolbar-menu {
    text-align: left;
  }
  .toolbar .toolbar-bar .contextual-toolbar-tab {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
  white-space: nowrap;
}
.toolbar .toolbar-bar .contextual-toolbar-tab.toolbar-tab {
  float: right;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
  font-weight: normal;
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.gin--dark-mode .toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
  background-color: var(--colorGinLayerBackground);
}
@media only screen and (min-width: 36em) {
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon:before, .toolbar .toolbar-bar .toolbar-tab > .responsive-preview-icon:before {
    background-size: 90% auto;
  }
}
.toolbar .toolbar-bar .toolbar-icon.toolbar-handle::before, .toolbar .toolbar-bar .toolbar-handle.responsive-preview-icon::before,
.toolbar .toolbar-bar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-position: center center;
  background-size: 14px 14px;
}
.toolbar .toolbar-bar .toolbar-icon.toolbar-handle.open::before, .toolbar .toolbar-bar .toolbar-handle.open.responsive-preview-icon::before,
.toolbar .toolbar-bar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon.toolbar-icon-edit.toolbar-item, .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item.responsive-preview-icon,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon.toolbar-icon-edit.toolbar-item.is-active,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon.toolbar-icon-edit.toolbar-item:focus {
  color: var(--colorGinAppBackground);
  background: var(--colorGinPrimary);
}
.toolbar .toolbar-bar #toolbar-item-administration-search::before,
.toolbar .toolbar-bar .toolbar-menu-administration .toolbar-icon::before,
.toolbar .toolbar-bar .toolbar-menu-administration .responsive-preview-icon::before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item::before,
.toolbar .toolbar-bar .toolbar-icon-toggle-vertical::before,
.toolbar .toolbar-bar .toolbar-icon-toggle-horizontal::before {
  background: var(--colorGinIcons);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 18px 18px;
          mask-size: 18px 18px;
}
.toolbar .toolbar-bar #toolbar-item-administration-search.toolbar-icon-default::before,
.toolbar .toolbar-bar .toolbar-menu-administration .toolbar-icon.toolbar-icon-default::before,
.toolbar .toolbar-bar .toolbar-menu-administration .toolbar-icon-default.responsive-preview-icon::before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item.toolbar-icon-default::before,
.toolbar .toolbar-bar .toolbar-icon-toggle-vertical.toolbar-icon-default::before,
.toolbar .toolbar-bar .toolbar-icon-toggle-horizontal.toolbar-icon-default::before {
  -webkit-mask-size: 26px 26px;
          mask-size: 26px 26px;
}
@media (min-width: 976px) {
  .toolbar .toolbar-bar #toolbar-item-administration-search:hover::before,
.toolbar .toolbar-bar .toolbar-menu-administration .toolbar-icon:hover::before,
.toolbar .toolbar-bar .toolbar-menu-administration .responsive-preview-icon:hover::before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:hover::before,
.toolbar .toolbar-bar .toolbar-icon-toggle-vertical:hover::before,
.toolbar .toolbar-bar .toolbar-icon-toggle-horizontal:hover::before {
    background: var(--colorGinPrimary);
  }
}
@media (min-width: 976px) {
  .toolbar .toolbar-bar #toolbar-item-administration-search.is-active:hover::before,
.toolbar .toolbar-bar .toolbar-menu-administration .toolbar-icon.is-active:hover::before,
.toolbar .toolbar-bar .toolbar-menu-administration .is-active.responsive-preview-icon:hover::before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item.is-active:hover::before,
.toolbar .toolbar-bar .toolbar-icon-toggle-vertical.is-active:hover::before,
.toolbar .toolbar-bar .toolbar-icon-toggle-horizontal.is-active:hover::before {
    background: var(--colorGinPrimary);
  }
}
.toolbar .toolbar-bar .menu-item--active-trail .toolbar-icon::before, .toolbar .toolbar-bar .menu-item--active-trail .responsive-preview-icon::before {
  background: var(--colorGinPrimary);
}
.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default:before {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  background-color: var(--colorGinText);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 4.92c.6.696 1.272 1.344 1.92 1.992 2.4 2.4 4.56 4.56 4.56 7.776V15.096c-.096 3.528-3 6.384-6.528 6.384h-.12c-1.728-.048-3.384-.744-4.56-1.992-1.176-1.296-1.824-2.952-1.776-4.728v-.048c0-3.216 2.256-5.4 4.56-7.776A49.835 49.835 0 0012 4.92zM12 0c-.48 1.824-2.088 3.432-3.792 5.04-2.472 2.52-5.328 5.4-5.328 9.648-.12 5.04 3.912 9.216 8.904 9.312H12c4.92 0 9-3.96 9.12-8.904v-.384c0-4.296-2.88-7.128-5.352-9.648C14.088 3.432 12.48 1.824 12 0z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 4.92c.6.696 1.272 1.344 1.92 1.992 2.4 2.4 4.56 4.56 4.56 7.776V15.096c-.096 3.528-3 6.384-6.528 6.384h-.12c-1.728-.048-3.384-.744-4.56-1.992-1.176-1.296-1.824-2.952-1.776-4.728v-.048c0-3.216 2.256-5.4 4.56-7.776A49.835 49.835 0 0012 4.92zM12 0c-.48 1.824-2.088 3.432-3.792 5.04-2.472 2.52-5.328 5.4-5.328 9.648-.12 5.04 3.912 9.216 8.904 9.312H12c4.92 0 9-3.96 9.12-8.904v-.384c0-4.296-2.88-7.128-5.352-9.648C14.088 3.432 12.48 1.824 12 0z'/%3e%3c/svg%3e");
  -webkit-mask-position: center center;
          mask-position: center center;
}
.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default.is-active {
  background-color: transparent;
}
.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-icon-admin-toolbar-tools-help.toolbar-icon-default.is-active:after {
  display: none;
}
.toolbar .toolbar-bar .toolbar-icon-default:before {
  padding-top: 0;
}
.toolbar .toolbar-bar .toolbar-icon:before, .toolbar .toolbar-bar .responsive-preview-icon:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3crect fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' x='3' y='3' width='18' height='18' rx='2' ry='2'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3crect fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' x='3' y='3' width='18' height='18' rx='2' ry='2'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-menu:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M3 12h18M3 6h18M3 18h18'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M3 12h18M3 6h18M3 18h18'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-system-admin-content:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M3.667 23h16.666C21.444 23 22 22.436 22 21.308V2.692C22 1.758 21.254 1 20.333 1H3.667C2.747 1 2 1.758 2 2.692v18.616C2 22.242 2.746 23 3.667 23zM7 17h5M7 12h10M7 7h10' fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M3.667 23h16.666C21.444 23 22 22.436 22 21.308V2.692C22 1.758 21.254 1 20.333 1H3.667C2.747 1 2 1.758 2 2.692v18.616C2 22.242 2.746 23 3.667 23zM7 17h5M7 12h10M7 7h10' fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-system-admin-structure:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M12.928 1.486a2 2 0 00-1.856 0L1.5 6.5l9.572 5.014a2 2 0 001.856 0L22.5 6.5l-9.572-5.014zM1.5 12l9.572 5.014a2 2 0 001.856 0L22.5 12M1.5 17.5l9.572 5.014a2 2 0 001.856 0L22.5 17.5' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M12.928 1.486a2 2 0 00-1.856 0L1.5 6.5l9.572 5.014a2 2 0 001.856 0L22.5 6.5l-9.572-5.014zM1.5 12l9.572 5.014a2 2 0 001.856 0L22.5 12M1.5 17.5l9.572 5.014a2 2 0 001.856 0L22.5 17.5' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-system-themes-page:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M9 7.75h10M19 4.077v-2.02c0-.445-.448-.807-1-.807H6c-.552 0-1 .362-1 .808v8.077c.004 2.175 1.562 4.153 4 5.077v4.615c0 1.338 1.343 2.423 3 2.423s3-1.085 3-2.423v-4.615c2.438-.924 3.997-2.902 4-5.077V7.75' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M9 7.75h10M19 4.077v-2.02c0-.445-.448-.807-1-.807H6c-.552 0-1 .362-1 .808v8.077c.004 2.175 1.562 4.153 4 5.077v4.615c0 1.338 1.343 2.423 3 2.423s3-1.085 3-2.423v-4.615c2.438-.924 3.997-2.902 4-5.077V7.75' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-system-modules-list:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M19.765 22.719l-8.151-.002H3.462a1.46 1.46 0 01-1.46-1.46v-3.913c1.526.621 3.278 1.157 4.278-.152 1-1.308 1-3.124 0-4.432-1-1.309-2.752-.772-4.277-.151L2 9.693c0-.807.654-2.46 1.46-2.46h5.654C7.688 5.806 6.606 4.495 8.032 3.069c1.426-1.425 5.737-1.425 7.163 0 1.425 1.426.412 2.737-1.014 4.163h5.585c.806 0 1.46 1.653 1.46 2.459l-.004 2.916c-1.525-.62-3.277-1.157-4.277.152a3.65 3.65 0 000 4.433c1 1.308 2.751.772 4.276.15l.004 3.917a1.46 1.46 0 01-1.46 1.46z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M19.765 22.719l-8.151-.002H3.462a1.46 1.46 0 01-1.46-1.46v-3.913c1.526.621 3.278 1.157 4.278-.152 1-1.308 1-3.124 0-4.432-1-1.309-2.752-.772-4.277-.151L2 9.693c0-.807.654-2.46 1.46-2.46h5.654C7.688 5.806 6.606 4.495 8.032 3.069c1.426-1.425 5.737-1.425 7.163 0 1.425 1.426.412 2.737-1.014 4.163h5.585c.806 0 1.46 1.653 1.46 2.459l-.004 2.916c-1.525-.62-3.277-1.157-4.277.152a3.65 3.65 0 000 4.433c1 1.308 2.751.772 4.276.15l.004 3.917a1.46 1.46 0 01-1.46 1.46z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-system-admin-config:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='12' cy='12' r='3'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-2 2 2 2 0 01-2-2v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83 0 2 2 0 010-2.83l.06-.06a1.65 1.65 0 00.33-1.82 1.65 1.65 0 00-1.51-1H3a2 2 0 01-2-2 2 2 0 012-2h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 010-2.83 2 2 0 012.83 0l.06.06a1.65 1.65 0 001.82.33H9a1.65 1.65 0 001-1.51V3a2 2 0 012-2 2 2 0 012 2v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 0 2 2 0 010 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 012 2 2 2 0 01-2 2h-.09a1.65 1.65 0 00-1.51 1z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='12' cy='12' r='3'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-2 2 2 2 0 01-2-2v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83 0 2 2 0 010-2.83l.06-.06a1.65 1.65 0 00.33-1.82 1.65 1.65 0 00-1.51-1H3a2 2 0 01-2-2 2 2 0 012-2h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 010-2.83 2 2 0 012.83 0l.06.06a1.65 1.65 0 001.82.33H9a1.65 1.65 0 001-1.51V3a2 2 0 012-2 2 2 0 012 2v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 0 2 2 0 010 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 012 2 2 2 0 01-2 2h-.09a1.65 1.65 0 00-1.51 1z'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-entity-user-collection:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' clip-rule='evenodd' d='M12 12.5a5.5 5.5 0 100-11 5.5 5.5 0 000 11z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M1.5 22v-1c0-3.5 6.096-5 10.5-5s10.5 1.5 10.5 5v1M22.5 22s-6.395.5-10.5.5S1.5 22 1.5 22' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' clip-rule='evenodd' d='M12 12.5a5.5 5.5 0 100-11 5.5 5.5 0 000 11z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M1.5 22v-1c0-3.5 6.096-5 10.5-5s10.5 1.5 10.5 5v1M22.5 22s-6.395.5-10.5.5S1.5 22 1.5 22' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-system-admin-group:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M4 19.5A2.5 2.5 0 016.5 17H20M4 14.5A2.5 2.5 0 016.5 12H20' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2v0z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M4 19.5A2.5 2.5 0 016.5 17H20M4 14.5A2.5 2.5 0 016.5 12H20' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2v0z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-system-admin-reports:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M5.75 14.5v6.991c.001.268-.199.518-.532.667-1.04.462-2.395.462-3.436 0-.333-.149-.533-.4-.532-.667V14.5M5.75 14.5c0-.828-1.007-1.5-2.25-1.5s-2.25.672-2.25 1.5M14.25 3v17.985a1.2 1.2 0 01-.532 1 3.1 3.1 0 01-3.436 0 1.2 1.2 0 01-.532-1V3M14.25 3c0-.828-1.007-1.5-2.25-1.5S9.75 2.172 9.75 3M22.75 7.5V9m-4.5-1.5v13.557c-.001.383.199.74.532.953a3.23 3.23 0 003.436 0 1.13 1.13 0 00.532-.953V12.5M22.75 7.5c0-.828-1.007-1.5-2.25-1.5s-2.25.672-2.25 1.5' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M5.75 14.5v6.991c.001.268-.199.518-.532.667-1.04.462-2.395.462-3.436 0-.333-.149-.533-.4-.532-.667V14.5M5.75 14.5c0-.828-1.007-1.5-2.25-1.5s-2.25.672-2.25 1.5M14.25 3v17.985a1.2 1.2 0 01-.532 1 3.1 3.1 0 01-3.436 0 1.2 1.2 0 01-.532-1V3M14.25 3c0-.828-1.007-1.5-2.25-1.5S9.75 2.172 9.75 3M22.75 7.5V9m-4.5-1.5v13.557c-.001.383.199.74.532.953a3.23 3.23 0 003.436 0 1.13 1.13 0 00.532-.953V12.5M22.75 7.5c0-.828-1.007-1.5-2.25-1.5s-2.25.672-2.25 1.5' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-help-main:before,
.toolbar .toolbar-bar .toolbar-icon-help:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M9.09 8a3 3 0 015.83 1c0 2-3 3-3 3' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M12 17h.01' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M9.09 8a3 3 0 015.83 1c0 2-3 3-3 3' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M12 17h.01' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-commerce-admin-commerce:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='9' cy='21' r='1'/%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='20' cy='21' r='1'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='9' cy='21' r='1'/%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='20' cy='21' r='1'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-entity-webform-collection:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 16a4 4 0 100-8 4 4 0 000 8z' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3e%3cpath d='M16 8v5a3 3 0 006 0v-1a10 10 0 10-3.92 7.94' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 16a4 4 0 100-8 4 4 0 000 8z' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3e%3cpath d='M16 8v5a3 3 0 006 0v-1a10 10 0 10-3.92 7.94' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-tmgmt-admin-tmgmt:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='12' cy='12' r='10'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' cx='12' cy='12' r='10'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-bat-admin:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3e%3cpath d='M16 2v4M8 2v4M3 10h18'/%3e%3c/g%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3e%3cpath d='M16 2v4M8 2v4M3 10h18'/%3e%3c/g%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-escape-admin:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M21 12H3M9 18l-6-6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M21 12H3M9 18l-6-6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-edit:before,
.toolbar .toolbar-bar .toolbar-icon-local-tasks:before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' clip-rule='evenodd' d='M13.045 14.136l-3.712.531.53-3.713 9.546-9.546a2.25 2.25 0 113.182 3.182l-9.546 9.546z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M18.75 14.25v7.5a1.5 1.5 0 01-1.5 1.5h-15a1.5 1.5 0 01-1.5-1.5v-15a1.5 1.5 0 011.5-1.5h7.5' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' clip-rule='evenodd' d='M13.045 14.136l-3.712.531.53-3.713 9.546-9.546a2.25 2.25 0 113.182 3.182l-9.546 9.546z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M18.75 14.25v7.5a1.5 1.5 0 01-1.5 1.5h-15a1.5 1.5 0 01-1.5-1.5v-15a1.5 1.5 0 011.5-1.5h7.5' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-edit:before, .toolbar .toolbar-bar .toolbar-icon-edit:hover:before, .toolbar .toolbar-bar .toolbar-icon-edit:active:before,
.toolbar .toolbar-bar .toolbar-icon-local-tasks:before,
.toolbar .toolbar-bar .toolbar-icon-local-tasks:hover:before,
.toolbar .toolbar-bar .toolbar-icon-local-tasks:active:before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:hover:before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:active:before {
  background: var(--colorGinAppBackground);
}
.toolbar .toolbar-bar .toolbar-icon-shortcut:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-coffee:before,
.toolbar .toolbar-bar #toolbar-item-administration-search:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M10 17a7 7 0 100-14 7 7 0 000 14z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M21 21l-4.35-4.35' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M10 17a7 7 0 100-14 7 7 0 000 14z' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M21 21l-4.35-4.35' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-devel:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' clip-rule='evenodd' d='M4.63 13.01c-1.695-1.787-2.114-4.52-1.04-6.78l2.839 2.995a1.156 1.156 0 001.696 0l1.64-1.675c.226-.238.352-.56.352-.896 0-.337-.126-.659-.352-.896l-2.88-3.04c2.116-1.22 4.734-.86 6.484.888 1.75 1.749 2.233 4.489 1.196 6.785l7.073 7.462c.232.245.362.576.362.922 0 .345-.13.677-.362.92l-.873.923C20.534 20.863 19.22 22 18.892 22c-.327 0-.641-.137-.873-.382l-7.067-7.461c-2.125 1.07-4.658.61-6.323-1.147z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' clip-rule='evenodd' d='M4.63 13.01c-1.695-1.787-2.114-4.52-1.04-6.78l2.839 2.995a1.156 1.156 0 001.696 0l1.64-1.675c.226-.238.352-.56.352-.896 0-.337-.126-.659-.352-.896l-2.88-3.04c2.116-1.22 4.734-.86 6.484.888 1.75 1.749 2.233 4.489 1.196 6.785l7.073 7.462c.232.245.362.576.362.922 0 .345-.13.677-.362.92l-.873.923C20.534 20.863 19.22 22 18.892 22c-.327 0-.641-.137-.873-.382l-7.067-7.461c-2.125 1.07-4.658.61-6.323-1.147z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-rebuild-cache-access:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M23 4v6h-6'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M20.49 15a9 9 0 11-2.12-9.36L23 10'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M23 4v6h-6'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M20.49 15a9 9 0 11-2.12-9.36L23 10'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .responsive-preview-icon:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3crect fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' x='5' y='2' width='14' height='20' rx='2' ry='2'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M12 18h.01'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3crect fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' x='5' y='2' width='14' height='20' rx='2' ry='2'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M12 18h.01'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-user:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' clip-rule='evenodd' d='M12 13a4 4 0 100-8 4 4 0 000 8z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M5.25 20v-.667C5.25 17 9.314 16 12.25 16s7 1 7 3.333V20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' clip-rule='evenodd' d='M12 13a4 4 0 100-8 4 4 0 000 8z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M5.25 20v-.667C5.25 17 9.314 16 12.25 16s7 1 7 3.333V20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill='none' d='M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-environment:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3crect fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x='2' y='2' width='20' height='8' rx='2' ry='2'/%3e%3crect fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x='2' y='14' width='20' height='8' rx='2' ry='2'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 6h.01M6 18h.01'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3crect fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x='2' y='2' width='20' height='8' rx='2' ry='2'/%3e%3crect fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' x='2' y='14' width='20' height='8' rx='2' ry='2'/%3e%3cpath fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 6h.01M6 18h.01'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-toggle-vertical:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M19 12H5M12 19l-7-7 7-7'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M19 12H5M12 19l-7-7 7-7'/%3e%3c/svg%3e");
}
.toolbar .toolbar-bar .toolbar-icon-toggle-horizontal:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M12 19V5M5 12l7-7 7 7'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='currentColor' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' d='M12 19V5M5 12l7-7 7 7'/%3e%3c/svg%3e");
}

.toolbar-horizontal .toolbar-tray {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid var(--colorGinBorder);
}
.toolbar-horizontal .toolbar-tray a,
.toolbar-horizontal .toolbar-tray span {
  color: var(--colorGinText);
  font-weight: normal;
}
.toolbar-horizontal .toolbar-tray a:hover, .toolbar-horizontal .toolbar-tray a:active, .toolbar-horizontal .toolbar-tray a:focus, .toolbar-horizontal .toolbar-tray a.is-active,
.toolbar-horizontal .toolbar-tray span:hover,
.toolbar-horizontal .toolbar-tray span:active,
.toolbar-horizontal .toolbar-tray span:focus,
.toolbar-horizontal .toolbar-tray span.is-active {
  text-decoration: none;
}
.toolbar-horizontal .toolbar-tray .menu-item a:hover, .toolbar-horizontal .toolbar-tray .menu-item a:focus {
  color: var(--colorGinPrimaryHover);
  background-color: var(--colorGinItemHover);
}
.toolbar-horizontal .toolbar-tray .menu-item a:hover .toolbar-icon::before, .toolbar-horizontal .toolbar-tray .menu-item a:hover .responsive-preview-icon::before, .toolbar-horizontal .toolbar-tray .menu-item a:focus .toolbar-icon::before, .toolbar-horizontal .toolbar-tray .menu-item a:focus .responsive-preview-icon::before {
  background-color: var(--colorGinTitle);
}
.toolbar-horizontal .toolbar-tray .menu-item a:hover .toolbar-icon.is-active::before, .toolbar-horizontal .toolbar-tray .menu-item a:hover .is-active.responsive-preview-icon::before, .toolbar-horizontal .toolbar-tray .menu-item a:focus .toolbar-icon.is-active::before, .toolbar-horizontal .toolbar-tray .menu-item a:focus .is-active.responsive-preview-icon::before {
  background-color: var(--colorGinPrimary);
}
.toolbar-horizontal .toolbar-tray .menu-item--no-link:hover, .toolbar-horizontal .toolbar-tray .menu-item--no-link a:focus {
  background-color: transparent;
}
.toolbar-horizontal .toolbar-tray .menu-item .menu-item .toolbar-icon::before, .toolbar-horizontal .toolbar-tray .menu-item .menu-item .responsive-preview-icon::before {
  display: none;
}
.toolbar-horizontal .toolbar-tray .menu-item a:focus {
  -webkit-box-shadow: inset 0 0 0 2px var(--colorGinFocus);
          box-shadow: inset 0 0 0 2px var(--colorGinFocus);
}
.toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
  border-left: 0 none;
}
.toolbar-horizontal .toolbar-tray .menu-item + .menu-item:last-child {
  border-right: 0 none;
}

.gin--dark-mode.toolbar-horizontal .toolbar-tray {
  border-bottom: 1px solid var(--colorGinLayerBorder);
}

.toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child {
  border-top: 0;
}
.toolbar .toolbar-tray-horizontal .menu-item:last-child {
  border-left: 0;
  border-right: 0;
}

.toolbar .toolbar-tray-vertical {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 1px solid var(--colorGinBorder);
  background: var(--colorGinLayerBackground);
}
.toolbar .toolbar-tray-vertical .menu-item + .menu-item {
  border-top: 1px solid var(--colorGinLayerBorder);
}
.toolbar .toolbar-tray-vertical .menu-item + .menu-item__spacer {
  border-top: 0 none;
}
.toolbar .toolbar-tray-vertical .menu-item .toolbar-menu {
  border-bottom: 0 none;
}
.toolbar .toolbar-tray-vertical .menu-item .toolbar-logo {
  padding-left: 16px;
}
.toolbar .toolbar-tray-vertical .level-1.menu-item:last-child {
  border-bottom: 1px solid var(--colorGinLayerBorder);
}
.gin--dark-mode .toolbar .toolbar-tray-vertical .toolbar-menu ul ul {
  border-color: transparent;
}
.gin--dark-mode .toolbar .toolbar-tray-vertical .level-1 .toolbar-menu {
  background: var(--colorGinLayer2Background);
}
.gin--dark-mode .toolbar .toolbar-tray-vertical .level-2 .toolbar-menu {
  background: var(--colorGinLayer3Background);
}
.gin--dark-mode .toolbar .toolbar-tray-vertical .level-3 .toolbar-menu {
  background: #5a5a61;
}

.toolbar-tray-horizontal ul li.menu-item .menu-item {
  background: transparent;
  border-left: none;
  border-right: none;
  border-bottom: 0 none;
}
.toolbar-tray-horizontal ul li.menu-item--expanded {
  background-color: transparent;
}
.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {
  -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
}

#toolbar-bar.js-settings-tray-edit-mode button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active, #toolbar-bar.js-settings-tray-edit-mode button.toolbar-icon-edit.toolbar-item.is-active.responsive-preview-icon {
  color: var(--colorGinAppBackground);
}

#toolbar-bar.js-settings-tray-edit-mode {
  background: var(--colorGinPrimary);
}

#toolbar-bar.js-settings-tray-edit-mode button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active:hover, #toolbar-bar.js-settings-tray-edit-mode button.toolbar-icon-edit.toolbar-item.is-active.responsive-preview-icon:hover {
  background: var(--colorGinPrimaryHover);
}

.toolbar .toolbar-icon.toolbar-handle::before, .toolbar .toolbar-handle.responsive-preview-icon::before,
.toolbar .toolbar-icon.toolbar-handle.open::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open::before,
.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded,
.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus {
  background-image: none;
}

.toolbar .toolbar-icon.toolbar-handle::before, .toolbar .toolbar-handle.responsive-preview-icon::before,
.toolbar .toolbar-icon.toolbar-handle.open::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open::before,
.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 18px;
  width: 16px;
  height: 16px;
  background-color: var(--colorGinDisabled);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M8 20l8-8-8-8' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' d='M8 20l8-8-8-8' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 14px 14px;
          mask-size: 14px 14px;
}
.toolbar .toolbar-icon.toolbar-handle.menu-item--active-trail::before, .toolbar .toolbar-handle.menu-item--active-trail.responsive-preview-icon::before, .toolbar .toolbar-icon.toolbar-handle:hover::before, .toolbar .toolbar-handle.responsive-preview-icon:hover::before, .toolbar .toolbar-icon.toolbar-handle:focus::before, .toolbar .toolbar-handle.responsive-preview-icon:focus::before,
.toolbar .toolbar-icon.toolbar-handle.open.menu-item--active-trail::before,
.toolbar .toolbar-icon.toolbar-handle.open:hover::before,
.toolbar .toolbar-icon.toolbar-handle.open:focus::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.menu-item--active-trail::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle:hover::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle:focus::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open.menu-item--active-trail::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open:hover::before,
.toolbar .toolbar-menu .toolbar-menu .toolbar-icon.toolbar-handle.open:focus::before,
.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded.menu-item--active-trail::before,
.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded:hover::before,
.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded:focus::before {
  background-color: var(--colorGinPrimary);
}

.toolbar .toolbar-tray-vertical .toolbar-menu a,
.toolbar .toolbar-tray-vertical .toolbar-menu span {
  display: block;
  padding-left: 3.25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.toolbar .toolbar-tray-vertical .toolbar-menu a:hover, .toolbar .toolbar-tray-vertical .toolbar-menu a:focus,
.toolbar .toolbar-tray-vertical .toolbar-menu span:hover,
.toolbar .toolbar-tray-vertical .toolbar-menu span:focus {
  color: var(--colorGinText);
}
.toolbar .toolbar-tray-vertical .toolbar-menu a:focus,
.toolbar .toolbar-tray-vertical .toolbar-menu span:focus {
  background: var(--colorGinPrimaryLight);
}
.toolbar .toolbar-tray-vertical .toolbar-menu a.is-active::before,
.toolbar .toolbar-tray-vertical .toolbar-menu span.is-active::before {
  background-color: var(--colorGinPrimary);
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon:before, .toolbar .toolbar-bar .toolbar-tab > .responsive-preview-icon:before {
  background: none;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 18px 18px;
          mask-size: 18px 18px;
}
@media (min-width: 976px) {
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon:hover:before, .toolbar .toolbar-bar .toolbar-tab > .responsive-preview-icon:hover:before {
    background-color: var(--colorGinTitle);
  }
}
@media (min-width: 976px) {
  .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon.is-active:before, .toolbar .toolbar-bar .toolbar-tab > .is-active.responsive-preview-icon:before, .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon.is-active:hover:before {
    background-color: var(--colorGinPrimary);
  }
}

@media (max-width: 976px) {
  .toolbar-meta .toolbar-bar .toolbar-icon:hover:before, .toolbar-meta .toolbar-bar .responsive-preview-icon:hover:before, .toolbar-meta .toolbar-bar .toolbar-icon.is-active:before, .toolbar-meta .toolbar-bar .is-active.responsive-preview-icon:before,
.toolbar-icon-edit:hover:before,
.toolbar-icon-edit.is-active:before,
.toolbar-icon-menu:hover:before,
.toolbar-icon-menu.is-active:before,
.toolbar-icon-local-tasks:hover:before,
.toolbar-icon-local-tasks.is-active:before,
#toolbar-item-administration-search:hover:before,
#toolbar-item-administration-search.is-active:before,
.toolbar-tab > .toolbar-icon-edit.toolbar-item:hover:before,
.toolbar-tab > .toolbar-icon-edit.toolbar-item.is-active:before {
    background: #fff;
  }
}

.toolbar.toolbar-meta .toolbar-bar .toolbar-tab > .toolbar-icon:before, .toolbar.toolbar-meta .toolbar-bar .toolbar-tab > .responsive-preview-icon:before {
  -webkit-mask-size: 18px 18px;
          mask-size: 18px 18px;
  background-color: var(--colorGinIcons);
}

#toolbar-item-administration-tray .toolbar-logo {
  padding-top: 8px;
  padding-bottom: 8px;
}
#toolbar-item-administration-tray .toolbar-logo img {
  max-width: 100px;
  max-height: 35px;
}

#toolbar-item-user {
  display: inline-block;
  vertical-align: top;
}
#toolbar-item-user.icon-user {
  padding-left: 0;
  margin-left: 8px;
}

[data-toolbar-tray=toolbar-item-devel-tray] .toolbar-icon-admin-toolbar-tools-help,
[data-toolbar-tray=toolbar-item-devel-tray] .toolbar-logo {
  display: none;
}

@media (min-width: 976px) {
  .toolbar .toolbar-bar {
    background: transparent;
  }
  .toolbar .toolbar-bar .toolbar-tab, .toolbar .toolbar-bar .toolbar-tab .toolbar-menu__logo {
    display: none;
  }
  .toolbar .toolbar-bar .toolbar-tab.toolbar-tab--toolbar-item-administration {
    display: block;
  }

  .toolbar-tab--toolbar-item-administration > .toolbar-icon-menu {
    display: none;
  }

  #toolbar-item-administration-tray {
    display: block;
    position: absolute;
    top: 0;
  }
}
.toolbar-meta {
  display: none;
}
@media (min-width: 976px) {
  .toolbar-meta {
    display: block;
    margin-top: -11px;
  }
  .toolbar-meta .toolbar-bar {
    position: relative;
    height: 39px;
    z-index: 102;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab {
    display: block;
    position: relative;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab:hover, .toolbar-meta .toolbar-bar .toolbar-tab:focus-within {
    border-radius: 6px 6px 0 0;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab:hover .toolbar-tray, .toolbar-meta .toolbar-bar .toolbar-tab:focus-within .toolbar-tray {
    display: block;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item {
    font-size: 0;
    color: var(--colorGinTextLight);
    width: 39px;
    height: 39px;
    margin: 0;
    border-radius: 6px 6px 0 0;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:before {
    top: 0;
    left: 10px;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:focus {
    border-radius: 6px;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:focus ~ .toolbar-tray {
    display: block;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:hover, .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:focus {
    color: var(--colorGinTitle);
    background: none;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:hover::before, .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:focus::before {
    background-color: var(--colorGinTitle);
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:focus, .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:hover:focus {
    -webkit-box-shadow: 0 0 0 2px var(--colorGinLayerBackground), 0 0 0 4px var(--colorGinFocus);
            box-shadow: 0 0 0 2px var(--colorGinLayerBackground), 0 0 0 4px var(--colorGinFocus);
  }
  .toolbar-meta .toolbar-bar .toolbar-tab:hover .trigger, .toolbar-meta .toolbar-bar .toolbar-tab:focus .trigger {
    text-decoration: none;
    background: var(--colorGinLayer3Background);
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-tray {
    position: absolute;
    left: 0;
    width: 170px;
    background-color: var(--colorGinLayer3Background);
    border-bottom: 0 none;
    border-radius: 0 6px 6px 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 20px 20px 40px rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 20px 20px 40px rgba(0, 0, 0, 0.12);
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-tray a {
    color: var(--colorGinPrimary);
    padding: 12px 16px;
    border-radius: 6px;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-tray a:hover, .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-tray a:active {
    color: var(--colorGinButtonText);
    background-color: var(--colorGinPrimary);
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-tray a.action-link::before {
    background-color: var(--colorGinPrimary);
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-tray a.action-link:hover::before {
    background-color: var(--colorGinButtonText);
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-tray .toolbar-lining:not(:empty) {
    padding: 0.5rem;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab.hidden {
    display: none;
  }
  .toolbar-meta .toolbar-bar .toolbar-id--toolbar-icon-user:hover .icon-user {
    -webkit-box-shadow: 0 0 0 2px var(--colorGinAppBackground), 0 0 0 5px var(--colorGinLayer3Background);
            box-shadow: 0 0 0 2px var(--colorGinAppBackground), 0 0 0 5px var(--colorGinLayer3Background);
  }
  .toolbar-meta .toolbar-bar .toolbar-id--toolbar-icon-user .toolbar-tray {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .toolbar-meta .toolbar-bar .toolbar-id--toolbar-icon-user:not(.has-user-icon) {
    margin-right: -1.333em;
  }
  .toolbar-meta .toolbar-bar .toolbar-id--toolbar-icon-user .icon-user ~ .toolbar-tray {
    border-radius: 6px;
  }
  .toolbar-meta .toolbar-bar .toolbar-id--toolbar-icon-user .icon-user {
    border: 1px solid var(--colorGinBorder);
    border-radius: 50%;
    overflow: hidden;
    margin-left: 1rem;
    padding: 0;
    line-height: 0;
  }
  .toolbar-meta .toolbar-bar .toolbar-id--toolbar-icon-user .icon-user__image {
    width: 39px;
    height: 39px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1280px) {
  .toolbar-meta .toolbar-bar .toolbar-tab {
    margin-left: -0.25em;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item {
    font-size: inherit;
    width: auto;
    height: auto;
    padding-left: 3em;
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item:before {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .toolbar-meta .toolbar-bar .toolbar-tab .toolbar-item .icon-user__image {
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 976px) {
  .toolbar .toolbar-bar .toolbar-menu-administration .toolbar-icon:before, .toolbar .toolbar-bar .toolbar-menu-administration .responsive-preview-icon:before,
.toolbar .toolbar-bar #toolbar-item-administration-search:before,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon-edit.toolbar-item:before {
    -webkit-mask-size: 21px 21px;
            mask-size: 21px 21px;
  }
}

.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded,
.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus {
  position: relative;
}
.toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded::before,
.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus::before {
  z-index: 1;
  top: 14px;
  right: 20px;
}

#admin-toolbar-search-input {
  display: none;
}

.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon.is-active, .toolbar-menu-administration > .toolbar-menu > .menu-item > .is-active.responsive-preview-icon {
  -webkit-filter: drop-shadow(0 0 10px var(--colorGinPrimaryLightHover));
          filter: drop-shadow(0 0 10px var(--colorGinPrimaryLightHover));
}
.gin--dark-mode .toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon.is-active, .gin--dark-mode .toolbar-menu-administration > .toolbar-menu > .menu-item > .is-active.responsive-preview-icon {
  -webkit-filter: drop-shadow(0 0 16px var(--colorGinPrimaryLightHover));
          filter: drop-shadow(0 0 16px var(--colorGinPrimaryLightHover));
}
.toolbar-menu-administration > .toolbar-menu > .menu-item:hover {
  background: transparent;
}
.toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .toolbar-icon, .toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .responsive-preview-icon,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon:focus,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .responsive-preview-icon:focus, .toolbar-menu-administration > .toolbar-menu > .menu-item.hover-intent > .toolbar-icon, .toolbar-menu-administration > .toolbar-menu > .menu-item.hover-intent > .responsive-preview-icon {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .toolbar-icon::before, .toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .responsive-preview-icon::before,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon:focus::before,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .responsive-preview-icon:focus::before, .toolbar-menu-administration > .toolbar-menu > .menu-item.hover-intent > .toolbar-icon::before, .toolbar-menu-administration > .toolbar-menu > .menu-item.hover-intent > .responsive-preview-icon::before {
  background: var(--colorGinPrimary);
}
.toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .toolbar-icon::after, .toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .responsive-preview-icon::after,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon:focus::after,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .responsive-preview-icon:focus::after, .toolbar-menu-administration > .toolbar-menu > .menu-item.hover-intent > .toolbar-icon::after, .toolbar-menu-administration > .toolbar-menu > .menu-item.hover-intent > .responsive-preview-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 40px;
  height: 40px;
  background: var(--colorGinPrimaryLight);
  border-radius: 8px;
}
.toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .toolbar-icon:focus,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon:focus:focus,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .responsive-preview-icon:focus:focus, .toolbar-menu-administration > .toolbar-menu > .menu-item.hover-intent > .toolbar-icon:focus {
  background: transparent;
}
.toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .toolbar-icon:focus::after,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon:focus:focus::after,
.toolbar-menu-administration > .toolbar-menu > .menu-item > .responsive-preview-icon:focus:focus::after, .toolbar-menu-administration > .toolbar-menu > .menu-item.hover-intent > .toolbar-icon:focus::after {
  -webkit-box-shadow: inset 0 0 0 2px var(--colorGinFocus);
          box-shadow: inset 0 0 0 2px var(--colorGinFocus);
}

[data-toolbar-menu=open] .toolbar-menu-administration > .toolbar-menu > .menu-item:not(.hover-intent) > .toolbar-icon::after, [data-toolbar-menu=open] .toolbar-menu-administration > .toolbar-menu > .menu-item:not(.hover-intent) > .responsive-preview-icon::after {
  width: 212px;
}
[data-toolbar-menu=open] .toolbar-menu-administration > .toolbar-menu > .menu-item.menu-item--expanded:hover > .toolbar-icon::after, [data-toolbar-menu=open] .toolbar-menu-administration > .toolbar-menu > .menu-item.menu-item--expanded:hover > .responsive-preview-icon::after {
  width: 40px;
}
