@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap");
/* 0.25 * 16px = 4px */
/* 0.5 * 16px = 8px */
/* 0.75 * 16px = 12px */
/* 1 * 16px = 16px */
/* 1.5 * 16px = 24px */
/* 2 * 16px = 32px */
/* 3 * 16px = 48px */
/* 4* 16px = 64px */
/* 0.125 * 16px = 2px */
/* 0.25 * 16px = 4px */
/* 0.375 * 16px = 6px */
/* 0.5 * 16px = 8px */
/* 0.75 * 16px = 12px */
/* 1 * 16px = 16px */
/* 2 * 16px = 32px */
/* 3 * 16px = 48px */
html,
body {
  font-family: "Plus Jakarta Sans", sans-serif /* rtl:'Tajawal', sans-serif; */;
  background-color: rgb(248, 250, 254);
}

body.seeds-root.advanced-sidebar-tray-toggled,
body.advanced-sidebar-tray-toggled {
  padding-right: 400px;
}
body.seeds-root.advanced-sidebar-tray-toggled .content-form__advanced,
body.advanced-sidebar-tray-toggled .content-form__advanced {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  width: 400px;
}
body.seeds-root .content-form__actions,
body .content-form__actions {
  position: fixed;
  height: 80px;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.95;
  background: rgb(248, 250, 254);
  box-shadow: 0 10px 20px -16px rgba(0, 0, 0, 0.4);
  width: auto;
  padding: 0 2.5em;
  z-index: 102;
}
@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  body.seeds-root .content-form__actions,
body .content-form__actions {
    background: rgba(248, 250, 254, 0.8);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
body.seeds-root .content-form__actions .root-sticky,
body .content-form__actions .root-sticky {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.seeds-root .content-form__actions .form-actions,
body .content-form__actions .form-actions {
  margin: 16px 0;
  order: 1;
  flex: 1;
}
body.seeds-root .content-form__actions .field--name-status,
body .content-form__actions .field--name-status {
  order: 2;
  flex: 0.16;
  text-align: right;
}
body.seeds-root .content-form__actions .field--name-status .js-form-type-checkbox,
body .content-form__actions .field--name-status .js-form-type-checkbox {
  margin: 16px;
}
body.seeds-root .content-form__actions .dropbutton-multiple .dropbutton-widget,
body .content-form__actions .dropbutton-multiple .dropbutton-widget {
  border: 0;
}
body.seeds-root .content-form__actions .layout-region-node-footer__content,
body .content-form__actions .layout-region-node-footer__content {
  border: 0;
  padding: 0;
  margin: 0;
}
body.seeds-root .content-form__actions .layout-region-node-footer__content .form-actions .button,
body.seeds-root .content-form__actions .layout-region-node-footer__content .form-actions .action-link,
body .content-form__actions .layout-region-node-footer__content .form-actions .button,
body .content-form__actions .layout-region-node-footer__content .form-actions .action-link {
  margin: 0 10px 0 0;
  flex: 0 0 5%;
}
body.seeds-root .content-form__advanced-toggle,
body .content-form__advanced-toggle {
  background-image: url(../images/settings-icon.svg);
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 80px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 102;
}
body.seeds-root .content-form__advanced-toggle:hover, body.seeds-root .content-form__advanced-toggle:focus,
body .content-form__advanced-toggle:hover,
body .content-form__advanced-toggle:focus {
  outline: 0;
  box-shadow: none;
}
body.seeds-root .content-form__advanced,
body .content-form__advanced {
  position: fixed;
  top: 80px;
  bottom: 0;
  width: 0;
  left: 100%;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  z-index: 99;
  transition: 0.2s;
}
body.seeds-root.seeds-toolbar .content-form__actions,
body.seeds-toolbar .content-form__actions {
  left: 55px;
}
body.seeds-root .layout-node-form,
body .layout-node-form {
  display: flex;
  gap: 0;
}
body.seeds-root .content-form__main,
body .content-form__main {
  width: 100%;
  padding: 0;
}
body.seeds-root.toolbar-horizontal .content-form__actions,
body.seeds-root.toolbar-horizontal .content-form__advanced-toggle,
body.toolbar-horizontal .content-form__actions,
body.toolbar-horizontal .content-form__advanced-toggle {
  top: 39px;
}
body.seeds-root.toolbar-horizontal .content-form__advanced,
body.toolbar-horizontal .content-form__advanced {
  top: 89px;
}
body.seeds-root.toolbar-horizontal.toolbar-tray-open .content-form__actions,
body.seeds-root.toolbar-horizontal.toolbar-tray-open .content-form__advanced-toggle,
body.toolbar-horizontal.toolbar-tray-open .content-form__actions,
body.toolbar-horizontal.toolbar-tray-open .content-form__advanced-toggle {
  top: 79px;
}
body.seeds-root.toolbar-horizontal.toolbar-tray-open .content-form__advanced,
body.toolbar-horizontal.toolbar-tray-open .content-form__advanced {
  top: 129px;
}
body.seeds-root.toolbar-vertical .content-form__actions,
body.seeds-root.toolbar-vertical .content-form__advanced-toggle,
body.toolbar-vertical .content-form__actions,
body.toolbar-vertical .content-form__advanced-toggle {
  top: auto;
  bottom: 0;
}
body.seeds-root.seeds-toolbar-open .content-form__actions,
body.seeds-toolbar-open .content-form__actions {
  left: 245px;
}
@media (max-width: 767px) {
  body.seeds-root.seeds-toolbar-open .content-form__actions,
body.seeds-toolbar-open .content-form__actions {
    left: 55px;
  }
  body.seeds-root.advanced-sidebar-tray-toggled .content-form__advanced,
body.advanced-sidebar-tray-toggled .content-form__advanced {
    width: 300px;
  }
}
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .region-sticky,
body.root--edit-form .page-wrapper__node-edit-form .region-sticky {
  position: relative;
  top: 20px;
}
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .block-page-title-block,
body.root--edit-form .page-wrapper__node-edit-form .block-page-title-block {
  margin: 0;
}
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .block-local-tasks-block,
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .block-system-main-block,
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .messages-list,
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .node-form,
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .node-confirm-form,
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .admin-list,
body.seeds-root.root--edit-form .page-wrapper__node-edit-form .help,
body.root--edit-form .page-wrapper__node-edit-form .block-local-tasks-block,
body.root--edit-form .page-wrapper__node-edit-form .block-system-main-block,
body.root--edit-form .page-wrapper__node-edit-form .messages-list,
body.root--edit-form .page-wrapper__node-edit-form .node-form,
body.root--edit-form .page-wrapper__node-edit-form .node-confirm-form,
body.root--edit-form .page-wrapper__node-edit-form .admin-list,
body.root--edit-form .page-wrapper__node-edit-form .help {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.seeds-root.root--edit-form .revision-current,
body.root--edit-form .revision-current {
  background-color: #e5edff;
}
body.seeds-root.root--edit-form .field--name-title .form-element,
body.root--edit-form .field--name-title .form-element {
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.025em;
  width: 100%;
}

body.seeds-root .page-content {
  margin-top: 0;
}
@media (min-width: 1200) {
  body.seeds-root .page-content > .help,
body.seeds-root .page-content > .region-content,
body.seeds-root .page-content > .region-highlighted {
    margin-top: 1.5rem;
  }
}
body.seeds-root .block-system-main-block > form,
body.seeds-root .views-exposed-form.views-exposed-form,
body.seeds-root .views-edit-view,
body.seeds-root .views-preview-wrapper,
body.seeds-root #views-entity-list,
body.seeds-root .module-filter-update-status-form .table-filter,
body.seeds-root .admin.my-workbench {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 4px rgba(0, 0, 0, 0.03), 0 5px 8px rgba(0, 0, 0, 0.04);
  border-radius: 0.75rem;
}
body.seeds-root .block-system-main-block > form .layout-region-node-main > .form-wrapper:first-of-type .form-item,
body.seeds-root .views-exposed-form.views-exposed-form .layout-region-node-main > .form-wrapper:first-of-type .form-item,
body.seeds-root .views-edit-view .layout-region-node-main > .form-wrapper:first-of-type .form-item,
body.seeds-root .views-preview-wrapper .layout-region-node-main > .form-wrapper:first-of-type .form-item,
body.seeds-root #views-entity-list .layout-region-node-main > .form-wrapper:first-of-type .form-item,
body.seeds-root .module-filter-update-status-form .table-filter .layout-region-node-main > .form-wrapper:first-of-type .form-item,
body.seeds-root .admin.my-workbench .layout-region-node-main > .form-wrapper:first-of-type .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
body.install-page {
  background-color: rgb(16, 36, 76);
  background-image: url(../images/seeds-pattern.png);
  -webkit-animation: slide 17s linear infinite;
  animation: slide 50s linear infinite;
}
body.install-page header {
  text-align: center;
  background-color: #f5f5f5;
  padding: 14px;
  margin-bottom: 25px;
  border-radius: 10px;
}
body.install-page header img {
  display: block;
  max-width: 400px;
  height: auto;
}
body.install-page header .site-version {
  font-size: 16px;
}
body.install-page .layout-sidebar-first {
  width: 25%;
}
body.install-page main {
  width: 70%;
  float: right;
  padding: 0px 20px;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 300px;
  }
}
body.seeds-root .claro-details,
body.seeds-root .details,
body .claro-details,
body .details {
  background-color: #ffffff;
  border-color: var(--details-border-color);
}
body.seeds-root .claro-details:focus,
body.seeds-root .details:focus,
body .claro-details:focus,
body .details:focus {
  box-shadow: unset;
}
body.seeds-root .claro-details.horizontal-tabs-pane,
body.seeds-root .details.horizontal-tabs-pane,
body .claro-details.horizontal-tabs-pane,
body .details.horizontal-tabs-pane {
  margin: 0px;
  border: 0;
}
body.seeds-root .claro-details.vertical-tabs__pane,
body.seeds-root .details.vertical-tabs__pane,
body .claro-details.vertical-tabs__pane,
body .details.vertical-tabs__pane {
  background: #ffffff;
}
body.seeds-root .claro-details[open] > .claro-details__summary,
body.seeds-root .details[open] > .claro-details__summary,
body .claro-details[open] > .claro-details__summary,
body .details[open] > .claro-details__summary {
  color: #333333;
}
body.seeds-root .claro-details[open] > .claro-details__summary:before,
body.seeds-root .details[open] > .claro-details__summary:before,
body .claro-details[open] > .claro-details__summary:before,
body .details[open] > .claro-details__summary:before {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  background-image: url("../images/arrow-black.svg");
}
body.seeds-root .claro-details__summary:before,
body.seeds-root summary:before,
body .claro-details__summary:before,
body summary:before {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  top: 50%;
  margin: 0;
  left: 18px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
body.seeds-root .claro-details__summary:hover, body.seeds-root .claro-details__summary:focus,
body.seeds-root summary:hover,
body.seeds-root summary:focus,
body .claro-details__summary:hover,
body .claro-details__summary:focus,
body summary:hover,
body summary:focus {
  box-shadow: unset !important;
}
body.seeds-root .claro-details__summary:hover:before, body.seeds-root .claro-details__summary:focus:before,
body.seeds-root summary:hover:before,
body.seeds-root summary:focus:before,
body .claro-details__summary:hover:before,
body .claro-details__summary:focus:before,
body summary:hover:before,
body summary:focus:before {
  background-image: url("../images/arrow.svg");
}
body.seeds-root .claro-details__summary:after,
body.seeds-root summary:after,
body .claro-details__summary:after,
body summary:after {
  display: none;
}
body.seeds-root .claro-details__summary.claro-details__summary--accordion-item:before,
body.seeds-root summary.claro-details__summary--accordion-item:before,
body .claro-details__summary.claro-details__summary--accordion-item:before,
body summary.claro-details__summary--accordion-item:before {
  top: 31px;
}
body.seeds-root .system-modules td details,
body .system-modules td details {
  height: auto;
  overflow: visible;
  white-space: normal;
}
body.seeds-root .system-modules .claro-details,
body .system-modules .claro-details {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

body.seeds-root .content-header,
body .content-header {
  overflow: hidden;
  background-color: transparent;
}
body.seeds-root .content-header #block-root-title,
body .content-header #block-root-title {
  background: transparent;
}

body.seeds-root,
body {
  /* Link actions. */
}
body.seeds-root .button,
body.seeds-root .button--primary,
body .button,
body .button--primary {
  border-radius: 0.25rem;
  background-image: none;
  color: #ffffff;
  text-shadow: none;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  box-shadow: none;
}
body.seeds-root .button:hover, body.seeds-root .button:focus, body.seeds-root .button:active,
body.seeds-root .button--primary:hover,
body.seeds-root .button--primary:focus,
body.seeds-root .button--primary:active,
body .button:hover,
body .button:focus,
body .button:active,
body .button--primary:hover,
body .button--primary:focus,
body .button--primary:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  z-index: 10;
  background-image: none;
}
body.seeds-root .button:disabled, body.seeds-root .button:disabled:active, body.seeds-root .button.is-disabled, body.seeds-root .button.is-disabled:active,
body.seeds-root .button--primary:disabled,
body.seeds-root .button--primary:disabled:active,
body.seeds-root .button--primary.is-disabled,
body.seeds-root .button--primary.is-disabled:active,
body .button:disabled,
body .button:disabled:active,
body .button.is-disabled,
body .button.is-disabled:active,
body .button--primary:disabled,
body .button--primary:disabled:active,
body .button--primary.is-disabled,
body .button--primary.is-disabled:active {
  border-color: #4d4d4f;
  background: #4d4d4f;
  box-shadow: none;
  color: #e7e7df;
}
body.seeds-root .button--small,
body .button--small {
  font-size: 14px !important;
  padding: 0.5rem 1.5rem !important;
}
body.seeds-root .link,
body .link {
  border: 0;
  text-decoration: none;
}
body.seeds-root .link:hover, body.seeds-root .link:focus,
body .link:hover,
body .link:focus {
  text-decoration: underline;
}
body.seeds-root .page-wrapper *:focus,
body.seeds-root .ui-dialog *:focus,
body .page-wrapper *:focus,
body .ui-dialog *:focus {
  outline: 0;
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 5px var(--color-gray-200-o-80);
}
body.seeds-root .page-wrapper *:focus:hover,
body.seeds-root .ui-dialog *:focus:hover,
body .page-wrapper *:focus:hover,
body .ui-dialog *:focus:hover {
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 5px var(--color-gray-200-o-80);
}
body.seeds-root .paragraphs-dropdown .paragraphs-dropdown-action.button,
body .paragraphs-dropdown .paragraphs-dropdown-action.button {
  color: var(--color-text);
  font-weight: 400;
}
body.seeds-root .paragraphs-dropdown .paragraphs-dropdown-action.button:hover,
body .paragraphs-dropdown .paragraphs-dropdown-action.button:hover {
  background-color: #f3f4f9;
}

body.seeds-root,
body {
  /* Style checkbox and radio buttons */
  /* in Chrome + Safari + Opera + Mozilla */
  /* in Mozilla */
}
body.seeds-root .cke_chrome.cke_focus,
body.seeds-root .cke_bottom.cke_focus,
body.seeds-root .cke_top.cke_focus,
body .cke_chrome.cke_focus,
body .cke_bottom.cke_focus,
body .cke_top.cke_focus {
  box-shadow: unset;
}
body.seeds-root .cke_top,
body .cke_top {
  position: sticky;
  position: -webkit-sticky;
  top: 49px;
}
body.seeds-root:not(.seeds-root) .cke_top,
body:not(.seeds-root) .cke_top {
  top: 0;
}
body.seeds-root fieldset:not(.fieldgroup),
body fieldset:not(.fieldgroup) {
  background-color: transparent;
  border-radius: 0px;
}
body.seeds-root select,
body select {
  text-shadow: none;
  min-height: 35px;
  border-radius: 0px;
}
body.seeds-root .filter-wrapper,
body .filter-wrapper {
  border: 0;
}
body.seeds-root input.form-autocomplete,
body.seeds-root input.form-text,
body.seeds-root input.form-tel,
body.seeds-root input.form-email,
body.seeds-root input.form-url,
body.seeds-root input.form-search,
body.seeds-root input.form-number,
body.seeds-root input.form-color,
body.seeds-root input.form-file,
body.seeds-root input.form-date,
body.seeds-root input.form-time,
body.seeds-root textarea.form-textarea,
body input.form-autocomplete,
body input.form-text,
body input.form-tel,
body input.form-email,
body input.form-url,
body input.form-search,
body input.form-number,
body input.form-color,
body input.form-file,
body input.form-date,
body input.form-time,
body textarea.form-textarea {
  background-color: #ffffff;
  min-height: 35px;
  color: #333333;
  border-radius: 0.25rem;
  box-shadow: none;
}
body.seeds-root input.form-text,
body.seeds-root select.form-select,
body input.form-text,
body select.form-select {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  background-color: transparent;
  border-radius: 0.25rem;
}
body.seeds-root input.form-text:hover,
body.seeds-root select.form-select:hover,
body input.form-text:hover,
body select.form-select:hover {
  box-shadow: none;
}
body.seeds-root .select.form-select,
body .select.form-select {
  padding: 0.25rem 0.5rem;
}
body.seeds-root #edit-title-wrapper,
body.seeds-root #edit-field-seo-title-wrapper,
body.seeds-root #edit-field-tags-wrapper,
body.seeds-root #edit-field-teaser-text-wrapper,
body #edit-title-wrapper,
body #edit-field-seo-title-wrapper,
body #edit-field-tags-wrapper,
body #edit-field-teaser-text-wrapper {
  max-width: 100%;
}
body.seeds-root #edit-title-wrapper input,
body.seeds-root #edit-field-seo-title-wrapper input,
body.seeds-root #edit-field-tags-wrapper input,
body.seeds-root #edit-field-teaser-text-wrapper input,
body #edit-title-wrapper input,
body #edit-field-seo-title-wrapper input,
body #edit-field-tags-wrapper input,
body #edit-field-teaser-text-wrapper input {
  width: 100%;
  border-radius: 0.25rem;
  padding: 1rem;
}
body.seeds-root #edit-title-wrapper input.button,
body.seeds-root #edit-field-seo-title-wrapper input.button,
body.seeds-root #edit-field-tags-wrapper input.button,
body.seeds-root #edit-field-teaser-text-wrapper input.button,
body #edit-title-wrapper input.button,
body #edit-field-seo-title-wrapper input.button,
body #edit-field-tags-wrapper input.button,
body #edit-field-teaser-text-wrapper input.button {
  width: auto;
  height: auto;
  line-height: initial;
  font-size: initial;
  color: #ffffff;
}
body.seeds-root input[type=checkbox],
body.seeds-root input[type=radio],
body.seeds-root input[type=checkbox]#edit-delete,
body input[type=checkbox],
body input[type=radio],
body input[type=checkbox]#edit-delete {
  display: inline-block;
  position: relative;
  margin-right: 0.25rem;
  padding: 0;
  background: #ffffff;
  width: 16px !important;
  height: 16px !important;
  transition: background 0.5s ease;
  outline: none;
}
body.seeds-root .location .form-item input.form-checkbox,
body .location .form-item input.form-checkbox {
  display: inline-block;
  width: 16px;
}
body.seeds-root input[type=checkbox]#edit-delete,
body input[type=checkbox]#edit-delete {
  margin-bottom: 0;
}
body.seeds-root input[type=radio],
body input[type=radio] {
  border-radius: 50%;
}
body.seeds-root input[type=checkbox]:hover,
body.seeds-root input[type=checkbox]:focus,
body.seeds-root input[type=radio]:hover,
body.seeds-root input[type=radio]:focus,
body input[type=checkbox]:hover,
body input[type=checkbox]:focus,
body input[type=radio]:hover,
body input[type=radio]:focus {
  cursor: pointer;
}
body.seeds-root input[type=checkbox]:checked,
body.seeds-root input[type=checkbox]:disabled:checked,
body.seeds-root input[type=checkbox].error:checked,
body.seeds-root input[type=checkbox].error:focus:checked,
body.seeds-root input[type=radio]:checked,
body.seeds-root input[type=radio]:disabled:checked,
body.seeds-root input[type=radio].error:checked,
body.seeds-root input[type=radio].error:focus:checked,
body input[type=checkbox]:checked,
body input[type=checkbox]:disabled:checked,
body input[type=checkbox].error:checked,
body input[type=checkbox].error:focus:checked,
body input[type=radio]:checked,
body input[type=radio]:disabled:checked,
body input[type=radio].error:checked,
body input[type=radio].error:focus:checked {
  border-color: #0036b1;
  background: #0036b1;
  box-shadow: inset 0 0 0 3px #ffffff;
}
body.seeds-root input[type=checkbox]:disabled,
body.seeds-root input[type=radio]:disabled,
body input[type=checkbox]:disabled,
body input[type=radio]:disabled {
  opacity: 0.5;
  background: #8d8d8d;
}
body.seeds-root input[type=checkbox]:disabled:hover,
body input[type=checkbox]:disabled:hover {
  border-color: #8d8d8d;
  cursor: default;
}
body.seeds-root input[type=checkbox]:disabled:hover,
body.seeds-root input[type=radio]:disabled:hover,
body input[type=checkbox]:disabled:hover,
body input[type=radio]:disabled:hover {
  border-color: #8d8d8d;
  cursor: default;
}
body.seeds-root input[type=radio]:hover:checked:focus,
body input[type=radio]:hover:checked:focus {
  box-shadow: inset 0 0 0 3px #0036b1;
}
@supports (-webkit-appearance: none) {
  body.seeds-root input[type=checkbox],
body.seeds-root input[type=radio],
body.seeds-root input[type=checkbox]#edit-delete,
body input[type=checkbox],
body input[type=radio],
body input[type=checkbox]#edit-delete {
    -webkit-appearance: none;
  }
}
@supports (-moz-appearance: none) {
  body.seeds-root input[type=checkbox],
body.seeds-root input[type=radio],
body.seeds-root input[type=checkbox]#edit-delete,
body input[type=checkbox],
body input[type=radio],
body input[type=checkbox]#edit-delete {
    -moz-appearance: none;
  }
}
body.seeds-root .select2-container--default.select2-container--focus .select2-selection--multiple,
body.seeds-root .select2-container--default .select2-selection--multiple,
body .select2-container--default.select2-container--focus .select2-selection--multiple,
body .select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
body.seeds-root .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__choice,
body.seeds-root .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__choice,
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
}
body.seeds-root .select2-dropdown,
body .select2-dropdown {
  border-color: #d4d4d8;
}
body.seeds-root .select2-container--open .select2-dropdown--below,
body .select2-container--open .select2-dropdown--below {
  border-radius: 0;
}
body.seeds-root .field-multiple-table > thead .field-label,
body .field-multiple-table > thead .field-label {
  border: 0;
  background: transparent;
}
body.seeds-root .field-multiple-table > thead tr,
body .field-multiple-table > thead tr {
  border-color: #d4d4d8;
}
body.seeds-root .field-multiple-table > tbody > tr,
body .field-multiple-table > tbody > tr {
  background: #f9f9f9;
}
body.seeds-root .autocomplete-deluxe-item,
body .autocomplete-deluxe-item {
  border-radius: 0;
}
body.seeds-root .ui-autocomplete .ui-menu-item a:hover,
body .ui-autocomplete .ui-menu-item a:hover {
  text-decoration: underline;
}
body.seeds-root div.autocomplete-deluxe-container,
body div.autocomplete-deluxe-container {
  border-radius: 0px;
  padding: 0;
  background: transparent;
}
body.seeds-root div.autocomplete-deluxe-container.autocomplete-deluxe-multiple #autocomplete-deluxe-input.autocomplete-deluxe-multiple,
body div.autocomplete-deluxe-container.autocomplete-deluxe-multiple #autocomplete-deluxe-input.autocomplete-deluxe-multiple {
  width: 25px;
}
body.seeds-root div.autocomplete-deluxe-container input,
body div.autocomplete-deluxe-container input {
  margin: 0;
  background: none;
}
body.seeds-root .form-actions > *,
body .form-actions > * {
  margin-left: 0;
  margin-right: 1rem;
  float: left;
  display: block;
  border-radius: 0.25rem;
}
body.seeds-root .form-actions > *.action-link--danger,
body .form-actions > *.action-link--danger {
  padding: calc(0.5rem + 1px) 1.5rem;
  color: #ffffff;
  background-color: #cc3d3d;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
body.seeds-root .form-actions > *.action-link--danger:hover:before,
body .form-actions > *.action-link--danger:hover:before {
  background-image: url(../images/red-trash.svg);
}
body.seeds-root .form-actions > *.action-link--danger:before,
body .form-actions > *.action-link--danger:before {
  transition: 0.2s;
  background-image: url(../images/trash.svg);
}
body.seeds-root form .field-multiple-table .field-multiple-drag .tabledrag-handle,
body form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  margin: 0;
}
body.seeds-root .field--widget-entity-reference-paragraphs td,
body .field--widget-entity-reference-paragraphs td {
  padding: 0.75rem;
}
body.seeds-root .field--widget-entity-reference-paragraphs .form-text,
body.seeds-root .field--widget-entity-reference-paragraphs .form-url,
body .field--widget-entity-reference-paragraphs .form-text,
body .field--widget-entity-reference-paragraphs .form-url {
  width: 100%;
}
body.seeds-root .length-indicator,
body .length-indicator {
  margin: 0.75rem 0;
}
body.seeds-root .length-indicator .length-indicator__cursor,
body .length-indicator .length-indicator__cursor {
  border-bottom: 0.5rem solid #0036b1;
}
body.seeds-root .views-exposed-form__item--actions.views-exposed-form__item--actions .button,
body .views-exposed-form__item--actions.views-exposed-form__item--actions .button {
  height: auto;
  padding: 1rem 1.5rem;
}
body.seeds-root .cke.cke_chrome:hover,
body .cke.cke_chrome:hover {
  border: 1px solid #333333;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox {
  margin-left: 0;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .switch,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .switch {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 50px;
  margin: 0 5px -7px 0;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .switch input,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .switch input {
  display: none;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .slider,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .slider {
  background-color: #e5edff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .slider:before,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .slider:before {
  background-color: #ffffff;
  bottom: 4px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: 0.2s;
  width: 18px;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox input:checked + .slider,
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox input:checked + .field-suffix + .slider,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox input:checked + .slider,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox input:checked + .field-suffix + .slider {
  background-color: #0036b1;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox input:checked + .slider:before,
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox input:checked + .field-suffix + .slider:before,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox input:checked + .slider:before,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox input:checked + .field-suffix + .slider:before {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .slider.round,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .slider.round {
  border-radius: 3rem;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .slider.round:before,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox .slider.round:before {
  border-radius: 50%;
}
body.seeds-root :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox.form-item--disabled,
body :not(td):not(.views-field-media-library-select-form .field-content) > .form-type--checkbox.form-item--disabled {
  opacity: 0.5;
}
body.seeds-root .js-form-wrapper[data-drupal-selector=edit-node-bulk-form],
body .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] {
  display: flex;
  align-items: flex-end;
}
body.seeds-root .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] > .form-item--action,
body .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] > .form-item--action {
  margin-right: 1rem;
  margin-bottom: 0;
}
body.seeds-root .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] .form-actions,
body.seeds-root .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] .form-submit,
body .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] .form-actions,
body .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] .form-submit {
  margin: 0;
}
body.seeds-root .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] .form-submit,
body .js-form-wrapper[data-drupal-selector=edit-node-bulk-form] .form-submit {
  padding: 0.5rem 1.5rem;
}
body.seeds-root .views-exposed-form .views-exposed-form__item,
body .views-exposed-form .views-exposed-form__item {
  flex: 1;
}
body.seeds-root .views-exposed-form .views-exposed-form__item input:not(.form-submit),
body.seeds-root .views-exposed-form .views-exposed-form__item select,
body .views-exposed-form .views-exposed-form__item input:not(.form-submit),
body .views-exposed-form .views-exposed-form__item select {
  width: 100%;
}
body.seeds-root .views-exposed-form .views-exposed-form__item input:not(.form-submit):hover,
body.seeds-root .views-exposed-form .views-exposed-form__item select:hover,
body .views-exposed-form .views-exposed-form__item input:not(.form-submit):hover,
body .views-exposed-form .views-exposed-form__item select:hover {
  border-color: #333333;
}
body.seeds-root .views-exposed-form .views-exposed-form__item.views-exposed-form__item--actions,
body .views-exposed-form .views-exposed-form__item.views-exposed-form__item--actions {
  align-items: center;
}
@media (max-width: 1200px) {
  body.seeds-root .views-exposed-form .views-exposed-form__item.views-exposed-form__item--actions,
body .views-exposed-form .views-exposed-form__item.views-exposed-form__item--actions {
    flex-basis: 10%;
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.seeds-root .views-exposed-form .views-exposed-form__item.views-exposed-form__item--actions,
body .views-exposed-form .views-exposed-form__item.views-exposed-form__item--actions {
    flex-basis: 100%;
  }
}
body.seeds-root div.autocomplete-deluxe-container div.autocomplete-deluxe-throbber,
body div.autocomplete-deluxe-container div.autocomplete-deluxe-throbber {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 50%;
}
body.seeds-root .view .view-content form .views-bulk-actions,
body .view .view-content form .views-bulk-actions {
  padding: 2rem;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 4px rgba(0, 0, 0, 0.03), 0 5px 8px rgba(0, 0, 0, 0.04);
  border-radius: 0.75rem;
  flex-wrap: wrap;
}
body.seeds-root .view .view-content form .views-bulk-actions .js-views-bulk-actions-status,
body .view .view-content form .views-bulk-actions .js-views-bulk-actions-status {
  color: #333333;
  flex: 100%;
}
body.seeds-root .view .view-content form .views-bulk-actions .views-bulk-actions__item label,
body .view .view-content form .views-bulk-actions .views-bulk-actions__item label {
  display: none;
}
body.seeds-root form .button.js-form-submit,
body form .button.js-form-submit {
  color: #333333;
}
body.seeds-root form .button.button--primary,
body form .button.button--primary {
  color: #ffffff;
}
body.seeds-root form.search-form .form-type--search,
body form.search-form .form-type--search {
  margin-right: 0.75rem;
}
body.seeds-root form.search-admin-settings .form-item--search-type,
body form.search-admin-settings .form-item--search-type {
  margin-right: 0.75rem;
}
body.seeds-root form.system-modules .modules-table-filter,
body form.system-modules .modules-table-filter {
  margin-bottom: 1.5rem;
}
body.seeds-root form.system-clear-cache,
body form.system-clear-cache {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.seeds-root .views-exposed-form#views-exposed-form-user-admin-people-page-1 .views-exposed-form__item:first-child,
body .views-exposed-form#views-exposed-form-user-admin-people-page-1 .views-exposed-form__item:first-child {
    flex-basis: 10%;
  }
}
@media (max-width: 767px) {
  body.seeds-root .views-exposed-form .views-exposed-form__item,
body .views-exposed-form .views-exposed-form__item {
    flex: 100%;
  }
  body.seeds-root .form-actions .button#edit-submit, body.seeds-root .form-actions .button#edit-actions-submit, body.seeds-root .form-actions .button#edit-preview, body.seeds-root .form-actions .button.button--danger,
body .form-actions .button#edit-submit,
body .form-actions .button#edit-actions-submit,
body .form-actions .button#edit-preview,
body .form-actions .button.button--danger {
    font-size: 0 !important;
    width: 50px;
    height: 30px;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
  }
  body.seeds-root .form-actions .button#edit-submit, body.seeds-root .form-actions .button#edit-actions-submit,
body .form-actions .button#edit-submit,
body .form-actions .button#edit-actions-submit {
    background-image: url(../images/save-icon.svg);
  }
  body.seeds-root .form-actions .button#edit-preview,
