.flash-message {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 60;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #5c0011;
  background: #f8d7da;
  text-align: center;
  color: #5c0011;
  min-width: 200px;
}

.flash-close {
  position: absolute;
  top: 0px;
  right: 12px;
  font-size: 1.5em;
  font-style: initial;
  color: black;
  text-decoration: none;
}

.flash-close hover {
  color: #e51515;
}

.flash-success {
  border: 1px solid #185c00;
  background: #d4edda;
  color: #185c00;
}
