.events-pagination .pagination {
  border: none;
  text-align: right;
}
.eventsFilterForm button {
  background-color: #483e94;
  color: #fff;
  outline: none;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 1em;
  padding: 10px 17px;
}
.eventsFilterForm button:focus,
.eventsFilterForm button:hover,
.eventsFilterForm button.active {
  background-color: #ff657d;
  color: #fff;
  outline: none;
}

.eventsFilterForm button.active {
  cursor: not-allowed;
}
