.loading-app-container[data-v-b148f650] {
  height: 100vh;
  width: 100vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Inter', 'Nunito', system-ui, -apple-system, sans-serif;
}
.loading-fade-out[data-v-b148f650] {
  opacity: 0;
  transform: scale(1.05);
  filter: blur(8px);
}
/* ── Background Effects ── */
.loading-bg[data-v-b148f650] {
  position: absolute;
  inset: 0;
  background: #050510;
  overflow: hidden;
}
.loading-aurora[data-v-b148f650] {
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 230deg at 51% 52%, rgba(99, 102, 241, 0) 0deg, rgba(99, 102, 241, 0.08) 67deg, rgba(139, 92, 246, 0.15) 198deg, rgba(59, 130, 246, 0.08) 251deg, rgba(99, 102, 241, 0) 301deg), radial-gradient(ellipse at 20% 50%, rgba(99, 102, 241, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 80% 50%, rgba(139, 92, 246, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
  animation: auroraRotate-b148f650 25s linear infinite;
}
@keyframes auroraRotate-b148f650 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.loading-mesh[data-v-b148f650] {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: radial-gradient(circle at 1px 1px, rgba(99, 102, 241, 0.08) 1px, transparent 0);
  background-size: 40px 40px;
}
/* Floating particles */
.loading-particles[data-v-b148f650] {
  position: absolute;
  inset: 0;
}
.loading-particle[data-v-b148f650] {
  position: absolute;
  background: rgba(139, 92, 246, 0.6);
  border-radius: 50%;
  animation: particleFloat-b148f650 linear infinite;
  will-change: transform, opacity;
}
@keyframes particleFloat-b148f650 {
0% {
    transform: translateY(0) scale(0);
    opacity: 0;
}
10% {
    opacity: 1;
    transform: translateY(0) scale(1);
}
90% {
    opacity: 1;
}
100% {
    transform: translateY(-100vh) scale(0);
    opacity: 0;
}
}
/* ── Content ── */
.loading-content[data-v-b148f650] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
  gap: 28px;
}
/* ── Logo with Orbital Rings ── */
.loading-logo-wrapper[data-v-b148f650] {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-logo-glass[data-v-b148f650] {
  position: relative;
  z-index: 5;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 40px rgba(99, 102, 241, 0.15), inset 0 0 20px rgba(99, 102, 241, 0.03);
  animation: logoFloat-b148f650 3s ease-in-out infinite;
}
.loading-logo[data-v-b148f650] {
  width: 48px;
  height: auto;
  filter: drop-shadow(0 0 16px rgba(99, 102, 241, 0.3));
}
@keyframes logoFloat-b148f650 {
0%,
  100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-6px);
}
}
/* Orbital rings */
.loading-orbit[data-v-b148f650] {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(99, 102, 241, 0.12);
}
.loading-orbit-dot[data-v-b148f650] {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  box-shadow: 0 0 10px currentColor;
}
.loading-orbit-1[data-v-b148f650] {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  animation: orbitSpin-b148f650 3s linear infinite;
}
.loading-orbit-1 .loading-orbit-dot[data-v-b148f650] {
  background: #6366f1;
  color: #6366f1;
}
.loading-orbit-2[data-v-b148f650] {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  animation: orbitSpin-b148f650 4.5s linear infinite reverse;
  border-style: dashed;
  border-color: rgba(139, 92, 246, 0.1);
}
.loading-orbit-2 .loading-orbit-dot[data-v-b148f650] {
  background: #8b5cf6;
  color: #8b5cf6;
  width: 4px;
  height: 4px;
  top: -2px;
  margin-left: -2px;
}
.loading-orbit-3[data-v-b148f650] {
  width: 175px;
  height: 175px;
  top: 50%;
  left: 50%;
  margin-top: -87.5px;
  margin-left: -87.5px;
  animation: orbitSpin-b148f650 6s linear infinite;
  border-color: rgba(59, 130, 246, 0.06);
}
.loading-orbit-3 .loading-orbit-dot[data-v-b148f650] {
  background: #3b82f6;
  color: #3b82f6;
  width: 3px;
  height: 3px;
  top: -1.5px;
  margin-left: -1.5px;
}
@keyframes orbitSpin-b148f650 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
/* ── Text ── */
.loading-text-wrapper[data-v-b148f650] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.loading-title[data-v-b148f650] {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #ffffff 0%, #a5b4fc 50%, #c4b5fd 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerText-b148f650 3s ease-in-out infinite;
}
@keyframes shimmerText-b148f650 {
0%,
  100% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
}
.loading-subtitle[data-v-b148f650] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.loading-subtitle-text[data-v-b148f650] {
  animation: fadeSwitch-b148f650 2.4s ease-in-out infinite;
}
@keyframes fadeSwitch-b148f650 {
0%,
  15% {
    opacity: 0;
    transform: translateY(4px);
}
25%,
  85% {
    opacity: 1;
    transform: translateY(0);
}
95%,
  100% {
    opacity: 0;
    transform: translateY(-4px);
}
}
.loading-cursor[data-v-b148f650] {
  font-weight: 300;
  color: rgba(99, 102, 241, 0.7);
  animation: cursorBlink-b148f650 1s step-end infinite;
}
@keyframes cursorBlink-b148f650 {
0%,
  50% {
    opacity: 1;
}
51%,
  100% {
    opacity: 0;
}
}
/* ── Progress Indicator ── */
.loading-progress-wrapper[data-v-b148f650] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 240px;
}
.loading-progress-track[data-v-b148f650] {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.loading-progress-fill[data-v-b148f650] {
  position: absolute;
  height: 100%;
  width: 40%;
  border-radius: 3px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6, #a78bfa);
  animation: progressSlide-b148f650 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.loading-progress-pulse[data-v-b148f650] {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.3), transparent);
  animation: progressPulse-b148f650 2.4s ease-in-out infinite;
}
@keyframes progressSlide-b148f650 {
0% {
    left: -40%;
}
100% {
    left: 100%;
}
}
@keyframes progressPulse-b148f650 {
0%,
  100% {
    opacity: 0;
}
50% {
    opacity: 1;
}
}
/* Progress nodes */
.loading-progress-nodes[data-v-b148f650] {
  display: flex;
  gap: 20px;
}
.loading-node[data-v-b148f650] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.loading-node.active[data-v-b148f650] {
  background: #6366f1;
  border-color: #6366f1;
  box-shadow: 0 0 12px rgba(99, 102, 241, 0.5);
}
.loading-node.active[data-v-b148f650]::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(99, 102, 241, 0.3);
  animation: nodeRipple-b148f650 1.5s ease-out infinite;
}
@keyframes nodeRipple-b148f650 {
0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(2);
    opacity: 0;
}
}
/* ── Status Pill ── */
.loading-status-pill[data-v-b148f650] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
}
.loading-status-dot[data-v-b148f650] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
  animation: statusPulse-b148f650 2s ease-in-out infinite;
}
@keyframes statusPulse-b148f650 {
0%,
  100% {
    opacity: 1;
    transform: scale(1);
}
50% {
    opacity: 0.5;
    transform: scale(0.8);
}
}
.loading-status-text[data-v-b148f650] {
  transition: opacity 0.3s ease;
}
/* ── Light theme support ── */
[data-theme="light"] {
  background: #fafbff;
}
[data-theme="light"] {
  background: conic-gradient(from 230deg at 51% 52%, rgba(99, 102, 241, 0) 0deg, rgba(99, 102, 241, 0.05) 67deg, rgba(139, 92, 246, 0.08) 198deg, rgba(59, 130, 246, 0.05) 251deg, rgba(99, 102, 241, 0) 301deg), radial-gradient(ellipse at 20% 50%, rgba(99, 102, 241, 0.06) 0%, transparent 50%), radial-gradient(ellipse at 80% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}
[data-theme="light"] {
  background-image: radial-gradient(circle at 1px 1px, rgba(99, 102, 241, 0.04) 1px, transparent 0);
}
[data-theme="light"] {
  background: rgba(99, 102, 241, 0.3);
}
[data-theme="light"] {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(99, 102, 241, 0.12);
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.1), inset 0 0 0 rgba(99, 102, 241, 0);
}
[data-theme="light"] {
  background: linear-gradient(135deg, #1e1b4b 0%, #4f46e5 50%, #7c3aed 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
[data-theme="light"] {
  color: rgba(0, 0, 0, 0.4);
}
[data-theme="light"] {
  color: rgba(99, 102, 241, 0.5);
}
[data-theme="light"] {
  background: rgba(0, 0, 0, 0.06);
}
[data-theme="light"] {
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.15), transparent);
}
[data-theme="light"] {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.1);
}
[data-theme="light"] {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(99, 102, 241, 0.1);
  color: rgba(0, 0, 0, 0.45);
}
[data-theme="light"] {
  border-color: rgba(99, 102, 241, 0.08);
}
[data-theme="light"] {
  border-color: rgba(139, 92, 246, 0.06);
}
/* ── Responsive ── */
@media (max-width: 480px) {
.loading-logo-wrapper[data-v-b148f650] {
    width: 140px;
    height: 140px;
}
.loading-logo-glass[data-v-b148f650] {
    width: 64px;
    height: 64px;
    border-radius: 18px;
}
.loading-logo[data-v-b148f650] {
    width: 36px;
}
.loading-orbit-1[data-v-b148f650] {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
}
.loading-orbit-2[data-v-b148f650] {
    width: 115px;
    height: 115px;
    margin-top: -57.5px;
    margin-left: -57.5px;
}
.loading-orbit-3[data-v-b148f650] {
    width: 135px;
    height: 135px;
    margin-top: -67.5px;
    margin-left: -67.5px;
}
.loading-title[data-v-b148f650] {
    font-size: 18px;
}
.loading-progress-wrapper[data-v-b148f650] {
    width: 200px;
}
}
/* ── Retry button ── */
.loading-retry[data-v-b148f650] {
  margin-top: 32px;
  text-align: center;
  animation: fadeInUp-b148f650 0.5s ease;
}
.loading-retry-text[data-v-b148f650] {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 12px;
}
.loading-retry-btn[data-v-b148f650] {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.loading-retry-btn[data-v-b148f650]:hover {
  background: rgba(255, 255, 255, 0.2);
}
@keyframes fadeInUp-b148f650 {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

body {
    background: #f0f2f5 !important;
}
.app-load-error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f0f2f5;
    padding: 24px;
}
.app-load-error__content {
    text-align: center;
    max-width: 400px;
}
.app-load-error__content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}
.app-load-error__content p {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 24px;
}
.app-load-error__btn {
    display: inline-block;
    background: #1890ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 32px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.app-load-error__btn:hover {
    background: #096dd9;
}
.bg-setting-sidebar {
  background-color: white;
}
.table-responsive .ant-table-content {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table-responsive .ant-table-content .ant-table-cell,
.table-responsive .ant-table-content tbody td,
.table-responsive .ant-table-body td {
  white-space: nowrap;
}
.ant-tabs-bar {
  border-bottom: 1px solid #d4d4d4;
}
.required label::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 16px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.col-border-right {
  border-right: 1px solid #f0f0f0;
}
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.pd-10 {
  padding: 10px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-10 {
  padding-bottom: 10px;
}
.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px;
}
.pl-24 {
  padding-left: 24px;
}
.small-text-message {
  color: #7c8db5 !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.dashboard-container {
  min-height: calc(100vh - 400px);
}
.front-sidebar {
  min-height: 100vh;
}
.top-dropdown-box .ant-dropdown-content {
  margin-top: 13px;
  min-width: 200px;
}
.top-dropdown-box li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.top-dropdown-box .ant-menu-submenu-title {
  padding-left: 50px;
}
.categories-page-lefbar {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 25px;
  border: 0px;
}
.categories-page-lefbar .ant-menu-sub.ant-menu-inline {
  background: #fff;
}
.category-page-container {
  min-height: calc(100vh - 400px);
}
.page-content-sub-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.settings-sidebar-content-container {
  min-height: calc(100vh - 190px);
}
.no-border-radius {
  border-radius: 0px !important;
}
.light_theme .bg-white {
  background: #fff;
}
.light_theme .bg-setting-sidebar {
  background: #fff;
}
.light_theme .bg-color {
  background: #fff;
}
.light_theme .bt-1 {
  border-top: 1px solid #f0f0f0;
}
.light_theme .bb-1 {
  border-bottom: 1px solid #f0f0f0;
}
.light_theme .sidebar-right-border {
  border-right: 1px solid #f0f0f0;
}
.light_theme .breadcrumb-left-border {
  border-left: none !important;
}
.dark_theme .bg-white {
  background: #1f1f1f;
}
.dark_theme .bg-setting-sidebar {
  background: #141414;
}
.dark_theme .bg-color {
  background: transparent !important;
}
.dark_theme .bt-1 {
  border-top: 1px solid #434343;
}
.dark_theme .bb-1 {
  border-bottom: 1px solid #434343;
}
.dark_theme .setting-sidebar {
  border: 1px solid #303030;
}
.dark_theme .sidebar-right-border {
  border-right: 1px solid #303030;
}
.dark_theme .breadcrumb-left-border {
  border-left: none !important;
}
.custom-card-widget {
  display: flex;
  margin: 0;
  position: relative;
}
.custom-card-widget h2,
.custom-card-widget p {
  margin: 0;
}
.custom-card-widget figcaption .more {
  position: absolute;
  top: 0px;
  left: 0;
}
.custom-card-widget figcaption .more a {
  color: #888;
}
.custom-card-widget figcaption h2 {
  font-size: 20px;
  font-weight: 600;
}
.custom-card-widget figcaption p {
  font-size: 14px;
  color: #9299B8;
}
.custom-card-widget-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: '#5F63F2';
  margin-right: 20px;
}
.ant-modal-content {
  padding: 0px !important;
}
.ant-modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px;
  margin-bottom: 0px !important;
}
.ant-modal-body {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.5715;
  padding: 24px;
}
.ant-modal-footer {
  border-top: 1px solid #f0f0f0;
  padding: 10px 16px;
  margin-top: 0px !important;
}
.invoice-header {
    text-align: center;
    border-bottom: 1px dotted #ddd !important;
}

