html {
    height: 100%;
    overflow:hidden;
    cursor: default;
    user-select: none;
  }

  :root {
    --background-color: #002b35;
    --clikcer-background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e4/Keyboard-icon_Wikipedians.svg); 
    --clicker-background-color: #fdf6e3;
    --buyables-background-color: #fdf6e3;
    --background-width: 99.1%;
    --clicker-show: subgrid;

    --margin-width: 1%;
    --margin-left: 99%;
    --halfscreen-btn-length: 100%;

    --clicker-btn-left: 38%;

    --side-tab-show: none; 
    --steroid-width: 40%;

    --exchange-drop-show: none;
    --exchange-drop-out-show: none;
    --exchange-drop-deposit-show: none;
    --exchange-drop-withdraw-show: none;

    --can-afford: #f0ffa3;
    --can-afford-text: #859900;
    --can-afford-text-btn: #859900;
    --can-afford-hover: #a2ad6e;

    --ad-show: none;

    --buysell-btn-color: #990000;
    --buysell-btn-hover: #a86d6d;
    --buysell-btn-active: #ffe7e7;


    --side-tab-1: none;
    --side-tab-2: none;
    --side-tab-3: none;
    --side-tab-4: none;
    --side-tab-5: none;

    --goal-progress: 0%;

    --filler-1: 0%;
    --filler-2: 0%;
    --filler-3: 0%;
    --filler-4: 0%;
    --filler-5: 0%;
    --filler-6: 0%;
    --filler-7: 0%;
    --filler-8: 0%;
    --filler-9: 0%;
    --filler-10: 0%;

    --description-display: none;
    --description-y: 0%;
  }
  
  body {
    margin: 0;
    height: 100%;
    font-family: "Open Sans";
  }

  .margin {
    height: 100%;
    position: absolute;
    left: var(--margin-left);
    width: var(--margin-width);
    background-color: #1f1f1f;
  }
  /*---------------------------------*/
  .exchange__pos{
    position: absolute;
    left: 5%;
    top: 57%;
  }

  .exchange__pos h2{
    color: rgba(253, 248, 176, 0.733);
    display: var(--side-tab-2);
  }

  .exchange {
    text-align: center;
    z-index: +5;
    display: var(--side-tab-2);
    background: #4e4e4e;
    border: 2px solid rgb(0, 44, 73);;
    border-radius: 4px;
    color: rgb(194, 194, 194);
    font-size: 15px;
    height: 25px;
    width: 100px;
    font-size: 16;

    position: inherit;
    top: 93%;
  }

  .exchange__drop {
    justify-content: center;
    color: rgb(194, 194, 194);
    display: var(--side-tab-2);
    position: inherit;
    left: 52%;
    top: 93%;
    height: 25px;
    width: 100px;
    background: #444444;
    border: 2px solid rgb(0, 44, 73);
    border-radius: 4px;
    font-size: 15px;
  }

  .exchange__drop-content{
    display: var(--exchange-drop-show);
    overflow:inherit;
    z-index: 1;
    position: inherit;
    top: 129%;
    left: 52%;
  }
  
  .exchange__drop-content button {
    color: rgb(194, 194, 194);
    display: block;

    height: 25px;
    width: 100px;
    background: #444444;
    border: 2px solid rgb(0, 44, 73);
    border-radius: 4px;
    text-align: center;
  }

  .exchange__drop-content button:hover {background-color: #616161;}

  .exchange__drop-content button:active {background-color: #363636;}

  .exchange__drop:hover {background-color: #616161;}

  .exchange__drop:active {background-color: #363636;}

  .exchange__extra{
    position: inherit;
    left: 113%;
    top: 98%;
    color: rgb(194, 194, 194);
    font-weight: bold;
    display: var(--side-tab-2);
  }

  .exchange__output {
    font-family: sans-serif;
    text-align: center;
    justify-content: center;
    z-index: +5;
    display: var(--side-tab-2);
    background: #444444;
    border: 2px solid rgb(0, 44, 73);
    border-radius: 4px;
    color: rgb(194, 194, 194);
    font-size: 15px;
    height: 21.5px;
    width: 100px;

    position: inherit;
    top: 93%;
    left: 145%;
  }

  .exchange__drop-out {
    justify-content: center;
    color: rgb(194, 194, 194);
    display: var(--side-tab-2);
    position: inherit;
    left: 200%;
    top: 93%;
    height: 25px;
    width: 100px;
    background: #444444;
    border: 2px solid rgb(0, 44, 73);
    border-radius: 4px;
    font-size: 15px;
  }

  .exchange__drop-content-out{
    display: var(--exchange-drop-out-show);
    overflow:inherit;
    z-index: 1;
    position: inherit;
    top: 129%;
    left: 200%;
  }
  
  .exchange__drop-content-out button {
    color: rgb(194, 194, 194);
    display: block;

    height: 25px;
    width: 100px;
    background: #444444;
    border: 2px solid rgb(0, 44, 73);
    border-radius: 4px;
    text-align: center;
  }

  .exchange__drop-content-out button:hover {background-color: #616161;}

  .exchange__drop-content-out button:active {background-color: #363636;}

  .exchange__drop-out:hover {background-color: #616161;}

  .exchange__drop-out:active {background-color: #363636;}

  .exchange__confirm-btn{
    display: var(--side-tab-2);
    position: inherit;
    top: 180%;

    background: #4b463b;
    border: 2px solid rgb(202, 155, 0);
    border-radius: 6px;
    color: rgb(255, 123, 0);
    font-size: 15px;
    height: 25px;
    width: 150px;
    justify-content: center;
    font-weight: bold;
  }

  .exchange__confirm-btn:hover {background-color: #6d6043;}

  .exchange__confirm-btn:active {background-color: #c5a255; color: rgb(255, 233, 213);}

  /*---------------------------------*/
  .stock {
    display: var(--side-tab-2);
    position:absolute;
    left: 52%;
    top: 5%;
    height: 50%;
    width: 47%;
    z-index: +10;
  }

  .stockInfo {
    display: var(--side-tab-2);
    color: rgb(219, 226, 255);
    position:absolute;
    left: 33%;
    top: 73%;
    height: 40%;
    width: 64%;
  }
  
  .halfscreen__btn{
    height: 100%;
    width: var(--halscreen-btn-width);
    background: rgb(165, 118, 42);
    border: none;
  }

  .currency__display {
    display: flex;
    position: absolute;
    top: 0%;
    background-color: #1f1f1f;
    width: var(--background-width);
    justify-content: space-between;
  }

  .hard__reset {
    text-align: end;
    z-index: +5;
    display: var(--side-tab-5);
    position: absolute;
    left: 90%;
    top: 95%;
    background: none;
    border: 2px solid rgb(131, 1, 1);
    border-radius: 4px;
    color: red;
    font-size: 15px;
    height: 20px;
    width: 100px;
  }

  .clicker {
    display: flex;
    background: var(--background-color);
    height: 39%;
    width: var(--background-width);
  }
  
  .buyables {
    background: var(--clicker-background-color);
    height: 58%;
    overflow-y: auto;
    overflow-x: hidden;
    width: var(--background-width);
  }
  .buyables::-webkit-scrollbar {
    width: 12px;              
  }
  
  .buyables::-webkit-scrollbar-track {
    background: rgb(68, 68, 68);   
    border-radius: 0;   
    border: 2px solid rgb(68, 68, 68); 
  }
  
  .buyables::-webkit-scrollbar-thumb {
    background-color: rgb(190, 190, 190);   
    border-radius: 20px;    
    border: 3px solid rgb(68, 68, 68); 
  }

  .currencies {
    position: absolute;
    top: 4%;
    left:1%;
  }
  
  
  .clicker__button-area {
    display: var(--clicker-show);

    position: absolute;
    top: 5.5%;
    left: var(--clicker-btn-left);      

    font-size: 24px;
    text-align: center;
    background: var(--clicker-background-color);
    border-radius: 8px;
    opacity: .8;
    padding: 20px;
  }
  
  .clicker__button {
    background-size: cover;
    
    height: 22vh;
    width: 20vw;
    background-color: var(--clicker-background-color);
  
    
    border: none;
    outline: none;
  }
  
  .buyable {
    display: flex;
    padding: 10px 20px;
    margin: 4px 8px;
    border: 2px solid #002b36;
    border-radius: 8px;
    width: 600px;
    height: 75px;
  }
  
  
  .buyable__amount {
    align-self: center;
    font-size: 24px;
  }
  
  .buyable__text {
    flex-grow: 1;
    margin: 0 18px;
  }
  
  .buyable__title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  
  .buyable__title-text {
    font-weight: bold;
  }
  
  .buyable__effect {
    font-size: 12px;
  }

  .buyable__requirement {
    font-size: 12px;
    color: red;
  }
  
  .buyable__button {
    align-self: center;
    background: none;
    border: 2px solid var(--can-afford-text-btn);
    border-radius: 8px;
    color: var(--can-afford-text-btn);
    font-size: 20px;
    height: 30px;
    width: 80px;
  }

  .buyable__button:hover {
    background-color: var(--can-afford-hover); 
    color: var(--can-afford-text);
    border: 2px solid var(--can-afford-text);
  }
  .buyable__button:active {
    background-color: var(--can-afford); 
    color: var(--can-afford-text);
    border: 2px solid var(--can-afford-text);
  }

  .currency__button-area {
    background: #1f1f1f;
    display: flex;
    height: 3%;
    border: 20% solid #1f1f1f;
    width: var(--background-width);
  }

  .currency__button {
    align-self: center;
    background: none;
    border: 2px solid #859900;
    border-radius: 8px;
    color: #859900;
    font-size: 15px;
    height: 20px;
    width: 100px;
  }

  .buyable__cover{
    display: flex;
    position: absolute;
    height: 60%;
    background: #1f1f1f;
  }

  .steroid {
    display: flex;
    padding: 20px 20px;
    margin: 8px;
    border: 4px solid #000000;
    border-radius: 200px;
    width: 119%;
    height: 75px;
    z-index: +10;
    background: linear-gradient(to right,  #ffffff 0%,#ffffff 49.6%,#000000 49.6%,#000000 50.4%,#9c0303 50.4%,#9c0303 100%);
  }
  
  .steroid__effect {
    font-size: 12px;
    text-align:right;
    position: relative;
    right: -12.5%;
    top: -13%
  }

  .steroid__requirement {
    align-self:center;
    font-size: 15px;
    color: red;
    text-align:right;
    position: relative;
    right: -10%;
    top: -12%;
  }
  
  .steroid__button {
    align-self:center;
    background: none;
    border: 2px solid #000000;
    border-radius: 8px;
    color: #000000;
    font-size: 20px;
    height: 30px;
    width: 80px;
  }

  .steroid__button:hover {background: rgb(49, 49, 49);}
  .steroid__button:active {background: rgb(153, 153, 153);}

  .ad {
    display: var(--ad-show);
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100;
    color: red;

  }

  .switchStockTab {
    display: var(--exchange-drop-out-show);
    position: absolute;
    top: 6%;
    left: 55%;
    color: white;
    width: 200px;
    height: 200px;
    background: red;
    
    margin: 50px;
    z-index: +5;
  }

  .buysell {
    text-align: center;
    background: none;
    border: 2px solid var(--buysell-btn-color);
    border-radius: 8px;
    color: var(--buysell-btn-color);
    font-size: 20px;
    height: 25px;
    width: 60px;
    position: absolute;
    left: 1%;
    top: 34%;
  }

  .buysell:hover {
    background-color: var(--buysell-btn-hover);
  }

  .buysell:active {
    background-color: var(--buysell-btn-active);
  }


  .tabButtonDiv {
    display: var(--side-tab-show);
    position: absolute;
    top: 0%;
    left: 1.75%;
    width: 98.25%;
    height: 3%;
    background-color: rgb(95, 95, 95);
    justify-content: space-between;
  }

  .sideTabBtn {
    display: var(--side-tab-show);
    position: relative;
    top: -2.3vh;
    border-top: 2.8vw solid #002b35;
    border-left: 3.5vh solid transparent;
    border-right: 3.5vh solid transparent;
    height: 0;
    width: 6vw;
    z-index: +100;
    color: rgb(238, 238, 238);
    justify-content: center;
  }

  .sideTabBtn:hover {
    border-top: 2.8vw solid #005e74;
    color: rgb(238, 238, 238);
  }

  .sideTabBtn:active {
    border-top: 2.8vw solid #c4dde2;
    color: rgb(238, 238, 238);
  }

  .tabText{
    position: relative;
    top: -4.5vh;
  }

  .prestigeBtn{
    display: var(--side-tab-4);
    position: absolute;
    left: 40%;
    top: 20%;
    width: 25%;
    height: 4%;
    border: 4px solid #000000;
    border-radius: 25%;
    background-color: #064457;
    text-align: center;
    justify-content: center;
    line-height: 180%;
    color: rgb(173, 188, 189);
    font-weight: bold;
  }

  .prestigeBtn:hover{
    left: 39.5%;
    width: 26%;
    height: 4.1%;
    background-color: #166983;
    color: rgb(225, 237, 238);
  }

  .bankTitle{
    display: var(--side-tab-3);
    position: absolute;
    left: 40%;
    top:5%;
    color: goldenrod;
    font-size: 4vh;
    
  }

  .bankBalance{
    color: white;
    display: var(--side-tab-3);
    position: absolute;
    left: 5%;
    top:15%;
    font-size: 3vh;
  }

  .bankInterest{
    color: white;
    display: var(--side-tab-3);
    position: absolute;
    left: 40%;
    top: 15%;
    font-size: 3vh;
  }

  .interestFrequency{
    color: white;
    display: var(--side-tab-3);
    position: absolute;
    left: 75%;
    top: 15%;
    font-size: 3vh;
  }

  .balanceInput{
    color: white;
    display: var(--side-tab-3);
    position: absolute;
    left: 32%;
    top: 32%;

    background: #4e4e4e;
    border: 2px solid rgb(0, 44, 73);;
    border-radius: 4px;
    color: rgb(194, 194, 194);
    height: 25px;
    width: 100px;
    text-align: center;
    font-size: 16;
  }

  .balanceInputText{
    color: white;
    display: var(--side-tab-3);
    position: absolute;
    left: 5%;
    top: 32%;

  }

  .exchangeBalance__drop {
    justify-content: center;
    color: rgb(194, 194, 194);
    display: var(--side-tab-3);
    position: absolute;
    left: 48%;
    top: 32%;
    height: 25px;
    width: 100px;
    background: #444444;
    border: 2px solid rgb(0, 44, 73);
    border-radius: 4px;
    font-size: 15px;
  }

  .exchangeDeposit__drop-content{
    display: var(--exchange-drop-deposit-show);
    overflow:inherit;
    z-index: 1;
    position: absolute;
    top: 32%;
    left: 48%;
  }

  .exchangeDeposit__drop-content button {
    color: rgb(194, 194, 194);
    display: block;

    height: 25px;
    width: 100px;
    background: #444444;
    border: 2px solid rgb(0, 44, 73);
    border-radius: 4px;
    text-align: center;
  }

  .exchangeBalance__drop:hover {background-color: #616161;}

  .exchangeBalance__drop:active {background-color: #363636;}

  .exchangeDeposit__drop-content button:hover {background-color: #616161;}

  .exchangeDeposit__drop-content button:active {background-color: #363636;}

  .Deposit-title{
    color:rgb(24, 97, 24);
    font-size: 24;
    font-weight: bold;
    display: var(--side-tab-3);
    position: absolute;
    left: 5%;
    top: 26%;
  }

  .withdraw{
    position: relative;
    top: -56%;
  }

  .Withdraw-title{
    color:rgb(97, 24, 24);
    font-size: 24;
    font-weight: bold;
    display: var(--side-tab-3);
    position: absolute;
    left: 5%;
    top: 39%;
  }

  .exchangeWithdraw__drop-content{
    display: var(--exchange-drop-withdraw-show);
    overflow:inherit;
    z-index: +5;
    position: absolute;
    left: 48%;
  }

  .exchangeWithdraw__drop-content button {
    color: rgb(194, 194, 194);
    display: block;

    height: 25px;
    width: 100px;
    background: #444444;
    border: 2px solid rgb(0, 44, 73);
    border-radius: 4px;
    text-align: center;
  }

  .exchangeWithdraw__drop-content button:hover {background-color: #616161;}

  .exchangeWithdraw__drop-content button:active {background-color: #363636;}

  .balanceStock{
    display: var(--side-tab-3);
    position:absolute;
    left: 4%;
    top: 55%;
    z-index: +1;
  }

  .frequencyTimer{
    color: rgb(178, 250, 253);
    display: var(--side-tab-3);
    position: absolute;
    left: 62%;
    top: 4%;
    font-size: 2vh;
  }

  .goal{
    color: rgb(255, 255, 255);
    display: var(--side-tab-1);
    position: absolute;
    left: 43%;
    top: 6%;
    font-size: 2.5vh;
    width:50%;
    height: 6%;
    text-align: center;
    justify-content: center;
    line-height: 200%;
    -webkit-text-stroke-width: 0.05vh;
    -webkit-text-stroke-color: rgb(3, 81, 95);
    overflow: hidden;
  }

  .goal p{
    position: absolute;
    top: 10%;
    text-align: center;
    justify-content: center;
    font-size: 1.5vh;
    display: block;
    color:rgb(180, 153, 0);
    -webkit-text-stroke-width: 0;
  }

  .goalProgress{
    display: var(--side-tab-1);
    position: absolute;
    background-color: rgb(3, 91, 97);
    z-index: 0;
    width: var(--goal-progress);
    height: 100%;

  }

  .goalProgressContainer{
    display: var(--side-tab-1);
    position: absolute;
    left: 43%;
    top: 6%;
    width:50%;
    height: 6%;
    border:2px solid rgb(95, 95, 95);
    border-radius: 14px;
    overflow: hidden;
  }

  .upgradeTabMargin{
    display: var(--side-tab-1);
    position: absolute;
    top: 6%;
    left: 3%;
    width: 34%;
    height: 60%;
    background:rgb(95, 95, 95);
    border: 4px solid black ;
    border-radius: 16px;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .upgradeMargin{
    display: var(--side-tab-1);
    width: 120%;
    height: 60px;
    margin: 2px;
    display: flex;
    background-color: rgb(11, 59, 65);
    border: 2px solid black;
    border-radius: 18px;
    padding: 1px;
    color: white;
    position: relative;
    left: -13%;
  }

::-webkit-scrollbar{
  width: 12px;
}

::-webkit-scrollbar-track {
  background: rgb(68, 68, 68);    
  border-radius: 18px;   
  border: 3px solid black;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(11, 39, 46);   
  border-radius: 20px;    
  border: 3px solid rgb(0, 0, 0); 
}

.upgradeMargin:hover {background-color: rgb(82, 172, 182);}
.upgradeMargin:active {background-color: rgb(231, 253, 255);}

.upgradeTitleMargin{
  font-weight: bold;
  font-size: large;
  left: 8%;
  top: 10%;
  font-size: 24px;
  color: #000000;
}

.upgrade-boughtMargin {
  align-self: center;
  font-size: 24px;
  position: absolute;
  right: 15%;  
}

.upgrade-textMargin {
  flex-grow: 1;
  margin: 0 10px;
}

.upgrade-titleMargin {
  display: flex;
  margin-bottom: 7px;
}

.upgrade-title-textMargin {
  font-weight: bold;
  position: relative;
  left: 5%
}

.upgrade-costMargin {
  position: relative;
  top: 20%;
}

.boostContainer{
  display: var(--side-tab-1);
  width: 94%;
  height: 27%;
  position: absolute;
  left: 3%;
  top: 70%;
  background-color: rgb(85, 85, 85);   
  border-radius: 20px;    
  border: 3px solid rgb(0, 0, 0); 
  overflow-x: hidden;
  overflow-y: auto;
}

.boost1{
  position: relative;
  width: 94%;
  height: 27%;
  left: 2%;
  top: 3%;  
  border-radius: 20px;    
  border: 3px solid rgb(0, 0, 0); 
  margin: 1%;
}

.boost2{
  position: inherit;
  width: 94%;
  height: 27%;
  left: 2%;
  top: 40%;  
  border-radius: 20px;    
  border: 3px solid rgb(0, 0, 0); 
  margin: 1%;
}

.boost3{
  position: inherit;
  width: 94%;
  height: 27%;
  left: 2%;
  top: 77%;  
  border-radius: 20px;    
  border: 3px solid rgb(0, 0, 0); 
  margin: 1%;
}

.pointsTitle{
  display: var(--side-tab-1);
  position: absolute;
  left: 43%;
  top: 15%; 
  font-size: 35px;
  font-weight: bold;
  color: purple;
  -webkit-text-stroke-width: 0.15vh;
  -webkit-text-stroke-color: rgb(0, 0, 0);
}

.pointBars1{
  display: var(--side-tab-1);
  position: absolute;
  width: 20%;
  height: 40%;
  left: 43%;
  top: 22%;  
  overflow: hidden;
}

.pointBars2{
  display: var(--side-tab-1);
  position: absolute;
  width: 20%;
  height: 40%;
  left: 70%;
  top: 22%;  
  overflow: hidden;
}

.pointBar{
  display: var(--side-tab-1);
  position: relative;
  width: 120px;
  height: 36px;
  border-radius: 8px;    
  border: 3px solid rgb(0, 0, 0); 
  overflow: hidden;
}

.pointBarText{
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center; 
  text-align: center;
  font-size: 16px;
  z-index: 1;
  color: white;
  line-height: 220%;
}

.pointBarFiller{
  position: relative;
  height: 100%;
  left: 0%;
  top: 0;  
  border-radius: 4px;    
  border: 3px solid none; 
  background-color: rgb(133, 12, 133);
}

.filler1{
  width: var(--filler-1);
}

.filler2{
  width: var(--filler-2);
}

.filler3{
  width: var(--filler-3);
}

.filler4{
  width: var(--filler-4);
}

.filler5{
  width: var(--filler-5);
}

.filler6{
  width: var(--filler-6);
}

.filler7{
  width: var(--filler-7);
}

.filler8{
  width: var(--filler-8);
}

.filler9{
  width: var(--filler-9);
}

.filler10{
  width: var(--filler-10);
}

.descriptions{
  display: var(--description-display);
  position: absolute;
  left: 30%;
  top: var(--description-y);
  width: 22%;
  height: 5%;
  background-color: rgb(73, 73, 73);
  border: 2px solid black;
  border-radius: 16px;
  opacity: .8;
}