/*--------------------------------------------------------------------------*\
    Chart series
    /!\ IMPORTANT : we define colors for chart__serie children cause easier to manage
\*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*\
    Bar
\*--------------------------------------------------------------------------*/

.chart__serie--c-yellow-2 .chart__serie-bar,
.chart__serie--c-yellow-2 .chart__serie-slice,
.chart__serie--c-yellow-2 .chart__serie-bubble{
    /*background*/
    fill:rgb(239,213,143);
}

/*--------------------------------------------------------------------------*\
    Label
\*--------------------------------------------------------------------------*/

.chart__serie--c-yellow-2 .chart__serie-label{
    /*background*/
    fill:rgb(209,183,113);
}

.chart__serie--histogram-stacked.chart__serie--c-yellow-2 .chart__serie-label{
    /*background*/
    fill:rgb(139,113,43);
}

/*--------------------------------------------------------------------------*\
    Line
\*--------------------------------------------------------------------------*/

.chart__serie--c-yellow-2 .chart__serie-line{
    /*border*/
    stroke:rgb(239,213,143);
}

/*--------------------------------------------------------------------------*\
    Tick
\*--------------------------------------------------------------------------*/

.chart__serie--c-yellow-2 .chart__serie-tick{
    /*background*/
    fill:rgb(209,183,113);
}

/*--------------------------------------------------------------------------*\
    Filter
\*--------------------------------------------------------------------------*/

.chart__serie--c-yellow-2 .control__checkbox-label{
    /*border*/
    border-color:rgb(239,213,143) !important;
}

.chart__serie--c-yellow-2 .control__checkbox:checked+.control__checkbox-label,
.chart__serie--c-yellow-2 .control__checkbox:not(:checked)+.control__checkbox-label::before,
.chart__serie--c-yellow-2 .control__checkbox:not(:checked)+.control__checkbox-label::after{
    /*background*/
    background-color:rgb(239,213,143) !important;
}

.chart__serie--c-yellow-2 .control__label{
    /*text*/
    color:rgb(209,183,113) !important;
}

/*--------------------------------------------------------------------------*\
    Filter
\*--------------------------------------------------------------------------*/

.chart__serie--c-yellow-2 .control__checkbox-label{
    /*border*/
    border-color:rgb(239,213,143) !important;
}

.chart__serie--c-yellow-2 .control__checkbox:checked+.control__checkbox-label,
.chart__serie--c-yellow-2 .control__checkbox:not(:checked)+.control__checkbox-label::before,
.chart__serie--c-yellow-2 .control__checkbox:not(:checked)+.control__checkbox-label::after{
    /*background*/
    background-color:rgb(239,213,143) !important;
}

.chart__serie--c-yellow-2 .control__label{
    /*text*/
    color:rgb(209,183,113) !important;
}

/*--------------------------------------------------------------------------*\
    Legend
\*--------------------------------------------------------------------------*/

.chart__legend__serie--c-yellow-2 .chart__legend__icon,
.chart__serie--c-yellow-2 .chart__serie-legend{
    /*text*/
    fill:rgb(209,183,113);
}

.chart__legend__serie--c-yellow-2 .chart__legend__name{
    /*text*/
    color:rgb(209,183,113);
}