.alert {
  position: fixed;
  bottom: 1em;
  right: 1em;
  
  display: flex;
  align-items: center;
  width: 25%;
  /*background: #FFF;*/
  -webkit-box-shadow: 5px 10px 6px -6px #d8d8d8;
  -moz-box-shadow: 5px 10px 6px -6px #d8d8d8;
  box-shadow: 5px 10px 6px -6px #d8d8d8;
  /*border: 6px solid;
  border-image-slice: 1;
  border-width: 3px;*/
  border-radius: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}

.media-push-n-p {
  width: 80px;
  height: 70px;
  margin-right: 1rem;
}

.title-n-p h3 {
  font-weight: normal;
  font-size: 100%;
  letter-spacing: 1px;
  word-spacing: 1px;
}

.content-n-p {
  position: relative;
  top: 10px; left: 10px;
}

#close-n-p {
  position: absolute;
  right: 2%;
  top: auto;
  bottom: auto;
  font-size: 140%;
  font-weight: normal;
  cursor: pointer;
}

.border-gradient-green {
  border-image-source: linear-gradient(to left, #366967, #26b4ff);
}
