#tMedical, #tStudents {
  display: none;
}

td:first-child {
  white-space: unset !important;
  width: unset !important;
}

input:disabled {
  color: #000;
  cursor: default;
  opacity: 1;
  -webkit-text-fill-color: #000;
  background-color: #fff;
}

.bkg-black {
  color: var(--white900);
  background-color: #000 !important;
}

.bkg-green {
  background-color: var(--aqua900);
  border-radius: 10px;
}

.grid-item {
  background: none;
  padding: 8px;
}

.grid-item button {
  width: -webkit-fill-available;
  height: 100%;
  color: var(--aqua900);
  background-color: #fff;
  border-radius: 20px;
  font-weight: bold;
}

button:hover {
  filter: brightness(.8);
}

#trAdminActions {
  display: none;
}

@media print {
  body > * {
    display: none !important;
    overflow: visible !important;
  }

  .printable-area, .printable-area > :not(.no-print) {
    display: revert !important;
  }

  .printable-area {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  td:first-child {
    white-space: unset !important;
    width: unset !important;
  }

  #tSignature {
    display: revert;
  }

  input::placeholder, textarea::placeholder {
    opacity: 0;
  }

  .no-print {
    display: none !important;
  }

  @page {
    size: A4 portrait;
    margin: 1cm;
  }
}
/*# sourceMappingURL=helpForm.da914d63.css.map */
