.window{
  width: 600px;
  height: 400px;
  min-width: 600px;
  min-height: 400px;
  position: absolute;
  overflow: hidden;
  user-select: text;
  resize: both;
  border: solid rgb(255, 106, 0) 0.5px;
  background: #E9E9E9;
  z-index: 2;
  cursor:default;
}
#keyCueImg{
  width: 30px;
  height:30px;
}
#annFooter{
  display: flex;
  justify-content: end;
  align-items: center;
  height: 33px;
  padding-right: 20px;
  background: linear-gradient(rgb(23, 23, 23) 50%, black);
  border-top: 1px solid rgba(164, 164, 164, 0.63);
}
.container{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  justify-self: center;
  width: 100%;
  height: calc(100% - 110px);
  overflow-y: auto;
  overflow-x: hidden;
  user-select:text;
}
ul {
  list-style-type: none;
  display: flex;
  padding: 5px;
}
.window-options li, #sourceViewerheader li, #zeroDayMarketUIheader li, #notesUIheader li, #noirTunnelUIheader li, #SkyBREAKUIheader li, #helpManualUIheader li{
  background-color: rgb(255, 106, 0);
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none !important;
}

#annUIheader, 
#sourceViewerheader,
#shadowMarketUIheader,
#notesUIheader,
#zeroDayMarketUIheader,
#noirTunnelUIheader,
#SkyBREAKUIheader,
#helpManualUIheader{
  padding-left: 5px;
  padding-right: 5px;
  user-select: none !important;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  width: 100%;
  background: linear-gradient(rgb(23, 23, 23) 50%, black);
  border-bottom: 1px solid rgb(117, 117, 117);
  color:#fff;
}
/* ----------------------------------------HELP MANUAL-------------------------------------------- */
#helpManualUI{
  display: flex;
  flex-direction: column;
  justify-content: start;

}
.HelpContainer{
  overflow-y: auto;
  margin: 20px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
}
.topInfo{
  margin: auto;
  font-size: 25px;
  font-weight: bold;
}
.paragraph{
  margin-bottom: 20px;
}
#ExampleHash{
  background: #00000028;
  padding:5px;
  margin: 5px;
}

#bitcoinImg{
  position: relative;
  margin-right: 20px;
  font-weight: bold;
}

#bitcoinImg::after{
  content: " ";
  position: absolute;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url("/src/images/bitcoin.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ----------------------------------------SKYBREAK-------------------------------------------- */

.window:has(#terminal){
  background: #000000ba !important;
}
#SkyBREAKUI{
  color: rgb(25, 208, 25);
  /* font-weight: bold; */
  font-size: 15px;
  font-family: monospace;
}
#skyBreakMain{
  height: calc(100% - 35px);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#SkyBREAKUI form{
  display: flex;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  user-select: none;
  padding: 10px;
  padding-top: 0;
  opacity: 0;
}
#SkyBREAKUI form label{
  display: flex;
  flex-wrap: nowrap;
}
#SkyBREAKUI form input{
  background: transparent;
  outline: none;
  border: none;
  color: inherit;
  font-family: monospace;
  font-size: 15px;
  width: 82%;
  text-wrap:wrap;
}
#terminal{
  width: 100%;
  padding: 10px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  white-space: pre;
}
#skyBreakMain::-webkit-scrollbar{
  width: 20px;
  height: 10px;
}
/* Track */
#skyBreakMain::-webkit-scrollbar-track {
  background: #d6d6d6; 
}
/* Handle */
#skyBreakMain::-webkit-scrollbar-thumb{
  max-height: 10%;
  height: 10%;
  background: #c96628; 
  border-radius: 5px;
}
#skyBreakMain::-webkit-scrollbar-thumb:hover{
  background: #a95622
}
/* ----------------------------------------NOTES-------------------------------------------- */
#notesUI{
  width: 300px;
  height: 280px;
  min-width: 300px !important;
  min-height: 280px !important;
  resize: both;
  background:#fff;
  display: flex;
  flex-direction: column;
}
.notes-container{
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  margin: 0;
  font-size: 20px;
}
#notesInput{
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.686);
  width: 97%;
  height: 30px;
  font-size: 20px;
  font-family: CaviarDreams;
  border-radius: 3px;
}
#box form{
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.5px solid #000000a6;
  background-color: #dbdbdba9;
  width: 100%;
  height: 45px;
}

