/* Apply the styles on all scrollbars, including html/body */

html::-webkit-scrollbar,
body::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 7px;
}

/* Track */

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  background: #8f707000 !important;
}

/* Handle */

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background: #36619e;
  /* Red color */
  border-radius: 10px;
  /* Rounded corners */
}

/* Handle on hover */

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
  background: #2158a7;
  /* Darker red when hovering */
}

html,
nav {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -17px;
  /* Increase/Decrease this value for cross-browser compatibility */
  overflow-y: scroll;
}

.content-wrapper {
  background: #23262b;
  padding: 1rem 1.5rem 1rem 1rem;
  /* width: 100%; */
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.main-card {
  width: 100%;
  text-align: center;
}

.main-card-content {
  border: 1px solid #686868;
  border-radius: 30px;
  padding: 5px;
  min-width: max-content;
  max-width: 400px;
  margin: 5px auto;
  position: relative;
  overflow: hidden;
}

.card-row {
  width: 100%;
  height: max-content;
  display: flex;
}

.card-row-cell {
  background-color: #ffba00;
  margin: 3px;
  width: 20%;
  aspect-ratio: 1/1;
  line-height: 30px;
  min-width: 30px;
  min-height: 20px;
  position: relative;
  border-radius: 50%;
  /* max-width: 50px; */
  /* max-height: 50px; */
  cursor: pointer;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #55461d;
  transition: all 0.2s ease-in-out;
  scale: 1;
}

.card-row-cell:hover,
.card-row-cell.selected {
  box-shadow: 0px 0px 15px 0px #b75c28, inset 0 0 6px #55461d;
  scale: 1.1;
}

.card-row-cell p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  min-width: 20px;
  /* height: 20px; */
  line-height: 20px;
  border-radius: 50%;
  font-weight: bold;
  color: black;
  box-shadow: 0 0 0px 3px #ffba00, 0 0 0px 4px white;
  aspect-ratio: 1;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------------------------- RED ---------------------------------  */

.card-row-cell.red {
  background-color: #e13636;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #320b0b;
}

.card-row-cell.red p {
  box-shadow: 0 0 0px 3px #e13636, 0 0 0px 4px white;
}

.card-row-cell.red:hover,
.card-row-cell.red.selected {
  box-shadow: 0px 0px 15px 0px #b72828, inset 0 0 6px #55461d;
  scale: 1.1;
}

/* -------------------------------------- GREEN ---------------------------------  */

.card-row-cell.green {
  background-color: #2ac029;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #0b320d;
}

.card-row-cell.green p {
  box-shadow: 0 0 0px 3px #2ac029, 0 0 0px 4px white;
}

.card-row-cell.green:hover,
.card-row-cell.green.selected {
  box-shadow: 0px 0px 15px 0px #4cb728, inset 0 0 6px #55461d;
  scale: 1.1;
}

/* -------------------------------------- BLUE ---------------------------------  */

.card-row-cell.blue {
  background-color: #2969c0;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #0b1332;
}

.card-row-cell.blue p {
  box-shadow: 0 0 0px 3px #2969c0, 0 0 0px 4px white;
}

.card-row-cell.blue:hover,
.card-row-cell.blue.selected {
  box-shadow: 0px 0px 15px 0px #2845b7, inset 0 0 6px #55461d;
  scale: 1.1;
}

/* -------------------------------------- PURPLE ---------------------------------  */

.card-row-cell.purple {
  background-color: #8429c0;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #0b1332;
}

.card-row-cell.purple p {
  box-shadow: 0 0 0px 3px #8429c0, 0 0 0px 4px white;
}

.card-row-cell.purple:hover,
.card-row-cell.purple.selected {
  box-shadow: 0px 0px 15px 0px #a528b7, inset 0 0 6px #55461d;
  scale: 1.1;
}

.card-row-cell.inactive {
  opacity: 0.5;
  cursor: auto;
  filter: saturate(0);
}

.card-row-cell.inactive:hover {
  scale: 1;
  box-shadow: inset 0 0 6px #55461d;
}

.card-row-cell.inactive p {
  color: #6e6e6e;
}

.card-row-cell.selected {
  /* border: 5px solid #cd000c;
    box-shadow: 0 0 20px red, inset 0 0 20px red;
    scale: 1.2; */
}

.ball-content-roll {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000096;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.brc-main {
  position: absolute;
  /* top: 90%; */
  left: 50%;
  width: calc(100% - 25px);
  transform: translate(-50%);
  border-radius: 38px;
  background-color: #213b4b;
  height: 46px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8), inset 0 0 0 2px #8ea1ff;
  overflow: hidden;
  /* min-width: 200px; */
  bottom: 11px;
}
.brc-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff5e, transparent);
  height: 20px;
}

