/* _content/Blazor.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.portal-layout[b-lb6v4ncs8p] {
    display: flex;
    height: 100vh;
    background-color: #F4F6F8; /* Fundo cinza claro da imagem */
    font-family: 'Poppins', sans-serif;
    width: 100%;
    overflow: hidden;
}

.portal-sidebar[b-lb6v4ncs8p] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
    background-color: #007351; /* Verde Contrail */
    transition: width 0.3s ease;
    max-width:280px;
}

.portal-main[b-lb6v4ncs8p] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    transition: margin-left 0.3s ease;
    overflow: hidden;
    background-color: #F4F6F8; /* Garante o fundo cinza */
}

.content-scroll-area[b-lb6v4ncs8p] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    height: auto;
}

/* Ajustes de Margem */
.portal-layout.expanded .portal-main[b-lb6v4ncs8p] {
    margin-left: 270px;
}

.portal-layout.collapsed .portal-main[b-lb6v4ncs8p] {
    margin-left: 90px;
}

@media (min-width: 576px) and (max-width: 767.98px) {

    /* SIDEBAR BASE MOBILE */
    .portal-sidebar[b-sel7obokxc][b-lb6v4ncs8p] {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 9999;
    }

    .mobile-header-card[b-lb6v4ncs8p] {
        margin-top: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .content-scroll-area[b-lb6v4ncs8p] {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .portal-main[b-lb6v4ncs8p] {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }


    /* SIDEBAR ABERTA */
    .portal-layout.expanded .portal-sidebar[b-sel7obokxc][b-lb6v4ncs8p] {
        transform: translateX(0);
    }

    /* MAIN nunca empurra */
    .portal-layout.expanded .portal-main[b-sel7obokxc][b-lb6v4ncs8p],
    .portal-layout.collapsed .portal-main[b-sel7obokxc][b-lb6v4ncs8p] {
        margin-left: 0 !important;
    }

    /* ✅ CORREÇÃO PRINCIPAL — NÃO CORTAR CONTEÚDO */
    .portal-layout.expanded .content-scroll-area[b-sel7obokxc][b-lb6v4ncs8p] {
        padding-left: 290px;
    }

    .content-scroll-area[b-sel7obokxc][b-lb6v4ncs8p] {
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .rz-card[b-lb6v4ncs8p],
    .card[b-lb6v4ncs8p],
    fieldset[b-lb6v4ncs8p] {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }

    .portal-main[b-sel7obokxc][b-lb6v4ncs8p] {
        padding: 0 !important;
    }
}
/* _content/Blazor.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-wrapper[b-alsw3z1i7g] {
    background-color: #007351;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    overflow-x: visible;
}

.nav-header[b-alsw3z1i7g] {
    height: 100px;
    background-color: #003C26;
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex-shrink: 0;
    position: relative;
}

.logo-area[b-alsw3z1i7g] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img[b-alsw3z1i7g] {
    width: 42px;
    height: auto;
}

.portal-text-container[b-alsw3z1i7g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portal-line[b-alsw3z1i7g] {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
}

.contrail-line[b-alsw3z1i7g] {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
}

.btn-toggle[b-alsw3z1i7g] {
    width: 30px;
    height: 30px;
    background: #003C26;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 200;
    transition: all 0.3s ease;
}

.header-expanded[b-alsw3z1i7g] {
    justify-content: space-between;
    width:280px;
    
}

    .header-expanded .btn-toggle[b-alsw3z1i7g] {
        position: relative;
    }

.header-collapsed[b-alsw3z1i7g] {
    justify-content: center;
    padding: 0;
}

    .header-collapsed .btn-toggle[b-alsw3z1i7g] {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
    }

.user-profile-section[b-alsw3z1i7g] {
    padding: 20px;
    flex-shrink: 0;
}

.user-row[b-alsw3z1i7g] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.user-avatar[b-alsw3z1i7g] {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    width: 43px;
}

    .user-avatar .material-icons-outlined[b-alsw3z1i7g] {
        font-size: 43px;
    }

.user-details[b-alsw3z1i7g] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.lbl-usuario[b-alsw3z1i7g], .val-nome[b-alsw3z1i7g] {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
}

.val-perfil[b-alsw3z1i7g] {
    font-size: 16px;
    color: #E0E0E0;
}

.user-actions[b-alsw3z1i7g] {
    display: flex;
    gap: 8px;
    margin-top: 5px;
}

.btn-action[b-alsw3z1i7g] {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
}

.btn-manage[b-alsw3z1i7g] {
    background-color: #2E2C8F;
}

.btn-logout[b-alsw3z1i7g] {
    background-color: #A62E25;
}

.btn-action .material-icons-outlined[b-alsw3z1i7g] {
    font-size: 16px;
}

.divider[b-alsw3z1i7g] {
    height: 1px;
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 10px;
}

.nav-links[b-alsw3z1i7g] {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow-y: auto;
    height: calc(100vh - 250px);
    scrollbar-width: none;
}

    .nav-links[b-alsw3z1i7g]::-webkit-scrollbar {
        display: none;
    }

[b-alsw3z1i7g] a,
[b-alsw3z1i7g] .nav-item,
.nav-item[b-alsw3z1i7g] {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    padding: 8px 10px;
    border-radius: 3px;
    cursor: pointer;
    min-height: 37px;
    height: auto;
    transition: all 0.2s;
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.nav-icon[b-alsw3z1i7g] {
    font-size: 24px;
    margin-right: 15px;
    color: #FFFFFF !important;
    flex-shrink: 0;
}

.nav-text[b-alsw3z1i7g] {
    font-size: 18px;
    font-weight: 400;
    flex: 1;
    text-align: left !important;
    white-space: normal;
    line-height: 1.2;
}

.arrow-icon[b-alsw3z1i7g] {
    font-size: 24px;
    color: #FFFFFF !important;
    margin-left: 5px;
}

[b-alsw3z1i7g] .nav-item:hover,
.nav-item:hover[b-alsw3z1i7g] {
    background-color: rgba(118, 184, 42, 0.4);
    color: #FFFFFF !important;
}

    [b-alsw3z1i7g] .nav-item:hover .nav-icon,
    [b-alsw3z1i7g] .nav-item:hover .nav-text,
    [b-alsw3z1i7g] .nav-item:hover .arrow-icon,
    .nav-item:hover .nav-icon[b-alsw3z1i7g],
    .nav-item:hover .nav-text[b-alsw3z1i7g],
    .nav-item:hover .arrow-icon[b-alsw3z1i7g] {
        color: #FFFFFF !important;
    }

[b-alsw3z1i7g] .sub-item:hover,
.sub-item:hover[b-alsw3z1i7g] {
    background-color: rgba(118, 184, 42, 0.8);
    color: #1D1D1D !important;
}

    [b-alsw3z1i7g] .sub-item:hover .nav-icon,
    [b-alsw3z1i7g] .sub-item:hover .nav-text,
    [b-alsw3z1i7g] .sub-item:hover .arrow-icon,
    .sub-item:hover .nav-icon[b-alsw3z1i7g],
    .sub-item:hover .nav-text[b-alsw3z1i7g],
    .sub-item:hover .arrow-icon[b-alsw3z1i7g] {
        color: #1D1D1D !important;
    }

[b-alsw3z1i7g] .nav-item.active,
.nav-item.active[b-alsw3z1i7g] {
    background-color: #76B82A;
    color: #1D1D1D !important;
}

    [b-alsw3z1i7g] .nav-item.active .nav-icon,
    [b-alsw3z1i7g] .nav-item.active .arrow-icon,
    [b-alsw3z1i7g] .nav-item.active .nav-text,
    .nav-item.active .nav-icon[b-alsw3z1i7g],
    .nav-item.active .arrow-icon[b-alsw3z1i7g],
    .nav-item.active .nav-text[b-alsw3z1i7g] {
        color: #1D1D1D !important;
    }

.submenu[b-alsw3z1i7g] {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

[b-alsw3z1i7g] .sub-item,
.sub-item[b-alsw3z1i7g] {
    padding-left: 25px !important;
    min-height: 35px;
    height: auto;
    font-size: 16px;
    justify-content: flex-start !important;
}

[b-alsw3z1i7g] .portal-layout.collapsed .nav-item {
    justify-content: center !important;
    padding: 8px 0;
}

[b-alsw3z1i7g] .portal-layout.collapsed .nav-icon {
    margin-right: 0;
}

[b-alsw3z1i7g] .portal-layout.collapsed .user-profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

[b-alsw3z1i7g] .portal-layout.collapsed .user-row {
    justify-content: center;
    width: 100%;
}

/* Fundo Cinza Claro Global */
.portal-layout[b-alsw3z1i7g] {
    display: flex;
    min-height: 100vh;
    background-color: #E0E0E0;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    position: relative;
}

/* --- SIDEBAR (Mantido) --- */
.portal-sidebar[b-alsw3z1i7g] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
    background-color: #007351;
    transition: width 0.3s ease;
    overflow: visible;
    max-width:280px;
}

/* --- MAIN CONTENT --- */
.portal-main[b-alsw3z1i7g] {
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.3s ease;
    width: 100%;
}

/* --- NOVO HEADER (TOP BAR) --- */
.portal-topbar[b-alsw3z1i7g] {
    height: 80px; /* Altura do Header */
    background-color: #BDBDBD; /* Cor solicitada */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px; /* Alinhado com o padding do content */
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

.topbar-title[b-alsw3z1i7g] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #1D1D1D;
}

.topbar-actions[b-alsw3z1i7g] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.content-container[b-alsw3z1i7g] {
    padding: 40px;
    flex: 1;
}

[b-alsw3z1i7g] .home-link {
    text-decoration: none !important;
    color: inherit !important;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

    [b-alsw3z1i7g] .home-link:hover {
        opacity: 0.9;
    }

.portal-layout.expanded .portal-sidebar[b-alsw3z1i7g] {
    width: 280px;
}

.portal-layout.expanded .portal-main[b-alsw3z1i7g] {
    margin-left: 290px;
}

.portal-layout.collapsed .portal-sidebar[b-alsw3z1i7g] {
    width: 82px;
}

.portal-layout.collapsed .portal-main[b-alsw3z1i7g] {
    margin-left: 82px;
}

@media (max-width: 768px) {

    /* SIDEBAR BASE MOBILE */
    .portal-sidebar[b-sel7obokxc][b-alsw3z1i7g] {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 9999;
    }

    /* SIDEBAR ABERTA */
    .portal-layout.expanded .portal-sidebar[b-sel7obokxc][b-alsw3z1i7g] {
        transform: translateX(0);
    }

    /* MAIN nunca empurra */
    .portal-layout.expanded .portal-main[b-sel7obokxc][b-alsw3z1i7g],
    .portal-layout.collapsed .portal-main[b-sel7obokxc][b-alsw3z1i7g] {
        margin-left: 0 !important;
    }
}
/* _content/Blazor.UI/Components/Layout/PageHeader.razor.rz.scp.css */
/* Container Principal do Header */
.ph-bar-container[b-zzieq427d4] {
    background-color: #E8E8E8;
    border-bottom: 1px solid #A0A0A0;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem 1.5rem -1.5rem;
    padding: 0 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
    box-sizing: border-box;
}

/* Texto do Título */
.ph-title-text[b-zzieq427d4] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    margin: 0;
    white-space: nowrap;
    padding-left: 20px;
}

/* Área de Ações (Direita) */
.ph-actions-area[b-zzieq427d4] {
    display: flex;
    align-items: center;
    gap: 25px;
    height: 100%;
    margin-right: 10px;
}

/* Label do Filtro */
[b-zzieq427d4] .ph-filter-label {
    color: #3F3F3F;
    font-weight: 600;
    font-size: 14px;
    margin-right: 8px;
    white-space: nowrap;
}

/* Container do Dropdown */
[b-zzieq427d4] .ph-filter-dropdown {
    border: 1px solid #d1d5db !important; 
    background-color: #FFFFFF !important;
    border-radius: 6px !important;
    height: 40px !important;
    width: 220px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    [b-zzieq427d4] .ph-filter-dropdown:hover {
        border-color: #007351 !important; 
        box-shadow: 0 0 0 3px rgba(0, 115, 81, 0.1) !important;
    }

    /* Texto interno */
    [b-zzieq427d4] .ph-filter-dropdown .rz-dropdown-label {
        color: #444;
        font-size: 14px;
        padding-left: 12px !important;
        line-height: 38px !important;
    }

/* Botão Novo */
[b-zzieq427d4] .ph-btn-new {
    background-color: #007351 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding: 0 30px !important;
    height: 50px !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    max-width: 150px;
}

/* Botão Salvar */
[b-zzieq427d4] .ph-btn-save {
    background-color: #007351 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 50px !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    margin-right: 15px;
    max-width: 150px;
}

/* Botão Editar */
[b-zzieq427d4] .ph-btn-edit {
    background-color: #FF9800 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 50px !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    margin-right: 15px;
    max-width: 150px;
}

/* Botão Perigo */
/*Reprovar/Bloquear*/
[b-zzieq427d4] .ph-btn-danger {
    background-color: #DF3E56 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 50px !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    margin-right: 15px;
    max-width: 150px;
}

/* Botão Neutro */
/*Visualizar*/
[b-zzieq427d4] .ph-btn-light {
    background-color: #F0F2F5 !important;
    color: #444 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 50px !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    margin-right: 15px;
    max-width: 150px;
}

/* Botão Aprovar */
[b-zzieq427d4] .ph-btn-aprovar {
    background-color: #05ce59 !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 50px !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    margin-right: 15px;
    max-width: 150px;
}

    /* Centralização do conteúdo dos botões */
    [b-zzieq427d4] .ph-btn-new .rz-button-box,
    [b-zzieq427d4] .ph-btn-save .rz-button-box,
    [b-zzieq427d4] .ph-btn-edit .rz-button-box,
    [b-zzieq427d4] .ph-btn-danger .rz-button-box,
    [b-zzieq427d4] .ph-btn-light .rz-button-box,
    [b-zzieq427d4] .ph-btn-aprovar .rz-button-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

/* --- Painel de Filtros Estilizado --- */
.filter-panel[b-zzieq427d4] {
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01) !important;
    position: relative;
    overflow: hidden;
    padding: 25px !important;
}

    /* Linha de destaque no topo */
    .filter-panel[b-zzieq427d4]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #007351 0%, #22BD51 100%);
    }

/* Labels */
.filter-label-styled[b-zzieq427d4] {
    color: #888; 
    font-size: 0.75rem; 
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}

/* Dropdown com estilo "Filled" */
[b-zzieq427d4] .filter-dropdown-styled {
    background-color: #F9F9F9 !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 6px !important;
    height: 45px !important;
    line-height: 45px;
    transition: all 0.3s ease;
}

    [b-zzieq427d4] .filter-dropdown-styled:hover,
    [b-zzieq427d4] .filter-dropdown-styled.rz-state-focused {
        background-color: #FFFFFF !important;
        border-color: #007351 !important; 
        box-shadow: 0 4px 12px rgba(0, 115, 81, 0.15) !important; 
    }

    [b-zzieq427d4] .filter-dropdown-styled .rz-dropdown-label {
        font-size: 14px;
        color: #333;
        padding-left: 15px;
    }

/* Responsividade Mobile */
@media (max-width: 768px) {
    .ph-bar-container[b-zzieq427d4] {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 15px;
        width: calc(100% + 2rem);
        margin: -1rem -1rem 1rem -1rem;
    }

    .ph-actions-area[b-zzieq427d4] {
        width: 100%;
        justify-content: space-between;
        gap: 15px;
    }
}
/* _content/Blazor.UI/Components/Pages/Empresas/AcompanharEmpresa.razor.rz.scp.css */
.tracking-layout[b-y520riv6l3] {
    /* Variáveis definidas aqui para funcionarem no escopo */
    --verde-contrail: #007351;
    --cinza-borda: #575757;
    --verde-escuro: #003C26;
    --vermelho-erro: #A62E25;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #E0E0E0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.tracking-header[b-y520riv6l3] {
    width: 100%;
    height: 117px;
    background-color: #007351;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    flex-shrink: 0;
    z-index: 10;
}

.header-content[b-y520riv6l3] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-titles[b-y520riv6l3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-main-title[b-y520riv6l3] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

.header-subtitle[b-y520riv6l3] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
}

.header-home-icon[b-y520riv6l3] {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

    .header-home-icon:hover[b-y520riv6l3] {
        opacity: 0.8;
    }

    .header-home-icon[b-y520riv6l3]  .material-icons-outlined {
        font-size: 45px;
    }

.tracking-main[b-y520riv6l3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2rem;
    overflow-y: auto;
}

.tracking-card[b-y520riv6l3] {
    width: 100%;
    max-width: 912px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    height: auto;
    flex-shrink: 0;
}

.card-title[b-y520riv6l3] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #1D1D1D;
    margin-bottom: 0.5rem;
    text-align: center;
}

.card-instruction[b-y520riv6l3] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #575757;
    margin-bottom: 2rem;
    text-align: center;
}

