/* node_modules/material-icons/iconfont/material-icons.css */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons.woff2") format("woff2"), url("./media/material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-outlined.woff2") format("woff2"), url("./media/material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-round.woff2") format("woff2"), url("./media/material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-sharp.woff2") format("woff2"), url("./media/material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-two-tone.woff2") format("woff2"), url("./media/material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/* apps/pixed-billing-manager/src/styles.scss */
:root {
  --primary-color: #5B8BF5;
  --primary-hover: #7BABF7;
  --primary-active: #4A6FD5;
  --success-color: #52c41a;
  --success-hover: #73d13d;
  --success-light: #f6ffed;
  --warning-color: #faad14;
  --warning-hover: #ffc53d;
  --warning-light: #fffbe6;
  --error-color: #ff4d4f;
  --error-hover: #ff7875;
  --error-light: #fff2f0;
  --info-color: #5B8BF5;
  --info-hover: #7BABF7;
  --info-light: #e6f7ff;
  --text-primary: rgba(0, 0, 0, 0.88);
  --text-secondary: rgba(0, 0, 0, 0.65);
  --text-tertiary: rgba(0, 0, 0, 0.45);
  --text-quaternary: rgba(0, 0, 0, 0.25);
  --text-inverse: rgba(255, 255, 255, 0.88);
  --bg-primary: #ffffff;
  --bg-secondary: #fafafa;
  --bg-tertiary: #f5f5f5;
  --bg-layout: #f0f2f5;
  --bg-container: #ffffff;
  --bg-elevated: #ffffff;
  --border-color: #d9d9d9;
  --border-color-secondary: #f0f0f0;
  --border-radius: 6px;
  --border-radius-sm: 4px;
  --border-radius-lg: 8px;
  --shadow-sm:
    0 1px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 6px -1px rgba(0, 0, 0, 0.02),
    0 2px 4px 0 rgba(0, 0, 0, 0.02);
  --shadow-base:
    0 1px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 6px -1px rgba(0, 0, 0, 0.02),
    0 2px 4px 0 rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-xl: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 48px;
  --sidebar-width: 300px;
  --sidebar-width-collapsed: 80px;
  --header-height: 64px;
  --content-max-width: 1440px;
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 30px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.25;
  --line-height-base: 1.5;
  --line-height-relaxed: 1.75;
  --card-padding: var(--spacing-lg);
  --card-padding-sm: var(--spacing-md);
  --statistic-icon-size: 32px;
  --chart-height: 350px;
  --legend-item-gap: var(--spacing-sm);
}
[data-theme=dark] {
  --text-primary: rgba(255, 255, 255, 0.88);
  --text-secondary: rgba(255, 255, 255, 0.65);
  --text-tertiary: rgba(255, 255, 255, 0.45);
  --text-quaternary: rgba(255, 255, 255, 0.25);
  --text-inverse: rgba(0, 0, 0, 0.88);
  --bg-primary: #141414;
  --bg-secondary: #1f1f1f;
  --bg-tertiary: #262626;
  --bg-layout: #000000;
  --bg-container: #1f1f1f;
  --bg-elevated: #262626;
  --border-color: #424242;
  --border-color-secondary: #303030;
  --shadow-sm:
    0 1px 2px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px -1px rgba(0, 0, 0, 0.3),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  --shadow-base:
    0 1px 2px 0 rgba(0, 0, 0, 0.2),
    0 1px 6px -1px rgba(0, 0, 0, 0.3),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  --shadow-xl: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.4);
  --success-light: rgba(82, 196, 26, 0.15);
  --warning-light: rgba(250, 173, 20, 0.15);
  --error-light: rgba(255, 77, 79, 0.15);
  --info-light: rgba(24, 144, 255, 0.15);
}
:root {
  --color-bg-layout: #f0f2f5;
  --color-bg-container: #ffffff;
  --color-bg-elevated: #ffffff;
  --color-bg-container-alt: #fff;
  --color-text: rgba(0, 0, 0, 0.88);
  --color-text-secondary: rgba(0, 0, 0, 0.65);
  --color-text-tertiary: rgba(0, 0, 0, 0.45);
  --color-text-quaternary: #404040;
  --color-border: rgba(68, 68, 68, 0.267);
  --color-border-secondary: #f0f0f0;
  --shadow-card:
    0 1px 2px -2px rgba(0, 0, 0, 0.16),
    0 3px 6px 0 rgba(0, 0, 0, 0.12),
    0 5px 12px 4px rgba(0, 0, 0, 0.09);
  --color-bg-hover-light: rgba(0, 0, 0, 0.04);
  --color-bg-hover: rgba(0, 0, 0, 0.02);
  --color-bg-active: rgba(0, 0, 0, 0.06);
  --color-bg-sidebar:
    linear-gradient(
      135deg,
      #18297f 0%,
      #4d4b9b 100%);
}
[data-theme=dark] {
  --color-bg-layout: #000000;
  --color-bg-container: #141414;
  --color-bg-elevated: #1f1f1f;
  --color-bg-container-alt: #1f1f1f;
  --color-text: rgba(255, 255, 255, 0.88);
  --color-text-secondary: rgba(255, 255, 255, 0.65);
  --color-text-tertiary: rgba(255, 255, 255, 0.45);
  --color-text-quaternary: rgba(255, 255, 255, 0.88);
  --color-border: #424242;
  --color-border-secondary: #303030;
  --shadow-card:
    0 1px 2px -2px rgba(0, 0, 0, 0.64),
    0 3px 6px 0 rgba(0, 0, 0, 0.48),
    0 5px 12px 4px rgba(0, 0, 0, 0.36);
  --color-bg-hover-light: rgba(255, 255, 255, 0.08);
  --color-bg-hover: rgba(255, 255, 255, 0.04);
  --color-bg-active: rgba(255, 255, 255, 0.12);
  --color-bg-sidebar: #141414;
}
body {
  background-color: var(--color-bg-layout) !important;
  color: var(--color-text) !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.shell-header {
  border: solid 1px --color-border !important;
}
.dashboard-layout {
  background: var(--color-bg-layout) !important;
}
.dashboard-layout .inner-layout {
  background: var(--color-bg-layout) !important;
}
.dashboard-layout .pages-header {
  background: var(--color-bg-container) !important;
}
.dashboard-layout .content {
  background: var(--color-bg-layout) !important;
}
.ant-card,
nz-card {
  background: var(--color-bg-elevated) !important;
  box-shadow: var(--shadow-card) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ant-card .ant-card-head,
nz-card .ant-card-head {
  background: var(--color-bg-elevated) !important;
  border-bottom: 1px solid var(--color-border-secondary) !important;
  color: var(--color-text) !important;
}
.ant-card .ant-card-head .ant-card-head-title,
nz-card .ant-card-head .ant-card-head-title {
  color: var(--color-text) !important;
}
.ant-card .ant-card-body,
nz-card .ant-card-body {
  background: var(--color-bg-elevated) !important;
  color: var(--color-text) !important;
}
.ant-statistic .ant-statistic-title {
  color: var(--color-text-secondary) !important;
}
.ant-statistic .ant-statistic-content {
  color: var(--color-text) !important;
}
.statistic-icon.success {
  color: #52c41a !important;
}
.statistic-icon.pending {
  color: #faad14 !important;
}
.statistic-icon.danger {
  color: #ff4d4f !important;
}
.single-chart-container {
  background: transparent !important;
}
.single-chart-container .apexcharts-canvas {
  background: transparent !important;
}
.single-chart-container .apexcharts-svg {
  background: transparent !important;
}
.status-legend .legend-item .legend-label {
  color: var(--color-text-secondary) !important;
}
.status-legend .legend-item .legend-value {
  color: var(--color-text) !important;
  font-weight: 600;
}
.ant-list {
  background: transparent !important;
}
.ant-list .ant-list-item {
  border-bottom: 1px solid var(--color-border-secondary) !important;
  color: var(--color-text) !important;
}
.ant-list .ant-list-item .client-name {
  color: var(--color-text) !important;
  font-weight: 500;
}
.ant-list .ant-list-item .client-value {
  color: var(--color-text-secondary) !important;
  font-size: 12px;
}
.ant-tag {
  border: none !important;
  font-weight: 500;
}
.ant-tag.ant-tag-green {
  background: rgba(82, 196, 26, 0.15) !important;
  color: #52c41a !important;
}
.ant-tag.ant-tag-blue {
  background: rgba(91, 139, 245, 0.15) !important;
  color: #5B8BF5 !important;
}
.ant-tag.ant-tag-red {
  background: rgba(255, 77, 79, 0.15) !important;
  color: #ff4d4f !important;
}
.ant-avatar {
  background: #5B8BF5 !important;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .dashboard-layout .page-title {
    margin-left: 0 !important;
  }
  .dashboard-layout .content {
    margin-left: 0 !important;
    padding: 16px !important;
  }
  .top-cards .ant-col,
  .bottom-cards .ant-col {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .dashboard-layout .pages-header {
    padding: 0 16px !important;
  }
  .dashboard-layout .content {
    padding: 12px !important;
  }
  .top-cards .ant-card .ant-card-body {
    padding: 16px !important;
  }
  .chart-card .ant-card-body {
    padding: 12px !important;
  }
  .chart-card .single-chart-container {
    min-height: 300px !important;
  }
  .chart-card .single-chart-container apx-chart {
    min-height: 250px !important;
  }
  .clients-card .ant-card-body {
    padding: 12px !important;
  }
  .clients-card .client-item .ant-col:nth-child(2) .client-name {
    font-size: 13px;
  }
  .clients-card .client-item .ant-col:nth-child(2) .client-value {
    font-size: 11px;
  }
  .status-legend .legend-item {
    padding: 8px;
    text-align: center;
  }
  .status-legend .legend-item .legend-label {
    font-size: 12px;
  }
  .status-legend .legend-item .legend-value {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .dashboard-layout .pages-header .page-title {
    font-size: 18px !important;
  }
  .dashboard-layout .pages-header .page-title span[nz-icon] {
    font-size: 16px !important;
  }
  .single-chart-container {
    min-height: 250px !important;
  }
  .single-chart-container apx-chart {
    min-height: 200px !important;
  }
}
.ant-spin-container {
  border-radius: 5px;
  background: var(--color-bg-elevated) !important;
}
.ant-spin .ant-spin-dot i {
  background-color: #5B8BF5 !important;
}
.top-cards .ant-col,
.bottom-cards .ant-col {
  animation: slideInUp 0.6s ease-out;
  animation-fill-mode: both;
}
.top-cards .ant-col:nth-child(1),
.bottom-cards .ant-col:nth-child(1) {
  animation-delay: 0.1s;
}
.top-cards .ant-col:nth-child(2),
.bottom-cards .ant-col:nth-child(2) {
  animation-delay: 0.2s;
}
.top-cards .ant-col:nth-child(3),
.bottom-cards .ant-col:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
[data-theme=dark] ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-theme=dark] ::-webkit-scrollbar-track {
  background: #262626;
}
[data-theme=dark] ::-webkit-scrollbar-thumb {
  background: #424242;
  border-radius: 4px;
}
[data-theme=dark] ::-webkit-scrollbar-thumb:hover {
  background: #595959;
}
::selection {
  background: rgba(24, 144, 255, 0.2);
  color: var(--color-text);
}
[data-theme=dark] ::selection {
  background: rgba(24, 144, 255, 0.3);
  color: rgba(255, 255, 255, 0.88);
}
* {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    sans-serif;
}
body {
  min-width: 360px;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    sans-serif;
}
.w-full {
  width: 100%;
}
.text-center {
  text-align: center;
}
.box-container {
  padding: 15px 5px 0 5px;
  min-width: 330px;
}
@media (max-width: 360px) {
  .box-container {
    padding: 10px 3px 0 3px;
    min-width: auto;
  }
}
@media (max-height: 700px) {
  .box-container {
    padding: 10px 5px 0 5px;
  }
}
.pages-header {
  position: fixed;
  width: 100%;
  border: solid 1px rgba(68, 68, 68, 0.2666666667);
  border-top: none;
  background: #fff;
  z-index: 2;
  padding: 0 24px;
  margin-top: 64px;
  max-height: 45px;
  min-width: 360px;
}
.pages-header .page-title {
  font-size: 20px;
}
.pages-header .page-title .anticon {
  font-size: 20px;
}
@media (max-width: 768px) {
  .box-container {
    min-width: auto;
    padding: 12px 5px 0 5px;
  }
  .pages-header .page-title {
    font-size: 16px;
  }
  .pages-header .page-title .anticon {
    font-size: 16px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
