#st-content-wrapper {
    &.member-package-layout2 {
        font-family: 'DM Sans', sans-serif !important;
        h4.title {
            font-weight: 700;
            font-size: 26px;
            line-height: 36px;
            color: #232323;
            margin-bottom: 30px;
        }
        #mpk-form {
            .form-group {
                label {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    color:#727272;
                    .require {
                        color:#DA3838;
                    }
                }
            }
            .form-control {
                border: 1px solid #DEDEDE;
                border-radius: 10px;
                padding: 10px;
            }
            .st-icheck-item {
                label input:checked ~ .checkmark{
                    background-color: var(--main-color,#5191FA) !important;
                    border:0;
                    &:after{
                        border: solid #fff;
                        border-width: 0 2px 2px 0;
                    }
                }
                label .checkmark.fcheckbox {
                    border-radius: 5px;
                }
                .payment-title {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    a {
                        text-decoration: underline;
                    }
                }
            } 
            .submit_payment {
                position:relative;
                display:inline-block;
                margin-top: 40px;
                .stt-icon {
                    position: absolute;
                    right: 22px;
                    top: 50%;
                    transform: translate(0,-50%);
                    color: #fff;
                }
            } 
            #st_submit_member_package {
                margin:0;
                background: var(--main-color,#5191FA);
                border-radius: 50px;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                padding: 15px 22px;
                width:123px;
                text-align: left;
               
            }
        }
        #st_payment_gateway{
            display: none; 
        }
        
    }
}
.member-package-layout2 {
    .st-package-wrapper {
        .package-cart {
            overflow: hidden;
            background: #FFFFFF;
            border: 1px solid #DEDEDE;
            box-sizing: border-box;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
            border-radius: 20px;
            .cart-head {
                padding: 30px 24px;
                background: #fff;
                padding-bottom: 14px;
                h4 {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 26px;
                    color: #232323;
                    margin:0;
                }
            }
            .cart-content {
                margin: 0px 24px;
                border-top: 1px solid #ccc;
                padding: 14px 0;
                h5 {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 26px;
                }
                .item {
                    padding: 7px 0;
                    border: 0;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    color: #727272;
                    margin: 0;
                }
            }
            .cart-footer {
                padding: 20px 0px;
                margin: 0 24px;
                border-top: 1px solid #ccc;
                font-weight: 700;
                font-size: 18px;
                line-height: 26px;
                color:#232323;
                .pull-right {
                    float:right;
                }
            }
        }
    }
 
}
.st-package-success-wrapper {
    &.member-package-layout2 {
        font-family: 'DM Sans', sans-serif;
        .box_info_payment {
            padding:106px 80px;
            background: #FFFFFF;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
            border-radius: 20px;
            .row {
                align-items: center;
            }
            .st-list-sider-info {
                border:0;
                float: left;
                width: 100%; 
                li {
                    display:flex;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    color: #727272;
                    justify-content: space-between;
                    align-items: center;
                    span {
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 26px;
                        color: #232323;
                    }
                    p:first-child {
                        margin-right: 15px;
                    }
                }
            }
        }
        .st-notice-success {
            position:relative;
            &::after {
                content:"";
                position: absolute;
                width:1px;
                height:120px;
                background:#DEDEDE;
                right:0;
            }
        }
        .st-admin-success {
            font-weight: 700;
            font-size: 22px;
            line-height: 32px;
            color: #232323;
        }
        .st-text {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #727272;
            span {
                font-weight:500;
                color:#232323;
            }
        }
        .st-title-yourinfor {
            
            h2 {
                font-weight: 700;
                font-size: 26px;
                line-height: 36px;
                color:#232323;
                margin-bottom: 30px;
            }
            
            .info-form {
                padding: 30px;
                margin-top: 20px;
                border: 1px solid #DEDEDE;
                box-sizing: border-box;
                border-radius: 20px;
                margin-bottom: 40px;
                li {
                    span {
                        &.label {
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 26px;
                            color:#727272;
                        }
                        &.value {
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 26px;
                            color:#232323;
                        }
                    }
                    &:last-child {
                        border-bottom: 0;
                        margin-bottom: 0;
                        padding-bottom: 0;
                    }
                }
            }
        }
        
        
    }
}
@media screen and (max-width: 480px) {
    .st-package-success-wrapper.member-package-layout2 {
        .box_info_payment {
            padding: 40px 15px;
            .st-list-sider-info:first-child {
                padding-left: 0;
            }
        }
        .st-notice-success {
            flex-flow: column;
            .icon-success {
                margin-bottom: 20px;
            }
            &::after {
                display:none;
            }
        }
        .title-admin {
            margin-left: 0;
            text-align: center;
            .st-admin-success {
                margin-bottom: 10px;
            }
            .st-text {
                margin-bottom: 40px;
                border-bottom: 1px solid #DEDEDE;
                padding-bottom: 40px;
            }
        }
    }
    
}