/* Taxio custom styles layered on top of AdminLTE */
body {
  font-size: 14px;
}

.taxio-icon-label {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.taxio-password-field {
  position: relative;
}

.taxio-password-field > .form-control {
  padding-right: 3rem;
}

.taxio-password-toggle {
  position: absolute;
  top: 50%;
  right: .75rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #6c757d;
  background: transparent;
  border: 0;
  border-radius: .35rem;
  transform: translateY(-50%);
}

.taxio-password-toggle:hover,
.taxio-password-toggle:focus {
  color: #0d6efd;
}

.taxio-password-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.taxio-password-toggle .taxio-password-icon-hide,
.taxio-password-toggle[aria-pressed="true"] .taxio-password-icon-show {
  display: none;
}

.taxio-password-toggle[aria-pressed="true"] .taxio-password-icon-hide {
  display: inline-block;
}

.btn.taxio-icon-label,
.nav-link.taxio-icon-label,
.dropdown-item.taxio-icon-label {
  align-items: center;
}

.dropdown-item.taxio-icon-label {
  display: flex;
}

.taxio-icon-label > i:first-child,
.taxio-icon-label > .nav-icon:first-child,
.taxio-icon-label > .nav-link-icon:first-child {
  margin-right: 0 !important;
  flex: 0 0 auto;
}

.btn > i:first-child:not(:last-child),
.btn > .nav-icon:first-child:not(:last-child),
.dropdown-item > i:first-child:not(:last-child),
.dropdown-item > .nav-icon:first-child:not(:last-child),
.modal-title > i:first-child:not(:last-child),
.main-header.navbar .nav-link > i:first-child:not(:last-child),
.tabler-topbar .dropdown-toggle > i:first-child:not(:last-child) {
  margin-right: .45rem !important;
}

.dropdown-item > i:first-child:not(:last-child),
.dropdown-item > .nav-icon:first-child:not(:last-child) {
  width: 1rem;
  min-width: 1rem;
  text-align: center;
}

.modal-title {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.modal-title > i:first-child:not(:last-child) {
  margin-right: 0 !important;
}

.taxio-sidebar-support {
  margin-top: auto;
}

.taxio-sidebar-support-button {
  width: 2.85rem;
  max-width: 100%;
  min-height: 2.85rem;
  padding: 0 .9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  transition: width .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.taxio-sidebar-support-button:hover,
.taxio-sidebar-support-button:focus,
.taxio-sidebar-support-button:focus-visible,
.taxio-sidebar-support:focus-within .taxio-sidebar-support-button {
  width: 100%;
  justify-content: flex-start;
  gap: .55rem;
  text-decoration: none;
}

.taxio-sidebar-support-button i {
  margin: 0 !important;
}

.taxio-sidebar-support-icon {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: visible;
}

.taxio-sidebar-support-label {
  max-width: 0;
  opacity: 0;
  transform: translateX(-4px);
  min-width: 0;
  overflow: hidden;
  transition: opacity .16s ease, transform .16s ease;
}

.taxio-sidebar-support-button:hover .taxio-sidebar-support-label,
.taxio-sidebar-support-button:focus .taxio-sidebar-support-label,
.taxio-sidebar-support-button:focus-visible .taxio-sidebar-support-label,
.taxio-sidebar-support:focus-within .taxio-sidebar-support-label {
  max-width: 12rem;
  opacity: 1;
  transform: translateX(0);
}

.taxio-settings-page {
  padding-bottom: 5rem;
}

.taxio-settings-intro {
  max-width: 48rem;
}

.taxio-settings-nav-card {
  position: sticky;
  top: 5.75rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.taxio-settings-nav .nav-link {
  display: flex;
  align-items: center;
  border-radius: .9rem;
  padding: .72rem .9rem;
  color: #334155;
  font-weight: 600;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.taxio-settings-nav .nav-link:hover,
.taxio-settings-nav .nav-link:focus {
  background: rgba(32, 107, 196, 0.08);
  color: #1857a6;
  text-decoration: none;
}

.taxio-settings-nav .nav-link.active {
  background: rgba(32, 107, 196, 0.13);
  color: #1857a6;
  box-shadow: inset 0 0 0 1px rgba(32, 107, 196, 0.1);
}

.taxio-settings-sidebar-summary {
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid #e2e8f0;
}

.taxio-settings-sidebar-summary-title {
  font-weight: 700;
  color: #0f172a;
}

.taxio-settings-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.taxio-settings-section {
  scroll-margin-top: 6rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.taxio-settings-section .card-header {
  padding: 1.05rem 1.25rem 1rem;
  background: linear-gradient(180deg, #fbfdff 0%, #f8fafc 100%);
  border-bottom: 1px solid #e2e8f0;
}

.taxio-settings-section .card-body,
.taxio-settings-section .card-footer {
  padding: 1.25rem;
}

.taxio-settings-section-subtitle {
  margin: .35rem 0 0;
  color: #64748b;
  font-size: .92rem;
}

.taxio-settings-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  flex-wrap: wrap;
  background: #fff;
}

.taxio-settings-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .85rem;
  margin-top: 1rem;
}

.taxio-settings-summary-item {
  padding: .9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: .95rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.taxio-settings-summary-label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: .35rem;
}

.taxio-settings-summary-value {
  color: #0f172a;
  font-weight: 600;
}

.taxio-settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.taxio-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .75rem 1rem;
  align-items: start;
}

.taxio-check-grid > .form-group {
  margin-bottom: 0;
  min-width: 0;
}

.taxio-settings-pane {
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.taxio-subscriptions-overview {
  padding-bottom: 2rem;
}

.taxio-subscriptions-kpis {
  margin-bottom: 1.15rem;
}

.taxio-subscriptions-kpis > [class*="col-"] {
  display: flex;
}

.taxio-kpi-card {
  position: relative;
  width: 100%;
  min-height: 9.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .95rem;
  padding: 1.15rem;
  margin-bottom: 1rem;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.taxio-kpi-card:hover,
.taxio-kpi-card:focus {
  color: #0f172a;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.taxio-kpi-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: .28rem;
  background: var(--taxio-kpi-accent, #2563eb);
}

.taxio-kpi-card__icon {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--taxio-kpi-accent, #2563eb);
  background: var(--taxio-kpi-soft, #eff6ff);
  border-radius: .85rem;
  font-size: 1.15rem;
}

.taxio-kpi-card__body {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.taxio-kpi-card__body strong {
  color: #0f172a;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.taxio-kpi-card__body span {
  color: #475569;
  font-weight: 700;
}

.taxio-kpi-card__link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #64748b;
  font-size: .9rem;
  font-weight: 700;
}

.taxio-kpi-card--success {
  --taxio-kpi-accent: #178f5a;
  --taxio-kpi-soft: #e8f7ef;
}

.taxio-kpi-card--warning {
  --taxio-kpi-accent: #d18a00;
  --taxio-kpi-soft: #fff5d6;
}

.taxio-kpi-card--info {
  --taxio-kpi-accent: #0891b2;
  --taxio-kpi-soft: #e6faff;
}

.taxio-kpi-card--muted {
  --taxio-kpi-accent: #64748b;
  --taxio-kpi-soft: #f1f5f9;
}

.taxio-subscriptions-grid {
  align-items: flex-start;
}

.taxio-workflow-card {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.taxio-workflow-card > .card-header {
  display: flex;
  align-items: center;
  min-height: 5.75rem;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid #e2e8f0;
}

.taxio-workflow-card .card-title {
  margin: 0;
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}

.taxio-card-subtitle {
  margin-top: .35rem;
  color: #64748b;
  font-size: .95rem;
  line-height: 1.45;
}

.taxio-workflow-table {
  border-collapse: separate;
  border-spacing: 0;
}

.taxio-workflow-table thead th {
  padding: .95rem 1rem;
  color: #64748b;
  background: #f8fafc;
  border-top: 0;
  border-bottom: 1px solid #dbe4ef;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.taxio-workflow-table tbody td {
  padding: .95rem 1rem;
  vertical-align: middle;
  border-top: 1px solid #edf2f7;
  color: #1e293b;
  background: #ffffff;
}

.taxio-workflow-table tbody tr:first-child td {
  border-top: 0;
}

.taxio-workflow-table tbody tr:hover td {
  background: #f8fbff;
}

.taxio-table-main {
  display: block;
  max-width: 18rem;
  overflow: hidden;
  color: #0f172a;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.taxio-table-date {
  color: #64748b;
  font-variant-numeric: tabular-nums;
}

.taxio-type-pill,
.taxio-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: .32rem .62rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.taxio-type-pill {
  color: #334155;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.taxio-status-pill {
  border: 1px solid transparent;
}

.taxio-status-pill.badge-warning {
  color: #7c4a03;
  background: #fff5d6;
  border-color: #f5d47d;
}

.taxio-status-pill.badge-success {
  color: #0f6848;
  background: #e8f7ef;
  border-color: #b6e6ca;
}

.taxio-status-pill.badge-info {
  color: #075985;
  background: #e6faff;
  border-color: #bae6fd;
}

.taxio-status-pill.badge-secondary,
.taxio-status-pill.badge-light {
  color: #475569;
  background: #f1f5f9;
  border-color: #dbe4ef;
}

.taxio-status-pill.badge-danger {
  color: #991b1b;
  background: #fee2e2;
  border-color: #fecaca;
}

@media (max-width: 575.98px) {
  .taxio-kpi-card {
    min-height: 8.75rem;
  }

  .taxio-workflow-card .card-title {
    font-size: 1.25rem;
  }
}

.taxio-consent-banner,
.taxio-consent-trigger,
.taxio-consent-embed-placeholder {
  --taxio-consent-bg: rgba(15, 23, 42, 0.94);
  --taxio-consent-surface: #ffffff;
  --taxio-consent-surface-soft: #f8fafc;
  --taxio-consent-border: rgba(148, 163, 184, 0.24);
  --taxio-consent-text: #e2e8f0;
  --taxio-consent-muted: #cbd5e1;
  --taxio-consent-accent: #2563eb;
  --taxio-consent-accent-strong: #1d4ed8;
  --taxio-consent-shadow: 0 30px 80px rgba(2, 6, 23, 0.38);
}

.taxio-consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 5000;
  color: var(--taxio-consent-text);
  background: transparent !important;
  background-color: transparent !important;
  pointer-events: none;
}

.taxio-consent-banner.is-hidden {
  display: none;
}

.taxio-consent-banner__card {
  max-width: 980px;
  margin: 0 auto;
  background: var(--taxio-consent-bg);
  border: 1px solid var(--taxio-consent-border);
  border-radius: 1.35rem;
  box-shadow: var(--taxio-consent-shadow);
  overflow: hidden;
  pointer-events: auto;
  isolation: isolate;
}

.taxio-consent-banner__body {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.95fr);
  gap: 1.1rem 1.4rem;
  padding: 1.15rem 1.2rem;
}

.taxio-consent-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
}

.taxio-consent-banner__title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}

.taxio-consent-banner__text,
.taxio-consent-banner__meta {
  margin: 0;
  color: var(--taxio-consent-muted);
  line-height: 1.6;
}

.taxio-consent-banner__meta {
  margin-top: 0.7rem;
  font-size: 0.92rem;
}

.taxio-consent-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-self: center;
}

.taxio-consent-btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  min-height: 2.85rem;
  padding: 0.75rem 1rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.taxio-consent-btn:hover,
.taxio-consent-btn:focus {
  transform: translateY(-1px);
  outline: none;
}

.taxio-consent-btn--primary {
  background: var(--taxio-consent-accent);
  border-color: var(--taxio-consent-accent);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
}

.taxio-consent-btn--primary:hover,
.taxio-consent-btn--primary:focus {
  background: var(--taxio-consent-accent-strong);
  border-color: var(--taxio-consent-accent-strong);
}

.taxio-consent-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.taxio-consent-btn--secondary:hover,
.taxio-consent-btn--secondary:focus {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}

.taxio-consent-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--taxio-consent-muted);
}

.taxio-consent-panel {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  padding: 0 1.2rem 1.2rem;
}

.taxio-consent-panel[hidden] {
  display: none !important;
}

.taxio-consent-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.taxio-consent-option {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1rem;
  padding: 0.95rem;
}

.taxio-consent-option__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.55rem;
}

.taxio-consent-option__title {
  display: block;
  font-weight: 700;
  color: #ffffff;
}

.taxio-consent-option__desc {
  margin: 0;
  color: var(--taxio-consent-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.taxio-consent-switch {
  position: relative;
  width: 2.8rem;
  height: 1.65rem;
  flex: 0 0 auto;
}

.taxio-consent-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.taxio-consent-switch__slider {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.36);
  transition: background-color 0.18s ease;
}

.taxio-consent-switch__slider::after {
  content: "";
  position: absolute;
  top: 0.16rem;
  left: 0.18rem;
  width: 1.33rem;
  height: 1.33rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.2);
  transition: transform 0.18s ease;
}

.taxio-consent-switch input:checked + .taxio-consent-switch__slider {
  background: var(--taxio-consent-accent);
}

.taxio-consent-switch input:checked + .taxio-consent-switch__slider::after {
  transform: translateX(1.12rem);
}

.taxio-consent-switch input:disabled + .taxio-consent-switch__slider {
  background: rgba(37, 99, 235, 0.72);
  cursor: not-allowed;
}

.taxio-consent-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.taxio-consent-panel__note {
  color: var(--taxio-consent-muted);
  font-size: 0.88rem;
}

.taxio-consent-trigger {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 4900;
}

.taxio-consent-trigger.is-hidden {
  display: none;
}

.taxio-consent-trigger__button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0.72rem 1rem;
  border: 1px solid #dbe2ea;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  cursor: pointer;
}

