.location-bar.admin-tabs {
  display: flex;
  list-style-type: none;
  gap: 1rem;
  background: #dbdbdb;
  padding: 8px;
  margin: 10px auto;
}

.location-bar {
  padding-bottom: 12px;
}

body.toolbar-horizontal {
  background-position-y: var(--gin-toolbar-y-offset, var(--drupal-displace-offset-top, 0px));
}

/* Gin horizontalni toolbar renderuje hover dropdowny s nizkym z-indexem (502), */
/* takze na frontendu miziji za obsahem stranky. cnb_demo (gin subtema) to resi */
/* vytazenim toolbaru nad obsah; portujeme totez (jen desktop). */
@media (min-width: 61em) {
  .gin--horizontal-toolbar #toolbar-administration {
    z-index: 900000 !important;
  }
  .gin--horizontal-toolbar #toolbar-administration .toolbar-lining {
    overflow-x: visible !important;
  }
}

div[data-drupal-messages] {
  position: fixed;
  bottom: 15px;
  left: 15px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 9999999;
  max-width: calc(100% - 1.5rem);
}
div[data-drupal-messages] .messages__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
div[data-drupal-messages] .messages,
div[data-drupal-messages] div[role=contentinfo] {
  background: #3c3d3d;
  padding: 1rem 1.5rem;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  width: 500px;
  max-width: 100%;
}
div[data-drupal-messages] .messages:hover,
div[data-drupal-messages] div[role=contentinfo]:hover {
  cursor: pointer;
  background: rgb(34.7107438017, 35.2892561983, 35.2892561983);
}
div[data-drupal-messages] .messages.messages--status,
div[data-drupal-messages] div[role=contentinfo].messages--status {
  background: #007cc4;
}
div[data-drupal-messages] .messages.messages--status:hover,
div[data-drupal-messages] div[role=contentinfo].messages--status:hover {
  background: rgb(0, 91.7346938776, 145);
}
div[data-drupal-messages] .messages.messages--error,
div[data-drupal-messages] div[role=contentinfo].messages--error {
  background: #ac0017;
}
div[data-drupal-messages] .messages.messages--error:hover,
div[data-drupal-messages] div[role=contentinfo].messages--error:hover {
  background: rgb(121, 0, 16.1802325581);
}
div[data-drupal-messages] .messages a,
div[data-drupal-messages] div[role=contentinfo] a {
  color: #fff;
}
div[data-drupal-messages] ul {
  margin: 0;
}

@media (max-width: 1024px) {
  .firstColumn,
  .secondColumn {
    margin: 0 auto;
    border: none;
    float: none;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
