.finance-dropzone--compact {
    cursor: pointer;
    padding: .55rem .65rem;
    border: 1px dashed #9db6d8;
    border-radius: 10px;
    background: #f8fbff;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.finance-dropzone--field-surface {
    border-color: #d7e5fb;
    border-radius: 14px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
    box-shadow: inset 0 0 0 1px rgba(13, 44, 84, .04);
}

.finance-dropzone--compact:hover,
.finance-dropzone--compact:focus,
.finance-dropzone--compact.is-dragover {
    border-color: #0d6efd;
    background: #edf4ff;
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, .2);
    outline: 0;
}

.finance-dropzone__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    border-radius: 8px;
    color: #0d6efd;
    background: rgba(13, 110, 253, .1);
}

.finance-dropzone__title {
    color: #0d2c54;
}

.finance-dropzone__filename {
    max-width: 100%;
}

.finance-dropzone__hint {
    line-height: 1.35;
}

.finance-dropzone-current-file {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    flex-wrap: wrap;
    padding: .38rem .65rem;
    border: 1px solid #d7e5fb;
    border-radius: 999px;
    background: #f8fbff;
}

.finance-dropzone-current-file__label {
    color: #64748b;
    font-weight: 600;
}

.finance-dropzone-current-file__link {
    font-weight: 700;
    text-decoration: none;
}

.finance-dropzone-current-file__link:hover,
.finance-dropzone-current-file__link:focus {
    text-decoration: underline;
}

body.financeiro-module,
.financeiro-ui-scope {
    --finance-date-field-color: #0d2c54;
    --finance-date-picker-indicator-filter: none;
}

.finance-compact-form .card-body {
    padding: .75rem;
}

.finance-compact-form .finance-section-card {
    padding: .75rem;
}

.finance-compact-form .form-label {
    margin-bottom: .2rem;
    font-size: .78rem;
}

.finance-compact-form .form-text,
.finance-compact-form .small {
    font-size: .72rem;
}

.finance-compact-form textarea.form-control {
    min-height: 3.5rem;
}

.finance-compact-form .form-control,
.finance-compact-form .form-select,
.finance-compact-form .select2-selection {
    min-height: 2.25rem;
}

.finance-compact-form .finance-value-input {
    min-height: 2.35rem;
    font-size: 1rem;
}

.finance-compact-form .finance-date-input {
    min-height: 2.35rem;
    font-size: .98rem;
    line-height: 1.2;
}

.finance-compact-form .finance-date-input::-webkit-date-and-time-value {
    text-align: left;
}

.finance-compact-form .finance-date-input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: .8;
}

.financeiro-ui-scope input.form-control[type="date"],
.financeiro-ui-scope input.form-control[type="month"],
.financeiro-ui-scope .finance-date-input,
body.financeiro-module input.form-control[type="date"],
body.financeiro-module input.form-control[type="month"],
body.financeiro-module .finance-date-input {
    color: var(--finance-date-field-color) !important;
    -webkit-text-fill-color: var(--finance-date-field-color) !important;
    caret-color: var(--finance-date-field-color);
}

.financeiro-ui-scope input.form-control[type="date"]::-webkit-date-and-time-value,
.financeiro-ui-scope input.form-control[type="month"]::-webkit-date-and-time-value,
.financeiro-ui-scope .finance-date-input::-webkit-date-and-time-value,
body.financeiro-module input.form-control[type="date"]::-webkit-date-and-time-value,
body.financeiro-module input.form-control[type="month"]::-webkit-date-and-time-value,
body.financeiro-module .finance-date-input::-webkit-date-and-time-value,
.financeiro-ui-scope input.form-control[type="date"]::-webkit-datetime-edit,
.financeiro-ui-scope input.form-control[type="month"]::-webkit-datetime-edit,
.financeiro-ui-scope .finance-date-input::-webkit-datetime-edit,
body.financeiro-module input.form-control[type="date"]::-webkit-datetime-edit,
body.financeiro-module input.form-control[type="month"]::-webkit-datetime-edit,
body.financeiro-module .finance-date-input::-webkit-datetime-edit,
.financeiro-ui-scope input.form-control[type="date"]::-webkit-datetime-edit-fields-wrapper,
.financeiro-ui-scope input.form-control[type="month"]::-webkit-datetime-edit-fields-wrapper,
.financeiro-ui-scope .finance-date-input::-webkit-datetime-edit-fields-wrapper,
body.financeiro-module input.form-control[type="date"]::-webkit-datetime-edit-fields-wrapper,
body.financeiro-module input.form-control[type="month"]::-webkit-datetime-edit-fields-wrapper,
body.financeiro-module .finance-date-input::-webkit-datetime-edit-fields-wrapper,
.financeiro-ui-scope input.form-control[type="date"]::-webkit-datetime-edit-text,
.financeiro-ui-scope input.form-control[type="month"]::-webkit-datetime-edit-text,
.financeiro-ui-scope .finance-date-input::-webkit-datetime-edit-text,
body.financeiro-module input.form-control[type="date"]::-webkit-datetime-edit-text,
body.financeiro-module input.form-control[type="month"]::-webkit-datetime-edit-text,
body.financeiro-module .finance-date-input::-webkit-datetime-edit-text,
.financeiro-ui-scope input.form-control[type="date"]::-webkit-datetime-edit-day-field,
.financeiro-ui-scope input.form-control[type="date"]::-webkit-datetime-edit-month-field,
.financeiro-ui-scope input.form-control[type="date"]::-webkit-datetime-edit-year-field,
.financeiro-ui-scope input.form-control[type="month"]::-webkit-datetime-edit-month-field,
.financeiro-ui-scope input.form-control[type="month"]::-webkit-datetime-edit-year-field,
.financeiro-ui-scope .finance-date-input::-webkit-datetime-edit-day-field,
.financeiro-ui-scope .finance-date-input::-webkit-datetime-edit-month-field,
.financeiro-ui-scope .finance-date-input::-webkit-datetime-edit-year-field,
body.financeiro-module input.form-control[type="date"]::-webkit-datetime-edit-day-field,
body.financeiro-module input.form-control[type="date"]::-webkit-datetime-edit-month-field,
body.financeiro-module input.form-control[type="date"]::-webkit-datetime-edit-year-field,
body.financeiro-module input.form-control[type="month"]::-webkit-datetime-edit-month-field,
body.financeiro-module input.form-control[type="month"]::-webkit-datetime-edit-year-field,
body.financeiro-module .finance-date-input::-webkit-datetime-edit-day-field,
body.financeiro-module .finance-date-input::-webkit-datetime-edit-month-field,
body.financeiro-module .finance-date-input::-webkit-datetime-edit-year-field {
    color: var(--finance-date-field-color) !important;
    -webkit-text-fill-color: var(--finance-date-field-color) !important;
    opacity: 1;
}