.tracking-form-container[b-y520riv6l3] {
    width: 100%;
    max-width: 810px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.input-group[b-y520riv6l3] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-label[b-y520riv6l3] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0.5rem;
    align-self: flex-start;
    margin-left: 2px;
}

[b-y520riv6l3] .tracking-input.rz-textbox {
    background-color: #EEEEEE;
    border: 1px solid #575757;
    border-radius: 10px;
    height: 52px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #575757;
    padding: 0 1rem;
}

    [b-y520riv6l3] .tracking-input.rz-textbox:focus {
        outline: 2px solid #007351;
        background-color: #FFFFFF;
    }

.error-message-text[b-y520riv6l3] {
    color: #dc3545;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0.5rem;
    text-align: left;
    width: 100%;
    padding-left: 5px;
}

[b-y520riv6l3] .btn-consultar.rz-button {
    width: 361px;
    height: 56px;
    background-color: #007351;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.14);
    border: none;
}

.status-card[b-y520riv6l3] {
    width: 100%;
    max-width: 619px;
    margin-top: 2rem;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.status-header[b-y520riv6l3] {
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFFFFF;
}

.status-header-text[b-y520riv6l3] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.status-body[b-y520riv6l3] {
    width: 100%;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.status-message[b-y520riv6l3] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 1rem;
    margin-top: 0;
}

.status-divider[b-y520riv6l3] {
    width: 100%;
    height: 1px;
    background-color: #575757;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.status-info-column[b-y520riv6l3] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.status-label[b-y520riv6l3] {
    font-weight: 400;
}

.status-value[b-y520riv6l3] {
    font-weight: 700;
}

.status-motivo-value[b-y520riv6l3] {
    color: var(--vermelho-erro);
    font-weight: 700;
}

.status-aprovado .status-header[b-y520riv6l3] {
    background-color: #3D8C40;
}

.status-aprovado .status-body[b-y520riv6l3] {
    background-color: #70BF73;
}

.status-pendente .status-header[b-y520riv6l3] {
    background-color: #CC7A00;
}

.status-pendente .status-body[b-y520riv6l3] {
    background-color: #FFAD33;
}

.status-bloqueado .status-header[b-y520riv6l3] {
    background-color: #C3362B;
}

.status-bloqueado .status-body[b-y520riv6l3] {
    background-color: #F6695E;
}

.status-reprovado .status-header[b-y520riv6l3] {
    background-color: var(--vermelho-erro);
}

.status-reprovado .status-body[b-y520riv6l3] {
    background-color: #F6695E;
}

[b-y520riv6l3] .btn-corrigir.rz-button {
    background-color: var(--vermelho-erro) !important;
    color: #FFFFFF;
    width: 240px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: none;
    margin-top: 1.5rem;
    text-transform: none;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.14);
}

