.wrap-graph {
  background-color:#fff;
}

.svg-container {
  background-color:red;
}

.bg-white {
	background-color:#fff;
}

.y.axisRight text {
  fill: orange;
}
  
.y.axisLeft text {
  fill: steelblue;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.border-bottom{
  border-bottom:1px solid #f6f6f6;
}

.bar1 {
  fill: steelblue;
}

.bar2 {
  fill: orange;
}

.x.axis path {
 display: none;
}

.color-blue{
  color:#1F77B4;
}

/* tooltip */
.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 2px;
}
.tick {
  font-size:12px;
}
div.tooltip {
  position: absolute;
  text-align: center;
  width: 190px;
  padding: 6px;
  font: 12px sans-serif;
  background: rgba(0,0,0,0.7);
  border: 0px;
  pointer-events: none;
  color: #fff;
}

.liquidFillGaugeText {
  font-family: Helvetica;
  font-weight: bold;
}

/*Styling for the lines connecting the labels to the slices*/
polyline {
  opacity: .3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}

#bargraph-donation .labels text,
#bargraph-donation .tick text {
  direction: ltr !important;
  text-transform: capitalize;
}

/* Make the percentage on the text labels bold*/
.labelName tspan {
  font-style: normal;
  font-weight: 700;
}

/* In biology we generally italicise species names. */
.labelName {
  font-size: 0.9em;
  font-style: italic;
}

/*Sequences sunburst*/
#main {
  float: left;
  width: 750px;
}

#sidebar {
  float: right;
  width: 100px;
}

#sequence {
  width: 600px;
  height: 70px;
}

#legend {
  padding: 10px 0 0 3px;
}

#sequence text, #legend text {
  font-weight: 600;
  fill: #fff;
}

#chart {
  position: relative;
}

#chart path {
  stroke: #fff;
}

#explanation {
  position: absolute;
  top: 260px;
  left: 305px;
  width: 140px;
  text-align: center;
  color: #666;
  z-index: -1;
}

#percentage {
  font-size: 2.5em;
}

.title-amount {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 45px;
  font-size: 45px;
}

.subtitle-amount {
  font-size:12px;
  color:#ababab;
}

.wrapper-graph-report h6 {
  font-weight:400;
}

.wrap-graph__number {
  text-align:center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.w-15 {
  width:65px;
}

#stacked-bar text {
  direction: ltr;
}

.color-red {
  color: #e4405b;
}

.h-182 {
  height: 182px;
}

.bg-grey {
  background-color:#f6f6f6;
}

.rtl .tick text, .rtl text {
  font-family: Cairo !important;
  text-transform: capitalize;
}

.internal_data { 
  padding-top:0 !important;
}

.usd-pseudo:before {
  content: "US$";
  font-size: 16px;
}

#pie-chart-families path:hover {
  transform: scale(1.1);
  box-shadow: 1px 1px 9px rgba(0,0,0,0.8);
  transition: 0.4s;
}