/* Tabok — EGYETLEN forrás minden oldalra. Oldalonként NE írjuk felül.
   Inaktív: szürke felirat, átlátszó háttér.
   Aktív: praxis kitöltés + fehér felirat. */

html .pb-tabs-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

html .pb-tabs-row .pb-tabs {
  margin: 0 !important;
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
}

html .pb-tabs-archive-form {
  flex: 0 0 auto;
  margin-left: auto;
}

html .pb-tabs form {
  display: contents;
}

html .pb-tabs,
html.dl-modern-design .pb-tabs,
html.dl-modern-design.dl-modern-design--elegant .pb-tabs,
html.dl-modern-design.dl-modern-design--clean .pb-tabs,
html .tele-side-tabs,
html .sr-rogzitett-tab-bar,
html .fog-mode-tab-bar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  gap: 0 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  width: 100%;
  box-sizing: border-box;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  border-bottom: 2px solid var(--dl-border-subtle, rgba(0, 0, 0, 0.12)) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html button.pb-tab-btn,
html a.pb-tab-btn,
html .pb-tab-btn,
html.dl-modern-design button.pb-tab-btn,
html.dl-modern-design a.pb-tab-btn,
html.dl-modern-design body button.pb-tab-btn,
html.dl-modern-design body a.pb-tab-btn,
html button.tele-side-tabs__btn,
html .tele-side-tabs__btn,
html.dl-modern-design button.tele-side-tabs__btn,
html button.kezeles-tab-btn,
html .kezeles-tab-btn,
html.dl-modern-design button.kezeles-tab-btn,
html button.bno-mode-tab-btn,
html .bno-mode-tab-btn,
html button.sr-rogzitett-tab,
html .sr-rogzitett-tab,
html.dl-modern-design button.sr-rogzitett-tab,
html button.fog-tab-btn,
html .fog-tab-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  margin: 0 2px -3px 0 !important;
  padding: 10px 14px !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 8px 8px 0 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #5c6b7a !important;
  -webkit-text-fill-color: #5c6b7a !important;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease !important;
  filter: none !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: none !important;
  overflow: visible !important;
}

html button.pb-tab-btn::before,
html .pb-tab-btn::before,
html.dl-modern-design button.pb-tab-btn::before,
html.dl-modern-design .pb-tab-btn:hover::before,
html button.tele-side-tabs__btn::before,
html.dl-modern-design button.tele-side-tabs__btn::before,
html button.kezeles-tab-btn::before,
html button.sr-rogzitett-tab::before,
html button.fog-tab-btn::before,
html button.bno-mode-tab-btn::before {
  content: none !important;
  display: none !important;
}