[b-y520riv6l3] .material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    .tracking-header[b-y520riv6l3] {
        padding: 1rem;
        height: auto;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .tracking-card[b-y520riv6l3] {
        width: 90%;
        padding: 2rem 1rem;
    }

    [b-y520riv6l3] .btn-consultar.rz-button {
        width: 100%;
    }
}
/* _content/Blazor.UI/Components/Pages/Empresas/CadastrarEmpresa.razor.rz.scp.css */
:root[b-bwwby9spru] {
    --contrail-green: #007351;
    --cinza-borda: #575757;
}

.tracking-layout[b-bwwby9spru] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    background-color: #f4f4f4;
    font-family: 'Poppins', sans-serif;
}

.tracking-header[b-bwwby9spru] {
    width: 100%;
    height: 117px;
    background-color: #007351;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-content[b-bwwby9spru] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-titles[b-bwwby9spru] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-main-title[b-bwwby9spru] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

.header-subtitle[b-bwwby9spru] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
}

.header-home-icon[b-bwwby9spru] {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

    .header-home-icon:hover[b-bwwby9spru] {
        opacity: 0.8;
    }

    .header-home-icon[b-bwwby9spru]  .material-icons-outlined {
        font-size: 45px;
    }

.content-wrapper[b-bwwby9spru] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 100%;
}

