html{zoom:100%;}
body {
background: #fff var(--Ln) repeat-x top;
height: unset;    
}
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 400;
}


.overlay .mask {
	position: fixed;
	background-color: #000;
	opacity: 0.25;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    animation-duration: 1s;
    animation-name: Mask;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
  -webkit-touch-callout:none;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;

}
.overlay_content {
	position: absolute;
	top: 50px;
	z-index: 600;
}
.overlay_content .closer img {
	position: absolute;
	left: 15px;
	top: 15px;
	background-image: url("../../../images/popup_close.gif");
	height: 25px;
	width: 25px;
}
.overlay_content .footer {
	clear: both;
	height: 10px;
}
.overlay_content h2, .overlay_content h4 {
	margin: 0px;
	font-size: 16px;
}
.overlay_content .closer img {
	background-image: url("../../../images/popup_close.gif");
}
#login_layer, #signup_layer, #Screen {
	display: none;
}
#login_layer .overlay_content, #signup_layer .overlay_content {
    width: 90%;
    max-width: 384px;
    border: 1px solid black;
    left: 50%;
    transform: translate(-50%, 0)!important;
    background: white;
    box-shadow: 0px 0px 20px 0px #000;
}
 #Screen .overlay_content {
    width: 90%;
    max-width: 700px;
    border: 1px solid black;
    left: 50%;
    transform: translate(-50%, 5%)!important;
    background: white;
    box-shadow: 0px 0px 20px 0px #000;
}
#login_layer h2, #signup_layer h2, #Screen h2 {
	color: #000;
	background: white;
    border-bottom: 1px dashed silver;
    cursor: move;
    line-height: 50px;
    text-align: center;
}
#login_layer .footer, #signup_layer .footer, #Screen .footer {
	background: white;
}
ul.world_list {
	padding: 7px;
	margin: 0px;
	list-style: none;
/*	overflow-y: auto;
    overflow-x: hidden;*/
}
/*
ul.world_list::-webkit-scrollbar {
        width: 10px;
}

ul.world_list::-webkit-scrollbar-thumb {
        background-color: #84d02a;
        border-radius: 10px;
}

ul.world_list::-webkit-scrollbar-track {
        background: #f2f2f2;
}
*/
.world_list li {
	float: left;
	position: relative;
	margin: .5px 5px;
	background-repeat: no-repeat;
}
.world_list li div {
	position: absolute;
}
.world_list li img {
	z-index: 30;
}
.world_list .w_small .players {
	top: 5px;
	left: 123px;
}
.world_list .w_small .online {
	top: 22px;
	left: 123px;
}
.world_list .w_big .players {
	top: 15px;
	left: 235px;
	font-weight: bold;
}
.world_list .w_big .online {
	top: 33px;
	left: 235px;
	font-weight: 200;
}
.world_list .label_players {
	top: 15px;
	right: 20px;
	font-weight: 200;
}
.world_list .label_online {
	top: 33px;
	right: 20px;
	font-weight: 200;
}
.world_list li.w_big {
	height: 64px;
	width: 361px;
	background-size: contain!important;
    width: 99%!important;
}
.world_list li.w_small {
	height: 46px;
	width: 175px;
}
.world_list .w_big img {
	height: 64px;
	width: 361px;
}
.world_list .w_small img {
	height: 46px;
	width: 175px;
}
.world_list .worldstart {
	top: 10px;
	right: 20px;
}
.world_list .timer {
	bottom: 15px;
	right: 20px;
}
.overlay_content .closer img {
	position: absolute;
	left: 15px;
	top: 15px;
	background-image: url("../../../images/popup_close.gif");
	height: 25px;
	width: 25px;
}

  #wrap {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: fixed;
        opacity: 0.6;
        display: none;
    }
    
    div.form-popup {
        background-color: #FFFFFF;
        border: 1px solid #000000;
        margin: 0 auto;
        padding: 15px;
        position: fixed;
        top: 40px;
		z-index: 4;
        width: 490px;
        text-align: right;
		font-family:Tahoma;
        display: none;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
.form-button,.form-button:visited{
		border: 1px dashed #C2C2C2;
        height: 20px;
        width: 150px;
        overflow: hidden;
        text-decoration: none;
		font-weight: bold;
		font-size:24px;
		padding-top:6px;
		padding-bottom:6px;
		padding-right:10px;
		padding-left:5px;
		margin-top:20px;
		background-color:#c5f768;
		color:#FFFFFF;
    }
.form-button:hover {
        opacity: 0.8;
		border: 1px dashed #C2C2C2;
        height: 20px;
        width: 150px;
        overflow: hidden;
        text-decoration: none;
		font-weight: bold;
		font-size:24px;
		padding-top:6px;
		padding-bottom:6px;
		padding-right:10px;
		padding-left:5px;
		margin-top:20px;
		background-color:#c5f768;
		color:#FFFFFF;
    }
#loginz{
float:right;
margin-top: 72px;
margin-right: 5px;
}
#registerz{
float:left;
margin-top: 72px;
margin-left: 5px;
}

