.market-container{
    position: absolute;
    width: calc(60% + 2px);
    height: 100%;
    right: 53%;
    top: 0%;
    overflow:hidden;
    overflow-y: auto;
    transform-origin: top right;
    z-index: 1000;
}
.market-container::-webkit-scrollbar{
    background: transparent;
    width: 3px;
}
.market-container::-webkit-scrollbar-thumb{
    background-color: transparent;
}
.sectorInfo{
    position:absolute;
    color: lightskyblue;
    font-family: 'Saira Stencil One', cursive;
    font-size:2vh;
    margin: 0px;
    width: 100%;
    transform: scale(0.8);
    transform-origin: top right;
}

.coin-container{
    width: 100%;
    user-select: none;
    display: flex;
    cursor: url(imgs/cursorButton.png) 20 20, auto;
    font-size: 2.5vh;
    color: white;
    font-family: 'Roboto', cursive;
    filter: saturate(1.5);
    margin-bottom: -8%;
    color: white;
}
.coin-container:hover{
    animation: uiPop 0.08s linear forwards;
    background-color: white;
    border-left: solid 2px white;
    color: black;
}
.coin-container-chart{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.coin-logo{
    width: 10%;
    height: 50%;
    align-self: center;
    transform-origin: center;
    transform: scale(0.8);
}
.coin-logo-chart{
    transform: none;
    padding-right: 15px;
}
.coin-id{
    width: 70%;
    padding-left: 5px;
    font-family: 'Art Nouveau', cursive;
}
.coin-id-chart{
    width: 50%;
    height: 60%;
    font-family: 'Saira Stencil One', cursive;
    padding: 0px;
    margin: 0px;
    margin-top: 5%
}
.coin-price{
    width: 40%;
    text-align: right;
}
.coin-percent{
    font-size: 1.8vh;
    padding-left: 5%;
}
.crypto-option-time{
    position: absolute;
    font-size: 1.8vh;
    margin: 0px;
    color: rgb(163, 255, 163);
    border-left: solid 1px white;
    padding-left: 5px;
    font-family: 'Orbitron', cursive;
    opacity: 0.8;
    left: 110%;
}


.order-history-container{
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0%;
    top: 0%;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}
.purchase-order{
    font-size: 2vh; 
    font-family: 'Passero One', cursive;
    white-space: pre-wrap;
    padding-left: 5px;
    margin-top: 5%;
    border-left: solid 1px white;
}
.purchase-order:hover{
    font-size: 2vh;
}
.order-stamp{
    color: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    margin-right: 5%;
    font-size: 1.3vh;
    font-family: cursive;
}