/* Brand x theme */
:root {
  /* BXT blues */
  --light-blue: #1a86ec;
  --primary-blue: #005bb0;
  --dark-blue: #081d55;
  /* BXT accents */
  --rubber-duck-yellow: #ffd45c;

  /* status colours */
  --status-unknown: #0288d1;
  --status-ok: #4caf50;
  --status-unstable: rgb(189, 200, 33);
  --status-risk: #ffd642;
  --status-warning: #ffb74d;
  --status-alert: #f44336;
}

/* index.css or a global stylesheet */
html, body, #root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

/* styles.css or a CSS module */
.MuiDialog-root {
  z-index: 1500 !important;
}

.MuiDrawer-root {
  z-index: 1300 !important;
}

.MuiMenu-root { 
  z-index: 1400 !important; 
}

.MuiPopper-root {
  z-index: 1501 !important; 
}

.MuiPopover-root {
  z-index: 1501 !important;
}