@font-face {
  font-family: proxima-nova-black;
  src: url(/shared/fonts/proxima-nova-black.otf);
}

@font-face {
  font-family: proxima-nova-bold;
  src: url(/shared/fonts/proxima-nova-bold.otf);
}

@font-face {
  font-family: proxima-nova-semibold;
  src: url(/shared/fonts/proxima-nova-semibold.otf);
}

@font-face {
  font-family: proxima-nova-regular;
  src: url(/shared/fonts/proxima-nova-regular.otf);
}

@font-face {
  font-family: tutorial-bold;
  src: url(/shared/fonts/tutorial-bold.ttf);
}

@font-face {
  font-family: tutorial-regular;
  src: url(/shared/fonts/tutorial-regular.ttf);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  text-transform: none;
  color: inherit;
}

button:focus,
input:focus {
  outline: none;
}

body {
  background-color: #fff;
  position: relative;
}

.page-content {
  padding-bottom: 20px;
  width: 315px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {
  .page-content {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .page-content {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .page-content {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .page-content {
    width: 1185px;
  }
}

@media (min-width: 1600px) {
  .page-content {
    width: 1570px;
  }
}

.game-holder {
  background-color: #e6e6e6;
  margin-left: 0;
  margin-top: 0;
  float: left;
  /*    &:hover {
            transition: background-color 0.5s ease;
            background-color: $fastGameHover;
            .betting-holder-title h2 span {
                transition: background-color 0.5s ease;
                background-color: $fastGameHover;
            }
        }*/
}

@media (min-width: 768px) {
  .game-holder {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .game-holder {
    margin-left: 5px;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .game-holder {
    margin-left: 20px;
    margin-top: 20px;
  }
}

.game-holder-bar {
  display: none;
  width: 100%;
  height: 30px;
  background-image: url(/shared/img/header-fast.png);
  padding: 4px 15px;
  font-family: "proxima-nova-semibold";
  font-size: 15px;
  color: #fff;
  text-align: left;
}

@media (min-width: 992px) {
  .game-holder-bar {
    display: block;
    height: 35px;
    padding: 4px 20px;
    font-size: 18px;
  }
}

.video {
  width: 100%;
  min-height: 215px;
  position: relative;
}

@media (min-width: 576px) {
  .video {
    min-height: 348px;
  }
}

@media (min-width: 768px) {
  .video {
    width: 720px;
    min-height: 452px;
  }
}

@media (min-width: 992px) {
  .video {
    width: 635px;
    min-height: 408px;
  }
}

@media (min-width: 1200px) {
  .video {
    width: 759px;
    min-height: 481px;
  }
}

.video-holder {
  text-align: center;
  padding: 0px;
  position: relative;
  /*    img {
            width: 100%;
        }*/
}

.tickets {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

@media (min-width: 992px) {
  .tickets {
    width: 325px;
    height: 100%;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .tickets {
    width: 370px;
  }
}

@media (min-width: 1600px) {
  .tickets {
    width: 740px;
  }
}

.ticket-holder {
  position: relative;
  margin: 5px;
  width: 270px;
  float: none;
  display: inline-block;
  background-image: url(/shared/img/fast-ticket-bck.png);
  border: 1px solid transparent;
  opacity: 0.9;
}

/*
.ticket-holder:hover {
  /       transition: background-image 0.6s ease;
                background-image: url("../../../ui/img/ticket-background-light.png");
                transition: opacity 0.3s ease;
                opacity: 1;
}
*/
@media (min-width: 576px) {
  .ticket-holder {
    width: 315px;
  }
}

@media (min-width: 992px) {
  .ticket-holder {
    width: 300px;
    float: left;
    display: block;
  }
}

@media (min-width: 1200px) {
  .ticket-holder {
    width: 340px;
  }
}

@media (min-width: 1600px) {
  .ticket-holder {
    width: 350px;
  }
}

.ticket-bar {
  width: 100%;
  background-color: #2b85ff;
  font-family: "proxima-nova-semibold";
  font-size: 14px;
  color: #fff;
  padding: 2px 10px;
}

.ticket-bar .ticket-bar-left {
  float: left;
}

.ticket-bar .ticket-bar-right {
  float: right;
}

.ticket-content {
  text-align: center;
  height: 332px;
}

@media (min-width: 1200px) {
  .ticket-content {
    height: 404px;
  }
}

.ticket-ball-holder {
  margin-top: 5px;
  margin-left: 5px;
  height: 84px;
}

@media (min-width: 1200px) {
  .ticket-ball-holder {
    height: 96px;
  }
}

.ticket-dogs-statistic {
  width: 95%;
  margin: 0 auto;
}

.tds-holder {
  width: 32%;
  display: inline-block;
  font-family: "proxima-nova-semibold";
  font-size: 13px;
  color: #b0bec5;
  padding: 5px 0;
  text-align: right;
}

@media (min-width: 1200px) {
  .tds-holder {
    font-size: 16px;
    padding: 8px 0;
  }
}

.tds-input {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 1px solid #8c979c;
  margin-left: 5px;
  color: #323232;
  padding: 1px 5px;
}

@media (min-width: 576px) {
  .tds-input {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .tds-input {
    width: 35px;
    height: 35px;
  }
}

.tds-input-fullwidth {
  width: 82px;
  margin-left: 0;
}

@media (min-width: 576px) {
  .tds-input-fullwidth {
    width: 96px;
  }
}

@media (min-width: 992px) {
  .tds-input-fullwidth {
    width: 93px;
  }
}

@media (min-width: 1200px) {
  .tds-input-fullwidth {
    width: 108px;
  }
}

.tds-holder-dark {
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

.ticket-dogs-title {
  font-family: "proxima-nova-semibold";
  font-size: 13px;
  color: #b0bec5;
  background-color: #e6e6e6;
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .ticket-dogs-title {
    font-size: 16px;
  }
}

.tds-left,
.tds-right {
  width: 49%;
  display: inline-block;
}

.tds-left .ticket-dogs-title,
.tds-right .ticket-dogs-title {
  width: 100%;
}

.tds-left .tds-input,
.tds-right .tds-input {
  width: 21%;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tds-left .tds-input:first-of-type,
.tds-right .tds-input:first-of-type {
  width: 25%;
}

@media (min-width: 768px) {

  .tds-left .tds-input:first-of-type,
  .tds-right .tds-input:first-of-type {
    width: 28%;
  }
}

.ticket-dogs-left,
.ticket-dogs-right {
  font-family: "proxima-nova-semibold";
  font-size: 14px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  width: 49%;
  display: inline-block;
}

.ticket-dogs-left {
  text-align: left;
}

.ticket-dogs-right {
  text-align: right;
}

.jackpot-code {
  font-size: 11px;
  color: #323232;
  padding-top: 0;
}

@media (min-width: 1200px) {
  .jackpot-code {
    font-size: 12px;
    padding-top: 2px;
  }
}

.jackpot-dogs-code {
  margin-top: 0;
}

@media (min-width: 576px) {
  .jackpot-dogs-code {
    margin-top: -10px;
  }
}

@media (min-width: 1200px) {
  .jackpot-dogs-code {
    margin-top: 0;
  }
}

.betting-holder-bottom {
  text-align: center;
}

.betting-holder-bottom .betting-btn {
  padding: 7px 12px;
  display: inline-block;
  float: none;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .betting-holder-bottom .betting-btn {
    padding: 8px 7px;
    display: inherit;
    float: left;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .betting-holder-bottom .betting-btn {
    padding: 7px 18px;
  }
}

@media (min-width: 992px) {
  .betting-holder-bottom .betting-btn {
    padding: 6px 13px;
  }
}

@media (min-width: 1200px) {
  .betting-holder-bottom .betting-btn {
    padding: 9px 17px;
  }
}

@media (min-width: 1600px) {
  .betting-holder-bottom .betting-btn {
    padding: 9px 24px;
  }
}

.betting-btn {
  height: 35px;
  font-family: "proxima-nova-regular";
  font-size: 13px;
  color: #323232;
  text-align: center;
  padding: 8px 6px;
  border: 1px solid #fff;
  float: left;
  margin-right: 3px;
  background-image: url(/shared/img/fast-betting-btn.png);
  background-size: auto;
  cursor: pointer;
}

@media (min-width: 576px) {
  .betting-btn {
    height: 35px;
    font-size: 12px;
    padding: 9px 7px;
  }
}

@media (min-width: 768px) {
  .betting-btn {
    height: 35px;
    font-size: 14px;
    padding: 6px 13px;
  }
}

@media (min-width: 1200px) {
  .betting-btn {
    height: 44px;
    font-size: 16px;
    padding: 9px 17px;
  }
}

.betting-holder {
  width: 100%;
  padding: 10px;
  float: left;
  position: relative;
}

@media (min-width: 1200px) {
  .betting-holder {
    padding: 15px 20px;
  }
}

.rubbish-btn {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .rubbish-btn {
    margin-top: 0;
  }
}

.rubbish-btn:hover .rubbish {
  display: block;
}

.rubbish-btn:hover .rubbish-red {
  display: none;
}

.rubbish {
  display: none;
  width: 19px;
  padding-bottom: 1px;
}

.rubbish-red {
  display: block;
  width: 19px;
  padding-bottom: 1px;
}

@media (min-width: 576px) {
  .rubbish {
    width: 18px;
  }

  .rubbish-red {
    width: 18px;
  }
}

@media (min-width: 768px) {
  .rubbish {
    width: 22px;
  }

  .rubbish-red {
    width: 22px;
  }
}

@media (min-width: 1200px) {
  .rubbish {
    width: 26px;
  }

  .rubbish-red {
    width: 26px;
  }
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "proxima-nova-regular" !important;
  font-size: 14px !important;
}

@media (min-width: 576px) {

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) {

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 16px !important;
  }
}

.betting-num-input {
  float: left;
  position: relative;
}

.betting-num-input .betting-btn-hover-red:hover {
  background-image: url(/shared/img/fast-betting-btn.png) !important;
  color: #323232 !important;
}

.betting-num-input button {
  position: absolute;
  width: 26px;
  height: 17px;
  right: 4px;
  border: none;
  border-left: 1px solid #fff;
}

.betting-num-input .betting-num-input-command-up {
  background-image: url(/shared/img/fast-btn-up.png);
  top: 1px;
  border-bottom: 1px solid #fff;
  background-position: 0;
}

.betting-num-input .betting-num-input-command-down {
  background-image: url(/shared/img/fast-btn-down.png);
  bottom: 1px;
  border-top: 1px solid #fff;
  background-position: 0;
}

.betting-num-input .betting-btn {
  width: 70px;
  text-align: left;
  font-weight: bold;
  cursor: auto;
}

@media (min-width: 576px) {
  .betting-num-input .betting-btn {
    width: 65px;
  }
}

@media (min-width: 768px) {
  .betting-num-input .betting-btn {
    width: 95px;
  }
}

@media (min-width: 1200px) {
  .betting-num-input .betting-btn {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .betting-num-input button {
    width: 27px;
    height: 22px;
  }
}

input[id='betting-btn'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[id='betting-btn']::-webkit-inner-spin-button,
input[id='betting-btn']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.betting-btn-chosen:hover {
  color: #fff !important;
}

.betting-btn-hover-red:hover {
  background-image: url(/shared/img/hr-grey-btn.png);
  border: 1px solid #969696;
  color: #fff;
}

.betting-btn-chosen {
  background-image: url(/shared/img/hr-grey-btn.png) !important;
  border: 1px solid #969696 !important;
  color: #fff !important;
}

.betting-btn-red {
  border-color: #bf0f0f;
  color: #bf0f0f;
}

.betting-btn-red:hover {
  background-image: url(/shared/img/hr-red-btn.png);
  color: #fff;
}

.betting-btn-green {
  border-color: #2b85ff;
  color: #2b85ff;
}

.betting-btn-green:hover {
  background-image: url(/shared/img/hr-blue-btn.png);
  color: #fff;
}

.betting-holder-left {
  width: 100%;
  background-color: #e6e6e6;
}

@media (min-width: 576px) {
  .betting-holder-left {
    width: 50%;
  }
}

.betting-holder-title {
  color: #323232;
  text-align: center;
  margin-bottom: 10px;
}

.betting-holder-title h2 {
  font-family: #323232;
  font-size: 14px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #323232;
  line-height: 0;
  margin: 10px 0 20px;
}

.betting-holder-title h2 span {
  background: #e6e6e6;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .betting-holder-title h2 {
    font-size: 18px;
  }
}

.betting-holder-dogs {
  float: none;
}

@media (min-width: 992px) {
  .betting-holder-dogs {
    float: left;
  }
}

.betting-dogs-number-holder {
  width: 285px;
  height: 170px;
  position: relative;
  border: 1px solid #535353;
  float: none;
  margin: 0 auto;
  margin-top: 35px;
}

@media (min-width: 576px) {
  .betting-dogs-number-holder {
    width: 455px;
    height: 190px;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .betting-dogs-number-holder {
    float: left;
    margin-left: 9px;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .betting-dogs-number-holder {
    width: 550px;
    height: 250px;
    margin-left: 20px;
  }
}

@media (min-width: 1600px) {
  .betting-dogs-number-holder {
    width: 500px;
  }
}

.dog-square {
  width: 25px;
  height: 25px;
  text-align: center;
  font-family: "proxima-nova-semibold";
  font-size: 15px;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .dog-square {
    width: 30px;
    height: 30px;
    font-size: 18px;
    padding: 2px;
  }
}

.dog-table-head {
  height: 50px;
}

@media (min-width: 576px) {
  .dog-table-head {
    height: 60px;
  }
}

.betting-dogs-winner {
  margin-top: 10px;
  margin-left: 3px;
}

.betting-dogs-winner th,
.betting-dogs-winner td {
  width: 65px;
}

.betting-dogs-winner th:first-child,
.betting-dogs-winner td:first-child {
  width: 65px;
  font-family: "proxima-nova-semibold";
  font-size: 12px;
  color: #b0bec5;
  text-align: left;
}

@media (min-width: 576px) {
  .betting-dogs-winner {
    margin-left: 20px;
  }

  .betting-dogs-winner th,
  .betting-dogs-winner td {
    width: 65px;
  }

  .betting-dogs-winner th:first-child,
  .betting-dogs-winner td:first-child {
    width: 95px;
    font-size: 16px;
  }
}

.betting-dogs-btn {
  width: 35px;
  padding: 3px 0;
  height: 25px;
  font-size: 12px;
}

@media (min-width: 576px) {
  .betting-dogs-btn {
    width: 50px;
    padding: 7px;
    height: 35px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .betting-dogs-btn {
    width: 65px;
    padding: 10px;
    height: 44px;
    font-size: 15px;
  }
}

.betting-dogs-btn-red {
  background-image: url(/shared/img/red-btn-background.png);
  border-color: #fff;
  color: #fff;
}

.betting-dogs-btn-red:hover {
  background-image: url(/shared/img/btn-background.png);
}

.betting-dogs-btn-grey {
  background-image: url(/shared/img/grey-bck.png);
  border-color: #fff;
  cursor: default;
}

.betting-dogs-btn-grey:hover {
  /*background-image: url(../../../ui/img/btn-background.png);*/
  border-color: #fff;
  color: #fff;
}

.bdnh-input-holder {
  width: 80px;
  position: absolute;
  top: -30px;
  right: 30px;
  font-family: "proxima-nova-semibold";
  font-size: 13px;
  color: #bf0f0f;
  text-align: center;
}

@media (min-width: 576px) {
  .bdnh-input-holder {
    width: 100px;
    top: -40px;
    font-size: 14px;
  }
}

.bdnh-input {
  width: 100%;
  height: 20px;
  background-color: #e6e6e6;
  border: 1px solid #535353;
  z-index: 1;
  text-align: center;
  color: #323232;
}

@media (min-width: 576px) {
  .bdnh-input {
    height: 30px;
  }
}

.betting-left-btns,
.betting-right-btns {
  width: 285px;
  margin-left: 9px;
  float: none;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 576px) {

  .betting-left-btns,
  .betting-right-btns {
    width: 455px;
  }
}

@media (min-width: 992px) {

  .betting-left-btns,
  .betting-right-btns {
    margin-bottom: 40px;
    float: left;
  }
}

@media (min-width: 1200px) {

  .betting-left-btns,
  .betting-right-btns {
    width: 550px;
    margin-left: 20px;
  }
}

@media (min-width: 1600px) {

  .betting-left-btns,
  .betting-right-btns {
    width: 500px;
  }
}

.blb-left {
  width: 45%;
  float: left;
}

.blb-right {
  width: 45%;
  float: right;
}

.blb-btn-nbck {
  background-image: none;
  border-color: #535353;
  color: #bf0f0f;
  cursor: auto;
}

.blb-btn-nbck:hover {
  background-image: none !important;
  border-color: #535353 !important;
  color: #bf0f0f !important;
}

.blb-btn {
  width: 54px;
  height: 32px;
  margin: 5px;
  padding: 7px;
}

@media (min-width: 576px) {
  .blb-btn {
    width: 92px;
  }
}

@media (min-width: 1200px) {
  .blb-btn {
    width: 113px;
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .blb-btn {
    width: 102px;
  }
}

.betting-dogs-perfecta-title {
  font-family: "proxima-nova-semibold";
  font-size: 14px;
  color: #bf0f0f;
  margin-top: -25px;
}

.betting-dogs-perfecta {
  height: 230px;
}

@media (min-width: 576px) {
  .betting-dogs-perfecta {
    height: 305px;
  }
}

@media (min-width: 1200px) {
  .betting-dogs-perfecta {
    height: 385px;
  }
}

.statistic-chars-dogs {
  width: 80%;
  float: none;
  margin: 0 auto;
  margin-top: 32px;
}

@media (min-width: 576px) {
  .statistic-chars-dogs {
    width: 43%;
    margin-top: 32px;
    float: left;
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .statistic-chars-dogs {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .statistic-chars-dogs {
    width: 30%;
  }
}

@media (min-width: 1600px) {
  .statistic-chars-dogs {
    width: 80%;
    float: none;
    margin-left: 0;
    margin: 40px auto;
  }
}

.last-char-dogs {
  float: left;
  margin-right: 0;
  margin-left: 30px;
  margin-top: 0;
}

@media (min-width: 576px) {
  .last-char-dogs {
    float: right;
    margin-right: 15px;
    margin-left: 0;
    margin-top: 0;
  }
}

.chart {
  margin: 30px 0;
}

.chartpie-legend ul {
  width: 80px;
  margin-left: 0;
  padding-left: 0;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 20px;
}

.chartpie-legend ul li {
  list-style: none;
  color: #757474;
}

.chartpie-legend ul li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 5px;
}

@media (min-width: 1600px) {
  .chartpie-legend ul {
    margin-bottom: 0;
  }
}

.statistic-chars-right-first {
  margin-left: 6%;
  margin-right: 20px;
  float: left;
  width: 40%;
  margin-top: -35px;
}

.statistic-chars-right-second {
  float: left;
  width: 40%;
  margin-top: -35px;
}

#ticketsScroll {
  height: 373px;
  overflow: auto;
}

@media (min-width: 1200px) {
  #ticketsScroll {
    height: 446px;
  }
}

.winning-ticket {
  border: 1px solid #50be00 !important;
}

.winning-ticket .ticket-bar {
  background-color: #50be00;
}

.pre-btn-txt {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .pre-btn-txt {
    margin-top: 10px;
    font-size: 16px;
  }
}

#buy-ticket-button,
#buyTicket {
  width: 140px;
  float: none;
  margin-right: 0;
  margin-top: 10px;
  background-image: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #6e0582, #76048b, #7e0395, #87029e, #8f00a8);
}

#buy-ticket-button:hover,
#buyTicket:hover {
  background-image: linear-gradient(to bottom, #9101aa, #9a12b1, #a41db8, #ad27c0, #b730c7);
}

@media (min-width: 576px) {

  #buy-ticket-button,
  #buyTicket {
    width: 110px;
    float: left;
    margin-top: 0;
  }
}

@media (min-width: 768px) {

  #buy-ticket-button,
  #buyTicket {
    width: 135px;
  }
}

@media (min-width: 1200px) {

  #buy-ticket-button,
  #buyTicket {
    width: 175px;
  }
}

.disabled-buyticket-gumb {
  background-image: linear-gradient(to bottom, #b7b7b7, #bfbfbf, #c7c7c7, #cfcfcf, #d7d7d7) !important;
  cursor: default;
  border: 1px solid white !important;
}

.disabled-buyticket-gumb:hover {
  background-image: linear-gradient(to bottom, #b7b7b7, #bfbfbf, #c7c7c7, #cfcfcf, #d7d7d7) !important;
  cursor: default;
  border: 1px solid white !important;
}

.disabled-gumb {
  background-image: url(/shared/img/hr-disabled-btn.png);
  color: #fff;
  cursor: default !important;
}

.disabled-gumb:hover {
  background-image: url(/shared/img/hr-disabled-btn.png) !important;
  color: #fff !important;
  border: 1px solid white !important;
}

.disabled-gumb:hover .rubbish {
  display: block !important;
}

.disabled-gumb:hover .rubbish-red {
  display: none !important;
}

.hr-absolute-btns {
  position: absolute;
  top: -49px;
  right: 17px;
}

@media (min-width: 576px) {
  .hr-absolute-btns {
    position: relative;
    top: 0;
    right: 0;
  }
}

#tutorial {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.tutorial-arrow-left,
.tutorial-arrow-right {
  width: 120px;
}

.tutorial-instruction {
  background-color: #e6e6e6;
  padding: 20px;
  border-radius: 20px;
  font-family: "tutorial-regular";
  font-size: 18px;
  width: 275px;
}

@media (min-width: 768px) {
  .tutorial-instruction {
    padding: 25px;
    font-size: 20px;
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .tutorial-instruction {
    padding: 30px;
    font-size: 23px;
    width: 360px;
  }
}

.tutorial-x {
  text-align: right;
  font-size: 30px;
  color: white;
  padding: 0 20px;
}

.tutorial-x span {
  cursor: pointer;
}

.tutorial-x span:hover {
  opacity: 0.8;
  transition: .5s all;
}

#tutorial-1 {
  position: relative;
  width: 315px;
  height: 180px;
  margin: 10% auto;
  border: 2px solid white;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding: 20px;
  font-family: "tutorial-bold";
  font-size: 22px;
  color: white;
}

@media (min-width: 576px) {
  #tutorial-1 {
    width: 525px;
    height: 200px;
    padding: 25px 50px;
    font-size: 27px;
  }
}

@media (min-width: 768px) {
  #tutorial-1 {
    width: 710px;
    font-size: 31px;
  }
}

@media (min-width: 992px) {
  #tutorial-1 {
    width: 960px;
    font-size: 37px;
  }
}

@media (min-width: 1200px) {
  #tutorial-1 {
    width: 1085px;
    font-size: 41px;
  }
}

@media (min-width: 1600px) {
  #tutorial-1 {
    width: 1570px;
    font-size: 45px;
  }
}

.tutorial-1-btns {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .tutorial-1-btns {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .tutorial-1-btns {
    margin-top: 55px;
  }
}

@media (min-width: 992px) {
  .tutorial-1-btns {
    margin-top: 75px;
  }
}

@media (min-width: 1200px) {
  .tutorial-1-btns {
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  .tutorial-1-btns {
    margin-top: 45px;
  }
}

.tutorial-close {
  float: right;
}

.tutorial-close span {
  background-color: transparent;
  font-family: "tutorial-bold";
  font-size: 20px;
  color: #c1272d;
  padding: 5px 15px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .tutorial-close span {
    font-size: 27px;
  }
}

@media (min-width: 992px) {
  .tutorial-close span {
    font-size: 27px;
  }
}

.tutorial-close span:hover {
  opacity: 0.8;
  transition: .5s all;
}

#tutorial-next-1 {
  float: right;
}

#tutorial-next-1 span {
  font-family: "tutorial-bold";
  font-size: 20px;
  color: white;
  background-color: #c1272d;
  padding: 5px 15px;
  margin-left: 15px;
  border-radius: 5px;
  cursor: pointer;
}

@media (min-width: 992px) {
  #tutorial-next-1 span {
    font-size: 23px;
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  #tutorial-next-1 span {
    font-size: 27px;
  }
}

#tutorial-next-1 span:hover {
  opacity: 0.8;
  transition: .5s all;
}

.tutorial-btns-holder {
  margin-top: 35px;
}

#tutorial-2,
#tutorial-3,
#tutorial-4,
#tutorial-5,
#tutorial-6,
#tutorial-7,
#tutorial-8,
#tutorial-9 {
  display: none;
  position: absolute;
}

.tutorial-prev-btn,
.tutorial-next-btn {
  float: right;
}

.tutorial-prev-btn span,
.tutorial-next-btn span {
  font-family: "tutorial-bold";
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
}

@media (min-width: 1200px) {

  .tutorial-prev-btn span,
  .tutorial-next-btn span {
    font-size: 21px;
  }
}

.tutorial-prev-btn span:hover,
.tutorial-next-btn span:hover {
  opacity: 0.8;
  transition: .5s all;
}

.tutorial-prev-btn span {
  color: #c1272d;
  background-color: transparent;
}

.tutorial-next-btn span {
  color: white;
  background-color: #c1272d;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .tutorial-next-btn span {
    margin-left: 10px;
  }
}

#tutorial-2 {
  top: 240px;
  left: 10px;
}

#tutorial-2 img {
  float: left;
  display: none;
}

@media (min-width: 992px) {
  #tutorial-2 img {
    display: block;
  }
}

@media (min-width: 768px) {
  #tutorial-2 {
    top: 518px;
    left: 400px;
  }
}