[b-bwwby9spru] .required-field .rz-label-content::after,
[b-bwwby9spru] .required-field::after {
    content: " *";
    color: #f00 !important;
    font-weight: bold;
    margin-left: 4px;
}

.btn-contrail[b-bwwby9spru]  .rz-button {
    margin-left: 10px;
}

.password-wrapper[b-bwwby9spru] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

[b-bwwby9spru] .password-wrapper .rz-textbox {
    padding-right: 40px;
}

[b-bwwby9spru] .password-toggle-btn {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: unset !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #6c757d !important;
    z-index: 100;
}

    [b-bwwby9spru] .password-toggle-btn:hover {
        background-color: rgba(0,0,0,0.05) !important;
        border-radius: 50%;
    }

input[b-bwwby9spru]::-ms-reveal,
input[b-bwwby9spru]::-ms-clear {
    display: none;
}

@media (max-width: 992px) {
    .tracking-header[b-bwwby9spru] {
        padding: 1rem;
        height: auto;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .header-content[b-bwwby9spru] {
        flex-direction: column;
        gap: 1rem;
    }

    .content-wrapper[b-bwwby9spru] {
        padding: 1rem;
        justify-content: flex-start;
    }
}
/* _content/Blazor.UI/Components/Pages/Home.razor.rz.scp.css */
.welcome-section[b-6rgkn26bcm] {
    margin-top: 10px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-title[b-6rgkn26bcm] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 0;
}

.welcome-subtitle[b-6rgkn26bcm] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0;
}
/* _content/Blazor.UI/Components/Pages/Login.razor.rz.scp.css */
.login-layout[b-311kw0vyke] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    background-color: var(--verde-contrail);
    overflow: hidden; 
}

