.tableBody{
	width: calc(100% - 18px);
	padding:6px;
    border: 2px solid #55636c;
    background-color: #240606;
	box-sizing:content-box;
}

.btContainer{
	width:100%;
	border: 1px solid #dfd2c9;
    position: relative;
    background-color: #0e0000;
	box-shadow: 3px 3px 3px #463939;
}

.btHeader{
	width:100%;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#5A2800;
	text-align:center;
}

.btText{
	width:100%;
	margin-top:8px;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size:12px;
	color:#5A2800;
	text-align:center;
}

.btSmallText{
	width:100%;
	margin-top:8px;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#5A2800;
	text-align:center;
}

#bonusItemsBody{
	width:calc(100% - 28px);
	margin:14px;
	padding-bottom:15px;
	box-sizing:content-box;
	overflow-x:scroll;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

#bonusItemsBody::-webkit-scrollbar {
  height: 10px;
}
#bonusItemsBody::-webkit-scrollbar-track {
  background: rgba(95,77,65,0.5);
  border-radius:5px;
}
#bonusItemsBody::-webkit-scrollbar-thumb {
  background: #431d1d;
  border-radius:5px;
}
#bonusItemsBody::-webkit-scrollbar-thumb:hover {
  background: #6f5d51;
}

.bonusContainer{
	width:175px;
	margin-left:20px;
	float:left;
}
.bonusContainer:first-child{
	margin-left:0;
}

.bonusContainer_image{
	width:175px;
	height:175px;
	position:relative;
	background-size:175px 175px;
	background-repeat:no-repeat;
}

.bonusContainer_new{
	width:124px;
	height:30px;
	position:absolute;
	left:25.5px;
	bottom:5px;
	background-image:url(img/redbanner.png);
	background-size: 124px 30px;
	background-repeat:no-repeat;
}

.bonusContainer_new_text{
	width:124px;
	height:16px;
	margin-top:7px;
	color:#fff;
	text-align:center;
	    font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #000, 0px -1px 0 #000,-1px 0px 0 #000,1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000;
}

.bonusContainer_field{
	width:175px;
	margin-top:8px;
	padding: 5px 0;
	color:#fff;
	text-align:center;
	    font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #000, 0px -1px 0 #000,-1px 0px 0 #000,1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000;
}
.bonusContainer_field:first-child{
	margin-top:0;
}

.packagesContainer{
	width:800px;
	margin-left:32px;
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	align-items:center;
}

.packageContainer{
	width:142px;
	border: 1px solid #431d1d;
    position: relative;
    background-color: #4b0d0d;
	box-shadow: 3px 3px 3px #6f5d51;
	cursor:pointer;
}
.packageContainer:hover{
	background-color: #d82a2a !important;
}

.packageContainer_image{
	width:80px;
	height:80px;
	position:relative;
	margin-left:31px;
	background-size:80px 80px;
	background-repeat:no-repeat;
}

.packageContainer_field{
	width:100%;
	z-index: 100;
	padding: 15px 0;
	color:#ffcc00;
	text-align:center;
	    font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #000, 0px -1px 0 #000,-1px 0px 0 #000,1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000;
}

.packageContainer_text{
	width:100%;
	margin-top:40px;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 16px;
	font-weight:bold;
    color: #ff7e00;
	text-align:center;
}

.observacao{
	width:100%;
	margin-top:5px;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
    font-size: 14;
	font-weight:bold;
    color: #ff7e00;
	text-align:center;
}

.packageContainer_bonuses {
    margin-left: 32px;
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center;
    text-align: center;
	gap: 10px;
}

.packageContainer_bonus{
	width:92px;
	height:150px;
}

.packageContainer_bonus_image{
	width:92px;
	height:92px;
	border: 1px solid #431d1d;
    background-color: #601010;
	box-shadow: 3px 3px 3px #6f5d51;
	display:flex;
	position: relative;
	justify-content:center;
	align-items:center;
	opacity:0.3;
	z-index:1;
}
.packageContainer_bonus_image:hover{
	z-index:2;
}
.packageContainer_bonus_image:hover > .packageContainer_bonus_popup{
	display:block;
}

