 /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: black; 
  border-radius: 10px;
  height: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #414141; 
}
	#the-final-countdown {
		font-size: auto;
		color: white;
	}
        a {
            color:#fff;
        }
        .active {
            color: #7289DA;
        }
		body {
    background-color: #23272A;
    overflow: hidden;
}
		.bg-dark {
    background-color: #2C2F33;
}
.bg-dark-2 {
    background-color: #414141;
}

.ad_banner {
    background-color: transparent;
    height: 1px;
    width: 1px;
}

.white {
color: #fff;
}

.box{
}

.box-part{
    background:#414141;
    border-radius:10px;
    padding:60px 10px;
    margin:30px 0px;
}

.box-part:hover{
    background:#4183D7;
}

.box-part:hover .fa ,
.box-part:hover .fas ,
.box-part:hover .title ,
.box-part:hover .text ,
.box-part:hover a{
    color:#414141;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.text{
    margin:20px 0px;
}
.fa{
     color:#4183D7;
}
.fab{
     color:#4183D7;
}
.fas{
     color:#4183D7;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #414141;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: red;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.navbar-collapse.collapse.in {
  display: block!important;
}
.leaderboardRank {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  background-color: #50555a;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
}

.leaderboardBody {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 2600px;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 30px;
}
@media (max-width: 640px) {
  .leaderboardBody {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0px;
	margin: 0px;
  }
}
.leaderboardPlayersListContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  background-color: #2C2F33;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media (max-width: 640px) {
  .leaderboardPlayersListContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.msgBoxContainer-New {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 650px;
  overflow: auto;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  background-color: #2C2F33;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media (max-width: 640px) {
  .msgBoxContainer-New {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.msgBoxContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  background-color: #414141;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 50px;
}
@media (max-width: 640px) {
  .msgBoxContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.leaderboardPlayersList {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 20px;
}

@media (max-width: 640px) {
  .leaderboardPlayersList {
  padding: 0px 0px;
}
}

.msgBox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 20px;
    border-radius: 25px;
}

@media (max-width: 640px) {
  .msgBox {
  padding: 0px 0px;
}
}
	

.leaderboardPlayer {
	color: white;
	 display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5px 0 5px 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.leaderboardPlayerMsgCont {
	color: white;
	 display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 55px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.leaderboardPlayerHr {
    width: 100%;
    height: 1px;
    margin: 10px 0 10px 0;
    background-color: #474b50;
}

 ol {
   list-style: none;
   counter-reset: item;

 }
 
 @media (max-width: 620px) {
	 ol {
	   padding-inline-start: 20px;
	 }
	 .leaderboardPlayerHr {
    width: 130%;
     }
 }
 li {
   counter-increment: item;
 }
 li:before {
   content: counter(item);
   display: inline-block;
 }

.leaderboardGuildIcon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-background-size: 100px;
  -moz-background-size: 100px;
  background-size: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8);
  box-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.leaderboardGuildName {
  text-shadow: 0 0 3px rgba(0,0,0,0.8);
  font-size: 40px;
    font-weight: 700;
    padding-left: 20;
    color: white;
}

.leaderboardPlayerName {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  margin-left: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .leaderboardPlayerName {
  font-weight: 300;
  font-size: 16px;
  width: 200px;
  }
  .leaderboardGuildName {
  text-shadow: 0 0 3px rgba(0,0,0,0.8);
  font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
    color: white;
}
.leaderboardGuildIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8);
  box-shadow: 0 0 3px rgba(0,0,0,0.8);
  margin-top: 10px;
  margin-bottom: 10px;
}
}

.leaderboardPlayerMsg {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin-left: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 640px) {
  .leaderboardPlayerMsg {
  font-weight: 150;
  font-size: 12px;
  width: 200px;
  }
}

.leaderboardPlayerXP {
  display:block;
  text-align:right;
  text-shadow: 0 0 3px rgba(0,0,0,0.8);
}

.leaderboardPlayerIcon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  z-index: 99;
}

