/* src/config/vfc/customer.scss */
:root,
:host {
  --header-background-color: transparent;
  --sidebar-background: transparent;
  --sidebar-header-background: transparent;
  --breadcrumb-color: white;
  --background-color: transparent;
  --background-dark-color: transparent;
  --side-navbar-li-hover-background:#1565c091;
  --navbar-menu-btn-background: transparent;
}
body,
html {
  background-image: url(/assets/img/vfc/VFscreen.gif);
  background-color: #005BAF;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

/* angular:styles/global:customer */
