.premium-stock-name
{
    color: #E0E0E0;
    font-size: 30px;
    font-family: 'Tomorrow-bold';
    justify-content: center;
}

.premium-column-flex
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11%;
    height: 100%;
}

.premium-row-flex
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.premium-stock-list
{
    width: 95%;
    margin-left: 2.5%;
    margin-top: 40px;
    background-color: transparent;
    border-radius: 3.5vh;
    border: 3px solid #6b6b6b;
    overflow: hidden;
    position: relative;
}

.premium-stock-card
{
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 1.3vh;
    color: #E0E0E0;
    height: 11vh;
    position: relative;
    padding-top: 1.5vh;
    padding-bottom: 1.0vh;
    font-family: 'Tomorrow-bold';
    transition: background-color 0.2s ease-in-out;
}

.premium-stock-card:hover
{
    cursor: pointer;
    background-color: #2e2e2e !important;
}

.premium-stock-card-active
{
    display: flex;
    flex-direction: row;
    font-size: 1.3vh;
    color: #E0E0E0;
    height: 11vh;
    position: relative;
    padding-top: 1.5vh;
    padding-bottom: 1.0vh;
    font-family: 'Tomorrow-bold';
    transition: background-color 0.2s ease-in-out;
    background-color: #292929 !important;
}

.premium-stock-card-active:hover
{
    cursor: pointer;
    background-color: #2e2e2e !important;
}

.premium-glowing-head
{
    height: 60%;
    width: 0.2vw;
    position: absolute;
    top: 20%;
    left: 2.5%;
    border-radius: 0.1vw;
}

.premium-tag-font
{
    font-size: 14px;
    font-family: 'Tomorrow-medium';
    color: #969696;
}

.progress-bar
{
    color: black;
    font-size: 16px;
}

.premium-stock-card-dropdown-icon
{
    width: 4vh;
    height: 4vh;
    position: absolute;
    right: 1.5%;
    top: 3.5vh;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
}

.premium-stock-card:hover .premium-stock-card-dropdown-icon
{
    transform: rotate(0);
}

.premium-stock-card-dropdown-icon-active
{
    width: 4vh;
    height: 4vh;
    position: absolute;
    right: 1.5%;
    top: 3.5vh;
    transition: transform 0.3s ease-in-out;
}

.premium-detail-column-name
{
    font-family: 'Tomorrow-bold';
    font-size: 20px;
    color: #969696;
}

.premium-extend-content {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
    background-color: rgb(20, 19, 19);
}

.premium-extend-content-active {
    height: 55vh;
    width: 100%;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
    background-color: rgb(20, 19, 19);
    position: relative;
}

.premium-extend-info
{
    display: flex;
    flex-direction: row;
    font-size: 18px;
    color: #E0E0E0;
    height: 12vh;
    position: relative;
    margin-top: 20px;
    padding-left: 3%;
    font-family: 'Tomorrow-bold';
}

.premium-extend-graph
{
    width: 43%;
    height: 35vh;
    display: inline-block;
    vertical-align: top;
}

.premium-extend-graph-title
{
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 35vh;
    width: 5%;
    display: inline-block;
    font-size: 21px;
    font-family: 'Tomorrow-bold';
    color: #e0e0e0;
    padding-right: 0.2%;
}

.premium-card-expansion-strategy-btn-group
{
    width: 24%;
    height: 2.48vh;
    position: relative;
    margin-top: 1.6%;
    margin-left: 71.95%;
    overflow: hidden;
    font-family: 'Tomorrow-bold';
    color: #e0e0e0;
    font-size: 1em;
    margin-bottom: -0.14vh;
}

.premium-extend-graph-strategy-btn
{
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 7;
    right: 0;
    transform-origin: bottom right;
    transform: skewX(-8deg);
    border-top-left-radius: 0.5vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
    background-color:  #E0E0E0;
    color: black;
    outline: none !important;
    border: 1px solid #929292;
}

.premium-extend-graph-strategy-btn:hover
{
    background-color: #888787; 
}

.premium-extend-graph-strategy-btn-active
{
    background-color: black;
    color: #E0E0E0;
    border: 1px solid black;
}

.premium-extend-graph-strategy-btn-active:hover
{
    background-color: black;
}

.premium-tool-btn
{
    border: 2px solid #E0E0E0;
    background-color: transparent;
    height: 3vh;
    width: 3vh;
    border-radius: 0.5vh;
    position: relative;
    display: inline-block;
}

.premium-tool-btn:hover
{
    background-color: #292929;
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}

.trades-viewmode-group
{
    border: 2px solid #E0E0E0;
    background-color: transparent;
    height: 3.2vh;
    width: 21vh;
    border-radius: 1vh;
    position: relative;
    display: inline-block;
    margin-right: 1vw;
    overflow: hidden;
}

.trades-viewmode-btn
{
    background-color: transparent;
    border: none;
}

.trades-viewmode-btn-active
{
    background-color: rgb(36, 241, 241) !important;
    border: none;
    color: black !important;
}

.trades-viewmode-btn:hover
{
    background-color: rgb(66, 50, 59) !important;
}

.trades-viewmode-btn:active, .trades-viewmode-btn-active:active
{
    background-color: rgb(129, 251, 251) !important;
    transition: out 0.4ms ease-in-out;
    color: black !important;
}