.leaderboardPlayerIcon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.leaderboardPlayerSep {
  width: 100%;
  height: 1px;
  margin: 10px 0 10px 0;
  background-color: #474b50;
}
.leaderboardPlayerStats {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  margin-left: auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 640px) {

  }
}
.leaderboardPlayerStat {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  padding: 1px;
  width: 60px;
  height: 60px;
  background-color: #50555a;
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
.leaderboardPlayerStat:after {
  position: absolute;
  content: "  ";
  width: 56px;
  height: 56px;
  top: 2px;
  left: 2px;
  background-color: #3e4246;
  border-radius: 50%;
  z-index: 2;
}
.leaderboardPlayer .leaderboardPlayerLeft {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.leaderboardStatBlock{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 50px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 30px;
}
.leaderboardStatBlock .leaderboardPlayerStatName {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1px;
  color: #85878a;
}
.leaderboardStatBlock .leaderboardPlayerStatValue {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
  color: #fff;
  padding-left: 75px;
}
@media (max-width: 620px) {
	.leaderboardStatBlock .leaderboardPlayerStatName {
  font-size: 12px;
  font-weight: 150;
  line-height: 1;
  margin-bottom: 1px;
  color: #85878a;
}
.leaderboardStatBlock .leaderboardPlayerStatValue {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
  color: #fff;
}
}
#loader{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #21242d url('https://cdn.discordapp.com/emojis/697211534320861304.gif?v=1') no-repeat center;
	z-index: 999;
}

.leaderboardSidebarContainer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.leaderboardSidebarContainer #carbonadshere {
  width: 320px;
  margin-left: 30px;
}

