//@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,600&amp;subset=latin-ext";
//@import "https://fonts.googleapis.com/css?family=Roboto:300,400,600&amp;subset=latin-ext";
//@import "../library/chosen/chosen.min.css";

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style: none;
  background: 0 0;
  font-weight: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box
}

a, button, .animate, input {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: inherit;
  letter-spacing: inherit
}

body > div, p {
  overflow: hidden;
  font-weight: 400
}

html, body {
  background-color: #000;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  letter-spacing: 0
}

body {
  background: url(img/bg/bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff
}

body.bg-crypto {
  background-image: url(img/bg/crypto.jpg)
}

body.bg-coinhell {
  background-image: url(img/coinhell/background.jpg);
  background-position-y: 0
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5)
}

input:-moz-placeholder {
  color: rgba(255, 255, 255, .5)
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.btn, button {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  cursor: pointer
}

.hidden, .ajax-template {
  display: none !important
}

.clear {
  clear: both
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.ta-left {
  text-align: left
}

.ta-center {
  text-align: center
}

.ta-right {
  text-align: right
}

table {
  border-collapse: collapse
}

b, strong {
  font-weight: 700
}

html, body, input, textarea, button, select, option {
  font-family: montserrat, Sans-serif
}

.color-primary {
  color: #fa9300
}

.color-primary-important {
  color: #fa9300 !important
}

.color-orange {
  color: #fa9300
}

.color-orange-important {
  color: #fa9300 !important
}

.color-green {
  color: #4ec400
}

.color-green-important {
  color: #4ec400 !important
}

.color-red {
  color: #ff0200
}

.color-red-important {
  color: #ff0200 !important
}

.color-gray-light {
  color: #b0b0b0
}

.color-gray-dark {
  color: #848484
}

.color-white {
  color: #fff
}

.color-white-important {
  color: #fff !important
}

.color-blue {
  color: #008fd2
}

.text-uppercase {
  text-transform: uppercase
}

.text-underline {
  text-decoration: underline
}

.text-normal {
  font-weight: 400
}

.cursor-not {
  cursor: not-allowed !important
}

.cursor-pointer {
  cursor: pointer !important
}

.display-none {
  display: none !important
}

.w-100 {
  width: 100%
}

.m-5 {
  margin: 5px
}

.mb-10 {
  margin-bottom: 10px
}

.text-right {
  text-align: right
}

.text-bold {
  font-weight: 700
}

.text-11 {
  font-size: 1.1em
}

.text-12 {
  font-size: 1.2em
}

.text-13 {
  font-size: 1.3em
}

.text-14 {
  font-size: 1.4em
}

.text-15 {
  font-size: 1.5em
}

.text-16 {
  font-size: 1.6em
}

.text-09 {
  font-size: .9em
}

.text-08 {
  font-size: .8em
}

.text-07 {
  font-size: .7em
}

.text-06 {
  font-size: .6em
}

.text-05 {
  font-size: .5em
}

.text-0 {
  font-size: 0
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.flex, .display-flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

@-moz-document url-prefix() {
  .left-bets {
    width: 100%
  }
}

header {
  padding: 0 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%
}

header .btn-logo {
  background-image: url(img/gp/logo.png);
  background-size: 100%;
  width: 279px;
  height: 68px;
  margin-right: 30px;
  flex-shrink: 0;
  display: block;
  z-index: 1
}

header > .links {
  flex-shrink: 0;
  flex-grow: 1;
  z-index: 98
}

header #menu-wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #1a1a20;
  height: 70px;
  font-weight: 300;
  text-transform: uppercase
}

header #menu-wrapper > ul li {
  display: inline-block
}

header #menu-wrapper > ul li:before {
  content: ". ";
  color: rgba(255, 255, 255, .2);
  padding: 0 10px
}

@media only screen and (max-width: 1024px) {
  header #menu-wrapper > ul li:before {
    padding: 0 5px
  }
}

header #menu-wrapper > ul li:first-of-type:before {
  content: normal
}

header #menu-wrapper > ul button, header #menu-wrapper > ul a {
  font-size: 14px;
  padding: 20px 0;
  text-transform: uppercase
}

header #menu-wrapper > ul button:hover, header #menu-wrapper > ul a:hover {
  color: #fa9300
}

header #menu-wrapper > ul .green {
  color: #4ec400
}

header #menu-wrapper > ul .orange {
  color: #fa9300
}

header #menu-wrapper select {
  display: none
}

header #games ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center
}

header #games a {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 0 20px 20px;
  margin-left: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff
}

header #games a:hover {
  color: #fa9300
}

header #games small {
  position: absolute;
  font-size: 9px;
  margin-top: -9px
}

header #games .matchbetting {
  padding-left: 24px;
  background-image: url(img/icons/matchbetting.png);
  filter: hue-rotate(180deg)
}

header #games .minesweeper {
  background-image: url(img/icons/icon-minesweeper.png)
}

header #games .crash {
  background-image: url(img/icons/icon-crash.png)
}

header #games .roulette {
  padding-left: 24px;
  background-image: url(img/icons/icon-roulette.png)
}

header #games .blackjack {
  background-image: url(img/icons/icon-blackjack.png)
}

header #games .dice {
  padding-left: 23px;
  background-image: url(img/icons/icon-dice.png)
}

header #userbar {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 40px
}

header #userbar .avatar {
  width: 42px;
  height: 46px;
  margin-right: 15px
}

header #userbar .info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start
}

header #userbar .links {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-flow: column
}

@media only screen and (max-width: 1366px) {
  header #userbar .links {
    flex-flow: row
  }
}

header #userbar .username {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  max-width: 180px
}

@media only screen and (max-width: 1366px) {
  header #userbar .username {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px
  }
}

@media only screen and (max-width: 1024px) {
  header #userbar .username {
    display: none
  }
}

header #userbar .balance {
  color: #4ec400;
  font-size: 11px;
  font-weight: 300;
  margin-right: 10px
}

header #userbar .fakebalance {
  color: #5fb6c4;
  font-size: 11px;
  font-weight: 300;
  margin-right: 10px
}

header #userbar a.small {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 300;
  line-height: 16px
}

@media only screen and (max-width: 1366px) {
  header #userbar a.small {
    font-size: 0;
    margin-right: 0
  }
}

header #userbar a.small:hover {
  color: #fa9300
}

header #userbar .settings {
  position: relative
}

header #userbar .settings .submenu {
  display: none;
  position: absolute;
  right: 0;
  top: 18px;
  border: 1px solid #fa9300;
  border-radius: 5px;
  z-index: 10;
  background-color: #111
}

header #userbar .settings .submenu:before {
  position: absolute;
  top: -5px;
  right: 10px;
  content: "";
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #fa9300 transparent
}

header #userbar .settings .submenu ul {
  margin: 0
}

header #userbar .settings .submenu a, header #userbar .settings .submenu button {
  text-transform: uppercase;
  padding: 5px 10px;
  white-space: nowrap;
  font-size: 12px
}

header #userbar .settings .submenu a:hover, header #userbar .settings .submenu button:hover {
  color: #fa9300
}

header #userbar .settings:hover .submenu {
  display: block
}

header #userbar .btn-settings {
  background-image: url(img/icons/icon-settings.png)
}

header #userbar .btn-logout {
  background-image: url(img/icons/icon-logout.png)
}

main {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding-right: 320px;
  padding-left: 20px;
  height: calc(100% - 158px);
  position: relative
}

main .scroll-content {
  padding-right: 10px !important
}

#chat_menu {
  position: absolute;
  max-width: 200px;
  border: 1px solid #fa9300;
  border-radius: 5px;
  z-index: 10000;
  background-color: #111;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: none
}

#chat_menu a {
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: block;
  line-height: 30px;
  padding: 0 10px
}

#chat_menu a:hover {
  background-color: #fa9300
}

#sidebar .info-box, main .info-box {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  right: 100%;
  width: 0;
  overflow: hidden;
  background-color: rgba(26, 26, 26, .9);
  font-size: 13px;
  z-index: 98
}

#sidebar .info-box h2, main .info-box h2 {
  white-space: nowrap;
  text-transform: uppercase;
  color: #fa6a00;
  font-size: 18px;
  font-weight: 300
}

#sidebar .info-box p, main .info-box p {
  line-height: 18px;
  padding: 5px 0
}

#sidebar .info-box .error, main .info-box .error {
  color: #ff0200
}

#sidebar .info-box .done, main .info-box .done {
  color: #4ec400
}

#sidebar .info-box a, main .info-box a {
  color: #fa9300
}

#sidebar .info-box a:hover, main .info-box a:hover {
  color: #fa6a00
}

#sidebar .info-box ol, main .info-box ol {
  margin-left: 15px
}

#sidebar .info-box ol li, main .info-box ol li {
  list-style-type: decimal;
  line-height: 22px
}

#sidebar .info-box .padding, main .info-box .padding {
  overflow: hidden;
  padding: 15px;
  border: 1px solid #080808
}

#sidebar .info-box.active, main .info-box.active {
  width: 420px
}

#mega-round-info.info-box {
  right: 10px;
  margin-top: 57px;
  max-width: calc(100% - 20px)
}

#sidebar {
  background-color: rgba(0, 0, 0, .24);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #080808;
  width: 280px;
  position: fixed;
  right: 20px;
  top: 129px;
  z-index: 50;
  padding: 15px;
  height: calc(100% - 158px)
}

#sidebar .atseflip {
  font-size: 13px;
  color: #4ec400;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px
}

#sidebar #affiliate-tab {
  padding: 10px 0
}

#sidebar #giveaway .scroll-content {
  padding-right: 10px
}

#sidebar #giveaway #btn-giveaway-rules {
  margin-bottom: 20px
}

#sidebar #giveaway #giveaway-info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#sidebar #giveaway #giveaway-upcoming {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  display: none
}

#sidebar #giveaway #giveaway-upcoming .btn-big a {
  font-size: 13px
}

#sidebar #giveaway .giveaway-rules-split {
  display: flex;
  justify-content: space-between
}

#sidebar #giveaway .giveaway-rules-split .btn-big {
  width: 49%;
  text-align: center
}

#sidebar #giveaway .giveaway-rules-split .btn-big span {
  width: 100%
}

#sidebar #giveaway .giveaway-rules-split .flipped {
  transform: scaleX(-1)
}

#sidebar #giveaway .giveaway-rules-split + div {
  margin-top: 0;
  text-align: center
}

#sidebar #giveaway h4 {
  margin: 8px 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  font-weight: 700
}

#sidebar #giveaway h4 span {
  margin: 0 5px;
  text-align: center
}

#sidebar #giveaway h4:before, #sidebar #giveaway h4:after {
  flex-shrink: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #2a2b30;
  content: "";
  display: block
}

#sidebar #giveaway #giveaway-last {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

#sidebar #giveaway #giveaway-last h1 {
  width: 100%
}

#sidebar #giveaway #giveaway-last .coin, #sidebar #giveaway #giveaway-last .avatar {
  width: 100px;
  height: 110px;
  flex-shrink: 0
}

#sidebar #giveaway #giveaway-last .coin .inner, #sidebar #giveaway #giveaway-last .avatar .inner {
  font-size: 14px
}

#sidebar #giveaway #giveaway-last .icon {
  display: none
}

#sidebar #giveaway #giveaway-last .three-d {
  width: 100px;
  height: 110px;
  margin: 10px
}

#sidebar #giveaway #giveaway-last .three-d {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform-style: preserve-3d
}

#sidebar #giveaway #giveaway-last .three-d .side {
  cursor: pointer;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

#sidebar #giveaway #giveaway-last .three-d .side:nth-child(1) {
  transform: translateZ(1px)
}

#sidebar #giveaway #giveaway-last .three-d .side:nth-child(2) {
  transform: translateZ(-1px) rotateY(180deg)
}

#sidebar #giveaway #giveaway-last .three-d:hover {
  transform: rotateY(180deg)
}

#sidebar #giveaway .btn-big {
  margin: 5px 0
}

#sidebar #giveaway .btn-big .icon {
  margin-right: 10px
}

#sidebar #giveaway .btn-big a:hover {
  letter-spacing: 1px
}

#sidebar #giveaway .coin {
  background-color: #080808;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 174px;
  height: 200px;
  padding: 6px;
  cursor: pointer
}

#sidebar #giveaway .coin .outer {
  padding: 4px;
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

#sidebar #giveaway .coin .outer .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  flex-flow: column;
  background-color: #080808;
  color: #70c100;
  font-weight: 700;
  font-size: 20px
}

#sidebar #giveaway .coin .outer .inner .icon {
  margin: 10px
}

#sidebar #giveaway .coin #user-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-flow: row;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 20;
  height: 100%
}

#sidebar #giveaway .coin #user-list .user {
  flex-grow: 1;
  flex-shrink: 0
}

#sidebar #giveaway .coin #user-list .user img {
  width: 154px;
  height: 180px
}

#sidebar #giveaway .coin:hover .inner {
  background-color: #2c2c2c
}

#sidebar h1 {
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

#sidebar h1 span {
  color: #fa9300
}

#sidebar h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 700
}

#sidebar p {
  text-align: center;
  font-size: 12px;
  margin: 10px 0
}

#sidebar p strong {
  color: #fa9300
}

#sidebar p a {
  color: #fa9300
}

#sidebar p a:hover {
  color: #fa6a00
}

#sidebar p.small {
  font-size: 10px
}

#sidebar p.hash {
  word-break: break-all
}

#sidebar .btn-close {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  left: 100%;
  bottom: 0;
  padding: 5px;
  background-color: #fa9300
}

#sidebar .btn-close:hover {
  color: #000
}

#sidebar .online-info {
  color: #fa9300;
  font-size: 11px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
  padding: 5px
}

#sidebar .online-info .online {
  color: #fff
}

#sidebar .btn-toggle-rules {
  color: #fa9300;
  font-size: 11px;
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  top: 0;
  padding: 5px
}

#sidebar .btn-toggle-rules:hover {
  color: #fff
}

#sidebar .free-coins-switcher {
  text-transform: uppercase
}

#sidebar .free-coins-switcher.disabled {
  opacity: .3
}

#sidebar .captcha-holder .padding {
  padding: 10px
}

#sidebar .captcha-holder .padding img {
  max-width: 300px;
  width: 100%
}

#sidebar .captcha-holder .padding input {
  margin: 6px 0;
  width: 100%
}

#sidebar .captcha-holder .recaptcha {
  margin: 10px 0
}

#sidebar .captcha-holder.active {
  width: 324px
}

#sidebar .icon.smile {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer
}

#sidebar .emot {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center
}

#sidebar .emot img {
  max-height: 100%;
  max-width: 100%
}

#sidebar #emots, #sidebar #nicks-list {
  overflow: hidden;
  display: none;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  left: -1px;
  right: -1px;
  margin-bottom: 5px;
  height: 108px;
  z-index: 10;
  background-color: #111;
  border: 1px solid #433c45
}

#sidebar #emots .scroll-wrapper, #sidebar #nicks-list .scroll-wrapper {
  padding-right: 4px !important
}

#sidebar #emots .emot, #sidebar #nicks-list .emot {
  cursor: pointer
}

#sidebar #nicks-list {
  height: auto;
  padding: 10px 0
}

#sidebar #nicks-list .info {
  color: #9f9f9f;
  font-size: .7em;
  padding: 3px 10px
}

#sidebar #nicks-list .info-empty {
  font-size: .9em
}

#sidebar #nicks-list .list {
  max-height: 200px;
  overflow: auto
}

#sidebar #nicks-list .nick {
  font-size: 14px;
  padding: 2px 10px;
  cursor: pointer
}

#sidebar #nicks-list .nick.nick-admin {
  font-weight: 700
}

#sidebar #nicks-list .nick:hover {
  background: rgba(255, 84, 0, .72)
}

#sidebar #nicks-list .nick.active {
  background: #ff5400
}

#sidebar .btn-open {
  background-color: #fa9300;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 5px;
  position: absolute;
  right: 100%;
  bottom: -1px;
  display: none;
  opacity: 0
}

#sidebar .btn-open:hover {
  color: #fff
}

#sidebar .tab {
  position: absolute;
  width: 250px;
  top: 75px;
  bottom: 0
}

#sidebar.no-banner #banner {
  display: none
}

#sidebar.no-banner #banner .btn-x {
  display: none
}

#sidebar.no-banner .messages {
  height: calc(100% - 103px)
}

#sidebar #banner {
  height: 54px;
  margin-top: 5px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 30px;
  overflow: hidden;
  position: relative
}

#sidebar #banner a:nth-of-type(n+2) {
  display: none
}

#sidebar #banner img, #sidebar #banner video {
  width: 250px;
  height: 54px;
  margin-left: -125px;
  display: block;
  position: absolute
}

#sidebar #banner .btn-x {
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 5px;
  line-height: 20px;
  background-color: #000;
  color: #ff0200;
  border-radius: 100%;
  font-size: 14px;
  z-index: 40
}

#sidebar #banner .btn-x:hover {
  color: #fff;
  background-color: #ff0200
}

#sidebar .messages {
  height: calc(100% - 158px);
  padding-right: 15px
}

#sidebar .send {
  margin-top: 5px;
  background-color: #080808;
  border: 1px solid #151515;
  position: relative;
  padding: 10px;
  height: 70px
}

#sidebar .send .cooldown {
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4a4a56
}

#sidebar .send textarea {
  height: 100%;
  font-weight: 300;
  width: 100%;
  font-size: 12px;
  padding: 0;
  resize: none;
  color: #fff;
  overflow: hidden;
  background-color: transparent
}

#sidebar .send textarea:focus, #sidebar .send textarea:active, #sidebar .send textarea:hover {
  border-color: transparent;
  background-color: transparent
}

#sidebar .send button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fa6a00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700
}

#sidebar .buttons {
  margin: 5px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#sidebar .buttons button {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0;
  flex-grow: 1
}

#sidebar .buttons button.active {
  color: #fa9300
}

#sidebar .buttons button.active:before {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#sidebar .buttons button:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1c1c23
}

#sidebar .header {
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 300;
  font-size: 11px
}

#sidebar .header span, #sidebar .header a {
  color: #fa9300;
  font-weight: 700
}

#sidebar .header span.white, #sidebar .header a.white {
  color: #fff;
  font-weight: 400;
  text-decoration: underline
}

#sidebar .header span.white:hover, #sidebar .header a.white:hover {
  color: #fa9300
}

#sidebar .message {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 5px 0
}

#sidebar .message:before {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  z-index: 4;
  font-size: 10px
}

#sidebar .message .emot {
  display: inline-block
}

#sidebar .message .nick-highlight {
  background: #0e83bf;
  padding: 0 2px;
  margin-bottom: 1px
}

#sidebar .message .timer {
  font-size: 10px;
  color: #555;
  font-weight: 300;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#sidebar .message .timer span {
  display: block;
  white-space: nowrap;
  padding-right: 8px
}

#sidebar .message .timer hr {
  height: 1px;
  background-color: #1d1d25;
  width: 100%
}

#sidebar .message .text {
  flex-grow: 1;
  overflow: hidden
}

#sidebar .message .avatar {
  flex-basis: 46px;
  height: 50px;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0
}

#sidebar .message .badge {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 1;
  width: 50px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: scale(.7)
}

#sidebar .message .badge img {
  max-width: 100%;
  max-height: 100%
}

#sidebar .message .badge img[src*="/team/"] {
  max-width: 24px;
  margin-left: 2px
}

#sidebar .message .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #6e6e6e
}

#sidebar .message .content {
  font-size: 11px;
  font-weight: 300;
  line-height: 16px
}

#sidebar .message .content img {
  height: 20px
}

#sidebar .message .level {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  z-index: 4;
  font-size: 10px
}

#sidebar .message.role_4 .level {
  display: none
}

#sidebar .message.role_4:before {
  content: "MOD"
}

#sidebar .message.role_4 .username {
  color: #fa9300
}

#sidebar .message.role_5 .level {
  display: none
}

#sidebar .message.role_5:before {
  content: "ADMIN"
}

#sidebar .message.role_5 .username {
  color: #4ec400
}

#sidebar .message.role_6 .level {
  display: none
}

#sidebar .message.role_6:before {
  content: "MEGA BOSS"
}

#sidebar .message.role_6 .username {
  color: gold
}

#sidebar .message.role_8 .level {
  display: none
}

#sidebar .message.role_8:before {
  content: "OWNER"
}

#sidebar .message.role_8 .username {
  color: #ff0200
}

#sidebar .message.role_9 .level {
  display: none
}

#sidebar .message.role_9:before {
  content: "DEV"
}

#sidebar .message.role_9 .username {
  color: #6282cc;
  font-weight: 700
}

#sidebar .message.role_128 .username {
  color: #fa6a00;
  font-weight: 700
}

#sidebar .message.role_128 .content {
  color: #75e200
}

#sidebar .message a {
  color: #fa9300
}

#sidebar .message a:hover {
  color: #fa6a00
}

.avatar {
  width: 100px;
  height: 100px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.avatar.big {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start
}

.avatar.big img {
  top: 15px;
  left: 15px
}

.avatar:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #333542;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

.avatar img {
  position: absolute;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  display: block;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: absolute;
  bottom: 7px;
  padding: 0 20px;
  font-size: 12px;
  color: #717171;
  width: 100%;
  font-weight: 300
}

footer .links {
  text-transform: uppercase
}

footer a {
  color: #fff;
  font-weight: 500
}

footer a:hover {
  color: #fa9300
}

footer a .icon {
  display: inline-block
}

footer a .icon.twitter, footer a .icon.vk, footer a .icon.fb {
  width: 16px;
  height: 16px;
  background-size: contain
}

@media only screen and (max-width: 620px) {
  .no-mobile {
    display: none !important
  }
}

.scroll-wrapper {
  height: 100%
}

.fullsize {
  width: 100%;
  height: 100%
}

main section label {
  position: relative;
  padding: 10px 0;
  display: block
}

main section label .name {
  display: block;
  width: 100%;
  padding: 5px 0
}

main section label .value {
  text-transform: uppercase;
  font-size: 12px;
  color: #40404b;
  padding-left: 5px
}

main section label .options {
  display: inline-block
}

main section label.has-error span.name {
  color: #ff0200
}

main section label.has-error input, main section label.has-error select, main section label.has-error textarea {
  border-color: #ff0200
}

main section label small {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #ff0200;
  font-size: 10px
}

input, select, textarea {
  background-color: rgba(17, 17, 23, .23);
  border: 1px solid #080808;
  padding: 0 10px;
  line-height: 46px;
  height: 46px;
  color: #fff
}

input:hover, select:hover, textarea:hover {
  border-color: #fff
}

input:focus, input.focus, select:focus, select.focus, textarea:focus, textarea.focus {
  border-color: #fa9300;
  background-color: #000
}

input.error, select.error, textarea.error {
  background-color: #ff0200
}

input.wrong, select.wrong, textarea.wrong {
  border-color: #ff0200 !important
}

input[type=number], select[type=number], textarea[type=number] {
  padding-right: 0
}

textarea {
  padding: 10px;
  line-height: 20px
}

.icon {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0
}

.icon svg {
  display: none;
  width: 100px;
  fill: #fff
}

.icon.safe {
  background-image: url(img/icons/icon-safe.png);
  width: 53px;
  height: 51px
}

.icon.reload {
  background-image: url(img/icons/icon-reload.png);
  width: 12px;
  height: 12px
}

.icon.affiliate {
  background-image: url(img/icons/icon-affiliate.png);
  width: 30px;
  height: 32px
}

.icon.steam {
  background-image: url(img/icons/icon-steam.png);
  width: 43px;
  height: 20px
}

.icon.user {
  background-image: url(img/icons/icon-user.png);
  width: 24px;
  height: 22px
}

.icon.twitter {
  background-image: url(img/icons/icon-twitter.png);
  width: 24px;
  height: 20px
}

.icon.stream, .icon.twitch {
  background-image: url(img/icons/icon-twitch.png);
  width: 20px;
  height: 20px
}

.icon.coin {
  background-image: url(img/coin.png);
  width: 24px;
  height: 24px;
  background-size: contain
}

.icon.coin.win {
  filter: hue-rotate(81deg)
}

.icon.fb {
  background-image: url(img/icons/icon-fb.png);
  width: 24px;
  height: 24px;
  background-size: cover
}

.icon.vk {
  background-image: url(img/icons/icon-vk.png);
  width: 24px;
  height: 24px;
  background-size: cover
}

.icon.giveaway {
  background-image: url(img/icons/icon-giveaway.png);
  width: 30px;
  height: 30px
}

.icon.money {
  background-image: url(img/icons/icon-money.png);
  width: 57px;
  height: 57px
}

.icon.csgo {
  background-image: url(img/icons/icon-csgo.png);
  width: 18px;
  height: 23px
}

.icon.browser {
  background-image: url(img/icons/icon-browser.png);
  width: 16px;
  height: 16px
}

.icon.smile {
  background-image: url(img/icons/icon-smile.png);
  width: 17px;
  height: 17px
}

.icon.bell {
  background-image: url(img/icons/icon-bell.png);
  width: 23px;
  height: 23px
}

.item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.item.unavailable {
  opacity: .1;
  cursor: not-allowed
}

.tabs .tab {
  display: none
}

button, .btn {
  position: relative
}

button .cooldown, .btn .cooldown {
  position: absolute;
  height: 2px;
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  left: 0;
  bottom: 0;
  z-index: 2
}

.checkbox-primary {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 20px;
  margin: 2px 0;
  color: #fff
}

.checkbox-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

.checkbox-primary input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.checkbox-primary span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 12px;
  width: 12px;
  background: #000
}

.checkbox-primary span::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid #e78a01;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.checkbox-primary input:checked ~ span::after {
  display: block
}

.checkbox-primary.required {
  color: #ff0200;
  animation: shake-required 400ms;
  animation-iteration-count: 1
}

@keyframes shake-required {
  0% {
    transform: translateX(-1px)
  }
  45% {
    transform: translateX(1px)
  }
  100% {
    transform: translateX(0px)
  }
}

.btn-big {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  padding: 2px;
  display: block;
  position: relative
}

.btn-big button, .btn-big a {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  background-color: #080808;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.btn-big button:hover, .btn-big button.active, .btn-big a:hover, .btn-big a.active {
  background-color: transparent;
  color: #000
}

.btn-big button:hover .icon:not(.no-filter), .btn-big button.active .icon:not(.no-filter), .btn-big a:hover .icon:not(.no-filter), .btn-big a.active .icon:not(.no-filter) {
  filter: brightness(0)
}

.btn-big.done {
  opacity: .3;
  background: #4ec400
}

.btn-big.done .icon {
  filter: hue-rotate(90deg)
}

.btn-big.btn-green {
  background: #147700;
  background: -moz-linear-gradient(left, #147700 0%, #39dd13 100%);
  background: -webkit-linear-gradient(left, #147700 0%, #39dd13 100%);
  background: linear-gradient(to right, #147700 0%, #39dd13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

.btn-big.btn-green button {
  color: #39dd13
}

.btn-big.btn-green button:hover, .btn-big.btn-green button.active {
  color: #fff
}

.btn-big.disabled, .btn-big:disabled, .btn-big.stop {
  background: #1f1b1b
}

.btn-big.disabled button, .btn-big:disabled button, .btn-big.stop button {
  color: #434141;
  cursor: not-allowed;
  letter-spacing: 0
}

.btn-big.disabled .icon, .btn-big:disabled .icon, .btn-big.stop .icon {
  filter: grayscale(1)
}

.btn-big .cooldown {
  position: absolute;
  height: 2px;
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  left: 0;
  bottom: 0;
  z-index: 2
}

.loader {
  cursor: wait;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, .8);
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.loader .btn-logo-small {
  transform: scale(1);
  animation: coinflip 1s linear infinite;
  background-image: url(img/gp/logo.png);
  width: 83px;
  height: 68px
}

.notifyjs-corner .notifyjs-bootstrap-base {
  font-weight: 300;
  font-size: 14px;
  padding: 5px 10px;
  text-shadow: none;
  border-color: #000;
  background: #111
}

.notifyjs-corner .notifyjs-bootstrap-success {
  color: #4ec400
}

.notifyjs-corner .notifyjs-bootstrap-error {
  color: #fa9300
}

.notifyjs-corner .notifyjs-bootstrap-warn {
  color: #dadc23
}

.notifyjs-corner .notifyjs-bootstrap-info {
  color: #238bdc
}

.notifyjs-corner .notifyjs-bootstrap-big {
  font-size: 18px;
  color: #fa9300
}

.notifyjs-corner .notifyjs-bootstrap-big strong {
  color: #4ec400
}

.notifyjs-corner a {
  color: #fff
}

.notifyjs-corner a:hover {
  text-decoration: underline
}

.tooltipster-sidetip .tooltipster-content {
  font-size: 12px
}

.tooltipster-sidetip .tooltipster-box {
  background-color: #080808;
  border: 1px solid #151515;
  border-left: 0;
  border-right: 0;
  border-color: #1f1f28;
  border-radius: 8px
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  padding: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1f1f28;
  top: 1px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  display: none
}

@keyframes coinflip {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}

#login {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  font-size: 12px;
  padding: 20px;
  position: static;
  height: 100%
}

#login .message {
  color: #fa6a00;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em
}

#login #login-alternate {
  max-width: 400px;
  text-align: center
}

#login #login-alternate input {
  width: 100%;
  border-color: #fa9300
}

#login #login-alternate input.error {
  border-color: #ff0200;
  background-color: #000
}

#login #login-alternate .verify {
  display: none
}

#login #login-alternate a {
  color: #fa9300
}

#login #login-alternate a:hover {
  color: #fa6a00
}

#login .btn-login {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  padding: 2px;
  margin: 20px 0;
  display: block
}

#login .btn-login button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #080808;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase
}

#login .btn-login button .icon {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  flex-shrink: 0;
  width: 41px;
  height: 19px;
  margin-right: 20px
}

#login .btn-login button:hover {
  background-color: transparent;
  color: #000
}

#login .btn-login button:hover .icon {
  filter: grayscale(1) brightness(-1)
}

#login h1 {
  font-size: 30px;
  color: #fa6a00
}

#login p {
  max-width: 350px;
  text-align: center
}

#login p a {
  color: #fa6a00
}

#login p a:hover {
  color: #9797ab
}

#login #logo {
  background-image: url(img/gp/logo.png);
  width: 279px;
  height: 68px;
  margin: 20px
}

#login .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#login .flex > * {
  margin: 5px
}

#login h2, #login h3 {
  margin-bottom: 20px
}

body.popped::after {
  content: "";
  z-index: 99;
  position: fixed;
  background: rgba(0, 0, 0, .7);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0
}

.popup {
  filter: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: rgba(18, 18, 18, .75);
  color: #fff;
  font-size: 14px;
  display: none
}

.popup .flex {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.popup .content {
  top: -100%;
  background-color: rgba(8, 8, 8, .85);
  border: 1px solid #1a1a1a;
  color: #fff;
  padding: 30px;
  min-width: 300px;
  min-height: 200px;
  max-width: 70%;
  box-shadow: 1px 1px 5px 0 #000;
  text-align: center;
  position: relative
}

.popup .content hr {
  background-color: #242424;
  width: 100%;
  height: 1px;
  margin: 20px 0
}

.popup #levelup {
  max-width: 80%;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.popup #levelup video {
  width: 100%
}

.popup #levelup .level {
  margin-top: 60px;
  position: absolute;
  color: #fa9300;
  font-size: 120px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  font-weight: 700;
  transform: scale(4)
}

.popup .close {
  position: absolute;
  top: 0;
  right: 5px;
  background-color: #fa9300;
  padding: 5px;
  cursor: pointer
}

.popup .close:hover {
  color: #fff
}

.popup .close-circle {
  position: absolute;
  right: 25px;
  top: 25px;
  background: url(img/icons/icon-close.png);
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: transparent;
  font-size: 0
}

.popup strong, .popup b {
  color: #4ec400
}

.popup .red {
  color: #ff0200
}

.popup h1 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px
}

.popup h1 a {
  border: 1px solid #533d3a;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fa9300;
  margin-left: 5px
}

.popup h1 a:hover {
  color: #fff
}

.popup hr {
  width: 100%;
  height: 1px;
  background-color: #553934;
  margin: 15px 0
}

.popup .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.popup .buttons a {
  background-color: #fa9300;
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  text-transform: uppercase
}

.popup .buttons a:hover {
  background-color: #000
}

.popup .buttons a:disabled {
  background-color: #0e0a0b
}

.popup form {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.popup button {
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 15px;
  text-transform: uppercase
}

.popup button:not(.btn-big-button):not(.close-circle) {
  background-color: #fa9300;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.popup button:not(.btn-big-button):not(.close-circle):hover {
  background-color: #000
}

.popup button:not(.btn-big-button):not(.close-circle):disabled {
  background-color: #0e0a0b
}

.popup h3 {
  font-size: 18px;
  text-align: left;
  text-transform: uppercase
}

.popup .item {
  background-color: transparent;
  border: 1px solid #563a34
}

.popup .item .price {
  background-color: #563a34
}

.popup p {
  margin-bottom: 10px
}

#content p, #content li {
  font-size: 14px;
  line-height: 18px
}

#content ol {
  margin-left: 20px
}

#content ol ol {
  margin-left: 40px
}

#content ol li {
  list-style-type: decimal;
  line-height: 22px
}

#content h1 {
  text-align: left;
  border-bottom: 1px solid #221f2d;
  margin-bottom: 10px;
  height: 50px;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase
}

#content h1.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #080808;
  border: 1px solid #151515;
  padding: 6px 10px;
  height: auto
}

#content h1 span, #content h1 strong {
  color: #fa6a00
}

#content h1 .btn-big, #content h1 button {
  margin: 0;
  float: right
}

#content h1 button {
  color: #fa9300;
  text-transform: uppercase;
  padding: 0 8px;
  line-height: 50px
}

#content .tag {
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fa9300;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 4px
}

#content .buttons form {
  display: inline-block
}

#content .buttons .btn-outer {
  margin-right: 5px
}

#content .buttons .btn-big {
  color: #fff;
  margin-right: 5px
}

#content h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #efae02;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase
}

#content h2 a {
  color: #fff
}

#content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase
}

#content h3 a {
  color: #fff
}

#content hr {
  margin: 20px 0;
  height: 1px;
  background-color: #221f2d
}

#content a {
  color: #efae02
}

#content a:hover {
  color: #fa6a00
}

#content .pagination a {
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fa9300
}

#content .pagination a:hover {
  border-color: #fa6a00
}

#content .pagination a.active {
  background-color: #fa9300
}

#content .btn-big {
  color: #fff;
  height: 46px;
  margin: 20px 0;
  display: inline-block
}

#content .btn-big a {
  color: #fff
}

#content form {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}

#content form input {
  flex-grow: 1
}

#content .btn-outer {
  display: inline-block;
  background-color: #080808;
  border: 1px solid #262626;
  padding: 5px
}

#content .btn-outer .btn-inner {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  padding: 1px
}

#content .btn-outer .btn-inner a, #content .btn-outer .btn-inner button {
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 16px;
  background-color: #080808;
  color: #fff
}

#content .btn-outer .btn-inner a span, #content .btn-outer .btn-inner button span {
  color: #fa9300;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px
}

#content .btn-outer:hover a, #content .btn-outer:hover button {
  background-color: transparent
}

#content .btn-outer:hover a span, #content .btn-outer:hover button span {
  color: #fff
}

#content .profile-form {
  width: 1000px;
  max-width: 100%;
  margin-bottom: 20px
}

#content .table-container {
  background-color: #080808;
  border: 1px solid #151515;
  margin: 20px 0;
  padding: 10px;
  overflow: auto
}

#content .table-container table {
  width: 100%
}

#content .table-container table thead {
  font-size: 14px;
  font-weight: 700
}

#content .table-container table thead th {
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #272727
}

#content .table-container table tfoot {
  font-size: 14px;
  font-weight: 700
}

#content .table-container table tfoot th {
  text-align: left;
  padding: 10px;
  border-top: 2px solid #272727
}

#content .table-container table tbody tr {
  font-size: 12px;
  color: #e5e5f5;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#content .table-container table tbody tr:hover {
  background-color: rgba(255, 255, 255, .02);
  color: #fa9300
}

#content .table-container table tbody tr .profile {
  color: #6e6e6e
}

#content .table-container table tbody tr .profile .username {
  max-width: 190px
}

#content .table-container table tbody tr td {
  border-top: 1px solid #272727;
  padding: 10px
}

#content .table-container table tr.normal, #content .table-container table p.normal {
  color: #e5e5f5
}

#content .table-container table tr.win, #content .table-container table p.win {
  color: #4ec400
}

#content .table-container table tr.lose, #content .table-container table p.lose {
  color: #ff0200
}

#content .table-container table tr.waiting, #content .table-container table p.waiting {
  color: #008fd2
}

#content .table-container table tr.refund, #content .table-container table p.refund {
  color: #ff0
}

#content .table-container table tr.active, #content .table-container table p.active {
  color: #4ec400
}

.giveaway-countdown {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fa9300;
  font-family: roboto;
  font-size: 13px
}

