/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

#agreementReview {
    height: 80vh;
}

/* Payment Thank You Page */
.thank-you-header {
    margin-top: 70px;
    padding: 50px 0;
}

.success-text {
    text-align: center;
}

.success-text i {
    font-size: 50px;
    color: #4ead4e;
    margin-top: -3px;
}

.success-text h2 {
    font: 600 30px/1.5 var(--primary-font);
    margin-top: 10px;
    margin-bottom: 15px;
}

tr td:first-child {
    font-weight: 500;
}
tr td:last-child {
    text-align: right;
}

tr:last-child td {
    border-bottom: 0;
}
