
/* topbar-skin.css — topbar transparent; topbar-inner solid (#fff / #000) */
.topbar{
  background: transparent !important;
}

.topbar-inner{
  background: #ffffff !important;
}
:root[data-theme="dark"] .topbar-inner{
  background: #000000 !important;
}

/* Ensure the progress track remains transparent under the new skin */
#progressWrap, .progress-wrap, #progressBar{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
