/* _content/AzGuidance.PortalCliente/App/Consultas/PosicoesAtivosCustodiasExternas/ConsultaPosicoesCustodiasExternas.razor.rz.scp.css */
/* Estilos para a página de Custódia Externa */

.page-header[b-29j9arn7we] {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
}

    .page-header h3[b-29j9arn7we] {
        margin: 0;
        color: #212529;
        font-weight: 600;
    }

/* Estilos para o grid */
[b-29j9arn7we] .table-secondary {
    background-color: #e9ecef !important;
}

[b-29j9arn7we] .table-info {
    background-color: #d1ecf1 !important;
}

[b-29j9arn7we] .fst-italic {
    font-style: italic !important;
}

[b-29j9arn7we] .text-danger {
    color: #dc3545 !important;
}

/* Ajustes para botões */
.gap-2[b-29j9arn7we] {
    gap: 0.5rem;
}

/* Loading panel customização */
[b-29j9arn7we] .dx-loadpanel-content {
    border-radius: 8px;
}

/* FormLayout customização */
[b-29j9arn7we] .dx-form-group-caption {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

/* Grid customização */
[b-29j9arn7we] .dx-datagrid {
    border-radius: 4px;
}

[b-29j9arn7we] .dx-datagrid-headers {
    font-weight: 600;
    background-color: #f8f9fa;
}

[b-29j9arn7we] .dx-datagrid-rowsview .dx-row {
    border-bottom: 1px solid #dee2e6;
}

    [b-29j9arn7we] .dx-datagrid-rowsview .dx-row:hover {
        background-color: #f8f9fa;
    }

/* Popup customização */
[b-29j9arn7we] .dx-popup-title {
    font-weight: 600;
    font-size: 1.1rem;
}

/* Botões de ação */
[b-29j9arn7we] .dx-button {
    transition: all 0.2s ease-in-out;
}

    [b-29j9arn7we] .dx-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

/* SpinEdit no grid */
[b-29j9arn7we] .dx-texteditor.dx-editor-outlined {
    border-radius: 4px;
}

[b-29j9arn7we] .dx-texteditor.dx-state-focused {
    border-color: #0d6efd;
}

/* Mensagens de validação */
[b-29j9arn7we] .dx-invalid {
    border-color: #dc3545 !important;
}

/* Progress bar */
[b-29j9arn7we] .dx-progressbar-range {
    background-color: #0d6efd;
}

/* ComboBox dropdown */
[b-29j9arn7we] .dx-dropdowneditor-button {
    border-left: 1px solid #ced4da;
}

[b-29j9arn7we] .dx-list-item {
    padding: 0.5rem 1rem;
}

    [b-29j9arn7we] .dx-list-item:hover {
        background-color: #f8f9fa;
    }

/* DateEdit */
[b-29j9arn7we] .dx-datebox-calendar {
    border-radius: 4px;
}

/* Responsividade */
@media (max-width: 768px) {
    .page-header h3[b-29j9arn7we] {
        font-size: 1.5rem;
    }

    [b-29j9arn7we] .dx-datagrid {
        font-size: 0.875rem;
    }

    .d-flex.justify-content-between[b-29j9arn7we] {
        flex-direction: column;
        gap: 1rem;
    }

        .d-flex.justify-content-between > div[b-29j9arn7we] {
            width: 100%;
        }
}

/* Animações */
@keyframes fadeIn-b-29j9arn7we {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-header[b-29j9arn7we] {
    animation: fadeIn-b-29j9arn7we 0.3s ease-in-out;
}

/* Estilos para células editáveis */
[b-29j9arn7we] .dx-editor-cell .dx-texteditor {
    border: 1px solid #0d6efd;
    background-color: #f0f7ff;
}
/* _content/AzGuidance.PortalCliente/App/Home/Pages/Home.razor.rz.scp.css */
[b-5054gtlma0] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-5054gtlma0] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-5054gtlma0] .title {
    text-align: center;
}

[b-5054gtlma0] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-5054gtlma0] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-5054gtlma0] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-5054gtlma0] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-5054gtlma0] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-5054gtlma0] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-5054gtlma0] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/AzGuidance.PortalCliente/App/Index.razor.rz.scp.css */
[b-nq62i7xtmw] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-nq62i7xtmw] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-nq62i7xtmw] .title {
    text-align: center;
}

[b-nq62i7xtmw] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-nq62i7xtmw] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-nq62i7xtmw] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-nq62i7xtmw] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-nq62i7xtmw] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-nq62i7xtmw] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-nq62i7xtmw] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/AzGuidance.PortalCliente/App/Leads/Pages/PageIniciarLeadPreCadastro.razor.rz.scp.css */
.center-container[b-j9li8ndq5k] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 24px;
    box-sizing: border-box;
}

.card[b-j9li8ndq5k] {
    width: 100%;
    max-width: 720px;
    background: #ffffff;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    text-align: center;
}

    .card h1[b-j9li8ndq5k], .card h2[b-j9li8ndq5k] {
        margin: 0 0 12px 0;
        font-weight: 600;
    }

    .card p[b-j9li8ndq5k] {
        margin: 0 0 18px 0;
        color: #495057;
    }

.actions[b-j9li8ndq5k] {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    flex-wrap: wrap;
}

.muted[b-j9li8ndq5k] {
    color: #6c757d;
    margin: 8px 0;
    display: block;
}

.success-message[b-j9li8ndq5k] {
    max-width: 720px;
    margin: 40px auto;
    text-align: center;
}
/* _content/AzGuidance.PortalCliente/App/Shared/Layouts/MainLayout.razor.rz.scp.css */
#page[b-jf6imgj8b6] {
    height: 100dvh;
    max-height: 100dvh;
    font-family: var(--bs-font-sans-serif);
    overflow-y: auto;
}

[b-jf6imgj8b6] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-jf6imgj8b6] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-jf6imgj8b6] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-jf6imgj8b6] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-jf6imgj8b6] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-jf6imgj8b6] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-jf6imgj8b6] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-jf6imgj8b6] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-jf6imgj8b6] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-jf6imgj8b6] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-jf6imgj8b6] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-jf6imgj8b6] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-jf6imgj8b6] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-jf6imgj8b6] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-jf6imgj8b6] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-jf6imgj8b6] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-jf6imgj8b6] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-jf6imgj8b6] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-jf6imgj8b6] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-jf6imgj8b6] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-jf6imgj8b6] {
    display: inline-flex;
}

.menu-button-nav[b-jf6imgj8b6] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-jf6imgj8b6] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-jf6imgj8b6]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-jf6imgj8b6]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-jf6imgj8b6] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-jf6imgj8b6] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-jf6imgj8b6] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-jf6imgj8b6] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-jf6imgj8b6] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-jf6imgj8b6] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}
