@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/MundoCondo/Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout principal com navega��o superior */
.page[b-avpt86wnsv] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-avpt86wnsv] {
    flex: 1;
    padding-top: 76px; /* Espa�o para o navbar fixo */
    background-color: #f8f9fa;
}

/* Conte�do principal */
.content[b-avpt86wnsv] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

/* Responsividade */
@media (max-width: 768px) {
    main[b-avpt86wnsv] {
        padding-top: 66px; /* Navbar menor em mobile */
    }

    .content[b-avpt86wnsv] {
        padding: 1rem;
    }
}

/* Anima��o de entrada do conte�do */
.content[b-avpt86wnsv] {
    animation: fadeIn-b-avpt86wnsv 0.3s ease-in;
}

@keyframes fadeIn-b-avpt86wnsv {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Erro UI */
#blazor-error-ui[b-avpt86wnsv] {
    background: #fff3cd;
    border-top: 1px solid #ffeaa7;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    #blazor-error-ui .dismiss[b-avpt86wnsv] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 1rem;
        font-size: 1.2rem;
        line-height: 1;
        color: #856404;
        background: none;
        border: none;
    }

        #blazor-error-ui .dismiss:hover[b-avpt86wnsv] {
            color: #533f03;
        }

/* Estilos para compatibilidade com sidebar (caso queira manter) */
.sidebar[b-avpt86wnsv] {
    display: none; /* Oculta por padr�o j� que est� usando nav superior */
}

/* Se quiser ativar sidebar em telas grandes */
@media (min-width: 1200px) {
    /* Descomente se quiser sidebar lateral
    .page {
        flex-direction: row;
    }
    
    .sidebar {
        display: block;
        width: 250px;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        position: sticky;
        top: 0;
        height: 100vh;
    }
    
    main {
        padding-top: 0;
        padding-left: 250px;
    }
    */
}

/* Cards e componentes */
.card[b-avpt86wnsv] {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .card:hover[b-avpt86wnsv] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

/* Formul�rios */
.form-control:focus[b-avpt86wnsv],
.form-select:focus[b-avpt86wnsv] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Tabelas responsivas */
.table-responsive[b-avpt86wnsv] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Breadcrumb personalizado */
.breadcrumb[b-avpt86wnsv] {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
}

.breadcrumb-item + .breadcrumb-item[b-avpt86wnsv]::before {
    content: "�";
    font-size: 1.2rem;
    color: #6c757d;
}
/* _content/MundoCondo/Components/Layout/NavMenu - Cópia.razor.rz.scp.css */
/* ========================================
   NavMenu Responsivo - Hover Individual
   ======================================== */

/* Navbar Principal */
.navbar[b-b5k8xeeebs] {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 70%, #ff6b35 100%) !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 107, 53, 0.3);
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 56px;
}

    /* Container da navbar */
    .navbar .container-fluid[b-b5k8xeeebs] {
        padding: 0.5rem 1rem;
    }

/* Brand sempre vis�vel */
.navbar-brand-compact[b-b5k8xeeebs] {
    font-size: 1.2rem !important;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

    .navbar-brand-compact i[b-b5k8xeeebs] {
        color: #ff6b35;
        margin-right: 0.4rem;
        font-size: 1.3rem;
    }

    .navbar-brand-compact:hover[b-b5k8xeeebs] {
        color: #ff6b35 !important;
        text-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
    }

/* Nome do sistema - removido pois estava causando problemas */
.system-name-compact[b-b5k8xeeebs] {
    display: none !important;
}

/* Links de navega��o */
.nav-link[b-b5k8xeeebs] {
    font-weight: 500;
    padding: 0.5rem 0.75rem !important;
    border-radius: 6px;
    margin: 0 2px;
    transition: all 0.3s ease;
    color: #fff !important;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    /* �cones sempre vis�veis */
    .nav-link i[b-b5k8xeeebs],
    .dropdown-toggle i[b-b5k8xeeebs] {
        font-size: 1.2rem;
        transition: margin 0.3s ease;
    }

/* Textos - ocultos por padr�o no desktop */
.nav-text[b-b5k8xeeebs] {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 0;
    display: inline-block;
}

/* Garantir que textos estejam ocultos no desktop */
@media (min-width: 992px) {
    .navbar-nav .nav-text[b-b5k8xeeebs] {
        max-width: 0 !important;
        opacity: 0 !important;
        margin-left: 0 !important;
    }
}

/* Hover individual em cada item */
@media (min-width: 992px) {
    /* Garantir estado inicial */
    .nav-item:not(:hover) .nav-text[b-b5k8xeeebs],
    .dropdown:not(:hover) .nav-text[b-b5k8xeeebs] {
        max-width: 0 !important;
        opacity: 0 !important;
        margin-left: 0 !important;
    }

    /* Aplicar hover */
    .nav-link:hover .nav-text[b-b5k8xeeebs],
    .dropdown-toggle:hover .nav-text[b-b5k8xeeebs],
    .nav-item:hover .nav-text[b-b5k8xeeebs] {
        max-width: 200px !important;
        opacity: 1 !important;
        margin-left: 0.5rem !important;
    }

    .nav-link:hover[b-b5k8xeeebs],
    .dropdown-toggle:hover[b-b5k8xeeebs] {
        background-color: rgba(255, 107, 53, 0.2);
        color: #ff6b35 !important;
        padding-right: 1.5rem !important;
    }
}

/* Container do condom�nio com hover */
#nomeCondominioNav[b-b5k8xeeebs] {
    background-color: rgba(255, 107, 53, 0.1);
    padding: 0.4rem 0.75rem;
    border-radius: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 107, 53, 0.3);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Texto do condom�nio - oculto no desktop */
@media (min-width: 992px) {
    .condominio-text[b-b5k8xeeebs] {
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        white-space: nowrap;
        display: inline-block;
    }

    #nomeCondominioNav:hover .condominio-text[b-b5k8xeeebs] {
        max-width: 200px;
        opacity: 1;
        margin-right: 0.5rem;
    }

    #nomeCondominioNav:hover[b-b5k8xeeebs] {
        background-color: rgba(255, 107, 53, 0.2);
        padding-right: 1rem;
    }
}

/* Mobile - texto sempre vis�vel */
@media (max-width: 991.98px) {
    .condominio-text[b-b5k8xeeebs] {
        font-size: 0.9rem;
        margin-right: 0.5rem;
    }
}

#nomeCondominioNav button[b-b5k8xeeebs] {
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
    border-radius: 10px;
    border-color: #ff6b35;
    transition: all 0.3s ease;
}

    #nomeCondominioNav button:hover[b-b5k8xeeebs] {
        background-color: rgba(255, 107, 53, 0.3);
        border-color: #ff6b35;
        transform: rotate(180deg);
    }

/* Dropdown do usu�rio */
.user-dropdown[b-b5k8xeeebs] {
    display: flex;
    align-items: center;
}

.user-name[b-b5k8xeeebs] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

/* Dropdown menus */
.dropdown-menu[b-b5k8xeeebs] {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 107, 53, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.dropdown-item[b-b5k8xeeebs] {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.2s ease;
    color: #e0e0e0;
}

    .dropdown-item:hover[b-b5k8xeeebs] {
        background-color: rgba(255, 107, 53, 0.2);
        color: #ff6b35;
        transform: translateX(5px);
    }

    .dropdown-item.active[b-b5k8xeeebs] {
        background-color: rgba(255, 107, 53, 0.3);
        color: #ff6b35;
    }

    .dropdown-item i[b-b5k8xeeebs] {
        width: 25px;
        text-align: center;
        margin-right: 0.75rem;
        color: #ff6b35;
    }

/* Dropdown toggle */
.dropdown-toggle[b-b5k8xeeebs]::after {
    color: #ff6b35;
    transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle[b-b5k8xeeebs]::after {
    transform: rotate(180deg);
}

/* Mobile */
@media (max-width: 991.98px) {
    .navbar[b-b5k8xeeebs] {
        position: relative;
    }

    .navbar-collapse[b-b5k8xeeebs] {
        background-color: rgba(26, 26, 26, 0.95);
        margin-top: 1rem;
        border-radius: 8px;
        padding: 1rem;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 107, 53, 0.3);
    }

    /* No mobile, textos sempre vis�veis */
    .nav-text[b-b5k8xeeebs] {
        max-width: 200px !important;
        opacity: 1 !important;
        margin-left: 0.5rem !important;
    }

    .nav-link[b-b5k8xeeebs] {
        margin: 0.25rem 0;
        font-size: 1rem;
        padding: 0.75rem 1rem !important;
    }

    .dropdown-menu[b-b5k8xeeebs] {
        background-color: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        margin-left: 1rem;
        margin-top: 0.5rem;
    }

    #nomeCondominioNav[b-b5k8xeeebs] {
        margin: 1rem 0;
        justify-content: center;
    }

    .user-name[b-b5k8xeeebs] {
        max-width: none;
        font-size: 1rem;
    }
}

