.container-s {
    display: flex;
    align-items: center;
    gap: 10px;
}
.select-box,
.date-input,
.search-box {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sidebar-dark-success {
    background-color: rgb(6, 26, 6);
}

.sidebar-dark-success p,
.sidebar-dark-success i {
    color: white;
}

.sidebar-dark-success .nav-sidebar .nav-link.active {
    background-color: #e6f4ea;
    color: #1e6a2b !important;
    border-radius: 8px;
}

/* Dashboard Overview */
.dashboard-overview {
    padding-bottom: 20px;
}

.overview-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.overview-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.overview-card p {
    margin: 0 0 6px 0;
    color: #8b8f97;
    font-size: 13px;
}

.overview-card h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #2b2b2b;
}

.overview-card .delta {
    font-size: 12px;
    font-weight: 600;
    margin-left: 6px;
}

.overview-card .delta.up {
    color: #28a745;
}

.overview-card .delta.down {
    color: #dc3545;
}

.icon-chip {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.icon-chip.green {
    background: #1e6a2b;
}

.icon-chip.red {
    background: #dc3545;
}

.overview-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}

.overview-chart,
.recent-status,
.recent-transactions {
    border-radius: 14px;
    border: 1px solid #f1f1f1;
}

.overview-chart .card-header,
.recent-status .card-header,
.recent-transactions .card-header {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
}

.overview-chart .card-header {
    align-items: flex-start;
}

.overview-chart .subtext {
    display: block;
    margin-top: 4px;
}

.overview-chart .card-header h5,
.recent-status .card-header h5,
.recent-transactions .card-header h5 {
    margin: 0;
    font-weight: 700;
}

.overview-chart .subtext {
    color: #28a745;
    font-weight: 600;
    font-size: 13px;
}

.chart-placeholder {
    height: 240px;
    background: #f8fbf7;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.chart-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chart-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(30, 106, 43, 0.12), rgba(255, 255, 255, 0));
}

.recent-status .card-body {
    padding: 12px 16px;
}

.status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.status-row:last-child {
    border-bottom: 0;
}

.status-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.status-user .name {
    margin: 0;
    font-weight: 600;
}

.status-user .meta {
    margin: 0;
    color: #8b8f97;
    font-size: 12px;
}

.recent-status .amount {
    font-weight: 600;
    color: #2b2b2b;
}

.link-more {
    color: #8b8f97;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.overview-table thead th {
    background: #f5f7f5;
    color: #333;
    font-weight: 600;
    border: 0;
}

.overview-table tbody td {
    vertical-align: middle;
}

.overview-table .status-pill.success {
    background-color: #e6f4ea;
    color: #1e6a2b;
}

@media (max-width: 1200px) {
    .overview-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .overview-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .overview-cards {
        grid-template-columns: 1fr;
    }
}

.nav-divider {
    border-left: 5px solid #ccc;
    height: 30px;
    margin: 0 12px;
}

.headingContainer {
    align-items: center;
    justify-content: center;
    margin-top: 0 12px;
}

.headingContainer i {
    color: rgb(24, 124, 37);
    margin: 4px 5px;
}
.quick-actions {
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 6px 12px;
    gap: 8px;
}
.quick-actions span {
    color: #000;
    font-weight: 500;
}

.headingContainer h5 {
    color: #006400;
}

