html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
}

body {
  margin-bottom: 100px !important;
}

body.jt-auth-page {
  margin-bottom: 0 !important;
}

#page-loader {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

.ts-dropdown,
.ts-dropdown.form-control {
  z-index: 9999 !important;
  background-color: #fff !important;
  color: #000;
  border: 1px solid #ccc;
}
.ts-dropdown .option {
  background-color: #fff;
  color: #000;
}
.ts-dropdown .option:hover,
.ts-dropdown .option.active {
  background-color: #f5f5f9;
  color: #000;
}

.btn-light:hover {
  background-color: #f0f0f0;
  color: #000;
}

.input-group-sm>.ts-wrapper.has-items .ts-control, .ts-wrapper.form-control-sm.has-items .ts-control, .ts-wrapper.form-select-sm.has-items .ts-control {
  font-size: .75rem !important;
  padding-bottom: 6px !important;
}

body.jt-auth-page {
  margin-bottom: 0 !important;
  min-height: 100vh;
  min-height: 100dvh;
}

/* Auth logo — jetteknoloji/inc/header.php marka kartı ile uyumlu */
.jt-auth-brand-wrap {
  margin-top: 50px;
  text-align: center;
}

.jt-login-page .jt-auth-brand-wrap {
  margin-top: 0;
}

.jt-auth-brand-logo {
  height: 36px;
  width: auto;
  display: block;
  transition: filter 0.35s ease, transform 0.35s ease;
}

.jt-auth-brand-card {
  background-color: #fff;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.jt-auth-brand-divider {
  border-color: #000 !important;
  transition: border-color 0.35s ease;
}

.jt-auth-brand-tagline {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #000;
  opacity: 0.75;
  transition: color 0.35s ease, opacity 0.35s ease;
}

.jt-auth-brand:hover .jt-auth-brand-card,
.jt-auth-brand:focus-visible .jt-auth-brand-card {
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: 0 10px 28px rgba(0, 26, 56, 0.22);
  transform: translateY(-1px);
}

