/* /Components/CardDashboard.razor.rz.scp.css */
.card-icon[b-jxdxtktfth] {
    height: 60px;
    width: 60px;
}
.dashboard-container[b-jxdxtktfth] {
    background-color: #005a8d; /* Tom de azul da imagem */
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

/* Cards Superiores */
.card-logistica[b-jxdxtktfth] {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 10px 20px;
    min-width: 200px;
    flex: 1;
    color: white;
}

.card-header-text[b-jxdxtktfth] {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    
}

.card-body[b-jxdxtktfth] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-number[b-jxdxtktfth] {
    font-size: 40px;
    font-weight: bold;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
h1[b-vq4nepsmzt]{
    font-size:12px;
}

.page[b-vq4nepsmzt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vq4nepsmzt] {
    flex: 1;
}

.sidebar[b-vq4nepsmzt] {
    background-image: linear-gradient(180deg, rgb(0, 110, 181) 0%, #000000 70%);
}

.top-row[b-vq4nepsmzt] {
    background-color: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: flex-start;
}

    .top-row[b-vq4nepsmzt]  a, .top-row[b-vq4nepsmzt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vq4nepsmzt]  a:hover, .top-row[b-vq4nepsmzt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vq4nepsmzt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vq4nepsmzt] {
        justify-content: space-between;
    }

    .top-row[b-vq4nepsmzt]  a, .top-row[b-vq4nepsmzt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vq4nepsmzt] {
        flex-direction: row;
    }

    .sidebar[b-vq4nepsmzt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vq4nepsmzt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vq4nepsmzt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vq4nepsmzt], article[b-vq4nepsmzt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vq4nepsmzt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vq4nepsmzt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-navbar[b-6zr4fd9t04] {
    width: 100%;
    min-height: 70px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
    box-sizing: border-box;
    color: white;
    flex-wrap: wrap;
    border-radius: 8px;
    border-bottom: 2px solid #000;
}

/* =========================
   LOGO
========================= */

.navbar-left[b-6zr4fd9t04] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .navbar-left img[b-6zr4fd9t04] {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        object-fit: cover;
    }

.navbar-brand[b-6zr4fd9t04] {
    color: #005a8d;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
}

/* =========================
   MENU
========================= */

.navbar-center[b-6zr4fd9t04] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.nav-item[b-6zr4fd9t04] {
    display: flex;
    color: black;
}

.nav-link[b-6zr4fd9t04] {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #005a8d;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 8px;
    transition: 0.2s;
    font-size: 0.92rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

    .nav-link:hover[b-6zr4fd9t04] {
        background-color: rgba(255,255,255,0.12);
        color: #005a8d;
    }

    .nav-link.active[b-6zr4fd9t04] {
        background-color: rgba(255,255,255,0.18);
        color: #005a8d;
    }

/* =========================
   ICONES
========================= */

.bi[b-6zr4fd9t04] {
    width: 18px;
    height: 18px;
    background-size: cover;
    display: inline-block;
}

.bi-list-painel[b-6zr4fd9t04] {
    background-image: url("Images/painel.png");

}

.bi-list-processos[b-6zr4fd9t04] {
    background-image: url("Images/caixa.png");
}

.bi-list-tarefas[b-6zr4fd9t04] {
    background-image: url("Images/tarefa.png");
}

.bi-list-manual[b-6zr4fd9t04] {
    background-image: url("Images/manual.png");
}

/* =========================
   USUARIO
========================= */

.navbar-right[b-6zr4fd9t04] {
    display: flex;
    align-items: center;
}

.user-card[b-6zr4fd9t04] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1e73be, #0b5ed7);
    padding: 8px 14px;
    border-radius: 10px;
    color: white;
}

.user-name[b-6zr4fd9t04] {
    font-size: 12px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-avatar[b-6zr4fd9t04] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white;
    flex-shrink: 0;
}

    .user-avatar img[b-6zr4fd9t04] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 900px) {

    .top-navbar[b-6zr4fd9t04] {
        flex-direction: column;
        align-items: stretch;
        padding: 15px;
    }

    .navbar-left[b-6zr4fd9t04],
    .navbar-center[b-6zr4fd9t04],
    .status-container[b-6zr4fd9t04],
    .navbar-right[b-6zr4fd9t04] {
        justify-content: center;
    }

    .navbar-center[b-6zr4fd9t04] {
        flex-wrap: wrap;
    }

    .status-container[b-6zr4fd9t04] {
        justify-content: center;
    }

    .navbar-right[b-6zr4fd9t04] {
        justify-content: center;
    }
}
/* /Components/MenuSuperior.razor.rz.scp.css */
.btn-login[b-thjgapmhg6] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1e73be, #0b5ed7);
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .btn-login .icon[b-thjgapmhg6] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-login svg[b-thjgapmhg6] {
        width: 18px;
        height: 18px;
    }

    /* Hover */
    .btn-login:hover[b-thjgapmhg6] {
        background: linear-gradient(135deg, #0b5ed7, #084298);
        transform: translateY(-1px);
    }

    /* Clique */
    .btn-login:active[b-thjgapmhg6] {
        transform: scale(0.97);
    }

.user-card[b-thjgapmhg6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #1e73be, #0b5ed7);
    padding: 10px 16px;
    border-radius: 8px;
    width: 200px;
    color: white;
    font-family: Arial, sans-serif;
}

.user-info[b-thjgapmhg6] {
    overflow: hidden;
}

.user-name[b-thjgapmhg6] {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-avatar[b-thjgapmhg6] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden; /* 🔥 ESSENCIAL */
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Imagem ocupa todo o espaço */
    .user-avatar img[b-thjgapmhg6] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 🔥 mantém proporção e corta */
    }
/* /Components/Pages/AcessoNegado.razor.rz.scp.css */
.acesso-container[b-6od1psipps] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f6f9;
    padding: 20px;
}

.card-acesso[b-6od1psipps] {
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 18px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-top: 6px solid #d32f2f;
}

.icone[b-6od1psipps] {
    font-size: 70px;
    margin-bottom: 20px;
}

.card-acesso h1[b-6od1psipps] {
    margin: 0;
    font-size: 34px;
    color: #d32f2f;
    font-weight: 700;
}

.descricao[b-6od1psipps] {
    margin-top: 20px;
    font-size: 18px;
    color: #444;
}

.detalhe[b-6od1psipps] {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.btn-voltar[b-6od1psipps] {
    margin-top: 30px;
    border: none;
    background: #1976d2;
    color: white;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-voltar:hover[b-6od1psipps] {
        background: #1259a7;
        transform: translateY(-2px);
    }
/* /Components/Pages/CadastroTarefas.razor.rz.scp.css */
b.pagina[b-j8dlv1k7qq] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 30px;
    background: #f5f7fb;
    min-height: 100vh;
}

.card-formulario[b-j8dlv1k7qq] {
    width: 100%;
    max-width: 900px;
    background: white;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    align-content: center;
}

.titulo[b-j8dlv1k7qq] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.subtitulo[b-j8dlv1k7qq] {
    margin-top: 5px;
    margin-bottom: 30px;
    color: #6b7280;
}

.formulario[b-j8dlv1k7qq] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grupo[b-j8dlv1k7qq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .grupo label[b-j8dlv1k7qq] {
        font-weight: 600;
        color: #374151;
    }

.input[b-j8dlv1k7qq] {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    transition: 0.2s;
}

    .input:focus[b-j8dlv1k7qq] {
        outline: none;
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
    }

.textarea[b-j8dlv1k7qq] {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    resize: vertical;
    font-size: 14px;
}

.usuarios-box[b-j8dlv1k7qq] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #f9fafb;
}

.checkbox-item[b-j8dlv1k7qq] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.grupo-check[b-j8dlv1k7qq] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.acoes[b-j8dlv1k7qq] {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn-salvar[b-j8dlv1k7qq] {
    background: #2563eb;
    color: white;
    border: none;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-salvar:hover[b-j8dlv1k7qq] {
        background: #1d4ed8;
    }

.btn-limpar[b-j8dlv1k7qq] {
    background: #e5e7eb;
    border: none;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-limpar:hover[b-j8dlv1k7qq] {
        background: #d1d5db;
    }
/* /Components/Pages/Dashboard.razor.rz.scp.css */
h1[b-xhslxxfiwa] {
    font-family: Arial;
    font-size: 12px;
    color: black;
}

h2[b-xhslxxfiwa] {
    color: rgb(0, 110, 181);
    font-family: 'Arial Black', sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.titulo-pagina[b-xhslxxfiwa] {
    color: black;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial;
}

.dashboard-container[b-xhslxxfiwa] {
    background-color: #005a8d; /* Tom de azul da imagem */
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

/* Cards Superiores */
.card-logistica[b-xhslxxfiwa] {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 10px 20px;
    min-width: 200px;
    flex: 1;
    color: white;
}

.card-header-text[b-xhslxxfiwa] {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.card-body[b-xhslxxfiwa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-number[b-xhslxxfiwa] {
    font-size: 3rem;
    font-weight: bold;
}

.card-icon[b-xhslxxfiwa] {
    height: 80px;
}

/* Cards Inferiores (Status) */
.status-grid[b-xhslxxfiwa] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}

.status-card[b-xhslxxfiwa] {
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    color: white;
    background-color: rgb(0, 0, 0, 0,53);
}

.status-number[b-xhslxxfiwa] {
    font-size: 40px;
    display: block;
    font-weight: bold;
}

.status-label[b-xhslxxfiwa] {
    font-size: 12px;
    text-transform: uppercase;
    
}

.loading-container[b-xhslxxfiwa] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f6fa;
}

.spinner[b-xhslxxfiwa] {
    width: 60px;
    height: 60px;
    border: 6px solid #dcdde1;
    border-top: 6px solid #4a69bd;
    border-radius: 50%;
    animation: spin-b-xhslxxfiwa 1s linear infinite;
}

.loading-text[b-xhslxxfiwa] {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
    font-family: Arial, sans-serif;
}

@keyframes spin-b-xhslxxfiwa {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.filtros-container[b-xhslxxfiwa] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    max-width: 100%
}

.input-filtro[b-xhslxxfiwa] {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 180px;
    transition: 0.2s;
}

    .input-filtro:focus[b-xhslxxfiwa] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 4px rgba(0,123,255,0.3);
    }

.filtro-dropdown[b-xhslxxfiwa] {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: white;
    cursor: pointer;
    max-width: 300px;
}

.label-filtro[b-xhslxxfiwa] {
    font-size: 12px;
    color: white;
}
/* /Components/Pages/DashboardImportacao.razor.rz.scp.css */
.dashboard-container[b-jjjp7seqc2] {
    padding: 30px;
    background: #f5f7fb;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.card-grafico[b-jjjp7seqc2] {
    width: 100%;
    height: 550px;
    background: white;
    border-radius: 18px;
    padding: 20px;
    display:flex;
}

    .card-grafico h3[b-jjjp7seqc2] {
        margin-bottom: 20px;
        font-size: 20px;
        color: #1f2937;
    }

.kpi-card[b-jjjp7seqc2] {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* /Components/Pages/ImpoProcessos.razor.rz.scp.css */
.layout-processos[b-rz8otx579x] {
    display: flex;
    gap: 20px;
    width: 100%;
    min-height: calc(100vh - 80px);
    padding: 10px;
    box-sizing: border-box;
    background: #f5f7fb;
}

/* =========================================
   SIDEBAR
========================================= */

.sidebar-status[b-rz8otx579x] {
    width: 280px;
    height: auto;
    min-width: 280px;
    background: white;
    border-radius: 16px;
    padding: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: fit-content;
    overflow-y: auto;
    position: static;
    top: 20px;
}

.sidebar-header[b-rz8otx579x] {
    margin-bottom: 10px;
}

    .sidebar-header h3[b-rz8otx579x] {
        margin: 0;
    }

    .sidebar-header span[b-rz8otx579x] {
        font-size: 16px;
        opacity: 0.7;
    }

/* BOTÕES STATUS */

.status-menu-button[b-rz8otx579x] {
    border: none;
    border-radius: 10px;
    background: rgba(0,110,181,0.95);
    color: white;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.2s;
    font-size: 13px;
}

    .status-menu-button:hover[b-rz8otx579x] {
        background: rgba(0,110,180,0.8);
        transform: translateX(3px);
    }

.status-menu-total[b-rz8otx579x] {
    background: rgba(0,0,0,0.35);
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size:18px;
}

/* =========================================
   CONTEUDO
========================================= */

.conteudo-processos[b-rz8otx579x] {
    flex: 1;
    min-width: 0;
}

/* =========================================
   TOPO
========================================= */

.topo-filtros[b-rz8otx579x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* CARD */

.card-total[b-rz8otx579x] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #005a8d, #0056b3);
    color: white;
    padding: 14px 10px;
    border-radius: 14px;
    width: 100%;
    box-shadow: 0 4px 18px rgba(0,123,255,0.3);
}

.card-icone[b-rz8otx579x] {
    font-size: 38px;
}

.card-info[b-rz8otx579x] {
    display: flex;
    flex-direction: column;
}

.card-titulo[b-rz8otx579x] {
    font-size: 12px;
    opacity: 0.8;
}

.card-valor[b-rz8otx579x] {
    font-size: 30px;
    font-weight: bold;
}

/* =========================================
   FILTROS
========================================= */

.filtros-container[b-rz8otx579x] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.input-filtro[b-rz8otx579x],
.filtro-dropdown[b-rz8otx579x] {
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    background: white;
    max-width: 300px;
}

.input-filtro[b-rz8otx579x] {
    width: 200px;
}

    .input-filtro:focus[b-rz8otx579x],
    .filtro-dropdown:focus[b-rz8otx579x] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0,123,255,0.3);
    }

/* =========================================
   TABELA
========================================= */

.tabela-resultado[b-rz8otx579x] {
    width: 100%;
    overflow-x: auto;
    background: white;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.table[b-rz8otx579x] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
}

    .table thead[b-rz8otx579x] {
        background: linear-gradient(90deg, #007bff, #0056b3);
        color: white;
    }

    .table th[b-rz8otx579x] {
        text-align: left;
        padding: 14px;
        font-size: 12px;
    }

    .table td[b-rz8otx579x] {
        padding: 8px;
        font-size: 12px;
        border-bottom: 2px solid #f0f0f0;
    }

    .table tbody tr[b-rz8otx579x] {
        transition: 0.2s;
        cursor: pointer;
    }

        .table tbody tr:hover[b-rz8otx579x] {
            background: #eef6ff;
            transform: scale(1.005);
        }

/* =========================================
   STATUS BADGE
========================================= */

.status-badge[b-rz8otx579x] {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Exemplos de cores (opcional usar no Blazor) */
.status-verde[b-rz8otx579x] {
    background: #155724;
    color: white;
}

.status-azul[b-rz8otx579x] {
    background: #d0e7ff;
    color: #004085;
}

.status-amarelo[b-rz8otx579x] {
    background: #fff3cd;
    color: #856404;
}

.status-cinza[b-rz8otx579x] {
    background: #e2e3e5;
    color: #6c757d;
}

.status-vermelho[b-rz8otx579x] {
    background: #ff0000;
    color: white;
}


/* =========================================
   RESPONSIVO
========================================= */

@media (max-width: 1100px) {

    .layout-processos[b-rz8otx579x] {
        flex-direction: column;
    }

    .sidebar-status[b-rz8otx579x] {
        width: 100%;
        min-width: 100%;
        position: relative;
        top: 0;
    }
}

.cards-container[b-rz8otx579x] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%

}

.card-status[b-rz8otx579x] {
    display:flex;
    min-width: 100%;
    padding: 12px;
    border-radius: 14px;
    color: white;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    transition: 0.2s ease;
    height:50px;
}

    .card-status:hover[b-rz8otx579x] {
        transform: translateY(-3px);
    }

.titulo-card[b-rz8otx579x] {
    width: 80%;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.9;
    align-content:center;
}

.valor-card[b-rz8otx579x] {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    align-content: center;
    text-align:center;
    background: rgba(0,0,0,0.1);
    border-radius:18px;
}

.descricao-card[b-rz8otx579x] {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.85;
}

.pre-embarque[b-rz8otx579x] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);

}

.pos-chegada[b-rz8otx579x] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.pos-registro[b-rz8otx579x] {
    background: linear-gradient(135deg, #10b981, #059669);
}

.btn-export-csv[b-rz8otx579x] {
    display: inline-flex;
    align-items: center;
    max-height: 50px;
    gap: 10px;
    padding: 14px 24px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #198754, #157347);
    color: white;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(25, 135, 84, 0.25);
}

    .btn-export-csv:hover[b-rz8otx579x] {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(25, 135, 84, 0.35);
        filter: brightness(1.05);
    }

    .btn-export-csv:active[b-rz8otx579x] {
        transform: scale(0.98);
    }

    .btn-export-csv .icon[b-rz8otx579x] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-export-csv .text[b-rz8otx579x] {
        letter-spacing: 0.3px;
    }

    .btn-export-csv:disabled[b-rz8otx579x] {
        opacity: 0.6;
        cursor: not-allowed;
    }
/* /Components/Pages/ListaProcessos.razor.rz.scp.css */
.filtros-container[b-av01wkfc56] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.input-filtro[b-av01wkfc56] {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 180px;
    transition: 0.2s;
}

    .input-filtro:focus[b-av01wkfc56] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 4px rgba(0,123,255,0.3);
    }

.filtro-dropdown[b-av01wkfc56] {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: white;
    cursor: pointer;
}

.tabela-resultado[b-av01wkfc56] {
    width: 100%;
    overflow-x: auto;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

/* Tabela base */
.table[b-av01wkfc56] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

    /* Cabeçalho */
    .table thead[b-av01wkfc56] {
        background: linear-gradient(90deg, #007bff, #0056b3);
        color: white;
    }

    .table th[b-av01wkfc56] {
        text-align: left;
        padding: 12px 14px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    /* Linhas */
    .table td[b-av01wkfc56] {
        padding: 12px 14px;
        font-size: 11px;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.2s ease;
    }

    /* Zebra (alternância de cor) */
    .table tbody tr:nth-child(even)[b-av01wkfc56] {
        background-color: #fafafa;
    }

    /* Hover moderno */
    .table tbody tr[b-av01wkfc56] {
        transition: all 0.25s ease;
    }

        .table tbody tr:hover[b-av01wkfc56] {
            background-color: #eaf4ff;
            transform: scale(1.01);
            box-shadow: 0 2px 10px rgba(0, 123, 255, 0.15);
        }

        /* Clique (ativo) */
        .table tbody tr:active[b-av01wkfc56] {
            transform: scale(0.98);
        }

    /* Cursor já vem do seu código, mas reforçando */
    .table tbody tr[b-av01wkfc56] {
        cursor: pointer;
    }

/* Status estilizado */
.status-badge[b-av01wkfc56] {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

/* Exemplos de cores (opcional usar no Blazor) */
.status-verde[b-av01wkfc56] {
    background: #155724;
    color: white;
}

.status-azul[b-av01wkfc56] {
    background: #d0e7ff;
    color: #004085;
}

.status-amarelo[b-av01wkfc56] {
    background: #fff3cd;
    color: #856404;
}

.status-cinza[b-av01wkfc56] {
    background: #e2e3e5;
    color: #6c757d;
}

.status-vermelho[b-av01wkfc56] {
    background: #ff0000;
    color: white;
}

.topo-filtros[b-av01wkfc56] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

/* CARD */
.card-total[b-av01wkfc56] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    min-width: 220px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .card-total:hover[b-av01wkfc56] {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    }

/* Ícone */
.card-icone[b-av01wkfc56] {
    font-size: 40px;
}

/* Texto */
.card-info[b-av01wkfc56] {
    display: flex;
    flex-direction: column;
}

.card-titulo[b-av01wkfc56] {
    font-size: 12px;
    opacity: 0.9;
}

.card-valor[b-av01wkfc56] {
    font-size: 30px;
    font-weight: bold;
}

.modal-icon[b-av01wkfc56] {
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
}
/* /Components/Pages/ListaTarefas.razor.rz.scp.css */
.table-container[b-qb3it67kng] {
    background: white;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 2px 14px rgba(0,0,0,.08);
    overflow: hidden;
}

.table-header[b-qb3it67kng] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

    .table-header h3[b-qb3it67kng] {
        margin: 0;
        font-size: 20px;
        color: #1f2937;
    }

.search-box[b-qb3it67kng] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 8px 14px;
    width: 240px;
    outline: none;
    font-size: 14px;
}

    .search-box:focus[b-qb3it67kng] {
        border-color: #3b82f6;
    }

.modern-table[b-qb3it67kng] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .modern-table thead tr[b-qb3it67kng] {
        background: #f8fafc;
    }

    .modern-table th[b-qb3it67kng] {
        text-align: left;
        padding: 14px;
        color: #64748b;
        font-weight: 600;
        border-bottom: 1px solid #e5e7eb;
    }

    .modern-table td[b-qb3it67kng] {
        padding: 14px;
        border-bottom: 1px solid #f1f5f9;
        color: #334155;
    }

    .modern-table tbody tr[b-qb3it67kng] {
        transition: .2s ease;
    }

        .modern-table tbody tr:hover[b-qb3it67kng] {
            background: #f8fafc;
        }

.status[b-qb3it67kng] {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

    .status.concluído[b-qb3it67kng] {
        background: #dcfce7;
        color: #15803d;
    }

    .status.pendente[b-qb3it67kng] {
        background: #fee2e2;
        color: #dc2626;
    }

    .status.em andamento[b-qb3it67kng] {
        background: #dbeafe;
        color: #2563eb;
    }

.btn-action[b-qb3it67kng] {
    border: none;
    background: #2563eb;
    color: white;
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
}

    .btn-action:hover[b-qb3it67kng] {
        transform: translateY(-1px);
    }

@media(max-width: 900px) {

    .table-container[b-qb3it67kng] {
        overflow-x: auto;
    }

    .modern-table[b-qb3it67kng] {
        min-width: 800px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Container geral */
.login-container[b-pxa9mgdakl] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, rgb(0, 110, 181) 0%, #000000 70%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Card */
.login-card[b-pxa9mgdakl] {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    width: 350px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: center;
}

/* Header */
.login-header h1[b-pxa9mgdakl] {
    margin-bottom: 10px;
    color: #0f172a;
}

.login-header p[b-pxa9mgdakl] {
    color: #64748b;
    font-size: 14px;
}

/* Botão */
.btn-login[b-pxa9mgdakl] {
    margin-top: 25px;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background-color: #2563eb;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

    .btn-login:hover[b-pxa9mgdakl] {
        background-color: #1d4ed8;
        transform: translateY(-2px);
    }

/* Ícone */
.icon[b-pxa9mgdakl] {
    width: 18px;
    height: 18px;
}

/* Footer */
.login-footer[b-pxa9mgdakl] {
    margin-top: 20px;
    color: #94a3b8;
    font-size: 12px;
}

/* Logo */
.logo[b-pxa9mgdakl] {
    margin-bottom: 20px;
}

    .logo img[b-pxa9mgdakl] {
        width: 120px; /* ajuste conforme seu logo */
        height: auto;
        object-fit: contain;
    }
/* /Components/Pages/Manual.razor.rz.scp.css */
body[b-v892ydxnka] {
    background: #f4f6f9;
}

.manual-container[b-v892ydxnka] {
    max-width: 1400px;
    margin: auto;
    padding: 30px;
    font-family: 'Segoe UI';
    color: #1f2937;
}

.capa-manual[b-v892ydxnka] {
    background: linear-gradient(180deg, rgb(0, 110, 181) 0%, #000000 95%);
    color: white;
    padding: 50px;
    border-radius: 18px;
    margin-bottom: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

    .capa-manual h1[b-v892ydxnka] {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .capa-manual p[b-v892ydxnka] {
        font-size: 18px;
        opacity: 0.95;
    }

.box-info[b-v892ydxnka] {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

    .box-info div[b-v892ydxnka] {
        background: rgba(255,255,255,0.12);
        padding: 18px 24px;
        border-radius: 12px;
        min-width: 240px;
        backdrop-filter: blur(4px);
    }

.titulo-info[b-v892ydxnka] {
    display: block;
    font-size: 13px;
    opacity: .8;
    margin-bottom: 5px;
}

.secao[b-v892ydxnka] {
    background: white;
    padding: 30px;
    border-radius: 18px;
    margin-bottom: 25px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

    .secao h2[b-v892ydxnka] {
        margin-bottom: 20px;
        color: #0f172a;
    }

.etapa-card[b-v892ydxnka] {
    background: white;
    border-radius: 18px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.etapa-header[b-v892ydxnka] {
    background: linear-gradient(180deg, rgb(0, 110, 181) 0%, #000000 90%);
    color: white;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.badge[b-v892ydxnka] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.conteudo-etapa[b-v892ydxnka] {
    display: flex;
    gap: 30px;
    padding: 30px;
    flex-wrap: wrap;
}

.info-etapa[b-v892ydxnka] {
    flex: 1;
    min-width: 350px;
}

.linha-info[b-v892ydxnka] {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.label[b-v892ydxnka] {
    font-weight: 700;
    color: #0f172a;
}

.imagem-manual[b-v892ydxnka] {
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .imagem-manual img[b-v892ydxnka] {
        width: 100%;
        border-radius: 14px;
        border: 1px solid #d1d5db;
        background: #f3f4f6;
        min-height: 280px;
        object-fit: cover;
    }

    .imagem-manual span[b-v892ydxnka] {
        font-size: 13px;
        color: #6b7280;
        text-align: center;
    }

.sla-table[b-v892ydxnka] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .sla-table th[b-v892ydxnka] {
        background: #0f172a;
        color: white;
        padding: 12px;
        text-align: left;
    }

    .sla-table td[b-v892ydxnka] {
        padding: 12px;
        border-bottom: 1px solid #e5e7eb;
    }

.timeline[b-v892ydxnka] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.timeline-item[b-v892ydxnka] {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

    .timeline-item span[b-v892ydxnka] {
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #2563eb;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .timeline-item h3[b-v892ydxnka] {
        margin: 0 0 5px 0;
        color: #0f172a;
    }

    .timeline-item p[b-v892ydxnka] {
        margin: 0;
        color: #4b5563;
    }

.mt[b-v892ydxnka] {
    margin-top: 20px;
}

@media(max-width: 1100px) {

    .conteudo-etapa[b-v892ydxnka] {
        flex-direction: column;
    }

    .imagem-manual[b-v892ydxnka] {
        width: 100%;
    }
}
/* /Components/Pages/PaginaSemPermissao.razor.rz.scp.css */
.container-permissao[b-vbtpc3nfjq] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background: #f4f6f9;
}

.card-permissao[b-vbtpc3nfjq] {
    background: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    width: 400px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icone[b-vbtpc3nfjq] {
    font-size: 60px;
    margin-bottom: 15px;
}

.card-permissao h1[b-vbtpc3nfjq] {
    color: #d9534f;
    margin-bottom: 15px;
}

.card-permissao p[b-vbtpc3nfjq] {
    color: #555;
    margin-bottom: 25px;
    line-height: 1.5;
}

.btn-voltar[b-vbtpc3nfjq] {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

    .btn-voltar:hover[b-vbtpc3nfjq] {
        background: #0056b3;
        transform: scale(1.05);
    }
/* /Components/Pages/ProcessoDetalhe.razor.rz.scp.css */
.processo-container[b-ne1i5x6fja] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #333;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
}

/* Cabeçalho */
.processo-header[b-ne1i5x6fja] {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    border-left: 5px solid #0056b3;
}

.header-main[b-ne1i5x6fja] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .header-main h1[b-ne1i5x6fja] {
        margin: 0;
        font-size: 24px;
        color: #1a202c;
    }

.header-meta p[b-ne1i5x6fja] {
    margin: 4px 0;
    font-size: 14px;
    text-align: right;
}

/* Badges */
.badge[b-ne1i5x6fja] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge[b-ne1i5x6fja] {
    background: #e2e8f0;
    color: #4a5568;
}

.canal-verde[b-ne1i5x6fja] {
    background: #d4edda;
    color: #155724;
}

.canal-amarelo[b-ne1i5x6fja] {
    background: #fff3cd;
    color: #856404;
}

.canal-vermelho[b-ne1i5x6fja] {
    background: #f8d7da;
    color: #721c24;
}

.canal-cinza[b-ne1i5x6fja] {
    background: #e2e3e5;
    color: #383d41;
}

/* Grid de Cards */
.dashboard-grid[b-ne1i5x6fja] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

/* Força o card de checklist a ocupar toda a largura nas telas grandes */
.checklist-card[b-ne1i5x6fja] {
    grid-column: 1 / -1;
}

/* Estrutura dos Cards */
.info-card[b-ne1i5x6fja] {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    border: 1px solid #e2e8f0;
}

    .info-card h2[b-ne1i5x6fja] {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #edf2f7;
        color: #2d3748;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.card-content[b-ne1i5x6fja] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
}

.data-group[b-ne1i5x6fja] {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

    .data-group strong[b-ne1i5x6fja] {
        color: #718096;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .data-group span[b-ne1i5x6fja] {
        color: #1a202c;
        font-weight: 500;
        word-break: break-word;
    }

/* Timeline Específica do Embarque */
.timeline-summary[b-ne1i5x6fja] {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.timeline-step[b-ne1i5x6fja] {
    background: #f7fafc;
    padding: 12px;
    border-radius: 6px;
    flex: 1;
    font-size: 13px;
}

    .timeline-step p[b-ne1i5x6fja] {
        margin: 4px 0;
    }

.confirmed[b-ne1i5x6fja] {
    color: #2b6cb0;
    font-weight: 500;
}

/* Checklist Grid */
.checklist-grid[b-ne1i5x6fja] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.check-item[b-ne1i5x6fja] {
    background: #f8fafc;
    padding: 10px 15px;
    border-radius: 6px;
    border-left: 3px solid #cbd5e0;
    display: flex;
    flex-direction: column;
}

    .check-item strong[b-ne1i5x6fja] {
        font-size: 11px;
        color: #64748b;
    }

    .check-item span[b-ne1i5x6fja] {
        font-size: 14px;
        font-weight: 600;
        color: #334155;
    }

/* Responsividade */
@media (max-width: 768px) {
    .dashboard-grid[b-ne1i5x6fja] {
        grid-template-columns: 1fr;
    }

    .card-content[b-ne1i5x6fja] {
        grid-template-columns: 1fr;
    }

    .processo-header[b-ne1i5x6fja] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-meta p[b-ne1i5x6fja] {
        text-align: left;
    }
}
/* /Components/Pages/SelecaoServico.razor.rz.scp.css */
.pagina-servicos[b-n6ir7960si] {
    min-height: 100vh;
    background: #f4f6f9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.card-selecao[b-n6ir7960si] {
    width: 100%;
    max-width: 900px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.titulo[b-n6ir7960si] {
    font-size: 32px;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 10px;
}

.subtitulo[b-n6ir7960si] {
    color: #6b7280;
    margin-bottom: 35px;
    font-size: 16px;
}

.opcoes-servicos[b-n6ir7960si] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.card-opcao[b-n6ir7960si] {
    border: none;
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: left;
    border: 2px solid #e5e7eb;
}

    .card-opcao:hover[b-n6ir7960si] {
        transform: translateY(-5px);
        border-color: #2563eb;
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.15);
    }

.icone[b-n6ir7960si] {
    font-size: 42px;
    margin-bottom: 18px;
}

.titulo-opcao[b-n6ir7960si] {
    font-size: 18px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 10px;
}

.descricao-opcao[b-n6ir7960si] {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.resultado[b-n6ir7960si] {
    margin-top: 35px;
    padding: 18px;
    background: #eff6ff;
    border-left: 5px solid #2563eb;
    border-radius: 10px;
    color: #1e3a8a;
    font-size: 16px;
}