.grayImg{filter:grayscale(100%);}
.world_list li.w_big:not(.grayImg):hover{opacity:.7;}
body{overflow-y: auto;overflow-x: hidden;}
input {max-width:200px;}
.Bar {position: relative;margin: 0 auto!important;border-radius: 18px;padding: 10px 5px 10px 5px;border: 1px solid silver;background-image: linear-gradient(to bottom, #fdfdfd, #e5e5e5, #fdfdfd);max-width: 358px;top: -370px;display: flex;justify-content: space-evenly;align-items: baseline;}
.Bar a {cursor: pointer;font-weight: 900 !important;color: black;margin: 0 3px;color: black;height: 10px;border-radius: 10px;border: 1px solid transparent;text-shadow: 1px 1px 1px #fff;padding: 0px 4px;top: 5px;left: 10px;    display: table;}
.Bar a:hover{border: 1px solid #ddd;border-radius: 18px;background:#fff0000;}
.Bar a:first-child,.Bar a:last-child {color: #a20327;}
.Main {width:100%;background:var(--Home) center top;height:359px;width:100%;margin-top: 29px;}

.fuBody {
justify-content: center !important;
display: flex;
flex-wrap: wrap;
flex: 1 1 auto;
}

.Body {
    width: 90%;
    max-width: 550px;
    height: min-content;
    top: -70px;
    color: #000000;
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    font-weight: 200;
    position: relative;
    display: table;
    margin: 0 auto!important;
    background: linear-gradient(147deg, #ecebe6, #fff, #fff);
    box-shadow: 20px -5px 19px -22px #000, -20px -5px 19px -22px #000;}
.Scroll {top:-26px;}
.overlay{top: 7px;}
.closer{cursor: pointer;}

#myImg {
    max-height: 500px;
    border: 1px solid rgba(0, 0, 0, .1019607843);
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1019607843);
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    opacity: 0.7;
}

.Screen {display: none;position: fixed;z-index: 4;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: #00000054;}
.Screen-content {margin: auto;display: block;width: auto;max-width: 500px;}
.Screen-content {-webkit-animation-name: zoom;-webkit-animation-duration: 0.6s;animation-name: zoom;animation-duration: 0.6s;}

@-webkit-keyframes zoom {from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)}}
@keyframes zoom {from {transform:scale(0)}to {transform:scale(1)}}
@media only screen and (max-width: 700px){
  .Screen-content {
    width: 90%;
  }
   #Screen .overlay_content {
    max-width: 384px;
   }
}

#Screen{cursor: pointer;}
#img01{cursor: default;}
#caption{cursor: text;}
#EyePwd_Eye{position: relative;left: 25px;cursor: pointer;}
@keyframes Mask {
  0% {
    opacity: 0.5;
    }
}
@keyframes Body {
  0% {
    background-position: bottom;
  }
  50% {
    background-position: center;
  }
  100% {
    background-position: top;
  }
}

.Header {
position: fixed;    
margin: 0 auto!important;
padding: 10px 5px 10px 5px;
max-width: 100%;
width: 100%;
top: 0;
text-align: center;
z-index: 10;
background-image: linear-gradient(to bottom, #fdfdfd, #e5e5e5, #fdfdfd);
border-radius: 0px;
border:unset;
border-bottom:1px solid silver;
}
.Pic{    background-image: url(../../Germane.webp);
    background-size: cover;
    position: absolute;
    margin-top: -140px;
    z-index: 2;
    width: 109px;
    height: 170px;
    left: 1px;clear: both;scale: 1.2;}
.Inf{width: 114px;height: 44px;top: 7px;right: 13px;display: block;font-size: 15px;color: black;font-weight: 200;padding: 8px 8px 0 4px;}
.HDF{width:100%; height:auto;line-height: 25px;}
.HHF{font-size: 1.61em;color: #69c521;}
.HHT{border-bottom: 1px dashed silver;margin: 10px;color: black;}
.HDS{width:60%;float: right; height:auto;    margin-bottom: 15px;}
.HDT{width:40%; float:left; height:auto;margin-bottom: 15px;}
.HHL{border-bottom: 1px dashed silver;margin: 10px;color: black;}
.HDL{width:100%;height:auto;text-align: center;}
.HIm{width: 75px;height: 75px; border:1px solid black;margin: 2px;}

.autocomplete li {
    list-style-type:none;
    padding: 5px;
    cursor: pointer;
    white-space: nowrap;
    max-width: 250px;
}
.autocomplete li:hover {
background: beige;
}
.autocomplete {
    position: relative;
    z-index: 2;
    top: -14px;
    color: #000;
    text-align: right !important;
    border: 1px dashed rgba(160, 82, 45, 0.62);
    background: #FFF;
    cursor: default;
    overflow: auto;
    margin: 0;
    overflow-x: hidden;
    max-height: 400px;
    display: list-item;
    margin: 0 auto!important;
    width:50%;
    max-width: 250px;
}


.rad{width:227px;text-align:center;}
.rad::after{content:"";display:inline-block;height:.5em;vertical-align:bottom;width:100%;margin-left:-100%;margin-right:10px;border-top:1px dashed  #000;z-index:-1}
.rad::before{content:"";display:inline-block;height:.5em;vertical-align:bottom;width:100%;margin-right:-100%;margin-left:10px;border-top:1px dashed  #000}
.news{max-width:100%;text-align:center;overflow:hidden;justify-content:center;display:flex;clear: both;}
.newss{background:#f2f1ee;border-radius:10px;height:43px;padding:3px;text-align:right;margin-top:36px;border-top-right-radius:0;border:1px solid #00000029}
.newss::before{content:attr(data-name);display:block;margin-top:-25px;background:#edd795;width:100px;height:22px;border-top-left-radius:12px;z-index:0;text-align:center;margin-right:-4px}
.newss p{margin:3px;margin-top:12px}

.grid{text-align:center;margin-top:18px;position:relative;background:#e4e3df;padding: 0 12px 12px 12px;border-radius:19px;background-blend-mode:multiply;background-repeat:no-repeat;background-position:initial;background-size:cover;margin-bottom:20px;}
.grid h2{border:1px solid #433f3f;padding:7px;width:50%;text-align:center;margin:auto;border-bottom:0;color:#fff;border-radius:19px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-style:dashed;margin-top:16px;background:#8e011c}
@media only screen and (max-width:700px){.-grid div::before{top:-15px;font-size:11px;right:-5px}
.old .right{left:-35%!important}
}
.old h3{background:#8e011c;width:101%;padding:10px;position:relative;font-size:18px;margin:auto;right:-12px;border-top-left-radius:30px;color:#fff;border-top-right-radius:33px;}
.floating div{position:relative;background:#ffff;text-align:center;padding:8px 15px;font-size:20px;width:60%;margin-top:13px;border:1px solid #0000003b;background-position:bottom;background-size:cover;font-weight:700;color:#020201}
.old .left{right:-12px;border-top-left-radius:19px;border-bottom-left-radius:19px;border-right:0}
.old .right{left:calc(-37% + 4px);border-top-right-radius:19px;border-bottom-right-radius:19px;border-left:0}
.floating div::before{content:attr(data-name) " ";font-size:12px;position:absolute;top:-8px;right:0;padding:1px 6px;background:#edd795;border-radius:19px}
.center {text-align: center;}
.button-sign {
    border-radius: 5px;
    border: 1px solid #71d000;
    background-image: linear-gradient(to bottom,#cffd74,#84d02a);
    cursor: pointer;
    color: #6faf24;
    text-shadow: 0px 0px 3px white, 0 0 2px white, 0 0 2px white;
    text-align: center;
    font-weight: 700;
    width: auto;
    height: 35px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1.5rem;
    margin: 10px auto 0px auto;
}

.Grid__Container{display:grid;grid-template-columns:repeat(2,2fr);justify-items: center;}
.Column{display:flex;flex-direction:column;font-size:14px;padding:1rem;align-items: center;justify-content: center;}
.Column__Header{opacity:.8;text-transform:uppercase;font-size:16px;font-weight:700;margin-bottom:2px;margin-right:-10px}
.Column__Link{padding-top:.5rem;padding-bottom:.5rem}
@media (min-width:768px){.Grid__Container{grid-template-columns:repeat(2,1fr)}
}
#footer2{    margin-top: 40px;
    background: #f1f1f1;
    border-top: 1px solid silver;
    box-shadow: 0 -0.5px 7px 0 #b9b9b9;
    margin-bottom: 40px;
    min-height: 45px;}
#footer2 a{color:#333}
@font-face {
  font-family: Qtatar;
  src: url(fonts/ExpoArabic-Bold.otf);
}
