/* /Pages/FinanceAndAccounting/JournalVoucher/Index.cshtml.rz.scp.css */
.line-row .form-select[b-jjsqma5ig6], .line-row .form-control[b-jjsqma5ig6] {
    font-size: 0.875rem;
}

.balance-indicator[b-jjsqma5ig6] {
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.balance-indicator.balanced[b-jjsqma5ig6] {
    background-color: rgba(25, 135, 84, 0.15);
    color: #198754;
}

.balance-indicator.unbalanced[b-jjsqma5ig6] {
    background-color: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

/* Toast styling */
.toast-container[b-jjsqma5ig6] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1050;
}

/* Timeline styling for audit trail */
.timeline[b-jjsqma5ig6] {
    position: relative;
    padding-left: 30px;
}

.timeline-item[b-jjsqma5ig6] {
    position: relative;
    margin-bottom: 20px;
}

.timeline-marker[b-jjsqma5ig6] {
    position: absolute;
    left: -30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6c757d;
    top: 5px;
}

.timeline-content[b-jjsqma5ig6] {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.timeline[b-jjsqma5ig6]:before {
    content: '';
    position: absolute;
    top: 0;
    left: -23px;
    height: 100%;
    width: 2px;
    background: #e9ecef;
}
/* /Pages/FinancialRatios.cshtml.rz.scp.css */
/* Optional: Custom styles for section headers or specific cells */
.section-header th[b-qz2pf7qaas] {
    background-color: #e9ecef; /* Light grey for section headers */
    font-weight: bold;
    text-align: center;
}

.table th[scope="row"][b-qz2pf7qaas] {
    text-align: left;
}

.text-gray[b-qz2pf7qaas] {
    color: #6c757d; /* Bootstrap gray color for "Previous year needed" */
}
/* /Pages/Index.cshtml.rz.scp.css */
body[b-lthswagb01] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.login-container[b-lthswagb01] {
    background-color: dimgrey;
    border-radius: 0px;
    max-width: 340px;
    padding: 2rem;
    text-align: center;
    height: 80vh;
}

    .login-container img[b-lthswagb01] {
        max-width: 100px;
        margin-bottom: 1rem;
    }

    .btn-login[b-lthswagb01] {
        --bs-btn-bg: #004d00;
        --bs-btn-color: var(--bs-white);
    }

        .login-container .btn:hover[b-lthswagb01] {
            background-color: #003300;
        }

.footer-text[b-lthswagb01] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 1rem;
}
/* /Pages/Shared/_InnerLayout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.sb-sidenav-green[b-85czp8jl6l] {
    background-color: forestgreen;
}
.nav[b-85czp8jl6l] {
    --bs-nav-link-color: var(--bs-white);
    --bs-nav-link-hover-color: var(--bs-white);
}
.sb-sidenav-green .sb-sidenav-menu .nav-link[b-85czp8jl6l] {
    color: #FFF;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link[b-85czp8jl6l] {
    color: #FFF;
}
iframe[b-85czp8jl6l] {
    width: 100%;
    height: 100%;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-pgv0wmbfi8] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-pgv0wmbfi8] {
  color: #0077cc;
}

.btn-primary[b-pgv0wmbfi8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-pgv0wmbfi8], .nav-pills .show > .nav-link[b-pgv0wmbfi8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-pgv0wmbfi8] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-pgv0wmbfi8] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-pgv0wmbfi8] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-pgv0wmbfi8] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-pgv0wmbfi8] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
