@import "../../variables.scss";

.LeadsLimitationBlock {
  // max-width: 910px;

  // .pagination{
  //   justify-content: center;
  //   margin-top: 25px;
  // }
  .LeadsLimitationHead {
    padding-bottom: $pad + 10;
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media (max-width: $lg) {
      display: block;
    }

    h1 {
      padding: 0;
    }

    .LeadsLimitationHeadRight {
      display: flex;
      align-items: center;

      p {
        color: $black;
        margin-bottom: 0;
      }

      .ContactInput {
        box-shadow: none;
        border-radius: $bdr-rds;
        width: 52px;
        height: 32px;
        line-height: 30px;
        border: solid 1px #dddddd;
        margin: 0 $mrg;
        text-align: center;
        padding: 0;
        text-align: center;

        &::-webkit-input-placeholder {
          color: $black;
        }

        &::-moz-placeholder {
          color: $black;
        }

        &:-ms-input-placeholder {
          color: $black;
        }

        &:-moz-placeholder {
          color: $black;
        }
      }

      button {
        font-size: $font + 3;
        border: none !important;
        padding: 0 $pad + 5;
        height: 32px;
        line-height: 32px;
        border-radius: $bdr-rds - 2;
        box-shadow: none;
        // background-color: #b0b0b0 !important;
        background-color: $orange !important;

        &.changeColor {
          background-color: $blue2 !important;
        }

        img {
          width: 16px;
          display: block;
          margin-left: $mrg - 4;
        }
      }
    }
  }

  // .pagination {
  //   display: flex;
  //   justify-content: center;
  //   margin-top: 20px;

  //   :global {
  //     .page-item {
  //       .page-link {
  //         color: #f49320;
  //         background-color: #fff;
  //         border: 1px solid #dee2e6;
  //         transition: all 0.2s;

  //         &:hover {
  //           background-color: #e2e6ea;
  //           color: #0a58ca;
  //         }
  //       }

  //       &.active .page-link {
  //         background-color: #f49320;
  //         border-color: #f49320;
  //         color: white;
  //       }

  //       &.disabled .page-link {
  //         color: #5a5f63;
  //         background-color: #f8f9fa;
  //         border-color: #dee2e6;
  //         cursor: not-allowed;
  //       }
  //     }
  //   }
  // }
}


.PauseAccountBlock {
  // max-width: 910px;

  .pagination {
    justify-content: center;
    margin-top: 25px;
  }

  h1 {
    display: flex;
    align-items: center;
  }
}