
.whatsapp-sticker {
  position: fixed;
  bottom: 50px; 
  right: 45px; 
  z-index: 9999; 
  transition: all 0.3s ease; 
}

.whatsapp-sticker img {
  width: 50px;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.hidden {
  display: none !important;
  /* Force the element to be hidden */
}

.show {
  display: block;
  /* or 'inline-block' depending on your needs */
}

.table-container {
  overflow-x: auto;
  white-space: nowrap; /* Prevent table cells from wrapping */
}
.detailtable_responsive {
  width: 150%; /* Adjust width based on the number of columns */
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.detailtable_scroll td,
.detailtable_scroll th {
  padding: 16px 40px;
  text-align: center; 
}

.detailtable_scroll {
  overflow-x: auto;
  white-space: nowrap;
}
