.loader {
    width: 350px;
    height: 350px;
  }
  .loader .progressbar-text {
    width: 225px;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 100%;
  }
  .loader_container {
    width: 100%;
    height: 100%;
  }
  .loader path {
    stroke-width: 10px !important;
  }
  .blue-number {
    color: #0082c9;
    align-items: baseline;
  }
  .progress {
    border-radius: 5px;
    width: 100%;
    clear: both;
    height: 10px;
    background: #eaf2fa;
  }
  .loader_container table td {
    vertical-align: bottom;
  }
  .pie-chart-legend .milestone_counter {
    font-weight: 700;
  }
  .pie-chart-legend {
    font-size: 3rem;
    margin-bottom: 15px;
    justify-content: center;
    align-items: baseline;
  }
  .pie-chart-legend th {
    width: 50%;
  }
  .pie-chart-legend .separator {
    color: #0082c9;
    margin: 0 10px;
  }
  .milestone_counter svg {
    min-height: 1rem;
    border-radius: 10px;
  }
  .progress-bar-age {
    height: 1.4em;
    margin-right: 5px;
    float: left;
    background-color: #e8e8e8;
    border-radius: 3px;
  }
  .about_content .progress-bar, .about_content .progress, .about_content .total-votanti  {
    border-radius: 3px;
  }
  .age-chart-legend {
    letter-spacing: 0.5px;
  }
  .age-chart-wrapper .chart-title {
    border-bottom: 1px solid #eee;
  }
  .age-total-data {
    color: #61626c;
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .age-total-data-left {
    line-height: 1.55em;
  }
  .age-total-voted {
    z-index: 2;
    font-size: 0.85em;
    color: #000;
    padding-left: 5px;
    line-height: 1.6em;
  }
  .total-progress-bar svg path:first-child {
    stroke: #d8edf8;
  }
  .dezagregare-varsta-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .varsta-categ-1 {
    background-color: #4ebe9e;
  }
  .varsta-categ-2 {
    background-color: #eb5a66;
  }
  .varsta-categ-3 {
    background-color: #50a9e5;
  }
  .varsta-categ-4 {
    background-color: #f9aa51;
  }
  .varsta-categ-5 {
    background-color: #a580d7;
  }
  .varsta-categ-6 {
    background-color: #f9ea51;
  }
  .varsta-categ-7 {
    background-color: #798897;
  }
  .varsta-categ {
    width: 25%;
  }
  .category-dot {
    width: 0.8em;
    height: 0.8em;
    border-radius: 2px;
    margin: 0.3rem 0.3rem 0 0;
  }
  .category-voted {
    transition: width 1s;
  }
  .gen-categ-femei {
    background-color: #fec163;
  }
  .gen-categ-barbati {
    background-color: #3b86ff;
  }
  .dezagregare-pe-sexe,
  .dezagregare-pe-sexe .progress {
    width: 100%;
  }
  .dezagregare-pe-sexe .dezagregarea-sexe-img {
    width: 50%;
    float: left;
  }
  .dezagregarea-sexe-img img {
    width: 80px;
    height: 115px;
  }
  .dezagregarea-sexe-img:first-child img {
    float: left;
    left: 15px;
    margin-right: 10px;
  }
  .dezagregarea-sexe-img:first-child {
    text-align: left;
    padding-left: 20px;
  }
  .dezagregarea-sexe-img:nth-child(2) {
    text-align: right;
    padding-right: 20px;
  }
  .dezagregarea-sexe-img:nth-child(2) img {
    float: right;
    margin-left: 10px;
  }
  #prezenta-la-vot {
    font-weight: 100;
  }
  #prezenta-la-vot,
  #total_balots_nation {
    font-size: 26px;
  }
  .age-chart-wrapper {
    overflow: hidden;
  }
  .dezagregare-sexe-legend {
    margin-bottom: -3px;
  }