/* /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/Config.cshtml.rz.scp.css */
/* /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 */
}

.home-dashboard[b-1ad1hy83ae] {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 240px);
}

.service-badges[b-1ad1hy83ae] {
    display: grid;
    grid-template-columns: repeat(3, minmax(44px, auto));
    gap: 6px;
}

.service-badges .badge[b-1ad1hy83ae] {
    font-size: 0.78rem;
    padding: 0.5rem 0.6rem;
}

.home-kpis[b-1ad1hy83ae] {
    font-size: 0.84rem;
}

.kpi-item[b-1ad1hy83ae] {
    white-space: nowrap;
}

.camera-table-wrap[b-1ad1hy83ae] {
    height: 410px;
    overflow-y: auto;
    border-top: 1px solid #dee2e6;
}

.latest-image-panel[b-1ad1hy83ae] {
    min-height: 410px;
    background-color: #f8f9fa;
}

#imageDiv[b-1ad1hy83ae] {
    border-radius: 0.4rem;
}

#idCards .camera-thumb-card[b-1ad1hy83ae] {
    width: 220px;
}

#idCards .camera-thumb-card .card-img-top[b-1ad1hy83ae] {
    height: 140px;
    object-fit: cover;
}

#idCards .camera-thumb-card .card-body[b-1ad1hy83ae] {
    padding: 0.4rem;
}

@media (max-width: 1200px) {
    .home-kpis[b-1ad1hy83ae] {
        width: 100%;
    }

    #idCards .camera-thumb-card[b-1ad1hy83ae] {
        width: calc(50% - 0.5rem);
    }
}

@media (max-width: 768px) {
    .service-badges[b-1ad1hy83ae] {
        grid-template-columns: repeat(6, minmax(44px, auto));
    }

    #idCards .camera-thumb-card[b-1ad1hy83ae] {
        width: 100%;
    }
}
/* /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/MapiLogs/Index.cshtml.rz.scp.css */
.table th[b-fn85tm3e5l] {
    background-color: #f8f9fa;
    font-weight: 600;
    white-space: nowrap;
}

.table td[b-fn85tm3e5l] {
    vertical-align: middle;
}

.badge[b-fn85tm3e5l] {
    font-size: 0.875rem;
    padding: 0.35em 0.65em;
}

.pagination[b-fn85tm3e5l] {
    margin-top: 1rem;
}

.card-header[b-fn85tm3e5l] {
    background-color: #f8f9fa;
    font-weight: 600;
}

.form-label[b-fn85tm3e5l] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

/* Responsividade para tabela */
@media (max-width: 768px) {
    .table-responsive[b-fn85tm3e5l] {
        font-size: 0.875rem;
    }
    
    .table th[b-fn85tm3e5l], .table td[b-fn85tm3e5l] {
        padding: 0.5rem;
    }
}
/* /Views/ShowLogs/Index.cshtml.rz.scp.css */
.wrapper[b-cgxxdbp3x7] {
    height: 75vh;
    overflow: hidden;
    overflow-y: scroll;
}
