html {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#title {
  background-color: black;
  position: relative;
  left: 0px;
  top: 0px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  font-family: verdana;
  color: White;
  text-transform: uppercase;
}

#title h3 {
  padding-top: 2px;
  margin: 0px;
}

.simsubscreen {
  position: absolute;
  left: 50px;
  top: 50px;
  height: 530px;
  width: 745px;
}

#simscreen {
  position: relative;
  left: 0px;
  top: 0px;
  height: 600px;
  width: 800px;
  border: solid 1px;
  background-color: white;
}
.incanvas {
  margin: 5px 0 0 5px;
  padding: 0;
}

h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

#nextButton {
  position: absolute;
  left: 750px;
  top: 530px;
  cursor: pointer;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  font-family: verdana;
  font-size: 14px;
}
.tooltip .tooltiptext {
  font-family: verdana;
  font-size: 14px;
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  border-radius: 6px;
  padding: 10px 10px 10px 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 100;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.circlebg {
  border-radius: 100%;
  font-size: 25px;
  color: #fff;
  text-align: center;
  background: #000;
}
.steptext {
  display: inline;
  font-size: 14px;
}

#copyright {
  position: absolute;
  left: 60px;
  top: 580px;
  font-size: 12px;
}

@keyframes blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

.inputStyle {
  border: none;
  border-bottom: 1px solid;
  width: 55px;
  font-family: verdana;
  font-size: 14px;
  text-align: center;
}
.resultStyle {
  border: none;
  border-bottom-style: double;
  width: 55px;
  font-family: verdana;
  font-size: 14px;
  text-align: center;
}

@keyframes moveHand {
  0% {
    left: 400px;
    top: 200px;
  }
  100% {
    left: 310px;
    top: 198px;
  }
}
@keyframes moveAntena {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(110deg);
  }
}
@keyframes moveAntenas {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-110deg);
  }
}

@keyframes moveIpad {
  0% {
    left: 495px;
    top: 148px;
  }
  100% {
    left: 130px;
    top: 151px;
  }
}

