body{
  overflow: hidden;
}

.break-line-force{
  word-break: break-word !important; 
  font-size: 0.875rem !important;
  white-space: pre-wrap !important;
}

.custom-alert {
  border-radius: 12px;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.custom-alert .swal2-title {
  font-weight: bold;
  font-size: 22px;
}

.custom-alert .swal2-popup {
  background-color: #fff;
  color: #333;
}

.custom-alert .swal2-confirm {
  border-radius: 6px;
  background-color: #3085d6;
  color: white;
  border: none;
}

.custom-alert .swal2-cancel {
  border-radius: 6px;
  background-color: #d33;
  color: white;
  border: none;
}

#productResults div:hover,
#customerResults div:hover {
  background-color: #c6c6c6;
  color: rgb(96, 96, 96);
  cursor: pointer;
}
