/* Estilos específicos do catálogo de Portas (DataGrid). Carregado só em templates/portas/index.html. */

.table-dark-header th {
    background-color: #161b22 !important;
    color: #58a6ff !important;
    border-color: #30363d !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.sortable {
    cursor: pointer;
    user-select: none;
}

.sortable:hover {
    color: #9ecbff !important;
}

.datagrid-wrap thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.comm-summary {
    background: #0f1724;
    border: 1px solid #30363d;
    border-left: 3px solid #1f6feb;
    border-radius: 0.6rem;
    padding: 0.55rem 0.7rem;
    font-size: 0.82rem;
}

.datagrid-table th,
.datagrid-table td {
    vertical-align: middle;
}