.giveaway-countdown .value {
  padding: 10px;
  background-color: #111;
  border: 1px solid #222;
  font-size: 13px
}

.giveaway-countdown .separator {
  margin: 0 5px
}

#bot {
  position: relative;
  height: 100%
}

#bot .games {
  background-image: url(img/bot/games_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 0;
  width: 80px;
  top: 60px;
  height: calc(100% - 60px);
  background-color: #0a0a0a;
  border-right: 1px solid #131313;
  z-index: 5;
  font-size: 10px;
  padding: 10px 5px
}

#bot .games .list {
  padding: 0 !important
}

#bot .games .header {
  padding: 8px;
  text-align: center;
  text-transform: uppercase
}

#bot .games hr {
  height: 1px;
  background-color: #131313;
  margin: 5px 0
}

#bot .games .game {
  padding: 5px 0;
  text-align: center;
  cursor: pointer
}

#bot .games .game.active {
  background-color: rgba(255, 255, 255, .1)
}

#bot .games .game img {
  display: inline-block
}

#bot .games .game .name {
  display: block
}

#bot #input-search {
  padding-left: 40px;
  background-image: url(img/icons/icon-magnify.png);
  background-repeat: no-repeat;
  background-position: 5px center
}

#bot #selected-items {
  height: 1px;
  position: relative;
  flex-grow: 1
}

#bot #selected-items .scroll-wrapper {
  padding-right: 0 !important
}

#bot #selected-items .item {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  cursor: pointer;
  padding: 10px 10px 10px 80px;
  min-height: 70px;
  font-size: 13px;
  clear: both;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-flow: column;
  position: relative;
  border-bottom: 1px solid #1d1d25
}

#bot #selected-items .item .trade-restriction {
  display: none
}

#bot #selected-items .item .btn-inspect {
  display: none
}

#bot #selected-items .item .overstock {
  font-size: .8em;
  color: #fa9300;
  float: right;
  order: 2;
  display: none
}

#bot #selected-items .item:hover {
  background-color: rgba(0, 0, 0, .1)
}

#bot #selected-items .item .image {
  position: absolute;
  width: 60px;
  margin-right: 10px;
  order: 1;
  left: 10px;
  top: 5px;
  flex-shrink: 0
}

#bot #selected-items .item .image img {
  width: 100%
}

#bot #selected-items .item .name {
  order: 2
}

#bot #selected-items .item .price {
  order: 3;
  color: #fa6a00
}

#bot #selected-items .item .error {
  display: none
}

#bot #selected-items .item.error {
  color: #ff0200
}

#bot #tools {
  background-color: #080808;
  border: 1px solid #151515;
  width: 270px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-direction: column
}

#bot #tools > .btn-big {
  margin: 15px 15px 0
}

#bot #tools .regular {
  display: none;
  height: 100%
}

#bot #tools .regular.visible {
  display: flex;
  flex-direction: column
}

#bot #tools .p2p-info {
  padding: 10px
}

#bot #tools .p2p-info h2 {
  color: #ff0200;
  font-size: 16px;
  margin-bottom: 8px
}

#bot #tools .p2p-info p {
  font-size: 11px;
  padding: 4px 0;
  text-align: justify
}

#bot #tools .p2p-info .inside {
  border: 1px solid #ff0200;
  padding: 10px
}

#bot #tools .p2p-info hr {
  margin: 8px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1)
}

#bot #tools .csgo {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  height: 100%;
  background-color: #000;
  font-size: 12px;
  line-height: 1.42em;
  padding: 10px
}

#bot #tools .csgo p {
  padding: 10px 0;
  text-align: justify
}

#bot #tools .summary {
  padding: 10px 15px;
  font-size: 12px;
  height: 50px
}

#bot #tools .summary .list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  white-space: nowrap
}

#bot #tools .summary .value {
  color: #fa6a00;
  font-weight: 700
}

#bot #tools #info {
  position: absolute;
  z-index: 5000;
  height: calc(100% - 107px);
  background-color: #111;
  width: 100%;
  display: none
}

#bot #tools .offer {
  padding: 5px;
  margin: 5px;
  background-color: #080808;
  border: 1px solid #151515;
  text-align: center
}

#bot #tools .offer p {
  margin: 5px;
  font-size: 13px;
  text-transform: uppercase
}

#bot #tools .offer p span {
  color: #4ec400
}

#bot #tools .offer .buttons .btn-big {
  margin: 5px 0
}

#bot #tools .offer .buttons .btn-big a {
  padding: 10px 5px;
  font-size: 12px
}

#bot #tools .offer .buttons .btn-big .icon {
  margin-right: 8px
}

#bot #tools #selected-items .scroll-wrapper {
  padding-right: 0 !important
}

#bot #tools #selected-items .item {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  cursor: pointer;
  padding: 10px 10px 10px 80px;
  min-height: 60px;
  font-size: 13px;
  clear: both;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-flow: column;
  position: relative;
  border-bottom: 1px solid #1d1d25
}

#bot #tools #selected-items .item .btn-inspect {
  display: none
}

#bot #tools #selected-items .item:hover {
  background-color: rgba(0, 0, 0, .1)
}

#bot #tools #selected-items .item .image {
  position: absolute;
  width: 60px;
  margin-right: 10px;
  order: 1;
  left: 10px;
  flex-shrink: 0
}

#bot #tools #selected-items .item .image img {
  width: 100%
}

#bot #tools #selected-items .item .name {
  order: 2
}

#bot #tools #selected-items .item .price {
  order: 3;
  color: #fa6a00
}

#bot #tools #selected-items .item .error {
  display: none
}

#bot #tools #selected-items .item.error {
  color: #ff0200
}

#bot .left {
  position: relative;
  height: 100%;
  width: calc(100% - 280px)
}

#bot .left .toolbar {
  height: 60px;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #19191f
}

#bot .left .toolbar .admin-options input {
  width: 50px;
  margin: 0 10px
}

#bot .left .toolbar .search, #bot .left .toolbar .filter, #bot .left .toolbar .admin-options {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 12px;
  text-transform: uppercase
}

#bot .left .toolbar .search .btn-big, #bot .left .toolbar .filter .btn-big, #bot .left .toolbar .admin-options .btn-big {
  margin-left: 10px
}

#bot .left .toolbar .search select, #bot .left .toolbar .filter select, #bot .left .toolbar .admin-options select {
  margin-left: 10px
}

#bot .left .toolbar .search p, #bot .left .toolbar .filter p, #bot .left .toolbar .admin-options p {
  margin-left: 10px
}

#bot .left .toolbar .search p strong, #bot .left .toolbar .filter p strong, #bot .left .toolbar .admin-options p strong {
  color: #fa9300
}

#bot .left .toolbar .search p span.error, #bot .left .toolbar .filter p span.error, #bot .left .toolbar .admin-options p span.error {
  color: #ff0200
}

#bot .left .toolbar .admin-options button {
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#bot .left #items, #tradeup .left #items {
  margin: 0 -5px;
  height: calc(100% - 70px);
  padding-left: 90px
}

#bot .left #items .error, #tradeup .left #items .error {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #f3933d;
  padding: 20px;
  font-size: 2em
}

#bot .left #items .error .btn-big, #tradeup .left #items .error .btn-big {
  margin-top: 10px;
  color: #fff
}

#bot .left #items .scrollbar, #tradeup .left #items .scrollbar {
  width: 100% !important;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch
}

#bot .left #items .scrollbar .buttons, #tradeup .left #items .scrollbar .buttons {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#bot .left #items .item, #tradeup .left #items .item {
  background-color: #080808;
  border: 1px solid #151515;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0 5px 10px;
  width: 250px;
  height: auto !important;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  position: relative;
  flex-grow: 1
}

#bot .left #items .item.hidden-other-bot, #tradeup .left #items .item.hidden-other-bot {
  display: none !important
}

#bot .left #items .item.item-placeholder, #tradeup .left #items .item.item-placeholder {
  display: block !important;
  opacity: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  height: 1px !important
}

#bot .left #items .item .trade-restriction, #tradeup .left #items .item .trade-restriction {
  border-bottom: 1px solid #21212a;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #4ec400;
  font-size: 15px
}

#bot .left #items .item[data-tradable="0"], #bot .left #items .item[data-acceptable="0"], #tradeup .left #items .item[data-tradable="0"], #tradeup .left #items .item[data-acceptable="0"] {
  cursor: not-allowed
}

#bot .left #items .item[data-tradable="0"] .trade-restriction, #bot .left #items .item[data-acceptable="0"] .trade-restriction, #tradeup .left #items .item[data-tradable="0"] .trade-restriction, #tradeup .left #items .item[data-acceptable="0"] .trade-restriction {
  color: #a72e2e
}

#bot .left #items .item[data-tradable="0"] .trade-restriction-3, #bot .left #items .item[data-acceptable="0"] .trade-restriction-3, #tradeup .left #items .item[data-tradable="0"] .trade-restriction-3, #tradeup .left #items .item[data-acceptable="0"] .trade-restriction-3 {
  color: #c53232
}

#bot .left #items .item[data-tradable="0"] .trade-restriction-2, #bot .left #items .item[data-acceptable="0"] .trade-restriction-2, #tradeup .left #items .item[data-tradable="0"] .trade-restriction-2, #tradeup .left #items .item[data-acceptable="0"] .trade-restriction-2 {
  color: #c56132
}

#bot .left #items .item[data-tradable="0"] .trade-restriction-1, #bot .left #items .item[data-acceptable="0"] .trade-restriction-1, #tradeup .left #items .item[data-tradable="0"] .trade-restriction-1, #tradeup .left #items .item[data-acceptable="0"] .trade-restriction-1 {
  color: #c58332
}

#bot .left #items .item .float, #tradeup .left #items .item .float {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: red;
  bottom: 0;
  left: 0
}

#bot .left #items .item .float .value, #tradeup .left #items .item .float .value {
  height: 100%
}

#bot .left #items .item .float .value-fn, #tradeup .left #items .item .float .value-fn {
  background-color: #e74c3c;
  width: 7%
}

#bot .left #items .item .float .value-mw, #tradeup .left #items .item .float .value-mw {
  background-color: #f39c12;
  width: 8%
}

#bot .left #items .item .float .value-ft, #tradeup .left #items .item .float .value-ft {
  background-color: #00bc8c;
  width: 23%
}

#bot .left #items .item .float .value-ww, #tradeup .left #items .item .float .value-ww {
  background-color: #375a7f;
  width: 7%
}

#bot .left #items .item .float .value-bs, #tradeup .left #items .item .float .value-bs {
  background-color: #3498db;
  width: 55%
}

#bot .left #items .item .float .float-pointer, #tradeup .left #items .item .float .float-pointer {
  position: absolute;
  bottom: 7px;
  background-image: url(img/icons/down-arrow.png);
  width: 9px;
  height: 6px;
  left: 0;
  margin-left: -5px
}

#bot .left #items .item .overstock, #tradeup .left #items .item .overstock {
  text-transform: uppercase;
  font-size: 10px;
  position: absolute;
  margin-left: -60px;
  background-color: #080808;
  border: 1px solid #151515;
  border-left: 0;
  border-right: 0;
  border: 1px solid #fa6a00;
  color: #fa6a00;
  padding: 5px;
  top: 5px;
  right: 10px
}

#bot .left #items .item .btn-inspect, #tradeup .left #items .item .btn-inspect {
  text-transform: uppercase;
  font-size: 10px;
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  background-color: #080808;
  border: 1px solid #151515;
  border-left: 0;
  border-right: 0;
  border: 1px solid #fa6a00;
  color: #fa6a00;
  padding: 5px;
  top: -30px
}

#bot .left #items .item .btn-inspect:hover, #tradeup .left #items .item .btn-inspect:hover {
  color: #fff;
  background-color: #fa6a00
}

#bot .left #items .item:hover, #tradeup .left #items .item:hover {
  background-color: rgba(35, 35, 35, .64);
  border: 1px solid #21212a
}

#bot .left #items .item:hover .btn-inspect, #tradeup .left #items .item:hover .btn-inspect {
  top: 40px
}

#bot .left #items .item.error, #tradeup .left #items .item.error {
  border-color: #ff0200
}

#bot .left #items .item .price, #tradeup .left #items .item .price {
  font-size: 15px;
  color: #fa9f00;
  font-weight: 700
}

#bot .left #items .item .image, #tradeup .left #items .item .image {
  padding: 10px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #21212a;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#bot .left #items .item .image .error, #tradeup .left #items .item .image .error {
  position: absolute;
  font-size: 10px;
  color: #ff0200;
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  padding: 10px 30px
}

#bot .left #items .item img, #tradeup .left #items .item img {
  display: block;
  width: 80%
}

#faq {
  counter-reset: section
}

#faq h2:before {
  counter-increment: section;
  content: counter(section) ". "
}

#faq h4 {
  margin-top: 10px
}

#provably .tabs-buttons {
  padding: 20px 0
}

#provably .tabs-buttons button {
  background-repeat: no-repeat;
  text-align: center;
  background-position: center top;
  padding: 25px 10px 0;
  font-size: 14px;
  text-transform: uppercase
}

#provably .tabs-buttons button.active {
  color: #fa9300;
  text-decoration: underline
}

#provably .minesweeper {
  background-image: url(img/icons/icon-minesweeper.png)
}

#provably .crash {
  background-image: url(img/icons/icon-crash.png)
}

#provably .roulette {
  padding-left: 24px;
  background-image: url(img/icons/icon-roulette.png)
}

#provably .blackjack {
  background-image: url(img/icons/icon-blackjack.png)
}

#provably .dice {
  padding-left: 23px;
  background-image: url(img/icons/icon-dice.png)
}

#provably .giveaway {
  background-image: url(img/icons/icon-giveaway2.png)
}

#provably form label {
  padding-right: 10px
}

#provably form label.hash input {
  width: 540px
}

#provably form label.secret input {
  width: 200px
}

#provably form label.value input {
  width: 80px
}

#provably form .result {
  margin-top: 24px;
  color: #4ec400
}

#provably form .result.error {
  color: #ff0200
}

#profile {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column
}

#profile .red {
  color: #ff0200
}

#profile .tab {
  margin-top: 5px;
  padding: 5px 20px 20px;
  border: 1px solid #221f2d;
  width: 100%
}

#profile .tabs-buttons button {
  font-size: 24px;
  font-weight: 700
}

#profile .tabs-buttons button:not(:last-child) {
  margin-right: 25px
}

#profile .tabs-buttons button.active:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fab400;
  background: linear-gradient(to right, #fab400 0%, #fa6b00 100%)
}

#profile .details strong, #profile .stats strong {
  color: #fa9300
}

#profile .stats {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr
}

#profile .box {
  margin-left: 20px;
  flex-grow: 1
}

#profile .atse-avatar {
  max-width: 64px
}

#tradetoken input {
  width: 600px
}

.game table {
  width: 100%
}

.game table thead {
  font-size: 13px;
  font-weight: 500
}

.game table thead th {
  padding: 5px;
  border-bottom: 1px solid #272727
}

.game table thead th:first-child {
  text-align: left
}

.game table tbody tr {
  font-size: 12px;
  color: #e5e5f5;
  font-weight: 400;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.game table tbody tr:hover {
  background-color: rgba(255, 255, 255, .02);
  color: #fa9300
}

.game table tbody tr .profile {
  color: #6e6e6e
}

.game table tbody tr .profile .username {
  max-width: 190px
}

.game table tbody tr td {
  text-align: right;
  padding: 5px
}

.game table tbody tr td.red {
  color: #ff0200
}

.game table tbody tr td.green {
  color: #75e200
}

.game table a {
  color: #fa6a00
}

.game table a:hover {
  color: #fff
}

.game .btn-big {
  margin: 20px 0
}

.game h1 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase
}

.game .major {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: calc(100% - 390px)
}

.game .image-win {
  background-image: url(img/gp/winner.png);
  width: 220px;
  height: 213px;
  position: absolute;
  z-index: 5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: scale(0)
}

.game .image-lose {
  background-image: url(img/gp/loser.png);
  width: 247px;
  height: 195px;
  position: absolute;
  z-index: 5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: scale(0)
}

.game .left-bets {
  background-color: #080808;
  border: 1px solid #151515;
  padding: 10px;
  max-width: 390px;
  margin-right: 20px
}

.game .left-bets .win {
  color: #4ec400
}

.game .left-bets .win .symbol {
  color: #4ec400
}

.game .left-bets .lose {
  color: #ff0200
}

.game .left-bets .lose .symbol {
  color: #ff0200
}

.game .left-bets .dice {
  border: 1px solid #24242c;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.game .profile {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}

.game .profile .username {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 2
}

.game .profile .value {
  white-space: nowrap;
  margin-left: auto;
  color: #e5e5f5;
  flex-shrink: 0
}

.game .profile .avatar {
  width: 25px;
  height: 29px;
  margin-right: 10px
}

.game .history {
  background-color: #080808;
  border: 1px solid #151515;
  border-left: 0;
  border-right: 0;
  padding: 10px;
  flex-shrink: 0;
  width: 100%
}

.game .history td, .game .history th {
  text-align: left
}

.game .history td:last-child, .game .history th:last-child {
  text-align: right
}

.game .betting .balance_container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.game .betting .balance-wrapper {
  position: relative
}

.game .betting .btn-reload {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase
}

.game .betting .btn-reload .icon {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: 5px
}

.game .betting .btn-reload:hover {
  color: #fa9300
}

.game .betting .btn-reload:hover .icon {
  transform: rotate(360deg)
}

.game .betting p {
  font-size: 24px;
  font-weight: 300;
  margin: 0 10px;
  line-height: 20px
}

.game .betting .new_balance {
  color: #fa6a00;
  font-size: 12px;
  line-height: 12px;
  position: absolute
}

.game .betting .safe {
  margin: 0 20px
}

.game .long-bet {
  background-color: #080808;
  border: 1px solid #151515;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  flex-shrink: 0;
  min-width: 100%;
  margin: 25px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.game .long-bet .options button {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
  margin: 0 5px;
  line-height: 28px
}

.game .long-bet .options button:hover {
  color: #fa9300
}

.game .long-bet input {
  width: 150px;
  margin: 0 20px
}

.game.table-bg .left-bets {
  background: 0 0;
  border: none
}

.game.table-bg table {
  background-color: #080808;
  border: 1px solid #151515
}

#blackjack {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%
}

@-moz-document url-prefix() {
  #blackjack .left-bets {
    width: 100%
  }
}

#blackjack .blackjack-right {
  width: calc(100% - 400px);
  position: relative;
  height: 100%;
  min-height: 580px
}

#blackjack .user-area {
  bottom: 0;
  position: absolute;
  width: 100%
}

#blackjack .user-area .bets {
  height: 160px
}

#blackjack .user-area .bets .cards {
  margin-top: 10px;
  padding-top: 90px;
  height: 100px;
  overflow: visible;
  display: none;
  position: relative
}

#blackjack .user-area .bets .cards .card {
  bottom: -55px
}

#blackjack .user-area .bets .cards .card.middle {
  bottom: -36px
}

#blackjack .game-area {
  height: calc(100% - 550px);
  position: absolute;
  left: 0;
  right: 0;
  top: 230px;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#blackjack .game-area p {
  font-size: 30px;
  font-weight: 700;
  text-align: center
}

#blackjack .blackjack-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, .4);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#blackjack .blackjack-container .blackjack-image {
  background-image: url(img/gp/blackjack-win.png);
  width: 774px;
  height: 342px
}

#blackjack .dealer-area {
  background: url(img/bg/blackjack.png) no-repeat center;
  text-align: center;
  height: 278px
}

#blackjack .dealer-area h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  padding: 40px 0 10px;
  color: #6e6e6e;
  font-weight: 700
}

#blackjack .dealer-area h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fa9300
}

#blackjack .dealer-area .cards {
  text-align: center;
  transform: rotatex(180deg);
  height: 170px;
  overflow: visible;
  position: absolute
}

#blackjack .dealer-area .cards .card {
  top: 40px;
  left: 100%
}

#blackjack .dealer-area .cards .card.middle {
  top: -5px
}

#blackjack .cards .card {
  width: 127px;
  height: 176px;
  background-size: 253px;
  position: absolute;
  z-index: 2
}

#blackjack .cards .clubs {
  background-image: url(img/cards/clubs.png)
}

#blackjack .cards .diamonds {
  background-image: url(img/cards/diamonds.png)
}

#blackjack .cards .hearts {
  background-image: url(img/cards/hearts.png)
}

#blackjack .cards .spades {
  background-image: url(img/cards/spades.png)
}

#blackjack .cards .card-cover {
  background-image: url(img/cards/cover2.png);
  background-size: 127px
}

#blackjack .cards .card-02 {
  background-position: 0 0
}

#blackjack .cards .card-03 {
  background-position: 127px 0
}

#blackjack .cards .card-04 {
  background-position: 0 -176px
}

#blackjack .cards .card-05 {
  background-position: 127px -176px
}

#blackjack .cards .card-06 {
  background-position: 0 -352px
}

#blackjack .cards .card-07 {
  background-position: 127px -352px
}

#blackjack .cards .card-08 {
  background-position: 0 -527px
}

#blackjack .cards .card-09 {
  background-position: 127px -527px
}

#blackjack .cards .card-10 {
  background-position: 0 -702px
}

#blackjack .cards .card-Jack {
  background-position: 127px -702px
}

#blackjack .cards .card-Queen {
  background-position: 0 -878px
}

#blackjack .cards .card-King {
  background-position: 127px -878px
}

#blackjack .cards .card-Ace {
  background-position: 0 -1053px
}

#blackjack .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#blackjack .buttons .btn-big {
  margin: 10px
}

#blackjack .round-result, #blackjack .play-buttons, #blackjack .points, #blackjack .round-hash {
  display: none
}

#blackjack .round-result {
  font-size: 40px
}

#blackjack .round-result.win {
  color: #4ec400
}

#blackjack .round-result.lose {
  color: #ff0200
}

#blackjack .round-hash {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300
}

#blackjack .round-hash .value {
  color: #f08d02
}

#blackjack .round-hash .container {
  padding: 0 10px
}

#blackjack .chips {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  height: 60px
}

#blackjack .chips:before {
  width: 100%;
  height: 1px;
  background-color: #23232c;
  content: "";
  position: absolute
}

#blackjack .chips .divider {
  height: 86px;
  width: 1px;
  background-color: #23232c
}

#blackjack .chips .coin {
  background-color: #151515;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 74px;
  height: 86px;
  padding: 6px;
  margin: 0 10px;
  cursor: pointer
}

#blackjack .chips .coin div {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

#blackjack .chips .coin .outer {
  padding: 2px;
  background-color: #ff0096
}

#blackjack .chips .coin .outer .inner {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
  background-color: #151515
}

#blackjack .chips .coin:nth-child(1) {
  color: #00d8ff
}

#blackjack .chips .coin:nth-child(1) .outer {
  background-color: #00d8ff
}

#blackjack .chips .coin:nth-child(2) {
  color: #ffa200
}

#blackjack .chips .coin:nth-child(2) .outer {
  background-color: #ffa200
}

#blackjack .chips .coin:nth-child(3) {
  color: #f30000
}

#blackjack .chips .coin:nth-child(3) .outer {
  background-color: #f30000
}

#blackjack .chips .coin:nth-child(4) {
  color: #6fcd1b
}

#blackjack .chips .coin:nth-child(4) .outer {
  background-color: #6fcd1b
}

#blackjack .chips .coin:nth-child(5) {
  color: #a64bf4
}

#blackjack .chips .coin:nth-child(5) .outer {
  background-color: #a64bf4
}

#blackjack .chips .coin:nth-child(6) {
  color: #e5af50
}

#blackjack .chips .coin:nth-child(6) .outer {
  background-color: #e5af50
}

#blackjack .chips .coin:nth-child(7) {
  color: #ff0096
}

#blackjack .chips .coin:nth-child(7) .outer {
  background-color: #ff0096
}

#blackjack .chips .coin:hover .inner {
  background-color: #2c2c2c
}

#blackjack .long-bet {
  margin: 0
}

#blackjack.blackjack .blackjack-container {
  transform: scale(1)
}

#crash {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start
}

#crash.round .message {
  color: #75e200
}

#crash.lose .message {
  color: #ff0200
}

#crash #chart {
  width: 100%;
  height: 100%
}

#crash .info {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-flow: row
}

#crash .info label {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}

@media only screen and (max-width: 1366px) {
  #crash .info {
    flex-flow: column
  }
}

#crash .info .buttons {
  margin-bottom: 10px
}

#crash .info .buttons button {
  font-size: 14px;
  text-transform: uppercase
}

#crash .info .buttons button:hover {
  color: #fa9300
}

#crash .info .buttons button.active {
  color: #fa9300;
  text-decoration: underline
}

#crash .info .buttons span {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  text-decoration: none !important
}

#crash .info .chart {
  width: 50%;
  height: 380px;
  flex-shrink: 0;
  margin: 0 20px;
  position: relative;
  margin-bottom: 35px
}

#crash .info .chart .hash-area {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  text-align: center;
  font-size: .7em
}

#crash .info .chart img {
  width: 100%;
  height: 100%
}

#crash .info .chart .message {
  font-family: roboto;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 40px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

#crash .info .major {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start
}

#crash .info .bet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  background-color: #080808;
  border: 1px solid #151515;
  border-left: 0;
  border-right: 0;
  padding: 20px;
  font-size: 12px;
  font-weight: 300
}

#crash .info .bet .bet-amount {
  grid-row: 1;
  grid-column: 1
}

#crash .info .bet .cashout {
  grid-row: 1;
  grid-column: 2
}

#crash .info .bet .long-bet {
  grid-row: 2;
  grid-column: 1/span 2
}

#crash .info .bet .btn-big {
  grid-row: 3;
  grid-column: 1
}

#crash .info .bet .balance_container {
  grid-row: 3;
  grid-column: 2
}

#crash .info .bet .btn-auto {
  grid-row: 4;
  grid-column: 1/span 2
}

#crash .info .bet .crash-auto {
  grid-row: 5;
  grid-column: 1/span 2
}

#crash .info .bet .crash-auto .fields {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center
}

#crash .info .bet small {
  grid-row: 6;
  grid-column: 1/span 2
}

#crash .info .bet small {
  text-align: justify;
  font-size: 10px;
  color: #b9b9b9
}

#crash .info .bet .fields .btn-big {
  flex-shrink: 0;
  flex-grow: 1
}

#crash .info .bet .fields input {
  flex-shrink: 0
}

#crash .info .bet .long-bet {
  margin: 5px 0
}

#crash .info .bet .long-bet .options button {
  font-size: 15px;
  margin: 0 5px
}

#crash .btn-big.active {
  opacity: .5
}

#crash .btn-big span {
  margin: 0 4px;
  pointer-events: none
}

#crash .crash-auto {
  display: none
}

#crash .crash-auto label {
  padding: 5px 0
}

#crash .crash-auto input[type=radio] {
  width: 18px;
  height: 18px;
  flex-grow: 0
}

#crash .crash-auto input[type=text] {
  width: 50px;
  height: 25px;
  margin-left: 5px
}

#dice {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start
}

#dice .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#dice .roll {
  text-align: center
}

#dice .hash {
  font-size: 10px;
  text-align: center
}

#dice .ranges button {
  width: 360px
}

#dice h3 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px
}

#dice .btn-outer {
  background-color: #080808;
  border: 1px solid #262626;
  padding: 10px;
  margin: 5px 10px
}

#dice .btn-outer .btn-bet {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  padding: 1px
}

#dice .btn-outer .btn-bet button {
  min-width: 80px;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 30px;
  background-color: #080808
}

#dice .btn-outer .btn-bet button span {
  color: #fa9300;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px
}

#dice .btn-outer:hover button {
  background-color: transparent;
  font-size: 40px
}

#dice .btn-outer:hover button span {
  color: #fff
}

#dice #roll-wrap {
  margin-top: 45px;
  height: 145px;
  perspective-origin: 50% 200px
}

#dice #roll-wrap #box {
  position: relative;
  margin: 10px auto 0;
  height: 100px;
  width: 100px;
  box-sizing: content-box;
  transition: transform 500ms linear;
  transform-style: preserve-3d
}

#dice #roll-wrap #box .sf {
  box-sizing: content-box;
  position: absolute;
  height: 58px;
  width: 58px;
  padding: 18px;
  background-color: #fff;
  font-size: 37px;
  color: #000;
  text-align: center;
  line-height: 62px;
  border-radius: 20px;
  box-shadow: inset 0 0 20px #ccc
}

#dice #roll-wrap #box .sf.inner {
  background: #e0e0e0
}

#dice #roll-wrap #box .sf.cover {
  border-radius: 0;
  transform: translateZ(0px);
  background: #e0e0e0;
  box-shadow: none;
  width: 58px;
  height: 58px
}

#dice #roll-wrap #box .sf.cover.x {
  transform: rotateY(90deg)
}

#dice #roll-wrap #box .sf.cover.z {
  transform: rotateX(90deg)
}

#dice #roll-wrap #box .sf.f1 {
  transform: rotateX(90deg) translateZ(50px)
}

#dice #roll-wrap #box .sf.f1.inner {
  transform: rotateX(90deg) translateZ(48px)
}

#dice #roll-wrap #box .sf.f2 {
  transform: translateZ(50px)
}

#dice #roll-wrap #box .sf.f2.inner {
  transform: translateZ(48px)
}

#dice #roll-wrap #box .sf.f3 {
  transform: rotateY(90deg) translateZ(50px)
}

#dice #roll-wrap #box .sf.f3.inner {
  transform: rotateY(90deg) translateZ(48px)
}

#dice #roll-wrap #box .sf.f4 {
  transform: rotateY(180deg) translateZ(50px)
}

#dice #roll-wrap #box .sf.f4.inner {
  transform: rotateY(180deg) translateZ(48px)
}

#dice #roll-wrap #box .sf.f5 {
  transform: rotateY(-90deg) translateZ(50px)
}

#dice #roll-wrap #box .sf.f5.inner {
  transform: rotateY(-90deg) translateZ(48px)
}

#dice #roll-wrap #box .sf.f6 {
  transform: rotateX(-90deg) rotate(180deg) translateZ(50px)
}

#dice #roll-wrap #box .sf.f6.inner {
  transform: rotateX(-90deg) rotate(180deg) translateZ(48px)
}

#dice #roll-wrap #box .sf .dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 13px;
  background: #444;
  box-shadow: inset 3px 0 5px #000
}

#dice #roll-wrap #box .sf .dot.center {
  margin: 20px 0 0 20px
}

#dice #roll-wrap #box .sf .dot.dtop {
  margin-top: -5px
}

#dice #roll-wrap #box .sf .dot.dleft {
  margin-left: 45px
}

#dice #roll-wrap #box .sf .dot.dright {
  margin-left: -5px
}

#dice #roll-wrap #box .sf .dot.dbottom {
  margin-top: 45px
}

#dice #roll-wrap #box .sf .dot.center.dleft {
  margin: 45px 0 0 20px
}

#dice #roll-wrap #box .sf .dot.center.dright {
  margin: -5px 0 0 20px
}

#mine .area {
  position: relative
}

#mine .image-win {
  left: -230px;
  top: -30px
}

#mine .image-lose {
  left: 240px;
  top: -30px
}

#mine .hash {
  display: none
}

#mine small {
  color: rgba(255, 255, 255, .4);
  font-size: 11px;
  padding: 10px;
  margin-top: 10px;
  margin: 0 auto
}

#mine .fields {
  width: 260px;
  height: 260px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden
}

#mine .fields .buttons {
  opacity: .5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transform: translateY(-100%)
}

#mine .fields .field {
  opacity: .3;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #080808;
  border: 1px solid #333;
  width: 44px;
  height: 44px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-image: url(img/logo-small.png);
  background-position: center -44px
}

#mine .fields .field span {
  position: absolute;
  white-space: nowrap;
  z-index: 2;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #3a1101;
  font-size: 12px;
  font-weight: 700;
  transform: scale(.1)
}

#mine .fields .field:hover {
  background-position: center;
  border-color: #fa6a00
}

#mine .fields .field:active {
  background-color: #000
}

#mine .fields .field.profit {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#mine .fields .field.clicked {
  border-color: #fa6a00
}

#mine .fields .field.bomb {
  background: url(img/icons/mine-bomb.png) no-repeat center #0f0f16
}

#mine .playfield {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#mine .playfield .right {
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 20px
}

#mine .info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: none;
  flex-flow: column
}

#mine .info .texts {
  width: 260px;
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-align: center
}

#mine .info .texts .value {
  display: block
}

#mine .bet {
  background-color: #080808;
  border: 1px solid #151515;
  border-left: 0;
  border-right: 0;
  flex-shrink: 0;
  min-width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center
}

#mine .bet .bombs {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 20px
}

#mine .bet .bombs .bomb {
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  padding: 0 0 0 28px;
  margin-left: 30px;
  background: url(img/icons/mine-bomb.png) no-repeat 0 20px;
  border-bottom: 1px solid transparent
}

#mine .bet .bombs .bomb.active {
  border-color: #fa6a00
}

#mine .info .value {
  color: #ffa800;
  font-size: 18px
}

#mine.finish .buttons {
  transform: translateY(0)
}

#mine.win .image-win {
  transform: scale(1)
}

#mine.lose .image-lose {
  transform: scale(1)
}

#mine.running .info {
  display: flex
}

#mine.running .field {
  opacity: 1
}

#mine.running .right {
  opacity: .3
}

.guest {
  padding: 20px
}

.done-wojtko-troll {
  background-image: url(img/done.jpg)
}

.chat-closed #sidebar {
  transform: translateX(300px)
}

.chat-closed #sidebar .btn-open {
  display: block;
  opacity: 1
}

.chat-closed main {
  padding-right: 0
}

#dev {
  position: fixed;
  bottom: 0;
  left: 0;
  border: 1px solid red;
  padding: 4px
}

#content #support-add, #content #template-add, #content #email-add, #content #shop-add {
  display: block
}

#content #support-add input, #content #support-add select, #content #support-add textarea, #content #template-add input, #content #template-add select, #content #template-add textarea, #content #email-add input, #content #email-add select, #content #email-add textarea, #content #shop-add input, #content #shop-add select, #content #shop-add textarea {
  width: 100%
}

#content #support-add textarea, #content #template-add textarea, #content #email-add textarea, #content #shop-add textarea {
  height: 200px
}

#content #support-add textarea[name=title], #content #template-add textarea[name=title], #content #email-add textarea[name=title], #content #shop-add textarea[name=title] {
  height: 43px
}

#content .email {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end
}

#content .email .email-input {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: translateX(-120%);
  margin-right: 20px;
  flex-grow: 1
}

#content .email .email-input.active {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: translateX(0)
}

#content .email .btn-outer {
  flex-shrink: 0;
  margin: 0 10px 5px 0
}

#support .pagination, #content.shop-order .pagination {
  margin-top: 20px
}

#support .post, #support .template, #content.shop-order .post, #content.shop-order .template {
  background-color: #080808;
  border: 1px solid #151515;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 10px;
  position: relative
}

#support .post .profile, #support .template .profile, #content.shop-order .post .profile, #content.shop-order .template .profile {
  background-color: #000;
  padding: 10px;
  border-right: 1px solid #151515;
  font-size: 11px;
  text-align: center;
  width: 200px;
  flex-shrink: 0
}

#support .post .profile .avatar, #support .template .profile .avatar, #content.shop-order .post .profile .avatar, #content.shop-order .template .profile .avatar {
  margin: 10px auto
}

#support .post .profile .avatar img, #support .template .profile .avatar img, #content.shop-order .post .profile .avatar img, #content.shop-order .template .profile .avatar img {
  left: 1px;
  top: 1px
}

#support .post .buttons, #support .template .buttons, #content.shop-order .post .buttons, #content.shop-order .template .buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  padding: 10px
}

#support .post .buttons a, #support .template .buttons a, #content.shop-order .post .buttons a, #content.shop-order .template .buttons a {
  margin: 0 5px
}

#support .post .response, #support .template .response, #content.shop-order .post .response, #content.shop-order .template .response {
  flex-grow: 1;
  padding: 10px;
  font-size: 13px
}

#support .post .response textarea, #support .template .response textarea, #content.shop-order .post .response textarea, #content.shop-order .template .response textarea {
  width: 100%;
  height: 100%;
  min-height: 150px
}

#support .template, #content.shop-order .template {
  flex-direction: column;
  margin-top: 20px
}

#support .template .response, #content.shop-order .template .response {
  width: 100%
}

#support .template .title, #content.shop-order .template .title {
  width: 100%;
  padding: 10px
}

#support .template .title textarea, #content.shop-order .template .title textarea {
  width: 100%;
  height: 62px
}

#support .info, #content.shop-order .info {
  padding: 10px;
  font-size: 13px;
  background-color: #080808;
  border: 1px solid #151515;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 10px
}

#support .info form, #content.shop-order .info form {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-flow: column
}

#support .info form textarea, #content.shop-order .info form textarea {
  height: 100px;
  width: 300px
}

