.metric-container{
    position: absolute;
    z-index: 3000;
    left: 120%;
    top: -20%;

    min-width: 380%;
    height: 160%;

    display: none;
    z-index: 1000;
    border-radius: 50px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-color: rgba(0, 0, 0, 0.811);

    overflow: hidden;
    overflow-y: auto;
    scrollbar-gutter: stable; /* keeps layout stable */;
}
.metric-container::after{
    content: "";
    position: sticky;
    width: 50%;
    height: 100%;
    background-image: url(imgs/analysisBear.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    opacity: var(--bear-opacity, 0.3);
    filter: var(--bear-filter, none);
    top: 0;
    border-radius: 30px;
}
.metric-container::before{
    content: "";
    position: sticky;
    width: 50%;
    height: 100%;
    background-image: url(imgs/analysisBull.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    opacity: var(--bull-opacity, 0.3);
    filter: var(--bull-filter, none);
    top: 0;
}
.metric-container:hover{
    background-color: rgba(0, 0, 0, 0.791);
}
.metric-container::-webkit-scrollbar{
    width: 3px;
    height: 3px;
}
.metric-container::-webkit-scrollbar-thumb{
    background-color: transparent;
}
@keyframes stretch-bar{
    100%{width: 95%; left: 0%;}
}
.ana-title{
    position: absolute;
    color: lightskyblue;
    bottom: 100%;
    width: 50%;
    text-align: center;
    font-size: 1.5vh;
    font-family: 'Saira Stencil One', cursive;
}
.ana-title-bear{
    left: 0;
}
.ana-title-bull{
    left: 0;
}


.ana-body{
    position: absolute;
    max-height: 100%;
    overflow: hidden;
    width: 50%;
    top: 0%;
}
.ana-bull{
    width: 100%;
    transform-origin: right center;
}
.ana-bear{
    right: 0;
    transform-origin: left center;
}
.ana-body::-webkit-scrollbar-thumb{
    background-color: transparent;
}

.reduced-buy{
    margin-left: 30%;
    display: inline-block !important;
    transform-origin: top right;
    transform: scale(0.9);
    background-color: rgba(0, 0, 0, 0.788);
}
.reduced-sell{
    margin-left: 30%;
    display: inline-block !important;
    transform-origin: top left;
    transform: scale(0.9);
    background-color: rgba(0, 0, 0, 0.788);

}




.ana-compare{
    position: absolute;
    top: 25%;
    left: 5%;

    width: 90%;
    height: 50%;
    color: white;
    font-size: 2.4vh;
    border-radius: 15px;
    justify-content: space-between;
    overflow: hidden;

}
.comparing{
    opacity: 1
}

.ana-child-compare{
    padding-left: 5px;
    width: 100%;
    margin: 0px;
    border-left: solid 1px red;
    display: inline-block;
    margin-top: 10px;
    left: 0;
    font-family: 'Saira Stencil One', cursive;
    line-height: 1.1;
    top: 10%;
    background-color: rgba(0, 0, 0, 0.53);
    border-radius: 10px;
}
.compare-label{
    top: 0;
    left: 0%;
    border-left: none;
    color: rgb(217, 217, 217);
    width: 100%;
    border: none;
    padding-right: 5px;
}
.bear-compare{
    border-left: solid 1px rgb(68, 255, 0);
    color: rgb(68, 255, 0);
    left: 10%;
}
.bull-compare{
    border-left: solid 1px red;
    color: red;
    left: 70%;
}




.ana-info{
    position: absolute;
    overflow: hidden;
    left: 10%;
    top: 80%;
    width: 30%;
    font-size: 2vh;
    font-family: 'Passero One', cursive;
    white-space: pre;
    color: rgb(211, 211, 211);
    padding-top: 10px;
    padding: 10px;
    margin-top: auto;
    border-radius: 10px;
    filter: saturate(2);
    z-index: 1000;
    transform-origin: top center;
}
.ana-info:hover{
    transform-origin: center;
    background-color: rgba(255, 255, 255, 0.084);
}
.ana-num{
    font-size: 2.3vh; 
    font-family: 'Saira Stencil One', cursive; 
    text-align: center;
    border-radius: 10px;
}
.bull-info{
    left: 55%;
}