:root {
  --asset-root: "../../original_client/exports/installed_client_20260507_192743";
  --ftp-blue: #006080;
  --ftp-row: #d8e7f4;
  --ftp-row-alt: #edf4fa;
  --ftp-header: #126f9c;
  --card-sheet: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/Cards2.png");
  --chat-detach-off: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/ChatDetach_Off.png");
  --chat-detach-on: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/ChatDetach_On.png");
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #0b151b;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

button {
  font: inherit;
}

.hidden {
  display: none !important;
}

.desktop {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, #20313d 0%, #5d6d79 48%, #1a2831 100%);
}

.client-window {
  position: relative;
  overflow: hidden;
  border: 1px solid #565656;
  background: #f5f5f5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.58);
}

.client-window.hidden {
  display: none;
}

.lobby-view {
  width: 794px;
  height: 590px;
}

.table-view {
  width: 794px;
  height: 582px;
}

.title-bar {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 9px;
  color: #444;
  font-size: 12px;
  background: #f8f8f8;
  border-bottom: 1px solid #dadada;
  user-select: none;
}

.window-mark {
  width: 14px;
  height: 10px;
  background: #e1e8f4;
  border: 1px solid #a3aab5;
  transform: skewX(-20deg);
  display: inline-block;
}

.window-controls {
  margin-left: auto;
  color: #333;
  font-family: "Courier New", monospace;
}

.menu-bar {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 8px;
  background: #fff;
}

.menu-bar button {
  border: 0;
  background: transparent;
  color: #4b4b4b;
  padding: 4px 6px;
  font-size: 12px;
}

.lobby-canvas {
  position: relative;
  width: 794px;
  height: 528px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Backgrounds/Lobby.jpg");
  background-size: 794px 528px;
}

.lobby-tab,
.lobby-ad,
.cashier-btn,
.image-button {
  position: absolute;
}

.hold-em { left: 158px; top: 205px; }
.omaha { left: 256px; top: 205px; }
.omaha-hi-lo { left: 330px; top: 205px; }
.stud { left: 430px; top: 205px; }
.mixed { left: 158px; top: 230px; }
.tourneys { left: 270px; top: 230px; }
.lobby-ad { left: 333px; top: 20px; width: 204px; height: 106px; }
.cashier-btn { right: 12px; top: 282px; width: 114px; height: 115px; }

.cashier-btn img {
  display: block;
  width: 114px;
  height: 115px;
}

.cashier-btn:hover img,
.cashier-btn:focus-visible img {
  content: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Cashier_On.png");
}

.account-strip {
  position: absolute;
  right: 8px;
  top: 252px;
  width: 122px;
  display: grid;
  gap: 2px;
  color: #f1f7fb;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 2px #001822;
}

.image-button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.image-button img {
  display: block;
}

.view-table-btn {
  right: 14px;
  top: 405px;
  width: 109px;
  height: 39px;
}

.view-table-btn span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 1px 2px #001822;
}

.view-table-btn:hover img,
.view-table-btn:focus-visible img {
  content: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/ViewTable_On.png");
}

.money-filter {
  position: absolute;
  left: 20px;
  top: 259px;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 16px;
}

