
  .page-link{
    width: auto !important;
    padding: 10px !important;
    border-radius: 10px !important;

  }

  .page-item .page-link, .page-item span {
    border-radius: 10px !important;
  }

  .loader {
    /* Estilos para el loader */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  
  .checkbox-label{
    display: flex;
    align-items: center;
    width: 125px;
  }

  .checkbox-label-redpagos{
    display: flex;
    align-items: center;
    width: 180px;
    margin-left: -20px;
  }

  .headerSecciones{
    background-color: beige;
  }

  .textarea-input{
      width: 400px !important;
      height: 400px !important;
      font-size: 12px !important;
  }