.myBlur-3{
    filter:blur(3px);
}

.myOpacity-40{
    opacity:40%;
}

.myRelative{
    position: relative;
}

.myMaModNeedLoginLabel, .myLiveChartModNeedLoginLabel{
    position: absolute;
    top: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    gap: 10px;
}

.myNeedLoginBtn{
    font-weight: 900;
    text-decoration: underline;
}

.myLiveChartModNeedLogin{
    background: url("../img/chart_need_login.png");
    width: 100%;
    min-height: 420px;
}