:root{
  --ink:#172033;
  --muted:#667085;
  --blue:#1876f2;
  --orange:#ff6333;
  --bg:#edf3fb;
  --line:#dbe4ef;
  --card:#fff;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{text-decoration:none;color:inherit}

.v2top{height:78px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 42px;border-bottom:1px solid #e7edf5;position:sticky;top:0;z-index:50}
.v2brand b{display:block;font-size:21px;font-weight:950;letter-spacing:-.5px}
.v2brand span{font-size:12px;color:#1267ff;font-weight:950}
.v2nav{display:flex;gap:30px;align-items:center;font-weight:900}
.v2nav a{padding:29px 0 23px;color:#121b2d}
.v2nav .on{color:#1267ff;border-bottom:4px solid #1267ff}
.v2admin{background:#061832;color:#fff!important;padding:14px 26px;border-radius:999px;font-weight:950;box-shadow:0 8px 22px rgba(6,24,50,.15)}

.v2searchStrip{background:var(--orange);padding:12px 0}
.v2wrap{max-width:1240px;margin:0 auto;padding:0 16px}
.v2search{display:grid;grid-template-columns:1.5fr 46px 1.5fr .85fr .9fr;gap:10px;align-items:center}
.v2field{background:#fff;border-radius:6px;padding:9px 13px;min-height:54px}
.v2field span{display:block;font-size:10px;color:#6d7788;text-transform:uppercase;font-weight:900;margin-bottom:3px}
.v2field input,.v2field select{width:100%;border:0;background:transparent;outline:0;font-size:16px;font-weight:950;color:#111827}
.v2swap{width:42px;height:42px;border-radius:999px;background:#fff;color:#1267ff;display:grid;place-items:center;font-weight:950;font-size:20px}
.v2btn{height:54px;border:0;border-radius:6px;background:#fff;color:#1267ff;font-size:17px;font-weight:950;cursor:pointer}

.v2main{max-width:1240px;margin:18px auto 60px;padding:0 16px;display:grid;grid-template-columns:275px 1fr;gap:20px}
.v2filter{background:#fff;border-radius:5px;border:1px solid var(--line);align-self:start}
.v2filterTop{display:flex;justify-content:space-between;padding:18px;border-bottom:1px solid var(--line)}
.v2filterTop b{font-size:20px}.v2filterTop span{font-size:12px;color:#b4bbc7;font-weight:900}
.v2filterBlock{padding:18px;border-bottom:1px solid var(--line)}
.v2filterBlock h4{margin:0 0 13px;text-transform:uppercase;font-size:13px}
.v2chips{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.v2chip{height:48px;border:1px solid #d9e3ef;border-radius:7px;background:#fff;font-weight:850;display:grid;place-items:center;text-align:center;font-size:13px}

.v2listHead{height:48px;background:#fff;border-radius:5px;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-weight:850}
.v2sort{display:flex;gap:24px;align-items:center;font-size:13px;text-transform:uppercase}.v2sort b{color:#1267ff}
.v2title{margin:18px 0 10px}.v2title h1{font-size:30px;margin:0;letter-spacing:-.7px}.v2title p{margin:5px 0;color:#667085;font-weight:800}

.v2trip{background:#fff;border:1px solid var(--line);border-radius:5px;margin-bottom:10px}
.v2tripRow{display:grid;grid-template-columns:1.35fr .62fr .72fr .62fr .85fr;gap:14px;align-items:start;padding:18px}
.v2bus h3{margin:0 0 7px;font-size:22px;line-height:1.15}.v2bus p{margin:0;color:#667085;font-weight:850;font-size:13px}
.v2rating{margin-top:18px;display:flex;gap:8px;align-items:center;font-size:13px;color:#667085;font-weight:800}.v2score{background:#ff4268;color:#fff;border-radius:3px;padding:4px 7px;font-size:12px}
.v2time b{display:block;font-size:24px;line-height:1}.v2time span{display:block;margin-top:8px;color:#667085;font-weight:800;font-size:12px}
.v2route{text-align:center;color:#667085;font-size:12px;font-weight:850;padding-top:8px}.v2line{height:1px;background:#d9e3ef;margin:8px 0}
.v2price{text-align:right}.v2price b{display:block;font-size:25px}.v2price small{display:block;color:#667085;font-weight:800}.v2select{display:inline-block;margin-top:14px;background:var(--orange);color:#fff;border-radius:5px;padding:12px 22px;font-weight:950}
.v2details{border-top:1px solid #eef3f8;padding:10px 18px;text-align:right;font-size:13px;color:#1267ff;font-weight:850}
.v2empty{background:#fff;border:1px solid var(--line);border-radius:5px;padding:26px;font-weight:900}

.v2seatArea{background:#fff;border-top:1px solid #e9eff6;padding:20px 18px 22px}
.v2tabs{height:34px;background:#edf3fb;border-radius:20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;overflow:hidden;margin-bottom:18px}
.v2tab{display:grid;place-items:center;font-size:12px;color:#60718b;font-weight:950}.v2tab.on{background:#1876f2;color:#fff;border-radius:20px}
.v2seatGrid{display:grid;grid-template-columns:250px 250px 1fr;gap:20px}
.v2pointTitle{font-weight:950;margin:0 0 12px}.v2pointBox{border:1px solid #d9e3ef;background:#f8fbff;min-height:185px;padding:14px}
.v2pointBox b{display:block;margin-bottom:5px}.v2pointBox p{margin:0;color:#667085;font-size:12px;font-weight:750;line-height:1.35}
.v2seatPanel{min-width:330px}
.v2legend{display:flex;gap:15px;font-size:12px;color:#667085;font-weight:800;margin-bottom:13px}.v2lg{width:12px;height:12px;border-radius:3px;border:1px solid #adb9c8;display:inline-block;margin-right:5px;vertical-align:-2px}.v2lg.booked{background:#e1e5eb}.v2lg.ladies{background:#ef4b8b}.v2lg.men{background:#3378dc}
.v2deck{border:1px solid #d8e2ee;border-radius:7px;background:#fff;padding:14px 14px 14px 40px;position:relative;min-height:155px}
.v2deck:before{content:"☸";position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#60718b}
.v2seatrow{display:flex;gap:9px;margin-bottom:8px;align-items:center}
.v2aisle{width:18px}
.v2seat{width:25px;height:25px;border:1px solid #aeb9c7;border-radius:4px;background:#fff;cursor:pointer;font-size:9px;color:transparent;position:relative}
.v2seat:after{content:"";position:absolute;right:-4px;top:5px;width:5px;height:14px;border:1px solid #aeb9c7;border-left:0;border-radius:0 3px 3px 0;background:#fff}
.v2seat:disabled{background:#e2e6ec;cursor:not-allowed}.v2seat:disabled:after{background:#e2e6ec}
.v2seat.on{background:#1876f2;border-color:#1876f2}.v2seat.on:after{background:#1876f2;border-color:#1876f2}
.v2continue,.v2pay{width:100%;height:44px;border:0;border-radius:5px;background:var(--orange);color:#fff;font-weight:950;margin-top:14px;cursor:pointer}.v2continue:disabled{background:#d6d8dc;color:#fff}

.v2seatPage{max-width:1060px;margin:18px auto 70px;padding:0 16px}
.v2compactHead{background:#fff;border:1px solid var(--line);border-radius:5px;margin-bottom:10px;padding:16px 18px;display:grid;grid-template-columns:1.4fr .7fr .7fr .8fr;gap:15px;align-items:center}
.v2compactHead h1{margin:0;font-size:23px}.v2compactHead p{margin:4px 0 0;color:#667085;font-weight:850}
.v2steps{height:36px;background:#edf3fb;border-radius:20px;display:grid;grid-template-columns:1fr 1fr 1fr;margin:12px 0 14px;overflow:hidden}.v2step{display:grid;place-items:center;font-size:13px;font-weight:950;color:#60718b}.v2step.on{background:#1876f2;color:#fff;border-radius:20px}
.v2two{display:grid;grid-template-columns:1fr 300px;gap:15px}.v2panel{background:#fff;border:1px solid var(--line);border-radius:5px;padding:16px}
.v2side h2{margin:0 0 12px}.v2rowline{display:flex;justify-content:space-between;border-bottom:1px solid #eef3f8;padding:11px 0;font-weight:900}
.v2formgrid{max-width:1060px;margin:18px auto 70px;padding:0 16px;display:grid;grid-template-columns:1fr 320px;gap:15px}.v2input{margin-bottom:13px}.v2input label{display:block;font-size:11px;text-transform:uppercase;color:#667085;font-weight:950;margin-bottom:6px}.v2input input,.v2input select{width:100%;border:1px solid #d9e3ef;border-radius:6px;padding:13px;font-weight:850}
.v2passengerBox{border:1px solid #e2e9f2;border-radius:8px;background:#fbfdff;padding:14px;margin-top:12px}.v2error{background:#fff1f2;color:#be123c;padding:12px;border-radius:6px;margin-bottom:12px;font-weight:900}
.v2foot{background:#061832;color:#fff;padding:26px 42px;margin-top:70px;font-weight:850}

@media(max-width:900px){
 .v2top{padding:0 16px}.v2nav{display:none}
 .v2search,.v2main,.v2tripRow,.v2seatGrid,.v2compactHead,.v2two,.v2formgrid{grid-template-columns:1fr}
 .v2price{text-align:left}.v2filter{display:none}
}

/* A202G_FIVES_BLUE_INLINE_SEAT_STYLE */
:root{
  --orange:#2563eb;
  --blue:#0f6fff;
}
.v2searchStrip{
  background:linear-gradient(90deg,#0b1f44 0%,#1d4ed8 58%,#0f766e 100%)!important;
}
.v2btn{
  background:#ffffff!important;
  color:#1d4ed8!important;
}
.v2select,
.v2continue,
.v2pay{
  background:#2563eb!important;
  border:0;
}
.v2select{
  cursor:pointer;
  font-family:inherit;
}
.v2select:hover,
.v2continue:hover,
.v2pay:hover{
  background:#1d4ed8!important;
}
.v2score{
  background:#7c3aed!important;
}
.v2details{
  color:#0f766e!important;
}
.v2tab.on{
  background:#2563eb!important;
}
.v2farePill{
  display:inline-block;
  background:#e8f0ff;
  color:#1d4ed8;
  border-radius:5px;
  padding:6px 10px;
  font-size:12px;
  font-weight:950;
  margin-bottom:10px;
}
.v2inlineSeat{
  animation:v2SeatIn .18s ease-out;
}
@keyframes v2SeatIn{
  from{opacity:.2;transform:translateY(-5px)}
  to{opacity:1;transform:translateY(0)}
}

/* A202H_COMPACT_HORIZONTAL_REAL_SEAT_CHART */
.v2seatGrid{
  grid-template-columns: 250px 250px minmax(430px, 1fr) !important;
  gap:18px!important;
  align-items:start!important;
}
.v2seatPanel{
  min-width:430px!important;
}
.v2deck{
  min-height:0!important;
  height:auto!important;
  max-width:560px!important;
  padding:18px 18px 18px 58px!important;
  overflow:hidden!important;
  background:#fff!important;
}
.v2deck:before{
  content:"◉"!important;
  left:17px!important;
  top:50%!important;
  font-size:20px!important;
  color:#60718b!important;
}
.v2seatrow{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:7px!important;
  align-items:center!important;
  margin-bottom:9px!important;
}
.v2aisle{
  width:18px!important;
  flex:0 0 18px!important;
}
.v2seat{
  width:28px!important;
  height:26px!important;
  min-width:28px!important;
  border:2px solid #aeb9c7!important;
  border-radius:5px!important;
  background:#fff!important;
  color:transparent!important;
  position:relative!important;
  padding:0!important;
  cursor:pointer!important;
  box-shadow:inset 3px 0 0 #f1f4f7!important;
}
.v2seat:before{
  content:""!important;
  position:absolute!important;
  left:3px!important;
  top:3px!important;
  width:14px!important;
  height:18px!important;
  border:2px solid #aeb9c7!important;
  border-right:0!important;
  border-radius:4px 0 0 4px!important;
  background:#fff!important;
}
.v2seat:after{
  content:""!important;
  position:absolute!important;
  right:-6px!important;
  top:5px!important;
  width:7px!important;
  height:15px!important;
  border:2px solid #aeb9c7!important;
  border-left:0!important;
  border-radius:0 4px 4px 0!important;
  background:#fff!important;
}
.v2seat span{
  display:none!important;
}
.v2seat:disabled,
.v2seat[disabled]{
  background:#d7d9d7!important;
  border-color:#9fa6a8!important;
  cursor:not-allowed!important;
  box-shadow:inset 3px 0 0 #cfd3d4!important;
}
.v2seat:disabled:before,
.v2seat[disabled]:before,
.v2seat:disabled:after,
.v2seat[disabled]:after{
  background:#d7d9d7!important;
  border-color:#9fa6a8!important;
}
.v2seat.on{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
  box-shadow:inset 3px 0 0 #5b8cff!important;
}
.v2seat.on:before,
.v2seat.on:after{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
.v2continue{
  max-width:560px!important;
}
@media(max-width:900px){
  .v2seatGrid{grid-template-columns:1fr!important}
  .v2seatPanel{min-width:0!important}
  .v2deck{max-width:100%!important;overflow:auto!important}
}

/* A202I_GO_STYLE_4_LANE_COMPACT_REAL_SEAT */
.v2seatGrid{
  grid-template-columns: 255px 255px minmax(520px, 1fr) !important;
  gap:20px!important;
}
.v2seatPanel{
  min-width:520px!important;
}
.v2deck{
  width:100%!important;
  max-width:620px!important;
  min-height:0!important;
  padding:15px 15px 15px 0!important;
  background:#fff!important;
  border:1px solid #d7e2ef!important;
  border-radius:8px!important;
  overflow:hidden!important;
}
.v2coach{
  display:grid!important;
  grid-template-columns:52px 1fr!important;
  align-items:center!important;
  width:100%!important;
}
.v2coachWheel{
  height:100%!important;
  min-height:138px!important;
  background:#eef4fb!important;
  color:#5f7392!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:19px!important;
  font-weight:950!important;
}
.v2coachRows{
  padding:10px 12px 10px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  overflow-x:auto!important;
}
.v2coachRow{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  align-items:center!important;
  min-height:22px!important;
}
.v2coachAisle{
  height:20px!important;
  flex:0 0 20px!important;
}
.v2aisle{
  display:none!important;
}
.v2coach .v2seat{
  width:22px!important;
  height:20px!important;
  min-width:22px!important;
  padding:0!important;
  margin:0!important;
  border:2px solid #9fa9a3!important;
  border-radius:4px 3px 3px 4px!important;
  background:#fff!important;
  color:transparent!important;
  position:relative!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.v2coach .v2seat:before{
  content:""!important;
  position:absolute!important;
  left:2px!important;
  top:3px!important;
  width:12px!important;
  height:11px!important;
  border:2px solid #b2bbb5!important;
  border-right:0!important;
  border-radius:3px 0 0 3px!important;
  background:#f8fafc!important;
}
.v2coach .v2seat:after{
  content:""!important;
  position:absolute!important;
  right:-6px!important;
  top:4px!important;
  width:6px!important;
  height:12px!important;
  border:2px solid #9fa9a3!important;
  border-left:0!important;
  border-radius:0 4px 4px 0!important;
  background:#fff!important;
}
.v2coach .v2seat span{
  display:none!important;
}
.v2coach .v2seat:hover{
  border-color:#2563eb!important;
}
.v2coach .v2seat:hover:before,
.v2coach .v2seat:hover:after{
  border-color:#2563eb!important;
}
.v2coach .v2seat.on{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
.v2coach .v2seat.on:before,
.v2coach .v2seat.on:after{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
.v2coach .v2seat:disabled,
.v2coach .v2seat[disabled]{
  background:#d7d9d7!important;
  border-color:#9fa6a8!important;
  cursor:not-allowed!important;
}
.v2coach .v2seat:disabled:before,
.v2coach .v2seat[disabled]:before,
.v2coach .v2seat:disabled:after,
.v2coach .v2seat[disabled]:after{
  background:#d7d9d7!important;
  border-color:#9fa6a8!important;
}
.v2continue{
  max-width:620px!important;
}
@media(max-width:900px){
  .v2seatGrid{grid-template-columns:1fr!important}
  .v2seatPanel{min-width:0!important}
  .v2deck{max-width:100%!important}
  .v2coachRows{overflow-x:auto!important}
}

/* A202J_FINAL_GO_STYLE_4_LANE_SEAT_MAP */
.v2seatPanel{
  min-width:540px!important;
}
.v2deck{
  width:fit-content!important;
  max-width:none!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  overflow:visible!important;
}
.v2deck:before{
  display:none!important;
}
.v2goCoach{
  display:flex!important;
  align-items:stretch!important;
  width:fit-content!important;
  max-width:100%!important;
  border:1px solid #d6dee8!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.v2goWheel{
  width:54px!important;
  flex:0 0 54px!important;
  background:#eef4fb!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#60748f!important;
  font-size:21px!important;
  font-weight:950!important;
}
.v2goWheel span{
  width:22px!important;
  height:22px!important;
  border:3px solid #60748f!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:11px!important;
  line-height:1!important;
}
.v2goSeatRows{
  padding:22px 26px!important;
  display:grid!important;
  grid-template-rows:auto auto 24px auto auto!important;
  gap:7px!important;
  background:#fff!important;
}
.v2goSeatRow{
  display:grid!important;
  grid-template-columns:repeat(var(--seat-cols), 28px)!important;
  gap:8px!important;
  align-items:center!important;
}
.v2goAisle{
  height:24px!important;
}
.v2goSeat{
  width:25px!important;
  height:22px!important;
  min-width:25px!important;
  padding:0!important;
  margin:0!important;
  border:2px solid #9fa8a3!important;
  border-radius:4px!important;
  background:#fff!important;
  color:transparent!important;
  position:relative!important;
  cursor:pointer!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.v2goSeat span{
  display:none!important;
}
.v2goSeat:before{
  content:""!important;
  position:absolute!important;
  left:4px!important;
  top:4px!important;
  width:14px!important;
  height:12px!important;
  border:2px solid #b7bfb9!important;
  border-right:0!important;
  border-radius:3px 0 0 3px!important;
  background:#fbfcfd!important;
}
.v2goSeat:after{
  content:""!important;
  position:absolute!important;
  right:-7px!important;
  top:4px!important;
  width:7px!important;
  height:13px!important;
  border:2px solid #9fa8a3!important;
  border-left:0!important;
  border-radius:0 4px 4px 0!important;
  background:#fff!important;
}
.v2goSeat:hover{
  border-color:#2563eb!important;
}
.v2goSeat:hover:before,
.v2goSeat:hover:after{
  border-color:#2563eb!important;
}
.v2goSeat.on{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
.v2goSeat.on:before,
.v2goSeat.on:after{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
.v2goSeat:disabled,
.v2goSeat[disabled]{
  background:#d7d9d7!important;
  border-color:#9da5a0!important;
  cursor:not-allowed!important;
}
.v2goSeat:disabled:before,
.v2goSeat[disabled]:before,
.v2goSeat:disabled:after,
.v2goSeat[disabled]:after{
  background:#d7d9d7!important;
  border-color:#9da5a0!important;
}
.v2continue{
  width:100%!important;
  max-width:100%!important;
  height:52px!important;
  border-radius:8px!important;
  margin-top:18px!important;
}
@media(max-width:900px){
  .v2seatPanel{min-width:0!important}
  .v2goCoach{max-width:100%!important;overflow:auto!important}
  .v2goSeatRows{padding:18px!important}
}

/* A202K_EXACT_COMPACT_4_LANE_SEAT_MAP */
body .v2seatPanel{
  min-width:0!important;
  width:max-content!important;
  max-width:100%!important;
}
body .v2deck{
  width:max-content!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  overflow:visible!important;
}
body .v2deck:before{
  display:none!important;
}
body .v2goCoach.v2goExact{
  display:flex!important;
  align-items:stretch!important;
  width:max-content!important;
  max-width:100%!important;
  border:1px solid #d6dee8!important;
  border-radius:7px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body .v2goDriverStrip{
  width:48px!important;
  flex:0 0 48px!important;
  background:#eef4fb!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body .v2goSteering{
  width:20px!important;
  height:20px!important;
  border:3px solid #60748f!important;
  border-radius:50%!important;
  position:relative!important;
  background:#eef4fb!important;
}
body .v2goSteering:before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:6px!important;
  height:6px!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:#60748f!important;
}
body .v2goSteering i{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:2px!important;
  height:8px!important;
  background:#60748f!important;
  transform-origin:50% 0!important;
}
body .v2goSteering i:nth-child(1){transform:rotate(0deg) translateY(-1px)!important}
body .v2goSteering i:nth-child(2){transform:rotate(120deg) translateY(-1px)!important}
body .v2goSteering i:nth-child(3){transform:rotate(240deg) translateY(-1px)!important}

body .v2goSeatRows{
  padding:18px 22px!important;
  display:grid!important;
  grid-template-rows:auto auto 22px auto auto!important;
  gap:5px!important;
  background:#fff!important;
  overflow-x:auto!important;
}
body .v2goSeatRow{
  display:grid!important;
  grid-template-columns:repeat(var(--seat-cols), 24px)!important;
  column-gap:8px!important;
  row-gap:0!important;
  align-items:center!important;
  min-height:20px!important;
}
body .v2goAisle{
  height:22px!important;
}
body .v2goSeatPh{
  width:24px!important;
  height:19px!important;
  visibility:hidden!important;
}
body .v2goSeat{
  width:22px!important;
  height:18px!important;
  min-width:22px!important;
  padding:0!important;
  margin:0!important;
  border:2px solid #929b97!important;
  border-radius:3px!important;
  background:#fff!important;
  color:transparent!important;
  position:relative!important;
  cursor:pointer!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body .v2goSeat span{
  display:none!important;
}
body .v2goSeat:before{
  content:""!important;
  position:absolute!important;
  left:3px!important;
  top:3px!important;
  width:12px!important;
  height:10px!important;
  border:2px solid #b2bbb5!important;
  border-right:0!important;
  border-radius:3px 0 0 3px!important;
  background:#fbfcfd!important;
}
body .v2goSeat:after{
  content:""!important;
  position:absolute!important;
  right:-6px!important;
  top:3px!important;
  width:6px!important;
  height:11px!important;
  border:2px solid #929b97!important;
  border-left:0!important;
  border-radius:0 3px 3px 0!important;
  background:#fff!important;
}
body .v2goSeat:hover{
  border-color:#2563eb!important;
}
body .v2goSeat:hover:before,
body .v2goSeat:hover:after{
  border-color:#2563eb!important;
}
body .v2goSeat.on{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
body .v2goSeat.on:before,
body .v2goSeat.on:after{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
body .v2goSeat:disabled,
body .v2goSeat[disabled]{
  background:#d7d9d7!important;
  border-color:#999f9b!important;
  cursor:not-allowed!important;
}
body .v2goSeat:disabled:before,
body .v2goSeat[disabled]:before,
body .v2goSeat:disabled:after,
body .v2goSeat[disabled]:after{
  background:#d7d9d7!important;
  border-color:#999f9b!important;
}
body .v2continue{
  width:100%!important;
  max-width:100%!important;
  height:52px!important;
  border-radius:7px!important;
  margin-top:14px!important;
}
@media(max-width:900px){
  body .v2seatPanel{width:100%!important}
  body .v2goCoach.v2goExact{max-width:100%!important;overflow:auto!important}
  body .v2goSeatRows{padding:16px!important}
}

/* A202K_EXACT_COMPACT_4_LANE_SEAT_MAP */
body .v2seatPanel{
  min-width:0!important;
  width:max-content!important;
  max-width:100%!important;
}
body .v2deck{
  width:max-content!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  overflow:visible!important;
}
body .v2deck:before{
  display:none!important;
}
body .v2goCoach.v2goExact{
  display:flex!important;
  align-items:stretch!important;
  width:max-content!important;
  max-width:100%!important;
  border:1px solid #d6dee8!important;
  border-radius:7px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body .v2goDriverStrip{
  width:48px!important;
  flex:0 0 48px!important;
  background:#eef4fb!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body .v2goSteering{
  width:20px!important;
  height:20px!important;
  border:3px solid #60748f!important;
  border-radius:50%!important;
  position:relative!important;
  background:#eef4fb!important;
}
body .v2goSteering:before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:6px!important;
  height:6px!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  background:#60748f!important;
}
body .v2goSteering i{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:2px!important;
  height:8px!important;
  background:#60748f!important;
  transform-origin:50% 0!important;
}
body .v2goSteering i:nth-child(1){transform:rotate(0deg) translateY(-1px)!important}
body .v2goSteering i:nth-child(2){transform:rotate(120deg) translateY(-1px)!important}
body .v2goSteering i:nth-child(3){transform:rotate(240deg) translateY(-1px)!important}

body .v2goSeatRows{
  padding:18px 22px!important;
  display:grid!important;
  grid-template-rows:auto auto 22px auto auto!important;
  gap:5px!important;
  background:#fff!important;
  overflow-x:auto!important;
}
body .v2goSeatRow{
  display:grid!important;
  grid-template-columns:repeat(var(--seat-cols), 24px)!important;
  column-gap:8px!important;
  row-gap:0!important;
  align-items:center!important;
  min-height:20px!important;
}
body .v2goAisle{
  height:22px!important;
}
body .v2goSeatPh{
  width:24px!important;
  height:19px!important;
  visibility:hidden!important;
}
body .v2goSeat{
  width:22px!important;
  height:18px!important;
  min-width:22px!important;
  padding:0!important;
  margin:0!important;
  border:2px solid #929b97!important;
  border-radius:3px!important;
  background:#fff!important;
  color:transparent!important;
  position:relative!important;
  cursor:pointer!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body .v2goSeat span{
  display:none!important;
}
body .v2goSeat:before{
  content:""!important;
  position:absolute!important;
  left:3px!important;
  top:3px!important;
  width:12px!important;
  height:10px!important;
  border:2px solid #b2bbb5!important;
  border-right:0!important;
  border-radius:3px 0 0 3px!important;
  background:#fbfcfd!important;
}
body .v2goSeat:after{
  content:""!important;
  position:absolute!important;
  right:-6px!important;
  top:3px!important;
  width:6px!important;
  height:11px!important;
  border:2px solid #929b97!important;
  border-left:0!important;
  border-radius:0 3px 3px 0!important;
  background:#fff!important;
}
body .v2goSeat:hover{
  border-color:#2563eb!important;
}
body .v2goSeat:hover:before,
body .v2goSeat:hover:after{
  border-color:#2563eb!important;
}
body .v2goSeat.on{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
body .v2goSeat.on:before,
body .v2goSeat.on:after{
  background:#2563eb!important;
  border-color:#1d4ed8!important;
}
body .v2goSeat:disabled,
body .v2goSeat[disabled]{
  background:#d7d9d7!important;
  border-color:#999f9b!important;
  cursor:not-allowed!important;
}
body .v2goSeat:disabled:before,
body .v2goSeat[disabled]:before,
body .v2goSeat:disabled:after,
body .v2goSeat[disabled]:after{
  background:#d7d9d7!important;
  border-color:#999f9b!important;
}
body .v2continue{
  width:100%!important;
  max-width:100%!important;
  height:52px!important;
  border-radius:7px!important;
  margin-top:14px!important;
}
@media(max-width:900px){
  body .v2seatPanel{width:100%!important}
  body .v2goCoach.v2goExact{max-width:100%!important;overflow:auto!important}
  body .v2goSeatRows{padding:16px!important}
}