.brc-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #ffffff5e, transparent);
  height: 10px;
}

.ball {
  position: absolute;
  left: -120px;
  width: 40px;
  height: 40px;
  background: #004e99;
  border-radius: 50%;
  box-shadow: 20px 30px 30px -10px rgba(0, 0, 0, 0.4);
}

.ball > div {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
}

.ball > div > span {
  position: absolute;
  left: 13px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  text-decoration: underline;
  color: black;
}

.balls-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 3px;
}

/* YOUR COLORS */

.ball.blue {
  background: radial-gradient(circle at 20px 20px, #09f, #001);
}

.ball.red {
  background: radial-gradient(circle at 20px 20px, #f30, #001);
}

.ball.green {
  background: radial-gradient(circle at 20px 20px, #0f4, #001);
}

.ball.yellow {
  background: radial-gradient(circle at 20px 20px, #fc0, #001);
}

.ball.black {
  background: radial-gradient(circle at 20px 20px, #1c1c1c, #001);
}

.ball.purple {
  background: radial-gradient(circle at 20px 20px, #562c70, #001);
}

.main-card-content.white {
  background-color: #ffffff94;
  border: 1px solid #008bff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.green {
  background-color: #6feb60a1;
  border: 1px solid #afff81;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.blue {
  background-color: #5f90fa4f;
  border: 1px solid #44a5ff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.yellow {
  background-color: #d8ff5480;
  border: 1px solid #ffffd8;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.red {
  background-color: #ae4f4fa1;
  border: 1px solid #ff9f9f;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.black {
  background-color: #0000003b;
  border: 1px solid #515151;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.splash-msg p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #000000e3;
  min-height: 40px;
  line-height: 30px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
  color: white;
}

.splash-msg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000003b;
}

.brand-logo img {
  height: 55px;
  width: auto !important;
}

#main-draw {
  width: 100%;
}

.is-count {
  animation: flicker 0.3s infinite;
}

.reward-disp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@keyframes flicker {
  0% {
    color: inherit;
  }
  50% {
    color: inherit;
  }
  100% {
    color: #e500bc;
  }
}

.reward-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #9f8b8b;
  border-bottom: 1px solid #9f8b8b;
  padding-top: 8px;
  background-color: #00000080;
}

.get-ball span {
  border: 2px solid #ffdc2d;
  box-shadow: 0 0 10px #ffd500, inset 0 0 5px #ffe356;
  scale: 1.3;
  color: #ff2000 !important;
  text-shadow: 0 0 5px #ff9d00;
  animation: flashy 0.2s infinite;
}

@keyframes flashy {
  0% {
    border: 2px solid #ffdc2d;
    box-shadow: 0 0 10px #ffd500, inset 0 0 5px #ffe356;
    scale: 1.3;
    color: #ff2000 !important;
    text-shadow: 0 0 5px #ff9d00;
  }
  50% {
    border: 1px solid #ffdc2d;
    box-shadow: none;
    scale: 1;
    color: black !important;
    text-shadow: none;
  }

  100% {
    border: 2px solid #ffdc2d;
    box-shadow: 0 0 10px #ffd500, inset 0 0 5px #ffe356;
    scale: 1.3;
    color: #ff2000 !important;
    text-shadow: 0 0 5px #ff9d00;
  }
}

.main-card {
  min-height: 400px;
}

.close-main {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: #2d2d2d;
  padding: 5px;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #696969;
  cursor: pointer;
  z-index: 200;
}

/* Badges */

.user-name,
.top-agent {
  display: flex;
  background-color: #353535;
  padding-left: 10px;
  height: 22px;
  align-items: center;
  border-radius: 10px;
  font-size: 13px;
  padding-right: 3px;
  color: #d48013;
  border: 1px solid #7c5a2e;
  box-shadow: 0 0 4px #70430a, inset 0 0 4px #70430a;
  position: fixed;
  top: 10px;
  left: -300px;
  z-index: 99999999999;
  transition: all 0.5s ease;
}

.top-agent {
  position: relative;
  left: auto;
}

.u-n-name {
  margin: 0;
  margin-left: 6px;
  width: max-content;
  padding: 0;
}

.un-action {
  margin-left: 6px;
  font-size: 11px;
  opacity: 0.6;
  color: white;
  width: max-content;
}

.name-icon {
  display: flex;
  background-color: #70430a;
  font-size: 10px;
  align-items: center;
  padding: 1px 2px;
  border-radius: 5px;
  height: 15px;
  color: #ffd4ac;
  font-weight: bold;
  box-shadow: 0 0 5px #2d2d2d;
  margin-left: -5px;
}

.ni-title {
  margin-left: 6px;
}

.name-icon img {
  height: 20px;
  margin-right: 2px;
  margin-left: -10px;
  filter: drop-shadow(0 0 5px #000000);
  scale: 1.5;
}

.elite {
  color: #bbbbbb;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 4px #939393, inset 0 0 4px #939393;
}

.elite .name-icon {
  background-color: #6a6a6a;
  color: white;
}

.vault {
  color: #ffd66f;
  border: 1px solid #ffd36f;
  box-shadow: 0 0 4px #ffb100, inset 0 0 4px #ffb100;
}

.vault .name-icon {
  background-color: #75590c;
  color: #ffe9cc;
}

.titanium {
  color: #dda1ff;
  border: 1px solid #df7dff;
  box-shadow: 0 0 4px #eb34ff, inset 0 0 4px #eb34ff;
  animation: titanium_glowering 1s infinite;
}

.titanium.name-icon img {
  animation: titanium_glowering_img 1s infinite;
  scale: 1.8;
}

.vault.name-icon img {
  animation: vault_glowering_img 1s infinite;
  scale: 1.8;
}

.vault {
  animation: vault_glowering 1s infinite;
}

@keyframes titanium_glowering_img {
  0% {
    filter: drop-shadow(0 0 2px #000000);
  }

  50% {
    filter: drop-shadow(0 0 4px #ce0096);
  }
}

@keyframes vault_glowering_img {
  0% {
    filter: drop-shadow(0 0 2px #000000);
  }

  50% {
    filter: drop-shadow(0 0 4px #ff9020);
  }
}

@keyframes titanium_glowering {
  0% {
    box-shadow: 0 0 0px #eb34ff, inset 0 0 0px #eb34ff;
    border-right-color: #fdf9ff;
  }

  50% {
    box-shadow: 0 0 5px #eb34ff, inset 0 0 5px #eb34ff;
    border-bottom-color: #fdf9ff;
  }

  100% {
    box-shadow: 0 0 5px #eb34ff, inset 0 0 5px #eb34ff;
    border-top-color: #fdf9ff;
  }
}

@keyframes vault_glowering {
  0% {
    box-shadow: 0 0 0px #ffde34, inset 0 0 0px #ffde34;
    border-right-color: #fdf9ff;
  }

  50% {
    box-shadow: 0 0 5px #ffde34, inset 0 0 5px #ffde34;
    border-bottom-color: #fdf9ff;
  }

  100% {
    box-shadow: 0 0 5px #ffde34, inset 0 0 5px #ffde34;
    border-top-color: #fdf9ff;
  }
}

.titanium .name-icon {
  background-color: #55076f;
  color: #f5caff;
}

.user-name {
  border-left: none !important;
}

.top-agents ul {
  padding: 10px;
}

.top-agents li {
  margin: 15px 5px;
  list-style: none;
  display: flex;
  align-items: center;
}

.top-agents .top-agent {
  margin-top: -20px;
  z-index: 1;
}

.agent-number {
  margin-right: 15px;
  background-color: #424242;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.top-agents li:nth-child(1) .agent-number {
  background-color: #154e91;
  color: #ffffff;
}

.card .card-title {
  font-size: 1rem;
}

.small-desc {
  font-size: 12px;
}

.top-agents ul {
  position: relative;
}

.top-agents ul::before {
  content: "";
  top: 35px;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: #154e91;
  position: absolute;
}

.top-agents ul::after {
  content: "";
  top: 35px;
  left: 0;
  height: 110px;
  width: 2px;
  background-color: #154e91;
  position: absolute;
}

.reward-wait {
  background-color: #154e91;
  padding: 5px;
  font-size: 12px;
  border-radius: 0 10px 10px 10px;
  margin-top: -20px;
  color: #fffff6;
  text-align: center;
}

.reward-mult {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); /* space not comma */
  font-size: 70px;
  color: #0087ff;
  text-shadow: 0 0 10px #0080ff;
  transition: all 0.5s ease;
  background-color: #00000099;
  width: 100%;
  text-align: center;
  transform-origin: center center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.zoom_fade {
  transform: translate(-50%, -50%) scale(1); /* scale up when active */
  transform-origin: center center;
}

.earn-large-btn {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%);
  box-shadow: 0 0 20px #a50000;
}

.new-title-block {
  border: 1px solid #454545;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #000000;
  color: #b4b4b4;
  font-size: 12px;
}

.pred-earnings {
  background-color: #111a21;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
}

.pred-earnings span {
  font-weight: bold;
  color: #83b1ff;
}

.rank-flow img {
  height: 25px;
  margin-right: 5px;
}

.rank-flow {
  /* border:1px solid red; */
  position: relative;
  height: 400px;
}

.rank-flow-follow {
  position: absolute;
  left: 120px;
  height: 100%;
  width: 10px;
  background-color: #000000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-content: space-evenly;
}

.rank-flow-follow .rf-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 10px;
  background-color: #0022ff;
  border-radius: 10px;
}

.rf-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  border: 2px solid #323748;
  position: relative;
  z-index: 2;
}

.rf-amount {
  position: absolute;
  right: 13px;
  width: max-content;
  font-size: 12px;
  bottom: calc(30% - 15px);
}

.rank-flow ul {
  padding: 0;
  margin: 0;
  margin-left: 140px;
  height: 100%;
  /* background-color:red; */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.rank-flow li {
  list-style: none;
  font-size: 13px;
  height: 35px;
  /* background-color:#0077ff; */
  display: flex;
  align-items: center;
  position: relative;
}

.rank-flow li p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  font-size: 11px;
  /* width:max-content; */
  left: 10px;
  color: #89aacc;
  line-height: 20px;
}

.rank-flow li span {
  background-color: #3f3666;
  font-size: 11px;
  width: max-content;
  color: #f2c7ff;
  padding: 1px 2px;
  border-radius: 5px;
}

.rank-flow li:nth-child(2) span {
  background-color: #8a5d0a;
  color: #ffeb80;
}

.rank-flow li:nth-child(3) span {
  background-color: #535353;
  color: #efefef;
}

.rank-flow li:nth-child(4) span {
  background-color: #46290d;
  color: #cf9e59;
}

.rank-flow li:nth-child(5) span {
  background-color: #282828;
  color: #7e7e7e;
}
.rank-flow i {
  font-weight: bold;
  font-size: 23px;
  margin-right: 5px;
  color: #232323;
}

.rf-dot-lit {
  background-color: #7789ff;
  box-shadow: 0 0 10px #002195;
  border-color: #001ab4;
}

.main-card .top-agent {
  margin: 10px;
  margin-bottom: 20px;
  z-index: 1;
}

.top-agent.unranked {
  border: 1px solid #5b5b5b;
  box-shadow: none;
  color: #929292;
}

.top-agent.unranked img {
  display: none;
}

.top-agent.unranked .name-icon {
  background-color: #131313;
  color: #e4b9b9;
}

/* Apply the styles on all scrollbars, including html/body */

html::-webkit-scrollbar,
body::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 7px;
}

/* Track */

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  background: #8f707000 !important;
}

/* Handle */

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background: #36619e;
  /* Red color */
  border-radius: 10px;
  /* Rounded corners */
}

/* Handle on hover */

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
  background: #2158a7;
  /* Darker red when hovering */
}

html,
nav {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -17px;
  /* Increase/Decrease this value for cross-browser compatibility */
  overflow-y: scroll;
}

.content-wrapper {
  background: #23262b;
  padding: 1rem 1.5rem 1rem 1rem;
  /* width: 100%; */
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.main-card {
  width: 100%;
  text-align: center;
}

.main-card-content {
  border: 1px solid #686868;
  border-radius: 30px;
  padding: 5px;
  min-width: max-content;
  max-width: 400px;
  margin: 5px auto;
  position: relative;
  overflow: hidden;
}

.card-row {
  width: 100%;
  height: max-content;
  display: flex;
}

.card-row-cell {
  background-color: #ffba00;
  margin: 3px;
  width: 20%;
  aspect-ratio: 1/1;
  line-height: 30px;
  min-width: 30px;
  min-height: 20px;
  position: relative;
  border-radius: 50%;
  /* max-width: 50px; */
  /* max-height: 50px; */
  cursor: pointer;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #55461d;
  transition: all 0.2s ease-in-out;
  scale: 1;
}

.card-row-cell:hover,
.card-row-cell.selected {
  box-shadow: 0px 0px 15px 0px #b75c28, inset 0 0 6px #55461d;
  scale: 1.1;
}

.card-row-cell p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  min-width: 20px;
  /* height: 20px; */
  line-height: 20px;
  border-radius: 50%;
  font-weight: bold;
  color: black;
  box-shadow: 0 0 0px 3px #ffba00, 0 0 0px 4px white;
  aspect-ratio: 1;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------------------------- RED ---------------------------------  */

.card-row-cell.red {
  background-color: #e13636;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #320b0b;
}

.card-row-cell.red p {
  box-shadow: 0 0 0px 3px #e13636, 0 0 0px 4px white;
}

.card-row-cell.red:hover,
.card-row-cell.red.selected {
  box-shadow: 0px 0px 15px 0px #b72828, inset 0 0 6px #55461d;
  scale: 1.1;
}

/* -------------------------------------- GREEN ---------------------------------  */

.card-row-cell.green {
  background-color: #2ac029;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #0b320d;
}

.card-row-cell.green p {
  box-shadow: 0 0 0px 3px #2ac029, 0 0 0px 4px white;
}

.card-row-cell.green:hover,
.card-row-cell.green.selected {
  box-shadow: 0px 0px 15px 0px #4cb728, inset 0 0 6px #55461d;
  scale: 1.1;
}

/* -------------------------------------- BLUE ---------------------------------  */

.card-row-cell.blue {
  background-color: #2969c0;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #0b1332;
}

.card-row-cell.blue p {
  box-shadow: 0 0 0px 3px #2969c0, 0 0 0px 4px white;
}

.card-row-cell.blue:hover,
.card-row-cell.blue.selected {
  box-shadow: 0px 0px 15px 0px #2845b7, inset 0 0 6px #55461d;
  scale: 1.1;
}

/* -------------------------------------- PURPLE ---------------------------------  */

.card-row-cell.purple {
  background-color: #8429c0;
  box-shadow: 2px 3px 10px #0000004d, inset 0 0 6px #0b1332;
}

.card-row-cell.purple p {
  box-shadow: 0 0 0px 3px #8429c0, 0 0 0px 4px white;
}

.card-row-cell.purple:hover,
.card-row-cell.purple.selected {
  box-shadow: 0px 0px 15px 0px #a528b7, inset 0 0 6px #55461d;
  scale: 1.1;
}

.card-row-cell.inactive {
  opacity: 0.5;
  cursor: auto;
  filter: saturate(0);
}

.card-row-cell.inactive:hover {
  scale: 1;
  box-shadow: inset 0 0 6px #55461d;
}

.card-row-cell.inactive p {
  color: #6e6e6e;
}

.card-row-cell.selected {
  /* border: 5px solid #cd000c;
    box-shadow: 0 0 20px red, inset 0 0 20px red;
    scale: 1.2; */
}

.ball-content-roll {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000096;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.brc-main {
  position: absolute;
  /* top: 90%; */
  left: 50%;
  width: calc(100% - 25px);
  transform: translate(-50%);
  border-radius: 38px;
  background-color: #213b4b;
  height: 46px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.8), inset 0 0 0 2px #8ea1ff;
  overflow: hidden;
  /* min-width: 200px; */
  bottom: 11px;
}
.brc-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff5e, transparent);
  height: 20px;
}

