.payment-form {
    padding-top: 30px;
}

    .payment-form .col-sm-12 {
        margin-bottom: 30px;
    }

    .payment-form h2 {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

.tr-total {
    border-top: 1px solid #f2f2f2;
}

.th-fee-table {
    width: 200px;
    text-align: right;
    padding: 15px 0;
}

.transaction-id {
    font-size: 10px;
}

/*Payment Connector - Styles for payment panel*/

.text-center {
    text-align: center;
}

.payment-form .col-sm-12 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-form .form-control, .payment-form .form-select {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}

    .payment-form .form-control:focus {
        border-color: #80bdff !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    }

.payment-form .error {
    border-color: red !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
}

.payment-form img {
    width: 260px;
}

.payment-form .cc-info {
    margin-top: 50px;
}

.payment-form .total {
    font-weight: 700;
    font-size: 30px;
    padding: 20px 0;
}

.payment-form .amount {
    margin-top: 20px;
}

.payment-form .content {
    background-color: #f6f6f6;
    padding: 20px;
    height: 100%;
    border-radius: 25px;
}

    .payment-form .content p {
        font-size: 18px;
    }

.payment-form h4 {
    padding-bottom: 0 !important;
}


.payment-form img {
    margin-left: 15px !important;
}

.payment-form h5 {
    margin-left: 15px !important;
    margin-top: 30px !important;
}

.payment-form .content .float {
    float: right !important;
}

.payment-form .content #total b, .payment-form .content #total span {
    font-weight: 700 !important;
    color: #000 !important;
}

#paymentMessages {
    font-weight: 700;
    font-size: 18px;
    color: red;
    text-align: left;
    margin-top: 20px;
}

.download-receipt {
    margin-bottom: 50px;
}
.payment-form .row-reverse {
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .payment-form .row-reverse {
        flex-direction: row;
    }
}

.payment-form .form-control {
    display: block;
    width: 90%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .payment-form .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }


.payment-form .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .payment-form .form-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