/* �cones Bootstrap */
.bi[b-b5k8xeeebs] {
    font-size: 1.1rem;
    vertical-align: middle;
}

/* Bot�o toggler mobile */
.navbar-toggler[b-b5k8xeeebs] {
    border-color: rgba(255, 107, 53, 0.5);
}

    .navbar-toggler:focus[b-b5k8xeeebs] {
        box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
    }

.navbar-toggler-icon[b-b5k8xeeebs] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 107, 53, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Ajuste para conte�do principal */
body[b-b5k8xeeebs] {
    padding-top: 60px;
}

/* Estados especiais */
.nav-link.disabled[b-b5k8xeeebs] {
    color: rgba(255, 255, 255, 0.5) !important;
    pointer-events: none;
}

.nav-link.active[b-b5k8xeeebs] {
    background-color: rgba(255, 107, 53, 0.15);
    color: #ff6b35 !important;
}

/* Ajuste �cones */
.navbar .bi[b-b5k8xeeebs]::before {
    vertical-align: -0.125em;
}

/* Linha divis�ria */
.dropdown-divider[b-b5k8xeeebs] {
    border-color: rgba(255, 107, 53, 0.2);
}

/* Garantir que dropdowns funcionem */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu[b-b5k8xeeebs] {
        display: block;
        animation: fadeIn-b-b5k8xeeebs 0.3s ease;
    }
}

@keyframes fadeIn-b-b5k8xeeebs {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/MundoCondo/Components/Layout/NavMenu.razor.rz.scp.css */
/* ========================================
   NavMenu Responsivo - Hover Individual
   ======================================== */

/* Navbar Principal */
.navbar[b-tdcm2gsocu] {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 70%, #ff6b35 100%) !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 107, 53, 0.3);
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 56px;
}

    /* Container da navbar */
    .navbar .container-fluid[b-tdcm2gsocu] {
        padding: 0.5rem 1rem;
    }

/* Brand sempre vis�vel */
.navbar-brand-compact[b-tdcm2gsocu] {
    font-size: 1.2rem !important;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

    .navbar-brand-compact i[b-tdcm2gsocu] {
        color: #ff6b35;
        margin-right: 0.4rem;
        font-size: 1.3rem;
    }

    .navbar-brand-compact:hover[b-tdcm2gsocu] {
        color: #ff6b35 !important;
        text-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
    }

/* Nome do sistema - removido pois estava causando problemas */
.system-name-compact[b-tdcm2gsocu] {
    display: none !important;
}

/* Links de navega��o */
.nav-link[b-tdcm2gsocu] {
    font-weight: 500;
    padding: 0.5rem 0.75rem !important;
    border-radius: 6px;
    margin: 0 2px;
    transition: all 0.3s ease;
    color: #fff !important;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    /* �cones sempre vis�veis */
    .nav-link i[b-tdcm2gsocu],
    .dropdown-toggle i[b-tdcm2gsocu] {
        font-size: 1.2rem;
        transition: margin 0.3s ease;
    }

/* Textos - ocultos por padr�o no desktop */
.nav-text[b-tdcm2gsocu] {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 0;
    display: inline-block;
}

/* Garantir que textos estejam ocultos no desktop */
@media (min-width: 992px) {
    .navbar-nav .nav-text[b-tdcm2gsocu] {
        max-width: 0 !important;
        opacity: 0 !important;
        margin-left: 0 !important;
    }
}

/* Hover individual em cada item */
@media (min-width: 992px) {
    /* Garantir estado inicial */
    .nav-item:not(:hover) .nav-text[b-tdcm2gsocu],
    .dropdown:not(:hover) .nav-text[b-tdcm2gsocu] {
        max-width: 0 !important;
        opacity: 0 !important;
        margin-left: 0 !important;
    }

    /* Aplicar hover */
    .nav-link:hover .nav-text[b-tdcm2gsocu],
    .dropdown-toggle:hover .nav-text[b-tdcm2gsocu],
    .nav-item:hover .nav-text[b-tdcm2gsocu] {
        max-width: 200px !important;
        opacity: 1 !important;
        margin-left: 0.5rem !important;
    }

    .nav-link:hover[b-tdcm2gsocu],
    .dropdown-toggle:hover[b-tdcm2gsocu] {
        background-color: rgba(255, 107, 53, 0.2);
        color: #ff6b35 !important;
        padding-right: 1.5rem !important;
    }
}

/* Container do condom�nio com hover */
#nomeCondominioNav[b-tdcm2gsocu] {
    background-color: rgba(255, 107, 53, 0.1);
    padding: 0.4rem 0.75rem;
    border-radius: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 107, 53, 0.3);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Texto do condom�nio - oculto no desktop */
@media (min-width: 992px) {
    .condominio-text[b-tdcm2gsocu] {
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        white-space: nowrap;
        display: inline-block;
    }

    #nomeCondominioNav:hover .condominio-text[b-tdcm2gsocu] {
        max-width: 200px;
        opacity: 1;
        margin-right: 0.5rem;
    }

    #nomeCondominioNav:hover[b-tdcm2gsocu] {
        background-color: rgba(255, 107, 53, 0.2);
        padding-right: 1rem;
    }
}

/* Mobile - texto sempre vis�vel */
@media (max-width: 991.98px) {
    .condominio-text[b-tdcm2gsocu] {
        font-size: 0.9rem;
        margin-right: 0.5rem;
    }
}

#nomeCondominioNav button[b-tdcm2gsocu] {
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
    border-radius: 10px;
    border-color: #ff6b35;
    transition: all 0.3s ease;
}

    #nomeCondominioNav button:hover[b-tdcm2gsocu] {
        background-color: rgba(255, 107, 53, 0.3);
        border-color: #ff6b35;
        transform: rotate(180deg);
    }

/* Dropdown do usu�rio */
.user-dropdown[b-tdcm2gsocu] {
    display: flex;
    align-items: center;
}

.user-name[b-tdcm2gsocu] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

