
  .content select {
    font-size: medium;
  }
  .content.card{
    min-width: 300px;
  }
  .btn {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(0deg, #4a99e9, #0066cc 60%, #ffffff 95%);
    padding: 10px 30px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
      rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
      rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    border-radius: 19px;
    transition: 491ms;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
  }

  .btn:hover {
    transition: 491ms;
    border: solid #0066cc 1px;
    background: linear-gradient(0deg, #4a99e9, #0066cc 60%, #ffffff 95%);
    color: #ffffff;
  }

  #pdfView {
    overflow: auto; /* Allow scrolling within the PDF container */
  }

  #specObject {
    width: 100%; /* Occupy full container width */
    height: auto; /* Let the height be determined by content */
  }
  .performance-sheet-result-title{
    color:#005695;
  }
  .performance-sheet-form-title{
    color:#ffffff;
    text-transform: uppercase;
  }
  .card.px-5.py-3 {
    min-width: 300px;
}