.register-plan-page {
    background: linear-gradient(90deg, #F2F3FF 0%, #FEE7E3 20%, #FAE5D9 30%, #F2F3FF 50%, #DCD2FE 70%, #E5D3F9 80%, #F2F3FF 100%);
}

.register-page {
    padding: 32px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.register-header {
    text-align: center;
}

.register-header> .main-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
}

.register-header>p {
    font-size: 18px;
    line-height: 28px;
    
}

.plan-cards-container {
    display: flex;
    align-items: start;
    width: 100%;
    max-width: 900px;
    background-color: #ffffff80;
    border-radius: 24px;
    box-shadow: 0px 6px 60px 3px #0000000F;
}

.plan-right,
.plan-left {
    flex: 1;
    padding: 24px;
}

.plan-left > .h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
}

.plan-left> p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    
}

.feature-table {
    margin-top: 24px;
}

.feature-table .feature-row:first-child {
    margin-bottom: 12px;
    color: #9A969E;
    font-weight: 600;
    line-height: 16px !important;
    text-transform: uppercase;
}

.feature-table .feature-row:first-child>div {
    font-size: 12px;
}

.feature-row {
    display: flex;
    align-items: start;
    padding: 6px 0;

}

.feature-row>div {
    font-size: 14px;
    line-height: 20px;
}

.feature-row .options {
    flex: 1;
    max-width: 80px;
    display: flex;
    justify-content: center;
}

.feature-row .options-heading {
    flex: 1;
    /* max-width: 192px; */
}

.plan-right {
    box-shadow: 0px 32px 100px -64px #BC37DF66;
    background-color: #FFFFFF;
    border-radius: 24px;
    height: 100%;
    padding: 32px;
}

.plan-right>.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-right>.header>.h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.toggle-switch {
    display: flex;
    align-items: center;
}

.toggle-switch>span {
    display: block;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    
    text-align: center;
}

.plan-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.plans-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 308px;
}

.plans-container.disable {
    display: none;
}

.plan-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    opacity: 1;
    border-radius: 12px;
    border: 1px solid #EBE9F6;
    padding: 24px;
    position: relative;
}

.plan-card-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.plan-card .radio-btn {
    border: 1.5px solid #EBE9F6;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.plan-card .radio-btn .checkmark {
    /* background-color: #9803A9; */
    background-color: transparent;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.plan-card:hover {
    border-color: #9803A9;
    background: #BC37DF0D;
    cursor: pointer;
}

.plan-card.active {
    border-color: #9803A9;
    background: #BC37DF0D;
    cursor: pointer;
}

.plan-card:hover .radio-btn {
    border-color: #9803A9;
}

.plan-card.active .radio-btn {
    border-color: #9803A9;
}

.plan-card:hover .radio-btn .checkmark {
    background-color: #9803A9;
}

.plan-card.active .radio-btn .checkmark {
    background-color: #9803A9;
}

.plan-card-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    
    text-transform: uppercase;
}

.plan-card-tag {
    background: linear-gradient(90deg, #7B61FF 0%, #E736F3 100%);
    padding: 4px 8px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 500;
    color: white;
    line-height: 12px;
}


.plan-card-right {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    
}

.register-btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.register-btn-container button {
    border: none;
    outline: none;
}

.free-sign-up {
    background-color: transparent;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #9A969E;
    cursor: pointer;
}

.free-sign-up span {
    font-size: 16px;
}

.premium-sign-up {
    display: inline-block;
    cursor: pointer;
    background-color: #2A3342;
    border-radius: 99px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.free-sign-up .mobile {
    display: none;
}


/*  toggle switch css start  */
.toggle {
    --button-width: 40px;
    --button-height: 20px;
    --toggle-diameter: 16px;
    --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
    --toggle-shadow-offset: 10px;
    --toggle-wider: 20px;
    --color-grey: #F7F5FF;
    --color-green: #BC37DF;
    cursor: pointer;
}

.toggle-btn {
    display: inline-block;
    width: var(--button-width);
    height: var(--button-height);
    background-color: var(--color-grey);
    border-radius: calc(var(--button-height) / 2);
    position: relative;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 0px 6px 1px #4747471A inset;
}

.toggle-btn::after {
    content: "";
    display: inline-block;
    width: var(--toggle-diameter);
    height: var(--toggle-diameter);
    background-color: #fff;
    border-radius: calc(var(--toggle-diameter) / 2);
    position: absolute;
    top: var(--button-toggle-offset);
    transform: translateX(var(--button-toggle-offset));
    box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease-in-out;
}

.toggle input[type="checkbox"]:checked+.toggle-btn {
    background-color: var(--color-green);
}

.toggle input[type="checkbox"]:checked+.toggle-btn::after {
    transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
    box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
}

.toggle input[type="checkbox"] {
    display: none;
}

.toggle input[type="checkbox"]:active+.toggle-btn::after {
    width: 16px;
}

.toggle input[type="checkbox"]:checked:active+.toggle-btn::after {
    transform: translateX(calc(var(--button-width) - 16px - var(--button-toggle-offset)));
}

/*  toggle switch css end  */
@media screen and (max-width:792px) {
    .plan-card-tag {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 12px 0 12px;
    }
}

@media (max-width: 768px) {
    
    .register-page {
        padding-inline: 16px;
    }

    .plan-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 0;
        background: #FFFFFF;
    }

    .plan-right,
    .plan-left {
        padding: 16px;
        width: 100%;
    }

    .plan-right {
        position: relative;
    }

    .plan-right::before {
        content: '';
        width: calc(100% - 32px);
        border: 1px solid  #EBE9F6;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .plans-container {
        min-height: fit-content;
    }
}

@media (max-width: 375px) {
    .register-btn-container {
        flex-direction: column-reverse;
    }

    .free-sign-up,
    .premium-sign-up {
        width: 100%;
        /* will shrink in media queries */
        max-width: 311px;
        text-align: center;

    }

    .free-sign-up {
        background: #F7F5FF;
        padding: 12px 24px;
        border-radius: 99px;
    }

    .free-sign-up .mobile {
        display: inline;
    }

    .free-sign-up .desktop {
        display: none;
    }
}