/* [project]/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: Plus Jakarta Sans, sans-serif;
}

body {
  background: #f4f6fb;
}

[data-theme="dark"] body {
  background: #0d1117 !important;
}

[data-theme="dark"] div[style*="background: '#fff'"], [data-theme="dark"] div[style*="background: #fff"], [data-theme="dark"] div[style*="background: rgb(255, 255, 255)"], [data-theme="dark"] div[style*="background:'#fff'"] {
  background: #161b22 !important;
}

[data-theme="dark"] div[style*="#F4F6FB"], [data-theme="dark"] div[style*="#F0F3FA"], [data-theme="dark"] div[style*="#FAFBFC"] {
  background: #21262d !important;
}

[data-theme="dark"] [style*="color: '#0F1730'"], [data-theme="dark"] [style*="color: #0F1730"], [data-theme="dark"] [style*="color: rgb(15, 23, 48)"] {
  color: #e6edf3 !important;
}

[data-theme="dark"] [style*="color: '#7B8BB2'"], [data-theme="dark"] [style*="color: #7B8BB2"] {
  color: #8b949e !important;
}

[data-theme="dark"] [style*="border.*#E4E8F0"], [data-theme="dark"] [style*="border: 1.5px solid #E4E8F0"], [data-theme="dark"] [style*="border: 1px solid #E4E8F0"], [data-theme="dark"] [style*="border-bottom: 1px solid #E4E8F0"], [data-theme="dark"] [style*="border-bottom: 1px solid #F0F3FA"] {
  border-color: #30363d !important;
}

[data-theme="dark"] [style*="border: 1.5px dashed #D0D7E8"] {
  border-color: #3d444d !important;
}

[data-theme="dark"] input, [data-theme="dark"] select, [data-theme="dark"] textarea {
  color: #e6edf3 !important;
  background: #21262d !important;
  border-color: #30363d !important;
}

[data-theme="dark"] input::placeholder, [data-theme="dark"] textarea::placeholder {
  color: #6e7681 !important;
}

[data-theme="dark"] input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert();
}

[data-theme="dark"] input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  filter: invert();
}

[data-theme="dark"] nav[style*="background: '#fff'"], [data-theme="dark"] div[style*="background: '#fff'"][style*="width: '240px'"] {
  background: #161b22 !important;
}

[data-theme="dark"] [style*="background: '#EEF4FF'"] {
  background: #1c2a3f !important;
}

[data-theme="dark"] [style*="background: '#EDFAF5'"] {
  background: #0f2a18 !important;
}

[data-theme="dark"] [style*="background: '#FEF7EC'"] {
  background: #2a1f0a !important;
}

[data-theme="dark"] [style*="background: '#FEF0EF'"] {
  background: #2a0f0d !important;
}

[data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3 {
  color: #e6edf3 !important;
}

[data-theme="dark"] ::-webkit-scrollbar {
  width: 8px;
}

[data-theme="dark"] ::-webkit-scrollbar-track {
  background: #0d1117;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb {
  background: #30363d;
  border-radius: 4px;
}

[data-theme="dark"] a[style*="color: '#0F1730'"] {
  color: #e6edf3 !important;
}

[data-theme="dark"] a[style*="color: '#7B8BB2'"] {
  color: #8b949e !important;
}

.admin-tabs::-webkit-scrollbar {
  display: none;
}

.admin-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*# sourceMappingURL=src_app_globals_0p2ml0n.css.map*/