@media print {
  .db-cont {
    display: initial;
  }

  a.db-aside-links {
    display: none;
  }

  aside.db-aside {
    width: 100%;
    border: none;
  }

  .db-content {
    width: 100%;
    overflow: initial;
    padding: 0;
    height: auto;
  }

  .app-review-action {
    display: none;
  }

  main.db-main {
    max-width: unset;
  }

  h1.db-title {
    display: none;
  }

  .review-app-container {
    display: initial;
  }

  section.prev-wrapper {
    border: none;
    margin: 0;
    border-bottom: 1px dashed #c2c2c2;
    border-radius: 0;
    padding: 9px 0;
  }

  h2.prev-title {
    background: none;
    text-align: left;
    padding: 0;
  }

  .prev-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px;
  }

  .prev-item-wrapper {
    border: none;
    padding: 0;
  }

  p.prev-i-value {
    font-weight: 300;
  }

  p.prev-i-label {
    color: black;
  }

  .sidebar-header {
    border: none;
  }
  button.dpanel-logout {
    display: none;
  }

  header.dept-panel-header {
    justify-content: center !important;
    flex-direction: column;
    border: none;
  }
}