#support .info form button, #content.shop-order .info form button {
  padding: 5px;
  color: #fa9300
}

#support .mod-options, #content.shop-order .mod-options {
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center
}

#support .mod-options form, #content.shop-order .mod-options form {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: inline-flex;
  margin-left: auto
}

#support .mod-options p, #content.shop-order .mod-options p {
  display: inline-block;
  margin: 0 5px
}

#support .mod-options select, #content.shop-order .mod-options select {
  margin: 0 5px
}

#support #select-template, #content.shop-order #select-template {
  min-width: 200px;
  margin-top: 5px
}

#error {
  margin: 20px 0
}

.mgiveaway {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.mgiveaway #mgiveaway_rules {
  width: 200px;
  height: 100%;
  flex-shrink: 0
}

#mgiveaway {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%
}

#mgiveaway .rules {
  width: 400px;
  margin-right: 20px;
  height: 100%
}

#mgiveaway .rules .btn-big {
  width: 100%
}

#mgiveaway .rules small {
  font-size: 10px
}

#mgiveaway .coins {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%
}

#mgiveaway .coin {
  transform: scale(0);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 176px;
  height: 203px;
  background-color: #262626;
  position: absolute;
  padding: 20px
}

#mgiveaway .coin:before {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #080808
}

#mgiveaway .coin .text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  flex-flow: column;
  left: 1px;
  top: 1px
}

#mgiveaway .coin .text p {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase
}

#mgiveaway .coin .text .amount {
  font-size: 18px;
  color: #4ec400;
  margin-bottom: 10px
}

#mgiveaway .coin .text small {
  font-size: 10px;
  color: #555
}

#mgiveaway .coin .giveaway-countdown {
  margin: 10px;
  font-size: 10px
}

#mgiveaway .coin .giveaway-countdown .value {
  padding: 5px
}

#mgiveaway .coin:hover {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#mgiveaway .big {
  width: 250px;
  height: 290px
}

#mgiveaway .big .inside {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  position: relative
}

#mgiveaway .big .text {
  background-color: #000
}

#mgiveaway .big .text p {
  font-size: 24px;
  line-height: 30px
}

#mgiveaway .big .text .amount {
  font-size: 30px;
  margin-top: 10px
}

#mgiveaway .big .text small {
  font-size: 12px
}

#mgiveaway .small {
  margin-bottom: 20px
}

.timer-css {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%
}

.timer-css .timer_bg {
  margin-right: 35px;
  text-align: center;
  height: 115px;
  width: 100px;
  background: url(img/bg/timer-bg.png) no-repeat 0 20px
}

.timer-css .timer_bg:last-of-type {
  margin-right: 0
}

.timer-css .timer_bg .title {
  text-transform: uppercase;
  font-weight: 900;
  color: #4a4a4a
}

.timer-css .timer_bg .time {
  margin-top: 2px;
  font-size: 70px;
  font-weight: 900
}

#leaders .btn-big {
  float: right
}

#leaders h1 {
  text-align: left;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em
}

#leaders h2 {
  color: #fa9300;
  height: 30px;
  font-weight: 700;
  border-bottom: 1px solid #221f2d;
  margin-bottom: 10px;
  padding-bottom: 40px
}

#leaders .position-1, #leaders .position-2, #leaders .position-3 {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 5px center
}

#leaders .position-1 {
  background-image: url(img/gp/medal-1.png)
}

#leaders .position-2 {
  background-image: url(img/gp/medal-2.png)
}

#leaders .position-3 {
  background-image: url(img/gp/medal-3.png)
}

#leaders .position-center {
  background-position: center
}

#leaders .avatar {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block
}

#leaders #content {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start
}

#leaders #content .tabs {
  flex-grow: 1
}

#leaders #content .tabs.full-width {
  width: 100%
}

#leaders #content .tabs .buttons button {
  font-size: 18px;
  font-weight: 700;
  padding: 25px 20px;
  flex-grow: 1
}

#leaders #content .tabs .buttons button.active:before {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#leaders #content .tabs .buttons button:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 15px;
  left: 0
}

#leaders #content .box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 500px
}

#leaders #content .box h2 {
  font-size: 24px;
  border-bottom: none;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 20px
}

#leaders #content .box h2 span {
  color: #fff
}

#leaders #content .box .closed {
  margin-top: 50px;
  height: 50px;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase
}

#leaders #content .box #draw {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column
}

#leaders #content .box #draw .stats {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  background-color: #080808;
  border: 1px solid #151515;
  border-left: none;
  border-right: none;
  margin-top: 50px;
  padding: 20px
}

#leaders #content .box #draw .stats .cup {
  width: 180px;
  height: 180px;
  background: url(img/gp/atse-cup.png) no-repeat 0 20px
}

#leaders #content .box #draw .stats .stats-info {
  width: 53%;
  margin-left: 20px
}

#leaders #content .box #draw .stats .stats-info h2 {
  margin-top: 0;
  font-size: 34px;
  margin-bottom: 20px
}

#leaders #content .box #draw .stats .stats-info div span {
  font-weight: 700
}

#leaders #content .box #draw .stats .stats-info div:nth-child(2) span {
  color: #3dd92c
}

#leaders #content .box #draw .stats .stats-info div:nth-child(4) .value {
  color: #fa9300
}

#leaders #content .box #giveaway-join {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start
}

#leaders #content .box #giveaway-join .btn-big a {
  font-size: 12px
}

#leaders #content .box #giveaway-join .left-images, #leaders #content .box #giveaway-join .right-images {
  height: 500px;
  width: 150px;
  position: relative
}

#leaders #content .box #giveaway-join .left-images div, #leaders #content .box #giveaway-join .right-images div {
  position: absolute
}

#leaders #content .box #giveaway-join .left-images .coins-1, #leaders #content .box #giveaway-join .right-images .coins-1 {
  width: 102px;
  height: 151px;
  background: url(img/gp/coins-1.png) no-repeat;
  top: 80px
}

#leaders #content .box #giveaway-join .left-images .character-1, #leaders #content .box #giveaway-join .right-images .character-1 {
  width: 150px;
  height: 150px;
  background: url(img/gp/character-1.png) no-repeat;
  bottom: 0
}

#leaders #content .box #giveaway-join .left-images .coins-2, #leaders #content .box #giveaway-join .right-images .coins-2 {
  width: 75px;
  height: 90px;
  background: url(img/gp/coins-2.png) no-repeat;
  top: 20px
}

#leaders #content .box #giveaway-join .left-images .coin, #leaders #content .box #giveaway-join .right-images .coin {
  width: 146px;
  height: 143px;
  background: url(img/gp/coin.png) no-repeat;
  top: 100px;
  left: 20px
}

#leaders #content .box #giveaway-join .left-images .character-2, #leaders #content .box #giveaway-join .right-images .character-2 {
  width: 105px;
  height: 190px;
  background: url(img/gp/character-2.png) no-repeat;
  bottom: 0;
  left: 20px
}

#leaders #content .box #giveaway-join .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  text-align: center;
  width: 300px
}

#leaders #content .box #giveaway-join .buttons .btn-big {
  width: 300px;
  margin: 10px;
  height: 50px
}

#leaders #content .box #giveaway-join .buttons .btn-big.join {
  height: 60px
}

#leaders #content .box #giveaway-join .buttons .btn-big.join span {
  font-size: 20px
}

#leaders #content .box #giveaway-join .buttons .btn-big span {
  margin-left: 10px
}

#leaders #content .box #giveaway-join .buttons .small {
  font-size: 12px
}

.service-leaderboard #leaders.xmas .position-1, .service-leaderboard #leaders.xmas .position-2, .service-leaderboard #leaders.xmas .position-3 {
  font-size: 14px;
  background-image: none
}

.service-leaderboard #leaders.xmas h2 {
  color: rgba(0, 0, 0, .5)
}

.service-leaderboard #leaders.xmas #leaderboard-rules {
  position: relative
}

.service-leaderboard #leaders.xmas #leaderboard-rules .btn-big {
  float: right
}

.service-leaderboard #leaders.xmas #leaderboard-rules h1 {
  text-align: left;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em
}

.service-leaderboard #leaders.xmas #leaderboard-rules h2 {
  color: #fa9300;
  height: 30px;
  font-weight: 700;
  border-bottom: 1px solid #221f2d;
  margin-bottom: 10px;
  padding-bottom: 40px
}

.service-leaderboard #leaders.xmas #content-xmas {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start
}

.service-leaderboard #leaders.xmas #content-xmas .tabs {
  width: 960px
}

.service-leaderboard #leaders.xmas #content-xmas .tabs.full-width {
  width: 100%
}

.service-leaderboard #leaders.xmas #content-xmas .tabs .buttons button {
  font-size: 18px;
  font-weight: 700;
  padding: 25px 20px;
  flex-grow: 1
}

.service-leaderboard #leaders.xmas #content-xmas .tabs .buttons button.active:before {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

.service-leaderboard #leaders.xmas #content-xmas .tabs .buttons button:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 15px;
  left: 0
}

.service-leaderboard #leaders.xmas #content-xmas .box {
  flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start
}

.service-leaderboard #leaders.xmas #content-xmas .wood-sign {
  background-image: url(img/xmas/wood-sign.png);
  width: 264px;
  height: 217px;
  position: absolute;
  bottom: 0;
  right: 50px
}

.service-leaderboard #leaders.xmas .tabs-buttons {
  margin-bottom: 20px
}

.service-leaderboard #leaders.xmas .table-container {
  position: relative;
  border: 20px solid transparent;
  border-image: url(img/xmas/frame.png) round;
  border-image-slice: 1%;
  border-image-width: 3.2 .5 .5;
  border-bottom: none
}

.service-leaderboard #leaders.xmas .lights {
  background-image: url(img/xmas/lights.png);
  width: 975px;
  height: 24px;
  position: absolute;
  left: -20px;
  top: -44px
}

.service-leaderboard #leaders.xmas .row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%
}

.service-leaderboard #leaders.xmas .row div {
  width: 100%
}

.service-leaderboard #leaders.xmas .row div:nth-child(1) {
  width: 40%
}

.service-leaderboard #leaders.xmas .row div:nth-child(3) {
  width: calc(100% + 200px)
}

.service-leaderboard #leaders.xmas .row div:nth-child(4) {
  width: 40%
}

.service-leaderboard #leaders.xmas .row div:nth-child(5) {
  width: 40%
}

.service-leaderboard #leaders.xmas .row div:nth-child(6) {
  width: 40%
}

.service-leaderboard #leaders.xmas .head {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  color: #af1b1b;
  background-color: #fff;
  border: 2px solid #fff;
  font-weight: 900;
  height: 40px
}

.service-leaderboard #leaders.xmas .body .row {
  border: 1px solid #0b5707;
  height: 45px;
  padding: 10px;
  margin: 20px 0
}

.service-leaderboard #leaders.xmas .body .row:first-child {
  height: 80px;
  background-color: #0b5707
}

.service-leaderboard #leaders.xmas .body .row:nth-child(2), .service-leaderboard #leaders.xmas .body .row:nth-child(3) {
  height: 60px;
  background-color: #af1b1b
}

.service-leaderboard #leaders.xmas .body .row:nth-child(-n+3) {
  border: 2px solid #fff
}

.service-leaderboard #leaders.xmas .pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.service-leaderboard #leaders.xmas .pagination a {
  margin-left: 10px;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: #af1b1b
}

.service-leaderboard #leaders.xmas .pagination a.active {
  background-color: #0b5707
}

.service-leaderboard #leaders.xmas .pagination a:last-of-type {
  padding: 5px
}

.service-leaderboard #leaders.xmas .box {
  padding-top: 67px;
  position: relative
}

.service-leaderboard #leaders.xmas #giveaway-join {
  background-image: url(img/xmas/border.png);
  width: 453px;
  height: 326px;
  padding: 40px 50px;
  position: absolute;
  bottom: -280px
}

.service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big {
  float: none;
  margin-bottom: 14px;
  padding: 0;
  border: 2px solid #af1b1b;
  background: 0 0
}

.service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big a, .service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big button {
  background-color: transparent
}

.service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big a:hover, .service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big button:hover {
  color: #434141
}

.service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big a:hover .icon, .service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big button:hover .icon {
  filter: brightness(.5)
}

.service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big.done {
  border: 2px solid #fff !important;
  opacity: 1
}

.service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big.done a {
  background-color: #0b5707
}

.service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big.done a:hover {
  color: #000
}

.service-leaderboard #leaders.xmas #giveaway-join .buttons .btn-big.done a:hover .icon {
  filter: brightness(0)
}

.service-leaderboard #leaders.xmas #giveaway-join .small {
  font-size: 10px;
  margin-top: 30px
}

.service-leaderboard #leaders.xmas #giveaway-join .icon {
  margin-right: 10px
}

.service-leaderboard #leaders.xmas #draw {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  position: relative;
  width: 509px
}

.service-leaderboard #leaders.xmas #draw .timer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url(img/xmas/xmas-board.png);
  width: 509px;
  height: 268px;
  margin-bottom: 20px
}

.service-leaderboard #leaders.xmas #draw .timer .timer_bg {
  position: relative;
  margin-right: 20px;
  text-align: center;
  height: 85px;
  width: 85px;
  background: url(img/xmas/xmas-timer-bg.png) no-repeat
}

.service-leaderboard #leaders.xmas #draw .timer .timer_bg .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff
}

.service-leaderboard #leaders.xmas #draw .timer .timer_bg .time {
  margin-top: 5px;
  font-size: 60px;
  font-weight: 900;
  color: #0b5707
}

.service-leaderboard #leaders.xmas #draw .jackpot {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  background-image: url(img/xmas/jackpot-label.png);
  width: 570px;
  height: 97px;
  margin-top: -50px;
  z-index: 2
}

.service-leaderboard #leaders.xmas #draw .jackpot h1 {
  margin-top: 20px
}

.service-leaderboard #leaders.xmas #draw .jackpot h1 span {
  font-size: 30px;
  font-weight: 900
}

.service-leaderboard #leaders.xmas .stats {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-flow: column;
  background-image: url(img/xmas/ornamentation.png);
  width: 100%;
  height: 323px;
  position: absolute;
  bottom: -240px;
  background-repeat: no-repeat
}

.service-leaderboard #leaders.xmas .stats .title {
  width: 100%;
  margin-top: 115px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: rgba(0, 0, 0, .5);
  font-weight: 900
}

.service-leaderboard #leaders.xmas .stats .stats-info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%
}

.service-leaderboard #leaders.xmas .stats .stats-info .content {
  margin-left: 55px
}

.service-leaderboard #leaders.xmas .stats .stats-info h2 {
  margin-top: 0;
  font-size: 34px;
  margin-bottom: 20px
}

.service-leaderboard #leaders.xmas .stats .stats-info div span {
  font-weight: 700
}

.service-leaderboard #leaders.xmas .stats .stats-info div:nth-child(2) span {
  color: #3dd92c
}

.service-leaderboard #leaders.xmas .stats .stats-info div:nth-child(4) .value {
  color: #fa9300
}

.betting-join {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.betting-join form {
  flex-flow: column
}

.matchbetting {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  color: #b0b0b0;
  height: 100%;
  flex-flow: row-reverse
}

.matchbetting.wide {
  flex-flow: row wrap
}

.matchbetting.wide #game-bet {
  width: 100% !important;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start
}

.matchbetting.wide #game-bet .sides, .matchbetting.wide #game-bet .long-bet, .matchbetting.wide #game-bet .countdown {
  background-color: transparent !important
}

.matchbetting.wide #game-bet .sides {
  padding: 15px 0 !important
}

.matchbetting.wide #game-bet .countdown {
  border: none !important
}

.matchbetting.wide #game-bet .countdown .timer {
  padding: 15px 0 !important
}

.matchbetting .list {
  height: 100%;
  width: 100%
}

.matchbetting .list .table-container {
  height: calc(100% - 50px)
}

.matchbetting .bet-options {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  white-space: nowrap
}

.matchbetting .bet-options .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting .bet-options .buttons .btn-big {
  margin-right: 5px
}

.matchbetting .bet-options select {
  text-transform: uppercase;
  margin: 0 10px;
  height: 40px;
  border-color: #fa9300
}

.matchbetting .bet-options form {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting .bet-options small {
  clear: both;
  width: 100%;
  margin-top: 3px;
  display: block;
  text-align: center;
  font-size: 11px;
  margin-bottom: 5px
}

.matchbetting .bet-options small a {
  color: #fa9300
}

.matchbetting .bet-options small a:hover {
  color: #fa6a00
}

.matchbetting .date {
  font-family: roboto
}

.matchbetting .name {
  width: auto;
  color: #fff
}

.matchbetting .numbers {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

.matchbetting .numbers .percent {
  color: #fff;
  font-size: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px
}

.matchbetting .win-amount {
  color: #4ec400
}

.matchbetting .sides {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting .sides .profile {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  cursor: pointer
}

.matchbetting .sides .profile.active .multiplier {
  border-color: #4ec400
}

.matchbetting .sides .profile.active .percent {
  color: #4ec400
}

.matchbetting .sides .coin {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting .sides .multiplier {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 12px;
  height: 30px;
  border: 1px solid #19191c;
  padding: 7px;
  text-align: center
}

.matchbetting .time {
  font-size: 13px;
  color: #c17909
}

.matchbetting .league {
  font-size: 11px
}

.matchbetting .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0
}

.matchbetting .long-bet {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting .long-bet .safe {
  margin: 0 20px
}

.matchbetting .long-bet input {
  margin: 0 20px;
  width: 100px
}

.matchbetting .long-bet .balance {
  color: #fff;
  font-size: 18px
}

.matchbetting .long-bet .new_balance {
  color: #fa6a00;
  font-size: 12px;
  line-height: 12px;
  position: absolute
}

.matchbetting .coin {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 6px;
  margin: 0 10px
}

.matchbetting .coin .outer {
  padding: 2px;
  background-color: #171717;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

.matchbetting .coin .outer .inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  flex-flow: column;
  background-color: #666
}

.matchbetting .coin .outer .inner img {
  max-height: 130px;
  max-width: 80%
}

.matchbetting .profile:hover .coin .outer .inner {
  background-color: #2c2c2c
}

.matchbetting .profile:hover .coin .outer {
  background-color: #fa9300
}

.matchbetting .profile:hover .multiplier {
  border-color: #fa9300
}

.matchbetting .profile:hover .percent {
  color: #fa9300
}

.matchbetting #betting-games {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1
}

.matchbetting #betting-games.grid .result {
  flex-flow: row wrap;
  height: 250px;
  position: relative;
  max-width: 285px;
  justify-self: center
}

.matchbetting #betting-games.grid .date {
  position: absolute;
  top: 15px;
  left: 15px
}

.matchbetting #betting-games.grid .profile {
  flex-flow: column;
  width: 130px;
  padding: 20px;
  text-align: center
}

.matchbetting #betting-games.grid .profile img {
  margin: 10px
}

.matchbetting #betting-games.grid .item {
  padding: 0
}

.matchbetting #betting-games.grid .item:nth-of-type(4) {
  flex-flow: column-reverse
}

.matchbetting #betting-games.grid .item p {
  font-size: 13px
}

.matchbetting #betting-games.grid .head {
  position: absolute;
  top: 35px;
  left: 5px;
  border: none
}

.matchbetting #betting-games .result-number {
  font-size: 12px;
  margin-bottom: 20px
}

.matchbetting #betting-games .result-number span {
  margin-left: 20px
}

.matchbetting #betting-games .rank {
  margin-right: 10px
}

.matchbetting #betting-games .rank img {
  display: inline-block;
  height: 15px
}

.matchbetting #betting-games .result {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  background-color: rgba(17, 17, 18, .55);
  font-size: 12px;
  color: #b0b0b0;
  border: 1px solid #19191c;
  padding: 4px 0;
  margin-bottom: 3px;
  position: relative
}

.matchbetting #betting-games .result:nth-child(2n+1) {
  background-color: rgba(10, 10, 11, .55)
}

.matchbetting #betting-games .result:hover {
  background-color: #2c2c2c
}

.matchbetting #betting-games .result.change {
  background-color: #fa9300
}

.matchbetting #betting-games .result.active {
  border-color: #4ec400
}

.matchbetting #betting-games .result .gx {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  width: 20px;
  margin-left: 20px
}

.matchbetting #betting-games .result .gx .hexagon {
  width: 14px;
  height: 16px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #ffaf04;
  background: -moz-linear-gradient(left, #ffaf04 0%, #bd4700 100%);
  background: -webkit-linear-gradient(left, #ffaf04 0%, #bd4700 100%);
  background: linear-gradient(to right, #ffaf04 0%, #bd4700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

.matchbetting #betting-games .result .gx .status {
  margin-top: 2px;
  font-size: 9px;
  color: #fa9300
}

.matchbetting #betting-games .result.status-2 .status {
  color: #4ec400
}

.matchbetting #betting-games .result.status-2 .hexagon {
  background: #86f11e;
  background: -moz-linear-gradient(left, #86f11e 0%, #3da00c 100%);
  background: -webkit-linear-gradient(left, #86f11e 0%, #3da00c 100%);
  background: linear-gradient(to right, #86f11e 0%, #3da00c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

.matchbetting #betting-games .result .debug {
  color: #ff0200;
  position: absolute;
  top: 0;
  left: 0
}

.matchbetting #betting-games .item {
  padding: 5px 20px
}

.matchbetting #betting-games .item div, .matchbetting #betting-games .item img, .matchbetting #betting-games .item p {
  flex-shrink: 0;
  white-space: nowrap
}

.matchbetting #betting-games .item .coin {
  width: 35px;
  height: 40px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #1b1b1b;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting #betting-games .item .coin img {
  max-width: 90%;
  max-height: 90%
}

.matchbetting #betting-games .head {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border-left: 1px solid #19191c;
  padding-right: 15px
}

@media only screen and (max-width: 1366px) {
  .matchbetting #betting-games .head p {
    display: none
  }
}

.matchbetting #betting-games .profile {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  cursor: pointer
}

.matchbetting #betting-games .profile .multiplier {
  font-size: 11px;
  width: 46px;
  height: 25px;
  border: 1px solid #19191c;
  padding: 4px 0;
  text-align: center;
  position: relative
}

.matchbetting #betting-games .profile.bet .multiplier {
  border-color: #4ec400
}

@media only screen and (max-width: 800px) {
  .matchbetting #betting-games .type {
    display: none
  }
}

@media only screen and (max-width: 600px) {
  .matchbetting #betting-games .head, .matchbetting #betting-games .date {
    display: none
  }
}

.matchbetting .bet-container {
  flex-shrink: 0
}

.matchbetting #game-bet {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  max-width: 440px;
  min-width: 440px;
  padding-right: 0 !important
}

.matchbetting #game-bet .scoring {
  margin-bottom: 10px
}

.matchbetting #game-bet .score {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 12px;
  height: 30px;
  border: 1px solid #19191c;
  padding: 7px;
  text-align: center
}

.matchbetting #game-bet .score.win {
  border-color: #4ec400;
  color-color: #4ec400
}

.matchbetting #game-bet .score.lose {
  border-color: #ff0200;
  color: #ff0200
}

.matchbetting #game-bet .status.status-2 {
  color: #4cc900
}

.matchbetting #game-bet .status.status-3 {
  color: #dca308
}

.matchbetting #game-bet .buttons {
  padding: 0 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting #game-bet .buttons .btn-big {
  margin: 0 5px
}

.matchbetting #game-bet .buttons .btn-close {
  display: none
}

.matchbetting #game-bet .sides {
  border-top: 1px solid #19191c;
  width: 100%;
  padding: 20px;
  background-color: rgba(8, 8, 8, .65)
}

.matchbetting #game-bet .sides > div {
  margin: 5px 0
}

.matchbetting #game-bet .sides .profile.user-bet .outer {
  background-color: #4ec400
}

.matchbetting #game-bet .sides .profile.lose .name {
  color: #ff0200
}

.matchbetting #game-bet .sides .profile.win .name {
  color: #4ec400
}

.matchbetting #game-bet .sides .player img {
  margin-right: 15px
}

.matchbetting #game-bet .sides .coin {
  width: 110px;
  height: 120px
}

.matchbetting #game-bet .sides .vs {
  font-size: 18px;
  margin: 0 50px 60px
}

.matchbetting #game-bet .sides .vs-no-bg {
  margin-bottom: 75px
}

.matchbetting #game-bet .sides .bet {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4ec400
}

.matchbetting #game-bet .long-bet {
  border-top: 1px solid #19191c;
  flex-flow: column;
  padding: 20px;
  background-color: rgba(8, 8, 8, .85);
  border-right: none;
  border-left: none;
  margin: 0
}

.matchbetting #game-bet .long-bet .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting #game-bet .long-bet small {
  font-size: 10px;
  margin-top: 10px;
  width: 100%;
  text-align: center
}

.matchbetting #game-bet .details, .matchbetting #game-bet .lineups {
  border-top: 1px solid #19191c;
  background-color: rgba(8, 8, 8, .65);
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

.matchbetting #game-bet .details p, .matchbetting #game-bet .lineups p {
  text-align: center
}

.matchbetting #game-bet .details .lineup, .matchbetting #game-bet .lineups .lineup {
  font-size: 12px;
  padding: 5px 0;
  color: #fff
}

.matchbetting #game-bet .countdown {
  border-top: 1px solid #19191c;
  background-color: rgba(8, 8, 8, .65);
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

.matchbetting #game-bet .countdown p {
  text-align: center
}

.matchbetting #game-bet .countdown .timer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting #game-bet .countdown .timer .timer_bg {
  margin-right: 20px;
  text-align: center;
  height: 80px;
  width: 64px;
  background: url(img/bg/timer-bg-small.png) no-repeat 0 20px
}

.matchbetting #game-bet .countdown .timer .title {
  font-size: 11px;
  text-transform: uppercase
}

.matchbetting #game-bet .countdown .timer .time {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  margin-top: 4px
}

.matchbetting #game-bet h4 {
  text-align: center
}

.matchbetting #game-bet .streams {
  width: 100%;
  padding: 20px;
  border-top: 1px solid #19191c;
  border-bottom: 1px solid #19191c;
  background-color: rgba(8, 8, 8, .65)
}

.matchbetting #game-bet .streams .links {
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 420px
}

.matchbetting #game-bet .streams a {
  position: relative;
  margin: 5px 10px;
  display: block
}

.matchbetting #game-bet .streams a img {
  max-height: 25px
}

.matchbetting #game-bet .streams a .flag {
  position: absolute;
  margin-top: -5px;
  margin-left: -5px;
  max-height: 14px
}

.matchbetting .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 40px;
  width: 100%
}

.matchbetting .grid .box {
  width: 100%;
  height: 340px;
  border: 1px solid #171717;
  position: relative;
  cursor: pointer
}

.matchbetting .grid .box .desc {
  position: absolute;
  top: 20px;
  left: 20px
}

.matchbetting .grid .box .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  height: 100%
}

.matchbetting .grid .box .flex .sides {
  padding: 0 60px 40px;
  width: 100%;
  z-index: 1
}

.matchbetting .grid .box .flex .sides .profile div, .matchbetting .grid .box .flex .sides .profile img {
  margin-bottom: 10px
}

.matchbetting .grid .box .flex .sides .profile .multiplier {
  position: relative
}

.matchbetting .grid .box .flex .sides .profile .multiplier.left span {
  position: absolute;
  left: -36px
}

.matchbetting .grid .box .flex .sides .profile .multiplier.right span {
  position: absolute;
  right: -36px
}

.matchbetting .grid .box .flex .sides .team {
  text-align: center;
  font-size: 13px
}

.matchbetting .grid .box .flex .sides .vs-no-bg {
  margin: 0 25px 95px
}

.matchbetting .vs {
  background-image: url(img/gp/polygon-small.png);
  width: 42px;
  height: 48px;
  font-size: 18px;
  margin: 0 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 1;
  flex-shrink: 0
}

.matchbetting #stat {
  border: 1px solid #1a1a1d;
  margin-right: 30px
}

.matchbetting #stat .sides {
  padding: 45px 140px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.matchbetting #stat .sides .coin {
  width: 200px;
  height: 220px
}

.matchbetting .details {
  flex-grow: 1
}

.matchbetting .accordion {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  cursor: pointer;
  margin-right: 30px
}

.matchbetting .accordion:hover {
  background-color: #131313
}

.matchbetting .accordion .inner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  border: 1px solid #1a1a1d;
  padding: 20px 0
}

.matchbetting .accordion .inner.matches {
  position: relative
}

.matchbetting .accordion .team {
  position: absolute;
  color: #ff9804;
  top: 20px
}

.matchbetting .accordion .team.left {
  left: 10px
}

.matchbetting .accordion .team.right {
  right: 10px
}

.matchbetting .accordion .title {
  color: #fff;
  position: relative
}

.matchbetting .accordion .title .arrow {
  width: 9px;
  height: 6px;
  position: absolute;
  top: 6px;
  right: -30px
}

.matchbetting .accordion .title .arrow.down-arrow {
  background-image: url(img/icons/down-arrow.png)
}

.matchbetting .accordion .title .arrow.up-arrow {
  background-image: url(img/icons/up-arrow.png)
}

.matchbetting .accordion .container {
  display: none;
  flex-flow: column;
  width: 100%
}

.matchbetting .accordion .container .box {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start
}

.matchbetting .accordion .container .row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 20px 10px;
  border: 1px solid #1a1a1d;
  background-color: #111;
  color: #fff
}

.matchbetting .accordion .container .row p {
  font-size: 13px
}

.matchbetting .accordion .container .red, .matchbetting .accordion .container .lose {
  color: #c20404
}

.matchbetting .accordion .container .green, .matchbetting .accordion .container .win {
  color: #4cbe01
}

.matchbetting .accordion .container .gray {
  color: #606060
}

.matchbetting .accordion .container .win, .matchbetting .accordion .container .lose {
  margin-left: 15px
}

.matchbetting.pop {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 800px;
  border: 1px solid #19191c;
  position: relative;
  z-index: 1;
  flex-flow: column
}

.matchbetting.pop .sides {
  border-top: 1px solid #19191c;
  padding: 50px 0
}

.matchbetting.pop .sides div {
  margin-bottom: 15px
}

.matchbetting.pop .sides .player img {
  margin-right: 15px
}

.matchbetting.pop .sides .profile {
  position: relative
}

.matchbetting.pop .sides .profile.left .percent {
  position: absolute;
  top: 78px;
  left: -50px
}

.matchbetting.pop .sides .profile.right .percent {
  position: absolute;
  top: 78px;
  right: -50px
}

.matchbetting.pop .sides .coin {
  width: 200px;
  height: 220px
}

.matchbetting.pop .sides .team {
  font-size: 18px
}

.matchbetting.pop .sides .center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  text-align: center;
  margin-bottom: 100px
}

.matchbetting.pop .sides .center p {
  margin-bottom: 20px
}

.matchbetting.pop .long-bet {
  z-index: 1;
  margin-bottom: 30px
}

.matchbetting.pop .accordion {
  z-index: 10;
  width: 100%;
  margin-right: 0
}

#coinflip, #three, #freeflip {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start
}

#coinflip .major, #three .major, #freeflip .major {
  width: 100%
}

#coinflip h1, #three h1, #freeflip h1 {
  text-align: center;
  width: 100%;
  font-size: 50px
}

#coinflip .ranges, #three .ranges, #freeflip .ranges {
  margin-top: 20px
}

#coinflip .btn-outer, #three .btn-outer, #freeflip .btn-outer {
  background-color: #080808;
  border: 1px solid #262626;
  padding: 10px;
  margin: 5px 10px
}

#coinflip .btn-outer .btn-bet, #three .btn-outer .btn-bet, #freeflip .btn-outer .btn-bet {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  padding: 1px
}

#coinflip .btn-outer .btn-bet button, #three .btn-outer .btn-bet button, #freeflip .btn-outer .btn-bet button {
  padding: 0 10px;
  min-width: 80px;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 30px;
  background-color: #080808
}

#coinflip .btn-outer .btn-bet button span, #three .btn-outer .btn-bet button span, #freeflip .btn-outer .btn-bet button span {
  color: #fa9300;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px
}

#coinflip .btn-outer.disabled, #three .btn-outer.disabled, #freeflip .btn-outer.disabled {
  opacity: .6;
  filter: grayscale(1)
}

#coinflip .btn-outer:hover button, #three .btn-outer:hover button, #freeflip .btn-outer:hover button {
  background-color: transparent;
  font-size: 40px
}

#coinflip .btn-outer:hover button span, #three .btn-outer:hover button span, #freeflip .btn-outer:hover button span {
  color: #fff
}

#coinflip .buttons, #three .buttons, #freeflip .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#coinflip .roll, #three .roll, #freeflip .roll {
  text-align: center
}

#coinflip .hash, #three .hash, #freeflip .hash {
  font-size: 10px;
  text-align: center
}

#coinflip .ranges button, #three .ranges button, #freeflip .ranges button {
  width: 280px
}

#coinflip h3, #three h3, #freeflip h3 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px
}

#coinflip #roll-wrap, #three #roll-wrap, #freeflip #roll-wrap {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#coinflip .coins, #three .coins, #freeflip .coins {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#coinflip .coins .coin, #three .coins .coin, #freeflip .coins .coin {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer
}

#coinflip .coins .coin:hover, #three .coins .coin:hover, #freeflip .coins .coin:hover {
  transform: scale(1.3)
}

#coinflip .coin, #three .coin, #freeflip .coin {
  width: 134px;
  margin: 0 30px
}

#coinflip .coin img, #three .coin img, #freeflip .coin img {
  width: 100%;
  display: block
}

#coinflip .flip, #three .flip, #freeflip .flip {
  transform-style: preserve-3d;
  margin: 0 10px;
  width: 206px;
  height: 238px
}

#coinflip .flip .coin, #three .flip .coin, #freeflip .flip .coin {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

#coinflip .flip .coin:nth-child(1), #three .flip .coin:nth-child(1), #freeflip .flip .coin:nth-child(1) {
  transform: translateZ(1px)
}

#coinflip .flip .coin:nth-child(2), #three .flip .coin:nth-child(2), #freeflip .flip .coin:nth-child(2) {
  transform: translateZ(-1px) rotateY(180deg)
}

#freeflip .recaptcha > div {
  margin: 20px auto -15px
}

#freeflip .range {
  position: relative;
  margin-top: -20px
}

#freeflip .range .mark {
  top: 22px;
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fa6a00;
  z-index: 20;
  opacity: 0;
  margin-left: -8px
}

#freeflip .player {
  max-width: 400px;
  margin: 0 auto
}

#freeflip .message {
  padding: 20px;
  font-size: 18px;
  text-align: center
}

#freeflip .special {
  color: #4ec400;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  display: none
}

#freeflip hr {
  background-color: rgba(255, 255, 255, .3);
  width: 100%;
  height: 1px;
  margin: 10px 0
}

#freeflip p {
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase
}

#freeflip small {
  display: block;
  text-align: center;
  font-size: 10px;
  width: 100%
}

#freeflip small a {
  color: #fa9300
}

#freeflip .btn-outer button {
  font-size: 20px
}

#freeflip .btn-outer:hover {
  border-color: #fa9300
}

#freeflip .btn-outer:hover button {
  font-size: 20px
}

#freeflip .btn-outer.active {
  background-color: #fa9300;
  color: #000
}

#freeflip .btn-outer.active:hover button {
  color: #000
}

#freeflip .color {
  color: #fa9300
}

#freeflip .error {
  color: #ff0200;
  font-size: .9em
}

#freeflip .error a {
  color: #fa9300
}

#freeflip .timer-flipclock {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#freeflip .timer-flipclock .flip {
  width: 60px;
  height: 80px
}

#freeflip .timer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%
}

#freeflip .timer .timer_bg {
  margin-right: 35px;
  text-align: center;
  height: 115px;
  width: 100px;
  background: url(img/bg/timer-bg.png) no-repeat 0 20px
}

#freeflip .timer .timer_bg:last-of-type {
  margin-right: 0
}

#freeflip .timer .timer_bg .title {
  text-transform: uppercase;
  font-weight: 900;
  color: #4a4a4a
}

#freeflip .timer .timer_bg .time {
  margin-top: 2px;
  font-size: 70px;
  font-weight: 900
}

#jackpot {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start
}

#jackpot .major {
  width: 100%
}

#jackpot .info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#jackpot #bets-list tr {
  border-right: 3px solid transparent
}

#jackpot #bets-list tr.hover {
  background-color: rgba(255, 255, 255, .1);
  color: #fa9300
}

#jackpot small {
  padding: 5px;
  text-align: center;
  font-size: 11px;
  color: #b9b9b9;
  display: block
}

#jackpot .chart {
  margin-top: 20px;
  width: 481px;
  height: 481px;
  color: #556;
  text-transform: uppercase;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#jackpot .chart .timer {
  z-index: 10;
  position: absolute
}

#jackpot .chart .bg {
  position: absolute;
  width: 100%;
  height: 100%
}

#jackpot .chart .bg .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg/jackpot.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

#jackpot .chart .texts {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  position: absolute;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  height: 100%
}

