@media (max-width: 768px) {
   .table-responsive th{
     width: 100%;
     display:block;
     border:0 !important;

   }
   .table-responsive td {
     display: block;
     width: auto;/*  Ocupa el ancho completo */
     min-width: 100px;
     border:0 !important;
     border-bottom: solid 1px lightgray !important;
     white-space: normal !important; /* Permite que el texto haga saltos de línea */
     word-wrap: break-word; /* Ajusta el texto automáticamente si es largo */
     word-break: break-word;
   }
}

.security_input {
  width: 70px !important;
  display: inline !important;
  margin-right: 10px;
}