.money-filter span {
  height: 16px;
  display: block;
  color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.money-filter .ftr-real-money {
  width: 97px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/FTR_Real_On.png");
}

.money-filter .ftr-play-money {
  width: 95px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/FTR_Play_Off.png");
}

.money-filter .ftr-all {
  width: 40px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/FTR_All_Off.png");
}

.money-filter .ftr-custom {
  width: 63px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/FTR_Custom_Off.png");
}

.table-list {
  position: absolute;
  left: 20px;
  top: 282px;
  width: 462px;
  height: 244px;
  border: 1px solid #1d3444;
  background: #f1f6fa;
  font-size: 11px;
}

.table-tabs {
  height: 26px;
  display: flex;
  align-items: end;
  gap: 3px;
  padding: 0 5px 4px;
  background: #c2d4e2;
}

.table-tabs span {
  height: 16px;
  display: block;
  color: transparent;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.table-tabs .ftr-nlpl {
  width: 116px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/FTR_NLPL_On.png");
}

.table-tabs .ftr-limit {
  width: 96px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/FTR_Limit_Off.png");
}

.table-tabs .ftr-stakes {
  width: 171px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/Stakes.png");
}

.table-header,
.table-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.8fr 0.45fr 0.45fr 0.7fr;
  align-items: center;
}

.table-header {
  height: 18px;
  background: #1b6f98;
}

.table-header span,
.table-row span {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-header span {
  color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 18px;
}

.table-header .hdr-table {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/HDR_Table_Off.png");
}

.table-header .hdr-stakes {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/HDR_Stakes_Off.png");
}

.table-header .hdr-limit {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/HDR_Limit_Off.png");
}

.table-header .hdr-plrs {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/HDR_Plrs_Off.png");
}

.table-header .hdr-wait {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/HDR_Wait_Off.png");
}

.table-header .hdr-avg-pot {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Lobby/Buttons/Ring/Tables/HDR_AvgPot_Off.png");
}

.table-row {
  width: 100%;
  height: 18px;
  border: 0;
  color: #0b2939;
  background: var(--ftp-row);
  text-align: left;
  font-size: 11px;
  cursor: pointer;
}

.table-row:nth-child(even) {
  background: var(--ftp-row-alt);
}

.table-row.selected {
  color: #fff;
  background: #0f70a2;
}

.players-panel {
  position: absolute;
  right: 142px;
  bottom: 40px;
  width: 160px;
}

.cashier-dialog {
  position: absolute;
  left: 126px;
  top: 0;
  width: 542px;
  height: 526px;
  color: #202020;
  background-color: #eef3f6;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Cashier/Cashier.jpg");
  background-size: 542px 526px;
  border: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.5);
  z-index: 30;
  font-size: 11px;
}

.cashier-dialog.hidden {
  display: none;
}

.cashier-dialog .dialog-title {
  position: static;
  display: block;
  height: 0;
  color: transparent;
  background: transparent;
  padding: 0;
}

.cashier-dialog [data-close-cashier] {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 97px;
  height: 28px;
  color: transparent;
  background-color: transparent;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Cashier/Exit_Off.png");
  background-size: 97px 28px;
}

.cashier-dialog [data-close-cashier]:hover,
.cashier-dialog [data-close-cashier]:focus-visible {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Cashier/Exit_On.png");
}

.dialog-title {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
  color: #fff;
  background: #006b95;
  font-weight: 700;
}

.dialog-title button {
  width: 24px;
  height: 22px;
  border: 0;
  color: #fff;
  background: #004f70;
  font-weight: 700;
}

.cashier-grid {
  position: absolute;
  left: 22px;
  top: 70px;
  width: 496px;
  min-height: 396px;
  display: grid;
  grid-template-columns: 1fr 138px;
  gap: 8px;
  padding: 8px;
  background: rgba(238, 243, 246, 0.88);
  border: 1px solid rgba(28, 68, 93, 0.55);
}

.cashier-heading {
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #257aa6;
  font-weight: 700;
}

.account-list {
  height: 354px;
  overflow: auto;
  border: 1px solid #96a3ad;
  background: #fff;
}

.account-line {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  min-height: 38px;
  padding: 4px 5px;
  border-bottom: 1px solid #d6e1e8;
}

.account-line strong,
.account-line span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cashier-controls {
  display: grid;
  gap: 4px;
}

.cashier-controls label {
  display: grid;
  gap: 2px;
  color: #173748;
  font-weight: 700;
}

.cashier-controls input,
.cashier-controls select {
  width: 100%;
  height: 20px;
  border: 1px solid #7891a0;
  background: #fff;
  font-size: 11px;
}

.cashier-controls button {
  height: 24px;
  border: 1px solid #174b68;
  color: #fff;
  background: #006b95;
  font-size: 11px;
  font-weight: 700;
}

.cashier-controls [data-transfer] {
  width: 122px;
  height: 33px;
  justify-self: center;
  border: 0;
  color: transparent;
  background-color: transparent;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Cashier/Transfer_Off.png");
  background-size: 122px 33px;
}

.cashier-controls [data-transfer]:hover,
.cashier-controls [data-transfer]:focus-visible {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Cashier/Transfer_On.png");
}

.login-dialog {
  position: absolute;
  left: 242px;
  top: 118px;
  width: 310px;
  color: #202020;
  background: #eef3f6;
  border: 1px solid #1c445d;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.5);
  z-index: 40;
  font-size: 11px;
}

.login-dialog.hidden {
  display: none;
}

.login-form {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.login-form label {
  display: grid;
  gap: 3px;
  color: #173748;
  font-weight: 700;
}

.login-form input,
.login-form select {
  width: 100%;
  height: 22px;
  border: 1px solid #7891a0;
  background: #fff;
  font-size: 11px;
}

.login-buttons {
  display: grid;
  grid-template-columns: repeat(2, 100px);
  justify-content: center;
  gap: 6px;
}

.login-buttons button {
  width: 100px;
  height: 32px;
  border: 0;
  color: #fff;
  background-color: transparent;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/SmallButton_Off.png");
  background-position: center;
  background-size: 100px 59px;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 2px 2px #00151d;
}

.login-buttons button:hover,
.login-buttons button:focus-visible {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/SmallButton_On.png");
}

.login-message {
  min-height: 16px;
  color: #8b1a1a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.history-dialog {
  position: absolute;
  left: 236px;
  top: 114px;
  width: 322px;
  height: 286px;
  color: #202020;
  background: #eef3f6;
  border: 1px solid #1c445d;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
  z-index: 30;
  font-size: 11px;
}

.history-dialog.hidden {
  display: none;
}

.buyin-dialog {
  position: absolute;
  left: 276px;
  top: 146px;
  z-index: 16;
  width: 254px;
  background: #d9e4e8;
  border: 1px solid #244758;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.52);
  color: #173748;
  font-size: 11px;
}

.buyin-dialog.hidden {
  display: none;
}

.buyin-body {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.buyin-table {
  font-weight: 700;
  color: #102329;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buyin-body label {
  display: grid;
  gap: 3px;
}

.buyin-body input {
  height: 22px;
  border: 1px solid #7891a0;
  padding: 0 5px;
  font-size: 11px;
}

.buyin-body button {
  justify-self: center;
  width: 100px;
  height: 32px;
  border: 0;
  color: #fff;
  background-color: transparent;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/SmallButton_Off.png");
  background-position: center;
  background-size: 100px 59px;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 2px 2px #00151d;
}

.buyin-body button:hover,
.buyin-body button:focus-visible {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/SmallButton_On.png");
}

.history-replay {
  height: 62px;
  margin: 5px 6px 0;
  padding: 5px 6px;
  background: #152833;
  border: 1px solid #557483;
  color: #e7f2f5;
  overflow: hidden;
}

.history-replay-title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #83d4f1;
  font-weight: 700;
}

.history-replay-title::before {
  content: "";
  width: 21px;
  height: 15px;
  flex: 0 0 auto;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/LastHand/Dealer.png");
  background-size: 21px 15px;
  background-repeat: no-repeat;
}

.history-replay-detail {
  margin-top: 3px;
  line-height: 1.25;
}

.history-list {
  height: 190px;
  overflow: auto;
  padding: 6px;
  background: #fff;
}

.history-controls {
  display: flex;
  align-items: center;
  gap: 4px;
}

.history-controls .history-control {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  text-shadow: none;
}

.history-controls .history-rewind {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/LastHand/Rewind_Off.png");
}

.history-controls .history-rewind:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/LastHand/Rewind_On.png");
}

.history-controls .history-forward {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/LastHand/Forward_Off.png");
}

.history-controls .history-forward:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/LastHand/Forward_On.png");
}