.branch-title {
    font-size: small;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.inventory-title {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.new-branch {
    background-color: rgb(4, 80, 4);
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 7px;
    width: 30%;
    float: right;
}

.header-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.action-btn {
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 500;
}
.action-btn i {
    border-radius: 10px;
    padding: 5px;
    background-color: #4e9259;
}
.btn-success {
    background-color: #006400;
    border-color: #006400;
}
.btn-outline-success {
    color: #006400;
    border-color: #006400;
}
.btn-outline-success:hover {
    background-color: #006400;
    color: #fff;
}
.page-title {
    font-size: 28px;
}

@media (max-width: 991.98px) {
    .header-actions {
        justify-content: flex-start;
    }
}

.branch-list {
    background-color: white;
    border-radius: 30px;
    padding: 10px 15px;
    margin-right: 20px;
    margin-top: 50px;
}

.branch-list p {
    color: rgb(159, 155, 155);
}

.branch-list i {
    float: right;
    background-color: green;
    color: white;
    padding: 10px;
    border-radius: 15px;
}

.branch-list .inactive {
    float: right;
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 15px;
}

.filter-pill {
    border: 2px solid #aea7a7;
    border-radius: 30px;
    padding: 5px 15px;
    background: white;
    /* font-size: 14px; */
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter-pill i {
    margin-right: 5px;
    color: black;
}

.filter {
    background-color: #006400;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}

.filter-pill .dropdown-toggle {
    margin-right: 200px;
}

.filter-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 0;
}
.search-pill i {
    color: #6c757d;
    margin-right: 8px;
}
.filter-all {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.filter-all i {
    color: #000;
}

.table-class {
    background-color: white;
    padding: 15px 10px;
}
.table-class .card-header {
    border-bottom: 1px solid #e9ecef;
}
.table-class .table {
    border-collapse: separate;
    border-spacing: 0 8px;
}
.table-class .thead tr th {
    background: #f5f7f5;
    color: #333;
    font-weight: 600;
    border: 0;
    padding: 12px 16px;
}
.table-class .tbody tr td {
    padding: 12px 16px;
    border-top: 1px solid #f0f0f0;
}
.table-class .thead tr th:first-child,
.table-class .tbody tr td:first-child {
    width: 40px;
    text-align: center;
}
.table-class .table .form-check-input {
    cursor: pointer;
}
.table-class .action-view i {
    color: #000;
}
.status-badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
}
.status-badge.success {
    background: #e6f4ea;
    color: #1e6a2b;
}
.status-badge.danger {
    background: #fde8ea;
    color: #dc3545;
}
.status-badge.pending {
    background: #fff3cd;
    color: #b45d00;
}
.status-badge.soldout {
    background: #eceff1;
    color: #6c757d;
}

.table-meta {
    font-size: 12px;
    color: #7a7a7a;
}
.rows-select {
    font-weight: 600;
}
.sortable-column {
    cursor: pointer;
    position: relative;
    user-select: none;
}
.sortable-column::after {
    content: "↑↓";
    font-size: 12px;
    margin-left: 6px;
    color: #006400;
}
.value-green {
    color: #006400;
    font-weight: 600;
}
.value-red {
    color: #dc3545;
    font-weight: 600;
}

/* Metric Card Styles */
.metric-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.metric-content {
    flex: 1;
}

.metric-label {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}

.metric-value {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin: 0;
}

.metric-amount {
    font-weight: 700;
}

.metric-delta {
    font-size: 14px;
    font-weight: 500;
}

.metric-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.metric-icon.bg-success {
    background-color: #28a745;
}
.metric-icon.bg-info {
    background-color: #17a2b8;
}
.metric-icon.bg-warning {
    background-color: #ffc107;
}
.metric-icon.bg-primary {
    background-color: #007bff;
}

/* Status Pills */
.status-pill {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-pill.active {
    background-color: #e6f4ea;
    color: #1e6a2b;
}

.status-pill.inactive {
    background-color: #fde8ea;
    color: #dc3545;
}

.status-pill.info {
    background-color: #e3f2fd;
    color: #0d47a1;
}

.status-pill.warning {
    background-color: #fff3cd;
    color: #b45d00;
}

.status-pill.danger {
    background-color: #fde8ea;
    color: #dc3545;
}

.status-pill.secondary {
    background-color: #eceff1;
    color: #6c757d;
}

/* Defaulters status + action menu */
.status-pill.overdue {
    background-color: #fde8ea;
    color: #dc3545;
    font-weight: 600;
}

.status-pill.defaulted {
    background-color: #fff1e6;
    color: #f3770a;
    font-weight: 600;
}

.defaulters-table .action-menu {
    padding: 0;
    min-width: 180px;
    border-radius: 10px;
}

.defaulters-table .action-menu .dropdown-item {
    padding: 10px 14px;
    font-weight: 500;
    color: #333;
}

.defaulters-table .action-menu .dropdown-item:hover {
    background: #f5f7f5;
}

/* Avatar Styles */
.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
}

.name-cell {
    display: flex;
    align-items: center;
}

/* Action View Circle */
.action-view-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.action-view-circle:hover {
    background-color: #e9ecef;
    color: #495057;
}
.pagination-compact span {
    color: #7a7a7a;
    margin-right: 8px;
}

.main-sidebar .brand-link {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 12px;
}
.main-sidebar .brand-link .brand-image {
    height: 56px;
    width: 50px;
    opacity: 1 !important;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.main-sidebar .brand-link .brand-mark {
    height: 56px;
    width: 50px;
    background: #fff;
    display: block;
    border-radius: 0;
    margin: 0;
}
.main-sidebar .brand-link .brand-text {
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 6px;
}

/*
.main-header.navbar {
   background-color: #006400 !important;
    color: #fff !important;
}
.main-header .navbar-nav .nav-link,
.main-header .navbar-nav h4,
.main-header .headingContainer i {
    color: #fff !important;
} */

.table-class .thead {
    background-color: rgb(194, 214, 194);
}

.metric-card {
    background: #fff;
    border-radius: 20px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.metric-content {
    display: flex;
    flex-direction: column;
}
.metric-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.metric-label {
    margin: 0;
    color: #7a7a7a;
}
.metric-value {
    margin: 2px 0 0 0;
}
.metric-amount {
    font-weight: 700;
}

/* Transaction page */
.txn .wallet-card {
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    background-color: rgb(233, 246, 237);
}
.txn .wallet-card .metric-value .metric-amount {
    font-size: 35px;
}
.txn .wallet-card .ledger {
    font-weight: 600;
}
.txn .bank-card {
    border-radius: 12px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.06); */
}
.txn .bank-card .card-body {
    padding: 16px 20px;
}
.txn .bank-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 8px;
}
.txn .bank-item {
    display: flex;
    flex-direction: column;
    background: #fff;
}
.txn .bank-label {
    color: #9ec7a5;
    font-weight: 600;
}
.txn .bank-value {
    color: #333;
    font-weight: 500;
    font-size: 30px;
}
.txn .txn-table thead th {
    background: #eef3e9 !important;
    color: #333 !important;
    font-weight: 600 !important;
    border: 0 !important;
    padding: 14px 16px !important;
    white-space: nowrap;
}
.txn .txn-table tbody td {
    padding: 14px 16px;
    white-space: nowrap;
}
.txn .txn-status.success {
    background: #e6f4ea;
    color: #1e6a2b;
    padding: 4px 10px;
    border-radius: 14px;
    font-weight: 600;
}
.txn .action-view-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #cfd4d0;
    border-radius: 50%;
}
.txn .action-view-circle i {
    color: #6c757d;
}
@media (max-width: 991px) {
    .txn .bank-grid {
        grid-template-columns: 1fr;
    }
    .txn .txn-filters {
        gap: 8px;
    }
}
.metric-delta {
    font-size: 14px;
    margin-left: 8px;
}

.size {
    font-weight: 700;
}

.inventory-grid .card {
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.inventory-grid .col-md-8,
.inventory-grid .col-md-4 {
    display: flex;
}
.chart-card {
    display: flex;
    flex-direction: column;
    min-height: 380px;
    width: 100%;
}
.alerts-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.alerts-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.alerts-card .card-body {
    flex: 1;
}
.chart-card .chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    height: 200px;
    padding: 0 10px 0 10px;
}
.chart-card .bar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.chart-card .bar {
    width: 38px;
    background: #e9ecef;
    border-radius: 10px 10px 0 0;
}
.chart-card .bar.active {
    background: #006400;
}
.chart-card .bar-label {
    font-size: 12px;
    color: #7a7a7a;
}
.line-chart {
    width: 100%;
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-auto-rows: auto;
    row-gap: 8px;
    align-items: start;
}
.line-chart .y-axis {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    color: #7a7a7a;
    font-size: 12px;
    align-items: flex-start;
}
.line-chart svg {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 220px;
    display: block;
}
.line-chart .chart-months {
    grid-column: 1 / span 2;
}
.chart-legend {
    gap: 14px;
}
.chart-legend .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}
.chart-legend .legend-dot.user {
    background: #1e6a2b;
}
.chart-legend .legend-dot.vendor {
    background: #a0cfb0;
}
.chart-legend .legend-label {
    color: #6c757d;
    font-weight: 600;
}
.chart-months {
    display: flex;
    justify-content: space-between;
    color: #5e5c5c;
}
.services-card {
    display: block;
    text-align: center;
}
.donut-chart {
    margin: 0 auto;
}
.legend-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    margin-top: 20px;
    max-width: 260px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.legend-list > div {
    display: grid;
    grid-template-columns: 12px 1fr 44px;
    column-gap: 8px;
    align-items: center;
}
.legend-list .legend-label {
    font-weight: 600;
    color: #333;
}
.legend-list .percent {
    font-weight: 700;
    color: #333;
    text-align: right;
    margin-left: 0;
}
.user-search {
    position: relative;
    border: 2px solid #e9ecef;
    border-radius: 999px;
    padding: 8px 16px;
    background: #fff;
    width: 100%;
    max-width: 420px;
}
.user-search i {
    color: #6c757d;
    margin-right: 8px;
}
.user-search input {
    border: 0;
    outline: none;
    width: 100%;
}
.count-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 20px;
    padding: 15px;
    margin-left: 7px;
    border-radius: 50%;
    background: #1e6a2b;
    color: #fff;
}
.alerts-card .card-body ul li span.text-danger {
    font-weight: 600;
}
.alerts-card .card-footer .link-view-all {
    color: #dc3545 !important;
    font-weight: 600;
    text-decoration: underline;
}
.alerts-card .card-footer .link-view-all:visited {
    color: #dc3545 !important;
}
.card .card-header .link-view-all {
    color: #dc3545 !important;
    font-weight: 600;
    text-decoration: none;
    margin-left: auto;
}
.card .card-header .link-view-all:visited {
    color: #dc3545 !important;
}
.inventory-tabs {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e9ecef;
    align-items: center;
}
.inventory-tabs h6 {
    margin: 0;
}
.inventory-tabs .tab-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}
.inventory-tabs .count-dot {
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 11px;
    vertical-align: middle;
}
.inventory-tabs .tab-link {
    /* padding: 8px 0; */
    color: #6c757d;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    white-space: nowrap;
    line-height: 2;
}
.inventory-tabs .tab-link.active {
    color: #1e6a2b;
    position: relative;
}
.inventory-tabs .tab-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 3px;
    background: #1e6a2b;
    border-radius: 3px;
}

/* Create User Modal */
.create-user-modal .modal-header {
    border: 0;
    padding: 22px 24px 10px;
    position: relative;
}

.create-user-modal .modal-title {
    font-weight: 700;
    font-size: 22px;
}

.create-user-modal .btn-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.create-user-modal .modal-body {
    padding: 0 24px 10px;
}

.create-user-modal .cu-tabs {
    gap: 24px;
    border-bottom: 1px solid #eef0ef;
    padding-bottom: 12px;
}

.create-user-modal .cu-tabs .tab-link {
    font-size: 14px;
}

.create-user-modal .cu-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    font-size: 13px;
}

.create-user-modal .cu-form .form-control {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
    height: 42px;
}