.financeiro-ui-scope input.form-control[type="date"]::-webkit-calendar-picker-indicator,
.financeiro-ui-scope input.form-control[type="month"]::-webkit-calendar-picker-indicator,
.financeiro-ui-scope .finance-date-input::-webkit-calendar-picker-indicator,
body.financeiro-module input.form-control[type="date"]::-webkit-calendar-picker-indicator,
body.financeiro-module input.form-control[type="month"]::-webkit-calendar-picker-indicator,
body.financeiro-module .finance-date-input::-webkit-calendar-picker-indicator {
    filter: var(--finance-date-picker-indicator-filter);
}

.finance-compact-form .input-group-text {
    padding: .35rem .55rem;
}

.finance-column-filter-row th {
    padding-top: .35rem;
    padding-bottom: .45rem;
    background: #f8fafc;
}

.finance-column-filter-row .form-control,
.finance-column-filter-row .form-select {
    min-width: 6rem;
}

.contas-pagar-data-table tbody td {
    font-size: .84rem;
}

.finance-actions-cell {
    white-space: nowrap;
}

.finance-actions-inline {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    flex-wrap: nowrap;
}

.finance-actions-inline .btn {
    margin: 0;
    font-size: .75rem;
    padding: .22rem .5rem;
}

.finance-document-table .select2-container {
    width: 100% !important;
}

.finance-document-table .select2-container--bootstrap-5 .select2-selection {
    min-height: 2rem;
    border-radius: .6rem;
    background: #ffffff !important;
    border-color: #d7e5fb !important;
    color: #0d2c54 !important;
    box-shadow: none !important;
}

.finance-document-table .select2-container--bootstrap-5 .select2-selection__rendered,
.finance-document-table .select2-container--bootstrap-5 .select2-selection__placeholder {
    color: #0d2c54 !important;
    font-size: .84rem;
    line-height: 1.95rem !important;
}

.finance-document-table .select2-container--bootstrap-5 .select2-selection__placeholder {
    opacity: .68;
}

.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--single {
    padding-right: 2.55rem !important;
}

.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    top: 50%;
    right: .72rem;
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: 0;
    background: none !important;
    color: rgba(100, 116, 139, .92);
    font-size: 0;
    font-weight: 500;
    line-height: 1;
    text-indent: 0;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear::before,
.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear::before,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear::before,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear::before {
    content: "x";
    font-size: 1rem;
}

.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,
.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
    background: none !important;
    color: #334155;
}

.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span,
.financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear > span,
body.financeiro-module .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear > span {
    display: none;
}

.finance-document-table .select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    height: 2rem;
}

.finance-document-table .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.finance-document-table .select2-container--bootstrap-5 .select2-selection:focus {
    border-color: rgba(45, 127, 230, .55) !important;
    box-shadow: 0 0 0 .18rem rgba(45, 127, 230, .14) !important;
}

.select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown {
    border-radius: .8rem;
    border-color: #d7e5fb !important;
    background: #ffffff !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .18);
}

.select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option {
    color: #0d2c54 !important;
    font-size: .84rem;
}

.select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option--selected {
    background: #edf4ff !important;
    color: #0d6efd !important;
}

.select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #2d7fe6 !important;
    color: #ffffff !important;
}