#jackpot .chart .texts .counter-title {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  font-size: 0
}

#jackpot .chart .texts .deposit-title {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  font-size: 0
}

#jackpot .chart .texts .deposit {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  color: #11e200;
  font-size: 0
}

#jackpot .chart .texts .message {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-family: roboto;
  font-size: 0;
  font-weight: 700;
  text-align: center;
  color: #f08900
}

#jackpot .chart .timer {
  width: 90%;
  height: 90%
}

#jackpot .chart .draw {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute
}

#jackpot .chart .draw .triangle {
  position: absolute;
  width: 50px;
  height: 100%;
  background-image: url(img/gp/jackpot-indicator.png);
  background-position: center top 35px;
  background-repeat: no-repeat;
  z-index: 12
}

#jackpot .chart .draw .element {
  height: 100%;
  width: 50px;
  position: absolute
}

#jackpot .chart .draw .element .avatar {
  width: 50px;
  height: 60px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start
}

#jackpot .chart .draw .element .avatar:before {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#jackpot .chart .draw .element .avatar img {
  width: calc(100% - 2px);
  height: calc(100% - 2px)
}

#jackpot .last-winner {
  margin-left: 40px;
  min-width: 280px
}

#jackpot .last-winner .last-mega-winner {
  display: none
}

#jackpot .last-winner.mega-winner .username {
  color: #efae02 !important
}

#jackpot .last-winner.mega-winner .last-mega-winner {
  font-size: 1.4em;
  color: #efae02;
  display: inline
}

#jackpot .last-winner h1 {
  background-image: url(img/icons/icon-win.png);
  font-size: 13px;
  line-height: 26px;
  height: 26px;
  padding-left: 30px;
  background-repeat: no-repeat;
  font-weight: 600
}

#jackpot .last-winner h1 span {
  color: #fa9300
}

#jackpot .last-winner .profile {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  padding: 10px 0;
  border-bottom: 1px solid #1a1a20
}

#jackpot .last-winner .profile .avatar {
  width: 56px;
  height: 60px
}

#jackpot .last-winner .profile .username {
  font-size: 13px;
  color: #6e6e6e
}

#jackpot .last-winner .profile .value {
  font-size: 11px;
  color: #27f006
}

#jackpot .last-winner .profile.active {
  opacity: 1
}

#jackpot .last-winner .bet-info {
  padding: 10px 0;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 18px
}

#jackpot .last-winner .bet-info .value {
  color: #fa9300
}

#jackpot.round .chart .texts .message, #jackpot.countdown .chart .texts .message {
  font-size: 50px
}

@media only screen and (max-width: 540px) {
  #jackpot.round .chart .texts .message, #jackpot.countdown .chart .texts .message {
    font-size: 30px
  }
}

#jackpot.round .chart .texts .counter-title, #jackpot.countdown .chart .texts .counter-title {
  top: 265px;
  font-size: 12px
}

#jackpot.round .chart .texts .deposit, #jackpot.countdown .chart .texts .deposit {
  font-size: 27px;
  top: 325px
}

#jackpot.round .chart .texts .deposit-title, #jackpot.countdown .chart .texts .deposit-title {
  font-size: 12px;
  top: 360px
}

#jackpot.draw .draw {
  width: 90%;
  height: 90%
}

@media only screen and (max-width: 540px) {
  #jackpot.draw .draw {
    width: 70%;
    height: 70%
  }
}

#tos h1 {
  background: url(img/icons/icon-tos.png) no-repeat;
  padding-left: 45px;
  line-height: 40px;
  font-size: 24px;
  display: inline-block
}

#tos h1 span {
  color: #fa9e00
}

#tos h2 {
  font-size: 13px;
  color: #efae02;
  margin-bottom: 10px;
  font-weight: 700
}

#tos .btn-big {
  max-width: 200px;
  margin: 10px auto
}

#tos .btn-big button:hover {
  color: #fa9e00
}

#tos .scroll {
  margin-top: 20px;
  display: inline-block;
  line-height: 24px;
  font-size: 15px;
  font-weight: 700;
  padding-left: 40px;
  background: url(img/icons/icon-scroll.png) no-repeat
}

#tos .scrollbar {
  max-height: 60vh;
  min-height: 30vh;
  height: 50vh;
  text-align: left;
  font-size: 12px;
  line-height: 20px
}

#tos ol {
  margin-left: 20px
}

#tos ol ol {
  margin-left: 40px
}

#tos ol li {
  list-style-type: decimal;
  line-height: 22px
}

header #games .jackpot {
  background-image: url(img/icons/icon-jackpot.png)
}

header #games .coinflip {
  background-image: url(img/icons/icon-coinflip.png);
  padding-left: 17px
}

header #games .russian {
  background-image: url(img/icons/icon-russian.png)
}

header #menu-wrapper > ul button {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  padding: 15px;
  margin-left: 10px;
  color: #000
}

header #menu-wrapper > ul button:hover {
  color: #fff
}

#provably .jackpot {
  background-image: url(img/icons/icon-jackpot.png)
}

#provably .coinflip {
  background-image: url(img/icons/icon-coinflip.png)
}

#provably .russian {
  background-image: url(img/icons/icon-russian.png)
}

#roulette .last-mega, #jackpot .last-mega {
  right: 10px;
  text-transform: uppercase;
  position: absolute;
  color: #4ec400;
  font-size: 11px;
  line-height: 55px;
  min-width: 60px;
  cursor: pointer;
  padding-top: 15px;
  background-image: url(img/mega/last-mega-round.png);
  background-repeat: no-repeat;
  background-position: top center
}

#roulette .last-mega.last-mega-animation, #jackpot .last-mega.last-mega-animation {
  animation: mega-shake 500ms;
  animation-iteration-count: 1
}

@keyframes mega-shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg) scale(1)
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg) scale(1.1)
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg) scale(1)
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg) scale(.9)
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg) scale(1)
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg) scale(1.1)
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg) scale(1)
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg) scale(.9)
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg) scale(1)
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg) scale(1.1)
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg) scale(1)
  }
}

#roulette {
  position: relative
}

#roulette .roulette-text {
  height: 55px;
  line-height: 55px;
  font-family: roboto
}

#roulette .roulette-text .message {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center
}

#roulette .timer {
  width: 100%;
  height: 2px;
  background-color: #1f1f1f;
  position: relative
}

#roulette .timer .status {
  width: 0;
  height: 100%;
  background: #910000;
  background: -moz-linear-gradient(left, #910000 0%, #fa0000 100%);
  background: -webkit-linear-gradient(left, #910000 0%, #fa0000 100%);
  background: linear-gradient(to right, #910000 0%, #fa0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#roulette .hash {
  padding: 5px 0;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  color: #6e6e6e
}

#roulette .roll {
  margin: 25px 0;
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #080808;
  border: 1px solid #151515;
  padding: 10px 0
}

#roulette .roll:before {
  content: "";
  top: 0;
  background-image: url(img/gp/roulette-indicator.png);
  width: 14px;
  height: 100%;
  position: absolute;
  z-index: 2
}

#roulette .roll .items {
  width: 100%;
  height: 115px;
  background-image: url(img/gp/roulette.png?2);
  background-position: top left
}

#roulette .coin {
  margin: 0 5px;
  width: 100px;
  height: 115px;
  flex-shrink: 0;
  background-image: url(img/gp/roulette-coin.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

#roulette .coin.green {
  filter: hue-rotate(175deg)
}

#roulette .coin.black {
  filter: grayscale(100%)
}

#roulette .history {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  background: 0 0;
  border: 0;
  flex-shrink: 1;
  flex-grow: 0;
  max-width: 460px;
  margin-left: auto
}

#roulette .history p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px
}

#roulette .history .list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#roulette .history .coin {
  margin: 0 2px;
  width: 40px;
  height: 46px;
  text-align: center;
  font-size: .65em;
  padding-top: 2px
}

#roulette .colors {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 15px
}

#roulette .colors .color {
  background-color: #080808;
  border: 1px solid #151515;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 13px;
  color: #6e6e6e;
  font-size: 11px;
  width: 30%
}

#roulette .colors .color:hover .name {
  transform: scale(1.3)
}

#roulette .colors .color.red button {
  background: #a31f39;
  background: -moz-linear-gradient(left, #a31f39 0%, #750012 100%);
  background: -webkit-linear-gradient(left, #a31f39 0%, #750012 100%);
  background: linear-gradient(to right, #a31f39 0%, #750012 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#roulette .colors .color.green {
  margin: 0 10px
}

#roulette .colors .color.green button {
  background: #0e603e;
  background: -moz-linear-gradient(left, #0e603e 0%, #084325 100%);
  background: -webkit-linear-gradient(left, #0e603e 0%, #084325 100%);
  background: linear-gradient(to right, #0e603e 0%, #084325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#roulette .colors .color.black button {
  background: #4b4b4b;
  background: -moz-linear-gradient(left, #4b4b4b 0%, #28282a 100%);
  background: -webkit-linear-gradient(left, #4b4b4b 0%, #28282a 100%);
  background: linear-gradient(to right, #4b4b4b 0%, #28282a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#roulette .colors .color.win .sum .value {
  color: #4ec400
}

#roulette .colors .color.lose .sum .value {
  color: #ff0200
}

#roulette .colors .color .header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center
}

#roulette .colors .color .header .name {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  text-align: center;
  margin-top: -32px;
  cursor: pointer
}

#roulette .colors .color .header .name h2 {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 12px
}

#roulette .colors .color .header .name .coin {
  width: 60px;
  height: 69px
}

#roulette .colors .color .header button {
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  color: #fff;
  margin-bottom: 10px;
  margin-left: auto
}

#roulette .colors .color .header button:hover {
  background: #fa9300
}

#roulette .colors .color .your {
  background-color: #060606;
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  text-transform: uppercase
}

#roulette .colors .color .your .title {
  color: #fff;
  font-size: 10px
}

#roulette .colors .color .your .value {
  color: #fa6a00
}

#roulette .colors .color .sum {
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 5px 0;
  font-size: 14px;
  padding: 0 10px
}

#roulette .colors .color .bets {
  border-top: 1px solid #0e0e0f
}

#roulette .colors .color .bets .profile {
  margin: 5px 0;
  padding: 0 10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#roulette .colors .color .bets .profile:hover {
  background-color: rgba(255, 255, 255, .02);
  color: #fa9300
}

.balance .symbol::after, .balance .symbol::before {
  color: #fa9300
}

@media only screen and (max-width: 1152px) {
  #menu > ul {
    background-color: #0c0c0c
  }
}

#menu li {
  position: relative
}

#menu .coinhell-text {
  vertical-align: middle
}

#menu .ends {
  position: absolute;
  font-size: 10px;
  color: #9d9d9d;
  right: 4px;
  margin-top: -11px;
  font-family: roboto
}

#menu .coinhell .amount {
  color: #db4715;
  font-weight: 700
}

#menu .amount {
  position: absolute;
  font-size: 10px;
  color: #fff;
  right: 4px;
  margin-top: 22px
}

#menu .amount .symbol {
  color: #4ec400
}

@media only screen and (max-width: 1366px) {
  #jackpot {
    flex-direction: column;
    justify-content: flex-start
  }
  #jackpot .left-bets {
    max-width: calc(100% - 40px);
    margin-top: 20px
  }
  #jackpot .major {
    max-width: inherit
  }
  #jackpot .info {
    flex-flow: row wrap
  }
}

@media only screen and (max-width: 375px) {
  #jackpot .long-bet {
    flex-direction: column
  }
  #jackpot .long-bet .balance {
    margin: 10px
  }
}

#russian .sides {
  background-color: #080808;
  border: 1px solid #151515;
  border-left: 0;
  border-right: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#russian .sides .side {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 10px
}

#russian .sides .side.active .coin {
  opacity: 1
}

#russian .sides .coin {
  width: 87px;
  height: 80px;
  margin: 0 30px;
  opacity: .3;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#russian .sides .coin:before {
  position: absolute;
  margin-top: -10px;
  content: "";
  width: 87px;
  height: 100px
}

#russian .sides .coin:hover {
  transform: scale(1.5)
}

#russian .sides .left {
  color: #4eb82e
}

#russian .sides .left .coin:before {
  background-image: url(img/gp/russian-1.png)
}

#russian .sides .right {
  color: #00c0ff
}

#russian .sides .right .coin:before {
  background-image: url(img/gp/russian-2.png)
}

#russian .russian-game {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: rgba(32, 32, 36, .23);
  border: 1px solid #1b1b1e;
  padding: 10px;
  margin-bottom: 3px;
  cursor: pointer
}

#russian .russian-game .profile {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#russian .russian-game .profile .avatar {
  width: 37px;
  height: 39px
}

#russian .russian-game .profile .coin {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 38px;
  height: 43px;
  background-size: 100%;
  margin-right: 5px
}

#russian .russian-game .profile .username {
  font-size: 13px;
  color: #8c8c9f
}

#russian .russian-game .profile.left .coin {
  background-image: url(img/gp/russian-1.png)
}

#russian .russian-game .profile.right .coin {
  background-image: url(img/gp/russian-2.png)
}

#russian .russian-game .profile.killed {
  opacity: .3
}

#russian .russian-game .profile.killed .username {
  color: #ff0200
}

#russian .russian-game .vs {
  margin: 0 10px
}

#russian .russian-game .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: auto
}

#russian .russian-game .buttons .amount {
  text-transform: uppercase;
  padding: 5px;
  border-radius: 7px;
  color: #4ec400;
  font-size: 14px
}

#russian .russian-game .buttons .amount .symbol {
  color: #fa9300
}

#russian .russian-game .buttons .btn {
  padding: 2px;
  font-size: 12px;
  margin-left: 10px
}

#russian .russian-game .buttons .btn button {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 5px;
  text-transform: uppercase
}

#russian .russian-game .buttons .btn:hover button {
  background-color: transparent
}

#russian .russian-game .buttons .btn-join {
  background: #61b114;
  background: -moz-linear-gradient(left, #61b114 0%, #319c10 100%);
  background: -webkit-linear-gradient(left, #61b114 0%, #319c10 100%);
  background: linear-gradient(to right, #61b114 0%, #319c10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#russian .russian-game .buttons .btn-spectate {
  background: #3d3d3d;
  background: -moz-linear-gradient(left, #3d3d3d 0%, #353535 100%);
  background: -webkit-linear-gradient(left, #3d3d3d 0%, #353535 100%);
  background: linear-gradient(to right, #3d3d3d 0%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#russian .russian-game:nth-child(2n) {
  background-color: rgba(8, 8, 9, .52);
  border-color: #19191a
}

#russian .russian-game:hover {
  background-color: rgba(32, 32, 36, .8)
}

#russian .create-game {
  margin-bottom: 10px
}

#russian small {
  text-align: center;
  font-size: 11px;
  color: #b9b9b9;
  display: block
}

#russian-spectate {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#russian-spectate .profile {
  position: relative;
  padding: 20px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  align-items: center;
  flex-flow: column
}

#russian-spectate .profile .username {
  color: #555;
  font-size: 14px;
  margin-top: 10px
}

#russian-spectate .profile .avatar {
  width: 190px;
  height: 218px
}

#russian-spectate .profile .avatar img {
  width: calc(100% - 30px);
  height: calc(100% - 30px)
}

#russian-spectate .profile .coin {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 80px;
  right: 0;
  margin-top: -60px;
  margin-left: 90px;
  z-index: 2;
  width: 53px;
  height: 60px;
  background-size: 100%
}

#russian-spectate .profile .coin:hover {
  transform: scale(1.4)
}

#russian-spectate .profile.left .color {
  color: #4eb82e
}

#russian-spectate .profile.left .coin {
  background-image: url(img/gp/russian-1.png)
}

#russian-spectate .profile.right .color {
  color: #00c0ff
}

#russian-spectate .profile.right .coin {
  margin-left: -90px;
  background-image: url(img/gp/russian-2.png)
}

#russian-spectate .profile:after {
  width: 291px;
  height: 134px;
  position: absolute;
  margin-top: 110px;
  z-index: 40
}

#russian-spectate .profile.killed:after {
  background-image: url(img/gp/russian-killed.png);
  content: ""
}

#russian-spectate .profile.killed:before {
  background-image: url(img/gp/russian-blood.png);
  width: 93px;
  height: 78px;
  content: "";
  position: absolute;
  margin-top: -46px;
  margin-left: 8px;
  z-index: 4
}

#russian-spectate .profile.winner:after {
  background-image: url(img/gp/russian-winner.png);
  content: ""
}

#russian-spectate .pistol {
  width: 188px;
  height: 99px;
  position: absolute;
  margin-top: -170px;
  margin-left: -100px;
  display: none
}

#russian-spectate .pistol .img {
  background-image: url(img/gp/russian-pistol.png);
  width: 100%;
  height: 100%
}

#russian-spectate .pistol.right {
  margin-left: 100px
}

#russian-spectate .pistol.right .img {
  transform: scaleX(-1)
}

#russian-spectate .vs {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  margin: 0 90px
}

#russian-spectate .vs .magazine {
  background-image: url(img/gp/russian-magazine.png);
  width: 174px;
  height: 180px;
  position: relative
}

#russian-spectate .vs .magazine .bullet {
  content: "";
  background-image: url(img/gp/russian-bullet.png);
  width: 39px;
  height: 39px;
  position: absolute;
  left: 50%;
  top: 16px;
  margin-left: -20px;
  display: none
}

#russian-spectate .vs .amount {
  margin-top: 15px;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase
}

#russian-spectate .vs .amount.green {
  color: #4ec400
}

#russian-spectate .vs .amount.red {
  color: #ff0200
}

#russian-spectate .vs .status {
  font-size: 14px;
  color: #686872;
  text-transform: uppercase
}

#russian-spectate .btn-close {
  position: absolute;
  margin-top: 300px
}

#russian-spectate .btn-close:hover button {
  color: #fa9300
}

#provably .history {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

#provably .history .coin {
  margin: 0 5px;
  width: 46px;
  height: 48px;
  flex-shrink: 0;
  background-image: url(img/gp/roulette-coin.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

#provably .history .coin.green {
  filter: hue-rotate(175deg)
}

#provably .history .coin.black {
  filter: grayscale(100%)
}

#provably .history .coin .value {
  display: none
}

#leaderboard-rules ol {
  margin: 10px 0;
  padding-left: 20px
}

#leaderboard-rules ol li {
  list-style-type: decimal;
  line-height: 22px
}

#leaderboard-rules p {
  margin: 10px 0
}

#leaderboard-rules small {
  font-size: 10px;
  color: #b9b9b9
}

.icon.leaderboard {
  float: left;
  margin-right: 10px;
  background-image: url(img/icons/icon-leaderboard.png);
  width: 48px;
  height: 55px
}

#external-giveaway {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  flex-flow: column
}

#external-giveaway h2 {
  margin-bottom: 20px
}

#external-giveaway .btn-big {
  margin: 10px 0
}

#external-giveaway .btn-big a {
  font-size: 18px
}

#external-giveaway .btn-big span {
  margin-left: 10px
}

#tradeup aside {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}

#tradeup aside .type {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  margin-right: 12px
}

#tradeup aside .type a {
  position: relative;
  width: 100%;
  text-align: center
}

#tradeup aside .type a:first-of-type {
  margin-bottom: 20px
}

#tradeup aside .type a.active:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fab400;
  background: -moz-linear-gradient(left, #fab400 0%, #fa6b00 100%);
  background: -webkit-linear-gradient(left, #fab400 0%, #fa6b00 100%);
  background: linear-gradient(to right, #fab400 0%, #fa6b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#tradeup aside .wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  z-index: 1
}

#tradeup aside .wrapper .item {
  width: 76px;
  height: 82px;
  border: 1px solid #181818;
  padding: 10px;
  border-top: 5px solid;
  margin-right: 5px;
  background-image: url(img/bg/elipsa.png);
  background-position: center -1px;
  background-repeat: no-repeat;
  position: relative
}

#tradeup aside .wrapper .item .image {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#tradeup aside .wrapper .item .image img {
  width: 100%;
  display: block
}

#tradeup aside .wrapper .item .multiplier {
  font-size: 12px
}

#tradeup aside .wrapper .item .info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center
}

#tradeup aside .wrapper .item .info .avatar {
  width: 20px;
  height: 20px
}

#tradeup aside .wrapper .item .info .avatar img {
  width: 100%
}

#tradeup aside .wrapper .item:hover .item-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: scale(1)
}

#tradeup aside .wrapper .item-info {
  z-index: 5;
  border: 1px solid #181818;
  background-color: #070707;
  width: 100px;
  padding: 10px;
  position: absolute;
  top: 80px;
  left: -15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: scale(0);
  background-image: url(img/bg/elipsa.png);
  background-position: center 25px;
  background-repeat: no-repeat;
  text-align: center
}

#tradeup aside .wrapper .item-info:before {
  position: absolute;
  top: -5px;
  left: 46px;
  content: "";
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #fa9300 transparent
}

#tradeup aside .wrapper .item-info a {
  font-size: 10px
}

#tradeup .left {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-flow: column
}

#tradeup .left .toolbar {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 10px 6px 10px 10px
}

#tradeup .left .toolbar .search {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#tradeup .left .toolbar .filter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-right: 25px
}

#tradeup .left .toolbar .filter span {
  margin-right: 10px
}

#tradeup .left hr {
  width: 100%;
  height: 1px;
  background-color: #181818;
  margin: 10px 0
}

#tradeup .left .main {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%
}

#tradeup .left .main #items {
  max-width: 810px
}

#tradeup .left .main .tradeup-main {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-width: 1040px;
  flex-flow: column;
  flex-grow: 1;
  background-color: #070707;
  border-top: 1px solid #181818;
  margin-top: 66px;
  margin-right: 10px
}

#tradeup .left .main .tradeup-main .tradeup {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#tradeup .left .main .tradeup-main .sides {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 45px
}

#tradeup .left .main .tradeup-main .sides .profile {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#tradeup .left .main .tradeup-main .sides .coin {
  width: 128px;
  height: 144px;
  position: relative
}

#tradeup .left .main .tradeup-main .sides .coin img {
  width: 100%
}

#tradeup .left .main .tradeup-main .sides .icon.coins {
  background-image: url(img/gp/coins.png);
  width: 75px;
  height: 77px
}

#tradeup .left .main .tradeup-main .sides .info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  text-align: center
}

#tradeup .left .main .tradeup-main .sides .info .name {
  font-size: 13px
}

#tradeup .left .main .tradeup-main .sides .info .chance {
  font-size: 24px;
  color: #37c400
}

#tradeup .left .main .tradeup-main .sides .info .text {
  margin-top: 12px;
  font-size: 11px;
  color: #727272
}

#tradeup .left .main .tradeup-main .sides .info .price {
  font-size: 15px
}

#tradeup .left .main .tradeup-main .sides .info .multiplier {
  font-size: 24px
}

#tradeup .left .main .tradeup-main .sides .info .rev-arrow {
  background-image: url(img/gp/rev-arrow.png);
  background-repeat: no-repeat;
  height: 30px;
  width: 31px;
  margin: 20px 0
}

#tradeup .left .main .tradeup-main .sides .info .text {
  margin: 0
}

#tradeup .left .main .tradeup-main .sides .info .price {
  color: #37c400
}

#tradeup .left .main .tradeup-main .sides .coin {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 6px;
  margin: 0 10px
}

#tradeup .left .main .tradeup-main .sides .coin .outer {
  padding: 2px;
  background-color: #171717;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

#tradeup .left .main .tradeup-main .sides .coin .outer .inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  flex-flow: column;
  background-color: #080808
}

#tradeup .left .main .tradeup-main .tradeup-btn {
  margin-top: 28px;
  font-weight: 900;
  width: 270px;
  height: 50px;
  background: linear-gradient(to top, #1a5f00 0%, #2c8a08 100%);
  border: 2px solid;
  border-image: linear-gradient(to right, #37c400 0%, #339013 100%);
  border-image-slice: 1
}

#tradeup .left .main .tradeup-main .tradeup-btn .rev-up {
  background-image: url(img/gp/rev-up.png);
  width: 16px;
  height: 16px
}

#tradeup .left .main .tradeup-main .bet {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 13px;
  margin: 20px 0 30px
}

#tradeup .left .main .tradeup-main .bet .hex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #000;
  border: 1px solid #181818;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  text-align: center
}

#tradeup .left .main .tradeup-main .bet .hex span {
  display: block;
  font-size: 20px
}

#tradeup .left .main .tradeup-main .win-chance {
  width: calc(100% - 260px);
  margin: 0 auto
}

#tradeup .left .long-bet {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#tradeup .left .long-bet .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#tradeup .result {
  position: absolute;
  top: 8px;
  right: -30px;
  width: 82px;
  height: 52px;
  z-index: 5;
  transform: scale(0)
}

#tradeup .img-win {
  background-image: url(img/gp/tradeup-win.png)
}

#tradeup .img-lose {
  background-image: url(img/gp/tradeup-lose.png)
}

#tradeup.win .img-win {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: scale(1)
}

#tradeup.win .left .main .tradeup-main .sides .right .coin .outer {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #1a5702
}

#tradeup.lose .img-lose {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: scale(1)
}

#tradeup.lose .left .main .tradeup-main .sides .right .coin .outer {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #d41d26
}

.accept {
  border: 1px solid #44a21c;
  width: 100px;
  line-height: 0
}

.decline {
  border: 1px solid #424242;
  width: 100px;
  line-height: 0
}

.btn-notification-check {
  cursor: pointer
}

.btn-all-in-checker .enabled {
  border: 1px solid green
}

.btn-all-in-checker .disabled {
  border: 1px solid orange
}

.notification-content {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.notification-content .orange {
  color: #fa9300
}

.notification-content .browser-box {
  margin: 20px;
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 20px
}

.notification-content .browser-box .caption {
  font-size: 12px;
  padding: 15px
}

.notification-content .browser-box .caption h1 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px
}

::-webkit-scrollbar {
  width: 0;
  background: 0 0
}

.paginate-container tbody tr {
  display: none
}

#leaderboard-popup {
  display: none;
  width: 80%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative
}

#leaderboard-popup .buttons a, #leaderboard-popup .buttons .close {
  margin: 20px 10px;
  position: relative
}

.notification-bar {
  padding: 10px;
  background: orange;
  color: #0e0e0e;
  text-align: center;
  background: linear-gradient(#ee9700, #f47526);
  font-size: 15px;
  line-height: 1.2;
  z-index: 101;
  position: fixed;
  top: -9999px;
  left: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: -moz-transform 500ms
}

.notification-bar a {
  text-decoration: underline
}

.notification-bar.notification-bar-admin {
  background: linear-gradient(#ee610c, #f43f25);
  color: #000
}

.notification-bar.open {
  top: 0;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px)
}

.notification-bar .value {
  flex-grow: 1
}

.notification-bar .close {
  background-image: url(img/icons/icon-close.png);
  width: 32px;
  height: 32px;
  cursor: pointer;
  filter: brightness(.4);
  flex-shrink: 0
}

#trade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
  background: rgba(0, 0, 0, .9);
  z-index: 101;
  text-align: center;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  display: none
}

#trade.show {
  display: flex
}

#trade .main {
  margin: auto;
  width: 100%;
  max-width: 875px;
  min-height: 380px;
  background: #060606;
  border: 1px solid #0e0e0e;
  padding: 25px;
  position: relative
}

#trade .main .close {
  position: absolute;
  right: 25px;
  top: 25px;
  background-image: url(img/icons/icon-close.png);
  width: 32px;
  height: 32px;
  cursor: pointer
}

#trade .main .title {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 300
}

#trade .progress-area {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 20px;
  padding-bottom: 30px
}

#trade .progress-area .progress {
  width: 160px;
  position: relative;
  overflow: hidden;
  z-index: 0
}

#trade .progress-area .progress::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 0;
  height: 6px;
  width: 100%;
  background: #000;
  z-index: -1
}

#trade .progress-area .progress:first-of-type::before {
  left: 50%
}

#trade .progress-area .progress:last-of-type::before {
  width: 50%
}

#trade .progress-area .progress .progress-circle {
  height: 60px;
  width: 60px;
  margin: 5px auto;
  background: #000 no-repeat center;
  border-radius: 100%
}

#trade .progress-area .progress.progress-done .progress-circle {
  background-image: url(img/trade/done.png)
}

#trade .progress-area .progress.progress-clock .progress-circle {
  background-image: url(img/trade/clock.png)
}

#trade .progress-area .progress.progress-clock .progress-title {
  font-weight: 700
}

#trade .progress-area .progress.progress-hourglass .progress-circle {
  background-image: url(img/trade/hourglass.png)
}

#trade .progress-area .progress .progress-title {
  font-size: 13px;
  margin-bottom: 10px
}

#trade .text {
  display: none;
  margin: 20px 0
}

#trade .text .text-title {
  font-size: 18px;
  color: #fa9900;
  padding-bottom: 6px
}

#trade .text .text-info {
  font-size: 13px
}

#trade .text .text-coins {
  color: #80c915
}

#trade .text .buttons {
  display: flex;
  justify-content: center
}

#trade .text .buttons > * {
  margin: 5px
}

.zIndex-notification-bar {
  z-index: 102
}

.zIndex-leaderboard {
  z-index: 103
}

.zIndex-default-games {
  z-index: 104
}

.zIndex-tos {
  z-index: 105
}

#roulette .coin.mega, #roulette.mega .colors .coin, #provably .coin.mega, #provably.mega .colors .coin {
  filter: none !important;
  background-size: cover;
  position: relative
}

#roulette .coin.mega.red, #roulette.mega .colors .coin.red, #provably .coin.mega.red, #provably.mega .colors .coin.red {
  background-image: url(img/mega/coin-silver.png)
}

#roulette .coin.mega.green, #roulette.mega .colors .coin.green, #provably .coin.mega.green, #provably.mega .colors .coin.green {
  background-image: url(img/mega/coin-gold.png)
}

#roulette .coin.mega.green:after, #roulette.mega .colors .coin.green:after, #provably .coin.mega.green:after, #provably.mega .colors .coin.green:after {
  filter: hue-rotate(175deg)
}

#roulette .coin.mega.black, #roulette.mega .colors .coin.black, #provably .coin.mega.black, #provably.mega .colors .coin.black {
  background-image: url(img/mega/coin-brown.png)
}

#roulette .coin.mega.black:after, #roulette.mega .colors .coin.black:after, #provably .coin.mega.black:after, #provably.mega .colors .coin.black:after {
  filter: grayscale(100%)
}

#provably .coin.mega {
  background-size: contain
}

#provably .coin.mega:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: auto 100%;
  background-image: url(img/gp/roulette-coin.png);
  clip-path: polygon(0% 22%, 100% 82%, 0 115%)
}

#roulette.mega .colors .name, #roulette.mega .colors .btn-bet {
  cursor: not-allowed
}

#roulette.mega .colors .red button {
  background: linear-gradient(to right, #b7b7b7, #6a6a6a)
}

#roulette.mega .colors .red button:hover {
  background: linear-gradient(to right, #bbbbbb, #767676)
}

#roulette.mega .colors .green button {
  background: linear-gradient(to right, #f4b734, #c96f00)
}

#roulette.mega .colors .green button:hover {
  background: linear-gradient(to right, #f9bc34, #d77c00)
}

#roulette.mega .colors .black button {
  background: linear-gradient(to right, #874a1e, #451c01)
}

#roulette.mega .colors .black button:hover {
  background: linear-gradient(to right, #91541e, #521e01)
}

#roulette.mega .last-mega {
  font-size: 0;
  background: url(img/mega/mega-round.png) no-repeat center;
  background-size: contain
}

#roulette.mega .roll .items {
  background-image: url(img/mega/roulette.png?2)
}

#roulette.mega .timer .status {
  background: #fae154 !important
}

.mega-popup {
  padding-right: 0;
  transition: padding 500ms;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 50;
  padding-top: 80px;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px
}

.mega-popup.open {
  display: flex
}

.mega-popup div {
  font-size: 24px
}

.mega-popup .mega-left {
  color: #94ef1d
}

.mega-popup img {
  max-width: 100%;
  display: none;
  margin: 0 auto;
  padding: 10px
}

.mega-popup .theme-new {
  display: block
}

.mega-popup .theme-old {
  display: none
}

.mega-popup .visible {
  display: block !important
}

body:not(.chat-closed) .mega-popup {
  padding-right: 280px
}

header .btn-logo {
  z-index: 51
}

@media only screen and (max-width: 1024px) {
  .mega-popup {
    padding-right: 0 !important
  }
}

@media only screen and (max-width: 540px) {
  .mega-popup {
    top: 60px;
    height: calc(100% - 120px)
  }
}

.text-center {
  text-align: center !important
}

.text-left {
  text-align: left !important
}

.flex-grow {
  flex-grow: 1
}

#content .pagination a {
  margin-bottom: 5px
}

.recovery-words {
  display: inline-block;
  background: darkred;
  padding: 5px
}

form#authenticator-form {
  display: block
}

.g-recaptcha > div {
  margin: 0 auto
}

#content .profile-form {
  width: auto
}

#content .profile-form form {
  align-items: center;
  flex-flow: initial
}

#content .profile-form form input {
  width: initial;
  flex-grow: 1;
  margin-right: 10px
}

#content .profile-data-form {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#content .profile-data-form > div {
  flex-grow: 1
}

@media only screen and (max-width: 700px) {
  #content .profile-data-form {
    display: block
  }
}

#content #avatar-form {
  text-align: center
}

#content #avatar-form form {
  flex-direction: column
}

#content #avatar-form #avatar-upload {
  width: 250px;
  height: 250px;
  border: 1px solid #efae02;
  background: rgba(0, 0, 0, .3);
  transition: 500ms background;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#content #avatar-form #avatar-upload.drag {
  background: rgba(255, 129, 0, .75)
}

#content #avatar-form #avatar-upload:hover, #content #avatar-form #avatar-upload:focus {
  background: rgba(0, 0, 0, .6)
}

#content #avatar-form #avatar-upload:active {
  background: rgba(0, 0, 0, .9)
}

#content #avatar-form #avatar-upload img#avatar-upload-image {
  max-width: 200px;
  max-height: 200px
}

#content #avatar-form #avatar-upload input#avatar-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

#faq section > h2 {
  border-bottom: 1px solid #221f2d;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  color: #fff
}

#faq section > h2:before {
  counter-increment: none;
  content: ""
}

#faq section .section:first-of-type h2 {
  margin-top: 10px
}

#bot-form {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  text-align: center
}

#bot-form input {
  margin: 10px 0
}

#content .flip-clock-wrapper li {
  line-height: inherit
}

#content .flip-clock-wrapper ul {
  margin: 1px
}

#content .flip-clock-label {
  right: unset;
  top: unset;
  font-family: inherit;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  width: 130px;
  bottom: -1.5em;
  text-align: center;
  left: 17px
}

#content .days .flip-clock-label {
  left: unset
}

#content .flip-clock-dot {
  margin-left: 5px
}

#full-center {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  text-align: center
}

#full-center img {
  max-width: 100%;
  display: block
}

#full-center .info {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 20px
}

#full-center .buttons {
  text-transform: uppercase
}

#full-center.maintenance {
  overflow: auto;
  padding: 20px
}

#full-center.maintenance .logo-minus {
  margin-bottom: -70px
}

#full-center.maintenance h1, #full-center.maintenance h2 {
  text-transform: none;
  text-align: center;
  border-bottom: none
}

#full-center.maintenance h1 {
  padding-top: 10px;
  margin-bottom: 10px
}

#full-center.maintenance h2 {
  color: #ff7200;
  font-weight: 400;
  font-size: 24px
}

.container {
  height: 100%
}

#default-game h1 {
  margin-bottom: 0
}

#default-game h1 span {
  color: #fa9300
}

#default-game .game-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px
}

#default-game .game-buttons .btn-big {
  margin: 5px
}

#default-game .game-buttons .btn-big:not(.active) {
  background: rgba(250, 147, 0, .3);
  background: -moz-linear-gradient(left, rgba(250, 147, 0, 0.3) 0%, rgba(250, 106, 0, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(250, 147, 0, 0.3) 0%, rgba(250, 106, 0, 0.8) 100%);
  background: linear-gradient(to right, rgba(250, 147, 0, 0.3) 0%, rgba(250, 106, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#default-game .game-buttons .btn {
  cursor: pointer;
  padding: 0;
  margin: 5px;
  background-color: #080808;
  border: 1px solid #151515;
  transition: 300ms all
}

#default-game .game-buttons .btn img {
  display: block;
  margin: 2px;
  opacity: .8;
  transition: 300ms all;
  border: 1px solid transparent
}

#default-game .game-buttons .btn:not(.active):hover {
  background-color: rgba(35, 35, 35, .81);
  border-color: #21212a
}

#default-game .game-buttons .btn:not(.active):hover img {
  opacity: 1
}

#default-game .game-buttons .btn.active {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  border-color: #000
}

#default-game .game-buttons .btn.active img {
  opacity: 1;
  border-color: #000
}

