html, body {
    background-color: #000000;
	background-image: url(../images/Textur.jpg) repeat-x; /*repeat-y.*/
    margin: 0 auto;
    padding: 0;
    font-family: Ubuntu,Helvetica,Helvetica,Arial,sans-serif;
	overflow: hidden;
	height: 100%;

/* noselect	*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;   
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -khtml-user-select: none; 

}

.ret{
	height:100%;
	background-repeat: repeat;
	background:url(../images/Textur.jpg);
}



.container0 {
    display: flex;
    margin-left: 20%;
    margin-right: 20%;
	height: 100%;
}

.container {
    background-color: #003376;
    border-left: 4px solid #23438d;
    border-right: 4px solid #00257b;
    border-bottom: 4px solid #00257b;
    border-top: 4px solid #23438d;
    border-radius: 30px;
/*	height: 100%;*/
}

#game{
    display: none;
    flex: 1;
    width: 70%;
/* 								height: 100%;
/*     padding: 0.5rem 0;*/
    margin-left: 15%;
    margin-right: 15%;
    justify-content: center;
    align-items: center;
/*margin-top: 2%;
margin-bottom: 2%;*/
height: 100%;
}

/* 
#winner{
    display: none;
    flex: 1;
    width: 70%;
/*     padding: 0.5rem 0;
    margin-left: 15%;
    margin-right: 15%;
    justify-content: center;
    align-items: center;

}
*/

.welcome {
    display: flex;
    flex: 1;
	width: 70%;
/* 								height: 100%;
/*     padding: 0.5rem 0;*/
    margin-left: 15%;
    margin-right: 15%;
    justify-content: center;
    align-items: center;
/*     margin-top: 35px; */

}
.welcome-content {
	background-color: #003376;
    border-left: 4px solid #23438d;
    border-right: 4px solid #00257b;
    border-bottom: 4px solid #00257b;
    border-top: 4px solid #23438d;
    border-radius: 30px;
}

.welcome2 {
    display: none;
    flex: 1;
	width: 70%;
/* 								height: 100%;
/*     padding: 0.5rem 0;*/
    margin-left: 15%;
    margin-right: 15%;
    justify-content: center;
    align-items: center;
/*     margin-top: 35px; */

}
.welcome-content2 {
	background-color: #003376;
    border-left: 4px solid #23438d;
    border-right: 4px solid #00257b;
    border-bottom: 4px solid #00257b;
    border-top: 4px solid #23438d;
    border-radius: 30px;
}


.wel-main{
/*         background-color: #000000; */
    text-align: center;
}

.wel-main p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
}

.main-buttons {
    text-align: center;
}

.main-buttons button {
    width: 224px;
	height: 64px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
    border-radius: 30px;
	background-color: #00257b;
	border: 4px solid #23438d;
}

.main-buttons button:hover{
    background-color: #5a0098;
}

.about{
    display: none;
    text-align: center;
}

.about p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.about a{
    color: rgb(180, 174, 154);
}

.main{
    display: flex;
}

.name {
    text-align: center;
    color: #FFFFFF;
	font-family: DS Arabic;

	font-family: "DS Arabic";
	src: url("../fonts/ds-arabic.eot"); /-* IE9 Compat Modes */
	src: url("../fonts/ds-arabic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../fonts/ds-arabic.otf") format("opentype"), /* Open Type Font */
		url("../fonts/ds-arabic.svg") format("svg"), /* Legacy iOS */
		url("../fonts/ds-arabic.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../fonts/ds-arabic.woff") format("woff"), /* Modern Browsers */
		url("../fonts/ds-arabic.woff2") format("woff2"); /* Modern Browsers */
}


.display {
/*  height: 380px; */
    background-color: #224f88;
    margin: 16px;
    border: 4px solid #6489de;
    border-radius: 30px;
}

.display .question{
    font-weight: normal;
    padding: 16px;
    font-size: 32px;
    color: rgb(243, 236, 221);
}

