/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/global.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
*{
    font-family: sans-serif !important;
}

html,
body {
  margin: 0;
  height: 100%;
}

:root {
  --gc-bg: #f5f7fb;
  --gc-paper: #ffffff;
  --gc-text: #0f172a;
  --gc-text-muted: #475569;
  --gc-border: #e2e8f0;
  --gc-table-head: #f8fafc;
  --gc-table-row-hover: #f1f5f9;
  --gc-table-row-even: #f9fafb;
  --gc-nav-text: #1e293b;
  --gc-nav-hover-bg: #f8fafc;
  --gc-nav-selected-bg: #e8effe;
  --gc-icon: #64748b;
  --gc-icon-hover: #3b82f6;
  --gc-input-bg: #ffffff;
  --gc-muted-surface: rgba(248, 250, 252, 0.9);
}

[data-theme="dark"] {
  --gc-bg: #0f172a;
  --gc-paper: #1e293b;
  --gc-text: #f1f5f9;
  --gc-text-muted: #94a3b8;
  --gc-border: #334155;
  --gc-table-head: #172033;
  --gc-table-row-hover: #243044;
  --gc-table-row-even: #172033;
  --gc-nav-text: #e2e8f0;
  --gc-nav-hover-bg: #243044;
  --gc-nav-selected-bg: rgba(96, 165, 250, 0.16);
  --gc-icon: #94a3b8;
  --gc-icon-hover: #60a5fa;
  --gc-input-bg: #172033;
  --gc-muted-surface: rgba(23, 32, 51, 0.9);
}

