:root {
    --mdc-theme-secondary: var(--mdc-theme-primary);
  }
  .test {
    display: inline-block;
  }
  body {
    font-family: "Roboto", sans-serif;
    font-size: .938rem;
    font-weight: 400;
    background-color: #fafafa;
    margin: 0;
  }
  h2 {
    margin-top: .75em;
    margin-bottom: .25em;
  }
  p {
    margin-top: 0;
  }
  .flex-column {
    display: flex;
    flex-direction: column;
  }
  .w-100 {
    width: 100%;
  }

  .ribbon {
    background-color: #018786;
    flex-shrink: 0;
    height: 42vh;
    width: 100%;
  }
  .card-container {
    display: flex;
    justify-content: center;
    margin-top: -40vh;
  }
  .mdc-card {
    width: 100%;
    max-width: 860px;
    margin: 16px;
  }

  #dropdown {
    display: none;
  }

  .mdc-radio {
    margin-right: 2px;
  }



  .mdc-text-field--radio {
    height: 1.75rem;
  }

  .mdc-text-field--radio input {
    font-size: 0.875rem;
  }

  .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #004085;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0056b3;
    border-color: #004085;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004085;
    border-color: #003568;
}

.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(38, 143, 255, 0.5);
}