.history-line {
  min-height: 22px;
  padding: 4px 5px;
  border-bottom: 1px solid #d6e1e8;
  color: #172b35;
  cursor: pointer;
}

.history-line.history-selected {
  background: #d7edf7;
  outline: 1px solid #4c9fc0;
}

.history-line strong {
  color: #006b95;
}

.history-sidepots {
  display: grid;
  gap: 2px;
  margin-top: 3px;
  color: #173748;
  font-size: 10px;
}

.history-sidepots span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.status-dialog {
  position: absolute;
  left: 146px;
  top: 48px;
  width: 502px;
  height: 458px;
  color: #202020;
  background: #eef3f6;
  border: 1px solid #1c445d;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
  z-index: 35;
  font-size: 11px;
}

.status-dialog.hidden {
  display: none;
}

.status-body {
  display: grid;
  grid-template-rows: 104px 154px 1fr;
  height: 434px;
}

.status-list {
  overflow: auto;
  padding: 7px;
  background: #fff;
}

.status-line {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 6px;
  min-height: 21px;
  padding: 4px 5px;
  border-bottom: 1px solid #d6e1e8;
}

.status-line strong {
  color: #006b95;
}

.status-line span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.status-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  overflow: auto;
  padding: 7px;
  border-top: 1px solid #96a3ad;
  background: #eef5f8;
}

