.flash-message-container {
  top: 100px;
  right: 25px;
  cursor: pointer;
}
.flash-message-container .flash-message-text {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  padding: 5px 25px;
  max-width: 250px;
  margin-top: 10px;
}

.pos-fix { position: fixed;}
.z-5 { z-index: 5;}