.bx:before{
    transform: translateY(-28px);
}

.bx-hide:before{
    transform: translateY(-28px);
}

.avatar{
    width: 50px !important;
    border-radius: 50%;
    margin-left: 5px;
    background-color: white;
}

.session-on{
    font-size: 0.8em;
    text-align: right;
}

.ttd-none{
    text-decoration: none;
    color: black;
}

.ttd-none:hover{
    color: blue;
}

.option{
    width: 5%;
}

img {
    max-width: 100%;
    height: auto;
}

/* Quitar stickiness del buscador */
.container.mt-3.text-center {
    position: static !important;
}

/* Fijar el thead justo debajo del header */
.table thead {
    position: sticky;
    top: 255px; /* ajusta este valor a la altura combinada de navbar + buscador */
    background-color: white;
    z-index: 1050;
}

.table-container {
    max-height: 400px; /* Ajusta según tu diseño */
    overflow-y: auto;
    margin-top: 155px;
}

.table thead th {
    position: sticky;
    top: 0;
    background-color: #343a40; /* Color del encabezado */
    color: white;
    z-index: 2;
}

