
.inlineDialog {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background-color: rgb(9, 209, 199, 0.9); */
  /* background: linear-gradient(0deg,  #108Ab1 0%, #5fb1c2 90%); */
/*   background: linear-gradient(0deg, #809BCE 0%, rgb(16, 138, 177) 90%); */
  background: linear-gradient(0deg, #108ab1 0%, #108ab1 90%);
  opacity: 0.9;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 100000;
}

.inlineDialogCloseButton {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
