/*apps.dpiit style*/
/* Smooth max-height transition for accordion panels */
    .accordion-content {
      transition: max-height 0.38s ease;
    }

    body {
      /* background-color: grey !important; */
      margin: 0;
      padding: 0;
      line-height: 1.6;
    }