.create-user-modal .modal-footer {
    border: 0;
    padding: 8px 24px 22px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.create-user-modal .modal-footer .btn {
    min-width: 120px;
    border-radius: 8px;
}

.create-user-modal .modal-footer .btn[disabled] {
    background: #d1d5db;
    border-color: #d1d5db;
    color: #fff;
    cursor: not-allowed;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}

.inventory-index .inventory-index-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
.inventory-index .inventory-index-table thead th {
    background: #eef3e9 !important;
    color: #333 !important;
    font-weight: 600 !important;
    border: 0 !important;
    padding: 14px 16px !important;
    white-space: nowrap;
}
.inventory-index .inventory-index-table tbody tr {
    border-top: 1px solid #e9ecef;
}
.inventory-index .inventory-index-table tbody td {
    padding: 14px 16px;
    white-space: nowrap;
}
.inventory-index .inventory-index-table thead th:nth-child(1),
.inventory-index .inventory-index-table tbody td:nth-child(1) {
    width: 240px;
}
.inventory-index .inventory-index-table thead th:nth-child(2),
.inventory-index .inventory-index-table tbody td:nth-child(2) {
    width: 160px;
    text-align: center;
}
.inventory-index .inventory-index-table thead th:nth-child(3),
.inventory-index .inventory-index-table tbody td:nth-child(3) {
    width: 200px;
    text-align: right;
}
.inventory-index .inventory-index-table thead th:nth-child(4),
.inventory-index .inventory-index-table tbody td:nth-child(4) {
    width: 180px;
}
.inventory-index .inventory-index-table thead th:nth-child(5),
.inventory-index .inventory-index-table tbody td:nth-child(5) {
    width: 120px;
    text-align: center;
}
.inventory-index .inventory-index-table thead th:nth-child(6),
.inventory-index .inventory-index-table tbody td:nth-child(6) {
    width: 80px;
    text-align: center;
}
.inventory-index .inventory-index-table .branch-link {
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.inventory-index .inventory-index-table .branch-link:hover {
    text-decoration: underline;
}
.inventory-index .inventory-index-table .status-pill {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    background: #e6f4ea;
    color: #1e6a2b;
}
.inventory-index .inventory-index-table .action-view-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #cfd4d0;
    border-radius: 50%;
}
.inventory-index .inventory-index-table .action-view-circle i {
    color: #6c757d;
}

.inventory-modal .modal-dialog {
    max-width: 820px;
}
.inventory-modal .modal-content {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.inventory-modal .modal-header {
    border: 0;
    padding: 20px 24px;
}
.inventory-modal .modal-title {
    font-weight: 700;
}
.inventory-modal .modal-body {
    padding: 8px 24px 24px;
}
.inventory-modal .section-title {
    font-weight: 600;
}
.inventory-modal .section {
    padding: 5px 15px;
    border-radius: 10px;
}
.inventory-modal .image-main img {
    display: block;
    border-radius: 12px;
}
.inventory-modal .thumbs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.inventory-modal .thumbs img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}
.inventory-modal .links {
    margin-top: 12px;
}
.inventory-modal .links a {
    color: rgba(147, 144, 144, 0.904);
    text-decoration: underline;
    font-weight: 600;
    margin-right: 16px;
}
.details-list p {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.details-list .value {
    font-weight: 700;
}
.inventory-modal .modal-footer {
    border: 0;
    padding: 16px 24px;
}
.category-create .modal-header {
    border: 0;
    padding: 20px 24px;
}
.category-create .modal-title {
    font-weight: 700;
}
.category-create .modal-dialog {
    max-width: 620px;
}
.category-create .modal-body {
    padding: 8px 24px 24px;
}
.category-create .section-title {
    font-weight: 600;
    color: #6c757d;
}
.category-create .form-label {
    font-weight: 600;
    color: #6c757d;
}
.category-create .form-control {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 10px 12px;
}
.category-create .status-toggle {
    position: relative;
    display: inline-block;
}
.category-create .status-toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.category-create .status-toggle-track {
    width: 48px;
    height: 24px;
    background: #cfd4d0;
    border-radius: 999px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
}
.category-create .status-toggle-track::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.2s;
}
.category-create .status-toggle-input:checked + .status-toggle-track {
    background: rgb(4, 80, 4);
}
.category-create .status-toggle-input:checked + .status-toggle-track::after {
    left: 26px;
}

/* Finance Page Styles */
.finance-ledger-card {
    border-radius: 12px;
    background: #ffffff;
}
.finance-ledger-tabs {
    gap: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.finance-ledger-tabs .nav-link {
    font-weight: 600;
    color: #666;
    background: transparent;
    padding: 0 0 12px 0;
    border: 0;
    border-bottom: 3px solid transparent;
}
.finance-ledger-tabs .nav-link.active {
    border-bottom: 3px solid #1e6a2b !important;
    color: #1e6a2b !important;
}
.finance-table thead th {
    background-color: #f8f9fa;
    font-size: 14px;
    padding: 12px 16px;
    font-weight: 600;
    color: #444;
    border: 0;
}
.finance-table tbody td {
    padding: 20px 16px;
    font-size: 15px;
    border-top: 1px solid #f2f2f2;
    color: #1a1a1a;
    vertical-align: middle;
}
.finance-table tbody tr:hover {
    background-color: #fafafa;
}
.finance-empty-state {
    padding: 60px 20px;
    text-align: center;
}
.finance-empty-img {
    width: 120px;
    margin-bottom: 24px;
    opacity: 0.8;
}
.finance-empty-text {
    color: #666;
    font-weight: 500;
    margin-bottom: 24px;
}
.btn-finance-create {
    background-color: #1e6a2b;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    border: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-finance-create:hover {
    background-color: #164e20;
    color: #ffffff;
}
.btn-finance-create-sm {
    padding: 8px 16px;
    font-size: 14px;
}
.finance-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

/* Modal Styling */
.mojere-modal .modal-content {
    border-radius: 24px;
    border: none;
    padding: 20px;
}

.mojere-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
    justify-content: center;
    position: relative;
}

.mojere-modal .modal-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    width: 100%;
    text-align: center;
}

.mojere-modal .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #000;
}

.mojere-modal .modal-body {
    padding: 30px 40px;
}

.mojere-modal .form-label {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    display: block;
}

.mojere-modal .form-control, 
.mojere-modal .form-select {
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    height: auto;
    font-size: 16px;
}

.mojere-modal .form-control::placeholder {
    color: #bdbdbd;
}

.mojere-modal .custom-checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.mojere-modal .custom-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #1e6a2b;
}

.mojere-modal .info-icon {
    color: #bdbdbd;
    font-size: 16px;
    cursor: help;
}

