/* _content/Promotores/Components/Helpers/DigitOnlyInput.razor.rz.scp.css */
.input-validation-error[b-2e8iqsr5cd] {
    outline: 1px solid #e50000;
    border-radius: 0.375rem;
}

.input-validation-valid[b-2e8iqsr5cd] {
    outline: 1px solid #26b050;
    border-radius: 0.375rem;
}
/* _content/Promotores/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xylg554xv9] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #F5F7FA;
}

main[b-xylg554xv9] {
    flex: 1;
    background-color: #F5F7FA;
}

.sidebar[b-xylg554xv9] {
    background: rgb(15 61 97) !important;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 2px 0 8px rgba(0, 0, 0, 0.1);
}

.top-row[b-xylg554xv9] {
    background: rgb(15 61 97) !important;
    height: 4rem;
    display: flex;
    align-items: center;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: white;
}

.top-row[b-xylg554xv9]  a,
.top-row[b-xylg554xv9]  .btn-link {
    color: white;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.top-row[b-xylg554xv9]  a:hover,
.top-row[b-xylg554xv9]  .btn-link:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xylg554xv9]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-xylg554xv9] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row[b-xylg554xv9]  a, .top-row[b-xylg554xv9]  .btn-link {
        margin-left: 0.5rem;
        font-size: 0.8125rem;
    }
}

@media (min-width: 641px) {
    .page[b-xylg554xv9] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-xylg554xv9] {
        width: 260px;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        flex-shrink: 0;
        overflow: hidden;
    }

    main[b-xylg554xv9] {
        margin-left: 260px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .top-row[b-xylg554xv9] {
        position: relative;
        flex-shrink: 0;
        z-index: 50;
    }

    .top-row.auth[b-xylg554xv9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xylg554xv9], article[b-xylg554xv9] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    article[b-xylg554xv9] {
        background-color: transparent;
        border-radius: 0;
        margin: 0;
        padding: 2rem;
        box-shadow: none;
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

#blazor-error-ui[b-xylg554xv9] {
    background: #EF4444;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
    font-weight: 500;
}

#blazor-error-ui .dismiss[b-xylg554xv9] {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: opacity 0.2s ease;
    opacity: 0.9;
}

#blazor-error-ui .dismiss:hover[b-xylg554xv9] {
    opacity: 1;
}

.signout-btn[b-xylg554xv9] {
    cursor: pointer;
    display: inline-block;
}

.bi-person-fill[b-xylg554xv9] {
    margin-left: 2rem;
}

#conduta[b-xylg554xv9] {
    margin-left: 2rem;
}

small[b-xylg554xv9] {
    font-size: .75rem
}

#conteudo[b-xylg554xv9]{
    background-color:#ffffff;
}
/* _content/Promotores/Components/Menu/Menu.razor.rz.scp.css */
.navbar-toggler[b-4kqwu7gj7v] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    transition: all 0.2s ease;
}

.navbar-toggler:checked[b-4kqwu7gj7v] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-4kqwu7gj7v] {
    height: 4rem;
    background: #2c5f8d !important;
    line-height: 4rem;
}


.navbar-brand[b-4kqwu7gj7v] {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 500;
}

.nav-scrollable[b-4kqwu7gj7v] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4kqwu7gj7v] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4kqwu7gj7v] {
        display: none;
    }

    .nav-scrollable[b-4kqwu7gj7v] {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 4rem);
        background: rgb(25, 102, 162) !important;
    }
}

.loading-indicator[b-4kqwu7gj7v] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    padding: 2rem;
}

.container-fluid[b-4kqwu7gj7v] {
    vertical-align: middle;
    height: 4rem;
}
/* _content/Promotores/Components/Menu/MenuNode.razor.rz.scp.css */