@media (min-width: 992px) {
  #tutorial-2 {
    top: 750px;
    left: 360px;
  }
}

@media (min-width: 1200px) {
  #tutorial-2 {
    top: 900px;
    left: 450px;
  }
}

@media (min-width: 1600px) {
  #tutorial-2 {
    left: 500px;
  }
}

.tutorial-2 {
  float: left;
  margin-top: 100px;
  margin-left: -10px;
}

#tutorial-3 {
  top: 680px;
  left: inherit;
  right: 0;
}

#tutorial-3 img {
  float: left;
  transform: rotate(305deg);
  margin-top: 115px;
  display: none;
}

@media (min-width: 1600px) {
  #tutorial-3 img {
    display: block;
  }
}

@media (min-width: 576px) {
  #tutorial-3 {
    top: 180px;
  }
}

@media (min-width: 768px) {
  #tutorial-3 {
    top: 620px;
    left: 10px;
    right: inherit;
  }
}

@media (min-width: 1200px) {
  #tutorial-3 {
    top: 620px;
  }
}

@media (min-width: 1600px) {
  #tutorial-3 {
    top: 480px;
    right: 250px;
    left: initial;
  }
}

.tutorial-3 {
  float: left;
  margin-top: 100px;
  margin-left: 10px;
}

.tutorial-show-4,
.tutorial-show-5,
.tutorial-show-6 {
  background-color: #e6e6e6;
  float: none;
  position: relative;
}

