/* line 6, app/assets/stylesheets/admin/select_button.scss */
.select-button {
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 34px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.15s ease;
}

/* line 22, app/assets/stylesheets/admin/select_button.scss */
.select-button:hover {
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 27, app/assets/stylesheets/admin/select_button.scss */
.select-button.select-button-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 32, app/assets/stylesheets/admin/select_button.scss */
.select-button.select-button-light:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 37, app/assets/stylesheets/admin/select_button.scss */
.select-button.select-button-light .select-button-chevron {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent;
}

/* line 44, app/assets/stylesheets/admin/select_button.scss */
.select-button.select-button-grey {
  color: #777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 48, app/assets/stylesheets/admin/select_button.scss */
.select-button.select-button-grey:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

/* line 52, app/assets/stylesheets/admin/select_button.scss */
.select-button.select-button-grey .select-button-chevron {
  border-color: #777 transparent transparent;
}

/* line 58, app/assets/stylesheets/admin/select_button.scss */
.select-button-label {
  flex: 1;
  text-align: left;
}

/* line 64, app/assets/stylesheets/admin/select_button.scss */
.select-button-chevron {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #a8a8a8 transparent transparent;
}
/* line 5, app/assets/stylesheets/admin/flyout.scss */
.flyout {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 200;
  padding: 0;
  margin-top: 4px;
}

/* line 18, app/assets/stylesheets/admin/flyout.scss */
.flyout.open {
  display: block;
}

/* line 23, app/assets/stylesheets/admin/flyout.scss */
.flyout.flyout-up {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 4px;
}

/* line 30, app/assets/stylesheets/admin/flyout.scss */
.flyout > a:first-child, .flyout > :first-child a {
  border-radius: 4px 4px 0 0;
}

/* line 34, app/assets/stylesheets/admin/flyout.scss */
.flyout > a:last-child, .flyout > :last-child a {
  border-radius: 0 0 4px 4px;
}

/* line 38, app/assets/stylesheets/admin/flyout.scss */
.flyout > a:only-child, .flyout > :only-child a {
  border-radius: 4px;
}
/* line 13, app/assets/stylesheets/shared/_modal.scss */
#modals {
  position: relative;
  z-index: 5000;
}

/* line 18, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay,
.confirm {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* line 30, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal,
.confirm .modal {
  max-width: 640px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 43, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .center .button,
.modal-overlay .actions .button,
.confirm .center .button,
.confirm .actions .button {
  margin: 0 8px;
}

/* line 48, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-header,
.confirm .modal-header {
  background: linear-gradient(180deg, #255DBA, #3585D8);
  height: 50px;
  padding: 0 22px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin: 0;
  color: #fff;
  font-size: 1.3em;
}

/* line 67, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-header > h1, .modal-overlay .modal-header > h2, .modal-overlay .modal-header > h3, .modal-overlay .modal-header > span,
.confirm .modal-header > h1,
.confirm .modal-header > h2,
.confirm .modal-header > h3,
.confirm .modal-header > span {
  font-size: inherit;
  margin: 0;
  color: inherit;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 79, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .toggle-modal-close,
.confirm .toggle-modal-close {
  background: none;
  border: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.85;
}

/* line 95, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .toggle-modal-close:hover,
.confirm .toggle-modal-close:hover {
  opacity: 1;
}

/* line 101, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-body .form-actions,
.confirm .modal-body .form-actions {
  justify-content: center;
}

/* line 107, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-body:has(.modal-spinner),
.confirm .modal-body:has(.modal-spinner) {
  min-height: 200px;
}

/* line 111, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-spinner,
.confirm .modal-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

/* line 118, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-spinner-circle,
.confirm .modal-spinner-circle {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #255DBA;
  border-radius: 50%;
  animation: modal-spin 0.6s linear infinite;
}

/* line 127, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-body,
.confirm .modal-body {
  overflow-y: auto;
  padding: 22px 22px 24px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

/* line 135, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-body > :first-child,
.confirm .modal-body > :first-child {
  margin-top: 0;
}

/* line 139, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-body .stats li .label,
.confirm .modal-body .stats li .label {
  max-width: none;
  width: auto;
}

/* line 143, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-body .stats .png,
.confirm .modal-body .stats .png {
  max-width: 180px;
  height: auto;
}

/* line 152, app/assets/stylesheets/shared/_modal.scss */
.modal-overlay .modal-footer,
.confirm .modal-footer {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 0 0 10px 10px;
}

@keyframes modal-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 399px) {
  /* line 171, app/assets/stylesheets/shared/_modal.scss */
  .modal-overlay {
    padding: 0;
    align-items: flex-start;
  }
  /* line 175, app/assets/stylesheets/shared/_modal.scss */
  .modal-overlay .modal {
    max-width: none;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }
  /* line 182, app/assets/stylesheets/shared/_modal.scss */
  .modal-overlay .modal-header {
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }
}

