.pay-Modal .modal-card-head, .pay-Modal .modal-card-foot{
    background-color:#FFF;
}
.pay-Modal .modal-card-title{
    font-size:20px;
    line-height:20px;
    color:#6248ce;
    margin:0;
    padding:0;
    font-weight:500;
}
.pay-Modal .contact-row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    width:100%;
}
.pay-Modal .contact-row .card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    width:calc(50% - 16px);
    margin-bottom:16px;
}
.pay-Modal .contact-row .card span{
    display:flex;
    font-size:12px;
    color:#ef6c00;
    line-height:15px;
    margin-bottom:6px;
}
.pay-Modal .contact-row .card input{
    width:100%;
    box-shadow:none;
    border:1px solid #d1d8eb;
    border-radius:0;
    font-size:14px;
    padding:8px 12px;
    color:#000;
    line-height:24px;
}
.pay-Modal .modal-card-foot{
    justify-content:flex-end;
}
.pay-Modal .modal-card-foot .total-group{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-right:12px;
}
.pay-Modal .modal-card-foot .total-group p{
    font-size:14px;
    color:#000;
    line-height:20px;
    margin:0;
    padding:0;
}
.pay-Modal .modal-card-foot .total-group h3{
    font-size:24px;
    line-height:30px;
    color:#000;
    margin:0;
    padding:0;
    font-weight:600;
}
@media screen and (max-width: 560px){
    .pay-Modal .contact-row .card{
        width:100%;
    }
}
