

.pointer{
    cursor: pointer;
}
.expand_chart_button{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    background-color: var(--color-medium);
    color: var(--accent2);
}

.app_container_lg_inner_chart {
    background-color: var(--dark);
    border-radius: 10px;
    padding: 10px;
    /* padding-bottom: 26px; */
    width: calc(100% - 20px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.app_chart_container {
    position: relative;
    width: 100%;
    /* height: calc(100dvh - 471px); */
    height: calc(100dvh - 417px);
    min-height: 150px;
    z-index: 99999;
}

.bet_offer_chart_container {
    height: calc(100dvh - 412px);
}

.bet_details_tab_chart_container {
    height: calc(100dvh - 426px);
}

.bet_offer_chart {
    width: 100%;
    /* height: calc(100% + 64px) !important; */
    /* padding-top: 60px !important; */
}

.bet_details_tab_chart {
    width: 100%;
    /* height: calc(100% + 64px) !important; */
    /* padding-top: 60px !important; */
}

.expand_chart_button ion-icon {
    font-size: 20px;
}