@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');/* =========================================
   GLOBAL DESIGN TOKENS
   ========================================= */
:root {
  --brand-primary: #084aa6;
  --brand-primary-light: #1a6bd4;
  --brand-primary-pale: #e8f0fb;
  --brand-accent: #f59e0b;
  --brand-accent-light: #fef3c7;
  --surface-bg: #f5f6fa;
  --surface-card: #ffffff;
  --surface-sidebar: #ffffff;
  --border-soft: rgba(8, 74, 166, 0.12);
  --text-primary: #1a1d2e;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(8,74,166,0.08), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 30px rgba(8,74,166,0.12), 0 4px 12px rgba(0,0,0,0.06);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* =========================================
   BASE
   ========================================= */
body {
  margin: 0;
  font-family: "Inter", "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--surface-bg);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}

/* =========================================
   LAYOUT SHELL
   ========================================= */
.dashboard-container {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: var(--surface-bg);
}

.layout_css {
  min-height: 100vh;
  overflow: hidden;
  background: var(--surface-bg);
}

.ant-layout {
  background: var(--surface-bg);
}

/* =========================================
   HEADER
   ========================================= */
.header-admin {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-md);
}

.ant-layout-header {
  height: unset;
  padding: 0;
  color: rgba(0,0,0,0.88);
  line-height: unset;
  background: transparent;
}

.bg-header {
  background: linear-gradient(135deg, #0a3d8a 0%, #084aa6 50%, #1565c0 100%);
  background-image: url(data:image/webp;base64,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),
    linear-gradient(135deg, #0a3d8a 0%, #084aa6 50%, #1565c0 100%);
  background-blend-mode: overlay;
  width: 100%;
  color: white;
  padding: 0;
  height: 72px;
  line-height: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lpl-logo23 {
  height: 72px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}

.lpl-logo {
  height: 40px;
}

.head-r-logo {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-right: 24px;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 12px;
}

.head-bg-icons {
  display: flex;
  width: 36px;
  background-color: rgba(255,255,255,0.15);
  border-radius: 50%;
  padding: 6px;
  cursor: pointer;
  height: 36px;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  backdrop-filter: blur(4px);
}
.head-bg-icons:hover {
  background-color: rgba(255,255,255,0.28);
  transform: scale(1.05);
}

.head-icons {
  width: 22px;
  height: 22px;
}

/* User dropdown button in header */
.header-admin .ant-btn-default {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
  color: white;
  backdrop-filter: blur(8px);
  transition: var(--transition);
}
.header-admin .ant-btn-default:hover {
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.2);
  color: white;
}

/* =========================================
   SIDEBAR
   ========================================= */
.ant-layout .ant-layout-sider {
  position: relative;
  min-width: 0;
  background: var(--surface-sidebar);
  transition: var(--transition), background 0s;
}

.ant-layout-sider-children {
  background: var(--surface-sidebar);
}

.layoutSider {
  background: var(--surface-sidebar);
  border-right: 1px solid var(--border-soft);
  transition: width 0.3s cubic-bezier(0.4,0,0.2,1);
  width: 260px !important;
  min-width: 260px !important;
  box-shadow: 2px 0 12px rgba(8,74,166,0.06);
}

.layoutSiderHovered {
  background: var(--surface-sidebar);
  box-shadow: 2px 0 12px rgba(8,74,166,0.06);
}

.ant-layout .ant-layout-sider-children:hover {
  overflow-y: auto;
  height: 90%;
}

/* Sidebar scrollbar */
.ant-layout-sider-children::-webkit-scrollbar {
  width: 4px;
}
.ant-layout-sider-children::-webkit-scrollbar-thumb {
  background: var(--border-soft);
  border-radius: 4px;
}

/* =========================================
   NAVIGATION MENU
   ========================================= */
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  display: flex;
  align-items: center !important;
  padding-top: 0 !important;
  height: 44px !important;
  line-height: 44px !important;
  overflow: hidden !important;
  text-overflow: none !important;
  margin-inline: 8px !important;
  margin-block: 3px !important;
  width: calc(100% - 16px);
  border-radius: var(--radius-sm) !important;
  transition: var(--transition) !important;
}

.ant-menu .ant-menu-item,
.ant-menu .ant-menu-submenu,
.ant-menu .ant-menu-submenu-title {
  border-radius: var(--radius-sm) !important;
}

.ant-menu-title-content {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.ant-menu-item {
  color: var(--text-secondary) !important;
  font-size: 14px;
}

.ant-menu-light .ant-menu-submenu-title {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
}

/* Active menu item */
.ant-menu-light .ant-menu-item-selected {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-light) 100%) !important;
  color: #fff !important;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(8,74,166,0.3);
}

.ant-menu-item-selected {
  color: #fff !important;
}

/* Hover menu item */
.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover {
  background: var(--brand-primary-pale) !important;
  color: var(--brand-primary) !important;
}

.ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover {
  background: var(--brand-primary-pale) !important;
  color: var(--brand-primary) !important;
}

.ant-menu-item svg {
  width: 22px;
}

.ant-menu-item-selected svg,
.ant-menu-item-selected svg path,
.ant-menu-item-selected svg g {
  fill: #fff !important;
}

.ant-menu .ant-menu-item .ant-menu-item-icon,
.ant-menu .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu .ant-menu-item .anticon,
.ant-menu .ant-menu-submenu-title .anticon {
  min-width: 28px;
}

.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title {
  inset-inline-start: 0;
  padding-inline: calc(50% - 9px - 4px);
  text-overflow: clip;
}

:where(.css-dev-only-do-not-override-m4timi).ant-menu-light.ant-menu-root.ant-menu-inline,
:where(.css-dev-only-do-not-override-m4timi).ant-menu-light>.ant-menu.ant-menu-root.ant-menu-inline,
:where(.css-dev-only-do-not-override-m4timi).ant-menu-light.ant-menu-root.ant-menu-vertical,
:where(.css-dev-only-do-not-override-m4timi).ant-menu-light>.ant-menu.ant-menu-root.ant-menu-vertical {
  border-inline-end: 0 solid rgba(5,5,5,0.06);
}

.icon-bg {
  background-color: transparent;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}

.icon-bg>img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: var(--transition);
}

