#feedbackmessage {
  text-align: center;
  display: none;
  position: fixed;
  width: fit-content;
  min-width: 50%;
  left: 40px;
  bottom: 40px;
  padding-right: 16px;
  z-index: 1050;
}

#feedbackmessage .close-wrapper {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

#feedbackmessage .status-message-content img {
  margin-right: 20px;
}

#feedbackmessage .status-message {
  background-color: #fff;
  border-radius: 6px;
  opacity: 1;
  z-index: 10000;
}

#feedbackmessage .status-message.success {
  border: 1px solid #ff9a03;
}

#feedbackmessage .status-message.error {
  border: 1px solid red;
}

#feedbackmessage .status-message-content {
  margin-bottom: 0px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  color: #23476a;
  font-weight: bold;
}
