#calculator-wrapper {
  font-family: Verdana, Helvetica, Arial, sans-serif;  
}

#calculator-wrapper div, #calculator-wrapper span, #calculator-wrapper input, #calculator-wrapper select, #calculator-wrapper textarea {
  border-radius:  0!important;
}

#calculator-report-header {
  color: #72253D;
}

#calculator-report-header-bar {
border: 1px solid #72253D;
}

.btn-primary {
background-color: #f5ee30;
border-color: #10135b;
border-radius: 23.04px !important;
color: #10135b;
}

.btn-primary:hover {
background-color: #11135b;
color: #f5ee30;
}

.btn-primary.focus, .btn-primary:focus {
background-color: #11135b;
border-color: #3D5541;
box-shadow: none;
color: #f5ee30;
}

.btn-primary.active, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
background-color: #11135b;
box-shadow: none;
color: #f5ee30;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #10135b;
background-color: #11135b;
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; 
}


.card {
border-radius: 0 0 0.25rem 0.25rem;
}

.cta-wrapper .btn-primary:hover {
    background-color: #11135b;
}

.row {
max-width: 100%; 
}

.cta-wrapper > .mt-3 .btn-primary,
.p-3 > .mt-3 .btn-primary {
    background-color: #10135b;
    border-color: #10135b;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
      transition: all 0.5s;
      color: #10135b;
  }

  .cta-wrapper > .mt-3 .btn-primary:hover,
.p-3 > .mt-3 .btn-primary:hover {
    background: transparent;
    border-color: #10135b;
    color: #10135b;
}
 
.table .thead-dark th {
    background-color: #10135b;
}

.cta-wrapper .btn-primary {
background-color: #F8F9FA;
border-color: #72253D;
color: #10135b;
}

.cta-wrapper .btn-primary {
background-color: #E4E4DA;
border-color: #72253D;
color: #10135b;
}

.cta-wrapper .btn-primary.focus, .cta-wrapper .btn-primary:focus {
background-color: #dfd9cf;
border-color: #72253D;
}

.cta-wrapper .btn-primary.active, .btn-primary:active {
background-color: #dfd9cf;
border-color: #72253D;
}

.btn-primary.disabled, .btn-primary:disabled {
background-color: #72253D !important;
border-color: #72253D !important;
opacity: 1 !important;
}

#amortization_schedule_chart th {
background-color: #033b73 !important;
}
.form-control, .input-group-text, .custom-select {
border: 1px solid #72253D;
}

.form-control:focus, .input-group-text:focus, .custom-select:focus {
    border-color: #10135b;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(#10135b, .5);
}
.form-control.error {
 border-color: crimson;
}
label.error {
color: crimson; 
}

.cta-wrapper > .mt-3 .btn-primary,
.p-3 > .mt-3 .btn-primary {
    border-radius: 23.04px !important;
	font-weight: 700;
	background-color: #f5ee30;
}

.cta-wrapper > .mt-3 .btn-primary:hover, .p-3 > .mt-3 .btn-primary:hover, .cta-wrapper > .mt-3 .btn-primary:focus, .p-3 > .mt-3 .btn-primary:focus {
	background-color: #11135b;
	color: #f5ee30;
}

.required {
	color: #df0000 !important;
}


#control_calculate {
	background-color: #f5ee30;
	border-color: #10135b;
	color: #10135b;
}

#control_calculate:hover, #control_calculate:focus {
	background-color: #11135b;
  color: #f5ee30;
}

#control_calculate:active {
	background-color: #11135b;
}