body.theme-dark .seat-state,
body.theme-dark .seat-state:not(.online):not(.disabled) {
  background: #222b36 !important;
  border-color: #566476 !important;
  color: #d9e2ed !important;
  box-shadow: inset 0 0 0 1px #ffffff08 !important;
}
body.theme-dark .seat-state::before {
  background: #9aabbd !important;
  box-shadow: 0 0 0 3px #9aabbd18 !important;
}
body.theme-dark .seat-state.online {
  background: #12352d !important;
  border-color: #347e69 !important;
  color: #83e0c0 !important;
}
body.theme-dark .seat-state.online::before {
  background: #31d39b !important;
  box-shadow: 0 0 0 3px #31d39b20 !important;
}
body.theme-dark .seat-state.disabled {
  background: #3a2025 !important;
  border-color: #92515b !important;
  color: #ff9da7 !important;
}
body.theme-dark .seat-state.disabled::before {
  background: #ff6674 !important;
  box-shadow: 0 0 0 3px #ff667424 !important;
}
