.bee-custom-n-body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #626262;
    -webkit-font-smoothing: antialiased;
  }
  
  .bee-custom-n-img {
    max-width: 100%;
    display: block;
  }
  
  .bee-custom-n-button {
    font-family: inherit;
    cursor: pointer;
  }
  
  /* States Dropdown Styles */
  .bee-custom-n-states-dropdown {
    background-color: #ffffff;
    margin-top: 10px;
    display: block;
  }
  
  .bee-custom-n-state-item {
    padding: 7px 20px;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    margin-bottom: 5px;
    transition: background-color 0.2s ease;
    border-radius: 20px;
  }
  
  .bee-custom-n-state-item:hover {
    background-color: #f3f4f6;
    border-radius: 20px;
  }
  
  .bee-custom-n-state-item.selected {
    background-color: #33378c;
    color: #ffffff;
    font-weight: 500;
    border-radius: 20px;
  }



  
  #bee-custom-n-dashboard-layout {
      background-color: #ffffff;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      overflow-x: hidden;
      max-width: 100vw;
      width: 100%;
  }

  .bee-custom-n-dashboard-container {
      width: 100%;
      /* max-width: min(1728px, 100vw); */
      display: flex;
      background-color: #ffffff;
      position: relative;
      box-sizing: border-box;
  }

  /* Sidebar */
  .bee-custom-n-sidebar {
      width: 250px;
      flex-shrink: 0;
      padding: 18px 30px;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      box-sizing: border-box;
      overflow-x: hidden;
  }

  .bee-custom-n-sidebar-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
  }

  .bee-custom-n-brand-logo {
      width: 200px;
      height: auto;
      margin-bottom: 37px;
  }

  .bee-custom-n-nav-item {
      display: flex;
      align-items: center;
      gap: 12px;
      cursor: pointer;
  }

  .bee-custom-n-nav-text {
      font-weight: 700;
      font-size: 15px;
      color: #33378c;
      font-family: 'Poppins', sans-serif !important;
  }

  .bee-custom-n-sidebar-footer {
      margin-bottom: 20px;
      margin-top: 25px;
  }

  .bee-custom-n-footer-logo {
      width: 112px;
      height: auto;
      margin-bottom: 14px;
  }

  .bee-custom-n-copyright {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.6);
      margin: 0;
  }

  /* Main Content */
  .bee-custom-n-main-content {
      flex-grow: 1;
      background-color: #ecfaf2;
      border-radius: 16px;
      padding: 48px 30px;
      margin: 18px 18px 18px 0;
      min-width: 0;
      overflow-x: hidden;
      box-sizing: border-box;
  }

  /* Stats Grid */
  .bee-custom-n-stats-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      margin-bottom: 30px;
      width: 100%;
      grid-auto-flow: row;
  }

  .bee-custom-n-stat-card {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 15px 16px;
      /* min-height: 123px; */
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
      word-wrap: break-word;
  }

  .bee-custom-n-stat-title {
      font-size: 14px;
      color: #626262;
      margin-bottom: 10px;
      line-height: 1.4;
      word-wrap: break-word;
      overflow-wrap: break-word;
      font-family: 'Poppins', sans-serif !important;
      text-align: center;
  }

  .bee-custom-n-stat-value {
      font-size: 25px;
      font-weight: 700;
      line-height: 1.2;
      word-wrap: break-word;
      font-family: 'Poppins', sans-serif !important;
  }

  .bee-custom-n-stat-value-main {
      font-size: 36px;
      font-weight: 700;
      line-height: 1.2;
      white-space: nowrap;
  }

  .bee-custom-n-green-text {
      color: #0ea15d;
  }

  .bee-custom-n-white-text {
      color: #ffffff;
  }

  .bee-custom-n-gradient-card {
      background: radial-gradient(100% 469% at 0% 0%, #0ea15d 0%, #0b4b2d 100%);
  }

  /* Registry Section */
  .bee-custom-n-registry-card {
      background-color: #ffffff;
      border-radius: 20px;
      min-height: 550px;
      width: 100%;
      box-sizing: border-box;
      overflow-x: auto;
  }

  .bee-custom-n-registry-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 25px;
  }

  .bee-custom-n-registry-title {
      font-size: 18px;
      font-weight: 700;
      color: #0ea15d;
      margin: 0 0 8px 0;
  }

  .bee-custom-n-registry-subtitle {
      font-size: 14px;
      color: #626262;
      margin: 0;
  }

  .bee-custom-n-registry-actions {
      display: flex;
      gap: 12px;
  }

  .bee-custom-n-action-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      background: transparent;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      font-size: 14px;
      color: #000;
      font-family: inherit;
      cursor: pointer;
  }

  /* Table Container */
  .bee-custom-n-table-container-wrapper {
      position: relative;
      padding: 0;
      margin: 0;
      max-width: 100%;
      box-sizing: border-box;
      width: 100%;
      overflow-x: auto;
  }

  /* Data Table */
  .bee-custom-n-data-table {
      width: 100%;
      border-collapse: collapse;
      background-color: #ffffff;
      border-radius: 0;
      overflow: hidden;
      margin: 0;
      padding: 0;
      border-spacing: 0;
      table-layout: auto;
  }

  .bee-custom-n-data-table thead {
      background-color: rgba(241, 241, 241, 0.6);
      width: 100%;
  }

  .bee-custom-n-data-table thead tr {
      width: 100%;
      margin: 0;
      padding: 0;
  }

  .bee-custom-n-table-header {
      height: 49px;
      margin: 0;
      padding: 0;
  }

  .bee-custom-n-table-header th:first-child {
      text-align: left;
      padding-left: 25px;
  }

  .bee-custom-n-table-header th {
      padding: 0 10px;
      font-size: 12px;
      color: #626262;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin: 0;
  }

  .bee-custom-n-table-header th.bee-custom-n-center-text {
      text-align: center;
  }

  .bee-custom-n-table-row {
      border-bottom: 2px solid rgba(241, 241, 241, 0.6);
      min-height: 90px;
  }

  .bee-custom-n-table-row:last-child {
      border-bottom: none;
  }

  .bee-custom-n-table-row td {
      padding: 16px 10px;
      vertical-align: middle;
  }

  /* Columns */
  .bee-custom-n-col-building {
      padding-left: 30px;
      min-width: 150px;
      width: auto;
  }

  .bee-custom-n-col-action {
      padding-right: 30px;
      min-width: 120px;
      width: auto;
  }

  .bee-custom-n-col-status {
      min-width: 100px;
      width: auto;
  }

  .bee-custom-n-col-area {
      min-width: 100px;
      width: auto;
  }

  .bee-custom-n-col-load {
      min-width: 140px;
      width: auto;
  }

  .bee-custom-n-col-retv {
      min-width: 130px;
      width: auto;
      text-align: center;
  }

  /* All columns always visible - horizontal scroll enabled on registry-card */
  .bee-custom-n-data-table .bee-custom-n-col-load,
  .bee-custom-n-data-table .bee-custom-n-col-area,
  .bee-custom-n-data-table .bee-custom-n-col-status,
  .bee-custom-n-data-table .bee-custom-n-col-building,
  .bee-custom-n-data-table .bee-custom-n-col-retv,
  .bee-custom-n-data-table .bee-custom-n-col-action {
      display: table-cell !important;
  }

  .bee-custom-n-center-text {
      text-align: center;
  }

  /* Building Info */
  .bee-custom-n-building-info {
      display: flex;
      align-items: center;
      gap: 11px;
      margin-left: 16px;
  }

  .bee-custom-n-building-details {
      display: flex;
      flex-direction: column;
      gap: 4px;
  }

  .bee-custom-n-building-name {
      font-size: 12px;
      font-weight: 600;
      color: #626262;
      line-height: 1.2;
  }

  .bee-custom-n-row-value {
      font-size: 14px;
      color: #111827;
      font-weight: 400;
      letter-spacing: -0.035em;
  }

  /* Status Badges */
  .bee-custom-n-status-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 4px 12px;
      border-radius: 9999px;
      font-size: 12px;
      font-weight: 500;
      min-width: 80px;
      white-space: nowrap;
  }

  .bee-custom-n-status-approved {
      background-color: #dcfce7;
      color: #166534;
  }

  .bee-custom-n-status-process {
      background-color: #fef3c7;
      color: #92400e;
  }

  .bee-custom-n-status-rejected {
      background-color: #fee2e2;
      color: #991b1b;
  }

  /* RETV */
  .bee-custom-n-retv-value {
      font-size: 12px;
      color: #111827;
      font-weight: 700;
      margin-bottom: 2px;
      line-height: 1.2;
  }

  .bee-custom-n-retv-label {
      font-size: 12px;
      line-height: 1.2;
  }

  .bee-custom-n-label-green {
      color: #16a34a;
  }

  .bee-custom-n-label-red {
      color: #db2627;
  }

  .bee-custom-n-label-orange {
      color: #d97803;
  }

  /* Action */
  .bee-custom-n-view-details {
      font-size: 12px;
      color: #2563eb;
      text-decoration: none;
      font-weight: 500;
  }

  .bee-custom-n-view-details:hover {
      text-decoration: underline;
  }

  /* Responsive */
  @media (max-width: 1400px) {
      .bee-custom-n-stats-grid {
          grid-template-columns: repeat(5, 1fr);
          gap: 15px;
      }

      .bee-custom-n-stat-card {
          /* padding: 20px 24px; */
      }

      .stat-value,
      .bee-custom-n-stat-value-main {
          font-size: 32px;
      }
  }

  @media (max-width: 1200px) {
      .bee-custom-n-stats-grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 15px;
      }

      .bee-custom-n-stat-card {
          min-height: auto;
          /* padding: 20px; */
      }

      .bee-custom-n-table-container-wrapper {
          padding: 0;
          margin: 0;
          max-width: 100%;
      }
  }

  @media (max-width: 992px) {
      .bee-custom-n-dashboard-container {
          flex-direction: column;
          max-width: 100vw;
      }

      .bee-custom-n-sidebar {
          width: 100%;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          padding: 20px;
          box-sizing: border-box;
      }

      .bee-custom-n-sidebar-content {
          flex-direction: row;
          width: 100%;
          align-items: center;
      }

      .bee-custom-n-sidebar-top,
      .bee-custom-n-sidebar-footer {
          margin: 0;
          display: flex;
          align-items: center;
          gap: 20px;
      }

      .bee-custom-n-main-content {
          margin: 0;
          border-radius: 0;
          padding: 24px 20px;
          width: 100%;
          max-width: 100vw;
          box-sizing: border-box;
      }

      .bee-custom-n-stats-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 15px;
      }

      .bee-custom-n-stat-card {
          /* padding: 20px; */
      }

      .bee-custom-n-table-container-wrapper {
          padding: 0;
          margin: 0;
          max-width: 100%;
      }

      .bee-custom-n-registry-card {
          padding: 20px;
          width: 100%;
          box-sizing: border-box;
      }

      .bee-custom-n-data-table {
          width: 100%;
      }
  }

  @media (max-width: 768px) {
      .bee-custom-n-stats-grid {
          grid-template-columns: 1fr;
          gap: 15px;
      }

      .bee-custom-n-stat-card {
          /* padding: 20px; */
      }

      .stat-value,
      .bee-custom-n-stat-value-main {
          font-size: 28px;
      }

      .bee-custom-n-table-container-wrapper {
          padding: 0;
          margin: 0;
          max-width: 100%;
      }

      .bee-custom-n-main-content {
          padding: 20px 15px;
      }

      .bee-custom-n-registry-card {
          padding: 15px;
      }
  }

  @media (max-width: 480px) {
      .bee-custom-n-stats-grid {
          gap: 12px;
      }

      .bee-custom-n-stat-card {
          /* padding: 16px; */
          min-height: auto;
      }

      .bee-custom-n-stat-title {
          font-size: 12px;
          margin-bottom: 8px;
      }

      .stat-value,
      .bee-custom-n-stat-value-main {
          font-size: 24px;
      }
  }






  .bee-custom-s-body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #626262;
    -webkit-font-smoothing: antialiased;
  }
  .bee-custom-s-img {
    max-width: 100%;
    display: block;
  }
  
  .bee-custom-s-button {
    font-family: inherit;
    cursor: pointer;
  }
  
  /* States Dropdown Styles */
  .bee-custom-s-states-dropdown {
    background-color: #ffffff;
    margin-top: 10px;
    display: block;
  }
  
  .bee-custom-s-state-item {
    padding: 7px 20px;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    margin-bottom: 5px;
    transition: background-color 0.2s ease;
    border-radius: 20px;
  }
  
  .bee-custom-s-state-item:hover {
    background-color: #f3f4f6;
    border-radius: 20px;
  }
  
  .bee-custom-s-state-item.bee-custom-s-selected {
    background-color: #33378c;
    color: #ffffff;
    font-weight: 500;
    border-radius: 20px;
  }



   /* Layout */
   #bee-custom-s-dashboard-layout {
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
  }

  .bee-custom-s-dashboard-container {
    width: 100%;
    /* max-width: min(1728px, 100vw); */
    display: flex;
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
  }

  /* Sidebar */
  .bee-custom-s-sidebar {
    width: 250px;
    flex-shrink: 0;
    padding: 18px 30px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .bee-custom-s-sidebar-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }

  .bee-custom-s-brand-logo {
    width: 200px;
    height: auto;
    margin-bottom: 37px;
  }

  .bee-custom-s-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  }

  .bee-custom-s-nav-text {
    font-weight: 700;
    font-size: 15px;
    color: #33378c;
    font-family: 'Poppins', sans-serif !important;
  }


  .bee-custom-s-sidebar-footer {
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .bee-custom-s-footer-logo {
    width: 112px;
    height: auto;
    margin-bottom: 14px;
  }

  .bee-custom-s-copyright {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
  }

  /* Main Content */
  .bee-custom-s-main-content {
    flex-grow: 1;
    background-color: #ecfaf2;
    border-radius: 16px;
    padding: 30px 30px;
    margin: 18px 18px 18px 0;
    min-width: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Header Section */
    .bee-custom-s-header-section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 30px;
      width: 100%;
    }

    .bee-custom-s-state-title {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 22px;
      line-height: 1.35em;
      color: #1DA154;
      margin: 0;
      padding: 0;
    }

    .bee-custom-s-user-info {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .bee-custom-s-user-details {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 3px;
    }

    .bee-custom-s-user-name {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 1.2em;
      color: #626262;
      text-align: right;
    }

    .bee-custom-s-user-role {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-size: 10px;
      line-height: 1.2em;
      color: #979797;
      text-align: right;
    }

    .bee-custom-s-user-avatar {
      width: 32px;
      height: 32px;
      background-color: #0EA15D;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

  /* Stats Grid */
  .bee-custom-s-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
    grid-auto-flow: row;
  }

  .bee-custom-s-stat-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 12px 9px;
    min-height: 123px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    word-wrap: break-word;
    align-items: center;
  }

  .bee-custom-s-stat-title {
    font-size: 14px;
    color: #626262;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
  }

  .bee-custom-s-stat-value {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    word-wrap: break-word;
    font-family: 'Poppins', sans-serif !important;
  }

  .bee-custom-s-stat-value-split {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
  }

  .bee-custom-s-stat-value-main {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
  }

  .bee-custom-s-stat-value-unit {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
  }

  .bee-custom-s-green-text {
    color: #0ea15d;
  }

  .bee-custom-s-white-text {
    color: #ffffff;
  }

  .bee-custom-s-gradient-card {
    background: radial-gradient(100% 469% at 0% 0%, #0ea15d 0%, #0b4b2d 100%);
  }

  /* Registry Section */
  .bee-custom-s-registry-card {
    background-color: #ffffff;
    border-radius: 0px 20px 20px 20px;
    min-height: 600px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: visible;
  }

  .bee-custom-s-registry-card::-webkit-scrollbar {
    height: 8px;
  }

  .bee-custom-s-registry-card::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .bee-custom-s-registry-card::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .bee-custom-s-registry-card::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /* Firefox scrollbar */
  .bee-custom-s-registry-card {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }

  .bee-custom-s-registry-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
  }

  .bee-custom-s-registry-title {
    font-size: 18px;
    font-weight: 700;
    color: #0ea15d;
    margin: 0 0 8px 0;
  }

  .bee-custom-s-registry-subtitle {
    font-size: 14px;
    color: #626262;
    margin: 0;
  }

  .bee-custom-s-registry-actions {
    display: flex;
    gap: 12px;
  }

  .bee-custom-s-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
  }

  /* Table Container */
  .bee-custom-s-table-container-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    overflow-x: visible;
    min-width: fit-content;
  }

  /* Data Table */
  .bee-custom-s-data-table {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    table-layout: auto;
  }

  .bee-custom-s-data-table thead {
    background-color: rgba(241, 241, 241, 0.6);
    width: 100%;
  }

  .bee-custom-s-data-table thead tr {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .bee-custom-s-table-header {
    height: 49px;
    margin: 0;
    padding: 0;
  }

  .bee-custom-s-table-header th:first-child {
    text-align: left;
    padding-left: 25px;
  }

  .bee-custom-s-table-header th {
    padding: 0 10px;
    font-size: 12px;
    color: #626262;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .bee-custom-s-table-header th.bee-custom-s-center-text {
    text-align: center;
  }

  .bee-custom-s-table-row {
    border-bottom: 2px solid rgba(241, 241, 241, 0.6);
    min-height: 90px;
  }

  .bee-custom-s-table-row:last-child {
    border-bottom: none;
  }

  .bee-custom-s-table-row td {
    padding: 16px 10px;
    vertical-align: middle;
  }

  /* Columns */
  .bee-custom-s-col-building {
    padding-left: 30px;
    min-width: 200px;
    width: auto;
  }

  .bee-custom-s-col-action {
    padding-right: 30px;
    min-width: 120px;
    width: auto;
  }

  .bee-custom-s-col-status {
    min-width: 100px;
    width: auto;
  }

  .bee-custom-s-col-area {
    min-width: 180px;
    width: auto;
  }

  .bee-custom-s-col-load {
    min-width: 140px;
    width: auto;
  }

  .bee-custom-s-col-retv {
    min-width: 130px;
    width: auto;
    text-align: center;
  }

  /* All columns visible - scrollbar will appear if content overflows */

  .bee-custom-s-center-text {
    text-align: center;
  }

  /* Building Info */
  .bee-custom-s-building-info {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-left: 10px;
  }

  .bee-custom-s-building-image {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  /* Building icon color variations */
  .bee-custom-s-building-image.bee-custom-s-color-blue {
    background-color: #DBEAFE;
  }

  .bee-custom-s-building-image.bee-custom-s-color-purple {
    background-color: #E9D5FF;
  }

  .bee-custom-s-building-image.bee-custom-s-color-green {
    background-color: #D1FAE5;
  }

  .bee-custom-s-building-image.bee-custom-s-color-red {
    background-color: #FEE2E2;
  }

  .bee-custom-s-building-image.bee-custom-s-color-teal {
    background-color: #CCFBF1;
  }

  .bee-custom-s-building-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .bee-custom-s-building-name {
    font-size: 12px;
    font-weight: 600;
    color: #626262;
    line-height: 1.2;
  }

  .bee-custom-s-building-builder {
    font-size: 12px;
    font-weight: 500;
    color: #B9B9B9;
    line-height: 1.2;
  }

  /* Area Details */
  .bee-custom-s-area-details {
    font-size: 12px;
    font-weight: 400;
    color: #111827;
    line-height: 1.5;
    text-align: center;
  }

  .bee-custom-s-row-value {
    font-size: 14px;
    color: #111827;
    font-weight: 400;
    letter-spacing: -0.035em;
  }

  /* Status Badges */
  .bee-custom-s-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 500;
    min-width: 80px;
  }

  .bee-custom-s-status-approved {
    background-color: #dcfce7;
    color: #166534;
  }

  .bee-custom-s-status-process {
    background-color: #fef3c7;
    color: #92400e;
  }

  .bee-custom-s-status-rejected {
    background-color: #fee2e2;
    color: #991b1b;
  }

  /* RETV */
  .bee-custom-s-retv-value {
    font-size: 12px;
    color: #111827;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.2;
  }

  .bee-custom-s-retv-label {
    font-size: 12px;
    line-height: 1.2;
  }

  .bee-custom-s-label-green {
    color: #16a34a;
  }

  .bee-custom-s-label-red {
    color: #db2627;
  }

  .bee-custom-s-label-orange {
    color: #d97803;
  }

  /* Action */
  .bee-custom-s-view-details {
    font-size: 12px;
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
  }

  .bee-custom-s-view-details:hover {
    text-decoration: underline;
  }

  /* Responsive */
  @media (max-width: 1400px) {
    .bee-custom-s-stats-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 15px;
    }

    .bee-custom-s-stat-card {
      padding: 12px 9px;
    }

    .bee-custom-s-stat-value,
    .bee-custom-s-stat-value-main {
      font-size: 25px;
    }
  }

  @media (max-width: 1200px) {
    .bee-custom-s-stats-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }

    .bee-custom-s-stat-card {
      min-height: auto;
      padding: 12px 9px;
    }

    .bee-custom-s-table-container-wrapper {
      padding: 0;
      margin: 0;
      max-width: 100%;
    }
  }

  @media (max-width: 992px) {
    .bee-custom-s-dashboard-container {
      flex-direction: column;
      max-width: 100vw;
    }

    .bee-custom-s-sidebar {
      width: 100%;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      box-sizing: border-box;
    }

    .bee-custom-s-sidebar-content {
      flex-direction: row;
      width: 100%;
      align-items: center;
    }

    .bee-custom-s-sidebar-top,
    .bee-custom-s-sidebar-footer {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .bee-custom-s-main-content {
      margin: 0;
      border-radius: 0;
      padding: 24px 20px;
      width: 100%;
      max-width: 100vw;
      box-sizing: border-box;
    }

    .bee-custom-s-stats-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bee-custom-s-stat-card {
      padding: 12px 9px;
    }

    .bee-custom-s-table-container-wrapper {
      padding: 0;
      margin: 0;
      max-width: 100%;
    }

    .bee-custom-s-registry-card {
      padding: 20px;
      width: 100%;
      box-sizing: border-box;
      overflow-x: auto;
    }

    .bee-custom-s-data-table {
      min-width: 1000px;
      width: auto;
    }
  }

  @media (max-width: 768px) {
    .bee-custom-s-stats-grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }

    .bee-custom-s-stat-card {
      padding: 12px 9px;
    }

    .bee-custom-s-stat-value,
    .bee-custom-s-stat-value-main {
      font-size: 25px;
    }

    .bee-custom-s-stat-value-unit {
      font-size: 15px;
    }

    .bee-custom-s-table-container-wrapper {
      padding: 0;
      margin: 0;
      max-width: 100%;
    }

    .bee-custom-s-main-content {
      padding: 20px 15px;
    }

    .bee-custom-s-registry-card {
      padding: 15px;
      overflow-x: auto;
    }
  }

  @media (max-width: 480px) {
    .bee-custom-s-stats-grid {
      gap: 12px;
    }

    .bee-custom-s-stat-card {
      padding: 10px 7px;
      min-height: auto;
    }

    .bee-custom-s-stat-title {
      font-size: 12px;
      margin-bottom: 8px;
    }

    .bee-custom-s-stat-value,
    .bee-custom-s-stat-value-main {
      font-size: 24px;
    }

    .bee-custom-s-stat-value-unit {
      font-size: 14px;
    }
  }

  .bee_to_gbpn, .bee_dash_state_to_bss_dash{
    cursor: pointer;
  }

/* code for new tabs addition in state dashboard */
.bee-custom-s-tabs-container {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1200px;
  /* margin: 0 auto; */
  overflow-x: auto;
}

.bee-custom-s-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 8px 20px;
  border-radius: 20px 20px 0px 0px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.bee-custom-s-tab.active {
  color: #10b981;
  background-color: #ffffff;
}

.bee-custom-s-tab.inactive {
  background-color: #e5e7eb;
  color: #9ca3af;
}

.bee-custom-s-tab:hover {
  transform: translateY(-2px);
}

.bee-custom-s-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif !important;
}

.bee-custom-s-tab.active .bee-custom-s-badge {
  background-color: #059669;
  color: #ffffff;
}

.bee-custom-s-tab.inactive .bee-custom-s-badge {
  background-color: #c4c7cf;
  color: #ffffff;
}

.bee-custom-s-tab-label {
  font-size: 13px;
  font-family: 'Poppins', sans-serif !important;
}