.status-panel {
  min-width: 0;
  border: 1px solid #96a3ad;
  background: #fff;
}

.status-panel h3 {
  margin: 0;
  padding: 4px 5px;
  color: #fff;
  background: #257aa6;
  font-size: 11px;
}

.status-panel div {
  min-height: 18px;
  padding: 3px 5px;
  border-top: 1px solid #d6e1e8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-config-form {
  display: grid;
  grid-template-columns: 1.3fr 1.7fr 0.8fr 0.8fr 1fr 1fr 0.8fr;
  gap: 5px;
  padding: 7px;
  border-top: 1px solid #96a3ad;
  background: #dce8ef;
}

.table-config-form label {
  display: grid;
  gap: 2px;
  color: #173748;
  font-weight: 700;
}

.table-config-form input,
.table-config-form select {
  width: 100%;
  height: 20px;
  border: 1px solid #7891a0;
  background: #fff;
  font-size: 11px;
}

.table-config-form button {
  height: 24px;
  align-self: end;
  border: 1px solid #174b68;
  color: #fff;
  background: #006b95;
  font-size: 11px;
  font-weight: 700;
}

.table-config-form .admin-token-field {
  grid-column: 1 / 3;
}

.table-config-form .account-audit-field {
  grid-column: 3 / 5;
}

.table-config-form [data-start-table] {
  grid-column: 5 / 6;
}

.table-config-form [data-clear-table] {
  grid-column: 6 / 7;
}

.table-config-form [data-reset-room] {
  grid-column: 7 / 8;
}

.table-config-form [data-export-state] {
  grid-column: 1 / 3;
}

.table-config-form [data-import-state-button] {
  grid-column: 3 / 5;
}

.table-config-form [data-save-table] {
  grid-column: 5 / 8;
}

.hidden-file {
  display: none;
}

.panel-body {
  height: 112px;
  border: 1px solid #96a3ad;
  background: #fff;
}

.panel-tabs {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 1px;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
}

.panel-tabs span {
  display: grid;
  place-items: center;
  height: 18px;
  color: #777;
  background: #dedede;
}

.panel-tabs .active {
  color: #fff;
  background: #006d9b;
}

.table-canvas {
  position: relative;
  width: 794px;
  height: 547px;
  background-color: #087322;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/TableRT.png");
  background-size: 794px 547px;
  background-repeat: no-repeat;
}

.table-canvas.layout-classic {
  background-image:
    url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/Table.png"),
    url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Backgrounds/Plain/Table.jpg");
  background-size: 794px 547px, 794px 547px;
}

.table-canvas.layout-vegas {
  background-image:
    url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/TableRT.png"),
    url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Backgrounds/Vegas Skyline/Table.jpg");
  background-size: 794px 547px, 794px 547px;
}

.top-wing {
  position: absolute;
  top: 0;
  width: 126px;
  padding-top: 5px;
  display: grid;
  gap: 1px;
  z-index: 10;
}

.left-wing {
  left: 0;
}

.right-wing {
  right: 0;
}

.top-wing button {
  height: 17px;
  border: 0;
  color: #fff;
  background: #005f87;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  padding-right: 10px;
  text-shadow: 0 1px 2px #00151d;
}

.left-wing button {
  text-align: left;
  padding-left: 10px;
}

.dev-new-hand {
  display: none;
}

.top-wing .asset-tool {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 2px #00151d, 0 0 3px #00151d;
  justify-self: start;
}

.right-wing .asset-tool {
  justify-self: end;
  justify-content: flex-end;
  padding-right: 10px;
  text-align: right;
}

.left-wing .asset-tool {
  justify-content: flex-start;
  padding-left: 10px;
  text-align: left;
}

.top-wing .tool-last-hand {
  width: 108px;
  height: 16px;
  padding-left: 8px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/LastHand_Off.png");
}

.top-wing .tool-last-hand:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/LastHand_On.png");
}

.top-wing .tool-get-chips {
  width: 121px;
  height: 23px;
  padding-left: 18px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/GetChips_Off.png");
}

.top-wing .tool-get-chips:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/GetChips_On.png");
}

