html {
  font-size: 12px;
}

@media (min-width: 800px) {
  html {
    font-size: 14px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 30px;
}
table {
    border: 0px;
    /*border-collapse: collapse;*/
}

    table td {
        border: 0px;
        text-align: left;
        padding: 5px;
        /* Alto de las celdas */
        height: 3px;        
    }

#remove {
     display: none;    
}

#buttonInactivo {
   
    visibility: hidden;
}

#buttonVisible {
    
    visibility: visible;
    
}

.tabla-seguimiento th {
    text-align: center;
}


/*.card-title-header {
    background-color: #343a40;
    color: white;
    padding: 1rem;
    margin: -1rem -1rem 1rem -1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-weight: bold;
    text-align: center;
}

.card-link-line {
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    border-bottom: 1px solid #dee2e6;
    color: #0d6efd;
    transition: background-color 0.2s;
}

    .card-link-line:hover {
        background-color: #f8f9fa;
    }

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.card {
    width: calc(20% - 16px);*/ /* 5 cards per row with spacing */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}*/

/*@media (max-width: 768px) {
    .card {
        width: 100%;
    }
}*/