.packageContainer_bonus_image img{
	width:64px;
	image-rendering:pixelated;
}
.packageContainer_bonus_image img.fullImg{
	width:92px;
	height:92px;
	image-rendering:pixelated;
}
.packageContainer_bonus_image img.tooltipImg{
	width:200px;
	height:200px;
	image-rendering:pixelated;
}
.packageContainer_bonus_image img.margin16{
	margin-left:-16px;
}

.packageContainer_bonus_container_image{
	width:92px;
	height:92px;
	border: 1px solid #431d1d;
    background-color: #601010;
	box-shadow: 3px 3px 3px #6f5d51;
	display:flex;
	position: relative;
	justify-content:center;
	align-items:center;
	opacity:0.3;
	z-index:1;
}
.packageContainer_bonus_container_image:hover{
	z-index:2;
}
.packageContainer_bonus_container_image:hover > .packageContainer_bonus_popup{
	display:block;
}

.packageContainer_bonus_container_image img{
	width:64px;
	image-rendering:pixelated;
}
.packageContainer_bonus_container_image img.fullImg{
	width:92px;
	height:92px;
	image-rendering:pixelated;
}
.packageContainer_bonus_container_image img.tooltipImg{
	width:200px;
	height:200px;
	image-rendering:pixelated;
}
.packageContainer_bonus_container_image img.margin16{
	margin-left:-16px;
}

.packageContainer_bonus_popup{
	top:0;
	left: 50%;
    transform: translate(-50%, -100%);
	position:absolute;
	z-index:2;
	display:none;
}

.packageContainer_bonus_desc{
	width:200px;
	margin-bottom:10px;
	padding:10px;
	border: 1px solid #431d1d;
    background-color: #601010;
	box-shadow: 3px 3px 3px #6f5d51;
	color:#fff;
	text-align:center;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #000, 0px -1px 0 #000,-1px 0px 0 #000,1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000;
}

.packageContainer_bonus_container{
	width:570px;
	margin-bottom:10px;
	padding:10px;
	border: 1px solid #431d1d;
    background-color: #090202;
	box-shadow: 3px 3px 3px #6f5d51;
}

.packageContainer_bonus_container_desc{
	width:100%;
	margin-top:20px;
	color:#fff;
	text-align:center;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #000, 0px -1px 0 #000,-1px 0px 0 #000,1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000;
}

.packageContainer_bonus_name{
	width:92px;
	height:50px;
	margin-top:8px;
	color:#fff;
	text-align:center;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #000, 0px -1px 0 #000,-1px 0px 0 #000,1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000;
}

.packageContainer_bonus_container_name{
	width:92px;
	height:50px;
	margin-top:8px;
	color:#fff;
	text-align:center;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #000, 0px -1px 0 #000,-1px 0px 0 #000,1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 1px 1px 0 #000;
}

.packageContainer_button{
	width:100%;
	height:25px;
	margin-top:20px;
	padding-bottom:20px;
}
.packageContainer_button div{
	opacity:0.3;
}

.NewsImage {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
  
.NewsImage:hover {opacity: 0.7;}

.modalNews {
	display: none;
	position: fixed; 
	z-index: 99999; 
	padding-top: 100px; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.9); 
}
  
.modalNews-content {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-width: 90%;
    max-height: 90%;
	height:  90%;
	width:  auto;
}
  
  
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}
  
@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}
  
.closeNews {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
  
.closeNews:hover,
.closeNews:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
 }

.movingTextBase {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: black;
	opacity: 0.8;
	z-index: 100;
	margin-top: 40%;
  }

.movingText {
	top: -5px;
	position: absolute;
	white-space: nowrap;
	animation: moveText 6s linear infinite;
}

@keyframes moveText {
	0% {
	  transform: translateX(100%);
	  opacity: 0;
	}
	50% {
	  transform: translateX(0%);
	  opacity: 1;
	}
	100% {
	  transform: translateX(calc(-130% + 2em));
	  opacity: 0.7;
	}
}

