.market-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    overflow:hidden;
    overflow-y: auto;
    transform-origin: top right;
    z-index: 1000;
    border-radius: 10px;
}
.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%;
}

.coin-container{
    width: 100%;
    margin-bottom: 1%;

    user-select: none;
    display: flex;

    cursor: url(imgs/cursorButton.png) 20 20, auto;

    font-size: 2.5vh;
    font-family: 'Roboto', cursive;
    color: white;

    filter: saturate(1.5);
    background-color: rgba(0, 0, 0, 0.644);
    transform-origin: center;
    transform: scale(0.6);
    margin-bottom: -6%;
    border-left: none;

    border-radius: 10px;
}

.coin-container:hover{
    animation: coinPop 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: 25%;
    border: none;
    box-shadow: none;
    transform: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coin-container-tabbed{
    color: white;
    height: auto;

    display:inline-flex;
    text-align: left;
    transform: scale(0.7);
}
.coin-logo{
    width: 15%;
    height: 50%;
    align-self: center;
    transform-origin: center;
    transform: scale(0.8);
}
.coin-logo-chart{
    transform: none;
    padding-right: 15px;
    width: 30px;
    height: 30px;
}
.coin-id{
    width: 70%;
    padding-left: 15px;
    font-size: 3.1vh;
    font-family: 'Passero One', cursive;
}
.coin-id-chart{
    position: static;
    font-family: 'Roboto', cursive;
    padding: 0px !important;
    margin: 0px !important;
}
.coin-price{
    width: 40%;
    text-align: right;
    font-size: 3.5vh;
}
.coin-percent{
    font-size: 2.5vh;
    padding-left: 3%;
    padding-right: 10px;
}
.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%;
}



.trade-map-label{
    color: white;
    font-size: 3vh;
    width: 100%;
    margin-bottom: 100%;
    font-family: 'Saira Stencil One', cursive;
}
.trade-map-container{
    position: absolute;
    height: 100%;
    width: 55%;
    left: 85%;
    top: 0;
    border-right: solid 1px rgba(135, 206, 250, 0.479);
    border-radius: 10px;
    overflow:hidden;
    overflow-y: auto;
    transform-origin: top right;
    z-index: 1000;
    color: white;
    font-family: 'Saira Stencil One', cursive;
    background-color: rgba(135, 206, 250, 0.178);
}
.tmct{
    position: absolute;
    left: 85%;
    bottom: 100%;
    width: 50%;
    color: white;
    font-size: 3vh;
    font-family: 'Passero One', cursive;
    border-bottom: solid 1px white;
    text-align: center;
}

.trade-map-container::-webkit-scrollbar-track{
    background: transparent;
}
.trade-map-container::-webkit-scrollbar-thumb{
    background: white;
}
.inner-trade-map{
    position:absolute;
    color: lightskyblue;
    font-family: 'Saira Stencil One', cursive;
    font-size:2vh;
    margin: 0px;
    width: 100%;
}

.trade-row{
    width: 100%;
    margin-bottom: 1%;

    user-select: none;
    display: flex;

    cursor: url(imgs/cursorButton.png) 20 20, auto;

    font-size: 2.3vh;
    font-family: 'Roboto', cursive;
    color: white;

    filter: saturate(1.5);
    background-color: rgba(0, 0, 0, 0.644);
    transform-origin: center;
    margin-bottom: -6%;
    border-left: none;

    border-radius: 10px;
    padding: 5px;
}

.trade-row:hover{
    background-color: white;
    border-left: solid 2px white;
    color: black !important;
}