@media (max-width: 480px) {
  .auth-container {
    max-width: 300px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .auth-paper {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
  }
}

.print-me {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.print-mod-min-height {
  min-height: 100vh;
}


@media print {

  /* *:not(.print-me):not(.print-me *) {
    color: #f00 !important; 
  } */
  .print-me,
  .print-me * {
    /* display: block; */
    visibility: visible;
    height: auto;
  }

  .do-not-print {
    /* display: none; */
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  .dont-print {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .do-not-print-background {
    background: none !important;
  }

  .print-border {
    border: 1px solid #888 !important;
  }

  .print-mod-min-height {
    min-height: auto;
  }

  /* for AppShell.Main */
  .print-scooch-up {
    margin-top: -80px !important;
    /* background-color: #BBB; */
  }

  .print-highlight {
    border: 1px solid #000;
  }

  .print-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* font-size: small; */
    /* background-color: white; */
    padding: 5px 0;
    width: 100%;
  }

}

.foobar {
  font-size: 2vw;
  /* Responsive font size */
  max-height: calc(100vh - 25vh);
  /* Ensure it fits within the remaining page height */
  overflow-y: auto;
  /* Add scroll if content exceeds the available space */
}