body, html {
  font-family: 'Courier New', Courier, monospace;
  color: #3d3d3d;
  background-color: #7f9caa;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}

body{
  overflow-x:hidden;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: #000;
}

html{
  background-color: #000;
}

h1 {
  text-align:left;
  font-family: 'Courier New', Courier, monospace;
  font-size: 30px;
  font-weight: bold;
  padding: 0 30px;
}

h2 {
  clear: both;
  font-family: 'Courier New', Courier, monospace;
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
}

em {
  font-weight: bold;
}

video {
  clear: both;
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

section {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.mdc-button.mdc-button--raised.removed {
  display: none;
}

.invisible {
  opacity: 0.2;
}

.videoView,
.detectOnClick {
  position: relative;
  float: left;
  max-width: 100%;
  cursor: pointer;
}


.detectOnClick p {
  position: absolute;
  padding: 5px;
  background-color: #000;
  color: #fff;
  border: 1px dashed rgba(5, 5, 5, 0.7);
  z-index: 2;
  font-size: 12px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  
}

.videoView p {
  position: absolute;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: black;
  color: #fff;
  border: 1px dashed rgba(5, 5, 5, 0.7);
  z-index: 2;
  font-size: 12px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  margin: auto;
}

.highlighter {
  background: rgba(250, 250, 250, 0.25);
  border: 5px dotted #000;
  z-index: 1;
  position: absolute;
}

.detectOnClick {
  z-index: 0;
  min-width: 100%;
}

.detectOnClick img {
  width: 100%;
  max-width: 600px;
}

#imageD
{
  width: 90%;
  position: relative;
  padding: 0 30px;
  left:0;
  overflow-y:auto;
  overflow-x:hidden;
}

#videoD
{
  width: 90%;
  padding: 0 30px;
  overflow:hidden;
}

.dropdown-content li>a, .dropdown-content li>span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#uploadImage {
  margin-left: 20px;
  float: right;
  margin-top: -50px;
  margin-right: 10px;
}

.select-wrapper input.select-dropdown {
  color: #fff;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.96);
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

.icon {
  width: 120px;
  height: 120px;
  background-image: url('../images/icon.png');
  background-size: 117%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px black;
  margin: auto;
  border-radius: 30px;
  border: 5px solid blueviolet;
  margin-top: 10px;
}