#default-game .go-roulette {
  width: 180px;
  margin: 0 auto;
  background: #2e9002;
  background: -moz-linear-gradient(left, #2e9002 0%, #77d930 100%);
  background: -webkit-linear-gradient(left, #2e9002 0%, #77d930 100%);
  background: linear-gradient(to right, #2e9002 0%, #77d930 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

.text-nowrap {
  white-space: nowrap
}

.symbol::before {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/coin.png);
  margin: 0 2px
}

.symbol.symbol-usd::before, .symbol.symbol-eur::before {
  background: 0 0;
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: baseline !important
}

.symbol.symbol-usd::before {
  content: "$" !important
}

.symbol.symbol-eur::before {
  content: "€" !important
}

.symbol::after {
  margin-left: 2px;
  vertical-align: baseline
}

.symbol.symbol-sek::after {
  content: "SEK" !important
}

.symbol.symbol-pln::after {
  content: "PLN" !important
}

.symbol.symbol-sek.symbol-small::after, .symbol.symbol-pln.symbol-small::after {
  font-size: .6em
}

.symbol.symbol-sek::before, .symbol.symbol-pln::before {
  background: 0 0;
  content: none !important;
  margin: 0
}

.symbol.symbol-null::before, .symbol.symbol-null::after {
  background: 0 0;
  content: none !important;
  margin: 0
}

.icon.safe + div p .symbol::before {
  vertical-align: sub;
  content: ""
}

.symbol-show .symbol::before, .symbol-show.symbol::before {
  content: ""
}

.skins-area {
  width: 300px;
  height: 360px;
  position: fixed;
  left: calc(50% - 150px);
  top: 30%;
  overflow: visible;
  transition: 400ms all;
  z-index: 100
}

.skins-area:hover {
  z-index: 101
}

.skins-area.right-side.moved {
  left: calc(100% - 305px);
  top: 120px
}

.skins-area:not(.right-side).moved {
  top: 100px;
  left: 20px
}

@media only screen and (max-width: 1220px) {
  .skins-area:not(.right-side).moved {
    top: 64px
  }
}

.skins-area.roulette-second.moved {
  transform: translateY(140px)
}

.skins-area.roulette-second .close, .skins-area.roulette-second .move-right {
  display: none
}

.skins-area > * {
  position: absolute
}

.skins-area .bg-area {
  left: 0;
  top: 0;
  border: 1px solid #52350b;
  background: rgba(1, 1, 1, .8);
  width: 100%;
  height: 100%;
  display: none
}

.skins-area .close {
  background-image: url(img/icons/icon-close.png);
  width: 32px;
  height: 32px;
  cursor: pointer;
  filter: brightness(.4);
  position: absolute;
  left: 10px;
  top: 10px;
  transform: scale(.5) translate(-20px, -20px);
  transition: 400ms transform
}

.skins-area .close:hover {
  transform: scale(.6) translate(-12px, -12px);
  filter: brightness(.6)
}

.skins-area .close.clicked {
  transform: scale(1)
}

.skins-area .move-right {
  background: url(img/icons/up-arrow.png) no-repeat center;
  width: 9px;
  height: 6px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 5px;
  transform: rotate(90deg);
  padding: 10px
}

.skins-area.right-side .move-right {
  transform: rotate(-90deg)
}

.skins-area .your-bet {
  left: 0;
  width: 100%;
  text-align: center;
  top: -100vh;
  font-size: 1.3em
}

.skins-area .multiplier {
  left: 0;
  width: 100%;
  text-align: center;
  top: -100vh;
  transition: 200ms transform
}

.skins-area .multiplier .value {
  color: #fa9300
}

.skins-area .skin {
  width: 200px;
  height: 200px;
  left: -100vw;
  bottom: -100vh;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 400ms all
}

.skins-area .skin .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain
}

.skins-area .skin .bg.bg-orange {
  background-image: url(img/skins/bg-orange.png)
}

.skins-area .skin .bg.bg-green {
  background-image: url(img/skins/bg-green.png)
}

.skins-area .skin .bg.bg-red {
  background-image: url(img/skins/bg-red.png)
}

.skins-area .skin .image {
  max-width: 100px;
  max-height: 100px;
  z-index: 1
}

.skins-area .skin .image.shake {
  animation: shake 400ms
}

.skins-area .skin.skin-bet-animate-1 {
  left: 50px;
  bottom: 50px
}

.skins-area .skin.skin-bet-animate-2 {
  left: -25px
}

.skins-area .skin.skin-win-animate-1 {
  left: 0;
  bottom: 50px
}

.skins-area .skin.skin-win-animate-2 {
  left: 125px
}

.skins-area .text-nice {
  right: -100vw;
  bottom: -100vh;
  width: 100%;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.skins-area .text-nice > div {
  width: 200px;
  background: no-repeat center;
  background-size: contain;
  z-index: 2
}

.skins-area .text-nice .text-good-luck {
  background-image: url(img/skins/text-good-luck.png);
  height: 62px
}

.skins-area .text-nice .text-win {
  background-image: url(img/skins/text-win.png);
  height: 80px
}

.skins-area .text-nice .text-lose {
  background-image: url(img/skins/text-lose.png);
  height: 80px
}

.skins-area .bet-side-area {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  top: -100vh;
  transition: 200ms transform
}

.skins-area .bet-side-area.coin-blue .btn-big {
  background: linear-gradient(to right, #2777c5 0%, #4ba451 100%)
}

.skins-area .bet-side-area.coin-purple .btn-big {
  background: linear-gradient(to right, #b12c46 0%, #783dc5 100%)
}

.skins-area .bet-side-area.color-red .btn-big {
  background: linear-gradient(to right, #ae0234 0%, #5f010b 100%)
}

.skins-area .bet-side-area.color-black .btn-big {
  background: linear-gradient(to right, #626262 0%, #2d2d2d 100%)
}

.skins-area .bet-side-area.color-green .btn-big {
  background: linear-gradient(to right, #009d40 0%, #015118 100%)
}

.skins-area .bet-side-area.bet-side-animate-1 {
  top: 58px
}

.skins-area.roulette-mega .bet-side-area.color-red .btn-big {
  background: linear-gradient(to right, #c3c3c3 0%, #545454 100%)
}

.skins-area.roulette-mega .bet-side-area.color-black .btn-big {
  background: linear-gradient(to right, #8d4707 0%, #3c1a02 100%)
}

.skins-area.roulette-mega .bet-side-area.color-green .btn-big {
  background: linear-gradient(to right, #fef5a0 0%, #f06401 100%)
}

.skins-area .coins-bet, .skins-area .coins-win {
  display: flex;
  align-items: center;
  width: 90px;
  top: 65px;
  transition: 200ms transform
}

.skins-area .coins-bet img, .skins-area .coins-win img {
  max-width: 26px;
  vertical-align: sub
}

.skins-area .arrow {
  left: 134px;
  bottom: 134px;
  background: url(img/skins/arrow.png);
  width: 33px;
  height: 33px;
  opacity: .4;
  transition: 400ms opacity, 400ms filter, 400ms transform;
  filter: hue-rotate(100deg)
}

.skins-area .arrow.red {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(.8);
  animation: shake 400ms
}

.skins-area .arrow.green {
  filter: none;
  transform: rotate(360deg)
}

.skins-area .arrow.opacity-1 {
  opacity: 1
}

.skins-area .coins-bet {
  left: -100vw
}

.skins-area .coins-win {
  justify-content: flex-end;
  text-align: right;
  right: -100vw
}

.skins-area .coins-win img {
  filter: hue-rotate(90deg)
}

@media only screen and (max-width: 540px) {
  .skins-area {
    height: 170px;
    width: 90vw;
    left: 5vw !important;
    bottom: 0
  }
  .skins-area .move-right {
    transform: rotate(0deg)
  }
  .skins-area .your-bet {
    display: none !important
  }
  .skins-area.moved {
    top: calc(100% - 212px) !important
  }
  .skins-area .text-good-luck {
    transform: rotate(0deg) translateX(1%) translateY(75%) scale(.5)
  }
  .skins-area .text-lose {
    transform: scale(.5) translateX(0%) translateY(108%)
  }
  .skins-area .coins-bet, .skins-area .coins-win {
    top: 10px;
    font-size: 12px
  }
  .skins-area .coins-bet {
    margin-left: 10px
  }
  .skins-area .coins-win {
    margin-right: 10px
  }
  .skins-area .close.clicked {
    transform: scale(.7) translate(-15px, -13px)
  }
  .skins-area .skin.skin-bet-animate-1, .skins-area .skin.skin-bet-animate-2 {
    left: calc(50% - 175px)
  }
  .skins-area .skin.skin-win-animate-1 {
    opacity: 0
  }
  .skins-area .skin.skin-win-animate-2 {
    opacity: 1;
    left: calc(50% - 20px)
  }
  .skins-area .bet-side-area.bet-side-animate-1 {
    top: 5px
  }
  .skins-area .bet-side-area .btn-big button {
    padding: 5px
  }
  .skins-area .multiplier {
    top: 45px !important
  }
  .skins-area.right-side .move-right {
    transform: rotate(180deg)
  }
  .skins-area.right-side.moved {
    top: 50px !important
  }
  .skins-area .skin {
    transform: translateY(88px);
    left: calc(50% - 16px)
  }
  .skins-area .arrow {
    top: 90px;
    left: calc(50% - 16px)
  }
  .skins-area .text-win {
    transform: scale(.5) translateY(90px)
  }
  .skins-area.moved {
    overflow: hidden
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg)
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg)
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg)
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg)
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg)
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg)
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg)
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg)
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg)
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg)
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg)
  }
}

@keyframes shake-short {
  from {
    transform: rotate(10deg)
  }
  to {
    transform-origin: center center;
    transform: rotate(-10deg)
  }
}

.color-pulse {
  animation: color-pulse 3s infinite;
  position: relative
}

.color-pulse.color-pulse-notification {
  padding-right: 14px !important
}

.color-pulse.color-pulse-notification::after {
  content: "!";
  background: #fa5300;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  right: -4px;
  top: calc(50% - 16px);
  font-size: 14px;
  font-weight: 700;
  text-align: center
}

@keyframes color-pulse {
  0% {
    color: #fa9300
  }
  33% {
    color: #4ec400
  }
  66% {
    color: #ff0200
  }
  100% {
    color: #fa9300
  }
}

#skins-on-bet-settings .game-buttons .game-button {
  font-size: 20px;
  text-align: left;
  text-transform: capitalize;
  margin: 5px 0
}

#skins-on-bet-settings .game-buttons .game-button .state {
  color: #fa9300;
  cursor: pointer;
  font-weight: 700
}

#skins-on-bet-settings .game-buttons .game-button .state.state-true {
  color: #4ec400
}

#skins-on-bet-settings .game-buttons .game-button.game-button-general {
  margin-top: 15px;
  font-size: 26px
}

#skins-on-bet-settings .game-buttons .game-button.game-button-general .state-false {
  color: #ff0200
}

.update-browser {
  margin: 10px 0
}

#chat .links {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-top: 4px
}

#chat .links a {
  color: #fa9300;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#chat .links a:hover {
  color: #fff
}

#sidebar #chat .message .badge {
  top: 25px
}

#sidebar #chat .message .avatar {
  flex-basis: 38px;
  height: 38px
}

#sidebar #chat .message .username span, #sidebar #chat .message .atse-logo {
  font-size: 0
}

#sidebar #chat .message .username span::before, #sidebar #chat .message .atse-logo::before {
  content: "";
  background: url(img/logo-small.png) center;
  background-size: cover;
  width: 19px;
  height: 15px;
  display: inline-block;
  vertical-align: top
}

body > div[style*="visibility: visible; position: absolute"]:not([class]):not([attr]) {
  height: 100vh;
  width: 100vh;
  top: 0;
  left: 0;
  overflow: auto
}

.recaptcha > div {
  margin: 0 auto
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.tournament-bracket {
  color: #000;
  display: flex;
  flex-direction: column
}

@media(min-width: 800px) {
  .tournament-bracket {
    flex-direction: row
  }
}

.tournament-bracket__round {
  display: block;
  margin-left: -3px;
  flex: 1
}

.tournament-bracket__round-title {
  color: #9e9e9e;
  font-size: .95rem;
  font-weight: 400;
  text-align: center;
  font-style: italic;
  margin-bottom: .5em
}

.tournament-bracket__list {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  border-bottom: 1px dashed transparent;
  padding-bottom: 2em;
  margin-bottom: 2em;
  transition: padding .2s ease-in-out, margin .2s ease-in-out
}

@media(max-width: 400px) {
  .tournament-bracket__list {
    padding-bottom: 1em;
    margin-bottom: 1em
  }
}

@media(min-width: 800px) {
  .tournament-bracket__list {
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px dashed transparent;
    border-bottom: 0
  }
}

.tournament-bracket__round:last-child .tournament-bracket__list {
  border: 0
}

.tournament-bracket__item {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 2% 0;
  width: 48%;
  transition: padding .2s linear
}

.tournament-bracket__item:nth-child(odd) {
  margin-right: 2%
}

.tournament-bracket__item:nth-child(even) {
  margin-left: 2%
}

.tournament-bracket__item::after {
  transition: width .2s linear
}

@media(max-width: 400px) {
  .tournament-bracket__item {
    width: 100%
  }
  .tournament-bracket__item:nth-child(odd), .tournament-bracket__item:nth-child(even) {
    margin-left: 0;
    margin-right: 0
  }
}

@media(min-width: 800px) {
  .tournament-bracket__item {
    padding: .5em 1em;
    width: 100%
  }
  .tournament-bracket__item:nth-child(odd), .tournament-bracket__item:nth-child(even) {
    margin: 0
  }
  .tournament-bracket__item::after {
    position: absolute;
    right: 0;
    content: "";
    display: block;
    width: 1em;
    height: 45%;
    border-right: 2px solid #9e9e9e
  }
  .tournament-bracket__item:nth-child(odd)::after {
    top: 50%;
    border-top: 2px solid #9e9e9e;
    transform: translateY(-1px)
  }
  .tournament-bracket--rounded .tournament-bracket__item:nth-child(odd)::after {
    border-top-right-radius: .6em
  }
  .tournament-bracket__item:nth-child(even)::after {
    bottom: 50%;
    border-bottom: 2px solid #9e9e9e;
    transform: translateY(1px)
  }
  .tournament-bracket--rounded .tournament-bracket__item:nth-child(even)::after {
    border-bottom-right-radius: .6em
  }
  .tournament-bracket__round:first-child .tournament-bracket__item {
    padding-left: 0
  }
  .tournament-bracket__round:last-child .tournament-bracket__item {
    padding-right: 0
  }
  .tournament-bracket__round:last-child .tournament-bracket__item::after {
    display: none
  }
  .tournament-bracket__round:nth-last-child(1) .tournament-bracket__item::after {
    border-radius: 0;
    border-right: 0
  }
}

@media(min-width: 1800px) {
  .tournament-bracket__item {
    padding: .5em 1.5em
  }
  .tournament-bracket__item::after {
    width: 1.5em
  }
}

.tournament-bracket__match {
  display: flex;
  width: 100%;
  background-color: rgba(123, 123, 123, .06);
  padding: 1em;
  border: 1px solid transparent;
  border-radius: .1em;
  box-shadow: 0 2px 0 0 #ff5e00;
  outline: none;
  cursor: pointer;
  transition: padding .2s ease-in-out, border .2s linear
}

.tournament-bracket__match:focus {
  border-color: #2196f3
}

.tournament-bracket__match::before, .tournament-bracket__match::after {
  transition: all .2s linear
}

@media(max-width: 400px) {
  .tournament-bracket__match {
    padding: .75em .5em
  }
}

@media(min-width: 800px) {
  .tournament-bracket__match::before, .tournament-bracket__match::after {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 1em;
    height: 10%;
    border-left: 2px solid #9e9e9e
  }
  .tournament-bracket__match::before {
    bottom: 50%;
    border-bottom: 2px solid #9e9e9e;
    transform: translate(0, 1px)
  }
  .tournament-bracket--rounded .tournament-bracket__match::before {
    border-bottom-left-radius: .6em
  }
  .tournament-bracket__match::after {
    top: 50%;
    border-top: 2px solid #9e9e9e;
    transform: translate(0, -1px)
  }
  .tournament-bracket--rounded .tournament-bracket__match::after {
    border-top-left-radius: .6em
  }
}

@media(min-width: 1800px) {
  .tournament-bracket__match::before, .tournament-bracket__match::after {
    width: 1.5em
  }
  .tournament-bracket__match::before {
    transform: translate(0, 1px)
  }
  .tournament-bracket__match::after {
    transform: translate(0, -1px)
  }
}

.tournament-bracket__round:last-child .tournament-bracket__match::before, .tournament-bracket__round:last-child .tournament-bracket__match::after {
  border-left: 0
}

.tournament-bracket__round:last-child .tournament-bracket__match::before {
  border-bottom-left-radius: 0
}

.tournament-bracket__round:last-child .tournament-bracket__match::after {
  display: none
}

.tournament-bracket__round:first-child .tournament-bracket__match::before, .tournament-bracket__round:first-child .tournament-bracket__match::after {
  display: none
}

.tournament-bracket__content {
  display: flex
}

.tournament-bracket__content::after {
  content: ":";
  width: 1em;
  text-align: center;
  padding: .2em .1em
}

@media(min-width: 800px) {
  .tournament-bracket__content::after {
    order: 1
  }
}

.tournament-bracket__content .tournament-bracket__team:first-child {
  width: 50%;
  order: 0;
  text-align: right
}

@media(min-width: 800px) and (max-width: 1400px) {
  .tournament-bracket__content .tournament-bracket__team:first-child {
    align-items: flex-end
  }
}

.tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
  order: 2;
  justify-content: flex-end
}

@media(min-width: 400px) {
  .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
    order: 0
  }
}

@media(min-width: 800px) and (max-width: 1400px) {
  .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
    flex-direction: column-reverse;
    align-items: flex-end
  }
}

.tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
  order: 0
}

@media(min-width: 400px) {
  .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
    order: 2
  }
}

.tournament-bracket__content .tournament-bracket__team:last-child {
  width: 50%;
  order: 2;
  text-align: left
}

@media(min-width: 800px) and (max-width: 1400px) {
  .tournament-bracket__content .tournament-bracket__team:last-child {
    align-items: flex-start
  }
}

@media(min-width: 800px) {
  .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
    justify-content: flex-start
  }
}

@media(min-width: 800px) and (max-width: 1400px) {
  .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
    align-items: flex-start
  }
}

.tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__code {
  order: 1
}

.tournament-bracket__table {
  width: 100%
}

.tournament-bracket__caption {
  font-size: .8rem;
  color: #bdbdbd;
  font-weight: 300;
  padding-bottom: .75em
}

.tournament-bracket__team {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between
}

@media(min-width: 400px) {
  .tournament-bracket__team {
    flex-direction: column-reverse
  }
}

@media(min-width: 800px) {
  .tournament-bracket__team {
    flex-direction: column-reverse
  }
}

.tournament-bracket__country {
  font-size: .95rem;
  display: flex;
  margin-top: .5em;
  align-items: center
}

@media(max-width: 400px) {
  .tournament-bracket__country {
    margin-top: 0
  }
}

@media(min-width: 800px) and (max-width: 1400px) {
  .tournament-bracket__country {
    display: flex;
    flex-direction: column
  }
  .tournament-bracket__country .tournament-bracket__code {
    margin-top: .2em
  }
}

.tournament-bracket__code {
  padding: 0 .5em;
  color: #fafafa;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  cursor: help;
  transition: padding .2s ease-in-out
}

@media(max-width: 400px) {
  .tournament-bracket__code {
    padding: 0 .25em
  }
}

@media(min-width: 800px) and (max-width: 1400px) {
  .tournament-bracket__code {
    padding: 0
  }
}

.tournament-bracket__score {
  display: flex;
  align-items: center
}

.tournament-bracket__team:first-child .tournament-bracket__score {
  flex-direction: row-reverse;
  padding-left: .75em
}

.tournament-bracket__team:last-child .tournament-bracket__score {
  padding-right: .75em
}

.tournament-bracket__number {
  display: inline-block;
  padding: .2em .4em;
  border-bottom: .075em solid transparent;
  font-size: .95rem;
  background-color: #f5f5f5;
  border-color: #f5f5f5
}

.tournament-bracket__team--winner .tournament-bracket__number {
  background-color: #fff176;
  border-color: #fff176
}

.tournament-bracket__medal {
  padding: 0 .5em
}

.tournament-bracket__medal--gold {
  color: gold
}

.tournament-bracket__medal--silver {
  color: silver
}

.tournament-bracket__medal--bronze {
  color: #cd7f32
}

@media(min-width: 800px) {
  .tournament-bracket__round--final .tournament-bracket__list {
    flex-flow: column
  }
}

@media(min-width: 800px) {
  .tournament-bracket__round--semifinals .tournament-bracket__item::after {
    height: 50%
  }
}

.tournament-bracket__match--name {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px
}

.tournament-bracket__flag img {
  width: 24px;
  height: 20px
}

.esport-area .color-primary {
  color: #008fd2
}

.esport-area input:focus, .esport-area select:focus, .esport-area textarea:focus {
  border-color: #008fd2
}

.esport-area .gradient-primary-hover-active {
  position: relative;
  cursor: pointer;
  z-index: 1
}

.esport-area .gradient-primary-hover-active::before {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background: #045fee;
  background: -moz-linear-gradient(left, #045fee 0%, #00a0ff 100%);
  background: -webkit-linear-gradient(left, #045fee 0%, #00a0ff 100%);
  background: linear-gradient(to right, #045fee 0%, #00a0ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1
}

.esport-area .gradient-primary-hover-active .color-reverse {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.esport-area .gradient-primary-hover-active:hover .color-reverse, .esport-area .gradient-primary-hover-active:hover.color-reverse, .esport-area .gradient-primary-hover-active.active .color-reverse, .esport-area .gradient-primary-hover-active.active.color-reverse, .esport-area .gradient-primary-hover-active.placed .color-reverse, .esport-area .gradient-primary-hover-active.placed.color-reverse {
  color: #fff !important
}

.esport-area .gradient-primary-hover-active.placed::before {
  background: #52c234;
  background: -moz-linear-gradient(left, #52c234 0%, #126a00 100%);
  background: -webkit-linear-gradient(left, #52c234 0%, #126a00 100%);
  background: linear-gradient(to right, #52c234 0%, #126a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  opacity: .4
}

.esport-area .gradient-primary-hover-active.combo-selected {
  outline: 2px solid #fa9300
}

.esport-area .gradient-primary-hover-active.combo-placed::before {
  background: #fa9300;
  background: -moz-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: -webkit-linear-gradient(left, #fa9300 0%, #fa6a00 100%);
  background: linear-gradient(to right, #fa9300 0%, #fa6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  opacity: .4
}

.esport-area .gradient-primary-hover-active:hover::before {
  opacity: .8
}

.esport-area .gradient-primary-hover-active.active::before {
  opacity: 1
}

.esport-area .btn-big, .esport-area .btn-big .cooldown {
  background: #045fee;
  background: -moz-linear-gradient(left, #045fee 0%, #00a0ff 100%);
  background: -webkit-linear-gradient(left, #045fee 0%, #00a0ff 100%);
  background: linear-gradient(to right, #045fee 0%, #00a0ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

.esport-area .btn-big.disabled {
  background: #16181f
}

.esport-area .btn-big:hover button, .esport-area .btn-big.active button {
  color: #fff
}

.esport-area .betting-games {
  display: flex;
  margin: 10px 0;
  align-items: center
}

.esport-area .betting-games .list {
  width: 100%;
  display: flex
}

.esport-area .betting-games .list .betting-game {
  cursor: pointer;
  margin: 0 10px;
  padding: 7px 5px;
  border-bottom: 1px solid #161616;
  position: relative
}

.esport-area .betting-games .list .betting-game::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(ellipse at bottom, rgba(0, 143, 210, 0.66) 0%, transparent 56%);
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1
}

.esport-area .betting-games .list .betting-game .logo {
  width: 21px;
  height: 21px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  float: left;
  margin: 2px 8px
}

.esport-area .betting-games .list .betting-game .name {
  font-weight: 700;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.esport-area .betting-games .list .betting-game:hover .name {
  color: #95ddff
}

.esport-area .betting-games .list .betting-game:hover .logo {
  transform: scale(1.1)
}

.esport-area .betting-games .list .betting-game.active::before {
  opacity: 1
}

.esport-area .betting-games .list .betting-game.active .name {
  color: #008fd2
}

.esport-area .betting-games .list .betting-game:active .logo {
  transform: scale(.8)
}

.esport-area .betting-league {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.esport-area .betting-league select {
  border: 2px solid #161616
}

.esport-area .betting-league .chosen-container {
  background: #161616;
  background: -moz-linear-gradient(left, #161616 0%, #161616 100%);
  background: -webkit-linear-gradient(left, #161616 0%, #161616 100%);
  background: linear-gradient(to right, #161616 0%, #161616 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
  height: 46px
}

.esport-area .betting-league .chosen-container a {
  transition: none
}

.esport-area .betting-league .chosen-container li.search-field input[type=text] {
  color: #fff !important;
  font-size: 14px;
  width: 100% !important;
  text-align: center;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 700
}

.esport-area .betting-league .chosen-container li.search-field input[type=text]:active, .esport-area .betting-league .chosen-container li.search-field input[type=text]:focus, .esport-area .betting-league .chosen-container li.search-field input[type=text]:hover {
  margin-top: 0;
  font-size: 12px;
  text-align: left
}

.esport-area .betting-league .chosen-container .chosen-results li {
  font-size: 12px !important
}

.esport-area .betting-league .chosen-container .chosen-choices {
  width: 176px;
  border-color: transparent;
  overflow: hidden;
  background: #080808;
  position: absolute;
  left: 0;
  top: 0;
  height: 42px;
  margin: 2px;
  z-index: 1
}

.esport-area .betting-league .chosen-container .chosen-choices:active, .esport-area .betting-league .chosen-container .chosen-choices:hover, .esport-area .betting-league .chosen-container .chosen-choices:focus {
  border: 2px solid #161616;
  width: 180px;
  margin: 0;
  height: auto;
  min-height: 46px
}

.esport-area .betting-league .chosen-container .chosen-choices:active li.search-field input[type=text], .esport-area .betting-league .chosen-container .chosen-choices:hover li.search-field input[type=text], .esport-area .betting-league .chosen-container .chosen-choices:focus li.search-field input[type=text] {
  font-size: 12px;
  text-align: left;
  margin-top: 0
}

.esport-area .betting-league .chosen-container .chosen-choices li {
  width: 100%;
  font-size: 11px !important;
  line-height: 11px !important
}

.esport-area .matches-highlighted {
  display: flex;
  justify-content: space-evenly
}

.esport-area .matches-highlighted .match {
  font-size: .8em;
  padding: 10px;
  height: 300px;
  width: 460px;
  margin: 5px;
  min-width: 300px;
  border: 1px solid #161616;
  background: url(img/esport/bg-default.png) center no-repeat #090909;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center
}

.esport-area .matches-highlighted .match[data-sport_code=FB] {
  background-image: url(img/esport/bg-fb.png)
}

.esport-area .matches-highlighted .match[data-sport_code="CS:GO"] {
  background-image: url(img/esport/bg-csgo.png)
}

.esport-area .matches-highlighted .match .title {
  text-align: center
}

.esport-area .matches-highlighted .match .title .league {
  text-transform: uppercase
}

.esport-area .matches-highlighted .match .title .delimiter {
  margin: 0 4px
}

.esport-area .matches-highlighted .match .title .time .value {
  color: #008fd2
}

.esport-area .matches-highlighted .match .teams {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

.esport-area .matches-highlighted .match .teams .team {
  text-align: center;
  width: 140px
}

.esport-area .matches-highlighted .match .teams .team .logo {
  height: 64px;
  max-width: 100px
}

.esport-area .matches-highlighted .match .teams .team .name {
  margin-top: .2em
}

.esport-area .event-logo {
  max-height: 50px
}

.esport-area .matches-daily {
  width: 100%
}

.esport-area .matches-daily .daily-area[data-visible="0"] {
  display: none
}

.esport-area .matches-daily .daily-area > [class*=hide-] {
  display: none
}

.esport-area .matches-daily .daily-area.hide-day tr:not(.header) {
  display: none
}

.esport-area .matches-daily .daily-area.hide-day .arrow {
  transform: rotate(-90deg) !important
}

.esport-area .matches-daily .daily-area.special-event .header .text, .esport-area .matches-daily .daily-area.special-event .header .arrow {
  color: #00ffde
}

.esport-area .matches-daily .daily-area.special-event.special-csgo .header {
  background: url(img/esport/bg-faceit-gray.png) center bottom no-repeat;
  height: 64px
}

.esport-area .matches-daily .daily-area.special-event.special-csgo .header .flex {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 10px
}

.esport-area .matches-daily .daily-area.special-event.special-csgo .header .text {
  margin-left: 15px
}

.esport-area .matches-daily .daily-area.special-event.special-csgo .header .text, .esport-area .matches-daily .daily-area.special-event.special-csgo .header .arrow {
  color: #fff;
  margin-top: 0
}

.esport-area .matches-daily .daily-area.special-event.special-csgo .header .line {
  background: 0 0
}

.esport-area .matches-daily .daily-area .header .arrow {
  transform: rotate(90deg);
  margin: 0 10px 0 5px
}

.esport-area .matches-daily .daily-area .header td .text, .esport-area .matches-daily .daily-area .header td .arrow {
  margin-top: 10px;
  font-size: 1.2em;
  color: #008fd2;
  font-weight: 700;
  padding: 10px 5px;
  cursor: pointer
}

.esport-area .matches-daily .daily-area .header td .line {
  height: 1px;
  width: 1px;
  flex-grow: 1;
  background: #161616
}

.esport-area .matches-daily .daily-area .match {
  background: rgba(17, 17, 18, .7);
  border: 1px solid #161616
}

.esport-area .matches-daily .daily-area .match:nth-child(4n+1) {
  background: rgba(10, 10, 11, .7)
}

.esport-area .matches-daily .daily-area .match.highlight {
  background: #000
}

.esport-area .matches-daily .daily-area .match td {
  padding: 5px
}

.esport-area .matches-daily .daily-area .match td:first-of-type {
  padding-left: 15px
}

.esport-area .matches-daily .daily-area .match td:last-of-type {
  padding-right: 15px
}

.esport-area .matches-daily .daily-area .match .sport-logo .logo {
  width: 21px;
  height: 21px
}

.esport-area .matches-daily .daily-area .match .score .tooltipstered {
  cursor: help;
  color: #ffda96
}

.esport-area .matches-daily .daily-area .match .teams {
  display: flex;
  flex: 1 1 0
}

.esport-area .matches-daily .daily-area .match .team {
  display: flex;
  align-items: center;
  flex: 1
}

.esport-area .matches-daily .daily-area .match .vs {
  display: flex;
  align-items: center;
  margin: 0 15px
}

.esport-area .matches-daily .daily-area .match .team, .esport-area .matches-daily .daily-area .match .draw {
  min-height: 55px;
  border: 1px solid #161616;
  padding: 8px
}

.esport-area .matches-daily .daily-area .match .team .logo, .esport-area .matches-daily .daily-area .match .draw .logo {
  max-height: 24px;
  width: 24px
}

.esport-area .matches-daily .daily-area .match .team .name, .esport-area .matches-daily .daily-area .match .draw .name {
  font-size: .9em;
  flex-grow: 1;
  padding: 0 8px
}

.esport-area .matches-daily .daily-area .match .team .odd, .esport-area .matches-daily .daily-area .match .draw .odd {
  color: #008fd2
}

.esport-area .matches-daily .daily-area .match .draw {
  margin: 0 10px
}

.esport-area .matches-daily .daily-area .match .draw .name {
  font-size: .7em
}

.esport-area .matches-daily .daily-area .bets-placed {
  margin: 0 auto
}

.esport-area .matches-daily .daily-area .bets-placed.cancel-hover::after {
  content: "X";
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: red;
  text-shadow: 0 0 10px red;
  opacity: 0
}

.esport-area .matches-daily .daily-area .bets-placed.cancel-hover:hover::after {
  opacity: 1
}

.esport-area .matches-daily .daily-area .admin-info {
  padding: 5px;
  margin-top: 5px
}

.esport-area .matches-daily .daily-area .more-bets {
  padding: 5px
}

.esport-area .matches-daily .daily-area .gap {
  height: 6px
}

.esport-area.tab#esport-bet {
  padding-top: 15px;
  overflow: auto
}

.esport-area.tab#esport-bet .notifyjs-bootstrap-base {
  font-size: .9em
}

.esport-area.tab#esport-bet .margin_n_border {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #161616
}

.esport-area.tab#esport-bet .head {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.esport-area.tab#esport-bet .match-bet {
  position: relative
}

.esport-area.tab#esport-bet .match-bet .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 1em;
  color: #008fd2
}

.esport-area.tab#esport-bet .match-bet .close:hover {
  color: #00a0ff
}

.esport-area.tab#esport-bet .match-bet .teams, .esport-area.tab#esport-bet .match-bet .info {
  margin-right: 15px
}

.esport-area.tab#esport-bet .summary {
  border: 2px solid #161616;
  padding: 10px
}

.esport-area.tab#esport-bet .summary > div {
  display: flex;
  justify-content: space-between
}

.esport-area.tab#esport-bet .summary > div .value {
  color: #4ec400
}

.esport-area .odds-component {
  display: flex;
  justify-content: space-evenly
}

.esport-area .odds-component .odd {
  margin: 5px;
  flex-basis: 25%;
  flex-grow: 0
}

.esport-area .odds-component .odd.full-width {
  flex-basis: 100%
}

.esport-area .odds-component .odd.full-width .value {
  width: auto;
  margin: 0 auto;
  display: block
}

.esport-area .odds-component .odd .name {
  margin: 0 3px 3px;
  text-align: center
}

.esport-area .odds-component .odd .value {
  font-size: 1rem;
  background: #090909;
  border: 1px solid #161616;
  padding: 10px 20px;
  color: #008fd2;
  width: 100%
}

.esport-area .event-winner {
  background: rgba(17, 17, 18, .7);
  border: 1px solid #161616
}

.esport-area .event-winner .bets-placed {
  position: absolute;
  right: 3px;
  top: 3px
}

.esport-area .event-winner .grid {
  display: flex;
  flex-direction: row;
  padding: 5px;
  flex-wrap: wrap
}

.esport-area .event-winner .grid .team {
  flex: 1 1 auto;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  width: 120px;
  height: 120px;
  padding: 5px;
  text-align: center;
  border: 2px solid #161616;
  cursor: pointer;
  flex-grow: 0
}

.esport-area .event-winner .grid .team .logo {
  margin: 10px auto;
  max-width: 50px;
  height: 50px
}

#content.esport .bar-more-bets {
  display: none;
  justify-content: center;
  background: 0 0 !important
}

#content.esport .area-more-bets-opened .header:not(.more-bets-opened), #content.esport .area-more-bets-opened .match-tr:not(.more-bets-opened), #content.esport .area-more-bets-opened .load-more:not(.more-bets-opened), #content.esport .area-more-bets-opened .bar:not(.bar-more-bets):not(.more-bets-opened), #content.esport .area-more-bets-opened .my-bets-info:not(.more-bets-opened) {
  display: none !important
}

#content.esport .area-more-bets-opened .bar-more-bets {
  display: flex !important
}

#btn-tab-esport {
  filter: hue-rotate(180deg)
}

#btn-tab-esport:not(.active) {
  display: none !important
}

#esport-more-bets {
  font-size: .8em;
  text-align: center
}

#esport-more-bets .tooltipstered {
  cursor: help;
  color: #ffda96
}

#esport-more-bets .bets {
  width: 100%
}

#esport-more-bets .bets tbody::before {
  content: "";
  display: block;
  height: 15px
}

#esport-more-bets .bets tbody.display-none-bet .bet {
  display: none
}

#esport-more-bets .bets tr {
  background: rgba(0, 0, 0, .4)
}

#esport-more-bets .bets tr:nth-child(even) {
  background: rgba(4, 4, 4, .4)
}

#esport-more-bets .bets td {
  border: 1px solid #161616;
  padding: 4px
}

#esport-more-bets .bets .caption {
  text-align: center;
  cursor: pointer;
  font-size: 1.3em
}

#esport-more-bets .bets button {
  padding: 5px;
  height: auto;
  line-height: initial
}

.nav-match-ads-li:not(.active) {
  display: none
}

.nav-match-ads-li .nav-match-ads {
  width: 170px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(10, 10, 11, .7);
  border: 1px solid #161616;
  overflow: hidden
}

.nav-match-ads-li .nav-match-ads .match {
  width: 100%;
  height: 100%
}

.nav-match-ads-li .nav-match-ads .match > .flex {
  flex-direction: column
}

.nav-match-ads-li .nav-match-ads .match:not(:first-of-type) {
  display: none
}

.nav-match-ads-li .nav-match-ads .date {
  font-size: .7em;
  color: #848484
}

.nav-match-ads-li .nav-match-ads .teams .team {
  display: flex
}

