@media print {
  #section_approval {
    display: none;
  }
  #select_information_materials_client {
    display: none;
  }
  #information_materials_client {
    display: none;
  }
  #information_materials_client_color {
    display: none;
  }
  #observations_information_materials_client {
    display: none;
  }
  #select_information_hardness_client {
    display: none;
  }
  #information_hardness_client {
    display: none;
  }
  #observations_information_hardness_client {
    display: none;
  }

  /* label[for="8"],
  input[name="8"],select[name="8"] {
    display: none;
  }
  #column_8 {
    display: none;
  } */
  #column_11 {
    display: none;
  }

  #column_12 {
    display: none;
  }

  #column_61 {
    display: none;
  }
  #column_62 {
    display: none;
  }

  textarea[name="69"] {
    height: 200px;
  }
  textarea[name="186"] {
    height: 250px;
  }


  #column_111 {
    display: none;
  }

  #information_user {
    display: block !important;
    z-index: 9999;
  }

  .main-footer {
    display: none;
  }

  .card-footer {
    display: none;
  }

  .card-header {
    display: none;
  }

  #information_main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.img-overlay {
  position: fixed;
  top: 90px;
  max-height: 80%;
  left: 50%;
  transform: translate(-50%, 0) scale(0, 0);
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s ease;
}
.overlay-dark {
  top: 0;
  position: fixed;
  background-color: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