.taxio-consent-trigger__icon {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.taxio-consent-trigger__button:hover,
.taxio-consent-trigger__button:focus {
  text-decoration: none;
  outline: none;
}

.taxio-consent-embed {
  position: relative;
}

.taxio-consent-embed--blocked {
  visibility: hidden;
}

.taxio-consent-embed-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid #dbe2ea;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  text-align: center;
}

.taxio-consent-embed-placeholder__inner {
  max-width: 36rem;
}

.taxio-consent-embed-placeholder__title {
  margin: 0 0 0.45rem;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
}

.taxio-consent-embed-placeholder__text {
  margin: 0 0 1rem;
  color: #475569;
  line-height: 1.6;
}

html[data-bs-theme="dark"] .taxio-consent-trigger__button {
  background: rgba(15, 23, 42, 0.92);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

html[data-bs-theme="dark"] .taxio-consent-trigger__icon {
  background: rgba(59, 130, 246, 0.18);
  color: #bfdbfe;
}

html[data-bs-theme="dark"] .taxio-consent-embed-placeholder {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, rgba(17, 24, 39, 0.96) 100%);
  border-color: rgba(148, 163, 184, 0.18);
}

html[data-bs-theme="dark"] .taxio-consent-embed-placeholder__title {
  color: #f8fafc;
}