/* Painel Esquerdo (Formulário) */
.left-panel[b-311kw0vyke] {
    width: 100%;
    background-color: var(--verde-contrail);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    position: relative;
    z-index: 2;
    flex-shrink: 0
    justify-content: center;
    padding-top: 0;
}

/* Painel Direito (Imagem) */
.right-panel[b-311kw0vyke] {
    flex: 1;
    position: relative;
    background-color: #fff;
    display: none;
    height: 100vh;
}

.bg-image[b-311kw0vyke] {
    width: 100%;
    height: 100%;
    background-image: url('assets/imgs/background-login.png');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 992px) {
    .right-panel[b-311kw0vyke] {
        display: block;
    }

    .left-panel[b-311kw0vyke] {
        width: 41.25vw;
        min-width: 550px;
    }
}

@media (min-width: 992px) and (min-height: 900px) {
    .left-panel[b-311kw0vyke] {
        justify-content: flex-start;
        padding-top: 9vh;
    }
}

/* COMPONENTES E TÍTULOS */
.portal-title[b-311kw0vyke] {
    color: white;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 7rem;
    text-align: center;
    line-height: 60px;
}

.login-card[b-311kw0vyke] {
    background-color: var(--fundo-modal) !important;
    border-radius: 10px !important;
    padding: 2.5rem !important;
    width: 100%;
    max-width: 520px;
    min-height: 443px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.login-header[b-311kw0vyke] {
    font-size: 24px;
    color: var(--texto-preto);
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-family: 'Poppins';
}

/* INPUTS E ÍCONES */
.input-wrapper[b-311kw0vyke] {
    position: relative;
    margin-bottom: 0.2rem;
}

    .input-wrapper .material-symbols-outlined[b-311kw0vyke] {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #000000;
        z-index: 10;
        pointer-events: none;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    }

        .input-wrapper .material-symbols-outlined.clickable[b-311kw0vyke] {
            pointer-events: all;
            cursor: pointer;
            left: auto;
            right: 12px;
            color: #4F4F50;
        }

/* Estilização profunda do Input */
[b-311kw0vyke] .custom-input {
    padding-left: 45px !important;
    border: 1px solid var(--cinza-borda) !important;
    border-radius: 4px !important;
    height: 45px !important;
    background-color: #FFFFFF !important;
    width: 100%;
    color: var(--texto-preto) !important;
    font-size: 16px;
}

    [b-311kw0vyke] .custom-input:focus {
        outline: 2px solid var(--verde-contrail);
        border-color: var(--verde-contrail) !important;
    }

    [b-311kw0vyke] .custom-input::-ms-reveal,
    [b-311kw0vyke] .custom-input::-ms-clear {
        display: none !important;
    }

[b-311kw0vyke] .rz-message {
    position: relative !important;
    display: block !important;
    font-size: 0.85rem;
    color: var(--rz-danger);
    margin-bottom: 0.5rem;
}

/* CHECKBOX */
[b-311kw0vyke] .rz-checkbox-box {
    width: 20px !important;
    height: 20px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #575757 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s;
}

    [b-311kw0vyke] .rz-checkbox-box.rz-state-active {
        background-color: #FFFFFF !important;
        border-color: #575757 !important;
    }

        [b-311kw0vyke] .rz-checkbox-box.rz-state-active .rzi-check {
            color: transparent !important;
            font-size: 0 !important;
            background-color: #007351 !important;
            width: 10px !important;
            height: 10px !important;
            border-radius: 2px !important;
            margin: 0 !important;
            padding: 0 !important;
            display: block !important;
        }

/* BOTÃO LOGIN */
[b-311kw0vyke] .btn-login {
    background-color: var(--verde-contrail) !important;
    color: white !important;
    width: 240px !important;
    height: 45px;
    font-weight: 500;
    text-transform: none !important;
    font-size: 16px;
    border-radius: 4px !important;
    margin: 1.5rem auto 0 auto !important;
    display: block !important;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
}

/* RODAPÉ E LINKS */
.footer-links[b-311kw0vyke] {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(87, 87, 87, 0.3);
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

[b-311kw0vyke] .rz-link-text {
    display: flex !important;
    align-items: center !important;
    color: var(--verde-contrail) !important;
    gap: 8px;
}

[b-311kw0vyke] .rz-link:hover,
[b-311kw0vyke] .rz-link:hover .rz-link-text {
    text-decoration: none !important;
}

.link-arrow[b-311kw0vyke] {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

    .link-arrow .material-symbols-outlined[b-311kw0vyke] {
        font-size: 20px !important;
        color: var(--verde-contrail) !important;
        text-decoration: none !important;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    }

[b-311kw0vyke] .rz-link:hover .link-text {
    text-decoration: underline !important;
    text-underline-offset: 2px;
}
