
.ne-list .transaction .duedate {
    left: 1px;
}

.ne-list .transaction .ne-row-date--transaction {
    display: block !important;
    top: 0;
    left: 1px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.ne-list .transaction .ne-row-date--transaction .ne-row-date__month,
.ne-list .transaction .ne-row-date--transaction .ne-row-date__day {
    display: block;
    position: static;
    visibility: visible;
}

.ne-list .transaction .ne-row-date--transaction .ne-row-date__month {
    margin: 0;
}

.ne-list .transaction .ne-row-date--transaction .ne-row-date__day {
    margin: 3px 0 0;
}

.ne-list .task.transaction .avatar-wrap {
    left: 86px;
    top: 14px;
}

.ne-list .transaction .title {
    top: 17px;
    left: 216px;
}

.ne-list .transaction .type {
    /* left: 160px; */
    background-image: url(../images/ui/ic-income@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
}

.ne-list .transaction .type.income {}

.dash-form .details.type {
    background-image: url(../images/ui/ic-income@2x.png);
}

.dash-form .details.type.expense {
    background-image: url(../images/ui/ic-expense@2x.png);
}

.ne-list .transaction .type.expense {
    background-image: url(../images/ui/ic-expense@2x.png);
}

.ne-list .transaction .total {
    right: 500px;
    text-align: left;
    width: 170px;
    font-size: 21px;
}

.ne-list .transaction .group {
    right: 450px;
    top: 28px;
}




.ne-transaction-status .unpaid, .unpaid.bg {
    background-color: #e45a20 !important;
    color: #c43aa0;
}

.ne-transaction-status .pending, .pending.bg {
    background-color: #e5e0e0 !important;
    color: #444;
}

.ne-transaction-status .progress, .progress.bg {
    background-color: #f3a83a !important;
    color: #826d21;
}

.ne-transaction-status .issue, .issue.bg {
    background-color: #ff3b1a !important;
    color: #ac1800;
}

.ne-transaction-status .paid, .paid.bg {
    background-color: #2fff60 !important;
    color: #1b7c1b;
}

.ne-transaction-status .hold, .hold.bg {
    background-color: rgb(118 65 255) !important;
    color: #5200d8;
}

.ne-list .transaction .duedate {
    left: 1px;
}

.ne-list .task.transaction .avatar-wrap {
    left: 79px;
    top: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.ne-list .transaction .title {
    top: 22px;
    left: 132px;
    font-size: 22px;
    width: calc(100% - 720px);
}

.ne-list .transaction .ne-transaction-summary {
    position: absolute;
    top: 0;
    right: 430px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    height: 75px;
}

.ne-list .transaction .ne-transaction-summary .type,
.ne-list .transaction .ne-transaction-summary .total {
    position: static;
    flex: 0 0 auto;
}

.ne-list .transaction .ne-transaction-summary .type {
    width: 31px;
    height: 31px;
    background-position: center;
    background-size: contain;
}


.dash-form .details.type {
    background-image: url(../images/ui/ic-income@2x.png);
}

.dash-form .details.type.expense {
    background-image: url(../images/ui/ic-expense@2x.png);
}

.ne-list .transaction .type.expense {
    background-image: url(../images/ui/ic-expense@2x.png);
}

.ne-list .transaction .total {
    text-align: right;
    width: 170px;
    font-size: 21px;
}

.ne-list .transaction .group {
    right: 740px;
    top: 28px;
}




.ne-transaction-status .unpaid {
    background-color: #e45a20 !important;
    color: #683600 !important;
}
.ne-transaction-status .billing {
    background-color: #00811c !important;
    color: #0a3b0e !important;
}

.ne-transaction-status .pending {
    background-color: #a8a8a859 !important;
    color: #444 !important;
}

.ne-transaction-status .progress {
    background-color: #ffe81c !important;
    color: #826d21 !important;
}

.ne-transaction-status .issue {
    background-color: #ff3b1a !important;
    color: #ac1800 !important;
}

.ne-transaction-status .paid {
    background-color: #2fff60 !important;
    color: #1b7c1b !important;
}
.ne-transaction-status .cancelled {
    background-color: #ff3b1a !important;
    color: #ac1800 !important;
}

.ne-transaction-status .hold {
    background-color: rgb(118 65 255) !important;
    color: #5200d8 !important;
}
.ne-transaction-status label span {
    margin: 0px 6px 0px 6px !important;!i;!;
}


/* Finance summary top bar */
.ne-finance-summary-top-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    width: 100%;
    /* padding: 2px; */
    /* margin: 0 0 2px; */
    background: #1e1e1e;
}

.ne-finance-summary-card {
    min-width: 0;
    min-height: 92px;
    padding: 14px 14px 12px;
    background: #262626;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #1b1b1b;
    cursor: pointer;
    position: relative;
}

.ne-finance-cash-flow-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-height: 48px;
    margin-left: auto;
    padding: 0 10px;
    background: #383636;
}

.ne-finance-cash-flow-toolbar__selector {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.ne-finance-cash-flow-toolbar__selector label {
    color: #777;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ne-finance-cash-flow-toolbar__selector select {
    width: min(260px, 30vw);
    min-height: 34px;
    border: 1px solid #383636;
    border-radius: 0;
    background: #262626;
    color: #e2e2e2;
}

.ne-finance-cash-flow-toolbar__actions {
    display: flex;
    gap: 6px;
}

@media screen and (max-width: 680px) {
    .ne-finance-cash-flow-toolbar {
        flex: 0 0 auto;
    }

    .ne-finance-cash-flow-toolbar__selector {
        min-width: 0;
    }
}

.ne-finance-summary-card:hover,
.ne-finance-summary-card:focus {
    background: #2a2a2a;
    outline: 0;
}

.ne-finance-summary-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #383636;
}

.ne-finance-summary-card__label {
    color: #777;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-finance-summary-card__value {
    color: #f2f2f2;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 300;
}

.ne-finance-summary-card__change {
    color: #b8b8b8;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 8px;
    letter-spacing: 0.02em;
}

.ne-finance-summary-card.tone-positive:before {
    background: #383636;
}

.ne-finance-summary-card.tone-positive .ne-finance-summary-card__change {
    color: #b8b8b8;
}

.ne-finance-summary-card.tone-warning:before {
    background: #f3a83a;
}

.ne-finance-summary-card.tone-warning .ne-finance-summary-card__change {
    color: #f8c56a;
}

.ne-finance-summary-card.tone-negative:before,
.ne-finance-summary-card.tone-danger:before {
    background: #ff3b1a;
}

.ne-finance-summary-card.tone-negative .ne-finance-summary-card__change,
.ne-finance-summary-card.tone-danger .ne-finance-summary-card__change {
    color: #f0c2c2;
}

.ne-finance-projection-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(96px, 1fr));
    gap: 2px;
    width: 100%;
    padding: 0 2px;
    margin: 0;
    background: #181818;
    overflow-x: auto;
}