.invoice-logo {
    width: 200px;
}

.company-details {
    text-align: center;
    margin-top: 5px;
    border-bottom: 2px dotted #ddd !important;
}

.company-address {
    white-space: pre;
    margin-bottom: 0px;
}

.tax-invoice-details {
}

.invoice-customer-details {
    width: 100%;
    margin-bottom: 5px;
}

.tax-invoice-title {
    text-align: center;
    margin-top: 5px;
}

.tax-invoice-items {
    margin-top: 10px;
}

.item-row {
    border-bottom: 1px dotted #ddd !important;
}

.tax-invoice-totals {
    margin-top: 5px;
    border-top: 2px dotted #ddd !important;
    border-bottom: 2px dotted #ddd !important;
}

.paid-amount-deatils {
    margin-top: 10px;
    text-align: center;
}

.paid-amount-row {
    border-top: 2px dotted #ddd !important;
    border-bottom: 2px dotted #ddd !important;
}

.thanks-details {
    margin-top: 5px;
    text-align: center;
}

.barcode-details {
    margin-top: 10px;
    text-align: center;
}

.footer-button {
    text-align: center !important;
}

.discount-details {
    padding: 5px 0px;
    border-top: 2px dotted #ddd !important;
    border-bottom: 2px dotted #ddd !important;
}

.discount-details p {
    margin-bottom: 0px;
}
