.app-notification-box {
  background-color: #1f21229e;
  border-radius: 5px;
  bottom: 35px;
  color: #fff;
  font-weight: 400;
  height: 180px;
  left: 5px;
  overflow: hidden;
  padding: 1px 3px;
  position: fixed;
  right: 5px;
  width: 218px;
  z-index: 1051;
}