.aae--notification {
  position: relative;
  background-color: #5DC988;
  padding: 15px;
  text-align: center;
}

.aae--notification svg {
  width: 1em;
}

.aae--notification p {
  display: inline-block;
  margin-bottom: 0;
}

.aae--notification .close-icon {
  position: absolute;
  height: auto;
  top: 0;
  color: #fff;
  fill: #fff;
  padding-top: 17px;
  cursor: pointer;
}

.notify-icon-pos-left .close-icon {
  left: 0;
  right: unset;
  padding-left: 15px;
}

.notify-icon-pos-right .close-icon {
  right: 0;
  left: unset;
  padding-right: 15px;
}

.aae--notification .highlight {
  color: #fff;
}

.aae--notification .notify-btn {
  padding: 3px 15px;
  border-radius: 30px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3333333333);
}