html[data-bs-theme="dark"] .taxio-consent-embed-placeholder__text {
  color: #cbd5e1;
}

@media (max-width: 991.98px) {
  .taxio-consent-banner__body {
    grid-template-columns: 1fr;
  }

  .taxio-consent-panel__grid {
    grid-template-columns: 1fr;
  }

  .taxio-consent-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .taxio-consent-banner__card,
  .taxio-consent-trigger__button {
    border-radius: 1.1rem;
  }

  .taxio-consent-banner__body,
  .taxio-consent-panel {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }

  .taxio-consent-trigger {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .taxio-consent-trigger__label {
    display: none;
  }
}

.taxio-settings-pane-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 1rem;
}

.taxio-settings-actions,
.taxio-settings-inline-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .55rem;
}

.taxio-settings-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: .9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: .9rem;
  background: #fff;
}

.taxio-settings-list-item + .taxio-settings-list-item {
  margin-top: .75rem;
}

.custom-control {
  min-height: 1.5rem;
}

.custom-control-label {
  color: inherit;
  line-height: 1.45;
}

.custom-control-label::before,
.custom-control-label::after {
  top: .16rem;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(32, 107, 196, 0.08);
  border-color: rgba(32, 107, 196, 0.55);
}

.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::before,
.custom-switch .custom-control-label::before {
  border-color: #cbd5e1;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #206bc4;
  border-color: #206bc4;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .18rem rgba(32, 107, 196, 0.18);
}

.form-check.taxio-check {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  min-height: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.form-check.taxio-check .form-check-input {
  position: static;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: .15rem 0 0;
}

.form-check.taxio-check .form-check-label {
  display: block;
  margin: 0;
  color: inherit;
  line-height: 1.45;
  min-width: 0;
}

.taxio-scroll-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1035;
  width: 2.85rem;
  height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #1857a6;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.taxio-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.taxio-scroll-top:hover,
.taxio-scroll-top:focus {
  color: #123e76;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.taxio-scroll-top i {
  margin: 0 !important;
}

.content-wrapper > .content {
  min-height: calc(100vh - 140px);
}

.small-box .inner h3 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.table td code,
.table th code {
  white-space: nowrap;
}

.table td .btn,
.table td .btn-group {
  white-space: nowrap;
}

.taxio-chart-wrap {
  position: relative;
  width: 100%;
}

.taxio-chart-md {
  height: 320px;
}

.taxio-chart-sm {
  height: 260px;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: .5rem;
}

.dataTables_wrapper .dataTables_length select {
  margin-left: .35rem;
  margin-right: .35rem;
}

.dt-container select.dt-input {
  margin-left: 4px;
  margin-right: 4px;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  padding: .75rem .75rem .25rem;
}

.taxio-toast-stack {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1085;
  min-width: 280px;
  max-width: 420px;
}

.taxio-toast-stack .toast {
  width: 100%;
  opacity: 1;
  margin-bottom: .75rem;
}

.taxio-toast-stack .toast .toast-header small {
  color: rgba(255, 255, 255, .85);
}

.modal .modal-header,
.toast .toast-header {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.modal .modal-header .modal-title,
.toast .toast-header strong {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}

.toast .toast-header small {
  flex: 0 0 auto;
  margin: 0;
}

.modal .close,
.toast .close,
.alert-dismissible .close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-size: 0;
  line-height: 1;
  opacity: 1;
  text-shadow: none;
  transition: background-color .18s ease, transform .18s ease, opacity .18s ease;
}

.modal .close::before,
.modal .close::after,
.toast .close::before,
.toast .close::after,
.alert-dismissible .close::before,
.alert-dismissible .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2.5px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.modal .close::before,
.toast .close::before,
.alert-dismissible .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal .close::after,
.toast .close::after,
.alert-dismissible .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

html[data-bs-theme="dark"] .taxio-settings-nav-card,
html[data-bs-theme="dark"] .taxio-settings-section,
html[data-bs-theme="dark"] .taxio-settings-pane,
html[data-bs-theme="dark"] .taxio-settings-summary-item,
html[data-bs-theme="dark"] .taxio-settings-list-item,
html[data-bs-theme="dark"] .taxio-settings-card-footer {
  background: #0f172a;
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.32);
}

html[data-bs-theme="dark"] .taxio-settings-section .card-header {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(17, 24, 39, 0.98) 100%);
  border-color: rgba(148, 163, 184, 0.16);
}

html[data-bs-theme="dark"] .taxio-settings-nav .nav-link {
  color: #cbd5e1;
}

html[data-bs-theme="dark"] .taxio-settings-nav .nav-link:hover,
html[data-bs-theme="dark"] .taxio-settings-nav .nav-link:focus,
html[data-bs-theme="dark"] .taxio-settings-nav .nav-link.active {
  background: rgba(110, 168, 254, 0.16);
  color: #bfdbfe;
}

html[data-bs-theme="dark"] .taxio-settings-sidebar-summary,
html[data-bs-theme="dark"] .taxio-settings-summary-item,
html[data-bs-theme="dark"] .taxio-settings-list-item {
  border-color: rgba(148, 163, 184, 0.18);
}

html[data-bs-theme="dark"] .taxio-settings-sidebar-summary-title,
html[data-bs-theme="dark"] .taxio-settings-summary-value,
html[data-bs-theme="dark"] .taxio-settings-section .card-title {
  color: #e2e8f0;
}

html[data-bs-theme="dark"] .taxio-settings-section-subtitle,
html[data-bs-theme="dark"] .taxio-settings-pane .text-muted,
html[data-bs-theme="dark"] .taxio-settings-page .text-muted,
html[data-bs-theme="dark"] .taxio-settings-page .small.text-muted {
  color: #94a3b8 !important;
}

html[data-bs-theme="dark"] .custom-control-label {
  color: #cbd5e1;
}

html[data-bs-theme="dark"] .custom-checkbox .custom-control-label::before,
html[data-bs-theme="dark"] .custom-radio .custom-control-label::before,
html[data-bs-theme="dark"] .custom-switch .custom-control-label::before {
  background-color: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.26);
}

html[data-bs-theme="dark"] .form-check.taxio-check .form-check-label {
  color: #cbd5e1;
}

html[data-bs-theme="dark"] .taxio-scroll-top {
  background: rgba(15, 23, 42, 0.92);
  border-color: rgba(148, 163, 184, 0.22);
  color: #bfdbfe;
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.44);
}

html[data-bs-theme="dark"] .taxio-scroll-top:hover,
html[data-bs-theme="dark"] .taxio-scroll-top:focus {
  color: #e0f2fe;
}

@media (max-width: 991.98px) {
  .taxio-settings-nav-card {
    position: static;
  }

  .taxio-settings-card-footer {
    align-items: stretch;
  }

  .taxio-settings-card-footer .btn {
    width: 100%;
  }
}

