@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap");
.tournament-panel {
  width: 100%;
  height: auto;
  min-height: 20px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 6px; }

.panel.padding {
  padding: 20px; }

.panel.finals {
  padding: 15px; }

.panel.finals .user-finals {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  padding: 2.5px; }

.panel.finals .user-finals img {
  width: 30px;
  float: left;
  border-radius: 6px;
  margin-top: 2.5px; }

.panel.finals .user-finals p.name {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  width: calc(100% - 145px);
  float: left;
  margin-top: 5px;
  margin-left: 10px; }

.panel.finals .user-finals p.score {
  float: right;
  width: fit-content;
  margin-right: 5px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-top: 5px; }

.panel.finals .user-finals p.score small {
  font-size: 12px;
  opacity: 0.6; }

.tournament-reward {
  width: 100%;
  height: auto;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  float: left;
  margin-bottom: 20px; }

.tournament-reward h3 {
  font-family: "Roboto", sans-serif;
  color: #ffdd0a;
  font-size: 35px;
  line-height: 30px;
  margin: 0px;
  margin-top: 4px;
  margin-left: 10px;
  float: left; }

.tournament-reward h3 small {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7; }

.tournament-reward img {
  height: 80px;
  margin-left: 10px;
  float: left; }

.tournament-reward.fridayplays {
  padding: 20px;
  margin-bottom: 0px; }

.tournament-reward.fridayplays img {
  display: block;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  float: unset; }

.tournament-reward.fridayplays h3 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 35px;
  margin: 0px;
  margin-top: 15px;
  width: 100%;
  text-align: center; }

.tournament-reward.fridayplays h5 {
  font-family: "Roboto", sans-serif;
  color: #ffdd0a;
  font-size: 25px;
  margin-top: 30px;
  float: left;
  width: 100%; }

.panel.tournament {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px; }

.panel.tournament .tournament-panel {
  margin-top: 80px;
  margin-bottom: -60px;
  padding: 10px;
  height: auto;
  overflow: hidden;
  min-height: 100px; }

.panel.tournament .tournament-panel h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 32px; }

.panel.tournament .tournament-panel h3 small {
  font-family: "Roboto", sans-serif;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 600; }

.tournament-banner {
  width: 100%;
  height: auto;
  min-height: 280px;
  padding: 25px;
  background-image: url("../images/landing-slider-top-background-img-1.jpg");
  background-size: cover;
  background-position: center top;
  border-radius: 6px;
  box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px; }

.tournament-banner .info-panel {
  width: 100%;
  height: auto;
  min-height: 30px;
  background: rgba(0, 0, 0, 0.47);
  border-radius: 6px;
  padding: 20px; }

.tournament-banner .info-panel button.join {
  width: 100%;
  border: none;
  background-image: linear-gradient(-225deg, #fad961 0%, #f7bd1c 100%);
  border-radius: 6px;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.27);
  color: white;
  font-size: 40px;
  padding-top: 10px;
  font-family: "Roboto", sans-serif; }

.tournament-banner .info-panel h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 42px;
  letter-spacing: 1.3px;
  line-height: 34px;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px; }

.tournament-banner .info-panel h3.price {
  color: #ffdd0a; }

.tournament-banner .info-panel h3.price small {
  color: white; }

.tournament-banner .info-panel h3 small {
  font-family: "Roboto", sans-serif;
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 1px; }

.tournament-banner .tournatment-logo {
  width: 90%;
  max-width: 200px;
  float: left; }

.tournament-banner h1 {
  float: left;
  width: 100%;
  color: white;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 70px;
  margin: 0px;
  margin-top: 20px;
  letter-spacing: 1.51px;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.47); }

.period-leaders {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .period-leaders.bg-contain {
    background-size: contain !important; }

.period-leaders .leaderboard-countdown-timer {
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  min-height: 20px;
  background-color: #f6f6f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center; }

.period-leaders .leaderboard-countdown-timer h5 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px; }

.period-leaders .leaderboard-countdown-timer h5 small {
  font-family: "Roboto", sans-serif;
  font-size: 15px; }

.period-leaders .placement-holder {
  width: calc(33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  height: 185px;
  float: left;
  position: relative;
  border-radius: 6px 6px 0px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%); }
  .period-leaders .placement-holder .price-image {
    position: absolute;
    bottom: 0;
    width: 62px;
    margin-left: 50%;
    left: -31px; }

.period-leaders .placement-holder.first {
  margin-top: 10px;
  height: 195px; }
  .period-leaders .placement-holder.first.with-priceImage {
    min-height: 195px;
    padding-bottom: 91px;
    height: auto; }

.period-leaders .placement-holder.second {
  margin-top: 25px;
  height: 180px; }
  .period-leaders .placement-holder.second.with-priceImage {
    min-height: 180px;
    padding-bottom: 91px;
    height: auto; }

.period-leaders .placement-holder.third {
  margin-top: 40px;
  height: 165px; }
  .period-leaders .placement-holder.third.with-priceImage {
    min-height: 165px;
    padding-bottom: 91px;
    height: auto; }

.period-leaders .placement-holder .medal {
  height: 55px;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2; }

.period-leaders .placement-holder .user-picture {
  width: 50px;
  max-height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  border-radius: 6px; }

.period-leaders .placement-holder p {
  width: calc(100% - 10px);
  margin-left: 5px;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-top: 2px;
  font-weight: 400;
  height: auto;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 14px; }

.period-leaders .placement-holder .price {
  width: calc(100% - 10px);
  margin-left: 5px;
  position: absolute;
  bottom: 5px;
  text-align: center;
  display: block;
  background: #F9A620;
  height: 50px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 14px;
  padding-top: 0px;
  border-radius: 6px; }
  .period-leaders .placement-holder .price span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px; }

.period-leaders .placement-holder.with-priceImage .price {
  display: none; }

.container-left {
  margin-left: 0; }

.col-center {
  margin-left: 25%; }

.panel-leaderboard-stats {
  background: none !important; }
  .panel-leaderboard-stats .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  .panel-leaderboard-stats .col-lg-6 .col-inner {
    margin: 0px 0px 20px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 0 15px 15px; }
    .panel-leaderboard-stats .col-lg-6 .col-inner .panel-title {
      padding: 20px 0 10px; }
    .panel-leaderboard-stats .col-lg-6 .col-inner h2.current-position {
      color: #488F4B;
      text-shadow: none; }
    .panel-leaderboard-stats .col-lg-6 .col-inner .monthly-stats-table {
      width: 100%;
      border-radius: 5px;
      overflow: hidden; }
      .panel-leaderboard-stats .col-lg-6 .col-inner .monthly-stats-table thead {
        background: #488F4B;
        color: #fff; }
      .panel-leaderboard-stats .col-lg-6 .col-inner .monthly-stats-table th, .panel-leaderboard-stats .col-lg-6 .col-inner .monthly-stats-table td {
        width: 50%; }
      .panel-leaderboard-stats .col-lg-6 .col-inner .monthly-stats-table th {
        font-size: 16px;
        font-weight: 500; }
      .panel-leaderboard-stats .col-lg-6 .col-inner .monthly-stats-table td {
        font-size: 20px;
        line-height: 44px;
        color: #000;
        font-weight: 500;
        padding: 10px 0;
        background: #f6f6f1; }

.panel-leaderboard {
  display: block;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15); }
  .panel-leaderboard .title-container h4 {
    line-height: 24px;
    letter-spacing: 0px !important; }
    .panel-leaderboard .title-container h4 small {
      font-size: 65%;
      letter-spacing: 0.25px; }
  .panel-leaderboard .lobby-table {
    margin-top: 20px; }
    .panel-leaderboard .lobby-table tbody tr {
      border: 1px solid #488F4B;
      border-radius: 5px;
      margin-bottom: 5px;
      display: block;
      background: #fff !important;
      position: relative; }
      .panel-leaderboard .lobby-table tbody tr .count {
        font-size: 18px;
        line-height: 57px; }
      .panel-leaderboard .lobby-table tbody tr .challenger {
        font-size: 14px;
        padding-right: 65px;
        line-height: 17px; }
        .panel-leaderboard .lobby-table tbody tr .challenger span {
          font-weight: 700; }
      .panel-leaderboard .lobby-table tbody tr .points {
        color: #000;
        line-height: 15px;
        text-align: center;
        letter-spacing: .25px;
        width: 65px;
        position: absolute;
        right: 0;
        top: 3px;
        font-size: 18px;
        padding: 3px; }
      .panel-leaderboard .lobby-table tbody tr::after {
        clear: both; }

body {
  background: #f6f6f1;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif; }

body.disabled {
  padding-top: 46px;
  display: block;
  position: relative; }

body.disabled .panel.challenge {
  pointer-events: none;
  filter: grayscale(1); }

body.disabled .disable-bar {
  display: block; }

body.disabled .sidebar-menu {
  height: calc(100vh - 40px);
  left: 0;
  top: 40px; }

body.disabled .topbar {
  top: 52px; }

body.disabled .disable-bar {
  display: block; }

.header-image-container {
  width: 100%;
  height: 380px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  overflow: hidden; }

.header-image-container .container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0; }

.header-image-container .logo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover; }

