/* _content/dmoney_blazor/Components/Calculator.razor.rz.scp.css */
.calculator-container[b-c3xwjvn3ce] {
    background-color: #fcfcfc;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 6px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    width: 180px; /* Reduzi bastante a largura */
    outline: none;
}

.calculator-display input[b-c3xwjvn3ce] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 1.1rem;
    padding: 2px 5px;
    text-align: right;
    font-family: monospace;
}

.calculator-grid[b-c3xwjvn3ce] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-top: 6px;
}

    .calculator-grid button[b-c3xwjvn3ce] {
        height: 32px; /* Botões menores */
        padding: 0;
        font-size: 0.9rem;
        font-weight: bold;
    }

.btn-info[b-c3xwjvn3ce] {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #333;
}

.btn-success[b-c3xwjvn3ce] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}
/* _content/dmoney_blazor/Components/CategorySelector.razor.rz.scp.css */
.dropdown-up[b-jp8pbtvxzg] {
    position: absolute;
    bottom: 100%;
    margin-bottom: 4px;
    z-index: 1000;
}

.subcat[b-jp8pbtvxzg] {
    padding-left: 24px !important;
    opacity: 0.9;
}

.active-item[b-jp8pbtvxzg] {
    background-color: #0d6efd !important;
    color: white !important;
}
/* No arquivo CategorySelector.razor.css ou similar */

.confirm-category-overlay[b-jp8pbtvxzg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.confirm-category-card[b-jp8pbtvxzg] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    min-width: 250px;
}

    .confirm-category-card h6[b-jp8pbtvxzg] {
        margin-bottom: 8px;
        font-size: 0.9rem;
    }

    .confirm-category-card p[b-jp8pbtvxzg] {
        font-size: 0.85rem;
        color: #555;
    }