/* DROPDOWN MENUS - CORRIGIDO */
.dropdown-menu[b-tdcm2gsocu] {
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 107, 53, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

    /* For�ar TODOS os itens de dropdown a serem brancos */
    .dropdown-item[b-tdcm2gsocu],
    .dropdown-menu .nav-link[b-tdcm2gsocu],
    .dropdown-menu a[b-tdcm2gsocu] {
        padding: 0.75rem 1.5rem !important;
        font-weight: 500;
        transition: all 0.2s ease;
        color: #ffffff !important;
        text-decoration: none;
        background-color: transparent !important;
        border: none !important;
        display: block;
        width: 100%;
    }

        .dropdown-item:hover[b-tdcm2gsocu],
        .dropdown-item:focus[b-tdcm2gsocu],
        .dropdown-menu .nav-link:hover[b-tdcm2gsocu],
        .dropdown-menu a:hover[b-tdcm2gsocu] {
            background-color: rgba(255, 107, 53, 0.2) !important;
            color: #ff6b35 !important;
            transform: translateX(5px);
        }

        .dropdown-item.active[b-tdcm2gsocu] {
            background-color: rgba(255, 107, 53, 0.3) !important;
            color: #ff6b35 !important;
        }

        .dropdown-item i[b-tdcm2gsocu] {
            width: 25px;
            text-align: center;
            margin-right: 0.75rem;
            color: #ff6b35;
        }

/* Dropdown toggle */
.dropdown-toggle[b-tdcm2gsocu]::after {
    color: #ff6b35;
    transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle[b-tdcm2gsocu]::after {
    transform: rotate(180deg);
}

/* Mobile */
@media (max-width: 991.98px) {
    .navbar[b-tdcm2gsocu] {
        position: relative;
    }

    .navbar-collapse[b-tdcm2gsocu] {
        background-color: rgba(26, 26, 26, 0.95);
        margin-top: 1rem;
        border-radius: 8px;
        padding: 1rem;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 107, 53, 0.3);
    }

    /* No mobile, textos sempre vis�veis */
    .nav-text[b-tdcm2gsocu] {
        max-width: 200px !important;
        opacity: 1 !important;
        margin-left: 0.5rem !important;
    }

    .nav-link[b-tdcm2gsocu] {
        margin: 0.25rem 0;
        font-size: 1rem;
        padding: 0.75rem 1rem !important;
    }

    .dropdown-menu[b-tdcm2gsocu] {
        background-color: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        margin-left: 1rem;
        margin-top: 0.5rem;
    }

    #nomeCondominioNav[b-tdcm2gsocu] {
        margin: 1rem 0;
        justify-content: center;
    }

    .user-name[b-tdcm2gsocu] {
        max-width: none;
        font-size: 1rem;
    }
}

/* �cones Bootstrap */
.bi[b-tdcm2gsocu] {
    font-size: 1.1rem;
    vertical-align: middle;
}

/* Bot�o toggler mobile */
.navbar-toggler[b-tdcm2gsocu] {
    border-color: rgba(255, 107, 53, 0.5);
}

    .navbar-toggler:focus[b-tdcm2gsocu] {
        box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
    }

.navbar-toggler-icon[b-tdcm2gsocu] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 107, 53, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Ajuste para conte�do principal */
body[b-tdcm2gsocu] {
    padding-top: 60px;
}

/* Estados especiais */
.nav-link.disabled[b-tdcm2gsocu] {
    color: rgba(255, 255, 255, 0.5) !important;
    pointer-events: none;
}

.nav-link.active[b-tdcm2gsocu] {
    background-color: rgba(255, 107, 53, 0.15);
    color: #ff6b35 !important;
}

/* Ajuste �cones */
.navbar .bi[b-tdcm2gsocu]::before {
    vertical-align: -0.125em;
}

/* Linha divis�ria */
.dropdown-divider[b-tdcm2gsocu] {
    border-color: rgba(255, 107, 53, 0.2);
}

/* Garantir que dropdowns funcionem */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu[b-tdcm2gsocu] {
        display: block;
        animation: fadeIn-b-tdcm2gsocu 0.3s ease;
    }
}

@keyframes fadeIn-b-tdcm2gsocu {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* For�ar cor branca espec�fica para NavLinks em dropdowns */
.dropdown-menu .dropdown-item.nav-link *[b-tdcm2gsocu] {
    color: #ffffff !important;
}

.dropdown-menu li a[b-tdcm2gsocu] {
    color: #ffffff !important;
}

    .dropdown-menu li a:hover[b-tdcm2gsocu] {
        color: #ff6b35 !important;
    }

/* Sobrescrever qualquer estilo do Bootstrap */
.dropdown-menu .nav-link:not(:hover)[b-tdcm2gsocu] {
    color: #ffffff !important;
    background-color: transparent !important;
}

/* Targeting espec�fico para o componente NavLink do Blazor */
.dropdown-menu a[href][b-tdcm2gsocu] {
    color: #ffffff !important;
}

    .dropdown-menu a[href]:hover[b-tdcm2gsocu] {
        color: #ff6b35 !important;
        background-color: rgba(255, 107, 53, 0.2) !important;
    }
/* Master Mode Toggle */
.master-mode-toggle[b-tdcm2gsocu] {
    background-color: rgba(255, 193, 7, 0.1);
    padding: 0.4rem 0.75rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 193, 7, 0.3);
    transition: all 0.3s ease;
}

    .master-mode-toggle:hover[b-tdcm2gsocu] {
        background-color: rgba(255, 193, 7, 0.2);
    }

    .master-mode-toggle .form-check-input[b-tdcm2gsocu] {
        cursor: pointer;
        border-color: #ffc107;
    }

        .master-mode-toggle .form-check-input:checked[b-tdcm2gsocu] {
            background-color: #ffc107;
            border-color: #ffc107;
        }

.master-mode-text[b-tdcm2gsocu] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 991.98px) {
    .master-mode-toggle[b-tdcm2gsocu] {
        margin: 1rem 0;
        justify-content: center;
        width: 100%;
    }
}

