body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 100%;
            margin: 20px auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        h1 {
            text-align: center;
            color: #333;
        }

        label {
            display: block;
            margin-bottom: 10px;
            color: #555;
        }

        input[type="text"] {
            width: calc(20% - 10px);
            margin-bottom: 10px;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
            outline: none;
        }

        @media screen and (max-width: 1200px) {input[type="text"] {
            width: calc(45% - 10px);
            margin-bottom: 10px;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
            outline: none;
        }} 

        button {
            padding: 10px 20px;
            background-color: #4caf50;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            outline: none;
            display: block;
            margin: 0 auto;
          padding: 20px;
          font-size: 18pt;
      
        }

        button:hover {
            background-color: #45a049;
        }

        #statisticsContainer {
            margin-top: 20px;
        }

        .statistics-section {
            margin-top: 80px;
            padding: 100px;
            background-color: #f9f9f9;
            border-radius: 10px;
        }
        
        @media only screen and (max-width: 778px)  {
        .statistics-section {
            margin-top: 100px;
            padding: 10px;
            background-color: #f9f9f9;
            border-radius: 10px;
        }}
       

        .statistics-section h2 {
            margin-top: 0;
            color: #333;
        }

        .statistics-item {
            margin-bottom: 10px;
            color: #555;
        }

        .circle-chart, .block-chart {
            margin-top: 20px;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .circle-chart .circle, .block-chart .block {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
        }

        .block-chart .block {
            width: 100px;
            height: 100px;
        }
.graph-main {overflow: auto!important; width: 100%;}
        .graph-chart {
            width: 1400px;
            height: 400px;
            padding: 40px 10px;
            background-color: #f0f0f0;
            border-radius: 5px;
            margin-top: 20px;
            display: flex;
            justify-content: space-around;
            align-items: flex-end;
            font-size: 8pt;
        }

        .graph-bar {
            width: calc(100% / 12);
            background-color: #4caf50;
            transition: height 0.5s ease;
            margin-left: 4px;
            margin-right: 4px;
            font-size: 9pt;
        }

        .graph-bar {
            position: relative;
            margin-left: 3px;
        }

        .year-label,
        .usage-label {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            transform-origin: center;
            text-align: center;
            white-space: nowrap;
            margin-left: -5px;
        }

        .year-label {
            bottom: -25px;
            transform: translateX(-50%) rotate(-45deg);
            border-bottom: orange solid 0.25px;
        }

        .usage-label {
            top: -20px;
            transform: translateX(-50%) rotate(-65deg);
            border-left: orange solid 2px;
            margin: 0px 2px 0px 2px;
            padding: 0px 2px 0px 2px;
        }

        #stateWiseUsages {
            flex-wrap: wrap;
            justify-content: space-between;
            
          align-items: center;
        }

@media only screen and (max-width: 778px)  {
.state-block {
            width: 43%!important;
  display: inline-block;
  padding: 2px;
            margin-bottom: 20px;
}
}


        .state-block {
            width: 30.5%;
            background-color: #4CAF50;
            color: #fff;
            border-radius:  30px 5px 30px 5px;
            padding: 20px;
            margin-bottom: 20px;
            box-sizing: border-box;
            margin-left: 10px;
            margin-right: 10px;
            padding-top: 9%;
            padding-bottom: 9%;
            display: inline-block;
          justify-content: center;
            align-items: center;
            text-align: center;
            white-space: nowrap;
          
        }

        .state-name,
        .state-usage {
            justify-content: center;
            align-items: center;
            text-align: center;
            white-space: nowrap;
        }

        .state-usage {
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-top: 5px;
          font-size: 24pt;
        }

        .blocks-container {
            margin-top: 10px; /* Add some top margin to create space between heading and blocks */
        }

        .line-break {
            margin-top: 10px; /* Adjust as needed */
            border-top: 1px solid #ccc;
        }

        .additional-info-container {
            margin-top: 20px;
            padding-top: 10px;
            border-top: 1px solid #ccc;
          
        }

        .additional-info-item {
            margin-bottom: 10px;
        }

        .percentage-bar-container {
            height: 20px;
            background-color: #f0f0f0;
            border-radius: 10px;
            overflow: hidden;
        }

        .percentage-bar {
            height: 100%;
            background-color: #4caf50;
        }

        .bar-info-label {
            margin-top: 5px;
            font-size: 12px;
            color: #333;
            text-align: center;
        }

        /* Additional Styles for Age Information Circles */
        .age-info-container {
            
            align-items: center;
            margin-top: 20px;
          flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .age-info-item {
            width: 170px;
          height: 172px;
            border-radius: 50%;
            display: inline-block;
          margin-left: 5px;
          margin-right: 5px;
        }

        .info-label {
          
            font-size: 17px;
            color: #fff;
            margin-bottom: 5px;
          text-align: center;
          padding-top: 30%;
        }

        .info-value {
          text-align: center;
            font-size: 28px;
            color: #fff;
          padding-bottom: 30%;
        }

@media only screen and (max-width: 778px)  {
 .gender-circle {
            width: 300px!important;
            height: 300px!important;
            border-radius: 50%;
            display: inline-flex;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
        }}


 .gender-circle {
            width: 360px;
            height: 360px;
            border-radius: 50%;
            display: inline-flex;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            font-weight: bold;
        }
        .male-circle {
            background-color: #007bff;
            color: #fff;
          
          justify-content: center;
            align-items: center;
        }
        .female-circle {
            background-color: #ff69b4;
            color: #fff;
          
          justify-content: center;
            align-items: center;
          
        }
        .gender-icon {
            font-size: 100px;
          font-weight: bold;
          
        }
        
        .gender-icon::before, .gender-icon::after {
  box-sizing: border-box!important;
}
*, ::before, ::after {
  box-sizing: border-box!important;
}
div
  .entry-content {
  word-break: normal!important;
}
@media only screen and (max-width: 778px)  {
.responsive-block {
            background-color: #4CAF50;
            color: white;
            padding: 40px;
            margin-top: 20px;
            text-align: center;
  width: 99%!important;
  height: 250px!important;
  border: 10px solid white;
  display: inline-block;
  border-radius:  5px  150px 100px 150px;
        }
}

.responsive-block {
            background-color: #4CAF50;
            color: white;
            padding: 40px;
            margin-top: 20px;
            text-align: center;
  width: 45%;
  height: 250px;
  border: 10px solid white;
  display: inline-block;
  border-radius:  5px  150px 100px 150px;
        }

.responsive-block div {font-size: 24pt;}