#map {
  height: 500px;
}

.message-notice {
  background: green;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
}

.message-notice::before {
  content: "✔ "; /* Tick icon with space */
  color: white; /* Optional: color for the icon */
  margin-right: 5px; /* Optional: spacing between icon and text */
}

.red-text {
  color: red;
  font-size: 14px;
  font-weight: 500;
}

.alert.red-text {
  margin-top: 10px;
}
