html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: caviarDreams !important;
  user-select: none;
  overflow: hidden;
}

@font-face {
  font-family: caviarDreams;
  src: url("/src/fonts/CaviarDreams.ttf");
}

@font-face {
  font-family: mono;
  src: url("/src/fonts/MonoLight.ttf")
}

body{
  background: #455062;
}

.red{
  color:rgb(247, 32, 32);
}

.bg{
  /* font-family: caviarDreams !important; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 60px;
  color: #9fa2a58c;
  letter-spacing: 10px;
  line-height: 20px;
  font-weight: bold;
  z-index: -1;
}
.bg hr{
  border: 1px solid #9fa2a58c;
}

#header{
  position: relative;
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  width: 100%;
  background: linear-gradient(rgb(23, 23, 23) 50%, black);
  border-bottom: 2px solid white;
  color:#fff;
}

#header .left-side{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  max-width: 200px;
  margin-left: 30px;
}
#header .middle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: fit-content;
  margin: auto;
}

#header .right-side{
  display: flex;
  justify-content: end;
  width: 30%;
}

#header .right-side div{
  margin: 0px 5px 0px 5px;
  max-width: 200px;
  cursor: pointer;
}

#header .right-side div img{
  width: 100%;
  height: 25px;
}

#balance{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#balance::before{
  content: "";
  display: block;
  width: 22px;
  height:22px;
  background: url("../images/bitcoin.svg");
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7473%) hue-rotate(180deg) brightness(92%) contrast(112%);
}

#backdoor{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backdoor::before{
  content: "";
  display: block;
  width: 22px;
  height:22px;
  background: url("../images/backdoor.png");
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7473%) hue-rotate(180deg) brightness(92%) contrast(112%);
}

.app{
  position: absolute;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.focused{
  z-index: 3 !important;
}

.app img{
  width:96px;
  height: 96px;
}

#annUI .main{
  font-family: Arial, Helvetica, sans-serif !important;
}

#loadingScreen{
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  opacity: 1;
  transition: 0.5s ease;
  z-index: 200;
}

em.PTAG{
  text-transform: unset;
  text-decoration: unset;
  font-style: unset;
}

em.PTAG.active{
  cursor: pointer;
}
.key {
  color: #ffffff;
  text-shadow: 1px 2px 3px black;
  font-size: 18px !important;
}

/* HACKK */
.hack-container{
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: none !important;
}

.hack-game-container{
  color:#0d8404;
  font-size: 20px;
  font-family: monospace;
}
.hack-game{
  color:#0d8404;
  font-size: 20px;
  font-family: monospace;
  border: 1px solid #0d8404;
  margin-top: 20px;
  padding: 20px;
}

.hack-game-container form{
  display: flex;
  align-items: end;
  justify-content: start;
  text-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  cursor: none !important;
}

.hack-game-container form label{
  margin-bottom: 3px;
  margin-right: 5px;
  cursor: none !important;
  font-size: 18px;
}


#hackTimer{
  border-bottom: 1px solid #16b00b;
  width: 100%;
  height: 2px;
}

