.trade-ui-container{
    position: absolute;
    right: 105%;
    top: 0;
    width: 40%;
    height: 100%;
    display: none;
}
.book-label{
    position: absolute;
    display: flex;
    width: 100%;
    height: 10%;
    font-family: 'Orbitron', cursive;
    font-size: 1.7vh;
    color: white;
}
.slippage-label{
    top: 40%;
    left: 0;
}
.fees-label{
    top: 33%;
    left: 0;
}
.exchange-rate-label{
    top: 47%;
    left: 0;
}
.market-limit{
    font-size: 2.4vh;
    color: white;
    font-family: 'Orbitron', cursive;
    display: flex;
    font-weight: 100;
    white-space: pre;
}
.portfolio-label{
    font-family: cursive;
    color: white;
    width: 35%;
    pointer-events: none;
    padding-bottom: 5px;
    margin-top: 15%;
}

.trade-ui{
    margin-bottom: 4%;
    z-index: 2000 !important;
}
.trade-data-instr{
    position: absolute;
    top: 115%;
    width: 140%;
    text-align: right;
    font-size: 1.5vh; 
    color: white;
    padding-left: 10px;
    pointer-events: none;
}
.trade-data{
    padding-left: 15px;
    margin-top: 0;
    pointer-events: none;
}

.company-values{
    position: absolute;
    width: 150%;
    top: 25%;
    filter: drop-shadow(0px 0px 5px lightskyblue);
    padding-left: 10px;
    pointer-events: auto;
    color: white;
}

.purchase-option{
    position: absolute;
    bottom: 0%;
    width: 48%;
    height: 13%;
    font-family: 'Saira Stencil One', cursive;
    color: black;
    background-color: white;
    cursor: url(imgs/cursorButton.png) 20 20, auto;
}
.purchase-option:hover{
    animation: buttonPop 0.1s ease-out forwards;
}
.sell-option{
    right: 0;
}
.buy-option{
    left: 0;
}



.position-option{
    position: absolute;
    top: 15%;
    width: 48%;
    height: 13%;
    font-family: 'Saira Stencil One', cursive;
    box-sizing: border-box;
    background-color: rgb(37, 37, 37);
    cursor: url(imgs/cursorButton.png) 20 20, auto;
}
.position-option:hover{
    animation: uiPop 0.1s linear forwards;
    color: white;
}
.long-option{
    left: 0;
    color: rgb(140, 255, 140);
}

.short-option{
    right: 0%;
    color: red;
}
.purchase-input-container{
    position: absolute;
    bottom: 30%;
    left: 0%;
    width: 50%;
    height:15%;
    border-bottom: solid 2px rgb(140, 255, 140);
}
.purchase-input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    outline: none;
    border: none;   
    font-family: 'Orbitron', cursive;
    font-size: 3vh;
    color: white;
}
.dollar-sign{
    position: absolute;
    top: 0;
    right: 100%;
    width: 20%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    color: rgb(111, 255, 111);
    font-size: 3.5vh;
    font-family: 'Saira Stencil One', cursive;
}
.purchase-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.transact-type{
    position: absolute;
    right: 0;

    width: 30%;
    height: 10%;

    font-size: 2.5vh;
    font-family: 'Saira Stencil One', cursive;
    color: white;
    filter: saturate(4);
    cursor: url(imgs/cursorButton.png) 20 20, auto;
    
}
.transact-type:hover{
    animation: uiPop 0.1s linear forwards;
    color: white;
}
.coins{
    background-color: #ff8800;
    bottom: 17%;
}
.cash{
    background-color: rgb(0, 49, 0);
    bottom: 30%;
}