body .form-actions .button#edit-preview {
    background-image: url(../images/preview-icon.svg);
  }
  body.seeds-root .form-actions .button.button--danger,
body .form-actions .button.button--danger {
    background-image: url(../images/delete-icon.svg);
  }
}
@media (max-width: 600px) {
  body.seeds-root .form-actions input,
body.seeds-root .form-wrapper input[type=submit],
body .form-actions input,
body .form-wrapper input[type=submit] {
    width: auto;
    margin-top: 0;
  }
  body.seeds-root #edit-cancel,
body #edit-cancel {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    height: 30px;
  }
}
.ck-link-form .ui-autocomplete.ui-widget-content {
  background-color: #ffffff;
}

body:not(.responsive-preview-frame) .ui-autocomplete.ui-menu {
  position: fixed;
  max-width: 500px;
  overflow-wrap: break-word;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1002 !important;
}

.tabs {
  box-shadow: none;
}

.tabs-wrapper,
.horizontal-tabs ul.horizontal-tabs-list {
  padding: 0 0.5rem;
  margin-left: -8px;
  margin-right: -8px;
}

.vertical-tabs__items {
  z-index: inherit;
}
.vertical-tabs .vertical-tabs__menu-link:hover {
  background-color: var(--color-white);
  box-shadow: var(--vertical-tabs-shadow);
}
.vertical-tabs .vertical-tabs__menu-link:hover::before {
  border-left: var(--vertical-tabs-menu-link--active-border-size) solid var(--vertical-tabs-menu-link--active-border-color);
  border-radius: var(--base-border-radius) 0 0 var(--base-border-radius);
}
.vertical-tabs .vertical-tabs__menu-link:focus::after {
  outline: 0;
  border-color: transparent;
}
.vertical-tabs .vertical-tabs__menu-link::before {
  background: transparent !important;
}