.ne-finance-projection-month {
    min-width: 96px;
    padding: 10px 10px 9px;
    background: #222;
    border-top: 1px solid #2f2f2f;
    position: relative;
}

.ne-finance-projection-month:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #383636;
}

.ne-finance-projection-month.tone-positive:before {
    background: #383636;
}

.ne-finance-projection-month.tone-warning:before {
    background: #f3a83a;
}

.ne-finance-projection-month.tone-negative:before,
.ne-finance-projection-month.tone-danger:before {
    background: #ff3b1a;
}

.ne-finance-projection-month__label {
    color: #4a4646;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ne-finance-projection-month__balance {
    color: #f0f0f0;
    font-size: 16px;
    line-height: 1.15;
    margin-top: 7px;
    white-space: nowrap;
}

.ne-finance-projection-month__delta {
    color: #b8b8b8;
    font-size: 10px;
    margin-top: 5px;
    white-space: nowrap;
}

.ne-finance-projection-month.tone-positive .ne-finance-projection-month__delta {
    color: #777;
}

.ne-finance-projection-month.tone-warning .ne-finance-projection-month__delta {
    color: #f8c56a;
}

.ne-finance-projection-month.tone-negative .ne-finance-projection-month__delta,
.ne-finance-projection-month.tone-danger .ne-finance-projection-month__delta {
    color: #f0c2c2;
}

@media screen and (max-width: 1180px) {
    .ne-finance-summary-top-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 680px) {
    .ne-finance-summary-top-bar {
        grid-template-columns: 1fr;
    }

    .ne-finance-summary-card {
        min-height: 78px;
    }
}

/* Finance cash flow forecast */
.ne-finance-forecast-widget {
    display: grid;
    grid-template-rows: auto auto auto;
    width: 100%;
    background: #1a1a1a;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #111;
    margin: 0 0 2px;
    color: #e6e6e6;
}

.ne-finance-forecast-widget__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 16px 8px;
    background: #181818;
    border-bottom: 1px solid #303030;
}

.ne-finance-forecast-widget__title span {
    display: block;
    color: #f3a83c;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ne-finance-forecast-widget__title h2 {
    color: #f2f2f2;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 300;
    margin: 0;
}

.ne-finance-forecast-widget__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.ne-finance-forecast-segment {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
    gap: 2px;
    padding: 2px;
    background: #202020;
}

.ne-finance-forecast-segment .button,
.ne-finance-forecast-select select,
.ne-finance-forecast-empty .button {
    min-height: 28px;
    border: 0;
    border-radius: 0;
    background: #383636;
    color: #b8b8b8;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0 10px;
    cursor: pointer;
}

.ne-finance-forecast-segment .button.active,
.ne-finance-forecast-segment .button:hover,
.ne-finance-forecast-empty .button {
    background: #f3a83c;
    color: #111;
}

