#side-frame {
	background: linear-gradient(to bottom, rgba(0,0,0,1),rgba(0,0,0,1) 20%, gray);
	margin-top: 1%;
	margin-bottom: 2%;
	margin-right: 2%;
	margin-left: 2%;
	border-radius: 15px 15px 15px 15px;
	min-height: 60em;
	color: white;
	box-shadow: 10px 10px 10px 15px #4d3636;
}
#header-div {
	margin-right: 2%;
	margin-left: 2%;
	font-size:1vw;
}

#body-div {
	margin-right: 2%;
	margin-left: 2%;
	font-size:1vw;
}

#navigation-div {
	margin-right: 2%;
	margin-left: 2%;
	font-size:1vw;
}


#language-div {
	margin-top: 0.5%;
	width: 2.5%;
	float: right;
	background: #472020;
	
}

.langbtn {
  background: rgba(0,0,0,0);
  color: white;
  width: 100%; 
	height: auto;
  padding: 5px 8px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
  border: none;
  cursor: pointer;
  font-size:0.8vw;
}


.dropdown-lang {
	width: 100%; 
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 8%;
	z-index: 2;
}

.lang-content {
  display: none;
  position: absolute;
  background-color: #6b6b6b;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
	height: 20px;
 
}

.lang-content a {
  color: black;
 	background-color: #6b6b6b;
  text-decoration: none;
	height: 20px;
  z-index: 2;
  font-size:1vw;
  padding: 6px 8px;
   

}

.langselect {
	font-size: 0.8vw;
	padding: 3px;
	color: black;
	font-weight: bold;
}

.lang-content a:hover {
	background-color: #403f3f;
	z-index: 2;
	}

.dropdown-lang:hover .lang-content {
  display: block;
  z-index: 2;
}

.dropdown-lang:hover .langbtn {
  background-color: #361111;
  z-index: 2;
}

.langpic {
		 width: 25px;
		 border-radius: 100%;
}

.langpic2 {
		 width: 40px;
		 height: 20px;
}


#gsport-banner {
	width: 6%; 
	height: auto 
}

#userinfo_header {
	width: 4%; 
	height: auto;
	margin-top: 1%;
	float: right;
	
	font-size:0.7vw;
}
#avatar_header {
	width: auto; 
	height: 60px;
	max-width: 60px; 
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 0.5%;
	float: right;
	
}

#usercheck {
	width: 3%; 
	height: auto;
	margin-top: 2%;
	margin-right: 2%;
	float: right;
	
}

#logoutbutton_header {
		width: 3%; 
	height: auto;
	margin-top: 2.5%;
	margin-right: 2%;
	float: right;
}

#avatar_header:hover {
cursor: pointer;
	
}

.puserinfo:hover {
	cursor: pointer;
}

.login-buttons {
	margin-top: 2.5%;
	margin-right: 2%;
	float: right;
	width: 6%; 
	height: auto;
	background: #472020;
	font-size:0.8vw;
	padding: 5px 8px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	color: white;
}

.login-buttons:hover {
  background: #361111;
}

.dropbtn {
  background: rgba(0,0,0,0);
  color: white;
  width: 100%; 
	height: auto;
  padding: 5px 8px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
  border: none;
  cursor: pointer;
  font-size:0.8vw;


}

.dropdown {
	width: 15%; 
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 8%;
	z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #6b6b6b;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
	
 
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 2;
   

}

.dropdown-content a:hover {
	background-color: #403f3f;
	z-index: 2;
	}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 2;
}

.dropdown:hover .dropbtn {
  background-color: #361111;
  z-index: 2;
}

.navpic {
	 width: 22%; 
}


.nav-point {
	float: left;
	width: 15%; 
	margin-right: 8%;
	
  color: white;
  padding: 5px 8px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	font-size:0.8vw;
	text-decoration: none;
}

.nav-point2 {
	float: left;
	width: 15%; 
	
  color: white;
  padding: 5px 8px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	font-size:0.8vw;
	text-decoration: none;
}

.nav-point:hover {
  background: #361111;
}

.nav-point2:hover {
  background: #361111;
}

hr {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      }
      
#middle-box {
position: absolute;
    top: 17%;
    left: 9%;

   width: 80%;
   height: 40%;
	color: white;
	
}

.gameimg {
	float: left;
	   width: 40%;
   height: auto;
   margin-right: 1em;
}

.footer {
		margin-right: 9em;
	margin-left: 9em;
	margin-bottom: 1em;
	font-size:1vw;
	float: left;
}

.footerlink {
	text-decoration: none;
	color: black;
}

.footerlink:hover {
	text-decoration: underline;
	font-weight: 700;
	
}

.pbalanceinfo {
	cursor: pointer;
}



#cookiePopup {
  background-color: black;
  position: fixed;
  font-size: 14px;
  width: 70vw;
  max-width: 42.85em;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
  border-radius: 6px;
  border: 1px solid silver;
  transition: all 0.5s ease-in;
  z-index: 50;
}
#cookiePopup img {
  display: block;
  width: 3.75em;
  transform: translateZ(0);
  position: relative;
  margin: auto;
}
#cookiePopup p {
  text-align: center;
  margin: 1.4em 0;
}
#cookiePopup button {
  background-color: #6859fe;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em 1.4em;
  display: block;
  position: relative;
  margin-top:1em;
  margin: auto;
  border-radius: 5px;
}


#cookiePopup button:hover {
  background-color: #5148e5;
  cursor:pointer;

}

#cookiePopup a {
  color: #6859fe;
}
.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}
.show {
  visibility: visible;
  bottom: 30em;
  right: 40em;
}
@media only screen and (max-width: 37.5em) {
  #cookiePopup {
    width: 100%;
  }
  .hide {
    bottom: 2em;
    right: 0;
  }
  .show {
    right: 0;
    bottom: 0;
  }
}
#selectform {
position: absolute;
  top: 25px;
  right: 70px;
}

#selectlang {

}