.top-wing .tool-rebuy {
  width: 98px;
  height: 21px;
  padding-left: 14px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Rebuy_Off.png");
}

.top-wing .tool-rebuy:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Rebuy_On.png");
}

.top-wing .tool-stand-up {
  width: 98px;
  height: 21px;
  padding-left: 14px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Stand-Up_Off.png");
}

.top-wing .tool-stand-up:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Stand-Up_On.png");
}

.top-wing .tool-layout {
  width: 67px;
  height: 21px;
  padding-right: 8px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Layout_Off.png");
}

.top-wing .tool-layout:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Layout_On.png");
}

.top-wing .tool-options {
  width: 121px;
  height: 18px;
  padding-right: 13px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Options_Off.png");
}

.top-wing .tool-options:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Options_On.png");
}

.options-menu {
  position: absolute;
  right: 5px;
  top: 91px;
  width: 123px;
  height: 69px;
  padding: 12px 10px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/OptionMenuRT.png");
  background-size: 123px 69px;
  background-repeat: no-repeat;
  z-index: 30;
}

.options-menu button {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  color: #ddeed4;
  background: transparent;
  font-size: 9px;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 1px 2px #00151d;
}

.muted-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/Muted.png");
  background-size: 13px 13px;
}

.top-wing .tool-lobby {
  width: 109px;
  height: 16px;
  padding-right: 12px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Lobby_Off.png");
}

.top-wing .tool-lobby:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Lobby_On.png");
}

.top-wing .tool-stats {
  width: 98px;
  height: 20px;
  padding-right: 12px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Stats_Off.png");
}

.top-wing .tool-stats:hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/Stats_On.png");
}

.seat {
  position: absolute;
  width: 168px;
  height: 80px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Avatars/SeatRT_Off.png");
  background-size: 168px 80px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px #001b24;
  font-weight: 700;
}

.seat.empty span {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  display: none;
  font-size: 18px;
}

.seat.empty {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Avatars/SeatRT_Join.png");
}

.seat.player {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Avatars/SeatRT_On.png");
}

.seat.player::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 31px;
  width: 112px;
  height: 47px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/AvatarShadow.png");
  background-size: 112px 47px;
  background-repeat: no-repeat;
  opacity: 0.58;
  pointer-events: none;
}

.seat.player.actor {
  filter: drop-shadow(0 0 6px rgba(255, 242, 143, 0.95));
}

.seat.player.folded {
  opacity: 0.72;
}

.seat.waiting-seat {
  opacity: 0.9;
}

.seat.sit-out-next {
  filter: saturate(0.82);
}

.seat-avatar {
  position: absolute;
  left: 62px;
  top: 5px;
  z-index: 1;
  width: 44px;
  height: 56px;
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.92;
}

.player-name,
.player-stack,
.player-status {
  display: block;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 2px #001b24, 0 0 4px #001b24;
}

.player-name {
  margin-top: 19px;
  font-size: 12px;
}

.player-stack {
  font-weight: 400;
  font-size: 10px;
}

.player-status {
  margin-top: 1px;
  color: #d9f0aa;
  font-size: 7px;
  font-weight: 700;
}

.seat-0 { left: 136px; top: 38px; }
.seat-1 { left: 452px; top: 38px; }
.seat-2 { left: 598px; top: 109px; }
.seat-3 { left: 598px; top: 242px; }
.seat-4 { left: 499px; top: 361px; }
.seat-5 { left: 295px; top: 375px; }
.seat-6 { left: 86px; top: 361px; }
.seat-7 { left: -8px; top: 242px; }
.seat-8 { left: -8px; top: 109px; }

.board-cards,
.hero-cards,
.bot-cards {
  position: absolute;
  display: flex;
  gap: 3px;
}

.board-cards {
  left: 307px;
  top: 218px;
}

.hero-cards {
  left: 333px;
  top: 390px;
}

.bot-cards {
  left: 260px;
  top: 143px;
}

.seat-cards {
  position: absolute;
  display: flex;
  gap: 0;
  width: 92px;
  height: 36px;
  pointer-events: none;
}

.seat-cards .card {
  transform: scale(0.58);
  transform-origin: top left;
  margin-right: -17px;
}