.ne-finance-forecast-select.ne-form {
    width: auto !important;
    margin: 0;
    padding: 0;
}

.ne-finance-forecast-select select,
.ne-finance-forecast-mode {
    width: 158px;
}

.ne-finance-forecast-mode {
    display: inline-grid;
    place-items: center;
    min-height: 28px;
    padding: 0 10px;
    background: #383636;
    color: #b8b8b8;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ne-finance-forecast-chart {
    height: 360px;
    padding: 14px 12px 8px;
    background: #202020;
    position: relative;
}

.ne-finance-forecast-scale-toggle {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 2;
    min-height: 24px;
    padding: 0 8px;
    border: 1px solid #3a3a3a;
    border-radius: 0;
    background: #181818;
    color: #b8b8b8;
    font-size: 9px;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
}

.ne-finance-forecast-scale-toggle:hover,
.ne-finance-forecast-scale-toggle[aria-pressed="true"] {
    color: #f3a83c;
    border-color: #f3a83c;
}

.ne-finance-forecast-scale {
    display: none;
}

.ne-finance-forecast-scale.is-active {
    display: inline;
}

.ne-finance-forecast-chart svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.ne-finance-forecast-grid {
    stroke: #3a3a3a;
    stroke-width: 1;
    opacity: .55;
}

.ne-finance-forecast-line,
.ne-finance-forecast-buffer,
.ne-finance-forecast-today {
    fill: none;
    vector-effect: non-scaling-stroke;
}

