/*
    GSW INTEGRATION MODULE - global styles
*/

.environment_msg {
  position: fixed;
  right: 0;
  bottom: 0;
  color: black;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  background-color: yellow;
  padding: 5px;
  border-top: 3px solid black;
  border-top-left-radius: 10px;
  border-left: 3px solid black;
  z-index: 999999;

}

.environment_msg .env {
  font-size: 15px;
  font-weight: 900;
}