/* globals.css */
.MuiContainer-root {
  max-width: 100% !important;
  width: 100% !important;
}
.MuiButtonBase-root.MuiListItemButton-root.MuiListItemButton-gutters {
  color: var(--gc-nav-text);
  background-color: var(--gc-paper);
  border: none;
  margin: 8px 0;
  width: 100%;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.css-ns10pb-MuiInputBase-root-MuiOutlinedInput-root{
  border-radius: 8px !important;
}
.css-clgh4k-MuiListSubheader-root,
.MuiListSubheader-root {
  color: var(--gc-text-muted) !important;
}
.css-ns10pb-MuiInputBase-root-MuiOutlinedInput-root{
  width: 220px !important;
}
.css-2u11ia-MuiInputBase-input-MuiOutlinedInput-input{
  padding: 12.5px 2px !important;
}
.react-tel-input .selected-flag {
  padding: 0 0 0 11px !important;
}
.react-tel-input .special-label {
    display: none !important;
}
.css-1fn28yh-MuiTypography-root{
    letter-spacing: normal !important;
}
.MuiButtonBase-root.MuiListItemButton-root.MuiListItemButton-gutters:hover {
  background-color: var(--gc-nav-hover-bg);
  color: #2563eb;
}
.MuiButtonBase-root.MuiListItemButton-root.Mui-selected {
  background-color: var(--gc-nav-selected-bg) !important;
  color: #2563eb !important;
  border-radius: 10px;
}
.MuiButtonBase-root.MuiListItemButton-root.Mui-selected .MuiListItemIcon-root {
  color: #2563eb !important;
}
.MuiButtonBase-root.MuiListItemButton-root:hover .MuiListItemIcon-root {
  color: #2563eb !important;
}
.css-agixxh {
  background-color: var(--gc-paper) !important;
  border-right: 1px solid var(--gc-border) !important;
}
.css-4m0swt-MuiPaper-root-MuiDrawer-paper {
  border-radius: 0 !important;
  background-color: var(--gc-paper) !important;
  border-right: 1px solid var(--gc-border) !important;
}
.css-1tkw7q5-MuiPaper-root-MuiAppBar-root {
  border-bottom: 1px solid var(--gc-border) !important;
  border-radius: 0 !important;
  background-color: var(--gc-paper) !important;
}
/* ================================
   TailAdmin-Inspired MUI Table Styles
   ================================= */
.MuiTable-root {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background-color: var(--gc-paper) !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.MuiTableHead-root {
  background-color: var(--gc-table-row-even) !important;
}
.MuiTableCell-root {
  font-family: 'Plus Jakarta Sans', 'Helvetica', 'Arial', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: var(--gc-text) !important;
  border-bottom: 1px solid var(--gc-border) !important;
  padding: 12px 16px !important;
  transition: background-color 0.2s ease;
}
.MuiTableCell-head {
  color: var(--gc-text-muted) !important;
  font-weight: 600 !important;
  text-transform: none !important;
  background-color: var(--gc-table-head) !important;
  border-bottom: 2px solid var(--gc-border) !important;
}
.MuiTableCell-stickyHeader {
  background-color: var(--gc-table-head) !important;
  z-index: 3 !important;
}
.MuiTableRow-root:hover {
  background-color: var(--gc-table-row-hover) !important;
}
.MuiTableBody-root .MuiTableRow-root:nth-of-type(even) {
  background-color: var(--gc-table-row-even) !important;
}
.MuiTableRow-root.Mui-selected {
  background-color: rgba(59, 130, 246, 0.08) !important;
}
.MuiTableRow-root.Mui-selected:hover {
  background-color: rgba(59, 130, 246, 0.12) !important;
}
.MuiTablePagination-root {
  border-top: 1px solid var(--gc-border) !important;
  background-color: var(--gc-paper) !important;
  color: var(--gc-text-muted) !important;
}
.MuiCheckbox-root svg,
.MuiIconButton-root svg {
  color: var(--gc-icon) !important;
}
.MuiCheckbox-root:hover svg,
.MuiIconButton-root:hover svg {
  color: var(--gc-icon-hover) !important;
}
.MuiPaper-root.MuiTableContainer-root {
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  background-color: var(--gc-paper) !important;
  overflow: auto !important;
}
.MuiTableCell-root:first-of-type {
  padding-left: 20px !important;
}
.MuiTableCell-root:last-of-type {
  padding-right: 20px !important;
}


.css-bk3ola-MuiTableCell-root{
  white-space: nowrap;
}

/* ================================
   Dark mode — global visibility fixes
   ================================= */
[data-theme="dark"] body {
  background-color: var(--gc-bg);
  color: var(--gc-text);
}

[data-theme="dark"] .MuiSvgIcon-root {
  color: var(--gc-icon);
}

[data-theme="dark"] .MuiListItemIcon-root {
  color: #cbd5e1;
}

[data-theme="dark"] .MuiListItemButton-root .MuiListItemIcon-root,
[data-theme="dark"] .MuiListItemButton-root .MuiTypography-root {
  color: inherit;
}

[data-theme="dark"] .MuiOutlinedInput-root,
[data-theme="dark"] .MuiInputBase-root {
  background-color: var(--gc-input-bg) !important;
  color: var(--gc-text) !important;
}

[data-theme="dark"] .MuiOutlinedInput-notchedOutline {
  border-color: var(--gc-border) !important;
}

[data-theme="dark"] .MuiInputLabel-root,
[data-theme="dark"] .MuiFormLabel-root,
[data-theme="dark"] .MuiFormHelperText-root {
  color: var(--gc-text-muted) !important;
}

[data-theme="dark"] .MuiSelect-select,
[data-theme="dark"] .MuiMenuItem-root {
  color: var(--gc-text) !important;
}

[data-theme="dark"] .MuiTablePagination-selectIcon,
[data-theme="dark"] .MuiTablePagination-actions .MuiIconButton-root {
  color: var(--gc-icon) !important;
}

[data-theme="dark"] .MuiDialogTitle-root,
[data-theme="dark"] .MuiDialogContentText-root {
  color: var(--gc-text) !important;
}

[data-theme="dark"] .MuiAlert-root {
  color: var(--gc-text);
}

[data-theme="dark"] .MuiSwitch-track {
  background-color: #475569 !important;
}

[data-theme="dark"] .react-tel-input .form-control {
  background-color: var(--gc-input-bg) !important;
  color: var(--gc-text) !important;
  border-color: var(--gc-border) !important;
}

[data-theme="dark"] .react-tel-input .flag-dropdown,
[data-theme="dark"] .react-tel-input .selected-flag {
  background-color: var(--gc-input-bg) !important;
  border-color: var(--gc-border) !important;
}

[data-theme="dark"] .MuiTableRow-root.Mui-selected {
  background-color: rgba(96, 165, 250, 0.14) !important;
}

[data-theme="dark"] .MuiTableRow-root.Mui-selected:hover {
  background-color: rgba(96, 165, 250, 0.2) !important;
}

[data-theme="dark"] .MuiButtonBase-root.MuiListItemButton-root.Mui-selected {
  color: #60a5fa !important;
}

[data-theme="dark"] .MuiButtonBase-root.MuiListItemButton-root.Mui-selected .MuiListItemIcon-root,
[data-theme="dark"] .MuiButtonBase-root.MuiListItemButton-root:hover .MuiListItemIcon-root {
  color: #60a5fa !important;
}

[data-theme="dark"] .MuiButtonBase-root.MuiListItemButton-root.MuiListItemButton-gutters:hover {
  color: #60a5fa;
}

[data-theme="dark"] .MuiButtonBase-root.MuiListItemButton-root.MuiListItemButton-gutters {
  background-color: transparent;
}

[data-theme="dark"] [class*="Sidebar"] a,
[data-theme="dark"] [class*="sidebar"] .MuiTypography-root {
  color: var(--gc-nav-text);
}

[data-theme="dark"] .MuiPaper-root.MuiCard-root,
[data-theme="dark"] .MuiPaper-root.MuiCard-root .MuiTypography-root {
  color: var(--gc-text);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/utils/theme/DefaultColors.tsx","import":"Plus_Jakarta_Sans","arguments":[{"weight":["300","400","500","600","700"],"subsets":["latin"],"display":"swap","fallback":["Helvetica","Arial","sans-serif"]}],"variableName":"plus"} ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Plus Jakarta Sans Fallback';src: local("Arial");ascent-override: 98.88%;descent-override: 21.15%;line-gap-override: 0.00%;size-adjust: 104.98%
}.__className_2392b8 {font-family: 'Plus Jakarta Sans', 'Plus Jakarta Sans Fallback', Helvetica, Arial, sans-serif;font-style: normal
}

