@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;
}

.zone-panel {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  background: #fff;
}
.zone-head {
  padding: 16px 18px;
  background: linear-gradient(90deg, var(--zone-soft), #fff);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  position: relative;
}
.zone-head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--zone-accent);
}
.zone-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.zone-name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #0f172a;
}
.zone-meta {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.zone-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 6px 10px;
  border-radius: 999px;
}
.zone-body {
  padding: 16px 16px 18px;
}
.clients-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.client-block {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  overflow: hidden;
}
.client-row {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  gap: 0;
}
@media (max-width: 1200px) {
  .client-row {
    grid-template-columns: 260px 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .client-row {
    grid-template-columns: 1fr;
  }
}
.client-side {
  padding: 14px 14px 14px;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.04), rgba(2, 6, 23, 0));
}
@media (max-width: 992px) {
  .client-side {
    border-right: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }
}
.client-name {
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #0f172a;
}
.client-sub {
  margin-top: 10px;
  display: block;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #0f172a;
}
.chip--muted {
  background: rgba(15, 23, 42, 0.04);
  color: #334155;
}
.chip--success {
  background: rgba(16, 185, 129, 0.12);
  color: #065f46;
  border-color: rgba(16, 185, 129, 0.28);
}
.period {
  padding: 14px 14px 12px;
}
.period + .period {
  border-left: 1px solid rgba(15, 23, 42, 0.08);
}
@media (max-width: 992px) {
  .period + .period {
    border-left: none;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }
}
.period-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.period-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #475569;
}
.grade {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 40px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: 0.3px;
}
.money-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
}
.tiny {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}
.mini-table {
  margin-top: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.mini-table table {
  width: 100%;
  margin: 0;
}
.mini-table th {
  background: rgba(2, 6, 23, 0.04);
  font-size: 12px;
  font-weight: 900;
  color: #334155;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 10px;
}
.mini-table td {
  padding: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  vertical-align: top;
}
.mini-table tr:last-child td {
  border-bottom: none;
}
.cat-name {
  font-weight: 900;
  color: #0f172a;
}
.prod-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.prod-badges span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 800;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #475569;
}
.tfoot {
  background: rgba(2, 6, 23, 0.03);
}
