.custom-chart-container{background-color:#022045;border-radius:8px;color:#fff;font-family:Arial,sans-serif;margin:0 auto;max-width:auto;padding:30px 25px}.custom-chart-legend{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.custom-legend{align-items:center;display:flex;gap:10px;transition:opacity .3s ease}.custom-legend:hover{cursor:pointer;opacity:1}.custom-legend-color{border-radius:2px;height:15px;width:15px}.custom-legend-color.primary{background-color:#16a637}.custom-legend-color.secondary{background-color:#ecf5ff}.custom-legend span{transition:opacity .3s ease}.custom-legend span.faded-text{opacity:.5}.custom-chart{display:flex;flex-direction:column;gap:10px}.custom-bar{align-items:center;border-radius:0 8px 8px 0;color:#fff;display:flex;font-weight:700;justify-content:flex-start;padding:10px;position:relative;transition:opacity .3s ease}.custom-bar.faded{opacity:.5}.custom-bar.primary{background-color:#16a637;width:40%}.custom-bar.primary,.custom-bar.secondary{align-items:center;display:flex;justify-content:flex-end;padding:30px 10px}.custom-bar.secondary{background-color:#ecf5ff;border-radius:0 8px 8px 0;color:#16a637;width:85%}.custom-label{color:#001a33;font-size:14px;margin-left:10px;margin-right:10px}.custom-chart-scale{display:flex;justify-content:space-between;margin-top:15px}.custom-scale-number{color:#fff;font-size:12px}.custom-source{color:#b0c4de;font-size:12px;margin-top:5px;text-align:left}@media (max-width:768px){.custom-bar.primary{width:40%}.custom-bar,.custom-legend span{font-size:16px!important}.custom-chart-legend{flex-direction:row;gap:10px;justify-content:space-around}.custom-label{font-size:16px!important}.custom-chart-container{padding:20px}.custom-scale-number,.custom-source{font-size:16px}}