@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: #000;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #5b5b5b;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #eeeeee;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
button {
  border: none !important;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.page-wrapper {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/bg.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main-content {
  padding-bottom: 70px;
}
.event {
  position: absolute;
  top: 15px;
  width: 200px;
  height: auto;
}
.event img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
header .logo {
  text-align: center;
  padding: 15px 0;
}
header .logo img {
  width: 100%;
  height: auto;
  max-width: 450px;
}
form.register {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
form .title {
  background-image: linear-gradient(to right, #fb7a0d, #fed64c);
  color: black;
  font-weight: bold;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
form .form-group {
  margin-bottom: 8px;
}
form label {
  display: revert;
}
form input {
  background: #000 !important;
  border: 1px solid #d59e6b !important;
  height: 46px !important;
  color: white !important;
}
form input::placeholder {
  color: #bebebe !important;
  font-size: 14px;
}
form .register-button {
  position: relative;
  padding: 0;
}
form .register-button img {
  width: 100%;
  height: auto;
  max-width: 450px;
}
/*form .register-button::before
{
    position: absolute;
    content: '';
    top: 10px;
    right: 0;
    width: 60px;
    height: 40px;
    background: url(../images/ico_cursor.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    animation: cursor 0.3s linear infinite;
}*/
@keyframes cursor {
  from {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  to {
    transform: scale(0.95);
  }
}
.play {
  text-align: center;
}
.play button img {
  width: 100%;
  height: auto;
  max-width: 240px;
}
.download {
  text-align: center;
  display: none;
}
.download .platform button {
  padding: 0;
}
.download .platform button img {
  width: 100%;
  height: auto;
  max-width: 320px;
}
.ranking {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.ranking .title {
  background-image: url("../images/ranking-title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  max-width: 270px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 0 auto;
  color: white;
}
.ranking .top-player-list {
  color: #d59e6b;
  position: relative;
  width: 100%;
  height: 270px;
  background: linear-gradient(
    to bottom,
    #ac9a01 0,
    #b8ab01 10%,
    #c9c406 20%,
    #e3e352 27%,
    #fdf8ef 33%,
    #d5d11f 40%,
    #c0b407 60%,
    #a38e01 80%,
    #917501 100%
  );
  padding: 3px;
  border-radius: 10px;
  overflow: hidden;
}
.ranking .top-player-list ul {
  background: #222;
  color: white;
  height: 264px;
  overflow-y: auto;
  border-radius: 10px;
}
.ranking .top-player-list .item__top-player.header {
  background: #000;
  color: #c49112;
  font-weight: bold;
  height: 46px;
}
.ranking .top-player-list .item__top-player.header > div:nth-child(1) {
  width: 15%;
  text-align: center;
  height: 46px;
  border-right: 2px solid #e7ad22;
}
.ranking .top-player-list .item__top-player.header > div:nth-child(2) {
  width: 25%;
  text-align: center;
  height: 46px;
  border-right: 2px solid #e7ad22;
}
.ranking .top-player-list .item__top-player.header > div:nth-child(3) {
  width: 30%;
  text-align: center;
  height: 46px;
  border-right: 2px solid #e7ad22;
}
.ranking .top-player-list .item__top-player.header > div:nth-child(4) {
  width: 30%;
  text-align: center;
  height: 46px;
}
.ranking .top-player-list .item__top-player {
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 8px 0;*/
  background: #000;
  height: 46px;
}
.ranking .top-player-list .item__top-player div {
  padding: 8px 0;
}
.ranking .top-player-list .item__top-player.light {
  background: #171207;
}
.ranking .top-player-list .item__top-player.mask {
  background: #000;
}
.ranking .top-player-list .item__top-player .icon-ranking {
  width: 15%;
  text-align: center;
  height: 100%;
  font-weight: bold;
  border-right: 2px solid #e7ad22;
}
.ranking .top-player-list .item__top-player.first .icon-ranking {
  background-image: url(../images/icon-ranking.png);
  background-size: 40px 110px;
  background-position: center 6px;
  background-repeat: no-repeat;
}
.ranking .top-player-list .item__top-player.second .icon-ranking {
  background-image: url(../images/icon-ranking.png);
  background-size: 35px 102px;
  background-position: center -30px;
  background-repeat: no-repeat;
}
.ranking .top-player-list .item__top-player.third .icon-ranking {
  background-image: url(../images/icon-ranking.png);
  background-size: 32px 95px;
  background-position: center -61px;
  background-repeat: no-repeat;
}
.ranking .top-player-list .item__top-player .player {
  width: 25%;
  text-align: center;
  color: #3a8cf5;
  font-size: 14px;
  height: 46px;
  border-right: 2px solid #e7ad22;
}
.ranking .top-player-list .item__top-player.first .player {
  color: red;
}
.ranking .top-player-list .item__top-player.second .player {
  color: #deff00;
}
.ranking .top-player-list .item__top-player.third .player {
  color: #3cff00;
}
.ranking .top-player-list .item__top-player .bet-total {
  width: 30%;
  text-align: center;
  color: #c49112;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border-right: 2px solid #e7ad22;
}
.ranking .top-player-list .item__top-player .amount {
  width: 30%;
  text-align: center;
  color: #c49112;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking .top-player-list .item__top-player .amount .ruby {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(../images/icon-ruby.png);
  background-size: 25px;
  background-position: center -110px;
  background-repeat: no-repeat;
}
.ranking .top-player-list .item__top-player.first .amount .ruby {
  display: inline-block;
  height: 30px;
  width: 25px;
  background-image: url(../images/icon-ruby.png);
  background-size: 25px;
  background-position: center 4px;
  background-repeat: no-repeat;
}
.ranking .top-player-list .item__top-player.second .amount .ruby {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(../images/icon-ruby.png);
  background-size: 25px;
  background-position: center -27px;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.ranking .top-player-list .item__top-player.third .amount .ruby {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(../images/icon-ruby.png);
  background-size: 25px;
  background-position: center -54px;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.ranking .top-player-list .item__top-player.four .amount .ruby {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(../images/icon-ruby.png);
  background-size: 25px;
  background-position: center -84px;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.tutorial {
  display: none;
}
.tutorial .title {
  text-align: center;
  text-transform: uppercase;
  line-height: 2.5;
  background: #690b1a;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}
.tutorial .step {
  text-transform: uppercase;
  color: #ffdc53;
  height: 36px;
  font-weight: 700;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.tutorial ul {
  color: white;
}
footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: rgb(40, 39, 38);
  z-index: 9;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  column-gap: 15px;
}
footer ul li {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
small {
  display: none;
}
@media screen and (max-width: 1024px) {
  .event {
    display: none;
  }
  .download {
    display: block;
  }
  .tutorial {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/bg-mobile.jpg);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  form.register {
    display: none;
  }
  small {
    display: block;
    color: #c49112;
    font-size: 11px;
  }
  header .logo {
    padding: 0;
  }
  header .logo img {
    max-width: 280px;
  }
  .platform {
    margin-bottom: 15px;
  }
  .ranking .title {
    max-width: 200px;
    height: 30px;
  }
  .top-player-list {
    font-size: 10px !important;
  }
  .ranking .top-player-list .item__top-player {
    font-size: 10px !important;
    height: 40px !important;
    line-height: 40px;
  }
  .ranking .top-player-list .item__top-player > div {
    font-size: 10px !important;
    height: 40px !important;
    line-height: 40px;
    padding: 0;
  }
  .ranking .top-player-list .item__top-player.first .icon-ranking {
    background-image: url(../images/icon-ranking.png);
    background-size: 40px 110px;
    background-position: center 6px;
    background-repeat: no-repeat;
  }
  .ranking .top-player-list .item__top-player.header {
    height: 40px;
  }
  .ranking .top-player-list .item__top-player.header > div {
    height: 40px !important;
    line-height: 40px;
    padding: 0;
  }
}
/*======================================================================================================================
RANDOM PLAYER
======================================================================================================================*/
.random-player-win {
  position: fixed;
  top: 45px;
  left: 15px;
  width: 280px;
  color: white;
}
.random-player-win::before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.random-player-win .player-win-list {
  background-image: url("../images/bg-notifications.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 280px;
  height: 410px;
  overflow: hidden;
}
.random-player-win .player-win-list .item {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  transition: 0.2s ease-in-out;
}
.random-player-win .player-win-list .item .avatar img {
  max-width: 45px;
  border: 3px solid #d59e6b;
  border-radius: 50%;
}
.random-player-win .player-win-list .item .username {
  font-weight: bold;
  font-size: 12px;
}
.random-player-win .player-win-list .item .text {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .random-player-win {
    display: none;
  }
}
/**/
.live-chat {
  position: fixed;
  bottom: 0;
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .live-chat {
    display: none;
  }
}
/**/
/**/
.seo-content {
  max-width: 640px;
  margin: 15px auto 0 auto;
  padding-bottom: 15px;
  color: white;
}
.seo-content img {
  /*width: 100%;*/
  /*height: auto;*/
  /*max-width: 100%;*/
  margin-bottom: 15px;
}
.seo-content p {
  margin-bottom: 15px;
}
.seo-content ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.seo-content .nano-content {
  display: none;
  /*height: 400px;*/
  /*overflow-y: auto;*/
}
.seo-content h1 {
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 22px;
}
.seo-content .read-more {
  display: block;
  text-decoration: none;
  text-align: right;
  color: white;
  text-shadow: 1px 1px 0 #c02e05, 1px -1px 0 #c02e05, -1px 1px 0 #c02e05,
    -1px -1px 0 #c02e05, 1px 0 0 #c02e05, 0 1px 0 #c02e05, -1px 0 0 #c02e05,
    0 -1px 0 #c02e05;
}
.seo-content a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 0 #c02e05, 1px -1px 0 #c02e05, -1px 1px 0 #c02e05,
    -1px -1px 0 #c02e05, 1px 0 0 #c02e05, 0 1px 0 #c02e05, -1px 0 0 #c02e05,
    0 -1px 0 #c02e05;
}
/* width */
.seo-content ::-webkit-scrollbar {
  width: 3px;
}
/* Track */
.seo-content ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.41);
}
/* Handle */
.seo-content ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 0, 0.5);
}
/* Handle on hover */
.seo-content ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.seo-content figure {
  text-align: center;
}
/*======================================================================================================================
VIDEO
======================================================================================================================*/
.wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
  column-gap: 15px;
  flex-direction: row;

  width: 100%;
  max-width: 1300px;
  height: 264px;
  margin: 60px auto 15px auto;
}
.stream {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  border: 2px solid #ffc107;
  margin: 0 auto;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 264px;
}
.video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .wrapper .stream {
    display: none;
  }
}
/*======================================================================================================================
SUPPORT
======================================================================================================================*/
.support {
  position: fixed;
  top: 15px;
  right: 15px;

  width: 266px;
  height: auto;
}
.support a {
  display: block;
  text-decoration: none;
  margin-top: 10px;
}
.support a:first-child {
  margin-top: 0;
}
.support a img {
  width: 100%;
  max-width: 266px;
  height: auto;
}
.mb-support {
  display: none;
}
.mb-support .left {
  position: fixed;
  top: 5px;
  left: 5px;
}
.mb-support .right {
  position: fixed;
  top: 5px;
  right: 5px;
}
.mb-support > div > a {
  display: block;
  margin-top: 10px;
}
.mb-support > div > a:first-child {
  margin-top: 0;
}
.mb-support img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.btn1111 {
  display: none;
}
@media screen and (max-width: 991px) {
  .support {
    display: none;
  }
  .mb-support {
    display: block;
  }
  .btn1111 {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .seo-title {
    font-size: 16px !important;
  }
}
