:root {
  --bg1: #000000;
  --bg2: #212121;
  --bg3: #444444;
  --t1: #FFFFFF;
  --t2: #FFFFFFDE;
  --t3: #FFFFFF99;
  --t4: #FFFFFF61;
  --t5: #FFFFFF33;
  --reddish: #e94f64;
  --greenish: #4caf50;
}

html, button, body, table {
  font-family: 'Roboto', sans-serif;
}

.greenish { color: var(--greenish) }
.negative, .reddish { color: var(--reddish) }

.tc1 { color: var(--t1) }
.tc2 { color: var(--t2) }
.tc3 { color: var(--t3) }
.tc4 { color: var(--t4) }
.tc5 { color: var(--t5) }

.bg1 { background-color: var(--bg1) }
.bg2 { background-color: var(--bg2) }
.bg3 { background-color: var(--bg3) }
.bgwhite { background-color: white }

.pl30 { padding-left: 20px }
.p8 { padding: 8px }
.p10 { padding: 10px }
.m5 { margin: 5px }
.m10 { margin: 10px }
.r10 { border-radius: 10px }
.mt8 { margin-top: 10px }
.mt4 { margin-top: 4px }
.mb4 { margin-bottom: 4px }
.m-db { margin-top:4px;margin-bottom: 11px }
.pr4 { padding-right: 4px }
.ml20 { margin-left: 20px }
.ml40 { margin-left: 40px }
.rc10 { border-radius:10px;border: solid 1px var(--t2);padding:10px;border-collapse:inherit }
.nc { border-collapse: inherit }
.f12 { font-size:16pt }
.fr { float: right }
.fl { float: left }
.tac { text-align:center }
.fss { font-size:10pt }
.fsm { font-size:12pt }
.fsl { font-size:14pt }
.fsxxl { font-size:20pt; }
.ml10 { margin-left: 10px }
.pl10 { padding-left: 10px }
.ml20 { margin-left: 20px }
.mr3 { margin-right: 3px }
.nw { white-space:nowrap; }
.w250 { width:250px; max-width:250px; overflow:hidden; }
.w100px { width:100px; max-width: 100px; overflow:hidden; }
.w75px { width:75px;max-width:75px;overflow:hidden; }
.w30 { width:30px }
.bsolid { border: solid 1px var(--t4) }
.gridp { 
  display: grid;
  gap: 3px;
  grid-template-columns: auto auto auto;
}
.flexp { 
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexpl { 
  display: flex;
  gap: 3px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

#div-leaderboard { min-height: 500px }
.fs-container { 
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.sidebyside {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center
}

.fs-coin {
  cursor: pointer;
  font-size: 16pt;
  font-weight: bold;
  color: var(--t2);
  border-radius: 10px;
  border: solid 1px var(--t3);
  background-color: #293749;
}

.fs-image {
  position:relative;
  width: 90px;
  height: 80px;
  flex-direction: column; align-items: flex-end;
}

.fs-name {
  margin-top:10px;
  font-size:10pt;
  color: var(--t3)
}
.fs-chips {
  font-size: 10pt;
  font-weight: bold;
  color: var(--t1);
}
.fs-image img {
  max-width:80px;
  height:64px;
}
.fs-savings {
  background-color: var(--reddish);
  text-align: center;
  color:white;
  font-size:8pt;  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.btn-range {
  width: 90px;
  margin-bottom:4px;
}

.rebuy-on { color: var(--greenish) }

#want-more-text {
  font-size: 10pt;
  color: var(--t3);
}

.credit-label {
  font-size: 8pt;
  color: var(--t4);
  margin-top:3px;
}

.credit-amount {
  font-size: 10pt;
  font-weight: bold;
  color: var(--t3);
}

.balance-amount {
  margin-left:10px;
}

#balance-label {
  font-size:8pt;
  color: var(--t4)
}

.credits-label {
  font-size:8pt;
  color: var(--t4)
}

.player-balance {
  border-radius: 10px;
  padding:10px;
  background-color: black;
  font-size: 18pt;
  font-weight: bold;
  color: var(--t2);
}

.lb-position {
  font-size:20pt;
  font-weight:bold;
  padding-left:5px;
  padding-right:5px;
}
.add-level-left-button { position:absolute;left:10 }

.fee-table {
  font-size:16pt;
  font-weight: bold;
  color: var(--t2);
}

.bold { font-weight: bold }
.nomarkupblack { text-decoration: none; color: black }
.nomarkupwhite { text-decoration: none; color: white }
.nomarkupred { text-decoration: none; color: red }
.nomarkup { text-decoration: none; }

#c-beg-countdown {
  font-size: 8pt;
  color: var(--t3);
}
.click-here {
  font-size: 8pt;
  color: var(--t3);
}

.select-reason {
  border: solid 1px var(--bg3);
  border-radius: 10px;
  padding: 10px;
}

.redborder {
  border-color: var(--reddish);
}

.reject-reason {
  font-size: 9pt;
  color: var(--t3);
  font-style:italic;
  padding:6px;
}
.nav-sticky {
  position: sticky; top: 0;
}

#player-chip-qty {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  font-size:12pt;
  height:40px;
  width:100%;
}

#g-mtt-description {
  height:70px;
  overflow:auto;
}

#player-credit-limit {
  border: none;
  font-size: 12pt;
  font-weight: normal;
  border-radius: 10px;
  padding:5px;
}