.finance-filter-accordion .accordion-item,
.module-filter-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0;
}

.finance-filter-accordion .accordion-button,
.module-filter-accordion .accordion-button {
    font-weight: 600;
}

.finance-filter-accordion .accordion-button.collapsed,
.module-filter-accordion .accordion-button.collapsed {
    background: #767d85;
    color: #fff;
    border-bottom: 1px solid color-mix(in srgb, #767d85 70%, #000 30%);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.finance-filter-accordion .accordion-button.collapsed::after,
.module-filter-accordion .accordion-button.collapsed::after {
    filter: brightness(0) invert(1);
}

.finance-filter-accordion .accordion-button:not(.collapsed),
.module-filter-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #0d6efd;
    box-shadow: none;
}

.finance-filter-accordion .accordion-body,
.module-filter-accordion .accordion-body {
    background: #fff;
}

body.financeiro-module .erp-page-header {
    background: #162132;
    border: 1px solid #24364f;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 18px 35px rgba(15, 23, 42, .12);
}

body.financeiro-module .erp-page-header h4,
body.financeiro-module .erp-page-header h5,
body.financeiro-module .erp-page-header h6,
body.financeiro-module .erp-page-header .text-primary,
body.financeiro-module .erp-page-header .text-info,
body.financeiro-module .erp-page-header .text-secondary {
    color: #7eb5ff !important;
}

body.financeiro-module .erp-page-header .form-check-label,
body.financeiro-module .erp-page-header .small {
    color: #dbe7f6 !important;
}

body.financeiro-module .erp-page-header .btn-outline-danger {
    color: #ff8b94;
    border-color: #b44b56;
    background: rgba(180, 75, 86, .10);
}

body.financeiro-module .erp-page-header .btn-outline-danger:hover {
    color: #fff;
    background: #b44b56;
    border-color: #b44b56;
}

body.financeiro-module .erp-page-header .btn-primary {
    background: #2d7fe6;
    border-color: #2d7fe6;
}

body.financeiro-module .finance-filter-accordion .accordion-button.collapsed,
body.financeiro-module .module-filter-accordion .accordion-button.collapsed,
body.financeiro-module .js-finance-filter-toggle[aria-expanded="false"] {
    background: #767d85 !important;
    background-image: none !important;
    color: #fff !important;
}

body.financeiro-module .finance-filter-accordion .accordion-button.collapsed::after,
body.financeiro-module .module-filter-accordion .accordion-button.collapsed::after {
    filter: brightness(0) invert(1) !important;
}

body.financeiro-module .finance-filter-accordion .accordion-button:not(.collapsed),
body.financeiro-module .module-filter-accordion .accordion-button:not(.collapsed),
body.financeiro-module .js-finance-filter-toggle[aria-expanded="true"] {
    background: #fff !important;
    color: #0d6efd !important;
}

body.financeiro-module .table > tfoot,
body.financeiro-module .table > tfoot > tr,
body.financeiro-module .table > tfoot > tr > td,
body.financeiro-module .table > tfoot > tr > th {
    background: #f8fafc !important;
    color: #0d2c54 !important;
    border-color: #dfe7f3 !important;
}

body.financeiro-module .table > tfoot .text-uppercase,
body.financeiro-module .table > tfoot .small,
body.financeiro-module .table > tfoot .text-muted {
    color: #64748b !important;
}

html[data-bs-theme="dark"] body.financeiro-module .erp-page-header {
    background: #1d293b;
    border: 1px solid #2d405d;
    border-radius: 18px;
    padding: 1rem 1.15rem;
    margin-bottom: 1.25rem;
}

html[data-bs-theme="dark"] body.financeiro-module,
html[data-bs-theme="dark"] .financeiro-ui-scope,
body.dark-mode .financeiro-ui-scope,
html.dark-mode .financeiro-ui-scope {
    --finance-date-field-color: #eef4ff;
    --finance-date-picker-indicator-filter: brightness(0) saturate(100%) invert(94%) sepia(15%) saturate(522%) hue-rotate(186deg) brightness(104%) contrast(101%);
}

html[data-bs-theme="dark"] body.financeiro-module .erp-page-header h4,
html[data-bs-theme="dark"] body.financeiro-module .erp-page-header h5,
html[data-bs-theme="dark"] body.financeiro-module .erp-page-header h6 {
    color: #edf4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .erp-page-header .text-primary,
html[data-bs-theme="dark"] body.financeiro-module .erp-page-header .text-info,
html[data-bs-theme="dark"] body.financeiro-module .erp-page-header .text-secondary {
    color: #7eb5ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .erp-page-header .small,
html[data-bs-theme="dark"] body.financeiro-module .erp-page-header .form-check-label,
html[data-bs-theme="dark"] body.financeiro-module .text-muted {
    color: #a8bad0 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper,
html[data-bs-theme="dark"] body.financeiro-module .finance-section-card,
html[data-bs-theme="dark"] body.financeiro-module .numerario-form-shell,
html[data-bs-theme="dark"] body.financeiro-module .numerario-summary-card,
html[data-bs-theme="dark"] body.financeiro-module .numerario-items-card,
html[data-bs-theme="dark"] body.financeiro-module .numerario-summary-metric,
html[data-bs-theme="dark"] body.financeiro-module .numerario-form-shell__header,
html[data-bs-theme="dark"] body.financeiro-module .numerario-form-shell__body {
    background: #223147 !important;
    border-color: #334763 !important;
    color: #eaf2ff !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

html[data-bs-theme="dark"] body.financeiro-module .numerario-summary-metric__label,
html[data-bs-theme="dark"] body.financeiro-module .numerario-cell-subtext,
html[data-bs-theme="dark"] body.financeiro-module .numerario-empty-state__hint,
html[data-bs-theme="dark"] body.financeiro-module .numerario-modal-hint,
html[data-bs-theme="dark"] body.financeiro-module .form-text {
    color: #9fb0c4 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-dropzone.finance-dropzone--field-surface,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone.finance-dropzone--field-surface,
body.dark-mode .financeiro-ui-scope .finance-dropzone.finance-dropzone--field-surface,
html.dark-mode .financeiro-ui-scope .finance-dropzone.finance-dropzone--field-surface {
    background: linear-gradient(180deg, #1f2c41 0%, #1a2639 100%) !important;
    border-color: #466487 !important;
    box-shadow: inset 0 0 0 1px rgba(126, 181, 255, .06) !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-dropzone__title,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone__title,
body.dark-mode .financeiro-ui-scope .finance-dropzone__title,
html.dark-mode .financeiro-ui-scope .finance-dropzone__title {
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-dropzone__filename,
html[data-bs-theme="dark"] body.financeiro-module .finance-dropzone__hint,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone__filename,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone__hint,
body.dark-mode .financeiro-ui-scope .finance-dropzone__filename,
body.dark-mode .financeiro-ui-scope .finance-dropzone__hint,
html.dark-mode .financeiro-ui-scope .finance-dropzone__filename,
html.dark-mode .financeiro-ui-scope .finance-dropzone__hint {
    color: #a8bad0 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-dropzone-current-file,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone-current-file,
body.dark-mode .financeiro-ui-scope .finance-dropzone-current-file,
html.dark-mode .financeiro-ui-scope .finance-dropzone-current-file {
    background: #1f2c41 !important;
    border-color: #466487 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-dropzone-current-file__label,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone-current-file__label,
body.dark-mode .financeiro-ui-scope .finance-dropzone-current-file__label,
html.dark-mode .financeiro-ui-scope .finance-dropzone-current-file__label {
    color: #a8bad0 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-dropzone-current-file__link,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone-current-file__link,
body.dark-mode .financeiro-ui-scope .finance-dropzone-current-file__link,
html.dark-mode .financeiro-ui-scope .finance-dropzone-current-file__link {
    color: #7eb5ff !important;
}

html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone [data-file-picker-btn],
body.dark-mode .financeiro-ui-scope .finance-dropzone [data-file-picker-btn],
html.dark-mode .financeiro-ui-scope .finance-dropzone [data-file-picker-btn] {
    color: #7eb5ff !important;
    border-color: rgba(126, 181, 255, .6) !important;
    background: rgba(126, 181, 255, .08) !important;
}

html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone [data-file-picker-btn]:hover,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-dropzone [data-file-picker-btn]:focus,
body.dark-mode .financeiro-ui-scope .finance-dropzone [data-file-picker-btn]:hover,
body.dark-mode .financeiro-ui-scope .finance-dropzone [data-file-picker-btn]:focus,
html.dark-mode .financeiro-ui-scope .finance-dropzone [data-file-picker-btn]:hover,
html.dark-mode .financeiro-ui-scope .finance-dropzone [data-file-picker-btn]:focus {
    color: #eef4ff !important;
    border-color: #7eb5ff !important;
    background: rgba(126, 181, 255, .16) !important;
}

html[data-bs-theme="dark"] body.financeiro-module .numerario-summary-metric__value,
html[data-bs-theme="dark"] body.financeiro-module .numerario-cell-text,
html[data-bs-theme="dark"] body.financeiro-module .numerario-grid-toolbar__title,
html[data-bs-theme="dark"] body.financeiro-module .numerario-table-meta__count,
html[data-bs-theme="dark"] body.financeiro-module .numerario-table-meta__total {
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper h1,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper h2,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper h3,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper h4,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper h5,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper h6,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .h1,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .h2,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .h3,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .h4,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .h5,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .h6,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .text-dark,
body.dark-mode.financeiro-module .erp-table-wrapper h1,
body.dark-mode.financeiro-module .erp-table-wrapper h2,
body.dark-mode.financeiro-module .erp-table-wrapper h3,
body.dark-mode.financeiro-module .erp-table-wrapper h4,
body.dark-mode.financeiro-module .erp-table-wrapper h5,
body.dark-mode.financeiro-module .erp-table-wrapper h6,
body.dark-mode.financeiro-module .erp-table-wrapper .h1,
body.dark-mode.financeiro-module .erp-table-wrapper .h2,
body.dark-mode.financeiro-module .erp-table-wrapper .h3,
body.dark-mode.financeiro-module .erp-table-wrapper .h4,
body.dark-mode.financeiro-module .erp-table-wrapper .h5,
body.dark-mode.financeiro-module .erp-table-wrapper .h6,
body.dark-mode.financeiro-module .erp-table-wrapper .text-dark {
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .text-muted,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper small,
html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .small,
body.dark-mode.financeiro-module .erp-table-wrapper .text-muted,
body.dark-mode.financeiro-module .erp-table-wrapper small,
body.dark-mode.financeiro-module .erp-table-wrapper .small {
    color: #a8bad0 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .erp-table-wrapper .badge.text-dark,
body.dark-mode.financeiro-module .erp-table-wrapper .badge.text-dark {
    color: #172033 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-filter-accordion .accordion-item,
html[data-bs-theme="dark"] body.financeiro-module .module-filter-accordion .accordion-item {
    border-color: #334763 !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18) !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-filter-accordion .accordion-button.collapsed,
html[data-bs-theme="dark"] body.financeiro-module .module-filter-accordion .accordion-button.collapsed,
html[data-bs-theme="dark"] body.financeiro-module .js-finance-filter-toggle[aria-expanded="false"] {
    background: #2b3d59 !important;
    color: #edf4ff !important;
    border-color: #466487 !important;
    background-image: none !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-filter-accordion .accordion-button:not(.collapsed),
html[data-bs-theme="dark"] body.financeiro-module .module-filter-accordion .accordion-button:not(.collapsed),
html[data-bs-theme="dark"] body.financeiro-module .js-finance-filter-toggle[aria-expanded="true"] {
    background: #223147 !important;
    color: #7eb5ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-filter-accordion .accordion-body,
html[data-bs-theme="dark"] body.financeiro-module .module-filter-accordion .accordion-body {
    background: #223147 !important;
    color: #eaf2ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-filter-accordion .accordion-button::after,
html[data-bs-theme="dark"] body.financeiro-module .module-filter-accordion .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(84%) sepia(22%) saturate(960%) hue-rotate(180deg) brightness(101%) contrast(101%);
}

html[data-bs-theme="dark"] body.financeiro-module .finance-column-filter-row th {
    background: #1e2b40 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-column-filter-row .form-control,
html[data-bs-theme="dark"] body.financeiro-module .finance-column-filter-row .form-select {
    background: #192538 !important;
    border-color: #3a4d68 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-column-filter-row .form-control::placeholder {
    color: #9fb0c4 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .table,
html[data-bs-theme="dark"] body.financeiro-module .table.table-hover,
html[data-bs-theme="dark"] body.financeiro-module .pricing-list-table,
html[data-bs-theme="dark"] body.financeiro-module .numerario-inline-table {
    --bs-table-bg: #223147;
    --bs-table-color: #eaf2ff;
    --bs-table-border-color: #334763;
    --bs-table-striped-bg: #263752;
    --bs-table-hover-bg: #2b3d59;
    --bs-table-hover-color: #ffffff;
    color: #eaf2ff;
}

html[data-bs-theme="dark"] body.financeiro-module .table thead,
html[data-bs-theme="dark"] body.financeiro-module .table thead tr,
html[data-bs-theme="dark"] body.financeiro-module .pricing-list-table thead,
html[data-bs-theme="dark"] body.financeiro-module .numerario-inline-table thead {
    background: #182335 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .table thead th,
html[data-bs-theme="dark"] body.financeiro-module .table thead a,
html[data-bs-theme="dark"] body.financeiro-module .pricing-list-table thead th,
html[data-bs-theme="dark"] body.financeiro-module .pricing-list-table thead a,
html[data-bs-theme="dark"] body.financeiro-module .numerario-inline-table thead th {
    color: #7eb5ff !important;
    border-color: #334763 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .table tbody tr,
html[data-bs-theme="dark"] body.financeiro-module .pricing-list-table tbody tr,
html[data-bs-theme="dark"] body.financeiro-module .numerario-inline-table tbody tr {
    background: #223147;
}

html[data-bs-theme="dark"] body.financeiro-module .table tbody td,
html[data-bs-theme="dark"] body.financeiro-module .table tbody th,
html[data-bs-theme="dark"] body.financeiro-module .table tfoot td,
html[data-bs-theme="dark"] body.financeiro-module .table tfoot th,
html[data-bs-theme="dark"] body.financeiro-module .pricing-list-table tbody td,
html[data-bs-theme="dark"] body.financeiro-module .numerario-inline-table tbody td {
    color: #eaf2ff !important;
    border-color: #334763 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .table tfoot,
html[data-bs-theme="dark"] body.financeiro-module .table tfoot tr,
html[data-bs-theme="dark"] body.financeiro-module .table tfoot td {
    background: #213149 !important;
    color: #edf4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .table .text-uppercase,
html[data-bs-theme="dark"] body.financeiro-module .table .small.text-muted {
    color: #bcd2ee !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-group-row td {
    background: #2a3e5d !important;
    color: #edf4ff !important;
    border-top: 2px solid #466487 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-subgroup-row td {
    background: #243650 !important;
    color: #8dc0ff !important;
    border-top: 1px solid #39516f !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-expense-code {
    color: #f3f7ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .form-control,
html[data-bs-theme="dark"] body.financeiro-module .form-select,
html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-selection,
html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-selection--multiple,
html[data-bs-theme="dark"] body.financeiro-module .input-group-text,
html[data-bs-theme="dark"] body.financeiro-module .ts-control,
html[data-bs-theme="dark"] body.financeiro-module .ts-dropdown,
html[data-bs-theme="dark"] body.financeiro-module .tomselected,
html[data-bs-theme="dark"] body.financeiro-module textarea.form-control {
    background: #192538 !important;
    border-color: #3a4d68 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
html[data-bs-theme="dark"] .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
html[data-bs-theme="dark"] .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
body.dark-mode .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
body.dark-mode .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
html.dark-mode .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,
html.dark-mode .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    color: rgba(234, 242, 255, .82);
}

html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,
html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
html[data-bs-theme="dark"] .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,
html[data-bs-theme="dark"] .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
body.dark-mode .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,
body.dark-mode .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover,
html.dark-mode .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,
html.dark-mode .financeiro-ui-scope .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
    color: #eef4ff;
}

html[data-bs-theme="dark"] body.financeiro-module .form-control::placeholder,
html[data-bs-theme="dark"] body.financeiro-module textarea.form-control::placeholder {
    color: #aab7c8 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .form-control:focus,
html[data-bs-theme="dark"] body.financeiro-module .form-select:focus,
html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5.select2-container--focus .select2-selection,
html[data-bs-theme="dark"] body.financeiro-module .ts-control.focus {
    border-color: rgba(126, 181, 255, .6) !important;
    box-shadow: 0 0 0 .18rem rgba(126, 181, 255, .14) !important;
}

html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-dropdown,
html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-results,
html[data-bs-theme="dark"] body.financeiro-module .finance-search-select__menu {
    background: #192538 !important;
    border-color: #3a4d68 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-results__option {
    color: #eaf2ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .select2-container--bootstrap-5 .select2-results__option--highlighted[aria-selected] {
    background: #2d7fe6 !important;
    color: #fff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-document-table .select2-container--bootstrap-5 .select2-selection,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection,
body.dark-mode .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection,
html.dark-mode .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection {
    background: #192538 !important;
    border-color: #3a4d68 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .finance-document-table .select2-container--bootstrap-5 .select2-selection__rendered,
html[data-bs-theme="dark"] body.financeiro-module .finance-document-table .select2-container--bootstrap-5 .select2-selection__placeholder,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection__rendered,
html[data-bs-theme="dark"] .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection__placeholder,
body.dark-mode .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection__rendered,
body.dark-mode .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection__placeholder,
html.dark-mode .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection__rendered,
html.dark-mode .financeiro-ui-scope .finance-document-table .select2-container--bootstrap-5 .select2-selection__placeholder {
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown,
body.dark-mode .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown,
html.dark-mode .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown {
    background: #192538 !important;
    border-color: #3a4d68 !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .3);
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option,
body.dark-mode .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option,
html.dark-mode .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option {
    color: #eaf2ff !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option--selected,
body.dark-mode .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option--selected,
html.dark-mode .select2-container--bootstrap-5 .select2-dropdown.finance-document-dropdown .select2-results__option--selected {
    background: #243650 !important;
    color: #8dc0ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-secondary {
    color: #dbe7f6;
    border-color: #4a5f7b;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-secondary:hover {
    background: #3b506d;
    color: #fff;
    border-color: #3b506d;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-danger {
    color: #ff8b94;
    border-color: #b44b56;
    background: rgba(180, 75, 86, .08);
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-danger:hover {
    color: #fff;
    background: #b44b56;
    border-color: #b44b56;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-info {
    color: #71d5ff;
    border-color: #3b92b8;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-info:hover {
    color: #0f1a2a;
    background: #71d5ff;
    border-color: #71d5ff;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-primary {
    color: #8dc0ff;
    border-color: #4d82c9;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-primary:hover {
    color: #fff;
    background: #2d7fe6;
    border-color: #2d7fe6;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-success {
    color: #8ee0b7;
    border-color: #3f9768;
}

html[data-bs-theme="dark"] body.financeiro-module .btn-outline-success:hover {
    color: #0f1f17;
    background: #8ee0b7;
    border-color: #8ee0b7;
}

html[data-bs-theme="dark"] body.financeiro-module .modal-content {
    background: #223147;
    border: 1px solid #334763;
    color: #eaf2ff;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .32);
}

html[data-bs-theme="dark"] body.financeiro-module .modal-header,
html[data-bs-theme="dark"] body.financeiro-module .modal-footer {
    border-color: #334763;
}

html[data-bs-theme="dark"] body.financeiro-module .modal-title,
html[data-bs-theme="dark"] body.financeiro-module .modal-body,
html[data-bs-theme="dark"] body.financeiro-module .modal-body h1,
html[data-bs-theme="dark"] body.financeiro-module .modal-body h2,
html[data-bs-theme="dark"] body.financeiro-module .modal-body h3,
html[data-bs-theme="dark"] body.financeiro-module .modal-body h4,
html[data-bs-theme="dark"] body.financeiro-module .modal-body h5,
html[data-bs-theme="dark"] body.financeiro-module .modal-body h6,
html[data-bs-theme="dark"] body.financeiro-module .modal-body label {
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .modal-body .text-muted,
html[data-bs-theme="dark"] body.financeiro-module .modal-footer .text-muted,
html[data-bs-theme="dark"] body.financeiro-module .modal-body small {
    color: #a8bad0 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .modal .table-responsive,
html[data-bs-theme="dark"] body.financeiro-module .modal .accordion-body {
    background: transparent;
}

html[data-bs-theme="dark"] body.financeiro-module .modal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

html[data-bs-theme="dark"] body.financeiro-module .card,
html[data-bs-theme="dark"] body.financeiro-module .card-header,
html[data-bs-theme="dark"] body.financeiro-module .card-body,
html[data-bs-theme="dark"] body.financeiro-module .card-footer {
    background: #223147;
    border-color: #334763;
    color: #eaf2ff;
}

.module-pagination-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    flex-wrap: wrap;
    border: 1px solid rgba(33, 37, 41, .08);
    border-radius: .85rem;
    padding: .7rem .9rem;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
}

.module-pagination-footer__center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex: 1 1 100%;
    width: 100%;
}

.module-pagination-footer__meta,
.module-pagination-footer__per-page {
    display: flex;
    align-items: center;
    gap: .45rem;
    min-width: 0;
}

.module-pagination-footer__meta {
    font-size: .88rem;
    line-height: 1.3;
    flex-wrap: wrap;
}

.module-pagination-footer__meta strong {
    color: #1f2e43;
    font-weight: 700;
}

.module-pagination-footer__per-page label {
    font-size: .78rem;
    letter-spacing: .01em;
    text-transform: none;
    white-space: nowrap;
    margin-bottom: 0;
}

.module-pagination-footer__per-page {
    width: max-content;
    flex-wrap: nowrap;
}

.module-pagination-footer__per-page .form-select {
    width: auto !important;
    flex: 0 0 auto;
    min-width: 78px;
    max-width: 92px;
    min-height: 2rem;
    padding: .18rem 1.9rem .18rem .55rem;
    font-size: .88rem;
    line-height: 1.2;
}

.module-pagination-footer__nav {
    display: flex;
    align-items: center;
}

.module-pagination-footer .pagination {
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
}

.module-pagination-footer .page-link {
    min-width: 2rem;
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .2rem .45rem;
    border-color: #d9e2ef;
    color: #41536b;
    background: #ffffff;
    font-size: .82rem;
    line-height: 1;
}

.module-pagination-footer .page-item + .page-item .page-link,
.module-pagination-footer .page-item + .page-item span.page-link {
    margin-left: -1px;
}

.module-pagination-footer .page-item.active .page-link,
.module-pagination-footer .page-item.active span.page-link {
    background: #2d7fe6;
    border-color: #2d7fe6;
    color: #ffffff;
    box-shadow: none;
}

.module-pagination-footer .page-item.disabled .page-link,
.module-pagination-footer .page-item.disabled span.page-link {
    background: #f5f7fb;
    border-color: #d9e2ef;
    color: #9aa8bb;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer {
    background: #213149;
    border-color: #334763;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .text-muted,
html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer label.small {
    color: #bcd2ee !important;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer strong {
    color: #eef4ff;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .form-select {
    background: #192538;
    border-color: #3a4d68;
    color: #eef4ff;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-link,
html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer span.page-link {
    background: #192538;
    border-color: #3a4d68;
    color: #dbe7f6;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-item.active .page-link,
html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-item.active span.page-link {
    background: #2d7fe6;
    border-color: #2d7fe6;
    color: #fff;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-item.disabled .page-link,
html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-item.disabled span.page-link {
    background: #233146;
    border-color: #31445f;
    color: #7f93ad;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer,
html[data-bs-theme="dark"] body.financeiro-module .card-footer.bg-white,
html[data-bs-theme="dark"] body.financeiro-module .card-header.bg-white,
html[data-bs-theme="dark"] body.financeiro-module .bg-white.rounded,
html[data-bs-theme="dark"] body.financeiro-module .bg-white.rounded-3,
html[data-bs-theme="dark"] body.financeiro-module .bg-white.rounded-4,
html[data-bs-theme="dark"] body.financeiro-module .bg-white.border,
html[data-bs-theme="dark"] body.financeiro-module .table-responsive.bg-white,
html[data-bs-theme="dark"] body.financeiro-module .border.bg-white {
    background: #213149 !important;
    border-color: #334763 !important;
    color: #eaf2ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .table-light,
html[data-bs-theme="dark"] body.financeiro-module .table-light > tr,
html[data-bs-theme="dark"] body.financeiro-module .table-light > th,
html[data-bs-theme="dark"] body.financeiro-module .table-light > td,
html[data-bs-theme="dark"] body.financeiro-module .table-light th,
html[data-bs-theme="dark"] body.financeiro-module .table-light td,
html[data-bs-theme="dark"] body.financeiro-module .table > tfoot,
html[data-bs-theme="dark"] body.financeiro-module .table > tfoot > tr,
html[data-bs-theme="dark"] body.financeiro-module .table > tfoot > tr > td,
html[data-bs-theme="dark"] body.financeiro-module .table > tfoot > tr > th {
    background: #213149 !important;
    border-color: #334763 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .table > tfoot .text-uppercase,
html[data-bs-theme="dark"] body.financeiro-module .table > tfoot .small,
html[data-bs-theme="dark"] body.financeiro-module .table > tfoot .text-muted {
    color: #bcd2ee !important;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .text-muted,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer .text-muted,
html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer label.small,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer label.small {
    color: #bcd2ee !important;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer strong,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer strong {
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .form-select,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer .form-select {
    background: #192538 !important;
    border-color: #3a4d68 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-link,
html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer span.page-link,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer .page-link,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer span.page-link {
    background: #192538 !important;
    border-color: #3a4d68 !important;
    color: #dbe7f6 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-item.active .page-link,
html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-item.active span.page-link,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer .page-item.active .page-link,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer .page-item.active span.page-link {
    background: #2d7fe6 !important;
    border-color: #2d7fe6 !important;
    color: #fff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-item.disabled .page-link,
html[data-bs-theme="dark"] body.financeiro-module .module-pagination-footer .page-item.disabled span.page-link,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer .page-item.disabled .page-link,
html[data-bs-theme="dark"] body.financeiro-module .fin-pagination-footer .page-item.disabled span.page-link {
    background: #233146 !important;
    border-color: #31445f !important;
    color: #7f93ad !important;
}

@media (max-width: 767.98px) {
    .module-pagination-footer {
        align-items: stretch;
    }

    .module-pagination-footer__center {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .module-pagination-footer__nav {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .module-pagination-footer__meta,
    .module-pagination-footer__per-page {
        flex-wrap: wrap;
    }

    .module-pagination-footer .pagination {
        width: max-content;
    }
}

.financeiro-dashboard-root {
    isolation: isolate;
}

html[data-bs-theme="dark"] body.financeiro-module .page-card:has(.financeiro-dashboard-root) {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root {
    --d2d-line: #334763;
    --d2d-muted: #a8bad0;
    --d2d-navy: #eef4ff;
    background: #223147 !important;
    border-color: #334763 !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18) !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-title-block h1,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-title-block p,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-kpi-title,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-kpi-value,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-widget h2,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-card h2,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-category-row span,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-category-total span,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-category-row strong,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-category-total strong,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-status-list strong,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-dashboard-foot {
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-title-block p,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-date-control span,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-date-separator,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-kpi-change span,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-status-list,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-category-row em,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-category-total em,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .text-muted,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .small,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-dashboard-foot {
    color: #a8bad0 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-period-pills,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-date-control,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-compare-select,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-filter-button,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-widget select {
    background: #192538 !important;
    border-color: #3a4d68 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-period-pill {
    color: #dbe7f6 !important;
    border-right-color: #334763 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-period-pill.active {
    background: #2d7fe6 !important;
    color: #ffffff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-date-control input {
    color: #eef4ff !important;
    color-scheme: dark;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-date-control input::-webkit-calendar-picker-indicator {
    filter: brightness(0) saturate(100%) invert(88%) sepia(9%) saturate(748%) hue-rotate(179deg) brightness(106%) contrast(95%);
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-kpi-card,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-widget,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-card,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .modal-content {
    background: #223147 !important;
    border-color: #334763 !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .18) !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-card table,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-modal-table {
    color: #eaf2ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-card th,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-head a,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-modal-table thead th,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .modal-title {
    color: #7eb5ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-card td,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-modal-table tbody td,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-modal-table tfoot td {
    color: #eaf2ff !important;
    border-bottom-color: #334763 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-card tfoot td,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-modal-table tfoot td {
    background: #1b2638 !important;
    border-top: 1px solid #334763 !important;
    border-bottom: 0 !important;
    color: #eef4ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-card th,
html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-table-card td {
    border-bottom-color: #334763 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-category-bar {
    background: #182335 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .badge-warning {
    background: rgba(255, 193, 7, .18) !important;
    color: #ffe39b !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .badge-info {
    background: rgba(13, 110, 253, .18) !important;
    color: #cfe3ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .badge-primary {
    background: rgba(126, 181, 255, .16) !important;
    color: #d7e8ff !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .d2d-expand-button {
    background-color: #2b3d59 !important;
    border-color: #466487 !important;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .btn-close {
    filter: invert(1) brightness(1.2);
    opacity: .85;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .btn-close:hover {
    opacity: 1;
}

html[data-bs-theme="dark"] body.financeiro-module .financeiro-dashboard-root .modal-header {
    border-bottom-color: #334763 !important;
}