.nav-match-ads-li .nav-match-ads .teams .team .name {
  font-size: .9em;
  padding: 0 2px;
  color: #cdcdcd;
  line-height: 16px;
  text-transform: none
}

.nav-match-ads-li .nav-match-ads .teams .vs {
  padding: 0 4px;
  font-size: .6em;
  color: #848484
}

.nav-match-ads-li .nav-match-ads .teams .logo {
  width: 16px;
  height: 16px
}

#area-split .area-left {
  position: fixed;
  left: 5px;
  top: 110px;
  width: 200px;
  border-right: 2px solid #161616;
  height: calc(100% - 140px);
  padding-top: 20px;
  background: #0b090b
}

#area-split .area-left .bar {
  overflow: auto;
  height: 100%
}

#area-split .area-left .bar .betting-games {
  width: 100%;
  justify-content: center
}

#area-split .area-left .bar .betting-games .list {
  flex-direction: column
}

#area-split .area-left .bar .betting-league {
  margin-left: 0
}

#area-split .area-left .bar .tabs-buttons {
  text-align: center
}

#area-split .area-left .bar .tabs-buttons .btn-big {
  margin: 2px 0;
  padding: 0;
  height: 36px
}

#area-split .area-left .bar .tabs-buttons .btn-big button {
  border-bottom: 2px solid transparent
}

#area-split .area-left .bar .tabs-buttons .btn-big button:hover, #area-split .area-left .bar .tabs-buttons .btn-big button.active {
  background: #080808;
  color: #fff;
  border-color: #008fd2
}

#area-split .area-main {
  padding-left: 200px
}

@media only screen and (max-width: 1500px) {
  .matches-highlighted {
    flex-wrap: wrap
  }
}

@media only screen and (max-width: 1400px) {
  .nav-match-ads-li {
    display: none !important
  }
}

@media only screen and (max-width: 1220px) {
  #area-split .area-left {
    top: 70px
  }
}

@media only screen and (max-width: 1220px) {
  #area-split .area-left {
    top: 70px
  }
  .daily-area {
    font-size: .9em
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .daily-area {
    font-size: .8em
  }
}

@media only screen and (max-width: 1024px) {
  #esport-bet {
    background: rgba(8, 8, 8, .65);
    padding: 15px;
    margin-bottom: 15px
  }
  #esport-bet .btn-big {
    display: inline-block
  }
}

@media only screen and (max-width: 1024px) {
  .esport-area .matches-highlighted {
    align-items: center;
    flex-wrap: wrap
  }
  .esport-area .matches-highlighted .match {
    width: 300px;
    height: 240px
  }
  .esport-area .bar {
    z-index: 3;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
  }
  .esport-area .bar .betting-games {
    margin: 0;
    width: 100%
  }
  .esport-area .bar .betting-games .list {
    margin: 0 auto;
    max-width: 100%;
    overflow: auto
  }
  .esport-area .bar .betting-games .label {
    display: none
  }
  .esport-area .bar .btn-big {
    margin: 0 !important
  }
  .esport-area .bar .betting-league {
    margin-left: 10px
  }
  .esport-area .matches-daily .match, .esport-area .matches-daily .gap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column
  }
  .esport-area .matches-daily .match td:last-of-type, .esport-area .matches-daily .match td:first-of-type {
    padding: 5px !important
  }
}

@media only screen and (max-width: 640px) {
  .esport-area .matches-daily .daily-area .match .teams {
    flex-direction: column
  }
  .esport-area .matches-daily .daily-area .match .teams .draw {
    margin: 5px;
    min-height: 20px
  }
  .esport-area .matches-daily .daily-area .match .teams .vs {
    margin: 5px;
    justify-content: center
  }
}

@media only screen and (max-width: 540px) {
  .esport-area .betting-league {
    display: none
  }
  #esport-buttons-tabs {
    position: fixed;
    bottom: 60px;
    width: 100%;
    left: 0;
    top: unset;
    text-align: center
  }
  #esport-buttons-tabs .btn-big {
    height: 34px;
    margin: 8px 3px !important
  }
  #esport-buttons-tabs .btn-big button {
    font-size: 14px !important;
    line-height: 12px;
    color: #fff
  }
  #esport-buttons-tabs .btn-big button::before {
    content: none !important
  }
  #content.esport .tabs {
    display: block
  }
  #content .esport-area .odds button {
    font-size: inherit;
    font-weight: inherit
  }
  #area-split .area-left {
    width: 50px;
    top: 60px;
    height: calc(100% - 170px);
    background: 0 0
  }
  #area-split .area-left .betting-game {
    margin: 0 2px;
    padding: 5px 3px
  }
  #area-split .area-left .betting-game .name, #area-split .area-left .betting-game .matches {
    display: none
  }
  #area-split .area-main {
    padding-left: 60px
  }
}

.result-tip {
  line-height: 15px;
  margin-bottom: 5px
}

.open-filter {
  font-size: .5em;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0
}

.service-sport header .btn-logo {
  background-image: url(img/gp/logo-betting.png)
}

.iem-button img {
  display: block;
  margin: -15px auto 0;
  width: 100px;
  max-width: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.iem-button img:hover {
  transform: translateY(-2px)
}

.iem-button img:active, .iem-button img:focus {
  transform: translateY(-4px)
}

#content.esport .bets .group-bets {
  width: 30%;
  margin: 10px 1.5%;
  float: left
}

#content.esport .bets .group-bets .bet-team {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#content.esport .bets .group-bets .bet-team.hover {
  background: #181818
}

#content.esport .bets .group-bets .bet-team.active {
  background: #1f1f1f
}

#content.esport .bets .group-bets .group-header {
  color: #008fd2;
  font-weight: 700
}

#content.esport .bets .group-bets .group-header .text {
  padding: 10px 5px 0;
  font-size: 1.3em
}

#content.esport .bets .group-bets .group-header .line {
  height: 1px;
  width: 1px;
  flex-grow: 1;
  background: #161616
}

#content.esport .bets .group-bets .scope-header {
  color: #8bc3e4;
  font-size: 1.1em
}

#content.esport .bets .group-bets .scope-header td {
  padding: 5px 10px
}

#content.esport .bets .group-bets .scope-header, #content.esport .bets .group-bets .group-header {
  background: 0 0
}

#content.esport .bets .group-bets .scope-header td, #content.esport .bets .group-bets .group-header td {
  text-align: left;
  border: 0;
  font-weight: 700
}

#content.esport .bets .group-bets tr:nth-child(even) {
  background: 0 0
}

#content.esport .bets .group-bets .bet td:nth-child(odd) {
  border-right: 0
}

#content.esport .bets .group-bets .bet td:nth-child(even) {
  border-left: 0
}

#content.esport .bets .group-bets .bet button {
  border: 1px solid rgba(43, 43, 43, .5);
  padding: 10px;
  width: 56px
}

#content.esport .bets .group-bets .btn-td {
  width: 64px
}

@media only screen and (max-width: 1440px) {
  .service-sport header .btn-logo {
    background-image: url(img/gp/logo-small-betting.png)
  }
  #content.esport .bets .group-bets {
    width: 48%;
    margin: 10px 1%
  }
}

@media only screen and (max-width: 840px) {
  #content.esport .bets .group-bets {
    width: 100%;
    margin: 10px 0
  }
}

#esport-bet .tabs-sport-type {
  margin-top: -15px;
  margin-bottom: 10px
}

#esport-bet .tabs-sport-type button {
  padding: 5px 0
}

#esport-bet .add-combo {
  transform: scale(.8)
}

#esport-bet .remove-combo {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(.6)
}

#esport-bet .tab-sport-simple .remove-combo {
  display: none
}

#esport-bet .tab-sport-combo .add-combo {
  display: none
}

#esport-bet.no-combo .tabs-sport-type, #esport-bet.no-combo .tab-sport-combo, #esport-bet.no-combo .add-combo {
  display: none
}

#esport-bet.no-combo .tab-sport-simple {
  display: block
}

#affiliate h1 {
  height: auto
}

#affiliate .grid-main > .box {
  margin: 0 30px
}

#affiliate .grid-main .info .value {
  color: #fa6a00;
  text-transform: uppercase
}

#affiliate .grid {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#affiliate small {
  font-size: 10px
}

#affiliate .btn-big {
  margin: 0 0 0 20px
}

#affiliate .btn-big button {
  white-space: nowrap
}

#affiliate #affiliate-create {
  max-width: 600px
}

#affiliate #affiliate-create h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  text-align: center
}

#affiliate #affiliate-create h2 strong {
  color: #fa9300
}

#affiliate h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0
}

#affiliate form {
  display: block
}

#affiliate form label .name {
  color: #fa9300;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px
}

#affiliate form label .name span {
  color: #fff
}

#affiliate form label input {
  width: 100%;
  border-color: #fa9300
}

#affiliate .levels {
  margin: 50px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#affiliate .levels .box {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 3px 2px #000;
  border: 1px solid #151515;
  background-color: #0e0e0e;
  margin: 0 15px;
  font-size: 13px
}

#affiliate .levels .box .inner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  border: 1px solid #fff;
  padding: 15px
}

#affiliate .levels .box .name {
  font-size: 36px;
  font-weight: 300
}

#affiliate .levels .box .req {
  padding: 20px 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700
}

#affiliate .levels .box:hover {
  transform: scale(1.2);
  z-index: 4
}

#affiliate .levels .box.gold {
  transform: scale(1.3);
  color: #d9b23c
}

#affiliate .levels .box.gold .inner {
  border-color: #d9b23c
}

#affiliate .levels .box.gold:hover {
  transform: scale(1.35);
  z-index: 4
}

#affiliate .levels .box.silver {
  color: #565656
}

#affiliate .levels .box.silver .inner {
  border-color: #565656
}

#affiliate .levels .box.bronze {
  color: #7f542e
}

#affiliate .levels .box.bronze .inner {
  border-color: #7f542e
}

#affiliate-use {
  max-width: 600px;
  flex-flow: column
}

#affiliate-use h3 {
  text-align: center;
  margin-bottom: 20px
}

#affiliate-use .btn-big {
  margin: 0 0 0 20px
}

#affiliate-use .btn-big button {
  white-space: nowrap
}

#affiliate-use form {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#affiliate-use .grid {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#affiliate-use label .name {
  display: inline-block;
  font-size: 14px;
  margin: 10px 0;
  text-transform: uppercase
}

#affiliate-use small {
  font-size: 10px
}

#affiliate-use small a {
  color: #fa9300
}

#affiliate-use small a:hover {
  color: #fa6a00
}

#affiliate-stats {
  margin: 10px 0;
  padding: 10px 0;
  border: 1px solid #080808;
  border-left: 0;
  border-right: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-flow: column;
  text-align: center
}

#affiliate-stats h2 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px
}

#affiliate-stats h2 i {
  margin-right: 5px
}

#affiliate-stats h2 span.color {
  color: #fa6a00
}

#affiliate-stats p {
  margin: 3px 0
}

#affiliate-stats p a {
  color: #fa9300
}

#affiliate-stats p a:hover {
  color: #fa6a00
}

#affiliate-stats .btn-big {
  margin: 10px 0
}

#affiliate-stats #affiliate-data {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#affiliate-stats #affiliate-data {
  display: none
}

@media only screen and (max-width: 800px) {
  #affiliate .grid-main {
    display: block
  }
  #affiliate .grid-main > .box {
    margin: 0
  }
  #affiliate .grid-main #affiliate-create {
    max-width: none
  }
  #affiliate .requirements {
    flex-wrap: wrap
  }
}

@media only screen and (max-width: 600px) {
  #affiliate .levels {
    margin: 30px 0;
    flex-direction: column
  }
  #affiliate .levels .box {
    margin: 20px 10px
  }
  #affiliate .levels .box:hover {
    transform: scale(1.1)
  }
  #affiliate .levels .box.gold {
    transform: scale(1.1)
  }
  #affiliate .levels .box.gold:hover {
    transform: scale(1.15)
  }
}

#content.crypto {
  padding: 40px;
  text-align: center
}

#content.crypto .crypto-more-games img {
  position: absolute;
  opacity: 0;
  transition: 500ms opacity
}

#content.crypto .crypto-more-games img:nth-child(1) {
  opacity: 1
}

#content.crypto .bonus-info {
  margin: 30px 10px 20px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .21);
  line-height: 50px
}

#content.crypto .bonus-info .bonus-border {
  border: 2px solid #fa9300;
  padding: 10px;
  white-space: nowrap;
  border-radius: 3px;
  margin: 0 4px
}

#content.crypto .bonus-info-over {
  margin-bottom: 30px
}

#content.crypto .markets {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

#content.crypto .notes {
  text-align: left;
  font-size: 11px;
  margin-bottom: 30px;
  padding: 0 8px;
  font-weight: lighter
}

#content.crypto .notes.m-t {
  margin-top: 20px
}

#content.crypto .wallet-address {
  width: 100%
}

#content.crypto fieldset.select-market {
  margin: 5px;
  border: 0;
  padding: 10px 10px 20px
}

#content.crypto fieldset.select-market legend {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: lighter
}

#content.crypto fieldset.select-market .markets-list > * {
  position: relative;
  border: 1px solid #2c2c2c;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: inline-flex;
  min-width: 64px;
  height: 64px;
  border-radius: 10px;
  vertical-align: middle;
  padding: 5px 10px
}

#content.crypto fieldset.select-market .markets-list > *:not(:first-child) {
  margin-left: 10px
}

#content.crypto fieldset.select-market .markets-list > *.active {
  background: #060606;
  box-shadow: rgba(255, 255, 255, .2) 0 0 30px 0
}

#content.crypto h1 {
  text-align: center
}

#content.crypto .info {
  border: 1px solid #252525;
  padding: 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#content.crypto .info .coin {
  background-image: url(img/coin.png);
  width: 49px;
  height: 46px;
  display: inline-block;
  margin-bottom: 20px
}

#content.crypto .info h3 {
  color: #fa9300;
  text-align: center;
  width: 100%
}

#content.crypto h2 {
  color: #fff;
  font-size: 30px
}

#content.crypto .buttons .btn-big {
  height: 86px;
  margin: 20px
}

#content.crypto .buttons .btn-big a {
  font-size: 30px
}

#content.crypto .buttons .btn-big span {
  padding: 0 10px
}

#content.crypto .buttons .btn-big .icon {
  width: 65px;
  height: 60px;
  background-size: contain
}

#content.crypto .buttons .btn-big .icon.crypto {
  background-image: url(./img/icons/crypto.png)
}

#content.crypto .buttons .btn-big .icon.skins {
  background-image: url(./img/icons/skins.png)
}

#content.crypto small {
  margin-top: 10px;
  display: inline-block;
  font-size: 11px
}

#content.crypto .boxes {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px
}

#content.crypto .cryptoname {
  text-transform: uppercase
}

#content.crypto .bonus {
  color: #4ec400
}

#content.crypto .box {
  flex-shrink: 0;
  background-color: rgba(8, 8, 8, .5);
  border: 1px solid #151515;
  padding: 20px;
  margin-bottom: 15px
}

#content.crypto .exchanger, #content.crypto .limits-info {
  display: none
}

#content.crypto .calculator .amount .name, #content.crypto .calculator .amount .value {
  font-size: 1.2em
}

#content.crypto .calculator .result {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: inline-flex;
  flex-wrap: wrap
}

#content.crypto .calculator .crypto-price .name {
  font-size: 18px;
  font-weight: 300
}

#content.crypto .calculator .crypto-price .value {
  font-size: 18px
}

#content.crypto .calculator .btn-generate {
  margin: 0
}

#content.crypto .calculator .form input {
  width: 300px;
  font-size: 12px
}

#content.crypto .calculator h4 {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0 3px
}

#content.crypto .calculator .name, #content.crypto .calculator .value {
  display: inline-block;
  text-align: left
}

#content.crypto .calculator .result-area {
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 350px
}

#content.crypto .calculator .value__ {
  padding: 10px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  color: #fa9300;
  font-weight: 700;
  font-size: 14px;
  overflow: auto;
  text-transform: none
}

#content.crypto .calculator .qrcode {
  display: none;
  width: 200px;
  height: 200px;
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px
}

#content.crypto .calculator .info {
  text-align: left;
  max-width: 100%
}

#content.crypto .calculator .info > * {
  width: 100%
}

#content.crypto .form h3 {
  text-transform: none;
  font-size: .7em
}

#content.crypto .form .inputs {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}

#content.crypto .form .inputs > * {
  width: 33%
}

#content.crypto .form .inputs .group-input {
  max-width: 400px;
  margin: 0 5px
}

#content.crypto .form .inputs label {
  text-align: left;
  font-size: 16px;
  font-weight: lighter
}

#content.crypto .form .inputs .input-with-image {
  position: relative
}

#content.crypto .form .inputs .input-with-image input {
  width: 100%;
  font-size: 16px;
  padding: 10px 10px 10px 50px;
  background: rgba(0, 0, 0, .25)
}

#content.crypto .form .inputs .input-with-image .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#content.crypto .form .inputs .input-with-image .image img {
  max-width: 60%;
  max-height: 60%
}

#content.crypto .form .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}

#content.crypto .form .buttons .btn {
  background-color: rgba(78, 78, 78, .15);
  padding: 10px;
  border-radius: 5px;
  border: 2px solid rgba(250, 115, 0, .25);
  margin: 5px 15px 0
}

#content.crypto .form .buttons .btn:hover {
  border: 2px solid rgba(250, 115, 0, .55);
  background-color: rgba(78, 78, 78, .2)
}

#content.crypto .form .buttons .btn.active {
  border: 2px solid #fa7300;
  background-color: rgba(78, 78, 78, .25)
}

#content.crypto .form .buttons .btn img {
  height: 40px
}

#content.crypto[data-withdraw] .info {
  border: 0;
  margin: 0;
  width: 100%
}

#content.crypto .g2a-pay {
  display: none;
  max-width: 100%
}

@media only screen and (max-width: 1700px) {
  #content.crypto {
    padding-top: 0
  }
  #content.crypto .bonus-info {
    margin-top: 10px
  }
}

#content.coinhell {
  position: relative
}

#content.coinhell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: url(img/coinhell/stars-left.png);
  width: 415px;
  height: 444px;
  z-index: 0
}

#content.coinhell::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(img/coinhell/stars-right.png);
  width: 315px;
  height: 246px;
  z-index: 0
}

#content.coinhell > * {
  z-index: 1;
  position: relative
}

#content.coinhell h2, #content.coinhell strong, #content.coinhell .color-primary, #content.coinhell .value {
  color: #db4715
}

#content.coinhell .coinhell-title {
  display: block;
  margin: -20px auto 0;
  max-width: 100%
}

#content.coinhell .timer {
  margin-top: -30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%
}

#content.coinhell .timer .timer-area {
  position: relative
}

#content.coinhell .timer .timer_bg {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 144px;
  margin: 3px;
  background: url(img/coinhell/timer-bg.png) no-repeat top
}

#content.coinhell .timer .timer_bg .time {
  font-size: 50px;
  font-weight: 900;
  height: 107px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 134px;
  margin: 0 auto;
  color: #000;
  text-shadow: 0 1px 8px rgba(220, 79, 13, .004)
}

#content.coinhell .timer .timer_bg .time span {
  width: 50%
}

#content.coinhell .timer .timer_bg .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-top: -5px
}

#content.coinhell .timer .death {
  width: 130px;
  height: 120px;
  position: absolute;
  left: -9px;
  top: -79px;
  z-index: 0
}

#content.coinhell .timer .death .body {
  background: url(img/coinhell/death-body.png);
  width: 113px;
  height: 99px;
  position: absolute;
  left: 12px;
  top: 12px
}

#content.coinhell .timer .death .head {
  background: url(img/coinhell/death-head.png);
  width: 99px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  animation: death-head 600ms infinite
}

@keyframes death-head {
  0% {
    transform: translateY(0px) rotate(-6deg)
  }
  45% {
    transform: translateY(3px) rotate(6deg)
  }
  100% {
    transform: translateY(0px) rotate(-6deg)
  }
}

#content.coinhell .timer .devil {
  width: 130px;
  height: 120px;
  position: absolute;
  right: -45px;
  top: -63px;
  z-index: 0
}

#content.coinhell .timer .devil .body {
  background: url(img/coinhell/devil-body.png);
  width: 96px;
  height: 93px;
  position: absolute;
  left: 0;
  top: 36px
}

#content.coinhell .timer .devil .head {
  background: url(img/coinhell/devil-head.png);
  width: 74px;
  height: 75px;
  position: absolute;
  left: 14px;
  top: 0;
  animation: devil-head 500ms infinite
}

@keyframes devil-head {
  0% {
    transform: translateY(0px)
  }
  55% {
    transform: translateY(3px)
  }
  100% {
    transform: translateY(0px)
  }
}

#content.coinhell .places {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap
}

#content.coinhell .places .place {
  flex-shrink: 0;
  background: no-repeat center;
  position: relative
}

#content.coinhell .places .place.place-1 {
  order: 2;
  background-image: url(img/coinhell/place-1.png);
  width: 289px;
  height: 379px
}

#content.coinhell .places .place.place-1 .avatar {
  left: 118px;
  top: 56px
}

#content.coinhell .places .place.place-1 .reward .value {
  text-shadow: 0 0 10px gold
}

#content.coinhell .places .place.place-2 {
  order: 1;
  margin-top: 60px;
  background-image: url(img/coinhell/place-2.png);
  width: 287px;
  height: 374px
}

#content.coinhell .places .place.place-2 .avatar {
  left: 117px;
  top: 51px
}

#content.coinhell .places .place.place-2 .reward .value {
  text-shadow: 0 0 10px #fff
}

#content.coinhell .places .place.place-3 {
  order: 3;
  margin-top: 60px;
  background-image: url(img/coinhell/place-3.png);
  width: 276px;
  height: 373px
}

#content.coinhell .places .place.place-3 .avatar {
  left: 111px;
  top: 49px
}

#content.coinhell .places .place.place-3 .reward .value {
  text-shadow: 0 0 10px brown
}

#content.coinhell .places .place .avatar {
  width: 50px;
  height: 57px;
  position: absolute
}

#content.coinhell .places .place .text {
  margin: 113px auto 0;
  width: 200px;
  text-align: center
}

#content.coinhell .places .place .text .username {
  font-size: 14px;
  margin-bottom: 2px
}

#content.coinhell .places .place .text .skin {
  margin-top: 15px;
  height: 120px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#content.coinhell .places .place .text .skin img {
  max-width: 100%;
  max-height: 100%
}

#content.coinhell .places .place .text .skin .amount {
  transform: rotate(30deg);
  position: absolute;
  left: 30px;
  bottom: 10px;
  z-index: 2;
  font-size: 25px
}

#content.coinhell .ranking-table {
  margin: 120px auto 10px
}

#content.coinhell .ranking-table .skeleton-1 {
  z-index: -1;
  left: 30%;
  top: -130px;
  height: 600px;
  animation: skeleton-1 800ms infinite ease-in-out
}

#content.coinhell .ranking-table .skeleton-1, #content.coinhell .ranking-table .skeleton-1 > * {
  position: absolute
}

#content.coinhell .ranking-table .skeleton-1 .head {
  background: url(img/coinhell/skeleton-1-head.png);
  width: 91px;
  height: 92px
}

#content.coinhell .ranking-table .skeleton-1 .body {
  background: url(img/coinhell/skeleton-1-body.png);
  width: 84px;
  height: 149px;
  left: 12px;
  top: 23px
}

#content.coinhell .ranking-table .skeleton-1 .knife {
  background: url(img/coinhell/skeleton-1-knife.png);
  width: 86px;
  height: 75px;
  left: 50px
}

@keyframes skeleton-1 {
  0% {
    transform: rotate(-3deg)
  }
  45% {
    transform: rotate(3deg)
  }
  100% {
    transform: rotate(-3deg)
  }
}

#content.coinhell .ranking-table .skeleton-2 {
  z-index: -1;
  right: 35%;
  top: -130px;
  animation: skeleton-2 400ms infinite ease
}

#content.coinhell .ranking-table .skeleton-2, #content.coinhell .ranking-table .skeleton-2 > * {
  position: absolute
}

#content.coinhell .ranking-table .skeleton-2 .head {
  background: url(img/coinhell/skeleton-2-head.png);
  width: 89px;
  height: 88px
}

#content.coinhell .ranking-table .skeleton-2 .body {
  background: url(img/coinhell/skeleton-2-body.png);
  width: 69px;
  height: 141px;
  left: 12px;
  top: 13px
}

#content.coinhell .ranking-table .skeleton-2 .gun {
  background: url(img/coinhell/skeleton-2-gun.png);
  width: 129px;
  height: 66px;
  left: -25px;
  top: -9px
}

@keyframes skeleton-2 {
  0% {
    transform: translateY(0px)
  }
  60% {
    transform: translateY(6px)
  }
  100% {
    transform: translateY(0px)
  }
}

#content.coinhell .ranking-table .table-container {
  z-index: 1;
  margin: 0;
  border-color: transparent;
  background: 0 0
}

#content.coinhell .ranking-table .table-container th {
  color: #ef6232
}

#content.coinhell .ranking-table .table-container tr td {
  border-color: #1a1212
}

#content.coinhell .ranking-table {
  border: 1px solid #d3710c;
  outline: 2px solid #500f00;
  background: #000;
  position: relative;
  max-width: 1038px;
  z-index: 1;
  display: block !important;
  padding: 0
}

#content.coinhell .ranking-table.tabs .btn-big {
  margin: 10px 0 0
}

#content.coinhell .ranking-table.tabs button.active::before {
  content: none !important
}

#content.coinhell .ranking-table > * {
  background: #000
}

#content.coinhell .ranking-table .flame {
  background: url(img/coinhell/flame.png);
  width: 1036px;
  max-width: 100%;
  height: 37px;
  top: -38px;
  left: 0;
  position: absolute;
  z-index: 2
}

#content.coinhell .rules {
  padding: 10px;
  margin-top: -20px
}

#content.coinhell .rules .requirements {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column
}

#content.coinhell .rules .requirements .btn-big {
  width: 350px;
  max-width: 100%
}

#content.coinhell .rules .requirements .btn-big.join:not(.disabled) {
  background: linear-gradient(to right, #4e1d0c, #db4715)
}

#content.coinhell .rules .requirements .btn-big.join:not(.disabled) button::before {
  content: "";
  background: url(img/coinhell/flame.png);
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute
}

#content.coinhell .rules .requirements .btn-big button {
  padding: 5px
}

#content.coinhell .rules .requirements .btn-big .icon {
  margin-right: 5px
}

@media only screen and (max-width: 880px) {
  #content.coinhell .places .place {
    order: 0 !important;
    margin-top: 0 !important
  }
  #content.coinhell .ranking-table .skeleton-1 {
    left: 20%
  }
}

@media only screen and (max-width: 640px) {
  #content.coinhell .timer {
    transform: scale(.8)
  }
}

@media only screen and (max-width: 540px) {
  #content.coinhell .timer {
    transform: scale(.7)
  }
}

@media only screen and (max-width: 440px) {
  #content.coinhell .timer {
    transform: scale(.6)
  }
}

#popup-login {
  background: url(img/landing/popup-bg.png) center;
  width: 496px;
  min-height: 578px;
  border: 0;
  padding: 50px;
  padding-bottom: 0;
  max-height: 100vh;
  overflow: auto;
  box-shadow: 0 0 20px #000;
  border-radius: 10px
}

#popup-login h1 {
  font-weight: 700;
  font-size: 40px;
  padding: 20px 0
}

#popup-login h2 {
  font-size: 17px;
  margin-bottom: 20px
}

#popup-login .response {
  margin: 5px 0;
  display: none
}

#popup-login .response.error {
  color: #ff0200
}

#popup-login .social-login {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#popup-login .social-login form {
  padding: 0
}

#popup-login .social-login span {
  margin-left: 10px
}

#popup-login .social-login .btn-big {
  margin: 5px
}

#popup-login .social-login .color-1 {
  background: #1377a9;
  background: -moz-linear-gradient(left, #1377a9 0%, #112c5e 100%);
  background: -webkit-linear-gradient(left, #1377a9 0%, #112c5e 100%);
  background: linear-gradient(to right, #1377a9 0%, #112c5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#popup-login .social-login .color-1 .icon {
  filter: hue-rotate(155deg)
}

#popup-login .social-login .color-2 {
  background: #4f7bbc;
  background: -moz-linear-gradient(left, #4f7bbc 0%, #5f8ccf 100%);
  background: -webkit-linear-gradient(left, #4f7bbc 0%, #5f8ccf 100%);
  background: linear-gradient(to right, #4f7bbc 0%, #5f8ccf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#popup-login .social-login .color-2 .icon {
  filter: hue-rotate(186deg)
}

#popup-login .social-login .color-3 {
  background: #00b5dd;
  background: -moz-linear-gradient(left, #00b5dd 0%, #12bee4 100%);
  background: -webkit-linear-gradient(left, #00b5dd 0%, #12bee4 100%);
  background: linear-gradient(to right, #00b5dd 0%, #12bee4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#popup-login .social-login .color-3 .icon {
  filter: hue-rotate(155deg)
}

#popup-login .social-login .color-4 {
  background: #6892cf;
  background: -moz-linear-gradient(left, #6892cf 0%, #739ad5 100%);
  background: -webkit-linear-gradient(left, #6892cf 0%, #739ad5 100%);
  background: linear-gradient(to right, #6892cf 0%, #739ad5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

#popup-login .social-login .color-4 .icon {
  filter: hue-rotate(172deg)
}

#popup-login .form-block {
  display: none
}

#popup-login .form-block .recaptcha {
  margin-bottom: 10px
}

#popup-login .form-block input {
  display: block;
  width: 100%;
  margin: 10px 0;
  border-color: rgba(255, 255, 255, .3)
}

#popup-login .form-block:first-of-type {
  display: block
}

#popup-login input:-webkit-autofill {
  border: 1px solid #4ec400;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s
}

#popup-login a {
  display: block;
  margin-top: 10px;
  color: #c2c2c2;
  text-decoration: underline
}

#landing {
  overflow: hidden;
  height: calc(100vh - 40px);
  padding: 0;
  margin: 0 -20px 0 0;
  font-size: 12px
}

#landing h1 {
  font-size: 4em;
  font-weight: 700;
  white-space: nowrap
}

#landing h2 {
  font-size: 2em
}

#landing > .flex {
  height: 100%
}

#landing ol, #landing li, #landing p {
  line-height: 1.3em !important
}

#landing .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
  height: 100%
}

#landing .left h1, #landing .left h2 {
  margin-bottom: 3px
}

#landing .left .logo {
  background-image: url(img/gp/logo.png);
  width: 279px;
  height: 68px;
  flex-shrink: 0;
  margin-bottom: 5px
}

#landing .left .tos {
  position: relative;
  height: 75vh;
  min-height: 200px;
  overflow: scroll;
  text-align: justify;
  padding: 0 !important
}

#landing .left .tos article {
  padding: 10px 10px 10px 0;
  height: 100%;
  font-size: 1em;
  color: #a2a2a2
}

#landing .left .tos h3 {
  color: #c2c2c2;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.5em
}

#landing .left .tos ol {
  margin-left: 20px
}

#landing .left .tos ol ol {
  margin-left: 40px
}

#landing .left .tos ol li {
  list-style-type: decimal
}

#landing .left .tos li {
  margin: 15px 0
}

#landing .left .tos a {
  color: #fa9300
}

#landing .left .tos a:hover {
  color: #fa6a00
}

#landing .left .actions {
  padding-top: 10px
}

#landing .left .actions .flex {
  flex-flow: column
}

#landing .left .actions label {
  margin: 5px
}

#landing .left .actions .btn-big {
  margin: 10px auto;
  width: 100px
}

#landing .left section.socials ul {
  display: flex
}

#landing .left section.socials ul li a {
  margin-right: 15px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#landing .left section.socials ul li a span {
  font-weight: 700;
  padding-left: 5px
}

#landing .right {
  padding-left: 20px;
  width: 50%;
  text-align: right
}

#landing .right img {
  max-width: 100%;
  max-height: 100%
}

#landing .right img:not(.active) {
  display: none;
  opacity: 0
}

#landing .actions span a {
  color: #fa9300
}

#landing .actions span a:hover {
  color: #fd9500
}

#landing .actions span a:focus, #landing .actions span a:active {
  color: #ff9600
}

@media only screen and (max-width: 1360px) {
  #landing h1 {
    font-size: 3em
  }
  #landing h2 {
    font-size: 1.5em
  }
}

@media only screen and (max-width: 800px) {
  #popup-login {
    padding: 20px
  }
  #popup-login h1 {
    font-size: 30px;
    padding: 0
  }
  #popup-login h2 {
    margin-bottom: 10px
  }
  #popup-login .social-login {
    flex-wrap: wrap
  }
  #popup-login .social-login form {
    width: 100%
  }
  #landing {
    margin: 0
  }
  #landing .logo {
    margin-left: auto;
    margin-right: auto
  }
  #landing .left {
    width: 100%
  }
  #landing .right {
    display: none
  }
  #landing h1 {
    white-space: normal;
    font-size: 2em
  }
  #landing h2 {
    font-size: 1.4em
  }
  #landing .left section.tos .scroll .scroll-down {
    font-size: 1.1em
  }
}

@media only screen and (max-width: 420px) {
  #landing {
    font-size: 10px
  }
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0
}

.scroll-element {
  display: none
}

.scroll-element, .scroll-element div {
  box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: pointer
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0
}

.scrollbar > .scroll-element, .scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10
}

.scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%
}

.scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
  display: none !important
}

.scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 4px
}

.scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden
}

.scrollbar > .scroll-element .scroll-element_track {
  background-color: #111
}

.scrollbar > .scroll-element .scroll-bar {
  background-color: #2d2d2d
}

.scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #f08900
}

.scrollbar > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #f08900
}

.scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px
}

.scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px
}

.scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px
}

.scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
  -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute
}

.tooltipster-box {
  flex: 1 1 auto
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
  opacity: 1
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
  -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
  transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.tooltipster-update-fade {
  animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg)
  }
  75% {
    transform: rotate(2deg)
  }
  100% {
    transform: rotate(0)
  }
}

.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1)
  }
  100% {
    transform: scale(1)
  }
}

.tooltipster-update-scale {
  animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.img-flag {
  width: 27px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0
}

.select2-container--atse {
  max-width: 30px
}

.select2-container--atse .select2-selection--single {
  height: auto
}

.select2-container--atse .select2-selection--single .select2-selection__rendered {
  padding: 0
}

.select2-container--atse .select2-dropdown {
  min-width: 80px;
  border-radius: 5px;
  border: 1px solid #fa9300;
  background-color: #111;
  color: #fff
}

.select2-container--atse .select2-dropdown .select2-results__option span {
  display: flex;
  align-content: center;
  text-transform: uppercase
}

.select2-container--atse .select2-dropdown .select2-results__option span:hover {
  color: #fa9300
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0
}

.irs-line-left {
  left: 0;
  width: 11%
}

.irs-line-mid {
  left: 9%;
  width: 82%
}

.irs-line-right {
  right: 0;
  width: 11%
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1
}

.irs-slider.from {
  display: none
}

.irs-slider.to {
  display: none
}

.irs-slider.type_last {
  z-index: 2
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 55px;
  left: 0;
  cursor: default;
  white-space: nowrap
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px
}

.irs-with-grid .irs-grid {
  display: block
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000
}

.irs-grid-pol.small {
  height: 4px
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2
}

.irs-disabled {
  opacity: .4
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40)
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important
}

.irs {
  height: 55px
}

.irs-with-grid {
  height: 75px
}

.irs-line {
  height: 7px;
  top: 33px;
  background: #666;
  border: 1px solid #000;
  border-radius: 16px;
  -moz-border-radius: 16px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .5)
}

.irs-line-left {
  height: 8px
}

.irs-line-mid {
  height: 8px
}

.irs-line-right {
  height: 8px
}

.irs-bar {
  height: 7px;
  top: 33px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #35a90a;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .5)
}

.irs-bar-edge {
  height: 5px;
  top: 34px;
  width: 14px;
  border-right: 0;
  background: #35a90a;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .5)
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: .3;
  border-radius: 5px;
  -moz-border-radius: 5px
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30)
}

.irs-slider {
  top: 27px;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  background: #ddd;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  cursor: pointer;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #f0f0f0;
  background: -moz-linear-gradient(left, #f0f0f0 0%, #a6a6a6 100%);
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #a6a6a6 100%);
  background: linear-gradient(to right, #f0f0f0 0%, #a6a6a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1)
}

.irs-slider.state_hover, .irs-slider:hover {
  background: #fff
}

.irs-min, .irs-max {
  display: none
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc
}

.irs-single {
  color: #fff;
  font-size: 11px;
  text-shadow: none;
  padding: 1px 5px;
  border: 1px solid #181818;
  width: 41.75px;
  text-align: center
}

.irs-single:before {
  position: absolute;
  top: -11px;
  right: 0;
  left: 0;
  margin: 0 15px;
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent #bababa transparent;
  opacity: .5
}

.irs-grid {
  height: 27px
}

.irs-grid-pol {
  opacity: .5;
  background: #428bca
}

.irs-grid-pol.small {
  background: #999
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac
}

@media only screen and (max-width: 1200px) {
  .options {
    display: none
  }
}

.only-mobile {
  display: none
}

@media only screen and (max-width: 1024px) {
  .only-mobile {
    display: block
  }
}

.small-screen {
  display: none
}

@media only screen and (max-width: 1870px) {
  #tradeup .left .main .tradeup-main {
    min-width: 550px
  }
  #tos .scrollbar {
    height: 800px
  }
}