.mojere-modal .tooltip-box {
    display: none;
    background: #f1f8f3;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.mojere-modal .custom-checkbox-container:hover + .tooltip-box,
.mojere-modal .info-icon:hover + .tooltip-box {
    display: block;
}

.mojere-modal .tooltip-title {
    color: #1e6a2b;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
}

.mojere-modal .tooltip-text {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

.mojere-modal .rich-text-toolbar {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    padding: 10px 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.mojere-modal .toolbar-btn {
    background: none;
    border: none;
    color: #4f4f4f; /* Corrected: Set a visible default color */
    font-size: 18px;
    padding: 5px;
    transition: all 0.2s;
}

.mojere-modal .toolbar-btn:hover {
    color: #0b8dc0;
    background: #f5f5f5;
    border-radius: 4px;
}

.mojere-modal .toolbar-btn.active {
    color: #1e6a2b;
}

.mojere-modal .text-area-custom {
    border-radius: 0 0 12px 12px !important;
    min-height: 120px;
}

/* Default Account Page Styles */
.finance-config-card {
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
}

.finance-config-header {
    background-color: #f8f9fa;
    padding: 15px 24px;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 12px 12px 0 0;
}

.finance-config-header h6 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.finance-config-row {
    padding: 24px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.finance-config-row:last-child {
    border-bottom: none;
}

.finance-config-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.finance-config-label-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.finance-config-label {
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.finance-config-subtext {
    color: #7a7a7a;
    font-size: 13px;
    margin: 0;
}

.finance-config-actions {
    display: flex;
    align-items: center;
    gap: 40px;
}

.finance-config-update {
    color: #1e6a2b;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.finance-config-update:hover {
    color: #164e20;
    text-decoration: underline;
}
.finance-config-update i {
    color: #1e6a2b !important; 
}

.finance-config-input-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 20px;
    color: #666;
    font-weight: 500;
    min-width: 180px;
    text-align: center;
}

/* Custom Toggle Switch */
.mojere-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
}

.mojere-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mojere-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    transition: .4s;
    border-radius: 34px;
}

.mojere-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .mojere-slider {
    background-color: #1e6a2b;
}

input:checked + .mojere-slider:before {
    transform: translateX(22px);
}

/* Custom Hover Tooltip for Config Rows */
.finance-config-row-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.finance-config-tooltip {
    display: none;
    position: absolute;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
    background: #2d5a27;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 12px;
    width: 280px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.finance-config-tooltip::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #2d5a27 transparent transparent;
}

.finance-config-row-wrap:hover .finance-config-tooltip {
    display: block;
}

.mojere-modal .modal-footer {
    border-top: none;
    padding: 0 40px 20px;
    justify-content: flex-end;
    gap: 15px;
}

.mojere-modal .btn-cancel {
    border-radius: 12px;
    padding: 12px 35px;
    border: 1px solid #e0e0e0;
    background: white;
    color: #4f4f4f;
    font-weight: 600;
}

.mojere-modal .btn-create-modal {
    border-radius: 12px;
    padding: 12px 45px;
    background: #1e6a2b;
    color: white;
    font-weight: 600;
    border: none;
}

/* Header Quick Actions Styling */
.navbar-nav .nav-item h5 {
    margin: 0;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 18px;
}

.quick-actions-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 8px 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.quick-actions-btn i {
    color: #1e6a2b !important;
}

.header-divider {
    width: 1px;
    height: 24px;
    background: #e0e0e0;
    margin: 0 10px;
}

.nav-icon-btn {
    background: transparent;
    border: none;
    padding: 8px;
    color: #1a1a1a;
    position: relative;
}

.nav-icon-btn i {
    color: #1a1a1a !important;
    font-size: 20px;
}

.user-profile-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    padding: 5px 10px;
}

.user-profile-btn img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.user-profile-btn .user-name {
    font-weight: 600;
    color: #1a1a1a;
}

.user-profile-btn i {
    color: #666 !important;
    font-size: 14px;
}
.category-create .modal-footer {
    border: 0;
    padding: 16px 24px;
    justify-content: center;
    gap: 12px;
}
.category-create .modal-footer .btn {
    min-width: 150px;
    padding: 10px 18px;
    border-radius: 10px;
}
.category-create .btn-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    opacity: 1;
    background-image: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.category-create .btn-close i {
    color: #6c757d;
    font-size: 16px;
}
.inventory-create .modal-header {
    border: 0;
    padding: 20px 24px;
}
.inventory-create .modal-body {
    padding: 8px 24px 24px;
}
.inventory-create .section-title {
    font-weight: 700;
    color: #333;
}
.inventory-create .form-label {
    font-weight: 600;
    color: #6c757d;
}
.inventory-create .form-control {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 10px 12px;
}
.file-drop {
    border: 2px dashed #cfd4d0;
    border-radius: 10px;
    padding: 14px;
    color: #6c757d;
    background: #fafafa;
    cursor: pointer;
}
.file-drop i {
    color: #1e6a2b;
}
.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
}
.field-grid .form-group {
    margin-bottom: 0;
}
.loan-next-modal-dialog {
    max-width: 820px;
}
.loan-next {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.loan-next .modal-header {
    border: 0;
    padding: 20px 24px;
}
.loan-next .modal-body {
    padding: 8px 24px 24px;
}
.loan-next .modal-footer {
    border: 0;
    padding: 16px 24px;
}
.note-banner {
    display: flex;
    align-items: flex-start;
    padding: 10px 14px;
    border-radius: 10px;
    background: #f3fff1;
    color: #18871a;
    font-size: 13px;
}
.note-banner .note-label {
    font-weight: 700;
    margin-right: 4px;
}
.note-banner .note-text {
    flex: 1;
}
.input-icon {
    position: relative;
}
.input-icon .form-control,
.input-icon select {
    padding-left: 34px;
    padding-right: 34px;
}
.input-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}
.input-icon i:first-child {
    left: 10px;
}
.input-icon i:last-child {
    right: 10px;
}
.create-guarantor-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}
.create-guarantor-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px dashed #cfd4d0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}
.create-guarantor-avatar a {
    color: #1e6a2b;
    font-size: 18px;
}
.create-guarantor-avatar i {
    color: white;
    background-color: #000;
    border-radius: 10px;
    padding: 3px;
}
.create-guarantor-text div {
    font-weight: 600;
    color: #1e6a2b;
}
.guarantors-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.guarantor-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    background: #fff;
}
.guarantor-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.guarantor-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.guarantor-info {
    display: flex;
    flex-direction: column;
}
.guarantor-name {
    font-weight: 600;
    color: #333;
}
.guarantor-email {
    font-size: 12px;
    color: #6c757d;
}

.guarantor-view {
    color: #006400;
    text-decoration: underline;
}
.guarantor-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}
.guarantor-status i {
    font-size: 13px;
}
.guarantor-status.verified {
    background: #e6f4ea;
    color: #1e6a2b;
}
.guarantor-status.verified i {
    color: #1e6a2b;
}
.guarantor-status.pending {
    background: #fff8e6;
    color: #ffc107;
}
.guarantor-status.pending i {
    color: #f3770a;
}
/* Loan Create Modal */
.loan-create.modal-header {
    border: 0;
    padding: 24px 24px 10px;
    position: relative;
}
.loan-create .modal-title {
    font-weight: 700;
}
.loan-create .subtext {
    font-size: 14px;
    margin-bottom: 24px;
}
.loan-create.modal-body {
    padding: 0 32px 32px;
}
.option-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
.option-card {
    position: relative;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.option-card:hover {
    border-color: #cfd4d0;
}
.option-card.selected {
    border-color: #1e6a2b;
    background: #f4fbf6;
}
.option-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}
.option-title {
    font-weight: 700;
    font-size: 15px;
    color: #333;
    margin-bottom: 2px;
}
.option-sub {
    font-size: 12px;
    color: #6c757d;
}
.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #cfd4d0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.option-card.selected .checkmark {
    background: #1e6a2b;
    border-color: #1e6a2b;
}
.checkmark i {
    color: #fff;
    font-size: 10px;
    display: none;
}
.option-card.selected .checkmark i {
    display: block;
}
.option-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #555;
}
.option-bullets li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.option-bullets li i {
    font-size: 10px;
    width: 16px;
}
.option-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
@media (max-width: 768px) {
    .option-grid {
        grid-template-columns: 1fr;
    }
}

.inventory-create .modal-footer {
    border: 0;
    padding: 16px 24px;
    justify-content: center;
    gap: 12px;
}
.inventory-create .modal-footer .btn {
    min-width: 160px;
    padding: 10px 18px;
    border-radius: 10px;
}
.inventory-create .btn-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    opacity: 1;
    background-image: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.inventory-create .btn-close i {
    color: #6c757d;
    font-size: 16px;
}
.kyc-search {
    position: relative;
    border: 2px solid #e9ecef;
    border-radius: 999px;
    padding: 8px 16px;
    background: #fff;
    width: 100%;
    max-width: 420px;
    display: flex;
    align-items: center;
}
.kyc-search i {
    color: #6c757d;
    margin-right: 8px;
}
.kyc-search input {
    border: 0;
    outline: none;
    width: 100%;
}
.kyc-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kyc-dropdown .calendar {
    color: #6c757d;
    margin-right: -20px;
}
.kyc-dropdown .chev {
    color: #6c757d;
    transition: transform 0.2s;
}
.kyc-dropdown[aria-expanded="true"] .chev {
    transform: rotate(180deg);
}
.kyc-table {
    table-layout: fixed;
    width: 100%;
}
.kyc-table thead th,
.kyc-table tbody td {
    vertical-align: middle;
}
.kyc-table thead th:first-child,
.kyc-table tbody td:first-child {
    width: 40px;
    text-align: center;
}
.kyc-table thead th:nth-child(2),
.kyc-table tbody td:nth-child(2) {
    width: 220px;
}
.kyc-table thead th:nth-child(3),
.kyc-table tbody td:nth-child(3) {
    width: 160px;
}
.kyc-table thead th:nth-child(4),
.kyc-table tbody td:nth-child(4) {
    width: 180px;
}
.kyc-table thead th:nth-child(5),
.kyc-table tbody td:nth-child(5) {
    width: 160px;
}
.kyc-table thead th:nth-child(6),
.kyc-table tbody td:nth-child(6) {
    width: 120px;
    text-align: center;
}
.kyc-table thead th:nth-child(7),
.kyc-table tbody td:nth-child(7) {
    width: 100px;
    text-align: center;
}
.kyc-modal .modal-dialog {
    max-width: 720px;
}
.kyc-modal .modal-content {
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.kyc-modal .modal-header {
    border: 0;
    padding: 20px 24px;
    position: relative;
}
.kyc-modal .modal-title {
    font-weight: 700;
}
.kyc-modal .btn-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    opacity: 1;
    background-image: none;
}
.kyc-modal .modal-body {
    padding: 8px 24px 24px;
}
.kyc-modal .details-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.kyc-modal .detail-row {
    display: flex;
    justify-content: space-between;
}
.kyc-modal .detail-row .label {
    color: #6c757d;
}
.kyc-modal .detail-row .value {
    font-weight: 600;
}
.kyc-modal .detail-row .value.rejection {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60%;
}
.kyc-modal .attachment-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.kyc-modal .attachment-label {
    color: #6c757d;
    font-weight: 600;
}
.kyc-modal .attachment-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.kyc-modal .attachment-thumb {
    width: 100px;
    height: 100px;
    border: 2px dashed #cfd4d0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    overflow: hidden;
}

