.box-pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .box-pagination .pagination .page-item .page-link {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #3B4859;
    background-color: transparent;
    border: none;
    padding: 0 0;
    border-radius: 100% !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    line-height: 1.5; }
    .box-pagination .pagination .page-item .page-link.page-arrow {
      background: #EFF2F7; }
      .box-pagination .pagination .page-item .page-link.page-arrow:hover {
        background: #BB0029;
        color: #FFFFFF; }
    .box-pagination .pagination .page-item .page-link:hover {
      background: #BB0029;
      color: #FFFFFF; }
  .box-pagination .pagination .page-item.active a {
    background: #BB0029;
    color: #FFFFFF; }
  .box-pagination .custom-select-option {
    border-radius: 15px;
    background: #BB0029;
    color: #FFFFFF;
    max-height: 30px;
    position: relative; }
    .box-pagination .custom-select-option .custom-select {
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #FFFFFF;
      background: transparent;
      width: 80px;
      height: 30px;
      border: none;
      box-shadow: none;
      padding-left: 15px;
      outline: none; }
      .box-pagination .custom-select-option .custom-select option {
        font-size: 12px !important;
        font-weight: 400 !important;
        color: #8998AC;
        padding: 12px;
        text-align: center; }
    .box-pagination .custom-select-option .icon-triangle-down {
      display: flex;
      align-items: center;
      position: absolute;
      right: 8px;
      top: 50%;
      border-top: 7px solid #FFFFFF;
      transform: translate(-50%, -50%);
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
      .box-pagination .custom-select-option .icon-triangle-down::after {
        display: none; }

/*# sourceMappingURL=paginationCustom.css.map */
