:root {
  --main: #126e51;
  --mainbgc: #E9E7F2;
  --navbgc:linear-gradient(#f7f7f7,#fff); /*top nav bar*/
  --m_topbtn:linear-gradient(#126e51, #1a966e);
  --musicbtn:linear-gradient(to right,#fffed0, #e8bf58, #a96a22);
  --m_topbtnborder:#126e51;
  --bfont: black;
  --navbfont:#404966;
  /*mobiletoptapbar*/
  --ttbar:linear-gradient(#191919,#262626);
  --ttbartext:#404966;
  --ttbarbordert:1px solid #000;
  --ttbarborderb:none;
  --sec_bg:#f8f9fb;
  --sec_bg_title:#6a718e;
  /*mobiletoptapbar*/
  
  /*gamelist*/
		--gametitle:#ffd600;
  --ourgamelistbg:linear-gradient(to bottom,#3b3b3b, #191919); /*gamelistbg*/
  --ourgamelistborder:linear-gradient(to right,#34d6ff, #105c8e, #34d6ff);
  --ourgamelistborderpx:double 1px transparent;
  
  --ourgamelistboxshadow:0 0 9px #34d6ff;
  --ourgamefont:#404966;
  /*gamelist*/
  
  --secback:#EDEDED; /*gamelistbg*/
  --linecolor :#17384E;
  
  --lgrey: #F7F7F7;
  --yellow: #F9BB22;
  --base: white;
  --smalltext: white;
  /*bottompart*/
  --bottompartbg:#191919;
  /*bottompart---end---*/
  --bottombg:#F7F7F7;
  --bottomfont:#535353;
  /*footer*/
  --footerbg:linear-gradient(#f7f7f7,#fff);
  --footerborder:#ffd600;
  --footertext:#404966;
  /*footer---end---*/
  
  
  /*pop bg*/
  --popbg:rgba(255, 255, 255, 1);
  --popinput:white;
  /*pop bg---end---*/
  
  /*cstogame*/
  --cstogamebg:linear-gradient(#f7f7f7,#fff);
  --cstogamebg2:linear-gradient(#f7f7f7,#fff);
  /*cstogame---end---*/
 --trans:rgba(0,0,0,0);
}

.mrtoptitleyellow{
	background: linear-gradient(to bottom, #FFFED0, #e8bf58, #A96A22);
	color:transparent;
  -webkit-background-clip: text;
  text-shadow:none;
	filter: drop-shadow(1px 1px 0px #333);
}

.loginbtn {
  position: relative;
  color:white;
}
.loginbtn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px; 
  padding: 2px; 
  border:1px solid #F9BB22;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.navmusic{
	position: relative;
  color:white;
}
.navmusic::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px; 
  padding: 1px; 
  background:linear-gradient(to right, #F9BB22); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.navmusicm::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px; 
  padding: 2px; 
  background:none; 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.joinbtn{
	background-image:var(--m_topbtn);
	border:none;
}

.regbtn{
	border:none;
}

.toptitle{
	background: linear-gradient(to bottom, #FFFED0, #e8bf58, #A96A22);
	color:transparent;
  -webkit-background-clip: text;
  text-shadow:none;
	filter: drop-shadow(1px 1px 0px #333);
}

.gamelistname{
	font-size: 11px;
  color: var(--ourgamefont);
  margin-top:-5px;
}