/* line 190, app/assets/stylesheets/shared/_modal.scss */
.newsletter-modal__intro {
  margin: 0 0 20px;
  line-height: 1.6;
  font-style: italic;
}

/* line 8, app/assets/stylesheets/admin/modal.scss */
.mediafile-manager-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* line 20, app/assets/stylesheets/admin/modal.scss */
.mediafile-manager-modal.active {
  display: flex;
}
/* line 8, app/assets/stylesheets/admin/footer_bar.scss */
.footer-bar {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 14px 25px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 20, app/assets/stylesheets/admin/footer_bar.scss */
.footer-bar-left {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--footer-text-color, #777);
}

/* line 29, app/assets/stylesheets/admin/footer_bar.scss */
.footer-bar-left .footer-copyright {
  font-weight: 400;
  font-style: normal;
}

/* line 35, app/assets/stylesheets/admin/footer_bar.scss */
.footer-bar-left .footer-sep {
  color: color-mix(in oklab, var(--footer-text-color, #777) 50%, transparent);
}

/* line 43, app/assets/stylesheets/admin/footer_bar.scss */
.footer-bar-left .footer-link {
  font-weight: 400;
  font-style: normal;
  color: var(--footer-link-color, #255DBA);
  text-decoration: none;
}

/* line 48, app/assets/stylesheets/admin/footer_bar.scss */
.footer-bar-left .footer-link:hover {
  text-decoration: underline;
}

/* line 52, app/assets/stylesheets/admin/footer_bar.scss */
.footer-bar-right {
  display: flex;
  align-items: center;
}

/* line 60, app/assets/stylesheets/admin/footer_bar.scss */
body.no-scroll {
  overflow: hidden;
}

/* line 68, app/assets/stylesheets/admin/footer_bar.scss */
.footer-lang-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 73, app/assets/stylesheets/admin/footer_bar.scss */
.footer-lang-links a {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: var(--footer-text-color, #777);
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 3px;
}

/* line 81, app/assets/stylesheets/admin/footer_bar.scss */
.footer-lang-links a:hover {
  color: var(--font-color, #3D3C3B);
}

/* line 85, app/assets/stylesheets/admin/footer_bar.scss */
.footer-lang-links a.current {
  font-weight: 700;
  color: var(--font-color, #3D3C3B);
}

/* line 91, app/assets/stylesheets/admin/footer_bar.scss */
.footer-lang-links .separator {
  color: color-mix(in oklab, var(--font-color, #3D3C3B) 30%, transparent);
  font-size: 11px;
}
/* line 9, app/assets/stylesheets/shared/language_picker.scss */
.language-picker {
  position: relative;
}

/* line 15, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: var(--font-color, rgba(0, 0, 0, 0.8));
  appearance: none;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-trigger:hover {
  border-color: rgba(0, 0, 0, 0.35);
  color: var(--footer-link-color, currentColor);
}

/* line 39, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-label {
  text-align: left;
}

/* line 44, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-chevron {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: currentColor transparent transparent;
}

/* line 55, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-menu {
  display: none;
  flex-direction: column;
  max-height: min(60vh, 380px);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  width: max-content;
  transform: translateX(-50%);
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  padding: 4px;
  overflow: hidden;
  z-index: 200;
}

/* line 85, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-menu.open {
  display: flex;
}

/* line 92, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

/* line 100, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-filter {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 6px 10px;
  font-size: 14px;
  color: var(--font-color, rgba(0, 0, 0, 0.8));
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  outline: none;
}

/* line 113, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-filter::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 118, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-empty {
  padding: 8px 10px;
  font-size: 14px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

/* line 125, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-option {
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: var(--font-color, rgba(0, 0, 0, 0.8));
  background: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

/* line 141, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-option:hover {
  background: color-mix(in oklab, var(--font-color, #222) 8%, transparent);
}

/* line 151, app/assets/stylesheets/shared/language_picker.scss */
.language-picker-option.current {
  color: var(--action-color, #255DBA);
  font-weight: 600;
}
