#calculator-wrapper input {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.btn-primary:focus-visible {
    outline: 2px solid black !important;
    border-color: white !important;
}

#calculator-report-header {
    color: #0053a0;
}

#calculator-report-header-bar {
    border: 1px solid #0053a0;
}

.btn-primary {
    background-color: #0053a0;
    border-color: #0053a0;
    border-radius: 0px;
}

.mb-1.btn-primary.calculator-button,
.mb-1.btn-primary.calculator-button:hover,
.mb-1.btn-primary.calculator-button:focus,
.mb-1.btn-primary.calculator-button.focus,
.mb-1.btn-primary.calculator-button:active,
.mb-1.btn-primary.calculator-button:disabled {
    background: #0053a0;
    border-color: #0053a0;
    border-radius: 0;
}

button i.fas {
    margin-top: 0;
}

.mb-3.btn-primary.calculator-button,
.mb-3.btn-primary.calculator-button:hover,
.mb-3.btn-primary.calculator-button:focus,
.mb-3.btn-primary.calculator-button.focus,
.mb-3.btn-primary.calculator-button:active,
.mb-3.btn-primary.calculator-button:disabled {
    background: #0053a0;
    border-color: #0053a0;
}

.btn-primary#email_form_button,
.btn-primary#email_form_button:hover,
.btn-primary#email_form_button:focus,
.btn-primary#email_form_button.focus,
.btn-primary#email_form_button:active,
.btn-primary#email_form_button:disabled,
.mt-3>.btn-primary.calculator-button,
.mt-3>.btn-primary.calculator-button:hover,
.mt-3>.btn-primary.calculator-button:focus,
.mt-3>.btn-primary.calculator-button.focus,
.mt-3>.btn-primary.calculator-button:active,
.mt-3>.btn-primary.calculator-button:disabled {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0053a0 !important;
    color: #fff !important;
    border-color: #0053a0 !important;
}

.btn-primary:hover {
    background-color: #0053a0;
    color: #ffffff;
    border-color: #0053a0;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #ffffff;
    background-color: #0053a0;
    border-color: #0053a0;
    box-shadow: none;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #0053a0;
    border-color: #0053a0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0053a0;
    border-color: #0053a0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

col-md-8 .btn-primary,
.col-md-8 .btn-primary:hover,
.col-md-8 .btn-primary:focus,
.col-md-8 .btn-primary.active,
.col-md-8 .btn-primary:active,
.col-md-8 .btn-primary:not(:disabled):not(.disabled):active,
.col-md-8 .btn-primary:not(:disabled):not(.disabled).active,
.col-md-8 .btn-primary:not(:disabled):not(.disabled):active,
.col-md-8 .show>.btn-primary.dropdown-toggle,
.btn-collapse {
    background: #0053a0;
    border: none !important;
    border-radius: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card {
    border-radius: 0;
    border: 0;
}

.calculator-chart-iframe {
    margin-top: 15px;
}

#calculator-wrapper .p-3 {
    border-radius: 0px !important;
}

.row {
    max-width: 100%;
}

i.fas {
    margin-top: 3px;
}

.cta-wrapper .btn-primary {
    background-color: #F8F9FA;
    border-color: #0053a0;
    color: #0053a0;
}

.cta-wrapper .btn-primary:hover {
    color: #fff;
    background-color: #0053a0;
    border-color: #0053a0;
}

.cta-wrapper .btn-primary.focus,
.cta-wrapper .btn-primary:focus {
    color: #ffffff;
    background-color: #0053a0;
    border-color: #0053a0;
}

.cta-wrapper .btn-primary.active,
.btn-primary:active {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0053a0 !important;
    border-color: #0053a0 !important;
    opacity: 1 !important;
}

#amortization_schedule_chart th,
table thead.thead-dark th {
    background-color: #676767 !important;
    border-color: transparent;
    border-bottom: 0;
}

.form-control,
.input-group-text {
    border: 1px solid #949494;
}

.form-control.error {
    border-color: crimson;
}

label.error {
    color: crimson;
}
  @media (min-width: 768px) {
.responsive-text-size {
  font-size: 15px;
}
}