.options{
    margin: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.A, .B, .C, .D {
    background-color: #00257b;
    color: #FFFFFF;
    padding: 8px;
    border: 4px solid #23438d;
    border-radius: 30px;
    width: 100%;
    margin-top: 10px;
	font-size: 32px;
}


.options div:hover{
    background-color: #5a0098;
    cursor: pointer;
}


.que-ans {
    flex: 1;
    box-sizing: border-box;
}

.aside{
    flex: 0;
    background-color: #00257b;
    margin: 17px;
    margin-bottom: 23px;
    width: 140px;
    border: 4px solid #6489de;
    border-radius: 30px;
}

.aside button{
    display: block;
    color: #FFFFFF;
    background-color: #23438d;
    font-weight: bold;
    width: 140px;
	padding: 3px 0px 3px 0px;
	BORDER-bottom: #00257b 2px solid;
	BORDER-top: #00257b 2px solid;
	BORDER-right: #00257b 4px solid;
	BORDER-left: #00257b 4px solid;
	border-radius: 30px;
}

.stages .current{
    background-color: #003376;
    color: black;
}

.life-line img{
    width: 58px;
	height: 58px;
    display: inline;
    cursor: pointer;
    border-radius: 25px;
}

img:hover {
    background-color: #5a0098;
}

.developer{
    text-align: center;
 /*    background-color: rgb(3, 14, 116); */ 
}

.developer p {
    color: rgb(180, 174, 154);
    font-size: 14px;
    padding: 3px;
}

.developer p a{
    color: rgb(180, 174, 154);
}

.score{
    color: aliceblue;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.score span,p{
    font-size: 14px;
    color: aliceblue;
    font-weight: bold;
}

.score p{
    display: inline;
}

.modal{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background:rgba(42, 48, 212, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.audience-wrapper, .right-wrapper, .chat-wrapper, .wrong-wrapper, .right-wrapper, .warning{
    background-color: #224f88;
    width: 460px;
    height: 180px;
    text-align: center;
    padding: 10px;
    border: 4px solid #003376;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.audience-wrapper, .chat-wrapper {
    height: 180px;
}

.chat-wrapper p, .right-wrapper p, .wrong-wrapper p, .warning p{
    font-size: 18px;
}

.warning button{
    width: 96px;
    height: 42px;
    cursor: pointer;
    font-size: 16px;
	color: #FFFFFF;
	background-color: #00257b;
	border: 4px solid #23438d;
	border-radius: 30px;
}

.warning button:hover{
    background-color: #5a0098;
}

/**
*{
    box-sizing: border-box;
}
**/

.bar{
    width: 300px;
}

.bar .bar-item-container{
    width: 100%;
}

.bar-item-container div{
    text-align: right;
	color: white;
    background-color: #21247a;
    padding-right: 22px;
    margin-bottom: 9px;
    line-height: 20px;
/**    border-bottom: 3px solid #00257b; **/
	border-radius: 30px;
}

.close{
    text-align: center;
}

.close button{
    cursor: pointer;
	background-color: #00257b;
	border: 4px solid #23438d;
    color: white;
    width: 96px;
    height: 42px;
    padding: 5px 15px;
    margin-top: 10px;
    font-size: 16px;
	border-radius: 30px;
}

.close button:hover{
    background-color: #5a0098;
}

.aud .audOpt{
    display: inline;
}

    img {
        width: 64px;
        height: 64px;
    }

    .name h1 {
        font-size: 40px;
    }




@media only screen and (max-width: 2200px) {

.container0 {
    display: flex;
    margin-left: 18%;
    margin-right: 18%;
	height: 100%;
}

.life-line img{
    width: 54px;
    height: 54px;
    border-radius: 25px;
}

.aside{
    margin: 16px;
    width: 120px;
	}
.aside button{
    display: block;
    width: 120px;
    }

   .A, .B, .C, .D {
        width: 100%;
    }

    .A, .B, .C, .D, .display .question {
    border-radius: 30px;

        font-size: 30px;
    }

    .name h1 {
        font-size: 34px;
    }
    
    img {
        width: 48px;
        height: 48px;
    }

    .display {
/*      height: 360px;*/
        margin: 16px;
    }
    
    .display .question{
        padding: 18px;
        font-size: 30px;
    }
    
    .options{
        margin: 16px;
    }

}



@media only screen and (max-width: 1800px) {

.container0 {
    display: flex;
    margin-left: 15%;
    margin-right: 15%;
	height: 100%;
}

.life-line img{
    width: 54px;
    height: 54px;
    border-radius: 25px;
}

.aside{
    margin: 15px;
    width: 120px;
	}
.aside button{
    display: block;
    width: 120px;
    }

   .A, .B, .C, .D {
        width: 100%;
    }

    .A, .B, .C, .D, .display .question {
    border-radius: 30px;

        font-size: 25px;
    }

    .name h1 {
        font-size: 32px;
    }
    
    img {
        width: 48px;
        height: 48px;
    }


    .display {
/*      height: 360px;*/
        margin: 15px;
    }
    
    .display .question{
        padding: 16px;
        font-size: 28px;
    }
    
    .options{
        margin: 15px;
    }

}



@media only screen and (max-width: 1400px) {

.container0 {
    display: flex;
    margin-left: 14%;
    margin-right: 14%;
	height: 100%;
}

.life-line img{
    width: 46px;
    height: 46px;
    border-radius: 25px;
}

.aside{
    margin: 14px;
    width: 112px;
	}
.aside button{
    display: block;
    width: 112px;
    }

   .A, .B, .C, .D {
        width: 100%;
    }

	.A, .B, .C, .D, .display .question {
	border-radius: 30px;

	font-size: 20px;
	}

    .name h1 {
        font-size: 26px;
    }
    
    img {
        width: 40px;
        height: 40px;
    }

    .display {
		height: 280px;
        margin: 14px;
    }
    
    .display .question{
        padding: 15px;
        font-size: 20px;
    }
    
    .options{
        margin: 14px;
    }

}


@media only screen and (max-width: 950px) {

.container0 {
    display: flex;
    margin-left: 8%;
    margin-right: 8%;
	height: 100%;
}

.life-line img{
    width: 38px;
	height: 38px;
    display: inline;
    cursor: pointer;
    border-radius: 20px;
}

.aside{
    margin: 10px;
    width: 96px;
	}
.aside button{
    display: block;
    width: 96px;
    }

   .A, .B, .C, .D {
        width: 100%;
    }

    .A, .B, .C, .D, .display .question {
        font-size: 16px;
    }

    .name h1 {
        font-size: 22px;
    }
    
    img {
        width: 32px;
        height: 32px;
    }

    .display {
        margin: 10px;
    }
    
    .display .question{
        padding: 11px;
    }
    
    .options{
        margin: 10px;
    }

}

@media only screen and (max-width: 800px) {
.container0 {
    display: flex;
    margin-left: 8%;
    margin-right: 8%;
	height: 100%;
}

    .name h1 {
        font-size: 18px;
    }

   .A, .B, .C, .D {
        width: 100%;
    }

    .A, .B, .C, .D, .display .question {
        font-size: 14px;
    }

/**img {
	width: 8px;
	height: 24px;
    }**/

.display {
    margin: 3px;
	}

.question {
	padding: 3px;
	}

.aside{
    flex: 0;
    margin: 3px;
    margin-bottom: 23px;
    width: 80px;

    border-radius: 30px;
	}

.aside button{
    display: block;
    color: #FFFFFF;
    background-color: #23438d;
    font-weight: bold;
    width: 80px;
	padding: 2px 0px 2px 0px;
	BORDER-bottom: #00257b 1px solid;
	BORDER-top: #00257b 1px solid;
	BORDER-right: #00257b 2px solid;
	BORDER-left: #00257b 2px solid;
	border-radius: 30px;
	}

.life-line img{
    width: 32px;
	height: 32px;
    display: inline;
    cursor: pointer;
    border-radius: 20px;
}

.container {
    background-color: #003376;
    border-left: 4px solid #23438d;
    border-right: 4px solid #00257b;
    border-bottom: 4px solid #00257b;
    border-top: 4px solid #23438d;
    border-radius: 30px;

}

#game{
 /*    display: none;
    flex: 1;*/
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    justify-content: center;
    align-items: center;
}

.welcome {
 /*   display: flex;
    flex: 1;*/
	width: 98%;
/*     padding: 0.5rem 0;*/
    margin-left: 1%;
    margin-right: 1%;
    justify-content: center;
    align-items: center;
/*     margin-top: 35px; */

}
.welcome-content {
	background-color: #003376;
    border-left: 4px solid #23438d;
    border-right: 4px solid #00257b;
    border-bottom: 4px solid #00257b;
    border-top: 4px solid #23438d;
    border-radius: 30px;
}

.welcome2 {
/*    display: flex;
    flex: 1;*/
	width: 98%;
/*     padding: 0.5rem 0;*/
    margin-left: 1%;
    margin-right: 1%;
    justify-content: center;
    align-items: center;
/*     margin-top: 35px; */

}
.welcome-content2 {
	background-color: #003376;
    border-left: 4px solid #23438d;
    border-right: 4px solid #00257b;
    border-bottom: 4px solid #00257b;
    border-top: 4px solid #23438d;
    border-radius: 30px;
}


    .options{
        margin: 3px;
    }

.wel-main p {
    font-size: 14px;
}

.about p{
    font-size: 9px;
}

.audience-wrapper, .right-wrapper, .chat-wrapper, .wrong-wrapper, .right-wrapper, .warning{
    width: 80%;
    height: 180px;
}