.nav-item[b-q8ayu0le4d] {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-item:first-of-type[b-q8ayu0le4d] {
    padding-top: 0;
}

.nav-item:last-of-type[b-q8ayu0le4d] {
    padding-bottom: 0;
}

[b-q8ayu0le4d] .nav-link {
    display: flex;
    align-items: center;
    line-height: 3.25rem;
    height: 3.25rem;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.95);
    transition: background-color 0.15s ease;
    position: relative;
    background-color: transparent;
    white-space: nowrap;
    padding: 0 1.25rem;
    border-left: none;
    margin: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

[b-q8ayu0le4d] .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

[b-q8ayu0le4d] .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-weight: 500;
}

[b-q8ayu0le4d] .nav-link .bi {
    width: 2rem;
    font-size: 1.25rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

[b-q8ayu0le4d] .nav-link .ms-auto {
    margin-left: auto !important;
    transition: transform 0.2s ease;
    font-size: 0.75rem;
    opacity: 0.8;
}

/* Parent node specific styling */
.nav-item > .nav-link[style*="cursor: pointer"][b-q8ayu0le4d] {
    background-color: transparent;
    font-weight: 400;
}

.nav-item > .nav-link[style*="cursor: pointer"]:hover[b-q8ayu0le4d] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-item > .nav-link[style*="cursor: pointer"]:hover .ms-auto[b-q8ayu0le4d] {
    transform: rotate(90deg);
}

.nav-item > .nav-link[style*="cursor: pointer"].active[b-q8ayu0le4d] {
    background-color: rgba(255, 255, 255, 0.15);
}

/* When expanded, parent node styling */
.nav-item > .nav-link[style*="cursor: pointer"].expanded[b-q8ayu0le4d] {
    background-color: rgba(255, 255, 255, 0.15);
}

.nav-item > .nav-link[style*="cursor: pointer"].expanded .ms-auto[b-q8ayu0le4d] {
    transform: rotate(90deg);
}

/* Expanded children container styling */
.collapse-container[b-q8ayu0le4d] {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.collapse-container[b-q8ayu0le4d]  .nav-link {
    padding-left: 3.5rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 13.5px;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border-left: none;
    margin-left: 0;
    margin-right: 0;
}

.collapse-container[b-q8ayu0le4d]  .nav-link:last-child {
    margin-bottom: 0;
}

.collapse-container[b-q8ayu0le4d]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.collapse-container[b-q8ayu0le4d]  .nav-link.active {
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

[b-q8ayu0le4d] .nav-link[target="_blank"] {
    color: rgba(255, 255, 255, 0.95);
}

[b-q8ayu0le4d] .nav-link[target="_blank"]:hover {
    color: #ffffff;
}

[b-q8ayu0le4d] .nav-link[target="_blank"] .bi-box-arrow-up-right {
    opacity: 0.7;
    font-size: 0.75rem;
}
/* _content/Promotores/Components/Pages/Clients/ClientsSearchResult.razor.rz.scp.css */
.alert-title[b-01zg1rxuif] {
    display: flex;
    align-items: center;
}

.bi-x-circle-fill[b-01zg1rxuif], .bi-check-circle-fill[b-01zg1rxuif] {
    font-size: 19px !important;
}
/* _content/Promotores/Components/Pages/Clients/Search.razor.rz.scp.css */
.btn-outline-secondary[b-5hov5olzl7] {
    margin-left: 0.5rem !important;
}
/* _content/Promotores/Components/Pages/Comission/Comission.razor.rz.scp.css */
input[type="date"].form-control[b-kvh3gjjb1c] {
    color: transparent;
}

.btn-outline-secondary[b-kvh3gjjb1c] {
    margin-left: 0.5rem !important;
}

#sair[b-kvh3gjjb1c] {
    margin-bottom: 20px;
    margin-right: 20px;
}
/* _content/Promotores/Components/Pages/Comission/ComissionNotaRodaPe.razor.rz.scp.css */
.text-justified[b-52b3d28dcz] {
    text-align: justify;
    text-align-last: left;
}
/* _content/Promotores/Components/Pages/DocsDigitais/Search.razor.rz.scp.css */
.btn-outline-secondary[b-wy1ndohm1r] {
    margin-left: 0.5rem !important;
}

#sair[b-wy1ndohm1r] {
    margin-bottom: 20px;
    margin-right: 20px;
}
/* _content/Promotores/Components/Pages/Home.razor.rz.scp.css */
.welcome-page[b-gh7w8cvo7q] {
    margin: -1.5rem; /* Negates the article padding */
    padding: 0;
    min-height: calc(100vh - 11rem); /* Adjust for top navbar height */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/images/ExtLogoFundo.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: calc(100% + 3rem); /* Compensate for the negative margin */
}
/* _content/Promotores/Components/Pages/Login/Captcha.razor.rz.scp.css */
#update[b-e38gb2obc0] {
    border: 1px solid #1966A2;
    padding: 0;
    display: inline-block;
    line-height: 1;
    color: #1966A2;
    border-radius: 0.375rem;
    background-color: white;
    margin-left: 15px;
}

