.pointer {
    cursor: pointer;
}

.color-success path{
    fill: #229250;
    stroke: #229250;
  }
  .color-warning path{
    fill: #FFA800;
    stroke: #FFA800;
  }
  .color-danger path{
    fill: #FF2E2E;
    stroke: #FF2E2E;
  }