.notification-box {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 25%;
  /* min-width: 250px;
  max-width: 350px; */
  z-index: 1 !important;
  padding: 1rem !important;
  /* box-shadow: 0px 0px 10px black; */
  border-radius: 5px;
  /* background-color: white !important; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 999999999999999999999999999999999999999999999999999999 !important;
}

.notification-box h4 {
  cursor: pointer;
  padding: 0.37rem !important;
  margin-top: 0.2rem !important;
  border-radius: 5px !important;
}

.notification-box p {
  padding: 0.2% !important;
  padding-left: 0% !important;
}

.notification-box h4 i.fa-times {
  float: right !important;
  margin-right: 2% !important;
}
