/*
 * Quaiseclabs HMS — Per-Client Theme Override
 * Client: RQ Hospital Management System (rqhms1)
 * AUTO-GENERATED at build time by generate_client_css.py
 * DO NOT EDIT MANUALLY — edit clients/rqhms1/client.yml instead
 */

:root,
[data-theme="light"] {
  /* Client primary palette */
  --hms-blue:        ;
  --hms-blue-dark:   ;
  --hms-blue-light:  ;
  --hms-blue-xlight: ;

  /* Client accent palette */
  --hms-teal:        ;
  --hms-teal-dark:   ;
  --hms-teal-light:  ;

  /* Client navbar / sidebar */
  --hms-navbar-bg:   ;
  --hms-sidebar-bg:  ;

  /* Frappe variable overrides */
  --primary-color:         ;
  --btn-primary-bg:        ;
  --btn-primary-hover-bg:  ;
  --btn-primary-border:    ;
  --link-color:            ;
  --link-hover-color:      ;
  --sidebar-bg-color:      ;
  --sidebar-select-color:  ;
  --navbar-bg:             ;
}

/* Navbar background */
.navbar {
  background-color:  !important;
  border-bottom: 1px solid  !important;
}

/* Sidebar background */
.layout-side-section,
.desk-sidebar,
.sidebar-menu,
.standard-sidebar-section {
  background:  !important;
}

/* Primary buttons */
.btn-primary,
button.btn-primary {
  background-color:  !important;
  border-color:  !important;
}
.btn-primary:hover,
button.btn-primary:hover {
  background-color:  !important;
  border-color:  !important;
}

/* Active sidebar item */
.sidebar-menu .sidebar-item.selected a,
.sidebar-menu .sidebar-item.active a,
.desk-sidebar .sidebar-item.selected a,
.desk-sidebar .sidebar-item.active a,
.standard-sidebar-item.selected,
.standard-sidebar-item.active {
  background:  !important;
}

/* Focus ring */
.form-control:focus,
.frappe-control input:focus,
.frappe-control textarea:focus {
  border-color:  !important;
  box-shadow: 0 0 0 3px  !important;
}

/* Links */
a { color:  !important; }
a:hover { color:  !important; }

/* Active tab */
.nav-tabs .nav-link.active {
  color:  !important;
  border-bottom-color:  !important;
}

/* Indicator pills */
.indicator-pill.blue,
.badge-primary {
  background:  !important;
  color:  !important;
}
