body {
  font-family: "Quicksand", sans-serif;
  background-color: #faf9f6;
}

.swiper-button-next:after, .swiper-button-prev:after
 {
  font-size: 14px !important;
  color:white;
}

.datatable-wrapper .datatable-table tbody tr {
  border-bottom: 1px solid var(--color-gray-200);
}

.datatable-pagination-list-item{
  background-color: #84cc16;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 5px;
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 16px;
  color: white;
}