/* width */
.notes-container::-webkit-scrollbar{
  width: 20px;
  height: 10px;
}
/* Track */
.notes-container::-webkit-scrollbar-track {
  background: #d6d6d6; 
}
/* Handle */
.notes-container::-webkit-scrollbar-thumb{
  max-height: 10%;
  height: 10%;
  background: #c96628; 
  border-radius: 5px;
}
.notes-container::-webkit-scrollbar-thumb:hover{
  background: #a95622
}
/* ----------------------------------------ZERO DAY MARKET-------------------------------------------- */
#zeroDayMarketUI{
  width: 500px;
  height: 380px;
  min-width: 450px !important;
  min-height: 380px !important;
  resize: none;
  background:#fff;
}
/* width */
.zeroDayMarket-container::-webkit-scrollbar{
  width: 20px;
  height: 10px;
}

/* Track */
.zeroDayMarket-container::-webkit-scrollbar-track {
  background: #000; 
}

/* Handle */
.zeroDayMarket-container::-webkit-scrollbar-thumb{
  max-height: 10%;
  height: 10%;
  background: #c96628;
  border-radius: 5px; 
}
.zeroDayMarket-container::-webkit-scrollbar-thumb:hover{
  background: #a95622
}

.zeroDayMarket-container{
  overflow: auto;
  height: 100%;
}

.zeroDayMarket-container ul{
  display:flex;
  flex-direction: column;
  justify-content: center;
}

/* ----------------------------------------SHADOW MARKET-------------------------------------------- */
#shadowMarketUI{
  width: 500px;
  height: 380px;
  min-width: 450px !important;
  min-height: 380px !important;
  resize: none;
  background:#fff;
}

/* width */
.shadow-container::-webkit-scrollbar{
  width: 20px;
  height: 10px;
}

/* Track */
.shadow-container::-webkit-scrollbar-track {
  background: #000; 
}

/* Handle */
.shadow-container::-webkit-scrollbar-thumb{
  max-height: 10%;
  height: 10%;
  background: #c96628;
  border-radius: 5px; 
}
.shadow-container::-webkit-scrollbar-thumb:hover{
  background: #a95622
}

.shadow-container{
  overflow: auto;
  height: 100%;
}

.shadow-container ul{
  display:flex;
  flex-direction: column;
  justify-content: center;
}
.item button:hover{
  background-color: #36a2d4 !important;
}
.item button{
  background-color: #d16a2c;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left:15px;
  padding-right:15px;
  border:none;
  border-radius: 5px;
  cursor:pointer
}
.content{
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
}
.img-stock{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width:200px;
  height: 130px;
  margin-right: 10px;
}

.item{
  display:flex;
  justify-content: start;
  border: solid rgb(255, 106, 0) 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.item-name{
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}
.item-price{
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
}
.item-price::before{
  content: "";
  /* position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  background: url("/src/images/bitcoin.svg");
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(59%) sepia(26%) saturate(4443%) hue-rotate(341deg) brightness(86%) contrast(90%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.discription{
  font-size: 12px;
}
.img-stock{  
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  font-size: 13px;
  margin-top: 2px;
  margin-left: 2px;
}
.img-stock img{
  width: 75px;
  height: 75px;
}
/* ----------------------------------------NOIR TUNNEL-------------------------------------------- */
#noirTunnelUI{
  max-width: 500px;
  min-width: 500px !important;
  max-height:200px;
  min-height:200px !important;
  resize: none;
  background:#fff;
}
#noirTunnelUI div{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#noirTextBox{
  width: 97% !important;
  height: 85px !important;
  font-size: 15px;
  font-style: italic;
  resize: none;
  outline: none;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
#unlock{
  position: relative;
  text-shadow: 1px 2px 1px #000;
  width: 97%;
  height: 50px;
  margin-bottom:5px;
  background-color: #d16a2c;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border:none;
  border-radius: 5px;
  cursor:pointer
}

#unlock::before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px;
  background: url("/src/images/bitcoin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(226%) hue-rotate(51deg) brightness(116%) contrast(100%);

}
#unlock::after{
  content: "250";
  position: absolute;
  top: 61%;
  left: 50px;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px;
  font-size: 17px;
  text-shadow: 1px 1px 1px #000000a8;
}















