body {
  position: relative;
}
.text-grey {
  color: #d2cece;
}
.salesrevenue .accordion_body .accordion_head {
  background-color: #fff !important;
}
.salesrevenue .accordion_head.parenthead p {
	font-size: 14px !important;
	display: ruby;
	align-items: center;
	justify-content: space-between;
}
.salesrevenue .accordion_head.parenthead p span:first-child {
  flex-basis: 80%;
 /* display: flex;*/
  align-items: center;
}
/*.salesrevenue .accordion_head.parenthead {
  border-top: 1px solid #ebedf3;
}*/
.salesrevenue .accordion_head.parent-subhead p {
  font-size: 14px !important;
}
.salesrevenue .accordion_head.parent-subhead {
  background-color: rgba(71, 185, 177, 0.06) !important;
}
.salesrevenue .accordion_head p,
.salesrevenue .accordion_body p {
  margin: 0;
  padding: 15px 10px;
  border-right: 1px solid #f5f5f5;
}
.salesrevenue .accordion_head p:last-child,
.salesrevenue .accordion_body p:last-child {
  border-right: none;
}
.salesrevenue .accordion_head p:first-child,
.salesrevenue .accordion_body p:first-child {
  flex-basis: 30%;
  max-width: 30%;
}
.salesrevenue p:nth-child(2) {
  flex-basis: 40%;
  max-width: 40%;
}
.loader-wrap {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  opacity: 0.3;
  z-index: 99;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
.header.header-fixed {
  height: 50px !important;
}