html button.pb-tab-btn:hover,
html a.pb-tab-btn:hover,
html .pb-tab-btn:hover,
html.dl-modern-design button.pb-tab-btn:hover,
html.dl-modern-design a.pb-tab-btn:hover,
html button.tele-side-tabs__btn:hover,
html .tele-side-tabs__btn:hover,
html.dl-modern-design button.tele-side-tabs__btn:hover,
html button.kezeles-tab-btn:hover,
html button.bno-mode-tab-btn:hover,
html button.sr-rogzitett-tab:hover,
html button.fog-tab-btn:hover {
  background: color-mix(in srgb, var(--dl-bg-button, #3aa2b2) 10%, transparent) !important;
  background-color: color-mix(in srgb, var(--dl-bg-button, #3aa2b2) 10%, transparent) !important;
  background-image: none !important;
  color: var(--dl-bg-button, #3aa2b2) !important;
  -webkit-text-fill-color: var(--dl-bg-button, #3aa2b2) !important;
  border-bottom-color: color-mix(in srgb, var(--dl-bg-button, #3aa2b2) 45%, transparent) !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
}

html button.pb-tab-btn.pb-tab-btn--active,
html a.pb-tab-btn.pb-tab-btn--active,
html .pb-tab-btn.pb-tab-btn--active,
html.dl-modern-design button.pb-tab-btn.pb-tab-btn--active,
html.dl-modern-design a.pb-tab-btn.pb-tab-btn--active,
html.dl-modern-design.dl-modern-design--elegant button.pb-tab-btn.pb-tab-btn--active,
html.dl-modern-design.dl-modern-design--clean button.pb-tab-btn.pb-tab-btn--active,
html button.tele-side-tabs__btn.is-active,
html .tele-side-tabs__btn.is-active,
html button.tele-side-tabs__btn[aria-selected="true"],
html.dl-modern-design button.tele-side-tabs__btn.is-active,
html button.sr-rogzitett-tab.is-active,
html button.sr-rogzitett-tab[aria-selected="true"],
html button.fog-tab-btn.active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: var(--dl-bg-button, #3aa2b2) !important;
  background-color: var(--dl-bg-button, #3aa2b2) !important;
  background-image: none !important;
  border-bottom-color: var(--dl-bg-button, #3aa2b2) !important;
  box-shadow: none !important;
}
html button.pb-tab-btn.pb-tab-btn--active:hover,
html a.pb-tab-btn.pb-tab-btn--active:hover,
html .pb-tab-btn.pb-tab-btn--active:hover,
html button.tele-side-tabs__btn.is-active:hover,
html button.sr-rogzitett-tab.is-active:hover,
html button.fog-tab-btn.active:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: var(--dl-bg-button, #3aa2b2) !important;
  background-color: var(--dl-bg-button, #3aa2b2) !important;
}

html.dl-theme-dark button.pb-tab-btn,
html.dl-theme-dark a.pb-tab-btn,
html.dl-theme-dark .pb-tab-btn,
html.dl-theme-dark.dl-modern-design button.pb-tab-btn,
html.dl-theme-dark.dl-modern-design a.pb-tab-btn,
html.dl-theme-dark button.tele-side-tabs__btn,
html.dl-theme-dark.dl-modern-design button.tele-side-tabs__btn,
html.dl-theme-dark button.kezeles-tab-btn,
html.dl-theme-dark button.bno-mode-tab-btn,
html.dl-theme-dark button.sr-rogzitett-tab,
html.dl-theme-dark button.fog-tab-btn {
  color: rgba(255, 255, 255, 0.62) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
  background: transparent !important;
  background-image: none !important;
}

html.dl-theme-dark button.pb-tab-btn:hover,
html.dl-theme-dark a.pb-tab-btn:hover,
html.dl-theme-dark.dl-modern-design button.pb-tab-btn:hover,
html.dl-theme-dark.dl-modern-design a.pb-tab-btn:hover,
html.dl-theme-dark button.tele-side-tabs__btn:hover,
html.dl-theme-dark.dl-modern-design button.tele-side-tabs__btn:hover,
html.dl-theme-dark button.kezeles-tab-btn:hover,
html.dl-theme-dark button.bno-mode-tab-btn:hover,
html.dl-theme-dark button.sr-rogzitett-tab:hover,
html.dl-theme-dark button.fog-tab-btn:hover {
  color: var(--dl-bg-button, #3aa2b2) !important;
  -webkit-text-fill-color: var(--dl-bg-button, #3aa2b2) !important;
  background: color-mix(in srgb, var(--dl-bg-button, #3aa2b2) 18%, transparent) !important;
  border-bottom-color: color-mix(in srgb, var(--dl-bg-button, #3aa2b2) 50%, transparent) !important;
}

html.dl-theme-dark button.pb-tab-btn.pb-tab-btn--active,
html.dl-theme-dark a.pb-tab-btn.pb-tab-btn--active,
html.dl-theme-dark.dl-modern-design button.pb-tab-btn.pb-tab-btn--active,
html.dl-theme-dark.dl-modern-design a.pb-tab-btn.pb-tab-btn--active,
html.dl-theme-dark.dl-modern-design.dl-modern-design--elegant button.pb-tab-btn.pb-tab-btn--active,
html.dl-theme-dark.dl-modern-design.dl-modern-design--clean button.pb-tab-btn.pb-tab-btn--active,
html.dl-theme-dark button.tele-side-tabs__btn.is-active,
html.dl-theme-dark button.tele-side-tabs__btn[aria-selected="true"],
html.dl-theme-dark.dl-modern-design button.tele-side-tabs__btn.is-active,
html.dl-theme-dark button.sr-rogzitett-tab.is-active,
html.dl-theme-dark button.fog-tab-btn.active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: var(--dl-bg-button, #3aa2b2) !important;
  background-color: var(--dl-bg-button, #3aa2b2) !important;
  background-image: none !important;
  border-bottom-color: var(--dl-bg-button, #3aa2b2) !important;
}

/* Kezelés / BNO tabok: aláhúzásos fül, NEM teli praxis háttér (azon a fehér szöveg eltűnik). */
html button.kezeles-tab-btn.active,
html button.kezeles-tab-btn.active:hover,
html button.bno-mode-tab-btn.active,
html button.bno-mode-tab-btn.active:hover,
html.dl-modern-design button.kezeles-tab-btn.active,
html.dl-modern-design button.kezeles-tab-btn.active:hover,
html.dl-modern-design button.bno-mode-tab-btn.active,
html.dl-modern-design button.bno-mode-tab-btn.active:hover {
  color: var(--dl-bg-button, #3aa2b2) !important;
  -webkit-text-fill-color: var(--dl-bg-button, #3aa2b2) !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border-bottom-color: var(--dl-bg-button, #3aa2b2) !important;
  box-shadow: none !important;
}
html.dl-theme-dark button.kezeles-tab-btn.active,
html.dl-theme-dark button.kezeles-tab-btn.active:hover,
html.dl-theme-dark button.bno-mode-tab-btn.active,
html.dl-theme-dark button.bno-mode-tab-btn.active:hover,
html.dl-theme-dark.dl-modern-design button.kezeles-tab-btn.active,
html.dl-theme-dark.dl-modern-design button.kezeles-tab-btn.active:hover,
html.dl-theme-dark.dl-modern-design button.bno-mode-tab-btn.active,
html.dl-theme-dark.dl-modern-design button.bno-mode-tab-btn.active:hover {
  color: var(--dl-color-text, #e8eaed) !important;
  -webkit-text-fill-color: var(--dl-color-text, #e8eaed) !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html .pb-tab-btn .material-symbols-outlined,
html .tele-side-tabs__btn .material-symbols-outlined,
html .kezeles-tab-btn .material-symbols-outlined,
html .sr-rogzitett-tab .material-symbols-outlined,
html .fog-tab-btn .material-symbols-outlined {
  font-size: 18px !important;
  line-height: 1 !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}
