/* 🌊 Light blue background for entire ERPNext */
body,
.page-container,
.layout-main-section {
    background-color: #e6f2ff !important; /* Light blue shade */
}

/* 🌑 Sidebar background grey */
.layout-side-section {
    background-color: #d3d3d3 !important; /* grey */
    font-size: var(--text-md);
    padding-right: 30px;
}

.layout-side-section .sidebar-item-label,
.layout-side-section .standard-sidebar-label,
.layout-side-section .sidebar-label {
    color: black !important;
    font-weight: bold;
}

.layout-side-section .icon {
    fill: black !important;
}
.layout-side-section .sidebar-label svg,
.layout-side-section .sidebar-label .icon {
    stroke: black !important;
}

/* 🧾 Remove section header colors → unify with light blue */
.section-head,
.card-header,
.form-dashboard-section .section-head,
.comment-box .comment-input-header {
    background-color: #e6f2ff !important; /* same as body */
    color: black !important;
    border-bottom: 1px solid #ccc;
}

/* 🚫 Remove modal and backdrop strong colors */
.modal-backdrop {
    background-color: rgba(0,0,0,0.4) !important; /* subtle dim instead of pink */
}

/* ✅ Navbar - keep simple background */
.navbar {
    background-color: #0764f5 !important; /* simple blue */
    color: white !important;
}