.hack-game-container input{
  display: none;
  align-items: center;
  color:#0d8404;
  outline: none;
  margin-top: 10px;
  border: none;
  background-color: transparent;
  height: 30px;
  font-family: monospace;
  width: 100%;
  cursor: none !important;
  font-size: 20px;
}
.hack-game-container input::placeholder{
  color:#0d8404;
}
#counter{
  color:#0d8404;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.hackMSG{
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hackMSG span{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hack-bitcoin::before{
  content: "";
  width: 32px;
  height: 32px;
  background: url("/src/images/bitcoin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(28%) sepia(81%) saturate(1585%) hue-rotate(85deg) brightness(100%) contrast(97%);
}
.hack-game-container .done {
  color:#0d840467 !important;
}
.hack-row{
  display: flex;
}

.wifi-menu.wifi-drop-shown{
  animation: ShowWifi 0.5s ease forwards;
}
.wifi-menu.wifi-drop-hidden{
  animation: HideWifi 0.5s ease forwards;
}
.wifi-menu{
  position: absolute;
  top: 35px;
  left: -169px;
  background-color: #d7d7d7;
  width: 300px;
  height: 0px;
  z-index: 100;
  border-radius: 5px;
  color: #000;
  overflow: hidden;
}
@keyframes ShowBTC{
  from{
    height: 0px;
  }
  to{
    height: 65px;
  }
}
@keyframes HideBTC{
  from{
    height: 65px;
  }
  to{
    height: 0px;
  }
}
@keyframes ShowWifi{
  from{
    height: 0px;
  }
  to{
    height: 250px;
  }
}
@keyframes HideWifi{
  from{
    height: 250px;
  }
  to{
    height: 0;
  }
}
/* 
keyword: @keyframes name {}
 */

#wifi ul{
  display: flex !important;
  flex-direction: column !important;
  margin: 0px;
  padding: 0px;
}
#wifi li{
  display:flex !important;
  margin:4.3px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  box-shadow: 0px 0px 5px 0.5px #000000b2 ;
}
#wifi li img{
  width:2px !important;
  height:2px !important;
}
#networkManager{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: #d7d7d7;
  width: 500px;
  height: 200px;
  border-radius: 5px;
  z-index: 100;
}
#overlayWifi{
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  background-color: #0000006c;
  z-index: 99;
}
.networkTitle{
  border: 3px solid gray;
  border-left:none;
  border-right:none;
  border-top: none;
  display:flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0.5px #443535cc inset ;
  height: 40px;
  font-size:20px;
}
.networkForm{
  width:70%;
  height:100%;
}
#passwordInput{
  font-size: 15px;
  width: 70%;
  height: 25px;
}
.networkText{
  margin-top:10px;
  height: 40px;
  width: max-content;
  font-size: 20px;
}
.networkInfo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cancelConnectBtns{
  position: absolute;
  top: 180px;
  left: 400px;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: end;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
#cancelBtn, #connectBtn{
  border-radius: 5px;
  width: 80px;
  height: 30px;
  font-size: 15px;
  outline: none;
  cursor: pointer;
}
li table{
  width: 100%;
}

/* SKY BREAK */
.hack-done{
  text-align: center;
}

#powerContainer{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: #d7d7d7;
  width: 500px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #443535cc inset ;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
}
#overlayPowerBtn{
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  background-color: #0000006c;
  z-index: 99;
}
.quitInfo{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
.yesNoBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
#yesPowerBtn, #noPowerBtn{
  cursor: pointer;
  width: 50px;
  height: 30px;
  font-size: 16px
} 


/* END GAME */

.end-container{
  cursor: none !important;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1001;
  color: #0d8404;
  font-family: monospace;
  font-size: 18px;
}

.end-container ul{
  display: flex;
  flex-direction: column;
  cursor: none !important;
}

.end-container ul .li-space{
  margin-bottom: 30px;
  cursor: none !important;
}

#gameOverMsg{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 17px;
  color: #c4c4c4;
  font-family: monospace;
  cursor: none !important;
}

#msg{
  color:#16b00b;
  font-size: 60px;
  cursor: none !important;
}

#dropContainer.vpns-hidden{
  animation: HideBTC 0.5s ease forwards;
}
#dropContainer.vpns-shown{
  animation: ShowBTC 0.5s ease forwards;
}

#dropContainer{
  position:absolute;
  overflow: hidden;
  top: 32px;
  left: -15px;
  background-color: #000000b0;
  width: 180px;
  height: 65px;
  border: 1px solid #fff;
  border-top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  gap: 3px;
}
#dropContainer div{
  display: flex;
}
.containerBoxContainer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 5px;
  width: fit-content;
}
#IMGVPN, #IMGBITCOIN, #IMGCLOCK{
  height: 14px;
}
#IMGVPN{
  width: 17px;
}
#IMGVPN, #IMGCLOCK{
  margin-left: 5px;
  margin-right: 5px;
}
#IMGBITCOIN{
  height: 19px;
  margin-right: none!important;
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(108%) hue-rotate(347deg) brightness(118%) contrast(100%);
}