@import url(//fonts.googleapis.com/css2?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap);

#calculator-wrapper {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}

#calculator-wrapper input {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#calculator-report-header {
    color: #bce5e8;
}

#calculator-report-header-bar {
    border: 1px solid #bce5e8;
}

.btn-primary {
    background-color: #bce5e8;
    border-color: #bce5e8;
    border-radius: 8px;
    color: #104852;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #94cfd4;
    color: #104852;
    border-color: #94cfd4;
    cursor: pointer;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #104852;
    background-color: #bce5e8;
    border-color: #bce5e8;
    box-shadow: none;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #bce5e8;
    border-color: #bce5e8;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #104852;
    background-color: #bce5e8;
    border-color: #bce5e8;
    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 {
    border-radius: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.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: #bce5e8;
    color: #bce5e8;
}

.cta-wrapper .btn-primary:hover {
    color: #fff;
    background-color: #bce5e8;
    border-color: #bce5e8;
}

.cta-wrapper .btn-primary.focus,
.cta-wrapper .btn-primary:focus {
    color: #ffffff;
    background-color: #bce5e8;
    border-color: #bce5e8;
}

.cta-wrapper .btn-primary.active,
.btn-primary:active {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #bce5e8 !important;
    border-color: #bce5e8 !important;
    opacity: 1 !important;
}

.mt-3 .btn-primary {
    background-color: #cc0b28;
    border-color: #cc0b28;
    color: #fff;
}

.mt-3 .btn-primary:hover {
    background-color: #a60920;
    border-color: #a60920;
    color: #fff;
}

table {
    margin-top: 1rem;
}

#amortization_schedule_chart th,
table thead.thead-dark th {
    background-color: #0f2124 !important;
    border-color: transparent;
    border-bottom: 0;
}

table th,
table td {
    font-size: 0.875rem;
}

.form-control,
.input-group-text {
    border: 1px solid #949494;
}

.form-control.error {
    border-color: crimson;
}

label.error {
    color: crimson;
}

body {
    padding-bottom: 1px;
}