.pagination {
    // border-radius: 4px;
    // background-color: #ffffff;
    // box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.page-item {
    &:last-child,
    &:first-child {
        border-radius: 4px;
    }
    &.disabled {
        cursor: auto;
    }
}
