.doughnutChart{align-items:center;display:flex;flex-direction:column;overflow-x:hidden}.doughnutChart canvas{height:392px!important}.doughnutChart--main{max-width:480px!important;position:relative;width:100%}.doughnutChart--main__counter{left:50%;position:absolute;top:50%;transform:translate(-45%,-50%)}.doughnutChart--main__counter-number{color:var(--primary-color);display:inline-block;font-family:OrstedSansBold,Helvetica Neue,Arial,sans-serif;font-feature-settings:"tnum" 1;font-size:60px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:769px){.doughnutChart--main__counter-number{font-size:100px}}.doughnutChart--main__counter-unit{color:var(--primary-color);display:inline-block;font-family:OrstedSansBold,Helvetica Neue,Arial,sans-serif;font-size:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:769px){.doughnutChart--main__counter-unit{font-size:40px}}.doughnutChart--legends{align-content:center;display:grid;gap:20px;grid-auto-flow:column;justify-content:center;padding-top:20px}.doughnutChart--legends-item{align-items:center;display:flex;font-size:15px;line-height:1.2;padding-bottom:4px}.doughnutChart--legends-item__label{min-width:100px}.doughnutChart--legends-item__value,.doughnutChart--legends-item__value-regular{font-family:OrstedSansBold,Helvetica Neue,Arial,sans-serif;margin-right:10px;min-width:50px;text-align:right}.doughnutChart--legends-item__value-regular{font-family:OrstedSansRegular,Helvetica Neue,Arial,sans-serif}.doughnutChart--legends-item__icon{height:34px;position:absolute;transform:translateX(-100%);width:34px}.doughnutChart--legends-item__dot{border-radius:50%;display:inline-block;height:12px;margin-right:5px;width:12px}.doughnutChart.legend-right{align-items:flex-start;flex-direction:row;justify-content:center}@media(min-width:769px){.doughnutChart.legend-right .doughnutChart--main{max-width:50%;width:100%}}.doughnutChart.legend-right .doughnutChart--legends{display:block;padding-left:0;padding-top:0;position:absolute;top:47%;transform:translateY(-63%)}@media(min-width:769px){.doughnutChart.legend-right .doughnutChart--legends{gap:0;grid-auto-flow:row;max-width:50%;padding-left:20px;padding-top:20px;position:relative;top:0;transform:none}}