﻿.convert-to-paid {
    background-color: #FFFFFF;
}
    .convert-to-paid .main_container {
        

    }
        .convert-to-paid .main_container .main-block {
            margin-left: calc(188px);
            margin-top:1rem;
        }
            .convert-to-paid .main_container .main-block .line {
                height: 1px;
                width: 806px;
                max-width: 806px;
                opacity: 0.1;
                background-color: #000000;
                margin-top: 3rem;
                margin-bottom: 3rem;
            }
            .convert-to-paid .main_container .main-block .paid-header {
                font-family: 'Inter';
                font-size: 28px;
                font-weight: 700;
                line-height: 34px;
                color: #202020;
            }

            .convert-to-paid .main_container .main-block .step-part {
            }
                .convert-to-paid .main_container .main-block .step-part .step-number {
                    width: 40px;
                    height: 40px;
                    border-radius: 20px;
                    color: #1079C5;
                    background-color: #1079C51A;
                    font-family: 'Inter';
                    font-size: 21px;
                    font-weight: 700;
                    line-height: 26px;
                }

                  


                    .convert-to-paid .main_container .main-block .step-part .step-part-text-header {
                        font-family: 'Inter';
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 32px;
                        color: #30313D;
                        margin-left: 1rem;
                    }
                .convert-to-paid .main_container .main-block .step-part .step-part-settings {
                    margin-left: calc(40px + 1rem);
                }
                    .convert-to-paid .main_container .main-block .step-part .step-part-settings .step-item-info {
                        font-family: 'Inter';
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 22px;
                        color: #30313D;
                    }
                    .convert-to-paid .main_container .main-block .step-part .step-part-settings .step-info {
                        font-family: 'Inter';
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 24px;
                        color: #30313D;
                    }
                    .convert-to-paid .main_container .main-block .step-part .step-part-settings .block-settings {
                        margin-top:1rem;
                        margin-bottom:1rem;
                    }
                    .convert-to-paid .main_container .main-block .step-part .step-part-settings .number-block {
                        width: 183px;
                        height: 48px;
                        border-radius: 5px;
                        border: 1px solid #E6E6E6;
                    }
                        .convert-to-paid .main_container .main-block .step-part .step-part-settings .number-block .q-number-step {
                            cursor: pointer;
                        }

                    .convert-to-paid .main_container .main-block .step-part .step-part-settings .calendar-block {
                        width: 183px;
                        height: 48px;
                        border-radius: 5px;
                        border: 1px solid #E6E6E6;
                    }

                    .convert-to-paid .main_container .main-block .step-part .step-part-settings .billing-radion-text {
                        font-family: 'Inter';
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 24px;
                        color: #30313D;
                        margin-left:0.6rem;
                    }

                        .convert-to-paid .main_container .main-block .step-part .step-part-settings .billing-radion-text .annally-save-block {
                            font-family: 'Inter';
                            font-size: 12px;
                            font-weight: 500;
                            line-height: 14px;
                            color: #289419;

                            margin-left:1rem;

                            border-radius: 4px;
                            background-color: #2894191A;
                            padding: 5px 10px 5px 10px;
                        }

    .convert-to-paid .summary {
        height: 100vh;
        width: 574px;
        position: absolute;
        right: -1rem;
        top: calc(-2rem - 44px);
        background-color: #F7F7F8;
    }
        .convert-to-paid .summary .line {
            height: 1px;
            width: 502px;
            max-width: 502px;
            opacity: 0.1;
            background-color: #000000;
            margin-top: 3rem;
        }
        .convert-to-paid .summary .header-text {
            font-family: 'Inter';
            font-size: 20px;
            font-weight: 700;
            line-height: 32px;
            color: #30313D;
            margin-top: calc(2rem + 40px);
        }
        .convert-to-paid .summary .details-block {
            width: 502px;
            
            height:172px;
        }
            .convert-to-paid .summary .details-block .pack-name {
                font-family: 'Inter';
                font-size: 16px;
                font-weight: 600;
                line-height: 32px;
                color: #30313D;
                margin-top: 2rem;
            }
            .convert-to-paid .summary .details-block .pack-summary {

            }
            .convert-to-paid .summary .details-block .pack-summary .details {
                font-family: 'Inter';
                font-size: 14px;
                font-weight: 500;
                line-height: 32px;
                color: #30313D;

       
            }
            .convert-to-paid .summary .details-block .pack-summary .due-pay {
                font-family: 'Inter';
                font-size: 16px;
                font-weight: 500;
                line-height: 32px;
                color: #30313D;
            }
            .convert-to-paid .summary .details-block .promocode {
                font-family: 'Inter';
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                color: #1079C5;
                cursor: pointer;

                margin-top:1rem;
            }


        .convert-to-paid .summary .total-due-block {
            width: 502px;
            margin-bottom: 3rem;
            margin-top: 3rem;
        }
            .convert-to-paid .summary .total-due-block .due-text {
                font-family: 'Inter';
                font-size: 16px;
                font-weight: 600;
                line-height: 32px;
                color: #30313D;
            }
            .convert-to-paid .summary .total-due-block .due-pay {
                font-family: 'Inter';
                font-size: 16px;
                font-weight: 500;
                line-height: 32px;
                color: #30313D; 
            }

        .convert-to-paid .summary .continue-to-payment {
            width: 388px;
            height: 75px;
            border-radius: 72px;
            background-color: #1079C5;

            font-family: 'Inter';
            font-size: 22px;
            font-weight: 700;
            line-height: 26px;
            color: #FFFFFF;

            cursor: pointer;

            border:none;
        }
        .convert-to-paid .summary .cancel {
            width: 70px;
            height: 32px;
            border: 1px solid #999999;
            padding: 4px 16px 4px 16px;
            border-radius:8px;
            font-family: 'Inter';
            font-size: 11px;
            font-weight: 600;
            line-height: 24px;
            color: #30313D;

            margin-bottom: 3rem;
            cursor: pointer;
        }

    .convert-to-paid .main_container .main-block.step2 {
        width: 746px;
        max-width: 746px;
    }