.tlpl-show-notification-btn {
  display: none;
}

.tlpl-notification {
  display: none;
  position: fixed;
  top: 20px;
  right: -300px;
  width: 250px;
  padding: 15px;
  background-color: #E90064;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0.3rem 0.1rem rgba(204, 204, 204, 0.5);
  transition: right 0.3s linear;
  z-index: 1000;
}

.tlpl-notification.tlpl-show-notification {
  margin: 20px;
}