/* Chart of Accounts Page */
.chart-of-accounts-card {
    border-radius: 16px;
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.chart-of-accounts-filters {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #f2f2f2;
}

.chart-of-accounts-search {
    position: relative;
    flex-grow: 1;
    max-width: 320px;
}

.chart-of-accounts-search .form-control {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding-left: 40px;
    height: 44px;
}

.chart-of-accounts-search .fa-search {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #7a7a7a;
}

.chart-of-accounts-filters .filter-pill {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 10px 16px;
    background: white;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
}

.chart-of-accounts-filters .filter-all {
    color: #333;
    font-weight: 500;
}

.chart-of-accounts-table-controls {
    padding: 12px 24px;
    border-bottom: 1px solid #f2f2f2;
}

.chart-of-accounts-table-controls .btn {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-weight: 500;
}

.chart-of-accounts-table thead th {
    background-color: #f8f9fa;
    color: #444;
    font-weight: 600;
    border: none;
}

.chart-of-accounts-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    color: #7a7a7a;
    font-weight: 500;
}

.chart-of-accounts-footer .rows-dropdown .btn {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-weight: 500;
}

.chart-of-accounts-footer .pagination-nav a {
    color: #7a7a7a;
    padding: 0 8px;
    font-size: 20px;
    text-decoration: none;
}

/* Styles for populated/expanded chart of accounts */
.chart-of-accounts-table .form-check-input {
    border-radius: 4px;
    border: 1px solid #adb5bd;
    width: 18px;
    height: 18px;
}

.chart-of-accounts-table .form-check-input:checked {
    background-color: #1e6a2b;
    border-color: #1e6a2b;
}

.account-row {
    cursor: pointer;
}

.chart-details-row td {
    padding: 0 !important;
    border-top: none !important;
}

.chart-details-content {
    background-color: #f8f9fa;
    padding: 24px 32px;
}

.details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
}

.details-header-title h5 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.details-header-title p {
    color: #7a7a7a;
    font-weight: 600;
    margin: 0;
}

.details-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.details-header-actions .edit-btn {
    font-weight: 600;
    color: #1e6a2b;
}

.details-header-actions .close-details-btn {
    background: #e9ecef;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #495057;
}

.closing-balance-section {
    background: #f1f8f3;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
    border-top: 2px dotted #1e6a2b; 
}

.closing-balance-section strong {
    color: #1a1a1a;
}

.closing-balance-section p {
    color: #4f4f4f;
    margin: 0;
}

.recent-transactions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.recent-transactions-header h6 {
    font-weight: 700;
    color: #1a1a1a;
}

.fcy-bcy-toggle .btn {
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
}

.fcy-bcy-toggle .btn.active {
    background-color: #1e6a2b;
    color: white;
}

.fcy-bcy-toggle .btn:not(.active) {
    background-color: #e9ecef;
    color: #495057;
}

.recent-transactions-table {
    font-size: 14px;
}

.recent-transactions-table th {
    border: none;
    color: #6c757d;
    font-weight: 500;
}

.recent-transactions-table td {
    border-top: 1px solid #dee2e6;
    color: #343a40;
    vertical-align: middle;
}

.show-more-details-link {
    color: #1e6a2b;
    font-weight: 600;
    text-decoration: underline;
}

/* Split View for Chart of Accounts Show Page */
.chart-of-accounts-split-view .row {
    margin: 0 -15px;
    display: flex;
}

.account-list-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    height: 100%;
    overflow: hidden;
}

.account-list-item {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
    position: relative;
}

.account-list-item:last-child {
    border-bottom: none;
}

.account-list-item.active {
    background-color: #f1f1f5 !important;
}

.account-list-item:hover:not(.active) {
    background-color: #fafafa;
}

.account-list-item .form-check-input {
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
    cursor: pointer;
    position: static;
    left: auto;
    top: auto;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1.5px solid #c9c9c9;
    border-radius: 4px;
}

.account-list-item .form-check-input:checked {
    background: #1e6a2b;
    border-color: #1e6a2b;
    box-shadow: inset 0 0 0 3px #fff;
}

.account-list-item-info h6 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
    font-size: 15px;
}

.account-list-item-info p {
    color: #7a7a7a;
    margin: 0;
    font-size: 13px;
}

.details-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 32px;
    height: 100%;
    position: relative;
}

.details-header-title p {
    color: #7a7a7a;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 4px;
}

.details-header-title h5 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.edit-btn {
    color: #1e6a2b !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.closing-balance-section {
    background: #f1f8f3 !important;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 32px;
    border-top: 2px dotted #1e6a2b !important;
}

.fcy-bcy-toggle {
    background: #f8f9fa;
    padding: 4px;
    border-radius: 10px;
    display: inline-flex;
}

.fcy-bcy-toggle .btn {
    border: none !important;
    border-radius: 8px !important;
    padding: 6px 16px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    background: transparent !important;
    color: #495057 !important;
    box-shadow: none !important;
}

.fcy-bcy-toggle .btn.active {
    background: #1e6a2b !important;
    color: white !important;
}

.recent-transactions-table thead th {
    background: transparent !important;
    color: #999 !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    border-bottom: 1px solid #f2f2f2 !important;
    padding: 0 0 15px 0 !important;
}

.recent-transactions-table tbody td {
    border-top: 1px solid #f2f2f2 !important;
    padding: 20px 0 !important;
    font-size: 14px;
    color: #1a1a1a;
}

.close-details-btn {
    background: #f8f9fa !important;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    color: #333 !important;
    transition: all 0.2s;
    margin-left: auto;
}

.close-details-btn:hover {
    background: #e9ecef !important;
}

/* Account Transactions (Chart of Accounts drill-down) */
.account-transactions .account-transactions-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.account-transactions .back-link {
    color: #6c757d;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.account-transactions .back-link:hover {
    color: #1e6a2b;
}

