#calculator-wrapper {
    font-family: 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: #085e8b;
    background: linear-gradient(to bottom, #085e8b, #1e7d97);
    color: white;
    border-radius: 0px;
    -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border-color: transparent;
  } 
  
  .btn-primary:hover {
  background-position: left 1% center;
  }
  
  .btn-primary.focus, .btn-primary:focus {
  color: #ffffff;
  background-color: #00709D;
  border-color: #00709D;
  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 {
  background-position: left 1% center;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #256093;
  border-color: #256093;
  }
  
.form-group .btn-primary,
  .col-md-8 .btn-primary {
  border: 0;
  }
  
  .cta-wrapper .btn-sm.btn-primary {
    background: transparent;
  }
  
  .p-3 > .mt-3 .btn-primary {
    background-color: #eb1e7f;
    border-color: transparent;
    color: #ffffff!important;
    background: #0f5c8f;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
      transition: all 0.5s;
  }
  .p-3 > .mt-3 .btn-primary:hover {
  background-position: left 1% center;
  }
  
  .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:  0px !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: #00709D;
  color: #00709D;
  }
  
  .cta-wrapper .btn-primary:hover {
  background-color: #00709D;
  border-color: #00709D;
  color: #ffffff;
  }
  
  .cta-wrapper .btn-primary.focus, .btn-primary:focus {
  color: #ffffff;
  background-color: #256093;
  border-color: #256093;
  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: #256093 !important;
    border-color: #256093 !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;
  }