[contenteditable=true]:empty:before{
  content:attr(data-ph);
  color:grey;
  font-style:italic;
  font-weight: 300;
}
#game{
  position: fixed;
  max-width:600px;
  width: 100%;
  top: 120px;
}
#game_title{
  display:none;
}
.tiktok_theme #game_title{
  display:block;
}
#topMenu{
  margin-top:5px;
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 2px 15px;
  height: 35px;
  width: 100%;
}
#topMenu #dj_top{
  padding: 4px 0;
}
#topMenu .dj_name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#topMenu .likeCount,#topMenu .dislikeCount{
  font-size:14px;
  padding:1px;
}
#topMenu .tbtn{
  height:100%;
  display: inline-block;
  vertical-align: middle;
}
#topMenu .pill{
  width: 55px;
  background: white;
  margin-right: 2%;
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 0.11rem 0.2rem;
  height: 28px;
}
#myAccountBtn{

}
#myAccountBtn img{
  width:25px;
  border-radius: 50%;
}
#roomTitle{
  font-weight: 700;
}
.wordTitleText{
  background: var(--background);
  padding: 2px 10px;
  border-radius: 8px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 5px;
}
#voice_language {
  cursor: pointer;
  user-select: none;
  text-align: center;
  font-size: 14px;
  width: 100%;
  margin-left: -10px;
  border: 5px solid #7f0c87;
  height: 39px;
  color: white;
  font-weight: bold;
  background: #7f0c87;
}
#playlist{
  border:1px solid #ccc;
  background:#222;
  color:white;
  position:absolute;
  left:-400px;
  width:400px;
  height:100vh;
}
#userCountBtn{
  
}
#userCountBtn .user_count{
  text-align: left;
  font-weight:bold;
  font-size: 16px;
  margin-left:2px;
  min-width:20px;
}
.audioBtn{
  position: absolute;
  background:rgb(102, 102, 102);
  color:white;
  padding: 10px;
  right: -61px;
  top:100px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
  user-select: none;
}
#menuButtons{
  display: flex;
  justify-content: space-between;
}
#menuButtons .active{
  background: #222;
}
.playerBtns{

}
.playerBtns .playerBtn{
  padding: 8px 14px;
  background: #4f2d65;
  border: 1px solid #d9d9d9;
  cursor:pointer;
}
.playerBtns .playerBtn:hover{
  background: #412057;
}
.audioMenuBtn{
  border: 1px solid #ccc;
  padding: 8px 5px;
  cursor: pointer;
  border-bottom: 0;
  background:#555;
}
.audioMenuBtn:hover{
  background:#333;
}
#songs{
  display:none;
  background:rgb(0, 37, 7);
  position:absolute;
  height:600px;
  width:100%;
  padding: 15px;
  overflow-y: scroll;
}

#dropList{
  display:none;
  background:rgb(37, 27, 0);
  position:absolute;
  height:600px;
  width:100%;
  padding: 15px;
  overflow-y: scroll;
}

#spTitle{
  color:yellow;
  font-size:14px;
}

.nsStatus{
  cursor:pointer;
  padding:4px 8px;
  background: rgb(49, 68, 174);
}
.drow{
  vertical-align: top;
  margin:0 1%;
  display:inline-block;
  width:46%;
}
.dim{
  vertical-align: middle;
  display:inline-block;
}

