.player-console{
    position: absolute;
    z-index: 30000;
    left: 130%;
    top: 50%;

    width: 30%;
    height: 40%;
    border-radius: 3%;
    background-size: 100% 100%;
}
.closed-console{
    width: 5%;
    height: 10%;
    background-image: none;
    border-radius: 10%;
    border-bottom: solid 2px white;
    padding-bottom: 15px;

    top: 85% !important;
    left: 47.5% !important
}
.console-tab{
    position: absolute;
    z-index: 100000;
    right: 80%;
    top: 30%;

    width:65%;
    height: 40%;
    transform-origin: center;
    transform: rotate(90deg);
    
    cursor: url(imgs/cursorButton.png) 20 20, auto;
    filter: hue-rotate(300deg) saturate(10) drop-shadow(0px 0px 5px white);
}
.console-tab:hover{
    filter: drop-shadow(0px 0px 5px rgb(255, 0, 0)) brightness(3);
}
.closed-tab{
    position: absolute;
    left: -100%;
    top: -105%;
    width: 300% !important;
    height: 300% !important;
    filter: drop-shadow(0px 0px 5px rgb(255, 0, 0)) brightness(3);
    transform: scale(1)
    
}
.closed-tab:hover{
    animation: tabPop 0.2s linear forwards;
}
@keyframes tabPop{
    100%{transform: scale(1.05);}
}

.player-menu:hover{
    opacity: 1;
}
.player-menu::-webkit-scrollbar {
  background: transparent;
  width: 0px;
  cursor: url(imgs/cursorButton.png) 10 10, auto;
}
.player-menu::-webkit-scrollbar-thumb {
  background-color: transparent; 
}
.logo-attribution{
    position: absolute;
    color: rgba(255, 255, 255, 0.582);
    font-size: 1.4vh; 
    font-family: 'Roboto', cursive;
    top: 102%;
    left: 14%;
}
.attached-menu{
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0  !important;
    background-image: none;
}
.loading-market{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 3vh;
    color: white;
    font-family: 'Rubik Iso', cursive;
    animation: floating linear 5s infinite;
    pointer-events: none;
}


.bank:hover{
    animation: rotateBankBack 0.2s linear forwards;
}


.reset_account{
    box-shadow: 0px 0px 15px red;
    color: red;
}