.print-mode .toggle-container {
  display: none;
}

.print-mode .print-overlay {
  display: none;




  color: white;
  font-weight: 600;

  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;

  font-size: 35px;

  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999999999;
  backdrop-filter: blur(10px);
  animation: fadeIn 0.5s ease-out;



}

.print-mode .empty-colGroup {
  display: none !important;
}

.print-mode .wf-header {
  display: none;
}

.print-mode .download-button-container {
  text-align: center;
  margin: 20px 0;
  position: fixed;
  top: 10px;
  right: 20px;
}

.print-mode #downloadPdfButton {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.print-mode #downloadPdfButton:hover {
  background-color: #005177;
}

.print-mode .wf-sideHeader~.wf-row {
  margin-left: unset;
}

.print-mode .printable {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 8.5in;


  margin: 0 auto;


}

.print-mode .wf-row {
  width: 100%;
  width: 8.5in;
  height: 11in;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.print-mode .wf-row:last-child {
  page-break-after: auto;
}

.print-mode body {
  background: #fff;
}

.print-mode .no-print {
  display: none;
}

.print-mode .background-video {
  display: none;
}

.print-mode .wf-row__videoBG {
  display: none;
}



.horizontal-print-mode .wf-row {
  width: 11in !important;
  height: 8.5in !important;
}

.horizontal-print-mode .printable {
  max-width: 11in !important;
}

.print-mode ul {
  padding-left: 1rem;
}


.print-mode h1 {
  font-size: 24pt !important;
}

.print-mode h2 {
  font-size: 20pt !important;
}

.print-mode h3 {
  font-size: 18pt !important;
}

.print-mode h4 {
  font-size: 16pt !important;
}

.print-mode h5 {
  font-size: 14pt !important;
}

.print-mode h6 {
  font-size: 12pt !important;
}



.print-mode.wf-row * {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  color-adjust: exact !important;
}

@media print {


  .wf-row {
    page-break-after: always;
    overflow: hidden;
    box-shadow: none !important;
    margin: 0 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .wf-row:last-of-type {
    page-break-after: auto;
  }
  

  .download-button-container,
  bugherd-sidebar {
    display: none !important;
  }


  html:not(.horizontal-print-mode) {
    @page {
      size: 8.5in 11in; 
      margin: 0;
    }

    &, & body {
      width: 8.5in !important;
      height: 11in !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .wf-row {
      width: 8.5in !important;
      height: 11in !important;
    }
  }


  html.horizontal-print-mode {
    @page {
      size: 11in 8.5in; 
      margin: 0;
    }

    &, & body {
      width: 11in !important;
      height: 8.5in !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .wf-row {
      width: 11in !important;
      height: 8.5in !important;
    }
  }
}


.wf-print-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--clr-primary);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 10px;
}

.wf-print-banner .wf-logo {

  margin-right: auto;
  height: 30px;
}

.wf-print-banner .wf-page-number {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-size: 14px;
  color: #fff;
}

.print-number-input {

  font-size: 50px;
  position: relative;


}

.row-code-container {
  width: 100%!important;
  left: 0!important;;
}