#player-chip-reason {
  border: none;
  font-size: 12pt;
  font-weight: normal;
  border-radius: 10px;
  padding:5px;
}

.coin-box {
  width:200px;
}
.confirm-dialog .modal-header {
  border:solid 1px var(--t4);
  background-color: #110018;
  color: var(--t2);
}

.confirm-dialog .modal-body {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
  color: var(--t2);
}

.confirm-dialog .modal-footer {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
  color: var(--t2);
}

.player-popup .modal-header {
  border:solid 1px var(--t4);
  background-color: #110018;
  padding:5px;
  display:block;
}

.player-popup .modal-body {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
}

.player-popup .modal-footer {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
}

.now-coins-balance {
  color: black;
  background: #FFC732;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0.2rem 0;
  box-shadow: 0 0.1rem #da9430;

  p {
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 0.5rem;
  }

  .balance {
    position: relative;
    float:right;
    border-radius: 0.3rem;
    padding: 0.2rem 0.5rem;
    padding-right: 2.5rem;
    background: #FFFED5;
    margin-right: 0.8rem;
    font-size: 1.4rem;
    font-weight: bold;

    &:after {
      content: '';
      background: url('https://cdn.pokernow.com/now-coin-575ee02a8125a71f5b24.png');
      background-size: 1.75rem auto;
      background-repeat: no-repeat;
      right: 0.3rem;
      position: absolute;
      height: 2rem;
      width: 1.75rem;
    }
  }
}

.stripe {
  border-top:solid 1px var(--t2);
}

.nv-name { 
  overflow:hidden;
  background-color: var(--bg3);
  padding:4px;
}

.nv-value { 
  padding:4px;
}

.nv-table {
  overflow:hidden;
  margin: 10px;
  border:solid 1px var(--t2);
  color: var(--t2);
  background-color: var(--bg2);
  border-radius: 10px;
}

.report-loading {
  border: solid 1px var(--bg3);
  background-color: var(--bg3);
  width:200px;
  border-radius: 10px;
}

.game-popup .modal-header {
  border:solid 1px var(--t4);
  background-color: #110018;
  color: var(--t2);
  padding:5px;
  display:block;
}

.game-popup .modal-body {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
  color: var(--t2);
}

.game-popup .modal-footer {
  border:solid 1px var(--t4);
  background-color: var(--bg2);
}

.player-popup-image { 
  border: solid 1px var(--t3);
  margin-left:8px;
  margin-right:12px; 
}

.player-popup-balance {
  font-size:16pt;
  font-weight:bold;
  color: var(--t2);
}
.player-popup .close { display: none; }
.game-popup .close { display: none; }

body { 
  margin: 0; 
  padding: 0; 
  font-size: 11pt;
  background-color: var(--bg1); 
}

#pagetitle {
  text-align: center;
  padding-bottom:12px
}

.header {
  position: sticky;
  top:0;
  left:0;
  z-index:100;
  background-color: var(--bg1);
  color: var(--t1);
}

.title {
  background-color: var(--bg2);
  padding: 10px;
}

.title td {
  padding: 5px;
}

.title-image {
  border: solid 1px var(--bg1);
  border-radius: 10px;
  height:80px;
  width:80px;
  margin:8px;
}

.title-image-placeholder {
  background-color: var(--bg1);
  height:80px;
  width:80px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  color:var(--t2);
  font-size:36pt;
  padding-top:12px;
  margin:8px;
}

.title-text {
  font-size: 18pt;
  font-weight: bold;
  color: var(--t2)
}

.title-subtext {
  font-size:11pt;
  color:var(--t3);
}

.request-text {
  font-size: 9pt;
  font-weight: normal;
  color: var(--t3)
}

.card-header {
  border: none;
}

.card {
  background-color: inherit;
  border: solid 1px var(--bg3);
  overflow: hidden
}

.section-header {
  padding: 10px;
  background-color: var(--bg3);
  color: var(--t2);
}

.section-header table {
  color: var(--t2);
}

.section-body {
  background-color: var(--bg1);
}

.item {
  padding:5px;
  background-color:var(--bg3);
  color:var(--t2);
  font-size:11pt;
  border-radius: 10px;
}

.item table {
  color:var(--t2);
}

.item td {
  padding:3px;
  margin:0px;
}

.item-subtext {
  color:var(--t3);
  margin-top:5px;
}

.felt-grid-portrait {
  display: grid;
  gap: 1em;
  grid-template-columns: auto auto;
}

.felt-grid-landscape {
  display: grid;
  gap: 1em;
  grid-template-columns: auto;
}

.p-grid-container {
  display: grid;
  gap: 1em;
  grid-template-columns: auto auto;
}

.grid-container {
  display: grid;
  gap: 1em;
  grid-template-columns: auto;
}

.wait-grid-container {
  display: grid;
  gap: 1em;
  grid-template-columns: 1;
}

@media (min-width: 400px) {
  .grid-container { grid-template-columns: auto auto; }
}

@media (min-width: 600px) {
  .grid-container { grid-template-columns: auto auto auto; }
  .p-grid-container { grid-template-columns: auto auto auto; }
  .wait-grid-container { grid-template-columns: auto auto; }
}

@media (min-width: 900px) {
  .grid-container { grid-template-columns: auto auto auto auto; }
  .p-grid-container { grid-template-columns: auto auto auto auto; }
}