.leaderboardSidebarBlock {
  width: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3e4246;
  border-radius: 3px;
  padding: 16px 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  max-height: 3000px;
  overflow: auto;
  -webkit-transition: max-height 175ms ease-out;
  -moz-transition: max-height 175ms ease-out;
  -o-transition: max-height 175ms ease-out;
  -ms-transition: max-height 175ms ease-out;
  transition: max-height 175ms ease-out;
}
@media (max-width: 640px) {
  .leaderboardSidebarContainer {
    display: none;
  }
  .leaderboardSidebarBlock {
    display: none;
  }
}
.bottom10 {
  margin-bottom: 10px;
}
.flexColumn {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.leaderboardSidebarBlock h1 {
  font-size: 16px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 15px;
  text-transform: none !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.leaderboardSidebarBlock h5 {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #9f9fa0;
}
.leaderboardSidebarBlock .leaderboardSidebarBlockSeparator {
  width: 100%;
  height: 1px;
  background-color: #474b50;
  margin-bottom: 15px;
}

.leaderboardRole {
  border: 1px solid;
  border-radius: 14px;
  padding: 0 13px;
  width: max-content;
  height: 28px;
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 28px;
  -webkit-box-align: centers;
  -moz-box-align: centers;
  -o-box-align: centers;
  -ms-flex-align: centers;
  -webkit-align-items: centers;
  align-items: centers;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-right: 5px;
  overflow: hidden;
  max-width: 270px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.playerProfile {
  width: 600px;;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #42caf3;
  border-radius: 3px;
  padding: 16px 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(98,211,245,0.2);
  box-shadow: 0 0 10px rgba(98,211,245,0.2);
}
@media (max-width: 640px) {
  .playerProfile {
    margin-left: 0;
    width: 90%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.playerProfile .leaderboardPlayerIcon {
  margin-left: 0;
}
.playerProfile .leaderboardPlayerIcon img {
  border: 2px solid #fff;
}
.playerProfile .leaderboardPlayerStatName {
  color: #fff !important;
}
.playerProfile .leaderboardPlayerStat {
  background-color: transparent;
}
.playerProfile .leaderboardPlayerStat:after {
  background-color: #95e4fe;
}
.playerProfile .leaderboardPlayerStat .leaderboardPlayerStatBar {
  border-color: #fff;
}
.playerProfile .leaderboardPlayerStat .leaderboardPlayerStatFill {
  border-color: #fff;
}
.playerProfile .leaderboardPlayerStatBlock {
  margin-left: 5px !important;
}
.playerProfile .leaderboardPlayerUsername {
  overflow: hidden;
  line-height: 1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.playerProfile .playerGuildSettings {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.5);
  margin-top: 10px;
  padding-top: 15px;
}
.playerProfile .playerGuildSettingsUseDefaultRankCard {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.playerProfile .playerGuildSettingsUseDefaultRankCard .Toggle {
  margin-left: auto;
}
.playerProfile .Toggle {
  background-color: #89e4ff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.playerProfile .Toggle.checked {
  background-color: #158db1 !important;
}
.playerProfile .ToggleCircle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.playerProfile button {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 13px;
  margin-top: 15px;
}
.playerProfile button span {
  margin-left: 7px;
}
.leaderboardLoginCta {
  width: 320px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #42caf3;
  border-radius: 3px;
  padding: 16px 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(98,211,245,0.2);
  cursor: pointer;
  -webkit-transition: background-color 175ms ease-out;
  -moz-transition: background-color 175ms ease-out;
  -o-transition: background-color 175ms ease-out;
  -ms-transition: background-color 175ms ease-out;
  transition: background-color 175ms ease-out;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 640px) {
  .leaderboardLoginCta {
    margin-left: 0;
    width: 90%;
  }
}
.leaderboardLoginCta .leaderboardLoginCtaText {
  margin-left: 13px;
}
.leaderboardLoginCta svg {
  fill: #fff;
}
.leaderboardPlaceholderText {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}
.flexRow {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}


.recordrtc button {
        font-size: inherit;
    }

    .recordrtc button, .recordrtc select {
        vertical-align: middle;
        line-height: 1;
        padding: 2px 5px;
        height: auto;
        font-size: inherit;
        margin: 0;
    }

    .recordrtc, .recordrtc .header {
        display: block;
        text-align: center;
        padding-top: 0;
    }

    .recordrtc video {
        width: 70%;
    }

    .recordrtc option[disabled] {
        display: none;
    }
    audio {
    vertical-align: bottom;
    width: 10em;
}
video {
    max-width: 100%;
    vertical-align: top;
}
input {
    border: 1px solid #d9d9d9;
    border-radius: 1px;
}

.input100 {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  width: 490%;
  display: block;
  background: #414141;
  height: 50px;
  border-radius: 25px;
  padding: 0px 30px 0 68px;
  margin-top: 25px;
}

@media (max-width: 620px) {
  .input100 {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  width: auto;
  display: block;
  background: #414141;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
  }
  
}

.symbol-input100 {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 35px;
  bottom: 0;
  left: 0;
  height: 100%;
  padding-left: 35px;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.symbol-input1000 {
  background-image: url(https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSbUF8ijoIW-ZFNk-M-KT-J3uUAfl6bNrkTWPcr3tw1HMjqVoFAFcoKRTk);
  display: inline-block;
    width: 123px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 1300px 0;
    vertical-align: middle;
}

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}
.validate-input {
  position: relative;
}
.alert>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.alert>.start-icon {
    margin-right: 5px;
}

.greencross
{
  font-size:18px;
      color: #25ff0b;
    text-shadow: none;
}

.alert-simple.alert-success
{
  border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
  text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}
.alert-success:hover{
  background-color: rgba(7, 149, 66, 0.35);
  transition:0.5s;
}
.alert-simple.alert-info
{
  border: 1px solid rgba(6, 44, 241, 0.46);
    background-color: rgba(7, 73, 149, 0.12156862745098039);
    box-shadow: 0px 0px 2px #0396ff;
    color: #0396ff;
  text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}

.alert-info:hover
{
  background-color: rgba(7, 73, 149, 0.35);
  transition:0.5s;
}

.blue-cross
{
  font-size: 18px;
    color: #0bd2ff;
    text-shadow: none;
}

.alert-simple.alert-warning
{
      border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    color: #ffb103;
    text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}

.alert-warning:hover{
  background-color: rgba(220, 128, 1, 0.33);
  transition:0.5s;
}

.warning
{
      font-size: 18px;
    color: #ffb40b;
    text-shadow: none;
}

.alert-simple.alert-danger
{
  border: 1px solid rgba(241, 6, 6, 0.81);
    background-color: rgba(220, 17, 1, 0.16);
    box-shadow: 0px 0px 2px #ff0303;
    color: #ff0303;
    text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}

.alert-danger:hover
{
     background-color: rgba(220, 17, 1, 0.33);
  transition:0.5s;
}

.danger
{
      font-size: 18px;
    color: #ff0303;
    text-shadow: none;
}

.alert-simple.alert-primary
{
  border: 1px solid rgba(6, 241, 226, 0.81);
    background-color: rgba(1, 204, 220, 0.16);
    box-shadow: 0px 0px 2px #03fff5;
    color: #03d0ff;
    text-shadow: 2px 1px #00040a;
  transition:0.5s;
  cursor:pointer;
}

.alert-primary:hover{
  background-color: rgba(1, 204, 220, 0.33);
   transition:0.5s;
}

.alertprimary
{
      font-size: 18px;
    color: #03d0ff;
    text-shadow: none;
}

.square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: 0.302;
    z-index: 0;
}

.square_box.box_three {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: -80px;
    top: -60px;
    width: 500px;
    height: 500px;
    border-radius: 45px;
}

.square_box.box_four {
    background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
    opacity: 0.059;
    left: 150px;
    top: -25px;
    width: 550px;
    height: 550px;
    border-radius: 45px;
}

.alert:before {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 44px);
    border-left: 1px solid;
    border-right: 2px solid;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
      height: 20px;
}

.fa-times
{
-webkit-animation: blink-1 2s infinite both;
	        animation: blink-1 2s infinite both;
}


/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}


</style>
<!-- CSS BY KEKSSTUDIOS.dev - NOT FOR COPY PASTE - NOT ALLOWED COPIES ARE LEGALLY PROSECUTED | END -->
   