[v-cloak] {
    display: none;
}
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif; 
}
.header-block {
    position: relative;
    height: 85px;
    background-color: #fff;
    display: flex;        
    align-items: center;
}

.header-block > img {
    /*height: 90%;*/
    height: 45px;
}

.header-logo-img{
    padding-left: 40px;
    height:45px;
}

.centered-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 85px);
    background: top/cover no-repeat url('../image/web@2x.png'), left top 280px/cover no-repeat url('../image/bot_banner_web@2x.png');
    background-blend-mode: overlay;
}

.content {
    width: 750px;
    padding: 30px;           
    border-radius: 8px;
    text-align: center; /* 確保內容在卡片中居中 */
    background: #fff;
    box-shadow: 0px 0px 22.324838638305664px 0px #FFCBDB;
}

.title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
}

.description {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

.action-btn {
    padding: 10px 20px;
    background-color: #007BFF;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;

    /* 按鈕懸停效果 */
    &:hover {
        background-color: #0056b3;
    }
}

.tiktok-login-button {
    display: flex;
    font-family: Arial, sans-serif;
    background-color: #0d0d0d;
    color: #ffffff;
    border: none;
    padding: 10px 50px;
    border-radius: 9px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: transform 0.2s ease;
    width: 100%;
    max-width: 460px;
    align-items: center;
    justify-content: center;
}

.tiktok-login-button:hover {
    transform: translateY(-2px);
    text-decoration: none; /* 在懸停時也確保沒有下劃線 */
}

.tiktok-login-button:active {
    transform: translateY(1px);
}

.tiktok-login-text{
    font-size: 28px;
    padding-left: 5px;
    padding-top: 8px;
}

.tiktok-fee-text{
    font-size: 28px;
}
.facebook-login-button {
    display: flex;
    font-family: Arial, sans-serif;
    background-color: #3b5998; /* Facebook 藍色 */
    color: #ffffff;
    border: none;
    padding: 10px 50px;
    border-radius: 9px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: transform 0.2s ease;
    width: 100%;
    max-width: 460px;
    align-items: center;
    justify-content: center;
}

.facebook-login-button:hover {
    transform: translateY(-2px);
    text-decoration: none; /* 在懸停時也確保沒有下劃線 */
}

.facebook-login-button:active {
    transform: translateY(1px);
}
.facebook-login-text{
    font-size: 28px;
    padding-left: 5px;
    padding-top: 0px;
}
.catalog-alert{
    position: fixed;
    z-index: 999;
    width:85%;
    left: 7.5%;
}

.catalog-alert-close{
    float:right;
    line-height:15px;
    color: #9c9c9c;
}

.admin-alert{
    position: fixed;
    z-index: 999;
    width:85%;
    margin: 0 8%;
}
.header{
    width: 100%;
    height: 82%;
}

.register-card-label{
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #EF4B72;
}
.register-card-input{
    width: 100%;
    border: 0.96px solid #B3B3B3
}

.register-card-check-btn{
    background: #FF7777;
    border-radius: 0px, 2.89px, 2.89px, 0px;
    color: white;
    cursor: pointer;
}

.register-card-submit-btn{
    background: #FF4291;
    color: white;
    box-shadow: 0px 3.84674334526062px 3.84674334526062px 0px #00000040;
    border-radius: 9.62px;
    cursor: pointer;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.register-card-checkbox{
    width: 24px;
    height: 24px;
}

.register-card-policy-link{
    color: #2945D7;
}

.register-card-policy-container{
    display: flex;
    justify-content: center;
}

@keyframes rotate {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

.check-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.spinner-image {
    animation: rotate 1s linear infinite;
}

.checkSuccessMsg{
    color: #24AA21;
}

.checkFailMsg{
    color: #C52323;
}
.register-content-div{
    height: 630px;
}
.register-title{
    font-size: 34px;
}
.register-card-policy-text{
    margin-left: 10px;
}

.title-block{
    width: 100%;
    height: 282px;
    background-image: url('../image/checkoutTitleBG.svg');
}
.title-block-top-icon{
    width: 185px;
    margin-top: 20px;
}
.title-block-text-1{
    opacity: 1;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #FAFF17;
}
.title-block-text-2{
    opacity: 1;
    font-weight: 700;
    font-size: 21px;
    line-height: 30.34px;
    color: #FFFFFF;
}
.customer-img{
    width: 54px;
    height: 54px;
    border-radius: 75px;
    border: 1px solid #DDDDDD;
    position: absolute;
    left: -10px;
    top: -10px;
}
.title-block-text-3{
    background: #FFFFFFD9;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #1E1E1E;
    font-size: 15px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    width: 300px;
    margin-bottom: 20px;
}
.title-block-text-4{
    opacity: 1;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
.checkout-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.checkout-form-div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.checkout-form-title-block{
    width: 100%;
    max-width: 500px;
    border-bottom: 4px solid #C81D5B;
    margin-top: 35px;
    height: 70px;
}
.checkout-form-title{
    font-size: 31px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    color: #4E4E4E;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    word-break: keep-all;
}
.checkout-form-plan-block{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.checkout-form-plan-card{
    border: 1.5px solid #E71762;
    border-radius: 20px;
    box-shadow: 4px 4px 10px 0px #F4136440;
    padding: 0px;
    cursor: pointer;
    /* width: 40%; */
    /* height: 664px; */
}
.checkout-form-plan-card-title{
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    color: #C81D5B;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.checkout-form-plan-card-year-price{
    width: 100%;
    color: #ED236B;
    display: flex;
    align-items: flex-end;
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    margin-top: 40px;
}
.year-price-unit-text{
    font-size: 16px;
    line-height: 52.5px;
}
.checkout-form-plan-card-month-price{
    width: 100%;
    height: 7%;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    color: #4E4E4E;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.checkout-form-plan-check-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    color: #4E4E4E;
}
.checkout-form-plan-card-content{
    padding-left: 15%;
    padding-right: 15%;
}
.checkout-form-plan-card-bottom{
    height: 95px;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    color: #E71762;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #E71762;
}

.checkout-form-plan-card-bottom-check{
    height: 95px;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: white;
    background-color: #E71762;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #E71762;
}

.checkout-form-plan-check-block{
    margin-top: 40px;
    margin-bottom: 40px;
    height: 300px;
}
.mt-60px{
    margin-top: 60px;
}
.checkout-form-payment-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px 0px;
}
.checkout-form-payment-option{
    width: 100%;
    max-width: 730px;
    height: 65px;
    border: 1px solid #E71762;
    box-shadow: 4px 4px 10px 0px #F4136440;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    cursor: pointer;
    margin-top: 15px;
    background: white;
}
.checkout-form-payment-option-radio{
    width: 25px;
    height: 25px;
    accent-color: #00ab47;
}
.checkout-form-payment-option-text{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    color: #646464;
    margin-left: 40px;
}
.checkout-form-detail-block{
    width: 100%;
    max-width: 730px;
}
.checkout-form-detail-table{
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px #00000040;

}
.checkout-form-detail-header{
    height: 60px;
    background: #F6F6F6;
    border: 0px solid #BABABA;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: #454545;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}
.checkout-form-detail-content{
    height: 75px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    color: #454545;
}
.checkout-form-detail-content.last-detail {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-color: #BABABA;
    border-top-style: solid;
    border-top-width: 2px; 
}
.detali-price-text-color{
    color: #454545;
}
.pd-10px{
    padding: 10px;
}
.ps-10{
    padding-left: 10%;
}
.pe-10{
    padding-right: 10%;
}
.checkout-form-contact-block{
    width: 100%;
    max-width: 730px;
}
.checkout-form-contact-form{
    width: 100%;
    /* height: 887px; */
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px 0px #00000040;
    padding: 2.5% 5%;
}
.checkout-form-contact-form-label{
    font-size: 21px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    color: #A3174A;
}
.checkout-form-contact-form-label-invoice{
    font-size: 21px;
    line-height: 46px;
    letter-spacing: 0em;
    color: #454545;
}
.checkout-form-contact-form-label-invoice > .notice {
    color: #A3174A;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}
.checkout-form-contact-form-input{
    width: 100%;
    border: 1px solid #454545;
    border-radius: 10px;
    color: #454545;
}
.checkout-form-contact-form-checkbox{
    display: none;
}
.checkout-form-contact-form-checkbox-checked{
    width: 26px;
    height: 26px;
    content: "";
    position: relative;
    background-color: transparent;
    display: block;
    border: 0.6px solid #737373;
    border-radius: 3px;
}
.checkout-form-contact-form-checkbox-checked::before {
    content: "";
    background-image: url(https://storage.googleapis.com/shared_uploads/web/moki_web_green_tick_icon.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 18px;
    height: 14px;
}
.checkout-form-contact-form-checkbox-nocheck{
    width: 26px;
    height: 26px;
    border: 0.6px solid #737373;
    border-radius: 3px;
    content: "";
    position: relative;
    background-color: transparent;
    display: block;
}


.checkout-form-contact-form-checkbox-text{
    font-size: 21px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    color: #454545;
}
.checkout-form-contact-form-comment-label{
    font-size: 21px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
}
.checkout-form-contact-form-comment-textarea{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #454545;
}
.checkout-form-submit-btn{
    width: 100%;
    max-width: 610px;
    border-radius: 50px;
    box-shadow: 4px 4px 10px 0px #F4136440;
    background: #E71762;
    height: 70px;
    border: none;
    margin-top: 60px;
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-form-hint{
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.checkout-form-submit-hint{
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    text-align: center;
    position: absolute;
    bottom: -25px;
}
.checkout-bg-color {
    background-color: #FFFBFC;
}

.expired-content-shadow {
    box-shadow: 4px 4px 10px 0px #F4136440;
}

.expired-logo-img {
    display: flex;
    justify-content: space-evenly;
}
.expired-logo-img-w{
    width: 70%;
}
.expired-content-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fee-login-button {
    display: flex;
    justify-content: space-evenly;
    font-family: Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 4px 6px;
    margin-top: 4px;
    border-radius: 9px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none; 
    transition: transform 0.2s ease;
}

.fee-login-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.fee-login-button:active {
    transform: translateY(1px);
}

.fee-login-button.blue-bg {
    background-color: #3b5998;
}

.checkout-card-input-icon {
    display: inline;
    color: #A3174A;
}

.checkout-bottom {
    width: 100%;
    max-width: 730px;
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center; 
    z-index: 1;
    margin-bottom:2.5rem;
}

.checkout-bottom-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image:url('../image/HijabFashionChannel2.png');
}

.checkout-total {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 30px 0px;
    font-weight: 900;
    font-size: 22px;
}

.checkout-total-card {
    width: 50%;
    justify-content: space-around;
    background: #FF6C6C;
    width: 343.58px;
    height: 60px;
    left: calc(50% - 303px/2 - 0.24px);
    top: calc(50% - 32px/2 - 0.19px);
    box-shadow: 2.7px 2.7px 6.75px rgba(0, 0, 0, 0.25);
    font-style: normal;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.checkout-total-notice {
    color: #000000;
    text-align: start;
    font-weight: 400;
    font-size: 14px;
}

.checkout-total-notice-icon {
    display: inline;
    color: #BF2B2B;
}
.checkout-total-notice-text {
    color: #BF2B2B;
}
.btn-black{
    --bs-body-color:#ffffff;
}
.checkout-form-submit-hint-a{
    margin-left: 2px;
}
@media only screen and (max-width: 767px) {
    .content{
        width: 90vw;
        margin-top: 160px;
        margin-bottom: 80px;
    }
    .tiktok-login-button{
        padding: 10px 20px;
    }      
    .register-card-policy-container{
        justify-content: flex-start;
    }
    .title{
        font-size: 24px;
    }
    .tiktok-login-text{
        font-size: 16px;
        padding-top: 12px;        
    }
    .facebook-login-text{
        font-size: 16px;
        padding-top: 12px;        
    }
    .tiktok-fee-text{
        font-size: 16px;
    }
    .tiktok-login-img{
        height: 30px;
    }
    .register-title{
        font-size: 30px;
    }
    .register-card-policy-text{
        margin-left: 0px;
    }
}
.account-image-div{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: flex-start;
}
.account-image-div-body-name{
    display: flex;
    padding-left: 55px;
}
/* ------------------- PLAN LIST ------------------- */
.plan_list{
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center;
    background: top / cover no-repeat url(../image/n__bg_web2@2x.png);
}
.plan_list_div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plan_list_div_title{
    max-width: 500px;
    border-bottom: 3px solid #C23A74;
    font-size: 32px;
    font-weight: bold;
    color: #C23A74;
    padding: 7px;
    width: 87%;
    word-break: keep-all
}
.plan_card_list{
    margin: 15px 0px;
    display: flex;
}
.plan_card{
    width: 300px;
    height: 530px;
    border-radius: 15px;
    border: 1px solid #E71762;
    background: #ffffff;
    box-shadow: 3px 3px 7px 0px #F4136440;
    margin:10px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.plan_card_has_bottom_remark{
    margin-bottom: 100px;
}
.plan_card_hot_icon{
    position: absolute;
    width: 90px;
    height: 90px;
    top: -25px;
    right: -25px;
}
.plan_card_title{
    margin-top: 18px;
    font-size: 32px;
    font-weight: bold;
    color: #C81D58;
}
.plan_card_price{
    margin: 10px 0px;
    font-size: 32px;
    font-weight: bold;
    color: #ED236B;
}
.plan_card_price_unit{
    font-size: 16px;
}
.plan_card_remark{
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #4E4E4E;
}
.plan_card_body_list{
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
.plan_card_body_list_row{
    margin-left: 33px;
    margin-bottom: 7px;
    color: #4E4E4E;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.plan_card_body_list_row::before{
    background-image: url(https://storage.googleapis.com/shared_uploads/web/moki_web_pink_tick.png);
    width: 15px;
    height: 15px;
    background-size: cover;
    content: "";
    margin-right: 12px;
    /*
    font-size: 9px;
    color: #FFFFFF;
    background-color: #FF004F;
    display: block;
    border-radius: 50%;
    */
}
.plan_card_body_list_row_etc{
    margin:auto;
    color: #4E4E4E;
}
.plan_card_footer{
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #E71762;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    cursor: pointer;
}
.plan_card_footer.no_check{
    background-color: #FFFFFF;
    color: #E71762;
    border-top: 1px solid #E71762;
}
.plan_card_bottom_remark{
    position: absolute;
    bottom: -85px;
    font-size: 14px
}
.plan_card_bottom_remark_title{
    color: #BF2B2B;
}
.plan_card_bottom_remark_body{
    color: #454545;
}
.plan_card_price_number{
    margin: 0px 15px;
}
.plan_list_show_more_detail{
    cursor: pointer;
    color: #305C9E;
    font-size: 26px;
    font-weight: bold;
    width: fit-content;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
.plan_list_show_more_detail_icon{
    width: 16px;
    height: 16px;
    background-image: url('https://storage.googleapis.com/shared_uploads/web/moki_web_bg_blue_down_arrow.png');
    background-size: cover;
    background-position: center;
    margin: 0px 10px;
}
.plan_list_show_more_detail_icon.active{
    background-image: url('https://storage.googleapis.com/shared_uploads/web/moki_web_bg_blue_up_arrow.png');
}
.checkout-bottom-div{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.checkout-bottom-img{
    position: absolute;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    max-width: 850px;
}
.checkout-form-payment-option-text-remark{
    font-size: 12px;
    bottom: -3px;
    position: relative;
    padding-left: 4px;
    font-weight: bold;
}
.remark-red-text{
    color: #F42A0E;
}

.pro-to-general-model-contain{
    display: flex;
    align-items: flex-start;
    position: fixed;
    width: 100%;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 999;
}
.pro-to-general-model-contain-background{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000004f;
    z-index: 999;
    top: 0;
    left: 0;
}
.pro-to-general-model-body-content-list{
    line-height: 1.5rem;
    margin-top: 10px;
    margin-bottom: 15px;
}
.pro-to-general-model-body-content{
    display: flex;
    align-items: center;
}
.pro-to-general-model-body-content-text{
    font-size: 14px;
    color: #707070;
}
.pro-to-general-model-body-content-bg-blue-tick{
    background-image: url(https://storage.googleapis.com/shared_uploads/system/moki_system_bg_blue_tick.png);
    width: 15px;
    height: 15px;
    background-size: cover;
    content: "";
    margin-right: 5px;
}
.pro-to-general-model{
    position: fixed;
    background: #FFFFFF;
    max-width: 750px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    width: 70%;
    height:fit-content;
    top:25%;
    z-index: 1000;
    max-height: 80%;
    overflow: auto;
}
.pro-to-general-model-header{
    display: flex;
    height: 75px;
    background: #F6F6F6;
    align-items: center;
    justify-content: flex-start;
    border: 0px;
}
.pro-to-general-model-title{
    font-weight: bold;
    font-size: 20px;
    padding-left: 2rem;
}
.btn-close.pro-to-general-model-btn-close{
    margin-left: auto;
    margin-right: 20px;
}
.pro-to-general-model-body-title{
    font-size: 20px;
    font-weight: bold;
    color: #FA7C38;
}
.pro-to-general-model-body{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px 0px;
}
.pro-to-general-model-body-div{
    margin: 0px 2rem;
    font-size: 20px;
}
.pro-to-general-model-body-text-1{
    margin: 20px 0px;
}
.pro-to-general-model-body-text-2{
    margin: 20px 0px;
}
.pro-to-general-model-body-img{
    height: 210px;
}
.pro-to-general-model-body-update-div{
    text-align: center;
    margin-top: 10px;
}
.pro-to-general-model-body-button-div{
    display: flex;
    justify-content: space-between;
    margin:1rem 0px;
}
.pro-to-general-model-body-back-btn{
    width: 100%;
    max-width: 130px;
    height: 40px;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    color:#FF6C6C;
    cursor: pointer;
    border: 1px solid #FF6C6C;
    --bs-btn-hover-border-color: ##FF6C6C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF6C6C;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF6C6C;
    --bs-btn-active-border-color: #FF6C6C;
    box-shadow: 2px 2px 4px 0px #8A8A8A40;

}
.pro-to-general-model-body-send-btn{
    width: 100%;
    max-width: 130px;
    height: 40px;
    border-radius: 8px;
    background: #FF6C6C;
    font-size: 16px;
    color:white;
    cursor: pointer;
    --bs-btn-hover-border-color: #FF6C6C;
    --bs-btn-hover-color: #FF6C6C;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-color: #5d5d5d;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #FF6C6C;
    box-shadow: 2px 2px 4px 0px #8A8A8A40;

}
.checkout-alert{
    top:1%;
}
@media (max-width: 576px){
    .pro-to-general-model-body-img{
        display: none;
    }
    .pro-to-general-model-body{
        margin: 0px;
    }
    .pro-to-general-model-body-right{
        margin: 0px 2rem;
    }
}

/* ------------------- RWD ------------------- */
/* ------------------- moible ------------------- */
@media screen and (max-width: 769px) and (min-width: 430px){
    /* ---------- plan list ---------- */
    .plan_card_body_list_row{
        margin-left: 13px;
    }
    /* ------------------- PLAN DETAIL LIST ------------------- */
    .plan_detail_table_tbody > tr > td:first-child{
        padding-left:0px;
    }
    
}
@media screen and (max-width:720px) and (min-width: 430px){
    /* ---------- plan list ---------- */
    .plan_card_list{
        flex-direction: column;
    }
    .plan_card_has_bottom_remark{
        margin-bottom: 100px;
    }
    .plan_card_body_list_row{
        margin-left: 12px;
    }
    /* ------------------- PLAN DETAIL LIST ------------------- */
    .plan_detail_table_tbody > tr > td:first-child{
        padding-left:0px;
    }
}
/* ------------------- phone ------------------- */
@media screen and (max-width: 429px){
    /* ---------- plan list ---------- */
    .plan_card_list{
        flex-direction: column;
    }
    .plan_card_has_bottom_remark{
        margin-bottom: 100px;
    }
    .plan_card_body_list_row{
        margin-left: 12px;
    }
    /* ------------------- PLAN DETAIL LIST ------------------- */
    .plan_detail_table_tbody > tr > td:first-child{
        padding-left:0px;
    }
    .plan_card_list{
        width: 100%;
        align-items: center;
    }
    .plan_card{
        width: 100%;
        max-width: 300px;
        margin:10px 0px;
    }
}

@media screen and (max-width: 720px){
    .checkout-form-title-block{
        width: 95%;
    }
    .checkout-form-title{
        justify-content: start;
    }
    .checkout-form-detail-block{
        width: 95%;
    }
    .checkout-form-contact-block{
        width: 95%;
    }
    .checkout-form-submit-btn{
        width: 300px;
        height: 50px;
        font-size: 20px;
        margin-top: 20px;
    }
    .checkout-form-submit-hint{
        font-size: 12px;
    }
    .checkout-bottom{
        width: 95%;
    }
    .checkout-form-hint{
        font-size: 12px;
        margin-top: 30px;
    }
    .checkout-form-payment-option{
        width: 95%;
    }
    .title-block-text-1{
        font-size: 20px;
    }
    .title-block-text-2{
        font-size: 15px;
    }
    .checkout-form-detail-header{
        font-size: 14px;
    }
    .checkout-form-detail-content{
        font-size: 16px;
    }
    .checkout-total{
        font-size: 18px;
    }
    .checkout-total-notice{
        font-size: 12px;
    }
    .checkout-form-contact-form-label{
        font-size: 18px;
    }
    .checkout-form-contact-form-label-invoice{
        font-size: 18px;
    }
    .checkout-form-contact-form-label-invoice > .notice{
        font-size: 12px;
    }
    .checkout-total-card{
        width: 70%;
    }
    .checkout-form-payment-option-text-remark{
        font-size: 11px;
    }
    .pro-to-general-model{
        width: 95%;
        max-width: 375px;
    }
    .pro-to-general-model-header{
        height: 55px;
    }
    .pro-to-general-model-title{
        font-size: 16px;
        padding-left: 1.5rem;
    }
    .pro-to-general-model-body-div{
        font-size: 14px;
        margin: 0px 1.5rem;
    }
    .pro-to-general-model-body-back-btn{
        font-size: 14px;
    }
    .pro-to-general-model-body-send-btn{
        font-size: 14px;
    }

}
.visibility-hidden{
    visibility: hidden;
}
.cursor-default{
    cursor:default;
}