@media (min-width: 576px) {

  .tutorial-show-4,
  .tutorial-show-5,
  .tutorial-show-6 {
    float: left;
  }
}

.tutorial-show-5 {
  float: left;
}

#tutorial-4 {
  top: 300px;
  left: 10px;
}

#tutorial-4 img {
  float: left;
  transform: rotate(325deg);
  margin-top: 60px;
}

@media (min-width: 768px) {
  #tutorial-4 img {
    transform: rotate(236deg);
  }
}

@media (min-width: 576px) {
  #tutorial-4 {
    top: 430px;
    left: 140px;
  }
}

@media (min-width: 768px) {
  #tutorial-4 {
    top: 510px;
    left: 250px;
  }
}

@media (min-width: 992px) {
  #tutorial-4 {
    top: 450px;
    left: 430px;
  }
}

@media (min-width: 1200px) {
  #tutorial-4 {
    top: 555px;
    left: 505px;
  }
}

.tutorial-4 {
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .tutorial-4 {
    margin-top: 100px;
  }
}

#tutorial-5 {
  top: 305px;
  left: 0;
}

#tutorial-5 img {
  float: right;
  transform: rotate(105deg);
  margin-top: 25px;
  display: none;
}

@media (min-width: 576px) {
  #tutorial-5 img {
    display: block;
  }
}

@media (min-width: 576px) {
  #tutorial-5 {
    top: 445px;
  }
}

@media (min-width: 768px) {
  #tutorial-5 {
    top: 555px;
    left: 85px;
  }
}

@media (min-width: 992px) {
  #tutorial-5 {
    top: 510px;
  }
}

@media (min-width: 1200px) {
  #tutorial-5 {
    top: 615px;
  }
}

.tutorial-5 {
  float: left;
  margin-top: 100px;
  margin-left: 10px;
}

#tutorial-6 {
  top: 525px;
  left: 25px;
}

#tutorial-6 img {
  float: right;
  transform: rotate(33deg);
  margin-top: 25px;
}

@media (min-width: 576px) {
  #tutorial-6 img {
    float: right;
    transform: rotate(66deg);
  }
}

@media (min-width: 768px) {
  #tutorial-6 img {
    transform: rotate(105deg);
  }
}

@media (min-width: 576px) {
  #tutorial-6 {
    top: 505px;
    left: 190px;
  }
}

@media (min-width: 768px) {
  #tutorial-6 {
    top: 595px;
    left: 190px;
  }
}

@media (min-width: 992px) {
  #tutorial-6 {
    top: 555px;
    left: 170px;
  }
}

@media (min-width: 1200px) {
  #tutorial-6 {
    top: 665px;
    left: 265px;
  }
}

.tutorial-6 {
  float: left;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .tutorial-6 {
    float: left;
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 0;
  }
}

#tutorial-7 {
  top: -100px;
  left: 20px;
}

#tutorial-7 img {
  float: left;
  transform: rotate(-80deg);
  margin-top: 445px;
  display: none;
}

@media (min-width: 768px) {
  #tutorial-7 img {
    display: block;
  }
}

@media (min-width: 992px) {
  #tutorial-7 img {
    float: right;
    transform: rotate(123deg);
    margin-top: 125px;
  }
}

@media (min-width: 576px) {
  #tutorial-7 {
    top: -90px;
    left: 200px;
  }
}

@media (min-width: 992px) {
  #tutorial-7 {
    top: -50px;
    left: 200px;
  }
}

@media (min-width: 1200px) {
  #tutorial-7 {
    top: 0;
    left: 295px;
  }
}

.tutorial-7 {
  float: left;
  margin-top: 110px;
  margin-right: 10px;
  font-size: 14px;
}

@media (min-width: 576px) {
  .tutorial-7 {
    font-size: 20px;
  }
}

#tutorial-8 {
  top: 220px;
  right: 15px;
}

#tutorial-8 img {
  float: left;
  transform: rotate(300deg);
  margin-top: 40px;
  display: block;
}

@media (min-width: 576px) {
  #tutorial-8 img {
    transform: rotate(249deg);
  }
}

@media (min-width: 992px) {
  #tutorial-8 img {
    transform: rotate(235deg);
    margin-top: 150px;
    display: none;
  }
}

@media (min-width: 1600px) {
  #tutorial-8 img {
    display: block;
  }
}

@media (min-width: 576px) {
  #tutorial-8 {
    top: 320px;
  }
}

@media (min-width: 768px) {
  #tutorial-8 {
    top: 420px;
  }
}

@media (min-width: 992px) {
  #tutorial-8 {
    top: 25px;
  }
}

@media (min-width: 1600px) {
  #tutorial-8 {
    top: 135px;
    right: 270px;
  }
}

.tutorial-8 {
  float: left;
  margin-top: 30px;
  margin-left: 10px;
}

@media (min-width: 576px) {
  .tutorial-8 {
    margin-top: 110px;
  }
}

#tutorial-9 {
  top: -70px;
  left: 20px;
}

#tutorial-9 img {
  float: right;
  transform: rotate(95deg);
  margin-top: 310px;
  display: none;
}

@media (min-width: 576px) {
  #tutorial-9 img {
    display: block;
  }
}

@media (min-width: 992px) {
  #tutorial-9 img {
    float: right;
    transform: rotate(8deg);
    margin-top: 25px;
  }
}

@media (min-width: 576px) {
  #tutorial-9 {
    top: -55px;
    left: 0px;
  }
}

@media (min-width: 768px) {
  #tutorial-9 {
    top: 50px;
    left: 0px;
  }
}

@media (min-width: 992px) {
  #tutorial-9 {
    top: 450px;
    left: 250px;
  }
}

@media (min-width: 1200px) {
  #tutorial-9 {
    top: 600px;
    left: 380px;
  }
}

@media (min-width: 1600px) {
  #tutorial-9 {
    left: 455px;
  }
}

.tutorial-9 {
  float: left;
  margin-top: 110px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .tutorial-9 {
    float: left;
    margin-top: 110px;
    margin-right: -5px;
  }
}

.fullscreen-btn-holder {
  display: flex;
  justify-content: flex-end;
}

.fullscreen-toggler {
  position: relative;
  top: 0;
  right: 0;
  padding: 2px 9px;
  background-image: none;
  display: none;
}

@media (min-width: 768px) {
  .fullscreen-toggler {
    display: block;
  }
}

.fullscreen-toggler svg {
  width: auto;
  height: 100%;
}

.fullscreen-toggler svg path {
  fill: #F67211 !important;
}

.fullscreen-toggler:hover svg path {
  fill: white !important;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

#wrapper {
  padding-left: 0px;
  transition: all .4s ease 0s;
  height: 100%;
}

#sidebar-wrapper {
  margin-left: -280px;
  left: 0;
  top: 0;
  width: 280px;
  background: #e6e6e6;
  position: fixed;
  height: 100%;
  z-index: 10000;
  transition: all .4s ease 0s;
}

.sidebar-nav {
  display: block;
  float: left;
  width: 280px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#page-content-wrapper {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
}

#wrapper.active {
  padding-left: 280px;
}

#wrapper.active #sidebar-wrapper {
  left: 280px;
}

#page-content-wrapper {
  width: 100%;
}

#sidebar_menu li a,
.sidebar-nav li a {
  color: #999;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  float: left;
  text-decoration: none;
  width: 280px;
  background: transparent;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #1A1A1A;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  -ms-transition: background .5s;
  transition: background .5s;
}

.sidebar_name {
  padding-top: 25px;
  color: #fff;
  opacity: .7;
}

.sidebar-nav li a {
  font-family: "proxima-nova-bold";
  color: #8c979c;
  display: block;
  text-decoration: none;
  height: 70px;
  padding: 20px 0;
  text-align: right;
  padding-right: 25px;
}

.sidebar-nav li a img {
  width: 123px;
  margin-left: 5px;
}

.sidebar-nav li a.active {
  background-image: url(/shared/img/hr-blue-btn.png);
  border-left: 5px solid #e6e6e6;
  color: #fff;
}

.sidebar-nav li a.active:hover {
  background-image: url(/shared/img/hr-blue-btn.png);
  border-left: 5px solid #e6e6e6;
  color: #fff;
}

.sidebar-nav li a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #2b85ff;
}

.sidebar-brand {
  height: 85px;
  font-size: 18px;
  color: #bf0f0f;
  font-family: "proxima-nova-black";
  font-size: 20px;
  text-align: center;
  padding-top: 30px;
  border-bottom: 1px solid #bf0f0f;
  padding-left: 65px;
  letter-spacing: 2px;
  word-spacing: 1px;
}

.sidebar-brand a {
  color: #999999;
}

.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#main_icon {
  float: right;
  padding-right: 65px;
  padding-top: 20px;
}

.sub_icon {
  float: right;
  padding-right: 65px;
  padding-top: 10px;
}

.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

@media (max-width: 767px) {
  #wrapper {
    padding-left: 0px;
    transition: all .4s ease 0s;
  }

  #sidebar-wrapper {
    left: 0px;
  }

  #wrapper.active {
    padding-left: 280px;
  }

  #wrapper.active #sidebar-wrapper {
    left: 280px;
    width: 280px;
    transition: all .4s ease 0s;
  }
}

