.fill-primary {
  fill: rgb(82, 174, 50) !important;
}
.fill-line {
  fill: rgb(0, 123, 61) !important;
}
.stroke-primary {
  stroke: rgb(82, 174, 50) !important;
}
.stroke-line {
  stroke: rgb(0, 123, 61) !important;
}

.hovered .fill-primary {
  fill: #afca0b !important;
  transition: fill 0.8s ease;
}
.hovered .stroke-primary {
  stroke: #afca0b !important;
  transition: stroke 0.8s ease;
}
