/*--------------------------------------------------------
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: inline-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: inline-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: inline-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: inline-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;
}

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

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

/* line 19, 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 26, app/assets/stylesheets/controllers/games.css.sass */
.game-score .game-score-players {
  float: inline-start;
}

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

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

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

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

/* line 39, 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: inline-start;
  width: 50%;
}

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

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

/* line 48, 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 50, app/assets/stylesheets/controllers/games.css.sass */
.game-score.four-players li .game-score-total {
  font-size: 20px;
}

/* line 53, 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 60, app/assets/stylesheets/controllers/games.css.sass */
.game-info {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px;
  line-height: 15px;
}

/* line 66, 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 70, app/assets/stylesheets/controllers/games.css.sass */
.game-info .game-info-value {
  color: #FFC52D;
}

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

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

/* line 82, 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 88, app/assets/stylesheets/controllers/games.css.sass */
.game-icons.game-creation li.active {
  color: #848584;
}

/* line 90, 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 101, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li i {
  font-size: 35px;
  line-height: 40px;
}

/* line 104, 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 109, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li.watchers i {
  font-size: 24px;
  line-height: 26px;
}

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

/* line 117, 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 124, app/assets/stylesheets/controllers/games.css.sass */
.game-icons li .summary-icon.timer {
  background-position: 0 -40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 167, 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 172, 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 173, app/assets/stylesheets/controllers/games.css.sass */
#game-body.loading * {
  display: none;
}

/* line 177, 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 185, 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 196, 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 198, app/assets/stylesheets/controllers/games.css.sass */
.summary-icon.circle {
  background-position: 0 0;
}

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

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

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

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

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

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

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

/* line 215, 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 217, app/assets/stylesheets/controllers/games.css.sass */
.ie7 .rotate-top, .ie8 .rotate-top {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 219, 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 221, app/assets/stylesheets/controllers/games.css.sass */
.ie7 .rotate-left, .ie8 .rotate-left {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 223, 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 225, app/assets/stylesheets/controllers/games.css.sass */
.ie7 .rotate-right, .ie8 .rotate-right {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

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

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

/* line 236, 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 242, 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 244, app/assets/stylesheets/controllers/games.css.sass */
#game-table #game-canvas {
  width: 400px;
  height: 370px;
  margin: -1px;
}

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

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

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

/* line 261, 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 267, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container {
  top: 100%;
  position: relative;
}

/* line 270, 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 274, app/assets/stylesheets/controllers/games.css.sass */
.rtl #game-table #stack-container .flop {
  direction: ltr;
}

/* line 276, 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 280, 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 286, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container .on-table .card.tile {
  width: 30px;
  height: 40px;
  margin-left: 0;
}

/* line 290, 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 299, 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 304, app/assets/stylesheets/controllers/games.css.sass */
.rtl #game-table #stack-container .on-table {
  direction: ltr;
}

/* line 306, 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 311, 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 317, 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 319, 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 321, app/assets/stylesheets/controllers/games.css.sass */
#game-table #stack-container #ontable-stack-container {
  top: -325px;
  left: 90px;
  width: 320px;
}

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

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

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

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

/* line 343, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.top {
  top: -103px;
  inset-inline-start: 0;
}

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

/* line 348, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.top.top-right {
  inset-inline-start: 160px;
}

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

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

/* line 355, app/assets/stylesheets/controllers/games.css.sass */
.card-slot.bottom.bottom-right {
  inset-inline-start: 160px;
}

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

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

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

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

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

/* line 371, app/assets/stylesheets/controllers/games.css.sass */
.wide .card-slot.right {
  inset-inline-start: 128px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 436, 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 438, app/assets/stylesheets/controllers/games.css.sass */
.card-stack.closed .card:first-child {
  margin-inline-start: -53px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 499, 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 504, 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 512, app/assets/stylesheets/controllers/games.css.sass */
#tab-players td, #tab-players th, #tab-scores td, #tab-scores th {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 547, 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 558, app/assets/stylesheets/controllers/games.css.sass */
#tab-scores .summary td.winner span {
  background: #498C11;
}

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

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

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

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

/* line 580, 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 585, 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 589, 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 593, app/assets/stylesheets/controllers/games.css.sass */
.texas #ontable-stack-container .flop .winning-card {
  top: -10px;
}

/* line 596, 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 608, 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 618, app/assets/stylesheets/controllers/games.css.sass */
.texas #texas-bets .bet-value.bottom {
  top: 100px;
  left: -25px;
}

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

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

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

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

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

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

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

/* line 642, 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 652, 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 658, 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 665, app/assets/stylesheets/controllers/games.css.sass */
.games.index .guest-signup-box #btn-signup {
  display: inline-block;
}

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

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

/* line 671, 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 679, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random .btn.play-now {
  margin-inline-start: 100px;
}

/* line 681, 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 688, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random .index-helper-actions {
  width: 100px;
}

/* line 690, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-random .index-helper-actions a {
  float: inline-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 696, 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 698, app/assets/stylesheets/controllers/games.css.sass */
.games.index .refresh-button {
  z-index: 3;
}

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

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

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

/* line 708, 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 716, app/assets/stylesheets/controllers/games.css.sass */
.games.index .game-filters .btn-group.open .slider-filter {
  width: 175px;
  padding: 0 10px;
}

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

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

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

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

/* line 727, 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 729, app/assets/stylesheets/controllers/games.css.sass */
.games.index .rules {
  max-height: 700px;
  overflow-y: scroll;
  padding-inline-end: 20px;
}

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

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

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