.ne-finance-forecast-line {
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ne-finance-forecast-line.tone-historical {
    stroke: #d8d8d8;
}

.ne-finance-forecast-line.tone-base {
    stroke: #4695ff;
    stroke-dasharray: 9 7;
}

.ne-finance-forecast-line.tone-conservative {
    stroke: #ff5e5e;
    stroke-dasharray: 7 7;
}

.ne-finance-forecast-line.tone-aggressive {
    stroke: #2fff60;
    stroke-dasharray: 9 6;
}

.ne-finance-forecast-buffer {
    stroke: #c43aa0;
    stroke-width: 1.5;
    stroke-dasharray: 5 7;
    opacity: .75;
}

.ne-finance-forecast-today {
    stroke: #f3a83c;
    stroke-width: 1.5;
    stroke-dasharray: 3 6;
    opacity: .9;
}

.ne-finance-forecast-point {
    stroke: #202020;
    stroke-width: 2;
    cursor: help;
}

.ne-finance-forecast-point.tone-historical { fill: #d8d8d8; }
.ne-finance-forecast-point.tone-base { fill: #4695ff; }
.ne-finance-forecast-point.tone-conservative { fill: #ff5e5e; }
.ne-finance-forecast-point.tone-aggressive { fill: #2fff60; }

.ne-finance-forecast-axis-label,
.ne-finance-forecast-y-axis-label,
.ne-finance-forecast-today-label {
    fill: #a8a8a8;
    font-size: 11px;
    letter-spacing: .04em;
    text-anchor: middle;
}

.ne-finance-forecast-y-axis-label {
    text-anchor: end;
}

.ne-finance-forecast-today-label {
    fill: #f3a83c;
    text-anchor: start;
    text-transform: uppercase;
}

.ne-finance-forecast-legend {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 10px 16px 12px;
    background: #1a1a1a;
    border-top: 1px solid #303030;
}

.ne-finance-forecast-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b8b8b8;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
}

.ne-finance-forecast-legend__currency {
    color: #777;
    font-size: 10px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ne-finance-forecast-legend__item i {
    display: block;
    width: 18px;
    height: 2px;
    background: #777;
}

.ne-finance-forecast-legend__item.tone-historical i { background: #d8d8d8; }
.ne-finance-forecast-legend__item.tone-base i { background: #4695ff; }
.ne-finance-forecast-legend__item.tone-conservative i { background: #ff5e5e; }
.ne-finance-forecast-legend__item.tone-aggressive i { background: #2fff60; }
.ne-finance-forecast-legend__item.tone-buffer i { background: #c43aa0; }

.ne-finance-forecast-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 48px 16px;
    background: #202020;
    color: #b8b8b8;
    text-align: center;
}

.ne-finance-forecast-empty strong {
    color: #f2f2f2;
    font-weight: 400;
    font-size: 18px;
}

@media screen and (max-width: 900px) {
    .ne-finance-forecast-widget__header {
        display: grid;
    }

    .ne-finance-forecast-widget__controls {
        justify-content: flex-start;
    }

    .ne-finance-forecast-chart {
        height: 310px;
    }
}

@media screen and (max-width: 680px) {
    .ne-finance-forecast-widget__header,
    .ne-finance-forecast-legend {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ne-finance-forecast-widget__controls,
    .ne-finance-forecast-segment,
    .ne-finance-forecast-select,
    .ne-finance-forecast-select select {
        width: 100% !important;
    }

    .ne-finance-forecast-segment .button {
        width: 100%;
    }

    .ne-finance-forecast-chart {
        height: 260px;
        padding-left: 4px;
        padding-right: 4px;
    }
}

/* Finance dashboard grid + upcoming events */
.ne-finance-dashboard-grid {
    --ne-smart-grid-min: 320px;
    --ne-smart-grid-gap: 2px;
    width: 100%;
    margin: 0 0 2px;
    background: #1e1e1e;
    align-items: flex-start;
}

.ne-finance-dashboard-grid > * {
    align-self: flex-start;
}

.ne-finance-dashboard-grid .ne-finance-forecast-widget {
    flex-grow: 2;
    flex-basis: 640px;
    margin: 0;
}

.ne-finance-dashboard-grid .ne-finance-upcoming-widget,
.ne-finance-dashboard-grid .ne-finance-alerts-widget {
    height: 454px;
    max-height: 454px;
}

.ne-finance-upcoming-widget {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
    height: 100%;
    max-height: 454px;
    background: #1a1a1a;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #111;
    color: #e6e6e6;
}

.ne-finance-upcoming-widget__header,
.ne-finance-upcoming-widget__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px;
    background: #181818;
}

.ne-finance-upcoming-widget__header {
    border-bottom: 1px solid #303030;
}

.ne-finance-upcoming-widget__footer {
    border-top: 1px solid #303030;
}

.ne-finance-upcoming-widget__header h3 {
    margin: 0;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 300;
}

.ne-finance-upcoming-widget__range,
.ne-finance-upcoming-widget__footer .button {
    min-height: 22px;
    border: 1px solid #303030;
    border-radius: 0;
    background: transparent;
    color: #777;
    font-size: 9px;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 0 7px;
}

.ne-finance-upcoming-widget__range:hover,
.ne-finance-upcoming-widget__footer .button:hover {
    background: #2a2a2a;
    border-color: #4a4a4a;
    color: #b8b8b8;
}

.ne-finance-upcoming-widget__list {
    min-height: 0;
    overflow-y: auto;
    background: #202020;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ne-finance-upcoming-widget__list::-webkit-scrollbar {
    display: none;
}

.ne-finance-upcoming-event {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto 3px;
    gap: 9px;
    align-items: center;
    min-height: 61px;
    padding: 8px 0 8px 10px;
    background: #202020;
    border-bottom: 1px solid #303030;
    cursor: pointer;
}

.ne-finance-upcoming-event:hover,
.ne-finance-upcoming-event:focus {
    background: #262626;
    outline: 0;
}

.ne-finance-upcoming-event__date {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 42px;
    background: #262626;
    color: #a8a8a8;
}

.ne-finance-upcoming-event__date span {
    font-size: 9px;
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ne-finance-upcoming-event__date strong {
    color: #f2f2f2;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 300;
}

.ne-finance-upcoming-event__main {
    min-width: 0;
}

.ne-finance-upcoming-event__main h4 {
    margin: 0 0 4px;
    color: #e6e6e6;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-finance-upcoming-event__main p {
    margin: 0;
    color: #8f8f8f;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: .03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-finance-upcoming-event__recurring:before {
    content: " Ãƒâ€šÃ‚Â· ";
}

.ne-finance-upcoming-event__amount {
    color: #b8b8b8;
    font-size: 13px;
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
    padding-right: 2px;
}

.ne-finance-upcoming-event__paid,
.ne-finance-alert-item__action {
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transform: translateY(calc(-50% + 3px));
	transition: opacity .16s ease, transform .16s ease;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.ne-finance-upcoming-event:hover .ne-finance-upcoming-event__paid,
.ne-finance-upcoming-event:focus-within .ne-finance-upcoming-event__paid,
.ne-finance-alert-item:hover .ne-finance-alert-item__action,
.ne-finance-alert-item:focus-within .ne-finance-alert-item__action {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-50%);
}

.ne-finance-upcoming-event__paid {
	white-space: nowrap;
}

@media (hover: none) {
	.ne-finance-upcoming-event__paid,
	.ne-finance-alert-item__action {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(-50%);
	}
}

.ne-finance-upcoming-event__indicator {
    display: block;
    align-self: stretch;
    width: 3px;
    background: #777;
}

.ne-finance-upcoming-event.tone-income .ne-finance-upcoming-event__amount {
    color: #9ed39e;
}

.ne-finance-upcoming-event.tone-income .ne-finance-upcoming-event__indicator {
    background: #2fff60;
}

.ne-finance-upcoming-event.tone-expense .ne-finance-upcoming-event__amount {
    color: #f0c2c2;
}

.ne-finance-upcoming-event.tone-expense .ne-finance-upcoming-event__indicator {
    background: #ff3b1a;
}

.ne-finance-upcoming-event.tone-transfer .ne-finance-upcoming-event__amount {
    color: #f8c56a;
}

.ne-finance-upcoming-event.tone-transfer .ne-finance-upcoming-event__indicator {
    background: #f3a83c;
}

.ne-finance-upcoming-event.tone-reminder .ne-finance-upcoming-event__indicator {
    background: #777;
}

.ne-finance-upcoming-widget__empty {
    display: grid;
    place-items: center;
    min-height: 220px;
    padding: 20px;
    background: #202020;
    color: #b8b8b8;
    text-align: center;
}

.ne-finance-upcoming-widget__empty strong {
    color: #f2f2f2;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 1180px) {
    .ne-finance-upcoming-widget {
        max-height: none;
    }

    .ne-finance-upcoming-widget__list {
        max-height: 286px;
    }
}

@media screen and (max-width: 680px) {
    .ne-finance-upcoming-widget__header,
    .ne-finance-upcoming-widget__footer {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ne-finance-upcoming-event {
        grid-template-columns: 42px minmax(0, 1fr) auto 3px;
        gap: 8px;
        min-height: 58px;
    }
}

/* Finance accounts / cash positions */
#ne_view.ne-finance-workspace-active {
    overflow-y: hidden;
}

.ne-finance-workspace-tabbar {
    display: flex;
    align-items: stretch;
    gap: 1px;
    background: #383636;
    border-top: 1px solid #303030;
    border-bottom: 2px solid #303030;
}

.ne-finance-workspace-tabs {
    display: flex;
    align-items: stretch;
    gap: 1px;
    padding: 0 2px;
    background: #383636;
}

.ne-finance-workspace-tab {
    min-height: 48px;
    padding: 0 20px;
    color: #777;
    background: #383636;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.ne-finance-workspace-tab {
    font-size: 15px;
    font-weight: 300;
}

.ne-finance-workspace-tab small {
    color: #666;
    font-size: 11px;
}

.ne-finance-workspace-tab:hover,
.ne-finance-workspace-tab:focus-visible,
.ne-finance-workspace-tab.is-active {
    color: #e2e2e2;
    background: #383636;
}

.ne-finance-workspace-tab.is-active {
    box-shadow: inset 0 -2px #f3a83c;
}

.ne-finance-workspace-panel:not(.is-active) {
    display: none !important;
}

.ne-finance-workspace-panel {
    margin-bottom: 0;
}

.ne-finance-planning-panel {
    min-height: 360px;
    padding: 22px;
    background: #202020;
}

.ne-finance-planning-header span,
.ne-finance-planning-form label {
    color: #777;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ne-finance-planning-header h2 {
    margin: 5px 0 20px;
    color: #f2f2f2;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -.02em;
}

.ne-finance-planning-form {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 180px 180px auto;
    align-items: end;
    gap: 10px;
    width: min(100%, 980px);
    padding: 16px;
    background: #262626;
    border: 1px solid #303030;
}

.ne-finance-planning-date-presets {
    display: flex;
    gap: 3px;
}

.ne-finance-planning-date-presets button {
    min-width: 34px;
    min-height: 22px;
    padding: 0 7px;
    border: 1px solid #383636;
    border-radius: 0;
    background: #202020;
    color: #777;
    font-size: 10px;
    cursor: pointer;
}

.ne-finance-planning-date-presets button:hover,
.ne-finance-planning-date-presets button.is-active {
    border-color: #f3a83c;
    color: #f3a83c;
}

.ne-finance-planning-field {
    display: grid;
    gap: 6px;
    width: 100%;
    min-width: 0;
}

.ne-finance-planning-form input {
    box-sizing: border-box;
    min-height: 36px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #383636;
    border-radius: 0;
    background: #1a1a1a;
    color: #f2f2f2;
    font: inherit;
}

.ne-finance-planning-form input:focus {
    border-color: #f3a83c;
    outline: 0;
}

.ne-finance-planning-add {
    min-height: 36px;
    padding: 0 16px;
    white-space: nowrap;
}

.ne-finance-planning-message {
    grid-column: 1 / -1;
    min-height: 14px;
    color: #b8b8b8;
    font-size: 11px;
}

.ne-finance-planning-expenses {
    width: min(100%, 980px);
    margin-top: 10px;
}

.ne-finance-planning-totals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #303030;
}

.ne-finance-planning-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #303030;
    background: #1a1a1a;
}

.ne-finance-planning-total + .ne-finance-planning-total strong {
    color: #2fff60;
}

.ne-finance-planning-total span {
    color: #777;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ne-finance-planning-total strong {
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 400;
}

.ne-finance-planning-expense {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 150px 72px 24px;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 8px 12px;
    border-bottom: 1px solid #303030;
    background: #242424;
}

.ne-finance-planning-expense.is-excluded > time,
.ne-finance-planning-expense.is-excluded > strong,
.ne-finance-planning-expense.is-excluded > span {
    opacity: .38;
}

.ne-finance-planning-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #777;
    font-size: 9px;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
}

.ne-finance-planning-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ne-finance-planning-toggle > span {
    width: 28px;
    height: 16px;
    padding: 2px;
    border-radius: 10px;
    background: #383636;
    box-sizing: border-box;
}

.ne-finance-planning-toggle > span:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #777;
    transition: transform .15s ease, background .15s ease;
}

.ne-finance-planning-toggle input:checked + span:before {
    transform: translateX(12px);
    background: #2fff60;
}

.ne-finance-planning-toggle input:focus-visible + span {
    outline: 1px solid #f3a83c;
    outline-offset: 2px;
}

.ne-finance-planning-toggle em {
    font-style: normal;
}

.ne-finance-planning-expense time,
.ne-finance-planning-empty {
    color: #777;
}

.ne-finance-planning-expense > span {
    color: #f2f2f2;
    text-align: right;
}

.ne-finance-planning-remove {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    background: transparent;
    color: #777;
    font-size: 17px;
    line-height: 20px;
    opacity: 0;
    cursor: pointer;
    transition: opacity .15s ease, color .15s ease, border-color .15s ease;
}

.ne-finance-planning-expense:hover .ne-finance-planning-remove,
.ne-finance-planning-expense:focus-within .ne-finance-planning-remove {
    opacity: 1;
}

.ne-finance-planning-remove:hover,
.ne-finance-planning-remove:focus-visible {
    border-color: #ff5e5e;
    color: #ff5e5e;
    outline: 0;
}

.ne-finance-planning-empty {
    padding: 24px 14px;
    background: #242424;
}

@media screen and (max-width: 760px) {
    .ne-finance-planning-form,
    .ne-finance-planning-expense {
        grid-template-columns: 1fr;
    }

    .ne-finance-planning-expense > span {
        text-align: left;
    }

    .ne-finance-planning-remove {
        opacity: 1;
    }

    .ne-finance-planning-totals {
        grid-template-columns: 1fr;
    }
}

#ne_finance_transactions_cash_positions #ne_transactions {
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#ne_finance_transactions_cash_positions #ne_transactions::-webkit-scrollbar {
    display: none;
}

.ne-finance-accounts-panel-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 10px 12px;
    background: #383636;
    border-bottom: 1px solid #303030;
}

.ne-finance-accounts-panel-actions .button {
    min-height: 28px;
    border: 0;
    border-radius: 0;
    background: #383636;
    color: #aaa;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ne-finance-accounts-panel-actions .button:hover {
    color: #111;
    background: #f3a83c;
}

.ne-finance-accounts-widget {
    width: 100%;
    margin: 0 0 2px;
    background: #1a1a1a;
    border-top: 1px solid #303030;
    /* border-bottom: 1px solid #111; */
    color: #e6e6e6;
}

.ne-finance-accounts-widget__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 12px;
    background: #383636;
    border-bottom: 3px solid #303030;
}

.ne-finance-accounts-widget__header span {
    display: block;
    color: #f3a83c;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ne-finance-accounts-widget__header h2 {
    margin: 0;
    color: #888888;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 300;
}

.ne-finance-accounts-widget__header .button,
.ne-finance-account-card__actions .button {
    min-height: 28px;
    border: 0;
    border-radius: 0;
    background: #383636;
    color: #777;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 0 9px;
}

.ne-finance-accounts-widget__header .button:hover,
.ne-finance-account-card__actions .button:hover {
    background: #f3a83c;
    color: #111;
}

.ne-finance-accounts-widget.is-collapsed > :not(.ne-finance-accounts-widget__header) {
    display: none;
}

.ne-finance-accounts-widget.is-collapsed .ne-finance-accounts-widget__header {
    border-bottom: 0;
}

.ne-finance-accounts-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
    padding: 2px;
    background: #1e1e1e;
}

.ne-finance-accounts-summary__item {
    min-width: 0;
    padding: 12px 14px;
    background: #262626;
    position: relative;
}

.ne-finance-accounts-summary__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #777;
}

.ne-finance-accounts-summary__item.tone-asset:before,
.ne-finance-accounts-summary__item.tone-net:before {
    background: #777;
}

.ne-finance-accounts-summary__item.tone-liability:before {
    background: #ff3b1a;
}

.ne-finance-accounts-summary__item span {
    display: block;
    color: #a8a8a8;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.ne-finance-accounts-summary__item strong {
    color: #f2f2f2;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 300;
}

.ne-finance-accounts-group {
    padding: 2px;
    background: #1e1e1e;
}

.ne-finance-accounts-group h3 {
    margin: 0;
    padding: 9px 12px;
    background: #383636;
    color: #a8a8a8;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 400;
}

.ne-finance-accounts-grid {
    --ne-smart-grid-min: 210px;
    --ne-smart-grid-gap: 2px;
}

.ne-finance-account-card {
    min-width: 0;
    padding: 12px;
    background: #262626;
    border-top: 1px solid #303030;
    cursor: pointer;
    position: relative;
}

.ne-finance-account-card:hover,
.ne-finance-account-card:focus {
    background: #2a2a2a;
    outline: 0;
}

.ne-finance-account-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 15px;
}

