
body.body-DEV::before {
  width: 100%;
  height: 100%;
  position: fixed;
  background: transparent;
  content: "";
  display: block;
  z-index: 1000;
  pointer-events: none;
  border: 10px solid #00b38d;
}
body.body-DEV .body-tag {
  background: #00b38d;
}
body.body-PREPROD::before {
  width: 100%;
  height: 100%;
  position: fixed;
  background: transparent;
  content: "";
  display: block;
  z-index: 1000;
  pointer-events: none;
  border: 10px solid #ed0800;
}
body.body-PREPROD .body-tag {
  background: #ed0800;
}
body.body- .body-tag,
body.body-PROD .body-tag {
  display: none;
}
body .body-tag {
  position: fixed;
  padding: 0 10px 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-table;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  top: 10px;
  z-index: 1000;
}
body .body-tag span {
  color: #fff;
  margin: 0 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
body .body-tag span b {
    letter-spacing: 1px;
}
