    .notification {
  position: fixed;
  bottom: -95%;
  right: 1% !important;
  width: 300px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: bottom 0.3s ease-in-out;
  z-index: 1000;
}
.team-mxt-pagination {
  text-align: center;
  margin: 20px 0;
  padding: 10px;
}

.team-mxt-pagination .page-numbers {
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  border-radius: 3px;
}

.team-mxt-pagination .current {
  background-color: #4caf50;
  color: white;
  border-color: #4caf50;
}

.team-mxt-pagination .prev,
.team-mxt-pagination .next {
  padding: 5px 15px;
}