.captcha-image-wrapper[b-e38gb2obc0] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid #dee2e6
}

.captcha-image-wrapper[b-e38gb2obc0]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.captcha-image-wrapper img[b-e38gb2obc0] {
    object-fit: cover;
    border-radius: 6px;
}

strong[b-e38gb2obc0] {
    font-weight: bold;
}

p[b-e38gb2obc0] {
    font-size: 12px;
    margin-top: revert;
}
/* _content/Promotores/Components/Pages/Login/Login.razor.rz.scp.css */
    #recuperar-pass:focus[b-ecf6a2m7he],
    #recuperar-pass:focus-visible[b-ecf6a2m7he],
    #registar:focus[b-ecf6a2m7he],
    #registar:focus-visible[b-ecf6a2m7he] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #6c757d !important;
    }
/* _content/Promotores/Components/Pages/Login/LoginStructure.razor.rz.scp.css */
#wrapper-auth-general[b-2hytsij4oj]{
     min-height: 90vh !important;
}
/* _content/Promotores/Components/Pages/Login/Register.razor.rz.scp.css */
h1[b-1k3coeq5aq] {
    margin: -13px 0 -20px 0;
}
/* _content/Promotores/Components/Pages/Management/ChangePasswordCore.razor.rz.scp.css */
.submit-pass[b-y40aa2jg8h] {
    display: flex;
    justify-content: flex-end;
}

.bi-box-arrow-right[b-y40aa2jg8h] {
    margin-right: 2px;
}
/* _content/Promotores/Components/Pages/Managers/Search.razor.rz.scp.css */
#sair[b-bd4nhplj01] {
    margin-bottom: 20px;
    margin-right: 20px;
}
/* _content/Promotores/Components/Pages/Promoters/SearchPortfolio.razor.rz.scp.css */
.btn-outline-secondary[b-yphi9yjzxk] {
    margin-left: 0.5rem !important;
}

#sair[b-yphi9yjzxk] {
    margin-bottom: 20px;
    margin-right: 20px;
}
/* _content/Promotores/Components/Shared/AlertBox.razor.rz.scp.css */
.alert-overlay[b-vkztcvoett] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 19999;
    animation: fadeIn-b-vkztcvoett 0.2s ease-in-out;
}

.alert-box[b-vkztcvoett] {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    min-width: 400px;
    max-width: 500px;
    overflow: hidden;
    animation: slideIn-b-vkztcvoett 0.3s ease-out;
}

