#rmp-message {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #ff6a00, #ee0979);
  color: white;
  font-family: 'Vazir', sans-serif;
  font-size: 18px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
#rmp-message button {
  background: white;
  color: #ee0979;
  border: none;
  padding: 8px 16px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 5px;
}
