html {
  /*We want it to be really clear if white or black is used it's not because it wasn't replaced with the appropriate var, it was intentionally set to white/black and should NOT change*/
  --division-color-000: #000000;
  --division-color-fff: #ffffff;
  --division-color-transparent: transparent;	
}

/*****button.refresh_user_and_division_metas*****/
.refresh_user_and_division_metas[online="false"] {display: none;}

/** Hack for StatusBar background color change **/
.black-bg-top {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #232931;
  z-index: 9999;
}

iframe .black-bg-top {
  display: none !important;
}