.header-image-container .header-image-text {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 30px; }

.header-image-container h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #ffffff;
  font-size: 54px;
  text-align: left;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25); }

.header-image-container .header-link {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  color: #000;
  background-color: #8fc863;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  text-decoration: none; }
  .header-image-container .header-link:hover {
    cursor: pointer;
    background-color: #81b459;
    text-decoration: none; }

.disable-bar {
  width: 100vw;
  top: 0;
  display: none;
  position: fixed;
  height: 40px;
  background-color: #ff4242;
  z-index: 10;
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: 700; }

@font-face {
  src: url("../font/BurbankBigCondensed-Black.woff");
  font-family: "Roboto", sans-serif; }

input.error {
  border: 2px solid #ff0000 !important; }

select.error {
  border: 2px solid #ff0000 !important; }

button.disabledBtn {
  transition-duration: 0.2s;
  pointer-events: none;
  filter: grayscale(100%) !important;
  cursor: default; }

a.forgot-password {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  text-align: right;
  float: right;
  margin-top: -14px;
  opacity: 0.7;
  transition-duration: 0.2s; }

a.forgot-password:hover {
  transition-duration: 0.2s;
  opacity: 1;
  text-decoration: none; }

.important-links {
  width: 210px;
  position: absolute;
  bottom: 5px;
  height: 20px;
  margin-left: 15px; }

.social-links {
  width: 100%;
  width: 210px;
  position: absolute;
  bottom: 20px;
  height: 43px;
  margin-left: 15px; }
  .social-links a {
    float: left; }
  .social-links img {
    width: 30px;
    margin-right: 15px;
    opacity: 0.85; }

.important-links a {
  width: fit-content;
  float: left;
  font-size: 11px;
  margin-right: 10px;
  color: #000; }

.currentLobbyHolder-container {
  position: fixed;
  bottom: 75px;
  width: 210px;
  left: 15px;
  overflow: hidden;
  height: 211px;
  background-color: #8fc863;
  border-radius: 6px; }
  .currentLobbyHolder-container .currentLobbyHolder-inner {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    height: 211px;
    transform: all;
    transition-duration: 0.2s; }

.current-lobby-holder {
  width: 100%;
  margin-left: 0px;
  min-height: 140px;
  padding-top: 10px;
  text-align: center;
  position: relative;
  bottom: 0; }
  .current-lobby-holder .arrow-right {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 90px;
    right: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .current-lobby-holder .arrow-left {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 90px;
    left: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }

.current-lobby-holder h3 {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin: 5px 0 10px; }
  .current-lobby-holder h3#current-lobby-head {
    margin-bottom: 0; }

.current-lobby-holder h3 small {
  font-weight: 700;
  font-size: 16px; }

.current-lobby-holder .player-count {
  color: #000;
  font-weight: 700;
  text-align: center; }

.current-lobby-holder a {
  text-decoration: none; }

.current-lobby-holder p {
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 30px);
  margin-left: 15px;
  background: #000;
  padding: 5px 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 0; }
  .current-lobby-holder p:hover {
    background: rgba(0, 0, 0, 0.6); }

h1.lobby-trigger-title {
  color: #8fc863; }

h4.lobby-trigger-title {
  margin-bottom: 30px;
  color: #F3EEE6; }

button.abort {
  margin-right: 20px;
  width: fit-content;
  height: 50px;
  min-width: 180px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
  position: relative;
  background: #F3EEE6;
  border: 2px solid #488F4B;
  margin: 0 auto; }

button.success {
  width: 207px;
  height: 52px;
  background-color: #8fc863;
  border: none;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 19px;
  letter-spacing: 0.7px;
  transition-duration: 0.2s;
  margin-right: auto;
  border-radius: 5px; }

button.success:hover {
  transform: opacity(0.7);
  transition-duration: 0.2s; }

button.warning {
  width: 100%;
  height: 52px;
  background-color: #8fc863;
  border: none;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 19px;
  transition-duration: 0.2s;
  margin-right: auto;
  border-radius: 5px; }

button.enter {
  margin-right: 20px;
  width: fit-content;
  height: 50px;
  min-width: 180px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
  position: relative;
  background-color: #8fc863;
  border: none;
  margin: 0 auto; }

button.warning:hover {
  opacity: 0.8;
  transition-duration: 0.2s; }

.tournament-holder {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/tournament-bg.jpg");
  border-radius: 7px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px; }

.tournament-holder h2 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 70px;
  line-height: 55px; }

.tournament-holder h2 small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 19px;
  opacity: 0.8;
  letter-spacing: 1px; }

.tournament-holder p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19.68px;
  max-width: 500px;
  color: #ffffff;
  letter-spacing: 0.18px;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.13); }

.panel-Roboto {
  font-family: "Roboto", sans-serif;
  color: #fff;
  letter-spacing: 0.7px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 4px;
  margin-top: 10px; }

.challenge-starttime,
.challenge-endtime {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px; }
  .challenge-starttime .challenge-time-label,
  .challenge-endtime .challenge-time-label {
    font-weight: bold;
    width: 90px;
    display: inline-block; }

.privateChallenge-edit {
  width: 100%;
  right: 0;
  margin-bottom: 20px; }
  .privateChallenge-edit .copyLink {
    width: 100%;
    padding-left: 10px;
    padding-right: 80px;
    word-break: break-all;
    margin-top: 0;
    height: 58px;
    border: 2px solid #488F4B; }
    .privateChallenge-edit .copyLink span {
      line-height: 20px; }
    .privateChallenge-edit .copyLink button.copyLinkButton {
      height: 54px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
  .privateChallenge-edit button.editChallenge {
    width: 100%;
    margin-top: 13px;
    background: #8fc863;
    border: none;
    height: 50px;
    border-radius: 5px; }
    .privateChallenge-edit button.editChallenge:hover {
      background: #81b459; }

.lobby-info {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-top: 20px;
  float: left; }
  .lobby-info .privateCreator {
    margin-top: 20px;
    margin-bottom: 10px; }
  .lobby-info img.privateImage {
    width: 100%; }
  .lobby-info h5 {
    font-size: 18px;
    margin-bottom: 20px; }
  .lobby-info .lobby-quickinfo {
    display: flex;
    flex-wrap: wrap; }
    .lobby-info .lobby-quickinfo .quickinfo-item {
      width: 50%;
      margin-bottom: 15px;
      font-size: 14px; }
      .lobby-info .lobby-quickinfo .quickinfo-item span.item-value {
        font-weight: 700;
        text-transform: capitalize; }
  .lobby-info p.description {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: center; }
  .lobby-info .challenge-Roboto {
    margin-top: 0px;
    font-family: "Roboto", sans-serif;
    color: white; }
    .lobby-info .challenge-Roboto small {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 700;
      opacity: 0.7; }
  .lobby-info .actions {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px; }
  .lobby-info .reward-cont {
    width: 100%;
    border-radius: 5px;
    height: 45px;
    position: relative;
    display: flex;
    text-align: right;
    line-height: 41px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    justify-content: space-between; }
    .lobby-info .reward-cont.first {
      background: #F9A620;
      border: 2px solid #F9A620; }
    .lobby-info .reward-cont.second {
      background: #fff;
      border: 2px solid #F9A620; }
    .lobby-info .reward-cont.third {
      background: #F3EEE6;
      border: 2px solid #F9A620; }
    .lobby-info .reward-cont img {
      position: absolute;
      right: 15px;
      top: 11px; }
    .lobby-info .reward-cont .placement {
      width: 45px;
      height: 45px;
      position: relative;
      left: 5px;
      top: 0;
      text-align: center;
      font-family: "Roboto", sans-serif;
      color: #000;
      font-size: 24px;
      line-height: 42px; }
    .lobby-info .reward-cont .placement-payout {
      position: relative; }
      .lobby-info .reward-cont .placement-payout.placement-text {
        font-size: 16px;
        font-weight: 400;
        justify-content: center; }
        .lobby-info .reward-cont .placement-payout.placement-text span {
          line-height: 20px;
          display: inline-block; }
  .lobby-info .player-count {
    width: 100%;
    height: 60px;
    border-radius: 7px;
    color: black;
    display: flex;
    align-items: center;
    text-align: center; }
    .lobby-info .player-count h5 {
      width: 100%;
      text-align: center;
      margin: 0px;
      font-weight: 400;
      font-size: 16px; }
      .lobby-info .player-count h5 span {
        text-align: center;
        font-weight: 700;
        font-size: 28px; }
  .lobby-info .divider {
    width: 100%;
    height: 2px;
    border-radius: 6px;
    opacity: 0.2;
    background-color: #000;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both; }

.panel.panel-lobby {
  background: none; }

.lobby-table tr td:first-child,
.lobby-table tr th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.lobby-table tr td:last-child,
.lobby-table tr th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.lobby-table thead {
  border: none;
  background: #488F4B;
  border-radius: 6px; }

.lobby-table thead th {
  border: none;
  padding: 17px 12px; }
  .lobby-table thead th.user-head {
    padding: 17px 2px; }
  .lobby-table thead th.user-placement {
    padding: 17px 0px !important; }

.lobby-table th {
  color: #fff;
  border: none; }

.lobby-table td {
  border: none; }
  .lobby-table td.user-placement {
    padding: 17px 0px !important; }

.lobby-table tbody tr {
  background: #fff; }

.lobby-table tbody tr.table-spacing {
  height: 8px;
  background: rgba(0, 0, 0, 0); }

.lobby-table .count {
  width: 20px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 23px;
  margin: 0px;
  padding: 0px 0.75rem;
  box-shadow: none !important; }

.panel-stats {
  padding: 30px 0; }

.lobby-table .count .medal {
  width: 40px; }

.lobby-table .stats {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  box-shadow: none !important; }
  .lobby-table .stats .place-stat .stat-number {
    background: #488F4B;
    padding: 7px 12px;
    border-radius: 15px;
    color: #fff; }
  .lobby-table .stats .place-stat .medal {
    width: 36px; }

.lobby-table .stats.bold {
  font-weight: 900; }

.lobby-table .stats .winnings {
  width: 100%;
  height: 30px;
  background: #F9A620 !important;
  text-align: center;
  line-height: 30px;
  font-weight: 700 !important;
  border-radius: 5px; }

.lobby-table .points .winnings {
  width: 100%;
  height: 30px;
  background: #F9A620 !important;
  text-align: center;
  line-height: 30px;
  font-weight: 700 !important;
  border-radius: 5px; }

.lobby-table .challenger {
  color: #000;
  padding-left: 3px;
  display: table-cell;
  vertical-align: middle;
  box-shadow: none !important; }

.lobby-table .challenger .twitch-partner {
  float: left;
  background: linear-gradient(45deg, #8e2de2, #6c35db);
  width: fit-content;
  padding-left: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  padding-right: 20px;
  position: relative; }

.lobby-table .challenger .twitch-partner img {
  width: 14px;
  position: absolute;
  left: 10px;
  margin-top: 10px; }

.lobby-table .profile-picture {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  margin-right: 7px;
  float: left; }

.lobby-table .achivements {
  padding-top: 19px; }

.lobby-table .achivements img {
  float: left;
  margin-left: 10px;
  height: 20px; }

.lobby-table .actions {
  text-align: right; }

.lobby-table .points {
  font-family: "Roboto", sans-serif;
  text-align: right;
  color: white;
  font-size: 20px;
  box-shadow: none !important; }

.lobby-table .points small {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 12px; }

button.tinted {
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.13);
  color: white;
  border-radius: 6px;
  transform: scale(0.8);
  height: 35px;
  line-height: 30px;
  transition-duration: 0.2s;
  padding-left: 15px;
  padding-right: 15px; }

button.tinted:hover {
  cursor: pointer;
  transition-duration: 0.2s;
  transform: scale(0.82);
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3); }

.swal2-Roboto {
  font-family: "Roboto", sans-serif;
  color: white !important;
  font-size: 50px !important; }

.swal2-icon.swal2-warning {
  border-color: #ebff00 !important;
  color: #ebff00 !important; }

.swal2-popup {
  padding: 2em !important;
  width: 48em;
  padding-bottom: 30px !important;
  overflow: hidden !important; }

.alert-Roboto {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 50px; }

.alert-Roboto small {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  opacity: 0.7; }

.reward-cost-container {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 30px; }

.reward-cost-container .reward-container {
  color: #000;
  font-weight: 700;
  margin: 0 auto 5px;
  width: 100%;
  text-align: center; }

.reward-cost-container img {
  width: 34px;
  margin-right: 10px; }

.reward-cost-container .winning {
  width: calc(50% - 10px);
  height: 60px;
  border-radius: 6px;
  float: left;
  text-align: center; }

.reward-cost-container .winning h4 {
  color: #ffc926;
  font-weight: 700;
  font-size: 35px;
  margin-top: -20px; }

.reward-cost-container .winning h4 small {
  color: white;
  font-size: 15px; }

.reward-cost-container .cost {
  width: calc(50% - 10px);
  height: 60px;
  border-radius: 6px;
  float: right; }

.reward-cost-container .cost h4 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 35px;
  margin-top: -20px; }

.reward-cost-container .cost h4 small {
  color: white;
  font-size: 15px; }

.alert-hero {
  width: 100%;
  height: 200px;
  margin-bottom: 30px; }

.alert-hero.joinChallenge {
  background-image: url("../images/battle-art.png");
  background-size: cover;
  background-position: center; }

h3.login-text {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 34px;
  width: 100%;
  text-align: center;
  transition-duration: 0.3s;
  opacity: 0; }

.dashboard-banner {
  width: 100%;
  height: 300px;
  border-radius: 7px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("../images/banner-background.jpg");
  display: flex;
  align-items: center; }

.dashboard-banner .content-holder {
  text-align: right;
  min-height: 20px;
  width: calc(100% - 20px);
  height: auto;
  overflow: hidden;
  margin-right: 20px; }

.dashboard-banner .content-holder h1 {
  text-align: right;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 65px;
  letter-spacing: 0.44px;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.13);
  line-height: 50px;
  margin-top: -20px; }

.dashboard-banner .content-holder h1 small {
  font-family: "Roboto", sans-serif;
  font-size: 17.68px;
  letter-spacing: 0.1px;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.13);
  font-weight: 700; }

.dashboard-banner .content-holder p {
  font-family: "Roboto", sans-serif;
  font-size: 17.68px;
  color: #ffffff;
  max-width: 400px;
  float: right;
  margin-top: 10px;
  letter-spacing: 0.1px;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.13); }

.dashboard-banner .content-holder button {
  float: right;
  background-size: cover;
  background-position: center;
  background-image: url("../images/button-background-2.svg");
  border: none;
  background-color: transparent;
  margin-top: -20px;
  width: 207px;
  height: 52px;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 56px;
  color: white;
  letter-spacing: 0.44px;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.13); }

.swiper-slide.login {
  min-height: 100vh; }

.swiper-slide.login.center {
  display: flex;
  align-items: center; }

.page-content {
  width: calc(100% - 250px);
  margin-left: 240px;
  height: auto;
  overflow: hidden;
  min-height: 200px;
  margin-top: 120px; }

.topbar {
  width: calc(100vw - 270px);
  height: 40px;
  position: absolute;
  top: 22px;
  left: 255px;
  padding-left: 0px;
  padding-right: 13px; }

.topbar .account-holder {
  width: fit-content;
  float: right;
  height: 100%;
  min-width: 100px;
  display: flex;
  align-items: center;
  padding-right: 15px; }

.topbar .account-holder:hover {
  cursor: pointer; }

.topbar .account-holder:hover h3 {
  transform: translateY(-3px);
  transition-duration: 0.2s; }

.topbar .account-holder:hover .profile {
  transform: translateY(-3px);
  transition-duration: 0.2s; }

.topbar .account-holder h3 {
  transition-duration: 0.2s;
  text-align: right;
  font-size: 14px;
  color: #000;
  line-height: 16px;
  margin: 0px;
  margin-top: 3px;
  font-weight: 700;
  float: left; }
  .topbar .account-holder h3 small {
    font-size: 14px; }

.topbar .account-holder .profile {
  width: 35px;
  height: 35px;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  float: left;
  margin-left: 10px; }

.topbar .currency-controller {
  width: fit-content;
  float: left;
  height: 100%;
  min-width: 100px;
  display: flex;
  align-items: center; }

.topbar .currency-controller .wallet-action {
  margin-right: 20px;
  width: fit-content;
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
  position: relative;
  background-color: #8fc863;
  border: none; }

.topbar .currency-controller .wallet-action:hover {
  cursor: pointer;
  background-color: #81b459; }

.topbar .currency-controller .wallet {
  width: fit-content;
  margin-right: 20px;
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  background-color: #F9A620; }

.topbar .currency-controller .wallet img {
  width: 18px;
  position: absolute;
  left: 10px;
  top: 5px; }

.sidebar-menu {
  position: fixed;
  width: 240px;
  height: 100vh;
  left: 0;
  top: 0; }

.sidebar-menu .logo {
  width: 160px;
  margin-left: 44px;
  margin-top: 10px; }

.sidebar-menu .user-perks {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 20px;
  padding: 15px;
  position: absolute;
  bottom: 15px; }

.sidebar-menu .user-perks .perk {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  height: 35px;
  margin-bottom: 6px;
  float: left;
  line-height: 35px;
  font-size: 12px;
  font-weight: 400; }

.sidebar-menu .user-perks .perk.green {
  color: #03fd12; }

.sidebar-menu .user-perks .perk.gold {
  color: #f9c655; }

.sidebar-menu .user-perks .perk .img-holder {
  margin-right: 4px;
  float: left;
  width: 35px;
  text-align: center;
  line-height: 32px; }

.sidebar-menu .user-perks .perk .img-holder img {
  margin: 0px; }

.sidebar-menu .navigation-holder {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 20px;
  float: left;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px; }

.sidebar-menu .navigation-holder .menu-item {
  margin-bottom: 8px;
  float: left;
  width: 100%;
  height: 45px;
  border-radius: 6px;
  transition-duration: 0.2s;
  line-height: 45px;
  color: #19161a;
  font-weight: 400;
  font-size: 14px; }

.sidebar-menu .navigation-holder a.active .menu-item {
  color: #488F4B; }

.sidebar-menu .navigation-holder .menu-item .img-holder {
  width: 50px;
  height: 45px;
  float: left;
  text-align: center;
  line-height: 43px; }

.sidebar-menu .navigation-holder .menu-item.active {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(25, 22, 26, 0.7); }

.sidebar-menu .navigation-holder .menu-item:hover {
  color: #19161a;
  transition-duration: 0.2s;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2); }

.container-fluid {
  overflow: visible;
  margin-top: 20px; }
  .container-fluid .timer-title {
    background: #488F4B;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 0;
    line-height: 30px; }

.row {
  overflow: visible; }

h4.panel-Roboto {
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 13px;
  margin-top: 20px; }

h2.current-position {
  font-family: "Roboto", sans-serif;
  color: #488F4B;
  font-size: 43px; }

@media screen and (max-width: 768px) {
  .challenge-list {
    margin-top: 190px; } }

.row-challenges {
  padding: 0 10px; }
  .row-challenges .col-md-3 {
    padding: 0 5px; }

.react-tabs__tab-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  width: 450px;
  margin: 0 auto 20px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px; }
  .react-tabs__tab-list li {
    background: #fff;
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    text-align: center;
    font-weight: 500; }
    .react-tabs__tab-list li.react-tabs__tab--selected {
      background: #8fc863; }
    .react-tabs__tab-list li:first-child {
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .react-tabs__tab-list li:last-child {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      border-left: 1px solid rgba(0, 0, 0, 0.15); }

.panel {
  width: 100%;
  min-height: 300px;
  display: table;
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 30px; }
  .panel.challenge {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15); }
  .panel.settings-form {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15); }
  .panel.faq {
    padding: 20px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15); }
    .panel.faq .faq-item {
      margin-bottom: 30px; }
    .panel.faq h4 {
      color: #000;
      font-size: 18px;
      font-weight: 700;
      margin-top: 15px; }
    .panel.faq p {
      color: #000;
      font-size: 14px; }
      .panel.faq p a {
        color: #488F4B; }
    .panel.faq ul {
      font-size: 14px; }
  .panel .createChallenge-button {
    width: calc(100% - 20px);
    height: 50px;
    background-color: #8fc863;
    text-align: center;
    line-height: 50px;
    margin: 20px 10px 15px;
    border-radius: 5px;
    font-weight: 500;
    color: black;
    text-decoration: none !important;
    display: block; }
    .panel .createChallenge-button:hover, .panel .createChallenge-button:active {
      text-decoration: none !important; }

.panel.disabledPanel {
  pointer-events: none;
  filter: grayscale(1); }

.panel.description {
  padding: 20px;
  color: white; }

.panel.mini {
  min-height: 100px; }

.panel .title-container {
  text-align: center;
  padding: 25px 0 0; }
  .panel .title-container h4 {
    font-family: "Montserrat","sans-serif";
    font-weight: 900 !important; }

.panel .challenge-holder {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 200px;
  padding: 10px;
  float: left; }
  .panel .challenge-holder .noChallenges-text {
    font-size: 18px;
    text-align: center; }

.panel .Roboto-container {
  width: calc(100% + 40px);
  height: 90px;
  line-height: 90px;
  padding-left: 40px;
  margin-top: -20px;
  position: absolute;
  margin-left: -20px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center; }

.panel .Roboto-container .chest {
  position: absolute;
  z-index: 2;
  width: 70px;
  left: 20px;
  top: 10px; }

.panel .Roboto-container img {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  pointer-events: none; }

.panel .Roboto-container h4 {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  color: white;
  margin-left: 55px;
  font-size: 33px;
  letter-spacing: 0.44px;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.13); }

.boxChallengeList .challenge {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); }
  .boxChallengeList .challenge.disabledChallenge {
    pointer-events: none;
    filter: grayscale(1); }

.boxChallengeList .challenge .left-artwork {
  position: absolute;
  width: 20px;
  height: 140px;
  left: -3px;
  top: -20px; }

.boxChallengeList .challenge h3.Roboto {
  font-weight: 900;
  font-size: 14px;
  color: white;
  font-family: "Roboto", sans-serif;
  margin-left: 20px;
  color: #fff;
  line-height: 24px;
  margin-top: 13px;
  width: fit-content; }

.boxChallengeList .challenge h3.Roboto small {
  float: left;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px; }

.boxChallengeList .challenge .challenge-bottom {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 20px; }

.boxChallengeList .challenge .challenge-bottom .challenge-winnings {
  width: 20%;
  font-family: "Montserrat","sans-serif";
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(131.53deg, #ffd700 6.6%, #ffb800 100.54%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 10px; }
  .boxChallengeList .challenge .challenge-bottom .challenge-winnings.challenge-winnings-merch {
    font-size: 16px !important; }

.boxChallengeList .challenge .challenge-bottom .challenge-exp {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.boxChallengeList .challenge .challenge-bottom .join-button {
  white-space: nowrap;
  min-width: 45%;
  width: 45%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  background: linear-gradient(92.82deg, #488f4b -3.61%, #7ebb5d 29.58%, #8fc863 75.71%, #488f4b 104.4%);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  border: solid 2px transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .boxChallengeList .challenge .challenge-bottom .join-button:hover {
    background-color: white;
    background-image: none;
    color: #488f4b;
    border: solid 2px #488f4b;
    transition: all 0.3 ease-in-out; }

.boxChallengeList .challenge .challenge-bottom .challenge-exp img {
  margin-right: 10px; }

.boxChallengeList .challenge .join-container {
  width: 100%; }

.boxChallengeList .challenge .join-container button {
  width: 100%;
  /* height: 65px; */
  text-align: center;
  background: #8FC863;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 70px;
  font-size: 14px;
  position: relative;
  border: none;
  height: 50px; }
  .boxChallengeList .challenge .join-container button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.boxChallengeList .challenge .join-container .buyin-price {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0px 5px 0px;
  width: 100%;
  text-align: center;
  height: 32px;
  line-height: 24px;
  background-color: #aec540;
  right: 0px;
  top: 0px;
  font-size: 14px;
  font-weight: 700;
  color: black; }

.boxChallengeList .challenge .join-container button .buyin-price small {
  font-weight: 700; }

/* .boxChallengeList .challenge .join-container button .buyin-price.green {
    background-image: linear-gradient(-50deg, #44d1c6 0%, #38ef7d 100%);
}
.boxChallengeList .challenge .join-container button .buyin-price.red {
    background-image: linear-gradient(-238deg, #ff6a8c 0%, #ff7b64 100%);
}
.boxChallengeList .challenge .join-container button .buyin-price.purple {
    background-image: linear-gradient(-50deg, #8e2de2 0%, #4a00e0 100%);
}
.boxChallengeList .challenge .join-container button .buyin-price.orange {
    background-image: linear-gradient(-225deg, #fad961 0%, #f9ac45 100%);
} */
/* .boxChallengeList .challenge .winnings-holder {
    float: left;
    height: 29px;
    margin-left: 20px;
    margin-top: -5px;
    width: fit-content;
} */
.boxChallengeList .challenge .winnings-holder .challenge-winnings {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  width: fit-content;
  height: 100%;
  float: left;
  border-radius: 6px;
  background-image: linear-gradient(-225deg, #fad961 0%, #f9ac45 100%);
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 22px;
  letter-spacing: 0.7px;
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.13); }

.boxChallengeList .challenge .winnings-holder .challenge-info {
  width: 100%;
  margin-left: 0px;
  /* border-radius: 6px; */
  background-color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500; }

.boxChallengeList .challenge .winnings-holder .challenge-info .challenge-type {
  text-transform: capitalize;
  margin-left: 5px;
  font-weight: 400; }

.boxChallengeList .challenge .challenge-name {
  width: 100%;
  min-height: 60px;
  display: flex;
  padding: 20px 20px 0px 20px;
  align-items: center;
  background-size: cover;
  background-position: center; }

span.weekend-championship-challenge {
  color: white;
  text-shadow: none; }

.copyLink {
  margin-top: 15px;
  display: flex;
  width: 110%;
  height: 50px;
  background: #F3EEE6;
  border-radius: 5px;
  position: relative;
  padding-left: 20px; }
  .copyLink span {
    width: 100%;
    line-height: 25px;
    align-items: center;
    display: flex; }
  .copyLink button.copyLinkButton {
    position: absolute;
    right: 0px;
    height: 50px;
    line-height: 42px;
    padding: 0 20px;
    background: #8fc863;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.boxChallengeList .challenge .challenge-name h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 10%;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25); }
  .boxChallengeList .challenge .challenge-name h3 .challenge-type {
    margin-top: 15px;
    font-weight: 400; }
    .boxChallengeList .challenge .challenge-name h3 .challenge-type span .bold-type {
      font-weight: bolder; }
  .boxChallengeList .challenge .challenge-name h3 .date div {
    font-family: "Roboto","sans-serif";
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400; }

.boxChallengeList .challenge .challenge-name h2 {
  font-family: "Montserrat","sans-serif";
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0;
  margin-right: 10%;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px; }

.boxChallengeList .challenge .challenge-name img {
  width: 35%;
  max-width: 120px;
  height: auto; }

.leaderborad-card {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 7px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }

.leaderborad-card h4 {
  color: white;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  float: left; }

.leaderborad-card h4 small {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.leaderborad-card .count {
  color: white !important; }

.leaderborad-card.green {
  background-image: linear-gradient(-50deg, #38ef7d 0%, #44d1c6 100%); }

.leaderborad-card.red {
  background-image: linear-gradient(-238deg, #ff6a8c 0%, #ff7b64 100%); }

.leaderborad-card.purple {
  background-image: linear-gradient(-50deg, #d04ed6 0%, #834d9b 100%); }

.leaderborad-card.orange {
  background-image: linear-gradient(-225deg, #f9ac45 0%, #fad961 100%); }

.leaderborad-card.blue {
  background-image: linear-gradient(-225deg, #2948ff 0%, #396afc 100%); }

.challenge-holder-special {
  width: 100%;
  height: 135px;
  margin-bottom: 30px;
  background-size: cover;
  border-radius: 7px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  transition-duration: 0.3s; }

.challenge-holder-special:hover {
  cursor: pointer;
  transition-duration: 0.3s;
  transform: scale(1.03); }

.challenge-holder-special.monthly {
  background-image: url("../images/tournament-bg.jpg"); }

.challenge-holder-special.big {
  background-image: url("../images/tournament-bg-2.png");
  box-shadow: 0px 10px 20px rgba(255, 215, 0, 0.5); }

.warumup-status-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 100px;
  background: linear-gradient(-225deg, #61c2fa 0%, #98a0ff 100%);
  margin-bottom: 20px;
  border-radius: 7px; }

.warumup-status-container h3 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 40px;
  letter-spacing: 1px;
  margin-top: 27px; }

.warumup-status-container p {
  color: white;
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px; }

.warumup-status-container img {
  width: 50px;
  margin-top: 10px; }

@media screen and (max-width: 1440px) {
  .boxChallengeList .twitch-partner-lobby {
    margin-left: 0px; }
  .boxChallengeList .challenge .left-artwork {
    display: none; }
  .boxChallengeList .challenge h3.Roboto {
    margin-left: 0px; }
  .boxChallengeList .challenge .winnings-holder {
    margin-left: 0px; } }

@media screen and (max-width: 1340px) {
  .boxChallengeList .twitch-partner-lobby {
    width: 100%;
    text-align: center;
    margin-bottom: 12px; }
  .boxChallengeList .challenge {
    height: auto;
    overflow: hidden;
    min-height: 100px; }
  .boxChallengeList .challenge h3.Roboto {
    width: 100%;
    text-align: center;
    margin-top: 6px;
    font-size: 18px;
    margin-bottom: 18px; }
  .boxChallengeList .challenge .winnings-holder {
    width: 100%; }
  .boxChallengeList .challenge .winnings-holder .challenge-winnings {
    width: calc(50% - 5px); }
  .boxChallengeList .challenge .winnings-holder .challenge-exp {
    margin-left: 10px;
    width: calc(50% - 5px);
    transform: scale(1); }
  .boxChallengeList .challenge .challenge-bottom {
    flex-wrap: nowrap;
    height: 88px; }
    .boxChallengeList .challenge .challenge-bottom .challenge-winnings {
      width: 50%; }
    .boxChallengeList .challenge .challenge-bottom .challenge-exp {
      width: 50%; }
    .boxChallengeList .challenge .challenge-bottom .join-container {
      position: relative;
      width: 100%;
      padding-right: 0px; }
  challenge-exp
.boxChallengeList .challenge .join-container button {
    width: 100%;
    margin-top: 10px; } }

.match-history td {
  color: #000;
  font-size: 15px !important;
  vertical-align: middle; }

.match-history th {
  border: none;
  color: white; }

.match-history .points {
  color: #000; }

.match-history .table-button {
  width: fit-content;
  border-radius: 4px;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px; }

.twitch-player {
  width: 100%;
  height: 300px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.13); }

.tournament-1 {
  width: 100%;
  height: 180px;
  float: left;
  margin-bottom: 18px;
  border-radius: 5px; }

.tournament-1 img {
  width: 110px;
  margin-left: 15px;
  float: left; }

.stream-holder {
  width: 100%;
  position: relative;
  height: 250px;
  background-color: #1e70c0;
  border-radius: 8px;
  overflow: hidden; }

.tournament.boxChallengeList {
  /* display: flex;
    align-items: center; */
  background: #fff;
  min-height: 180px; }

.tournament .challenge {
  background: transparent;
  padding: 0px;
  height: auto;
  min-height: 20px;
  overflow: hidden;
  margin: 0px; }
  .tournament .challenge.challenge-ad {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 100%; }
    .tournament .challenge.challenge-ad .challenge-top {
      height: 180px;
      padding: 20px;
      width: 100%;
      background-image: linear-gradient(to right, white, transparent); }
      .tournament .challenge.challenge-ad .challenge-top.no-fade {
        background-image: none !important; }
  .tournament .challenge.link-outside {
    overflow: visible !important; }
    .tournament .challenge.link-outside h2 small.bottom-right {
      bottom: -35px !important; }
  .tournament .challenge.challenge-click {
    cursor: pointer; }
  .tournament .challenge.challenge-ad1 {
    background-image: url("/images/champange-2.jpg"); }
  .tournament .challenge.challenge-ad2 {
    background-image: url("/images/ryder-challenge.jpg");
    margin-top: 20px;
    background-position: center center; }

.tournament .challenge .challenge-top {
  display: flex;
  height: 132px;
  padding: 20px;
  background-size: cover;
  background-position: center; }

.tournament .challenge .challenge-top h2 {
  padding-right: 45px; }

.tournament .challenge .challenge-top img {
  justify-content: flex-end; }

.tournament .challenge .challenge-bottom {
  display: flex;
  align-items: bottom; }

.challenge-prize {
  width: 25%;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background: #F9A620;
  display: flex;
  align-items: center;
  justify-content: center; }

.prize-image-img {
  width: 100%; }

.prize-text {
  display: flex;
  justify-content: space-around; }

.position-number {
  font-family: "Roboto Slab", serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0; }

.prize-description {
  font-family: "Roboto Slab", serif;
  font-color: darkgrey;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0; }

.challenge-players {
  width: 37.5%;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background: #F3EEE6;
  display: flex;
  align-items: center;
  justify-content: center; }

.challenge-players img {
  width: auto !important;
  margin-right: 10px !important;
  margin-left: 0 !important; }

.challenge-more {
  width: 37.5%;
  font-size: 16px;
  font-weight: 700;
  text-align: center; }

.challenge-more .cost {
  background: #19161A;
  color: #fff; }

.read-more {
  background: #8FC863;
  color: #000;
  display: block; }

.tournament .challenge .price-pot {
  width: fit-content;
  float: left;
  height: 38px;
  min-width: 70px;
  font-family: "Roboto", sans-serif;
  border-radius: 4px 0px 0px 4px;
  color: white;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 33px;
  font-size: 16px; }

.tournament .challenge .price-pot.small {
  background: linear-gradient(45deg, #ff6f80, #ff7573); }

.tournament .challenge .price-pot.large {
  background: linear-gradient(45deg, #fad35d, #f9b148); }

.tournament .challenge .buy-in-button {
  float: left;
  width: 100%;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 33px;
  font-weight: 700;
  font-size: 13px;
  color: white;
  border-radius: 6px; }

.tournament .challenge .buy-in-button:hover {
  cursor: pointer;
  transition-duration: 0.2s;
  background-color: #fff;
  color: orange;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1); }

.tournament .challenge h2 {
  margin-top: 5px;
  color: #000;
  width: 100%;
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  float: left;
  line-height: 26px;
  font-size: 18px;
  text-shadow: 0px 0px 6px #fff; }

.tournament .challenge h2 small {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500; }
  .tournament .challenge h2 small.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 15px; }

.tournament .challenge .join-container {
  padding: 0px !important;
  position: relative;
  float: right; }

.tournament .challenge .join-container button {
  margin: 0px !important; }

.twitchPartners {
  margin-top: 5px; }

.twitchPartners .swiper-slide.swiper-slide-active iframe {
  pointer-events: auto !important; }

.twitchPartners .swiper-slide iframe {
  pointer-events: none !important; }

.tournament-2 {
  width: 100%;
  height: 140px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  float: left;
  background-image: url("/images/tournament-banner-1.jpg"); }

.tournament-2 .bottom-right {
  width: 150px;
  margin-left: 15px;
  position: absolute;
  top: 20px;
  right: 20px; }

.tournament-2 .top-right {
  width: 150px;
  margin-left: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px; }

.tournament-2 .challenge-text {
  width: 65%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  text-align: right;
  font-size: 1.7vw;
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
  position: absolute;
  bottom: 0px;
  right: 20px; }
  .tournament-2 .challenge-text span {
    font-weight: 400; }
  @media screen and (max-width: 992px) {
    .tournament-2 .challenge-text {
      width: 80%;
      font-size: 1.7vw; } }
  @media screen and (max-width: 768px) {
    .tournament-2 .challenge-text {
      width: 100%;
      font-size: 1.8em; } }

.tournament-2 .challenge-text-bottom {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  line-height: 1.2;
  font-size: 1.7vw;
  color: #fff;
  font-weight: 400;
  margin-left: 15px;
  position: absolute;
  top: 10px;
  right: 20px;
  text-shadow: none !important; }
  .tournament-2 .challenge-text-bottom span {
    font-weight: 700; }
  @media screen and (max-width: 768px) {
    .tournament-2 .challenge-text-bottom {
      font-size: 1.8em; } }

.tournament-2 .challenge-text-bottom-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6vw;
  text-align: right;
  color: #fff;
  font-weight: 100;
  margin-left: 15px;
  position: absolute;
  bottom: -20px;
  right: 20px; }

.profile-container {
  width: 100%;
  height: 140px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15); }

.profile-container h1 {
  float: left;
  color: #000;
  font-size: 22px;
  margin: 0px;
  margin-left: 20px;
  font-weight: 700; }

.profile-container .profile-picture {
  width: 100px;
  position: relative;
  height: 100px;
  border-radius: 6px;
  background-color: blue;
  background-size: cover;
  background-image: url("/images/profile-picture.png");
  box-shadow: 0px 15px 20px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  float: left; }

.profile-container .profile-picture:hover {
  cursor: pointer; }

.profile-container .profile-picture:hover .overlay {
  transition-duration: 0.3s;
  opacity: 1;
  cursor: pointer; }

.profile-container .profile-picture .overlay {
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0; }

.profile-container .profile-picture .overlay p {
  width: 100%;
  margin: 0px;
  text-align: center;
  color: white; }

@media screen and (max-width: 992px) {
  .panel.challenge {
    margin-top: 42px; }
  .panel .Roboto-container {
    height: 50px; }
  .react-tabs__tab-list {
    margin: 0 auto; }
  .col-center {
    margin-left: 0%; }
  .react-tabs__tab-list {
    width: 300px; }
  .react-tabs__tab-list li {
    min-width: 100px; }
  .boxChallengeList .challenge .challenge-name .copyLink {
    height: auto !important;
    line-height: 25px;
    background: none;
    padding-left: 0;
    width: 100%;
    display: block; }
    .boxChallengeList .challenge .challenge-name .copyLink span {
      background: #F3EEE6;
      display: block;
      padding: 5px 10px;
      height: auto;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 0px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 0px; }
    .boxChallengeList .challenge .challenge-name .copyLink button.copyLinkButton {
      position: relative;
      width: 100%;
      height: 35px;
      line-height: 35px;
      padding: 0 20px;
      background: #8fc863;
      border: none;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 5px; } }

.mobile-items {
  display: none; }

.mobile-items .mobile-logo {
  width: 90px;
  position: absolute;
  top: 5px;
  left: calc(50% - 45px); }

.mobile-items .currency-controller {
  margin-top: 10px; }

.mobile-items .currency-controller .wallet {
  height: 50px;
  line-height: 51px;
  min-width: 60px;
  padding: 0px 5px;
  text-align: center; }

.mobile-items .currency-controller .wallet img {
  width: 20px;
  left: 15px; }

.mobile-items .menu-open {
  width: 50px;
  float: right;
  margin-top: 10px; }

.mobile-items .menu-open.open img.open {
  display: none; }

.mobile-items .menu-open.open img.close {
  opacity: 1;
  display: block; }

.mobile-items .menu-open img {
  width: 50px; }

.mobile-items .menu-open img.open {
  display: block; }

.mobile-items .menu-open img.close {
  display: none;
  opacity: 1; }

.mobile-menu {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: calc(100vh - 70px);
  top: 70px;
  background: #f6f6f1;
  right: -100vw;
  opacity: 0;
  transition-duration: 0.5s;
  overflow: scroll;
  padding-bottom: 40px; }

.mobile-menu .social-links {
  position: relative;
  margin-top: 30px;
  bottom: auto;
  height: 30px; }

.mobile-menu .important-links {
  position: relative;
  margin-top: 20px; }
  .mobile-menu .important-links a {
    font-size: 14px;
    margin-right: 10px;
    color: #000; }

.mobile-menu .menu-item {
  width: calc(100% - 30px);
  margin-left: 15px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  margin-top: 10px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  font-size: 19px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15); }

.mobile-menu a.active .menu-item {
  background-color: #fff;
  color: #488F4B;
  font-weight: 400; }

.mobile-menu .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mobile-menu .menu-item .img-holder {
  height: 40px;
  float: left;
  line-height: 40px;
  margin-left: 10px;
  margin-right: 20px; }

.mobile-menu .profile {
  width: 100%;
  height: 175px;
  padding-top: 20px;
  margin-bottom: 30px; }

.mobile-menu .profile .picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  border-radius: 6px; }

.mobile-menu .profile p {
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 18px; }

.mobile-menu .profile .wallet-actions {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px; }

.mobile-menu .profile .wallet-actions .wallet-action {
  width: calc(50% - 10px);
  float: left;
  background-color: #8fc863;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  color: #000; }

.mobile-menu .profile .wallet-actions .wallet-action:nth-child(2) {
  margin-left: 20px; }

.mobile-menu.display {
  opacity: 1;
  right: 0vw;
  transition-duration: 0.5s; }

.desktop-items {
  display: block; }
  .desktop-items.stat-number {
    display: inline; }

.panel.deposit {
  max-width: 500px;
  width: 100%;
  overflow: hidden; }

.panel.deposit .deposit-hero {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 20px; }

.errorLabel {
  color: #ff0000;
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 700;
  float: left; }

.settings-form .row {
  margin-bottom: 15px; }

.settings-form label {
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 700;
  width: 100%;
  float: left; }
  .settings-form label#over18checkboxLabelDeposit {
    width: auto;
    margin-left: 10px; }

.settings-form input {
  width: 100%;
  float: left;
  height: 50px;
  border: none;
  border-radius: 4px;
  background: #F3EEE6;
  border: 2px solid #488F4B;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin-bottom: 5px; }
  .settings-form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400; }
  .settings-form input#over18checkboxInputDeposit {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 10px;
    border: 2px solid #488F4B !important; }

.settings-form select {
  color: white;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  height: 50px;
  border: none;
  border-radius: 4px;
  background-color: #f6f6f1;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px; }

.settings-form button.success {
  color: #000;
  background-color: #8fc863;
  border-radius: 5px;
  width: 100%; }

.createChallenge-form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #488F4B;
  border-radius: 4px;
  min-height: 100px;
  background: #F3EEE6;
  margin-bottom: 15px; }
  .createChallenge-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400; }

.createChallenge-form .rw-widget-picker {
  border: 2px solid #488F4B;
  background: #F3EEE6;
  margin-bottom: 20px; }

.createChallenge-form .rw-widget-input {
  background: #F3EEE6; }

.createChallenge-form .rw-input-addon,
.createChallenge-form .rw-input-addon.rw-picker-btn {
  border-left: 1px solid #488F4B; }

.createChallenge-form .submit {
  background-color: #8fc863;
  width: 100%;
  height: 60px;
  padding: 0px;
  border: none;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px; }

.table-deposit tr {
  border: 1px solid #DFDDD6;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #000 !important;
  display: block;
  background: #fff !important;
  position: relative; }
  .table-deposit tr td {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    color: #000 !important; }
    .table-deposit tr td.deposit-description {
      width: 92%; }
    .table-deposit tr td.deposit-amount {
      width: 8%; }

h2.total-cost {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px; }

h2.total-cost small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  opacity: 0.7;
  font-size: 16px; }

.lobby-trigger-background {
  background-color: rgba(0, 0, 0, 0.88);
  position: fixed;
  visibility: hidden;
  display: flex;
  align-items: center;
  opacity: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transition-duration: 0.25s; }

.lobby-trigger-background .animated {
  animation-duration: 0.7s !important; }

.lobby-trigger-Roboto {
  font-family: "Roboto", sans-serif;
  font-size: 160px;
  color: white;
  margin: 0px; }

.lobby-trigger-subRoboto {
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  margin-top: -30px;
  margin-bottom: 21px;
  font-weight: 700;
  color: white; }

.placement-container {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  height: 105px;
  margin-right: auto;
  background-size: cover;
  background-position: center; }

.placement-container .placement {
  width: 70px;
  height: 70px;
  float: left;
  margin-top: 17px;
  color: orange;
  font-size: 43px;
  font-weight: 900;
  font-family: "Roboto", sans-serif; }

.placement-container .player {
  font-family: "Roboto", sans-serif;
  text-align: left;
  width: calc(100% - 180px);
  height: 70px;
  margin-left: 10px;
  float: left;
  color: white;
  font-size: 34px;
  font-weight: 900;
  margin-top: 23px; }

.placement-container .score {
  font-family: "Roboto", sans-serif;
  text-align: left;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  float: left;
  color: white;
  font-size: 34px;
  font-weight: 900;
  margin-top: 23px; }

.placement-container.bg1 {
  background-image: url("../images/placement-bg-1.svg"); }

.placement-container.bg2 {
  margin-top: -10px;
  background-image: url("../images/placement-bg-2.svg"); }

.lobby-trigger.display .lobby-trigger-background {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.25s; }

.Roboto-holder {
  position: absolute;
  width: 320px;
  left: calc(50% - 160px);
  height: 88px;
  background-image: url("/images/Roboto-background.svg");
  background-size: cover;
  background-position: center;
  z-index: 10;
  top: -55px;
  font-family: "Roboto", sans-serif;
  color: white;
  line-height: 88px;
  text-align: center;
  font-size: 33px;
  letter-spacing: 0.7px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2); }

h3.login-text {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 34px;
  width: 100%;
  text-align: center;
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: scroll;
  display: flex;
  align-items: center; }

p.switch-auth {
  color: #488F4B;
  text-decoration: none;
  margin-top: 20px; }

.login-cont {
  width: 100%;
  max-width: 680px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .login-cont .auth-panel {
    width: 100%;
    height: auto;
    overflow: visible;
    max-height: 80vh;
    min-height: 400px;
    background-color: #fff;
    position: relative; }
    .login-cont .auth-panel h2 {
      font-family: "Roboto", sans-serif;
      color: #000;
      font-size: 30px;
      margin-top: 0px;
      margin-bottom: 20px; }

.login-cont .register-cont {
  padding: 20px 30px; }

.register-cont {
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .register-cont .row {
    width: 100%; }
  .register-cont .auth-panel {
    padding-top: 30px;
    height: auto;
    min-height: 200px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
  .register-cont h2 {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 25px; }

.register-cont p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #488F4B; }

.register-cont .step-container {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  min-height: 20px;
  float: left; }

.register-cont .step-container .step {
  width: 50%;
  text-align: center;
  float: left;
  height: auto;
  margin-bottom: 20px;
  margin-top: 10px; }

.register-cont .step-container .step .circle {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  color: white;
  border-radius: 100px;
  background-color: #5287bb;
  font-weight: 700;
  border: 3px solid #1b5a9a; }

.register-cont .step-container .step .circle.current {
  border: 3px solid #ffdf86;
  background-color: #fd9703; }

.register-cont .step-container .step span {
  color: white;
  font-weight: 700;
  font-size: 16px;
  font-family: "Roboto", sans-serif; }

.register-cont button {
  width: 100%;
  height: 60px;
  padding: 0px;
  background-color: #8fc863;
  border: none;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px; }
  .register-cont button:disabled {
    background-color: #DFDDD6 !important; }

.checkbox-input-container {
  width: 100%;
  height: 40px;
  background-color: #F3EEE6;
  border-radius: 4px;
  float: left;
  margin-bottom: 10px; }

.checkbox-input-container.active .checkbox,
.checkbox-input-container .checkbox-active {
  background-color: #488F4B !important; }

.checkbox-input-container:hover {
  cursor: pointer; }

.checkbox-input-container .checkbox {
  width: 25px;
  height: 25px;
  margin-left: 7.5px;
  margin-top: 7.5px;
  border-radius: 5px;
  background-color: white;
  border: 2px solid #488F4B;
  float: left; }

.checkbox-input-container span {
  float: left;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 700;
  display: block;
  margin-left: 10px;
  margin-top: 9px; }

.checkbox-input-container span a {
  color: #488F4B; }

.auth-button {
  width: 100%;
  height: 65px;
  max-width: 220px;
  background-image: url("/images/button-background.svg");
  background-position: center;
  background-size: 100% 100%; }

.left {
  width: 50%;
  position: absolute;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 12px;
  background-image: url("/images/login-screen.jpg");
  background-size: cover;
  background-position: center bottom; }

.right {
  width: 50%;
  position: absolute;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 12px; }

.login-cont .right h2 {
  margin-top: 30px; }

.twitch-partner-lobby {
  width: fit-content;
  height: 25px;
  margin-top: 3px;
  line-height: 25px;
  float: left;
  background: linear-gradient(45deg, #8e2de2, #6c35db);
  padding-left: 5px;
  padding-right: 5px;
  width: fit-content;
  font-size: 12px;
  color: white;
  font-weight: 700;
  border-radius: 6px;
  margin-left: 20px; }

.twitch-partner-lobby img {
  width: 12px; }

.captcha-code-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  background-color: #ffc137;
  margin-bottom: 30px;
  line-height: 40px;
  color: white;
  font-weight: 700;
  border-radius: 6px;
  transition-duration: 0.2s;
  box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.2); }

.captcha-code-link:hover {
  transition-duration: 0.2s;
  cursor: pointer;
  text-decoration: none;
  color: white;
  background-color: #f6af12; }

.login-register-buttons {
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 20px; }

.top-bar-auth-button {
  display: block;
  float: right;
  width: fit-content;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  font-weight: 700;
  background: transparent;
  background-color: #8fc863;
  color: #000;
  height: 50px;
  line-height: 50px; }
  .top-bar-auth-button:hover {
    cursor: pointer;
    background-color: #81b459; }
  .top-bar-auth-button.login {
    margin-left: 10px;
    margin-right: 12px; }

label {
  color: #000;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 700;
  width: 100%;
  float: left; }

input {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  height: 50px;
  border: none;
  border-radius: 4px;
  background: #F3EEE6;
  border: 2px solid #488F4B;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #000; }

.radio-btn {
  float: left;
  margin-right: 20px; }
  .radio-btn input {
    width: 15px;
    float: none;
    height: auto;
    margin-left: 0px;
    display: block; }
  .radio-btn label {
    width: auto;
    float: none; }

#login-form {
  width: 100%; }

select {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  height: 50px;
  border: none;
  border-radius: 4px;
  background: #F3EEE6 !important;
  border: 2px solid #488F4B !important;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #000 !important; }

.row-full select, .row-full input {
  float: none; }

.react-tel-input .flag-dropdown {
  position: relative;
  top: 19px !important;
  height: 50px; }

.react-tel-input .selected-flag:focus {
  box-shadow: none !important; }

.react-tel-input .form-control {
  width: 100% !important;
  height: 50px !important;
  border-radius: 4px !important;
  background: #F3EEE6 !important;
  border: 2px solid #488F4B !important;
  padding-left: 50px !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 0.2px !important;
  margin-bottom: 5px !important;
  margin-bottom: 20px !important;
  transition: none !important; }

.react-tel-input .form-control:focus {
  outline: 0;
  box-shadow: none !important; }

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400; }

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400; }

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400; }

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400; }

input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400; }

.auth-controller {
  position: absolute;
  width: calc(100% - 24px);
  height: auto;
  overflow: visible;
  min-height: 40px;
  bottom: 12px; }

.auth-controller .submit {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 51px;
  line-height: 51px;
  border-radius: 5px;
  background-color: #8fc863;
  transition-duration: 0.2s;
  border: none;
  position: relative; }

.auth-controller .submit:hover {
  transition-duration: 0.2s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.auth-controller .submit:hover:after {
  transition-duration: 0.2s;
  opacity: 1; }

.auth-controller .submit span {
  pointer-events: none;
  position: relative;
  z-index: 4; }

button.swal2-confirm.swal2-styled,
.swal2-styled.swal2-cancel {
  color: #000 !important; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #ff0000 !important; }

.swal2-icon.swal2-error {
  border-color: #ff0000 !important;
  color: #ff0000 !important; }

#swal2-content p {
  padding: 0 15px; }

.show-more-button,
.show-less-button {
  display: none; }

.anchor-name {
  position: absolute;
  top: -75px;
  left: 0; }

@media screen and (max-width: 768px) {
  .header-image-container h1 {
    font-size: 24px; }
  .panel .challenge-holder {
    transition: all;
    transition-duration: 1s; }
    .panel .challenge-holder.challenge-holder-compressed {
      height: 520px;
      overflow: hidden; }
      .panel .challenge-holder.challenge-holder-compressed .show-more-button {
        display: block; }
      .panel .challenge-holder.challenge-holder-compressed .show-less-button {
        display: none; }
    .panel .challenge-holder.challenge-holder-full {
      height: auto;
      overflow: hidden;
      padding-bottom: 80px; }
      .panel .challenge-holder.challenge-holder-full .show-more-button {
        display: none; }
      .panel .challenge-holder.challenge-holder-full .show-less-button {
        display: block; }
  .show-more-button,
  .show-less-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    margin-left: -10px;
    height: 80px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .show-more-button span,
    .show-less-button span {
      background: #8fc863;
      padding: 10px 20px;
      border-radius: 5px;
      margin-left: 50%;
      width: 140px;
      position: relative;
      left: -70px;
      display: block;
      font-weight: 700;
      text-align: center;
      margin-top: 15px; }
  .desktop-items {
    display: none !important; }
  .desktop-items-table {
    display: none; }
  .mobile-items {
    display: block !important; }
    .mobile-items.stat-number {
      display: inline !important; }
  .lobby-table .challenger {
    line-height: 18px; }
  .dashboard-banner .content-holder {
    text-align: center;
    margin: 0px;
    width: 100%;
    padding: 10px; }
  .dashboard-banner .content-holder h1 {
    text-align: center;
    font-size: 50px; }
  .dashboard-banner .content-holder h1 br {
    display: block; }
  .dashboard-banner .content-holder br {
    display: none; }
  .dashboard-banner .content-holder p {
    display: none; }
  .dashboard-banner .content-holder button {
    margin-top: 20px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .sidebar-menu {
    z-index: 1;
    width: 0px; }
    .sidebar-menu .logo,
    .sidebar-menu .navigation-holder,
    .sidebar-menu .user-perks,
    .sidebar-menu .important-links,
    .sidebar-menu .social-links {
      display: none; }
    .sidebar-menu .currentLobbyHolder-container {
      position: fixed;
      bottom: 75px;
      width: 100%;
      left: 0;
      overflow: hidden;
      height: 220px;
      background-color: #8fc863;
      border-radius: 0px;
      transition: all;
      transition-duration: 0.35s; }
      .sidebar-menu .currentLobbyHolder-container.display-compressed {
        bottom: -172px; }
        .sidebar-menu .currentLobbyHolder-container.display-compressed #current-lobby-head {
          background-image: url("/images/icons/arrow-up.svg"); }
      .sidebar-menu .currentLobbyHolder-container.display-full {
        bottom: 0; }
        .sidebar-menu .currentLobbyHolder-container.display-full #current-lobby-head {
          background-image: url("/images/icons/arrow-down.svg"); }
      .sidebar-menu .currentLobbyHolder-container .currentLobbyHolder-inner {
        position: absolute;
        display: flex;
        top: 0;
        left: 0;
        height: 220px;
        transform: all;
        transition-duration: 0.2s; }
      .sidebar-menu .currentLobbyHolder-container .current-lobby-holder {
        position: relative;
        z-index: 10;
        bottom: 0;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        border-radius: 0;
        box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.25); }
        .sidebar-menu .currentLobbyHolder-container .current-lobby-holder #current-lobby-head {
          margin-top: 0;
          padding-top: 15px;
          padding-bottom: 15px;
          background-image: url("/images/icons/arrow-up.svg");
          background-size: 14px;
          background-repeat: no-repeat;
          background-position: center right 15px; }
  .page-content {
    width: 100%;
    margin: 0px;
    padding-top: 100px;
    padding-bottom: 60px; }
  .topbar {
    position: fixed;
    z-index: 21;
    width: 100vw;
    height: 70px;
    margin: 0px;
    left: 0;
    top: 0;
    padding-left: 15px;
    background-color: #fff;
    box-shadow: 0px -30px 40px 20px rgba(0, 0, 0, 0.25); }
  .topbar .account-holder {
    display: none; }
  .top-bar-auth-button.register,
  .top-bar-auth-button.login {
    width: 48%;
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  .top-bar-auth-button.register {
    margin-left: 4%; }
  .register-cont .row {
    margin-right: 0px;
    margin-left: 0px; }
    .register-cont .row .col-md-6 {
      padding-left: 0;
      padding-right: 0; }
  .checkbox-input-container {
    height: auto; }
    .checkbox-input-container span {
      float: none;
      margin-left: 40px; }
  .left {
    width: 100%;
    display: none; }
  .right {
    width: 100%; } }

.ripple-button {
  border-radius: 4px;
  border: none;
  margin: 8px;
  padding: 14px 24px;
  background: #1976d2;
  color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer; }

.ripple-button > .ripple {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #63a4ff;
  display: block;
  content: "";
  border-radius: 9999px;
  opacity: 1;
  animation: 0.9s ease 1 forwards ripple-effect; }

.glow {
  animation: 0.9s ease 1 forwards glow-effect; }

@keyframes glow-effect {
  0% {
    background: #8fc863; }
  50% {
    background: white; }
  100% {
    background: #8fc863; } }

@keyframes ripple-effect {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(10);
    opacity: 0.375; }
  100% {
    transform: scale(35);
    opacity: 0; } }

.ripple-button > .content {
  position: relative;
  z-index: 2; }
