<style type="text/css">
.vt4g_from_input_text__payment_term_day {
width: 63px;
width: 4.5em;
display: inline;
}
.vt4g_from_input_text__veritrans_id_prefix {
width: 266px;
width: 19em;
}
.vt4g_from_input_text__small {
width: 252px;
width: 18em;
}
.vt4g_from_input_text__medium {
width: 336px;
width: 24em;
}
.vt4g_from_input_text__large {
width: 728px;
width: 52em;
}
.vt4g_file_button.btn-ec-conversion:disabled {
color : #FFF;
cursor: auto;
}
@media only screen and (max-width: 1279px){
.vt4g_from_input_text__large {
width:100%;
}
}
.vt4g_from_input_textarea {
min-height: 160px;
}
.vt4g_from_input_choice .form-check {
display: inline-block;
margin-right: 20px;
}
.vt4g_from_input_choice .form-check:last-child {
margin-right: 0px;
}
.vt4g_payment_credit .form-error-icon,
.vt4g_payment_cvs .form-error-icon {
display: none;
}
#vt4g-credit .ec-errorMessage,
#vt4g-credit .form-error-message,
#vt4g-credit-retrade .form-error-message,
#vt4g-credit-account .form-error-message {
margin-bottom: 25px;
font-size: 12px;
font-weight: bold;
color: #DE5D50;
}
.vt4g_card_list .vt4g_card_list__item {
display: table;
width: 100%;
position: relative;
border-bottom: 1px dotted #ccc;
}
.vt4g_card_list .vt4g_card_list__remove {
vertical-align: middle;
padding: 16px;
text-align: center;
}
.vt4g_card_list .vt4g_card_list__remove .ec-icon img {
width: 1em;
height: 1em;
}
.vt4g_card_list .vt4g_card_list__card {
display: table-cell;
vertical-align: middle;
padding: 16px;
margin-right: 4em;
width: 90%;
}
.vt4g_toggle_title {
position: relative;
cursor: pointer;
padding-right: 50px !important;
}
.vt4g_toggle_btn {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.plus-dark-icon {
width: 24px;
height: 24px;
display: inline-block;
background-image: url("{{ asset('assets/icon/plus-dark.svg') }}");
}
.minus-dark-icon {
width: 24px;
height: 24px;
display: inline-block;
background-image: url("{{ asset('assets/icon/minus-dark.svg') }}");
}
#payment_cvs_conveni {
max-width:100%
}
/* reCAPTCHA v3 表示位置 */
.grecaptcha-badge{
margin-bottom: 60px;
}
</style>