.rouletteContentContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1410px;
  margin: 56px auto 0;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}
.rouletteContentContainer .rouletteContentInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 0;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.rouletteContentContainer .rouletteContentRows {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  min-width: 0;
}
.rouletteContentContainer .rouletteContentRows .rouletteRowBox {
  position: relative;
  display: none;
  width: 100%;
}
.rouletteContentContainer .rouletteContentRows .rouletteRowBox.active {
  display: block;
}
.rouletteContentContainer .rouletteSidesRows {
  position: relative;
  display: block;
  width: 217px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .rouletteContentContainer .rouletteContentInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .rouletteContentContainer .rouletteSidesRows {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .rouletteContentContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 84px;
  }
}

.rouletteTabsContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-bottom: 2px solid #112045;
  max-width: 1410px;
  margin: 0 auto;
}
.rouletteTabsContainer .rltTabs {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  min-width: 0;
}
.rouletteTabsContainer .rltTabs ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rouletteTabsContainer .rltTabs ul li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rouletteTabsContainer .rltTabs ul li:not(:last-child) {
  padding-right: 20px;
}
.rouletteTabsContainer .rltTabs ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
  will-change: transform;
}
.rouletteTabsContainer .rltTabs ul li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  background: #dd184a;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteTabsContainer .rltTabs ul li a .icon {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #ffc437;
  width: 30px;
  height: 30px;
}
.rouletteTabsContainer .rltTabs ul li a .icon.classic {
  -webkit-mask: url(../../img/roulette/tabs/classic.png) no-repeat center/contain;
          mask: url(../../img/roulette/tabs/classic.png) no-repeat center/contain;
  width: 30px;
  height: 30px;
}
.rouletteTabsContainer .rltTabs ul li a .icon.king {
  -webkit-mask: url(../../img/roulette/tabs/king.png) no-repeat center/contain;
          mask: url(../../img/roulette/tabs/king.png) no-repeat center/contain;
  width: 33px;
  height: 23px;
}
.rouletteTabsContainer .rltTabs ul li a span {
  position: relative;
  display: block;
}
.rouletteTabsContainer .rltTabs ul li a.active:before {
  content: "";
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .rouletteTabsContainer .rltTabs ul li a:hover:before {
    content: "";
    width: 100%;
  }
}
.rouletteTabsContainer .rltToggler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}
.rouletteTabsContainer .rltToggler .text {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
}
.rouletteTabsContainer .rltToggler .toggler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
.rouletteTabsContainer .rltToggler .toggler li {
  position: relative;
  display: block;
}
.rouletteTabsContainer .rltToggler .toggler li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #112045;
  width: 28px;
  height: 28px;
}
.rouletteTabsContainer .rltToggler .toggler li a .icon {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #6780bd;
  width: 18px;
  height: 18px;
}
.rouletteTabsContainer .rltToggler .toggler li a .icon.toggle-first {
  -webkit-mask: url(../../img/roulette/tabs/toggle-first.png) no-repeat center/contain;
          mask: url(../../img/roulette/tabs/toggle-first.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
}
.rouletteTabsContainer .rltToggler .toggler li a .icon.toggle-second {
  -webkit-mask: url(../../img/roulette/tabs/toggle-second.png) no-repeat center/contain;
          mask: url(../../img/roulette/tabs/toggle-second.png) no-repeat center/contain;
  width: 18px;
  height: 15px;
}
.rouletteTabsContainer .rltTabs li a .icon.crash {
	-webkit-mask: url(../../img/crash/tabs/crash.png) no-repeat center/contain;
	mask: url(../../img/crash/tabs/crash.png) no-repeat center/contain;
	width: 18px;
	height: 18px;
}
.rouletteTabsContainer .rltToggler .toggler li a .icon.toggle-stat {
	-webkit-mask: url(../../img/crash/tabs/toggle-stat.png) no-repeat center/contain;
	mask: url(../../img/crash/tabs/toggle-stat.png) no-repeat center/contain;
	width: 18px;
	height: 18px;
}
.rouletteTabsContainer .rltToggler .toggler li a .icon.toggle-bomb {
	-webkit-mask: url(../../img/crash/tabs/toggle-bomb.png) no-repeat center/contain;
	mask: url(../../img/crash/tabs/toggle-bomb.png) no-repeat center/contain;
	width: 18px;
	height: 15px;
}
.rouletteTabsContainer .rltToggler .toggler li a.active {
  border-color: #6780bd;
}
@media screen and (min-width: 1100px) {
  .rouletteTabsContainer .rltToggler .toggler li a:hover {
    border-color: #6780bd;
  }
}
@media screen and (max-width: 1024px) {
  .rouletteTabsContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rouletteTabsContainer .rltTabs {
    border-bottom: 2px solid #112045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rouletteTabsContainer .rltTabs ul {
    width: auto;
    max-width: 100%;
  }
  .rouletteTabsContainer .rltToggler {
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rltProgress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.rltProgress .rltLoad {
  position: relative;
  display: block;
  width: 100%;
  max-width: 780px;
  height: 69px;
  padding: 9px 10px;
  margin-left: 10px;
}
.rltProgress .rltLoad:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: #2f416b;
  background-color: rgba(0, 0, 0, 0.102);
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  border-radius: 15px;
  top: 0;
  left: 0;
}
.rltProgress .rltLoad .LineResult {
  position: relative;
  display: block;
  width: 0%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#8b1620), to(#fe415f));
  background: linear-gradient(0deg, #8b1620 0%, #fe415f 100%);
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.rltProgress .rltLoad .count {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  top: 0;
  left: 0;
}
.rltProgress .rltLoad .count span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}
.rltProgress .rltLoad .count p {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 12px;
}
.rltProgress .rltTimer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  white-space: nowrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.rltProgress .rltTimer .text {
  position: relative;
  display: block;
  color: #323b50;
  font-size: 14px;
}
.rltProgress .rltTimer .Timer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  min-width: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rltProgress .rltTimer .Timer span {
  position: relative;
  display: block;
}
@media screen and (max-width: 900px) {
  .rltProgress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 10px;
  }
  .rltProgress .rltLoad {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
  .rltProgress .rltTimer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 7px;
  }
}

.rltBankMoney {
  position: relative;
  display: block;
  width: 100%;
  margin: 34px auto 100px auto;
  padding-top: 8px;
}
.rltBankMoney:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 157px;
  background: url(../../img/roulette/bank-decor.png) no-repeat center bottom;
  top: 0;
  left: 0;
}
.rltBankMoney .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.rltBankMoney .text span {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 14px;
}
.rltBankMoney .text p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.rltBankMoney .text p:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  width: 228px;
  height: 78px;
  background: url(../../img/roulette/bank-arrows.png) no-repeat center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 2px;
}