.modal .close span[aria-hidden="true"],
.toast .close span[aria-hidden="true"],
.alert-dismissible .close span[aria-hidden="true"] {
  display: none;
}

.modal .close:hover,
.modal .close:focus,
.toast .close:hover,
.toast .close:focus,
.alert-dismissible .close:hover,
.alert-dismissible .close:focus {
  opacity: 1;
  outline: none;
  transform: scale(1.06);
}

.modal .close:hover,
.toast .close:hover,
.alert-dismissible .close:hover {
  background: rgba(15, 23, 42, .08);
}

.toast .toast-header .close,
.alert-dismissible .close {
  color: inherit;
}

.modal .modal-header .close,
.toast .toast-header .close {
  margin: 0 0 0 auto;
}

@media (max-width: 767.98px) {
  .small-box .inner h3 {
    font-size: 1.05rem;
  }

  .taxio-chart-md,
  .taxio-chart-sm {
    height: 240px;
  }

  .taxio-toast-stack {
    top: .75rem;
    right: .75rem;
    left: .75rem;
    min-width: 0;
    max-width: none;
  }

  .main-header .navbar-nav .nav-link {
    padding: .45rem .5rem;
  }

  .content-header h1,
  .content .h1,
  .content .h2,
  .content .h3 {
    word-break: break-word;
  }

  .table td,
  .table th {
    padding: .45rem .5rem;
    font-size: 13px;
  }

  .modal-dialog {
    margin: .5rem;
  }
}

@media (max-width: 991.98px) {
  .content-wrapper {
    overflow-x: hidden;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .dataTables_wrapper .row {
    margin-left: 0;
    margin-right: 0;
  }

  .dataTables_wrapper .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length {
    margin-bottom: .5rem;
  }

  .btn-group,
  .btn-group-vertical {
    max-width: 100%;
    flex-wrap: wrap;
  }
}


/* ===== Inline CSS extracted from web/uk.wplabor.test/themes/default/views/onlineszerviz/index.view.php ===== */
.os-page-actions {
  gap: .5rem;
}

.os-week-nav .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  white-space: nowrap;
}

.os-calendar-table { table-layout: fixed; width: 100%; }
.os-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .6rem;
  padding: .75rem;
  border-bottom: 1px solid #edf2f7;
  background: #f8fafc;
}

.os-legend-item {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  padding: .16rem .56rem;
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  background: #fff;
}

.os-cell {
  min-height: 86px;
  height: 86px;
  vertical-align: top;
  position: relative;
  transition: transform .14s ease, box-shadow .14s ease, background-color .14s ease;
}

