/* Add here all your css styles (customizations) */
.sage {
  position: fixed;
  width: 50%;
  min-width: 200px;
  max-width: 200px;
  z-index: 1100;
  bottom: 0px;
  left: 0px;
  padding: 10px;
}
.alert-message {
  position: fixed;
  width: 50%;
  min-width: 200px;
  max-width: 400px;
  z-index: 30000;
  bottom: 0px;
  right: 10px;
  padding: 10px;
}
.alert-message1 {
  position: fixed;
  width: 50%;
  min-width: 200px;
  max-width: 400px;
  z-index: 30000;
  top: 110px;
  right: 10px;
  padding: 10px;
}
