/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-container[b-8so1fhuy0d] {
    display: flex;
    height: 100%;
    width: 100%;
    max-height:100vh;
}

.login-left-column[b-8so1fhuy0d] {
    flex: 1;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    position: relative;
    max-height:100%;
}

.login-content[b-8so1fhuy0d] {
    width: 100%;
    padding-top: 60px;
    max-width: 400px;
    max-height:100%;
}

.login-header[b-8so1fhuy0d] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-8so1fhuy0d] {
    height: 60px;
    width: auto;
    margin-bottom: 1rem;
}

.login-header h1[b-8so1fhuy0d] {
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}

.login-footer[b-8so1fhuy0d] {
    text-align: center;
    padding-top: 150px;
    color: #666;
    font-size: 0.9rem;
}

.login-right-column[b-8so1fhuy0d] {
    flex: 1;
    background-color: #ffffff;
    height: 100%;
    max-height: 100%;
}

.login-image[b-8so1fhuy0d] {
    width: 100%;
    height: 100%;
}

.background-image[b-8so1fhuy0d] {
    width: 100%;
    height: 100%;
    background-image: url('assets/login-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Se preferir usar tag img em vez de background */
.login-image img.background-image[b-8so1fhuy0d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-footer[b-8so1fhuy0d] {
        text-align: center;
        padding-top: 90px;
        color: #666;
        font-size: 0.9rem;
    }

    .login-container[b-8so1fhuy0d] {
        flex-direction: column;
    }

    .login-right-column[b-8so1fhuy0d] {
        display: none; /* Esconde completamente a coluna da imagem */
    }

    .login-content[b-8so1fhuy0d] {
        min-height: auto;
        padding: 1.5rem;
    }

    .login-right-column[b-8so1fhuy0d] {
        order: 1;
        height: 300px;
    }

    .login-form-section[b-8so1fhuy0d] {
        justify-content: flex-start;
    }
}

/* Estilos existentes para o botão laranja */
.btn-laranja[b-8so1fhuy0d] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}

/* Ajustes para os formulários */
.form-floating[b-8so1fhuy0d] {
    position: relative;
    margin-bottom: 1rem;
}

.form-control[b-8so1fhuy0d] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem 0.75rem;
}

    .form-control:focus[b-8so1fhuy0d] {
        border-color: #f39200;
        box-shadow: 0 0 0 0.2rem rgba(243, 146, 0, 0.25);
    }

.alert[b-8so1fhuy0d] {
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.checkbox[b-8so1fhuy0d] {
    display: flex;
    align-items: center;
}

.darker-border-checkbox[b-8so1fhuy0d] {
    border: 2px solid #dee2e6;
    margin-right: 0.5rem;
}
/* /Components/Account/Pages/Manage/ChangePassword.razor.rz.scp.css */
.btn-laranja[b-0csgp59set] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.btn-laranja[b-dysrndt3pu] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.btn-laranja[b-d6naty0rsv] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
/* Classe base para o link de navegação */
.nav-item[b-axpstygi6m]  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem; /* Bordas arredondadas */
    text-decoration: none;
    color: orange; /* Texto laranja padrão */
    background-color: white; /* Fundo branco padrão */
    transition: all 0.3s ease;
    margin-bottom: 0.3rem;
}

    /* Quando o link estiver ativo */
    .nav-item[b-axpstygi6m]  .nav-link.active {
        color: white; /* Texto branco */
        background-color: orange; /* Fundo laranja */
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-3gb8zlv6nx], body[b-3gb8zlv6nx] {
    height: 100%;
    margin: 0;
}

.login-page[b-3gb8zlv6nx] {
    height: 100%;
}

.page[b-3gb8zlv6nx] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-header[b-3gb8zlv6nx] {
    background-color: white;
    border-bottom: 1px solid #f39200;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.header-content[b-3gb8zlv6nx] {
    display: flex;
    align-items: center;
    width: 100%;
}

.brand-logo[b-3gb8zlv6nx] {
    height: 2rem;
    width: auto;
    margin-right: 0.5rem;
}

.app-title[b-3gb8zlv6nx] {
    font-size: 1.1rem;
    color: currentColor;
}

.layout-container[b-3gb8zlv6nx] {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.footer[b-3gb8zlv6nx] {
    text-align: center;
    padding: 10px;
    font-size: 0.9rem;
    color: #666;
    margin-top: auto;
}

main[b-3gb8zlv6nx] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-3gb8zlv6nx] {
    background-color: white;
}

