/* ===== odeme.php styles ===== */

.od-wrap {
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  gap: 40px;
  padding-bottom: 80px;
  align-items: start;
}
.od-left { min-width: 0; }

/* ── Page head ── */
.od-page-head { padding: 32px 0 24px }
.od-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: var(--muted);
  text-decoration: none; margin-bottom: 16px;
  transition: color .15s;
}
.od-back:hover { color: var(--blue) }
.od-back svg { width: 14px; height: 14px }
.od-page-head h1 { font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin-bottom: 6px }
.od-page-head p  { font-size: 14px; color: var(--muted); font-weight: 500 }

/* ── Tabs ── */
.od-tabs { display: flex; border-bottom: 2px solid var(--line); margin-bottom: 32px; gap: 0 }
.od-tab  { display: flex; align-items: center; gap: 8px; padding: 12px 20px; font-size: 14px; font-weight: 700; color: var(--muted); background: none; border: none; cursor: pointer; position: relative; transition: color .15s }
.od-tab svg { width: 16px; height: 16px }
.od-tab:hover { color: var(--ink) }
.od-tab.is-active { color: var(--blue) }
.od-tab.is-active::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--blue); border-radius: 2px 2px 0 0 }

/* ── Form fields ── */
.od-form { display: grid; gap: 20px }
.od-field { display: grid; gap: 7px }
.od-field label { font-size: 12px; font-weight: 800; color: var(--ink); letter-spacing: .05em; text-transform: uppercase }
.od-field input,
.od-field select {
  width: 100%; box-sizing: border-box;
  border: 1.5px solid var(--line); border-radius: 11px;
  padding: 12px 16px; font-family: inherit; font-size: 15px;
  color: var(--ink); font-weight: 500; background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.od-field input:focus,
.od-field select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,132,217,.12) }

.od-card-input { position: relative }
.od-card-input input { padding-right: 90px; font-family: 'JetBrains Mono', monospace; font-size: 17px; letter-spacing: .1em }
.od-card-icons { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); display: flex; gap: 6px; align-items: center }
.od-card-icons svg { opacity: .4; transition: opacity .2s }
.od-card-icons svg.active { opacity: 1 }

.od-row3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px }
.od-row3 .od-field:first-child { grid-column: span 2 }

.od-cvc-wrap { position: relative }
.od-cvc-wrap input { padding-right: 42px; font-family: 'JetBrains Mono', monospace; font-size: 18px; letter-spacing: .15em }
.od-cvc-ico { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted) }

/* ── Installments ── */
.od-installments { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px }
.od-inst { cursor: pointer }
.od-inst input { position: absolute; opacity: 0; pointer-events: none }
.od-inst span {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; padding: 12px 8px; border: 1.5px solid var(--line); border-radius: 11px;
  text-align: center; transition: border-color .15s, background .15s, box-shadow .15s;
  background: #fff;
}
.od-inst span b  { font-size: 13px; font-weight: 800; color: var(--ink) }
.od-inst span em { font-size: 11px; color: var(--muted); font-weight: 600; font-style: normal }
.od-inst input:checked + span {
  border-color: var(--blue); background: var(--blue-50);
  box-shadow: 0 0 0 1px var(--blue);
}
.od-inst input:checked + span b { color: var(--blue) }

/* ── Security badge ── */
.od-security { display: flex; gap: 10px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: 11px; padding: 12px 16px }
.od-security svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; margin-top: 2px }
.od-security p { font-size: 12.5px; color: var(--muted); font-weight: 500; margin: 0; line-height: 1.5 }

/* ── Submit ── */
.od-submit {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 16px; border: none; border-radius: 13px;
  background: var(--blue); color: #fff; font-family: inherit; font-size: 16px;
  font-weight: 800; cursor: pointer; letter-spacing: -.01em;
  box-shadow: 0 8px 24px -6px rgba(10,132,217,.5);
  transition: background .15s, transform .08s, box-shadow .15s;
}
.od-submit:hover  { background: #0872c2; box-shadow: 0 10px 28px -6px rgba(10,132,217,.6) }
.od-submit:active { transform: translateY(1px) }

/* ═══════════════════════════════════════
   SANAL KREDİ KARTI — yan yana layout
════════════════════════════════════════ */
.cc-layout {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 24px;
}

.cc-fields { display: grid; gap: 20px; min-width: 0 }

.card-scene {
  width: 100%; height: 240px;
  perspective: 1000px;
  position: sticky;
  top: 100px;
}
.cc-layout .card-inner {
  width: 100%;
}
.card-inner {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.4,0,.2,1);
}
.card-inner.is-flipped { transform: rotateY(180deg) }