@media only screen and (max-width: 1600px) {
  #roulette .long-bet .balance {
    padding: 10px
  }
  #roulette .long-bet .options {
    flex-flow: row wrap
  }
  #roulette .playfield {
    flex-direction: column-reverse
  }
  #tos .scrollbar {
    height: 700px
  }
  #crash {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
  }
  #crash .info {
    flex-direction: column
  }
  #crash .info .chart {
    width: 100%;
    margin: 0
  }
  #blackjack .chips {
    flex-flow: row wrap
  }
  #content form input {
    flex-grow: .5
  }
}

@media only screen and (max-width: 1600px) and (max-width: 1366px) {
  #content form input {
    flex-grow: .25
  }
}

@media only screen and (max-width: 1550px) {
  header #games a {
    font-size: 0;
    margin-left: 10px
  }
}

@media only screen and (max-width: 1440px) {
  header nav {
    border-bottom: 0
  }
  header .btn-logo {
    background-image: url(img/logo-small.png);
    width: 70px;
    height: 70px
  }
  #tos .scrollbar {
    height: 650px
  }
  #dice {
    flex-direction: column-reverse
  }
  #dice .major {
    margin: 0 auto
  }
  #dice .left-bets {
    max-width: calc(100% - 40px);
    margin-top: 20px
  }
  #tradeup .left .main {
    flex-flow: column-reverse
  }
  #tradeup .left .main .tradeup-main {
    margin-top: 0;
    width: 100%
  }
  #tradeup .left .main #items {
    max-width: 100%;
    width: 100%
  }
  #tradeup .left .toolbar {
    justify-content: space-between
  }
}

@media only screen and (max-width: 1366px) {
  #crash {
    flex-direction: column-reverse;
    justify-content: flex-start
  }
  #crash .info {
    width: 100%;
    flex-shrink: 0
  }
  #crash #tos .scrollbar {
    height: 600px
  }
  #crash .betting {
    width: 100%;
    flex-shrink: 0;
    padding: 0
  }
  #crash .left-bets {
    max-width: calc(100% - 40px);
    margin-top: 20px
  }
  #blackjack .blackjack-right {
    width: 100%
  }
  .game .major {
    width: 100%;
    max-width: 100%
  }
  .game .left-bets {
    margin-left: 20px;
    width: calc(100% - 40px)
  }
}

@media only screen and (max-width: 1220px) {
  .menu-opened main, .game-open main {
    opacity: .5;
    filter: blur(5px)
  }
  #tos .scrollbar {
    height: 550px
  }
  .btn-menu {
    height: 25px;
    cursor: pointer;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #fa6b00 0%, #fab500 100%);
    border-image-slice: 1;
    width: 35px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    z-index: 100
  }
  .btn-menu:before {
    content: "";
    display: block;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #fa6b00 0%, #fab500 100%);
    border-image-slice: 1;
    width: 100%;
    margin-bottom: 6px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
  }
  .btn-menu:after {
    content: "";
    display: block;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #fa6b00 0%, #fab500 100%);
    border-image-slice: 1;
    width: 100%;
    margin-bottom: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
  }
  .btn-menu.active {
    margin-top: 8px;
    border-bottom: 3px solid transparent;
    border-image: none
  }
  .btn-menu.active:before {
    transform: rotate(-405deg) translateY(1px) translateX(-3px);
    -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px)
  }
  .btn-menu.active:after {
    transform: rotate(405deg) translateY(-4px) translateX(-5px);
    -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px)
  }
  .menu-style, #menu-wrapper {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1000;
    position: absolute;
    right: 0;
    width: 80%;
    top: 0;
    height: 100%;
    background-color: rgba(2, 2, 2, .9);
    transform: translateX(100%)
  }
  .menu-style.opened, .opened#menu-wrapper {
    transform: translateX(0);
    height: 100%;
    overflow: auto
  }
  .menu-style li.profile, #menu-wrapper li.profile {
    margin-top: 25px;
    margin-left: 20px
  }
  .menu-style li.profile .avatar, #menu-wrapper li.profile .avatar {
    width: 80px;
    height: 80px
  }
  #menu-wrapper {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background-color: transparent;
    top: 0;
    right: 0;
    display: block !important
  }
  #menu-wrapper > ul {
    margin-left: auto;
    width: 40%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .9)
  }
  #menu-wrapper > ul li {
    text-align: left;
    width: 100%;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }
  #menu-wrapper > ul li:before {
    padding: 0 5px;
    display: none
  }
  #menu-wrapper > ul li:last-of-type {
    border-bottom: none
  }
  #menu-wrapper > ul li.profile {
    margin-top: 25px;
    margin-left: 20px
  }
  #menu-wrapper > ul li.profile .avatar {
    width: 80px;
    height: 80px
  }
  #menu-wrapper > ul li a {
    font-size: 24px;
    line-height: 40px;
    display: block;
    margin: 0 10px;
    padding: 0
  }
  #menu-wrapper > ul li a:hover {
    color: #fa9300
  }
  #menu-wrapper > ul li button {
    width: 100%;
    font-size: 24px;
    margin-left: 0
  }
  #menu-wrapper .ends {
    font-size: 12px;
    right: auto;
    left: 40px
  }
  #menu-wrapper .amount {
    right: auto;
    left: 40px;
    margin-top: 20px;
    font-size: 14px;
    top: auto !important
  }
  header #games {
    margin-right: 15px
  }
  header #userbar {
    display: none
  }
  #settings {
    flex-flow: column-reverse
  }
  #settings .box {
    margin-left: 0
  }
  #settings #transactions {
    width: 100%
  }
}

@media only screen and (max-width: 1152px) {
  #games a {
    line-height: 0;
    font-size: 0;
    color: transparent
  }
  #tos .scrollbar {
    height: 500px
  }
  .links {
    z-index: 1
  }
}

@media only screen and (max-width: 1024px) {
  main {
    padding: 0;
    height: calc(100% - 90px)
  }
  main .scroll-content {
    padding: 0 10px !important
  }
  #tos .scrollbar {
    height: 400px
  }
  .chat-closed #sidebar {
    transform: translateX(100%);
    margin-right: -10px
  }
  #sidebar {
    width: calc(100% - 20px);
    height: calc(100% - 75px);
    right: 10px;
    padding: 10px;
    background-color: #1a1a1a;
    z-index: 1000;
    top: 65px
  }
  #sidebar .info-box {
    left: 10px;
    right: 10px;
    bottom: 9px;
    top: auto;
    transform: translateX(100%);
    margin-right: -30px;
    background-color: #1a1a1a
  }
  #sidebar .info-box.active {
    width: auto;
    transform: translateY(0);
    margin-bottom: 0
  }
  #sidebar #chat {
    width: calc(100% - 20px)
  }
  #sidebar .tab {
    width: calc(100% - 20px)
  }
  #sidebar .btn-open {
    height: 30px;
    line-height: 30px
  }
  #roulette .playfield {
    flex-direction: column-reverse
  }
  #crash .left-bets {
    display: none
  }
  #blackjack .left-bets {
    display: none
  }
  #dice {
    flex-direction: column-reverse;
    justify-content: flex-start
  }
  #dice .buttons {
    flex-flow: row wrap
  }
  #content form {
    flex-flow: column;
    align-items: flex-start
  }
  #support form {
    flex-flow: row
  }
  #bot .toolbar {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
  }
  #bot .toolbar .search {
    margin-right: 10px
  }
  #bot .toolbar .search p {
    display: none
  }
  #bot .toolbar .filter span {
    display: none
  }
  #bot #input-search {
    padding-left: 4px;
    background-image: none;
    width: 100%
  }
  #bot #tools > .btn-big {
    margin: 14px 30px 0 10px
  }
  #bot #tools .summary {
    margin-right: 20px
  }
  footer {
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    bottom: 0
  }
}

@media only screen and (max-width: 800px) {
  .popup .content {
    max-width: 95%
  }
  #roulette .coin {
    width: 8vw !important;
    height: 8vw !important
  }
  #roulette .colors .color .header button {
    margin: 0 auto
  }
  #tos .scrollbar {
    height: 300px
  }
  #blackjack .chips {
    margin-bottom: 10px
  }
  #bot #items .scrollbar {
    height: 41%
  }
  #bot #tools {
    width: calc(100% - 78px);
    top: 50%
  }
  #bot #tools > .btn-big {
    margin: 14px 15px 0
  }
  #bot #tools .summary {
    margin-right: 0
  }
  #bot .left {
    width: 100%
  }
  .popup .flex {
    align-items: flex-start
  }
  .popup .flex #russian-spectate {
    flex-flow: column
  }
  .popup .flex #russian-spectate .btn-close {
    margin-top: 320px
  }
  .popup .flex #russian-spectate .left .coin, .popup .flex #russian-spectate .right .coin {
    margin-left: 50px
  }
  .popup .flex #russian-spectate .left .avatar, .popup .flex #russian-spectate .right .avatar {
    width: 95px;
    height: 109px
  }
}

@media only screen and (max-width: 700px) {
  #profile .stats {
    grid-template-columns: 1fr
  }
  .notification-content {
    grid-template-columns: 1fr
  }
  #menu-wrapper > ul {
    width: 60%
  }
  #support .info {
    flex-flow: column
  }
  #support .info form {
    width: 100%
  }
  #support .info form div {
    width: 100%
  }
  #support .info form textarea {
    width: 100%
  }
}

@media only screen and (max-width: 600px) {
  #mine .long-bet {
    flex-flow: column
  }
  #mine .long-bet .balance-wrapper {
    margin-bottom: 15px
  }
  #mine .fields .buttons {
    align-items: flex-end
  }
  #mine .fields .buttons .btn-big {
    margin-bottom: 10px
  }
  #mine.win .image-win, #mine.win .image-lose, #mine.lose .image-win, #mine.lose .image-lose {
    left: 15px;
    top: 0
  }
  #blackjack input {
    margin: 0
  }
  #russian .create-game .sides .side span {
    display: none
  }
  #tradeup .left .main .tradeup-main {
    min-width: 0
  }
  #tradeup .left .main .tradeup-main .sides {
    flex-flow: column;
    align-items: center
  }
  #tradeup .left .main .tradeup-main .sides .info {
    margin: 20px 0
  }
  #tradeup .left .main .tradeup-main .long-bet .flex {
    flex-flow: column
  }
  #tradeup .left .main .tradeup-main .long-bet input {
    margin: 10px 0 0
  }
  #tradeup .left .main .tradeup-main .btn-big {
    margin: 0 0 10px
  }
  #tradeup .left .main .tradeup-main .win-chance {
    width: calc(100% - 60px)
  }
}

@media only screen and (max-width: 1150px) {
  .matchbetting {
    flex-flow: column
  }
  .matchbetting #game-bet .buttons .btn-close {
    display: block
  }
  .matchbetting .bet-container {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    z-index: 500;
    transform: translateX(100%);
    width: 100%
  }
  .matchbetting .bet-container.active {
    transform: translateX(0)
  }
}

@media only screen and (max-width: 1550px) {
  .matchbetting .grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media only screen and (max-width: 1233px) {
  .matchbetting .grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width: 1025px) {
  .matchbetting .grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media only screen and (max-width: 905px) {
  .matchbetting .grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width: 600px) {
  .matchbetting .grid {
    grid-template-columns: 1fr
  }
}

@media only screen and (max-width: 376px) {
  .matchbetting .grid {
    padding: 0 10px
  }
}

@media only screen and (max-width: 540px) {
  #leaders .header {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10px
  }
  #leaders h1 {
    display: none
  }
  #leaders h2 {
    color: #3dd92c;
    border-bottom: none;
    padding-bottom: 0
  }
}

@media only screen and (max-width: 1280px) {
  #leaders #content {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: column-reverse
  }
  #leaders #content .tabs {
    width: 100%;
    flex-flow: column;
    align-items: flex-start
  }
}

@media only screen and (max-width: 850px) {
  #leaders #content .table-container table, #leaders #content .table-container thead, #leaders #content .table-container tbody, #leaders #content .table-container th, #leaders #content .table-container td, #leaders #content .table-container tr {
    display: block
  }
  #leaders #content .table-container thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }
  #leaders #content .table-container tr {
    border: 1px solid #272727
  }
  #leaders #content .table-container td {
    border: none;
    position: relative;
    padding-left: 30% !important;
    word-wrap: break-word
  }
  #leaders #content .table-container td:first-of-type {
    height: 30px
  }
  #leaders #content .table-container td:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap
  }
  #leaders #content td:nth-of-type(1):before {
    content: "Place:"
  }
  #leaders #content td:nth-of-type(2):before {
    content: "Player:"
  }
  #leaders #content td:nth-of-type(3):before {
    content: "Steam64:"
  }
  #leaders #content td:nth-of-type(4):before {
    content: "Points:"
  }
  #leaders #content td:nth-of-type(5):before {
    content: "Prize:"
  }
}

@media only screen and (max-width: 600px) {
  #leaders #content .left-images, #leaders #content .right-images {
    display: none
  }
  #leaders #content .tabs .buttons button {
    font-size: 14px
  }
  #leaders #content .pagination a {
    margin-bottom: 5px
  }
}

@media only screen and (max-width: 540px) {
  #leaders #content {
    overflow: auto
  }
  #leaders #content .box {
    margin-left: 0
  }
  #leaders #content .box #draw .timer {
    transform: scale(.8)
  }
  #leaders #content .box #draw .stats {
    margin-left: 0
  }
}

@media only screen and (max-width: 375px) {
  #leaders #content .box #draw .timer {
    transform: scale(.6)
  }
  #leaders #content .box #draw .stats .cup {
    transform: scale(.8)
  }
}

@media only screen and (max-width: 1600px) {
  #leaders.xmas #content-xmas {
    flex-flow: column-reverse;
    align-items: center !important
  }
  #leaders.xmas #content-xmas .box {
    padding-top: 0
  }
  #leaders.xmas .tabs {
    padding-top: 270px;
    width: 100% !important
  }
}

@media only screen and (max-width: 540px) {
  #leaders.xmas #content-xmas .box {
    transform: scale(.8)
  }
  #leaders.xmas #content-xmas .head {
    display: none
  }
  #leaders.xmas #content-xmas .row {
    height: 100%;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start
  }
  #leaders.xmas #content-xmas .row div:nth-of-type(1):before {
    content: "ID: "
  }
  #leaders.xmas #content-xmas .row div:nth-of-type(2):before {
    content: "Player: "
  }
  #leaders.xmas #content-xmas .row div:nth-of-type(3):before {
    content: "Steam64: "
  }
  #leaders.xmas #content-xmas .row div:nth-of-type(4):before {
    content: "Atse: "
  }
  #leaders.xmas #content-xmas .row div:nth-of-type(5):before {
    content: "Necro: "
  }
  #leaders.xmas #content-xmas .row div:nth-of-type(6):before {
    content: "Total: "
  }
  #leaders.xmas #content-xmas .row div:nth-of-type(7):before {
    content: "Prize: "
  }
}

@media only screen and (max-width: 375px) {
  #leaders.xmas #content-xmas .box {
    transform: scale(.6)
  }
  #leaders.xmas #content-xmas .tabs {
    padding-top: 80px
  }
}

@media only screen and (max-width: 850px) {
  .rwd-table table, #support .table-container table, #settings .box .table-container table, #provably .table-container table, .rwd-table thead, #support .table-container thead, #settings .box .table-container thead, #provably .table-container thead, .rwd-table tbody, #support .table-container tbody, #settings .box .table-container tbody, #provably .table-container tbody, .rwd-table th, #support .table-container th, #settings .box .table-container th, #provably .table-container th, .rwd-table td, #support .table-container td, #settings .box .table-container td, #provably .table-container td, .rwd-table tr, #support .table-container tr, #settings .box .table-container tr, #provably .table-container tr {
    display: block
  }
  .rwd-table thead tr, #support .table-container thead tr, #settings .box .table-container thead tr, #provably .table-container thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }
  .rwd-table tr, #support .table-container tr, #settings .box .table-container tr, #provably .table-container tr {
    border: 1px solid #272727
  }
  .rwd-table td, #support .table-container td, #settings .box .table-container td, #provably .table-container td {
    border: none;
    position: relative;
    padding-left: 25% !important;
    word-wrap: break-word
  }
  .rwd-table td:before, #support .table-container td:before, #settings .box .table-container td:before, #provably .table-container td:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap
  }
  #provably td:nth-of-type(1):before {
    content: "ID:"
  }
  #provably td:nth-of-type(2):before {
    content: "Secret:"
  }
  #provably td:nth-of-type(3):before {
    content: "Value:"
  }
  #provably td:nth-of-type(4):before {
    content: "Hash:"
  }
  #provably td:nth-of-type(5):before {
    content: "Color:"
  }
  #settings .box .table-container td {
    border-top: 1px solid #272727
  }
  #settings .box td:nth-of-type(1):before {
    content: "Sender:"
  }
  #settings .box td:nth-of-type(2):before {
    content: "Reciver:"
  }
  #settings .box td:nth-of-type(3):before {
    content: "Amount:"
  }
  #settings .box td:nth-of-type(4):before {
    content: "Data:"
  }
  #support .table-container td {
    padding: 0;
    height: 20px;
    margin-bottom: 10px
  }
  #support td:nth-of-type(1):before {
    content: "Id:"
  }
  #support td:nth-of-type(2):before {
    content: "User:"
  }
  #support td:nth-of-type(3):before {
    content: "Assigned:"
  }
  #support td:nth-of-type(4):before {
    content: "Title:"
  }
  #support td:nth-of-type(5):before {
    content: "Category:"
  }
  #support td:nth-of-type(6):before {
    content: "Status:"
  }
  #support td:nth-of-type(7):before {
    content: "Replies:"
  }
  #support td:nth-of-type(8):before {
    content: "Last Replay:"
  }
  #support td:nth-of-type(9):before {
    content: ""
  }
}

.list-buttons {
  border-top: 1px solid #272727;
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
  width: 100%;
  background-color: #080808
}

.list-buttons button {
  font-weight: 600;
  font-size: 14px;
  color: #5f5f5f;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%
}

@media only screen and (min-width: 541px) {
  .mobile-layout {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center
  }
  .mobile-only {
    display: none
  }
  .list-buttons {
    display: none
  }
  .mobile-btn {
    display: none
  }
}

@media only screen and (max-width: 540px) {
  #bot .games {
    height: calc(100% - 170px)
  }
  .scroll-wrapper > .scroll-content {
    overflow-x: hidden !important
  }
  .center {
    text-align: center
  }
  .lg-only {
    display: none
  }
  .mobile-btn {
    display: none
  }
  .table-lg-only {
    display: none
  }
  .show-players .game .left-bets {
    display: block !important;
    margin-left: 0
  }
  .game .left-bets-hide-on-low {
    display: none !important
  }
  .service-mine main, .service-support main, .service-bot main, .service-russian main, .service-leaderboard main, .service-profile main {
    height: calc(100% - 90px)
  }
  body:not(.chat-closed) .btn-menu {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: none
  }
  body:not(.chat-closed) .chat-close {
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    cursor: pointer
  }
  .game-opened main {
    opacity: .5;
    filter: blur(5px)
  }
  .game-opened .btn-menu {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: none
  }
  .game-opened .game-close {
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px
  }
  .show-players .btn-menu, .show-history .btn-menu, .show-bets .btn-menu, .show-list .btn-menu {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: none
  }
  .show-players .btn-close, .show-history .btn-close, .show-bets .btn-close, .show-list .btn-close {
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: block
  }
  .hide {
    display: none !important
  }
  .hide-element, #coinflip .left-bets, #jackpot .history, #jackpot .left-bets, #dice .left-bets, #blackjack .left-bets, #crash .history, #crash .left-bets {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(200%)
  }
  .links #games {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1000;
    position: absolute;
    right: 0;
    height: 88%;
    width: 100%;
    background-color: transparent;
    top: 0;
    transform: translateX(100%)
  }
  .links #games.opened {
    transform: translateX(0);
    height: 100%;
    overflow: auto
  }
  .links #games li.profile {
    margin-top: 25px;
    margin-left: 20px
  }
  .links #games li.profile .avatar {
    width: 80px;
    height: 80px
  }
  .links #games.opened {
    height: 100%
  }
  .links #games ul {
    display: block;
    width: 60%;
    min-height: 100%;
    float: right;
    background-color: rgba(0, 0, 0, .9);
    padding: 60px 0 0 20px
  }
  .links #games li a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 35px
  }
  header .btn-logo {
    margin-top: 10px;
    background-image: url(img/logo-small.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin-right: 0
  }
  header #games {
    margin-right: 0
  }
  header #games a {
    font-size: 14px
  }
  header #userbar {
    display: none
  }
  header .title {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
  }
  main {
    padding-right: 0;
    padding-left: 0;
    height: calc(100% - 140px);
    padding-bottom: 30px
  }
  .service-roulette main {
    height: calc(100% - 120px);
    padding-bottom: 0
  }
  .mobile-btn {
    width: 32px;
    height: 32px;
    background: 0 0 !important;
    position: absolute;
    top: 11px;
    right: 20px;
    cursor: pointer
  }
  .mobile-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-image: url(img/icons/icon-close.png);
    width: 100%;
    height: 100%
  }
  .chat-closed #sidebar {
    transform: translateX(100%)
  }
  .chat-closed #sidebar .btn-open {
    display: none
  }
  #menu-wrapper > ul {
    width: 80%
  }
  #sidebar {
    z-index: 100;
    right: 0;
    width: 100%;
    background-color: #0d0d0d;
    padding: 0;
    top: 60px;
    height: calc(100% - 60px)
  }
  #sidebar .header {
    text-align: center;
    font-size: 12px;
    padding: 0 0 10px
  }
  #sidebar .buttons {
    padding: 15px
  }
  #sidebar .tab {
    width: 100%
  }
  #sidebar .messages {
    height: calc(100% - 140px)
  }
  #sidebar .message .timer {
    position: relative
  }
  #sidebar .message .timer span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px
  }
  #sidebar .message .content {
    word-wrap: break-word
  }
  #sidebar .info-box {
    left: 0;
    top: 35px
  }
  #sidebar .btn-toggle-chat {
    display: none
  }
  #sidebar .icon.smile {
    right: 80px
  }
  #sidebar .send {
    height: 67px;
    margin: 0 10px
  }
  #sidebar .send button {
    border: 2px solid;
    border-image: linear-gradient(to right, #fa6b00 0%, #fab500 100%);
    border-image-slice: 1;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 68px;
    color: #fff
  }
  #sidebar .send textarea {
    padding: 10px 0;
    width: 84%
  }
  #sidebar.no-banner .messages {
    height: calc(100% - 118px)
  }
  .game .long-bet {
    align-items: flex-start;
    flex-flow: column-reverse;
    background-color: transparent;
    border: none;
    margin: 0
  }
  .game .long-bet .mobile-layout {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%
  }
  .game .long-bet .mobile-layout .safe {
    margin: 0
  }
  .game .long-bet input {
    width: 100%;
    margin: 0 0 0 10px
  }
  .game .long-bet .options {
    margin: 10px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    width: 100%
  }
  .game .long-bet .options button {
    border: 2px solid;
    border-image: linear-gradient(to right, #fa6b00 0%, #fab500 100%);
    border-image-slice: 1;
    margin: 0
  }
  .game .long-bet .options button:hover {
    background: linear-gradient(to right, #fa6b00 0%, #fab500 100%);
    color: #fff
  }
  .game .betting .safe {
    margin: 0
  }
  .game .image-win, .game .image-lose {
    background-size: 150px;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px
  }
  .main-buttons {
    position: fixed;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 60px;
    background-color: #0c0c0c
  }
  .main-buttons button {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #272727;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left
  }
  .main-buttons button .game-icon {
    background-image: url(img/icons/game-icon.png);
    width: 64px;
    height: 34px;
    margin-right: 25px
  }
  .main-buttons button .chat-icon {
    background-image: url(img/icons/chat-icon.png);
    width: 49px;
    height: 40px;
    margin-right: 25px
  }
  footer {
    display: none
  }
  #login .logo {
    z-index: 2;
    background-image: url(img/gp/logo.png);
    width: 279px;
    height: 68px;
    margin-bottom: 100px
  }
  #login h1 {
    display: none
  }
  #login #btn-login button {
    font-size: 12px
  }
  #roulette .mobile-only .history {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    max-width: 100%
  }
  #roulette .mobile-only .coin {
    display: block
  }
  #roulette .header .coin {
    display: none
  }
  #roulette .roll {
    margin: 0
  }
  #roulette .colors .bottom-padding {
    padding-bottom: 30px
  }
  #roulette .colors .color {
    background-color: transparent;
    border: none;
    padding: 0
  }
  #roulette .colors .color.green {
    margin: 0 5px
  }
  #roulette .colors .color .header button {
    padding: 15px 19px;
    width: 100%;
    margin-left: 0
  }
  #roulette .colors .color .your {
    display: none
  }
  #roulette .colors .color .mobile-only {
    text-align: center
  }
  #roulette .colors .color .mobile-only .show-bets {
    margin: 10px 0
  }
  #roulette .colors .color .sum {
    flex-flow: column
  }
  #roulette .colors .color .list {
    transform: translateX(400%);
    display: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
  }
  #roulette .colors .color .list.opened {
    transform: translateY(0);
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0c0c;
    padding: 0 10px;
    z-index: 1;
    overflow-y: scroll
  }
  #roulette .colors .color .list.opened .profile {
    padding: 20px 10px;
    border-bottom: 1px solid #272727
  }
  #roulette .colors .color .list.opened .mobile-only .bets {
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center
  }
  #roulette .colors .color .list.opened .mobile-only .bets .coin {
    display: block;
    width: 60px;
    height: 65px
  }
  #roulette .colors .color .list.opened .mobile-only .bets .red {
    color: #851a2f
  }
  #roulette .colors .color .list.opened .mobile-only .bets .green {
    color: #07814a
  }
  #roulette .colors .color .list.opened .mobile-only .bets .black {
    color: #7f7f7f
  }
  #roulette .colors .color .list .mobile-only .bets {
    display: none
  }
  #roulette .mobile-only .mobile-colors {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 40px;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a
  }
  #roulette .mobile-only .mobile-colors .color {
    width: 100%
  }
  #roulette .mobile-only .mobile-colors .color .your {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px
  }
  #roulette .mobile-only .mobile-colors .color.red .value {
    color: #851a2f
  }
  #roulette .mobile-only .mobile-colors .color.green .value {
    color: #07814a
  }
  #roulette .mobile-only .mobile-colors .color.black .value {
    color: #7f7f7f
  }
  #roulette .roll:before {
    z-index: 0
  }
  #mine {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-flow: column
  }
  #mine .playfield {
    display: block
  }
  #mine .playfield .area .fields {
    margin: 0 auto
  }
  #mine small {
    text-align: center
  }
  #mine .image-lose {
    left: 260px;
    top: -15px
  }
  #mine .image-win {
    left: 0;
    top: -15px
  }
  #mine small {
    padding: 0
  }
  #crash {
    width: 100%
  }
  #crash h1 {
    display: none
  }
  #crash .info .bet .long-bet .options button {
    margin: 0
  }
  #crash .info .bet label {
    width: 100%
  }
  #crash .info .bet .bet-amount {
    grid-row: 4;
    grid-column: 2
  }
  #crash .info .bet .bet-amount .name {
    display: none
  }
  #crash .info .bet .cashout {
    grid-row: 3;
    grid-column: 1/span 2;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center
  }
  #crash .info .bet .cashout span, #crash .info .bet .cashout input {
    width: 100%
  }
  #crash .info .bet .long-bet {
    grid-row: 5;
    grid-column: 1/span 2
  }
  #crash .info .bet .btn-big {
    grid-row: 1;
    grid-column: 1
  }
  #crash .info .bet .balance_container {
    grid-row: 4;
    grid-column: 1;
    justify-self: start
  }
  #crash .info .bet .btn-auto {
    grid-row: 1;
    grid-column: 2
  }
  #crash .info .bet .crash-auto {
    grid-row: 2;
    grid-column: 1/span 2
  }
  #crash .info .bet .crash-auto .fields .field {
    margin-right: 10px
  }
  #crash .info .bet small {
    grid-row: 6;
    grid-column: 1/span 2
  }
  #crash .info .chart {
    height: 225px;
    width: 100%;
    margin: 0
  }
  #crash .crash-auto {
    margin-top: 10px
  }
  #crash .crash-auto label {
    width: 100%
  }
  #blackjack .blackjack-container .blackjack-image {
    background-position: -34px 3px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%
  }
  #blackjack .chips {
    height: initial
  }
  #blackjack .chips .divider {
    display: none
  }
  #blackjack .chips:before {
    content: "";
    width: 100%;
    order: 1;
    height: 100%;
    position: inherit;
    background-color: transparent
  }
  #blackjack .chips .coin {
    margin: 0;
    transform: scale(.9)
  }
  #blackjack .chips .coin:nth-child(n+7) {
    order: 1
  }
  #blackjack .user-area .bets {
    height: 100%
  }
  #blackjack .user-area .bets .cards {
    transform: scale(.7)
  }
  #blackjack .game-area {
    height: calc(100% - 600px);
    left: 0;
    right: 0;
    position: absolute;
    top: 140px
  }
  #blackjack .game-area p {
    font-size: 18px
  }
  #blackjack .dealer-area {
    height: 260px
  }
  #blackjack .dealer-area h1 {
    padding: 10px 0
  }
  #blackjack .dealer-area .cards {
    transform: rotatex(180deg) scale(.8);
    height: 138px;
    left: 42px
  }
  #blackjack .long-bet {
    flex-flow: column-reverse;
    padding-top: 0
  }
  #blackjack .buttons {
    margin: 0 auto
  }
  #blackjack .mobile-layout {
    width: 100%;
    padding: 0 20px
  }
  #blackjack .btn-big button, #blackjack .btn-big a {
    padding: 15px 25px
  }
  #dice .buttons {
    flex-flow: row wrap
  }
  #dice .btn-outer {
    margin: 5px 2px
  }
  #dice .btn-outer .btn-bet button {
    min-width: 50px;
    height: 50px;
    font-size: 18px
  }
  #dice .ranges button {
    width: 150px;
    height: 60px
  }
  #jackpot .last-games {
    display: none
  }
  #jackpot small {
    display: none
  }
  #jackpot .last-winner {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 0;
    flex-flow: column
  }
  #jackpot .btn-big {
    display: none
  }
  #jackpot .mobile-only {
    width: 50%;
    margin: 0 auto
  }
  #jackpot .mobile-only .btn-big {
    display: block
  }
  #coinflip .flip {
    height: 130px
  }
  #coinflip .long-bet {
    flex-flow: column
  }
  #coinflip #roll-wrap {
    padding: 0
  }
  #coinflip .coins {
    display: none
  }
  #coinflip h3 {
    margin-top: 0
  }
  #coinflip .coin {
    top: -50px;
    margin: 0
  }
  #coinflip .coin img {
    transform: scale(.6)
  }
  #coinflip .hash {
    margin-top: 15px
  }
  #coinflip .mobile-only .coins {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center
  }
  #russian-spectate {
    margin-top: 30px;
    flex-flow: column
  }
  #russian-spectate .vs .magazine {
    background-size: 90px;
    background-repeat: no-repeat;
    width: 90px;
    height: 95px
  }
  #russian-spectate .vs .magazine .amount {
    font-size: 22px
  }
  #russian-spectate .vs .magazine .bullet {
    background-size: 64%;
    background-repeat: no-repeat;
    top: 6px;
    margin-left: -12px
  }
  #russian-spectate .profile .avatar {
    width: 100px;
    height: 105px
  }
  #russian-spectate .profile:after {
    background-size: 50%;
    background-repeat: no-repeat;
    margin-top: 36px;
    width: 250px
  }
  #russian-spectate .pistol {
    margin-top: 0
  }
  #russian-spectate .pistol img {
    background-size: 90%;
    background-repeat: no-repeat
  }
  #russian .russian-game .profile {
    flex-flow: column
  }
  #russian .russian-game .profile .coin {
    display: none
  }
  #russian .russian-game .buttons {
    flex-flow: column
  }
  #russian .russian-game .buttons .btn {
    margin-left: 0
  }
  #russian .russian-game .buttons .btn.btn-spectate {
    margin-bottom: 5px
  }
  #russian .sides .side span {
    display: none
  }
  .popup .flex {
    align-items: flex-start
  }
  .pop-style, #bot #tools.show-list, .show-list #bot #tools, .show-history #crash .history, .show-history #jackpot .history, .show-players #crash .left-bets, .show-players #blackjack .left-bets, .show-players #dice .left-bets, .show-players #jackpot .left-bets, .show-players #coinflip .left-bets, .show-players #freeflip .left-bets {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transform: translateY(0);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    height: calc(100% - 60px);
    background-color: #0c0c0c;
    padding: 0 10px;
    z-index: 15;
    overflow: auto
  }
  .show-players {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
  }
  .show-history #crash .history, .show-history #jackpot .history {
    top: 60px
  }
  .show-history #crash .history table, .show-history #jackpot .history table {
    table-layout: fixed
  }
  .show-history #crash .history table td, .show-history #jackpot .history table td {
    word-wrap: break-word
  }
  .show-list #bot #tools {
    display: block;
    position: absolute;
    top: 0
  }
  .show-list #bot #tools .btn, .show-list #bot #tools .summary {
    display: none
  }
  #bot {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow: column
  }
  #bot #tools {
    display: none;
    max-height: 75%
  }
  #bot #tools.show-list {
    display: block;
    position: absolute;
    height: calc(100% - 170px)
  }
  #bot #tools.show-list .btn, #bot #tools.show-list .summary {
    display: none
  }
  #bot #tools #selected-items {
    height: 100%
  }
  #bot #tools #selected-items .item {
    padding: 20px 10px 10px 80px;
    min-height: 80px
  }
  #bot .left {
    width: 100%;
    height: 80%
  }
  #bot .left .toolbar {
    padding: 0 15px
  }
  #bot .left .toolbar .admin-options {
    display: none
  }
  #bot .left .toolbar .search p {
    display: none
  }
  #bot .left #items {
    height: calc(100% - 100px)
  }
  #bot .left #items .item {
    width: 100px;
    height: 150px
  }
  #bot .left #items .item .name {
    font-size: 11px
  }
  #bot .left #items .item img {
    width: 50%
  }
  #bot .mobile-only {
    margin-top: 10px;
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-flow: row wrap
  }
  #bot .mobile-only .summary {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-grow: 1;
    margin-bottom: 20px
  }
  #bot .mobile-only .summary .list:first-of-type {
    text-align: start
  }
  #bot .mobile-only .summary .list:last-of-type {
    text-align: end
  }
  #bot .mobile-only .buttons {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%
  }
  #bot .mobile-only .buttons .btn {
    width: 100%
  }
  #bot .mobile-only .buttons .btn-big {
    margin-left: 10px;
    height: 54px
  }
  #settings {
    display: block
  }
  #settings #transactions {
    width: 100%
  }
  #settings h2 {
    margin-bottom: 0;
    text-align: center
  }
  #settings .buttons {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: column
  }
  #settings .box {
    margin-left: 0
  }
  #settings .box .details {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center
  }
  #settings .box .details img {
    margin-right: 15px
  }
  #settings .box .stats {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 10px
  }
  #settings .box .stats .col-1, #settings .box .stats .col-2 {
    width: 200px
  }
  #content form {
    justify-content: center;
    align-items: center;
    flex-flow: row
  }
  #content .profile-form {
    margin-top: 20px
  }
  #content .profile-form form {
    flex-flow: column
  }
  #content .profile-form form input {
    width: 100%
  }
  #content .profile-title {
    display: none
  }
  #content .tab {
    width: 100%
  }
  #content h1 {
    margin-bottom: 40px;
    font-size: 26px
  }
  #content .tabs {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 30px 0
  }
  #content .tabs .summary {
    margin-right: 25px
  }
  #content .tabs button {
    font-size: 18px;
    font-weight: 700
  }
  #content .tabs button.active:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fab400;
    background: linear-gradient(to right, #fab400 0%, #fa6b00 100%)
  }
  #content .user-profile {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 25px
  }
  #content .user-profile .avatar {
    margin-right: 20px
  }
  #content .user-profile .details {
    font-size: 22px
  }
  #content .user-profile .details p {
    color: #4ec400;
    font-size: 16px
  }
  #content #provably h1 {
    display: none
  }
  #content #provably p {
    margin-top: 20px
  }
  #content #provably form {
    flex-flow: column;
    align-items: flex-start
  }
  #content #provably form label {
    width: 100%
  }
  #content #provably form label.hash input {
    width: 100%
  }
  #content #provably .tabs-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
  }
  #content #provably .tabs {
    flex-flow: column
  }
  #content #provably .tabs button {
    font-size: 12px;
    font-weight: 500;
    margin: 5px
  }
  #content #provably .tabs button.active:before {
    content: none
  }
  #support .mod-options {
    flex-flow: column;
    align-items: flex-start
  }
  #support .mod-options form {
    margin-left: 0
  }
  #support .mod-options form p {
    display: none
  }
}

