

    body {
        background-color: white !important;

    }

    tfoot {
        display: table-header-group;
    }

    @media (max-width: 500px) {

        select {
            height: 50px;
        }

        select :first-child {
            color: white;
        }

        select {
            appearance: none;
        }

        select:invalid {
            color: white;
        }

        .ocultar {
            display: none;
        }

        .visibleMobile {
            visibility: hidden;
        }

        td {
            padding: 0px;
        }
    }

    i {
      
        display: flex;
        width: 100%;
    }


    .fa-paperclip::before,
    .fa-clock::before {
        margin-right: 1vh;
    }

    th {
        background-color: inherit !important;
        
    }


    #dataTable_length,
    #dataTable_paginate {
        margin-bottom: 2vh;
        display: flex;
        justify-content: center;
    }

    .iconitos {
        font-size: 1.2rem;
        color: #3b435c;
    }

    tbody{
        font-size:2rem;
    }
    
    td {
        vertical-align: top;
    }

    input[type='search'] {
        position: float;
        text-align:center;
    }

    input[type='search']::-webkit-search-cancel-button {
        height: 20px;
        width: 20px;
        position: absolute;
        left: 0;
        border-radius: 50%;
        text-align: right;
    }

    .input::-webkit-search-cancel-button:after {
        content: "✖️";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: right;
    }

    /* Estilo botones DT */
    .page-link, .fa-angle-right, .btn-secondary, .dt-info {
    background-color: rgba(255, 255, 255, 0)!important;
    border-color: rgba(255, 255, 255, 0)!important;
    color: #142464!important;
    font-size: 0.85rem !important;
    }

    @media screen and (max-width: 767px) {
    div.dt-buttons {
        float: none;
        width: 300px!important;
        text-align: center;
        margin-bottom: 0.5em;
    }

.narrow-select {
    max-width: 120px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
  }


  .container-center {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%; 
    height: 100%; 
}

td i{
  
   color: rgb(69, 68, 68);
  transition: all 0.1s ease-in;
    width:18px;
    height:18px;
}


td i:hover{
    color: rgb(186, 186, 186);
 }

.motivo{ 
    width : 150px;
}

/*--MODAL NOTAS--*/
.modalWindowHistorial {
    border: none;
    padding: 24px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    overflow-wrap: break-word;
    position: fixed;
}


.modalWindowHistorial button:hover {
    background-color: #d9d0dbad;
}

.modalWindowHistorial h3.modalWindowHistorialHeader {
    word-wrap: break-word;
}

.modalWindowHistorial .modalWindowHistorialHeader h6 {
    word-wrap: break-word;
    flex: 1;
}

.modalWindowHistorial .modalWindowHistorialHeader span {
    font-size: 12px;
    margin-left: 32px;
}


.modalWindowHistorial .modalWindowHistorialHeader p {
    font-size: 14px;
    word-wrap: break-word;
    flex: 1;
}

.modalWindowHistorial h6 {
    font-size: 14px;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
}

.modalWindowHistorial .notaForm textarea {
    width: 100%;
}

.modalWindowHistorial .notaForm input[type="file"] {
    width: 100%;
}

.modalWindowHistorial .botonAnotar {
    width: 100%;
    max-width: 250px;
}

.botonCerrar{
display: flex;
align-items: center;
justify-content: center;
  color:#6b6d70ab; 
  position: absolute; 
  top: 10px; 
  right: 10px; 
  border: none; 
  font-size: 32px; 
  height:36px;
  width:36px;
 
  border-radius: 50%; 
  transition: background-color 0.2s; 
}



.fa-copy{
   color:#6b6d70; 
  background: transparent; 
  border: none; 
  font-size: 24px; 
  width: 26px; 
  height: 26px; 
  border-radius: 50%; 
  transition: background-color 0.2s; 
}
    }


    .narrow-select {
      max-width: 120px;
      white-space: nowrap; 
      overflow: hidden;
      text-overflow: ellipsis; 
  }
  
  .container-center {
      display: flex;
      justify-content: center; 
      align-items: center;
      width: 100%; 
      height: 100%; 
  }
  
  td i {
      color: rgb(69, 68, 68);
      transition: all 0.1s ease-in;
      width: 18px;
      height: 18px;
  }
  
  td i:hover {
      color: rgb(186, 186, 186);
  }

  
  .motivo { 
      width: 150px;
  }
  
  /* MODAL NOTAS */
  .modalWindowHistorial {
      border: none;
      padding: 24px;
      max-width: 90%;
      max-height: 90vh;
      overflow-y: auto;
      overflow-wrap: break-word;
      position: fixed;
      box-shadow: 4px 4px 20px 20px rgba(141, 141, 141, 0.2);
  }
  
  .modalWindowHistorial button:hover {
      background-color: #d9d0dbad;
  }
  
  .modalWindowHistorial h3.modalWindowHistorialHeader {
      word-wrap: break-word;
      font-size: 1.5rem; /* Mejora de legibilidad */
      color: #333; /* Color más oscuro para mejor contraste */
      margin-bottom: 16px; /* Espaciado adicional */
  }
  
  .modalWindowHistorial .modalWindowHistorialHeader h6 {
      word-wrap: break-word;
      flex: 1;
      font-size: 1rem; /* Tamaño estándar para mejor lectura */
      color: #444;
      margin: 8px 0; /* Espaciado entre elementos */
  }
  
  .modalWindowHistorial .modalWindowHistorialHeader span {
      font-size: 0.875rem; /* Fuente más pequeña pero clara */
      margin-left: 32px;
      color: #666; /* Color ligeramente más tenue */
  }
  
  .modalWindowHistorial .modalWindowHistorialHeader p {
      font-size: 1rem; /* Tamaño estándar */
      word-wrap: break-word;
      color: #444; /* Contraste ajustado */
      flex: 1;
      line-height: 1.5; /* Mejor espaciado entre líneas */
  }
  
  .modalWindowHistorial h6 {
      font-size: 1rem;
      word-wrap: break-word;
      color: #444; /* Mejor contraste */
      margin: 12px 0; /* Espaciado adicional */
  }
  
  .modalWindowHistorial .notaForm textarea {
      width: 100%;
      font-size: 1rem; /* Tamaño estándar */
      padding: 8px; /* Espaciado interno */
      border: 1px solid #ccc;
      border-radius: 4px;
      line-height: 1.4;
  }
  
  .modalWindowHistorial .notaForm input[type="file"] {
      width: 100%;
      font-size: 0.875rem; /* Ajuste para mejor legibilidad */
      margin-top: 8px; /* Espaciado entre elementos */
  }
  
  .modalWindowHistorial .botonAnotar {
      width: 100%;
      max-width: 250px;
      font-size: 1rem;
      padding: 10px; 
      background-color: #6b6d70; 
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.2s;
  }
  
  .modalWindowHistorial .botonAnotar:hover {
      background-color: #575757; /* Efecto hover */
  }
  
  .botonCerrar {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #6b6d70ab; 
      position: absolute; 
      top: 10px; 
      right: 10px; 
      background: transparent; 
      border: none; 
      font-size: 32px; 
      height: 36px;
      width: 36px;
      border-radius: 50%; 
      transition: background-color 0.2s; 
  }
  
  .fa-copy {
      color: #6b6d70; 
      background: transparent; 
      border: none; 
      font-size: 24px; 
      width: 26px; 
      height: 26px; 
      border-radius: 50%; 
      transition: all 0.1s ease-in-out; 
  }

  .anadir-nota {
    position: relative;
    display: inline-block;
    padding: 2px 6px;
    background-color: #696fb53d;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.3s ease, padding-right 0.3s ease;
  }
  
  .anadir-nota .icono-mas {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: right 0.3s ease, opacity 0.3s ease;
  }
  
  .anadir-nota:hover {
    background-color: #525bbd85;
    padding-right: 32px; 
  }
  
  .anadir-nota:hover .icono-mas {
    right: 8px;
    opacity: 1;
  }

  .detalle-incidencia{
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .email-fecha-incidencia{
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

/* Glassmorphism */
td{
    vertical-align: middle !important;
    background-color: white !important;
}



td button{
    background-color: transparent !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 5px;
}

.contenedor-tabla{
    width:100dvw;
}

  
/****TEST  NUEVO ESTILO***/

/* Estilo para las filas con el filtro de brillo aplicado */
.fila-clickable.highlighted {
    filter: brightness(90%);
    transition: background-color 0.3s ease, filter 0.3s ease;
}

/* Estilos del modal */
.modal-overlay {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-box {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 60px; 
    height: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: absolute; 
}

.close-btn {
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

table   i{
    color: rgb(109, 102, 115) ;
    
}

#modal-content {
    padding-top: 20px;
}

/*Ocultar la última columna 

/* thead:last-child{
    display: none;
}
tr td:last-child{
    display: none;
} */

.acciones i:hover{
    cursor:pointer;
    
}
.fa-angle-left::before {
    margin-right: 0vh !important;
}


table, thead, tbody, tr, td{
    background-color: white !important;
}

/* Aplica border-radius a las esquinas de la tabla */
#dataTable {
    border-radius: 16px;
    overflow: hidden; /* Asegura que el contenido de la tabla no sobresalga de los bordes redondeados */
}

/* Redondea solo las esquinas superiores e inferiores de la tabla */
#dataTable thead th:first-child {
    border-top-left-radius: 16px;
}

#dataTable thead th:last-child {
    border-top-right-radius: 16px;
}

