/*
 * PA Gold UI/UX release candidate.
 * Camada pós-migração isolada e reversível. Não altera regras de negócio.
 */

:root {
  --pagold-uiux-touch: 44px;
  --pagold-uiux-gap: clamp(0.75rem, 1.35vw, 1.25rem);
  --pagold-uiux-panel: clamp(24rem, 28vw, 30rem);
}

html[data-pagold-uiux="release"] *:focus-visible {
  outline: 3px solid var(--pagold-gold) !important;
  outline-offset: 2px;
}

html[data-pagold-uiux="release"] button,
html[data-pagold-uiux="release"] .btn,
html[data-pagold-uiux="release"] [role="button"] {
  min-height: var(--pagold-uiux-touch);
}

/* Login compacto: cabe em notebooks com pouca altura sem sacrificar o mobile. */
html[data-pagold-uiux="release"]:has(body.pagold-login-page),
html[data-pagold-uiux="release"] body.pagold-login-page {
  height: 100%;
  min-height: 100dvh;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-canvas {
  min-height: 100dvh !important;
  padding: clamp(0.8rem, 2.3dvh, 1.75rem) clamp(1rem, 3vw, 2rem) !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-shell,
html[data-pagold-uiux="release"] body.pagold-login-page .container-tight.pagold-login-shell {
  width: min(100%, 32.5rem) !important;
  max-width: 32.5rem !important;
  min-width: 0 !important;
}

/* Impede que o tamanho mínimo intrínseco do formulário force rolagem com zoom alto. */
html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-brand,
html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card,
html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card .card-body,
html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card form,
html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-footer,
html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card .row,
html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card [class*="col-"] {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-brand {
  margin-bottom: clamp(0.55rem, 1.8dvh, 1rem) !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-logo,
html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-logo-runtime {
  width: min(16.25rem, 65vw) !important;
  max-width: 16.25rem !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-kicker {
  margin-top: 0.4rem !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card.card,
html[data-pagold-uiux="release"] body.pagold-login-page .container-tight.pagold-login-shell .pagold-login-card.card-md {
  width: 100% !important;
  max-width: 32.5rem !important;
  border-radius: 1.25rem !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card .card-body {
  padding: clamp(1.25rem, 3dvh, 2rem) clamp(1.35rem, 4vw, 2.4rem) !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card form {
  width: 100% !important;
  max-width: 27rem !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .mb-3 {
  margin-bottom: clamp(0.65rem, 1.7dvh, 1rem) !important;
}

html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-footer {
  margin-top: clamp(0.55rem, 1.6dvh, 1rem) !important;
}

@media (min-width: 521px) and (max-height: 760px) {
  html[data-pagold-uiux="release"] body.pagold-login-page {
    overflow: hidden !important;
  }

  html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-logo,
  html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-logo-runtime {
    width: min(13.5rem, 52vw) !important;
  }

  html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-card .card-body {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  html[data-pagold-uiux="release"] body.pagold-login-page .form-control,
  html[data-pagold-uiux="release"] body.pagold-login-page .form-select,
  html[data-pagold-uiux="release"] body.pagold-login-page .select2-selection {
    min-height: 42px !important;
  }
}

@media (max-width: 520px) {
  html[data-pagold-uiux="release"] body.pagold-login-page {
    overflow-y: auto !important;
  }

  html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-canvas {
    align-items: start !important;
    padding: 1rem 0.85rem !important;
  }

  html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-logo,
  html[data-pagold-uiux="release"] body.pagold-login-page .pagold-login-logo-runtime {
    width: min(13.5rem, 62vw) !important;
  }
}

/* Cabeçalho: grupos flexíveis não podem invadir pesquisa ou menu do usuário. */
html[data-pagold-uiux="release"] body:not(.welcome-anonymous) > .page .navbar,
html[data-pagold-uiux="release"] body:not(.welcome-anonymous) .page > header.navbar {
  min-height: 4rem;
}

html[data-pagold-uiux="release"] body:not(.welcome-anonymous) .navbar .container-fluid,
html[data-pagold-uiux="release"] body:not(.welcome-anonymous) .navbar .container-xl {
  display: flex;
  gap: 0.6rem;
  min-width: 0;
}

html[data-pagold-uiux="release"] body:not(.welcome-anonymous) .navbar .navbar-nav,
html[data-pagold-uiux="release"] body:not(.welcome-anonymous) .navbar .d-flex {
  min-width: 0;
}

html[data-pagold-uiux="release"] body:not(.welcome-anonymous) .navbar .search-input,
html[data-pagold-uiux="release"] body:not(.welcome-anonymous) .navbar form[role="search"] {
  flex: 0 1 18rem;
  min-width: 8rem;
}

/* Menu recolhido: preserva ícones, alvo de toque e submenus nativos. */
html[data-pagold-uiux="release"] .navbar-vertical.navbar-collapsed .navbar-brand,
html[data-pagold-uiux="release"] body.navbar-collapsed .navbar-vertical .navbar-brand,
html[data-pagold-uiux="release"] .sidebar.navbar-collapsed .navbar-brand {
  min-width: 0 !important;
  justify-content: center;
}

html[data-pagold-uiux="release"] .navbar-vertical.navbar-collapsed .nav-link,
html[data-pagold-uiux="release"] body.navbar-collapsed .navbar-vertical .nav-link,
html[data-pagold-uiux="release"] .sidebar.navbar-collapsed .nav-link {
  justify-content: center;
  min-width: var(--pagold-uiux-touch);
  min-height: var(--pagold-uiux-touch);
  padding-inline: 0.65rem !important;
}

html[data-pagold-uiux="release"] .navbar-vertical.navbar-collapsed .nav-link-icon,
html[data-pagold-uiux="release"] body.navbar-collapsed .navbar-vertical .nav-link-icon,
html[data-pagold-uiux="release"] .sidebar.navbar-collapsed .nav-link-icon {
  margin: 0 !important;
}

/* Tela técnica: conteúdo principal ganha prioridade; propriedades ficam recolhíveis. */
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .page-body {
  padding: clamp(0.6rem, 1.3vw, 1.1rem) !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .page-body > .container-xl,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .page-body > .container-fluid {
  max-width: none !important;
  padding-inline: 0 !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-object {
  gap: var(--pagold-uiux-gap) !important;
  align-items: stretch !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-left-side {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  padding: 0 !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page.pagold-properties-collapsed .itil-left-side {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
}

/* As abas nativas deixam de formar uma coluna fixa e viram uma faixa compacta. */
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-tabs.vertical {
  display: block !important;
  min-width: 0 !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-tabs.vertical > [role="tablist"] {
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 0.35rem;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 0.6rem !important;
  padding: 0.35rem !important;
  overflow-x: auto;
  scrollbar-width: thin;
  border: 1px solid rgba(8, 77, 110, 0.12) !important;
  border-radius: 0.9rem !important;
  background: rgba(238, 245, 248, 0.84) !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-tabs.vertical > [role="tablist"] .nav-item {
  flex: 0 0 auto !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-tabs.vertical > [role="tablist"] .nav-link {
  min-height: 2.45rem !important;
  padding: 0.55rem 0.75rem !important;
  white-space: nowrap;
  border: 1px solid transparent !important;
  border-radius: 0.7rem !important;
  color: var(--pagold-blue-deep) !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-tabs.vertical > [role="tablist"] .nav-link.active {
  border-color: rgba(255, 194, 17, 0.65) !important;
  background: rgba(255, 194, 17, 0.18) !important;
  box-shadow: inset 3px 0 0 var(--pagold-gold);
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-tabs.vertical > .tab-content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  border-left: 1px solid rgba(8, 77, 110, 0.1) !important;
  border-radius: 1rem !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side {
  width: var(--pagold-uiux-panel) !important;
  min-width: var(--pagold-uiux-panel) !important;
  max-width: var(--pagold-uiux-panel) !important;
  flex: 0 0 var(--pagold-uiux-panel) !important;
  overflow-x: clip !important;
  transition: width 180ms ease, min-width 180ms ease, opacity 160ms ease;
}

/* O painel nativo usa colunas Bootstrap e Select2 com largura intrínseca.
 * Limitar os descendentes evita campos cortados e rolagem horizontal. */
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side form,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .accordion,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .accordion-item,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .accordion-body,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .row,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side [class*="col-"],
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .select2-container,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .form-control,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .form-select {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .select2-container,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .form-control,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .form-select {
  width: 100% !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .accordion-body.row {
  margin-inline: 0 !important;
  overflow-x: clip !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page.pagold-properties-collapsed .itil-right-side {
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
  opacity: 0;
  pointer-events: none;
}

.pagold-properties-toggle {
  position: static;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: var(--pagold-uiux-touch);
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(8, 77, 110, 0.28);
  border-radius: 999px;
  color: var(--pagold-blue-deep);
  background: #fff;
  box-shadow: none;
  font-weight: 800;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .navigationheader {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
  min-height: 3.25rem;
  padding: 0.55rem 0.75rem !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .navigationheader > :first-child {
  min-width: 0;
  flex: 1 1 24rem;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .pagold-response-mode-hint {
  display: inline-flex;
  width: auto !important;
  min-width: 0 !important;
  height: 2.25rem !important;
  align-items: center;
  align-self: center;
  flex: 0 0 auto !important;
  min-height: 2.25rem;
  aspect-ratio: auto !important;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(34, 151, 92, 0.3);
  border-radius: 999px;
  color: #12633c;
  background: rgba(54, 202, 128, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .dropdown-item.pagold-action-public {
  border-left: 4px solid #2fbd72;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .dropdown-item.pagold-action-internal {
  border-left: 4px solid #f2b51d;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .dropdown-item.pagold-action-task {
  border-left: 4px solid #42bddd;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .dropdown-item.pagold-action-solution {
  border-left: 4px solid #2d8c58;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .timeline-content,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .timeline-item,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itilfollowup,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itiltask {
  max-width: none !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .tox-tinymce,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page textarea.form-control {
  min-height: clamp(11rem, 28dvh, 19rem) !important;
}

/* Interações em fluxo vertical: conteúdo primeiro, metadados logo abaixo. */
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itilfollowup form > .row,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itiltask form > .row {
  row-gap: 0.75rem;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itilfollowup form > .row > [class*="col-xl-"],
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itiltask form > .row > [class*="col-xl-"] {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-inline: 0.5rem !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itilfollowup form .tox-tinymce,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itiltask form .tox-tinymce {
  width: 100% !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-footer,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .form-buttons,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-footer .btn,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .form-buttons .btn {
  position: static !important;
  margin: 0 !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .timeline-buttons,
html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .main-actions {
  min-height: 0 !important;
  align-items: center !important;
}

html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .answer-action {
  width: auto !important;
  min-width: 9rem !important;
  height: auto !important;
  min-height: 3rem !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  aspect-ratio: auto !important;
  padding: 0.7rem 1rem !important;
}

@media (max-width: 1439px) {
  html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-object {
    display: block !important;
  }

  html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-top: var(--pagold-uiux-gap);
    overflow-x: clip !important;
  }

  html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-right-side .accordion-body.row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  html[data-pagold-uiux="release"] body.pagold-tech-ticket-page.pagold-properties-collapsed .itil-right-side {
    display: none !important;
  }

  html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-left-side {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media (min-width: 1440px) {
  html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .itil-left-side {
    width: calc(100% - var(--pagold-uiux-panel) - var(--pagold-uiux-gap)) !important;
  }
}

/* Portal, abertura customizada e Formcreator: ritmo e leitura consistentes. */
html[data-pagold-uiux="release"] body.pagold-selfservice-page .page-body,
html[data-pagold-uiux="release"] body.pagold-dedicated-form-page .page-body,
html[data-pagold-uiux="release"] body.pagold-formcreator-page .page-body {
  padding: clamp(0.75rem, 2vw, 1.5rem) !important;
}

html[data-pagold-uiux="release"] body.pagold-selfservice-page .card,
html[data-pagold-uiux="release"] body.pagold-dedicated-form-page .card,
html[data-pagold-uiux="release"] body.pagold-formcreator-page .card {
  scroll-margin-top: 5rem;
}

/* O Formcreator legado calcula a tabela pela viewport, não pelo contêiner do portal. */
html[data-pagold-uiux="release"] body.pagold-selfservice-page main.legacy,
html[data-pagold-uiux="release"] body.pagold-selfservice-page #plugin_formcreatorHomepageForms,
html[data-pagold-uiux="release"] body.pagold-selfservice-page #plugin_formcreatorHomepageForms tbody,
html[data-pagold-uiux="release"] body.pagold-selfservice-page #plugin_formcreatorHomepageForms tr,
html[data-pagold-uiux="release"] body.pagold-selfservice-page #plugin_formcreatorHomepageForms th,
html[data-pagold-uiux="release"] body.pagold-selfservice-page #plugin_formcreatorHomepageForms td {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

html[data-pagold-uiux="release"] body.pagold-selfservice-page #plugin_formcreatorHomepageForms {
  table-layout: fixed !important;
}

html[data-pagold-uiux="release"] body.pagold-selfservice-page #plugin_formcreatorHomepageForms a {
  display: inline !important;
  max-width: 100% !important;
  overflow-wrap: anywhere;
}

/* Regras visuais de tabelas não podem reativar estruturas auxiliares ocultas. */
html[data-pagold-uiux="release"] body .visually-hidden,
html[data-pagold-uiux="release"] body table.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  max-width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html[data-pagold-uiux="release"] body.pagold-selfservice-page table.central.visually-hidden *,
html[data-pagold-uiux="release"] body.pagold-selfservice-page table.central.visually-hidden #plugin_formcreatorHomepageForms {
  width: 1px !important;
  min-width: 0 !important;
  max-width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

html[data-pagold-uiux="release"] body.pagold-formcreator-page input,
html[data-pagold-uiux="release"] body.pagold-formcreator-page select,
html[data-pagold-uiux="release"] body.pagold-formcreator-page textarea,
html[data-pagold-uiux="release"] body.pagold-dedicated-form-page input,
html[data-pagold-uiux="release"] body.pagold-dedicated-form-page select,
html[data-pagold-uiux="release"] body.pagold-dedicated-form-page textarea {
  min-height: var(--pagold-uiux-touch);
}

@media (max-width: 767px) {
  html[data-pagold-uiux="release"] body:not(.welcome-anonymous) .page-body {
    padding-inline: 0.6rem !important;
  }

  html[data-pagold-uiux="release"] body.pagold-selfservice-page .page,
  html[data-pagold-uiux="release"] body.pagold-selfservice-page .page-wrapper,
  html[data-pagold-uiux="release"] body.pagold-selfservice-page .page-body,
  html[data-pagold-uiux="release"] body.pagold-selfservice-page .container,
  html[data-pagold-uiux="release"] body.pagold-selfservice-page .container-fluid,
  html[data-pagold-uiux="release"] body.pagold-selfservice-page .container-xl,
  html[data-pagold-uiux="release"] body.pagold-selfservice-page main {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html[data-pagold-uiux="release"] body.pagold-tech-ticket-page .tox-tinymce,
  html[data-pagold-uiux="release"] body.pagold-tech-ticket-page textarea.form-control {
    min-height: 10rem !important;
  }
}

html[data-pagold-theme="dark"][data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-tabs.vertical > [role="tablist"] {
  border-color: rgba(153, 206, 232, 0.2) !important;
  background: rgba(7, 43, 61, 0.86) !important;
}

html[data-pagold-theme="dark"][data-pagold-uiux="release"] body.pagold-tech-ticket-page .card-tabs.vertical > [role="tablist"] .nav-link,
html[data-pagold-theme="dark"][data-pagold-uiux="release"] body.pagold-tech-ticket-page .pagold-properties-toggle {
  color: #eef9ff !important;
  background: #0b3448 !important;
}

@media (prefers-reduced-motion: reduce) {
  html[data-pagold-uiux="release"] *,
  html[data-pagold-uiux="release"] *::before,
  html[data-pagold-uiux="release"] *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

