input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

p {
  font-family: Plus Jakarta Display, sans-serif;
  line-height: 1.5;
  margin-block-end: 0;
  margin-block-start: 0;
}

.recharts-tooltip-wrapper-right::before {
  content: "";
  position: absolute;
  width:0;
  height:0;
  top: calc(50% - 10px);
  left: -24px;
  border-top: solid 10px transparent;
  border-left: solid 10px transparent;
  border-right: solid 16px #D9D9D9;
  border-bottom: solid 10px transparent;
}

.recharts-tooltip-wrapper-left::after {
  content: "";
  position: absolute;
  width:0;
  height:0;
  top: calc(50% - 10px);
  right: -24px;
  border-top: solid 10px transparent;
  border-left: solid 16px #D9D9D9;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
}