.btnAgregarUsuario {
    background-image: linear-gradient(to right, #283048 0%, #859398  51%, #283048  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnAgregarUsuario:hover {
    transition: 0.5s;
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }  

  .btnBuscarUsuario {
    background-image: linear-gradient(to right, #283048 0%, #859398  51%, #283048  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnBuscarUsuario:hover {
    transition: 0.5s;
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }  

           
  .btnEditarUsuario {
    background-image: linear-gradient(to right, #08784d 0%, #2c8f83  51%, #08784d  100%);
    text-align: center;
    text-transform: uppercase;
    
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnEditarUsuario:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  }
 
  .btnEliminarUsuario {
    background-image: linear-gradient(to right, #FF1616 0%, #e2024d  51%, #FF1616  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnEliminarUsuario:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  }

  .btnVerificarUsuario {
    background-image: linear-gradient(to right, #283048 0%, #859398  51%, #283048  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnVerificarUsuario:hover {
    transition: 0.5s;
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }  

  
  .btnSuspenderUsuario {
    background-image: linear-gradient(to right, #ffc401 0%, #6e6e6e  51%, #ffc401  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnSuspenderUsuario:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  }

  .btnActivarUsuario {
    background-image: linear-gradient(to right, #01ff0e 0%, #6e6e6e  51%, #01ff0e  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnActivarUsuario:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
  }

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.paginacion-ditapps {
  gap: .35rem;
}

.paginacion-ditapps .page-link {
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: .35rem !important;
  display: flex;
  height: 38px;
  justify-content: center;
  margin: 0 !important;
  min-width: 38px;
  padding: .35rem;
}

.paginacion-ditapps .page-item.active .page-link {
  background: linear-gradient(195deg, #49a3f1, #1a73e8);
  border-color: #1a73e8;
  color: #fff;
}

.paginacion-ditapps .page-item.disabled .page-link {
  cursor: not-allowed;
  opacity: .55;
}

.cabecera-usuarios {
  padding: .5rem .75rem .4rem;
}

.barra-botones-usuarios {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.grupo-botones-usuarios {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.botones-masivos-usuarios {
  background: #f8f9fa;
  border: 1px solid #d2d6da;
  border-radius: .45rem;
  padding: .3rem;
}

.botones-principales-usuarios {
  margin-left: auto;
}

.barra-botones-usuarios .btn {
  font-size: .75rem;
  margin: 0;
  min-width: 105px;
  padding: .45rem .7rem;
}

.barra-botones-usuarios .btn:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.contador-seleccionados {
  font-size: .8rem;
  font-weight: 600;
  margin: 0 .15rem 0 .35rem;
  white-space: nowrap;
}

.ayuda-acciones-masivas {
  color: #7b809a;
  flex-basis: 100%;
  font-size: .7rem;
  line-height: 1.2;
  margin-top: .05rem;
  text-align: center;
}

.filtros-usuarios {
  margin-top: .3rem;
}

.filtros-usuarios .form-label {
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: .1rem;
}

.filtros-usuarios .form-control {
  font-size: .8rem;
  min-height: 35px;
  padding: .3rem .6rem !important;
}

.usuarios-paginacion {
  gap: .35rem;
}

.usuarios-paginacion .page-link {
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: .35rem !important;
  display: flex;
  height: 38px;
  justify-content: center;
  margin: 0 !important;
  min-width: 38px;
  padding: .35rem;
}

.usuarios-paginacion .page-item.active .page-link {
  background: linear-gradient(195deg, #49a3f1, #1a73e8);
  border-color: #1a73e8;
  color: #fff;
}

.usuarios-paginacion .page-item.disabled .page-link {
  cursor: not-allowed;
  opacity: .55;
}

.confirmacion-usuarios-masiva {
  max-height: 280px;
  overflow-y: auto;
  text-align: left;
}

.confirmacion-usuarios-masiva ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

@media (min-width: 992px) {
  .barra-botones-usuarios {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .botones-masivos-usuarios {
    flex: 0 1 auto;
  }

  .botones-principales-usuarios {
    flex: 0 0 auto;
    margin-left: auto;
    padding-top: .3rem;
  }

  .ayuda-acciones-masivas {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .cabecera-usuarios {
    padding: .45rem .5rem;
  }

  .grupo-botones-usuarios {
    width: 100%;
  }

  .botones-principales-usuarios {
    margin-left: 0;
  }

  .grupo-botones-usuarios .btn {
    flex: 1 1 calc(50% - .35rem);
    min-width: 0;
  }

  .contador-seleccionados {
    flex-basis: 100%;
    margin: .1rem 0 0;
    text-align: center;
  }

  .ayuda-acciones-masivas {
    text-align: center;
  }
}
