.toolbar-menu-administration .toolbar-menu .menu-item a {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 14px;
}

.field--name-field-file .file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.field--name-field-file .file .file-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../media/images/file.svg) no-repeat center;
}

.field--name-field-file .file a {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--primary-color);
  text-decoration: unset;
}

[dir="ltr"] .field--name-field-file .file a {
  margin-left: 10px;
}

[dir="rtl"] .field--name-field-file .file a {
  margin-right: 10px;
}

@media (max-width: 48rem) {
  .field--name-field-file {
    overflow: auto;
  }
}

.page-404 .container,
.page-403 .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-404 img,
.page-404 svg,
.page-403 img,
.page-403 svg {
  object-fit: contain;
  max-height: 300px;
  margin: 0 auto;
}

.errors-404,
.errors-403 {
  width: fit-content;
  margin: 0 auto;
}

.error-text {
  text-align: center;
}

.error-text .text-title {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: var(--text-color);
  margin-top: 32px;
  margin-bottom: 8px;
}

.error-text p {
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: normal;
  color: var(--text-color);
  margin: 0;
}

.error-text .home-btn {
  margin: 32px auto 0 auto;
}

.sitemap .sitemap-item {
  margin-bottom: 0;
}

.sitemap ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: square;
}

.sitemap ul li {
  margin-bottom: 8px;
}

.sitemap ul li a {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
  text-decoration: unset;
}

.sitemap ul li a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.captcha .captcha__title {
  position: relative;
  display: block;
  font-family: var(--font-black);
  font-weight: 900;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 4px 0 !important;
  color: var(--text-color);
}

html[data-theme=theme-dark] #loader-wrapper,
.dark-mode #loader-wrapper {
  background-color: var(--dark-grey-bg) !important;
}

.contextual {
  z-index: 999999 !important;
}

/*# sourceMappingURL=general.css.map*/