@font-face {
  font-family: "GSRoboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes winblink {
  0% {
    text-shadow: 0 0 20px hsla(0, 0%, 100%, 0.75), 0 0 40px hsla(0, 0%, 100%, 0.75), 0 0 60px hsla(0, 0%, 100%, 0.75), 0 0 70px hsla(0, 0%, 100%, 0.75);
  }
  to {
    text-shadow: 0 0 20px hsla(0, 0%, 100%, 0.25), 0 0 40px hsla(0, 0%, 100%, 0.35), 0 0 60px hsla(0, 0%, 100%, 0.55), 0 0 70px hsla(0, 0%, 100%, 0.75);
  }
}
@keyframes btn_line_blink {
  0% {
    border-color: #2fa0ff;
    background-color: #291dff;
    box-shadow: 0 0 50px 0 #2818d7;
    color: #2fa0ff;
  }
  to {
    border-color: #73bfff;
    background-color: #4064ff;
    box-shadow: 0 0 60px 10px #4064ff;
    color: #acd9ff;
  }
}
@keyframes btn_line_blink_light {
  0% {
    border-color: #fff;
    background-color: #003784;
    box-shadow: 0 0 50px 0 #fff;
    color: #fff;
  }
  to {
    border-color: #fff;
    background-color: #0058d5;
    box-shadow: 0 0 60px 10px #fff;
    color: #fff;
  }
}
.smg-slot-machine-container .smg-int .smg-total-win-label, .smg-slot-machine-container .smg-int .smg-win-line {
  position: absolute;
  color: #a1d6ff;
  font: 50px GSRoboto;
  left: 50%;
  transform: translate(-50%);
  width: 600px;
  text-align: center;
  text-shadow: 0 0 20px rgba(161, 214, 255, 0.75);
  animation-duration: 0.5s;
  animation-name: winblink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.smg-slot-machine-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /** {
    -webkit-backface-visibility: hidden;
  }*/
}
.smg-slot-machine-container .smg-preloader {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background: #1e053d;
}
.smg-slot-machine-container .smg-preloader img {
  display: block;
  margin-left: 37px;
}
.smg-slot-machine-container .smg-preloader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smg-slot-machine-container .smg-preloader > div > span {
  color: #7326d0;
  font: 33px GSROBOTO;
  text-transform: uppercase;
  display: block;
}
.smg-slot-machine-container.smg-loaded .smg-inner {
  display: block;
  animation-duration: 1s;
  animation-name: fadein;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-bet button.smg-bet.smg-minus {
  background-image: url(../images/slot-machine/btn_bet_minus.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-bet button.smg-bet.smg-plus {
  background-image: url(../images/slot-machine/btn_bet_plus.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-bet button.smg-bet.smg-minus:before {
  background-image: url(../images/slot-machine/btn_bet_minus-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-bet button.smg-bet.smg-minus:after {
  background-image: url(../images/slot-machine/btn_bet_minus-active.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-bet button.smg-bet.smg-plus:before {
  background-image: url(../images/slot-machine/btn_bet_plus-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-bet button.smg-bet.smg-plus:after {
  background-image: url(../images/slot-machine/btn_bet_plus-active.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-bet-max {
  background-image: url(../images/slot-machine/btn_max.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-bet-max:before {
  background-image: url(../images/slot-machine/btn_max-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-bet-max:after {
  background-image: url(../images/slot-machine/btn_max-active.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-spin {
  background-image: url(../images/slot-machine/btn_spin.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-spin:before {
  background-image: url(../images/slot-machine/btn_spin-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-spin:after {
  background-image: url(../images/slot-machine/btn_spin-active.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-paytable {
  background-image: url(../images/slot-machine/btn_paytable.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-paytable:before {
  background-image: url(../images/slot-machine/btn_paytable-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-paytable:after {
  background-image: url(../images/slot-machine/btn_paytable-active.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-sound {
  background-image: url(../images/slot-machine/btn_sound_on.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-sound.smg-off {
  background-image: url(../images/slot-machine/btn_sound_off.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-sound:before {
  background-image: url(../images/slot-machine/btn_sound_on-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int button.smg-sound.smg-off:before {
  background-image: url(../images/slot-machine/btn_sound_off-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-lines button.smg-lines.smg-minus {
  background-image: url(../images/slot-machine/btn_bet_minus.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-lines button.smg-lines.smg-plus {
  background-image: url(../images/slot-machine/btn_bet_plus.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-lines button.smg-lines.smg-minus:before {
  background-image: url(../images/slot-machine/btn_bet_minus-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-lines button.smg-lines.smg-minus:after {
  background-image: url(../images/slot-machine/btn_bet_minus-active.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-lines button.smg-lines.smg-plus:before {
  background-image: url(../images/slot-machine/btn_bet_plus-hover.png);
}
.smg-slot-machine-container.smg-loaded .smg-int div.smg-lines button.smg-lines.smg-plus:after {
  background-image: url(../images/slot-machine/btn_bet_plus-active.png);
}
.smg-slot-machine-container .smg-btn-primary {
  color: #fff;
  background-color: #500097;
  border-color: #500097;
}
.smg-slot-machine-container .smg-btn-primary:hover {
  color: #fff;
  background-color: #6400bd;
  border-color: #6b00ca;
}
.smg-slot-machine-container .smg-btn-primary.smg-focus, .smg-slot-machine-container .smg-btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 38, 167, 0.5);
}
.smg-slot-machine-container .smg-btn-primary.smg-disabled, .smg-slot-machine-container .smg-btn-primary:disabled {
  color: #fff;
  background-color: #500097;
  border-color: #500097;
}
.smg-slot-machine-container .smg-btn-primary:not(:disabled):not(.smg-disabled).smg-active, .smg-slot-machine-container .smg-btn-primary:not(:disabled):not(.smg-disabled):active {
  color: #fff;
  background-color: #6b00ca;
  border-color: #7200d7;
}
.smg-slot-machine-container .smg-btn-primary:not(:disabled):not(.smg-disabled).smg-active:focus, .smg-slot-machine-container .smg-btn-primary:not(:disabled):not(.smg-disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 38, 167, 0.5);
}
.smg-show > .smg-slot-machine-container .smg-btn-primary.smg-dropdown-toggle {
  color: #fff;
  background-color: #6b00ca;
  border-color: #7200d7;
}
.smg-show > .smg-slot-machine-container .smg-btn-primary.smg-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 38, 167, 0.5);
}
.smg-slot-machine-container .smg-text-primary {
  color: #6b00ca !important;
}
.smg-slot-machine-container .smg-border-primary {
  border-color: #6b00ca !important;
}
.smg-slot-machine-container .smg-custom-switch .smg-custom-control-label {
  color: #e9ecef;
}
.smg-slot-machine-container .smg-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1976px;
  transform: translate(-50%) scale(0.65);
  right: 0;
  overflow: hidden;
  height: 1080px;
  transform-origin: top center;
  z-index: 1;
  display: none;
}
.smg-slot-machine-container img.smg-bg {
  z-index: 0;
  width: auto;
  height: 1080px;
  bottom: 0;
}
.smg-slot-machine-container canvas {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-backface-visibility: hidden;
  bottom: 283px;
  width: 1400px;
  height: 600px;
}
.smg-slot-machine-container img.smg-bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-backface-visibility: hidden;
}
.smg-slot-machine-container .smg-int {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1450px;
  height: 1080px;
}
.smg-slot-machine-container .smg-int .smg-win-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 185px;
}
.smg-slot-machine-container .smg-int .smg-total-win-label {
  display: block;
  height: 60px;
  bottom: 230px;
}
.smg-slot-machine-container .smg-int .smg-lines-btns {
  position: absolute;
  left: 41px;
  right: 41px;
  top: 199px;
}
.smg-slot-machine-container .smg-int .smg-lines-btns button.smg-line {
  transition: 0.15s;
  cursor: pointer;
  display: block;
  background: #291dff;
  border: 4px solid #2fa0ff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 21.5px;
  position: relative;
  box-shadow: 0 0 50px 0 #2818d7;
  outline: none;
  color: #2fa0ff;
}
.smg-slot-machine-container .smg-int .smg-lines-btns button.smg-line > span {
  transition: 0.15s;
  font: 24px GSRoboto;
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
  text-align: center;
  line-height: 32px;
}
.smg-slot-machine-container .smg-int .smg-lines-btns button.smg-line.smg-demo, .smg-slot-machine-container .smg-int .smg-lines-btns button.smg-line:hover:enabled {
  border-color: #73bfff;
  background-color: #4064ff;
  box-shadow: 0 0 60px 10px #4064ff;
  color: #acd9ff;
}
.smg-slot-machine-container .smg-int .smg-lines-btns button.smg-line:active:enabled {
  border-color: #006dca;
  background-color: #150ad4;
  box-shadow: 0 0 20px 0 #006dca;
  color: #0073d3;
}
.smg-slot-machine-container .smg-int .smg-lines-btns button.smg-line.smg-blink {
  animation-duration: 0.3s;
  animation-name: btn_line_blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.smg-slot-machine-container .smg-int .smg-lines-btns div.smg-left {
  position: absolute;
  left: 0;
  top: 0;
}
.smg-slot-machine-container .smg-int .smg-lines-btns div.smg-right {
  position: absolute;
  right: 0;
  top: 0;
}
.smg-slot-machine-container .smg-int .smg-balance {
  position: absolute;
  bottom: 178px;
  left: 35px;
}
.smg-slot-machine-container .smg-int .smg-balance span.smg-name {
  font: 44px GSRoboto;
  color: #2879b7;
  text-shadow: 0 0 20px rgba(40, 121, 183, 0.5);
}
.smg-slot-machine-container .smg-int .smg-balance span.smg-value {
  font: 44px GSRoboto;
  color: #a1d6ff;
  display: inline-block;
  margin-left: 15px;
  text-shadow: 0 0 20px rgba(161, 214, 255, 0.5);
}
.smg-slot-machine-container .smg-int .smg-bet {
  position: absolute;
  bottom: 26px;
  width: 285px;
  height: 90px;
}
.smg-slot-machine-container .smg-int .smg-bet div.smg-label {
  color: #aaa;
  font: 22px GSRoboto;
  text-transform: uppercase;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  background: -webkit-linear-gradient(#888, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smg-slot-machine-container .smg-int .smg-bet button.smg-bet {
  border: none;
  background: none;
  background-repeat: no-repeat;
  width: 56px;
  height: 59px;
  position: absolute;
  top: 17px;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.smg-slot-machine-container .smg-int .smg-bet button.smg-bet:before, .smg-slot-machine-container .smg-int .smg-bet button.smg-bet:after {
  content: " ";
  position: absolute;
  width: 56px;
  height: 59px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.1s;
  background-repeat: no-repeat;
  background-size: contain;
}
.smg-slot-machine-container .smg-int .smg-bet button.smg-bet:before {
  transition: 0.3s;
}
.smg-slot-machine-container .smg-int .smg-bet button.smg-bet:hover:enabled:before, .smg-slot-machine-container .smg-int .smg-bet button.smg-bet:active:enabled:after {
  opacity: 1;
}
.smg-slot-machine-container .smg-int .smg-bet button.smg-bet.smg-minus {
  left: 10px;
}
.smg-slot-machine-container .smg-int .smg-bet button.smg-bet.smg-plus {
  right: 10px;
}
.smg-slot-machine-container .smg-int .smg-bet button.smg-bet[disabled] {
  opacity: 0.6;
}
.smg-slot-machine-container .smg-int .smg-bet span.smg-value {
  font: 50px GSRoboto;
  color: #a1d6ff;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  text-shadow: 0 0 20px rgba(161, 214, 255, 0.5);
  -webkit-backface-visibility: hidden;
}
.smg-slot-machine-container .smg-int button.smg-bet-max {
  position: absolute;
  left: 305px;
  bottom: 41px;
  width: 133px;
  height: 56px;
  border: none;
  background: none;
  color: #fdd8f1;
  font: 38px GSRoboto;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.smg-slot-machine-container .smg-int button.smg-bet-max span {
  position: relative;
  z-index: 1;
}
.smg-slot-machine-container .smg-int button.smg-bet-max[disabled] {
  opacity: 0.6;
}
.smg-slot-machine-container .smg-int button.smg-bet-max:before, .smg-slot-machine-container .smg-int button.smg-bet-max:after {
  z-index: 0;
  content: " ";
  position: absolute;
  width: 133px;
  height: 56px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.1s;
}
.smg-slot-machine-container .smg-int button.smg-bet-max:before {
  transition: 0.3s;
}
.smg-slot-machine-container .smg-int button.smg-bet-max:hover:enabled {
  color: #fff;
}
.smg-slot-machine-container .smg-int button.smg-bet-max:active:enabled {
  color: #ffb2eb;
}
.smg-slot-machine-container .smg-int button.smg-bet-max:hover:enabled:before, .smg-slot-machine-container .smg-int button.smg-bet-max:active:enabled:after {
  opacity: 1;
}
.smg-slot-machine-container .smg-int button.smg-spin {
  position: absolute;
  bottom: 27px;
  left: 487px;
  width: 476px;
  height: 153px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.smg-slot-machine-container .smg-int button.smg-spin:before, .smg-slot-machine-container .smg-int button.smg-spin:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 476px;
  height: 153px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
}
.smg-slot-machine-container .smg-int button.smg-spin:after {
  transition: 0.1s;
}
.smg-slot-machine-container .smg-int button.smg-spin:active:enabled:after, .smg-slot-machine-container .smg-int button.smg-spin:hover:enabled:before {
  opacity: 1;
}
.smg-slot-machine-container .smg-int button.smg-spin[disabled] {
  opacity: 0.6;
}
.smg-slot-machine-container .smg-int button.smg-paytable {
  position: absolute;
  left: 1154px;
  bottom: 175px;
  width: 296px;
  height: 60px;
  border: none;
  background: none;
  color: #fdd8f1;
  font: 38px GSRoboto;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.smg-slot-machine-container .smg-int button.smg-paytable span {
  position: relative;
  z-index: 1;
}
.smg-slot-machine-container .smg-int button.smg-paytable:before, .smg-slot-machine-container .smg-int button.smg-paytable:after {
  z-index: 0;
  content: " ";
  position: absolute;
  width: 296px;
  height: 60px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.1s;
}
.smg-slot-machine-container .smg-int button.smg-paytable:before {
  transition: 0.3s;
}
.smg-slot-machine-container .smg-int button.smg-paytable:active:after, .smg-slot-machine-container .smg-int button.smg-paytable:hover:before {
  opacity: 1;
}
.smg-slot-machine-container .smg-int button.smg-paytable:hover {
  color: #fff;
}
.smg-slot-machine-container .smg-int button.smg-paytable:active {
  color: #ffb2eb;
}
.smg-slot-machine-container .smg-int button.smg-sound {
  position: absolute;
  left: 1384px;
  bottom: 41px;
  width: 56px;
  height: 56px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.smg-slot-machine-container .smg-int button.smg-sound:before {
  z-index: 0;
  content: " ";
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
}
.smg-slot-machine-container .smg-int button.smg-sound:hover:before {
  opacity: 1;
}
.smg-slot-machine-container .smg-int button.smg-sound.smg-off { /* image set in &.loaded */ }
.smg-slot-machine-container .smg-int .smg-lines {
  position: absolute;
  left: 1002px;
  bottom: 26px;
  width: 285px;
  height: 90px;
}
.smg-slot-machine-container .smg-int .smg-lines div.smg-label {
  color: #aaa;
  font: 22px GSRoboto;
  text-transform: uppercase;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  background: -webkit-linear-gradient(#888, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smg-slot-machine-container .smg-int .smg-lines button.smg-lines {
  border: none;
  background: none;
  background-repeat: no-repeat;
  width: 56px;
  height: 59px;
  position: absolute;
  top: 17px;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.smg-slot-machine-container .smg-int .smg-lines button.smg-lines:before, .smg-slot-machine-container .smg-int .smg-lines button.smg-lines:after {
  content: " ";
  position: absolute;
  width: 56px;
  height: 59px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.1s;
  background-repeat: no-repeat;
  background-size: contain;
}
.smg-slot-machine-container .smg-int .smg-lines button.smg-lines:before {
  transition: 0.3s;
}
.smg-slot-machine-container .smg-int .smg-lines button.smg-lines:active:after, .smg-slot-machine-container .smg-int .smg-lines button.smg-lines:hover:before {
  opacity: 1;
}
.smg-slot-machine-container .smg-int .smg-lines button.smg-lines.smg-minus {
  left: 10px;
}
.smg-slot-machine-container .smg-int .smg-lines button.smg-lines.smg-plus {
  left: auto;
  right: 10px;
}
.smg-slot-machine-container .smg-int .smg-lines button.smg-lines[disabled] {
  opacity: 0.6;
}
.smg-slot-machine-container .smg-int .smg-lines button.smg-lines[disabled]:before, .smg-slot-machine-container .smg-int .smg-lines button.smg-lines[disabled]:after {
  opacity: 0;
}
.smg-slot-machine-container .smg-int .smg-lines span.smg-value {
  font: 50px GSRoboto;
  color: #a1d6ff;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  text-shadow: 0 0 20px rgba(161, 214, 255, 0.5);
}
.smg-slot-machine-container .smg-paytable-container {
  font-family: "GSRoboto", sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: transform 0.1s;
  transform-origin: bottom right;
  z-index: 5;
  transform: scale(0);
}
.smg-slot-machine-container .smg-paytable-container.smg-show {
  transform: scale(1);
}
.smg-slot-machine-container .smg-paytable-container .smg-remove {
  position: absolute;
  cursor: pointer;
  color: #ffffff;
  right: 30px;
  z-index: 3;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner {
  height: 100%;
  z-index: 2;
  background: #500097;
  overflow: hidden;
  padding: 16px;
  text-align: center;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-title .smg-switcher {
  display: inline-block;
  color: #cccccc;
  margin: 0 15px;
  text-decoration: underline;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-title .smg-switcher.smg-active {
  color: #ffffff;
  font-style: normal;
  font-size: 100%;
  text-decoration: none;
  cursor: default;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-reels {
  height: 100%;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-reels .smg-reel {
  display: inline-block;
  width: calc(20% - 10px);
  height: 100%;
  max-width: 150px;
  min-width: 50px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-reels .smg-reel .smg-image {
  background: #500097;
  padding: 0 5px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-reels .smg-reel .smg-image img {
  width: 100%;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-section-paytable {
  display: none;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-section-paytable.smg-show {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  height: calc(100% - 60px);
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-section-paytable.smg-show[data-section=paytable] {
  overflow-y: scroll;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-section-paytable.smg-show[data-section=reels] {
  justify-content: center;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-symbol {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  width: 49%;
  height: 130px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-symbol .smg-image img {
  width: 100px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-symbol .smg-wild-label {
  font-size: 20px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-symbol .smg-scatter-label {
  font-size: 20px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-symbol .smg-lines {
  text-align: left;
  font-size: 16px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-symbol .smg-symbol-win-label span.smg-name {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.smg-slot-machine-container .smg-paytable-container .smg-paytable-inner .smg-paytable-symbol .smg-symbol-win-label span.smg-value {
  color: hsla(0, 0%, 100%, 0.75);
}
.smg-slot-machine-container .smg-slots-symbols .smg-place-area {
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  color: #888;
  transition: background 0.3s, color 0.3s;
}
.smg-slot-machine-container .smg-slots-symbols .smg-place-area input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.smg-slot-machine-container .smg-slots-symbols .smg-place-area.smg-dropover {
  background: #a3b2ff;
  color: #fff;
}
.smg-slot-machine-container .smg-slots-symbols .smg-place-area i {
  position: absolute;
  top: 5px;
  left: 5px;
  color: blue;
  opacity: 0;
  transition: opacity 0.3s;
}
.smg-slot-machine-container .smg-slots-symbols .smg-place-area i.smg-fa-times-circle {
  color: red;
}
.smg-slot-machine-container .smg-slots-symbols .smg-place-area.smg-error i.smg-fa-times-circle, .smg-slot-machine-container .smg-slots-symbols .smg-place-area.smg-loading i.smg-fa-spinner {
  opacity: 1;
}
.smg-slot-machine-container .smg-slots-symbols .smg-place-area .smg-error.smg-text {
  position: absolute;
  top: 1px;
  left: 30px;
  color: red;
  opacity: 0;
  transition: opacity 0.3s;
}
.smg-slot-machine-container .smg-slots-symbols .smg-place-area.smg-error .smg-error.smg-text {
  opacity: 1;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol {
  position: relative;
  font-size: 0;
  padding: 5px;
  background: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-bottom: 8px;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol * {
  font-size: 12px;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-image {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #1a0031;
  border-radius: 4px;
  margin-right: 120px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-image:after {
  content: "PNG ONLY";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aaa;
  opacity: 0;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-image.smg-dropover:after {
  opacity: 1;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-image.smg-error:after {
  opacity: 1;
  background: red;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-image img {
  width: 100%;
  height: 100%;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-scatter,
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-wild {
  position: absolute;
  cursor: pointer;
  left: 120px;
  color: #777;
  background: #eee;
  padding: 5px 10px;
  text-align: center;
  width: 60px;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-scatter {
  top: 10px;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-wild {
  top: 54px;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-scatter.smg-active,
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-scatter:hover,
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-wild.smg-active,
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-wild:hover {
  background: #777;
  color: #fff;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-value {
  display: inline-block;
  margin-right: 35px;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-value .smg-label {
  font-size: 15px;
  padding: 6px 0;
  text-align: center;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-value .smg-type {
  display: inline-block;
  background: transparent;
  padding: 3px 10px;
  cursor: pointer;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-value .smg-type:hover {
  font-weight: 700;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-value input {
  background: transparent;
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
  width: 40px;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-remove {
  cursor: pointer;
  color: red;
  position: absolute;
  top: 4px;
  right: 4px;
}
.smg-slot-machine-container .smg-slots-symbols .smg-items .smg-symbol .smg-remove i {
  font-size: 22px;
}
.smg-slot-machine-container .smg-reel-symbols {
  background: #d8d8d8;
  border-radius: 4px;
  padding: 4px;
  font-size: 0;
  float: right;
  width: calc(100% - 380px);
}
@media screen and (max-width: 750px) {
  .smg-slot-machine-container .smg-reel-symbols {
    float: none;
    width: 100%;
    margin-bottom: 4px;
  }
}
.smg-slot-machine-container .smg-reel-symbols .smg-symbol {
  display: inline-block;
  background: #1a0031;
  border-radius: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 750px) {
  .smg-slot-machine-container .smg-reel-symbols .smg-symbol {
    margin-bottom: 4px;
  }
}
.smg-slot-machine-container .smg-reel-symbols .smg-symbol img {
  width: 50px;
  height: 50px;
}
.smg-slot-machine-container .smg-reels {
  font-size: 0;
}
.smg-slot-machine-container .smg-reels .smg-reel {
  display: inline-block;
  min-height: 200px;
  max-height: 500px;
  background: #1a0031;
  width: 70px;
  margin-right: 4px;
  border-radius: 4px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 12px;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .smg-slot-machine-container .smg-reels .smg-reel {
    width: calc(20% - 4px);
  }
}
.smg-slot-machine-container .smg-reels .smg-reel .smg-symbol {
  position: relative;
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .smg-slot-machine-container .smg-reels .smg-reel .smg-symbol {
    width: 100%;
    padding-top: 10px;
  }
}
.smg-slot-machine-container .smg-reels .smg-reel .smg-symbol i.smg-remove {
  position: absolute;
  top: 2px;
  left: 2px;
  color: red;
  cursor: pointer;
}
.smg-slot-machine-container .smg-reels .smg-reel .smg-symbol img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .smg-slot-machine-container .smg-reels .smg-reel .smg-symbol img {
    width: 100%;
    height: auto;
  }
}
