/* Styles go here 
#card_evaluacion_campo {
    font: 7px sans-serif;
  }*/
  
  .axis path,
  .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
  }
  
  
  /* hide y axis */
  
  .axis .tick line,
  .axis path {
    display: none;
  }
  
  .category-circle {
    fill: #939090;
   /* fill: #5236f4;*/
  }
  
  .question-circle {
    fill: url(#gradient-questions);
  }
  
  .chart-area-circle {
    stroke: #fff;
    stroke-width: 3px;
    fill: url(#gradient-chart-area);
  }
  
  .center-circle {
    fill: #fff;
  }
  
  .bars {
    fill: url(#gradient-bars);
  }
  
  .gridlines {
    fill: none;
    stroke: #fff;
  }
  
  .minor {
    stroke-width: 1px
  }
  
  .major {
    stroke-width: 6px
  }
  
  .question-label-arc {
    /*fill: white;
      stroke: #AAAAAA;
      fill: url(#gradient-questions);*/
  }
  
  .category-label-text {
    font-weight: bold;
    font-size: 14px;
    fill: #fff;
  }
  
  .question-label-text {
    font-size: 7px;
    font-weight: bold;
    fill: gray;
  }
  
  .question-labels {
    text-anchor: middle;
    font-weight: bold;
  }
  
  .category-labels {
    text-anchor: middle;
    font-weight: bold;
    font-size: 14px;
    fill: #fff;
  }