#dataTable tfoot td:first-child {
    border-bottom-left-radius: 16px;
}

#dataTable tfoot td:last-child {
    border-bottom-right-radius: 16px;
}

/* Para las filas del cuerpo de la tabla, aseguramos que no sobresalgan del borde redondeado */

.logo{
    width:300px;
}

body{
    /* background: linear-gradient(rgba(109, 109, 131, 0.774), rgba(241, 241, 241, 0.8)), url(/img/interior/fondo_interior.jpg); GRADIENTE IGUAL QUE LA LANDING */
    /* background: linear-gradient(rgba(150, 150, 180, 0.527), rgba(124, 120, 143, 0.781)), url(/img/interior/fondo_interior.jpg); GRADIENTE Cambiante*/
    /*background: linear-gradient(rgba(183, 183, 235, 0.4), rgba(114, 110, 133, 0.8)), url(/img/interior/fondo_interior.jpg);*/ /* GRADIENT COMO LABORARE EN HONOR A IONE */

    /* background: linear-gradient(rgba(169, 164, 207, 0.479),rgba(34, 26, 71, 0.781) ), url(/img/interior/fondo_interior.jpg);  */ /*EN LA REUNIÓN SE COMENTÓ QUE ESTE GRADIENTE PARECÍA DE VIDEOJUEGO*/
    /*
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover; 
    */
}

.acciones .fa-arrows-rotate{
    margin-right:10px;
}