/* Information Alert - Blue */
.alert-information[b-vkztcvoett] {
    background: linear-gradient(135deg, #93c5fd 0%, #3b82f6 100%); /*linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
}

/* Warning Alert - Orange/Yellow */
.alert-warning[b-vkztcvoett] {
    background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
}

/* Error Alert - Red */
.alert-error[b-vkztcvoett] {
    background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
}

.alert-loading[b-vkztcvoett] {
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
}

.alert-header[b-vkztcvoett] {
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.alert-title-container[b-vkztcvoett] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.alert-title-container i[b-vkztcvoett] {
    font-size: 28px;
    color: white;
}

.alert-title[b-vkztcvoett] {
    margin: 0;
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

.alert-body[b-vkztcvoett] {
    padding: 32px 24px;
    background: white;
}

.alert-message[b-vkztcvoett] {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.alert-footer[b-vkztcvoett] {
    padding: 20px 24px;
    background: #f8f9fa;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #e9ecef;
}

.btn[b-vkztcvoett] {
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-cancel[b-vkztcvoett] {
    background: #6c757d;
    color: white;
}

.btn-cancel:hover[b-vkztcvoett] {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.4);
}

.btn-ok[b-vkztcvoett] {
    background: linear-gradient(135deg, #93c5fd 0%, #3b82f6 100%); /*linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    color: white;
}

.alert-warning .btn-ok[b-vkztcvoett] {
    background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
}

.alert-error .btn-ok[b-vkztcvoett] {
    background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
}

.btn-ok:hover[b-vkztcvoett] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn:active[b-vkztcvoett] {
    transform: translateY(0);
}

@keyframes fadeIn-b-vkztcvoett {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-vkztcvoett {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .alert-box[b-vkztcvoett] {
        min-width: 90%;
        margin: 20px;
    }
}
/* _content/Promotores/Components/Shared/DataGrid.razor.rz.scp.css */
#exportar[b-ouldequ88o] {
    background-color: green;
}


#exportar:focus[b-ouldequ88o], #exportar:active:focus[b-ouldequ88o] {
    background-color: green;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem green;
}

.bg-primary[b-ouldequ88o], .active > .page-link[b-ouldequ88o], .page-link.active[b-ouldequ88o] {
    background-color: #1966A2 !important;
}

.active > .page-link[b-ouldequ88o], .page-link.active[b-ouldequ88o] {
    border-color: #1966A2 !important;
}

#title[b-ouldequ88o] {
    font-weight: bold;
}

.pagination .page-item:not(.active) .page-link[b-ouldequ88o] {
    color: #1966A2;
}

.form-select[b-ouldequ88o] {
    width: auto;
}
/* _content/Promotores/Components/Shared/LoadingModal.razor.rz.scp.css */
.alert-overlay[b-6efwkonxd3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn-b-6efwkonxd3 0.2s ease-in-out;
}

.alert-box[b-6efwkonxd3] {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    min-width: 400px;
    max-width: 500px;
    overflow: hidden;
    animation: slideIn-b-6efwkonxd3 0.3s ease-out;
}

.alert-loading[b-6efwkonxd3] {
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
}

.alert-header[b-6efwkonxd3] {
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.alert-title-container[b-6efwkonxd3] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .alert-title-container i[b-6efwkonxd3] {
        font-size: 28px;
        color: white;
    }

.alert-title[b-6efwkonxd3] {
    margin: 0;
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

.alert-body[b-6efwkonxd3] {
    padding: 32px 24px;
    background: white;
}

.alert-message[b-6efwkonxd3] {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

@keyframes fadeIn-b-6efwkonxd3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-6efwkonxd3 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .alert-box[b-6efwkonxd3] {
        min-width: 90%;
        margin: 20px;
    }
}

.alert-container[b-6efwkonxd3] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
}

#spin-alert[b-6efwkonxd3] {
    width: 20px;
    height: 20px;
}
/* _content/Promotores/Components/Shared/ManualDataGrid.razor.rz.scp.css */
tbody.position-relative[b-gzip48qrz5] {
    position: relative;
}

.manual-datagrid-loading-row[b-gzip48qrz5] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.manual-datagrid-loading-row td[b-gzip48qrz5] {
    height: 100%;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.manual-datagrid-loading-overlay[b-gzip48qrz5] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    pointer-events: all;
}

#container-table[b-gzip48qrz5]{
    padding: 0 !important;
}
/* _content/Promotores/Components/Shared/TraceIdentifierFooter.razor.rz.scp.css */
#trace[b-3l3jydnpax] {
    font-size: 0.75rem;
}
/* _content/Promotores/Components/Shared/WarningDialog.razor.rz.scp.css */
.alert-overlay[b-10k1xz94a1] {
    z-index: 9999;
}
