/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/libs/docs/style.scss ***!
  \********************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --primary-color: rgb(22, 76, 193);
  --primary-color-light: #437acc;
  --primary-color-dark: #043d92;
  --secondary-color: #edc478;
  --secondary-color-light: #ffca66;
  --secondary-color-dark: #d08700;
  --success-color: #06d6a0;
  --success-color-light: #40e0d0;
  --warning-color: #ffd60a;
  --warning-color-light: #fff066;
  --danger-color: #f72585;
  --danger-color-light: #ff6b9d;
  --info-color: #219ebc;
  --info-color-light: #8ecae6;
  --white-color: #ffffff;
  --dark-color: #000000;
  --light-color: #f8fafc;
  --light-color-hover: #f1f5f9;
  --gray-color-50: #f9fafb;
  --gray-color-100: #f3f4f6;
  --gray-color-200: #e5e7eb;
  --gray-color-300: #d1d5db;
  --gray-color-400: #9ca3af;
  --gray-color-500: #6b7280;
  --gray-color-600: #4b5563;
  --gray-color-700: #374151;
  --gray-color-800: #1f2937;
  --gray-color-900: #111827;
  --gradient: linear-gradient(135deg, #2c67c0 0%, #004ab2 100%);
  --secondary-gradient: linear-gradient(135deg, #c16c30 0%, #b74c00 100%);
  --success-gradient: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
  --warning-gradient: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  --info-gradient: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  --dark-gradient: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  --body-bg-primary: #e6e6e6;
  --body-bg-secondary: #edf4ff;
  --body-bg-tertiary: #c1c1c1;
  --body-color: #0f172a;
  --body-color-subtle: #282828;
  --body-color-muted: #6a6a6a;
  --border-color: #334155;
  --shadow-color: #334155;
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --border-radius: 0.75rem;
  --border-radius-sm: 0.5rem;
  --border-radius-lg: 1rem;
  --border-radius-xl: 1.5rem;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --sidebar-width: 280px;
  --sidebar-collapsed-width: 80px;
  --header-height: 72px;
}

[data-bs-theme=dark] {
  --white-color: #0f172a;
  --dark-color: #ffffff;
  --light-color: #1e293b;
  --light-color-hover: #334155;
  --gray-color-50: #1e293b;
  --gray-color-100: #334155;
  --gray-color-200: #475569;
  --gray-color-300: #64748b;
  --gray-color-400: #94a3b8;
  --gray-color-500: #cbd5e1;
  --gray-color-600: #e2e8f0;
  --gray-color-700: #f1f5f9;
  --gray-color-800: #f8fafc;
  --gray-color-900: #ffffff;
  --gradient: linear-gradient(135deg, #0e1e36 0%, #031227 100%);
  --secondary-gradient: linear-gradient(135deg, #5c2e0c 0%, #8f3c01 100%);
  --body-bg-primary: #1e293b;
  --body-bg-secondary: #0e1e36;
  --body-bg-tertiary: #323e51;
  --body-color: #ffffff;
  --body-color-subtle: #e0e0e0;
  --body-color-muted: #9d9d9d;
  --border-color: #a1b5d0;
  --shadow-color: #a1b5d0;
  --glass-bg: rgba(0, 0, 0, 0.1);
  --glass-border: rgba(31, 22, 22, 0.2);
}

.docs-sidebar {
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem;
}
.docs-sidebar .sidebar-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}
.docs-sidebar .sidebar-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.docs-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.docs-nav .nav-item {
  padding: 0.75rem 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.docs-nav .nav-item:hover {
  background: rgba(20, 33, 61, 0.1);
  color: #14213d;
  transform: translateX(-4px);
}
.docs-nav .nav-item.active {
  background: #14213d;
  color: white;
  box-shadow: 0 2px 4px rgba(20, 33, 61, 0.3);
}

.sidebar-actions {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #e9ecef;
}
.sidebar-actions .btn-download {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: #06d6a0;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.sidebar-actions .btn-download:hover {
  background: rgb(4.6090909091, 164.3909090909, 122.9090909091);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(6, 214, 160, 0.3);
}

.docs-main {
  padding: 2rem;
}
@media (max-width: 768px) {
  .docs-main {
    padding: 1.5rem;
  }
}

.doc-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #14213d;
}
.doc-header .doc-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .doc-header .doc-title {
    font-size: 2rem;
  }
}
.doc-header .doc-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.doc-header .doc-meta .meta-item {
  color: #6c757d;
  font-size: 0.95rem;
  font-weight: 500;
}

.doc-toc {
  border-right: 4px solid #14213d;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.doc-toc details summary {
  font-size: 1.1rem;
  font-weight: 700;
  color: #14213d;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.doc-toc details summary::-webkit-details-marker {
  display: none;
}
.doc-toc details summary::before {
  content: "▼";
  transition: transform 0.2s ease;
}
.doc-toc details:not([open]) summary::before {
  transform: rotate(-90deg);
}
.doc-toc details #toc-content {
  margin-top: 1rem;
  padding-right: 1rem;
}
.doc-toc details #toc-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.doc-toc details #toc-content ul li {
  padding: 0.4rem 0;
}
.doc-toc details #toc-content ul li a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.2s ease;
}
.doc-toc details #toc-content ul li a:hover {
  color: #14213d;
  text-decoration: underline;
}
.doc-toc details #toc-content ul li.level-2 {
  padding-right: 1rem;
}
.doc-toc details #toc-content ul li.level-3 {
  padding-right: 2rem;
}