.game-nav-bar {
  width: 100%;
  height: 80px;
  background: repeating-linear-gradient(-50deg, #2c7ae3, #2c7ae3 1px, #3d8ef9 1px, #3d8ef9 6px);
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  .game-nav-bar {
    height: 50px;
  }
}

.mobile-separator {
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) {
  .mobile-separator {
    flex-direction: row;
  }
}

.login-button {
  margin-right: 1em;
  margin-left: 1em;
}

.login-button {
  color: #ffffff;
  background-color: #705199;
  border-color: #FFFFFF;
}

.login-button:hover,
.login-button:focus,
.login-button:active,
.login-button.active,
.open .dropdown-toggle.login-button {
  color: #ffffff;
  background-color: #49247A;
  border-color: #FFFFFF;
}

.login-button:active,
.login-button.active,
.open .dropdown-toggle.login-button {
  background-image: none;
}

.login-button.disabled,
.login-button[disabled],
fieldset[disabled] .login-button,
.login-button.disabled:hover,
.login-button[disabled]:hover,
fieldset[disabled] .login-button:hover,
.login-button.disabled:focus,
.login-button[disabled]:focus,
fieldset[disabled] .login-button:focus,
.login-button.disabled:active,
.login-button[disabled]:active,
fieldset[disabled] .login-button:active,
.login-button.disabled.active,
.login-button[disabled].active,
fieldset[disabled] .login-button.active {
  background-color: #705199;
  border-color: #FFFFFF;
}

.login-button .badge {
  color: #705199;
  background-color: #ffffff;
}

.logout-button {
  margin-right: 1em;
  margin-left: 1em;
}

.logout-button {
  color: #ffffff;
  background-color: #705199;
  border-color: #FFFFFF;
}

.logout-button:hover,
.logout-button:focus,
.logout-button:active,
.logout-button.active,
.open .dropdown-toggle.logout-button {
  color: #ffffff;
  background-color: #49247A;
  border-color: #FFFFFF;
}

.logout-button:active,
.logout-button.active,
.open .dropdown-toggle.logout-button {
  background-image: none;
}

.logout-button.disabled,
.logout-button[disabled],
fieldset[disabled] .logout-button,
.logout-button.disabled:hover,
.logout-button[disabled]:hover,
fieldset[disabled] .logout-button:hover,
.logout-button.disabled:focus,
.logout-button[disabled]:focus,
fieldset[disabled] .logout-button:focus,
.logout-button.disabled:active,
.logout-button[disabled]:active,
fieldset[disabled] .logout-button:active,
.logout-button.disabled.active,
.logout-button[disabled].active,
fieldset[disabled] .logout-button.active {
  background-color: #705199;
  border-color: #FFFFFF;
}

.logout-button .badge {
  color: #705199;
  background-color: #ffffff;
}

.payout-pin-button {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 3px;
}

@media (min-width: 576px) {
  .payout-pin-button {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.payout-pin-button {
  color: #ffffff;
  background-color: #705199;
  border-color: #FFFFFF;
}

.logout-button:hover,
.payout-pin-button:focus,
.logout-button:active,
.logout-button.active,
.open .dropdown-toggle.logout-button {
  color: #ffffff;
  background-color: #49247A;
  border-color: #FFFFFF;
}

.logout-button:active,
.logout-button.active,
.open .dropdown-toggle.logout-button {
  background-image: none;
}

.logout-button.disabled,
.logout-button[disabled],
fieldset[disabled] .logout-button,
.logout-button.disabled:hover,
.logout-button[disabled]:hover,
fieldset[disabled] .logout-button:hover,
.logout-button.disabled:focus,
.logout-button[disabled]:focus,
fieldset[disabled] .logout-button:focus,
.logout-button.disabled:active,
.logout-button[disabled]:active,
fieldset[disabled] .logout-button:active,
.logout-button.disabled.active,
.logout-button[disabled].active,
fieldset[disabled] .logout-button.active {
  background-color: #705199;
  border-color: #FFFFFF;
}

.logout-button .badge {
  color: #705199;
  background-color: #ffffff;
}

.credit-text {
  color: gold;
  margin-bottom: 0;
  text-align: right;
}

.credit-balance {
  color: gold;
  font-weight: bold;
}

.coins {
  width: 20px;
  margin-right: 2px;
}

.nav-bar-top {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  font-size: 14px;
}

.welcome-holder {
  color: #ffffff;
  margin-right: 0;
  margin-bottom: 0;
}

.welcome-username {
  color: #ffffff;
}

.logged-in {
  display: none;
}

.logged-in {
  display: none;
}

.user-username {
  background-color: #E6E6D9 !important;
  color: steelblue;
}

.user-password {
  background-color: #E6E6D9 !important;
  color: steelblue;
}

.login-modal label {
  color: steelblue;
}

.header {
  width: 90px;
  position: relative;
  position: fixed;
  left: inherit;
  right: -15px;
  top: -10px;
  height: 85px;
  background-color: transparent;
  z-index: 10000;
}

@media (min-width: 992px) {
  .header {
    width: 300px;
    left: 0;
    right: inherit;
    height: 85px;
  }
}

.header-txt {
  float: left;
  font-family: "proxima-nova-black";
  font-size: 18px;
  color: #2b85ff;
  margin-top: 14px;
  margin-left: 115px;
  margin-bottom: 10px;
  text-shadow: -1px 0 15px #2b85ff, 0 1px 10px #e6e6e6, 1px 0 15px #e6e6e6, 0 -1px #2b85ff;
}

.icon-bar {
  width: 28px;
  height: 2px;
  background-color: #bf0f0f;
  display: block;
  margin-bottom: 4px;
}

.login {
  margin-top: 30px;
  margin-right: 15px;
  float: right;
  font-family: "proxima-nova-bold";
  font-size: 14px;
  color: #bf0f0f;
}

.login img {
  padding-top: 2px;
  width: 25px;
}

@media (min-width: 576px) {
  .login {
    margin-top: 27px;
    margin-right: 75px;
    font-size: 18px;
  }

  .login img {
    padding-top: 4px;
    width: auto;
  }
}

#nav-icon1 {
  width: 30px;
  height: 40px;
  position: absolute;
  left: 250px;
  top: 0;
  padding: 5px 1px;
  margin: 5px 20px;
  background-color: #e6e6e6;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/*#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 28px;
    background: #bf0f0f;
    border-radius: 9px;
    opacity: 1;
    left: 11px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 10px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 26px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}*/
/*#nav-icon1.open {
    img {
        transition: .5s all;
        transform: rotate(180deg); 
    }
}*/
#nav-icon1.open #Capa_1 {
  transition: .5s all;
  transform: rotate(180deg);
}

#Capa_1 {
  width: 30px;
}

#Capa_1 path {
  fill: #2b85ff;
}

.mCustomScrollbar {
  height: 382px;
  overflow: auto;
}

@media (min-width: 1200px) {
  .mCustomScrollbar {
    height: 454px;
  }
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2b85ff;
  width: 5px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #2b85ff;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 5px;
  bottom: 5px;
  right: -5px;
}

.tickets ::-webkit-scrollbar {
  width: 12px;
}

.tickets ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.tickets ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2b85ff;
}

.statistic-acordation {
  display: none;
  width: 290px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .statistic-acordation {
    display: block;
    width: 290px;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
  }
}

@media (min-width: 1200px) {
  .statistic-acordation {
    display: block;
    width: 300px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 1600px) {
  .statistic-acordation {
    display: none;
    width: 300px;
    float: left;
  }
}

.mb-0 {
  font-size: 13px;
  font-family: "proxima-nova-semibold";
  color: #fff;
}

.card {
  border-radius: 0;
  border: none;
  background-color: #161616;
}

.card-header {
  background-image: url(/lucky-balls/img/btn-background-black.png);
  border-radius: 0 !important;
  border: 1px solid #911f1f;
  height: 22px;
  padding-top: 3px;
  padding-left: 12px;
  position: relative;
}

.card-header-white {
  /*    background-image: none;*/
  background-image: url(/lucky-balls/img/btn-background-green.png);
  border: none;
  /*background: rgba(54, 186, 20, 0.2);*/
}

.collapse.show {
  background-color: #161616;
}

.card-block {
  background-color: #161616;
  padding: 0;
}

.card-indicator {
  background-image: url(/shared/img/arrows.png);
  background-size: 16px;
  background-position-x: 8px;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 6px;
}

#tabs {
  float: left;
  background: #e6e6e6;
  border: none;
  border-radius: 0;
  margin-top: 10px;
  width: 100%;
}

.ui-tabs .ui-tabs-nav {
  width: 287px;
  margin: 0 10px;
  margin-right: 12px;
  padding: 0;
  padding-top: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #911f1f;
  border-radius: 0;
}

