.webgl-content * {
	margin: 0; padding: 0; 
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.webgl-content {
	position: absolute; 
	top: 50%; left: 50%; 
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); 
	z-index:1001
}

.webgl-content .logo, .progress {
	position: absolute; 
	left: 50%; top: 50%; 
	height: 18px; width: 320px; 
	margin-top: 50px; 
	border-color: white; border-style: solid; 
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); 
	z-index: 1020;
}

.webgl-content .logo {
	background: url('progressLogo.Light.png') no-repeat center / contain; 
	width: 154px; height: 130px;
}

#wrapper .progress {
	position: absolute; 
	left: 50%; top: 49%; 
	-webkit-transform: translate(-50%, 150%); transform: translate(-50%, 150%);
	height: 68px; width: 320px; 
	/*margin-top: -70px;*/
	border-color: white; border-style: 
	solid; z-index: 1020
}

/*#wrapper .progress {
    font-family: 'riffic_free_mediumbold';
	display: flex;
	justify-content: center; 
	align-items: center;
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);  
	background-color: #98d395;
	background: linear-gradient(#ec7a00, #834400);
	height: 22%;
	width: 100%; 	
	border: 0 solid #b9b9b9;	
}*/



#wrapper  .progress .empty {
	background: url('progressEmpty.Light.png') no-repeat right / cover; 
	float: right; 
	width: 100%; 
	height: 100%; 
	display: inline-block;
}

#wrapper  .progress .full {
	background: url('progressFull.Light.png') no-repeat left / cover; 
	float: left; 
	width: 0%; height: 100%; 
	display: inline-block;
}

.webgl-content .logo.Dark {
	background-image: url('progressLogo.Dark.png');
}

#wrapper .progress.Dark .empty {
	background-color: #222c36; 
	width: 141px;	height: 68px;
}
#wrapper .progress.Dark .full {
	background-image: url('progressFull.Dark.png');
}



.loadingText{	
	position: absolute; left: 50%; top: 48%; -webkit-transform: translate(-50%, 625%); transform: translate(-50%, 625%);
	height: 30px;
	width: 320px;
	margin-top: 0px;
	text-align: center;
	font-family: 'riffic_free_mediumbold';
	font-size: 22px;
	color: orange;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);  
	z-index: 2030;
}

body{
	overflow:hidden;
	height: 100%;	
}

#wrapper{
	position: absolute;
	top: 50%;
    left: 50%;
	width: 1920px;
	height: 1080px;
	transform: translate(-50%, -50%) scale(1);
	z-index: 1005;
}

.bg {
    /* The image used */
    background-image: url("main2.jpg");
	
	position: absolute;
    /* Full height */
    height: 100%;
	width: 100%;
	z-index: 1005;
	
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
/* **************************************************************************************************************************************** */
/* **************************************************************************************************************************************** */

.titleio{
	position: absolute;
    top: 5%;
    left: 50%;
    transform-origin: top;
    transform: translateX(-50%) scale(0.8);
    width: 400px;
    height: 200px;
    background-image: url(../img/relmzLogo.png);
}

.load_overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,1);
	z-index: 999999;
}

.load_goop {
	background-image: url(../img/relmzio_load01.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    /*height: 250px;
    width: 250px;
    left: 50%;
    top: 50%;
    position: fixed;
	transform: translate(-50%, -50%);
    background-image: url(../img/loading.gif);
    background-size: contain;*/

}

/*@media (max-width: 768px) {
  .titleio {
    transform: translateX(-50%) scale(0.5); /* Scale down to 80% at screen width 768px or smaller */
  /*}
}
@media (max-width: 768px) {
  .load_goop {
    transform: translate(-50%, -50%) scale(0.5); /* Scale down to 80% at screen width 768px or smaller */
  /*}
}*/

/* **************************************************************************************************************************************** */
/* **************************************************************************************************************************************** */
.button-container {
position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.login-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.login-modal-content {
margin: 15% auto;
    padding: 10px 50px 0px 50px;
    width: 400px;
    background: url(https://relmz.io/img/ui-bg-01.png) no-repeat center center;
    background-size: cover;
}

.login-modal-header {
display: flex;
    justify-content: space-between;
    color: black;
}

.login-close {
    color: #aaa;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.login-close:hover,
.login-close:focus {
    color: #000;
    text-decoration: none;
}

.login-tab-content {
    display: block;
    margin-top: 30px;
}

.login-form {
display: flex;
    flex-direction: column;
	gap: 10px;
}

.login-input {
    text-align: center;
    background-size: cover;
    height: 30px;
    font-weight: 900;
    font-size: larger;
	
}

.login-button {
	text-align: center;
    background-size: cover;
    height: 30px;
    background-color: #f39d5e;
    color: white;
    font-weight: 900;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    font-size: larger;
    margin: 0px 30%;
}

/* **************************************************************************************************************************************** */
/* **************************************************************************************************************************************** */

#preroll{
	display: flex;  	
	position: absolute;    
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#relmz-io_728x90{
	display: flex;  
	border-radius: 5px;
	padding: 5px;
	position: absolute;
    height: 90px;
    width: 728px;				
	top: 50%;
	left: 50%;
	transform: translate(-50%,360px) scale(1.3);
	background-color: rgba(0, 0, 0, 0.47);
	z-index: 1010;
}


#relmz-io_300x250{
	display: flex;  
	border-radius: 5px;
	justify-content: center; 
	align-items: center; 
	padding: 5px;
	position: absolute;
    height: 260px;
    width: 320px;	
    transform: translate(-720px, -350px) scale(1.3);
    top: 50%;
    left: 50%;	
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.47);
	z-index: 1010;
}

a:link, a:visited{
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}


@font-face {
    font-family: 'riffic_free_mediumbold';
    src: url('fonts/rifficfree-bold-webfont.woff2') format('woff2'),
         url('fonts/rifficfree-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.opacity-zero{
	opacity: 0 !important;
}
.zindex-th{
	z-index: -100 !important;	
}