@media (min-width: 1200px) {
  .grid-container { grid-template-columns: auto auto auto auto auto; }
  .p-grid-container { grid-template-columns: auto auto auto auto auto; }
}

#tgames {
  font-size:11pt;
}
#tgames tbody {
  padding-top:10px;
  border-radius: 10px;
  overflow: hidden;
}

#tgames tbody td {
  display: table-cell
}

#tgames tbody tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

#tgames tbody tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

#tgames tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

#tgames tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

#tgames th {
  padding-bottom:12px;
}

.tblinds {
  font-size:11pt;
  border-spacing: 8px;
  border-collapse: separate;
}

.game-row {
  background-color: var(--bg1);
}

.game-row td {
  margin:10px;
  padding:10px;
}

.profile-image {
  width:80px;
  height:80px;
  border-radius: 50%;
  border: solid 1px var(--bg1);
}

.profile-image-placeholder {
  background-color: var(--bg1);
  width:80px;
  height:80px;
  border-radius: 50%;
  font-size:24pt;
  font-weight:bold;
  text-align:center;
  display: grid;
	align-items: center;
  color:var(--t2);
}

.profile-image-medium {
  width:64px;
  height:64px;
  border-radius: 50%;
  border: solid 1px var(--bg1);
}

.profile-image-small {
  width:40px;
  height:40px;
  border-radius: 50%;
  border: solid 1px var(--bg1);
}

.profile-image-tiny {
  width:24px;
  height:24px;
  border-radius: 50%;
  border: solid 1px var(--bg1);
}

.profile-placeholder-medium {
  background-color: var(--bg1);
  width:64px;
  height:64px;
  border-radius: 50%;
  border: solid 1px var(--t4);
  font-size:12pt;
  font-weight:bold;
  text-align:center;
  display: grid;
	align-items: center;
  color:var(--t2);
}

.profile-image-placeholder-small {
  background-color: var(--bg1);
  width:40px;
  height:40px;
  border-radius: 50%;
  border: solid 1px var(--t4);
  font-size:12pt;
  font-weight:bold;
  text-align:center;
  display: grid;
	align-items: center;
  color:var(--t2);
}

.profile-image-placeholder-tiny {
  background-color: var(--bg1);
  width:24px;
  height:24px;
  border-radius: 50%;
  font-size:10pt;
  font-weight:bold;
  text-align:center;
  display: grid;
	align-items: center;
  color:var(--t2);
  border:solid 1px var(--t4);
}

.tab-header {
  font-size: 11pt;
  background-color: var(--bg3);
  color: var(--t2);
  padding-top:3px;
  padding-bottom:3px;
  padding-left:8px;
  margin-bottom:8px;
}

.club-image {
  width:80px;
  height:80px;
  border-radius: 10px;
  border: solid 1px var(--bg1);
}

.club-image-small {
  width:60px;
  height:60px;
  border-radius: 10px;
  border: solid 1px var(--bg1);
}

.club-image-placeholder {
  background-color: var(--bg1);
  color:var(--t2);
  height:80px;
  width:80px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  font-size:36pt;
  display: grid;
	align-items: center;
}

.club-image-placeholder-small {
  background-color: var(--bg1);
  color:var(--t2);
  height:60px;
  width:60px;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  font-size:28pt;
  display: grid;
	align-items: center;
}

.btn-popup {
  width: 180px;
  margin: 5px;
}
.btn-popup-icon {
  width: 24px;
  text-align:center;
  text-shadow: 0 0 3px #000;
}

.link-login {
  text-decoration: underline;
  padding-right: 10px;
  font-size:0.75rem;
  text-transform:uppercase;
}

#p-stack-label {
  font-size:9pt;
  font-weight:normal
}

#p-stack-current {
  font-size:12pt;
  font-weight:bold;
}

#p-credit-current {
  font-size:12pt;
  font-weight:bold;
}

.p-stack-selector {
  border:solid 1px var(--t4);
  border-radius:10px;
  font-size:8pt;
  font-weight:normal;
  color: var(--t3);
  overflow: hidden;
  margin:5px;
}

.player-popup-balance :focus {
  outline: none;
  box-shadow: 0 0 0 3px gold; 
}

.p-stack-selector table {
  font-size:8pt;
}

.addgame-type {
  background-color: var(--bg2);
  color: var(--t4);
  cursor: pointer;
  border-radius:10px;
  margin:5px;
  border-collapse: separate;
  border-spacing: 0px;
}

.addgame-type td {
  padding:10px;
  text-align:center;
}

#g-type-th {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 1px var(--t2);
}

#g-type-omaha {
  border-top: solid 1px var(--t2);
  border-bottom: solid 1px var(--t2);
  border-right: solid 1px var(--t2);
}

#g-type-plo8 {
  border-top: solid 1px var(--t2);
  border-bottom: solid 1px var(--t2);
}

#g-type-mixed {
  border: solid 1px var(--t2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.p-add-chips {
  padding:10px;
  text-align:center;
  background-color: var(--bg2);
  color: var(--t4);
  cursor: pointer;
}

.p-remove-chips {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:10px;
  text-align:center;
  background-color: var(--bg2);
  color: var(--t4);
  cursor: pointer;
}

.p-add-on {
  color: var(--t1);
  background-color: #458245;
}

.p-remove-on {
  background-color: #b11211;
  color: var(--t1);
}

#p-chip-error {
  color: #ff0000;
  font-size: 10pt;
  text-align: center;
  padding:5px;
}