@keyframes zoomInDrone {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes rotate_animation {
  0% {
    transform: rotateX(0deg);
    /* top: 184px; */
    opacity: 1;
  }
  100% {
    transform: rotateX(-150deg);
    /* top: 84px; */
    opacity: 0.8;
  }
}
@keyframes button_click {
  0% {
    left: 0px;
    top: 100px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
/* @keyframes openlan {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
} */
tooltip {
  background-color: black;
}
@keyframes openland {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveup {
  0% {
    left: 197px;
    top: 193px;
  }

  100% {
    left: 197px;
    top: 45px;
  }
}
@keyframes zoomOutDrone {
  0% {
    left: 34px;
    top: 77px;
    transform: scale(1);
  }
  100% {
    left: -55px;
    top: 67px;
    transform: scale(0.7);
  }
}
@keyframes zoomOutDrone1 {
  0% {
    left: 414px;
    top: 180px;
    transform: scale(1);
  }
  100% {
    left: 249px;
    top: 198px;
    transform: scale(0.7);
  }
}
@keyframes zoomOutDrone2 {
  0% {
    opacity: 0;
    left: 240px;
    top: 152px;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    left: 349px;
    top: 158px;
    transform: scale(1);
  }
}
@keyframes landup {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotateY(90deg);
  }
}
@keyframes zoomOutBox {
  0% {
    left: 114px;
    top: 160px;
    transform: scale(1);
  }
  100% {
    left: -60px;
    top: 262px;
    transform: scale(0.8);
  }
}
@keyframes landpad1 {
  0% {
    opacity: 0;
    left: 600px;
    top: 200px;
  }
  100% {
    opacity: 1;
    left: 410px;
    top: 258px;
  }
}
@keyframes takedrone {
  0% {
    left: 114px;
    top: 180px;
    transform: scale(0);
  }
  50% {
    left: 150px;
    top: 62px;
    transform: scale(0.8);
  }
  100% {
    left: 300px;
    top: 250px;
    width: 400px;
    transform: scale(1);
  }
}

/* @keyframes dronemove {
  0% {
    left: -20px;
    top: 62px;
  }
  100% {
    left: 420px;
    top: 298px;
  }
} */
@keyframes dronemove2 {
  0% {
    left: -30px;
    top: 260px;
  }

  50% {
    left: 160px;
    top: 111px;
  }

  100% {
    left: 345px;
    top: 241px;
  }
}

@keyframes connect {
  0% {
    left: 500px;
    top: 175px;
  }
  100% {
    left: 379px;
    top: 169px;
  }
}
@keyframes openland2 {
  0% {
    left: 257px;
    top: 201px;
  }
  50% {
    left: 257px;
    top: 220px;
  }
  100% {
    left: 257px;
    top: 201px;
  }
}
@keyframes batterymove {
  0% {
    left: -6px;
    top: 165px;
  }
  100% {
    left: 228px;
    top: 161px;
  }
}
@keyframes movelock {
  0% {
    left: 341px;
    top: 230px;
  }
  100% {
    left: 345px;
    top: 230px;
  }
}
@keyframes moveblade {
  0% {
    transform: rotate(-83deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes moveblade1 {
  0% {
    transform: rotate(83deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveblade2 {
  0% {
    transform: rotate(-83deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes moveblade3 {
  0% {
    transform: rotate(83deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveleft {
  0% {
    left: 345px;
    top: 241px;
  }

  100% {
    left: 197px;
    top: 241px;
  }
}
@keyframes handmove {
  0% {
    left: 279px;
    top: 420px;
  }

  100% {
    left: 279px;
    top: 367px;
  }
}
@keyframes moveleft1 {
  0% {
    left: 300px;
    top: 160px;
  }

  100% {
    left: 151px;
    top: 160px;
  }
}
@keyframes zoomin {
  /* 0% {
    left: 130px;
    top: 39px;
    transform: scale(0);
  }
  100% {
    left: 130px;
    top: 51px;
    transform: scale(1);
  } */
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);

    width: 400px;
    opacity: 0;
  }
}
@keyframes zoomin1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1.1);
    top: 53px;
    left: 0px;
    width: 707px;
    height: 456px;
    opacity: 1;
  }
}
@keyframes movearrow {
  0% {
    left: 562px;
    top: 170px;
  }

  7% {
    transform: rotate(0deg);
    left: 340px;
    top: 170px;
  }
  8% {
    transform: rotate(-90deg);
  }
  14% {
    left: 340px;
    top: 200px;
  }
  20% {
    transform: rotate(-180deg);
  }

  21% {
    left: 562px;
    top: 200px;
  }
  22% {
    transform: rotate(-90deg);
  }
  28% {
    left: 565px;
    top: 240px;
  }
  34% {
    transform: rotate(0deg);
  }
  35% {
    left: 340px;
    top: 235px;
  }
  41% {
    transform: rotate(-90deg);
  }
  42% {
    left: 342px;
    top: 262px;
  }
  48% {
    transform: rotate(-180deg);
  }
  49% {
    left: 565px;
    top: 265px;
  }
  55% {
    transform: rotate(-90deg);
  }

  56% {
    /* transform: rotate(-90deg); */
    left: 565px;
    top: 300px;
  }
  62% {
    transform: rotate(0deg);
  }
  63% {
    /* transform: rotate(0deg); */
    left: 342px;
    top: 300px;
  }
  69% {
    transform: rotate(-90deg);
  }

  70% {
    /* transform: rotate(-90deg); */
    left: 342px;
    top: 327px;
  }
  76% {
    transform: rotate(-180deg);
  }
  77% {
    /* transform: rotate(-180deg); */
    left: 564px;
    top: 330px;
  }
  78% {
    transform: rotate(-90deg);
  }
  84% {
    /* transform: rotate(-90deg); */
    left: 564px;
    top: 362px;
  }
  90% {
    transform: rotate(0deg);
  }

  91% {
    transform: rotate(120deg);
    left: 342px;
    top: 360px;
  }

  99% {
    transform: rotate(120deg);
    left: 563px;
    top: 170px;
  }
  100% {
    transform: rotate(0deg);
    left: 562px;
    top: 170px;
  }
}
@-webkit-keyframes movearrow {
  0% {
    left: 562px;
    top: 170px;
  }

  7% {
    transform: rotate(0deg);
    left: 340px;
    top: 170px;
  }
  8% {
    transform: rotate(-90deg);
  }
  14% {
    left: 340px;
    top: 200px;
  }
  20% {
    transform: rotate(-180deg);
  }

  21% {
    left: 562px;
    top: 200px;
  }
  22% {
    transform: rotate(-90deg);
  }
  28% {
    left: 565px;
    top: 240px;
  }
  34% {
    transform: rotate(0deg);
  }
  35% {
    left: 340px;
    top: 235px;
  }
  41% {
    transform: rotate(-90deg);
  }
  42% {
    left: 342px;
    top: 262px;
  }
  48% {
    transform: rotate(-180deg);
  }
  49% {
    left: 565px;
    top: 265px;
  }
  55% {
    transform: rotate(-90deg);
  }

  56% {
    /* transform: rotate(-90deg); */
    left: 565px;
    top: 300px;
  }
  62% {
    transform: rotate(0deg);
  }
  63% {
    /* transform: rotate(0deg); */
    left: 342px;
    top: 300px;
  }
  69% {
    transform: rotate(-90deg);
  }

  70% {
    /* transform: rotate(-90deg); */
    left: 342px;
    top: 327px;
  }
  76% {
    transform: rotate(-180deg);
  }
  77% {
    /* transform: rotate(-180deg); */
    left: 564px;
    top: 330px;
  }
  78% {
    transform: rotate(-90deg);
  }
  84% {
    /* transform: rotate(-90deg); */
    left: 564px;
    top: 362px;
  }
  90% {
    transform: rotate(0deg);
  }

  91% {
    transform: rotate(120deg);
    left: 342px;
    top: 360px;
  }

  99% {
    transform: rotate(120deg);
    left: 563px;
    top: 170px;
  }
  100% {
    transform: rotate(0deg);
    left: 562px;
    top: 170px;
  }
}
@keyframes movearrow1 {
  0% {
    left: 562px;
    top: 170px;
  }

  6% {
    transform: rotate(0deg);
    left: 340px;
    top: 170px;
  }
  7% {
    transform: rotate(-90deg);
  }
  12% {
    left: 340px;
    top: 198px;
  }
  17% {
    transform: rotate(-180deg);
  }

  18% {
    left: 562px;
    top: 198px;
  }
  23% {
    transform: rotate(-90deg);
  }
  24% {
    left: 562px;
    top: 220px;
  }
  29% {
    transform: rotate(0deg);
  }
  30% {
    left: 340px;
    top: 220px;
  }
  35% {
    transform: rotate(-90deg);
  }
  36% {
    transform: rotate(-90deg);
    left: 340px;
    top: 240px;
  }
  41% {
    transform: rotate(-180deg);
  }
  42% {
    left: 562px;
    top: 245px;
  }
  47% {
    transform: rotate(-90deg);
  }

  48% {
    left: 564px;
    top: 270px;
  }
  53% {
    transform: rotate(0deg);
  }
  54% {
    left: 340px;
    top: 269px;
  }
  59% {
    transform: rotate(-90deg);
  }

  60% {
    left: 340px;
    top: 300px;
  }
  65% {
    transform: rotate(-180deg);
  }
  66% {
    left: 562px;
    top: 300px;
  }
  71% {
    transform: rotate(-90deg);
  }
  72% {
    left: 562px;
    top: 330px;
  }
  77% {
    transform: rotate(0deg);
  }

  78% {
    left: 340px;
    top: 330px;
  }
  83% {
    transform: rotate(-90deg);
  }

  84% {
    left: 340px;
    top: 365px;
  }
  89% {
    transform: rotate(-180deg);
  }

  90% {
    left: 562px;
    top: 365px;
  }
  99% {
    transform: rotate(-270deg);
  }

  /* 96% {
    left: 550px;
    top: 350px;
  } */

  100% {
    transform: rotate(-0deg);
    left: 562px;
    top: 170px;
  }
}
@-webkit-keyframes movearrow1 {
  0% {
    left: 562px;
    top: 170px;
  }

  6% {
    transform: rotate(0deg);
    left: 340px;
    top: 170px;
  }
  7% {
    transform: rotate(-90deg);
  }
  12% {
    left: 340px;
    top: 198px;
  }
  17% {
    transform: rotate(-180deg);
  }

  18% {
    left: 562px;
    top: 198px;
  }
  23% {
    transform: rotate(-90deg);
  }
  24% {
    left: 562px;
    top: 220px;
  }
  29% {
    transform: rotate(0deg);
  }
  30% {
    left: 340px;
    top: 220px;
  }
  35% {
    transform: rotate(-90deg);
  }
  36% {
    transform: rotate(-90deg);
    left: 340px;
    top: 240px;
  }
  41% {
    transform: rotate(-180deg);
  }
  42% {
    left: 562px;
    top: 245px;
  }
  47% {
    transform: rotate(-90deg);
  }

  48% {
    left: 564px;
    top: 270px;
  }
  53% {
    transform: rotate(0deg);
  }
  54% {
    left: 340px;
    top: 269px;
  }
  59% {
    transform: rotate(-90deg);
  }

  60% {
    left: 340px;
    top: 300px;
  }
  65% {
    transform: rotate(-180deg);
  }
  66% {
    left: 562px;
    top: 300px;
  }
  71% {
    transform: rotate(-90deg);
  }
  72% {
    left: 562px;
    top: 330px;
  }
  77% {
    transform: rotate(0deg);
  }

  78% {
    left: 340px;
    top: 330px;
  }
  83% {
    transform: rotate(-90deg);
  }

  84% {
    left: 340px;
    top: 365px;
  }
  89% {
    transform: rotate(-180deg);
  }

  90% {
    left: 562px;
    top: 365px;
  }
  99% {
    transform: rotate(-270deg);
  }

  /* 96% {
    left: 550px;
    top: 350px;
  } */

  100% {
    transform: rotate(-0deg);
    left: 562px;
    top: 170px;
  }
}
@keyframes movearrow2 {
  0% {
    left: 562px;
    top: 170px;
  }
  5% {
    transform: rotate(0deg);
    left: 340px;
    top: 170px;
  }
  6% {
    transform: rotate(-90deg);
  }
  15% {
    left: 340px;
    top: 190px;
  }
  16% {
    transform: rotate(-180deg);
  }
  20% {
    left: 562px;
    top: 190px;
  }
  21% {
    transform: rotate(-90deg);
  }
  25% {
    left: 562px;
    top: 215px;
  }
  29% {
    transform: rotate(0deg);
  }
  30% {
    left: 340px;
    top: 215px;
  }
  34% {
    transform: rotate(-90deg);
  }
  35% {
    left: 340px;
    top: 235px;
  }
  39% {
    transform: rotate(-180deg);
  }
  40% {
    left: 562px;
    top: 240px;
  }
  44% {
    transform: rotate(-90deg);
  }
  45% {
    left: 562px;
    top: 265px;
  }
  49% {
    transform: rotate(0deg);
  }
  50% {
    left: 340px;
    top: 265px;
  }
  54% {
    transform: rotate(-90deg);
  }
  55% {
    left: 340px;
    top: 285px;
  }
  59% {
    transform: rotate(-180deg);
  }
  60% {
    left: 562px;
    top: 285px;
  }
  64% {
    transform: rotate(-90deg);
  }
  65% {
    left: 562px;
    top: 312px;
  }
  69% {
    transform: rotate(0deg);
  }
  70% {
    left: 340px;
    top: 312px;
  }
  74% {
    transform: rotate(-90deg);
  }
  75% {
    left: 340px;
    top: 338px;
  }
  79% {
    transform: rotate(-180deg);
  }
  80% {
    left: 562px;
    top: 338px;
  }
  84% {
    transform: rotate(-90deg);
  }
  85% {
    left: 562px;
    top: 360px;
  }
  89% {
    transform: rotate(0deg);
  }
  90% {
    left: 340px;
    top: 360px;
  }
  91% {
    transform: rotate(110deg);
  }
  95% {
    left: 562px;
    top: 170px;
  }
  100% {
    transform: rotate(0deg);
    left: 562px;
    top: 170px;
  }
}
.tab {
  min-height: 444px;
  left: 0px;
  width: 706px;

  top: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: none;
  border: 1px solid black;
}
.tab3 {
  min-height: 439px;
  left: -5px;
  width: 160px;

  top: 57px;
  padding: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: none;
  border: 1px solid black;
}
#imagedest {
  top: 20px;
  max-width: 100px;
  left: 50px;
  height: 200px;
}

.tabcontent {
  /* The image used */

  min-height: 444px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border: none;
}

.container {
  top: 0px;
  position: absolute;
  left: 0px;
  margin: 0px;
  max-width: 243px;
  padding: 5px;
  height: 433px;
  background-color: white;
  border-right: 1px solid black;
  font-size: 12px;
  width: 224px;
}
/* .imgBox {
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  perspective: 1000px;
} */
/* .imgBox input[type="checkbox"] {
  position: relative;
  width: 400px;
  height: 400px;
  appearance: none;
  outline: none;
  cursor: pointer;
}
span {
  position: relative;
  top: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  transform-style: preserve-3d;
}
span.bg1 {
  left: 0;
} */

#question-div {
  position: absolute;
  border: ridge 3px lightgrey;
  background-color: lightgrey;
  /* background-image: linear-gradient(grey, lightgrey, black); */
  /* filter: alpha(opacity=55); */
  color: black;
  /* border-radius:15px; */
  visibility: hidden;
  padding: 10px;
  left: 416px;
}

.dropbtn {
  background-color: white;
  color: black;
  padding: 2px;
  font-size: 12px;
  width: 224px;
  height: 22px;
  cursor: pointer;
  border: 1px solid black;
}

/* .dropdown {
  position: relative;
  display: inline-block;
} */

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 12px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* .dropdown-content a:hover {
  background-color: #f1f1f1;
} */

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: lightgray;
}

/* #loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear;
  animation: spin 2s linear;
} */

/* Add animation to "page content" */

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

#myDiv {
  display: none;
  text-align: center;
}

#handleCount {
  width: 10%;
  background-color: white;
  margin-top: 39px;
  margin-left: 90px;
}

#myBar {
  width: 1%;
  height: 30px;
  /*   background-color: #04AA6D; */
  /*   text-align: center; */
  line-height: 8px;
  color: black;
}
#laodProgress {
  width: 80%;
  background-color: rgb(221, 221, 221);
}

#load {
  width: 10%;
  height: 30px;
  background-color: #757e7a;
  text-align: center;
  line-height: 30px;
  color: white;
}
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

#grad1 {
  height: 28px;
  background-image: linear-gradient(
    to right,

    blue,
    green,
    yellow,
    orange,
    red
  );
}
#grad2 {
  height: 28px;
  background-image: linear-gradient(
    to right,

    blue,
    green,
    yellow,
    orange,
    red
  );
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

td,
th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
  font-size: 12px;
}