.account-transactions .account-transactions-breadcrumb {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.account-transactions .account-transactions-breadcrumb .title {
    color: #1a1a1a;
    font-weight: 700;
}

.account-transactions-filters {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.account-transactions-filters .filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.account-transactions-filters label {
    font-size: 13px;
    color: #6c757d;
    font-weight: 600;
    margin: 0;
}

.account-transactions-filters .filter-select {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #495057;
    min-height: 38px;
}

.account-transactions-filters .dropdown-toggle::after {
    display: none;
}

.account-transactions-filters .filter-select i {
    font-size: 12px;
    color: #6c757d;
}

.account-transactions-filters .filter-all-link {
    color: #495057;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.account-transactions-filters .filter-all-link i {
    color: #495057;
}

.account-transactions-filters .run-report-btn {
    background: #1e6a2b;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 600;
    min-height: 38px;
}

.account-transactions-filters .date-range-pill {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #495057;
    font-weight: 500;
    min-height: 38px;
}

.account-transactions-meta {
    margin: 6px 0 18px 0;
}

.account-transactions-meta h5 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.account-transactions-meta p {
    margin: 0 0 4px 0;
    color: #6c757d;
    font-size: 14px;
}

.account-transactions-card {
    border-radius: 16px;
    border: 1px solid #f2f2f2;
}

.account-transactions-card .card-header {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 14px 16px;
}

.account-transactions-table thead th {
    background: #f3f4f6;
    color: #6c757d;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    border: 0;
    padding: 14px 16px;
    white-space: nowrap;
}

.account-transactions-table tbody td {
    padding: 16px;
    border-top: 1px solid #f2f2f2;
    white-space: nowrap;
}

.account-transactions-footer {
    border-top: 1px solid #f2f2f2;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-transactions-footer .rows-dropdown .btn {
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    font-size: 14px;
    color: #666;
}

.account-transactions-footer .pagination-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #6c757d;
    font-weight: 500;
}

@media (max-width: 991px) {
    .account-transactions .account-transactions-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .account-transactions-filters {
        align-items: flex-start;
    }
}
.kyc-modal .attachment-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.kyc-modal .modal-footer {
    border: 0;
    padding: 16px 24px;
    gap: 12px;
}
.kyc-reject-modal .modal-dialog {
    max-width: 720px;
}
.kyc-reject-modal .modal-content {
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.kyc-reject-modal .modal-header {
    border: 0;
    padding: 20px 24px;
}
.kyc-reject-modal .modal-title {
    font-weight: 700;
}
.kyc-reject-modal .form-label {
    font-weight: 700;
    text-align: left;
}
.kyc-reject-modal .btn-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    opacity: 1;
    background-image: none;
}
.kyc-reject-modal .modal-body {
    padding: 8px 24px 24px;
}
.kyc-reject-modal .form-control {
    border: 1px solid #e9ecef;
    border-radius: 10px;
}
.kyc-reject-modal .modal-footer {
    border: 0;
    padding: 16px 24px;
    justify-content: center;
    gap: 12px;
}
.kyc-reject-modal .modal-footer .btn {
    min-width: 160px;
    padding: 10px 18px;
    border-radius: 10px;
}
.checkout-search {
    position: relative;
    border: 2px solid #e9ecef;
    border-radius: 999px;
    padding: 8px 16px;
    background: #fff;
    width: 100%;
    max-width: 420px;
}
.checkout-search i {
    color: #6c757d;
    margin-right: 8px;
}
.checkout-search input {
    border: 0;
    outline: none;
    width: 100%;
}
.checkout-search .suggestion-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-top: 8px;
    list-style: none;
    padding: 8px 0;
    display: none;
    z-index: 1;
}
.checkout-search:focus-within .suggestion-list {
    display: block;
}
.checkout-search .suggestion-list li {
    padding: 10px 16px;
    cursor: pointer;
}
.checkout-search .suggestion-list li:hover {
    background: #f5f7f5;
}
.checkout-table {
    table-layout: fixed;
    width: 100%;
}
.checkout-table thead th,
.checkout-table tbody td {
    vertical-align: middle;
}
.checkout-table thead th:first-child,
.checkout-table tbody td:first-child {
    width: 40px;
    text-align: center;
}
.checkout-table thead th:nth-child(2),
.checkout-table tbody td:nth-child(2) {
    width: 80px;
}
.checkout-table thead th:nth-child(3),
.checkout-table tbody td:nth-child(3) {
    width: 220px;
}
.checkout-table thead th:nth-child(4),
.checkout-table tbody td:nth-child(4) {
    width: 160px;
}
.checkout-table thead th:nth-child(5),
.checkout-table tbody td:nth-child(5) {
    width: 120px;
    text-align: center;
}
.checkout-table thead th:nth-child(6),
.checkout-table tbody td:nth-child(6) {
    width: 140px;
}
.checkout-table thead th:nth-child(7),
.checkout-table tbody td:nth-child(7) {
    width: 160px;
}
.checkout-table thead th:nth-child(8),
.checkout-table tbody td:nth-child(8) {
    width: 100px;
    text-align: center;
}
.qty-input {
    width: 56px;
    border: 1px solid #cfd4d0;
    border-radius: 10px;
    text-align: center;
    padding: 6px;
}
.qty-input.qty-alert {
    border-color: #1e6a2b;
}
.summary-card {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px 16px;
    background: #fff;
}
.summary-card .summary-amount {
    font-weight: 700;
    color: #1e6a2b;
}
.pay-actions .btn {
    min-width: 160px;
    padding: 10px 18px;
    border-radius: 10px;
}
.category-table {
    table-layout: fixed;
    width: 100%;
}
.category-table thead th,
.category-table tbody td {
    vertical-align: middle;
}
.category-table tbody td {
    white-space: normal;
    word-break: break-word;
}
.category-table thead th:first-child,
.category-table tbody td:first-child {
    width: 48px;
    text-align: center;
}
.category-table thead th:nth-child(2),
.category-table tbody td:nth-child(2) {
    width: 220px;
}
.category-table thead th:nth-child(3),
.category-table tbody td:nth-child(3) {
    width: auto;
}
.category-table thead th:nth-child(4),
.category-table tbody td:nth-child(4) {
    width: 140px;
    text-align: center;
}
.category-table thead th:nth-child(5),
.category-table tbody td:nth-child(5) {
    width: 160px;
    text-align: center;
}
.category-table .action-view i {
    color: #3b4a5a;
}

.user-index .user-index-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
.user-index .user-index-table thead th {
    background: #eef3e9 !important;
    color: #333 !important;
    font-weight: 600 !important;
    border: 0 !important;
    padding: 14px 16px !important;
    white-space: nowrap;
}
.user-index .user-index-table tbody tr {
    border-top: 1px solid #e9ecef;
}
.user-index .user-index-table tbody td {
    padding: 14px 16px;
    white-space: nowrap;
}
.user-index .user-index-table thead th:first-child,
.user-index .user-index-table tbody td:first-child {
    width: 40px;
    text-align: center;
}
.user-index .user-index-table thead th:nth-child(2),
.user-index .user-index-table tbody td:nth-child(2) {
    width: 240px;
}
.user-index .user-index-table thead th:nth-child(3),
.user-index .user-index-table tbody td:nth-child(3) {
    width: 240px;
}
.user-index .user-index-table thead th:nth-child(4),
.user-index .user-index-table tbody td:nth-child(4) {
    width: 240px;
}
.user-index .user-index-table thead th:nth-child(5),
.user-index .user-index-table tbody td:nth-child(5) {
    width: 140px;
    text-align: center;
}
.user-index .user-index-table thead th:nth-child(6),
.user-index .user-index-table tbody td:nth-child(6) {
    width: 120px;
    text-align: center;
}
.user-index .user-index-table thead th:nth-child(7),
.user-index .user-index-table tbody td:nth-child(7) {
    width: 160px;
}
.user-index .user-index-table thead th:nth-child(8),
.user-index .user-index-table tbody td:nth-child(8) {
    width: 80px;
    text-align: center;
}
.user-index .name-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-index .name-cell .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.user-index .user-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.user-index .user-index-table .action-view-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #cfd4d0;
    border-radius: 50%;
}
.user-index .user-index-table .action-view-circle i {
    color: #6c757d;
}
.status-pill.active {
    background: #e6f4ea;
    color: #1e6a2b;
}
.status-pill.inactive {
    background: #fde8ea;
    color: #dc3545;
}

.donut-chart {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: conic-gradient(
        #1e6a2b 0 144deg,
        #a0cfb0 144deg 252deg,
        #4e9259 252deg 360deg,
        #e9ecef 0 0
    );
    position: relative;
}
.donut-chart::after {
    content: "";
    position: absolute;
    inset: 32px;
    border-radius: 50%;
    background: #fff;
}
.legend-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.legend-list .legend-bullet {
    display: inline-block;
    height: 10px;
    border-radius: 50%;
}
.legend-list .legend-bullet.mobile {
    background: #1e6a2b;
}
.legend-list .legend-bullet.savings {
    background: #a0cfb0;
}
.legend-list .legend-bullet.realestate {
    background: #4e9259;
}
.legend-list .legend-bullet.ecommerce {
    background: #e9ecef;
    border: 1px solid #cfd4d0;
}

/* Profile Page Styles */
.user-profile .profile-header {
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.user-profile .user-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgb(194, 194, 194);
    overflow: hidden;
    flex-shrink: 0;
}

.user-profile .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-profile .user-name {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

.user-meta-grid {
    display: grid;
    grid-template-columns: min-content 1fr;
    column-gap: 70px;
    row-gap: 14px;
    max-width: 800px;
}

.meta-row {
    display: contents;
}

.meta-label {
    color: #6c757d;
    font-weight: 400;
    white-space: nowrap;
}

.meta-value {
    font-weight: 600;
    color: #333;
}

.status-badge.danger {
    background: #fde8ea;
    color: #dc3545;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.link-edit {
    color: #44e65f;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.link-edit:hover {
    color: #145520;
    text-decoration: none;
}

.switch-wrap {
    display: flex;
    align-items: center;
}

.profile-toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin-bottom: 0;
}

