input[type="checkbox"] {
    transform: scale(2.2);
    margin-top: 10px;
    accent-color: #8d39d8;
}




.dedoSort {
    cursor: pointer;
}

.dedoSort:hover {
    background-color: rgb(69, 145, 212) !important;
}

.mano {
    cursor: pointer;
}
.mano:hover {
    background-color: aliceblue !important;
}

/* 
tr:hover {background-color: coral;}*/
td:hover {
    background-color: coral !important;
}

.topSegundo {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;

}

.tercero {
    margin-top: 136px;
    width: 100%;
    height: 80vh;
    overflow-y: auto;
    background-color: rgb(255, 255, 255);
}

thead {
    position: sticky;
    top: -1px;
}

.mini-col{
    width: 300px !important;
    white-space: nowrap ;      /* Evita que el texto haga salto de línea */
    overflow: hidden ;         /* Oculta el desbordamiento del contenido */
    text-overflow: ellipsis ;  /* Muestra "..." cuando el contenido no cabe */

}


#scrollDownBtn {
    position: fixed;
    bottom: 60px;
    right: 21px;
    background-color: #007bff;
    color: white;
    /* border: none; */
    border-radius: 50%;
    width: 64px;
    height: 63px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.7;
    transition: opacity 0.3s;
    padding-left: 0px;
    border: 3px solid #372bdb;
  }

  #scrollDownBtn:hover {
    opacity: 1;
  }
  .downIco {
        /* height: 40px; */
        width: 43px;
        padding-left: 5px;
        padding-top: 5px;
  }