@font-face {
    font-family: "Neutra Text";
    src: url("/fonts/NeutraTextExp-Book.woff") format("woff");
    font-display: swap;
  }

#calculator-wrapper {
  font-family: "Neutra Text", sans-serif;
}

.field-static-label {
    padding: 0 30px;
    margin: 0 !important;
    border-bottom: 0;
    text-align: right;
}

.carousel-item .mt-2 > p {
    font-weight: bold;
}

.required {
    color: #df0000;
}

#message-alert {
    color: #fff;
    background-color: #df0000;
    border-color: #df0000;
}

.btn-primary {
background-color: #012963;
border-color: #012963;
} 

.btn-primary:hover {
background-color: #012963;
color: #ffffff;
border-color: #012963;
}

.btn-primary.focus, .btn-primary:focus {
color: #ffffff;
background-color: #418126;
border-color: #418126;
box-shadow: 0 0 0 0.2rem rgba(190, 233, 247,0.5);
}

.btn-primary.active, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
color: #ffffff;
background-color: #012963;
border-color: #012963;
box-shadow: 0 0 0 0.2rem rgba(190, 233, 247,0.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #ffffff;
background-color: #012963;
border-color: #012963;
}

.cta-wrapper .btn-sm.btn-primary {
background-color: transparent;
}

.p-3 > .mt-3 .btn-primary {
background-color: #012963 !important;
color: #fff;
font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(208, 219, 81,0.5);
}

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 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-collapse {
border-radius:  10px !important;
}

.card {
border-radius: 0 0 0.25rem 0.25rem;
border: 0 !important;
}

.col-md-8 .card {
    padding: 10px;
}

.row {
max-width: 100%; 
}

.cta-wrapper .btn-primary {
background-color: #fff;
border-color: #418126;
color: #418126;
}

.cta-wrapper .btn-primary:hover {
background-color: #418126;
border-color: #418126;
color: #ffffff;
}

.cta-wrapper .btn-primary.focus, .btn-primary:focus {
color: #ffffff;
background-color: #012963;
border-color: #012963;
box-shadow: 0 0 0 0.2rem rgba(190, 233, 247,0.5);
}

.cta-wrapper .btn-primary.active, .btn-primary:active {
color: #ffffff;
background-color: #ffffff;
border-color: #ffffff;
box-shadow: 0 0 0 0.2rem rgba(190, 233, 247,0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #012963 !important;
  border-color: #012963 !important;
  opacity: 1 !important;
}
.form-control, .input-group-text {
border: 1px solid #949494;
}
.form-control.error {
 border-color: crimson;
}
label.error {
color: crimson; 
}

.table-striped thead.thead-dark th {
    background-color: transparent;
    color: #666;
    border: 0 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

button i.fas {
    margin-top: 0;
}

#investment-questionnaire-wrapper .p-3.border {
    border: 1px solid #fff !important;
}