#scoreLineToDay .ct-series-a .ct-line {
  stroke: url(#scoreLineToDay-gradient);
  stroke-width: 5px; }

#scoreLineToWeek .ct-series-a .ct-line {
  stroke: url(#scoreLineToWeek-gradient);
  stroke-width: 5px; }

#scoreLineToMonth .ct-series-a .ct-line {
  stroke: url(#scoreLineToMonth-gradient);
  stroke-width: 5px; }

.ct-area-circle {
  fill: #28d094;
  stroke-width: 5;
  stroke: #fff; }

.scoreLineShadow {
  -webkit-filter: drop-shadow(0px 20px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 20px 6px rgba(0, 0, 0, 0.1)); }


/* 
  #form_recherche_chartcontainer {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: -100% !important; 
    width: 300px !important; 
    height: 100% !important;
    background-color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    z-index: 1000 !important;
    overflow-y: auto !important;
    transition: left 0.3s ease-in-out !important;
}

#form_recherche_chart.open {
    left: 0 !important; } */
