.tb-main{
    &.am-isloading{
        height: 100vh;
        overflow: hidden;
        position: relative;
        .am-section-load{
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            opacity: 0.5;
            z-index: 999;
            position: absolute;
            background: #000;
            transform: translate(-50%, -50%);
            p{
                margin: 0;
                width: 100%;
                height: 100%;
                display: flex;
                color: #fff;
                align-items: center;
                justify-content: center;
            }
        }
    }
    &.tb-subscriptionwrap{
        .tb-packege-setting{
            .tk-themeform{
                .tb-payoutmethod{
                    justify-content: flex-end;
                    .tb-radiobox{
                        .tb-radiolist::before{
                            width: 18px;
                            height: 18px;
                        }
                        .tb-wininginfo i{
                            opacity: 0.7;
                            color: #000;
                        }
                    }
                }
                .tb-email-status{
                    gap: 14px;
                    span{
                        font-size: 14px;
                        font-weight: 400 !important;
                    }
                    .tb-switchbtn{
                        .tb-checkaction::before{top: -2px;}
                    }
                }
            }
        }
    }
}