.jt-auth-brand:hover .jt-auth-brand-divider,
.jt-auth-brand:focus-visible .jt-auth-brand-divider {
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.jt-auth-brand:hover .jt-auth-brand-tagline,
.jt-auth-brand:focus-visible .jt-auth-brand-tagline {
  color: #fff;
  opacity: 1;
}

.jt-auth-brand:hover .jt-auth-brand-logo,
.jt-auth-brand:focus-visible .jt-auth-brand-logo {
  filter: brightness(0) invert(1);
  transform: scale(1.02);
}

html:has(body.jt-auth-page) {
  min-height: 100%;
}

/* Login — iki sütun + Ücretsiz E-Ticaret görseli */
.jt-login-page {
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.5rem 1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--tblr-body-bg, #f6f8fb) !important;
}

.jt-login-page__center {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.jt-login-page .jt-auth-brand-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.jt-login-page .container.jt-login-wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.jt-login-wrap {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.jt-login-card {
  border-radius: 1rem;
}

.jt-login-promo-col {
  display: none;
  background: linear-gradient(145deg, #f8fbff 0%, #eef4fd 100%);
  border-left: 1px solid rgba(0, 95, 236, 0.08);
}

.jt-login-form-col {
  display: flex;
  align-items: center;
}

.jt-login-form-inner {
  width: 100%;
}

@media (min-width: 992px) {
  .jt-login-card-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 440px;
  }

  .jt-login-card-row > .jt-login-form-col,
  .jt-login-card-row > .jt-login-promo-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    min-height: 100%;
    height: 100%;
  }

  .jt-login-form-col {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .jt-login-promo-col {
    display: flex !important;
    align-items: center;
    padding: 2rem 1.75rem;
  }
}

.jt-auth-free-visual {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.jt-auth-free-visual__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.jt-auth-free-visual__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.35;
  color: #111827;
}

.jt-auth-free-visual__speed {
  display: inline;
  margin: 0 0.12rem;
  padding: 0.1rem 0.45rem;
  border-radius: 0.35rem;
  background: rgba(0, 95, 236, 0.1);
  border: 1px solid rgba(0, 95, 236, 0.12);
  color: #1e4a8c;
  white-space: nowrap;
}

.jt-auth-free-visual__lead {
  margin-bottom: 0.85rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5f6b7c;
}

.jt-auth-free-visual__features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.22rem 0;
  font-size: 0.86rem;
  color: #444;
}

.jt-auth-free-visual__features i {
  color: #16a34a;
  font-size: 0.8rem;
}

.jt-auth-free-visual__cta {
  margin-top: 1rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 95, 236, 0.22);
}

.jt-auth-recovery-visual__badge {
  background: rgba(0, 95, 236, 0.1);
  color: #1e4a8c;
}

.jt-auth-recovery-visual__scene {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

.jt-auth-recovery-lock-card {
  width: min(100%, 220px);
  aspect-ratio: 1;
  border-radius: 1rem;
  background: linear-gradient(145deg, #fff 0%, #f4f8ff 100%);
  border: 1px solid rgba(0, 95, 236, 0.12);
  box-shadow:
    0 4px 10px rgba(15, 23, 42, 0.05),
    0 18px 36px rgba(0, 95, 236, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  padding: 1.5rem;
}

.jt-auth-recovery-lock-card__icon {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  background: rgba(0, 95, 236, 0.1);
  color: #005fec;
  font-size: 1.85rem;
}

.jt-auth-recovery-lock-card__label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
}

.jt-auth-recovery-lock-card__mail {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
  font-size: 0.72rem;
  font-weight: 600;
}

.jt-auth-free-visual__scene {
  position: relative;
  min-height: 210px;
}

.jt-auth-free-visual__timer {
  position: absolute;
  top: -0.25rem;
  left: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #f4f8ff 100%);
  border: 2px solid rgba(0, 95, 236, 0.18);
  box-shadow: 0 10px 24px rgba(0, 95, 236, 0.14);
}

.jt-auth-free-visual__timer-ring {
  grid-area: 1 / 1;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #005fec;
  border-right-color: rgba(0, 95, 236, 0.35);
  animation: jt-auth-free-timer-spin 2.8s linear infinite;
  pointer-events: none;
}

.jt-auth-free-visual__timer-inner {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  width: 100%;
  padding: 0 0.4rem;
  text-align: center;
  line-height: 1;
}

.jt-auth-free-visual__timer-value {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: #005fec;
  line-height: 1;
}

.jt-auth-free-visual__timer-label {
  display: block;
  max-width: 3.6rem;
  font-size: 0.52rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.jt-auth-free-visual__browser {
  position: relative;
  margin: 1.5rem 0 0 2rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 95, 236, 0.12);
  box-shadow:
    0 4px 10px rgba(15, 23, 42, 0.05),
    0 18px 36px rgba(0, 95, 236, 0.12);
  overflow: hidden;
}

.jt-auth-free-visual__browser-bar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.6rem;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.jt-auth-free-visual__browser-bar span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #cbd5e1;
}

.jt-auth-free-visual__browser-bar span:first-child {
  background: #f87171;
}

.jt-auth-free-visual__browser-bar span:nth-child(2) {
  background: #fbbf24;
}

.jt-auth-free-visual__browser-bar span:nth-child(3) {
  background: #4ade80;
}

.jt-auth-free-visual__browser-url {
  flex: 1;
  margin-left: 0.35rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.62rem;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jt-auth-free-visual__browser-body {
  padding: 0.75rem;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.jt-auth-free-visual__store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.jt-auth-free-visual__store-logo {
  width: 2.8rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #005fec, #3b82f6);
}

.jt-auth-free-visual__store-nav {
  width: 3.5rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #e2e8f0;
}

.jt-auth-free-visual__store-hero {
  padding: 0.65rem;
  margin-bottom: 0.6rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 95, 236, 0.12) 0%, rgba(59, 130, 246, 0.06) 100%);
}

.jt-auth-free-visual__store-title {
  display: block;
  width: 72%;
  height: 0.45rem;
  margin-bottom: 0.45rem;
  border-radius: 999px;
  background: rgba(0, 95, 236, 0.22);
}

.jt-auth-free-visual__store-btn {
  display: block;
  width: 40%;
  height: 0.4rem;
  border-radius: 999px;
  background: #005fec;
}

.jt-auth-free-visual__store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.jt-auth-free-visual__store-grid span {
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.jt-auth-free-visual__browser-check {
  position: absolute;
  right: -0.6rem;
  bottom: -0.6rem;
  width: 1.85rem;
  height: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  font-size: 0.78rem;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.35);
  animation: jt-auth-free-check-pop 0.55s ease 0.35s both;
}

@keyframes jt-auth-free-timer-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes jt-auth-free-check-pop {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  70% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jt-auth-free-visual__timer-ring,
  .jt-auth-free-visual__browser-check {
    animation: none;
  }
}