/* ----------------------------------------SOURCE VIEWER-------------------------------------------- */
#sourceViewer{
  width: 370px;
  min-height: 400px;
  min-width: 370px !important;
  min-height: 400px !important;
  background:#fff;
}
#sourceViewer pre{
  width: 100%;
  height: calc(100% - 75px);
  background:#fff;
  color: #484848;
  font-family: monospace;
  font-size: 15px;
  user-select: text;
  overflow: auto;
  text-wrap: wrap;
  
  white-space: pre-wrap;       
  overflow-wrap: anywhere;     
  word-break: break-word;      

  overflow-x: hidden;          
  overflow-y: auto;            
}
pre{
  margin:0;
  padding:0;
}

nav{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 40px;
  background-color: rgb(47, 47, 47);
  
}
nav li{
  margin-right: 5px;
}


#homePage{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height:22px;
  cursor: pointer;
}
#homePage::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/homePage.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#homePage:hover::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/homePageActive.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#back{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height:22px;
  margin-top: 2px;
  cursor: pointer;

}
#back::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/back.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#back:hover::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/backActive.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#forward{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height:22px;
  margin-top: 2px;
  cursor: pointer;
}
#forward::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/forward.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#forward:hover::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/forwardActive.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#refresh{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height:22px;
  cursor: pointer;

}
#refresh::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/refresh.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#refresh:hover::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/refreshActive.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.search-bar{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 28px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  color: #616161;
}  

.search-bar img{
  width: 30px;
  height:30px;
}

.search-bar input{
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  height: 28px;
  font-size: 16px;
  
}
#sourceCode{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height:30px;
  cursor: pointer;
}
#sourceCode::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/sourceCode.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#sourceCode:hover::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/sourceCodeActive.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#bookmarks{
  margin-left: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height:30px;
  cursor: pointer;
}

#bookmarks::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/burger.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#bookmarks:hover::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url("/src/images/burgerActive.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


#websites {
  display: block;
  list-style-type: disc;
  padding-left: 30px;
  width: fit-content;
}

::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.header{
  font-size: 25px;
  margin-top: 15px;
  margin-left: 15px;
}
.wikiInfo{
  color:#ff0019;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 15px;
  width: fit-content;
}
.hiddenWiki {
  display: flex;
  align-items: start;
  justify-content: center;
  width: fit-content;
  margin: 10px;
  margin-right: 20px;
}
.main{
  /* width: 100%;
  border-top: 1px solid rgb(50, 50, 50);
  border-left: 1px solid rgb(50, 50, 50);
  height: 100%; */
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid rgb(50, 50, 50);
  border-left: 1px solid rgb(50, 50, 50);
  min-height: 100%;
  height: fit-content;
  padding-bottom: 50px;
}

.hiddenWiki img{
  width: 140px;
  height: 80px;
}

.link{
  margin: 15px;
}
.link-name.visited{
  color:rgb(110, 35, 176) !important;
}

.link-name{
  color:rgb(43, 31, 206) !important;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: bold;
}
.actionBtn:hover{
  background-color: white !important;
  color: #ff6a00 !important;
}


#shadowMarketUI button:disabled, #zeroDayMarketUI button:disabled{
  background: gray !important;
  color: #636363 !important;
}

#balance, #vpn, #motionSensors, #wifi, #volume, #powerButton{
  position: relative;
  padding: 3px;
}
#balance:hover::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0%;
  height:0%;
  background-color: #d3d3d34e;
  animation: hoverAnimation 0.5s ease forwards;
  border-radius: 4px;
}

#vpn:hover::before, #motionSensors:hover::before, #wifi:hover::before, #volume:hover::before, #powerButton:hover::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0%;
  height:0%;
  background-color: #d3d3d34e;
  animation: hoverAnimation 0.5s ease forwards;
  border-radius: 4px;
}

@keyframes hoverAnimation {
  from{
    width: 0%;
    height:0%;
  }
  to{
    width: 100%;
    height:100%;
  }
}

  #ann{
    top: 45px;
    left:0
  }
  #notes{
    top: 170px;
    left: 0;
  }
  #noirTunnel{
    top: 300px;
    left: 0px;
  }
  #shadowMarket{
    top:45px;
    right:160px;
  }
  #zeroDayMarket{
    top:45px;
    right:20px
  }
  #skyBREAK{
    top: 45px;
    left: 110px;
  }
  #helpmanual{
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