/* line 745, 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 750, 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 756, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col.won .avatar .player-icon {
  display: block;
}

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

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

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

/* line 768, 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 771, 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 777, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col .avatar {
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

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

/* line 785, 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 799, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .head .col .avatar .player-icon i {
  font-size: 20px;
  line-height: 25px;
}

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

/* line 804, 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 807, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .close-ad {
  position: absolute;
  bottom: 10px;
  inset-inline-end: 10px;
}

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

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

/* line 821, 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 827, 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 832, 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 835, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-avatar img {
  max-height: 50px;
}

/* line 837, 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 840, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-body .fb-share-box .fb-app-logo {
  float: inline-start;
  padding-inline-end: 10px;
}

/* line 843, 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 845, 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 848, 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 851, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer {
  background: white;
  height: 40px;
}

/* line 854, 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 856, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .checkbox {
  float: inline-start;
  color: black;
  margin-top: 10px;
  margin-inline-start: 60px;
}

/* line 861, 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 864, 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 867, app/assets/stylesheets/controllers/games.css.sass */
#game-summary .summary-content .facebook-share-preview .preview-footer .btn {
  margin: 5px;
  float: inline-end;
}

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

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

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

/* line 878, 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 884, 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 892, 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 901, app/assets/stylesheets/controllers/games.css.sass */
  .wide .card-slot.left {
    left: -180px;
  }
  /* line 904, app/assets/stylesheets/controllers/games.css.sass */
  .wide .card-slot.right {
    left: 180px;
  }
}

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

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

/* line 922, 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 925, app/assets/stylesheets/controllers/games.css.sass */
.playNow {
  display: inline-block;
}

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

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

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

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

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

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

/* line 946, 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 950, app/assets/stylesheets/controllers/games.css.sass */
.take-guide p {
  font-weight: bold;
}

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

/* line 958, app/assets/stylesheets/controllers/games.css.sass */
.take-guide div img {
  float: inline-start;
}

/* line 961, 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 967, 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: inline-start;
  width: 33%;
  padding-top: 0;
  padding-bottom: 10px;
  padding-inline-end: 10px;
  padding-inline-start: 0;
}

/* line 975, 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 986, 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 997, 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 1000, 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 1004, 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 1012, 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 1014, 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 1024, 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 1027, app/assets/stylesheets/controllers/games.css.sass */
.rtl .modal-wrapper .modal .modal-body .game-list a .arrow {
  right: auto;
  left: 10px;
}

/* line 1030, 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 1033, 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 1035, 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 1040, app/assets/stylesheets/controllers/games.css.sass */
body.home.rules .modal-wrapper .modal .modal-body .game-list a:hover strong {
  line-height: 50px;
}

/* line 1042, 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 1046, app/assets/stylesheets/controllers/games.css.sass */
.modal-wrapper .modal .modal-body .game-list a:hover .arrow {
  background-position: 0 -24px;
}

/* line 1049, 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 1053, app/assets/stylesheets/controllers/games.css.sass */
.wide-modal {
  width: 790px;
}

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

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

/* line 1062, 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 1067, app/assets/stylesheets/controllers/games.css.sass */
.rtl .new-challenge-form .modal-footer .instructions {
  width: 60%;
  line-height: 20px;
  margin-top: 7px;
}

/* line 1072, 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 1077, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group .privatebox .error {
  position: relative;
  bottom: 7px;
  margin-inline-start: 20px;
}

/* line 1082, 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 1089, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group .input-append .selectedFriend .avatar img {
  width: 28px;
  height: 28px;
  float: inline-start;
}

/* line 1093, 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 1102, app/assets/stylesheets/controllers/games.css.sass */
.new-challenge-form .control-group .input-append .btn {
  margin-top: 0px;
  margin-inline-start: -4px;
}

/* line 1106, 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 1113, app/assets/stylesheets/controllers/games.css.sass */
.recording.banakil .avatar {
  transform: scale(0.85);
}

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

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

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

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

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

/* line 1136, 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: inline-start;
  width: 33%;
  padding-inline-end: 10px;
  padding-inline-start: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

/* line 1144, 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 1155, 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 1166, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a strong {
  text-shadow: #000 0 1px 0;
  color: #FFC52D;
}

/* line 1169, 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 1173, 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 1181, 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 1183, 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 1191, 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 1201, app/assets/stylesheets/controllers/games.css.sass */
.rtl #main .game-list a strong, .rtl #main .game-list a small {
  left: auto;
  right: 12px;
}

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

/* line 1207, 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 1210, 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 1212, 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 1217, 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 1221, app/assets/stylesheets/controllers/games.css.sass */
#main .game-list a:hover .arrow {
  background-position: 0 -24px;
}

/* line 1224, 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 1229, app/assets/stylesheets/controllers/games.css.sass */
.page-sidebar .games-promotion {
  height: 84px;
  cursor: pointer;
}

/* line 1232, 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 1236, 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 1241, 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 1248, app/assets/stylesheets/controllers/games.css.sass */
.page-sidebar .games-promotion .progress-text .artwork {
  float: inline-start;
}

/* line 1250, 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 1256, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body {
  background: url(https://assets.jawaker.com/assets/promotions/lb_background-ab0d2a81b0ec5af74008837780b0e7f6bb2aeb42065c55cc9f76848041045d38.png);
}

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

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

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

/* line 1270, 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 1276, 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 1280, app/assets/stylesheets/controllers/games.css.sass */
.promotions-lb .modal-body .content ul li {
  word-wrap: break-word;
}
