body {
  margin: 0;
  padding: 0;
}

#mobile-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  background-color: #000;
}

.vs-mobile-menu__container {
  padding: 6px 0;
  height: 29px;
  width: 100%;
  color: #8C8C8A;
  font-size: 22px;
  border-bottom: 1px solid #DD9E37;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: url("../images/mobile/top_menu_bkg.png") repeat-x;
}

.vs-mobile-menu__container a,
.vs-mobile-menu__container a:visited,
.vs-mobile-menu__container a:active,
.vs-mobile-menu__container a:focus {
  color: inherit;
  text-decoration: none;
  border: none;
  outline: none;
  line-height: 0;
}

.vs-mobile-menu__part {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.vs-mobile-menu__part .vs-mobile-menu__item,
.vs-mobile-menu__item-bos-logo {
  margin-left: 12px;
}

@media screen and (max-width: 480px) {
  .vs-mobile-menu__part .vs-mobile-menu__item,
.vs-mobile-menu__item-bos-logo {
    margin-left: 8px;
  }
}
.vs-mobile-menu__part--right {
  text-align: right;
  padding-right: 12px;
}

.vs-mobile-menu__item {
  display: inline-block;
  border-radius: 4px;
  line-height: 0;
  width: 28px;
  height: 24px;
  text-align: center;
}

.vs-mobile-menu__item--active {
  color: #DD9E37;
}

.vs-mobile-menu__item-register {
  background: #DD9E37;
  color: #FFF;
  font-size: 18px;
  line-height: 1.6;
}

.vs-mobile-menu__item-login.vs-mobile-menu__item-login {
  background: #525051;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  .vs-mobile-menu__item-login.vs-mobile-menu__item-login {
    margin-left: 10px;
  }
}
.vs-mobile-menu__item-deposit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  margin-left: 6px;
  background: #3B6B0F;
  color: #FFF;
  font-size: 19px;
}

.vs-mobile-menu__item-rewards {
  margin-left: 6px;
  background: #333333;
  color: #DD9E37;
  position: relative;
}

.mobile_reward-count {
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 8px;
  line-height: 14px;
  border-radius: 12px;
  margin-top: 1px;
  color: #FFFFFF;
  position: absolute;
  right: -4px;
  bottom: -6px;
  border: 1px solid #000;
}

.vs-mobile__bos-upcoming {
  height: 60px;
  background: #1B1B1B;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #000;
}

.vs-mobile__bos-upcoming-logo-container {
  padding: 0 12px;
  height: 100%;
  border-right: 2px solid #212529;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.vs-mobile__bos-upcoming-logo {
  width: 80px;
  height: auto;
  max-width: 100%;
  border-style: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .vs-mobile__bos-upcoming-logo {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .vs-mobile__bos-upcoming-logo {
      image-rendering: auto;
    }
  }
}

.vs-mobile__bos-upcoming-battles {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.vs-mobile__bos-upcoming-battle {
  padding: 0 12px 0 0;
  width: 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  color: white;
  border-right: 2px solid #000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 568px) {
  .vs-mobile__bos-upcoming-battle {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 300px;
  }
}
.vs-mobile__bos-upcoming-battle:last-child {
  border-right: none;
}

.vs-mobile__bos-upcoming-battle-thumbnail-container {
  padding: 0 6px;
  width: 100%;
  height: 100%;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.vs-mobile__bos-upcoming-battle-thumbnail {
  width: 51px;
  height: auto;
  border-style: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .vs-mobile__bos-upcoming-battle-thumbnail {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .vs-mobile__bos-upcoming-battle-thumbnail {
      image-rendering: auto;
    }
  }
}

.vs-mobile__bos-upcoming-battle-name {
  padding: 0 6px;
  font-size: 12px;
  line-height: 1.4;
}

.vs-mobile__bos-upcoming-battle-button-container {
  height: 100%;
  width: 100%;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.vs-mobile__bos-upcoming-battle-button {
  background: #B4B4B4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0;
}

.button-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #111111;
}

#bottom-sticky {
  z-index: 2000;
  line-height: 1;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #262626;
}

.bottom-sticky__level {
  float: left;
  width: 100%;
}

.bottom-sticky__level-left {
  text-align: center;
  display: inline-block;
  background-color: #DC8F25;
}

.bottom-sticky__level-left--60 {
  width: 60%;
}

.bottom-sticky__level-right {
  text-align: center;
  display: inline-block;
  background-color: #262626;
}

.bottom-sticky__level-right--40 {
  width: 40%;
}

.bottom-sticky__level__item {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bottom-sticky__level__item--green {
  background-color: #3E6A1D;
}

.bottom-sticky__level-left, .bottom-sticky__level-right {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-sticky-item__icon {
  font-size: 24px;
  padding-right: 10px;
}

.bottom-sticky-item__text {
  font-size: 20px;
  padding-bottom: 3px;
}

.bottom-sticky__level .footer-icons a {
  font-size: 20px;
  text-decoration: none;
  padding: 15px;
  background-color: black;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.vs-mobile__news-feed {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1B1B1B;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  height: 70px;
}

.vs-mobile__news-feed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  overflow-x: scroll;
  width: 100%;
}

.vs-mobile__news-feed__news {
  color: white;
  border-right: 2px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 8px;
  overflow-y: hidden;
}

.vs-mobile__news-feed__news--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vs-mobile__news-feed__news--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.vs-mobile__news-feed__news--1 .vs-mobile__news-feed__news-text {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.vs-mobile__news-feed__news--1 .vs-mobile__news-feed__news-title {
  font-size: 12px;
}

.vs-mobile__news-feed__news--1 .vs-mobile__news-feed__news-subtitle {
  font-size: 10px;
}

.vs-mobile__news-feed__news-thumbail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: unset;
}

.vs-mobile__news-feed__news-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 8px 10px 16px;
}

.vs-mobile__news-feed__news-title {
  font-size: 11px;
  line-height: 1.2;
  margin: 0 0 3px 0;
}

.vs-mobile__news-feed__news-subtitle {
  font-size: 10px;
  margin: 0;
}

.vs-mobile__news-feed__news-link {
  color: #FDB645;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
}

#secondary-nav {
  width: 100%;
}

#secondary-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#secondary-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

#secondary-nav ul li {
  white-space: nowrap;
}

#secondary-nav ul li a .icon {
  margin: 0;
}

.mobile-logo {
  aspect-ratio: 50/35;
}