.seat-cards-0 { left: 179px; top: 115px; }
.seat-cards-1 { left: 499px; top: 116px; }
.seat-cards-2 { left: 582px; top: 200px; }
.seat-cards-3 { left: 582px; top: 333px; }
.seat-cards-4 { left: 543px; top: 337px; }
.seat-cards-5 { left: 339px; top: 351px; }
.seat-cards-6 { left: 130px; top: 337px; }
.seat-cards-7 { left: 31px; top: 333px; }
.seat-cards-8 { left: 31px; top: 200px; }

.dealer-button-marker {
  position: absolute;
  z-index: 6;
  width: 24px;
  height: 19px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/button_3.png");
  background-size: 24px 19px;
  background-repeat: no-repeat;
}

.dealer-button-seat-0 { left: 209px; top: 125px; }
.dealer-button-seat-1 { left: 468px; top: 124px; }
.dealer-button-seat-2 { left: 568px; top: 193px; }
.dealer-button-seat-3 { left: 568px; top: 290px; }
.dealer-button-seat-4 { left: 534px; top: 338px; }
.dealer-button-seat-5 { left: 391px; top: 352px; }
.dealer-button-seat-6 { left: 182px; top: 338px; }
.dealer-button-seat-7 { left: 125px; top: 290px; }
.dealer-button-seat-8 { left: 125px; top: 193px; }