/* Desktop - ocultar texto no hover */
@media (min-width: 992px) {
    .master-mode-text[b-tdcm2gsocu] {
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .master-mode-toggle:hover .master-mode-text[b-tdcm2gsocu] {
        max-width: 100px;
        opacity: 1;
        margin-left: 0.5rem;
    }
}
/* _content/MundoCondo/Components/Pages/Agendas/AgendaScheduler.razor.rz.scp.css */
/* ==========================================
   ESTILOS PRINCIPAIS DO SCHEDULER
   ========================================== */

.scheduler-container[b-4m93nyvykl] {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: var(--bs-font-sans-serif);
    margin-bottom: 20px;
}

.scheduler-header[b-4m93nyvykl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.scheduler-controls[b-4m93nyvykl] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-button[b-4m93nyvykl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0.5rem;
    font-size: 1.2rem;
    border: 1px solid #0d6efd;
    border-radius: 0.375rem;
    background-color: transparent;
    color: #0d6efd;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .nav-button:hover[b-4m93nyvykl] {
        background-color: #0d6efd;
        color: white;
        border-color: #0b5ed7;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

.month-title[b-4m93nyvykl] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    min-width: 180px;
    text-align: center;
}

.scheduler-legend[b-4m93nyvykl] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.legend-item[b-4m93nyvykl] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.legend-color[b-4m93nyvykl] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

    .legend-color.concluida[b-4m93nyvykl] {
        background-color: #4caf50;
    }

    .legend-color.normal[b-4m93nyvykl] {
        background-color: #ffffff;
        border: 1px solid #ddd;
    }

    .legend-color.media[b-4m93nyvykl] {
        background-color: #ffeb3b;
    }

    .legend-color.alta[b-4m93nyvykl] {
        background-color: #f44336;
    }

/* ==========================================
   CALENDÁRIO
   ========================================== */

.scheduler-calendar[b-4m93nyvykl] {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.calendar-header[b-4m93nyvykl] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.weekday[b-4m93nyvykl] {
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

.calendar-grid[b-4m93nyvykl] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: minmax(120px, auto);
}

.calendar-day[b-4m93nyvykl] {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    min-height: 120px;
    background-color: #fff;
    cursor: pointer;
}

    .calendar-day:hover[b-4m93nyvykl] {
        background-color: #f8f9fa;
    }

    .calendar-day.other-month[b-4m93nyvykl] {
        background-color: #f9f9f9;
        color: #aaa;
    }

.day-header[b-4m93nyvykl] {
    font-weight: 500;
    margin-bottom: 5px;
    text-align: right;
}

.day-events[b-4m93nyvykl] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/* ==========================================
   EVENTOS - AGENDAS NORMAIS
   ========================================== */

.event[b-4m93nyvykl] {
    padding: 3px 5px;
    border-radius: 4px;
    border-left: 3px solid currentColor;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .event:hover[b-4m93nyvykl] {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        transform: translateY(-1px);
    }

.event-concluida[b-4m93nyvykl] {
    background-color: #4caf50;
    color: white;
    border-left-color: #2e7d32;
}

.event-normal[b-4m93nyvykl] {
    background-color: #ffffff;
    color: #333;
    border-left-color: #9e9e9e;
}

.event-media[b-4m93nyvykl] {
    background-color: #ffeb3b;
    color: #333;
    border-left-color: #fbc02d;
}

.event-alta[b-4m93nyvykl] {
    background-color: #f44336;
    color: white;
    border-left-color: #c62828;
}

/* ==========================================
   EVENTOS - CHAMADOS (VISUAL DIFERENCIADO)
   ========================================== */

.event-chamado[b-4m93nyvykl],
.event-chamado-pendente[b-4m93nyvykl],
.event-chamado-orcamento[b-4m93nyvykl],
.event-chamado-andamento[b-4m93nyvykl],
.event-chamado-concluido[b-4m93nyvykl] {
    border-left-width: 4px;
    border-left-style: dashed;
    font-weight: 600;
    position: relative;
}

    /* Badge "CHAMADO" no canto */
    .event-chamado[b-4m93nyvykl]::before,
    .event-chamado-pendente[b-4m93nyvykl]::before,
    .event-chamado-orcamento[b-4m93nyvykl]::before,
    .event-chamado-andamento[b-4m93nyvykl]::before,
    .event-chamado-concluido[b-4m93nyvykl]::before {
        content: "CHAMADO";
        position: absolute;
        top: 2px;
        right: 2px;
        font-size: 0.55rem;
        background-color: rgba(0, 0, 0, 0.15);
        padding: 1px 3px;
        border-radius: 2px;
        font-weight: bold;
        opacity: 0.7;
    }

.event-chamado-pendente[b-4m93nyvykl] {
    background-color: #fff3cd;
    color: #856404;
    border-left-color: #ffc107;
}

.event-chamado-orcamento[b-4m93nyvykl] {
    background-color: #cff4fc;
    color: #055160;
    border-left-color: #0dcaf0;
}

.event-chamado-andamento[b-4m93nyvykl] {
    background-color: #cfe2ff;
    color: #084298;
    border-left-color: #0d6efd;
}

.event-chamado-concluido[b-4m93nyvykl] {
    background-color: #d1e7dd;
    color: #0f5132;
    border-left-color: #198754;
}

.event-time[b-4m93nyvykl] {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 2px;
}

.event-title[b-4m93nyvykl] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    margin-bottom: 2px;
    padding-right: 50px; /* Espaço para o badge "CHAMADO" */
}

/* ==========================================
   MODAL DE DETALHES
   ========================================== */

.event-details-modal[b-4m93nyvykl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050 !important;
    pointer-events: auto;
}

    .event-details-modal .modal-backdrop[b-4m93nyvykl] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 1049 !important;
    }

    .event-details-modal .modal-content[b-4m93nyvykl] {
        position: relative;
        width: 90%;
        max-width: 700px;
        max-height: 90vh;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        z-index: 1051 !important;
        display: flex;
        flex-direction: column;
        pointer-events: auto;
    }

.modal-header[b-4m93nyvykl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
    flex-shrink: 0;
}

    .modal-header h3[b-4m93nyvykl] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #333;
    }

.close-button[b-4m93nyvykl] {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
    z-index: 1053;
}

    .close-button:hover[b-4m93nyvykl] {
        color: #dc3545;
        background-color: #f1f3f4;
    }

.modal-body[b-4m93nyvykl] {
    padding: 1.5rem;
    overflow-y: auto;
    flex-grow: 1;
    max-height: calc(90vh - 120px);
}

.form-group[b-4m93nyvykl] {
    margin-bottom: 1rem;
}

    .form-group label[b-4m93nyvykl] {
        display: block;
        font-weight: 500;
        margin-bottom: 0.5rem;
        color: #333;
    }

    .form-group .form-control[b-4m93nyvykl],
    .form-group .form-select[b-4m93nyvykl] {
        width: 100%;
        padding: 0.5rem 0.75rem;
        border: 1px solid #ced4da;
        border-radius: 0.375rem;
        font-size: 1rem;
        line-height: 1.5;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .form-group .form-control:focus[b-4m93nyvykl],
        .form-group .form-select:focus[b-4m93nyvykl] {
            border-color: #86b7fe;
            outline: 0;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

.form-check[b-4m93nyvykl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .form-check .form-check-input[b-4m93nyvykl] {
        margin: 0;
    }

.modal-actions[b-4m93nyvykl] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
    flex-shrink: 0;
}

/* ==========================================
   BOTÕES
   ========================================== */

.btn[b-4m93nyvykl] {
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.btn-primary[b-4m93nyvykl] {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-primary:hover[b-4m93nyvykl] {
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

.btn-secondary[b-4m93nyvykl] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover[b-4m93nyvykl] {
        background-color: #5c636a;
        border-color: #565e64;
    }

/* ==========================================
   DRAG & DROP
   ========================================== */

.event.dragging[b-4m93nyvykl] {
    opacity: 0.5;
    transform: rotate(2deg);
}

.calendar-day.drag-over[b-4m93nyvykl] {
    background-color: #e3f2fd;
    border: 2px dashed #2196f3;
}

/* ==========================================
   RESPONSIVO
   ========================================== */

@media (max-width: 768px) {
    .scheduler-header[b-4m93nyvykl] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .scheduler-controls[b-4m93nyvykl] {
        width: 100%;
        justify-content: space-between;
    }

    .scheduler-legend[b-4m93nyvykl] {
        width: 100%;
        justify-content: space-around;
    }

    .calendar-day[b-4m93nyvykl] {
        min-height: 80px;
    }

    .modal-content[b-4m93nyvykl],
    .event-details-modal .modal-content[b-4m93nyvykl] {
        width: 95%;
        max-height: 95vh;
    }

    .event-title[b-4m93nyvykl] {
        padding-right: 0; /* Remove padding no mobile */
    }

    /* Esconde o badge "CHAMADO" no mobile */
    .event-chamado[b-4m93nyvykl]::before,
    .event-chamado-pendente[b-4m93nyvykl]::before,
    .event-chamado-orcamento[b-4m93nyvykl]::before,
    .event-chamado-andamento[b-4m93nyvykl]::before,
    .event-chamado-concluido[b-4m93nyvykl]::before {
        display: none;
    }
}
/* _content/MundoCondo/Components/Pages/Apresentacao/Apresentacao.razor.rz.scp.css */
.apresentacao-container[b-fbgbmpou99] {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

.presentation[b-fbgbmpou99] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide[b-fbgbmpou99] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.5s ease-out;
    pointer-events: none;
}

    .slide.active[b-fbgbmpou99] {
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
    }

.slide-content[b-fbgbmpou99] {
    background: white;
    border-radius: 20px;
    padding: 30px;
    max-width: 1100px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6);
    text-align: center;
    animation: fadeIn-b-fbgbmpou99 0.6s ease-out;
}

@keyframes fadeIn-b-fbgbmpou99 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo-principal[b-fbgbmpou99] {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
    display: block;
}

h1[b-fbgbmpou99] {
    color: #1e293b;
    font-size: 32px;
    margin: 20px 0;
    font-weight: 700;
}

h2[b-fbgbmpou99] {
    color: #f97316;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

p[b-fbgbmpou99] {
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.lead[b-fbgbmpou99] {
    font-size: 19px;
    font-weight: 500;
}

.feature-icon[b-fbgbmpou99] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.35);
}

.screenshots-grid[b-fbgbmpou99] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 25px 0;
    width: 100%;
}

.screenshot[b-fbgbmpou99] {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border: 2px solid #e5e7eb;
    transition: transform 0.3s ease;
}

    .screenshot:hover[b-fbgbmpou99] {
        transform: scale(1.02);
    }

.cta-button[b-fbgbmpou99] {
    display: inline-block;
    margin-top: 25px;
    padding: 18px 45px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
    transition: all 0.3s ease;
}

    .cta-button:hover[b-fbgbmpou99] {
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(249, 115, 22, 0.5);
    }

    .cta-button:active[b-fbgbmpou99] {
        transform: translateY(0);
    }

.controls[b-fbgbmpou99] {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 1000;
}

.control-btn[b-fbgbmpou99] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: white;
    color: #f97316;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .control-btn:hover:not(:disabled)[b-fbgbmpou99] {
        background: #f97316;
        color: white;
        transform: scale(1.05);
    }

    .control-btn:active:not(:disabled)[b-fbgbmpou99] {
        transform: scale(0.95);
    }

    .control-btn:disabled[b-fbgbmpou99] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.progress[b-fbgbmpou99] {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 1000;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
}

.progress-dot[b-fbgbmpou99] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s;
    cursor: pointer;
}

    .progress-dot:hover[b-fbgbmpou99] {
        background: rgba(255, 255, 255, 0.7);
    }

    .progress-dot.active[b-fbgbmpou99] {
        background: #f97316;
        width: 32px;
        border-radius: 5px;
    }

/* Responsividade Mobile */
@media (max-width: 768px) {
    .slide-content[b-fbgbmpou99] {
        padding: 20px;
        max-height: 85vh;
    }

    h1[b-fbgbmpou99] {
        font-size: 26px;
    }

    h2[b-fbgbmpou99] {
        font-size: 22px;
    }

    p[b-fbgbmpou99] {
        font-size: 16px;
    }

    .lead[b-fbgbmpou99] {
        font-size: 17px;
    }

    .feature-icon[b-fbgbmpou99] {
        width: 65px;
        height: 65px;
        font-size: 34px;
    }

    .logo-principal[b-fbgbmpou99] {
        max-width: 280px;
    }

    .control-btn[b-fbgbmpou99] {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .cta-button[b-fbgbmpou99] {
        padding: 15px 35px;
        font-size: 17px;
    }

    .screenshots-grid[b-fbgbmpou99] {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .slide-content[b-fbgbmpou99] {
        padding: 15px;
    }

    h1[b-fbgbmpou99] {
        font-size: 22px;
    }

    h2[b-fbgbmpou99] {
        font-size: 19px;
    }

    p[b-fbgbmpou99] {
        font-size: 15px;
    }

    .progress-dot[b-fbgbmpou99] {
        width: 8px;
        height: 8px;
    }

        .progress-dot.active[b-fbgbmpou99] {
            width: 24px;
        }
}
/* _content/MundoCondo/Components/Pages/Atalhos.razor.rz.scp.css */

/* Estilos para dashboard do usuário logado */
.dashboard-container[b-fk2u0ovj7d] {
    min-height: calc(100vh - 70px);
    background: linear-gradient(135deg, #2c2c2c 0%, #ff6b35 50%, #ff8c42 100%);
    padding: 1rem 0;
}

.dashboard-header[b-fk2u0ovj7d] {
    text-align: center;
    padding: 2rem 0;
    color: white;
}

.welcome-content[b-fk2u0ovj7d] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}

.dashboard-title[b-fk2u0ovj7d] {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.dashboard-subtitle[b-fk2u0ovj7d] {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.shortcuts-grid[b-fk2u0ovj7d] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    justify-items: center;
}

.shortcut-card[b-fk2u0ovj7d] {
    background: white;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 320px;
    cursor: pointer;
    user-select: none;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
}

    .shortcut-card[b-fk2u0ovj7d]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #ff6b35, #ff8c42);
    }

    .shortcut-card:hover[b-fk2u0ovj7d] {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

.card-icon[b-fk2u0ovj7d] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: transform 0.3s ease;
}

.shortcut-card:hover .card-icon[b-fk2u0ovj7d] {
    transform: scale(1.1);
}

.card-icon i[b-fk2u0ovj7d] {
    font-size: 1.8rem;
    color: white;
}

.card-title[b-fk2u0ovj7d] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.card-description[b-fk2u0ovj7d] {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    flex: 1;
    font-size: 0.95rem;
}

.btn-shortcut[b-fk2u0ovj7d] {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    border: none;
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 150px;
}

    .btn-shortcut:hover[b-fk2u0ovj7d] {
        background: linear-gradient(135deg, #e55a2b, #e67a32);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
        color: white;
    }

/* Responsividade */
@media (max-width: 768px) {
    .shortcuts-grid[b-fk2u0ovj7d] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.5rem;
    }

    .shortcut-card[b-fk2u0ovj7d] {
        max-width: 100%;
        padding: 1.5rem;
        min-height: 250px;
    }

    .dashboard-title[b-fk2u0ovj7d] {
        font-size: 1.8rem;
    }

    .dashboard-subtitle[b-fk2u0ovj7d] {
        font-size: 1rem;
    }
}


/* _content/MundoCondo/Components/Pages/Contas/ContasIndex.razor.rz.scp.css */
/* ContasIndex.css - Estilos para o módulo de contas */

/* Componentes de busca e filtros */
.search-box input[b-3eknd3szt6] {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}

/* Tabelas */
.table-hover tbody tr:hover[b-3eknd3szt6] {
    background-color: rgba(0, 0, 0, 0.025);
}

.table-danger[b-3eknd3szt6] {
    --bs-table-bg: rgba(220, 53, 69, 0.1);
}

.table-responsive[b-3eknd3szt6] {
    border-radius: 0.375rem;
}

/* Badges e indicadores de status */
.badge[b-3eknd3szt6] {
    font-size: 0.75em;
    font-weight: 500;
}

/* Grupos de botões */
.btn-group .btn[b-3eknd3szt6] {
    margin-right: 2px;
}

    .btn-group .btn:last-child[b-3eknd3szt6] {
        margin-right: 0;
    }

/* Navegação em abas */
.card-header-tabs .nav-link[b-3eknd3szt6] {
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 1rem;
    color: #6c757d;
    transition: all 0.15s ease-in-out;
}

    .card-header-tabs .nav-link:hover[b-3eknd3szt6] {
        color: #0d6efd;
        border-bottom-color: rgba(13, 110, 253, 0.3);
    }

    .card-header-tabs .nav-link.active[b-3eknd3szt6] {
        background-color: transparent;
        border-bottom-color: #0d6efd;
        font-weight: 600;
        color: #0d6efd;
    }

/* Timeline do modal de logs */
.timeline-modal[b-3eknd3szt6] {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #dee2e6 transparent;
}

    .timeline-modal[b-3eknd3szt6]::-webkit-scrollbar {
        width: 6px;
    }

    .timeline-modal[b-3eknd3szt6]::-webkit-scrollbar-track {
        background: transparent;
    }

    .timeline-modal[b-3eknd3szt6]::-webkit-scrollbar-thumb {
        background-color: #dee2e6;
        border-radius: 3px;
    }

        .timeline-modal[b-3eknd3szt6]::-webkit-scrollbar-thumb:hover {
            background-color: #adb5bd;
        }

/* Form floating melhorado */
.form-floating > .form-control:focus ~ label[b-3eknd3szt6],
.form-floating > .form-control:not(:placeholder-shown) ~ label[b-3eknd3szt6] {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    color: #0d6efd;
}

.form-floating > .form-select:focus ~ label[b-3eknd3szt6],
.form-floating > .form-select:not([value=""]) ~ label[b-3eknd3szt6] {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    color: #0d6efd;
}

/* Estados vazios */
.display-1[b-3eknd3szt6] {
    font-size: 5rem;
    opacity: 0.5;
}

.py-5[b-3eknd3szt6] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Spinners e loading */
.spinner-border-sm[b-3eknd3szt6] {
    width: 1rem;
    height: 1rem;
}

/* Cards e containers */
.card[b-3eknd3szt6] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header[b-3eknd3szt6] {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* Badges de status personalizados */
.bg-warning[b-3eknd3szt6] {
    color: #000 !important;
}

.bg-success[b-3eknd3szt6] {
    color: #fff !important;
}

.bg-danger[b-3eknd3szt6] {
    color: #fff !important;
}

.bg-info[b-3eknd3szt6] {
    color: #fff !important;
}

.bg-secondary[b-3eknd3szt6] {
    color: #fff !important;
}

/* Filtros ativos */
.badge .btn-close[b-3eknd3szt6] {
    font-size: 0.65em;
    opacity: 0.8;
}

    .badge .btn-close:hover[b-3eknd3szt6] {
        opacity: 1;
    }

/* Botões de ação */
.btn-outline-info:hover[b-3eknd3szt6] {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-success:hover[b-3eknd3szt6] {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-outline-danger:hover[b-3eknd3szt6] {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Melhorias na responsividade */
@media (max-width: 768px) {
    .btn-group[b-3eknd3szt6] {
        flex-direction: column;
        width: 100%;
    }

        .btn-group .btn[b-3eknd3szt6] {
            margin-right: 0;
            margin-bottom: 2px;
            border-radius: 0.375rem !important;
        }

            .btn-group .btn:last-child[b-3eknd3szt6] {
                margin-bottom: 0;
            }

    .table-responsive[b-3eknd3szt6] {
        font-size: 0.875rem;
    }

    .card-header-tabs[b-3eknd3szt6] {
        flex-wrap: wrap;
    }

        .card-header-tabs .nav-link[b-3eknd3szt6] {
            padding: 0.5rem 0.75rem;
            font-size: 0.875rem;
        }

    /* Ajustar gráfico em mobile */
    #grafico-financeiro[b-3eknd3szt6] {
        height: 250px !important;
    }

    /* Badges menores em mobile */
    .badge[b-3eknd3szt6] {
        font-size: 0.65em;
        padding: 0.25em 0.4em;
    }

    /* Modal menor em mobile */
    .modal-lg[b-3eknd3szt6] {
        max-width: 95vw;
    }

    .modal-body[b-3eknd3szt6] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .d-flex.gap-2[b-3eknd3szt6] {
        flex-direction: column;
        gap: 0.5rem !important;
    }

    .btn[b-3eknd3szt6] {
        width: 100%;
        text-align: center;
    }

    .input-group[b-3eknd3szt6] {
        flex-direction: column;
    }

        .input-group .btn[b-3eknd3szt6] {
            width: auto;
            margin-top: 0.25rem;
        }

    /* Tags de filtro em mobile */
    .badge[b-3eknd3szt6] {
        margin-bottom: 0.25rem;
        display: inline-block;
    }

    /* Tabela mais compacta */
    .table th[b-3eknd3szt6],
    .table td[b-3eknd3szt6] {
        padding: 0.375rem;
        font-size: 0.8rem;
    }

        /* Esconder colunas menos importantes em mobile */
        .table th:nth-child(3)[b-3eknd3szt6],
        .table td:nth-child(3)[b-3eknd3szt6],
        .table th:nth-child(4)[b-3eknd3szt6],
        .table td:nth-child(4)[b-3eknd3szt6] {
            display: none;
        }
}

/* Animações sutis */
.btn[b-3eknd3szt6] {
    transition: all 0.15s ease-in-out;
}

.card[b-3eknd3szt6] {
    transition: box-shadow 0.15s ease-in-out;
}

    .card:hover[b-3eknd3szt6] {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.badge[b-3eknd3szt6] {
    transition: all 0.15s ease-in-out;
}

/* Estados de foco melhorados */
.form-control:focus[b-3eknd3szt6],
.form-select:focus[b-3eknd3szt6] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Melhorias no modal de filtros */
.modal-content[b-3eknd3szt6] {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header[b-3eknd3szt6] {
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 0.5rem 0.5rem 0 0;
}

.modal-footer[b-3eknd3szt6] {
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 0 0 0.5rem 0.5rem;
}

/* Estilo para gráfico */
#grafico-financeiro[b-3eknd3szt6] {
    border-radius: 0.375rem;
}

/* Utilitários customizados */
.text-muted[b-3eknd3szt6] {
    color: #6c757d !important;
}

.fs-6[b-3eknd3szt6] {
    font-size: 1rem !important;
}

.fw-bold[b-3eknd3szt6] {
    font-weight: 700 !important;
}

.opacity-75[b-3eknd3szt6] {
    opacity: 0.75 !important;
}

/* Estados de loading */
.skeleton[b-3eknd3szt6] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-3eknd3szt6 1.5s infinite;
}

@keyframes loading-b-3eknd3szt6 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Print styles */
@media print {
    .btn[b-3eknd3szt6],
    .btn-group[b-3eknd3szt6],
    .modal[b-3eknd3szt6],
    .navbar[b-3eknd3szt6] {
        display: none !important;
    }

    .table[b-3eknd3szt6] {
        border-collapse: collapse !important;
    }

        .table th[b-3eknd3szt6],
        .table td[b-3eknd3szt6] {
            border: 1px solid #000 !important;
        }

    .badge[b-3eknd3szt6] {
        border: 1px solid #000;
        color: #000 !important;
        background: transparent !important;
    }
}
/* _content/MundoCondo/Components/Pages/ControlesAcesso/ControlesAcessoIndex.razor.rz.scp.css */
/* Container para manter a posição da imagem pequena */
.avatar-container[b-tunav63w3p] {
    position: relative;
    display: inline-block;
}

    /* Estilo da imagem pequena */
    .avatar-container img[b-tunav63w3p] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    /* Estilo para exibir a imagem em tamanho real no hover */
    .avatar-container:hover img[b-tunav63w3p] {
        position: absolute;
        width: auto; /* Tamanho original da largura */
        height: auto; /* Tamanho original da altura */
        max-width: 300px; /* Opcional: limita o tamanho máximo se a imagem for muito grande */
        border-radius: 2px; /* Opcional: pode remover a forma circular */
        z-index: 1000; /* Garante que a imagem fique acima de outros elementos */
        box-shadow: 0 0 10px rgba(0,0,0,0.3); /* Opcional: adiciona uma sombra */
    }
/* _content/MundoCondo/Components/Pages/Default.razor.rz.scp.css */
/* Container principal */
.condominio-selection-container[b-ltuek407fq] {
    min-height: calc(100vh - 70px);
    background: linear-gradient(135deg, #2c2c2c 0%, #ff6b35 50%, #ff8c42 100%);
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}

/* Header de boas-vindas */
.welcome-header[b-ltuek407fq] {
    text-align: center;
    padding: 2rem 0;
    color: white;
    flex-shrink: 0;
}

.welcome-content[b-ltuek407fq] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
}

.logo-container[b-ltuek407fq] {
    margin-bottom: 1rem;
}

.welcome-title[b-ltuek407fq] {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.welcome-subtitle[b-ltuek407fq] {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Grid de condomínios */
.condominios-grid[b-ltuek407fq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    justify-items: center;
    align-content: start;
    flex: 1;
}

/* Cards de condomínio */
.condominio-card[b-ltuek407fq] {
    background: white;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    cursor: pointer;
    user-select: none;
    animation: fadeInUp-b-ltuek407fq 0.6s ease forwards;
    opacity: 0;
}

    .condominio-card[b-ltuek407fq]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #ff6b35, #ff8c42);
    }

    .condominio-card:hover[b-ltuek407fq] {
        transform: translateY(-15px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    }

    /* Efeito de clique nos cards */
    .condominio-card:active[b-ltuek407fq] {
        transform: translateY(-8px) scale(0.98);
    }

    .condominio-card:nth-child(1)[b-ltuek407fq] {
        animation-delay: 0.1s;
    }

    .condominio-card:nth-child(2)[b-ltuek407fq] {
        animation-delay: 0.2s;
    }

    .condominio-card:nth-child(3)[b-ltuek407fq] {
        animation-delay: 0.3s;
    }

    .condominio-card:nth-child(4)[b-ltuek407fq] {
        animation-delay: 0.4s;
    }

.card-icon[b-ltuek407fq] {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: transform 0.3s ease;
}

.condominio-card:hover .card-icon[b-ltuek407fq] {
    transform: scale(1.05);
}

.card-icon i[b-ltuek407fq] {
    font-size: 1.8rem;
    color: white;
}

.card-title[b-ltuek407fq] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.card-info[b-ltuek407fq] {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    flex: 1;
}

    .card-info small[b-ltuek407fq] {
        display: block;
        margin: 0.25rem 0;
    }

.btn-acessar[b-ltuek407fq] {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    border: none;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

    .btn-acessar:hover[b-ltuek407fq] {
        background: linear-gradient(135deg, #e55a2b, #e67a32);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
        color: white;
    }

/* Estados especiais */
.loading-state[b-ltuek407fq],
.empty-state[b-ltuek407fq] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    color: white;
}

.loading-state[b-ltuek407fq] {
    animation: fadeIn-b-ltuek407fq 0.3s ease;
}

    .loading-state .spinner-border[b-ltuek407fq] {
        width: 3rem;
        height: 3rem;
        border-color: rgba(255, 255, 255, 0.3);
        border-top-color: white;
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
    }

.empty-state i[b-ltuek407fq] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

/* Condomínio selecionado */
.condominio-selecionado[b-ltuek407fq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1040;
    padding: 1rem;
}

.selected-card[b-ltuek407fq] {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn-b-ltuek407fq 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.selected-icon[b-ltuek407fq] {
    margin-bottom: 1.5rem;
}

    .selected-icon i[b-ltuek407fq] {
        font-size: 4rem;
        animation: checkBounce-b-ltuek407fq 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.selected-card h4[b-ltuek407fq] {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.selected-card h5[b-ltuek407fq] {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.action-buttons[b-ltuek407fq] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

    .action-buttons .btn[b-ltuek407fq] {
        padding: 0.75rem 1.5rem;
        border-radius: 50px;
        font-weight: 600;
        min-width: 150px;
        transition: all 0.3s ease;
        letter-spacing: 0.5px;
    }

        .action-buttons .btn:hover[b-ltuek407fq] {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

    .action-buttons .btn-success[b-ltuek407fq] {
        background: linear-gradient(135deg, #ff6b35, #ff8c42);
        border: none;
    }

        .action-buttons .btn-success:hover[b-ltuek407fq] {
            background: linear-gradient(135deg, #e55a2b, #e67a32);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
        }

/* Animações */
@keyframes slideUp-b-ltuek407fq {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-ltuek407fq {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes modalSlideIn-b-ltuek407fq {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes checkBounce-b-ltuek407fq {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn-b-ltuek407fq {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .welcome-title[b-ltuek407fq] {
        font-size: 1.8rem;
    }

    .welcome-subtitle[b-ltuek407fq] {
        font-size: 1rem;
    }

    .welcome-header[b-ltuek407fq] {
        padding: 1.5rem 0;
    }

    .condominios-grid[b-ltuek407fq] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.5rem;
    }

    .condominio-card[b-ltuek407fq] {
        padding: 1.5rem;
        min-height: 250px;
    }

    .selected-card[b-ltuek407fq] {
        margin: 1rem;
        padding: 2rem 1.5rem;
    }

    .action-buttons[b-ltuek407fq] {
        flex-direction: column;
    }

        .action-buttons .btn[b-ltuek407fq] {
            width: 100%;
        }
}

@media (max-width: 576px) {
    .selected-card[b-ltuek407fq] {
        margin: 0.5rem;
        padding: 2rem 1rem;
        border-radius: 15px;
    }

    .selected-icon i[b-ltuek407fq] {
        font-size: 3rem !important;
    }

    .action-buttons[b-ltuek407fq] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* _content/MundoCondo/Components/Pages/News/NewsPortal.razor.rz.scp.css */
.news-portal-container[b-5b67h18y26] {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.4s ease-out;
    max-width: 400px;
    width: 100%;
}

    .news-portal-container.show[b-5b67h18y26] {
        transform: translateX(0);
    }

.news-portal[b-5b67h18y26] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    margin: 0 0 0 20px;
    padding: 1.5rem;
    overflow: hidden;
    border-left: 4px solid #3b82f6;
}

.news-portal-header[b-5b67h18y26] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.news-portal-title[b-5b67h18y26] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .news-portal-title .news-icon[b-5b67h18y26] {
        color: #3b82f6;
        font-size: 1.25rem;
    }

.news-highlight[b-5b67h18y26] {
    background-color: #f0f9ff;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}

    .news-highlight:hover[b-5b67h18y26] {
        background-color: #e0f2fe;
        transform: translateY(-2px);
    }

.news-highlight-title[b-5b67h18y26] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.news-highlight-content[b-5b67h18y26] {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.5;
}

.news-list[b-5b67h18y26] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item[b-5b67h18y26] {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

    .news-item:last-child[b-5b67h18y26] {
        border-bottom: none;
    }

    .news-item:hover[b-5b67h18y26] {
        background-color: #f9fafb;
        padding-left: 8px;
    }

.news-item-title[b-5b67h18y26] {
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 0.25rem;
    display: block;
}

.news-item-info[b-5b67h18y26] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
}

.news-item-date[b-5b67h18y26] {
    color: #6b7280;
}

.news-item-category[b-5b67h18y26] {
    color: #3b82f6;
    font-weight: 500;
}

.news-toggle-button[b-5b67h18y26] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.5);
    z-index: 1000;
    transition: all 0.3s ease;
}

    .news-toggle-button:hover[b-5b67h18y26] {
        background-color: #2563eb;
        transform: scale(1.05);
    }

    .news-toggle-button .news-icon[b-5b67h18y26] {
        font-size: 1.25rem;
    }

.close-button[b-5b67h18y26] {
    background-color: transparent;
    border: none;
    color: #6b7280;
    cursor: pointer;
    font-size: 1rem;
    transition: color 0.2s ease;
}

    .close-button:hover[b-5b67h18y26] {
        color: #1f2937;
    }

.news-actions[b-5b67h18y26] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    gap: 0.5rem;
}

.news-button[b-5b67h18y26] {
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .news-button:hover[b-5b67h18y26] {
        background-color: #2563eb;
    }

    .news-button.secondary[b-5b67h18y26] {
        background-color: #f3f4f6;
        color: #4b5563;
    }

        .news-button.secondary:hover[b-5b67h18y26] {
            background-color: #e5e7eb;
            color: #1f2937;
        }

/* Modal para visualizar todas as notícias */
.news-modal-backdrop[b-5b67h18y26] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .news-modal-backdrop.active[b-5b67h18y26] {
        opacity: 1;
        visibility: visible;
    }

.news-modal[b-5b67h18y26] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.5rem;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.news-modal-backdrop.active .news-modal[b-5b67h18y26] {
    transform: translateY(0);
}

.news-modal-header[b-5b67h18y26] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

    .news-modal-header div[b-5b67h18y26] {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

.news-modal-title[b-5b67h18y26] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
}

.news-modal-close[b-5b67h18y26] {
    background-color: transparent;
    border: none;
    color: #6b7280;
    font-size: 1.25rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

    .news-modal-close:hover[b-5b67h18y26] {
        color: #1f2937;
    }

.news-modal-body[b-5b67h18y26] {
    margin-bottom: 1rem;
}

.news-modal-footer[b-5b67h18y26] {
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

/* Animação para novos itens de notícia */
@keyframes fadeIn-b-5b67h18y26 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-item.new[b-5b67h18y26] {
    animation: fadeIn-b-5b67h18y26 0.5s ease forwards;
}

/* Responsividade */
@media (max-width: 768px) {
    .news-portal-container[b-5b67h18y26] {
        max-width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .news-portal[b-5b67h18y26] {
        margin: 0;
        border-radius: 12px 12px 0 0;
        border-left: none;
        border-top: 4px solid #3b82f6;
    }

    .news-toggle-button[b-5b67h18y26] {
        bottom: 20px;
        left: 20px;
    }

    .news-modal[b-5b67h18y26] {
        width: 95%;
        max-height: 80vh;
    }
}

/* Estilos para checkboxes e seleção */
.news-item-container[b-5b67h18y26] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.news-item-checkbox[b-5b67h18y26] {
    flex-shrink: 0;
    padding-top: 0.25rem;
}

.news-item-content[b-5b67h18y26] {
    flex-grow: 1;
}

.news-item input[type="checkbox"][b-5b67h18y26] {
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    transition: all 0.2s ease;
    appearance: none;
    background-color: white;
    position: relative;
}

    .news-item input[type="checkbox"]:checked[b-5b67h18y26] {
        background-color: #3b82f6;
        border-color: #3b82f6;
    }

        .news-item input[type="checkbox"]:checked[b-5b67h18y26]::after {
            content: '✓';
            position: absolute;
            color: white;
            font-size: 12px;
            font-weight: bold;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.news-item:hover .news-item-checkbox[b-5b67h18y26] {
    display: block;
}

.news-item .news-item-checkbox[b-5b67h18y26] {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.news-item-selected[b-5b67h18y26] {
    background-color: #f0f9ff;
}

/* Select all checkbox container */
.select-all-container[b-5b67h18y26] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.9rem;
    color: #4b5563;
}

    .select-all-container input[type="checkbox"][b-5b67h18y26] {
        width: 18px;
        height: 18px;
        border: 2px solid #d1d5db;
        border-radius: 4px;
        transition: all 0.2s ease;
        appearance: none;
        background-color: white;
        position: relative;
        cursor: pointer;
        margin-right: 0.5rem;
    }

        .select-all-container input[type="checkbox"]:checked[b-5b67h18y26] {
            background-color: #3b82f6;
            border-color: #3b82f6;
        }

            .select-all-container input[type="checkbox"]:checked[b-5b67h18y26]::after {
                content: '✓';
                position: absolute;
                color: white;
                font-size: 12px;
                font-weight: bold;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

/* Toggle option for showing read items */
.toggle-read-items[b-5b67h18y26] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #6b7280;
    margin-right: 1rem;
    cursor: pointer;
}

    .toggle-read-items input[type="checkbox"][b-5b67h18y26] {
        margin-right: 0.5rem;
        cursor: pointer;
        transform: scale(1.1);
    }

/* Status da notícia */
.news-item-status[b-5b67h18y26] {
    color: #6b7280;
    font-size: 0.75rem;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: #f3f4f6;
}

.news-item.new .news-item-status[b-5b67h18y26] {
    background-color: #dbeafe;
    color: #1d4ed8;
}

/* Mensagem quando não há notícias */
.no-news-message[b-5b67h18y26] {
    text-align: center;
    padding: 2rem;
    color: #6b7280;
    font-style: italic;
}

    .no-news-message p[b-5b67h18y26] {
        margin: 0;
        font-size: 1rem;
    }

/* Animação para itens que saem da lista */
.news-item.removing[b-5b67h18y26] {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

/* Transição suave para mudanças de estado */
.news-item[b-5b67h18y26] {
    transition: all 0.2s ease;
    max-height: 200px; /* Ajuste conforme necessário */
    overflow: hidden;
}

/* Animação para mudanças no modal */
.news-modal-body[b-5b67h18y26] {
    transition: all 0.3s ease;
}

/* Animação para contador de seleção */
.selection-counter[b-5b67h18y26] {
    transition: all 0.2s ease;
    animation: fadeIn-b-5b67h18y26 0.3s ease;
}

/* Botão desabilitado quando não há seleção */
.news-button:disabled[b-5b67h18y26] {
    background-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.news-button.secondary:disabled[b-5b67h18y26] {
    background-color: #f9fafb;
    color: #d1d5db;
}

/* Contador de itens selecionados */
.selection-counter[b-5b67h18y26] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-left: 1rem;
}
/* _content/MundoCondo/Components/Pages/ProcessosJudiciais/ProcessoCreate.razor.rz.scp.css */
.timeline[b-04nmrjycnc] {
    position: relative;
    padding-left: 30px;
}

.timeline-item[b-04nmrjycnc] {
    position: relative;
}

.timeline-marker[b-04nmrjycnc] {
    position: absolute;
    left: -30px;
    top: 5px;
}

    .timeline-marker i[b-04nmrjycnc] {
        font-size: 12px;
    }

.timeline-content[b-04nmrjycnc] {
    padding-left: 10px;
    border-left: 2px solid #e9ecef;
    padding-bottom: 20px;
}

.timeline-item:last-child .timeline-content[b-04nmrjycnc] {
    border-left: none;
}
/* _content/MundoCondo/Components/Shared/AnexosUploader.razor.rz.scp.css */
/* AnexosUploader.razor.css - Atualizado */

/* Estilos gerais do componente */
.anexos-uploader[b-34o7q5dvoi] {
    font-family: var(--bs-font-sans-serif);
    margin-bottom: 1rem;
}

/* Estilo para a área de upload */
.upload-area[b-34o7q5dvoi] {
    margin-top: 1rem;
}

/* Estilo para o botão de upload customizado */
.custom-file-upload .btn[b-34o7q5dvoi] {
    cursor: pointer;
}

/* Estilo para a lista de anexos */
.anexos-lista[b-34o7q5dvoi] {
    margin-bottom: 1rem;
}

/* Estilo para nome de arquivo */
.anexo-nome[b-34o7q5dvoi] {
    font-weight: 500;
    color: #495057;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
    display: inline-block;
}

/* Estilo para miniaturas de arquivos */
.arquivo-miniatura[b-34o7q5dvoi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #f8f9fa;
    border-radius: 6px;
    font-size: 1.5rem;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

/* Estilo para miniaturas de imagem com zoom no hover */
.miniatura-container[b-34o7q5dvoi] {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: visible;
    border-radius: 6px;
    cursor: pointer;
}

    .miniatura-container img[b-34o7q5dvoi] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
        border: 1px solid #dee2e6;
        transition: all 0.2s ease;
    }

    .miniatura-container:hover img[b-34o7q5dvoi] {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 300px;
        max-height: 300px;
        z-index: 1000;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        border-radius: 6px;
        top: 0;
        left: 0;
        transform: translate(0, -50%) scale(1.1);
        object-fit: contain;
    }

/* Estilo para nome de arquivo selecionado */
.selected-file-name[b-34o7q5dvoi] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    font-size: 0.875rem;
    color: #495057;
    padding: 0.375rem 0.75rem;
    background-color: #e3f2fd;
    border-radius: 4px;
    border: 1px solid #90caf9;
    font-weight: 500;
}

/* Estilo para tabela de arquivos */
.anexos-lista table[b-34o7q5dvoi] {
    margin-bottom: 0;
}

    .anexos-lista table td[b-34o7q5dvoi] {
        vertical-align: middle;
    }

    .anexos-lista table th[b-34o7q5dvoi] {
        font-weight: 600;
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

/* Input de descrição */
.anexos-lista input[type="text"].form-control-sm[b-34o7q5dvoi] {
    border-radius: 4px;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
}

    .anexos-lista input[type="text"].form-control-sm:focus[b-34o7q5dvoi] {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    }

/* Hover effect para linhas da tabela */
.anexos-lista tbody tr:hover[b-34o7q5dvoi] {
    background-color: #f8f9fa;
}

/* Responsivo */
@media (max-width: 768px) {
    .anexo-nome[b-34o7q5dvoi] {
        max-width: 150px;
    }

    .selected-file-name[b-34o7q5dvoi] {
        max-width: 150px;
    }

    .miniatura-container:hover img[b-34o7q5dvoi] {
        max-width: 200px;
        max-height: 200px;
    }
}
/* _content/MundoCondo/Components/Shared/FluxoChamadoMini.razor.rz.scp.css */
.timeline-mini[b-6g3jx2ff85] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.timeline-step[b-6g3jx2ff85] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .timeline-step .step-icon[b-6g3jx2ff85] {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        color: #ccc;
    }

    .timeline-step.completed .step-icon[b-6g3jx2ff85] {
        color: #28a745;
    }

    .timeline-step.current .step-icon[b-6g3jx2ff85] {
        color: #007bff;
        animation: pulse-b-6g3jx2ff85 1.5s ease-in-out infinite;
    }

    .timeline-step .step-label[b-6g3jx2ff85] {
        font-size: 0.9rem;
        color: #6c757d;
        font-weight: 500;
    }

    .timeline-step.completed .step-label[b-6g3jx2ff85],
    .timeline-step.current .step-label[b-6g3jx2ff85] {
        color: #212529;
        font-weight: 600;
    }

.timeline-connector[b-6g3jx2ff85] {
    width: 2px;
    height: 20px;
    background-color: #dee2e6;
    margin-left: 15px;
}

    .timeline-connector.completed[b-6g3jx2ff85] {
        background-color: #28a745;
    }

@keyframes pulse-b-6g3jx2ff85 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}
