@page {
  size: landscape;
}

#coverDetails thead.headRow {
  background-color: #2a3f54; /* Dark blue background */
  color: white; /* Ensuring text is white for contrast */
}

@media print {
  .hidden {
    display: block;
  }
  thead {
    background-color: #2a3f54 !important;
    border-color: #ccc !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    box-shadow: inset 0 0 0 1000px #2a3f54;
    -webkit-print-color-adjust: exact !important;
  }

  #coverDetails thead.headRow {
    background-color: #2a3f54 !important; /* Dark blue background */
    color: white !important; /* White text */
    -webkit-print-color-adjust: exact; /* Ensures colors print correctly in Webkit browsers */
    color-adjust: exact; /* Ensures colors print correctly */
  }
  input {
    padding: 0 !important;
    padding-left: 10px !important;
  }

  th,
  td {
    vertical-align: middle; /* Centers content vertically */
    padding: 1px;
  }
  .pr {
    max-width: 50% !important;
  }
}