#searchSong{
  padding: 6px 10px;
  width: 100%;
  background: white;
  border: navajowhite;
  border-bottom: 1px solid white;
  outline: none;
  color: black;
  margin-bottom: 10px;
}
.addToPlaylist{
  margin-left: 10px;
  background: #555;
  padding: 3px 10px;
  cursor: pointer;
  user-select: none;
}
.addToPlaylist:hover{
  background-color: #000;
}
.tippy_ul{
  padding:0;
  margin:0;
  list-style-type: none;
}
.tippy_li{
  font-weight:normal;
  cursor:pointer;
  padding:4px 14px;
}
.tippy_li:hover{
  background-color:#eee;
}
.tippy_li span{
  padding:3px;
}
.tippy-box{
  border: 1px solid #333;
  color:#333;
  background-color:white!important;
}
.tippy-arrow{
  color:#fff;
}
.playlists label, #playlists label{
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 1px 8px;
  display: inline-block;
  margin: 3px;
  background: #646464;

}
.playlists input{
  display: none;
}
.playlistRadio_a:checked + label{
  background: #000000;
}
#genres{
  position: relative;
}
#genres #genrePageSelect{
  position: absolute;
  right:10px;
  top: 15px;
  padding:2px 10px;
  cursor:pointer;
  user-select: none;
  color:rgb(0, 255, 195);
}
#genres #genrePageSelect:hover{
  background:#555;
}
.genrePage{
  display: none;
}
#genderList input{
  margin-right:5px;
  vertical-align: middle;
}
#genderList label, #currentGenderList label, #moodList label, #currentMoodList label{
  cursor:pointer;
  border: 1px solid #ccc;
  padding: 1px 10px;
  display: inline-block;
  margin: 3px;
  background: #444;
}
#currentGenderList label, #currentMoodList label{
  border: 1px solid #c9c8ad;
  background: #334638;
}
#guesstheword{
  width: 100%;
  top: 130px;
}
#guesstheword .hint{
  font-weight: bold;
  font-size:26px;
  width: fit-content;
  margin: 0 auto;
}
#commandsLog{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.word{
    color:var(--color);
    width: 90%;
    padding: 8px;
    padding-bottom:2px;
    position: relative;
    user-select: none;
    border-top: 0px;
    margin: auto;
    background: var(--background_2);
}
.follow{
  width: 90%;
  padding: 8px;
  position: relative;
  
  border-top: 0px;
  margin: auto;
}
.dtitle{
  padding:5px;
}
.participant,.donatoruser{
    width: 95%;
    border: 1px solid #ccc;
    margin: auto;
    padding: 5px;
}
.followuser,.donatoruser,.participant{
  position:relative;
}
#winner_points,#participant_points,#donator_points{
  right: -18px;
  top: -18px;
  position:absolute;
}
#hearts_roses{
  right: 15px;
  top: -26px;
  position:absolute;
}
.w_hearts, .w_roses{
  display:none;
}
#hearts_roses .w_cat{
  color:black;
  font-size: 13px;
  padding: 0 4px;
  text-align: left;
  display:inline-block;
  border:1px solid #ccc;
  border-radius: 4px;
  background:white;
  margin:0 2px;
}
#hearts_roses .w_cat img{
  margin-right: 3px;
  margin-top: -2px;
  margin-left: 3px;
}
.winners{
  display:none;
}
.roses{
  display:none;
}
.aAvatarWrapper{
  margin-right:10px;
  width:40px;
  height:40px;
  border-radius:10px;
  overflow:hidden;
}
.aAvatarWrapper img{
  width:40px;
  height:40px;
}
.aUser{
  max-width:250px;
  font-weight: bold;
  font-size:20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-item{
  border-radius: 10px 2px 2px 10px;
  position:relative;
  text-align: left;
  margin-top:5px;
  vertical-align:middle;
}
.top-item .top-avatar-wrapper{
  margin-right:2px;
  width:30px;
  height:30px;
  border-radius:10px;
  overflow:hidden;
  
}
.top-item .top-avatar-wrapper img{
  width:30px;
  height:30px;
}
.top-item .top-user{
  width:98px;
  font-weight: bold;
  font-size:15px;
  white-space: nowrap;
  overflow: hidden;
}
.slidingText span{
  display: inline-block;
}
.slidingText span span {
  -moz-transition: left 4s linear;
  -o-transition: left 4s linear;
  -webkit-transition: left 4s linear;
  transition: left 4s linear;
  position: relative;
  animation-duration: 7s;
  animation-name: identifier;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  left: calc(92px - 5px - 100%);
}
@keyframes identifier {
  0% {left: 0; }
  10% {left: 0; }
  50% {left: calc(92px - 5px - 100%); }
  80% {left: calc(92px - 5px - 100%); }
  90% {left: 0; }
  100% {left: 0; }
}
.top-item .top-points{
  color:black;
  position:absolute;
  right:3px;
  top:5px;
  font-size:14px;
  background:white;
  padding: 0 2px;
  border-radius: 2px;
}
.message-list {
  padding: 1rem 1rem;
  overflow-y: auto;
  box-shadow: 3px 3px 11px 2px #d4d4d4;
  height: calc(100vh - 130px);
}

.message-item {
  display: flex;
  align-items: baseline;
  padding: 0.35rem 0;
}

.message-item .avatar-wrapper {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}

.message-item .msg-avatar {
  width: 100%;
  height: 100%;
}

.message-item .msg-user {
  font-weight: bold;
  font-size: 16px;
  color: #acacac;
  padding-left: 0.5rem;
}

.message-item .msg-content {
  font-size: 16px;
  color: #454545;
  padding-left: 0.25rem;
}
#jackpotBtn{
  cursor: pointer;
  user-select: none;
  color: blueviolet;
  width: fit-content;
  margin: auto;
  border-radius: 10px;
  padding: 3px 20px;
}
.flas_text{
  animation: animationTextFrames 30s infinite;
}
.flash{
  animation: animationFrames 3s infinite;
}
.flash2{
  animation: animationFrames 15s infinite;
}
.flash3{
  animation: animationFrames 30s infinite;
}
@keyframes animationFrames{
  0% {
    background-color: rgb(255, 255, 255);
    color:black;
  }
  10% {
    color:white;
    background-color: rgb(0, 150, 75);
  }
  20% {
    color:black;
    background-color: rgb(255, 240, 23);
  }
  30% {
    color:white;
    background-color: purple;
  }
  40% {
    color:black;
    background-color: rgb(255, 255, 255);
  }
  50% {
    color:white;
    background-color: rgb(0, 49, 127);
  }
  60% {
    color:black;
    background-color: rgb(0, 238, 255);
  }
  70% {
    color:white;
    background-color: rgb(0, 150, 115);
  }
  80% {
    color:black;
    background-color: rgb(255, 255, 255);
  }
  90% {
    color:white;
    background-color: purple;
  }
  100% {
    color:black;
    background-color: rgb(255, 255, 255);
  }
}
@keyframes animationTextFrames{
  0% {
    color: rgb(255, 255, 255);
  }
  10% {
    color: rgb(0, 150, 75);
  }
  20% {
  color: rgb(255, 240, 23);
  }
  30% {
    color: purple;
  }
  40% {
    color: rgb(255, 255, 255);
  }
  50% {
    color: rgb(0, 49, 127);
  }
  60% {
    color: rgb(0, 238, 255);
  }
  70% {
    color: rgb(0, 150, 115);
  }
  80% {
    color: rgb(255, 255, 255);
  }
  90% {
    color: purple;
  }
  100% {
    color: rgb(255, 255, 255);
  }
}
/*PULSE EFFECT*/
.blob_tap {
  background: black;
  color:#fff!important;
  border-radius: 50%;
  text-align: center;
  padding: 4px 5px;
  font-size: 13px;
  height: 27px;
  min-width: 27px;
  transform: scale(1);
  line-height: 1.7;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.blob {
    font-weight: 600;
  
    color:#fff!important;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    height: 40px;
    min-width: 40px;
    transform: scale(0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.blob2{
  color: #fff!important;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  transform: scale(3);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.blob3{
  color: #fff!important;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  transform: scale(3);
  transition: all .1s ease-in-out;
}
#winner_points .blob{
  background: rgb(0, 80, 57);
}
#participant_points .blob{
  background: rgb(0, 0, 0);
}
/*CUBE effect*/
.flip-card-content {
  position: relative;
  width: 100%;
  height: 80px;
  z-index:2;
/*  transform-style: preserve-3d;*/
  perspective:800px;
}

.flip-card-side-a,
.flip-card-side-b,
.flip-card-side-c{
display:flex;
  width:100%;
  position: absolute;
  height:100%;
  backface-visibility: hidden;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  visibility:visible;
  transform-origin:50% 50% 0px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.flip-card-side-a {
  transform: rotateY(0deg) translateZ(40px);
  z-index: 1;
}
.flip-card-side-b {
  transform: rotateX(90deg) translateZ(40px);
}
.flip-card-side-c {
  transform: rotateY(-90deg) translateZ(40px);
}

.flip .flip-card-side-a {
  transform: rotateX(-90deg) translateZ(40px);
}
.flip .flip-card-side-b {
  display:block;
  transform: rotateY(0deg) translateZ(40px);
  z-index: 1;
}
.flip-right .flip-card-side-a {
  transform: rotateY(90deg) translateZ(40px);
}
.flip-right .flip-card-side-b {
  display:none;
}
.flip-right .flip-card-side-c {
  transform: rotateY(0deg) translateZ(40px);
  z-index:1;
}

.arrow
{
  position: absolute;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;

  /**
    * Dark Arrow Down
    */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJzdmcyIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzIGlkPSJkZWZzNCIvPjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTU0MC4zNjIyKSI+PHBhdGggZD0ibSAxMjcuNDA2MjUsNjU3Ljc4MTI1IGMgLTQuOTg1MywwLjA3ODQgLTkuOTEwNzcsMi4xNjMwOCAtMTMuNDM3NSw1LjY4NzUgbCAtNTUsNTUgYyAtMy42MDA1NjUsMy41OTkyNyAtNS42OTY4ODMsOC42NTg5NSAtNS42OTY4ODMsMTMuNzUgMCw1LjA5MTA1IDIuMDk2MzE4LDEwLjE1MDczIDUuNjk2ODgzLDEzLjc1IEwgMjQyLjI1LDkyOS4yNSBjIDMuNTk5MjcsMy42MDA1NiA4LjY1ODk1LDUuNjk2ODggMTMuNzUsNS42OTY4OCA1LjA5MTA1LDAgMTAuMTUwNzMsLTIuMDk2MzIgMTMuNzUsLTUuNjk2ODggTCA0NTMuMDMxMjUsNzQ1Ljk2ODc1IGMgMy42MDA1NiwtMy41OTkyNyA1LjY5Njg4LC04LjY1ODk1IDUuNjk2ODgsLTEzLjc1IDAsLTUuMDkxMDUgLTIuMDk2MzIsLTEwLjE1MDczIC01LjY5Njg4LC0xMy43NSBsIC01NSwtNTUgYyAtMy41OTgxNSwtMy41OTEyNyAtOC42NTA2OCwtNS42ODEyNyAtMTMuNzM0MzgsLTUuNjgxMjcgLTUuMDgzNjksMCAtMTAuMTM2MjIsMi4wOSAtMTMuNzM0MzcsNS42ODEyNyBMIDI1Niw3NzguMDMxMjUgMTQxLjQzNzUsNjYzLjQ2ODc1IGMgLTMuNjY2NzgsLTMuNjY0MjMgLTguODQ4MDEsLTUuNzY0NDIgLTE0LjAzMTI1LC01LjY4NzUgeiIgaWQ9InBhdGgzNzY2LTEiIHN0eWxlPSJmb250LXNpemU6bWVkaXVtO2ZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7dGV4dC1pbmRlbnQ6MDt0ZXh0LWFsaWduOnN0YXJ0O3RleHQtZGVjb3JhdGlvbjpub25lO2xpbmUtaGVpZ2h0Om5vcm1hbDtsZXR0ZXItc3BhY2luZzpub3JtYWw7d29yZC1zcGFjaW5nOm5vcm1hbDt0ZXh0LXRyYW5zZm9ybTpub25lO2RpcmVjdGlvbjpsdHI7YmxvY2stcHJvZ3Jlc3Npb246dGI7d3JpdGluZy1tb2RlOmxyLXRiO3RleHQtYW5jaG9yOnN0YXJ0O2Jhc2VsaW5lLXNoaWZ0OmJhc2VsaW5lO2NvbG9yOiMwMDAwMDA7ZmlsbDojMjIyMjIyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDozOC44ODAwMDEwNzttYXJrZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7ZGlzcGxheTppbmxpbmU7b3ZlcmZsb3c6dmlzaWJsZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlO2ZvbnQtZmFtaWx5OlNhbnM7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpTYW5zIi8+PC9nPjwvc3ZnPg==);
  background-size: contain;
}

.bounce {
  animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-4px);
  }
  40% {
    transform: translateY(-16px);
  }
  60% {
    transform: translateY(-8px);
  }
}

