:root {
  --black: #000000;
  --white: #ffffff;
  --bot-panel-bg: #262626;
  --card-lime: #9ed342;
  --card-green: #43d1a1;
  --card-lightBlue: #40d3e2;
  --card-skyBlue: #47a7de;
  --card-blue: #4382dd;
  --card-darkBlue: #5555c6;
}

body {
  margin: 0;
  outline: 0;
}
.react-el-tick .grid {
  stroke: #c0c0bb;
  fill: none;
  stroke-width: 0.5px;
  stroke-dasharray: 3, 3;
}

.react-el-tick text,
.tick text {
  fill: #635f5d;
  font-size: 12px;
}
.axis-label {
  font-size: 14px;
  fill: #635f5d;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.mark .arc {
  transition: transform 2s;
  cursor: pointer;
}

.mark text {
  font-size: 11px;
}

.tick line,
.d3-el-y_axis path,
.d3-el-x_axis path {
  stroke: #c0c0bb;
  fill: none;
  stroke-width: 1px;
}

.data-label {
  font-size: 12px;
  fill: #000;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.chart-tooltip {
  pointer-events: none;
  position: absolute;
  background-color: #f7f8ff;
  border-radius: 5px;
  padding: 5px;
}

.chart-tooltip span {
  font-size: 13px;
}

.arc:hover,
.circle-mark > circle:hover {
  transform: scale(1.05);
}
input::placeholder {
  color: green;
}
.pl20 {
  padding-left: 20px !important;
}

.dragFileUpload {
  font-size: 16px;
  display: block;
  border: 2px dashed #b1a9a1;
  border-radius: 8px;
  background-color: #f8fafc;
  padding: 12px 15px;
  text-align: center;
}
.dragFileUpload p > span {
  font-weight: 500;
}
.dragFileUpload > .file {
  font-weight: 600;
}
.highcharts-credits,
.highcharts-contextmenu .highcharts-menu > li:nth-child(2),
.highcharts-contextmenu .highcharts-menu > li:last-child {
  display: none;
}
.highcharts-tooltip > text > tspan:first-child {
  font-size: 12px !important;
  line-height: 21px !important;
}
.highcharts-xaxis-labels > text,
.highcharts-tooltip > text > tspan:first-child {
  text-transform: capitalize;
}
.Mui-selected .MuiTypography-root {
  color: #ffffff !important;
}
.highcharts-contextmenu .highcharts-menu {
  /* background: #2c2c2c !important; */
  box-shadow: none !important;
  border-radius: 6px !important;
}
.highcharts-contextmenu .highcharts-menu > li {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #333333 !important;
}
.highcharts-contextmenu .highcharts-menu > li:hover {
  background: #e5e5e5 !important;
  color: #333333 !important;
}
/* .highcharts-button-hover .highcharts-button-symbol,
.highcharts-button-pressed .highcharts-button-symbol {
  fill: #333333 !important;
  stroke: #333333 !important;
} */

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.highcharts-text-outline {
  display: none;
}

.box {
  width: 70%;
  height: 200px;
  background: #fff;
  margin: 40px auto;
}
.shadow {
  position: relative;
  box-shadow: rgb(0 0 0 / 20%) 0px 0 20px -5px;
}
.shadow:before,
.shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 20px;
  width: 50%;
  top: 80%;
  max-width: 800px;
  background: #000000;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 30px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 20px;
  left: auto;
}

/** Card Components **/
.overviewCard {
  height: 100%;
  position: relative;
  padding-top: 60px;
}
.overviewCard .MuiCardContent-root > p {
  margin: 0 0 10px;
}
.overviewCard .MuiCardContent-root > p:last-child {
  margin-bottom: 0;
}
.overviewCard .MuiCardContent-root > h1,
.overviewCard .MuiCardContent-root > h2,
.overviewCard .MuiCardContent-root > h3,
.overviewCard .MuiCardContent-root > h4,
.overviewCard .MuiCardContent-root > h5,
.overviewCard .MuiCardContent-root > h6 {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 20px;
}
.overviewCard h4 {
  text-align: center;
  color: var(--card-lime);
  height: 44px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overviewCard .MuiCardContent-root {
  padding: 15px;
}
.overviewCard .MuiPaper-root {
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: var(--card-lime);
  box-shadow: rgb(0 0 0 / 80%) 0px 0px 14px -6px inset;
  color: var(--black);
  position: relative;
  overflow: visible;
}
.overviewCard .MuiPaper-root:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--bot-panel-bg);
}
.overviewCard .MuiPaper-root:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--card-lime);
  display: block;
  top: -15px;
  z-index: 1;
  left: 50%;
  margin-left: -5px;
}
.overviewCard-2 h4 {
  color: var(--card-green);
}
.overviewCard-2 .MuiPaper-root,
.overviewCard-2 .MuiPaper-root:after {
  background-color: var(--card-green);
}
.overviewCard-3 h4 {
  color: var(--card-lightBlue);
}
.overviewCard-3 .MuiPaper-root,
.overviewCard-3 .MuiPaper-root:after {
  background-color: var(--card-lightBlue);
}
.overviewCard-4 h4 {
  color: var(--card-skyBlue);
}
.overviewCard-4 .MuiPaper-root,
.overviewCard-4 .MuiPaper-root:after {
  background-color: var(--card-skyBlue);
}
.overviewCard-5 h4 {
  color: var(--card-blue);
}
.overviewCard-5 .MuiPaper-root,
.overviewCard-5 .MuiPaper-root:after {
  background-color: var(--card-blue);
  color: var(--white);
}
.overviewCard-6 h4 {
  color: var(--card-darkBlue);
}
.overviewCard-6 .MuiPaper-root,
.overviewCard-6 .MuiPaper-root:after {
  background-color: var(--card-darkBlue);
  color: var(--white);
}
.fund-title-1 h4,
.fund-title-2 .title {
  color: var(--card-lime);
}
.fund-title-2 h4,
.fund-title-1 .title {
  color: var(--card-green);
}
.fund-title-3 h4,
.fund-title-3 .title {
  color: var(--card-lightBlue);
}
