.payment_table_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment_fullName_box{
    width: 672px;
    height: 97px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.payment_table_box label{
    font-size: 16px;
    font-weight: 400;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.payment_table_box input{
    border: 1px solid #D9D9D9;
    height: 40px;
}
input::placeholder {
    color: #044758;
    padding-left: 40px;
}
input:focus {
    outline: 1px solid #C4C4C4;
}
.payment_mobile_box{
    width: 672px;
    height: 97px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.payment_mail_box{
    width: 672px;
    height: 97px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.payment_approval_box{
    width: 672px;
    height: 119px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.checkbox_box{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.checkbox_box label{
    font-size: 16px;
    font-weight: 400;
    color: #044758;
    text-transform: none;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.payment_total_box{
    width: 672px;
    display: flex;
    flex-direction: column;
}
.payment_total_box h2{
    font-size: 24px;
    font-weight: 500;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    margin: 10px 0 0 0;

}
.payment_total_btn{
    height: 48px;
    background: #044758;
    color: #FFFFFF;
    margin-top: 16px;
    font-weight: 500;
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}
.payment_total_btn:hover {
    background: #033a48;
    transform: scale(1.02);
}
.payment_bottom_box{
    width: 672px;
    display: flex;
    justify-content: flex-end;
}