#p-credit-error {
  color: #ff0000;
  font-size: 10pt;
  text-align: center;
  padding:5px;
}

.nav-icon {
  font-size:16pt;
  padding-left:14px;
  padding-right:14px;
}

.nav-link, .nav-link:hover {
  color: var(--t4);
}

.ctab-content {
  padding: 16px;
  color: var(--t3);
  background-color: var(--bg2);
  font-size:12pt;
}

.club-message {
  padding-left:24px;
  margin-top:8px;
}

.club-message-date {
  color: var(--t4);
}

.club-preset {
  margin-left:15px;
  margin-right:15px;
  margin-top:8px;
  margin-bottom:8px;
  color: var(--t4);
}

#club-settings {
  font-size:12pt;
  background-color: var(--bg2);
  color: var(--t2);
  margin-bottom:8px;
}

.club-name {
  margin-top:8px;
  background-color: yellow;
  color: var(--bg1);
  font-size: 10pt;
}

.club-name-divider {
  color: var(--t4);
  font-size: 12pt;
  font-weight:normal;
  margin-left:8px;
  margin-right:8px;
}

.upload-demo-wrap {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-bottom:60px;
}

.c-settings input[type="text"]:disabled { background-color:var(--bg3) }

.upload-btn {
  padding:0px;
}

.beta-span {
  background-color:red;
  font-size:8pt;
  position:absolute;
  left:3px;
  top:0;
  z-index:10;
  font-weight:bold;
  padding-left:10px;
  padding-right:10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.invite-span {
  background-color:green;
  padding-left:12px;
  padding-right:12px;
}

#beta-tag {
  position: fixed;
  top: 10px;
  left: -40px;
  background-color: #ff0000; /* Customize the background color */
  color:white;
  font-weight:bold;
  font-size:12pt;
  height:28px;
  padding-left: 45px;
  padding-right: 45px;
  transform: rotate(-45deg); /* Rotate the tag diagonally */
  z-index: 1000; /* Make sure it appears above other elements */
  align-items: center;
  text-align: center;
  display: grid;
}

.beta-popup a, .beta-popup a:hover, .beta-popup a:visited, .beta-popup a:link, .beta-popup a:active {
  color: white;
  text-decoration: underline;
}

.club-mustlogin {
  font-size: 12pt;
  color: var(--t3);
}

.balance-row {
  border-top:solid 1px var(--t4);
  border-bottom:solid 1px var(--t4);
}

.faq-question {
  margin-top:8px;
  margin-left:8px;
  margin-right:8px;
  font-size: 12pt;
  font-weight: bold;
  color: var(--t2);
}

.faq-answer {
  margin-left:18px;
  margin-right:18px;
  font-size: 12pt;
  color: var(--t3);
}

.remove-image-margin img{
  margin:0px;
}

.btn-purple,
.btn-purple:hover,
.btn-purple:active,
.btn-purple:visited,
.btn-purple:focus {
    background-color: #9932CC;
    border-color: #9932CC;
    color: white;
}