.btn-xs[b-jp8pbtvxzg] {
    padding: 0.2rem 0.4rem;
    font-size: 0.75rem;
}
/* _content/dmoney_blazor/Components/CategoryWizard.razor.rz.scp.css */
.wizard-overlay[b-owr2h7emtn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.wizard-card[b-owr2h7emtn] {
    width: 500px;
    background: #f0f0f0;
    border: 1px solid #999;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.wizard-header[b-owr2h7emtn] {
    background: white;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    font-weight: bold;
}

.wizard-body[b-owr2h7emtn] {
    padding: 20px;
    background: #fdfdfd;
    min-height: 300px;
}

.wizard-sidebar[b-owr2h7emtn] {
    width: 150px;
    border-right: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: start;
}

.wizard-content[b-owr2h7emtn] {
    padding-left: 20px;
    flex: 1;
}

.wizard-footer[b-owr2h7emtn] {
    padding: 10px;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
}
/* _content/dmoney_blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-687itn6cyg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-687itn6cyg] {
    flex: 1;
}

.sidebar[b-687itn6cyg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-687itn6cyg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-687itn6cyg]  a, .top-row[b-687itn6cyg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-687itn6cyg]  a:hover, .top-row[b-687itn6cyg]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-687itn6cyg] {
        justify-content: space-between;
    }

    .top-row[b-687itn6cyg]  a, .top-row[b-687itn6cyg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-687itn6cyg] {
        flex-direction: row;
    }

    .sidebar[b-687itn6cyg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-687itn6cyg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

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

#blazor-error-ui[b-687itn6cyg] {
    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-687itn6cyg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/dmoney_blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3atf9rfuyc] {
    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);
}

.navbar-toggler:checked[b-3atf9rfuyc] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3atf9rfuyc] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3atf9rfuyc] {
    font-size: 1.1rem;
}

.bi[b-3atf9rfuyc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3atf9rfuyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-3atf9rfuyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-3atf9rfuyc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-3atf9rfuyc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3atf9rfuyc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3atf9rfuyc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3atf9rfuyc]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-3atf9rfuyc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3atf9rfuyc]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3atf9rfuyc] {
    display: none;
}

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

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

    .nav-scrollable[b-3atf9rfuyc] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/dmoney_blazor/Components/Pages/Index.razor.rz.scp.css */
.landing-container[b-mx4cr4l08g] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.landing-header[b-mx4cr4l08g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.logo h1[b-mx4cr4l08g] {
    color: white;
    margin: 0;
    font-size: 2rem;
}

.auth-buttons[b-mx4cr4l08g] {
    display: flex;
    gap: 15px;
}

.landing-main[b-mx4cr4l08g] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.hero[b-mx4cr4l08g] {
    text-align: center;
    color: white;
    margin-bottom: 100px;
}

    .hero h2[b-mx4cr4l08g] {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .hero p[b-mx4cr4l08g] {
        font-size: 1.5rem;
        margin-bottom: 40px;
        opacity: 0.9;
    }

.features[b-mx4cr4l08g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.feature[b-mx4cr4l08g] {
    background: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.feature-icon[b-mx4cr4l08g] {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature h3[b-mx4cr4l08g] {
    margin-bottom: 15px;
    color: #333;
}

.feature p[b-mx4cr4l08g] {
    color: #666;
}

/* Bot�es */
.btn[b-mx4cr4l08g] {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary[b-mx4cr4l08g] {
    background: #4CAF50;
    color: white;
}

    .btn-primary:hover[b-mx4cr4l08g] {
        background: #45a049;
        transform: translateY(-2px);
    }

.btn-outline[b-mx4cr4l08g] {
    background: transparent;
    color: white;
    border: 2px solid white;
}

    .btn-outline:hover[b-mx4cr4l08g] {
        background: white;
        color: #667eea;
    }

.btn-large[b-mx4cr4l08g] {
    padding: 18px 50px;
    font-size: 1.2rem;
}

.btn-block[b-mx4cr4l08g] {
    width: 100%;
}

.btn-google[b-mx4cr4l08g] {
    background: white;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .btn-google:hover[b-mx4cr4l08g] {
        background: #f5f5f5;
    }

    .btn-google img[b-mx4cr4l08g] {
        width: 20px;
        height: 20px;
    }

/* Modal */
.modal-overlay[b-mx4cr4l08g] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-mx4cr4l08g] {
    background: white;
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header[b-mx4cr4l08g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

    .modal-header h3[b-mx4cr4l08g] {
        margin: 0;
        color: #333;
    }

.close-btn[b-mx4cr4l08g] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #999;
}

    .close-btn:hover[b-mx4cr4l08g] {
        color: #333;
    }

.modal-body[b-mx4cr4l08g] {
    padding: 30px;
}

.modal-footer[b-mx4cr4l08g] {
    text-align: center;
    margin-top: 20px;
}

    .modal-footer a[b-mx4cr4l08g] {
        color: #667eea;
        cursor: pointer;
        text-decoration: underline;
    }

/* Form */
.form-group[b-mx4cr4l08g] {
    margin-bottom: 20px;
}

    .form-group label[b-mx4cr4l08g] {
        display: block;
        margin-bottom: 8px;
        color: #333;
        font-weight: 500;
    }

.form-control[b-mx4cr4l08g] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

    .form-control:focus[b-mx4cr4l08g] {
        outline: none;
        border-color: #667eea;
    }

.divider[b-mx4cr4l08g] {
    text-align: center;
    margin: 20px 0;
    color: #999;
    position: relative;
}

    .divider[b-mx4cr4l08g]::before,
    .divider[b-mx4cr4l08g]::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 40%;
        height: 1px;
        background: #ddd;
    }

    .divider[b-mx4cr4l08g]::before {
        left: 0;
    }

    .divider[b-mx4cr4l08g]::after {
        right: 0;
    }

/* Alerts */
.alert[b-mx4cr4l08g] {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-danger[b-mx4cr4l08g] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-success[b-mx4cr4l08g] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Confirm Email Page */
.confirm-email-container[b-mx4cr4l08g] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.loading[b-mx4cr4l08g], .success-message[b-mx4cr4l08g], .error-message[b-mx4cr4l08g] {
    background: white;
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
}

.spinner[b-mx4cr4l08g] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-mx4cr4l08g 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-mx4cr4l08g {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.success-icon[b-mx4cr4l08g], .error-icon[b-mx4cr4l08g] {
    font-size: 4rem;
    margin-bottom: 20px;
}

.success-icon[b-mx4cr4l08g] {
    color: #4CAF50;
}

.error-icon[b-mx4cr4l08g] {
    color: #f44336;
}
/* _content/dmoney_blazor/Components/Pages/ResetPassword.razor.rz.scp.css */
.forgot-password[b-7srrcj3nfr] {
    color: #667eea;
    cursor: pointer;
    font-size: 0.9rem;
    text-decoration: none;
}

    .forgot-password:hover[b-7srrcj3nfr] {
        text-decoration: underline;
    }

.text-right[b-7srrcj3nfr] {
    text-align: right;
}

.reset-password-container[b-7srrcj3nfr] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
}

.reset-form[b-7srrcj3nfr] {
    background: white;
    padding: 40px;
    border-radius: 10px;
    max-width: 450px;
    width: 100%;
}

    .reset-form h2[b-7srrcj3nfr] {
        color: #333;
        margin-bottom: 10px;
    }

    .reset-form p[b-7srrcj3nfr] {
        color: #666;
        margin-bottom: 30px;
    }
/* _content/dmoney_blazor/Components/Pages/TransactionRegister.razor.rz.scp.css */
/* Container principal ocupa a tela toda e não deixa o body scrollar */
.page-container[b-ftzd7h1c9y] {
    display: flex;
    flex-direction: column;
    /* Subtrai a altura do header global para não estourar a tela */
    height: calc(100vh - 4rem);
    overflow: hidden;
    background-color: white;
}

.register-header[b-ftzd7h1c9y] {
    flex-shrink: 0;
    padding: 10px 15px 0 15px;
}

/* Garante que o grid da tabela não force o aumento do container */
.register-grid[b-ftzd7h1c9y] {
    flex: 1; /* Ocupa o máximo possível */
    overflow-y: auto;
    min-height: 0;
    margin: 0 15px;
    border: 1px solid #dee2e6;
}

/* Ajuste no rodapé para garantir que o Split apareça */
.register-footer[b-ftzd7h1c9y] {
    flex-shrink: 0;
    border-top: 1px solid #ccc;
    background: #f8f9fa;
    padding-bottom: 5px; /* Reduzi um pouco */
}

.balance-bar[b-ftzd7h1c9y] {
    text-align: right;
    padding: 3px 20px;
    font-size: 0.85rem;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.detalhes-container[b-ftzd7h1c9y] {
    padding: 5px 15px; /* Reduzi o padding interno */
}

/* --- ESTILIZAÇÃO DA TABELA (DENTRO DO FILHO) --- */
[b-ftzd7h1c9y] .table-register {
    font-size: 0.75rem !important;
    width: 100%;
    margin-bottom: 0;
}

    [b-ftzd7h1c9y] .table-register thead th {
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
        z-index: 10;
        box-shadow: inset 0 -1px 0 #dee2e6;
    }

    [b-ftzd7h1c9y] .table-register td {
        padding: 2px 6px !important;
        white-space: nowrap;
    }

/* --- ESTILIZAÇÃO DO FORMULÁRIO --- */
.label-tight[b-ftzd7h1c9y] {
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}

.form-control-sm[b-ftzd7h1c9y] {
    font-size: 0.8rem;
    height: 25px;
    padding: 2px 5px;
}

.nav-tabs .nav-link[b-ftzd7h1c9y] {
    padding: 3px 10px;
    font-size: 0.8rem;
}

.loading-top-indicator[b-ftzd7h1c9y] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eee;
    font-size: 0.8rem;
    color: #666;
    /* Faz o indicador ficar fixo no topo da área de scroll enquanto carrega */
    position: sticky;
    top: 0;
    z-index: 20;
}

/* Garante que o spinner seja pequeno o suficiente */
.spinner-border-sm[b-ftzd7h1c9y] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.calculadora-popup[b-ftzd7h1c9y] {
    position: absolute;
    top: 30px; /* Logo abaixo do input */
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 10px;
    border-radius: 4px;
}
/* _content/dmoney_blazor/Components/TransactionDetail/TransactionDetail.razor.rz.scp.css */
.transaction-detail[b-b6tauxd4dn] {
    font-size: 0.55rem;
}

    /* Inputs, selects, textarea */
    .transaction-detail .form-control[b-b6tauxd4dn],
    .transaction-detail .form-select[b-b6tauxd4dn],
    .transaction-detail textarea[b-b6tauxd4dn] {
        font-size: 0.55rem !important;
        padding: 0.15rem 0.3rem !important;
        height: auto !important;
        line-height: 1.2rem !important;
    }

    /* Select específico */
    .transaction-detail select.form-select[b-b6tauxd4dn] {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }

    /* Checkbox */
    .transaction-detail .form-check-input[b-b6tauxd4dn] {
        transform: scale(0.7);
        margin-top: 0.2rem;
    }

    /* Labels */
    .transaction-detail .form-label[b-b6tauxd4dn] {
        font-size: 0.55rem !important;
        margin-bottom: 0.1rem;
    }

    /* Botões */
    .transaction-detail .btn[b-b6tauxd4dn] {
        font-size: 0.55rem !important;
        padding: 0.2rem 0.4rem !important;
        line-height: 1rem !important;
    }

.transaction-detail[b-b6tauxd4dn] {
    background-color: #fffbe6; /* amarelo bem claro */
    padding: 10px;
    border-top: 1px solid #ccc;
}

.transaction-detail[b-b6tauxd4dn] {
    margin-bottom: 0;
    padding-bottom: 0;
}

.scroll-transacoes[b-b6tauxd4dn] {
    max-height: calc(70vh - 30vh); /* ajuste conforme altura do painel */
    overflow-y: auto;
}
/* _content/dmoney_blazor/Components/TransactionTable.razor.rz.scp.css */
.transaction-table-container[b-5f745q65sb] {
    flex: 1;
    overflow-y: auto;
    border: 1px solid #ddd;
}