.profile-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.profile-toggle-track {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.profile-toggle-track:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.profile-toggle-input:checked + .profile-toggle-track {
    background-color: #1e6a2b;
}

.profile-toggle-input:checked + .profile-toggle-track:before {
    transform: translateX(18px);
}

.profile-actions .btn {
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    margin-top: 0;
    white-space: nowrap;
}

.profile-actions {
    display: flex;
    align-items: center;
}

.loan-default-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #f2b2a8;
    background: #fff5f1;
    color: #d9534f;
    border-radius: 8px;
    padding: 12px 16px;
    width: 100%;
    max-width: 880px;
}

.loan-default-alert i {
    color: #f3770a;
}

.loan-payment-modal .modal-dialog {
    max-width: 720px;
}

.loan-payment-modal .modal-content {
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    border: 0;
}

.loan-payment-modal .modal-header {
    border: 0;
    padding: 24px 24px 8px;
    position: relative;
}

.loan-payment-modal .modal-title {
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto;
}

.loan-payment-modal .btn-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e9ecef;
    background: #f8f9fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #333;
}

.loan-payment-modal .modal-body {
    padding: 12px 24px 20px;
}

.loan-payment-modal .form-label {
    font-weight: 600;
    color: #6c757d;
}

.loan-payment-modal .form-control {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
}

.loan-payment-modal .upload-drop {
    width: 100%;
    border: 2px dashed #cfd4d0;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #6c757d;
    cursor: pointer;
    background: #fafafa;
}

.loan-payment-modal .upload-drop i {
    color: #1e6a2b;
}

.loan-payment-modal .modal-footer {
    border: 0;
    padding: 0 24px 24px;
    gap: 12px;
}

/* Settings page */
.settings-card {
    border-radius: 16px;
    border: 1px solid #f1f1f1;
    padding: 0;
}

.settings-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0;
    min-height: 520px;
}

.settings-nav {
    border-right: 1px solid #f1f1f1;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.settings-link {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.settings-link.active {
    background: #eef3ea;
    color: #1e6a2b;
    border-left: 3px solid #1e6a2b;
}

.settings-content {
    padding: 28px 32px 32px;
}

.profile-summary {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.profile-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f3f3;
    border: 2px solid #e9ecef;
    flex-shrink: 0;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-meta h3 {
    font-weight: 700;
    margin: 0 0 6px 0;
}

.profile-meta p {
    margin: 0 0 6px 0;
    color: #6c757d;
    font-size: 14px;
}

.profile-meta p span {
    color: #9aa0a6;
}

.profile-meta .status-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9aa0a6;
    font-size: 14px;
}

.settings-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.settings-form .form-row.single {
    grid-template-columns: 1fr;
    max-width: 320px;
}

.settings-form label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.settings-form .form-control {
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    padding: 10px 12px;
}

.settings-form .form-control:disabled {
    background: #f5f5f5;
    color: #666;
}

.edit-link {
    text-align: right;
    margin: 8px 0 16px;
}

.edit-link a {
    color: #1e6a2b;
    font-weight: 600;
    text-decoration: none;
}

.form-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.settings-section h3 {
    font-weight: 700;
    margin: 0 0 4px 0;
}

.settings-section p {
    margin: 0 0 18px 0;
    color: #6c757d;
    font-size: 14px;
}

.settings-form-narrow .form-row {
    max-width: 640px;
}

/* Two-FA */
.twofa-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 12px;
}

.twofa-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.twofa-title h3 {
    margin: 0;
    font-weight: 700;
}

.twofa-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #1e6a2b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1e6a2b;
    font-size: 12px;
}

.twofa-title.disabled .twofa-icon {
    border-color: #9aa0a6;
    color: #9aa0a6;
}

.twofa-desc {
    color: #6c757d;
    font-size: 14px;
    max-width: 560px;
    margin: 0 0 20px 0;
}

.twofa-btn {
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 600;
}

.twofa-switch {
    position: relative;
    display: inline-flex;
    width: 46px;
    height: 24px;
    margin: 0;
}

.twofa-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.twofa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cfd4d0;
    border-radius: 999px;
    transition: 0.2s;
}

.twofa-slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.2s;
}

.twofa-switch input:checked + .twofa-slider {
    background-color: #1e6a2b;
}

.twofa-switch input:checked + .twofa-slider::before {
    transform: translateX(22px);
}

/* Two-FA modal */
.twofa-modal .modal-dialog {
    max-width: 700px;
}

.twofa-modal .modal-content {
    border-radius: 22px;
    border: 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.twofa-modal .modal-header {
    border: 0;
    padding: 24px 24px 12px;
    position: relative;
}

.twofa-modal .modal-title {
    font-weight: 700;
    font-size: 24px;
}

.twofa-modal .btn-close {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e9ecef;
    background: #f8f9fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #333;
}

.twofa-modal .modal-body {
    padding: 0 28px 18px;
}

.twofa-note {
    border: 1px solid #9ac38b;
    background: #f3f8f1;
    color: #2f5d2f;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 18px;
}

.twofa-note.danger {
    border-color: #f3b6b6;
    background: #fff4f4;
    color: #b02a37;
}

.twofa-note .label {
    font-weight: 700;
    margin-right: 6px;
}

.twofa-apps {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.twofa-app {
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    font-weight: 600;
    color: #4a5568;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.twofa-app .app-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.twofa-app .app-dot.google {
    background: #ea4335;
}

.twofa-app .app-dot.microsoft {
    background: #1a73e8;
}

.twofa-qr {
    text-align: center;
    margin-bottom: 16px;
}

.twofa-qr-img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    object-fit: cover;
    display: inline-block;
    margin-bottom: 10px;
}

.twofa-qr p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
    font-weight: 700;
}

.twofa-code {
    max-width: 420px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    padding: 12px 14px;
}

.twofa-modal .modal-footer {
    border: 0;
    padding: 0 28px 26px;
    gap: 12px;
}

.twofa-confirm {
    text-align: center;
    padding: 28px 28px 24px;
}

.twofa-confirm .confirm-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 auto 12px;
    background: #ffe5e5;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.twofa-confirm h5 {
    font-weight: 700;
    margin: 0 0 6px 0;
}

.twofa-confirm p {
    margin: 0 0 16px 0;
    color: #6c757d;
    font-size: 14px;
}

.twofa-confirm .confirm-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.twofa-disable-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.twofa-disable-form label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.twofa-disable-form .form-control {
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    padding: 10px 12px;
}

@media (max-width: 575px) {
    .twofa-disable-form .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .twofa-modal .modal-dialog {
        margin: 10px;
    }
    .twofa-qr-img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 991px) {
    .settings-grid {
        grid-template-columns: 1fr;
    }
    .settings-nav {
        border-right: 0;
        border-bottom: 1px solid #f1f1f1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .settings-link.active {
        border-left: 0;
        border-bottom: 3px solid #1e6a2b;
    }
    .settings-form .form-row {
        grid-template-columns: 1fr;
    }
    .form-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .user-profile .profile-header > .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .user-profile .user-avatar {
        margin-bottom: 20px;
    }

    .user-meta-grid {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
    .meta-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 12px;
    }
    .meta-label {
        margin-bottom: 4px;
    }
    .switch-wrap {
        margin-top: 8px;
        margin-left: 0 !important;
    }
}

/* Profile Details & KYC */
.details-card,
.kyc-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.details-card .card-header,
.kyc-card .card-header {
    background-color: #f9fafb;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
}
.section-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.bg-succes {
    background-color: #80b07d;
}
.details-grid {
    display: flex;
    flex-direction: column;
}
.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.detail-row:last-child {
    border-bottom: none;
}
.detail-row .label {
    color: #6c757d;
    font-weight: 500;
}
.detail-row .value {
    color: #333;
    font-weight: 600;
    text-align: right;
}

