.paginate-custom-grupos {
    border: none;
  }
  
  .align-paginate-det-grupos {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  
  .align-paginate-grupos {
    display: flex;
    justify-content: center;
  }
  
  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    margin: 0 1vw 0 1vw;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  input:checked + .slider {
    background-color: #1F4FB2;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #1F4FB2;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .contenedor-correos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ccc;
  }
  
  .contenedor-correos > div {
    display: inline-flex;
  }
  
  .contenedor-conf-general {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ccc;
  }
  
  .contenedor-conf-general > div {
    display: inline-flex;
  }
  