/* Complementos da página Rede Vet (sopaes.html) — use junto de admin-dashboard.css */

.badge-pendente {
    background-color: #ffc107;
    color: #000;
}

.badge-ativo {
    background-color: #198754;
    color: #fff;
}

.badge-bloqueado {
    background-color: #dc3545;
    color: #fff;
}

.crmv-preview {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fw-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

tr.bg-light-warning {
    background-color: rgba(255, 193, 7, 0.12);
}

/* Drawer: ver admin-dashboard.css (max-width 1199.98px) + admin-sidebar-mobile.js */
