   
    .plan-block {
        border-radius: 16px;
        border: 2px solid #f1effa;
        background: linear-gradient(182deg, rgba(56, 48, 110, 0.00) -1.26%, rgba(190, 181, 250, 0.13) 118.28%);
        backdrop-filter: blur(10px);
        width: 100%;
        padding: 40px 32px;
        background: url(../images/banner/btc_bg.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .plan-block .upper img {
        border-radius: 12px;
        width: 100%;
        height: 201px;
    }
    
    .plan-block h4 {
        color: #fff;
        font-family: Sora;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }
    
    .text-right {
        text-align: right !important;
    }
    
    .plan-block .small-body {
        color: #fff;
        font-family: Sora;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;
        transition: .2s;
        display: flex;
        align-items: start;
        gap: 8px;
    }
    
    .text-gradient {
        background: linear-gradient(90deg, #FFC876 4.13%, #79FFF7 98.66%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .fw-700 {
        font-weight: 700;
    }

    .priced {
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .priced h4 {
        max-width: 266px;
    }

    .badge-plan {
        border-radius: 4px;
        background: linear-gradient(133.23deg, rgb(58, 207, 231) 1.687%, rgb(0, 136, 254) 100%);

        padding: 6px;

        color: rgb(255, 255, 255);
        font-family: Racing Sans One;
        font-size: 17.11px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: center;

        display: block;
        margin: 0 auto;
    }

    .mini-label {
        color: #000;
        font-family: Sora;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        margin-top: 4px;
        /* 145.455% */
    }

    .plan-block .content {
        margin-top: 30px;
    }

    .contents-plan li {
        padding: 19px 0;
        border-bottom: 1px solid rgb(87, 105, 152);
    }

    .contents-plan li:first-child {
        padding-top: 0px;
    }

    .contents-plan li:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .btn-disabled,
    .close_btn {
        background: var(--Body-Text-Color, #C9CFE4) !important;
    }

    .contents-plan .small-body {
        opacity: .7;
    }