.premium-tool-btn-img
{
    position: absolute;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
    background-color: transparent;
}

.premium-tool-btn:hover .premium-refresh-icon
{
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
}

.premium-side-bar-btn
{
    height: 60px;
    width: 40px;
    margin-left: -3px;
    position: relative;
    font-size: 15px;
    
    border-top-right-radius: 0.4vw;
    
    border-top: #3d7a73 solid 3px;
    overflow: hidden;
    transition: top 0.25s ease-in-out; /* Smooth movement */
}

.premium-side-bar-btn-inner
{
    height: 100%;
    width: 100%;
    justify-content: center;
    display: flex;
    padding-right: 0.22vw;
    cursor: pointer;
    border-right: #3d7a73 solid 3px;
    border-bottom: #3d7a73 solid 3px;
    transform-origin: top left;
    transform: skewY(-15deg);
    border-bottom-right-radius: 0.4vw;
    background-color: rgb(18, 15, 15);
    align-items: end;
}

.premium-side-bar-btn-inner:hover
{
    background-color: rgb(35, 34, 35);
}

.premium-illustration {
    position: relative;
    width: 350px;
    margin-left: -350px;
    height: 580px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    background-color: rgb(18, 15, 15);
    display: inline-block;
    border: #3d7a73 solid 3px;
    border-left: none;
    border-bottom-right-radius: 3vh;
}

.premium-illustration-active
{
    margin-left: 0;
}

.trades-tut-card
{
    height: 100%;
    padding-top: 6%;
    width: 100%;
    padding-bottom: 3%;
    position: relative;
    overflow: scroll;
    color: #E0E0E0;
    font-family: "Tomorrow-medium";
    font-size: 14.5px;
}

.trades-tut-card::-webkit-scrollbar {
    height: 80%;
}

.trades-tut-card::-webkit-scrollbar-track {
    background: rgb(18, 15, 15);
}

.trades-tut-h1
{
  display: block;
  font-family: 'Tomorrow-bold';
  font-size: 15px;
  color: rgb(0, 255, 225);
  margin-bottom: 5px;
}

.trades-sidebar-tooltray
{
    background-color: black;
    transform: translateX(-3px);
    border:  #3d7a73 solid 3px;
    border-left: none;
    height: fit-content;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.trades-sidebar-icon
{
    font-size: 60px;
    padding: 10px;
    color: white;
    background-color: transparent;
    border-radius: 10px;
}

.trades-sidebar-tut
{
    opacity: 0;
    margin-top: -60px;
    transition: all 0.4s ease-in-out;
}

.trades-sidebar-calc
{
    opacity: 0;
    margin-top: -60px;
    transition: all 0.4s ease-in-out;
}

.trades-sidebar-arrow
{
    margin-top: -22px;
    transition: all 0.5s ease-in-out;
}

.trades-sidebar-arrow-active
{
    transform: rotateX(180deg);
    transition: all 0.5s ease-in-out;
}

.trades-sidebar-icon-active
{
    margin-top: 0px;
    transition: all 0.4s ease-in-out;
}

.trades-sidebar-selected .trades-sidebar-icon
{
    color: rgb(0, 255, 225);
    filter: drop-shadow(0 0 0.01vw rgba(0, 255, 245, 0.9))
          drop-shadow(0 -0.02vw max(0.3vw, 5px)  rgba(0, 255, 245, 0.6))
          drop-shadow(-0.3vw -0.5vw max(2vw, 20px) rgba(0, 255, 245, 0.7));
}

.premium-popup-container
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    /* display: none; */
}

.premium-blur-mask
{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.premium-popup-wnd
{
    position: absolute;
    top: 7vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    background-color: rgb(40, 35, 35);
    border-radius: 5vh 0.1vh 5vh 5vh;
}

.premium-popup-wnd-close-btn
{
    position: absolute;
    height: 5vh;
    width: 5vh;
    top: 7vh;
    left: 95.5vw;
    background-color: transparent;
    border-radius: 0.5vh;
}

.premium-popup-wnd-close-btn:hover .premium-popup-wnd-close-icon
{
    color:rgb(190, 49, 49) !important;
    transform: scale(1.2);
    transition: all 0.1s ease-in-out;
}

.premium-popup-wnd-close-btn:hover .premium-popup-wnd-next-icon
{
    color:rgb(51, 204, 186) !important;
    transform: scale(1.2);
    transition: all 0.1s ease-in-out;
}

.premium-stock-name-detail
{
    font-size: 6vw;
    font-family: 'Tomorrow-extrabold';
    color: #E0E0E0;
}

.premium-detail-strategy-card
{
    position: absolute;
    width: 30%;
    height: 54%;
    bottom: 3%;
    border-radius: 0 5vh 5vh 5vh;
    font-family: 'Tomorrow-bold';
    font-size: 20px;
}

.premium-detail-color-bg
{
    position: absolute;
    width: 37%;
    height: 100%;
    background-color: rgb(2,11,20);
    border-radius: 4vh 0 0 4vh;
}

.premium-detail-color-bg2
{
    position: absolute;
    width: 7%;
    height: 100%;
    left: 32.5%;
    background-color: rgb(40, 35, 35);
    border-radius: 4vh;
}