@media only screen and (max-width: 470px) {
  #blackjack .chips .coin {
    width: 65px;
    height: 72px
  }
}

@media only screen and (max-width: 375px) {
  .small-screen {
    display: block
  }
  .links #games.opened {
    padding-bottom: 0
  }
  .icon.safe {
    background-size: 40px
  }
  .game .betting p {
    font-size: 18px
  }
  .main-buttons button {
    font-size: 16px
  }
  #roulette .hash {
    font-size: 9px
  }
  #coinflip .hash {
    font-size: 9px
  }
  #mine .playfield {
    width: 100%;
    display: block
  }
  #mine .playfield .right {
    width: 100%
  }
  #mine .fields {
    margin: 0 auto
  }
  #mine .image-lose {
    left: 210px;
    height: 120px
  }
  #mine .image-win {
    left: -5px;
    height: 130px
  }
  #crash .btn-big button {
    font-size: 12px
  }
  #crash .btn-big a {
    font-size: 12px
  }
  #crash .info .chart .message {
    font-size: 26px
  }
  #crash .info .bet .bet-amount input {
    width: 100% !important
  }
  #blackjack .btn-big button {
    font-size: 12px
  }
  #blackjack .dealer-area {
    background-position: center top;
    height: 180px;
    background-size: 300px
  }
  #blackjack .dealer-area h1 {
    font-size: 34px
  }
  #blackjack .dealer-area h2 {
    font-size: 22px
  }
  #blackjack .chips .coin {
    width: 55px;
    height: 60px
  }
  #blackjack .chips .coin div {
    font-size: 12px
  }
  #dice .buttons:before {
    content: "";
    width: 100%;
    order: 1;
    height: 100%;
    position: inherit;
    background-color: transparent
  }
  #dice .buttons.ranges {
    flex-flow: nowrap
  }
  #dice .buttons .btn-outer:nth-child(n+4) {
    order: 1
  }
  .popup .flex #russian-spectate .btn-close {
    margin-top: 260px
  }
  #russian-spectate .vs .magazine {
    background-size: 70px;
    width: 70px;
    height: 70px
  }
  #russian-spectate .vs .magazine .bullet {
    background-size: 50%;
    margin-left: 10px;
    top: 16px
  }
  #russian-spectate .vs .amount {
    font-size: 28px
  }
  #russian-spectate .pistol .img {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top right
  }
  #bot {
    width: 100%
  }
  #bot .left .toolbar .search {
    justify-content: flex-start
  }
  #bot .left .toolbar .search input {
    width: 80%
  }
  #bot .mobile-only .summary {
    justify-content: space-between;
    padding-right: 0
  }
  #settings .box .details {
    font-size: 14px
  }
  #provably .tabs-buttons button {
    padding: 25px 0 0
  }
  .service-support h1 {
    font-size: 22px !important
  }
}

@media only screen and (max-width: 360px) {
  #roulette .hash {
    font-size: 8px
  }
  #mine .bet .bombs .bomb {
    margin-left: 25px
  }
  #content .pagination a {
    width: 29px
  }
}

@media only screen and (max-width: 800px) {
  #trade .progress-area {
    flex-direction: column
  }
  #trade .progress-area .progress::before {
    content: none
  }
}

@media only screen and (min-width: 1220px) {
  .only-mobile {
    display: none !important
  }
}

@media only screen and (min-width: 540px) {
  .only-low-mobile {
    display: none !important
  }
}

@media only screen and (max-width: 640px) {
  footer .links [rel=external] span {
    display: none
  }
}

@media only screen and (max-width: 540px) {
  #chat .links {
    padding-left: 10px
  }
  #menu-wrapper.opened > ul > li {
    padding: 10px 30px
  }
  #menu-wrapper.opened > ul > li a {
    font-size: 18px;
    line-height: 20px
  }
  #menu-wrapper.opened > ul > li a .icon {
    float: left;
    background-size: cover;
    margin-top: -4px;
    margin-right: 4px
  }
  #menu-wrapper.opened > ul > li.li-leaders {
    padding: 15px 30px;
    height: 70px
  }
  #menu-wrapper.opened > ul > li.li-leaders a {
    line-height: 30px
  }
}

@media only screen and (max-width: 800px) {
  .popup {
    padding-top: 20px
  }
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 700
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px;
  border-top: 1px solid #111
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right
}

table.dataTable thead .sorting {
  background-image: url(img/sort_both.png)
}

table.dataTable thead .sorting_asc {
  background-image: url(img/sort_asc.png)
}

table.dataTable thead .sorting_desc {
  background-image: url(img/sort_desc.png)
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url(img/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url(img/sort_desc_disabled.png)
}

table.dataTable tbody tr {
  background-color: #000
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #333
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #333;
  border-right: 1px solid #333
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #333
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #000
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #000
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #000
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #000
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #000
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #000
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #000
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #000
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #000
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #000
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #000
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #000
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1
}

.dataTables_wrapper .dataTables_length {
  float: left
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: .5em
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: .755em
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #9e9e9e !important;
  border: 1px solid transparent;
  border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #9e9e9e !important;
  border: 1px solid #979797;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: 0 0;
  box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.9)), color-stop(75%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0) 100%)
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #9e9e9e
}

.dataTables_wrapper .dataTables_scroll {
  clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: .5em
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: .5em
  }
}

.flip-clock-wrapper * {
  margin: 0;
  padding: 0;
  line-height: normal;
  box-sizing: border-box
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc
}

.flip-clock-wrapper a:hover {
  color: #fff
}

.flip-clock-wrapper ul {
  list-style: none
}

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table
}

.flip-clock-wrapper.clearfix:after {
  clear: both
}

.flip-clock-wrapper.clearfix {
  *zoom: 1
}

.flip-clock-wrapper {
  min-height: 100%;
  font: 11px helvetica neue, Helvetica, sans-serif;
  -webkit-user-select: none
}

.flip-clock-meridium {
  background: 0 0;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
  color: #313333;
  bottom: 10px
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em
}

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: 700;
  line-height: 87px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4)
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0
}

.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd .5s .5s linear both;
  -moz-animation: asd .5s .5s linear both;
  animation: asd .5s .5s linear both;
  z-index: 2
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px
}

.flip-clock-divider:first-child {
  width: 0
}

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: #fff;
  text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px
}

.flip-clock-dot.top {
  top: 30px
}

.flip-clock-dot.bottom {
  bottom: 30px
}

@-webkit-keyframes asd {
  0% {
    z-index: 2
  }
  20% {
    z-index: 4
  }
  100% {
    z-index: 4
  }
}

@-moz-keyframes asd {
  0% {
    z-index: 2
  }
  20% {
    z-index: 4
  }
  100% {
    z-index: 4
  }
}

@-o-keyframes asd {
  0% {
    z-index: 2
  }
  20% {
    z-index: 4
  }
  100% {
    z-index: 4
  }
}

@keyframes asd {
  0% {
    z-index: 2
  }
  20% {
    z-index: 4
  }
  100% {
    z-index: 4
  }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn .5s .5s linear both;
  -moz-animation: turn .5s .5s linear both;
  animation: turn .5s .5s linear both
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg)
  }
  100% {
    -webkit-transform: rotateX(0deg)
  }
}

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg)
  }
  100% {
    -moz-transform: rotateX(0deg)
  }
}

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg)
  }
  100% {
    -o-transform: rotateX(0deg)
  }
}

@keyframes turn {
  0% {
    transform: rotateX(90deg)
  }
  100% {
    transform: rotateX(0deg)
  }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 .5s linear both;
  -moz-animation: turn2 .5s linear both;
  animation: turn2 .5s linear both
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg)
  }
  100% {
    -webkit-transform: rotateX(-90deg)
  }
}

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg)
  }
  100% {
    -moz-transform: rotateX(-90deg)
  }
}

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg)
  }
  100% {
    -o-transform: rotateX(-90deg)
  }
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg)
  }
  100% {
    transform: rotateX(-90deg)
  }
}

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
  -webkit-animation: show .5s linear both;
  -moz-animation: show .5s linear both;
  animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
  -webkit-animation: hide .5s .3s linear both;
  -moz-animation: hide .5s .3s linear both;
  animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: show .5s linear both;
  -moz-animation: show .5s linear both;
  animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: hide .5s .3s linear both;
  -moz-animation: hide .5s .3s linear both;
  animation: hide .5s .2s linear both
}

@-webkit-keyframes show {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-moz-keyframes show {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-o-keyframes show {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes show {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-moz-keyframes hide {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-o-keyframes hide {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes hide {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.requirements {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 10px 0
}

.requirements .box {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 3px 2px #000;
  border: 1px solid #151515;
  background-color: #0e0e0e;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column;
  margin: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.42em
}

.requirements .box .value {
  font-size: 20px;
  font-weight: 700;
  color: #4ec400;
  margin-bottom: 10px
}

.requirements .box.error .value {
  color: #ff0200
}

ul.sexy {
  counter-reset: counter;
  margin-bottom: 10px
}

ul.sexy li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 3px
}

ul.sexy li:before {
  display: inline-block;
  content: counter(counter) ".";
  counter-increment: counter;
  background-color: #0c0c0c;
  border-radius: 100%;
  color: #fa9300;
  box-shadow: 0 0 3px 2px #000;
  border: 1px solid #151515;
  width: 22px;
  height: 22px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-right: 8px;
  font-weight: 700
}

.only-admin-visible-error {
  background: repeating-linear-gradient(45deg, rgba(188, 32, 40, 0.2), rgba(188, 32, 36, 0.2) 10px, rgba(152, 49, 48, 0.2) 10px, rgba(152, 63, 78, 0.2) 20px) !important
}

.only-admin-visible {
  background: repeating-linear-gradient(45deg, rgba(0, 188, 12, 0.1), rgba(32, 188, 33, 0.1) 10px, rgba(56, 152, 68, 0.1) 10px, rgba(78, 152, 84, 0.1) 20px) !important
}

#trade-scam-warning {
  min-width: 600px
}

#trade-scam-warning .value {
  color: #4ec400;
  font-weight: 700
}

#trade-scam-warning h2 {
  margin: 10px 0
}

#trade-scam-warning a {
  color: #fa9300
}

#trade-scam-warning a:hover {
  color: #fa6a00
}

#gift input {
  text-align: center;
  width: 280px
}

#promo, #gift {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column
}

#promo form, #gift form {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#promo form .btn-big, #promo form input, #gift form .btn-big, #gift form input {
  height: 46px
}

#promo form input, #gift form input {
  margin-right: 10px;
  border-color: #fa9300
}

#promo .message, #gift .message {
  text-align: center;
  font-size: 13px;
  line-height: 1.42em
}

#promo .message.error, #gift .message.error {
  color: #ff0200
}

#promo .message.success, #gift .message.success {
  color: #4ec400
}

#promo fieldset, #gift fieldset {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 20px
}

#promo fieldset legend, #gift fieldset legend {
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center
}

#promo fieldset legend strong, #gift fieldset legend strong {
  color: #fa9300
}

#promo fieldset:before, #gift fieldset:before {
  left: 50%;
  margin-left: -212px;
  top: -80px;
  background-image: url(img/promo.png);
  width: 404px;
  height: 129px;
  content: "";
  display: block;
  position: absolute
}

.filter.red {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(.8)
}

.filter.blue {
  filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(.8)
}

.filter.green {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(.8)
}

.filter.yellow {
  filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(.7)
}

.filter.grey {
  filter: grayscale(100%) brightness(110%) contrast(.9)
}

.filter.black {
  filter: invert(30%) grayscale(100%) brightness(70%) contrast(4)
}

.skins-area .skin .amount {
  transform: rotate(-30deg);
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  font-size: 25px
}

.skins-area .skin.skin-bet .amount {
  transform: rotate(30deg);
  left: 40px;
  right: unset
}

#bot .btn-select-all {
  margin-top: 3px !important
}

#bot .btn-select-all button {
  font-size: 12px;
  padding: 5px
}

@keyframes background-scroll-login {
  0% {
    background-position: -100% 0
  }
  100% {
    background-position: 100% 0
  }
}

header #menu-wrapper .btn-login-popup .btn-big, #chat .btn-login-popup .btn-big {
  background: linear-gradient(to right, #fa9300 0%, #4ec400 50%, #fa9300 100%);
  animation: 1500ms background-scroll-login infinite;
  background-size: 200% 200%
}

header #menu-wrapper .btn-login-popup .btn-big {
  margin-left: 20px
}

header #menu-wrapper .btn-login-popup .btn-big a {
  font-size: 16px;
  padding: 10px
}

header #menu-wrapper .btn-login-popup .btn-big a:hover {
  color: #000
}

@media only screen and (min-width: 1220px) {
  header #menu-wrapper .btn-login-popup .visible-low {
    display: none
  }
}

@media only screen and (max-width: 1220px) {
  header #menu-wrapper .btn-login-popup .visible-high {
    display: none
  }
}

#bot .left #items .item img, #tradeup .left #items .item img {
  width: auto;
  max-width: 80%;
  max-height: 120px
}

.li-leaders {
  min-width: 110px
}

#jackpot .left-area {
  min-width: 300px;
  margin: 0 auto
}

#jackpot .left-area .left-bets {
  width: 100%
}

#jackpot .left-area .pots {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: .7em;
  text-align: center;
  margin-bottom: 10px
}

#jackpot .left-area .pots .pot {
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px;
  position: relative
}

#jackpot .left-area .pots .pot strong {
  font-size: 1.1em;
  color: #fa9300
}

#jackpot .left-area .pots .pot::before {
  content: "";
  position: absolute;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 2px solid red;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: .2
}

#jackpot .left-area .pots .pot:hover::before {
  opacity: .6
}

#jackpot .left-area .pots .pot.active::before {
  opacity: 1
}

#jackpot .left-area .pots .pot.pot-high strong {
  color: #facb0a
}

#jackpot .left-area .pots .pot.pot-high::before {
  border-color: #facb0a
}

#jackpot .left-area .pots .pot.pot-low strong {
  color: #9d75d5
}

#jackpot .left-area .pots .pot.pot-low::before {
  border-color: #9d75d5
}

#jackpot .left-area .pots .pot.pot-mid strong {
  color: #6eccd5
}

#jackpot .left-area .pots .pot.pot-mid::before {
  border-color: #6eccd5
}

#jackpot .chart .draw {
  overflow: visible
}

#jackpot ._mega {
  display: none
}

#jackpot.mega .mega-wheel {
  transform: scale(1.47)
}

#jackpot.mega ._mega {
  display: block
}

#jackpot.mega ._mega_hide {
  display: none
}

#jackpot.mega .texts {
  display: none
}

@media only screen and (min-width: 541px) {
  #jackpot.mega .left-bets {
    border-color: gold;
    margin-top: 50px;
    position: relative;
    padding-top: 50px
  }
  #jackpot.mega .left-bets .mega-img {
    position: absolute;
    left: calc(50% - 122px);
    top: -50px;
    width: 245px;
    height: 98px;
    background: url(img/mega/jackpot.png)
  }
  #jackpot.mega .left-bets .chance, #jackpot.mega .left-bets .value {
    color: gold
  }
  #jackpot.mega .left-bets table {
    min-width: 300px
  }
}

#jackpot.mega .chart .bg {
  background: 0 0;
  height: auto
}

#jackpot.mega .mega-info {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  line-height: 30px;
  font-weight: 700
}

#jackpot.mega .mega-info .mega-pot {
  font-size: 1.5em;
  color: #4ec400
}

#jackpot.mega .mega-info .mega-pot .value {
  color: #75e200
}

#jackpot.mega .mega-info .mega-bonus {
  color: #fa9300;
  font-size: 1.3em
}

#jackpot.mega .mega-info .mega-bonus .value {
  color: #fa6a00
}

#plot-tooltip {
  position: absolute;
  display: none;
  border: 1px solid #222;
  padding: 5px;
  background-color: #111;
  color: #fff;
  z-index: 100;
  font-size: 13px;
  text-align: center
}

.cancel-bet[data-id] {
  border: 1px solid #fa9300;
  padding: 2px
}

.popup .acceptable-items {
  max-height: 100vh
}

.popup .acceptable-items h1 {
  padding: 0 40px
}

.popup .acceptable-items .list {
  max-height: 500px;
  overflow: auto
}

.popup .acceptable-items table {
  width: 100%
}

.popup .acceptable-items table thead td {
  font-weight: 700
}

.popup .acceptable-items table td {
  padding: 2px;
  text-align: center
}

#news {
  padding-bottom: 30px
}

#news .news.news-toggled .title {
  color: #ef8702
}

#news .news.news-toggled .body {
  display: none
}

#login-alternate {
  margin-top: -10px
}

#login-alternate h2 {
  font-size: 20px
}

#login-alternate .verify {
  display: none
}

#login-alternate .response {
  display: block
}

.footer-info {
  font-size: 10px;
  padding: 20px 0;
  color: #717171
}

.reseller label {
  text-align: center
}

.reseller label strong {
  margin-bottom: 3px;
  display: block
}

.reseller .checkbox-primary {
  margin-top: 10px;
  display: inline-block
}

.reseller .inputs > div {
  margin: 5px
}

#content.shop {
  height: 100% !important
}

#content.shop .area-left .title {
  font-size: 18px;
  text-align: center;
  height: 40px;
  color: #fa9300;
  font-weight: 700
}

#content.shop .area-right .title a {
  color: #cecece
}

#content.shop .area-right .title a, #content.shop .area-right .title a span {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#content.shop .area-right .title a span {
  color: #4ec400
}

#content.shop .area-right .title a:hover {
  color: #fff
}

#content.shop .area-right .title a:hover span {
  color: #75e200
}

#content.shop .shop-categories [data-category] {
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#content.shop .shop-categories [data-category]:hover {
  color: #efae02
}

#content.shop .shop-categories [data-category].active {
  color: #fa9300
}

#content.shop .shop-categories .category-area {
  margin: 0 5px;
  padding: 5px 10px;
  border-bottom: 1px solid #191919
}

#content.shop .shop-categories .category-area .info {
  display: flex;
  align-items: center
}

#content.shop .shop-categories .category-area .info .img {
  width: 32px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#content.shop .shop-categories .category-area .info .desc {
  padding: 0 5px
}

#content.shop .shop-categories .category-area .sub-category {
  font-size: .7em;
  padding-left: 1.5em
}

#content.shop .shop-categories .category-area .sub-category::before {
  content: "> ";
  color: #8b8b8b
}

#content.shop .filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #161616
}

#content.shop .filters > * {
  max-width: 50%
}

@media only screen and (max-width: 900px) {
  #content.shop .filters label span {
    display: none
  }
}

#content.shop .area-left {
  overflow: auto
}

#content.shop .area-main {
  overflow: hidden;
  display: flex;
  flex-direction: column
}

#content.shop .area-main .filters {
  flex-shrink: 0
}

#content.shop .area-main .items {
  overflow: auto;
  margin-top: 10px
}

#content.shop #items {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch
}

#content.shop #items .item {
  background-color: #080808;
  border: 1px solid #151515;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0 5px 10px;
  width: 250px;
  height: auto !important;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

#content.shop #items .item.out .out-of-stock {
  display: block
}

#content.shop #items .item .out-of-stock {
  z-index: 2;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 34px;
  display: none;
  cursor: not-allowed;
  border: 1px solid #fa6a00;
  color: #fa6a00;
  padding: 3px 10px
}

#content.shop #items .item.item-placeholder {
  display: block !important;
  opacity: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  height: 1px !important
}

#content.shop #items .item .price {
  font-size: 15px;
  color: #fa9f00;
  font-weight: 700
}

#content.shop #items .item .price-old {
  font-size: 13px;
  color: #656565;
  text-decoration: line-through;
  font-weight: 700
}

#content.shop #items .item .image {
  padding: 10px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #21212a;
  width: 100%;
  flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center
}

#content.shop #items .item img {
  display: block;
  width: 80%
}

#content.shop #items .item .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px 0
}

#content.shop #items .item .buttons .btn-big {
  margin: 0
}

#content.shop #items .item .buttons .btn-info {
  margin-left: 10px
}

#content.shop #items .item .buttons .btn-cart {
  background-color: #03611b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03611b), color-stop(100%, #4d9d61));
  background: -webkit-linear-gradient(top, #03611b 0%, #4d9d61 100%);
  background: -moz-linear-gradient(top, #03611b 0%, #4d9d61 100%);
  background: -ms-linear-gradient(top, #03611b 0%, #4d9d61 100%);
  background: -o-linear-gradient(top, #03611b 0%, #4d9d61 100%);
  background: linear-gradient(to bottom, #03611b 0%, #4d9d61 100%)
}

#content.shop #items .item .buttons .btn-cart button {
  color: #fff !important
}

#content.shop .area-cart {
  padding: 20px;
  display: flex;
  flex-direction: column
}

#content.shop .area-cart .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #21212a
}

#content.shop .area-cart .summary .text {
  font-size: .9em;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin-top: 5px
}

#content.shop .area-cart .summary .btn-big {
  margin: 5px auto
}

#content.shop #cart {
  flex-grow: 1;
  overflow: auto
}

#content.shop #cart .item {
  margin-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #21212a
}

#content.shop #cart .item .image {
  width: 30%;
  flex-shrink: 0
}

#content.shop #cart .item .image img {
  max-width: 90%
}

#content.shop #cart .item .right {
  font-size: 12px
}

#content.shop #cart .item .buttons {
  display: flex;
  align-items: center;
  margin: 5px auto
}

#content.shop #cart .item .buttons .amount {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 60px;
  height: 32px;
  border: 1px solid #21212a;
  border-radius: 2px;
  margin-right: 10px;
  text-align: center;
  line-height: 32px;
  font-weight: 700
}

#content.shop #cart .item .buttons .amount .value {
  flex-grow: 1
}

#content.shop #cart .item .buttons .amount .plus, #content.shop #cart .item .buttons .amount .minus {
  background: #141414;
  width: 16px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#content.shop #cart .item .buttons .amount .plus:hover, #content.shop #cart .item .buttons .amount .minus:hover {
  background: #222
}

#content.shop #cart .item .buttons .amount .plus:active, #content.shop #cart .item .buttons .amount .minus:active {
  background: #353535
}

#content.shop #cart .item .buttons .amount .plus {
  border-left: 1px solid #21212a
}

#content.shop #cart .item .buttons .amount .minus {
  border-right: 1px solid #21212a
}

#content.shop #cart .item .buttons .btn-info {
  width: 24px;
  height: 32px;
  margin: 0 5px 0 0
}

#content.shop #cart .item .buttons .btn-info .icon-info {
  background-size: contain;
  width: 6px;
  height: 12px
}

#content.shop #cart .item .buttons .btn-info button {
  padding: 0
}

#content.shop #cart .item .buttons .btn-remove {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 5px;
  padding: 5px;
  height: 32px;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 700;
  color: #646464;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

#content.shop #cart .item .buttons .btn-remove:hover {
  color: #7b7b7b
}

#content.shop #cart .item .buttons .btn-remove:active {
  color: #8b8b8b
}

@media only screen and (min-width: 540px) {
  #content.shop .filter-search {
    padding-left: 40px;
    background: url(img/icons/icon-magnify.png) no-repeat 5px center
  }
}

@media only screen and (max-width: 540px) {
  #content.shop .area-left {
    padding-top: 0
  }
  #content.shop .area-left .title {
    display: none
  }
  #content.shop .shop-categories [data-category] {
    position: relative
  }
  #content.shop .shop-categories [data-category]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(ellipse at bottom, rgba(202, 202, 202, 0.51) 0%, transparent 40%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1
  }
  #content.shop .shop-categories [data-category].active::before {
    opacity: 1
  }
  #content.shop .shop-categories .category-area {
    padding: 0;
    margin: 0;
    font-size: 0
  }
  #content.shop .shop-categories .category-area .info {
    flex-direction: column
  }
  #content.shop .shop-categories .category-area .sub-categories {
    display: none
  }
  #content.shop .shop-categories .category-area .img {
    padding: 10px 0
  }
}

#content.shop .btn-load-delivered {
  margin-top: 0
}

#content.shop .order-info {
  margin-top: 10px;
  min-height: 300px
}

#content.shop .order-info .order-comment {
  display: block
}

#content.shop .order-info .items th {
  font-weight: 700;
  border-bottom: 1px solid #151515;
  padding-bottom: 4px
}

#content.shop .order-info .items tfoot td {
  font-weight: 700;
  border-top: 1px solid #151515;
  padding-top: 4px;
  text-align: center
}

#content.shop .order-info .items .item-tr .image {
  width: 10%;
  padding: 10px
}

#content.shop .order-info .items .item-tr img {
  width: 100%;
  max-width: 60px
}

#content.shop .min-order {
  display: none
}

.popup .popup-total-cost {
  font-size: 1.4em;
  color: #fa9300
}

.popup .country-select {
  margin: 4px
}

.popup textarea.input-value {
  font-size: 10px;
  width: 100%
}

.popup textarea.input-value.rows-3 {
  height: 80px
}

.popup .popup-select-address {
  text-align-last: center;
  width: 450px;
  max-width: 100%
}

.popup .new-address .display-flex :first-child {
  margin-right: 5px
}

.popup .new-address input {
  width: 180px
}

.popup .new-address input[name=address] {
  width: 365px
}

.popup .new-address .display-flex {
  margin-top: 5px
}

.icon-cart {
  background: url(img/shop/icon-cart.png);
  width: 22px;
  height: 21px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px
}

.icon-info {
  background: url(img/shop/icon-info.png);
  width: 9px;
  height: 18px;
  display: inline-block
}

#shop-item-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  min-width: 1100px;
  max-width: 100vh
}

#shop-item-popup img {
  max-width: 100%
}

#shop-item-popup .gallery {
  width: 400px;
  max-height: 500px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column
}

#shop-item-popup .gallery .big-image {
  flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 400px;
  flex-shrink: 0
}

#shop-item-popup .gallery .big-image img {
  max-width: 100%;
  max-height: 100%
}

#shop-item-popup .gallery .image {
  border: 1px solid #191919
}

#shop-item-popup .gallery .images {
  flex-shrink: 0;
  display: flex;
  margin-top: 10px;
  max-height: 150px
}

#shop-item-popup .gallery .images > * {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 0
}

#shop-item-popup .gallery .images > * img {
  max-height: 100%;
  max-width: 100%
}

#shop-item-popup .gallery .images > *:not(:first-child) {
  margin-left: 10px
}

#shop-item-popup .info {
  width: 500px;
  text-align: left
}

#shop-item-popup .name {
  font-size: 24px;
  display: block
}

#shop-item-popup .price {
  font-size: 30px;
  color: #fa9f00;
  font-weight: 700;
  margin-bottom: 6px
}

#shop-item-popup .price-old {
  color: #656565;
  text-decoration: line-through;
  font-weight: 700
}

#shop-item-popup .digital {
  font-weight: 700;
  color: #4ec400;
  margin-top: 10px;
  font-size: 1.1em
}

#shop-item-popup .desc {
  font-size: .9em
}

#shop-item-popup .btn-cart {
  background-color: #03611b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03611b), color-stop(100%, #4d9d61));
  background: -webkit-linear-gradient(top, #03611b 0%, #4d9d61 100%);
  background: -moz-linear-gradient(top, #03611b 0%, #4d9d61 100%);
  background: -ms-linear-gradient(top, #03611b 0%, #4d9d61 100%);
  background: -o-linear-gradient(top, #03611b 0%, #4d9d61 100%);
  background: linear-gradient(to bottom, #03611b 0%, #4d9d61 100%)
}

#shop-item-popup .btn-cart button {
  color: #fff !important
}

#area-split {
  display: flex;
  height: 100%
}

#area-split .area-main {
  flex-grow: 1;
  height: 100%;
  overflow: auto
}

#area-split .area-right {
  width: 260px;
  background: rgba(0, 0, 0, .24);
  border: 2px solid #161616;
  margin-left: 15px;
  padding: 10px;
  height: 100%;
  overflow: auto;
  flex-shrink: 0
}

#area-split .area-left {
  z-index: 6
}

.show-cart {
  color: #fa9300 !important
}

@media only screen and (max-width: 800px) {
  .area-cart:not(.show-popup) {
    display: none !important
  }
  #content.shop .area-cart.show-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: calc(100% - 60px);
    background-color: #0c0c0c;
    z-index: 15;
    overflow: auto
  }
  #content.shop .area-cart.show-popup .close {
    position: absolute;
    right: 22px;
    top: 10px;
    background: url(img/icons/icon-close.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: transparent;
    font-size: 0
  }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
  .shop-list-buttons {
    display: flex;
    bottom: 0
  }
}

@media only screen and (min-width: 800px) and (max-width: 1220px) {
  #area-split .area-left {
    height: calc(100% - 90px)
  }
}

#license-iframe {
  margin: 20px 0;
  padding: 10px;
  width: 150px;
  height: 70px
}

.btn-license {
  background-image: url(img/license.png);
  width: 120px;
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px
}

footer .img-license {
  height: 16px
}

@media only screen and (max-width: 1080px) {
  .text-license {
    font-size: .8em
  }
}

@media only screen and (max-width: 975px) {
  footer {
    font-size: .7em
  }
  footer span:not(.license-id) {
    display: none
  }
}

@media only screen and (max-width: 625px) {
  footer {
    font-size: .6em
  }
  .text-license {
    font-size: 1em
  }
}

@media only screen and (max-width: 590px) {
  footer {
    font-size: .55em
  }
}

@media only screen and (max-width: 800px) {
  footer span.license-id {
    display: none
  }
  .btn-license {
    width: 50px;
    height: 35px;
    margin-left: -15px
  }
}

@media only screen and (max-width: 540px) {
  .btn-license {
    width: 42px;
    height: 30px;
    margin-top: 10px;
    margin-left: 0
  }
}

#giveaway-weekly {
  display: flex
}

#giveaway-weekly .color-orange.text-shadow {
  text-shadow: #fa9300 0 0 15px
}

#giveaway-weekly .color-green.text-shadow {
  text-shadow: #4ec400 0 0 15px
}

#giveaway-weekly .current {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px
}

#giveaway-weekly .current .award-name {
  margin-top: 10px;
  text-shadow: #ff0200 0 0 15px
}

#giveaway-weekly .current .award-image {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative
}

#giveaway-weekly .current .award-image .award-img {
  position: absolute
}

#giveaway-weekly .current .award-image img {
  max-width: 100%
}

#giveaway-weekly .join {
  width: 40%;
  text-align: center
}

#giveaway-weekly .join .pipe {
  width: 718px;
  max-width: 100%;
  padding-top: 75px;
  margin: 100px auto 0;
  position: relative
}

#giveaway-weekly .join .pipe .pipe-gray, #giveaway-weekly .join .pipe .pipe-orange {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 62px;
  background: no-repeat center
}

#giveaway-weekly .join .pipe .pipe-gray {
  background-image: url(img/giveaway/pipe-gray.png);
  background-size: contain
}

#giveaway-weekly .join .pipe .pipe-orange {
  background-image: url(img/giveaway/pipe-orange.png);
  background-size: contain;
  clip-path: inset(0 100% 0 0)
}

#giveaway-weekly .join .pipe .current-progress {
  position: absolute;
  width: 140px;
  left: -70px;
  top: -70px;
  transition: 500ms left
}

#giveaway-weekly .join .pipe .current-progress .join-first-text {
  display: none
}

#giveaway-weekly .join .pipe .current-progress.join-first .join-first-text {
  display: block
}

#giveaway-weekly .join .pipe .current-progress.join-first .entries, #giveaway-weekly .join .pipe .current-progress.join-first .deposit {
  display: none
}

#giveaway-weekly .join .pipe .current-progress .arrow {
  background: url(img/giveaway/pipe-arrow.png);
  height: 48px;
  width: 37px;
  display: block;
  margin: 0 auto
}

#giveaway-weekly .join .pipe .pipe-desc {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 0 -15px
}

#giveaway-weekly .join .pipe .pipe-desc .circle-desc {
  width: 90px
}

#giveaway-weekly .join .join-buttons {
  width: 400px;
  max-width: 100%;
  margin: 0 auto
}

#giveaway-weekly .join .join-buttons .btn-big {
  margin: 20px 0
}

#giveaway-weekly .join .join-buttons .btn-big .icon {
  margin-right: 10px
}

#giveaway-weekly .join .join-buttons p a {
  color: #fa9300
}

#giveaway-weekly .join .join-buttons {
  margin-top: 50px
}

#giveaway-weekly .join:not(.joined) .last-winner {
  display: none
}

#giveaway-weekly .join.joined .join-buttons {
  display: none
}

#giveaway-weekly .join .last-winner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin-top: 20px
}

#giveaway-weekly .join .last-winner .avatar {
  margin: 10px
}

#giveaway-weekly .join .last-winner .award-name {
  text-shadow: #4ec400 0 1px 15px
}

#giveaway-weekly .join .last-winner .award-image {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px auto;
  width: 90%;
  max-width: 280px;
  max-height: 200px;
  position: relative
}

#giveaway-weekly .join .last-winner .award-image img {
  max-width: 100%;
  max-height: 100%;
  z-index: 1
}

#giveaway-weekly .join .last-winner .award-image::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: url(img/giveaway/background-future-1.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  filter: hue-rotate(120deg)
}

#giveaway-weekly .upcoming {
  width: 25%;
  position: relative;
  padding-left: 25px
}

#giveaway-weekly .upcoming h3 {
  margin-bottom: 10px
}

#giveaway-weekly .upcoming .giveaway-week .award-name {
  text-shadow: #ff0200 0 0 15px
}

#giveaway-weekly .upcoming .giveaway-week .award-image {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 10px auto;
  width: 90%;
  max-width: 280px;
  max-height: 200px;
  background: center no-repeat;
  background-size: contain
}

#giveaway-weekly .upcoming .giveaway-week .award-image img {
  max-width: 100%;
  max-height: 100%
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(1) .award-name {
  text-shadow: #c84b4b 0 1px 15px
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(1) .giveaway-date {
  color: #c84b4b
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(1) .award-image {
  background-image: url(img/giveaway/background-future-1.png)
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(2) .award-name {
  text-shadow: #921cb9 0 1px 15px
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(2) .giveaway-date {
  color: #921cb9
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(2) .award-image {
  background-image: url(img/giveaway/background-future-2.png)
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(3) .award-name {
  text-shadow: #2478e9 0 1px 15px
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(3) .giveaway-date {
  color: #2478e9
}

#giveaway-weekly .upcoming .giveaway-week:nth-of-type(3) .award-image {
  background-image: url(img/giveaway/background-future-3.png)
}

#giveaway-weekly .timer-css {
  margin: 10px auto 0;
  max-width: 500px;
  justify-content: space-evenly
}

#giveaway-weekly .timer-css .timer_bg {
  margin-right: 3px
}

#giveaway-weekly .timer-css .timer_bg:last-of-type {
  margin-right: 0
}

#giveaway-weekly .pipe-title-winner {
  display: none
}

#giveaway-weekly.only-last-winners {
  display: block
}

#giveaway-weekly.only-last-winners .pipe-title-winner {
  display: block
}

#giveaway-weekly.only-last-winners .current, #giveaway-weekly.only-last-winners .upcoming, #giveaway-weekly.only-last-winners .already-joined, #giveaway-weekly.only-last-winners .pipe, #giveaway-weekly.only-last-winners .pipe-title, #giveaway-weekly.only-last-winners .last-winner-title {
  display: none
}

#giveaway-weekly.only-last-winners .join {
  width: 100%
}

@media only screen and (min-width: 1300px) {
  #giveaway-weekly.only-last-winners .join {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly
  }
}

@media only screen and (max-width: 1500px) {
  #giveaway-weekly .timer .title {
    font-size: .6em
  }
  #giveaway-weekly .timer .time {
    font-size: 40px;
    line-height: 80px
  }
}

@media only screen and (max-width: 900px) {
  #giveaway-weekly {
    flex-direction: column
  }
  #giveaway-weekly .current, #giveaway-weekly .upcoming, #giveaway-weekly .join {
    width: 100%
  }
  #giveaway-weekly .join, #giveaway-weekly .upcoming {
    margin-top: 40px
  }
}

#blackjack .dealer .points {
  position: absolute;
  top: -195px;
  left: calc(50% - 60px);
  background: rgba(0, 0, 0, .7);
  padding: 5px;
  z-index: 9
}

#blackjack .player .points {
  position: absolute;
  bottom: -215px;
  left: calc(50% - 60px);
  background: rgba(0, 0, 0, .7);
  padding: 5px;
  z-index: 9
}
