/* /Views/Dashboard/Index.cshtml.rz.scp.css */
/* Dashboard Styles */

.dashboard-card[b-ysdn1ujb60] {
    transition: transform 0.2s;
}

.dashboard-card:hover[b-ysdn1ujb60] {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#dash-equipamentos-table[b-ysdn1ujb60] {
    font-size: 0.9em;
}

#dash-equipamentos-table thead[b-ysdn1ujb60] {
    background-color: #007bff;
    color: white;
}

#dash-equipamentos-table tbody tr:hover[b-ysdn1ujb60] {
    background-color: #f5f5f5;
}

.card-header i[b-ysdn1ujb60] {
    margin-right: 8px;
}

/* Animação para atualização de dados */
@keyframes pulse-b-ysdn1ujb60 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

.data-update[b-ysdn1ujb60] {
    animation: pulse-b-ysdn1ujb60 0.5s ease-in-out;
}
/* /Views/Home/Index.cshtml.rz.scp.css */
thead[b-1ad1hy83ae], tbody[b-1ad1hy83ae] {
    display: contents;
}
tbody[b-1ad1hy83ae] {
    height: 100px; /* Just for the demo          */
    overflow-y: auto; /* Trigger vertical scroll    */
    overflow-x: hidden; /* Hide the horizontal scroll */
}
/* /Views/Manutencao/Index1.cshtml.rz.scp.css */
th[b-uy9jpgoajm] {
    text-align: center;
}

td[b-uy9jpgoajm] {
    text-align: center;
}

a:hover[b-uy9jpgoajm] {
    color: red;
}
/* /Views/ShowLogs/Index.cshtml.rz.scp.css */
.wrapper[b-cgxxdbp3x7] {
    height: 75vh;
    overflow: hidden;
    overflow-y: scroll;
}