.top-row[b-3gb8zlv6nx] {
    background-color: white;
    border-bottom: 1px solid #f39200;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3gb8zlv6nx]  a, .top-row[b-3gb8zlv6nx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-3gb8zlv6nx]  a:hover, .top-row[b-3gb8zlv6nx]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-3gb8zlv6nx]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-3gb8zlv6nx] {
        justify-content: space-between;
    }

        .top-row[b-3gb8zlv6nx]  a, .top-row[b-3gb8zlv6nx]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .layout-container[b-3gb8zlv6nx] {
        flex-direction: row;
    }

    .sidebar[b-3gb8zlv6nx] {
        width: 250px;
        height: calc(100vh - 3.5rem);
        position: sticky;
        top: 3.5rem;
    }

    .top-row[b-3gb8zlv6nx] {
        position: sticky;
        top: 3.5rem;
        z-index: 1;
    }

        .top-row.auth[b-3gb8zlv6nx]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-3gb8zlv6nx], article[b-3gb8zlv6nx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3gb8zlv6nx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3gb8zlv6nx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.layout-container:has(.sidebar:empty)[b-3gb8zlv6nx] {
    flex-direction: column !important;
}

.layout-container:not(:has(.sidebar)) main[b-3gb8zlv6nx] {
    width: 100%;
}

/* Ajuste para telas grandes quando n�o h� sidebar */
@media (min-width: 641px) {
    .layout-container:not(:has(.sidebar)) main[b-3gb8zlv6nx] {
        margin-left: 0;
        width: 100%;
    }

    .layout-container:has(.sidebar:empty) main[b-3gb8zlv6nx] {
        margin-left: 0;
        width: 100%;
    }
}

/* Ajuste para o conte�do quando n�o h� sidebar */
.layout-container:not(:has(.sidebar)) .content[b-3gb8zlv6nx] {
    width: 100%;
    max-width: 100%;
}

.login-page .top-row[b-3gb8zlv6nx],
.login-page article[b-3gb8zlv6nx] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Adicione estas regras ao seu CSS existente */

.header-logos-container[b-3gb8zlv6nx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.main-logo-link[b-3gb8zlv6nx] {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.second-logo[b-3gb8zlv6nx] {
    height: 2rem;
    width: auto;
}

/* Ajustes para mobile */
@media (max-width: 640.98px) {
    .header-content[b-3gb8zlv6nx] {
        padding-right: 3.5rem; /* Espa�o para o menu hamburguer */
    }
    
    .second-logo[b-3gb8zlv6nx] {
        height: 1.8rem; /* Um pouco menor no mobile */
        margin-right: 0.5rem;
    }
    
    .header-logos-container[b-3gb8zlv6nx] {
        justify-content: space-between;
        padding-right: 0;
    }
    
    .app-title[b-3gb8zlv6nx] {
        font-size: 1rem; /* Tamanho menor no mobile */
    }
    
    .brand-logo[b-3gb8zlv6nx] {
        height: 1.8rem; /* Tamanho consistente com a segunda logo */
    }
}

/* Ajustes para desktop */
@media (min-width: 641px) {
    .second-logo[b-3gb8zlv6nx] {
        margin-left: auto;
    }
}





/* Adicione estas regras ao seu CSS existente */

.header-logos-container[b-3gb8zlv6nx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.main-logo-link[b-3gb8zlv6nx] {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.second-logo[b-3gb8zlv6nx] {
    height: 2rem;
    width: auto;
}

/* Ajustes para mobile */
@media (max-width: 640.98px) {
    .header-content[b-3gb8zlv6nx] {
        padding-right: 3.5rem; /* Espa�o para o menu hamburguer */
    }

    .second-logo[b-3gb8zlv6nx] {
        height: 1.8rem; /* Um pouco menor no mobile */
        margin-right: 0.5rem;
    }

    .header-logos-container[b-3gb8zlv6nx] {
        justify-content: space-between;
        padding-right: 0;
    }

    .app-title[b-3gb8zlv6nx] {
        font-size: 1rem; /* Tamanho menor no mobile */
    }

    .brand-logo[b-3gb8zlv6nx] {
        height: 1.8rem; /* Tamanho consistente com a segunda logo */
    }
}

/* Ajustes para desktop */
@media (min-width: 641px) {
    .second-logo[b-3gb8zlv6nx] {
        margin-left: auto;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu-container[b-f66jht1ri8] {
    height: 100%;
}

/* Navbar Toggler */
.navbar-toggler[b-f66jht1ri8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: currentColor;
    border: 1px solid rgba(23,43,67,0.2);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(23,43,67,0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255,255,255,0.1);
    display: none;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

    .navbar-toggler:checked[b-f66jht1ri8] {
        background-color: rgba(243,146,0,0.2);
    }

/* Ícones */
.bi[b-f66jht1ri8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    transition: filter 0.3s;
}

/* Navbar Links */
.nav-item[b-f66jht1ri8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f66jht1ri8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f66jht1ri8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f66jht1ri8]  .nav-link {
        color: currentColor;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: all 0.3s;
    }

        /* Hover e ativo */
        .nav-item[b-f66jht1ri8]  .nav-link:hover,
        .nav-item[b-f66jht1ri8]  .nav-link.active {
            color: #f39200;
            border-left: 3px solid #f39200;
            padding-left: 0.75rem;
            background-color: rgba(243,146,0,0.1);
        }

            .nav-item[b-f66jht1ri8]  .nav-link:hover span.bi,
            .nav-item[b-f66jht1ri8]  .nav-link.active span.bi {
                color: inherit;
                filter: none;
            }

/* Nav scrollable */
.nav-scrollable[b-f66jht1ri8] {
    background-color: #ffffff;
    height: 100%;
}

/* Media queries - Mobile */
/* Modifique estas regras no NavMenu.css */

@media (max-width: 640.98px) {
    .navbar-toggler[b-f66jht1ri8] {
        display: block;
        z-index: 1000;
        position: fixed; /* Mudei de absolute para fixed */
        top: 0.5rem;
        right: 1rem;
    }

    .nav-scrollable[b-f66jht1ri8] {
        display: none;
        position: fixed; /* Mudei de absolute para fixed */
        top: 0;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 999;
        border-right: 1px solid #f39200;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        margin-top: 3.5rem;
        height: calc(100vh - 3.5rem);
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-f66jht1ri8] {
        display: block;
    }
}

/* Media queries - Desktop */
@media (min-width: 641px) {
    .navbar-toggler[b-f66jht1ri8] {
        display: none;
    }

    .nav-scrollable[b-f66jht1ri8] {
        display: block;
        height: 100%;
        overflow-y: auto;
    }
}
/* /Components/Pages/Artigos.razor.rz.scp.css */
.self-end[b-16yspgbwup] {
    place-self:end;
}

.btn-laranja[b-16yspgbwup] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}

.btn-outline-laranja[b-16yspgbwup] {
    background-color: white;
    border-color: #f39200;
    color: #f39200;
}

    .btn-outline-laranja:hover[b-16yspgbwup] {
        background-color: #f39200;
        color: white; /* texto branco para contraste */
        border-color: #f39200;
    }
/* /Components/Pages/Logs.razor.rz.scp.css */
.self-end[b-zhz2odunx1] {
    place-self: end;
}

.btn-laranja[b-zhz2odunx1] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}

.btn-outline-laranja[b-zhz2odunx1] {
    background-color: white;
    border-color: #f39200;
    color: #f39200;
}

    .btn-outline-laranja:hover[b-zhz2odunx1] {
        background-color: #f39200;
        color: white; /* texto branco para contraste */
        border-color: #f39200;
    }
/* /Components/Pages/Personalizacao.razor.rz.scp.css */
.btn-laranja[b-yp66hyujj0] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}
/* /Components/Pages/Unidades.razor.rz.scp.css */
.color-picker[b-0jrjp3lqpf] {
    height: calc(1.5em + 0.75rem + 2px); /* mesma altura padrão do form-control */
}

.self-end[b-0jrjp3lqpf] {
    place-self: end;
}

.btn-laranja[b-0jrjp3lqpf] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}

.btn-outline-laranja[b-0jrjp3lqpf] {
    background-color: white;
    border-color: #f39200;
    color: #f39200;
}

    .btn-outline-laranja:hover[b-0jrjp3lqpf] {
        background-color: #f39200;
        color: white; /* texto branco para contraste */
        border-color: #f39200;
    }
/* /Components/Pages/Utilizadores.razor.rz.scp.css */
.self-end[b-laya1cum3r] {
    place-self: end;
}

.btn-laranja[b-laya1cum3r] {
    background-color: #f39200;
    color: white; /* texto branco para contraste */
    border: none;
}

.btn-outline-laranja[b-laya1cum3r] {
    background-color: white;
    border-color: #f39200;
    color: #f39200;
}

    .btn-outline-laranja:hover[b-laya1cum3r] {
        background-color: #f39200;
        color: white; /* texto branco para contraste */
        border-color: #f39200;
    }