/* KYC Items */
.kyc-item {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.kyc-item:last-child {
    border-bottom: none;
}
.kyc-label {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}
.kyc-status-label {
    font-size: 12px;
    color: #1e6a2b;
    font-weight: 600;
    margin-right: 30px;
}
.kyc-file-row {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.file-icon {
    width: 36px;
    height: 36px;
    background: #fde8ea;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.file-icon i {
    color: #dc3545;
    font-size: 16px;
}
.file-details {
    display: flex;
    flex-direction: column;
}
.file-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.file-size {
    font-size: 11px;
    color: #999;
}
.kyc-badge-wrap {
    margin-left: auto;
}
.kyc-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.kyc-badge.pending {
    background-color: #fff8e6;
    color: #ffc107;
}
.kyc-badge.pending i {
    color: #f3770a;
}

/* Loan Setup Card Design */
.loan-setup-btn {
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding: 6px 16px;
    background: #ffffff;
    color: #343a40;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.loan-setup-btn i {
    color: #343a40;
}
.loan-setup-btn:hover {
    border-color: #cfd4d0;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.loan-setup-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.setup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.setup-title {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.setup-actions .btn-icon {
    padding: 4px;
    margin-left: 8px;
    color: #6c757d;
    background: transparent;
    border: none;
    font-size: 14px;
    transition: color 0.2s;
}

.setup-actions .btn-icon:hover {
    color: #333;
}

.setup-actions .btn-icon.text-danger:hover {
    color: #dc3545;
}

.setup-details {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px 24px;
}

.setup-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.setup-row:last-child {
    margin-bottom: 0;
}

.setup-label {
    color: #6c757d;
    font-weight: 500;
}

.setup-value {
    color: #333;
    font-weight: 700;
}

.setup-divider {
    border-top: 1px solid #e9ecef;
    margin: 16px 0;
}

/* Landing Page Styles */
.landing-page {
    font-family: "Source Sans Pro", sans-serif;
    color: #333;
}
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5 {
    font-weight: 700;
}
.text-success {
    color: #1e6a2b !important;
}
.bg-light-green {
    background-color: #f4fbf6;
}
.btn-success {
    background-color: #1e6a2b;
    border-color: #1e6a2b;
}
.btn-success:hover {
    background-color: #145520;
    border-color: #145520;
}
.section-padding {
    padding: 80px 0;
}
.navbar-brand img {
    height: 40px;
}
.navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    padding: 8px 16px !important;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover {
    color: #1e6a2b !important;
    background-color: #e6f4ea;
}
.hero-section {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #ffffff 0%, #f4fbf6 100%);
    overflow: hidden;
}
.hero-bg-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: #e6f4ea;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}
.feature-card {
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.feature-card:hover,
.feature-card.highlight-card {
    background: #e6f4ea;
    border-color: #e6f4ea;
    border-radius: 12px 60px 12px 12px;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}
.testimonial-card {
    background: #fff;
    border-radius: 20px;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: #1e6a2b;
    background-color: #e6f4ea;
    box-shadow: none;
}
.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(30, 106, 43, 0.1);
}
.download-section {
    background: #e6f4ea;
}
.social-links a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}
.social-links a:hover {
    background: #1e6a2b;
    color: #fff !important;
}
.filter-white {
    filter: brightness(0) invert(1);
}
.ls-1 {
    letter-spacing: 1px;
}
.avatars img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* Testimonial Section Redesign */
.testimonial-section-refined {
    position: relative;
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 50%);
    overflow: hidden;
}

.testimonial-bg-glow {
    position: absolute;
    top: -150px;
    left: -150px;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(74, 222, 128, 0.2) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.faq-bg-glow {
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(74, 222, 128, 0.15) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.decor-sparkle.faq-1 {
    top: 50px;
    right: 12%;
    font-size: 28px;
    opacity: 0.6;
    color: #4ade80;
}

.decor-sparkle.faq-2 {
    top: 120px;
    right: 5%;
    font-size: 18px;
    opacity: 0.4;
    color: #4ade80;
}

.decor-sparkle {
    position: absolute;
    color: #fff;
    z-index: 1;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}

.decor-sparkle.top-left {
    top: 60px;
    left: 8%;
    font-size: 32px;
    opacity: 0.8;
}

.testimonial-card-refined {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 40px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    height: 100%;
    position: relative;
    z-index: 2;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.testimonial-card-refined:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.quote-icon-refined {
    color: #333;
    font-size: 36px;
    margin-bottom: 24px;
    opacity: 0.8;
}

.testimonial-text-refined {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.testimonial-divider-refined {
    height: 1px;
    background-color: #f0f0f0;
    margin: 0 0 24px 0;
}

.user-profile-refined {
    display: flex;
    align-items: center;
    gap: 16px;
}

.user-avatar-refined {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info-refined h6 {
    font-weight: 700;
    color: #111;
    margin: 0 0 4px 0;
    font-size: 16px;
}

.rating-refined {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}

.rating-score {
    font-weight: 600;
    color: #555;
    margin-right: 6px;
}

.rating-stars i {
    color: #fbbf24;
    font-size: 12px;
}

/* User Management Modals / Tab Content Visiblity */
.inventory-create .tab-content {
    display: none;
}
.inventory-create .tab-content.active {
    display: block;
}
.journal-left-col {
    max-width: 260px;
    flex: 0 0 260px;
}

/* User management modal helpers */
.upload-box {
    background: #fafafa;
    transition: all 0.2s ease;
    cursor: pointer;
}

.upload-box:hover {
    background: #f1f5ff;
    border-color: #0d6efd;
}

.modal-content {
    animation: fadeInUp 0.2s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

.section-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.journal-right-col {
    flex: 1 1 auto;
}
.journal-split-view .journal-list-card {
    border-radius: 16px 0 0 16px;
    border-right: 1px solid #eef0f4;
    height: 100%;
}
.journal-list-filter {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 6px 10px;
    background: #fff;
}
.journal-list-body {
    height: calc(100vh - 250px);
    overflow-y: auto;
}
.journal-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid #f1f2f6;
    transition: background 0.2s ease;
}
.journal-list-item.active {
    background: #f5f3f2;
}
.journal-list-title {
    font-weight: 600;
    color: #2f5b2c;
    font-size: 13px;
}
.journal-list-sub {
    color: #8b8b8b;
    font-size: 11px;
}
.journal-details-card {
    border-radius: 0 16px 16px 0;
    background: #fff;
    padding: 18px 22px 22px;
    min-height: 100%;
}
.journal-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.journal-title {
    font-size: 18px;
    font-weight: 700;
    color: #2f5b2c;
}
.journal-close-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2b2b2b;
}
.journal-action-bar {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #7b7b7b;
    font-size: 12px;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 8px 14px;
    margin-bottom: 16px;
}
.journal-preview-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.journal-preview-title {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #2f5b2c;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.journal-table thead {
    background: #2f5b2c;
    color: #fff;
}
.journal-table thead th {
    border: none;
    font-weight: 600;
    font-size: 12px;
}
.journal-table tbody td {
    font-size: 12px;
    border-top: 1px solid #eef0f4;
}
.journal-totals {
    text-align: right;
    margin-top: 14px;
}

.journal-entry-modal {
    border-radius: 20px;
    padding: 8px 4px 0;
}
.journal-entry-modal .modal-title {
    font-weight: 700;
    font-size: 20px;
    color: #1a1a1a;
}
.journal-entry-row {
    display: grid;
    grid-template-columns: 1.4fr 1.4fr 1.2fr 0.8fr 0.8fr 0.8fr 64px;
    gap: 14px;
    align-items: end;
    margin-bottom: 16px;
}
.journal-entry-cell .form-control,
.journal-entry-cell .form-select {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    height: 40px;
    font-size: 12px;
}
.journal-entry-cell .form-label {
    font-size: 12px;
    color: #555;
    font-weight: 600;
}
.journal-entry-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.journal-entry-icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #fff;
}
.journal-add-row {
    border-radius: 10px;
    padding: 6px 16px;
    font-size: 12px;
}
.journal-summary-card {
    margin-left: auto;
    margin-top: 24px;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 16px 20px;
    max-width: 320px;
}
.journal-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
}
.journal-summary-row strong {
    color: #2f2f2f;
}
.journal-summary-diff span {
    color: #f97316;
}
.journal-entry-footer {
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px 24px;
}
.journal-btn-draft,
.journal-btn-post {
    background: #2f5b2c;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}
.journal-btn-cancel {
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .journal-entry-row {
        grid-template-columns: 1fr 1fr;
    }
    .journal-entry-actions {
        justify-content: flex-start;
    }
}
