
.gradientEnd, .gradientEnd-production  {
  background: linear-gradient(#3F92C4, #0164A7);
  border: none !important;
  border-radius: 0px ! important;
  margin-bottom: 0px;
}

.gradientEnd-staging {
  background: linear-gradient(rgb(154, 63, 196), rgb(167, 1, 150));
  border: none !important;
  border-radius: 0px !important;
  margin-bottom: 0px;
}

.gradientEnd-integration {
  background: linear-gradient(darkorange, orangered);
  border: none !important;
  border-radius: 0px !important;
  margin-bottom: 0px;
}

.gradientEnd-local {
  background: linear-gradient(rgb(27, 163, 54), rgb(1, 116, 1));
  border: none !important;
  border-radius: 0px !important;
  margin-bottom: 0px;
}

.gradientEnd-dev, .gradientEnd-development {
  background: linear-gradient(darkolivegreen, rgb(1, 116, 1));
  border: none !important;
  border-radius: 0px !important;
  margin-bottom: 0px;
}