.rltAttachment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 26px auto 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.rltAttachment .leftRow {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 52px;
  padding-left: 26px;
  padding-top: 5px;
}
.rltAttachment .leftRow:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 52px;
  background: #ff2837;
  top: 0;
  left: 0;
}
.rltAttachment .leftRow span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.rltAttachment .leftRow p {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 12px;
  line-height: 150%;
}
.rltAttachment .leftRow p a {
  display: inline-block;
  color: #55a9ff;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .rltAttachment .leftRow p a:hover {
    text-decoration: none;
  }
}
.rltAttachment .rightRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  padding-right: 5px;
}
.rltAttachment .rightRow .count {
  position: relative;
  display: block;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.rltAttachment .rightRow .count span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.rltAttachment .rightRow .count p {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .rltAttachment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
  .rltAttachment .leftRow {
    text-align: center;
    padding: 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-height: unset;
  }
  .rltAttachment .leftRow:before {
    content: "";
    width: 100%;
    max-width: 400px;
    height: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .rltAttachment .leftRow:after {
    content: "";
    position: absolute;
    display: block;
    background: #ff2837;
    width: 100%;
    max-width: 400px;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .rltAttachment .rightRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
    padding: 0;
  }
}

.rltStartGame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 157px;
  /*margin: 30px auto 0;*/
  background: rgba(5, 10, 23, 0.4) url(../../img/roulette/start-game-fade.png) no-repeat center bottom;
  border-bottom: 2px solid #436715;
  padding: 20px;
  z-index: 1;
}
.rltStartGame:before {
  content: "";
  position: absolute;
  display: block;
  width: 71px;
  height: 82px;
  background: rgba(5, 10, 23, 0.4) url(../../img/roulette/start-game-ico-second.png) no-repeat center;
  top: 50%;
  left: 92px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
  margin-top: -10px;
}
.rltStartGame:after {
  content: "";
  position: absolute;
  display: block;
  width: 61px;
  height: 70px;
  background: rgba(5, 10, 23, 0.4) url(../../img/roulette/start-game-ico-first.png) no-repeat center;
  top: 50%;
  left: 97px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.rltStartGame .desc {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
}
.rltStartGame .desc .title {
  position: relative;
  display: block;
  color: #ffc437;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 28px;
}
.rltStartGame .desc .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
.rltStartGame .desc .text .type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #fff;
  padding: 8px 10px;
  background: #182238;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rltStartGame .desc .text .hash {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 0;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.rltStartGame .desc .text .hash span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rltStartGame .desc .text .hash p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .rltStartGame .desc .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
  .rltStartGame .desc .text .hash {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
}

.rltEndGame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 157px;
  /*margin: 30px auto 0;*/
  background: rgba(5, 10, 23, 0.4) url(../../img/roulette/start-game-fade.png) no-repeat center bottom;
  border-bottom: 2px solid #436715;
  padding: 20px;
  z-index: 1;
}
.rltEndGame:before {
  content: "";
  position: absolute;
  display: block;
  width: 77px;
  height: 88px;
  background: rgba(5, 10, 23, 0.4) url(../../img/roulette/end-game-ico-second.png) no-repeat center;
  top: 50%;
  left: 92px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
  margin-top: -10px;
}
.rltEndGame:after {
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 71px;
  background: rgba(5, 10, 23, 0.4) url(../../img/roulette/end-game-ico-first.png) no-repeat center;
  top: 50%;
  left: 97px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.rltEndGame .desc {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
}
.rltEndGame .desc .title {
  position: relative;
  display: block;
  color: #ffc437;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rltEndGame .desc .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
.rltEndGame .desc .text .type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #fff;
  padding: 8px 10px;
  background: #182238;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rltEndGame .desc .text .hash {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 0;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.rltEndGame .desc .text .hash span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rltEndGame .desc .text .hash p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .rltEndGame .desc .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
  .rltEndGame .desc .text .hash {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
  }
}

.rltItemAll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 155px;
  height: 122px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 11px;
}
.rltItemAll.sell {
  opacity: 0.6;
  pointer-events: none;
}
.rltItemAll .info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 26px;
  padding: 0 12px 0 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  top: 9px;
}
.rltItemAll .info > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rltItemAll .info + .img {
  padding-top: 20px;
}
.rltItemAll .info .price {
  position: relative;
  display: block;
  text-align: right;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin: 2px 2px 2px auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rltItemAll .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  min-height: 0;
  padding: 15px 15px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rltItemAll .img img {
  position: relative;
  display: block;
  width: auto;
  max-width: calc(100% - 20px);
  height: auto;
  max-height: calc(100% - 20px);
}
.rltItemAll .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  min-height: 0;
}
.rltItemAll .avatar span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  border: 1px solid #a3abbd;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  overflow: hidden;
}
.rltItemAll .avatar span img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.rltItemAll .title {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rltItemAll .text {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  margin: 4px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8b93a6;
  text-shadow: 0 0 0 #8b93a6;
  text-align: center;
  font-size: 11px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rltItemAll .active {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../../img/active.png) no-repeat center bottom;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 4;
}
.rltItemAll.toggle {
	opacity: 0.5;
}
.rltItemAll .active .svg.checked {
  background: #a8ff00;
  width: 38px;
  height: 38px;
}
.rltItemAll .active span {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  /*margin: 17px auto 0;*/
  color: #fff;
  font-size: 11px;
}
.rltItemAll.toggle .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[betitemstoggle] .rltItemAll {
  cursor: pointer;
}

.rltAttachmentUsers {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px;
  background: rgba(5, 10, 23, 0.4);
  margin: 30px auto 0;
}
.rltAttachmentUsers .Row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  row-gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rltAttachmentUsers .Row .rltItemAll .title {
  font-weight: 700;
}
.rltAttachmentUsers .Row .rltItemAll .title span {
  font-weight: 400;
  color: #a3abbd;
}
@media screen and (max-width: 480px) {
  .rltAttachmentUsers .Row .rltItemAll {
    width: calc(50% - 1px);
  }
}

.userStatRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}
.userStatRow .itemBox {
  position: relative;
  display: block;
  width: 100%;
  height: 294px;
  background: rgba(7, 11, 21, 0.3);
  border: 1px solid #0f1729;
  padding: 4px;
}
.userStatRow .itemBox .bg-img {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.userStatRow .itemBox .title {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 24px 5px 0;
}
.userStatRow .itemBox .title span {
  position: relative;
  display: block;
  width: 100%;
  height: 14px;
  text-align: center;
}
.userStatRow .itemBox .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 126px;
  padding: 15px 15px 7px;
}
.userStatRow .itemBox .avatar span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  border: 1px solid #a3abbd;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  overflow: hidden;
}
.userStatRow .itemBox .avatar span img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.userStatRow .itemBox .name {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.userStatRow .itemBox .name a {
	color: #ffc437;
	font-size: 14px;
}
.userStatRow .itemBox .user-rank {
  position: relative;
  display: block;
  width: 100%;
  height: 41px;
  margin: 11px auto 8px;
  background-size: 100% 100% !important;
}
.userStatRow .itemBox .user-rank.green {
  background: url(../../img/roulette/user-green.png) no-repeat center bottom;
}
.userStatRow .itemBox .user-rank.gold {
  background: url(../../img/roulette/user-gold.png) no-repeat center bottom;
}
.userStatRow .itemBox .chance {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 120%;
}
.userStatRow .itemBox .chance span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.userStatRow .itemBox .chance p {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 12px;
}
@media screen and (max-width: 1600px) {
  .userStatRow {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*.userStatRow .itemBox {*/
  /*  width: calc(50% - 5px);*/
  /*}*/
}
@media screen and (max-width: 480px) {
  .userStatRow {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 4px;
  }
  .userStatRow .itemBox .title {
    font-size: 10px;
  }
}

.rouletteContentAbsolute {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73px;
  height: 100%;
  max-height: 598px;
  top: 0;
  left: calc(100% + 11px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (min-width: 1100px) {
  .rouletteContentAbsolute .rouletteContentFixed {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 73px;
    height: 100vh;
    max-height: 598px;
    border-width: 1px;
    border-color: #0f1729;
    border-style: solid;
    border-radius: 15px;
    background-color: rgba(7, 11, 21, 0.302);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    top: 0;
  }
  .rouletteContentAbsolute .rouletteContentFixed.Fixed {
    position: fixed;
    top: 95px;
  }
}
@media screen and (max-width: 1100px) {
  .rouletteContentAbsolute .rouletteContentFixed {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rouletteContentAbsolute ul.ListToggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
}
.rouletteContentAbsolute ul.ListToggle li {
  position: relative;
  display: block;
  width: 100%;
}
.rouletteContentAbsolute ul.ListToggle li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  row-gap: 6px;
}
.rouletteContentAbsolute ul.ListToggle li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 0%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #dd1356;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute ul.ListToggle li a .icon {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #29334c;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute ul.ListToggle li a .icon.chat {
  -webkit-mask: url(../../img/roulette/ico-chat.png) no-repeat center/contain;
          mask: url(../../img/roulette/ico-chat.png) no-repeat center/contain;
  width: 27px;
  height: 26px;
}
.rouletteContentAbsolute ul.ListToggle li a .icon.bet {
  -webkit-mask: url(../../img/roulette/ico-bet.png) no-repeat center/contain;
          mask: url(../../img/roulette/ico-bet.png) no-repeat center/contain;
  width: 24px;
  height: 26px;
}
.rouletteContentAbsolute ul.ListToggle li a span {
  position: relative;
  display: block;
  color: #29334c;
  text-shadow: 0 0 0 #29334c;
  font-size: 12px;
  line-height: 12px;
}
.rouletteContentAbsolute ul.ListToggle li a.active .icon {
  background: #fff;
}
.rouletteContentAbsolute ul.ListToggle li a.active:before {
  content: "";
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .rouletteContentAbsolute ul.ListToggle li a:hover .icon {
    background: #fff;
  }
}
.rouletteContentAbsolute .AbsoluteContent {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 84px);
  max-width: 1410px;
  height: 100vh;
  top: 0;
  margin-right: 84px;
  pointer-events: none;
  z-index: 190;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.rouletteContentAbsolute .AbsoluteContent .rltACrows {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: visible;
}
.rouletteContentAbsolute .AbsoluteContent .rltACrows.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.9;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox {
  position: relative;
  width: 100%;
  max-width: 662px;
  border-width: 1px;
  border-color: #112045;
  border-style: solid;
  background: #030c20;
  border-radius: 15px 0 0 15px;
  margin: auto 0 auto auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 58px;
  padding: 22px 22px 20px;
  margin-bottom: 14px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 0;
  left: 22px;
  right: 22px;
  background: #29334c;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .title .icon {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #29334c;
  -webkit-mask: url(../../img/roulette/ico-bet.png) no-repeat center/contain;
          mask: url(../../img/roulette/ico-bet.png) no-repeat center/contain;
  width: 22px;
  height: 22px;
  top: 0px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .title .text {
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton span:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton.toggle:before, .rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton.toggle:after {
  width: 0;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton.toggle span:before {
  background: #dd1356;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betHeader .toogleButton.toggle span:after {
  background: #dd1356;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 72px);
  max-height: 662px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden auto;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 0 22px;
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr 6px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 6px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card {
  position: relative;
  display: block;
  width: 100%;
  height: 192px;
  border: 1px solid #112045;
  background: #030c20;
  padding: 4px 5px;
  min-width: 0;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 137px;
  background: #0f1729;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .img img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0 0;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .form input {
  position: relative;
  display: block;
  width: 40px;
  height: 24px;
  background: none;
  border: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .form input::-webkit-outer-spin-button, .rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .form input[type=number] {
  -moz-appearance: textfield;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .form label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #030c20;
  border: 1px solid #28334c;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1024px) {
  .rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard .card .form label:hover {
    background: #28334c;
  }
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 30px 22px 22px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betInfo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 16px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betInfo .text {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betInfo .count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betInfo .count span {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 14px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betInfo .count p {
  position: relative;
  display: block;
  color: #ffc437;
  font-size: 14px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betInfo a.all-button-1 {
  min-width: 150px;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betInfo a.all-button-1:before {
  content: "";
  border-radius: 6px;
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betItems {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 10px;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 7px 5px;
}
@-moz-document url-prefix() {
  .rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betItems {
    width: calc(100% + 15px);
    padding-right: 15px;
  }
}
.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betItems .rltItemAll {
  width: 100%;
  height: 129px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox {
  position: relative;
  width: 310px;
  max-width: 310px;
  height: 100%;
  border-width: 1px;
  border-color: #112045;
  border-style: solid;
  background: #030c20;
  border-radius: 15px 0 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: auto;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 62px;
  padding: 27px 23px 13px;
  margin-bottom: 14px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 0;
  left: 23px;
  right: 23px;
  background: #29334c;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .title .icon {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #29334c;
  -webkit-mask: url(../../img/roulette/ico-chat.png) no-repeat center/contain;
          mask: url(../../img/roulette/ico-chat.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  top: 1px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .title .text {
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton span:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton.toggle:before, .rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton.toggle:after {
  width: 0;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton.toggle span:before {
  background: #dd1356;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatHeader .toogleButton.toggle span:after {
  background: #dd1356;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 23px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 10px);
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden auto;
  row-gap: 20px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
@-moz-document url-prefix() {
  .rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems {
    width: calc(100% + 15px);
    padding-right: 15px;
  }
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item {
  position: relative;
  display: block;
  width: 100%;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item .user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-bottom: 5px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item .user .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dd1356;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item .user .avatar img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item .user .name {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item .user .name a {
	color: #fff;
	font-size: 12px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item .text {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 39px;
  color: #a3abbd;
  font-size: 12px;
  line-height: 120%;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item .text a {
  display: inline-block;
  color: #55a9ff;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatItemsRow .chatItems .item .text a:hover {
    text-decoration: none;
  }
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 15px 16px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #030c20;
  border: 1px solid #29334c;
  border-radius: 15px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  padding: 4px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form input {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  background: none;
  border: none;
  padding: 0 0 0 15px;
  color: #a3abbd;
  font-size: 12px;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form input::-webkit-input-placeholder {
  color: #a3abbd;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form input:-moz-placeholder {
  color: #a3abbd;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form input::-moz-placeholder {
  color: #a3abbd;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form input:-ms-input-placeholder {
  color: #a3abbd;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form .sendButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 36px;
  background-image: linear-gradient(-93deg, rgba(255, 40, 55, 0.99608) 0%, #c80669 100%);
  padding: 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 12px;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form .sendButton.disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
@media screen and (min-width: 1024px) {
  .rouletteContentAbsolute .AbsoluteContent .rltChatBox .chatBody .chatFormRow .form .sendButton:hover {
    -webkit-filter: hue-rotate(-40deg);
            filter: hue-rotate(-40deg);
  }
}
@media screen and (max-width: 1100px) {
  .rouletteContentAbsolute .AbsoluteContent .rltBetBox {
    height: 100%;
    border-radius: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .rouletteContentAbsolute .AbsoluteContent .rltChatBox {
    width: 100%;
    max-width: unset;
  }
  .rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betCard {
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    text-align: center;
  }
  .rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betItems {
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) and (max-width: 480px) {
  .rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody .betItemsRow .betItems {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1900px) {
  .rouletteContentAbsolute {
    position: relative;
    left: unset;
    height: unset;
  }
}
@media screen and (max-width: 1600px) {
  .rouletteContentAbsolute {
    max-height: unset;
  }
}
@media screen and (max-width: 1100px) {
  .rouletteContentAbsolute {
    position: fixed;
    width: calc(100% - 10px);
    z-index: 8;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 61px;
    background-color: #070b15;
    padding: 0;
    border-radius: 4px;
  }
  .rouletteContentAbsolute ul.ListToggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
    height: inherit;
  }
  .rouletteContentAbsolute ul.ListToggle li {
    width: unset;
    height: inherit;
  }
  .rouletteContentAbsolute ul.ListToggle li a {
    width: 72px;
    height: inherit;
    row-gap: 2px;
  }
  .rouletteContentAbsolute ul.ListToggle li a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: unset;
    right: 0;
  }
  .rouletteContentAbsolute ul.ListToggle li a.active:before {
    content: "";
    width: 100%;
    height: 3px;
  }
  .rouletteContentAbsolute .AbsoluteContent {
    width: 100vw;
    max-width: unset;
    height: calc(100vh - 61px);
    top: 0;
    left: 0;
    margin-right: unset;
  }
  .rouletteContentAbsolute.Absolute {
    position: absolute;
    width: 100%;
  }
  .rouletteContentAbsolute.FixedRlt {
    position: fixed !important;
    width: 100% !important;
    z-index: 200;
  }
}

.rltUserBelsItems {
  position: relative;
  display: block;
  width: 100%;
  /*margin: 36px auto 0;*/
}
.rltUserBelsItems .itemChildRow {
  position: relative;
  display: none;
  width: 100%;
  min-height: 102px;
  background: rgba(24, 34, 56, 0.4);
  border-bottom: 2px solid #0f1c3a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rltUserBelsItems .itemChildRow.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
/*.rltUserBelsItems .itemChildRow + .itemChildRow {*/
/*  margin-top: 6px;*/
/*}*/
.rltUserBelsItems .itemChildRow .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 59px 0 27px;
  background: #000;
  border: 1px solid #a3abbd;
}
.rltUserBelsItems .itemChildRow .avatar img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.rltUserBelsItems .itemChildRow .desc {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 0;
}
.rltUserBelsItems .itemChildRow .desc .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
}
.rltUserBelsItems .itemChildRow .desc .title span {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffc437;
  font-size: 12px;
  min-width: 0;
}
.rltUserBelsItems .itemChildRow .desc .title p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
}
.rltUserBelsItems .itemChildRow .desc .text {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.rltUserBelsItems .itemChildRow .item {
  position: relative;
  display: block;
  width: 194px;
  min-height: inherit;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #060f24 url(../../img/roulette/item-arrow.png) no-repeat center left;
}
.rltUserBelsItems .itemChildRow .item .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: inherit;
  padding: 10px 10px 10px 30px;
}
.rltUserBelsItems .itemChildRow .item .img img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 125px;
  max-height: 60px;
  margin: auto;
}
.rltUserBelsItems .itemChildRow .count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  min-height: inherit;
  background: #060f24 url(../../img/roulette/item-count.png) no-repeat center left;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rltUserBelsItems .itemChildRow .count span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  will-change: transform;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .rltUserBelsItems .itemChildRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 !important;
  }
  .rltUserBelsItems .itemChildRow .avatar {
    margin: 25px auto;
  }
  .rltUserBelsItems .itemChildRow .desc {
    padding: 0 5px 20px;
    text-align: center;
  }
  .rltUserBelsItems .itemChildRow .desc .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5px;
    width: 100%;
  }
  .rltUserBelsItems .itemChildRow .desc .title span {
    width: 100%;
  }
  .rltUserBelsItems .itemChildRow .desc .text {
    font-weight: 400;
  }
  .rltUserBelsItems .itemChildRow .item {
    width: 100%;
    background: url(../../img/roulette/item-arrow.png) no-repeat center left, url(../../img/roulette/item-arrowR.png) no-repeat center right;
    background-color: #060f24 !important;
  }
}
@media screen and (max-width: 600px) and (max-width: 480px) {
  .rltUserBelsItems .itemChildRow .item {
    background: url(../../img/roulette/item-arrow.png) no-repeat center left -24px, url(../../img/roulette/item-arrowR.png) no-repeat center right -24px;
  }
}
@media screen and (max-width: 600px) {
  .rltUserBelsItems .itemChildRow .item .img {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .rltUserBelsItems .itemChildRow .count {
    background: #060f24;
    width: 100%;
    height: 45px;
    min-height: unset;
    border-top: 1px dashed #0f1c3a;
  }
  .rltUserBelsItems .itemChildRow .count span {
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (max-width: 600px) {
  .rltUserBelsItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 4px;
  }
  .rltUserBelsItems .itemChildRow {
    width: calc(50% - 2px);
  }
}
.rltUserBelsItems .itemChildColumn {
  position: relative;
  display: none;
  width: 100%;
}
.rltUserBelsItems .itemChildColumn.active {
  display: block;
}
.rltUserBelsItems .itemChildColumn + .itemChildColumn {
  margin-top: 14px;
}
.rltUserBelsItems .itemChildColumn .user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 51px;
  background: rgba(24, 34, 56, 0.4);
  border-bottom: 2px solid #0f1c3a;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .rltUserBelsItems .itemChildColumn .user:hover {
    background: rgba(24, 34, 56, 0.9);
  }
}
.rltUserBelsItems .itemChildColumn .user .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 29px 0 11px;
  background: #000;
  border: 1px solid #a3abbd;
}
.rltUserBelsItems .itemChildColumn .user .avatar img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.rltUserBelsItems .itemChildColumn .user .name {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px 10px 0;
}
.rltUserBelsItems .itemChildColumn .user .name a {
	color: #ffc437;
	font-size: 12px;
}
.rltUserBelsItems .itemChildColumn .user .desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 21px 10px 55px;
  background: #060f24 url(../../img/roulette/item-arrow.png) no-repeat center left;
  white-space: nowrap;
  row-gap: 3px;
}
.rltUserBelsItems .itemChildColumn .user .desc span {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.rltUserBelsItems .itemChildColumn .user .desc p {
  position: relative;
  display: block;
  width: 100%;
  color: #a3abbd;
  font-size: 12px;
}
.rltUserBelsItems .itemChildColumn .itemsBetsRow {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(24, 34, 56, 0.1);
}
.rltUserBelsItems .itemChildColumn .itemsBetsRow .Row {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  padding: 15px 12px;
  grid-gap: 1px;
}
.rltUserBelsItems .itemChildColumn .itemsBetsRow .Row .rltItemAll {
  width: 100%;
  height: 130px;
}
.rltUserBelsItems .itemChildColumn .itemsBetsRow .Row .rltItemAll .img img {
  max-width: calc(100% - 6px);
  max-height: calc(100% - 6px);
}

.rouletteLinerBox {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 1142px;
  height: 168px;
  margin: 0 auto;
  background: url(../../img/roulette/roulette-bg.png) no-repeat center;
  overflow: hidden;
}
.rouletteLinerBox .rouletteLinerRow {
  position: absolute;
  display: block;
  /*width: 100%;*/
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: inherit;
  width: 1142px;
  min-width: 1142px;
  max-width: 1142px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.rouletteLinerBox .rouletteLinerRow .rouletteLinerUsers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 15s cubic-bezier(0.3, 0, 0, 1);
  -o-transition: all 15s cubic-bezier(0.3, 0, 0, 1);
  -moz-transition: all 15s cubic-bezier(0.3, 0, 0, 1);
  transition: all 15s cubic-bezier(0.3, 0, 0, 1);
  transform: translateX(0px);
}
.rouletteLinerBox .rouletteLinerRow .rouletteLinerUsers .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 86px;
  height: 86px;
  padding: 2px;
  background: #000;
  border: 1px solid #9aa2b5;
}
.rouletteLinerBox .rouletteLinerRow .rouletteLinerUsers .item .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #111827;
}
.rouletteLinerBox .rouletteLinerRow .rouletteLinerUsers .item .img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.rltPrizeItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 0;
}
.rltPrizeItem .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rltPrizeItem .item:before {
  content: "";
  position: absolute;
  display: block;
  width: 130px;
  height: 113px;
  background: url(../../img/roulette/prizeItem.png) no-repeat center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -5px;
}
.rltPrizeItem .item img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.rltWinnerInfo {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 60px auto 60px 1fr;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 60px;
  margin: 36px auto 0;
}
.rltWinnerInfo .description {
  position: relative;
  display: block;
  -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  min-width: 0;
  -ms-grid-column: 1;
  grid-column: 1;
}
.rltWinnerInfo .description ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 20px;
  min-width: 0;
}
.rltWinnerInfo .description ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 5px 0 5px 20px;
  border-left: 3px solid #ff2837;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
}
.rltWinnerInfo .description ul li span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
}
.rltWinnerInfo .description ul li p {
  position: relative;
  display: block;
  color: #ffc437;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1500px) {
  .rltWinnerInfo .description ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rltWinnerInfo .money {
  position: relative;
  display: block;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row-align: center;
      align-self: center;
  padding-bottom: 16px;
}
.rltWinnerInfo .money .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.rltWinnerInfo .money .text span {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 14px;
}
.rltWinnerInfo .money .text p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.rltWinnerInfo .money .text p:before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  width: 228px;
  height: 78px;
  background: url(../../img/roulette/bank-arrows.png) no-repeat center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 2px;
}
.rltWinnerInfo .action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding-right: 10px;
  min-width: 0;
  -ms-grid-column: 3;
  grid-column: 3;
}
.rltWinnerInfo .action .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}
.rltWinnerInfo .action .box .text {
  position: relative;
  display: block;
  color: #323b50;
  font-size: 14px;
}
.rltWinnerInfo .action .box .Timer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  min-width: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rltWinnerInfo .action .box .Timer span {
  position: relative;
  display: block;
}
@media screen and (max-width: 1900px) {
  .rltWinnerInfo .action .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1400px) {
  .rltWinnerInfo {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .rltWinnerInfo > * {
    grid-column: unset !important;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .rltWinnerInfo .description ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .rltWinnerInfo .description ul li {
    width: 100%;
    padding: 15px 0 0;
    border: none;
    text-align: center;
  }
  .rltWinnerInfo .description ul li span, .rltWinnerInfo .description ul li p {
    width: 100%;
  }
  .rltWinnerInfo .description ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 240px;
    height: 2px;
    background: #ff2837;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .rltWinnerInfo .money {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .rltWinnerInfo .action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}

.rltInfoHistory {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 27px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.rltInfoHistory .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #a3abbd;
  font-size: 16px;
}
.rltInfoHistory .title span {
  color: #fff;
  margin-left: 5px;
}
.rltInfoHistory .desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
.rltInfoHistory .desc .text {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 16px;
}
.rltInfoHistory .desc .checkbox {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.rltInfoHistory .desc .checkbox input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
}
.rltInfoHistory .desc .checkbox label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #283860;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rltInfoHistory .desc .checkbox label:before {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #6780bd;
  opacity: 0.3;
}
.rltInfoHistory .desc .checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
}

.rltItemsHistory {
  position: relative;
  display: block;
  width: 100%;
}
.rltItemsHistory .ItemHistory {
  position: relative;
  display: block;
  width: 100%;
}
.rltItemsHistory .ItemHistory + .ItemHistory {
  margin-top: 24px;
}
.rltItemsHistory .ItemHistory .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(24, 34, 56, 0.4);
  border-bottom: 2px solid #0f1c3a;
  white-space: nowrap;
  padding: 0 34px;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
  min-width: 0;
  max-width: 100%;
}
.rltItemsHistory .ItemHistory .box .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #a3abbd;
}
.rltItemsHistory .ItemHistory .box .avatar img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.rltItemsHistory .ItemHistory .box .info {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 100%;
}
.rltItemsHistory .ItemHistory .box .info .name {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 7px;
}
.rltItemsHistory .ItemHistory .box .info .name a {
  color: #ffc437;
  font-size: 12px;
}
.rltItemsHistory .ItemHistory .box .info ul {
  position: relative;
  display: block;
}
.rltItemsHistory .ItemHistory .box .info ul li {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 12px;
}
.rltItemsHistory .ItemHistory .box .info ul li + li {
  margin-top: 4px;
}
.rltItemsHistory .ItemHistory .box .info ul li span {
  color: #fff;
  font-weight: 700;
}
.rltItemsHistory .ItemHistory .box .desc {
  position: relative;
  display: block;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.rltItemsHistory .ItemHistory .box .desc .game {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 7px;
}
.rltItemsHistory .ItemHistory .box .desc .game .num {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
}
.rltItemsHistory .ItemHistory .box .desc .game .num span {
  color: #ffc437;
}
.rltItemsHistory .ItemHistory .box .desc .game .date {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 12px;
}
.rltItemsHistory .ItemHistory .box .desc ul {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.rltItemsHistory .ItemHistory .box .desc ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.rltItemsHistory .ItemHistory .box .desc ul li + li {
  margin-top: 4px;
}
.rltItemsHistory .ItemHistory .box .desc ul li span {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 12px;
}
.rltItemsHistory .ItemHistory .box .desc ul li p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .rltItemsHistory .ItemHistory .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
    padding: 20px 24px;
    row-gap: 15px;
  }
  .rltItemsHistory .ItemHistory .box .info {
    text-align: center;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .rltItemsHistory .ItemHistory .box .info .mame {
    max-width: 100%;
    min-width: 0;
  }
  .rltItemsHistory .ItemHistory .box .desc {
    text-align: center;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .rltItemsHistory .ItemHistory .box .desc .game {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .rltItemsHistory .ItemHistory .box .desc ul li {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 5px;
  }
  .rltItemsHistory .ItemHistory .box .desc ul li + li {
    margin-top: 10px;
  }
}
.rltItemsHistory .ItemHistory .dropBox {
  position: relative;
  display: block;
  width: 100%;
}
.rltItemsHistory .ItemHistory .dropBox .rltAttachmentUsers {
  margin: 0;
}
.rltItemsHistory .ItemHistory .dropBox .itemsBetsRow {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(24, 34, 56, 0.1);
}
.rltItemsHistory .ItemHistory .dropBox .itemsBetsRow .Row {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  padding: 15px 12px;
  grid-gap: 1px;
}
.rltItemsHistory .ItemHistory .dropBox .itemsBetsRow .Row .rltItemAll {
  width: 100%;
  height: 90px;
}
.rltItemsHistory .ItemHistory .dropBox .itemsBetsRow .Row .rltItemAll .img img {
  max-width: calc(100% - 6px);
  max-height: calc(100% - 6px);
}

.rltUserTopRanked {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  -ms-grid-columns: 1fr 30px auto 30px 1fr;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 30px;
  margin-bottom: 35px;
}
.rltUserTopRanked .rank-1st {
  position: relative;
  display: block;
  width: 220px;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 20px;
  min-width: 0;
}
.rltUserTopRanked .rank-1st .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #a3abbd;
  margin: 0 auto 20px;
}
.rltUserTopRanked .rank-1st .avatar img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.rltUserTopRanked .rank-1st .name {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rltUserTopRanked .rank-1st .name a {
	color: #ffc437;
	font-size: 14px;
}
.rltUserTopRanked .rank-1st .place {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 30px;
}
.rltUserTopRanked .rank-1st .place:before {
  content: "";
  position: absolute;
  display: block;
  width: 220px;
  height: 41px;
  background: url(../../img/roulette/rank-1st.png) no-repeat center bottom;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rltUserTopRanked .rank-1st .desc {
  position: relative;
  display: block;
  text-align: center;
}
.rltUserTopRanked .rank-1st .desc span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
}
.rltUserTopRanked .rank-1st .desc p {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 16px;
  font-weight: 700;
}
.rltUserTopRanked .rank-2nd {
  position: relative;
  display: block;
  width: 100%;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 40px;
  min-width: 0;
}
.rltUserTopRanked .rank-2nd:before {
  content: "";
  position: absolute;
  display: block;
  width: 309px;
  height: 179px;
  background: url(../../img/roulette/topLeft.png) no-repeat top left;
  top: 0;
  right: -40px;
}
.rltUserTopRanked .rank-2nd .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #a3abbd;
  margin: 0 auto 11px;
}
.rltUserTopRanked .rank-2nd .avatar img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.rltUserTopRanked .rank-2nd .name {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rltUserTopRanked .rank-2nd .name a {
	color: #ffc437;
	font-size: 14px;
}
.rltUserTopRanked .rank-2nd .place {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 30px;
}
.rltUserTopRanked .rank-2nd .place:before {
  content: "";
  position: absolute;
  display: block;
  width: 151px;
  height: 28px;
  background: url(../../img/roulette/rank-2nd.png) no-repeat center bottom;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rltUserTopRanked .rank-2nd .desc {
  position: relative;
  display: block;
  text-align: center;
}
.rltUserTopRanked .rank-2nd .desc span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
}
.rltUserTopRanked .rank-2nd .desc p {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 16px;
  font-weight: 700;
}
.rltUserTopRanked .rank-3rd {
  position: relative;
  display: block;
  width: 100%;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 40px;
  min-width: 0;
}
.rltUserTopRanked .rank-3rd:before {
  content: "";
  position: absolute;
  display: block;
  width: 309px;
  height: 179px;
  background: url(../../img/roulette/topRight.png) no-repeat top right;
  top: 0;
  left: -40px;
}
.rltUserTopRanked .rank-3rd .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #a3abbd;
  margin: 0 auto 11px;
}
.rltUserTopRanked .rank-3rd .avatar img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.rltUserTopRanked .rank-3rd .name {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rltUserTopRanked .rank-3rd .name a {
	color: #ffc437;
	font-size: 14px;
}
.rltUserTopRanked .rank-3rd .place {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 30px;
}
.rltUserTopRanked .rank-3rd .place:before {
  content: "";
  position: absolute;
  display: block;
  width: 151px;
  height: 28px;
  background: url(../../img/roulette/rank-3rd.png) no-repeat center bottom;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rltUserTopRanked .rank-3rd .desc {
  position: relative;
  display: block;
  text-align: center;
}
.rltUserTopRanked .rank-3rd .desc span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
}
.rltUserTopRanked .rank-3rd .desc p {
  position: relative;
  display: block;
  color: #a3abbd;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .rltUserTopRanked {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .rltUserTopRanked .rank-1st {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 100%;
    max-width: 250px;
    padding-bottom: 20px;
  }
  .rltUserTopRanked .rank-1st:before {
    content: "";
    position: absolute;
    display: block;
    width: 350px;
    height: 50%;
    background: url(../../img/roulette/topLeft.png) no-repeat top right, url(../../img/roulette/topRight.png) no-repeat top left;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .rltUserTopRanked .rank-1st:after {
    content: "";
    position: absolute;
    display: block;
    width: 350px;
    height: 50%;
    background: url(../../img/roulette/topLeft.png) no-repeat top right, url(../../img/roulette/topRight.png) no-repeat top left;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  .rltUserTopRanked .rank-2nd {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 100%;
    max-width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .rltUserTopRanked .rank-2nd:before {
    content: "";
    position: absolute;
    display: block;
    width: 350px;
    height: 50%;
    background: url(../../img/roulette/topLeft.png) no-repeat top right, url(../../img/roulette/topRight.png) no-repeat top left;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .rltUserTopRanked .rank-2nd:after {
    content: "";
    position: absolute;
    display: block;
    width: 350px;
    height: 50%;
    background: url(../../img/roulette/topLeft.png) no-repeat top right, url(../../img/roulette/topRight.png) no-repeat top left;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  .rltUserTopRanked .rank-3rd {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 100%;
    max-width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .rltUserTopRanked .rank-3rd:before {
    content: "";
    position: absolute;
    display: block;
    width: 350px;
    height: 50%;
    background: url(../../img/roulette/topLeft.png) no-repeat top right, url(../../img/roulette/topRight.png) no-repeat top left;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .rltUserTopRanked .rank-3rd:after {
    content: "";
    position: absolute;
    display: block;
    width: 350px;
    height: 50%;
    background: url(../../img/roulette/topLeft.png) no-repeat top right, url(../../img/roulette/topRight.png) no-repeat top left;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}

.rltRankedSelect {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
.rltRankedSelect .text {
  position: relative;
  display: block;
  white-space: nowrap;
  color: #a3abbd;
  font-size: 14px;
}
.rltRankedSelect .select {
  position: relative;
  display: block;
  width: 190px;
  height: 35px;
}
.rltRankedSelect .select select {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
  padding: 0 25px 0 17px;
  background-position: center right 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .rltRankedSelect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}

.rltUserRankedList {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  overflow: auto hidden;
}
.rltUserRankedList::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.rltUserRankedList table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.rltUserRankedList table thead tr th {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Play", sans-serif;
  padding: 18px 15px;
  white-space: nowrap;
}
.rltUserRankedList table thead tr th.num {
  padding-left: 20px;
}
.rltUserRankedList table thead tr th.name {
  padding-left: 0px;
}
.rltUserRankedList table tbody tr td {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: "Play", sans-serif;
  background: rgba(24, 34, 56, 0.4);
  border-bottom: 2px solid #0f1c3a;
  padding: 12px 15px;
}
.rltUserRankedList table tbody tr td.num {
  padding-left: 20px;
}
/*.rltUserRankedList table tbody tr td.name {*/
/*  padding-left: 0px;*/
/*}*/
.rltUserRankedList table tbody tr td.yellow {
  color: #ffc437;
}
.rltUserRankedList table tbody tr td .user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rltUserRankedList table tbody tr td .user .avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #a3abbd;
  margin-right: 23px;
}
.rltUserRankedList table tbody tr td .user .avatar img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.rltUserRankedList table tbody tr td .user .name {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 300px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rltUserRankedList table tbody tr td .user .name a {
	color: #ffc437;
	font-size: 12px;
}

@font-face {
	font-family: advancedpixellcd_7;
	src: url(../../fonts/advancedpixellcd_7.ttf);
}
:root {
	--ffadv: advancedpixellcd_7;
}

.ct-chart {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.ct-label {
	fill: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 0.75rem;
	line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
	dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	text-align: right;
	text-anchor: end;
	white-space: nowrap;
}

.ct-label.ct-vertical.ct-end {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	text-align: right;
	text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	text-align: left;
	text-anchor: end;
}

.ct-grid {
	stroke: #0f1729;
	stroke-width: 1px;
}

.ct-grid.ct-horizontal {
	display: none;
}

.ct-grid-background {
	fill: none;
}

.ct-point {
	stroke-width: 10px;
	stroke-linecap: round;
}

.ct-line {
	fill: none;
	stroke-width: 3px;
}

.ct-area {
	stroke: none;
	fill-opacity: 0.1;
}

.ct-bar {
	fill: none;
	stroke-width: 10px;
}

.ct-slice-donut {
	fill: none;
	stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
	stroke: #dd1356;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
	fill: #dd184a;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
	stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
	fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
	stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
	fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
	stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
	fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
	stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
	fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
	stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
	fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
	stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
	fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
	stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
	fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
	stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
	fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
	stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
	fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
	stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
	fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
	stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
	fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
	stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
	fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
	stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
	fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
	stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
	fill: #a748ca;
}

.ct-square {
	display: block;
	position: relative;
	width: 100%;
}

.ct-square:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 100%;
}

.ct-square:after {
	content: "";
	display: table;
	clear: both;
}

.ct-square > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-minor-second {
	display: block;
	position: relative;
	width: 100%;
}

.ct-minor-second:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 93.75%;
}

.ct-minor-second:after {
	content: "";
	display: table;
	clear: both;
}

.ct-minor-second > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-major-second {
	display: block;
	position: relative;
	width: 100%;
}

.ct-major-second:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
	content: "";
	display: table;
	clear: both;
}

.ct-major-second > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-minor-third {
	display: block;
	position: relative;
	width: 100%;
}

.ct-minor-third:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
	content: "";
	display: table;
	clear: both;
}

.ct-minor-third > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-major-third {
	display: block;
	position: relative;
	width: 100%;
}

.ct-major-third:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 80%;
}

.ct-major-third:after {
	content: "";
	display: table;
	clear: both;
}

.ct-major-third > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-perfect-fourth {
	display: block;
	position: relative;
	width: 100%;
}

.ct-perfect-fourth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 75%;
}

.ct-perfect-fourth:after {
	content: "";
	display: table;
	clear: both;
}

.ct-perfect-fourth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-perfect-fifth {
	display: block;
	position: relative;
	width: 100%;
}

.ct-perfect-fifth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
	content: "";
	display: table;
	clear: both;
}

.ct-perfect-fifth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-minor-sixth {
	display: block;
	position: relative;
	width: 100%;
}

.ct-minor-sixth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
	content: "";
	display: table;
	clear: both;
}

.ct-minor-sixth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-golden-section {
	display: block;
	position: relative;
	width: 100%;
}

.ct-golden-section:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
	content: "";
	display: table;
	clear: both;
}

.ct-golden-section > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-major-sixth {
	display: block;
	position: relative;
	width: 100%;
}

.ct-major-sixth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 60%;
}

.ct-major-sixth:after {
	content: "";
	display: table;
	clear: both;
}

.ct-major-sixth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-minor-seventh {
	display: block;
	position: relative;
	width: 100%;
}

.ct-minor-seventh:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
	content: "";
	display: table;
	clear: both;
}

.ct-minor-seventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-major-seventh {
	display: block;
	position: relative;
	width: 100%;
}

.ct-major-seventh:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
	content: "";
	display: table;
	clear: both;
}

.ct-major-seventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-octave {
	display: block;
	position: relative;
	width: 100%;
}

.ct-octave:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 50%;
}

.ct-octave:after {
	content: "";
	display: table;
	clear: both;
}

.ct-octave > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-major-tenth {
	display: block;
	position: relative;
	width: 100%;
}

.ct-major-tenth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 40%;
}

.ct-major-tenth:after {
	content: "";
	display: table;
	clear: both;
}

.ct-major-tenth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-major-eleventh {
	display: block;
	position: relative;
	width: 100%;
}

.ct-major-eleventh:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
	content: "";
	display: table;
	clear: both;
}

.ct-major-eleventh > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-major-twelfth {
	display: block;
	position: relative;
	width: 100%;
}

.ct-major-twelfth:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
	content: "";
	display: table;
	clear: both;
}

.ct-major-twelfth > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-double-octave {
	display: block;
	position: relative;
	width: 100%;
}

.ct-double-octave:before {
	display: block;
	float: left;
	content: "";
	width: 0;
	height: 0;
	padding-bottom: 25%;
}

.ct-double-octave:after {
	content: "";
	display: table;
	clear: both;
}

.ct-double-octave > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ct-label.ct-horizontal.ct-end {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	word-break: break-all;
	text-align: center;
	max-width: 35px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ct-label.ct-vertical.ct-start {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	position: relative;
	top: -2px;
}
.userStatRow .itemBox.crash {
	height: 198px;
}
.userStatRow .itemBox.win-day {
	height: 310px;
}
@media screen and (max-width: 1600px) {
	.userStatRow .itemBox.crash {
		width: 100%;
		margin: 0 auto;
	}
}
.userStatRow .itemBox .chance p {
	font-size: 14px;
}
.userStatRow .itemBox .counter {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: center;
	color: #ffc437;
	font-size: 14px;
	font-family: var(--ffadv);
	white-space: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 27px auto 21px;
}

.crashFlexStat {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-column-gap: 54px;
	-moz-column-gap: 54px;
	column-gap: 54px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.crashFlexStat .gameRowBox {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 480px;
}
.crashFlexStat .gameRowBox .toggleGameType {
	display: none !important;
}
.crashFlexStat .gameRowBox .toggleGameType.active {
	display: block !important;
}
.crashFlexStat .gameRowBox .chartBox {
	position: relative;
	display: block;
	width: 100%;
	padding: 27px 12px 0;
	background: #091122;
	border: 2px solid #0a1634;
	overflow: hidden !important;
}
.crashFlexStat .gameRowBox .chartBox .ct-chart {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden !important;
}
.crashFlexStat .gameRowBox .chartBox .ct-chart:before {
	padding: 0 !important;
	height: 300px !important;
}
.crashFlexStat .gameRowBox .chartBox .chartStatus {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.crashFlexStat .gameRowBox .chartBox .chartStatus .counter {
	position: relative;
	display: block;
	text-align: center;
	color: #FFC437;
	font-size: 36px;
	font-weight: 700;
	margin: auto;
}
.crashFlexStat .gameRowBox .chartBox .chartStatus .counter.crash {
	color: #ff2121;
}
.crashFlexStat .gameRowBox .chartBox .chartStatus .timer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 176px;
	height: 176px;
	background: #091122;
	border: 5px solid #15afa6;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}
.crashFlexStat .gameRowBox .chartBox .chartStatus .timer .text {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: auto;
}
.crashFlexStat .gameRowBox .chartBox .chartStatus .timer .text span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.crashFlexStat .gameRowBox .chartBox .chartStatus .timer .text p {
	position: relative;
	display: block;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}
.crashFlexStat .gameRowBox .bombRowBox {
	position: relative;
	display: block;
	width: 100%;
}
.crashFlexStat .gameRowBox .bombRowBox .bombtype {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 350px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 2px solid #ffc437;
}
.crashFlexStat .gameRowBox .bombRowBox .bombtype:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #233257;
	bottom: 0;
	left: 0;
}
.crashFlexStat .gameRowBox .bombRowBox .bombtype .result {
	position: relative;
	display: block;
	width: 176px;
	height: inherit;
	bottom: 2px;
	padding-top: 127px;
}
.crashFlexStat .gameRowBox .bombRowBox .bombtype .result:before {
	content: "";
	position: absolute;
	display: block;
	width: 284px;
	height: 378px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	will-change: transform;
	background: url(../../img/crash/bomb.png) no-repeat center bottom;
}
.crashFlexStat .gameRowBox .bombRowBox .bombtype .result span {
	position: relative;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 100%;
	color: #000;
	text-shadow: 0 0 0 #000;
	font-size: 12px;
	font-family: var(--ffadv);
	white-space: nowrap;
	left: 7px;

	top: -11px;
	height: 29px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;

	overflow: hidden;
	letter-spacing: -1px;
}
.crashFlexStat .gameRowBox .bombRowBox .bombtype .result.result-win:before {
	background: url(../../img/crash/bomb.png) no-repeat center bottom;
}
.crashFlexStat .gameRowBox .bombRowBox .bombtype .result.result-crash:before {
	background: url(../../img/crash/bomb-crash.png) no-repeat center bottom;
}
.crashFlexStat .gameRowBox .bombRowBox .bombtype .result.result-crash span {
	color: #fff;
}
.crashFlexStat .crashBetForm {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.crashFlexStat .crashBetForm ul.tabs {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #112045;
	padding: 14px 0;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	margin-bottom: 30px;
}
.crashFlexStat .crashBetForm ul.tabs li {
	position: relative;
	display: block;
}
.crashFlexStat .crashBetForm ul.tabs li a {
	position: relative;
	display: block;
	white-space: nowrap;
	color: #a3abbd;
	font-size: 18px;
}
@media screen and (min-width: 1024px) {
	.crashFlexStat .crashBetForm ul.tabs li a:hover {
		color: #fff;
	}
}
.crashFlexStat .crashBetForm ul.tabs li a.active {
	color: #fff;
}
.crashFlexStat .crashBetForm .formBlock {
	position: relative;
	display: none;
	width: 100%;
	max-width: 528px;
}
.crashFlexStat .crashBetForm .formBlock.active {
	display: block;
}
.crashFlexStat .crashBetForm .formBlock .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.crashFlexStat .crashBetForm .formBlock .row + * {
	margin-top: 28px;
}
.crashFlexStat .crashBetForm .formBlock .row label {
	position: relative;
	display: block;
	width: 158px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.crashFlexStat .crashBetForm .formBlock .row label span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	margin-bottom: 4px;
}
.crashFlexStat .crashBetForm .formBlock .row label p {
	position: relative;
	display: block;
	color: #a3abbd;
	font-size: 12px;
}
.crashFlexStat .crashBetForm .formBlock .row .input {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 42px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0a1634;
	border: 1px solid #1f305d;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 20px;
}
.crashFlexStat .crashBetForm .formBlock .row .input input {
	position: relative;
	display: block;
	background: none;
	border: none;
	height: 40px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.crashFlexStat .crashBetForm .formBlock .row .input input::-webkit-outer-spin-button, .crashFlexStat .crashBetForm .formBlock .row .input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.crashFlexStat .crashBetForm .formBlock .row .input input[type=number] {
	-moz-appearance: textfield;
}
.crashFlexStat .crashBetForm .formBlock .row .input i {
	position: relative;
	display: block;
	width: 40px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	text-align: center;
	color: #233257;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
}
.crashFlexStat .crashBetForm .formBlock .row .input .rowBtn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 42px;
	height: 100%;
	background: #ffc437;
	color: #000;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media screen and (min-width: 1024px) {
	.crashFlexStat .crashBetForm .formBlock .row .input .rowBtn:hover {
		background: #ffa337;
	}
}
.crashFlexStat .crashBetForm .formBlock .row .textRow {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 5px 0 0 24px;
}
.crashFlexStat .crashBetForm .formBlock .row .textRow:before {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	height: 52px;
	background: #ff2837;
	top: 0;
	left: 0;
}
.crashFlexStat .crashBetForm .formBlock .row .textRow span {
	position: relative;
	display: block;
	color: #fff;
	margin-bottom: 8px;
}
.crashFlexStat .crashBetForm .formBlock .row .textRow p {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	color: #fff;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 8px 20px;
	background: #233257;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.crashFlexStat .crashBetForm .formBlock .row .all-button-1 {
	font-size: 16px;
	width: 360px;
}
.crashFlexStat .crashBetForm .formBlock .row .listRow {
	position: relative;
	display: block;
	width: 100%;
}
.crashFlexStat .crashBetForm .formBlock .row .listRow li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 0;
	-webkit-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px;
}
.crashFlexStat .crashBetForm .formBlock .row .listRow li + li {
	margin-top: 5px;
}
.crashFlexStat .crashBetForm .formBlock .row .listRow li span {
	position: relative;
	display: block;
	color: #a3abbd;
	font-size: 12px;
	white-space: nowrap;
}
.crashFlexStat .crashBetForm .formBlock .row .listRow li p {
	position: relative;
	display: block;
	color: #a3abbd;
	font-size: 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.crashFlexStat .crashBetForm .formBlock .grid {
	position: relative;
	display: -ms-grid;
	display: grid;
	width: 100%;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 28px 40px;
}
@media screen and (max-width: 1680px) {
	.crashFlexStat .crashBetForm .formBlock .grid {
		-ms-grid-columns: 1fr 40px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 480px) {
	.crashFlexStat .crashBetForm .formBlock .grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
}
.crashFlexStat .crashBetForm .formBlock .grid .item {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
}
.crashFlexStat .crashBetForm .formBlock .grid .item label {
	position: absolute;
	display: block;
	bottom: calc(100% + 6px);
}
.crashFlexStat .crashBetForm .formBlock .grid .item .input .rowBtn {
	width: 32px;
}
.crashFlexStat .crashBetForm .formBlock .grid .item .input .multi {
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
@media screen and (max-width: 480px) {
	.crashFlexStat .crashBetForm .formBlock .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 12px;
	}
	.crashFlexStat .crashBetForm .formBlock .row label, .crashFlexStat .crashBetForm .formBlock .row .input, .crashFlexStat .crashBetForm .formBlock .row .textRow, .crashFlexStat .crashBetForm .formBlock .row .listRow {
		max-width: unset;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
	}
	.crashFlexStat .crashBetForm .formBlock .row .textRow {
		text-align: center;
		padding: 20px 0 0;
	}
	.crashFlexStat .crashBetForm .formBlock .row .textRow:before {
		width: 150px;
		height: 3px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.crashFlexStat .crashBetForm .formBlock .row .textRow p {
		margin: 0 auto;
	}
	.crashFlexStat .crashBetForm .formBlock .row .listRow li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		row-gap: 2px;
	}
	.crashFlexStat .crashBetForm .formBlock .row .listRow li + li {
		margin-top: 12px;
	}
	.crashFlexStat .crashBetForm .formBlock .row .listRow li p {
		color: #fff;
	}
}
@media screen and (max-width: 1360px) {
	.crashFlexStat {
		-webkit-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px;
	}
	.crashFlexStat .gameRowBox {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: calc(45% - 16px);
		min-width: 0;
	}
	.crashFlexStat .crashBetForm {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: calc(55% - 16px);
		min-width: 0;
	}
}
@media screen and (max-width: 768px) {
	.crashFlexStat {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		row-gap: 32px;
	}
	.crashFlexStat .gameRowBox, .crashFlexStat .crashBetForm {
		width: 100%;
		max-width: 528px;
	}
}

.crashGameHistory {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 3px solid #ffc437;
	margin-top: 20px;
	/*padding-bottom: 5px;*/
	margin-bottom: 40px;
}
.crashGameHistory:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 157px;
	background: url(../../img/crash/bank-decor.png) no-repeat center bottom;
	top: -18px;
	left: 0;
	pointer-events: none;
	z-index: -1;
}
.crashGameHistory .flex {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 44px;
	padding: 0 23px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-column-gap: 26px;
	-moz-column-gap: 26px;
	column-gap: 26px;
	background: #000a1f;
}
.crashGameHistory .flex .text {
	position: relative;
	display: block;
	color: #fff;
	font-size: 12px;
}
.crashGameHistory .flex ul.list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	-webkit-column-gap: 26px;
	-moz-column-gap: 26px;
	column-gap: 26px;
}
.crashGameHistory .flex ul.list li {
	position: relative;
	display: block;
	color: #fff;
	font-size: 12px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.rltUserRankedList table tbody tr td {
	white-space: nowrap;
}
.rltUserRankedList table tbody tr td.num {
	color: #fff !important;
}
.rltUserRankedList table tbody tr.win td {
	color: #b1ff37;
}
.rltUserRankedList table tbody tr.loss td {
	color: #ff3737;
}

@media screen and (max-width: 1100px) {
	.rouletteContentAbsolute .AbsoluteContent .rltBetBox .betBody {
		max-height: unset;
	}
}

.crashHistory {
	position: relative;
	display: block;
	width: 100%;
	overflow: auto hidden;
}
.crashHistory .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 100%;
	min-height: 102px;
	background: rgba(24, 34, 56, 0.4);
	border-bottom: 2px solid #0f1c3a;
}
.crashHistory .item + .item {
	margin-top: 4px;
}
.crashHistory .item .numGame {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 278px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	min-height: inherit;
	background: #060f24 url(../../img/crash/item-arrow-crash.png) no-repeat center right;
}
.crashHistory .item .numGame .text {
	position: relative;
	display: block;
	margin: auto 0;
	width: 100%;
	padding-left: 50px;
}
.crashHistory .item .numGame .text span {
	position: relative;
	display: block;
	color: #ffc437;
	font-size: 16px;
	margin-bottom: 8px;
}
.crashHistory .item .numGame .text p {
	position: relative;
	display: block;
	color: #fff;
	font-size: 12px;
}
.crashHistory .item .listRow {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 350px;
	padding: 0 0 0 25px;
}
.crashHistory .item .listRow ul {
	position: relative;
	display: block;
	width: 100%;
}
.crashHistory .item .listRow ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 0;
	-webkit-column-gap: 4px;
	-moz-column-gap: 4px;
	column-gap: 4px;
}
.crashHistory .item .listRow ul li + li {
	margin-top: 4px;
}
.crashHistory .item .listRow ul li span {
	position: relative;
	display: block;
	color: #a3abbd;
	font-size: 12px;
	white-space: nowrap;
}
.crashHistory .item .listRow ul li p {
	position: relative;
	display: block;
	color: #a3abbd;
	font-size: 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.crashHistory .item .coefficient {
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 110px;
	text-align: center;
	color: #ffc437;
	font-size: 16px;
	padding: 0 10px;
}
@media screen and (max-width: 768px) {
	.crashHistory .item .numGame {
		width: 248px;
	}
	.crashHistory .item .numGame .text {
		padding-left: 20px;
	}
	.crashHistory .item .coefficient {
		width: 100px;
	}
}
