body {
  background-color: #eeeeee;
}
.message-alert-container {
  position: fixed;
  bottom: 2em;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
.message-alert-container .alert {
  border: 1.5px solid black;
}

.ctr-dwh-modal {
  max-width: 95%;
}

#waiting-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding: 0;
  margin: 0;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}

.histvalue-container {
  word-break: break-word;
}