.movingEffectBase{
	background: linear-gradient(45deg, #d2001a, #7462ff, #f48e22, #23d5ab);
	background-size: 300% 300%;
	width:142px;
	animation: moveColor 12s ease-in-out infinite;
    position: relative;
	box-shadow: 3px 3px 3px #6f5d51;
	cursor:pointer;
}

.movingEffectBase:hover{
	background: linear-gradient(45deg, #23d5ab, #f48e22, #7462ff, #d2001a);
	background-size: 300% 300%;
	width:142px;
	animation: moveColor 12s ease-in-out infinite;
}

@keyframes moveColor {
	0% {
		background-position: 0 50%;
	}
	10% {
		background-position: 10% 50%;
	}
	20% {
		background-position: 20% 50%;
	}
	30% {
		background-position: 30% 50%;
	}
	40% {
		background-position: 40% 50%;
	}
	50% {
		background-position: 50% 50%;
	}
	60% {
		background-position: 60% 50%;
	}
	70% {
		background-position: 70% 50%;
	}
	80% {
		background-position: 80% 50%;
	}
	90% {
		background-position: 90% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

#streamWidget{
	width:calc(100% - 12px);
	margin-left:6px;
	background:#111;
}

.streamWidgetContainer{
	width:188px;
	margin:10px 0;
	cursor:pointer;
}

.streamWidgetEmpty{
	width:188px;
	margin:10px 0;
	padding:10px 0 8px 0;
	font-size:18px;
	color:#ccc;
	text-align:center;
}

.streamWidgetThumb{
	width:172px;
	height:96px;
	margin-left:8px;
	position:relative;
	background-size: 172px 96px;
	background-repeat:no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.streamWidgetInfo{
	width:170px;
	height: 20px;
	padding:8px 8px 6px 8px;
	box-sizing:content-box;
	background:#290a0a;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-top:solid 2px #000;
	border-bottom:solid 3px #431d1d;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.streamWidgetContainer:hover .streamWidgetInfo{
	border-bottom:solid 3px #601010;
	transition:0.25s;
}

.streamWidgetViewers{
	float:right;
	color:#ccc;
	font-size:18px;
	text-align:right;
}

.streamWidgetName{
	width:calc(100% - 63px);
	color:#ccc;
	float:left;
	font-size:18px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.streamWidgetLive{
	width:20px;
	height:20px;
	float:right;
	background: url(img/eye.png);
	background-size: contain;
}

.streamWidgetLive_dot{

    animation: fade 2s linear infinite;
	background: url(img/eye.png);
	background-size: contain;
}

.streamWidgetName{
	width:calc(100% - 63px);
	color:#ccc;
	float:left;
	font-size:18px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tibiaFont{
	font-family: 'tibia';
	letter-spacing: 1px;
	line-height:1;
	text-shadow:
    -1px -1px 0 #000,  
    -1px 0px 0 #000,  
     1px -1px 0 #000,
     0px -1px 0 #000,
    -1px  1px 0 #000,
    0px  1px 0 #000,
     1px  1px 0 #000,
     1px  0px 0 #000;
}

.twitch_mid_base {
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 100%;
}

.twitch_back {
	position: relative;
	background-color: #1f0001;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -10;
}

.twitch_mid {
	display: grid;
	grid-template-columns: repeat(4, 181px);
	gap: 30px;
}

.twitch_box {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
}

.twitch_info {
	padding: 20px;
	width: 95%;
	height: 100%;
	border: 1px solid #000;
	background: #3c050793;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.twitch_top_info {
	width: 95.5%;
	height: 35px;
	margin-left: 20px;
	border: 1px solid #000;
	background: #3c0507;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.addStream {
	margin-top: -20px; 
	margin-right: 5px; 
	text-align: center; 
	float: center; 
	color: #E7DAB2;
	font-size: 20px;
}

.addStream:hover {
	color: #9b181d;
}

.topCharacterInfo {
	width: 100%;
	display: flex;
	flex-direction: row;
	text-align: center;
	gap: 30px;
}

.topCharacterItem {
	height: 230px; 
	background-color: rgba(0, 0, 0, 0.6); 
	flex: 40%; 
	min-width: 243px;
	padding-top: 20px;
	display: block;
}

.deathListItem {
	width: 100%; 
	display: flex; 
	align-items: left; 
	justify-content: left; 
	text-align: left; 
	flex-wrap: wrap;
	gap: 10px;
}

.tableReset {
	background: transparent; 
	background-color: transparent; 
	border: 0px;
	background: transparent !important;
}

.questListBase {
	width: 100%;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	gap: 10px;
	align-items: left; 
	justify-content: left; 
	text-align: left;
	padding-left: 15%; 
}

.questItem {
	height: 40px;
	flex: 50%; 
	min-width: 243px;
	max-width: 100px;
	display: flex; 
	align-items: left; 
	justify-content: left; 
	text-align: left; 
}

#nameIcon1, #nameIcon2 {
	visibility: visible;
	width: 150px;
}

.nameBase {
	width: 600px; 
	height: 40px; 
	margin: 0 auto; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	text-align: center; 
}

.redeemCodeBase {
	width: 100%;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center; 
	justify-content: center; 
	text-align: center;
}

.AccountInfoItem {
	height: 40px;
	flex: 50%; 
	min-width: 243px;
	max-width: 49%;
	display: flex; 
	align-items: left; 
	justify-content: left; 
	text-align: left; 
}



@media (max-width: 890px) {
	.AccountInfoItem {
		height: 40px;
		flex: 50%; 
		min-width: 243px;
		max-width: 100%;
		display: flex; 
		align-items: left; 
		justify-content: left; 
		text-align: left; 
	}
}

@media (max-width: 1021px) {
	#nameIcon1, #nameIcon2 {
		visibility: hidden;
		width: 0px;
	}

	.nameBase {
		width: 100%;
		height: 40px; 
		margin: 0 auto; 
		display: flex; 
		align-items: center; 
		justify-content: center; 
		text-align: center; 
	}
}

@media (max-width: 1500px) {
	.topCharacterInfo {
	  flex-direction: column;
	  width: 100%;
	  height: 1500px;
	}	

	.deathListItem {
		width: 100%; 
		display: flex; 
		align-items: center; 
		justify-content: left; 
		text-align: left; 
		padding-left: 0px;
	}
 }

.socialList {
	bottom: 50%;
	position: fixed;
	margin: 1em;
	left: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	flex-direction: column;
	width: 60px;
	z-index: 1000; 
	visibility: visible;
  }
  
  .socialItem {
	width: 100%;
	height: 60px;
	margin: 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	flex-direction: row;
	user-select: none;
	cursor: pointer;
  }
  
  .socialImage {
	max-width: 60px;
	max-height: 60px;
	user-select: none;
  }
  
  .socialContent {
	width: 100%;
	height: 100%;
	background: rgba(22, 19, 17, 1.9);
	border-radius:5px;
	border: 0.5px solid #55636c;
	visibility: hidden;
	display: none;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	user-select: none;
	padding: 5px;
  }
  
  .socialItem:active,
  .socialItem:focus,
  .socialItem:hover {
	transition: all 0.3s ease-in;
	transform: scale(1.1);
  }

  
.caption {
	position: absolute;
	top: 50%;
	left: 8rem;
	z-index: 9;
	transform: translateY(-50%);
	opacity: 0;
	transition: 500ms ease opacity, 500ms ease transform;
	transform: translateY(60px);
	
	&.current-caption {
	  transition-delay: 1000ms;
	  opacity: 1;
	  transform: translateY(0);
	}
	
	&.previous-caption {
	  transform: translateY(-60px);
	}
	
	.caption-heading {
	  transition: 500ms ease-in all;
	  
	  h1 {
		font-size: 4rem;
		margin-bottom: 1.5rem;
		text-transform: uppercase;
		text-indent: -0.2rem;
		letter-spacing: 0.2rem;
		font-weight: 300;
	  }
	}
	
	.caption-subhead {
	  font-size: 1rem;
	  font-weight: 300;
	  text-transform: uppercase;
	  color: #909590;
	  letter-spacing: 4px;
	  word-spacing: 0.1rem;
	  margin-bottom: 2.5rem;
	  display: block;
	}
	
	a.btn {
	  color: #333;
	  font-size: 0.8rem;
	  text-decoration: none;
	  background-color: white;
	  padding: 0.5rem 1rem;
	  text-transform: uppercase;
	  letter-spacing: 0.2rem;
	  position: relative;
	  z-index: 9;
	  transition: 250ms ease-in background-color, 500ms ease-in color;
	  
	  &:hover {
		background-color: black;
		color: white;
	  }
	  
	  word-spacing: rem;
	}
  }
  
  .sliderBase {
	width: 100%;
	height: 100vh;
	background-color: #2C302E;
	display: flex;
	position: relative;
  }
  
  .left-col,
  .right-col {
	width: 100%;
	box-sizing: border-box;
	height: calc(100% - 4rem);
	overflow: hidden;
  }
  
  .left-col {
	background-size: cover;
	height: 100%;
	overflow: hidden;
	position: relative;
	
	.slide {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-position: left top !important;
	  background-size: 100% 100% !important;
	  background-repeat: no-repeat;
	  opacity: 0;
	  transition: 1000ms cubic-bezier(1.000, 0.040, 0.355, 1.000) transform, 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550) clip-path;
	  transform: translateY(-100%);
	  scale: 1;
	  z-index: -1;
	  
	  &.previous {
		z-index: 1;
		opacity: 1;
		transform: translateY(0);
		animation-delay: 1s;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		transition: 3s ease transform;
		will-change: transform;
		
		&.change {
		  transform: translateY(50%);
		}
	  }
	  
	  &.next {
		transform: translateY(-100%);
		z-index: 3;
		opacity: 1;
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	  }
	  
	  &.current {
		opacity: 1;
		transform: translateY(0) scale(1.25);
		z-index: 2;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	  }
	}
  }
  
  .right-col {
	display: flex;
	align-items: center;
	justify-content: center;
	
	.preview {
	  max-width: 400px;
	}
  }
  
  .nav {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	overflow: hidden;
	pointer-events: none;
	
	a {
	  color: rgba(250, 250, 250, 1);
	  font-size: 3rem;
	  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	}
	
	&:hover {
	  .slide-up, .slide-down {
		opacity: 0.5;
		transform: translateX(0);
	  }
	  
	  .slide-up {
	  }
	}
	
	.slide-up, .slide-down {
	  display: block;
	  position: absolute;
	  text-align: center;
	  padding: 1rem;
	  opacity: 0;
	  transition: 0.25s ease opacity, 0.25s ease transform;
	  z-index: 99;
	  
	  &:hover {
		opacity: 1;
	  }
	  
	  a {
		text-decoration: none;
		font-weight: 300 !important;
	  }
	}
	
	.slide-up {
	  top: 50%;
	  left: 0;
	  transform: translateX(-100%);
	}
	
	.slide-down {
	  top: 50%;
	  right: 0;
	  transform: translateX(100%);
	}
  }

  .registerBase {
	height: 80%; 
	width: 100%;  
	padding-left: 60px; 
	display: flex; 
	flex-wrap: wrap;  
	align-items: center; 
	justify-content: center; 
	text-align: center;
	flex-direction: row;
	margin-top: 0px;
  }

  .AccountBase {
	height: 100%; 
	width: 100%; 
	min-width: 300px; 
	max-width: 300px; 
	max-height: 550px; 
	padding-top: -20%;
  }

  
  .AccountBaseOnly {
	height: 100%; 
	width: 100%; 
	min-width: 300px; 
	max-height: 550px; 
	padding-top: -20%;
	margin-right: 5%;
  }

  .SeasonLauncher {
	position: fixed; 
	z-index: 500; 
	margin-left: 60%; 
	margin-top: -90px; 
	display: flex; 
	height: 240px; 
	width: 300px;
  }
  
  .changelogList {
	display: flex; 
	flex-wrap: wrap;  
	align-items: center; 
	justify-content: center; 
	text-align: center;
	flex-direction: row;
	gap: 10px;
	max-width: 50%;
	min-width: 50%;
	padding-left: 5px;
	padding-top: 1%;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.6); 
}

.NewsArea {
	padding: 3em 25em 3em 25em !important;
}

#changelogBase {
	padding:0em 25em 0em 25em;
}

@media (max-width: 1418px) {
	.AccountBase {
		height: 100%; 
		width: 100%; 
		min-width: 300px; 
		max-width: 600px; 
		max-height: 550px; 
	}
	  
	.AccountBaseOnly {
		height: 100%; 
		width: 100%; 
		min-width: 300px; 
		max-width: 600px; 
		max-height: 550px; 
	}

	.registerBase {
		height: 100%; 
	}

	.SeasonLauncher {
		position: fixed; 
		z-index: 500; 
		margin-left: 50%; 
		left: -150px; 
		margin-top: -90px;  
		display: flex; 
		height: 240px; 
		width: 300px;
	}

	#countdownText {
		/* visibility: hidden !important; */
	}
	#changelogBase {
		flex-direction: column;
		padding: 0;
		padding:0em 3em 0em 3em;
	}
	.changelogList {
		max-width: 100%;
	}
	.NewsArea {
		padding:3em 1em 3em 1em !important; 
	}
}