.ne-finance-account-card__top h4 {
    margin: 0 0 4px;
    color: #777;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
}

.ne-finance-account-card__top span,
.ne-finance-account-card__meta {
    color: #8f8f8f;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* Account deltas are not calculated yet; do not present stored zero placeholders as changes. */
.ne-finance-account-card__meta [class^="delta-"] {
    display: none;
}

.ne-finance-account-card__status {
    display: block;
    width: 9px;
    height: 9px;
    margin-top: 3px;
    border-radius: 50%;
    background: #777;
}

.ne-finance-account-card__indicators {
    display: flex;
    align-items: center;
    gap: 7px;
}

.ne-finance-account-card__age-warning {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #181818;
    background: #f3a83c;
    clip-path: polygon(50% 4%, 98% 94%, 2% 94%);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding-top: 3px;
    box-sizing: border-box;
}

.ne-finance-account-card.age-critical .ne-finance-account-card__age-warning {
    color: #fff;
    background: #ff3b1a;
}

.ne-finance-account-card.status-stale .ne-finance-account-card__status {
    background: #f3a83c;
}

.ne-finance-account-card__balance {
    color: #f2f2f2;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.03em;
    font-weight: 300;
    margin-bottom: 10px;
}

.ne-finance-account-card.tone-liability .ne-finance-account-card__balance {
    color: #f0c2c2;
}

.ne-finance-account-card__meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.ne-finance-account-card__meta .delta-positive {
    color: #b8b8b8;
}

.ne-finance-account-card__meta .delta-negative {
    color: #f0c2c2;
}

.ne-finance-account-card__actions {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .16s ease, visibility .16s ease;
}

.ne-finance-account-card:hover .ne-finance-account-card__actions,
.ne-finance-account-card:focus .ne-finance-account-card__actions,
.ne-finance-account-card:focus-within .ne-finance-account-card__actions {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media screen and (max-width: 680px) {
    .ne-finance-workspace-tabbar {
        overflow-x: auto;
    }

    .ne-finance-workspace-tabs {
        flex: 0 0 auto;
    }

    .ne-finance-workspace-tab {
        flex: 0 0 auto;
        padding: 0 13px;
    }

    .ne-finance-accounts-widget__header,
    .ne-finance-accounts-summary {
        grid-template-columns: 1fr;
    }

    .ne-finance-accounts-widget__header {
        display: grid;
        padding-left: 12px;
        padding-right: 12px;
    }

}

/* Finance alerts */
.ne-finance-alerts-widget {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
    height: 100%;
    max-height: 454px;
    background: #1a1a1a;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #111;
    color: #e6e6e6;
}

.ne-finance-alerts-widget__header,
.ne-finance-alerts-widget__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px;
    background: #181818;
}

.ne-finance-alerts-widget__header {
    border-bottom: 1px solid #303030;
}

.ne-finance-alerts-widget__footer {
    border-top: 1px solid #303030;
}

.ne-finance-alerts-widget__header h3 {
    margin: 0;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 300;
}

.ne-finance-alerts-widget__count {
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	margin-left: 8px;
	padding: 0 6px;
	color: #fff;
	background: #d94747;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
}

.ne-finance-alerts-widget__filter,
.ne-finance-alerts-widget__footer .button {
    min-height: 22px;
    border: 1px solid #303030;
    border-radius: 0;
    background: transparent;
    color: #777;
    font-size: 9px;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 0 7px;
}

.ne-finance-alerts-widget__filter:hover,
.ne-finance-alerts-widget__footer .button:hover {
    background: #2a2a2a;
    border-color: #4a4a4a;
    color: #b8b8b8;
}

.ne-finance-alerts-widget__list {
    min-height: 0;
    overflow-y: auto;
    background: #202020;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ne-finance-alerts-widget__list::-webkit-scrollbar {
    display: none;
}

.ne-finance-alert-item {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 58px;
    padding: 8px 10px;
    background: #202020;
    border-bottom: 1px solid #303030;
    cursor: pointer;
}

.ne-finance-alert-item:hover,
.ne-finance-alert-item:focus {
    background: #262626;
    outline: 0;
}

.ne-finance-alert-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #383636;
    color: #b8b8b8;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.ne-finance-alert-item__main {
    min-width: 0;
}