.card-face {
  position: absolute; inset: 0;
  border-radius: 18px;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Ön yüz */
.card-front {
  background: linear-gradient(135deg, #1a3a6e 0%, #0a2147 40%, #061630 100%);
  padding: 24px 28px;
  display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 24px 48px -12px rgba(6,22,48,.6), 0 0 0 1px rgba(255,255,255,.08) inset;
}
/* Dekoratif daireler */
.cf-deco {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 80% -20%, rgba(10,132,217,.35) 0%, transparent 50%),
    radial-gradient(circle at -10% 110%, rgba(6,180,120,.2) 0%, transparent 50%);
}
.cf-top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 1 }
.cf-chip svg { width: 46px; height: 36px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.3)) }
.cf-nfc svg { width: 28px; height: 28px; margin-top: 4px }

.cf-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 20px; font-weight: 500; color: #fff; letter-spacing: .12em;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
  position: relative; z-index: 1;
  white-space: nowrap; overflow: hidden;
}
.cf-bottom { display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 1 }
.cf-lbl { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 3px }
.cf-val { font-size: 14px; font-weight: 700; color: #fff; letter-spacing: .04em; text-transform: uppercase; text-shadow: 0 1px 3px rgba(0,0,0,.3) }
.cf-brand { display: flex; align-items: flex-end }
.cf-brand svg { width: 56px; height: 36px }

/* Arka yüz */
.card-back {
  background: linear-gradient(135deg, #1e2a3a 0%, #111820 100%);
  transform: rotateY(180deg);
  display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 24px 48px -12px rgba(6,22,48,.6), 0 0 0 1px rgba(255,255,255,.06) inset;
}
.cb-stripe { height: 52px; background: #0a0f18; margin-top: 28px }
.cb-sig-wrap { display: flex; align-items: center; gap: 10px; padding: 0 20px }
.cb-sig {
  flex: 1; height: 40px; border-radius: 4px;
  background: repeating-linear-gradient(
    -60deg,
    #e8e8e8 0px, #e8e8e8 10px,
    #d0d0d0 10px, #d0d0d0 20px
  );
}
.cb-cvc-box { background: #fff; border-radius: 6px; padding: 6px 14px; text-align: center }
.cb-cvc-lbl { font-size: 9px; font-weight: 700; letter-spacing: .1em; color: #888; text-transform: uppercase; margin-bottom: 2px }
.cb-cvc-val { font-family: 'JetBrains Mono', monospace; font-size: 18px; font-weight: 600; color: #111; letter-spacing: .2em }
.cb-brand { padding: 0 20px 20px; display: flex; flex-direction: column; align-items: flex-end }
.cb-brand svg { width: 52px; height: 32px }

/* ── Havale bölümü ── */
.od-bank-label { font-size: 13px; font-weight: 700; color: var(--ink-2); margin-bottom: 12px }
.od-banks { display: grid; gap: 10px }
.od-bank { cursor: pointer; display: block }
.od-bank input { position: absolute; opacity: 0; pointer-events: none }
.ob-inner {
  display: flex; align-items: center; gap: 0;
  border: 1.5px solid var(--line); border-radius: 14px;
  background: #fff; overflow: hidden;
  transition: border-color .15s, box-shadow .15s;
}
.od-bank input:checked + .ob-inner {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue), 0 4px 16px rgba(10,132,217,.1);
}
.ob-logo-wrap {
  flex-shrink: 0; width: 160px;
  padding: 14px 16px;
  border-right: 1px solid var(--line-2);
  display: flex; align-items: center;
}
.ob-logo-wrap svg { width: 100%; height: 44px }
.ob-fields {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: 7px;
  padding: 16px 20px;
}
.ob-field { display: flex; flex-direction: column; gap: 2px }
.ob-lbl { font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--muted) }
.ob-val { font-family: 'JetBrains Mono', monospace; font-size: 13.5px; font-weight: 600; color: var(--ink) }
.ob-val-sm { font-size: 12px; color: var(--muted) }
.ob-copy {
  flex-shrink: 0; margin: 16px 18px 16px 0;
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--surface); border: 1.5px solid var(--line);
  border-radius: 10px; padding: 9px 14px;
  font-size: 11.5px; font-weight: 800; color: var(--ink-2);
  cursor: pointer; white-space: nowrap;
  transition: background .15s, border-color .15s, color .15s;
}
.ob-copy svg { width: 13px; height: 13px; flex-shrink: 0 }
.ob-copy:hover { background: var(--blue-50); border-color: var(--blue); color: var(--blue) }

.od-havale-note {
  background: #fffbeb; border: 1px solid #fde68a; border-radius: 12px;
  padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start;
}
.od-havale-note svg { width: 18px; height: 18px; color: #92400e; flex-shrink: 0; margin-top: 2px }
.od-havale-note strong { display: block; font-size: 13px; font-weight: 800; color: #78350f; margin-bottom: 8px }
.od-havale-note ol { margin: 0; padding-left: 16px; display: grid; gap: 5px }
.od-havale-note ol li { font-size: 12.5px; color: #92400e; font-weight: 500; line-height: 1.5 }

/* ── Right: Summary ── */
.od-right { position: sticky; top: 88px; display: grid; gap: 14px }
.od-summary { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px -8px rgba(13,30,57,.1) }
.os-head { background: linear-gradient(135deg, #0a2147 0%, #0e3572 100%); padding: 22px 22px 18px; text-align: center }
.os-title { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.65); margin-bottom: 8px }
.os-total { font-family: 'JetBrains Mono', monospace; font-size: 30px; font-weight: 600; color: #fff; letter-spacing: -.02em }
.os-rows { padding: 16px 18px; display: grid; gap: 10px; border-bottom: 1px solid var(--line) }
.os-row { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; color: var(--ink-2); font-weight: 500 }
.os-row span:last-child { font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 600; color: var(--ink) }
.os-free s { color: var(--muted); font-weight: 400 }
.os-free b { color: var(--green); font-weight: 800; font-family: inherit }
.os-subtotal { padding-top: 10px; border-top: 1px solid var(--line); font-weight: 800; color: var(--ink) }
.os-subtotal span { font-weight: 800; color: var(--ink) }
.os-subtotal span:last-child { font-size: 16px; font-weight: 700 }
.os-credit { color: var(--green) }
.os-credit svg { margin-right: 2px }
.os-credit-val { color: var(--green); font-weight: 700 }
.os-note { padding: 12px 18px; font-size: 11.5px; color: var(--muted); font-weight: 500; line-height: 1.5; background: var(--surface) }

/* ── Coupon applied state ── */
.oc-error { font-size: 12px; color: #dc2626; margin-top: 7px; display: none; font-weight: 600 }
.oc-input-error { border-color: #dc2626 !important; animation: oc-shake .3s }
@keyframes oc-shake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-4px)} 75%{transform:translateX(4px)} }

.oc-applied {
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  background: #f0fdf4; border: 1.5px solid #16a34a;
  border-radius: 12px; padding: 13px 16px; margin-top: 12px;
}
.oc-applied.visible { display: flex }
.oca-info { display: flex; align-items: center; gap: 10px }
.oca-check { width: 17px; height: 17px; color: #16a34a; flex-shrink: 0 }
.oca-code { font-family: 'JetBrains Mono', monospace; font-size: 13.5px; font-weight: 700; color: #111; display: block; margin-bottom: 2px }
.oca-desc { font-size: 11.5px; color: #16a34a; font-weight: 600 }
.oca-remove { font-size: 12px; font-weight: 700; color: var(--muted); background: none; border: none; cursor: pointer; text-decoration: underline; white-space: nowrap; padding: 0; transition: color .15s }
.oca-remove:hover { color: #dc2626 }

/* Discount row in os-rows */
.os-discount-row { border-top: 1px dashed #bbf7d0; padding-top: 8px; margin-top: 2px }
.os-discount-row span:first-child { color: #16a34a; font-weight: 700 }
.os-discount-val { color: #16a34a !important; font-weight: 700 }
.od-coupon-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; background: #dcfce7; border: 1px solid #16a34a; border-radius: 4px; padding: 1px 5px; color: #16a34a; margin-left: 4px }

.od-coupon { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px }
.oc-head { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: var(--ink); margin-bottom: 14px }
.oc-head svg { width: 16px; height: 16px; color: var(--muted) }
.oc-form { display: grid; grid-template-columns: 1fr auto; gap: 8px }
.oc-form input { border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 14px; font-family: inherit; font-size: 13.5px; color: var(--ink); font-weight: 500; background: #fff; width: 100%; box-sizing: border-box; transition: border-color .15s }
.oc-form input:focus { outline: none; border-color: var(--blue) }
.oc-form button { padding: 10px 16px; background: var(--blue); color: #fff; border: none; border-radius: 10px; font-family: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: background .15s; white-space: nowrap }
.oc-form button:hover { background: #0872c2 }

.od-badges { display: flex; gap: 8px; flex-wrap: wrap }
.ob-badge { display: flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 7px 12px; font-size: 11.5px; font-weight: 700; color: var(--muted) }
.ob-badge svg { color: var(--muted) }

/* ── Responsive ── */
@media (max-width: 1200px) {
  .cc-layout { grid-template-columns: 1fr; gap: 24px }
  .card-scene { width: 100%; max-width: 380px; margin: 0 auto; position: static }
}
@media (max-width: 900px) {
  .od-wrap { grid-template-columns: 1fr }
  .od-right { position: static }
  .cf-number { font-size: 17px }
  .od-installments { grid-template-columns: repeat(2,1fr) }
  .ob-logo-wrap { width: 120px; padding: 12px }
  .ob-copy { padding: 8px 10px; font-size: 10.5px; margin: 12px 12px 12px 0 }
  .ob-copy span { display: none }
}
@media (max-width: 480px) {
  .od-installments { grid-template-columns: 1fr 1fr }
  .card-scene { height: 200px }
  .cf-number { font-size: 15px; letter-spacing: .12em }
  .od-tab { font-size: 13px; padding: 10px 14px }
  .od-addr-cols { grid-template-columns: 1fr; gap: 12px }
}

/* ===== ADIM GÖSTERGESİ ===== */
.od-steps {
  display: flex; align-items: center; gap: 0;
  margin-bottom: 24px;
  background: var(--surface);
  border: 1.5px solid var(--line-2);
  border-radius: 14px;
  padding: 5px;
}
.od-step {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 16px; border-radius: 10px;
  transition: all .2s;
}
.od-step-num {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 900;
  background: var(--line-2); color: var(--muted-2);
  flex-shrink: 0; transition: all .2s;
}
.od-step-lbl {
  font-size: 13px; font-weight: 700; color: var(--muted-2);
  transition: color .2s;
}
.od-step.is-active {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.07);
}
.od-step.is-active .od-step-num {
  background: var(--blue); color: #fff;
}
.od-step.is-active .od-step-lbl { color: var(--ink) }
.od-step.is-done .od-step-num {
  background: #DCFCE7; color: #16A34A;
}
.od-step.is-done .od-step-num::before { content: '✓' }
.od-step.is-done .od-step-lbl { color: var(--muted) }
.od-step-sep {
  width: 1px; height: 20px;
  background: var(--line-2);
  flex-shrink: 0;
}

/* Devam Et butonu */
.od-next-btn {
  width: 100%; margin-top: 20px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 24px;
  background: var(--ink); color: #fff;
  font-size: 15px; font-weight: 800;
  border: none; border-radius: 12px;
  cursor: pointer; transition: background .15s;
}
.od-next-btn:hover { background: #1e3a5f }

/* Adres özeti (adım 2 üstü) */
.od-addr-summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: var(--surface);
  border: 1.5px solid var(--line-2);
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 20px;
  cursor: pointer; transition: border-color .14s;
}
.od-addr-summary:hover { border-color: var(--blue) }
.od-addr-summary-inner {
  display: flex; gap: 28px; flex: 1; min-width: 0; flex-wrap: wrap;
}
.oas-label {
  display: block; font-size: 10.5px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 2px;
}
.oas-val {
  font-size: 12.5px; font-weight: 600; color: var(--ink-2);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 200px; display: block;
}
.oas-edit {
  display: flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700; color: var(--blue);
  flex-shrink: 0; white-space: nowrap;
}

/* ===== ADRES SEÇİMİ ===== */
.od-addr-section {
  background: #fff;
  border: 1.5px solid var(--line-2);
  border-radius: 16px;
  padding: 20px 22px 22px;
  margin-bottom: 20px;
}
.od-addr-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.od-addr-col { position: relative }

.od-addr-head {
  display: flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 800;
  color: var(--ink); letter-spacing: .02em;
  margin-bottom: 10px;
}
.od-addr-head svg { color: var(--blue); flex-shrink: 0 }

/* Seçili adres kartı */
.od-addr-card {
  display: flex; align-items: center;
  justify-content: space-between; gap: 10px;
  border: 1.5px solid var(--line-2);
  border-radius: 12px; padding: 13px 14px;
  cursor: pointer; transition: border-color .14s;
  background: #fff; position: relative; z-index: 2;
}
.od-addr-card:hover,
.od-addr-card.open { border-color: var(--blue) }

.oa-inner { display: flex; align-items: flex-start; gap: 10px; flex: 1; min-width: 0 }

.oa-type {
  flex-shrink: 0;
  display: inline-block;
  padding: 3px 9px;
  background: rgba(10,132,217,.1);
  color: var(--blue);
  font-size: 11px; font-weight: 800;
  border-radius: 6px; white-space: nowrap;
  margin-top: 1px;
}
.oa-type-home {
  background: rgba(124,58,237,.1);
  color: #7C3AED;
}

.oa-detail { min-width: 0 }
.oa-detail p {
  font-size: 12.5px; color: var(--ink-2);
  line-height: 1.5; margin: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.oa-detail strong { font-size: 12px; color: var(--muted-2); font-weight: 700 }

.oa-chevron {
  color: var(--muted-2); flex-shrink: 0; width: 16px;
  transition: transform .18s;
}
.od-addr-card.open .oa-chevron { transform: rotate(180deg) }

/* Dropdown */
.oa-dropdown {
  position: absolute; top: calc(100% + 4px); left: 0; right: 0;
  background: #fff;
  border: 1.5px solid var(--blue);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
  z-index: 10; overflow: hidden;
  display: none;
}
.oa-dropdown.open { display: block }

.oa-opt {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 14px; cursor: pointer;
  border-bottom: 1px solid var(--line-2);
  transition: background .1s;
}
.oa-opt:last-of-type { border-bottom: none }
.oa-opt:hover { background: var(--surface) }
.oa-opt-selected { background: var(--blue-50, #EFF6FF) }
.oa-opt input[type="radio"] { display: none }
.oa-opt-inner { display: flex; align-items: flex-start; gap: 10px; flex: 1 }

.oa-new-addr {
  width: 100%; padding: 11px 14px;
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 700; color: var(--blue);
  background: none; border: none; border-top: 1px solid var(--line-2);
  cursor: pointer; transition: background .1s;
}
.oa-new-addr:hover { background: var(--blue-50, #EFF6FF) }

/* Fatura checkbox */
.od-invoice-check {
  display: flex; align-items: center; gap: 9px;
  margin-top: 12px; cursor: pointer;
  font-size: 13px; font-weight: 600; color: var(--ink-2);
  user-select: none;
}
.od-invoice-check input { display: none }
.od-check-box {
  width: 18px; height: 18px; flex-shrink: 0;
  border: 2px solid var(--line); border-radius: 5px;
  background: #fff; transition: all .14s;
  position: relative;
}
.od-invoice-check input:checked + .od-check-box {
  background: var(--blue); border-color: var(--blue);
}
.od-invoice-check input:checked + .od-check-box::after {
  content: '';
  position: absolute; left: 3px; top: 0px;
  width: 5px; height: 9px;
  border: 2px solid #fff; border-top: none; border-left: none;
  transform: rotate(45deg);
}