.ant-menu-item-selected .icon-bg>img,
.ant-menu-item:hover .icon-bg>img {
  opacity: 1;
}

.menu-side1 {
  padding-left: 0;
  padding-right: 0;
  gap: 0;
  background-color: white;
}

/* =========================================
   CONTENT AREA
   ========================================= */
.ant-layout-content {
  padding: 16px !important;
}

/* =========================================
   CARDS
   ========================================= */
.ant-card {
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft) !important;
  transition: var(--transition);
}

.ant-card .ant-card-head {
  border-bottom: 1px solid var(--border-soft);
  padding: 0 20px;
  min-height: 52px;
}

.ant-card .ant-card-body {
  padding: 16px 20px !important;
}

.ant-card .ant-card-head-title {
  font-weight: 600;
}

/* =========================================
   PAGE TITLES
   ========================================= */
.app-heading {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--brand-primary);
  letter-spacing: -0.02em;
}

.title-text {
  color: var(--brand-primary);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
}

.app-heading-med {
  color: var(--brand-primary);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

/* =========================================
   TABLES
   ========================================= */
/* Table header - replace harsh yellow with modern soft blue */
.table-head .ant-table-thead>tr>th {
  background: linear-gradient(to bottom, #eef3fd, #e4ecfb) !important;
  color: var(--brand-primary) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
  border-bottom: 2px solid var(--brand-primary) !important;
}

.table-head:where(.css-dev-only-do-not-override-1qfezbu).ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child {
  border-start-start-radius: var(--radius-sm);
}

.table-head:where(.css-dev-only-do-not-override-1qfezbu).ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child {
  border-start-end-radius: var(--radius-sm);
}

/* Row stripes */
.even-row {
  background-color: var(--brand-primary-pale);
}

.odd-row {
  background-color: #ffffff;
}

/* Row hover */
.ant-table-tbody>tr:hover>td {
  background: #dbeafe !important;
  transition: var(--transition);
}

/* Remove separator lines between header cells */
.ant-table-cell::before {
  height: 0 !important;
}

.custom-header-row .ant-table-cell {
  background: linear-gradient(to bottom, #eef3fd, #e4ecfb) !important;
}

.custom-inner-table .ant-table-thead>tr>th {
  background: linear-gradient(to bottom, #dbeafe, #bfdbfe) !important;
  color: #1e40af !important;
  font-weight: 600 !important;
}

/* =========================================
   STATUS TAGS / BADGES
   ========================================= */
.ant-tag {
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1px 10px;
  border: none;
}

.ant-tag-green {
  background: #dcfce7;
  color: #166534;
}

.ant-tag-red {
  background: #fee2e2;
  color: #991b1b;
}

/* Status color utilities */
.pending { color: #d97706; font-weight: 600; }
.verified { color: #0284c7; font-weight: 600; }
.approved { color: #16a34a; font-weight: 600; }
.rejected { color: #dc2626; font-weight: 600; }
.all-approval { color: var(--brand-primary); font-weight: 600; }
.without-hf-font { color: #16a34a; font-weight: 600; }
.error-total { color: #dc2626; font-weight: 600; }

/* =========================================
   SWITCH
   ========================================= */
.ant-switch.ant-switch-checked {
  background: #16a34a !important;
}

.ant-switch {
  background: #94a3b8;
}

/* =========================================
   BUTTONS
   ========================================= */
.ant-btn-primary, .ant-radio-button-checked {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  transition: var(--transition);
}

.ant-btn-primary:hover {
  background-color: var(--brand-primary-light) !important;
  border-color: var(--brand-primary-light) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(8,74,166,0.25);
}

.ant-btn {
  transition: var(--transition);
  font-weight: 500;
}

.ant-btn-link {
  color: var(--brand-primary);
  transition: var(--transition);
}
.ant-btn-link:hover {
  color: var(--brand-primary-light);
  transform: scale(1.08);
}

/* Rounded buttons */
.app-btn .ant-btn {
  border-radius: 20px;
  height: 36px;
  font-weight: 500;
}

.submit-btn {
  display: flex;
  justify-content: center;
}

.submit-btn .ant-btn {
  width: 180px;
  font-size: 14px;
  height: 38px;
  padding: 4px 28px;
  border-radius: var(--radius-pill);
  display: flex;
  justify-content: center;
  font-weight: 600;
}

/* =========================================
   FILTER / SEARCH AREAS
   ========================================= */
.filter-container {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-section {
  margin-bottom: 16px;
}

.filter-section .ant-btn {
  border-radius: var(--radius-pill);
}

.filter-section .ant-select-single:not(.ant-select-customize-input),
.filter-section .ant-select-selector {
  border-radius: var(--radius-pill);
}

.filter-section .ant-select-outlined:not(.ant-select-customize-input),
.filter-section .ant-select-selector {
  border: 1px solid #cbd5e1;
  background: #ffffff;
}

.filter_section {
  margin-bottom: 16px;
}

.filter_section .ant-btn {
  border-radius: var(--radius-pill);
}

.filter_section .ant-select-single:not(.ant-select-customize-input),
.filter_section .ant-select-selector,
.filter_section .ant-input {
  border-radius: var(--radius-pill);
  min-width: 156px;
}

.filter_section .ant-select-selector {
  background: #ffffff;
}

.filter_button {
  width: 80px;
}

/* Search input */
.ant-input-search .ant-input {
  border-radius: var(--radius-pill) 0 0 var(--radius-pill);
}
.ant-input-search .ant-btn {
  border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
}

/* =========================================
   FORMS
   ========================================= */
.ant-form-item-label>label {
  font-weight: 500;
  color: var(--text-secondary);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ant-input, .ant-input-number, .ant-picker {
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.ant-input:focus, .ant-input-focused,
.ant-input-number:focus, .ant-input-number-focused,
.ant-picker:focus, .ant-picker-focused {
  box-shadow: 0 0 0 3px rgba(8,74,166,0.12) !important;
  border-color: var(--brand-primary) !important;
}

.ant-select-selector {
  border-radius: var(--radius-sm) !important;
  transition: var(--transition) !important;
}

.ant-select-focused .ant-select-selector {
  box-shadow: 0 0 0 3px rgba(8,74,166,0.12) !important;
  border-color: var(--brand-primary) !important;
}

.ant-picker {
  padding: 6px 12px;
}

.condition-bg {
  background-color: white;
  padding: 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.conditon-heading {
  font-size: 16px;
  font-weight: 600;
  color: var(--brand-primary);
}

.rule-radio {
  font-size: 15px;
  margin-top: 20px;
}

/* =========================================
   SELECT WRAPPERS
   ========================================= */
.custom_select .ant-select-single {
  font-size: 14px;
  height: 36px;
}

.custom_select .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
  background: #ffffff;
}

.custom_select .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 38px;
}

.custom_select .ant-select-single:not(.ant-select-customize-input) input {
  padding: 0 28px !important;
}

.custom_select .ant-select .ant-select-arrow {
  color: var(--text-secondary);
  font-size: 14px;
}

.custom_select .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-inline-end: 45px;
}

:where(.css-dev-only-do-not-override-170i5l9).ant-select-single .ant-select-selector {
  border-radius: var(--radius-sm);
}

/* =========================================
   DASHBOARD CARDS
   ========================================= */
.dashboard-card .ant-card .ant-card-body {
  padding: 0 !important;
  border-radius: 0;
  box-shadow: var(--shadow-md);
}

.dashboard-box {
  background: #fafbff;
  padding: 12px;
}

.card-title-dash {
  background: linear-gradient(135deg, var(--brand-primary-pale), #dbeafe);
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-primary);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

.dashboard-card .ant-picker-outlined {
  width: 130px;
  border-radius: var(--radius-pill);
}

.dashboard-icon {
  width: 28px;
}

.dashboard-card .ant-btn {
  border-radius: var(--radius-pill);
}

/* Summary cards */
.view-all-card {
  background-color: #ffffff;
  border-radius: var(--radius-md);
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--border-soft);
}
.view-all-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.contents-holder {
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  text-align: center;
}

.total-no {
  font-weight: 700;
  color: var(--brand-primary);
  font-size: 1.5rem;
  margin-top: -8px;
}

.view-all {
  font-weight: 600;
  color: var(--text-secondary);
}

.card-title {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.card-shadow {
  box-shadow: var(--shadow-md);
}

/* =========================================
   APPROVAL & PROCESS CARDS
   ========================================= */
.pdf-proces {
  display: flex;
  padding: 16px 14px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.pdf-proces:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.sum-process { background-color: #e0f2fe; border-radius: var(--radius-sm); }
.errors-logs { background-color: #fee2e2; border-radius: var(--radius-sm); }
.refine { background-color: #fef3c7; border-radius: var(--radius-sm); }
.files-process { background-color: #dcfce7; cursor: pointer; border-radius: var(--radius-sm); }

.pdf-content {
  width: 240px;
  text-align: center;
}

.approval-content {
  align-items: center;
  gap: 20px;
  display: flex;
  height: 100%;
}

.pdf-heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--text-primary);
}

.approval-num {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-primary);
}

.approval-cards .ant-card .ant-card-body {
  padding: 14px !important;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.approval-card-shadow {
  height: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.approval-card-shadow:hover {
  box-shadow: var(--shadow-md);
}

.approval-cards .ant-col-4 {
  --ant-display: block;
  display: block;
  display: var(--ant-display);
  flex: 0 0 18.99999%;
  max-width: 44.666667%;
}

.blockreason {
  font-weight: 600;
  color: var(--text-primary);
}

.blockreason-container {
  margin-top: 12px;
  display: flex;
  gap: 16px;
}

/* =========================================
   RULE BUILDER
   ========================================= */
.rule-head-blue {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-light));
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
}

/* =========================================
   MISC UTILITIES
   ========================================= */
.cursor-pointer { cursor: pointer; }
.cursor-download { cursor: pointer; }

.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.ant-menu-hidden { display: none !important; }

.rounded-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.addcity-btn .anticon { color: white; }
.addcity-btn {
  width: 34px;
  font-size: 14px;
  border-radius: 50%;
  height: 34px !important;
}
.addcity-btn img { width: 16px; height: 16px; }

.app-edit-key {
  display: flex;
  gap: 10px;
  align-items: center;
}

.keyicon { transform: rotate(45deg); }
.key-icon { transform: rotate(267deg); }
.side-icons { width: 26px; }

.pdf-icon-bg { width: 44px; height: 44px; }
.pdf-font { font-size: 22px; }
.pdf-content-center { align-items: unset !important; }

.text-profile {
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.bg-active {
  border: 2px solid var(--brand-primary);
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 12px rgba(8,74,166,0.2);
}

.error-sec-n {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.logo-float {
  position: absolute;
  z-index: 100;
  bottom: 80px;
  right: 40px;
  opacity: 0.3;
  pointer-events: none;
}

/* =========================================
   TABS
   ========================================= */
.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--brand-primary) !important;
  font-weight: 600;
}

.slot-date-tabs .ant-tabs-ink-bar {
  background-color: var(--brand-accent);
}

.tabspane .ant-tabs-nav {
  margin: 0 0 0 0;
}

/* =========================================
   DATE PICKERS & INPUTS
   ========================================= */
.log-date .ant-picker-outlined {
  background: #ffffff;
  border: 1px solid #cbd5e1;
}

.date-text {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
}

.input-common .ant-input-outlined {
  border-style: solid;
  border-color: #cbd5e1;
  border-radius: var(--radius-pill);
}

.app-key-datpicker .ant-picker-outlined {
  border-style: unset;
}

.download-report-date .ant-picker-outlined {
  border-radius: var(--radius-pill) !important;
}

.report-status-input { width: 90% !important; }
.report-status-container {
  display: flex;
  justify-content: center;
  position: relative;
  top: -40px;
}

.ant-picker-input input::placeholder { color: var(--text-muted) !important; }

/* =========================================
   SWITCHES
   ========================================= */
.latest-switch>.ant-switch-handle { margin-top: 4px; }

/* =========================================
   REPORT BUTTON
   ========================================= */
#report-btn .ant-btn-primary { height: 24px !important; }

/* =========================================
   SCROLLBAR (global)
   ========================================= */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: rgba(8,74,166,0.25);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(8,74,166,0.45);
}

/* =========================================
   DRAWER (mobile nav)
   ========================================= */
.ant-drawer-header-title { flex-direction: row-reverse; }

/* =========================================
   LIST PAGE TOOLBAR
   ========================================= */
.list-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
  flex-wrap: wrap;
}

.list-toolbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1;
}

.list-count-badge {
  background: var(--brand-primary-pale);
  color: var(--brand-primary);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

/* =========================================
   TABLE ACTION BUTTONS
   ========================================= */
.tbl-actions {
  display: flex;
  align-items: center;
  gap: 2px;
}

.tbl-btn {
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px !important;
  color: var(--text-secondary) !important;
  transition: var(--transition) !important;
  border: none !important;
  background: transparent !important;
}

.tbl-btn:hover {
  background: var(--brand-primary-pale) !important;
  color: var(--brand-primary) !important;
}

.tbl-btn.danger:hover {
  background: #fee2e2 !important;
  color: #dc2626 !important;
}

/* =========================================
   FORM SECTIONS
   ========================================= */
.form-section {
  background: linear-gradient(135deg, #f8faff 0%, #f0f4fc 100%);
  border-left: 3px solid var(--brand-primary);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 10px 16px;
  margin-bottom: 20px;
}

.form-section-accent {
  background: linear-gradient(135deg, #fef9ec 0%, #fef3c7 100%);
  border-left: 3px solid var(--brand-accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 10px 16px;
  margin-bottom: 20px;
}

.form-section-title {
  font-weight: 700;
  color: var(--brand-primary);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.form-section-subtitle {
  color: var(--text-secondary);
  font-size: 12px;
  margin-top: 2px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.form-section-fields {
  margin-top: 16px;
}

.form-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--border-soft);
  margin-top: 8px;
}

/* =========================================
   SUCCESS BUTTON
   ========================================= */
.success_button {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
  color: #fff;
}
.success_button:not(:disabled):hover,
.success_button:not(:disabled):focus {
  background-color: #15803d !important;
  border-color: #15803d !important;
  color: #fff !important;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 600px) {
  .lpl-logo23 { width: 190px; height: 72px; }
  .ant-drawer .ant-drawer-body { padding: 0; }
  .bg-header { height: 64px; }
}

@media (min-width: 992px) {
  .desktop-view { display: block; }
  .desktop-view-sider { min-height: 100vh; }
  .mobile-view { display: none; }
}

@media (max-width: 992px) {
  .desktop-view { display: none; }
  .desktop-view-icon { display: none; }
  .mobile-view { display: block; }
}


:root {
    --primary-blue: #0047AB;
    --dark-navy: #1A237E;
    --bg-slate: #f8fafc;
    --white: #ffffff;
    --text-slate: #64748b;
    --border-color: #f1f5f9;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #0047AB !important;
    /* background: rgba(0, 0, 0, .2) !important; */
    border-radius: 10px;
}

/* ::-webkit-scrollbar-thumb:hover {
  background: #1677ff !important;
} */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.blob-top {
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(0, 71, 171, 0.05);
}

.blob-bottom {
    bottom: 20%;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(0, 71, 171, 0.05);
}

/* Header Styles */

.main-header {
    padding:12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
    background: #FFF;
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.greeting {
    font-size: 13px;
    color: var(--text-slate);
    font-weight: 500;
    margin: 0;
}

.header-title {
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.02em;
}

.phone-button-blue {
    width: 48px;
    height: 48px;
    background-color: var(--primary-blue);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 15px -3px rgba(147, 197, 253, 0.5);
    cursor: pointer;
    transition: transform 0.2s;
}

.phone-button-blue:active {
    transform: scale(0.9);
}

/* Section Styling */

.content-area {
    padding:12px 20px;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background-color: #F7F8FC;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.icon-wrapper-yellow {
    width: 40px;
    height: 40px;
    background-color: #FEC1081A;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sepia-icon {
    width: 22px;
    height: 22px;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #213E67;
    line-height: 16px;
}

.subscription-card {
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

.prefix-card {
    cursor: pointer;
    background: white;
    border-radius: 32px;
    margin-bottom: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 71, 171, 0.05);
    transition: all 0.3s ease;
}

.prefix-header {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: white;
    border-radius: 32px;
    box-shadow: 0 20px 25px -5px rgba(0, 71, 171, 0.05);
    margin-bottom: 16px;
}

.prefix-name {
    font-weight: 700;
    color: #213E67;
    font-size: 16px;
    padding-left: 8px;
}

.seprator {
    margin: 10px 0;
    color: #94a3b8;
}

.card-header {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: -webkit-fill-available;
}

.avatar-circle {
    /* width: 48px;
    height: 48px; */
    height: 48px;
    max-width: 48px;
    width: 35%;
    background: #E3F2FD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-navy);
    font-size: 13px;
    font-weight: 700;
}

.sub-name {
    color: #213E67;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.sub-id {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
    margin-top: 2px;
}

.arrow-wrapper {
    width: 32px;
    height: 32px;
    /* background: #F5F9FF; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.arrow-wrapper.rotated {
    transform: rotate(180deg);
}

/* Accordion Content */

.card-content {
    /* padding: 0 24px 24px 24px; */
    padding: 0px 16px 8px 16px;
}

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    /* margin-bottom: 24px; */
    /* margin: 12px 0px; */
}

.glp-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    /* padding: 4px 8px 4px 8px; */
    border-radius: 10px;
    /* background: rgba(254, 193, 8, 0.20); */
    font-size: 12px;
    font-weight: 700;
    color: #B48C06;
}

.badge-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #0054A5;
    line-height: 12px;
}

.date-green {
    color: #00A63E;
}

.label-p {
    font-size: 12px;
    color: #39393a;
    margin-bottom: 12px;
}

.label-caps {
    color: #99A1AF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;

}

/* Health Intelligence Grid */

.intelligence-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bg-blue {
    background-color: #eff6ff;
    color: var(--primary-blue);
}

.bg-orange {
    background-color: #fff7ed;
    color: #f97316;
}

.bg-purple {
    background-color: #faf5ff;
    color: #a855f7;
}

.bg-green {
    background-color: #f0fdf4;
    color: #22c55e;
}

/* FAB & Footer */

.fab-container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 50;
}

.help-center-fab {
    background: var(--primary-blue);
    color: white;
    padding: 16px 24px;
    border-radius: 40px;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.help-center-fab:hover {
    transform: translateY(-2px);
}

.footer-notes {
    text-align: center;
    padding: 32px 24px 48px;
    padding-bottom: 10px;
}

.legal-text {
    color: #99A1AF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.25px;
}

.link {
    color: var(--primary-blue);
    font-weight: 700;
    text-decoration: underline;
}

.copyright {
    font-size: 10px;
    font-weight: 700;
    color: #cbd5e1;
    margin-top: 16px;
}

/* Responsiveness */

@media (max-width: 480px) {
    .intelligence-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-container {
        box-shadow: none;
    }

    .fab-container {
        bottom: 20px;
        right: 20px;
    }
}

/* Animations */

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-down {
    animation: slideDown 0.3s ease-out forwards;
}

.intelligence-card {
    background: var(--white);
    padding: 20px;
    border-radius: 32px;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 25px -5px rgba(0, 71, 171, 0.05);
    transition: all 0.3s ease;
}

.intel-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: transform 0.3s ease;
}

.intelligence-card:hover .intel-icon-wrapper {
    transform: scale(1.1);
}

.intel-title {
    color: #213E67;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin: 0;
}

.intel-desc {
    font-size: 16px;
    color: #94a3b8;
    font-weight: 500;
    line-height: 1.5;
    margin: 0px;
    flex: 1;
}

.icon-button {
    background: #cbd5e1;
    border: none;
    padding: 6px 7px;
    border-radius: 50%;
}

/* --- Diagnostic Card --- */

.diag-card {
    background: rgba(248, 250, 252, 0.5);
    /* slate-50/50 */
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    margin: 5px;
}

.diag-card:hover {
    background: white;
    border-color: rgba(0, 71, 171, 0.2);
}

.diag-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.diag-icon-box {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.diag-card:hover .diag-icon-box {
    color: var(--primary-blue);
}

.diag-id {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    margin: 0;
}

.diag-meta {
    font-size: 10px;
    font-weight: 500;
    color: #94a3b8;
    margin: 0;
}

.diag-meta .highlight {
    color: var(--primary-blue);
    font-weight: 700;
}

.download-btn {
    width: 40px;
    height: 40px;
    background: var(--primary-blue);
    color: white;
    border-radius: 12px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 71, 171, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}

.download-btn:active {
    transform: scale(0.9);
}

.service-card {
    background: #fff;
    border: 1px solid #d8dbdf;
    border-radius: 12px;
    padding: 12px;
    margin: 14px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.intelligence-section {
    margin-top: 16px;
}

.service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.service-info-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-icon-bg {
    width: 39px;
    height: 39px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon-bg.orange {
    background: #FFF7ED;
    color: #FF6900;
}

.service-icon-bg.purple {
    background: #faf5ff;
    color: #a855f7;
}

.service-name {
    font-weight: 900;
    color: #1e293b;
    margin: 0;
}

.package-name {
    font-weight: 900;
    color: #1e293b;
    margin: 0;
    font-size: 14px;
}

.service-type {
    color: #939393;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
}

.reports-btn {
    background: rgba(0, 71, 171, 0.1);
    color: var(--primary-blue);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 999px;
    border: none;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reports-btn:hover {
    padding-right: 12px;
}

/* Progress Bar */

.progress-container {
    padding-top: 4px;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 10px;
}

.progress-labels2 {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    margin-bottom: 6px;
}

.left-count {
    color: #0054A5;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.5px;
    /* text-transform: uppercase; */
}

.ratio-count {
    color: #939393;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
}

.progress-track {
    height: 6px;
    width: 100%;
    background: #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: var(--primary-blue);
    border-radius: 999px;
    transition: width 1s ease-in-out;
}

.image-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.intelligence-card-div {
    display: flex;
    gap: 10px;
    align-items: "self-start";
}

.intelligence-para {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.gemini-div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: -7px;
}

.report-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.report-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.report-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.report-card:hover {
    transform: translateY(-5px);
}

.report-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.report-card p {
    margin: 0;
}

.download-icon {
    font-size: 1.5rem;
    color: #007bff;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
}

.download-icon:hover {
    color: #0056b3;
}

.report-image {
    display: flex;
    gap: 10px;
}

.report-name {
    font-weight: 700;
    font-size: 11px;
    color: #1e293b;
    margin: 0;
}

.report-type {
    font-size: 9px;
    font-weight: 700;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

@media (max-width: 599px) {
    .report-cards-container {
        grid-template-columns: 1fr;
        max-height: none;
        gap: 15px;
        padding: 10px;
    }

    .report-card {
        padding: 10px 15px;
    }

    .report-card h3 {
        font-size: 1rem;
    }

    .report-name {
        font-size: 10px;
    }

    .report-type {
        font-size: 8px;
    }

    .download-icon {
        font-size: 1.2rem;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .report-cards-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
        padding: 10px;
    }

    .report-card {
        padding: 12px 18px;
    }

    .report-card h3 {
        font-size: 1.1rem;
    }

    .report-name {
        font-size: 11px;
    }

    .report-type {
        font-size: 9px;
    }

    .download-icon {
        font-size: 1.3rem;
    }
}

@media (min-width: 900px) {
    .report-cards-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
        padding: 10px;
    }

    .report-card {
        padding: 15px 20px;
    }

    .report-card h3 {
        font-size: 1.25rem;
    }

    .report-name {
        font-size: 11px;
    }

    .report-type {
        font-size: 9px;
    }

    .download-icon {
        font-size: 1.5rem;
    }
}

.expired-card {
    background-color: #d1d1d1af;
}

.expired-card .card-header {
    pointer-events: none;
}

.faceScanContainer {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(-45deg, #f3f4f6, #ffffff, #e5e7eb);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  /* font-family: "PT Sans", sans-serif; */
  font-family: "PT Sans";
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.faceScanFormContainer {
  width: 100%;
  max-width: 420px;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 28px;
  box-shadow: 
    0 10px 25px -5px rgba(0, 0, 0, 0.05),
    0 20px 48px -12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center; 
}

.logoWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.logoImage {
  height: 50px;
  object-contain: contain;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.logoImage:hover {
  transform: scale(1.08);
}

.headerSection {
  margin-bottom: 32px;
}

.faceScanTitle {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.faceScanSubtitle {
  font-size: 15px;
  color: #6b7280;
}

.formSection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inputContainer {
  text-align: left;
}

.inputLabel {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  margin-left: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.inputField {
  width: 100%;
  padding: 14px 16px;
  margin-top: 8px;
  border: 2px solid #f3f4f6;
  border-radius: 14px;
  font-size: 16px;
  background: #f9fafb;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.inputField:focus {
  outline: none;
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.submitButton {
  width: 100%;
  padding: 16px;
  background-color: #2563eb;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.submitButton:hover {
  background-color: #1d4ed8;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
}

.submitButton:active {
  transform: translateY(1px) scale(0.98);
}.filter_section {
    margin-bottom: 16px;
}

.filter_section .ant-btn {
    border-radius: 16px;
}

.filter_section .ant-select-single:not(.ant-select-customize-input),
.filter_section .ant-select-selector, .filter_section .ant-input {
    border-radius: 16px;
    min-width: 156px;
}

.filter_section .ant-select-selector {
    /* border: 1px solid rgba(116, 116, 116, 0.6) !important; */
    background: #ffffff;
}
.filter_button {
    width: 80px;
}
.success_button { background-color: green !important; border-color: green !important; color:#FFFFFF } .success_button:not(:disabled):hover, .success_button:not(:disabled):focus { background-color: darkgreen !important; border-color: darkgreen !important; color:#FFFFFF !important;}