.brc-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #ffffff5e, transparent);
  height: 10px;
}

.ball {
  position: absolute;
  left: -120px;
  width: 40px;
  height: 40px;
  background: #004e99;
  border-radius: 50%;
  box-shadow: 20px 30px 30px -10px rgba(0, 0, 0, 0.4);
}

.ball > div {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
}

.ball > div > span {
  position: absolute;
  left: 13px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  text-decoration: underline;
  color: black;
}

.balls-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 3px;
}

/* YOUR COLORS */

.ball.blue {
  background: radial-gradient(circle at 20px 20px, #09f, #001);
}

.ball.red {
  background: radial-gradient(circle at 20px 20px, #f30, #001);
}

.ball.green {
  background: radial-gradient(circle at 20px 20px, #0f4, #001);
}

.ball.yellow {
  background: radial-gradient(circle at 20px 20px, #fc0, #001);
}

.ball.black {
  background: radial-gradient(circle at 20px 20px, #1c1c1c, #001);
}

.ball.purple {
  background: radial-gradient(circle at 20px 20px, #562c70, #001);
}

.main-card-content.white {
  background-color: #ffffff94;
  border: 1px solid #008bff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.green {
  background-color: #6feb60a1;
  border: 1px solid #afff81;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.blue {
  background-color: #5f90fa4f;
  border: 1px solid #44a5ff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.yellow {
  background-color: #d8ff5480;
  border: 1px solid #ffffd8;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.red {
  background-color: #ae4f4fa1;
  border: 1px solid #ff9f9f;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.main-card-content.black {
  background-color: #0000003b;
  border: 1px solid #515151;
  box-shadow: inset 0 0 15px rgba(0, 0, 0.8);
}

.splash-msg p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #000000e3;
  min-height: 40px;
  line-height: 30px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.7);
  color: white;
}

.splash-msg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000003b;
}

.brand-logo img {
  height: 55px;
  width: auto !important;
}

#main-draw {
  width: 100%;
}

.is-count {
  animation: flicker 0.3s infinite;
}

.reward-disp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@keyframes flicker {
  0% {
    color: inherit;
  }
  50% {
    color: inherit;
  }
  100% {
    color: #e500bc;
  }
}

.reward-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #9f8b8b;
  border-bottom: 1px solid #9f8b8b;
  padding-top: 8px;
  background-color: #00000080;
}

.get-ball span {
  border: 2px solid #ffdc2d;
  box-shadow: 0 0 10px #ffd500, inset 0 0 5px #ffe356;
  scale: 1.3;
  color: #ff2000 !important;
  text-shadow: 0 0 5px #ff9d00;
  animation: flashy 0.2s infinite;
}

@keyframes flashy {
  0% {
    border: 2px solid #ffdc2d;
    box-shadow: 0 0 10px #ffd500, inset 0 0 5px #ffe356;
    scale: 1.3;
    color: #ff2000 !important;
    text-shadow: 0 0 5px #ff9d00;
  }
  50% {
    border: 1px solid #ffdc2d;
    box-shadow: none;
    scale: 1;
    color: black !important;
    text-shadow: none;
  }

  100% {
    border: 2px solid #ffdc2d;
    box-shadow: 0 0 10px #ffd500, inset 0 0 5px #ffe356;
    scale: 1.3;
    color: #ff2000 !important;
    text-shadow: 0 0 5px #ff9d00;
  }
}

.main-card {
  min-height: 400px;
}

.close-main {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: #2d2d2d;
  padding: 5px;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #696969;
  cursor: pointer;
  z-index: 200;
}

/* Badges */

.user-name,
.top-agent {
  display: flex;
  background-color: #353535;
  padding-left: 10px;
  height: 22px;
  align-items: center;
  border-radius: 10px;
  font-size: 13px;
  padding-right: 3px;
  color: #d48013;
  border: 1px solid #7c5a2e;
  box-shadow: 0 0 4px #70430a, inset 0 0 4px #70430a;
  position: fixed;
  top: 10px;
  left: -300px;
  z-index: 99999999999;
  transition: all 0.5s ease;
}

.top-agent {
  position: relative;
  left: auto;
}

.u-n-name {
  margin: 0;
  margin-left: 6px;
  width: max-content;
  padding: 0;
}

.un-action {
  margin-left: 6px;
  font-size: 11px;
  opacity: 0.6;
  color: white;
  width: max-content;
}

.name-icon {
  display: flex;
  background-color: #70430a;
  font-size: 10px;
  align-items: center;
  padding: 1px 2px;
  border-radius: 5px;
  height: 15px;
  color: #ffd4ac;
  font-weight: bold;
  box-shadow: 0 0 5px #2d2d2d;
  margin-left: -5px;
}

.ni-title {
  margin-left: 6px;
}

.name-icon img {
  height: 20px;
  margin-right: 2px;
  margin-left: -10px;
  filter: drop-shadow(0 0 5px #000000);
  scale: 1.5;
}

.elite {
  color: #bbbbbb;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 4px #939393, inset 0 0 4px #939393;
}

.elite .name-icon {
  background-color: #6a6a6a;
  color: white;
}

.vault {
  color: #ffd66f;
  border: 1px solid #ffd36f;
  box-shadow: 0 0 4px #ffb100, inset 0 0 4px #ffb100;
}

.vault .name-icon {
  background-color: #75590c;
  color: #ffe9cc;
}

.titanium {
  color: #dda1ff;
  border: 1px solid #df7dff;
  box-shadow: 0 0 4px #eb34ff, inset 0 0 4px #eb34ff;
  animation: titanium_glowering 1s infinite;
}

.titanium.name-icon img {
  animation: titanium_glowering_img 1s infinite;
  scale: 1.8;
}

.vault.name-icon img {
  animation: vault_glowering_img 1s infinite;
  scale: 1.8;
}

.vault {
  animation: vault_glowering 1s infinite;
}

@keyframes titanium_glowering_img {
  0% {
    filter: drop-shadow(0 0 2px #000000);
  }

  50% {
    filter: drop-shadow(0 0 4px #ce0096);
  }
}

@keyframes vault_glowering_img {
  0% {
    filter: drop-shadow(0 0 2px #000000);
  }

  50% {
    filter: drop-shadow(0 0 4px #ff9020);
  }
}

@keyframes titanium_glowering {
  0% {
    box-shadow: 0 0 0px #eb34ff, inset 0 0 0px #eb34ff;
    border-right-color: #fdf9ff;
  }

  50% {
    box-shadow: 0 0 5px #eb34ff, inset 0 0 5px #eb34ff;
    border-bottom-color: #fdf9ff;
  }

  100% {
    box-shadow: 0 0 5px #eb34ff, inset 0 0 5px #eb34ff;
    border-top-color: #fdf9ff;
  }
}

@keyframes vault_glowering {
  0% {
    box-shadow: 0 0 0px #ffde34, inset 0 0 0px #ffde34;
    border-right-color: #fdf9ff;
  }

  50% {
    box-shadow: 0 0 5px #ffde34, inset 0 0 5px #ffde34;
    border-bottom-color: #fdf9ff;
  }

  100% {
    box-shadow: 0 0 5px #ffde34, inset 0 0 5px #ffde34;
    border-top-color: #fdf9ff;
  }
}

.titanium .name-icon {
  background-color: #55076f;
  color: #f5caff;
}

.user-name {
  border-left: none !important;
}

.top-agents ul {
  padding: 10px;
}

.top-agents li {
  margin: 15px 5px;
  list-style: none;
  display: flex;
  align-items: center;
}

.top-agents .top-agent {
  margin-top: -20px;
  z-index: 1;
}

.agent-number {
  margin-right: 15px;
  background-color: #424242;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.top-agents li:nth-child(1) .agent-number {
  background-color: #154e91;
  color: #ffffff;
}

.card .card-title {
  font-size: 1rem;
}

.small-desc {
  font-size: 12px;
}

.top-agents ul {
  position: relative;
}

.top-agents ul::before {
  content: "";
  top: 35px;
  left: 0;
  height: 2px;
  width: 20px;
  background-color: #154e91;
  position: absolute;
}

.top-agents ul::after {
  content: "";
  top: 35px;
  left: 0;
  height: 110px;
  width: 2px;
  background-color: #154e91;
  position: absolute;
}

.reward-wait {
  background-color: #154e91;
  padding: 5px;
  font-size: 12px;
  border-radius: 0 10px 10px 10px;
  margin-top: -20px;
  color: #fffff6;
  text-align: center;
}

.reward-mult {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); /* space not comma */
  font-size: 70px;
  color: #0087ff;
  text-shadow: 0 0 10px #0080ff;
  transition: all 0.5s ease;
  background-color: #00000099;
  width: 100%;
  text-align: center;
  transform-origin: center center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.zoom_fade {
  transform: translate(-50%, -50%) scale(1); /* scale up when active */
  transform-origin: center center;
}

.earn-large-btn {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%);
  box-shadow: 0 0 20px #a50000;
}

.new-title-block {
  border: 1px solid #454545;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #000000;
  color: #b4b4b4;
  font-size: 12px;
}

.pred-earnings {
  background-color: #111a21;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
}

.pred-earnings span {
  font-weight: bold;
  color: #83b1ff;
}

.rank-flow img {
  height: 25px;
  margin-right: 5px;
}

.rank-flow {
  /* border:1px solid red; */
  position: relative;
  height: 400px;
}

.rank-flow-follow {
  position: absolute;
  left: 120px;
  height: 100%;
  width: 10px;
  background-color: #000000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-content: space-evenly;
}

.rank-flow-follow .rf-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 10px;
  background-color: #0022ff;
  border-radius: 10px;
}

.rf-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  border: 2px solid #323748;
  position: relative;
  z-index: 2;
}

.rf-amount {
  position: absolute;
  right: 13px;
  width: max-content;
  font-size: 12px;
  bottom: calc(30% - 15px);
}

.rank-flow ul {
  padding: 0;
  margin: 0;
  margin-left: 140px;
  height: 100%;
  /* background-color:red; */
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.rank-flow li {
  list-style: none;
  font-size: 13px;
  height: 35px;
  /* background-color:#0077ff; */
  display: flex;
  align-items: center;
  position: relative;
}

.rank-flow li p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  font-size: 11px;
  /* width:max-content; */
  left: 10px;
  color: #89aacc;
  line-height: 20px;
}

.rank-flow li span {
  background-color: #3f3666;
  font-size: 11px;
  width: max-content;
  color: #f2c7ff;
  padding: 1px 2px;
  border-radius: 5px;
}

.rank-flow li:nth-child(2) span {
  background-color: #8a5d0a;
  color: #ffeb80;
}

.rank-flow li:nth-child(3) span {
  background-color: #535353;
  color: #efefef;
}

.rank-flow li:nth-child(4) span {
  background-color: #46290d;
  color: #cf9e59;
}

.rank-flow li:nth-child(5) span {
  background-color: #282828;
  color: #7e7e7e;
}
.rank-flow i {
  font-weight: bold;
  font-size: 23px;
  margin-right: 5px;
  color: #232323;
}

.rf-dot-lit {
  background-color: #7789ff;
  box-shadow: 0 0 10px #002195;
  border-color: #001ab4;
}

.main-card .top-agent {
  margin: 10px;
  margin-bottom: 20px;
  z-index: 1;
}

.top-agent.unranked {
  border: 1px solid #5b5b5b;
  box-shadow: none;
  color: #929292;
}

.top-agent.unranked img {
  display: none;
}

.top-agent.unranked .name-icon {
  background-color: #131313;
  color: #e4b9b9;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999999;
  background-color: #000000e0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-loader p {
  font-size: 40px;
  margin: 0;
  animation: blinkerr 0.5s infinite;
}

@keyframes blinkerr {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


input {
  background-color: transparent !important;
}