.seat-bet {
  position: absolute;
  z-index: 6;
  width: 70px;
  height: 33px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/Chips0.png");
  background-size: 70px 33px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.seat-bet-amount {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  color: #f8f0b8;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 2px #00151d, 0 0 4px #00151d;
}

.seat-bet-0 { left: 185px; top: 134px; }
.seat-bet-1 { left: 476px; top: 137px; }
.seat-bet-2 { left: 529px; top: 219px; }
.seat-bet-3 { left: 529px; top: 302px; }
.seat-bet-4 { left: 534px; top: 325px; }
.seat-bet-5 { left: 346px; top: 339px; }
.seat-bet-6 { left: 137px; top: 325px; }
.seat-bet-7 { left: 118px; top: 302px; }
.seat-bet-8 { left: 118px; top: 219px; }

.card {
  width: 42px;
  height: 59px;
  display: inline-block;
  background-image: var(--card-sheet);
  background-size: 588px 354px;
}

.card-back {
  background-image: var(--card-sheet);
  background-position: -546px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.c-as { background-position: 0 0; }
.c-ks { background-position: -42px 0; }
.c-ah { background-position: 0 -59px; }
.c-kh { background-position: -42px -59px; }
.c-qh { background-position: -84px -59px; }
.c-qd { background-position: -84px -118px; }
.c-jd { background-position: -126px -118px; }

.dealer-text {
  position: absolute;
  left: 302px;
  top: 316px;
  width: 202px;
  padding: 3px 6px;
  color: #f5f5dc;
  background: rgba(7, 31, 34, 0.86);
  border: 1px solid rgba(166, 207, 183, 0.55);
  font-size: 10px;
  text-align: center;
  text-shadow: 0 1px 2px #00151d;
}

.turn-timer {
  position: absolute;
  left: 354px;
  top: 341px;
  width: 109px;
  height: 11px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/TimerRT.png");
  background-size: 109px 11px;
  background-repeat: no-repeat;
}

.time-bank-button {
  position: absolute;
  left: 368px;
  top: 354px;
  width: 80px;
  height: 23px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/TimeBank_Off.png");
  background-size: 80px 23px;
  background-repeat: no-repeat;
  z-index: 7;
  pointer-events: none;
}

.time-bank-button.active {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/TimeBank_Active.png");
}

.pot-label {
  position: absolute;
  left: 334px;
  top: 292px;
  width: 126px;
  height: 20px;
  color: #102329;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/CapAmountBG.png");
  background-size: 126px 20px;
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.chat-box {
  position: absolute;
  left: 6px;
  bottom: 27px;
  width: 298px;
  height: 74px;
  box-sizing: border-box;
  padding: 5px 18px 5px 5px;
  color: #007100;
  background: #fff;
  border: 2px solid #334247;
  box-shadow:
    inset 0 0 0 1px #d9e0df,
    1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 12px;
  overflow: auto;
  scrollbar-color: #89999e #edf2f2;
  scrollbar-width: thin;
}

.chat-box:hover {
  border-color: #1f6a79;
}

.chat-box::-webkit-scrollbar {
  width: 13px;
}

.chat-box::-webkit-scrollbar-track {
  background: #edf2f2;
  border-left: 1px solid #8b999c;
}

.chat-box::-webkit-scrollbar-thumb {
  background: #aeb9bc;
  border: 1px solid #7f8d90;
}

.chat-form {
  position: absolute;
  left: 6px;
  bottom: 5px;
  width: 298px;
  height: 18px;
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 3px;
}

.chat-form input {
  min-width: 0;
  height: 18px;
  box-sizing: border-box;
  padding: 1px 4px;
  border: 1px solid #414f54;
  font-size: 11px;
}

.chat-form button {
  border: 1px solid #174b68;
  color: #fff;
  background: linear-gradient(#0585af, #005b86);
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px 2px #00151d;
}

.action-panel {
  position: absolute;
  right: 20px;
  bottom: 42px;
  z-index: 8;
  display: flex;
  gap: 8px;
}

.action-btn {
  width: 100px;
  height: 38px;
  border: 0;
  color: #fff;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/SmallButton_Off.png");
  background-size: 100px 59px;
  background-position: center;
  background-color: transparent;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.05;
  padding: 0 6px;
  text-shadow: 0 2px 2px #00151d;
  cursor: pointer;
  overflow: hidden;
}

.action-btn:disabled {
  opacity: 0.48;
  cursor: default;
}

.action-btn:not(:disabled):hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/SmallButton_On.png");
}

.action-btn.primary {
  width: 122px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/BigButton_Off.png");
  background-size: 122px 59px;
}

.action-btn.primary:not(:disabled):hover {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/BigButton_On.png");
}

.bet-slider {
  position: absolute;
  right: 20px;
  bottom: 88px;
  z-index: 8;
  display: grid;
  grid-template-columns: 30px 30px 30px 30px 103px;
  align-items: center;
  gap: 4px;
  height: 39px;
}

.slider-preset {
  border: 0;
  color: transparent;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: none;
}

.slider-min {
  width: 30px;
  height: 18px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderMin_Off.png");
}

.slider-min:hover,
.slider-min:focus-visible {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderMin_On.png");
}

.slider-half {
  width: 30px;
  height: 24px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderHalfPot_Off.png");
}

.slider-half:hover,
.slider-half:focus-visible {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderHalfPot_On.png");
}

.slider-pot {
  width: 30px;
  height: 18px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderPot_Off.png");
}

.slider-pot:hover,
.slider-pot:focus-visible {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderPot_On.png");
}

.slider-max {
  width: 30px;
  height: 18px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderMax_Off.png");
}

.slider-max:hover,
.slider-max:focus-visible {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderMax_On.png");
}

.slider-track {
  position: relative;
  width: 103px;
  height: 39px;
  display: block;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderBox.png");
  background-size: 103px 39px;
  background-repeat: no-repeat;
}

.slider-track input {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 83px;
  height: 17px;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.slider-track input::-webkit-slider-runnable-track {
  height: 14px;
  background: transparent;
}

.slider-track input::-webkit-slider-thumb {
  width: 17px;
  height: 17px;
  margin-top: -1px;
  appearance: none;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderThumb.png");
  background-size: 17px 17px;
  border: 0;
}

.slider-track input::-moz-range-track {
  height: 14px;
  background: transparent;
  border: 0;
}

.slider-track input::-moz-range-thumb {
  width: 17px;
  height: 17px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/SliderThumb.png");
  background-size: 17px 17px;
  border: 0;
}

.slider-track span {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 2px;
  color: #f5f5dc;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 2px #00151d;
  pointer-events: none;
}

.advance-check {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: 150px;
  height: 13px;
  color: #bde7b5;
  font-size: 8px;
  text-align: left;
}

.advance-actions-panel {
  position: absolute;
  left: 312px;
  top: 459px;
  z-index: 7;
  width: 317px;
  height: 60px;
  box-sizing: border-box;
  padding: 13px 0 0 37px;
  display: grid;
  align-content: start;
  gap: 7px;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Elements/AdvanceActions.png");
  background-size: 317px 60px;
  background-repeat: no-repeat;
}

.advance-check::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/CheckBox_Off.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.advance-check:hover::before {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/CheckBox_On.png");
}

.advance-check.checked::before {
  background-image: url("../../original_client/exports/installed_client_20260507_192743/Graphics/Table/Buttons/CheckBox_On.png");
}

.advance-check input {
  display: none;
}