.tabs__link,
.claro-details__summary,
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a {
  color: #222330;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tabs__link strong,
.claro-details__summary strong,
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a strong {
  font-weight: inherit;
}

.tabs__link.is-active,
.claro-details__summary[aria-expanded=true],
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button.selected a {
  font-weight: 500;
}

.is-horizontal .tabs__link:hover, .is-horizontal .tabs__link:focus,
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a:hover,
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a:focus {
  color: #0036b1;
  background: #e5edff;
  box-shadow: unset;
}

.claro-details {
  color: #222330;
  border: 1px solid #222330;
  border-radius: 0.5rem;
  box-shadow: none;
}

.claro-details__summary::after {
  border-radius: 0.5rem;
}
.claro-details__summary:hover {
  color: #333333;
}

.is-horizontal .tabs--primary,
.is-horizontal .tabs--secondary,
.horizontal-tabs ul.horizontal-tabs-list {
  position: relative;
}
@media (min-width: 767px) {
  .is-horizontal .tabs--primary,
.is-horizontal .tabs--secondary,
.horizontal-tabs ul.horizontal-tabs-list {
    width: 100%;
    padding: 6px 0.5rem 1.5rem;
    margin-bottom: -1.5rem;
    overflow-x: auto;
  }
}
.is-horizontal .tabs--primary::after,
.is-horizontal .tabs--secondary::after,
.horizontal-tabs ul.horizontal-tabs-list::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: calc(100% + 4px);
  border-bottom: 1px solid #d4d4d8;
  transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 767px) {
  .is-horizontal .tabs--primary::after,
.is-horizontal .tabs--secondary::after,
.horizontal-tabs ul.horizontal-tabs-list::after {
    left: 4px;
    bottom: 24px;
    max-width: calc(100% - 16px);
  }
}
.is-horizontal .tabs--primary .tabs__tab,
.is-horizontal .tabs--primary .horizontal-tab-button,
.is-horizontal .tabs--secondary .tabs__tab,
.is-horizontal .tabs--secondary .horizontal-tab-button,
.horizontal-tabs ul.horizontal-tabs-list .tabs__tab,
.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button {
  position: relative;
}
.is-horizontal .tabs--primary .tabs__tab:focus-within::after,
.is-horizontal .tabs--primary .horizontal-tab-button:focus-within::after,
.is-horizontal .tabs--secondary .tabs__tab:focus-within::after,
.is-horizontal .tabs--secondary .horizontal-tab-button:focus-within::after,
.horizontal-tabs ul.horizontal-tabs-list .tabs__tab:focus-within::after,
.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button:focus-within::after {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(248, 250, 254);
  display: block;
  position: absolute;
  bottom: -0.25rem;
  left: -0.25rem;
  z-index: 3;
}
.is-horizontal .tabs--primary .horizontal-tab-button:focus-within::after,
.is-horizontal .tabs--secondary .horizontal-tab-button:focus-within::after,
.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button:focus-within::after {
  background: #fff;
}