#title{
  width: fit-content;
  margin: 10px auto;
}
/*SLIDING TEXT*/
.description {
  max-width: 100%;
  overflow: hidden;
}

.description .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 70s linear infinite;
}

.description .marquee p {
  display: inline-block;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/*div:hover {
  animation-play-state: paused;
}*/
@-webkit-keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/*DONATOR*/

#donation{
  top:830px;
  height: 600px;
  position:absolute;
  width: 370px;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#wonPrize{
  border-radius: 10px 10px 0 0;
  padding: 15px;
  top:830px;
  height: 600px;
  position:absolute;
  width: 370px;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.giftInfo{
  text-align:center;
}
.giftInfo .giftThumb img{
  width:150px;
}
.giftInfo .giftName{
  font-weight: bold;
  font-size: 26px;
}
#prizeList{
  border-radius: 10px 10px 0 0;
  padding: 15px;
  top:830px;
  height: 600px;
  position:absolute;
  width: 370px;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.prizeRow{
  text-align: center;
  font-size: 20px;
  width: 290px;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow:hidden;
}
.prizeRow img{
  width:40px;
}
.prizeRow .giftCount{
  text-align: center;
  display: inline-block;
  width: 20px;
  font-weight: bold;
}
.prizeRow .giftThumb{
  text-align: center;
  display:inline-block;
  width:50px;
}
.prizeRow .winThumb{
  text-align: center;
  display:inline-block;
  width:30px;
}
.prizeRow .prizeTitle{
  font-weight: bold;
  color: white;
  background: #5a5a5a;
  
}
.prizeRow .prizeContent{
  border: 2px solid #5a5a5a;
  border-radius: 0 0px 10px 10px;
  padding: 4px 0;
}
#topFans{
  display: flex;
  flex-direction: column;
  align-items: center;
  top:740px;
  height: 600px;
  position:absolute;
  width: 370px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#fans{
  overflow: hidden;
  position:relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#topFans .fan:nth-child(1) .blob_tap,#topFans .fan:nth-child(2) .blob_tap,#topFans .fan:nth-child(3) .blob_tap{
  font-size: 20px;
  height: 40px;
  min-width: 40px;
  padding: 5px;
}
#topFans .fan:nth-child(1) .progressBar{
  background-color: rgb(0, 159, 226);
}
#topFans .fan:nth-child(2) .progressBar{
  background-color: gold;
}
#topFans .fan:nth-child(3) .progressBar{
  background-color: #ff7f7f;
}
#topFans .fan:nth-child(1){
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color:white;
  height:60px;
  font-weight: bold;
  padding:8px 10px;
  font-size: 22px;
}