.markdown-body {
  font-family: "Cairo", "Segoe UI", Tahoma, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2c3e50;
  word-wrap: break-word;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  scroll-margin-top: 2rem;
}
.markdown-body h1:first-child,
.markdown-body h2:first-child,
.markdown-body h3:first-child,
.markdown-body h4:first-child,
.markdown-body h5:first-child,
.markdown-body h6:first-child {
  margin-top: 0;
}
.markdown-body h1 {
  font-size: 2.25rem;
  border-bottom: 3px solid #14213d;
  padding-bottom: 0.5rem;
  color: #14213d;
}
.markdown-body h2 {
  font-size: 1.85rem;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 0.4rem;
  color: rgb(7.4074074074, 12.2222222222, 22.5925925926);
}
.markdown-body h3 {
  font-size: 1.5rem;
  color: #2c3e50;
}
.markdown-body h4 {
  font-size: 1.25rem;
}
.markdown-body p {
  margin-bottom: 1.25rem;
}
.markdown-body a {
  color: #14213d;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}
.markdown-body a:hover {
  border-bottom-color: #14213d;
}
.markdown-body ul,
.markdown-body ol {
  margin-bottom: 1.25rem;
  padding-right: 2rem;
}
.markdown-body ul li,
.markdown-body ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ul,
.markdown-body ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.markdown-body ul {
  list-style-type: disc;
}
.markdown-body ul ul {
  list-style-type: circle;
}
.markdown-body code {
  font-family: "Fira Code", "Monaco", "Courier New", monospace;
  font-size: 0.9em;
  background: #f8f9fa;
  padding: 0.2em 0.4em;
  color: rgb(224.7522123894, 8.2477876106, 107.2212389381);
  font-weight: 500;
}
.markdown-body pre {
  background: #282c34;
  color: #abb2bf;
  padding: 1.25rem;
  overflow-x: auto;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.markdown-body pre code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: 0.95rem;
  line-height: 1.5;
}
.markdown-body blockquote {
  border-right: 4px solid #ffd60a;
  background: #219ebc;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
}
.markdown-body blockquote p:last-child {
  margin-bottom: 0;
}
.markdown-body blockquote::before {
  content: "💡";
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.markdown-body blockquote p {
  color: #eee;
  font-size: 1.1rem;
}
.markdown-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.markdown-body table thead {
  background: #14213d;
  color: white;
}
.markdown-body table thead th {
  padding: 1rem;
  text-align: right;
  font-weight: 700;
}
.markdown-body table tbody tr {
  border-bottom: 1px solid #e9ecef;
}
.markdown-body table tbody tr:nth-child(even) {
  background: #f8f9fa;
}
.markdown-body table tbody tr:hover {
  background: rgb(116.2814814815, 145.8444444444, 209.5185185185);
}
.markdown-body table tbody tr td {
  padding: 0.875rem 1rem;
  text-align: right;
}
.markdown-body hr {
  border: none;
  border-top: 2px solid #e9ecef;
  margin: 2rem 0;
}
.markdown-body img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 1.5rem 0;
}
.markdown-body input[type=checkbox] {
  margin-left: 0.5rem;
  transform: scale(1.2);
}
.markdown-body .alert {
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-right: 4px solid;
}
.markdown-body .alert.alert-success {
  background: rgb(196.15, 253.35, 238.5);
  border-color: #06d6a0;
  color: rgb(1.8272727273, 65.1727272727, 48.7272727273);
}
.markdown-body .alert.alert-warning {
  background: rgb(255, 243.8714285714, 188.5);
  border-color: #ffd60a;
  color: rgb(61, 50.7918367347, 0);
}
.markdown-body .alert.alert-danger {
  background: rgb(254.2212389381, 233.7787610619, 243.1238938053);
  border-color: #f72585;
  color: rgb(126.3628318584, 4.6371681416, 60.2831858407);
}

@media print {
  .docs-sidebar,
  .docs-sidebar-right,
  .doc-footer .footer-actions,
  .sidebar-actions {
    display: none;
  }
  .docs-container {
    grid-template-columns: 1fr;
  }
  .docs-main {
    box-shadow: none;
    padding: 0;
  }
}

/*# sourceMappingURL=docs.1.0.1.bundle.css.map*/