/*--------------------------------------------------------
INGRID SCSS
Author:   Robert Piirainen
Twitter:  @robertpiira
--------------------------------------------------------*/
/* line 39, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid {
  padding: 0;
  list-style: none;
}

/* line 44, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid--unit {
  margin: 0;
  letter-spacing: normal;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------
INGRID SCSS
Author:   Robert Piirainen
Twitter:  @robertpiira
--------------------------------------------------------*/
/* line 39, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid {
  padding: 0;
  list-style: none;
}

/* line 44, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid--unit {
  margin: 0;
  letter-spacing: normal;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary {
  text-align: center;
  min-height: 450px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .loading {
  width: 100%;
  height: 593px;
  background: url(https://assets.jawaker.com/assets/games/loader_96-977de56b8c3e9bd5123c2b579a2de60aaa7c5e3e819b785a3d716f100bbc7380.gif) no-repeat center center;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col {
  display: inline-block;
  width: 40%;
  text-align: center;
  padding: 30px 0;
  height: 345px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .name {
  font-weight: bold;
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col.middle-col {
  width: 10%;
  font-size: 40px;
  height: 280px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .avatar {
  display: inline-block;
  position: relative;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .avatar img {
  width: 100px;
  height: 100px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .avatar .winner-icon {
  display: none;
  font-size: 20px;
  line-height: 40px;
  color: gold;
  position: absolute;
  bottom: -14px;
  inset-inline-start: 60px;
  width: auto;
  height: 40px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .challenge-summary .head .col .avatar .winner-icon {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .avatar .winner-icon .prize {
  padding-inline-start: 25px;
  padding-inline-end: 5px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .avatar .winner-icon i {
  float: var(--float-start);
  position: absolute;
  margin: 0 3px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .avatar .winner-icon.pull-left {
  inset-inline-end: auto;
  inset-inline-start: -22px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .avatar .score-icon {
  display: block;
  font-size: 24px;
  line-height: 40px;
  color: white;
  position: absolute;
  bottom: -14px;
  inset-inline-start: -22px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .challenge-summary .head .col .avatar .score-icon {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col .avatar .score-icon.pull-right {
  inset-inline-start: auto;
  inset-inline-end: -22px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col.won table {
  background: rgba(11, 46, 11, 0.72);
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col.won .avatar .winner-icon {
  display: block;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col table.scores {
  margin: 30px 0;
  width: 100%;
  border: 2px dashed #333;
  font-size: 17px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col table.scores td {
  width: 30%;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col table.scores td.won {
  color: green;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col table.scores td.lost {
  color: red;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col table.scores td.field-name {
  width: 70%;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col table.scores tr.total {
  border-top: 1px solid #999;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .head .col table.scores tr.challenge-time-score td {
  padding-top: 20px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .next-step p {
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-summary .next-step p.won {
  color: #FFC52D;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.modal-wrapper .challenge-summary .head .col {
  padding: 0 0 10px 0;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.modal-wrapper .challenge-summary .head .col.won table {
  background: rgba(51, 175, 34, 0.53);
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.modal-wrapper .challenge-summary .next-step {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.modal-wrapper .challenge-summary .next-step p.won {
  color: inherit;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab {
  height: 190px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li {
  height: 25%;
  width: 100%;
  display: block;
  clear: both;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li.disabled {
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li.disabled .power-up {
  cursor: auto;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li .power-up {
  position: relative;
  cursor: pointer;
  float: var(--float-start);
  width: 20%;
  border: 1px solid #191919;
  background: #3C3C3C;
  background: -webkit-gradient(linear, left top, left bottom, from(#3C3C3C), to(#2C2C2C));
  background: -moz-linear-gradient(top, #3C3C3C, #2C2C2C);
  height: 96%;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li .power-up img {
  height: 96%;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li .power-up.selected {
  -webkit-box-shadow: 0 0 20px 3px #00c800;
  -moz-box-shadow: 0 0 20px 3px #00c800;
  box-shadow: 0 0 20px 3px #00c800;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .power-ups-tab ul li .power-up.selected {
  -webkit-box-shadow: 0 0 20px 3px #00c800;
  -moz-box-shadow: 0 0 20px 3px #00c800;
  box-shadow: 0 0 20px 3px #00c800;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li .power-up .count {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 12;
  position: absolute;
  top: 72%;
  inset-inline-end: -8%;
  padding: 0 3px;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .power-ups-tab ul li .power-up .count {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li .desc {
  float: var(--float-start);
  padding-block-start: 1px;
  padding-inline-start: 10px;
  width: 74%;
  height: 90%;
  overflow: hidden;
  border: 1px solid #2C2C2C;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  background-image: url(https://assets.jawaker.com/assets/application/bgTranslucent-cdc47d6ef6edba5dbd9b353c0b9d3c213e8f894b5fd191b26576b50c9d7c8a7c.png);
  background-repeat: repeat;
  background-position: left top;
}

/* line 63, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .power-ups-tab ul li .desc {
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.25) 0 1px 2px inset;
}

/* line 154, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .power-ups-tab ul li .desc {
  background-position: right top;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li .desc .pu-title {
  font-weight: bold;
  line-height: 17px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.power-ups-tab ul li .desc .pu-desc {
  font-size: 11px;
  line-height: 12px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.dragged-pu {
  position: absolute;
  z-index: 500;
  height: 45px;
  width: 45px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.seat .player.power-up-highlight {
  z-index: 200;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.seat .player.power-up-highlight .avatar {
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px 3px #00c800;
  -moz-box-shadow: 0 0 20px 3px #00c800;
  box-shadow: 0 0 20px 3px #00c800;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .seat .player.power-up-highlight .avatar {
  -webkit-box-shadow: 0 0 20px 3px #00c800;
  -moz-box-shadow: 0 0 20px 3px #00c800;
  box-shadow: 0 0 20px 3px #00c800;
}

/*!= begin(no-rtl) */
/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.lb-counter-stack {
  direction: ltr;
  display: block;
  margin: 15px 5px;
  border-bottom: 1px solid #333;
  height: 40px;
  overflow-y: hidden;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.lb-counter-stack .count {
  float: left;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  font-size: 120%;
  width: 20px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.lb-counter-stack .trump {
  float: left;
  margin-top: -4px;
  margin-right: 40px;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.lb-counter-stack .card {
  margin-top: 0;
}

/*!= end(no-rtl) */
/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-wait-lb {
  text-align: center;
}

/* line 1, app/assets/stylesheets/modules/challenges.css.sass */
.challenge-wait-lb .avatar {
  clear: both;
  margin: 15px;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .seat .card-stack.cropped {
  height: 15px;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .seat .card-stack.cropped .card {
  margin-inline-start: -43px;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .seat.right .hand {
  left: -38px;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .seat.left .hand {
  left: 38px;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .card {
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  margin: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .card.transi {
  -webkit-transition: none;
  transition: none;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .card.opponent-on-table {
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil #cards-canvas {
  position: absolute;
  z-index: 1;
  width: 502px;
  height: 372px;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .seat .player {
  -webkit-user-select: none;
  user-select: none;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .seat .player a {
  -webkit-user-select: none;
  user-select: none;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack {
  position: absolute;
  z-index: -10;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack.player-stack {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack.dragging-over {
  -webkit-box-shadow: 0 0 10px blue;
  -moz-box-shadow: 0 0 10px blue;
  box-shadow: 0 0 10px blue;
  border: 1px solid blue;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-body.banakil .stack.dragging-over {
  -webkit-box-shadow: 0 0 10px blue;
  -moz-box-shadow: 0 0 10px blue;
  box-shadow: 0 0 10px blue;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack.ordering {
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  border: 1px solid #502808;
  background-color: #4E8322;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-body.banakil .stack.ordering {
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack.ordering.dragging-over {
  -webkit-box-shadow: 0 0 10px blue;
  -moz-box-shadow: 0 0 10px blue;
  box-shadow: 0 0 10px blue;
  border: 1px solid blue;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-body.banakil .stack.ordering.dragging-over {
  -webkit-box-shadow: 0 0 10px blue;
  -moz-box-shadow: 0 0 10px blue;
  box-shadow: 0 0 10px blue;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack.ordering.valid {
  -webkit-box-shadow: 0 0 10px #33af22;
  -moz-box-shadow: 0 0 10px #33af22;
  box-shadow: 0 0 10px #33af22;
  border: 1px solid #33af22;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-body.banakil .stack.ordering.valid {
  -webkit-box-shadow: 0 0 10px #33af22;
  -moz-box-shadow: 0 0 10px #33af22;
  box-shadow: 0 0 10px #33af22;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack.ordering.valid.dragging-over {
  -webkit-box-shadow: 0 0 10px blue;
  -moz-box-shadow: 0 0 10px blue;
  box-shadow: 0 0 10px blue;
  border: 1px solid blue;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-body.banakil .stack.ordering.valid.dragging-over {
  -webkit-box-shadow: 0 0 10px blue;
  -moz-box-shadow: 0 0 10px blue;
  box-shadow: 0 0 10px blue;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack .options {
  text-align: center;
  line-height: 10px;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack .options i, #game-body.banakil .stack .options span {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  margin: 0 2px;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

/* line 1, app/assets/stylesheets/modules/banakil.css.sass */
#game-body.banakil .stack .options i.clickable, #game-body.banakil .stack .options span.clickable {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-lb .card {
  height: 38px;
  width: 26px;
  top: 15px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-lb .controls .card {
  inset-inline-start: 35px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-lb .actions .card {
  inset-inline-end: 10px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb {
  width: 625px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .prompt {
  margin-top: 0;
  margin-inline-end: 0;
  margin-bottom: 10px;
  margin-inline-start: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 {
  width: 21%;
  float: var(--float-start);
  height: 162px;
  padding: 10px;
  margin: 5px;
  border-radius: 0;
  border: none;
  padding-inline-start: 53px;
  background-color: #333;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 label {
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 17px;
  height: 20px;
  width: 20px;
  position: relative;
  inset-inline-start: -41px;
  text-align: center;
  background-color: #cccccc;
  font-weight: bold;
  font-size: 15px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.selected-first .face {
  border: 3px solid #A92527;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.selected-second .face {
  border: 3px solid #3F7746;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.empty-card {
  visibility: hidden;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.card-0 {
  top: 96px;
  inset-inline-start: 43px;
  z-index: 99999;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.rtl .baloot-qaid-lb .col-3 .card.card-0 {
  inset-inline-start: auto;
  inset-inline-end: 16px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.card-0 span {
  position: relative;
  top: 68px;
  inset-inline-start: 50px;
  color: #FBBE25;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.rtl .baloot-qaid-lb .col-3 .card.card-0 span {
  inset-inline-start: auto;
  inset-inline-end: -33px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.card-1 {
  top: 52px;
  inset-inline-start: 49px;
  z-index: 9999;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.rtl .baloot-qaid-lb .col-3 .card.card-1 {
  inset-inline-start: auto;
  inset-inline-end: -53px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.card-1 span {
  position: relative;
  top: 20px;
  inset-inline-start: 48px;
  color: #FBBE25;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.rtl .baloot-qaid-lb .col-3 .card.card-1 span {
  inset-inline-start: auto;
  inset-inline-end: -30px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.card-2 {
  top: 8px;
  inset-inline-start: -19px;
  z-index: 9;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.rtl .baloot-qaid-lb .col-3 .card.card-2 {
  inset-inline-start: auto;
  inset-inline-end: -44px;
  z-index: 0;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.card-2 span {
  position: relative;
  top: 22px;
  inset-inline-start: -25px;
  color: #FBBE25;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.rtl .baloot-qaid-lb .col-3 .card.card-2 span {
  inset-inline-start: auto;
  inset-inline-end: 42px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.card-3 {
  top: 52px;
  inset-inline-start: -80px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.rtl .baloot-qaid-lb .col-3 .card.card-3 {
  inset-inline-start: auto;
  inset-inline-end: -36px;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.baloot-qaid-lb .col-3 .card.card-3 span {
  position: relative;
  top: 24px;
  inset-inline-start: -26px;
  color: #FBBE25;
}

/* line 1, app/assets/stylesheets/modules/baloot.css.sass */
.rtl .baloot-qaid-lb .col-3 .card.card-3 span {
  top: 18px;
  inset-inline-start: auto;
  inset-inline-end: 42px;
}

/* line 8, app/assets/stylesheets/controllers/games.css.sass */
[dir="ltr"] {
  --float-start: left;
  --float-end: right;
}

/* line 12, app/assets/stylesheets/controllers/games.css.sass */
[dir="rtl"] {
  --float-start: right;
  --float-end: left;
}

/* Game Summary */
/* line 20, app/assets/stylesheets/controllers/games.css.sass */
#game-summary-module .module-content {
  height: 190px;
}

/* line 23, app/assets/stylesheets/controllers/games.css.sass */
.game-score {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

/* line 28, app/assets/stylesheets/controllers/games.css.sass */
.game-score li {
  padding: 6px 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  border-bottom: 1px solid #2a2a2a;
}

/* line 4, app/assets/stylesheets/_mixins.sass */
.game-score li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/_mixins.sass */
.ie .game-score li {
  zoom: 1;
}

/* line 12, app/assets/stylesheets/_mixins.sass */
.ie6 .game-score li {
  height: 1%;
}

/* line 35, app/assets/stylesheets/controllers/games.css.sass */
.game-score .game-score-players {
  float: var(--float-start);
}

/* line 37, app/assets/stylesheets/controllers/games.css.sass */
.game-score .game-score-players p {
  margin: 0;
}

/* line 39, app/assets/stylesheets/controllers/games.css.sass */
.game-score .game-score-players p .my-score {
  color: #FFC52D;
}

/* line 41, app/assets/stylesheets/controllers/games.css.sass */
.game-score .game-score-total {
  float: var(--float-end);
  font-size: 30px;
  line-height: 30px;
}

/* line 45, app/assets/stylesheets/controllers/games.css.sass */
.game-score .game-score-total.is-winning {
  color: #33AF22;
}

/* line 48, app/assets/stylesheets/controllers/games.css.sass */
.game-score.four-players li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: var(--float-start);
  width: 50%;
}

/* line 52, app/assets/stylesheets/controllers/games.css.sass */
.game-score.four-players li.even {
  border-inline-start: 1px solid #2a2a2a;
}

/* line 54, app/assets/stylesheets/controllers/games.css.sass */
.game-score.four-players li .game-score-players {
  line-height: 30px;
  max-width: 55px;
}

/* line 57, app/assets/stylesheets/controllers/games.css.sass */
.game-score.four-players li .game-score-players p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 59, app/assets/stylesheets/controllers/games.css.sass */
.game-score.four-players li .game-score-total {
  font-size: 20px;
}

/* line 62, app/assets/stylesheets/controllers/games.css.sass */
.game-score-actions {
  clear: inline-start;
  padding: 4px 8px;
  text-align: end;
  font-size: 12px;
  border-bottom: 1px solid #2a2a2a;
}

/* line 69, app/assets/stylesheets/controllers/games.css.sass */
.game-info {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px;
  line-height: 15px;
}

/* line 75, app/assets/stylesheets/controllers/games.css.sass */
.game-info .game-info-label {
  display: inline-block;
  min-width: 60px;
  color: #919191;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .game-info .game-info-label {
  display: inline;
  zoom: 1;
}

/* line 79, app/assets/stylesheets/controllers/games.css.sass */
.game-info .game-info-value {
  color: #FFC52D;
}

/* Game Table Header */
/* line 83, app/assets/stylesheets/controllers/games.css.sass */
.game-icons {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  line-height: 46px;
}

/* line 89, app/assets/stylesheets/controllers/games.css.sass */
.game-icons.game-creation {
  text-align: center;
}

/* line 91, app/assets/stylesheets/controllers/games.css.sass */
.game-icons.game-creation li {
  width: 56px;
  color: #DDD;
  border-inline-start: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-icons.game-creation li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 97, app/assets/stylesheets/controllers/games.css.sass */
.game-icons.game-creation li.active {
  color: #848584;
}

/* line 99, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 46px;
  padding: 4px 6px;
  text-shadow: #191919 0 -1px 0;
  text-align: center;
  color: #848584;
  vertical-align: middle;
  border-inline-start: 1px solid #191919;
  -webkit-box-shadow: 1px 0 0 #4E4E4D inset;
  -moz-box-shadow: 1px 0 0 #4E4E4D inset;
  box-shadow: 1px 0 0 #4E4E4D inset;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 .game-icons li {
  display: inline;
  zoom: 1;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .game-icons li {
  -webkit-box-shadow: -1px 0 0 #4E4E4D inset;
  -moz-box-shadow: -1px 0 0 #4E4E4D inset;
  box-shadow: -1px 0 0 #4E4E4D inset;
}

/* line 110, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li i {
  font-size: 35px;
  line-height: 40px;
}

/* line 113, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li.watchers {
  padding-inline-start: 10px;
  padding-inline-end: 5px;
  padding-block: 2px;
  line-height: 1;
}

/* line 118, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li.watchers i {
  font-size: 24px;
  line-height: 26px;
}

/* line 121, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li.watchers strong {
  display: block;
  margin-top: -5px;
  line-height: 1;
  font-size: 13px;
}

/* line 126, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon {
  width: 38px;
  height: 38px;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  background: url(https://assets.jawaker.com/assets/games/summaryIcons-e337fc088010ac1451d011244e8f585d864551a800d2f4d0c9b44828cf9b9fdb.png) no-repeat left top;
}

/* line 133, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.timer {
  background-position: 0 -40px;
}

/* line 135, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.round {
  background-position: -38px 0;
}

/* line 137, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.trump {
  background-position: -76px 0;
}

/* line 139, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.trump.spade {
  background-position: -76px 0;
}

/* line 141, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.trump.diamond {
  background-position: -76px -38px;
}

/* line 143, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.trump.club {
  background-position: -76px -76px;
}

/* line 145, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.trump.heart {
  background-position: -76px -114px;
}

/* line 147, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.recording {
  background-position: 0 -80px;
  line-height: 60px;
  font-size: 13px;
}

/* line 151, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .avatar img {
  width: 38px;
  height: 38px;
  vertical-align: top;
}

/* line 157, app/assets/stylesheets/controllers/games.css.sass */
#game-wrapper .page-content {
  padding: 0 0 20px 0;
}

/* line 160, app/assets/stylesheets/controllers/games.css.sass */
#game-body {
  z-index: 2;
  position: relative;
  height: 550px;
}

/* line 164, app/assets/stylesheets/controllers/games.css.sass */
.with-player-buttons #game-body {
  padding-bottom: 52px;
}

/* line 166, app/assets/stylesheets/controllers/games.css.sass */
#game-body .button {
  position: absolute;
}

/* line 168, app/assets/stylesheets/controllers/games.css.sass */
#game-body .button.top {
  top: 10px;
}

/* line 170, app/assets/stylesheets/controllers/games.css.sass */
#game-body .button.bottom {
  bottom: -10px;
}

/* line 172, app/assets/stylesheets/controllers/games.css.sass */
#game-body .button.left {
  inset-inline-start: 10px;
}

/* line 174, app/assets/stylesheets/controllers/games.css.sass */
#game-body .button.right {
  inset-inline-end: 10px;
}

/* line 176, app/assets/stylesheets/controllers/games.css.sass */
#game-body .button.center {
  inset-inline-start: 50%;
  width: 400px;
  margin-inline-start: -200px;
  text-align: center;
}

/* line 181, app/assets/stylesheets/controllers/games.css.sass */
#game-body.loading {
  background: url(https://assets.jawaker.com/assets/games/loader_96-977de56b8c3e9bd5123c2b579a2de60aaa7c5e3e819b785a3d716f100bbc7380.gif) no-repeat center center;
}

/* line 182, app/assets/stylesheets/controllers/games.css.sass */
#game-body.loading * {
  display: none;
}

/* line 186, app/assets/stylesheets/controllers/games.css.sass */
#game-body-overlay, #game-body-backdrop {
  width: 100%;
  height: 106%;
  position: absolute;
  z-index: 100;
  background: black;
  filter: alpha(opacity=92);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
  -khtml-opacity: 0.92;
  -moz-opacity: 0.92;
  opacity: 0.92;
}

/* line 194, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon {
  background: url(https://assets.jawaker.com/assets/games/summaryIcons-e337fc088010ac1451d011244e8f585d864551a800d2f4d0c9b44828cf9b9fdb.png) no-repeat left top;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: #191919 0 -1px 0;
  color: #848584;
}

/* line 205, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.colored-icons {
  background: url(https://assets.jawaker.com/assets/games/summaryIcons_c-652743ebcf1dcbd711cfedfe360640fa9b73d74efb9ee9af72cade2bea4baf0d.png) no-repeat left top;
}

/* line 207, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.circle {
  background-position: 0 0;
}

/* line 209, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.timer {
  background-position: 0 -50px;
}

/* line 211, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.round {
  background-position: -50px 0;
}

/* line 213, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.trump {
  background-position: -100px 0;
}

/* line 215, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.trump.spade {
  background-position: -100px 0;
}

/* line 217, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.trump.diamond {
  background-position: -100px -50px;
}

/* line 219, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.trump.club {
  background-position: -100px -100px;
}

/* line 221, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.trump.heart {
  background-position: -100px -150px;
}

/* line 224, app/assets/stylesheets/controllers/games.css.sass */
.rotate-top {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 226, app/assets/stylesheets/controllers/games.css.sass */
.ie7 .rotate-top, .ie8 .rotate-top {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 228, app/assets/stylesheets/controllers/games.css.sass */
.rotate-left {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 230, app/assets/stylesheets/controllers/games.css.sass */
.ie7 .rotate-left, .ie8 .rotate-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 232, app/assets/stylesheets/controllers/games.css.sass */
.rotate-right {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 234, app/assets/stylesheets/controllers/games.css.sass */
.ie7 .rotate-right, .ie8 .rotate-right {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 237, app/assets/stylesheets/controllers/games.css.sass */
#game-table {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  width: 0;
  height: 0;
}

/* line 243, app/assets/stylesheets/controllers/games.css.sass */
.with-player-buttons #game-table {
  margin-top: -36px;
}

/* line 245, app/assets/stylesheets/controllers/games.css.sass */
#game-table #game-table-border {
  width: 400px;
  height: 370px;
  margin-top: -191px;
  margin-inline-start: -206px;
  padding: 5px;
}

/* line 251, app/assets/stylesheets/controllers/games.css.sass */
#game-table #game-table-border.default-table {
  background-image: url(https://assets.jawaker.com/assets/default_table-b8bdaf0f43c3eabdce9cdf64bab1ab460da70b47ad4f2f523236304f763175b8.png);
}

/* line 253, app/assets/stylesheets/controllers/games.css.sass */
#game-table #game-canvas {
  width: 400px;
  height: 370px;
  margin: -1px;
}

/* line 258, app/assets/stylesheets/controllers/games.css.sass */
#game-table.wide #game-table-border {
  width: 500px;
  margin-inline-start: -256px;
}

/* line 261, app/assets/stylesheets/controllers/games.css.sass */
#game-table.wide #game-canvas {
  width: 500px;
}

/*!= begin(no-rtl) */
/* line 266, app/assets/stylesheets/controllers/games.css.sass */
#game-table #deck {
  position: absolute;
  top: 0;
  left: -31.5px;
}

/* line 270, app/assets/stylesheets/controllers/games.css.sass */
#game-table #upcards {
  background: #FFF;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 31.5px;
}

/* line 276, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container {
  top: 100%;
  position: relative;
}

/* line 279, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container .flop {
  margin-left: 6px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
}

/* line 283, app/assets/stylesheets/controllers/games.css.sass */
.rtl #game-table #stack-container .flop {
  direction: ltr;
}

/* line 285, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container .on-table {
  margin-left: 6px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
}

/* line 289, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container .on-table .card {
  width: 22px;
  height: 40px;
  margin-top: 0;
  margin-left: -6px;
  position: relative;
}

/* line 295, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container .on-table .card.tile {
  width: 30px;
  height: 40px;
  margin-left: 0;
}

/* line 299, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container .on-table.ordering {
  margin-left: 0;
  padding: 5px 10px 5px 10px;
  -webkit-box-shadow: black 0 0 10px;
  -moz-box-shadow: black 0 0 10px;
  box-shadow: black 0 0 10px;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  min-width: 60px;
  height: 40px;
  border: 1px solid #502808;
  background-color: #4E8322;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-table #stack-container .on-table.ordering {
  -webkit-box-shadow: black 0 0 10px;
  -moz-box-shadow: black 0 0 10px;
  box-shadow: black 0 0 10px;
}

/* line 308, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container .on-table:hover, #game-table #stack-container .on-table.hasfocus {
  background: #4E8322;
  -webkit-box-shadow: black 0 0 20px 3px;
  -moz-box-shadow: black 0 0 20px 3px;
  box-shadow: black 0 0 20px 3px;
  height: 40px;
  z-index: 100;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-table #stack-container .on-table:hover, [dir="rtl"] #game-table #stack-container .on-table.hasfocus {
  -webkit-box-shadow: black 0 0 20px 3px;
  -moz-box-shadow: black 0 0 20px 3px;
  box-shadow: black 0 0 20px 3px;
}

/* line 313, app/assets/stylesheets/controllers/games.css.sass */
.rtl #game-table #stack-container .on-table {
  direction: ltr;
}

/* line 315, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container #ordering-stack-container, #game-table #stack-container #ontable-stack-container {
  position: absolute;
  top: -115px;
  left: 40px;
  width: 420px;
}

/* line 320, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container #ordering-stack-container .ordering, #game-table #stack-container #ordering-stack-container .on-table, #game-table #stack-container #ontable-stack-container .ordering, #game-table #stack-container #ontable-stack-container .on-table {
  min-width: 30px;
  position: relative;
  float: left;
  margin-left: 1px;
  padding: 5px 3px 5px 10px;
}

/* line 326, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container #ordering-stack-container .ordering #emptyCard, #game-table #stack-container #ordering-stack-container .on-table #emptyCard, #game-table #stack-container #ontable-stack-container .ordering #emptyCard, #game-table #stack-container #ontable-stack-container .on-table #emptyCard {
  width: 20px;
}

/* line 328, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container #ordering-stack-container .ordering .tile, #game-table #stack-container #ordering-stack-container .on-table .tile, #game-table #stack-container #ontable-stack-container .ordering .tile, #game-table #stack-container #ontable-stack-container .on-table .tile {
  margin-left: -8px;
}

/* line 330, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container #ontable-stack-container {
  top: -325px;
  left: 90px;
  width: 320px;
}

/* line 336, app/assets/stylesheets/controllers/games.css.sass */
#game-table #table-stack {
  height: 320px;
}

/* line 338, app/assets/stylesheets/controllers/games.css.sass */
#game-table #table-stack .card {
  position: absolute;
  z-index: 9;
}

/*!= end(no-rtl) */
/* line 343, app/assets/stylesheets/controllers/games.css.sass */
.card-slot {
  position: absolute;
  height: 72px;
  width: 53px;
  margin-left: -26.5px;
  margin-top: -36px;
}

/* line 349, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.highlight {
  background: rgba(255, 255, 255, 0.25);
}

/* line 352, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.top {
  top: -103px;
  left: 0;
}

/* line 355, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.top.top-left {
  left: -160px;
}

/* line 357, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.top.top-right {
  left: 160px;
}

/* line 359, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.bottom {
  top: 103px;
  left: 0;
}

/* line 362, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.bottom.bottom-left {
  left: -160px;
}

/* line 364, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.bottom.bottom-right {
  left: 160px;
}

/* line 366, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.left {
  top: 0;
  left: -88px;
}

/* line 369, app/assets/stylesheets/controllers/games.css.sass */
.wide .card-slot.left {
  left: -128px;
}

/* line 371, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.left.left-upper {
  top: -103px;
  left: -160px;
}

/* line 374, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.left.left-lower {
  top: 103px;
  left: -160px;
}

/* line 377, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.right {
  top: 0;
  left: 88px;
}

/* line 380, app/assets/stylesheets/controllers/games.css.sass */
.wide .card-slot.right {
  left: 128px;
}

/* line 382, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.right.right-upper {
  top: -103px;
  left: 160px;
}

/* line 385, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.right.right-lower {
  top: 103px;
  left: 160px;
}

/* line 388, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.current {
  top: 93px !important;
}

/* line 391, app/assets/stylesheets/controllers/games.css.sass */
.card-stack {
  height: 72px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

/* line 396, app/assets/stylesheets/controllers/games.css.sass */
.rtl .card-stack {
  direction: ltr;
}

/* line 399, app/assets/stylesheets/controllers/games.css.sass */
.card-stack .card {
  margin: 0;
}

/* line 403, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.fanned .card {
  margin-left: -36px;
}

/* line 405, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.fanned .card.tile {
  margin-left: -10px;
}

/* line 408, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.fanned.tight .card {
  margin-left: -45px;
}

/* line 411, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.fanned.loose .card {
  margin-left: -27px;
}

/* line 413, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.fanned.loose .card.tile {
  margin-left: 0;
}

/* line 415, app/assets/stylesheets/controllers/games.css.sass */
.recorded-game .card-stack.fanned.loose .card {
  margin-left: -31px;
}

/* line 417, app/assets/stylesheets/controllers/games.css.sass */
.touch-screen .card-stack.fanned.loose .card {
  margin-left: -20px;
}

/* line 419, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.fanned.loose .chosencard {
  top: -4px;
  margin-right: 0;
}

/* line 423, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.fanned.loose.selectedstack .card:first-child {
  margin-left: -6px;
}

/* line 425, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.fanned.loose.selectedstack .card.selectedcard {
  top: -4px;
  margin-right: 20px;
}

/* line 428, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.cropped {
  overflow: hidden;
  height: 36px;
}

/* line 431, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.cropped .face-up {
  margin-right: 10px;
}

/* line 433, app/assets/stylesheets/controllers/games.css.sass */
.recorded-game .card-stack.cropped .face-up {
  margin-right: 4px;
}

/* line 436, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.with-open-cards .face-up {
  margin-right: 4px;
}

/* line 438, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.closed {
  height: 72px;
  width: 53px;
  margin-left: -26.5px;
  margin-top: -36px;
}

/* line 443, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.closed .card {
  margin-right: -53px;
}

/* line 445, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.closed .card .face, .card-stack.closed .card .back {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .card-stack.closed .card .face, [dir="rtl"] .card-stack.closed .card .back {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 447, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.closed .card:first-child {
  margin-left: -53px;
}

/* line 449, app/assets/stylesheets/controllers/games.css.sass */
.ie9 .card-stack.closed .card:first-child {
  margin-left: -26.5px;
}

/* line 451, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.closed .card.tile {
  margin-right: -30px;
}

/* line 453, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.closed .card.tile:first-child {
  margin-left: -30px;
}

/* line 455, app/assets/stylesheets/controllers/games.css.sass */
.ie9 .card-stack.closed .card.tile:first-child {
  margin-left: -15px;
}

/* line 457, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.horizontal {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  margin-left: -250px;
  margin-top: -30px;
}

/* line 464, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.horizontal .card {
  margin-left: 10px;
}

/* line 466, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.horizontal.collapsed .card {
  margin-left: -42px;
}

/* line 468, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.vertical {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 472, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.vertical .card {
  display: block;
  margin-top: -57.6px;
}

/* line 475, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.vertical .card:first-child {
  margin-bottom: 10.8px;
}

/* line 477, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.vertical.collapsed .card {
  margin-top: -70px;
  margin-bottom: 0;
}

/* line 480, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.vertical.collapsed .card:first-child {
  margin-top: -57.6px;
}

/* line 482, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.clickable-stack-cursor {
  cursor: pointer;
}

/* line 484, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.draggable-stack-cursor {
  cursor: move;
}

/* line 486, app/assets/stylesheets/controllers/games.css.sass */
.card-stack .stack-deck-loading {
  position: absolute;
  z-index: 999;
  top: 18px;
  left: 10px;
}

/* line 492, app/assets/stylesheets/controllers/games.css.sass */
#game-sponsor {
  position: absolute;
  width: 400px;
  height: 370px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 498, app/assets/stylesheets/controllers/games.css.sass */
.wide #game-sponsor {
  width: 500px;
}

/* line 502, app/assets/stylesheets/controllers/games.css.sass */
#tab-players .name {
  float: var(--float-start);
  max-width: 95px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 508, app/assets/stylesheets/controllers/games.css.sass */
#tab-players .name .avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
}

/* line 27, app/assets/stylesheets/_mixins.sass */
.ie7 #tab-players .name .avatar {
  display: inline;
  zoom: 1;
}

/* line 513, app/assets/stylesheets/controllers/games.css.sass */
#tab-players .name .avatar img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #tab-players .name .avatar img {
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5) inset;
}

/* line 521, app/assets/stylesheets/controllers/games.css.sass */
#tab-players td, #tab-players th, #tab-scores td, #tab-scores th {
  text-align: center;
}

/* line 523, app/assets/stylesheets/controllers/games.css.sass */
#tab-players .winner, #tab-scores .winner {
  font-weight: bold;
  color: #498C11;
}

/* line 526, app/assets/stylesheets/controllers/games.css.sass */
#tab-players .loser, #tab-scores .loser {
  color: #FF0000;
}

/* line 530, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .round_summary {
  font-weight: bold;
  border-top: 2px solid #AAA;
}

/* line 533, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .round_summary td {
  border-bottom: 1px #a5a5a5 solid;
}

/* line 535, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .round_summary td.round, #tab-scores .round_summary td.player {
  border-bottom: none;
}

/* line 537, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .baloot_border {
  border-top: 1px black solid;
}

/* line 539, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .round, #tab-scores .player {
  font-weight: bold;
}

/* line 541, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .round {
  width: 20px;
  padding-inline-end: 0;
  text-align: center;
}

/* line 545, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .player {
  text-align: start;
}

/* line 547, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .player .overflow {
  display: block;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 551, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .summary {
  font-weight: bold;
  font-size: 24px;
}

/* line 554, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .summary td {
  padding: 10px 5px;
}

/* line 556, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .summary td span {
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 8px 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  background: #827a71;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #tab-scores .summary td span {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25) inset;
}

/* line 567, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .summary td.winner span {
  background: #498C11;
}

/*!= begin(no-rtl) */
/* line 572, app/assets/stylesheets/controllers/games.css.sass */
.goDownGroup {
  direction: ltr;
  display: inline-block;
  text-align: center;
  margin: 10px 5px;
}

/* line 577, app/assets/stylesheets/controllers/games.css.sass */
.goDownGroup .card {
  margin-top: 0;
}

/* line 579, app/assets/stylesheets/controllers/games.css.sass */
.goDownGroup .card:first-child {
  margin-left: 0;
}

/* line 583, app/assets/stylesheets/controllers/games.css.sass */
#chips-range {
  width: 50%;
  display: inline-block;
  margin: auto 10px;
}

/* line 589, app/assets/stylesheets/controllers/games.css.sass */
.texas .seat .player.folded .avatar img {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* line 594, app/assets/stylesheets/controllers/games.css.sass */
.texas .card-stack.fanned .card, .texas .card-stack.fanned.loose .card {
  margin-left: 0;
  margin-right: 0;
}

/* line 598, app/assets/stylesheets/controllers/games.css.sass */
.texas .non-winning-card {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* line 602, app/assets/stylesheets/controllers/games.css.sass */
.texas #ontable-stack-container .flop .winning-card {
  top: -10px;
}

/* line 605, app/assets/stylesheets/controllers/games.css.sass */
.texas #winning-hand-type {
  position: absolute;
  top: 50px;
  left: -250px;
  width: 200px;
  margin: 0 150px;
  text-align: center;
  font-weight: bold;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 617, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value {
  position: absolute;
  padding: 3px;
  background: #000;
  color: #FFF;
  border: 1px solid #FFF;
  min-width: 50px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 627, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.bottom {
  top: 100px;
  left: -25px;
}

/* line 630, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.right-lower {
  top: 100px;
  right: -190px;
}

/* line 633, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.right {
  top: 0;
  right: -190px;
}

/* line 636, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.right-upper {
  top: -145px;
  right: -190px;
}

/* line 639, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.top {
  top: -145px;
  left: -25px;
}

/* line 642, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.left-upper {
  top: -145px;
  left: -190px;
}

/* line 645, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.left {
  top: 0;
  left: -190px;
}

/* line 648, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.left-lower {
  top: 100px;
  left: -190px;
}

/* line 651, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.pot {
  top: 0;
  left: -25px;
  background: #FD0;
  color: #000;
  font-weight: bold;
}

/*!= end(no-rtl) */
/* GAME INDEX */
/* line 661, app/assets/stylesheets/controllers/games.css.sass */
.games.index .guest-signup-box {
  background: url(https://assets.jawaker.com/assets/application/guest-signup-6d3e9ecb835b81d42943f5e89a79da1f2910f524cdd12a8bdca84c433b1157b0.jpg) no-repeat center center;
  height: 82px;
  display: block;
  margin: 0 -5px 10px -5px;
  text-align: center;
}

/* line 667, app/assets/stylesheets/controllers/games.css.sass */
.games.index .guest-signup-box p {
  font-size: 20px;
  color: #202020;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 12px;
  font-weight: bold;
}

/* line 674, app/assets/stylesheets/controllers/games.css.sass */
.games.index .guest-signup-box #btn-signup {
  display: inline-block;
}

/* line 676, app/assets/stylesheets/controllers/games.css.sass */
.games.index .guest-signup-box #btn-signup .btn {
  border: 0;
}

/* line 678, app/assets/stylesheets/controllers/games.css.sass */
.games.index .guest-signup-box .guest-msg-txt {
  color: #202020;
}

/* line 680, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random {
  padding: 10px;
  margin-top: -5px;
  margin-bottom: 15px;
  margin-inline: -5px;
  height: 40px;
  border: 1px;
  text-align: center;
}

/* line 688, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random .btn.play-now {
  margin-inline-start: 100px;
}

/* line 690, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random .description {
  margin: 0px 10px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  *font-size: 58px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}

/* line 697, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random .index-helper-actions {
  width: 100px;
}

/* line 699, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random .index-helper-actions a {
  float: var(--float-start);
  width: 100%;
  text-align: start;
  margin-top: 1px;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* line 705, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random .index-helper-actions a:hover {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* line 707, app/assets/stylesheets/controllers/games.css.sass */
.games.index .refresh-button {
  z-index: 3;
}

/* line 709, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-filters {
  height: 30px;
}

/* line 712, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-filters .nav-buttons a {
  cursor: pointer;
  border: none;
}

/* line 715, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-filters .nav-buttons a .disabled {
  color: #888;
}

/* line 717, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-filters .nav-buttons a .jicon-basha {
  position: absolute;
  top: 3px;
  inset-inline-start: 0;
  font-size: 16px;
  color: #FFC52D;
  text-shadow: black 0 1px 1px;
}

/* line 725, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-filters .btn-group.open .slider-filter {
  width: 175px;
  padding: 0 10px;
}

/* line 728, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-filters .btn-group.open .slider-filter .slider {
  width: 125px;
}

/* line 730, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-filters .btn-group.open .slider-filter .slider .ui-slider {
  width: 115px;
}

/* line 732, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-title {
  text-transform: capitalize;
}

/* line 734, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-rooms {
  min-height: 500px;
}

/* line 736, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-rooms.loading {
  background: url(https://assets.jawaker.com/assets/games/loader_96-977de56b8c3e9bd5123c2b579a2de60aaa7c5e3e819b785a3d716f100bbc7380.gif) no-repeat center center;
}

/* line 738, app/assets/stylesheets/controllers/games.css.sass */
.games.index .rules {
  max-height: 700px;
  overflow-y: scroll;
  padding-inline-end: 20px;
}

/* line 743, app/assets/stylesheets/controllers/games.css.sass */
#game-summary {
  position: absolute;
  z-index: 200;
  width: 100%;
  text-align: center;
  background-size: 100% 100%;
}

/* line 749, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content {
  min-height: 580px;
  padding: 0 20px;
  margin: 0;
}

/* line 750, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content.hidden {
  display: none;
}

/* line 754, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col {
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 10px 5px;
}

/* line 759, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col.middle-col {
  width: 15%;
  font-size: 40px;
  line-height: normal;
  vertical-align: top;
}

/* line 765, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col.won .avatar .player-icon {
  display: block;
}

/* line 767, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col.won .score {
  color: #33af22;
}

/* line 771, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col.small .avatar img {
  width: 60px;
  height: 60px;
}

/* line 774, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col.small .avatar .player-icon {
  width: 27px;
  height: 27px;
}

/* line 777, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col.small .avatar .player-icon i {
  font-size: 22px;
  line-height: 26px;
}

/* line 780, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col .score {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

/* line 786, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col .avatar {
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

/* line 790, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col .avatar img {
  margin: 10px 0;
  width: 50px;
  height: 50px;
}

/* line 794, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col .avatar .player-icon {
  display: none;
  color: #33af22;
  position: absolute;
  bottom: 0px;
  inset-inline-start: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 2px solid #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] #game-summary .summary-content .head .col .avatar .player-icon {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 808, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col .avatar .player-icon i {
  font-size: 20px;
  line-height: 25px;
}

/* line 811, app/assets/stylesheets/controllers/games.css.sass */
.webkit #game-summary .summary-content .head .col .avatar .player-icon i {
  margin-inline-start: -2px;
}

/* line 813, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col .avatar .player-icon.pull-right {
  inset-inline-start: auto;
  inset-inline-end: -5px;
}

/* line 816, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .close-ad {
  position: absolute;
  bottom: 10px;
  inset-inline-end: 10px;
}

/* line 823, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content p {
  font-size: 120%;
  color: #FFC52D;
  font-weight: bold;
}

/* line 827, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview {
  min-height: 150px;
  margin: 10px;
}

/* line 830, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-header {
  background-color: #6D84B4;
  border: 1px solid #3B5998;
  text-align: start;
  padding-top: 3px;
  padding-inline-start: 5px;
}

/* line 836, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body {
  position: relative;
  padding: 7px 5px 5px 60px;
  background: white;
  color: black;
}

/* line 841, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-avatar {
  position: absolute;
  inset-inline-start: 5px;
}

/* line 844, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-avatar img {
  max-height: 50px;
}

/* line 846, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-share-box {
  padding: 10px;
  border: 1px dashed #CCC;
}

/* line 849, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-share-box .fb-app-logo {
  float: var(--float-start);
  padding-inline-end: 10px;
}

/* line 852, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-share-box .fb-app-logo img {
  max-height: 45px;
}

/* line 854, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-share-box .fb-content {
  display: table;
  text-align: start;
}

/* line 857, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-share-box .fb-content span {
  font-weight: bold;
  color: #3B5998;
}

/* line 860, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer {
  background: white;
  height: 40px;
}

/* line 863, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .fb-sharing, #game-summary .summary-content .facebook-share-preview .preview-footer .fb-published {
  display: none;
}

/* line 865, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .checkbox {
  float: var(--float-start);
  color: black;
  margin-top: 10px;
  margin-inline-start: 60px;
}

/* line 870, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .checkbox .remove-auto-publish {
  margin-top: -5px;
  margin-inline-start: -18px;
}

/* line 873, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .checkbox label {
  margin-inline-start: 5px;
  font-size: 14px;
}

/* line 876, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .btn {
  margin: 5px;
  float: var(--float-end);
}

/* line 879, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .btn .loadingGif {
  height: 90%;
  width: auto;
}

/* line 882, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .btn .hidden {
  display: none;
}

/* line 885, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .body .share {
  margin-top: 40px;
}

/* line 887, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .body .share .facebook-like {
  display: inline-block;
  transform: scale(1.4);
  overflow: hidden;
  position: relative;
  inset-inline-end: 20px;
}

/* line 893, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .body .share .twitter-follow {
  display: inline-block;
  position: relative;
  top: 4px;
  inset-inline-start: 20px;
}

/* line 901, app/assets/stylesheets/controllers/games.css.sass */
.card-stack .card.recent .face, .card-stack .card.recent .back, .on-table .card.recent .face, .on-table .card.recent .back {
  -webkit-box-shadow: 0 0 20px black inset;
  -moz-box-shadow: 0 0 20px black inset;
  box-shadow: 0 0 20px black inset;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .card-stack .card.recent .face, [dir="rtl"] .card-stack .card.recent .back, [dir="rtl"] .on-table .card.recent .face, [dir="rtl"] .on-table .card.recent .back {
  -webkit-box-shadow: 0 0 20px black inset;
  -moz-box-shadow: 0 0 20px black inset;
  box-shadow: 0 0 20px black inset;
}

/*!= begin(no-rtl) */
@media all and (max-width: 940px) and (min-width: 881px) {
  /* line 910, app/assets/stylesheets/controllers/games.css.sass */
  .wide .card-slot.left {
    left: -180px;
  }
  /* line 913, app/assets/stylesheets/controllers/games.css.sass */
  .wide .card-slot.right {
    left: 180px;
  }
}

@media all and (max-width: 880px) {
  /* line 919, app/assets/stylesheets/controllers/games.css.sass */
  .wide .card-slot.left {
    left: -150px;
  }
  /* line 922, app/assets/stylesheets/controllers/games.css.sass */
  .wide .card-slot.right {
    left: 150px;
  }
}

/*!= end(no-rtl) */
/* line 929, app/assets/stylesheets/controllers/games.css.sass */
.player.hover-menu:hover .dropdown-menu {
  display: block;
}

/* line 931, app/assets/stylesheets/controllers/games.css.sass */
.player.hover-menu:hover .dropdown-menu .caret {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 934, app/assets/stylesheets/controllers/games.css.sass */
.playNow {
  display: inline-block;
}

/* line 937, app/assets/stylesheets/controllers/games.css.sass */
#recording-controls {
  margin-top: 36px;
}

/* line 939, app/assets/stylesheets/controllers/games.css.sass */
#recording-controls .slider {
  margin: 0 15px;
  width: 300px;
}

/* line 942, app/assets/stylesheets/controllers/games.css.sass */
#recording-controls .slider .ui-slider {
  width: 285px;
  background: #191919;
}

/* line 945, app/assets/stylesheets/controllers/games.css.sass */
#recording-controls .slider .ui-slider .ui-slider-range {
  background: #CCC;
}

/* line 947, app/assets/stylesheets/controllers/games.css.sass */
#recording-controls .slider .slider-value {
  width: 80px;
  text-align: center;
  background: #5F5F5E;
}

/* line 951, app/assets/stylesheets/controllers/games.css.sass */
#recording-controls .slider .slider-value .caret {
  border-inline-end-color: #5F5F5E;
}

/* line 955, app/assets/stylesheets/controllers/games.css.sass */
.rtl #recording-controls .btn-play i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 959, app/assets/stylesheets/controllers/games.css.sass */
.take-guide p {
  font-weight: bold;
}

/* line 962, app/assets/stylesheets/controllers/games.css.sass */
.take-guide div p {
  width: 40%;
  float: var(--float-start);
  margin-inline-end: 15px;
  font-weight: normal;
}

/* line 967, app/assets/stylesheets/controllers/games.css.sass */
.take-guide div img {
  float: var(--float-start);
}

/* line 970, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 976, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: var(--float-start);
  width: 33%;
  padding-top: 0;
  padding-bottom: 10px;
  padding-inline-end: 10px;
  padding-inline-start: 0;
}

/* line 984, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a {
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
  cursor: hand;
  height: 50px;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  background: #101010;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 995, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a strong, .modal-wrapper .modal .modal-body .game-list a small {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-block: 0;
  padding-inline-end: 55px;
  padding-inline-start: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1006, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a strong {
  text-shadow: #000 0 1px 0;
  color: #FFC52D;
}

/* line 1009, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a small {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #fff;
  font-size: 12px;
}

/* line 1013, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a .arrow {
  position: absolute;
  top: 50%;
  inset-inline-end: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(https://assets.jawaker.com/assets/home/arrows-a6f9aa7e11ee465b3e0e9225934970cbd9d720344ab0bd11bfa209cf095fe6c4.png) no-repeat left top;
}

/* line 1021, app/assets/stylesheets/controllers/games.css.sass */
.rtl .modal-wrapper .modal .modal-body .game-list a .arrow {
  background: url(https://assets.jawaker.com/assets/home/arrows-rtl-f063c9997ac440375488193ae453b0c8001f2f3de68db50ee644987686bda64d.png) no-repeat left top;
}

/* line 1023, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a .new-game-icon {
  background-image: url(https://assets.jawaker.com/assets/application/new-icon-29d36ae4ec0a874306db19c9f109cd23abbeee15117ca34014fa9d4737bd44fd.png);
  position: absolute;
  repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 9px;
  inset-inline-start: 65%;
}

/* line 1033, app/assets/stylesheets/controllers/games.css.sass */
.rtl .modal-wrapper .modal .modal-body .game-list a strong, .rtl .modal-wrapper .modal .modal-body .game-list a small {
  left: auto;
  right: 12px;
}

/* line 1036, app/assets/stylesheets/controllers/games.css.sass */
.rtl .modal-wrapper .modal .modal-body .game-list a .arrow {
  right: auto;
  left: 10px;
}

/* line 1039, app/assets/stylesheets/controllers/games.css.sass */
.rtl .modal-wrapper .modal .modal-body .game-list a .new-game-icon {
  background-image: url(https://assets.jawaker.com/assets/application/new-icon-ar-bb9687a6de81cf83cb6ab6aafe22d14354c994a0ad6d31e43f6b603e805396e2.png);
}

/* line 1042, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a:hover {
  background: url(https://assets.jawaker.com/assets/modules/btn/btnBig-2153b4c2d166fb00cdc4dc442fb07f80465708d760a407b935500dcb7e64870a.png) repeat-x 0 -150px;
}

/* line 1044, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a:hover strong {
  -webkit-transition: line-height 0.15s ease-out;
  -moz-transition: line-height 0.15s ease-out;
  -ms-transition: line-height 0.15s ease-out;
  -o-transition: line-height 0.15s ease-out;
  transition: line-height 0.15s ease-out;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  line-height: 34px;
}

/* line 1049, app/assets/stylesheets/controllers/games.css.sass */
body.home.rules .modal-wrapper .modal .modal-body .game-list a:hover strong {
  line-height: 50px;
}

/* line 1051, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a:hover small {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  line-height: 72px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1055, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a:hover .arrow {
  background-position: 0 -24px;
}

/* line 1058, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 0 -250px;
}

/* line 1062, app/assets/stylesheets/controllers/games.css.sass */
.wide-modal {
  width: 790px;
}

/* line 1066, app/assets/stylesheets/controllers/games.css.sass */
.form-horizontal.new-challenge-form .control-group {
  margin-bottom: 4px;
}

/* line 1069, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .modal-header h4 {
  text-transform: capitalize;
}

/* line 1071, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .modal-footer .instructions {
  width: 45%;
  line-height: 18px;
  text-align: start;
  margin-top: 0;
}

/* line 1076, app/assets/stylesheets/controllers/games.css.sass */
.rtl .new-challenge-form .modal-footer .instructions {
  width: 60%;
  line-height: 20px;
  margin-top: 7px;
}

/* line 1081, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group.msg {
  border-top: 1px solid #AAA;
  margin-top: 20px;
  padding-top: 5px;
}

/* line 1086, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group .privatebox .error {
  position: relative;
  bottom: 7px;
  margin-inline-start: 20px;
}

/* line 1091, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group .input-append .selectedFriend {
  display: inline-block;
  height: 28px;
  width: 200px;
  vertical-align: middle;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.025) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.025) inset;
}

/* line 71, app/assets/stylesheets/_mixins.sass */
[dir="rtl"] .new-challenge-form .control-group .input-append .selectedFriend {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.025) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.025) inset;
}

/* line 1098, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group .input-append .selectedFriend .avatar img {
  width: 28px;
  height: 28px;
  float: var(--float-start);
}

/* line 1102, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group .input-append .selectedFriend span {
  line-height: 28px;
  width: 150px;
  display: inline-block;
  margin-inline-start: 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

/* line 1111, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group .input-append .btn {
  margin-top: 0px;
  margin-inline-start: -4px;
}

/* line 1115, app/assets/stylesheets/controllers/games.css.sass */
.challenge-wait-lb .loading {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background: url(https://assets.jawaker.com/assets/games/loader_96-977de56b8c3e9bd5123c2b579a2de60aaa7c5e3e819b785a3d716f100bbc7380.gif) no-repeat center center;
}

/* line 1122, app/assets/stylesheets/controllers/games.css.sass */
.recording.banakil .avatar {
  transform: scale(0.85);
}

/* line 1124, app/assets/stylesheets/controllers/games.css.sass */
.recording.banakil .timer-background {
  transform: scale(0.86);
}

/* line 1131, app/assets/stylesheets/controllers/games.css.sass */
#main {
  margin-inline-start: 20px;
  padding-inline-end: 0;
}

/* line 1134, app/assets/stylesheets/controllers/games.css.sass */
#main h1 {
  margin: 0;
}

/* line 1136, app/assets/stylesheets/controllers/games.css.sass */
#main p.intro {
  margin: 10px 0 25px 0;
}

/* line 1139, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1145, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: var(--float-start);
  width: 33%;
  padding-inline-end: 10px;
  padding-inline-start: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

/* line 1153, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a {
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
  cursor: hand;
  height: 50px;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  background: #101010;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1164, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a strong, #main .game-list a small {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-block: 0;
  padding-inline-start: 12px;
  padding-inline-end: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1175, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a strong {
  text-shadow: #000 0 1px 0;
  color: #FFC52D;
}

/* line 1178, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a small {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #fff;
  font-size: 12px;
}

/* line 1182, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a .arrow {
  position: absolute;
  top: 50%;
  inset-inline-end: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(https://assets.jawaker.com/assets/home/arrows-a6f9aa7e11ee465b3e0e9225934970cbd9d720344ab0bd11bfa209cf095fe6c4.png) no-repeat left top;
}

/* line 1190, app/assets/stylesheets/controllers/games.css.sass */
.rtl #main .game-list a .arrow {
  background: url(https://assets.jawaker.com/assets/home/arrows-rtl-f063c9997ac440375488193ae453b0c8001f2f3de68db50ee644987686bda64d.png) no-repeat left top;
}

/* line 1192, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a .new-game-icon {
  background-image: url(https://assets.jawaker.com/assets/application/new-icon-29d36ae4ec0a874306db19c9f109cd23abbeee15117ca34014fa9d4737bd44fd.png);
  position: absolute;
  repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 9px;
  inset-inline-start: 65%;
}

/* line 1200, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a .hot-game-icon {
  background-image: url(https://assets.jawaker.com/assets/application/hot-icon-45c14b2af7ededab66e4fae96a270b16f50d9c5a3e80c04cf512dcd08d081f59.png);
  position: absolute;
  repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: -4px;
  left: -4px;
}

/* line 1210, app/assets/stylesheets/controllers/games.css.sass */
.rtl #main .game-list a strong, .rtl #main .game-list a small {
  left: auto;
  right: 12px;
}

/* line 1213, app/assets/stylesheets/controllers/games.css.sass */
.rtl #main .game-list a .arrow {
  right: auto;
  left: 10px;
}

/* line 1216, app/assets/stylesheets/controllers/games.css.sass */
.rtl #main .game-list a .new-game-icon {
  background-image: url(https://assets.jawaker.com/assets/application/new-icon-ar-bb9687a6de81cf83cb6ab6aafe22d14354c994a0ad6d31e43f6b603e805396e2.png);
}

/* line 1219, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a:hover {
  background: url(https://assets.jawaker.com/assets/modules/btn/btnBig-2153b4c2d166fb00cdc4dc442fb07f80465708d760a407b935500dcb7e64870a.png) repeat-x 0 -150px;
}

/* line 1221, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a:hover strong {
  -webkit-transition: line-height 0.15s ease-out;
  -moz-transition: line-height 0.15s ease-out;
  -ms-transition: line-height 0.15s ease-out;
  -o-transition: line-height 0.15s ease-out;
  transition: line-height 0.15s ease-out;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  line-height: 34px;
}

/* line 1226, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a:hover small {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  line-height: 72px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 1230, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a:hover .arrow {
  background-position: 0 -24px;
}

/* line 1233, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 0 -250px;
}

/* line 1238, app/assets/stylesheets/controllers/games.css.sass */
.page-sidebar .games-promotion {
  height: 84px;
  cursor: pointer;
}

/* line 1241, app/assets/stylesheets/controllers/games.css.sass */
.page-sidebar .games-promotion .progress-bar-container {
  height: 85%;
  background: #502222;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.9);
}

/* line 1245, app/assets/stylesheets/controllers/games.css.sass */
.page-sidebar .games-promotion .progress-bar-container .progress-bar {
  height: 100%;
  background: #AA1A17;
  border: none;
  box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.2);
}

/* line 1250, app/assets/stylesheets/controllers/games.css.sass */
.page-sidebar .games-promotion .progress-text {
  position: relative;
  bottom: 63px;
  line-height: 50px;
  font-size: 30px;
  text-align: end;
  padding-inline-end: 15px;
}

/* line 1257, app/assets/stylesheets/controllers/games.css.sass */
.page-sidebar .games-promotion .progress-text .artwork {
  float: var(--float-start);
}

/* line 1259, app/assets/stylesheets/controllers/games.css.sass */
.page-sidebar .games-promotion .progress-text .artwork img {
  width: 50px;
  padding-inline-start: 10px;
  padding-bottom: 10px;
}

/* line 1265, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body {
  background: url(https://assets.jawaker.com/assets/promotions/lb_background-ab0d2a81b0ec5af74008837780b0e7f6bb2aeb42065c55cc9f76848041045d38.png);
}

/* line 1268, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body .title .msg {
  display: inline-block;
  min-height: 240px;
  width: 300px;
  float: var(--float-start);
}

/* line 1273, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body .title .artwork {
  display: inline-block;
  min-height: 240px;
  width: 200px;
}

/* line 1277, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body .title .artwork img {
  width: 200px;
}

/* line 1279, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body .content {
  display: inline-block;
  min-height: 150px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.23);
  border-radius: 5px;
}

/* line 1285, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body .content ul {
  width: 95%;
  color: white;
  list-style-image: url(https://assets.jawaker.com/jawaker-new/icons/check.png);
}

/* line 1289, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body .content ul li {
  word-wrap: break-word;
}