.no-right-rounding {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-payout-off,
.btn-payout-off:hover,
.btn-payout-off:active,
.btn-payout-off:visited,
.btn-payout-off:focus {
    background-color: var(--bg1);
    border-color: var(--bg1);
    color: white;
}

.btn-payout-on,
.btn-payout-on:hover,
.btn-payout-on:active,
.btn-payout-on:visited,
.btn-payout-on:focus {
    background-color: var(--bg3);
    border-color: var(--bg3);
    color: white;
}


.btn-reddish,
.btn-reddish:hover,
.btn-reddish:active,
.btn-reddish:visited,
.btn-reddish:focus {
    background-color: var(--reddish);
    border-color: var(--reddish);
    color: var(--t2);
}


.leftselector {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 1px var(--t2);
}

.midselector {
  border-top: solid 1px var(--t2);
  border-bottom: solid 1px var(--t2);
}

.rightselector {
  border: solid 1px var(--t2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fhd {
  margin-top:12px;
}

.fhd .tab-content > .active {
  visibility: visible;
}

.hs {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.adcell {  }

.contest-timer {
  font-size: 8pt;
  color: var(--t3);
}






.loader,
.loader:before,
.loader:after {
  background: #000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.overlay {
/*  margin-top:100px; */
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
/*  background: rgba(255,255,255,0.8) url("loader.gif") center no-repeat; */
  background: rgba(255,255,255,0.8);
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;   
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

#menu:not( .mm-menu ) {
  display: none;
}

.season {
  font-size: 12pt
}

.thelp tr {
  border-bottom: solid 1px lightgray
}

.thelp th {
  border-bottom: solid 1px lightgray
}

.season th {
  vertical-align: bottom; 
}

.season td {
  border: 1px solid #ccc;
  padding:10px;
}

.al { text-align: left }
.ac { text-align: center }
.ar { text-align: right }
.at { vertical-align: top }
.ab { vertical-align: bottom }
.acv { 
  align-items:center; 
  display:grid;
}

.dnp { background-color: #E6E6FA }

.season-table-headers, .season-table-totals {
  background-color: #cccccc;
  text-align: center
}


.breadcrumbs {
  background-color: #EEEEEE
}

.crumb {

}

.crumb a, .crumb a:hover, .crumb a:visited, .crumb a:link, .crumb a:active {
}

.r-label {
  text-align: right;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
}

#game-summary {
  background-color: rgb(239, 239, 182);
  border: solid 1px black;
  overflow: hidden;
}

#game-summary .table {
  width: 100%
}

.btn-choices {
  margin-top:8px
}

.thin-border-headers {
  background-color: black;
  color: white;
}

.thin-border-headers2 {
  background-color: #cccccc;
  color: black;
}

.thin-border-table {
  /* width: 100%; */
}

.thin-border-table tr, .thin-border-table td, .thin-border-table th {
  border:1px solid black;border-collapse:collapse
}

.footnotes {
  margin-top: 15px;
  margin-left:10px;
  margin-right:10px;
  color: var(-t3);
  font-size: 8pt;
}

.footer-box {
  background-color: var(--bg3);
  color: var(--t3);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 8pt;
  padding: 8px;
}
.league-list {
  border: solid 1px black;
  background-color: #bfe3b4;
  border-radius: 10px;
  margin: 8px
}

#league-list-title {
  font-weight: bold;
  font-size: 12pt;
}

.pad {   
  display:inline-block; position:relative; z-index:1; margin:20px; padding:25px;
  border-radius:20px;
  background:linear-gradient(0.06deg, rgba(191, 227, 180, 1) 0%, 
                                      rgba(187, 223, 176, 1) 29.62%, 
                                      rgba(175, 211, 164, 1) 58.47%, 
                                      rgba(156, 192, 145, 1) 86.92%, 
                                      rgba(145, 181, 134, 1) 99.22%);
  box-shadow:-4px 8px 8px rgba(0,0,0,0.1), -8px 16px 16px rgba(0,0,0,0.1), -16px 32px 32px rgba(0,0,0,0.15), -32px 64px 64px rgba(0,0,0,0.25);  
}
.pad:before {
  content:''; position:absolute; z-index:-1; top:0; left:0; right:0; bottom:0; margin:0;
}

.pad.p {
  box-shadow:0 1px 0 #444, 0 2px 0 #373737, 0 3px 0 #555, 0 4px 0 #474747, 0 5px 0 #666, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.headshot-small {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #cccccc;
}

.league-indent {
  margin-left: 12px;
}

.nobordertable {
  width: 100%;
  border-collapse: collapse;
  border:none !important;
}

.nobordertable table,
.nobordertable thead,
.nobordertable tbody,
.nobordertable tfoot,
.nobordertable tr,
.nobordertable th,
.nobordertable td {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border:none !important;
}

.mobiletable { font-size:10pt;width:100% }
.mobiletable tr {  }
.matchup-header { background-color: green; color: white;border: solid 1px green;height: 45px }
.bw { background-color: black; color: white }

.striped tr:nth-child(odd) {
  background-color: #ddfada;
}          
.striped tr:nth-child(even) {
  background-color: #eeeeee;
}
.odd { background-color: #f4f4f4 }
.even { background-color: #dddddd }

.result-total { font-size: 16pt }
.result-data { font-size: 12pt }
.instructions { font-size: 10pt; color: #888888; font-style: italic; }
/*.hideTr tr { background-color:#f2f2f2 }*/


.sh-header {
  font-size: 16pt; 
  font-weight:bold;
  text-align:center;
  background-color: green;
  color: white;
  height: 45px;
}

.sh-data {
  font-size: 16pt;
  text-align:center;
}

.sh-cards {
  width: 40%;
}

.sh-count {
  width: 30%;
}

.sh-net {
  width: 30%;
}

.sh-group-label {
  background-color:rgba(175, 211, 164, 1);
  text-align:left;
}

#phrase {
  font-size: 16pt;
  text-align: center;
  margin: 20px;
}

.unlockplus {
  background-color: #666666;
  color: white;
  font-size: 12pt;
  font-weight: bold
}

.unlockplus a:link, .unlockplus a:visited, .unlockplus a:hover, .unlockplus a:active {
  text-decoration: none;
  color: white;
}

.helper {
  font-size: 14pt;
  padding: 10px;
}

.f-lg { font-size:18pt }
.f-md { font-size:14pt }
.f-sm { font-size:10pt }
.f-xs { font-size:8pt }

.group-chips {
  padding: 10px;
  border: solid 1px #cccccc;
  border-radius: 10px;
  background-color: #eeeeee;
  min-height: 100px;
}

.flip-image { transition: transform 0.5s }
.flipped { transform: scaleX(-1) }

.helper {
  cursor: pointer;
  color:gray;
  font-size:18pt;
}

.xcpointer {
  cursor: pointer;
}

.expandcollapse {
  color: gray;
  float: left;
}
.pinitials {
  width:40px;
  height:40px;
  border-radius: 50%;
  font-size:12pt;
  font-weight:bold;
  border: solid 1px black;
  text-align:center;
  display: grid;
	align-items: center;
  background-color:black;
  color:white;
  border:solid 1px #444444;
}

.plogo {
  width:40px;
  height:40px;
  border:solid 1px #444444;
  border-radius: 50%;
}
.prole {
  color: #999999
}



.pcard-waiting {
  width:240px;
}

.ccard {
  width: 240px!important;
  margin: 5px;
  background-color:black;
  border-radius: 10px;
}

.ccard table {
  background-color:black;
  color:white;
  font-size:10pt;
  width:100%;
  padding:0;
  margin:0;
  border-radius: 10px;
}

.ccard td {
  padding:0;
  margin:0;
  padding-right:8px;
}

.pcard a { text-decoration: none; }

.gcard {
  background-color: green;
  padding:10px;
  color:white;
  width: 200px;
  text-align: center;
  border-radius: 30%;
  border: solid 6px black;
}


.gcard a { text-decoration: none; color: white }

.hcenter {
  justify-content: center;
}


.initials {
  font-size:24pt;
  font-weight:bold;
}

#me-balance {
  font-size: 24pt;
}

.me-image { 
  width:80px;
  height:80px;
  border-radius: 50%;
  border: solid 1px black;
}
.me-initials {
  width:80px;
  height:80px;
  border-radius: 50%;
  font-size:24pt;
  font-weight:bold;
  border: solid 1px black;
  text-align:center;
  display: grid;
	align-items: center;
  background-color:black;
  color:white;
}
.me-playerid {
  font-size: 12pt;
  color: gray;
}

.stretched-club-banner {
  width: 364px;
  height: 45px;
}

.club-image-banner {
  width:100%;
  max-width:728px;
  max-width:90px;
}

.club-image-large { 
  width:80px;
  height:80px;
  border-radius: 10px;
}

.me-name {
  font-size: 18pt;
  font-weight: bold;
}

.pnbadge {
  font-size: 10pt;
  margin: 5px;
  border-radius: 50%;
  border: solid 1px black;
  background-color: #cccccc;
  width:50px;
  height:50px;
}

.club-list-image {
  border: solid 1px black;
  border-radius: 10px;
  height:80px;
  width:80px;
}

#club-title {
  position: sticky;
  background-color:blue;
  color:white;
  top:100px;
}

.hidden-spacer { visibility: hidden; }
.hidden { display: none }
.pill-club-title {
  background-color:yellow!important;
  color:black!important;
  font-size:12pt!important;
}

#wallet-transactions-div {
  overflow:scroll;
  height: 300px;
}

#wallet-transactions-div table {
  font-size:9pt;
}