#topFans .fan:nth-child(2){
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #a90046;
  height:50px;
  font-weight: bold;
  padding:6px 10px;
  font-size: 18px;
}
#topFans .fan:nth-child(3){
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color:black;
  height:40px;
  font-weight: bold;
  padding:4px 10px;
  font-size: 16px;
}
#topFans .fan {
  font-family: 'Gilroy';
  font-size: 14px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 349px;
  height: 30px;
  margin-bottom: 10px;
  padding:2px 10px;
  border: 1px solid #aaa;
  background-color: #ffffffdb;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#topFans .fan:hover {
  transform: translateY(-5px);
}
#fansCounter{
  position:absolute;
  right: 15px;
  top: 14px;
  font-weight: bold;
  font-size: 20px;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
#fansTipTap{
  text-align: center;
  padding: 20px 10px;
  font-family: 'Gilroy';
}
.fan .avatar{
  width:42px;
  height:100%;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}
.fan .avatar img{
  height:100%;
  border-radius: 3px;
  
}
.fan .name{
  font-weight: bold;
  font-family: 'Gilroy';
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.fan .totalLikeCount {
  font-weight: bold;
  z-index: 2;
}
.fan .progressBar{
    height: 100%;
    position: absolute;
    background-color: #68d7bd;
    width: 0%;
    left: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#battle{
  top:830px;
  height: 600px;
  position:absolute;
  width: 370px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#donatorZooms{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zoom-in-animation{
  position: absolute;
  border-radius:50%;
  overflow:hidden;
  margin: 24px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: green;
  animation: zoom-in-animation 3s ease-out infinite;
}
@keyframes zoom-in-animation {
  0% {
    opacity: 1;
    transform: scale(0, 0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(25, 25);
  }
}
.unscanner2 {
  display:none;
  top:0px;
  position: absolute;
  height: 47px;
  width:100%;
  right:0;
  left:0;
  overflow: hidden;
}
.unscanner{
  display: none;
  right:0;
  left:0;
  width:100%;
  height:20px;
  top:17px;
  position: absolute;
}
.unscan {
  border-radius:50%;
  width:20px;
  height: 20px;
  background-color: white;
  position: absolute;
  animation: unscan 1s infinite;
}
@keyframes unscan {
  0%,
  100% {
    left: 3%;
  }
  50% {
    left: 65%;
  }
}
button {
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 0.2rem 0 0.2rem;
}
.btn-transparent{
    margin: auto;
    font-weight: 600;
    background: #0000002b;
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 10px;
}
.info {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.noUi-target.noUi-sm .noUi-handle{
    background: #e2d3bf;
    width:25px;
    height:25px;
}
@media (max-width: 392px){

}
.transferring-points{
  top:0px;
  position:absolute;
  padding:6px 10px;
  border-radius: 10px;
  font-size: 16px;
  z-index:2;
  font-weight: bold;
  background:green;
  color:white;
}