#calculator-wrapper input {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

#calculator-report-header {
  color: #01633d;
}

#calculator-report-header-bar {
border: 1px solid #01633d;
}

.btn-primary {
background-color: #01633d;
border-color: #01633d;
border-radius: 20px 5px 20px 5px;
}

.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: rgb(1,99,61);
    background: linear-gradient(150deg, rgba(1,99,61,1) 0%, rgba(2,119,72,1) 100%);
    border-color: #0f7e54;
    border-radius: .2rem;
}

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: rgb(1,99,61);
    background: linear-gradient(150deg, rgba(1,99,61,1) 0%, rgba(2,119,72,1) 100%);
    border-color: #0f7e54;
}

.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: rgb(244,180,5);
    background: linear-gradient(150deg, rgba(244,180,5,1) 0%, rgba(253,199,43,1) 100%);
    color: #05633d !important;
    font-weight: bold;
    border-color: #aaa48d !important;
}

.btn-primary:hover {
background-color: #01633d;
color: #ffffff;
border-color: #01633d;
}

.btn-primary.focus, .btn-primary:focus {
color: #ffffff;
background-color: #01633d;
border-color: #01633d;
box-shadow: none;
}

.btn-primary.active, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
color: #ffffff;
background-color: #01633d;
border-color: #01633d;
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: #01633d;
border-color: #01633d;
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.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: rgb(1,99,61);
    border: none !important;
    background: linear-gradient(150deg, rgba(1,99,61,1) 0%, rgba(2,119,72,1) 100%);
    border-radius: 20px 5px 20px 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card {
    border-radius: 0 0 0.25rem 0.25rem;
    border: 0;
}

.calculator-chart-iframe {
    margin-top: 15px;
}

#calculator-wrapper .p-3 {
    border-radius: 10px !important;
}

.row {
max-width: 100%; 
}

i.fas {
    margin-top: 3px;
}

.cta-wrapper .btn-primary {
    background-color: #F8F9FA;
    border-color: #05633d;
    color: #05633d;
    border-radius: .2rem !important;
}

.cta-wrapper .btn-primary:hover {
    color: #fff;
    background-color: #05633d;
    border-color: #05633d;
}

.cta-wrapper .btn-primary.focus, .cta-wrapper .btn-primary:focus {
color: #ffffff;
background-color: #01633d;
border-color: #01633d;
}

.cta-wrapper .btn-primary.active, .btn-primary:active {
color: #ffffff;
background-color: #ffffff;
border-color: #ffffff;
}

.btn-primary.disabled, .btn-primary:disabled {
background-color: #01633d !important;
border-color: #01633d !important;
opacity: 1 !important;
}

#amortization_schedule_chart th,
table thead.thead-dark th {
background-color: #333 !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; 
}

.row {    margin-right: auto;
    margin-left: auto;} 

.container-fluid {padding: 0;}
#calculator-wrapper .p-3.border {border: none !important;}

@media (min-width: 768px) {
    button.responsive-text-size {
        font-size: 12px;
        min-height: 0;
    }
}
.btn:focus {
   outline: 2px solid black;
}