.scoreTable {
    border-collapse: separate;
    border-spacing: 1px;
}

.scoreItem {
    padding: 10px;
    border: 0px solid #ddd;
	box-shadow: 3px 3px 3px #000
}



@keyframes blink {
	0% {
	  background-color: #421111;
	}
	50% {
	  background-color: #6e1717;
	}
	100% {
	  background-color: #421111;
	}
}
  
.changelogItem {
	width: 100%;
	background-color: #421111;
	box-shadow: 3px 3px 3px #000;
	max-height: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: left;
	justify-content: left;
	text-align: left;
	flex-direction: row;
	cursor: pointer;
	user-select: none;
}

.changelogItem:hover {
	box-shadow: 3px 3px 3px #0f0f0f;
}

.animated_wiki {
	font-family: Copperplate, Fantasy;
	font-size: 24px;
	font-weight:  50;
	letter-spacing: 1px;
	text-align: left;
	color: #f35626;
	background-image: -webkit-linear-gradient(32deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #f35626;
	-webkit-animation: hue 4s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}


.ServerTypeButton {
	transition: filter 0.3s ease;
}

.ServerTypeButton:hover {
	-webkit-filter: grayscale(0%) contrast(200%);
	filter: grayscale(0%) contrast(200%);
}


/* Page margins */

.loginMarginBox {
	padding-left: 30%; 
	padding-right: 30%;
}
.highscoresMarginBox {
	padding-left: 15%; 
	padding-right: 15%;
}
.guildsMarginBox {
	padding-left: 15%; 
	padding-right: 15%;
}
.onlineMarginBox {
	padding-left: 15%; 
	padding-right: 15%;
}
.myaccountMarginBox {
	padding-left: 12%; 
	padding-right: 12%;
}
.hideNormal {
	width: 0px;
	visibility: hidden;
}

@media (max-width: 1024px) {
	.hideNormal {
		width: 100%;
		visibility: visible;
	}
}

@media (max-width: 1418px) {
	.loginMarginBox {
		padding-left: 10%; 
		padding-right: 10%;
	}
	.highscoresMarginBox {
		padding-left: 10%; 
		padding-right: 10%;
	}	
	.guildsMarginBox {
		padding-left: 10%; 
		padding-right: 10%;
	}	
	.onlineMarginBox {
		padding-left: 0%; 
		padding-right: 0%;
	}	
	.myaccountMarginBox {
		padding-left: 0%; 
		padding-right: 0%;
	}


}

#Seasons {
	visibility: visible;
}

.MainButtonMob {
	background-color: transparent;
}

.AccountMob {
	visibility: visible;
}

@media (max-width: 1024px) {
	#Seasons {
		visibility: hidden;
	}

	.socialList {
		visibility: hidden;
	}

	.MainButtonMob {
		background-color: black;
	}

	.AccountMob {
		visibility: hidden;
	}
	
}

#myaccount {
	max-width: 100%;
}