

body {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}

  .labelFi,
  .labelNi,
  .labelSi,
  .labelTi,
  .labelNe,
  .labelSe,
  .labelFe,
  .labelTe{
    float: right;
    margin-top: -82px;
    margin-right: 18px;
  }

  .imglabel{
    width: 140px;
    height: 140px;
    display: block;
    z-index:-10;
    font-family:Arial;
    font-size:24px;
    font-weight: bold;
    position: absolute;
    top:10;
    left:0px;
    text-align: center;
  }
  .iconLabel{
   margin-top: 18px;
   width: 48px;
   height: 48px;
  }
  .leftbtn{
    top: 10px;
    left: 10px;
  }
  .exleftbtn{
    top: 46px;
    left: 10px;
  }
  .rightbtn{
    top: 10px;
    left: 96px;
  }
  .exrightbtn{
    top: 46px;
    left: 96px;
  }
  .upbtn{
    top: 82px;
    left: 10px;
  }
  .downbtn{
    top: 82px;
    left: 96px;
  }
  .btnMove{
    position: absolute;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 0.8px;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    background-color: rgb(77, 76, 76);
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
  }
  .btnMove:hover{
    background-color: #5a5a5a;
    cursor: pointer;
  }

  .altBtn{
    right: 4px;
    bottom: 35.5%;
  }

  /* #stats{
    display:none;
  }
   */

 #altDivSi{
   position: absolute;
   top: 60%;
   right: 7.2%;
   width: 60px;
   height: 30px;
   background-color: aqua;
   margin-right: 10px;
 }

 #altDivTe{
  position: absolute;
  top: 60%;
  right: 16.2%;
  width: 60px;
  height: 30px;
  background-color: aqua;
  margin-right: 10px;
 }
 #altDivFe{
  position: absolute;
  top: 60%;
  right: 27.8%;
  width: 60px;
  height: 30px;
  background-color: aqua;
  margin-right: 10px;
 }
 #altDivNi{
  position: absolute;
  top: 60%;
  right: 37.2%;
  width: 60px;
  height: 30px;
  background-color: aqua;
  margin-right: 10px;
 }
 #altDivSe{
  position: absolute;
  top: 96%;
  right: 16.2%;
  width: 60px;
  height: 30px;
  background-color: aqua;
  margin-right: 10px;
 }
 #altDivTi{
  position: absolute;
  top: 96%;
  right: 27.8%;
  width: 60px;
  height: 30px;
  background-color: aqua;
  margin-right: 10px;
 }
 #altDivFi{
  position: absolute;
  top: 96%;
  right: 7.2%;
  width: 60px;
  height: 30px;
  background-color: aqua;
  margin-right: 10px;
 }
 #altDivNe{
  position: absolute;
  top: 96%;
  right: 37.2%;
  width: 60px;
  height: 30px;
  background-color: aqua;
  margin-right: 10px;
 }



 .dropdown {
  top: 61%;
  left: 44%;
  width: 120px;
  position: absolute;
}


.btndrop{
  position: absolute;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: 0.8px;
  width: 120px;
  height: 30px;
  border-radius: 5px;
  background-color: rgb(77, 76, 76);
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
}




.dropdown-content {
  text-align: center;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  display: none;
  width: 120px;
  box-sizing: border-box;
  letter-spacing: 0.8px;

  

}


.dropdown-content div {
  color: #f9f9f9;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  border-bottom: solid 1px #3a3a3d;

}


.dropdown-content div:active  {
  color: #f9f9f9;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
}

.dropdown .dropdown-content {
  margin-top: 38px;
  background-color: #5a5a5a;
  cursor: pointer;
  box-sizing: border-box;
}

.dropdown .dropbtn {
  background-color: #5a5a5a;
  cursor: pointer;
  border-radius:  5px 5px 0 0;

}

.drop_2{
  left: 18%;
}

.drop_3{
  left: 94.2%;
  top: 60.8%;
}

.settings-btn {
  position: absolute;
  background: rgba(40, 40, 40, 0.3);
  border: none;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  z-index: 20;
  transition: background 0.2s;
}
.settings-btn:hover {
  background: rgba(40, 40, 40, 0.7);
}
.settings-btn img {
  width: 24px;
  height: 24px;
  opacity: 0.8;
  pointer-events: none;
}

.settings-dialog {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.settings-dialog-content {
  background: #ccc;
  border-radius: 16px;
  padding: 32px 40px;
  width: 80vw;
  max-width: 600px;
  min-width: 320px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.settings-dialog-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
}
