@charset "utf-8";
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Arial, Verdana, Geneva, sans-serif;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  overflow: auto;
  background: url('../images/desktop-background.jpg');
  background-size: cover;
  background-color: #333;
  font-family: Arial, Verdana, Geneva, sans-serif;
  -webkit-touch-callout: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.container {
	width: 100%;
	height: 115%;
	background: transperant;
	color: #EEE !important;
	border: medium none !important;
	background-color: rgba(0, 0, 0, 0.1) !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.1) !important;
	margin: 5px auto 5px auto;
	background-position:center;
	overflow: hidden; 
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

}

.mainboard {
	width: 375px;
	height: 100% inline;
	background: transperant;
	font-size: 18px;
	color: #EEE !important;
	border: medium none !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4) !important;
	margin: 5px auto 5px auto;
	position: absolute;
    left: 65%;
    top: 36%;
	background-position:center;
	overflow: hidden; 
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

}

.info {
	width: 50%;
	height: 100% inline;
	background: transperant;
	font-size: 18px;
	color: #C1C3C8 !important;
	border: medium none !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4) !important;
	margin: 5px auto 5px auto;
	position: absolute;
    left: 4%;
    top: 35%;
	background-position:center;
	overflow: hidden; 
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

}

.interruptions {
	width: 50%;
	height: 100% inline;
	background: transperant;
	font-size: 18px;
	color: #C1C3C8 !important;
	border: medium none !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4) !important;
	margin: 5px auto 5px auto;
	position: absolute;
    left: 4%;
    top: 0%;
	background-position:center;
	overflow: hidden; 
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.revelations {
	width: 55%;
	height: 100% inline;
	background: transperant;
	font-size: 18px;
	color: #C1C3C8 !important;
	border: medium none !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4) !important;
	margin: 5px auto 5px auto;
	position: absolute;
    left: 4%;
    top: 0%;
	background-position:center;
	overflow: hidden; 
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/*.block {
  display: block;
  width: 190px;
  border: none;
  background-color: white;
  color: black;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;

}*/

.wm_user_links-1 a:hover, a:visited, a:link, a:active
{
	color: #ABC0FF;
/*	color: #CE6E20; */
	padding: 0;
	font-size: 20px;
	text-decoration: none;
}

.wm_user_content
{
	color: #C1C3C8;
	padding: 0;
	font-size: 18px;
	text-decoration: none;
}

.player_line {
  border: 3px;
  height: 3px;
  width: 85%;
  color: #C1C3C8;  /* old IE */
  background-color: #C1C3C8;  /* Modern Browsers */
}

.info_line {
  border: 3px;
  height: 3px;
  width: 100%;
  color: #C1C3C8;  /* old IE */
  background-color: #C1C3C8;  /* Modern Browsers */
}

.info_hr {
  margin-top: -20px;
  border: none;
}

.info_hr2 {
  margin-top: -15px;
  border: none;
}

.buttons {
    display: inline-flex;
    gap: 15px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
}

.troubleshooter {
  position: relative;
  font-size: 25px;
  left: 40%;
}

.social-container {
    position: absolute;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}


.social-badge {
    display: inline-flex;
    gap: 15px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
}

.social-badge a img {
    width: 40px;
    height: 40px;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.social-badge a:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.powered-text {
    font-size: 14px;
    color: #C1C3C8;
    margin-top: 4px;
    text-align: center;
	border: medium none !important;
	background-color: rgba(0, 0, 0, 0.6) !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 25px 25px rgba(0, 0, 0, 0.6) !important;
	margin: 5px auto 5px auto;
}