.ne-finance-alert-item__main h4 {
    margin: 0 0 4px;
    color: #e6e6e6;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-finance-alert-item__main p,
.ne-finance-alert-item__meta {
    margin: 0;
    color: #8f8f8f;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: .03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ne-finance-alert-item__meta {
    text-align: right;
    text-transform: uppercase;
}

.ne-finance-alert-item.severity-critical .ne-finance-alert-item__icon {
    background: #4a2424;
    color: #f0c2c2;
}

.ne-finance-alert-item.severity-critical .ne-finance-alert-item__meta {
    color: #f0c2c2;
}

.ne-finance-alert-item.severity-warning .ne-finance-alert-item__icon {
    background: #4a3920;
    color: #f8c56a;
}

.ne-finance-alert-item.severity-warning .ne-finance-alert-item__meta {
    color: #f8c56a;
}

.ne-finance-alert-item.severity-info .ne-finance-alert-item__icon {
    background: #26313d;
    color: #9fc7ef;
}

.ne-finance-alerts-widget__empty {
    display: grid;
    place-items: center;
    gap: 6px;
    min-height: 220px;
    padding: 20px;
    background: #202020;
    color: #b8b8b8;
    text-align: center;
}

.ne-finance-alerts-widget__empty strong {
    color: #f2f2f2;
    font-size: 15px;
    font-weight: 400;
}

.ne-finance-alerts-widget__empty span {
    font-size: 11px;
    color: #8f8f8f;
}

@media screen and (max-width: 1480px) {
    .ne-finance-alerts-widget {
        max-height: 320px;
    }
}

@media screen and (max-width: 1180px) {
    .ne-finance-alerts-widget {
        max-height: none;
    }

    .ne-finance-alerts-widget__list {
        max-height: 286px;
    }
}

@media screen and (max-width: 680px) {
    .ne-finance-alerts-widget__header,
    .ne-finance-alerts-widget__footer {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Finance account creation flow */
.ne-finance-accounts-widget__actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ne-finance-accounts-empty {
    display: grid;
    place-items: center;
    min-height: 104px;
    padding: 16px;
    background: #202020;
    border-top: 1px solid #303030;
    color: #8f8f8f;
    font-size: 12px;
}

.ne-finance-account-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: stretch;
    justify-content: flex-end;
    background: rgba(0, 0, 0, .55);
}

.ne-finance-account-modal.active {
    display: flex;
}

.ne-finance-account-modal__panel {
    width: min(560px, 100%);
    height: 100%;
    overflow-y: auto;
    background: #1a1a1a;
    border-left: 1px solid #303030;
    box-shadow: -18px 0 36px rgba(0, 0, 0, .32);
}

.ne-finance-account-modal .dash-form {
    margin: 0;
    min-height: 100%;
    background: #1a1a1a;
}

.ne-finance-account-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #303030;
    background: #181818;
}

.ne-finance-account-modal__header h2 {
    margin: 0;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
}

.ne-finance-account-modal .wrap {
    padding: 16px;
}

.ne-finance-account-modal .ne-form label {
    color: #8f8f8f;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ne-finance-account-modal input,
.ne-finance-account-modal select,
.ne-finance-account-modal textarea {
    width: 100%;
    background: #202020;
    border: 1px solid #303030;
    color: #e6e6e6;
}

.ne-finance-account-modal textarea {
    min-height: 88px;
}

.ne-finance-account-modal__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.ne-finance-account-form-message {
    color: #8f8f8f;
    font-size: 12px;
}

@media screen and (max-width: 680px) {
    .ne-finance-accounts-widget__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ne-finance-accounts-widget__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .ne-finance-account-modal__panel {
        width: 100%;
    }
}

#ne_transaction_edit_form .ne-transaction-repeat-fields .ne-ui-choice-group {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    height: 50px;
}

#ne_transaction_edit_form .ne-transaction-repeat-fields .ne-ui-choice-group input[type="checkbox"] {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    min-height: 1px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

#ne_transaction_edit_form .ne-transaction-repeat-fields .ne-ui-choice-button {
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* min-height: 32px; */
    padding: 7px 12px;
    border: 1px solid #444;
    /* border-radius: 4px; */
    background: #333;
    color: #d7d7d7;
    cursor: pointer;
    display: block;
    /* padding: 0; */
    left: 0;
    width: 100%;
    top: 0;
    height: -webkit-fill-available;
}

#ne_transaction_edit_form .ne-transaction-repeat-fields .ne-ui-choice-group input[type="checkbox"]:checked + .ne-ui-choice-button {
    border-color: #6aa3ff;
    background: #1f3d63;
    color: #fff;
}


#ne_transaction_add_form .ne-taxonomy-picker-hidden-fields {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#ne_transaction_add_form .ne-taxonomy-picker[data-visible-count="5"] .ne-taxonomy-picker__children .ne-taxonomy-picker__check:nth-of-type(4),
#ne_transaction_add_form .ne-taxonomy-picker[data-visible-count="5"] .ne-taxonomy-picker__children .ne-taxonomy-picker__check:nth-of-type(5) {
    display: flex;
}

#ne_transaction_add_form .ne-taxonomy-picker[data-visible-count="5"] .ne-taxonomy-picker__children .ne-taxonomy-picker__check:nth-of-type(n+6) {
    display: none;
}

#ne_transaction_add_form .ne-taxonomy-picker[data-visible-count="5"] .ne-taxonomy-picker__children.is-expanded .ne-taxonomy-picker__check {
    display: flex;
}
