﻿body {
  font-size: 30px;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "MarkOT";
}

#context {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  z-index: 16;
}

.loader,
#loader-context {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
}

.loader div.image {
  position: absolute;
  top: 468px;
  height: 145px;
  width: 145px;
  left: 923px;
  overflow: hidden;
}

#loader-context div.image {
  position: absolute;
  top: 468px;
  left: 860px;
  height: 200px;
  width: 200px;
  overflow: hidden;
}

.loader div.image img,
#loader-context div.image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#log {
  display: none;
  position: absolute;
  top: 19.5px;
  left: 120px;
  width: 1650px;
  height: 1044px;
  border: solid 1.5px blue;
  background-color: transparent;
  color: red;
  z-index: 110;
  overflow: hidden;
  font-size: 18px;
}

#log .logMsgError {
  color: blue;
}

.report {
  position: absolute;
  background-color: white;
  opacity: 0.6;
  width: 500px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 99;
  font-family: Arial;
  font-size: 16px;
  padding-right: 20px;
  display: none !important;
}
.report .item {
  color: #000;
  position: relative;
  padding: 5px 10px;
}
.report .item span {
  font-weight: bold;
}

.SecondScreenMessage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 150px;
  color: black;
  display: none;
  border-top: 2px solid white;
  z-index: 101;
}
.SecondScreenMessage .Title {
  position: absolute;
  left: 0px;
  color: #fff;
  font-size: 32px;
  top: 45px;
  text-align: center;
  width: 100%;
}
.SecondScreenMessage .Image {
  position: absolute;
  z-index: 11;
  width: 101px;
  height: 84px;
  left: 561px;
  top: 25px;
}