@media (min-width: 576px) {
  .ui-tabs .ui-tabs-nav {
    width: auto;
    margin: 0 10px;
    padding: 10px;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.ui-tabs .ui-tabs-nav li {
  width: 92.4px;
  background-image: linear-gradient(to bottom, #9101aa, #9a12b1, #a41db8, #ad27c0, #b730c7);
  opacity: 0.5;
  padding: 5px;
  text-align: center;
  border: transparent;
  border-bottom: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ui-tabs .ui-tabs-nav li:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

@media (min-width: 576px) {
  .ui-tabs .ui-tabs-nav li {
    width: 135px;
  }
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background-image: linear-gradient(to bottom, #9101aa, #9a12b1, #a41db8, #ad27c0, #b730c7);
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding: 5px;
  text-decoration: none;
  font-family: "proxima-nova-regular";
  font-size: 14px;
  color: #fff;
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}

.terminal-content {
  width: 1230px;
  margin: 0 auto;
  /* LEFT GAMES MENU */
  /*  NAVIGATION TABS */
  /* BODY GAMEPLAY */
}

@media (min-width: 1900px) {
  .terminal-content {
    width: 1850px;
  }
}

.terminal-content .terminal-left {
  width: 195px;
  margin-top: 10px;
  background: #e6e6e6;
  float: left;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-left {
    margin-top: 30px;
  }
}

@media (min-width: 1900px) {
  .terminal-content .terminal-left {
    width: 300px;
    margin-top: 30px;
  }
}

.terminal-content .terminal-left ul {
  padding-top: 10px;
}

.terminal-content .terminal-left ul li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 20px 5px;
  text-align: left;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  transition: background-color 0.5s ease;
  font-family: proxima-nova-bold;
  border: 1px solid transparent;
  background-image: url(/shared/img/fast-betting-btn.png);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-left ul li a {
    font-size: 16px;
  }
}

.terminal-content .terminal-left ul li a:hover {
  background: #f1f1f1;
}

.terminal-content .terminal-left ul li a:focus {
  outline: 0;
}

.terminal-content .terminal-left ul li a img {
  width: 60px;
  float: left;
  margin-right: 10px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-left ul li a img {
    width: 80px;
  }
}

.terminal-content .terminal-left ul li.active a {
  border: 1px solid #4591fa;
  color: #4591fa;
}

.terminal-content .terminal-tabs {
  padding-top: 10px;
  min-width: 375px;
  margin-left: 15px;
  float: left;
  width: 800px;
  border-bottom: 1px solid #7304de;
}

.terminal-content .terminal-tabs ul li {
  display: inline-block;
}

.terminal-content .terminal-tabs ul li a {
  font-size: 18px;
  display: block;
  padding: 13px 45px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(/shared/img/fast-betting-btn.png);
  color: #7304de;
  margin-right: 20px;
  border: 1px solid #7304de;
  border-bottom: 0;
  font-family: proxima-nova-bold;
}

.terminal-content .terminal-tabs ul li.selected a {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75437f+0,9b63a5+100 */
  background-image: -webkit-linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  background-image: -o-linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  background-image: linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
}

.terminal-content .terminal-content-tabs {
  padding-left: 15px;
  width: 1000px;
  float: left;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-content-tabs {
    width: 1545px;
  }
}

.terminal-content .terminal-content-tabs .terminal-content-tab {
  padding-top: 10px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-content-tabs .terminal-content-tab {
    padding-top: 20px;
  }
}

.terminal-content .terminal-body {
  width: 750px;
  float: left;
  /* GAMEPLAY */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body {
    width: 1200px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected {
  background: #e6e6e6;
  padding: 10px;
  padding-left: 20px;
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  -moz-box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  background: #fff;
  margin-right: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .red-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f71a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f71a1a 0%, #740000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .red-ball {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .red-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 8px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .red-ball div {
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    line-height: 46px;
    font-size: 29px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .green-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3aa93d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3aa93d 0%, #194f1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .green-ball {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .green-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 8px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .green-ball div {
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    line-height: 46px;
    font-size: 29px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .blue-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0199f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0199f2 0%, #172152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .blue-ball {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .blue-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 8px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .blue-ball div {
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    line-height: 46px;
    font-size: 29px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .purple-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #7e01f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7e01f3 0%, #2f1754 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .purple-ball {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .purple-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 8px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .purple-ball div {
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    line-height: 46px;
    font-size: 29px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .brown-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #9e6016;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6016 0%, #503218 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .brown-ball {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .brown-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 8px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .brown-ball div {
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    line-height: 46px;
    font-size: 29px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .yellow-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d0dd09;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0dd09 0%, #787816 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .yellow-ball {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .yellow-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 8px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .yellow-ball div {
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    line-height: 46px;
    font-size: 29px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .orange-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fe9b00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b00 0%, #bb691d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .orange-ball {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .orange-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 8px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .orange-ball div {
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    line-height: 46px;
    font-size: 29px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .silver-ball {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #797979;
  /* Old browsers */
  background: -moz-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #797979 0%, #3f3b38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .silver-ball {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .silver-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 8px;
  top: 8px;
  line-height: 34px;
  font-size: 20px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls .silver-ball div {
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    line-height: 46px;
    font-size: 29px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls:nth-child(7) {
  margin-left: 70px;
  background-size: 30px auto;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls:nth-child(7) {
    margin-left: 320px;
    background-size: auto;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls:nth-child(8) {
  background-size: 30px auto;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls:nth-child(8) {
    background-size: auto;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls:nth-child(9) {
  background-size: 30px auto;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls:nth-child(9) {
    background-size: auto;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls:nth-child(10) {
  background-size: 30px auto;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-selected .chosen-balls-holder .chosen-balls:nth-child(10) {
    background-size: auto;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls {
  background: #e6e6e6;
  margin-top: 3px;
  padding-top: 28px;
  padding-bottom: 10px;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main {
  float: left;
  padding-left: 20px;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls {
  width: 50px;
  margin-right: 12px;
  float: left;
  position: relative;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls {
    width: 75px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls ul li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid transparent;
  text-align: center;
  font-size: 24px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls ul li {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 25px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: proxima-nova-semibold;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball.clickable-ball,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball.ticket-ball-choosen-all {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
}

@media (min-width: 1900px) {

  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball.clickable-ball,
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball.ticket-ball-choosen,
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball.ticket-ball-choosen-all {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 25px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball.empty {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 12px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls .ticket-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 18px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball {
  border-color: #fff;
  background: #f71a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f71a1a 0%, #740000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball:hover:not(.empty) {
  background: transparent;
  border-color: #f71a1a;
  border: 2px solid #c00f0f;
  border: 2px solid rgba(192, 15, 15, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball div {
    left: 11px;
    top: 11px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.ticket-ball-choosen-all {
  border: 2px solid #c00f0f;
  border: 2px solid rgba(192, 15, 15, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.ticket-ball-choosen div,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.ticket-ball-choosen-all div {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.ticket-ball-choosen:hover,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.ticket-ball-choosen-all:hover {
  border-color: #fff;
  background: #f71a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f71a1a 0%, #740000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.empty {
  background: #f71a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f71a1a 0%, #740000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.red-balls .red-ball.empty:hover {
  background: #f71a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f71a1a 0%, #740000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  border: 4px solid #c00f0f;
  border: 4px solid rgba(192, 15, 15, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball {
  border-color: #fff;
  background: #3aa93d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3aa93d 0%, #194f1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball:hover:not(.empty) {
  background: transparent;
  border-color: #3aa93d;
  border: 2px solid #349a37;
  border: 2px solid rgba(52, 154, 55, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball div {
    left: 11px;
    top: 11px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.ticket-ball-choosen-all {
  border: 2px solid #349a37;
  border: 2px solid rgba(52, 154, 55, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.ticket-ball-choosen div,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.ticket-ball-choosen-all div {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.ticket-ball-choosen:hover,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.ticket-ball-choosen-all:hover {
  border-color: #fff;
  background: #3aa93d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3aa93d 0%, #194f1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.empty {
  background: #3aa93d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3aa93d 0%, #194f1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.green-balls .green-ball.empty:hover {
  background: #3aa93d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3aa93d 0%, #194f1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  border: 4px solid #349a37;
  border: 4px solid rgba(52, 154, 55, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball {
  border-color: #fff;
  background: #0199f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0199f2 0%, #172152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball:hover:not(.empty) {
  background: transparent;
  border-color: #0199f2;
  border: 2px solid #0a66ae;
  border: 2px solid rgba(10, 102, 174, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball div {
    left: 11px;
    top: 11px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.ticket-ball-choosen-all {
  border: 2px solid #0a66ae;
  border: 2px solid rgba(10, 102, 174, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.ticket-ball-choosen div,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.ticket-ball-choosen-all div {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.ticket-ball-choosen:hover,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.ticket-ball-choosen-all:hover {
  border-color: #fff;
  background: #0199f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0199f2 0%, #172152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.empty {
  background: #0199f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0199f2 0%, #172152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.blue-balls .blue-ball.empty:hover {
  background: #0199f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0199f2 0%, #172152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  border: 4px solid #0a66ae;
  border: 4px solid rgba(10, 102, 174, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball {
  border-color: #fff;
  background: #7e01f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7e01f3 0%, #2f1754 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball:hover:not(.empty) {
  background: transparent;
  border-color: #7e01f3;
  border: 2px solid #6d05d2;
  border: 2px solid rgba(109, 5, 210, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball div {
    left: 11px;
    top: 11px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.ticket-ball-choosen-all {
  border: 2px solid #6d05d2;
  border: 2px solid rgba(109, 5, 210, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.ticket-ball-choosen div,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.ticket-ball-choosen-all div {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.ticket-ball-choosen:hover,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.ticket-ball-choosen-all:hover {
  border-color: #fff;
  background: #7e01f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7e01f3 0%, #2f1754 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.empty {
  background: #7e01f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7e01f3 0%, #2f1754 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.purple-balls .purple-ball.empty:hover {
  background: #7e01f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7e01f3 0%, #2f1754 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  border: 4px solid #6d05d2;
  border: 4px solid rgba(109, 5, 210, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball {
  border-color: #fff;
  background: #9e6016;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6016 0%, #503218 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball:hover:not(.empty) {
  background: transparent;
  border-color: #9e6016;
  border: 2px solid #965b17;
  border: 2px solid rgba(150, 91, 23, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball div {
    left: 11px;
    top: 11px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.ticket-ball-choosen-all {
  border: 2px solid #965b17;
  border: 2px solid rgba(150, 91, 23, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.ticket-ball-choosen div,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.ticket-ball-choosen-all div {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.ticket-ball-choosen:hover,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.ticket-ball-choosen-all:hover {
  border-color: #fff;
  background: #9e6016;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6016 0%, #503218 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.empty {
  background: #9e6016;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6016 0%, #503218 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.brown-balls .brown-ball.empty:hover {
  background: #9e6016;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6016 0%, #503218 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  border: 4px solid #965b17;
  border: 4px solid rgba(150, 91, 23, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball {
  border-color: #fff;
  background: #d0dd09;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0dd09 0%, #787816 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball:hover:not(.empty) {
  background: transparent;
  border-color: #d0dd09;
  border: 2px solid #cfdc09;
  border: 2px solid rgba(207, 220, 9, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball div {
    left: 11px;
    top: 11px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.ticket-ball-choosen-all {
  border: 2px solid #cfdc09;
  border: 2px solid rgba(207, 220, 9, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.ticket-ball-choosen div,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.ticket-ball-choosen-all div {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.ticket-ball-choosen:hover,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.ticket-ball-choosen-all:hover {
  border-color: #fff;
  background: #d0dd09;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0dd09 0%, #787816 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.empty {
  background: #d0dd09;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0dd09 0%, #787816 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.yellow-balls .yellow-ball.empty:hover {
  background: #d0dd09;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0dd09 0%, #787816 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  border: 4px solid #cfdc09;
  border: 4px solid rgba(207, 220, 9, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball {
  border-color: #fff;
  background: #fe9b00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b00 0%, #bb691d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball:hover:not(.empty) {
  background: transparent;
  border-color: #fe9b00;
  border: 2px solid #f69504;
  border: 2px solid rgba(246, 149, 4, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball div {
    left: 11px;
    top: 11px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.ticket-ball-choosen-all {
  border: 2px solid #f69504;
  border: 2px solid rgba(246, 149, 4, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.ticket-ball-choosen div,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.ticket-ball-choosen-all div {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.ticket-ball-choosen:hover,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.ticket-ball-choosen-all:hover {
  border-color: #fff;
  background: #fe9b00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b00 0%, #bb691d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.empty {
  background: #fe9b00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b00 0%, #bb691d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.orange-balls .orange-ball.empty:hover {
  background: #fe9b00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b00 0%, #bb691d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  border: 4px solid #f69504;
  border: 4px solid rgba(246, 149, 4, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball {
  border-color: #fff;
  background: #797979;
  /* Old browsers */
  background: -moz-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #797979 0%, #3f3b38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball:hover:not(.empty) {
  background: transparent;
  border-color: #797979;
  border: 2px solid #747473;
  border: 2px solid rgba(116, 116, 115, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 7px;
  top: 7px;
  line-height: 27px;
  font-size: 15px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball div {
    left: 11px;
    top: 11px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.ticket-ball-choosen,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.ticket-ball-choosen-all {
  border: 2px solid #747473;
  border: 2px solid rgba(116, 116, 115, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.ticket-ball-choosen div,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.ticket-ball-choosen-all div {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.ticket-ball-choosen:hover,
.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.ticket-ball-choosen-all:hover {
  border-color: #fff;
  background: #797979;
  /* Old browsers */
  background: -moz-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #797979 0%, #3f3b38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 0.5s ease;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.empty {
  background: #797979;
  /* Old browsers */
  background: -moz-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #797979 0%, #3f3b38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 15px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.empty {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .main .main-balls.silver-balls .silver-ball.empty:hover {
  background: #797979;
  /* Old browsers */
  background: -moz-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #797979 0%, #3f3b38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  border: 4px solid #747473;
  border: 4px solid rgba(116, 116, 115, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games {
  float: left;
  margin-top: -20px;
  width: 214px;
  margin-left: 8px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games {
    width: 400px;
    margin-left: 50px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .separator {
  height: 1px;
  background: #333;
  margin: 12px 50px;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box {
  margin-bottom: 10px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box {
    margin-bottom: 60px;
  }

  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box:last-child {
    margin-bottom: 10px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .title {
  text-align: center;
  padding: 5px;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game {
    margin-bottom: 20px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body {
  text-align: center;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls {
  display: inline-block;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.red-balls {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f71a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f71a1a 0%, #740000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 5px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.red-balls {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.red-balls:nth-child(5) {
  clear: both;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.red-balls:nth-child(5) {
    clear: none;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.red-balls:hover {
  opacity: 0.8;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.red-balls.bhr-balls-choosen {
  border-color: #f71a1a;
  border: 5px solid rgba(192, 15, 15, 0.5);
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.green-balls {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3aa93d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3aa93d 0%, #194f1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 5px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.green-balls {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.green-balls:nth-child(5) {
  clear: both;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.green-balls:nth-child(5) {
    clear: none;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.green-balls:hover {
  opacity: 0.8;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.green-balls.bhr-balls-choosen {
  border-color: #3aa93d;
  border: 5px solid rgba(52, 154, 55, 0.5);
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.blue-balls {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0199f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0199f2 0%, #172152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 5px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.blue-balls {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.blue-balls:nth-child(5) {
  clear: both;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.blue-balls:nth-child(5) {
    clear: none;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.blue-balls:hover {
  opacity: 0.8;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.blue-balls.bhr-balls-choosen {
  border-color: #0199f2;
  border: 5px solid rgba(10, 102, 174, 0.5);
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.purple-balls {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7e01f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7e01f3 0%, #2f1754 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 5px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.purple-balls {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.purple-balls:nth-child(5) {
  clear: both;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.purple-balls:nth-child(5) {
    clear: none;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.purple-balls:hover {
  opacity: 0.8;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.purple-balls.bhr-balls-choosen {
  border-color: #7e01f3;
  border: 5px solid rgba(109, 5, 210, 0.5);
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.brown-balls {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9e6016;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6016 0%, #503218 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 5px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.brown-balls {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.brown-balls:nth-child(5) {
  clear: both;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.brown-balls:nth-child(5) {
    clear: none;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.brown-balls:hover {
  opacity: 0.8;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.brown-balls.bhr-balls-choosen {
  border-color: #9e6016;
  border: 5px solid rgba(150, 91, 23, 0.5);
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.yellow-balls {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d0dd09;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0dd09 0%, #787816 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 5px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.yellow-balls {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.yellow-balls:nth-child(5) {
  clear: both;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.yellow-balls:nth-child(5) {
    clear: none;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.yellow-balls:hover {
  opacity: 0.8;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.yellow-balls.bhr-balls-choosen {
  border-color: #d0dd09;
  border: 5px solid rgba(207, 220, 9, 0.5);
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.orange-balls {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fe9b00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b00 0%, #bb691d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 5px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.orange-balls {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.orange-balls:nth-child(5) {
  clear: both;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.orange-balls:nth-child(5) {
    clear: none;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.orange-balls:hover {
  opacity: 0.8;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.orange-balls.bhr-balls-choosen {
  border-color: #fe9b00;
  border: 5px solid rgba(246, 149, 4, 0.5);
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.silver-balls {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #797979;
  /* Old browsers */
  background: -moz-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #797979 0%, #3f3b38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 5px solid #e6e6e6;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.silver-balls {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.silver-balls:nth-child(5) {
  clear: both;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.silver-balls:nth-child(5) {
    clear: none;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.silver-balls:hover {
  opacity: 0.8;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .main-game .body ul.small-bet-balls li.silver-balls.bhr-balls-choosen {
  border-color: #797979;
  border: 5px solid rgba(116, 116, 115, 0.5);
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .sub-games .title {
  font-size: 14px;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .sub-games .buttons button {
  background-image: url(/shared/img/fast-betting-btn.png);
  width: 45%;
  height: 35px;
  font-size: 11px;
  cursor: pointer;
}

@media (min-width: 1900px) {
  .terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .sub-games .buttons button {
    font-size: 14px;
  }
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .sub-games .buttons button:hover {
  background-image: url(/shared/img/hr-grey-btn.png);
  color: #fff;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .sub-games .buttons button.betting-btn-chosen {
  background-image: url(/shared/img/hr-grey-btn.png);
  color: #fff;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .sub-games .left {
  float: left;
  width: 49%;
}

.terminal-content .terminal-body .terminal-game .terminal-balls .extra-games .extra-game-box .sub-games .right {
  float: right;
  width: 49%;
}

/*  RESULTS */
.results-box {
  background: #e6e6e6;
  margin-bottom: 5px;
}

@media (min-width: 1900px) {
  .results-box {
    margin-bottom: 10px;
  }

  .results-box:nth-child(3) {
    margin-bottom: 5px;
  }
}

.results-title-left {
  float: left;
  padding-left: 10px;
}

.results-title-right {
  float: right;
  padding-right: 10px;
}

.results-box-body {
  padding: 5px;
}

@media (min-width: 1900px) {
  .results-box-body {
    padding: 10px;
  }
}

.result-box-left-title {
  padding-left: 10px;
  font-family: proxima-nova-semibold;
  padding-bottom: 10px;
}

.result-box-left-title span {
  color: #4995fd;
}

.result-box-left {
  min-width: 250px;
  float: left;
}

.result-box-left .result-box-left-balls ul li {
  display: inline-block;
}

.result-box-left .result-box-left-balls ul li .draw-number {
  text-align: center;
  font-size: 12px;
}

.result-box-left .result-box-left-balls ul li .result-ball {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  margin-bottom: 3px;
  text-align: center;
  font-size: 12px;
  position: relative;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball {
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball {
    font-size: 18px;
  }
}

.result-box-left .result-box-left-balls ul li .result-ball.red-ball {
  border-color: #fff;
  background: #f71a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f71a1a 0%, #740000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.result-box-left .result-box-left-balls ul li .result-ball.red-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
  line-height: 22px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball.red-ball div {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 8px;
    line-height: 34px;
  }
}

.result-box-left .result-box-left-balls ul li .result-ball.green-ball {
  border-color: #fff;
  background: #3aa93d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3aa93d 0%, #194f1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.result-box-left .result-box-left-balls ul li .result-ball.green-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
  line-height: 22px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball.green-ball div {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 8px;
    line-height: 34px;
  }
}

.result-box-left .result-box-left-balls ul li .result-ball.blue-ball {
  border-color: #fff;
  background: #0199f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0199f2 0%, #172152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.result-box-left .result-box-left-balls ul li .result-ball.blue-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
  line-height: 22px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball.blue-ball div {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 8px;
    line-height: 34px;
  }
}

.result-box-left .result-box-left-balls ul li .result-ball.purple-ball {
  border-color: #fff;
  background: #7e01f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7e01f3 0%, #2f1754 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.result-box-left .result-box-left-balls ul li .result-ball.purple-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
  line-height: 22px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball.purple-ball div {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 8px;
    line-height: 34px;
  }
}

.result-box-left .result-box-left-balls ul li .result-ball.brown-ball {
  border-color: #fff;
  background: #9e6016;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6016 0%, #503218 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.result-box-left .result-box-left-balls ul li .result-ball.brown-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
  line-height: 22px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball.brown-ball div {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 8px;
    line-height: 34px;
  }
}

.result-box-left .result-box-left-balls ul li .result-ball.yellow-ball {
  border-color: #fff;
  background: #d0dd09;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0dd09 0%, #787816 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.result-box-left .result-box-left-balls ul li .result-ball.yellow-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
  line-height: 22px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball.yellow-ball div {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 8px;
    line-height: 34px;
  }
}

.result-box-left .result-box-left-balls ul li .result-ball.orange-ball {
  border-color: #fff;
  background: #fe9b00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b00 0%, #bb691d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.result-box-left .result-box-left-balls ul li .result-ball.orange-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
  line-height: 22px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball.orange-ball div {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 8px;
    line-height: 34px;
  }
}

.result-box-left .result-box-left-balls ul li .result-ball.silver-ball {
  border-color: #fff;
  background: #797979;
  /* Old browsers */
  background: -moz-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #797979 0%, #3f3b38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
  transition: background-color 1s ease;
}

.result-box-left .result-box-left-balls ul li .result-ball.silver-ball div {
  background: #fff;
  border-radius: 50%;
  padding: 1px;
  color: #333;
  text-decoration: none;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  top: 5px;
  line-height: 22px;
  text-align: center;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-left .result-box-left-balls ul li .result-ball.silver-ball div {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 8px;
    line-height: 34px;
  }
}

.result-box-right {
  float: right;
  width: 100%;
  font-size: 13px;
}

.result-box-right .result-box-right-title {
  float: right;
  padding-right: 1px;
  font-family: proxima-nova-semibold;
  padding-bottom: 10px;
  margin-right: 5px;
  display: none;
}

@media (min-width: 1900px) {
  .result-box-right .result-box-right-title {
    display: block;
  }
}

.result-box-right .result-box-right-first {
  float: left;
  width: 130px;
}

@media (min-width: 1900px) {
  .result-box-right .result-box-right-first {
    width: 230px;
  }
}

.result-box-right .result-box-right-second {
  float: right;
  width: 130px;
}

@media (min-width: 1900px) {
  .result-box-right .result-box-right-second {
    width: 230px;
  }
}

.result-box-right .body .result-right-row {
  padding: 2px;
}

@media (min-width: 1900px) {
  .result-box-right .body .result-right-row {
    padding: 5px;
  }
}

.result-box-right .body .result-right-row .label {
  text-align: left;
}

@media (min-width: 1900px) {
  .result-box-right .body .result-right-row .label {
    float: left;
    text-align: left;
  }
}

.result-box-right .body .result-right-row .result {
  font-family: proxima-nova-semibold;
}

@media (min-width: 1900px) {
  .result-box-right .body .result-right-row .result {
    float: right;
  }
}

.result-box-right .body .result-right-row .result .ball {
  float: right;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  position: relative;
  margin-top: -5px;
}

.result-box-right .body .result-right-row .result .ball.red-ball {
  border-color: #fff;
  background: #f71a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f71a1a 0%, #740000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f71a1a 0%, #740000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
}

.result-box-right .body .result-right-row .result .ball.red-ball div {
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  width: 18px;
  height: 18px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 18px;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

.result-box-right .body .result-right-row .result .ball.red-ball div span {
  position: absolute;
  left: 4px;
}

.result-box-right .body .result-right-row .result .ball.red-ball.empty div {
  display: none;
}

.result-box-right .body .result-right-row .result .ball.green-ball {
  border-color: #fff;
  background: #3aa93d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3aa93d 0%, #194f1a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3aa93d 0%, #194f1a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
}

.result-box-right .body .result-right-row .result .ball.green-ball div {
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  width: 18px;
  height: 18px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 18px;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

.result-box-right .body .result-right-row .result .ball.green-ball div span {
  position: absolute;
  left: 4px;
}

.result-box-right .body .result-right-row .result .ball.green-ball.empty div {
  display: none;
}

.result-box-right .body .result-right-row .result .ball.blue-ball {
  border-color: #fff;
  background: #0199f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0199f2 0%, #172152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0199f2 0%, #172152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
}

.result-box-right .body .result-right-row .result .ball.blue-ball div {
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  width: 18px;
  height: 18px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 18px;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

.result-box-right .body .result-right-row .result .ball.blue-ball div span {
  position: absolute;
  left: 4px;
}

.result-box-right .body .result-right-row .result .ball.blue-ball.empty div {
  display: none;
}

.result-box-right .body .result-right-row .result .ball.purple-ball {
  border-color: #fff;
  background: #7e01f3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7e01f3 0%, #2f1754 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7e01f3 0%, #2f1754 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
}

.result-box-right .body .result-right-row .result .ball.purple-ball div {
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  width: 18px;
  height: 18px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 18px;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

.result-box-right .body .result-right-row .result .ball.purple-ball div span {
  position: absolute;
  left: 4px;
}

.result-box-right .body .result-right-row .result .ball.purple-ball.empty div {
  display: none;
}

.result-box-right .body .result-right-row .result .ball.brown-ball {
  border-color: #fff;
  background: #9e6016;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6016 0%, #503218 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6016 0%, #503218 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
}

.result-box-right .body .result-right-row .result .ball.brown-ball div {
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  width: 18px;
  height: 18px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 18px;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

.result-box-right .body .result-right-row .result .ball.brown-ball div span {
  position: absolute;
  left: 4px;
}

.result-box-right .body .result-right-row .result .ball.brown-ball.empty div {
  display: none;
}

.result-box-right .body .result-right-row .result .ball.yellow-ball {
  border-color: #fff;
  background: #d0dd09;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0dd09 0%, #787816 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0dd09 0%, #787816 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
}

.result-box-right .body .result-right-row .result .ball.yellow-ball div {
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  width: 18px;
  height: 18px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 18px;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

.result-box-right .body .result-right-row .result .ball.yellow-ball div span {
  position: absolute;
  left: 4px;
}

.result-box-right .body .result-right-row .result .ball.yellow-ball.empty div {
  display: none;
}

.result-box-right .body .result-right-row .result .ball.orange-ball {
  border-color: #fff;
  background: #fe9b00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fe9b00 0%, #bb691d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fe9b00 0%, #bb691d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
}

.result-box-right .body .result-right-row .result .ball.orange-ball div {
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  width: 18px;
  height: 18px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 18px;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

.result-box-right .body .result-right-row .result .ball.orange-ball div span {
  position: absolute;
  left: 4px;
}

.result-box-right .body .result-right-row .result .ball.orange-ball.empty div {
  display: none;
}

.result-box-right .body .result-right-row .result .ball.silver-ball {
  border-color: #fff;
  background: #797979;
  /* Old browsers */
  background: -moz-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #797979 0%, #3f3b38 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #797979 0%, #3f3b38 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='nth($val, 1)', endColorstr='nth($val, 2)', GradientType=1);
  /* IE6-9 */
}

.result-box-right .body .result-right-row .result .ball.silver-ball div {
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding: 1px;
  width: 18px;
  height: 18px;
  color: #333;
  text-decoration: none;
  position: absolute;
  left: 4px;
  top: 4px;
  text-align: center;
  line-height: 18px;
  box-shadow: inset 2px 2px 5px 0px rgba(161, 161, 161, 0.68);
  font-family: proxima-nova-semibold;
}

.result-box-right .body .result-right-row .result .ball.silver-ball div span {
  position: absolute;
  left: 4px;
}

.result-box-right .body .result-right-row .result .ball.silver-ball.empty div {
  display: none;
}

.result-box-right .body .result-right-row .result .text {
  float: left;
  margin-right: 5px;
  text-align: left;
}

.bottom-status {
  display: none;
  text-align: right;
  position: relative;
  padding-right: 18px;
  text-transform: uppercase;
  color: #7e0202;
}

@media (min-width: 1900px) {
  .bottom-status {
    display: block;
  }
}

.bottom-status span {
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  right: 5px;
  bottom: 4px;
  background: #c40000;
}

.custom-numpad {
  position: absolute;
  left: calc(50% - 245px);
  top: calc(50% - 250px);
  z-index: 5000;
  background: #e6e6e6;
  width: 490px;
  height: 500px;
  display: none;
}

.numpad-overlay {
  z-index: 4999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  opacity: 0.5;
  bottom: 0;
  display: none;
}

.default {
  background-image: url(/shared/img/fast-betting-btn.png);
  cursor: pointer;
  color: #7304df;
}

.default:hover {
  background-image: url(/shared/img/fast-betting-btn-purple.png);
  color: #fff;
}

.default.selected {
  background-image: url(/shared/img/fast-betting-btn-purple.png);
  color: #fff;
}

.default.delete {
  background-image: url(/shared/img/delete-purple.png), url(/shared/img/fast-betting-btn.png);
  background-position: center center, left top;
  background-repeat: no-repeat, repeat;
}

.default.delete:hover {
  background-image: url(/shared/img/delete-white.png), url(/shared/img/fast-betting-btn-purple.png);
  background-position: center center, left top;
  background-repeat: no-repeat, repeat;
}

.numpad-predefined {
  padding: 20px;
}

.numpad-predefined .predefined-nums button {
  width: 80px;
  height: 47px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
}

.numpad-predefined .predefined-nums button:nth-child(5) {
  margin-right: 0;
}

.numpad-predefined .predefined-nums button.btn-min {
  border: 1px solid #7e0305;
  text-transform: uppercase;
  color: #7e0305;
}

.numpad-predefined .predefined-nums button.btn-min:hover {
  color: #fff;
}

.numpad-predefined .predefined-nums button.btn-max {
  border: 1px solid #4a95fb;
  text-transform: uppercase;
  color: #4a95fb;
}

.numpad-predefined .predefined-nums button.btn-max:hover {
  color: #fff;
}

.numpad-nums {
  padding: 20px;
  padding-top: 0;
}

.numpad-nums button {
  width: 140px;
  height: 47px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.numpad-nums button:nth-child(3),
.numpad-nums button:nth-child(6),
.numpad-nums button:nth-child(9),
.numpad-nums button:nth-child(12) {
  margin-right: 0;
}

.numpad-action {
  padding: 0 20px;
}

.numpad-action button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.numpad-action button.num-ok:hover {
  background-image: -webkit-linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  background-image: -o-linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  background-image: linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
}

.numpad-action button.btn-pay {
  color: #fff;
  height: 40px;
  background-image: -webkit-linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  background-image: -o-linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  background-image: linear-gradient(#6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  cursor: pointer;
}

.results-tab-pills {
  font-family: "proxima-nova-semibold" !important;
}

.results-tab-pills .nav-item .nav-link.active {
  background-image: linear-gradient(to bottom, #6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  color: white !important;
}

.results-tab-pills .nav-item {
  background-color: #E6E6E6;
  color: #007BFF !important;
}

.fade.show {
  background: rgba(0, 0, 0, 0.3);
}

.modal-content {
  background-color: #e6e6e6;
}

.modal-title {
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: "proxima-nova-regular";
  font-size: 18px;
  text-align: center;
  line-height: 120%;
}

.modal-body {
  padding: 20px 15px;
}

.modal-body button {
  width: 100%;
  font-family: "proxima-nova-regular";
  color: #fff;
  background-image: linear-gradient(to bottom, #6e0582, #76048b, #7e0395, #87029e, #8f00a8);
  color: #fff;
  border: 1px solid white !important;
}

.modal-body button:hover {
  background-image: linear-gradient(to bottom, #9101aa, #9a12b1, #a41db8, #ad27c0, #b730c7);
  color: #fff;
  border: 1px solid white !important;
}

.modal-gray-btn {
  background-image: linear-gradient(to bottom, #656565, #707070, #7b7b7b, #868686, #929292) !important;
  border: 1px solid white !important;
}

.modal-gray-btn:hover {
  background-image: linear-gradient(to bottom, #b7b7b7, #bfbfbf, #c7c7c7, #cfcfcf, #d7d7d7) !important;
  color: #fff !important;
  border: 1px solid white !important;
}

.modal-dialog {
  max-width: 275px;
  margin: 30px auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 325px;
  }
}

@font-face {
  font-family: "FuturaHeavy";
  src: url(/shared/fonts/Futura/FtraHv.ttf) format("truetype");
}

@font-face {
  font-family: "EurostileBold";
  src: url("/shared/fonts/Eurostile/Eurostile Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'futura_mdmedium';
  src: url(/shared/fonts/Futura/web/FtraMd-webfont.eot);
  src: url(/shared/fonts/Futura/web/FtraMd-webfont.eot?#iefix) format("embedded-opentype"), url(/shared/fonts/Futura/web/FtraMd-webfont.woff2) format("woff2"), url(/shared/fonts/Futura/web/FtraMd-webfont.woff) format("woff"), url(/shared/fonts/Futura/web/FtraMd-webfont.ttf) format("truetype"), url(/shared/fonts/Futura/web/FtraMd-webfont.svg#futura_mdmedium) format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: "EurostileBold";
  src: url("../../../ui/fonts/Eurostile/Eurostile Bold.ttf") format("truetype");
  }*/
#fontpreload1 {
  font-family: FuturaHeavy;
  background: blue;
  font-size: 50px;
  visibility: hidden;
}

#fontpreload2 {
  font-family: EurostileBold;
  background: blue;
  font-size: 50px;
  visibility: hidden;
}

#fontpreload3 {
  font-family: EurostileBold;
  background: blue;
  font-size: 50px;
  visibility: hidden;
}

#ticketsXl {
  display: none;
}

@media (min-width: 992px) {
  #ticketsXl {
    display: block;
  }
}

#bettingXl {
  _display: none;
}

@media (min-width: 992px) {
  #bettingXl {
    display: block;
  }
}

#statisticsXl {
  display: block;
}

.tsh-title {
  text-align: center;
  margin-top: 1px;
}

@media (min-width: 1200px) {
  .tsh-title {
    margin-top: 3px;
  }
}

.ticket-statistic-holder {
  width: 95%;
  text-align: left;
  margin: 0 auto;
  font-family: "proxima-nova-semibold";
  font-size: 13px;
  color: #323232;
}

@media (min-width: 1200px) {
  .ticket-statistic-holder {
    font-size: 16px;
  }
}

.tsh-content {
  width: 100%;
  height: 37px;
  background-color: #e6e6e6;
  color: #b0bec5;
  font-family: "proxima-nova-semibold";
  font-size: 10px;
  padding: 2px 3px;
}

@media (min-width: 576px) {
  .tsh-content {
    font-size: 12px;
    padding: 2px 5px;
  }
}

@media (min-width: 1200px) {
  .tsh-content {
    height: 45px;
    font-size: 13px;
    padding: 5px;
  }
}

@media (min-width: 1600px) {
  .tsh-content {
    height: 45px;
    font-size: 13px;
    padding: 5px 10px;
  }
}

.tshs-cl-text,
.tsh-cr-up {
  color: #323232;
  font-size: 12px;
}

@media (min-width: 992px) {

  .tshs-cl-text,
  .tsh-cr-up {
    color: #323232;
    font-size: 13px;
  }
}

.tsh-content-left {
  float: left;
  text-align: center;
}

.tsh-content-right {
  float: right;
  text-align: center;
}

.tsh-cr-down span:first-child {
  margin-right: 5px;
}

.tsh-cr-down-red {
  color: #323232;
  font-weight: 600;
}

.tsh-cr-down-red-drawn {
  color: #50be00;
}

.tsh-content-middle {
  margin: 0 auto;
  text-align: center;
}

.ths-cm-left {
  float: left;
}

.tsh-content-left,
.tsh-content-right,
.tsh-content-middle {
  width: 33.33%;
}

.betting {
  width: 100%;
}

@media (min-width: 768px) {
  .betting {
    width: 100%;
    padding-bottom: 6px;
  }
}

@media (min-width: 992px) {
  .betting {
    width: 670px;
  }
}

@media (min-width: 1200px) {
  .betting {
    width: 830px;
  }
}

@media (min-width: 1600px) {
  .betting {
    width: 900px;
  }
}

.chosen-balls-holder {
  background-image: url(/lucky-balls/img/fast-choosen-bck.png);
  background-size: 100%;
  width: 98%;
  margin: 15px auto;
  margin-top: 25px;
  padding: 5px 5px 0 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .chosen-balls-holder {
    padding: 5px 10px 0 10px;
  }
}

@media (min-width: 768px) {
  .chosen-balls-holder {
    padding: 5px 15px 0 15px;
  }
}

@media (min-width: 1600px) {
  .chosen-balls-holder {
    padding: 5px 50px 0 50px;
    margin: 20px auto;
    margin-top: 40px;
  }
}

.betting-holder-right {
  width: 100%;
  background: #e6e6e6;
}

@media (min-width: 576px) {
  .betting-holder-right {
    width: 50%;
  }
}

.bhr-content {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 15px;
}

.bhr-btn-holder {
  width: 250px;
  margin: 10px auto;
}

.bhr-btn-holder .betting-btn {
  width: 115px;
}

.bhr-btn-holder .betting-holder-title h2 {
  border-bottom: none;
  margin-top: 20px;
}

.bhr-btn-holder .betting-btn {
  padding: 6px 5px;
}

@media (min-width: 1200px) {
  .bhr-btn-holder .betting-btn {
    padding: 9px 5px;
  }
}

.statistics {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

@media (min-width: 992px) {
  .statistics {
    display: block;
    width: 290px;
  }
}

@media (min-width: 1200px) {
  .statistics {
    width: 300px;
  }
}

@media (min-width: 1600px) {
  .statistics {
    width: 600px;
  }
}

.game-holder-bar-statistics {
  display: none;
}

@media (min-width: 992px) {
  .game-holder-bar-statistics {
    display: none;
  }
}

@media (min-width: 1600px) {
  .game-holder-bar-statistics {
    display: block;
  }
}

.game-bar-md {
  display: none;
}

@media (min-width: 992px) {
  .game-bar-md {
    display: block;
    background-image: url(/lucky-balls/img/fast-arrow-right.png);
    border-radius: 0 !important;
    border-bottom: 1px solid #e6e6e6;
    height: 22px;
    padding-top: 2px;
    padding-left: 7px;
    position: relative;
    font-family: "proxima-nova-semibold";
    font-size: 13px;
    color: #fff;
    background-size: 100%;
    cursor: pointer;
  }
}

@media (min-width: 1600px) {
  .game-bar-md {
    display: none;
  }
}

.game-bar-md-active {
  background-image: url(/lucky-balls/img/fast-arrow-down.png);
  border: none;
}

/*@media(min-width: $xxl) {
    .statistics {
        display: block;
    }
}*/
.balls-statistic {
  width: 97%;
  margin: 0 auto;
  margin-top: 0;
}

.balls-statistic .chosen-balls-holder {
  height: 90px;
}

.balls-statistic .betting-holder-title h2 {
  font-size: 15px;
  margin: 10px 0 10px;
}

.balls-statistic .betting-holder-title h2 span {
  background-image: url(/lucky-balls/img/fast-choosen-bck.png);
}

.balls-statistic .balls-statistic-title h2 {
  font-size: 13px;
}

@media (min-width: 1600px) {
  .balls-statistic {
    width: 95%;
    margin-top: -25px;
  }

  .balls-statistic .balls-statistic-title h2 {
    font-size: 13px;
  }
}

.balls-statistic-left,
.balls-statistic-right {
  width: 100%;
  float: left;
  margin-top: -15px;
  margin-bottom: -15px;
}

@media (min-width: 576px) {

  .balls-statistic-left,
  .balls-statistic-right {
    width: 49%;
  }
}

@media (min-width: 992px) {

  .balls-statistic-left,
  .balls-statistic-right {
    width: 100%;
    float: left;
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

@media (min-width: 1600px) {

  .balls-statistic-left,
  .balls-statistic-right {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.balls-statistic-right {
  float: right;
}

.balls-statistic-right .betting-holder-title {
  color: #2b85ff;
}

.balls-statistic-right .betting-holder-title h2 {
  border-color: #2b85ff;
}

.balls-statistic-left .betting-holder-title {
  color: #bf0f0f;
}

.balls-statistic-left .betting-holder-title h2 {
  border-color: #bf0f0f;
}

.statistic-chars {
  width: 95%;
  margin: 0 auto;
}

.statistic-chars-left {
  width: 100%;
  float: left;
  margin: 0 auto;
  margin-top: 25px;
}

@media (min-width: 576px) {
  .statistic-chars-left {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .statistic-chars-left {
    width: 98%;
    float: none;
  }
}

@media (min-width: 1600px) {
  .statistic-chars-left {
    width: 49%;
    margin: 0;
    float: left;
  }
}

.statistic-chars-right {
  width: 100%;
  float: right;
  margin-left: 1%;
  margin-top: 24.4px;
}

@media (min-width: 576px) {
  .statistic-chars-right {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .statistic-chars-right {
    width: 98%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .statistic-chars-right {
    float: none;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .statistic-chars-right {
    width: 49%;
    float: right;
    margin: 0;
  }
}

.statistic-chars-right-mt {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .statistic-chars-right-mt {
    margin-top: -10px;
  }
}

@media (min-width: 1200px) {
  .statistic-chars-right-mt {
    margin-top: 25px;
  }
}

.statistic-chars-right-first .chartpie-legend ul li:first-child {
  color: #349a37;
}

.statistic-chars-tree .chartpie-legend ul li:first-child {
  color: #349a37;
}

.statistic-chars-right-second .chartpie-legend ul li:first-child {
  color: #c00f0f;
}

.statistic-chars-tree {
  float: left;
  width: 30%;
  margin-right: 3px;
}

.statistic-chars-tree .chart {
  margin: 20px;
  margin-top: 0;
}

.statistic-chars-tree .chartpie-legend {
  margin-left: 30px;
}

#myChartPie3,
#myChartPie4 {
  margin-bottom: 10px;
}

.balls-statistic-left .chosen-balls-holder,
.balls-statistic-right .chosen-balls-holder {
  padding: 5px 10px 0 10px;
}

#statisticAll {
  display: block;
}

#statisticFirst {
  display: block;
}

#statisticLast {
  display: block;
}

@media (min-width: 992px) {
  #statisticAll {
    display: block;
  }

  #statisticFirst {
    display: none;
  }

  #statisticLast {
    display: none;
  }
}

@media (min-width: 1600px) {
  #statisticAll {
    display: block;
  }

  #statisticFirst {
    display: block;
  }

  #statisticLast {
    display: block;
  }
}

.risk-logo {
  margin-bottom: -40px;
}

.risk-logo img {
  margin-right: 10px;
}

.kvacica {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 20px;
  background-image: url(/lucky-balls/img/kvacica.png);
  display: none;
}

.pre-btn-txt-pretp {
  margin: 10px;
  margin-left: 0;
}

@media (min-width: 576px) {
  .pre-btn-txt-pretp {
    margin: 10px;
  }
}

.betting-option-btn-selected {
  background-image: url(/shared/img/hr-grey-btn.png) !important;
  border: 1px solid #969696 !important;
  color: #fff !important;
}

.betting-num-input-command-up-subscription {
  background-image: url(/shared/img/fast-btn-up.png);
  top: 1px;
  border-bottom: 1px solid #fff;
  background-position: 0;
}

.betting-num-input-command-up-subscription {
  background-image: url(/shared/img/fast-btn-down.png);
  bottom: 1px;
  border-top: 1px solid #fff;
  background-position: 0;
}

.subscription-label {
  float: left;
  padding-right: 4px;
  padding-top: 10px;
  color: #323232;
  font-size: 10px;
  text-align: left;
}

@media (min-width: 576px) {
  .subscription-label {
    font-size: 12px;
    padding-right: 4px;
  }
}

#subscription-btn {
  width: 70px;
}

.game-holder-bar span {
  float: right;
}

.modal-loader {
  position: relative;
  margin: 0 auto;
  border: 7px solid white;
  border-radius: 50%;
  border-top: 7px solid #A9A9A9;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.modal-loader-percentage {
  position: absolute;
  top: 39px;
  left: 143px;
  font-size: 15px;
  color: black;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#help-btn {
  margin-top: 10px;
  font-weight: bold;
}

@media (min-width: 576px) {
  #help-btn {
    margin-top: 0;
  }
}

.page-content {
  padding-bottom: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {
  .page-content {
    padding-bottom: 20px;
    width: 540px;
  }
}

@media (min-width: 768px) {
  .page-content {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .page-content {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .page-content {
    width: 1185px;
  }
}

@media (min-width: 1600px) {
  .page-content {
    width: 1570px;
  }
}

#tabs {
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #911f1f;
  border-radius: 0;
}

@media (min-width: 576px) {
  .ui-tabs .ui-tabs-nav {
    width: auto;
    margin: 0 10px;
    padding: 10px;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.ui-tabs .ui-tabs-nav li {
  margin: 0;
  width: 30%;
}

.chosen-balls-holder {
  width: 290px;
}

@media (min-width: 576px) {
  .chosen-balls-holder {
    width: 98%;
  }
}

.red-ball {
  background-image: url(/lucky-balls/img/red-ball.png);
  background-size: 100%;
}

.betting-holder .red-ball:hover {
  border-color: #c00f0f !important;
}

.green-ball {
  background-image: url(/lucky-balls/img/green-ball.png);
  background-size: 100%;
}

.betting-holder .green-ball:hover {
  border-color: #349a37 !important;
}

.blue-ball {
  background-image: url(/lucky-balls/img/blue-ball.png);
  background-size: 100%;
}

.betting-holder .blue-ball:hover {
  border-color: #0a66ae !important;
}

.purple-ball {
  background-image: url(/lucky-balls/img/purple-ball.png);
  background-size: 100%;
}

.betting-holder .purple-ball:hover {
  border-color: #6d05d2 !important;
}

.brown-ball {
  background-image: url(/lucky-balls/img/brown-ball.png);
  background-size: 100%;
}

.betting-holder .brown-ball:hover {
  border-color: #965b17 !important;
}

.yellow-ball {
  background-image: url(/lucky-balls/img/yellow-ball.png);
  background-size: 100%;
}

.betting-holder .yellow-ball:hover {
  border-color: #cfdc09 !important;
}

.orange-ball {
  background-image: url(/lucky-balls/img/orange-ball.png);
  background-size: 100%;
}

.betting-holder .orange-ball:hover {
  border-color: #f69504 !important;
}

.black-ball {
  background-image: url(/lucky-balls/img/black-ball.png);
  background-size: 100%;
}

.betting-holder .black-ball:hover {
  border-color: #747473 !important;
}

.ticket-ball {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  font-family: "proxima-nova-semibold";
  font-size: 16px;
  color: #000;
  margin: 0;
  display: inline-block;
  background-size: 100%;
}

.ticket-ball img {
  width: 100%;
}

@media (min-width: 576px) {
  .ticket-ball {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .ticket-ball {
    width: 39px;
    height: 39px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .ticket-ball {
    margin: 3px 1px;
  }
}

.ticket-ball-bck {
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  padding: 3px;
  padding-left: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-left: -1px;
}

@media (min-width: 576px) {
  .ticket-ball-bck {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .ticket-ball-bck {
    width: 45px;
    height: 45px;
    margin-left: -2px;
  }
}

@media (min-width: 1200px) {
  .ticket-ball-bck {
    padding: 2px;
    padding-left: 7px;
    margin-left: 2px;
  }
}

.ticket-ball-bck-drawn {
  background-color: rgba(255, 255, 255, 0.3);
}

.ticket-ball-bck-drawn .ticket-ball-number {
  background: transparent;
  color: #fff;
}

.ticket-ball-bck-drawn .kvacica {
  display: block;
}

.ticket-ball-number {
  position: absolute;
  width: 23px;
  height: 23px;
  background-color: white;
  border-radius: 100%;
  top: 6px;
  left: 6px;
}

@media (min-width: 768px) {
  .ticket-ball-number {
    width: 25px;
    height: 25px;
    top: 7px;
    left: 6px;
  }
}

.ticket-content .ticket-ball {
  margin-left: -5px;
}

@media (min-width: 1200px) {
  .ticket-content .ticket-ball {
    margin: 1px;
    margin-left: -4px;
  }
}

.tshs-balls {
  width: 12px;
  height: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 100%;
  float: left;
  margin-right: 4px;
}

.tshs-balls:first-of-type {
  margin-left: 13px;
}

@media (min-width: 1200px) {
  .tshs-balls {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }

  .tshs-balls:first-of-type {
    margin-left: 15px;
  }
}

.tshs-balls-drawn {
  border: 2px solid #50be00;
}

.chosen-balls {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  margin-left: 1px;
}

.chosen-balls:hover {
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 576px) {
  .chosen-balls {
    margin-left: -1px;
  }
}

@media (min-width: 768px) {
  .chosen-balls {
    width: 41px;
    height: 41px;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .chosen-balls {
    width: 45px;
    height: 45px;
  }
}

.all-balls-holder {
  width: 98%;
  text-align: center;
}

.all-balls-holder .ticket-ball-ns {
  width: 35px;
  height: 35px;
  border: 2px solid;
  border-color: transparent;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  margin-left: -3px;
}

.all-balls-holder .ticket-ball-ns:hover {
  background-image: none;
}

.all-balls-holder .ticket-ball-ns:focus {
  background-image: none;
}

.all-balls-holder .ticket-ball-ns .ticket-ball-number {
  width: 22px;
  height: 22px;
  top: 4px;
  left: 4px;
}

.all-balls-holder .ticket-ball-choosen .ticket-ball-number {
  background: transparent;
  color: #fff;
}

.all-balls-holder .ticket-ball-choosen:hover .ticket-ball-number {
  color: #000;
}

.all-balls-holder .ticket-ball-choosen-all .ticket-ball-number {
  background: transparent;
  color: #fff;
}

@media (min-width: 768px) {
  .all-balls-holder {
    width: 98%;
    text-align: center;
  }

  .all-balls-holder .ticket-ball-ns {
    width: 42px;
    height: 42px;
    border: 2px solid;
    border-color: transparent;
    cursor: pointer;
    background-size: 100%;
    font-size: 18px;
    margin-left: 0;
  }

  .all-balls-holder .ticket-ball-ns:hover {
    background-image: none;
  }

  .all-balls-holder .ticket-ball-ns:focus {
    background-image: none;
  }

  .all-balls-holder .ticket-ball-ns .ticket-ball-number {
    width: 26px;
    height: 26px;
    top: 6px;
    left: 6px;
  }
}

.abh-color {
  float: right;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-top: 13px;
  margin-right: 5px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .abh-color {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .abh-color {
    width: 12px;
    height: 12px;
    margin-top: 15px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .abh-color {
    margin-top: 20px;
    margin-right: 30px;
  }
}

.red-balls-holder .abh-color {
  background-color: #c00f0f;
}

.red-balls-holder .abh-color:hover {
  transition: background-color 0.5s ease;
  transition: border 0.5s ease;
  border: 1px solid;
  border-color: #c00f0f;
  background-color: transparent;
}

.red-balls-holder .abh-color-choosen {
  border: 3px solid;
  border-color: #c00f0f;
  background-color: transparent;
}

.red-balls-holder .ticket-ball-choosen {
  border-color: rgba(192, 15, 15, 0.35);
}

.red-balls-holder .ticket-ball-choosen-all {
  border-color: rgba(192, 15, 15, 0.35);
}

.green-balls-holder .abh-color {
  background-color: #349a37;
}

.green-balls-holder .abh-color:hover {
  transition: background-color 0.5s ease;
  transition: border 0.5s ease;
  border: 1px solid #349a37;
  background-color: transparent;
}

.green-balls-holder .ticket-ball-choosen {
  border-color: rgba(52, 154, 55, 0.35);
}

.green-balls-holder .ticket-ball-choosen-all {
  border-color: rgba(52, 154, 55, 0.35);
}

.blue-balls-holder .abh-color {
  background-color: #0a66ae;
}

.blue-balls-holder .abh-color:hover {
  transition: background-color 0.5s ease;
  transition: border 0.5s ease;
  border: 1px solid #0a66ae;
  background-color: transparent;
}

.blue-balls-holder .ticket-ball-choosen {
  border-color: rgba(10, 102, 174, 0.35);
}

.blue-balls-holder .ticket-ball-choosen-all {
  border-color: rgba(10, 102, 174, 0.35);
}

.purple-balls-holder .abh-color {
  background-color: #6d05d2;
}

.purple-balls-holder .abh-color:hover {
  transition: border 0.5s ease;
  transition: background-color 0.5s ease;
  border: 1px solid #6d05d2;
  background-color: transparent;
}

.purple-balls-holder .ticket-ball-choosen {
  border-color: rgba(109, 5, 210, 0.35);
}

.purple-balls-holder .ticket-ball-choosen-all {
  border-color: rgba(109, 5, 210, 0.35);
}

.brown-balls-holder .abh-color {
  background-color: #965b17;
}

.brown-balls-holder .abh-color:hover {
  transition: background-color 0.5s ease;
  transition: border 0.5s ease;
  border: 1px solid #965b17;
  background-color: transparent;
}

.brown-balls-holder .ticket-ball-choosen {
  border-color: rgba(150, 91, 23, 0.35);
}

.brown-balls-holder .ticket-ball-choosen-all {
  border-color: rgba(150, 91, 23, 0.35);
}

.yellow-balls-holder .abh-color {
  background-color: #cfdc09;
}

.yellow-balls-holder .abh-color:hover {
  transition: border 0.5s ease;
  transition: background-color 0.5s ease;
  border: 1px solid #cfdc09;
  background-color: transparent;
}

.yellow-balls-holder .ticket-ball-choosen {
  border-color: rgba(207, 220, 9, 0.35);
}

.yellow-balls-holder .ticket-ball-choosen-all {
  border-color: rgba(207, 220, 9, 0.35);
}

.orange-balls-holder .abh-color {
  background-color: #f69504;
}

.orange-balls-holder .abh-color:hover {
  transition: border 0.5s ease;
  transition: background-color 0.5s ease;
  border: 1px solid #f69504;
  background-color: transparent;
}

.orange-balls-holder .ticket-ball-choosen {
  border-color: rgba(246, 149, 4, 0.35);
}

.orange-balls-holder .ticket-ball-choosen-all {
  border-color: rgba(246, 149, 4, 0.35);
}

.black-balls-holder .abh-color {
  background-color: #747473;
}

.black-balls-holder .abh-color:hover {
  transition: border 0.5s ease;
  transition: background-color 0.5s ease;
  border: 1px solid #747473;
  background-color: transparent;
}

.black-balls-holder .ticket-ball-choosen {
  border-color: rgba(116, 116, 115, 0.35);
}

.black-balls-holder .ticket-ball-choosen-all {
  border-color: rgba(116, 116, 115, 0.35);
}

.bhr-balls {
  display: inline-block;
  margin: 0px;
  width: 21px;
  border-radius: 100%;
  cursor: pointer;
}

.bhr-balls:hover {
  transition: opacity 0.3s ease;
  opacity: 0.4;
}

.bhr-balls img {
  width: 100%;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .bhr-balls {
    margin: 3px;
    width: 25px;
  }

  .bhr-balls img {
    margin-bottom: 1px;
  }
}

@media (min-width: 1200px) {
  .bhr-balls {
    width: 33px;
  }
}

.bhr-balls-choosen {
  width: 29px;
  height: 29px;
  border: 4px solid;
  margin: 1px;
}

@media (min-width: 768px) {
  .bhr-balls-choosen {
    width: 37px;
    height: 37px;
    border: 6px solid;
    margin: 1px;
  }
}

@media (min-width: 1200px) {
  .bhr-balls-choosen {
    width: 45px;
    height: 45px;
  }
}

.bhr-balls-choosen-red {
  border-color: rgba(192, 15, 15, 0.45);
}

.bhr-balls-choosen-green {
  border-color: rgba(52, 154, 55, 0.45);
}

.bhr-balls-choosen-blue {
  border-color: rgba(10, 102, 174, 0.45);
}

.bhr-balls-choosen-purple {
  border-color: rgba(109, 5, 210, 0.45);
}

.bhr-balls-choosen-brown {
  border-color: rgba(150, 91, 23, 0.45);
}

.bhr-balls-choosen-yellow {
  border-color: rgba(207, 220, 9, 0.45);
}

.bhr-balls-choosen-orange {
  border-color: rgba(246, 149, 4, 0.45);
}

.bhr-balls-choosen-black {
  border-color: rgba(116, 116, 115, 0.45);
}

.balls-statistic .ticket-ball {
  width: 34px;
  height: 34px;
  border: none;
  font-size: 15px;
}

.balls-statistic .ticket-ball-number {
  width: 23px;
  height: 23px;
}

@media (min-width: 576px) {
  .balls-statistic .ticket-ball-number {
    width: 21px;
    height: 21px;
  }
}

#hot-six-holder,
#cold-six-holder {
  height: 45px;
}