.gmfNotification {
  display: flex;
  position: fixed;
  bottom:10px;
  left: 10px;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px;
  max-width: 400px;
	border-radius: 15px;
  z-index: 999999;
}

.gmfNotification-close {
  height: 100px;
}

.gmfNotification img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  object-fit: cover;
}

.gmfNotification-content h3 {
  margin-top: 0;
}

.close-button {
  background: none;
  border: none;
  color: #666;
  font-size: 24px;
  margin-left: auto;
  cursor: pointer;
}