/* RESET TO WHITE THEME */

/* 1. Background White Karein */
body, html, .app-main, .main-body, .lagom-layout-top, .page-wrapper {
    background-color: #ffffff !important;
    color: #212529 !important;
}

/* 2. Card aur Boxes ko White Karein */
.panel, .card, .content-box, .tile, .well {
    background-color: #ffffff !important;
    border: 1px solid #e5e9f2 !important;
    box-shadow: none !important;
    color: #585858 !important;
}

/* 3. Text ko Black/Dark Grey Karein */
h1, h2, h3, h4, h5, h6 {
    color: #161c2d !important;
}
p, span, div, a {
    color: #161c2d; /* Dark Grey Text */
}
