/* Qasim — unified light sidebar and clean first login v6.15.4 */
html[data-theme="light"] .sidebar{
  background:#f4f2ed!important;
  color:#202226!important;
  border-inline-end:1px solid #d9d5cc!important;
  box-shadow:none!important;
}
html[data-theme="light"] .sidebar-brand{
  background:#fff!important;
  color:#191b1f!important;
  border-bottom-color:#ddd9d0!important;
}
html[data-theme="light"] .sidebar-brand strong{color:#191b1f!important;opacity:1!important}
html[data-theme="light"] .sidebar-brand span{color:#626a73!important;opacity:1!important}
html[data-theme="light"] .nav-scroll{background:#f4f2ed!important}
html[data-theme="light"] .nav-label{color:#746b5d!important;opacity:1!important}
html[data-theme="light"] .nav-item{
  color:#3e454d!important;
  background:transparent!important;
  border:1px solid transparent!important;
  opacity:1!important;
}
html[data-theme="light"] .nav-item:hover{
  color:#181b1f!important;
  background:#fff!important;
  border-color:#dedad1!important;
}
html[data-theme="light"] .nav-item.active{
  color:#62440f!important;
  background:#eee4d1!important;
  border-color:#dcc9a5!important;
  box-shadow:0 8px 22px rgba(75,54,18,.07)!important;
}
html[data-theme="light"] .nav-item.active:before{background:#a87418!important}
html[data-theme="light"] .sidebar .nav-icon,
html[data-theme="light"] .sidebar .nav-icon svg,
html[data-theme="light"] .sidebar .chev{color:inherit!important;stroke:currentColor!important;opacity:1!important}
html[data-theme="light"] .sub-item{color:#4d545c!important;background:transparent!important;opacity:1!important}
html[data-theme="light"] .sub-item:hover,
html[data-theme="light"] .sub-item.active{
  color:#62440f!important;
  background:#ece3d3!important;
  opacity:1!important;
}
html[data-theme="light"] .branch-card{
  background:#fff!important;
  color:#202226!important;
  border-color:#d8d3c9!important;
  box-shadow:0 8px 24px rgba(39,31,18,.055)!important;
}
html[data-theme="light"] .branch-card strong{color:#24262a!important;opacity:1!important}
html[data-theme="light"] .branch-card small,
html[data-theme="light"] .branch-card span{color:#626a73!important;opacity:1!important}