.os-calendar-table tbody td { border-color: #ffffff !important; }
td.os-cell-past { background: #e5e9ee !important; color: #8b95a1; }
td.os-cell-booked { background: #e9edf3 !important; color: #475569; }
td.os-cell-available { background: #d6f5d9 !important; color: #14532d; }
td.os-cell-create-surcharge { background: #dff3e3 !important; color: #166534; }
td.os-cell-own-pending { background: #cfe8ff !important; color: #1d4ed8; }
td.os-cell-own-approved { background: #3f9a62 !important; color: #ffffff; }
td.os-cell-own-other { background: #e2e8f0 !important; color: #475569; }
td.os-cell-admin-requested { background: #cfe8ff !important; color: #1d4ed8; }
td.os-cell-admin-approved { background: #3f9a62 !important; color: #ffffff; }

.os-cell-clickable { cursor: pointer; }
td.os-cell-clickable:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.24);
}

td.os-cell-bookable-clean.os-cell-clickable:hover::after {
  content: attr(data-hover-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
}

.os-cell-time {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.74);
}

.os-cell-past .os-cell-time { color: rgba(71, 85, 105, 0.72); }

.os-cell-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: 1;
  color: #1d4ed8;
  font-size: 12px;
}

.os-cell-own-approved .os-cell-icon,
.os-cell-admin-approved .os-cell-icon {
  color: #ffffff;
}

.os-cell-own-approved .os-cell-time,
.os-cell-admin-approved .os-cell-time,
.os-cell-own-approved .os-cell-hint,
.os-cell-admin-approved .os-cell-hint {
  color: #ffffff;
}

td.os-cell-historical.os-cell-own-approved .os-cell-time,
td.os-cell-historical.os-cell-admin-approved .os-cell-time,
td.os-cell-historical.os-cell-own-approved .os-cell-hint,
td.os-cell-historical.os-cell-admin-approved .os-cell-hint {
  color: #2f3540 !important;
}

.os-cell-own-pending .os-cell-icon,
.os-cell-admin-requested .os-cell-icon {
  color: #1d4ed8;
}

.os-cell-historical {
  border-radius: 14px;
  overflow: hidden;
  background-clip: padding-box;
}

td.os-cell-historical {
  background: #d9dee5 !important;
  color: #475569 !important;
}

td.os-cell-historical .os-cell-icon {
  color: #2f3540 !important;
}

.os-cell-soft-rounded {
  border-radius: 14px;
  padding: 4px !important;
  background-clip: content-box !important;
}

.os-cell-badge-wrap {
  position: absolute;
  top: 24px;
  left: 6px;
  right: 6px;
}

.os-cell-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.62);
  padding: .1rem .4rem;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.os-cell-hint {
  position: absolute;
  top: 46px;
  left: 7px;
  right: 7px;
  font-size: 10px;
  line-height: 1.25;
  opacity: .9;
  word-break: break-word;
}

@media (max-width: 991.98px) {
  .os-page-heading {
    align-items: flex-start !important;
  }

  .os-page-heading .h3 {
    width: 100%;
  }

  .os-page-actions {
    width: 100%;
    margin-left: 0 !important;
    justify-content: stretch !important;
  }

  .os-week-nav {
    display: grid !important;
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    gap: .35rem;
    width: 100%;
    margin-right: 0 !important;
  }

  .os-week-nav.btn-group > .btn {
    border-radius: .75rem !important;
  }

  .os-week-nav.btn-group > .btn + .btn {
    margin-left: 0;
  }

  .os-week-nav-btn {
    min-width: 2.75rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .os-week-nav-label,
  .os-week-current-label {
    display: none;
  }

  .os-week-current {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .os-my-bookings-btn {
    margin-left: auto;
  }

  .os-calendar-table {
    min-width: 980px;
  }

  .os-cell {
    min-height: 80px;
    height: 80px;
  }

  .os-cell-time {
    top: 4px;
    right: 4px;
    font-size: 10px;
  }

  .os-cell-badge-wrap {
    left: 5px;
    right: 5px;
  }

  .os-cell-badge {
    font-size: 10px;
    padding: .08rem .35rem;
  }

  .os-cell-hint {
    top: 44px;
    left: 5px;
    right: 5px;
    font-size: 9px;
  }
}



/* ===== Inline CSS extracted from web/uk.wplabor.test/themes/default/views/myservices/index.view.php ===== */
.dataTables_wrapper .dataTables_length label,
  .dataTables_wrapper .dt-length label {
    margin-left: 6px !important;
    padding-left: 0 !important;
  }

  .dataTables_wrapper .dataTables_length select,
  .dataTables_wrapper .dt-length select {
    margin-right: 6px !important;
  }

  .myservices-package-card--active {
    position: relative;
    border: 2px solid #2878f0 !important;
    background: linear-gradient(145deg, #ffffff 0%, #eef6ff 100%);
    box-shadow: 0 8px 22px rgba(40, 120, 240, .14);
  }

  .myservices-package-active-badge {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    flex: 0 0 auto;
    padding: .42rem .62rem;
    border: 1px solid #2878f0;
    border-radius: 999px;
    background: #2878f0;
    color: #ffffff;
    font-size: .76rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 3px 9px rgba(40, 120, 240, .2);
  }

  .myservices-package-billing-info {
    display: flex;
    align-items: flex-start;
    padding: .7rem .8rem;
    border: 1px solid #b9d7ff;
    border-radius: .55rem;
    color: #194d91;
    background: #eaf4ff;
    font-size: .82rem;
    line-height: 1.35;
  }

  .myservices-package-billing-info > i {
    margin-top: .15rem;
    color: #2878f0;
  }

  html[data-bs-theme="dark"] .myservices-page .myservices-current-package-summary,
  html[data-bs-theme="dark"] .myservices-page .myservices-package-card {
    border-color: #607089 !important;
    background: #172235;
    color: #edf4ff;
  }

  html[data-bs-theme="dark"] .myservices-page .myservices-package-card--active {
    border-color: #4f97ff !important;
    background: linear-gradient(145deg, #1a2e49 0%, #16253b 100%);
    box-shadow: 0 8px 24px rgba(26, 112, 239, .25);
  }

  html[data-bs-theme="dark"] .myservices-page .myservices-package-card .text-muted,
  html[data-bs-theme="dark"] .myservices-page .myservices-current-package-summary .text-muted {
    color: #aebdd0 !important;
  }

  html[data-bs-theme="dark"] .myservices-page .myservices-package-active-badge {
    border-color: #75adff;
    background: #2878f0;
    color: #ffffff;
    box-shadow: 0 3px 12px rgba(40, 120, 240, .35);
  }

  html[data-bs-theme="dark"] .myservices-page .myservices-package-billing-info {
    border-color: #3f74b7;
    background: #1b3557;
    color: #dcecff;
  }

  html[data-bs-theme="dark"] .myservices-page .myservices-package-billing-info > i {
    color: #75adff;
  }

  html[data-bs-theme="dark"] .myservices-page .myservices-custom-package-card {
    background: #172235 !important;
  }



/* ===== Inline CSS extracted from web/uk.wplabor.test/themes/default/views/landing/index.view.php ===== */
:root {
            --ink: #2e2e2e;
            --muted: #6a6972;
            --white: #ffffff;
            --line-grad: linear-gradient(#fe8464 0%, #fe6e9a 100%);
            --btn-grad: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
            --btn-warm-grad: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
            --hero-grad: linear-gradient(120deg, #361cc1 0%, #2e82ef 55%, #33c8c1 100%);
            --footer-grad: linear-gradient(165deg, #1c1250 0%, #3a1d9c 45%, #2e82ef 100%);
        }
        @font-face {
            font-family: 'BackstealWeb';
            src: url('assets/default/fonts/Backsteal-Regular.otf') format('opentype'),
                 url('assets/default/fonts/Backsteal-Regular.ttf') format('truetype');
            font-display: swap;
        }

        html, body {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            color: var(--muted);
            background: #fff;
            line-height: 1.7;
            font-family: "Segoe UI", Arial, sans-serif;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        .navbar-area {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 20;
            transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
        }

        .navbar-area.sticky {
            position: fixed;
            background: rgba(255, 255, 255, .92);
            backdrop-filter: blur(6px);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .08);
        }

        .navbar {
            padding: 1.3rem 0;
        }

        .taxio-logo {
            display: inline-flex;
            align-items: center;
            line-height: 1;
            white-space: nowrap;
            user-select: none;
            color: #ffffff;
        }

        .taxio-logo-image {
            display: block;
            width: auto;
            height: 60px;
            flex: 0 0 auto;
        }

        .taxio-logo-image--collapsed {
            display: none;
        }

        body.sidebar-collapse .main-sidebar .brand-link,
        body.sidebar-mini.sidebar-collapse .main-sidebar .brand-link,
        body.sidebar-mini-md.sidebar-collapse .main-sidebar .brand-link,
        body.sidebar-mini-xs.sidebar-collapse .main-sidebar .brand-link {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-left: .45rem !important;
            padding-right: .45rem !important;
            overflow: hidden;
            width: 4.6rem !important;
        }

        body.sidebar-collapse .main-sidebar .taxio-logo,
        body.sidebar-mini.sidebar-collapse .main-sidebar .taxio-logo,
        body.sidebar-mini-md.sidebar-collapse .main-sidebar .taxio-logo,
        body.sidebar-mini-xs.sidebar-collapse .main-sidebar .taxio-logo {
            width: 100%;
            justify-content: center;
        }

        body.sidebar-collapse .main-sidebar .taxio-logo-image--full,
        body.sidebar-mini.sidebar-collapse .main-sidebar .taxio-logo-image--full,
        body.sidebar-mini-md.sidebar-collapse .main-sidebar .taxio-logo-image--full,
        body.sidebar-mini-xs.sidebar-collapse .main-sidebar .taxio-logo-image--full {
            display: none !important;
        }

        body.sidebar-collapse .main-sidebar .taxio-logo-image--collapsed,
        body.sidebar-mini.sidebar-collapse .main-sidebar .taxio-logo-image--collapsed,
        body.sidebar-mini-md.sidebar-collapse .main-sidebar .taxio-logo-image--collapsed,
        body.sidebar-mini-xs.sidebar-collapse .main-sidebar .taxio-logo-image--collapsed {
            display: block !important;
            height: 38px;
            max-width: 52px;
            object-fit: contain;
        }

        .brand-link .taxio-logo {
            margin-left: 0;
            color: #ffffff;
        }

.brand-link .brand-text {
    display: none;
}

        .taxio-logo--nav {
            font-size: 4.1rem;
            font-weight: 700;
        }

        .taxio-logo--footer {
            font-size: 2.8rem;
            font-weight: 700;
        }

        .navbar-nav .nav-item {
            margin-left: 1.6rem;
        }

        .navbar-nav .nav-link {
            color: #fff !important;
            font-size: 1rem;
            font-weight: 500;
            padding: .2rem 0 !important;
            transition: color .2s ease;
        }

        .navbar-area.sticky .navbar-nav .nav-link {
            color: var(--ink) !important;
        }

        .navbar-area.sticky .taxio-logo {
            color: #2a2f39;
        }

        .navbar-area.sticky .navbar-nav .nav-link:hover,
        .navbar-area.sticky .navbar-nav .nav-link.active {
            color: #fe7a7b !important;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: #fe7a7b !important;
        }

        .header-hero {
            position: relative;
            background: var(--hero-grad);
            overflow: hidden;
            padding: 10.5rem 0 13rem;
        }

        .header-hero::before {
            content: "";
            position: absolute;
            width: 420px;
            height: 420px;
            top: -140px;
            left: -100px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .08);
        }

        .header-hero::after {
            content: "";
            position: absolute;
            width: 380px;
            height: 380px;
            right: -120px;
            bottom: -130px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .08);
        }

        .header-hero .hero-curve-top {
            position: absolute;
            inset: 0 auto auto 0;
            width: 100%;
            height: 330px;
            background: rgba(255, 255, 255, .06);
            border-radius: 0 0 58% 42% / 0 0 58% 42%;
            pointer-events: none;
        }

        .header-hero .hero-curve-bottom-1,
        .header-hero .hero-curve-bottom-2 {
            position: absolute;
            left: -10%;
            width: 120%;
            border-radius: 58% 42% 0 0 / 56% 44% 0 0;
            pointer-events: none;
        }

        .header-hero .hero-curve-bottom-1 {
            bottom: -72px;
            height: 210px;
            background: rgba(255, 255, 255, .22);
        }

        .header-hero .hero-curve-bottom-2 {
            bottom: -118px;
            height: 235px;
            background: #e9ebef;
        }

        .header-hero .hero-dot {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, .16);
            pointer-events: none;
        }

        .header-hero .hero-dot-1 { width: 22px; height: 22px; top: 84px; left: 22%; }
        .header-hero .hero-dot-2 { width: 14px; height: 14px; top: 178px; left: 30%; }
        .header-hero .hero-dot-3 { width: 40px; height: 40px; top: 210px; right: 33%; }
        .header-hero .hero-dot-4 { width: 30px; height: 30px; top: 305px; right: 24%; }
        .header-hero .hero-dot-5 { width: 18px; height: 18px; top: 430px; left: 58%; }
        .header-hero .hero-dot-6 { width: 54px; height: 54px; top: 486px; right: 8%; }

        .header-hero-content {
            text-align: center;
            color: #fff;
        }

        .header-sub-title {
            font-size: 2rem;
            font-weight: 300;
            margin-bottom: .9rem;
        }

        .header-title {
            font-size: 2.4rem;
            line-height: 1.2;
            font-weight: 700;
            margin-bottom: 1.2rem;
        }

        .header-text {
            max-width: 820px;
            margin: 0 auto;
            color: rgba(255, 255, 255, .95);
        }

        .main-btn {
            display: inline-block;
            border: 0;
            color: #fff !important;
            font-weight: 600;
            font-size: 1rem;
            line-height: 50px;
            padding: 0 1.7rem;
            border-radius: 8px;
            transition: background-color .2s ease, box-shadow .2s ease;
        }

        .main-btn.primary {
            background: #1ba9cd;
        }

        .main-btn.primary:hover {
            background: #159ab9;
        }

        .main-btn.warm {
            background: #2a2f39;
        }

        .main-btn.warm:hover {
            background: #343a46;
        }

        .section-pad {
            padding: 4.5rem 0;
        }

        .section-title {
            margin-bottom: 2rem;
        }

        .section-title .line {
            width: 150px;
            height: 5px;
            background: var(--line-grad);
            border-radius: 999px;
            margin: 0 auto .8rem;
        }

        .section-title h2,
        .section-title h3 {
            color: var(--ink);
            margin-bottom: .3rem;
            font-weight: 700;
        }

        .section-title p {
            margin: 0;
        }

        .why-area {
            background: #d9d9d9;
        }

        .why-intro {
            color: var(--ink);
            font-size: 2rem;
            line-height: 1.3;
            font-weight: 400;
            margin: 0;
        }

        .why-intro strong {
            font-weight: 700;
        }

        .why-card {
            height: 100%;
            background: #fff;
            border: 0;
            border-radius: 8px;
            padding: 2.1rem 1.7rem 2rem;
            text-align: center;
            box-shadow: 0 5px 30px rgba(167, 167, 167, .16);
            transition: transform .2s ease;
        }

        .why-card:hover {
            transform: translateY(-3px);
        }

        .why-card .services-icon {
            width: 82px;
            height: 82px;
            margin: 0 auto 1.15rem;
            position: relative;
        }

        .why-card .services-icon .shape-back {
            position: absolute;
            inset: 0;
            margin: auto;
            width: 78px;
            height: 78px;
            border-radius: 30% 70% 68% 32% / 30% 32% 68% 70%;
            background: rgba(46, 130, 239, .22);
            transform: rotate(18deg);
        }

        .why-card .services-icon .shape-front {
            position: absolute;
            inset: 0;
            margin: auto;
            width: 64px;
            height: 64px;
            border-radius: 30% 70% 68% 32% / 30% 32% 68% 70%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            transform: rotate(18deg);
        }

        .why-card .services-icon .shape-front svg {
            width: 28px;
            height: 28px;
            transform: rotate(-18deg);
        }

        .why-card .services-icon.icon-transparent .shape-front {
            background: linear-gradient(to right, #33c8c1 0%, #119bd2 100%);
        }

        .why-card .services-icon.icon-trusted .shape-front {
            background: linear-gradient(to right, #fe8464 0%, #fe6e9a 100%);
        }

        .why-card .services-icon.icon-predictable .shape-front {
            background: linear-gradient(to right, #361cc1 0%, #2e82ef 100%);
        }

        .why-card h4 {
            color: var(--ink);
            font-size: 2rem;
            margin-bottom: .9rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .why-card p {
            font-size: 16px;
            line-height: 1.6;
            margin: 0;
        }

        .services-area {
            background: linear-gradient(to bottom, #fff 0%, #fbfbff 100%);
        }

        #szolgaltatasok .section-title {
            margin-top: 2.4rem;
        }

        .service-item {
            height: 100%;
            background: #fff;
            border-radius: 14px;
            border: 1px solid #efeffa;
            box-shadow: 0 8px 25px rgba(90, 92, 120, .12);
            overflow: hidden;
            transition: transform .2s ease;
        }

        .service-item:hover {
            transform: translateY(-3px);
        }

        .service-body {
            padding: 1.6rem;
        }

        .service-item .services-icon {
            width: 82px;
            height: 82px;
            margin: 0 auto 1rem;
            position: relative;
        }

        .service-item .services-icon .shape-back {
            position: absolute;
            inset: 0;
            margin: auto;
            width: 78px;
            height: 78px;
            border-radius: 30% 70% 68% 32% / 30% 32% 68% 70%;
            background: rgba(46, 130, 239, .22);
            transform: rotate(18deg);
        }

        .service-item .services-icon .shape-front {
            position: absolute;
            inset: 0;
            margin: auto;
            width: 64px;
            height: 64px;
            border-radius: 30% 70% 68% 32% / 30% 32% 68% 70%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            transform: rotate(18deg);
        }

        .service-item .services-icon .shape-front svg {
            width: 28px;
            height: 28px;
            transform: rotate(-18deg);
        }

        .service-item .services-icon.icon-dev .shape-front {
            background: linear-gradient(to right, #33c8c1 0%, #119bd2 100%);
        }

        .service-item .services-icon.icon-support .shape-front {
            background: linear-gradient(to right, #fe8464 0%, #fe6e9a 100%);
        }

        .service-item .services-icon.icon-maintenance .shape-front {
            background: linear-gradient(to right, #361cc1 0%, #2e82ef 100%);
        }

        .service-badge {
            display: inline-block;
            padding: .2rem .6rem;
            border-radius: 999px;
            font-size: .75rem;
            font-weight: 700;
            text-transform: uppercase;
            color: #3a1d9c;
            background: #efeaff;
            margin-bottom: .75rem;
        }

        .service-item h4 {
            color: var(--ink);
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: .5rem;
        }

        .service-price {
            margin-top: .8rem;
            color: #361cc1;
            font-weight: 700;
        }

        .between-services-contact {
            padding: 3rem 0;
            background: #fff;
        }

        .between-services-contact .section-title {
            margin-bottom: 0;
        }

        .between-services-contact .section-title .line {
            display: block;
            width: 150px;
            height: 5px;
            background: var(--line-grad);
            margin: 0 auto;
        }

        .footer-area {
            position: relative;
            color: #fff;
            background: var(--footer-grad);
            padding: 5rem 0 2.2rem;
        }

        .contact-box {
            margin-top: -3.2rem;
            margin-bottom: 2rem;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 0 18px rgba(50, 77, 215, .18);
            padding: 2.2rem 2rem;
            color: var(--ink);
        }

        .contact-box h3 {
            color: var(--ink);
            font-weight: 700;
            margin-bottom: .45rem;
        }

        .contact-box .input-wrap {
            position: relative;
        }

        .contact-box input {
            width: 100%;
            border: 2px solid #e1e1e1;
            border-radius: 8px;
            height: 58px;
            padding: 0 1rem;
            padding-right: 9rem;
            outline: none;
        }

        .contact-box input:focus {
            border-color: #361cc1;
        }

        .contact-box button {
            position: absolute;
            right: 5px;
            top: 5px;
            height: 48px;
            border: 0;
            border-radius: 6px;
            color: #fff;
            font-weight: 600;
            padding: 0 1rem;
            background: var(--btn-warm-grad);
            background-size: 200%;
            transition: background-position .2s ease;
        }

        .contact-box button:hover {
            background-position: right center;
        }

        .footer-title {
            font-weight: 700;
            margin-bottom: .8rem;
        }

        .footer-note {
            opacity: .9;
        }

        .footer-links a {
            color: #fff;
            opacity: .9;
            display: inline-block;
            margin-bottom: .45rem;
        }

        .footer-links a:hover {
            opacity: 1;
            color: #fe8464;
        }

        .copyright {
            border-top: 1px solid rgba(255, 255, 255, .22);
            margin-top: 2rem;
            padding-top: 1rem;
            opacity: .92;
        }

        .back-to-top {
            position: fixed;
            right: 20px;
            bottom: 20px;
            width: 48px;
            height: 48px;
            border: 0;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.45rem;
            font-weight: 800;
            line-height: 1;
            background: #2a2f39;
            box-shadow: 0 10px 24px rgba(9, 12, 20, .45);
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transform: translateY(8px);
            transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background-color .2s ease, box-shadow .2s ease;
            z-index: 60;
        }

        .back-to-top:hover {
            color: #fff;
            background: #343a46;
            box-shadow: 0 12px 28px rgba(9, 12, 20, .5);
        }

        .back-to-top.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .modal-backdrop.show {
            opacity: .66;
        }

        .auth-modal .modal-dialog {
            max-width: 560px;
            transform: translateY(-24px);
            transition: transform .28s ease;
        }

        .auth-modal.show .modal-dialog {
            transform: translateY(0);
        }

        .auth-modal .modal-content {
            border: 0;
            border-radius: 14px;
            box-shadow: 0 20px 60px rgba(14, 21, 44, .36);
            overflow: hidden;
        }

        .auth-modal .modal-header {
            border-bottom: 0;
            padding: .9rem 1rem .35rem;
            align-items: center;
        }

        .auth-modal .modal-title {
            color: var(--ink);
            font-size: 1.2rem;
            font-weight: 700;
        }

        .auth-modal .modal-header .close {
            margin: 0;
            color: #2f3442;
        }

        .auth-modal .modal-header .close:hover,
        .auth-modal .modal-header .close:focus {
            color: #e24b5f;
            transform: scale(1.06);
            outline: none;
        }

        .auth-modal .modal-body {
            padding: 1.1rem 1.2rem 1.3rem;
        }

        .auth-mode-switch {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: .5rem;
            margin-bottom: 1rem;
        }

        .auth-mode-switch .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 46px;
            padding: 0 .75rem;
            font-weight: 600;
            border-radius: 8px;
            border: 1px solid #e2e8ff;
            background: #fff;
            color: #3c4967;
        }

        .auth-mode-switch .btn.active {
            border-color: transparent;
            color: #fff;
            background: var(--btn-warm-grad);
            background-size: 200%;
        }

        .auth-panel {
            display: none;
        }

        .auth-panel.active {
            display: block;
        }

        .auth-panel .form-control {
            border: 1px solid #d9dff1;
            border-radius: 8px;
            height: 44px;
        }

        .auth-login-password-group {
            margin-bottom: 1rem;
        }

        .auth-panel .form-control:focus {
            border-color: #8aa0ff;
            box-shadow: 0 0 0 .2rem rgba(54, 124, 255, .12);
        }

        .auth-submit {
            width: 100%;
            border: 0;
            border-radius: 8px;
            color: #fff;
            font-weight: 700;
            line-height: 46px;
            background: var(--btn-grad);
            background-size: 200%;
            transition: background-position .2s ease, opacity .2s ease;
        }

        .auth-submit:hover {
            background-position: right center;
        }

        .auth-submit[disabled] {
            opacity: .75;
            cursor: not-allowed;
        }

        .auth-error {
            display: none;
        }

        .auth-error.show {
            display: block;
        }

        .auth-success-panel {
            display: none;
            padding: 1rem;
            border: 1px solid #c7f2da;
            background: #e9fff2;
            color: #1f5d3a;
            border-radius: 10px;
            animation: auth-slide-in .24s ease;
        }

        .auth-success-panel.show {
            display: block;
        }

        .auth-success-panel h5 {
            margin-bottom: .45rem;
            font-size: 1.05rem;
            font-weight: 700;
        }

        @keyframes auth-slide-in {
            from {
                opacity: 0;
                transform: translateY(-8px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 991.98px) {
            .navbar-area {
                position: fixed;
                background: rgba(46, 26, 114, .9);
                backdrop-filter: blur(6px);
            }

            .navbar-collapse {
                background: rgba(30, 20, 81, .96);
                border-radius: 10px;
                margin-top: .7rem;
                padding: .75rem 1rem;
            }

            .navbar-nav .nav-item {
                margin-left: 0;
            }

            .navbar-area.sticky .navbar-collapse {
                background: rgba(255, 255, 255, .98);
            }

            .navbar-area.sticky .navbar-nav .nav-link {
                color: var(--ink) !important;
            }

            .header-sub-title {
                font-size: 1.5rem;
            }

            .header-title {
                font-size: 1.9rem;
            }

            .why-intro {
                font-size: 1.6rem;
            }

            .why-card h4 {
                font-size: 1.6rem;
            }

            .why-card p {
                font-size: 15px;
            }

            .contact-box {
                margin-top: -2.4rem;
                padding: 1.5rem 1.25rem;
            }
        }

        @media (max-width: 575.98px) {
            .header-hero {
                padding-top: 8rem;
                padding-bottom: 10.5rem;
            }

            .why-intro {
                font-size: 1.35rem;
            }

            .why-card {
                padding: 1.6rem 1.1rem;
            }

            .why-card h4 {
                font-size: 1.45rem;
            }

            .why-card p {
                font-size: 15px;
            }

            .contact-box .input-wrap {
                display: block;
            }

            .contact-box input {
                padding-right: 1rem;
                margin-bottom: .65rem;
            }

            .contact-box button {
                position: static;
                width: 100%;
                height: 50px;
            }
        }

.taxio-lang-switch .dropdown-menu,
.taxio-landing-lang .dropdown-menu {
  min-width: 12rem;
}

/* Keep AdminLTE topbar readable even if landing nav styles are loaded globally. */
.main-header.navbar {
  min-height: 59px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: .35rem;
  padding-right: .55rem;
}

.main-header.navbar .navbar-nav {
  align-items: center;
  gap: .35rem;
}

.main-header.navbar .navbar-nav.ml-auto {
  gap: .45rem;
}

.main-header.navbar .navbar-nav .nav-link {
  height: 59px;
  display: inline-flex;
  align-items: center;
  color: #495057 !important;
  padding-left: .55rem;
  padding-right: .55rem;
}

.main-header.navbar .navbar-nav .nav-link:hover,
.main-header.navbar .navbar-nav .nav-link:focus {
  color: #007bff !important;
}

.main-header.navbar .nav-link[data-widget="pushmenu"] {
  margin-left: .25rem;
}

.main-header.navbar .nav-link[data-widget="pushmenu"] i {
  color: #6c757d;
}

@media (min-width: 992px) {
  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar,
  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar::before,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-sidebar,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-sidebar::before,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-sidebar,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-sidebar::before,
  .layout-fixed .brand-link {
    width: 232px !important;
  }

  body.sidebar-mini:not(.sidebar-collapse) .content-wrapper,
  body.sidebar-mini:not(.sidebar-collapse) .main-footer,
  body.sidebar-mini:not(.sidebar-collapse) .main-header,
  body.sidebar-mini-md:not(.sidebar-collapse) .content-wrapper,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-footer,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-header,
  body.sidebar-mini-xs:not(.sidebar-collapse) .content-wrapper,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-footer,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-header {
    margin-left: 232px !important;
  }

  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar .brand-link,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-sidebar .brand-link,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-sidebar .brand-link {
    padding-left: .9rem !important;
    padding-right: .9rem !important;
  }

  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar .nav-sidebar > .nav-item > .nav-link,
  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar .nav-treeview > .nav-item > .nav-link,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-sidebar .nav-sidebar > .nav-item > .nav-link,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-sidebar .nav-treeview > .nav-item > .nav-link,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-sidebar .nav-sidebar > .nav-item > .nav-link,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-sidebar .nav-treeview > .nav-item > .nav-link {
    gap: .7rem !important;
    padding-left: .9rem !important;
    padding-right: .85rem !important;
  }

  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar .sidebar > .mt-2,
  body.sidebar-mini:not(.sidebar-collapse) .main-sidebar .user-panel,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-sidebar .sidebar > .mt-2,
  body.sidebar-mini-md:not(.sidebar-collapse) .main-sidebar .user-panel,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-sidebar .sidebar > .mt-2,
  body.sidebar-mini-xs:not(.sidebar-collapse) .main-sidebar .user-panel {
    padding-left: .7rem !important;
    padding-right: .7rem !important;
  }
}

.taxio-lang-switch .dropdown-item.active,
.taxio-landing-lang .dropdown-item.active {
  background: #e9f2ff;
  color: #0b5ed7;
  font-weight: 600;
}

#userLanguageModal .table td,
#userLanguageModal .table th {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .taxio-landing-lang .dropdown-menu {
    right: auto;
    left: 0;
  }
}

.partner-upload-card {
  box-shadow: 0 0.5rem 1.25rem rgba(17, 24, 39, 0.08);
  border: 0;
}

.partner-upload-form .form-control-file {
  border: 1px solid #d6d9de;
  border-radius: .35rem;
  padding: .5rem;
  background: #fff;
}
body.converter-progress-open .modal-backdrop.show {
  opacity: 0.65;
}

.converter-progress-dialog {
  transform: translateY(22px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.converter-progress-modal.show .converter-progress-dialog {
  transform: translateY(0);
  opacity: 1;
}

.converter-progress-log {
  max-height: 260px;
  overflow-y: auto;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.35;
  white-space: pre-wrap;
}

.converter-progress-log .line + .line {
  margin-top: 4px;
}

.taxio-file-picker {
  display: flex;
  align-items: center;
  gap: .75rem;
  width: 100%;
  min-width: 0;
  padding: .45rem;
  border: 1px solid #d7e0ec;
  border-radius: .9rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.taxio-file-picker:hover {
  border-color: #b9c8dc;
}

.taxio-file-picker:focus-within {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .18rem rgba(13, 110, 253, .12);
}

.taxio-file-picker.has-file {
  border-color: #9dc0f7;
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
}

.taxio-file-picker.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 .18rem rgba(220, 53, 69, .1);
}

.taxio-file-picker.is-disabled {
  opacity: .65;
  background: #f1f5f9;
}

.taxio-file-picker-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.taxio-file-picker-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: .5rem;
  min-height: 2.5rem;
  margin: 0;
  padding: .55rem .9rem;
  border: 1px solid #b9c8dc;
  border-radius: .7rem;
  background: #ffffff;
  color: #172033;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.taxio-file-picker-trigger:hover {
  border-color: #0d6efd;
  background: #eef5ff;
  color: #0b5ed7;
}

.taxio-file-picker-trigger:active {
  transform: translateY(1px);
}

.taxio-file-picker-input:focus + .taxio-file-picker-trigger {
  border-color: #0d6efd;
  outline: 2px solid rgba(13, 110, 253, .2);
  outline-offset: 2px;
}

.taxio-file-picker-input:disabled + .taxio-file-picker-trigger {
  cursor: not-allowed;
  transform: none;
}

.taxio-file-picker-name {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  color: #64748b;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.taxio-file-picker.has-file .taxio-file-picker-name {
  color: #1e3a5f;
}

html[data-bs-theme="dark"] .taxio-file-picker,
.dark-mode .taxio-file-picker {
  border-color: #42526a;
  background: linear-gradient(180deg, #202b3d 0%, #182235 100%);
}

html[data-bs-theme="dark"] .taxio-file-picker.has-file,
.dark-mode .taxio-file-picker.has-file {
  border-color: #4f83cc;
  background: linear-gradient(180deg, #202f46 0%, #19273c 100%);
}

html[data-bs-theme="dark"] .taxio-file-picker-trigger,
.dark-mode .taxio-file-picker-trigger {
  border-color: #53657e;
  background: #263449;
  color: #f1f5f9;
}

html[data-bs-theme="dark"] .taxio-file-picker-trigger:hover,
.dark-mode .taxio-file-picker-trigger:hover {
  border-color: #6ea8fe;
  background: #2e4260;
  color: #dbeafe;
}

html[data-bs-theme="dark"] .taxio-file-picker-name,
.dark-mode .taxio-file-picker-name {
  color: #aebed2;
}

html[data-bs-theme="dark"] .taxio-file-picker.has-file .taxio-file-picker-name,
.dark-mode .taxio-file-picker.has-file .taxio-file-picker-name {
  color: #dbeafe;
}

@media (max-width: 575.98px) {
  .taxio-file-picker {
    align-items: stretch;
    flex-direction: column;
  }

  .taxio-file-picker-trigger {
    width: 100%;
  }

  .taxio-file-picker-name {
    padding: .15rem .35rem .25rem;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
