    body {
      width: calc(100vw - 1em);
      height: calc(100vh - 1em);
      overflow: auto;
      padding: 2em;
      font-family: "Work Sans", Arial, sans-serif;
      box-sizing: border-box;
      background: #121212;
    }

    p,
    h1 {
      margin: 0;
    }

    .heading {
      text-align: center;
      font-size: 17.75px;
      font-weight: 500;
      margin-top: 10px;
      margin-bottom: 24px;
      color: #ffffff;
    }

    .receipt-info {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap;
    }

    .receipt-info .text {
      width: 45%;
    }

    .text {
      font-size: 1em;
      font-weight: 500;
      margin-bottom: 0.5em;
      margin-top: 0.5em;
      color: #ffffff;
      white-space: nowrap;
    }

    .value {
      font-size: 1em;
      font-weight: 500;
      color: #04A759;
      white-space: nowrap;
    }

    .session-details-text {
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 0.5em;
      margin-top: 0.5em;
      color: #ffffff;
      white-space: nowrap;
    }

    .session-details-value {
      font-size: 14px;
      font-weight: 500;
      color: #04A759;
      white-space: nowrap;
    }

    .divider {
      border: none;
      height: 0.01rem;
      background-color: #C6C6C6;
      margin: 1em 0;
    }

    .total {
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
    }

    .total-cost {
      color: #04A759;
    }

    .total-wrapper {
      margin-bottom: 2em;
    }

    .cost-info {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .cost-item {
      width: 100%;
    }

    .cost-item div {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .cost-item .divider {
      width: 100%;
    }

    .logo-container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 1em;
      height: 49px;
    }

    .logo {
      width: 100%;
      max-width: 226px;
      height: auto;
    }

    .link {
      color: #04A759;
    }

    .total-sub-title {
      font-size: 0.6em;
      color: #C6C6C6;
      margin-top: 10px;
      margin-bottom: 16px;
    }

    .download-img {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      filter: invert(1);
      margin-right: 1em;
    }

    .download-link {
      color: #04A759;
    }

    /* New styles */
    .address {
      margin-top: 2em;
      margin-bottom: 2em;
      text-align: center;
    }

    .receipt-title-wrapper {
      align-items: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
    }

    .flex-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }

    .footer {
      margin-top: 2em;
      margin-bottom: 2em;
    }

    .download-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      padding-bottom: 2em;
      font-size: 1.2em;
    }

    .footer-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
    }

    /* mobile screen styles */


    @media screen and (max-width: 424px) {
      .text {
        font-size: 14px;
      }

      .value {
        font-size: 14px;
      }

      .total {
        font-size: 18px;
      }

      body {
        padding: 1em;
      }
    }

    /* Socket card style start */
    .charging-point-socket-card {
      border-radius: 10px;
      overflow: hidden;
      background: linear-gradient(90deg, #121212 0%, #17C064 940.96%);
      padding: 12px 8px;
    }

    .skt-card-header {
      display: flex;
      align-items: center;
      gap: 10px;
    }


    .content {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    .content .header h1 {
      display: flex;
      font-weight: bold;
      font-size: 17.75px;
      font-weight: 700;
      color: #ffffff;
    }

    .content .socket-type,
    .content .rate,
    .content .duration-fee,
    .content .overstay-fee {
      font-size: 10.65px;
      color: gray;
      margin-top: 0;
    }

    .content .socket-type {
      margin-bottom: 8px;
      margin-top: 4px;
    }


    .content .rate,
    .content .duration-fee,
    .content .overstay-fee {
      color: #04A759;
    }

    .status-tag {
      /* Add styling for the status tag */
      font-size: 14.2px;
      color: #ffffff;
      border-radius: 44.375px;
      background-color: #038747;
      padding: 7px 11px;
    }

    .status-tag.charging {
      background-color: #038747;
    }

    /* socket card style end */

    /* overstay warning info style start */

    .overstay-warning-info {
      margin: 24px 0 12px 0;
      padding: 10px 14px;
      background: #FFB84D;
      display: flex;
      align-items: center;
      column-gap: 11px;
      border-radius: 5px;
    }

    .overstay-title {
      font-size: 14px;
    }

    .receipt-title {
      font-size: 32px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 16px;
      margin-top: 12px;
    }

    /* Session details screen style */

    #sessionDetailsScreen {
      display: none;
      padding: 1rem 2rem;
      background-color: #1B1B1B;
      border-radius: 10px;
      max-width: 600px;
    }

    #receiptScreen {
      display: none;
    }

    .charging-animation-container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 13px 0 0 0;
    }

    .charging-animation-container .charging-animation {
      height: 163px;
      width: 163px;
      border-radius: 6px;
    }

    .vertical-flex {
      display: flex;
      flex-direction: column;
    }

    .vertical-flex-margin {
      margin-bottom: 24px;
      row-gap: 6px;
    }

    .session-flex-margin {
      margin-bottom: 24px;
    }

    .help-text-title {
      font-size: 12px;
      color: #ffffff;
    }

    .help-text {
      font-size: 14px;
      color: #04A759;
    }

    .stop-charging,
    .download-pdf {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 3rem;
    }

    .stop-charging-btn,
    #keepCharging,
    #stopNow,
    .download-pdf-btn {
      margin-top: 2rem;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      white-space: nowrap;
      vertical-align: middle;
      outline: 2px solid transparent;
      outline-offset: 2px;
      line-height: 1.2;
      border-radius: 2.099px;
      min-width: 300px;
      height: 40px;
      -webkit-padding-start: 14px;
      padding-inline-start: 14px;
      -webkit-padding-end: 14px;
      padding-inline-end: 14px;
      background: #C01740;
      color: #ffffff;
      padding: 14px;
      font-weight: 500;
      font-size: 16px;
      border: none;
      cursor: pointer;
    }

    .download-pdf-btn {
      background: #17C064;
      color: black;
    }

    .download-pdf-btn:disabled {
      background: #d3d3d3;
      color: #a9a9a9;
    }

    #downloadPdfError {
      display: none;
      font-size: 0.6em;
      color: #ff8900c7;
      text-align: center;
      padding-bottom: 1rem
    }

    .download-pdf-btn .img-icon {
      margin-right: 10px;
    }

    .session-details-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    @media print {
      body {
        max-width: 600px;
      }
    }

    body {
      max-width: 600px;
    }

    #stopChargingBtn {
      cursor: pointer;
    }


    .modal {
      display: none;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 1;
      /* Sit on top */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: rgb(0, 0, 0);
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
    }

    .modal-content {
      background-color: #242424;
      margin: 15% auto;
      padding: 20px;
      width: 80%;
      color: #ffffff;
      border-radius: 10px;
      max-width: 600px;
    }

    .modal-content h3,
    .modal-content p {
      color: #ffffff;
      text-align: center;
    }

    #keepCharging {
      color: #ffffff;
      background-color: #121212;
      border: 1px solid #ffffff;
    }

    #stopNow {
      margin-top: 1rem;
    }

    .button-container {
      margin: 0 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    @media screen and (max-width: 374px) {
      .charging-animation-container .charging-animation {
        height: 100px;
        width: 110px;
      }

      .stop-charging-btn,
      #keepCharging,
      #stopNow,
      .download-pdf-btn {
        min-width: 200px;
      }
    }

    .refresh-btn-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .refresh-btn {
      display: none;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem 1rem;
      background: #17C064;
      color: #ffffff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }

    @media print {

      /* Hide the charging animation video */
      .charging-animation {
        display: none !important;
      }
    }



    /* Receipt styles */

    .invoice-logo-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2rem;
    }

    .invoice-logo-container h3 {
      font-size: 1.5rem;
      font-weight: 500;
      margin: 0;
    }

    #invoice-company-name {
      font-size: 1rem;
      font-weight: 600;
      color: #000;
      margin-bottom: 1rem;
    }

    .invoice-container {
      display: none;
      max-width: 700px;
      min-height: 842px;
      margin: 0 auto;
      padding: 38px 32px;
      background: #fff;
      color: #000;
      page-break-after: always;
      font-family: "Work Sans", Arial, sans-serif;
    }

    .invoice-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    #invoice-logo {
      max-width: 153px;
      display: none;
    }

    .invoice-header-details {
      width: 100%;
      font-size: 12px;
      margin-bottom: 40px;
    }

    .invoice-company-box{
      width: 30%;
    }

    .invoice-company-details {
      text-align: left;
      font-size: 12px;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .invoice-info {
      text-align: right;
      font-size: 12px;
      width: 40%;
    }

    .invoice-payment-details-wrapper {
      text-align: right;
      font-size: 12px;
    }

    .invoice-location-payment-details, .invoice-company-invoice-info {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .invoice-payment-details{
      width: 40%;
      text-align: right;
      margin-bottom: 40px;
    }
    .invoice-payment-details h4 {
      margin: 0 0 12px 0;
      font-weight: 600;
      display: flex;
      align-items: flex-start;
    }

    .invoice-item-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 4px;
      column-gap: 2rem;
    }

    .invoice-item-wrapper:has(.invoice-item-value:empty) {
      display: none;
    }

    .invoice-item-value {
      font-weight: 600;
    }

    .invoice-location-details {
      margin-bottom: 40px;
      width: 30%;
    }

    .invoice-location-details h4 {
      margin: 0 0 12px 0;
      font-weight: 600;
    }

    .invoice-charging-location {
      font-size: 12px;
      margin-bottom: 36px;
      max-width: 170px;
    }

    .invoice-details {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 30px;
    }

    .invoice-details th,
    .invoice-details td {
      border: 1px solid #fff;
      padding: 8px;
      text-align: left;
      font-size: 10px;
    }

    .invoice-details th {
      border-left-color: #000;
      border-top-color: #000;
      border-bottom: none;
    }

    .invoice-details th:last-of-type {
      border-right-color: #000;
    }

    .invoice-details td {
      border-color: #000;
      border-top-width: 0;
    }

    .invoice-details th {
      background-color: #121212;
      font-size: 10px;
      color: #fff;
      font-weight: 400;
    }

    .invoice-totals {
      width: 100%;
      display: flex;
      align-items: flex-end;
      flex-direction: column;
      font-size: 12px;
      margin-bottom: 20px;
    }

    .invoice-totals .invoice-item-wrapper {
      column-gap: 4rem;
    }

    .invoice-footer-container {
      text-align: center;
      font-size: 12px;
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 700px;
    }

    .invoice-footer-container {
      text-align: center;
    }

    .sockect-icon-img {
      width: 56px;
      height: 50px;
    }