#wallet-transactions tr {
  border-top: solid 1px #cccccc;
  border-bottom: none;
}
.cp-headshot {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: solid 1px #cccccc;
}

.cp-displayname {
  font-size: 16pt;
  font-weight: bold;
}

.cp-currentbalance {
  font-size:16pt;
}

#current-balance { font-weight: bold }
#cardMe {
}
.profile-section {
  padding: 10px;
}

#club-list {
  background-color:#444444;
  color:#BBBBBB;
  font-size:12pt;
}
#club-list table { color: white; }
.club-list-item {
  width: 200px;
  background-color:black;
}

.balance-label {
  font-size: 9pt;
  font-weight: bold;
  color: var(--t4);
}

.file-btn {
  position: relative;
}

.file-btn input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.contest-swatch {
  padding:4px;
  border-radius:3px;
  margin-right: 5px;
  vertical-align:middle;
  font-size: 8pt;
}

.contest-section {
  font-size:14pt;
  font-weight:bold;
  color:white;
  margin-top:10pt;
  margin-bottom:5pt;
  background-color: var(--bg3);
  padding:10px;
  text-align: center;
}

#g-type-mixed-options {
  margin-left:10px;
  background-color: var(--bg3);
  border-radius: 10px;
  padding:10px;
}

#g-rake-options {
  margin-left:10px;
  background-color: var(--bg3);
  border-radius: 10px;
  padding:10px;
}










#game-list {
}

#game-list th {
  background-color:black;
}

#game-list tr {
  height:3rem;
  background-color:#444444
}

#game-list tr:nth-child(2) td:first-child { border-top-left-radius: 10px; }
#game-list tr:nth-child(2) td:last-child { border-top-right-radius: 10px; }
#game-list tr:last-child td:first-child { border-bottom-left-radius: 10px; }
#game-list tr:last-child td:last-child { border-bottom-right-radius: 10px; }


.club-description {
  font-size:10pt;
  font-weight:normal;
  color: #888888;
}

.fa-outlined {
  text-shadow: 0 0 3px #000;
}

.waiting-duration {
  color: #BBBBBB;
}

.btn-confirm-reject {
  width:50px;
  margin:5px;
}

.bb-narrow {
  width: 200px;
}

#mtt-description-md {
  padding:10px;
  color: var(--t3);
}

/* make images responsive */
#mtt-description-md img {
  max-width: 100%;
  height: auto;
}

#mtt-description-md H1 { font-size: 16pt; font-weight: bold;color:var(--t2) }

#mtt-description-md H2 { font-size: 14pt; }

#mtt-description-md H3 { font-size: 12pt; }

#mtt-description-md p { font-size: 12pt; }

#mtt-description-md table { 
  color: var(--t3); 
  font-size: 12pt; 
  border: solid 1px var(--t4); 
  border-radius: 10px; 
  margin-bottom: 12px;
  border-collapse: separate; 
  border-spacing: 0;
}

#mtt-description-md table th { 
  padding: 8px;
  color: var(--t2);
}

#mtt-description-md table td { 
  padding: 8px;
}

#mtt-name { font-size:24pt; font-weight:bold; color:var(--t2) }

