/* line 1, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/pagination.scss */
.pagination {
  display: flex;
  list-style: none;
  border-radius: 4px;
}

/* line 7, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #f7f2c4;
  border: 1px solid #936203;
}

/* line 17, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/pagination.scss */
.page-item.disabled .page-link {
  color: #9362038a;
  pointer-events: none;
  cursor: auto;
}

/* line 23, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/pagination.scss */
.page-item.active .page-link {
  color: #fff;
  background-color: #936203;
  pointer-events: none;
  cursor: auto;
}

/* line 30, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 36, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
