.height-100h{
    min-height: 100vh;
}
body *{
    color: #2d3748;
    font-family: "System UI", "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
}
.title_form{
    font-size: 20px;
}
.list-size-10{
    font-size: 12px;
    color: #939393;
}
.list-size-10 a{
    color: #939393;
    text-decoration: underline;
}
.list-size-10 a:hover{
    text-decoration: underline !important;
    color: #02b13f !important;
}
.list-size-10 li{
    margin-left: 15px;
    color: #939393;
    line-height: 1.3;
    margin-bottom: 5px;
}

.title_style3{
    font-family: "System UI", "Avenir-light", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif !important;
    font-size: 15px !important;
}
.box-list-paymnet h3{
    text-align: center;
    color: #02b13f;
    font-weight: 900;
    font-size: 24px;
}
.box-list-paymnet .bottom{
    margin-top: 10px;
}
.box-list-paymnet .flex.items-center{
    padding: 0 30px;
}
.box-list-paymnet .bottom span{
    font-size: 16px;
    font-weight: 500;
    color: #939393;
}
.group-input{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.group-input label{
    width: 100px;
    padding-right: 15px;
    font-size: 14px;
    margin: 0;
    text-align: right;
    line-height: 1.1;
}
.group-input input,.group-input select{
    height: 40px;
    flex: 1;
    border-radius: 6px;
    padding: 10px;
    border:  solid 0.5px rgba(0, 0, 0, 0.25);
}
.bg-white.box-shadow{
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.text-link{
    color: #939393;
    font-size: 14px;
}
.text-link a{
    color: #02b13f;
}
.text-link a:hover{
    color: #02b13f !important;
    text-decoration: none;
}
input[type="radio"]{
    accent-color: green;
}
input[type="radio"]+label{
    margin-bottom: 0;
    vertical-align: 2px;
}
#use-coupon-btn:disabled, #submit_payment:disabled{
    background: #eeeeee !important;   
    border-color: #eeeeee !important;
}
.bg-white.box-shadow{
    float: left;
    width: 100%;
}
.tpfield{
    height: 40px;
    border: solid 0.5px rgba(0, 0, 0, 0.25);
    padding: 0 16px;
    border-radius: 6px;
    flex: 1;
}
.tpfield iframe:nth-child(2){
    display: none;
}
.payment-select-change.error{
    color: red;
}
.hidden-box-zh-tw{
    display: block !important;
}
#back-to-billing{
    display: flex;
    align-items: center;
    line-height: 1;
}
#back-to-billing:hover{
    color: #2d3748 !important;
}
.group-input input::placeholder{
    color: rgba(0, 0, 0, 0.25);
}
.group-input input{
    font-size: 14px !important;
}
#use-coupon-btn:not(:disabled) span, #submit_payment:not(:disabled) span{
    color: #fff;
}
.group-input .iti{
    border: solid 0.5px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}
input#phone_number{
    transform : translateX(10px);
    width: calc(100% - 10px);
    border: none;
    max-width: 100%;
}

#close-icon, #check-icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 1rem);
}
#close-icon {
    cursor: pointer;
}

#use-coupon-input {
    width: 100%;
    max-width: 100%;
}

#use-coupon-btn {
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.07px;
    padding: 12px 25.5px !important;
    border: none !important;
    border-radius: 6px !important;
    margin-bottom: 0 !important;
    background-color: #02b13f !important;
    color: #ffffff;
}

#add-coupon-warning {
    font-size: 12px;
    color: #ff4d4f;
    width: 100%;
    margin-top: 4px;
    margin-left: 6.7rem;
    text-align: left;
}

@media(max-width: 767px){
    .group-input input{
        max-width: calc(100% - 100px);
    }
    .group-input .iti{
        max-width: calc(100% - 100px);
    }
    .bg-white.box-shadow .group-input{
        padding: 0 5px;
    }
    #use-coupon-btn {
        margin-left: 7.5rem;
        margin-top: 10px;
    }
}