.mtt-container {
  background-color: #1a1a1a;
  color: #e0e0e0;
  padding: 10px;
  margin: 10px;
  border-radius: 8px;
  box-shadow:
    inset 0 0 5px rgba(255, 255, 255, 0.05),
    -2px -2px 5px rgba(255, 255, 255, 0.03),
    0 0 10px rgba(0, 0, 0, 0.5),
    5px 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mtt-tabs {
  overflow-x: scroll;
  white-space: nowrap;
  padding: 10px;
  margin: 10px;
}

.btn-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  min-width: 44px;
  transition: none;
}

.btn-tab .btn-label {
  display: block;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 0;
  transition: none;
}

.btn-tab .fa {
  transition: none;
}

.btn-primary .btn-label {
  max-width: 160px;
  opacity: 1;
  margin-left: 8px;
  transition: max-width 0.42s ease, opacity 0.42s ease;
}

.btn-primary.btn-tab,
.btn-primary .fa {
  transform: none;
  transition: transform 0.38s ease, background-color 0.38s ease, padding 0.38s ease;
}

.mtt-players-leaderboard .player-name {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mtt-players-leaderboard .player-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.3);
}

.mtt-players-leaderboard .player-avatar.avatar-placeholder {
  opacity: 0.35;
}

.mtt-players-leaderboard .player-name a,
.mtt-players-leaderboard .player-name a:visited,
.mtt-players-leaderboard .player-name a:hover,
.mtt-players-leaderboard .player-name a:active {
  color: var(--t1);
}

.mtt-players-leaderboard .player-name a.player-finished {
  color: var(--t3);
}

.mtt-players-leaderboard .player-plus-badge {
  height: 1em;
  width: auto;
}

.mtt-players-leaderboard td.align-middle {
  vertical-align: middle;
}

.mtt-players-leaderboard .stack-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #1e8f5a;
  background: rgba(30, 143, 90, 0.15);
  min-width: 80px;
  color: #fff;
}

.mtt-players-leaderboard .stack-status {
  font-style: italic;
}

.mtt-players-leaderboard .stack-table-link a {
  color: var(--t4);
  font-size:8pt;
}

.mtt-players-leaderboard .stack-table-link {
  font-style: italic;
}

.mtt-blinds-table .rebuy-indicator {
  color: #16a085;
  margin-right: 4px;
  font-size: 10pt;
}

.mtt-blinds-table {
  border-collapse: separate;
  border-spacing: 0;
}
.mtt-blinds-table th,
.mtt-blinds-table td {
  padding: 10px 12px;
}
.mtt-blinds-table th:first-child,
.mtt-blinds-table td:first-child {
  text-align: center;
}
.mtt-blinds-table .current-blind-level {
  background: rgba(13,110,253,0.12);
  box-shadow: 0 0 14px rgba(13,110,253,0.35);
}
.mtt-blinds-table .current-blind-level td {
  border-top: 2px solid #0d6efd;
  border-bottom: 2px solid #0d6efd;
  font-weight: 700;
}
.mtt-blinds-table .current-blind-level td:first-child {
  border-left: 2px solid #0d6efd;
  border-radius: 12px 0 0 12px;
}
.mtt-blinds-table .current-blind-level td:last-child {
  border-right: 2px solid #0d6efd;
  border-radius: 0 12px 12px 0;
}

.verbose { display: none }

#table-ledger td { 
  border-color: #444444;
}

#table-ledger { width: auto !important; }

@font-face {
	font-family: "Utils";
	src: url("/clubs/css/Utils.woff") format("woff");
}

.u {
	line-height: 1;
}

.u:before {
	font-family: Utils !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: top;
}

.u-config:before {
	content: "\0xF040";
}
.u-trophy:before {
	content: "\0xF091";
}
.u-signin:before {
	content: "\0xF090";
}
.u-signout:before {
	content: "\0xF08B";
}
.u-medal:before {
	content: "\0xF2BA";
}
.u-times:before {
	content: "\0xF043";
}

.u-cog:before {
	content: "\0xF013";
}
.u-info-circle:before {
	content: "\0xf05a";
}
.u-window-close:before {
	content: "\0xf2d3";
}
.u-poker-now-plus-signal:before {
	content: "\0xf1ee";
}

.main-nav-toggle-nav{display:none}
.main-nav-container {
	background: #272727;
	height: 7.4vh;
	width: 100%;
	border-bottom: .5vh solid #2c2c2c;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	display: block;
}
.main-logo-container {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%
}
.main-logo-container .premium-warning {
	display: none;
	position: absolute;
	text-align: center;
	width: 200px;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px;
	background: #ff0;
	left: 10vw;
	top: 2.8vw;
}
.main-logo-container a {
	margin-left: 2.4vh;
	display: flex;
	align-items: center;
	height: 100%}