.horizontal-tabs ul.horizontal-tabs-list::before {
  z-index: 1;
  background: #fff;
}
.horizontal-tabs ul.horizontal-tabs-list::after {
  left: 8px;
  max-width: calc(100% - 16px);
}

@media (min-width: 767px) {
  .is-horizontal .tabs--primary,
.is-horizontal .tabs--secondary {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 767px) {
  .tabs--primary {
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .is-horizontal .tabs--primary::after {
    border-bottom: 0 none;
  }
}
@media (max-width: 767px) {
  .is-horizontal .tabs--primary .tabs__tab {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d8;
  }
  .is-horizontal .tabs--primary .tabs__tab[data-original-order="0"] {
    border-bottom: none;
  }
}
@media (min-width: 767) {
  .is-horizontal .tabs--primary .tabs__tab:focus-within::after {
    display: none;
  }
}
.is-horizontal .tabs--primary .tabs__link {
  min-height: 4px;
  height: 100%;
}
.is-horizontal .tabs--primary .tabs__link:focus {
  box-shadow: unset !important;
  border-radius: 3rem !important;
  padding: 1rem 1.5rem;
}
@media (min-width: 767px) {
  .is-horizontal .tabs--primary .tabs__link {
    padding: 1rem 1.5rem;
    margin-right: 0.25em;
    min-height: 0;
    border-radius: 3rem;
  }
}
.is-horizontal .tabs--primary .tabs__link.is-active {
  color: #0036b1;
  background: #e5edff;
}
.is-horizontal .tabs--primary .tabs__link.is-active::before {
  display: none;
}

.tabs__trigger svg {
  stroke: #333333;
}

@media (min-width: 767px) {
  .is-horizontal .tabs--secondary {
    margin-top: 1rem !important;
  }
  .is-horizontal .tabs--secondary::before {
    width: 100%;
  }
}
.is-horizontal .tabs--secondary .tabs__link {
  min-height: 2.5rem;
  padding: 1rem 1.5rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.is-horizontal .tabs--secondary .tabs__tab:first-child .tabs__link {
  margin-left: 0.25rem;
}

.horizontal-tabs {
  position: static !important;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 0 none;
  margin-top: 1.5rem;
}
.horizontal-tabs ul.horizontal-tabs-list {
  background: none;
  border-right: 0 none !important;
  border-bottom: 0 none;
  overflow: hidden;
}
@media (min-width: 767px) {
  .horizontal-tabs ul.horizontal-tabs-list:after {
    left: 8px;
    max-width: calc(100% - 16px);
  }
}
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button {
  background: none;
  border-right: 0 none;
  border-bottom: 0 none;
}
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a {
  padding: 0.5rem 1rem 1rem;
  border-radius: 1rem 1rem 0 0;
}
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button a::before {
  content: "";
  display: block;
  position: absolute;
}
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button.selected a {
  color: #0036b1;
}
.horizontal-tabs ul.horizontal-tabs-list li.horizontal-tab-button.selected a::before {
  z-index: 1;
  border-left: none;
  border-right: none;
  border-bottom: 0.25rem solid #0036b1;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
}
.horizontal-tabs .horizontal-tabs {
  margin-top: 1rem;
}
.horizontal-tabs .horizontal-tabs-panes,
.horizontal-tabs [data-horizontal-tabs-panes] {
  width: 100%;
}
.horizontal-tabs .horizontal-tabs-pane {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.horizontal-tabs .horizontal-tabs-pane > .details-wrapper {
  margin: 0;
}
.horizontal-tabs .horizontal-tabs-pane > .details-wrapper > .claro-details__description {
  margin-top: 1rem;
}

.claro-details__description {
  color: #545560;
}

.claro-details__wrapper--accordion,
.claro-details__wrapper--accordion-item,
.claro-details__wrapper--vertical-tabs-item {
  border-top: 1px solid #d4d4d8;
  background: rgb(248, 250, 254);
}

.vertical-tabs__items {
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .vertical-tabs__items {
    border-top-left-radius: 0;
  }
}
.vertical-tabs__items .vertical-tabs__item {
  border-radius: 0;
}
@media (max-width: 1200px) {
  .vertical-tabs__items .vertical-tabs__item {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .vertical-tabs__items .vertical-tabs__item ~ .vertical-tabs__item {
    border-top-left-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .vertical-tabs__items .vertical-tabs__item .claro-details__summary {
    padding-left: 0.25rem;
  }
  .vertical-tabs__items .vertical-tabs__item .claro-details__summary::before {
    left: 0.5rem;
  }
}
.vertical-tabs__items .vertical-tabs__item .claro-details__wrapper {
  display: inline-block;
  width: 100%;
}
.vertical-tabs__menu-item::before, .vertical-tabs__menu-item::after {
  border-color: #d4d4d8;
}
.vertical-tabs__menu-link:hover, .vertical-tabs__menu-item.is-selected .vertical-tabs__menu-link:hover {
  color: #333333;
}
.vertical-tabs__menu-link:hover::before, .vertical-tabs__menu-item.is-selected .vertical-tabs__menu-link:hover::before {
  background: #333333;
}

[open] > .claro-details__summary--vertical-tabs-item:not(:focus):not(:active)::after,
[open] > .claro-details__summary--accordion-item:not(:focus):not(:active)::after {
  border-left-width: 0.375rem;
}

@media screen and (min-width: 85em) {
  html.js .vertical-tabs__item {
    overflow: visible;
    float: left;
    width: 100%;
  }
}
body.seeds-root .ui-dialog .ui-dialog-titlebar,
body .ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
}
body.seeds-root .ui-dialog-content,
body .ui-dialog-content {
  -webkit-overflow-scrolling: touch;
}
body.seeds-root .delete-confirmation-dialog,
body .delete-confirmation-dialog {
  border-radius: 0.75rem;
  overflow: hidden;
  text-align: center;
}
body.seeds-root .delete-confirmation-dialog .claro-details,
body .delete-confirmation-dialog .claro-details {
  text-align: left;
}
body.seeds-root .delete-confirmation-dialog .ui-dialog-titlebar-close,
body .delete-confirmation-dialog .ui-dialog-titlebar-close {
  top: 25px;
  right: 10px;
  margin: 0;
}
body.seeds-root .delete-confirmation-dialog .ui-dialog-titlebar,
body .delete-confirmation-dialog .ui-dialog-titlebar {
  background: #ffffff;
  color: #333333;
}
body.seeds-root .delete-confirmation-dialog .ui-dialog-titlebar:before,
body .delete-confirmation-dialog .ui-dialog-titlebar:before {
  content: "";
  background-image: url(../images/close.svg);
  width: 150px;
  height: 150px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1.5rem auto;
}
body.seeds-root .delete-confirmation-dialog .ui-dialog-buttonpane,
body .delete-confirmation-dialog .ui-dialog-buttonpane {
  background-color: #ffffff;
}
body.seeds-root .delete-confirmation-dialog .ui-dialog-buttonset,
body .delete-confirmation-dialog .ui-dialog-buttonset {
  justify-content: center;
}
body.seeds-root .delete-confirmation-dialog .ui-dialog-buttonset .button,
body .delete-confirmation-dialog .ui-dialog-buttonset .button {
  border-radius: 0.25rem;
  padding: 0.75rem 2rem;
}
body.seeds-root .delete-confirmation-dialog .ui-dialog-buttonset .button:not(.js-form-submit),
body .delete-confirmation-dialog .ui-dialog-buttonset .button:not(.js-form-submit) {
  background-color: #e5edff;
}

body.seeds-root .admin-list .admin-item__link:before,
body .admin-list .admin-item__link:before {
  background-image: url("../images/arrow.svg");
  height: 1.5rem;
}

body.seeds-root .breadcrumb,
body .breadcrumb {
  line-height: 1em;
  padding: 0.75rem 0;
  font-size: 12px;
  margin-top: 0.25rem;
}
body.seeds-root .breadcrumb li,
body .breadcrumb li {
  display: inline-block;
  overflow: hidden;
  padding: 0.25rem;
}
body.seeds-root .breadcrumb li:first-child,
body .breadcrumb li:first-child {
  padding-left: 0;
}
body.seeds-root .breadcrumb li:before,
body .breadcrumb li:before {
  padding: 0;
}
body.seeds-root .breadcrumb li a,
body .breadcrumb li a {
  font-weight: 400;
  display: inline-block;
}

body.seeds-root .messages {
  position: relative;
  padding: 1rem;
  border: 0.125rem solid transparent;
  border-radius: 0.75rem;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
body.seeds-root .messages, body.seeds-root .messages-list {
  margin-top: 0;
}
body.seeds-root .messages-list {
  margin-bottom: 0;
}
body.seeds-root .messages a, body.seeds-root .messages a:hover, body.seeds-root .messages a:active {
  font-weight: bold;
}
body.seeds-root .messages__title {
  font-weight: 600;
}
body.seeds-root .messages__title, body.seeds-root .messages__content {
  margin-left: 2rem;
}
body.seeds-root .messages .messages__header {
  position: relative;
  background-image: none;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
}
body.seeds-root .messages .messages__header:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
body.seeds-root .messages .button--dismiss {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.75rem;
  padding: 0;
  height: 29px;
  width: 29px;
  color: transparent;
  text-indent: -99999px;
  border-radius: 0.5rem;
  border-color: transparent !important;
  transition: 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: none;
  background: transparent;
}
body.seeds-root .messages .button--dismiss:hover:not(:focus) {
  color: transparent;
  background-color: transparent;
  border-color: #fff !important;
}
body.seeds-root .messages .button--dismiss:focus .icon-close, body.seeds-root .messages .button--dismiss:hover:focus .icon-close {
  background-color: #d4d4d8;
}
body.seeds-root .messages .button--dismiss .icon-close {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/icon-close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body.seeds-root .messages--webform .button--dismiss {
  display: none;
}
body.seeds-root .messages.messages--info {
  color: #122b3c;
  background-color: #122b3c;
  border-color: #122b3c;
}
body.seeds-root .messages.messages--info .button--dismiss .icon-close:link {
  background-color: rgba(18, 43, 60, 0.1);
}
body.seeds-root .messages.messages--status {
  color: #058260;
  background-color: #adebdb;
}
body.seeds-root .messages.messages--status .button--dismiss .icon-close:link {
  background-color: #058260;
}
body.seeds-root .messages.messages--status a {
  color: #058260;
}
body.seeds-root .messages.messages--warning {
  color: #d8b234;
  background-color: rgba(239, 207, 100, 0.1);
}
body.seeds-root .messages.messages--warning .button--dismiss .icon-close:link {
  background-color: #d8b234;
}
body.seeds-root .messages.messages--warning a {
  color: #d8b234;
}
body.seeds-root .messages--error {
  color: #cc3d3d;
  background-color: #fdd9d9;
}
body.seeds-root .messages--error .button--dismiss .icon-close:link {
  background-color: #cc3d3d;
}
body.seeds-root .messages--error a {
  color: #cc3d3d;
}

body.seeds-root .system-modules tr.even,
body.seeds-root .system-modules tr.odd,
body.seeds-root .locale-translation-status-form tr.even,
body.seeds-root .locale-translation-status-form tr.odd,
body .system-modules tr.even,
body .system-modules tr.odd,
body .locale-translation-status-form tr.even,
body .locale-translation-status-form tr.odd {
  background: #ffffff;
  border-bottom: 0.75rem solid #f2f2f2;
}
body.seeds-root .system-modules .checkbox .form-item,
body .system-modules .checkbox .form-item {
  padding: 0px 1rem;
}
body.seeds-root th.is-active > a,
body th.is-active > a {
  color: #0036b1;
}
body.seeds-root th.is-active > a:after,
body th.is-active > a:after {
  border-bottom-color: #0036b1;
}
body.seeds-root th a:hover,
body th a:hover {
  text-decoration: none;
}
body.seeds-root td > .form-item > select,
body td > .form-item > select {
  width: unset;
  min-height: 35px;
}
body.seeds-root td .dropbutton--extrasmall .dropbutton__item:first-of-type > *,
body td .dropbutton--extrasmall .dropbutton__item:first-of-type > * {
  font-size: 13px;
  line-height: 12px;
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}
body.seeds-root td .dropbutton--extrasmall .dropbutton__toggle,
body td .dropbutton--extrasmall .dropbutton__toggle {
  width: 24px;
  height: 24px;
}
body.seeds-root td .button.use-ajax,
body td .button.use-ajax {
  color: #333333;
}
body.seeds-root tr .image-style-new .js-form-item-new,
body tr .image-style-new .js-form-item-new {
  margin-right: 0.75rem;
}

body.seeds-root .media-library-widget .media-library-selection .media-library-item__remove.button:first-child,
body.seeds-root .media-library-widget .media-library-selection .media-library-edit__link,
body .media-library-widget .media-library-selection .media-library-item__remove.button:first-child,
body .media-library-widget .media-library-selection .media-library-edit__link {
  background-position: center center !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  width: 38px;
  height: 38px;
  border: 0;
  outline: 0;
  top: 10px;
  margin: 5px;
  position: absolute;
  border-radius: 50%;
  font-size: 0;
}
body.seeds-root .media-library-widget .media-library-selection .media-library-item__remove.button:first-child[disabled],
body.seeds-root .media-library-widget .media-library-selection .media-library-edit__link[disabled],
body .media-library-widget .media-library-selection .media-library-item__remove.button:first-child[disabled],
body .media-library-widget .media-library-selection .media-library-edit__link[disabled] {
  background-color: #333333;
}
body.seeds-root .media-library-widget .media-library-selection .media-library-item__remove.button:first-child,
body .media-library-widget .media-library-selection .media-library-item__remove.button:first-child {
  background-image: url(../images/remove-icon.svg) !important;
  right: 10px;
}
body.seeds-root .media-library-widget .media-library-selection .media-library-edit__link,
body .media-library-widget .media-library-selection .media-library-edit__link {
  background-image: url(../images/pencil-icon.svg) !important;
  left: 10px;
  border-radius: 50%;
  padding: 0;
  z-index: 1;
}
body.seeds-root .media-library-widget .media-library-selection .ajax-progress,
body .media-library-widget .media-library-selection .ajax-progress {
  display: none;
}
body.seeds-root .media-library-widget .media-library-selection .media-library-item__preview,
body .media-library-widget .media-library-selection .media-library-item__preview {
  padding-bottom: 0;
}
body.seeds-root .media-library-widget .media-library-selection .media-library-item__attributes,
body .media-library-widget .media-library-selection .media-library-item__attributes {
  position: relative;
}
@media (max-width: 575px) {
  body.seeds-root .media-library-widget .js-media-library-widget-toggle-weight,
body .media-library-widget .js-media-library-widget-toggle-weight {
    position: static;
  }
  body.seeds-root .media-library-widget .js-media-library-selection > .media-library-item--grid,
body .media-library-widget .js-media-library-selection > .media-library-item--grid {
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  body.seeds-root .media-library-views-form__rows > .media-library-item,
body .media-library-views-form__rows > .media-library-item {
    flex-basis: 100%;
  }
}

.region-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
  padding: 0;
  width: 100%;
  background: rgb(248, 250, 254);
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1200px) {
  .region-sticky {
    top: -1px;
    width: 100%;
    padding: 0.75rem 0;
  }
  .region-sticky-watcher {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    height: 0;
  }
  .region-sticky--is-sticky {
    opacity: 0.95;
    background: rgb(248, 250, 254);
    box-shadow: 0 10px 20px -16px rgba(0, 0, 0, 0.4);
  }
  @supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
    .region-sticky--is-sticky {
      opacity: 0.999;
      background: rgba(248, 250, 254, 0.8);
      -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px);
    }
  }
  .toolbar--vertical .region-sticky, .toolbar-horizontal .region-sticky, .classic-toolbar .region-sticky {
    top: 39px;
  }
}
.region-sticky__items {
  display: flex;
  align-items: center;
}
.region-sticky__items__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.region-sticky__items__inner .region-header {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  margin-right: 16px;
}
.region-sticky__items__inner .local-actions {
  margin: 0;
}
.region-sticky__items__inner .local-actions a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.region-sticky__items .block-page-title-block {
  flex-grow: 1;
  align-self: center;
  display: flex;
  margin: 0;
  min-width: 0;
}
.region-sticky__items .block-page-title-block .page-title {
  align-self: center;
  margin: 0;
  font-size: 28px;
  padding: 0.75rem 0;
  transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}
.region-sticky--is-sticky .region-sticky__items .block-page-title-block .page-title {
  font-size: 22px;
}