.main-logo-container a.with-diamond {
	position: relative;
	text-decoration: none;
}
.main-logo-container a.with-diamond:after {
	margin-left: .5vw;
	font-size: 2.1vh;
	font-family: "Utils";
	content: "";
	color: #ff0;
}
.main-logo-container a.with-diamond:hover .premium-warning {
	display: inline-block;
}
.main-logo-container img {
	height: 2.5vh;
}
.main-nav {
	position: absolute;
	height: 100%;
	width: calc(100% - 220px);
	right: 0;
	display: flex;
  flex-direction: row;
	gap: 1.5vw;
  text-align: right;
  padding-left:20px;
  padding-right:20px;
}
.main-nav a {
	display: flex;
	color: #fff;
	text-decoration: none;
	height: 100%;
	font-size: .95vw;
	align-items: center;
	font-weight: normal;
  text-align:center;
}
.rest-container {
	overflow: hidden;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, .41);
	padding-top: 50px;
	position: relative;
	z-index: 3;
	margin-top: 100vh;
	background: #fff;
}
.footer {
	background-color: #313131;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 40px 0;
}
.footer-logo-container {
	margin-right: 20px;
}
.footer-logo-container img {
	height: 30px;
}
.footer-links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.footer-links .logo-links {
	display: flex;
	align-items: center;
}
.footer-links .links a {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.social-networks a {
	height: 50px;
	width: 50px;
	display: inline-block;
	background-size: cover;
	text-indent: -999999px;
}
.social-networks .twitter {
	background-image: url(https://cdn.pokernow.com/twitter-593f269603eafc5dafeb.png);
}
.social-networks .discord {
	background-image: url(https://cdn.pokernow.com/discord-d39bb9425b801b2c35dc.png);
}
.social-networks .facebook {
	background-image: url(https://cdn.pokernow.com/facebook-1f1e0b20b802f50fd132.png);
}
.social-networks .instagram {
	background-image: url(https://cdn.pokernow.com/instagram-d93be5a8af94f73c0eec.png);
}
.social-networks .email {
	background-image: url(https://cdn.pokernow.com/email-80e5fa7e5dcd0d171fd4.png);
}
.copyright-message {
	margin: 0;
	color: #888080;
	font-size: 15px;
	text-align: center;
}



@media(orientation: portrait) {
	.rest-container {
		margin-top: initial;
	}
	.main-nav-container {
		height: inherit;
	}
	.main-nav-toggle-nav {
		display: block;
		position: absolute;
		z-index: 2;
		top: 1.9vh;
		right: 2vh;
		height: 2vh;
		width: 5vh;
		background: transparent;
		border: none;
		color: transparent;
	}
	.main-nav-toggle-nav:before {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 5vh;
		color: #797979;
		content: ' \f040';
		font-family: "Utils"}
	.main-nav {
		position: relative;
		flex-direction: column;
		left: 0;
		display: none;
		width: 100%
	}
	.main-nav a {
		box-sizing: border-box;
		width: 100%;
		display: block;
		margin: 0;
		padding: 2.2vh;
		text-align: center;
		font-size: 2.2vh;
	}
	.main-logo-container {
		z-index: 1;
		width: 100%;
		height: 9vh;
		position: relative;
	}
	.main-logo-container a {
		justify-content: center;
		margin: 0;
	}
	.main-logo-container img {
		height: 3vh;
	}
	.footer-logo-container {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.footer-links {
		flex-direction: column;
	}
	.footer-links .logo-links {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.social-networks {
		text-align: center;
	}
	.links {
		text-align: center;
	}
}

@media (orientation: portrait) {
  .main-nav { 
    height: inherit;
    padding-bottom:40px; 
    padding-right:0px;
  }
  .main-nav a {
      box-sizing: border-box;
      width: 100%;
      display: block;
      margin: 0;
      padding: 2.2vh;
      text-align: center;
      font-size: 2.2vh;
      height: 10px;
  }
}


.c-card {
  position:relative;
  font-size: 10pt;
  border:solid 1px #dddddd;
  background-color: #fefefe;
  border-radius: 4px;
  margin: 1px;
  width: 24px;
  height: 35px;
  display:inline-block;
}

.c-suit-d {
  color: #FF0000;
}

.c-suit-h {
  color: #FF0000;
}

.c-suit-s {
  color: #000000;
}

.c-suit-c {
  color: #000000;
}

.c-rank {
  position:absolute;
  left:2px;
  top:0px;
}

.c-suit {
  position:absolute;
  right:0px;
  bottom:0px;
}

.highhands-group {
  border: solid 1px #888888;
  border-radius: 10px;
  padding:8px;
  margin-bottom:8px;
}

.hh-description {
  font-size: 10pt;
  color: var(--t4);
  padding:2px;
}

.chh {
  text-align: center;
  background-color: var(--bg2);
  font-size: 8pt;
  color: var(--t3);
  border-radius: 4pt;
}

.rounded {
  border: solid 1px var(--t3);
  border-radius: 10px;
}

#theme-chooser {
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
}

/* Picker Styles */
.picker-items {
  max-height: 400px;
  overflow-y: auto;
}

.picker-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin-top: 2px;
  margin-bottom: 6px;
  background-color: var(--bg2);
  border: 1px solid var(--t4);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.picker-item:hover {
  background-color: var(--bg3);
  border-color: var(--t3);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.picker-item:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.picker-item-content {
  flex: 1;
  min-width: 0;
}

.picker-item-label {
  font-size: 14pt;
  font-weight: 500;
  color: var(--t1);
  margin-bottom: 4px;
  line-height: 1.2;
}

.picker-item-description {
  font-size: 11pt;
  color: var(--t3);
  line-height: 1.3;
}

.picker-item-arrow {
  margin-left: 12px;
  color: var(--t4);
  font-size: 12pt;
  transition: color 0.2s ease;
}

.picker-item:hover .picker-item-arrow {
  color: var(--t2);
}
