:root,
[data-bs-theme=light] {
	
  --bs-blue: #387e9f;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2d5b70;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 45, 91, 112;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 56, 126, 159;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 56, 126, 159;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/**
* FONT SIZES
* ================================================
*/
.fs-rel-060 {
	font-size: 0.6em;
}
.fs-rel-070 {
	font-size: 0.7em;
}
.fs-rel-080 {
	font-size: 0.8em;
}
.fs-rel-085 {
	font-size: 0.85em;
}
.fs-rel-090 {
	font-size: 0.9em;
}
.fs-rel-100 {
	font-size: 1em;
}
.fs-rel-110 {
	font-size: 1.1em;
}
.fs-rel-125 {
	font-size: 1.25em;
}
.fs-rel-135 {
	font-size: 1.35em;
}
.fs-rel-150 {
	font-size: 1.5em;
}
.fs-rel-175 {
	font-size: 1.75em;
}
.fs-rel-200 {
	font-size: 2em;
}
.fs-rel-250 {
	font-size: 2.5em;
}
.fs-rel-300 {
	font-size: 3em;
}
.fs-rel-350 {
	font-size: 3.5em;
}
.fs-rel-500 {
	font-size: 5em;
}
.fs-rel-700 {
	font-size: 7em;
}

.fs-060 {
	font-size: 0.6rem;
}
.fs-070 {
	font-size: 0.7rem;
 }
.fs-080 {
	font-size: 0.8rem;
}
.fs-085 {
	font-size: 0.85rem;
}
.fs-090 {
	font-size: 0.9rem;
}
.fs-100 {
	font-size: 1rem;
}
.fs-110 {
	font-size: 1.1rem;
}
.fs-125 {
	font-size: 1.25rem;
}
.fs-135 {
	font-size: 1.35rem;
}
.fs-150 {
	font-size: 1.5rem;
}
.fs-175 {
	font-size: 1.75rem;
}
.fs-200 {
	font-size: 2rem;
}
.fs-250 {
	font-size: 2.5rem;
}
.fs-300 {
	font-size: 3rem;
}
.fs-350 {
	font-size: 3.5rem;
}
.fs-500 {
	font-size: 5rem;
}
.fs-700 {
	font-size: 7rem;
}
@media (min-width: 576px) {
	.fs-sm-060 {
		font-size: 0.6rem;
	}
	.fs-sm-070 {
		font-size: 0.7rem;
	}
	.fs-sm-080 {
		font-size: 0.8rem;
	}
	.fs-sm-085 {
		font-size: 0.85rem;
	}
	.fs-sm-090 {
		font-size: 0.9rem;
	}
	.fs-sm-100 {
		font-size: 1rem;
	}
	.fs-sm-110 {
		font-size: 1.1rem;
	}
	.fs-sm-125 {
		font-size: 1.25rem;
	}
	.fs-sm-135 {
		font-size: 1.35rem;
	}
	.fs-sm-150 {
		font-size: 1.5rem;
	}
	.fs-sm-175 {
		font-size: 1.75rem;
	}
	.fs-sm-200 {
		font-size: 2rem;
	}
	.fs-sm-250 {
		font-size: 2.5rem;
	}
	.fs-sm-300 {
		font-size: 3rem;
	}
	.fs-sm-350 {
		font-size: 3.5rem;
	}
	.fs-sm-500 {
		font-size: 5rem;
	}
	.fs-sm-700 {
		font-size: 7rem;
	}
}
@media (min-width: 768px) {
	.fs-md-060 {
		font-size: 0.6rem;
	}
	.fs-md-070 {
		font-size: 0.7rem;
	}
	.fs-md-080 {
		font-size: 0.8rem;
	}
	.fs-md-085 {
		font-size: 0.85rem;
	}
	.fs-md-090 {
		font-size: 0.9rem;
	}
	.fs-md-100 {
		font-size: 1rem;
	}
	.fs-md-110 {
		font-size: 1.1rem;
	}
	.fs-md-125 {
		font-size: 1.25rem;
	}
	.fs-md-135 {
		font-size: 1.35rem;
	}
	.fs-md-150 {
		font-size: 1.5rem;
	}
	.fs-md-175 {
		font-size: 1.75rem;
	}
	.fs-md-200 {
		font-size: 2rem;
	}
	.fs-md-250 {
		font-size: 2.5rem;
	}
	.fs-md-300 {
		font-size: 3rem;
	}
	.fs-md-350 {
		font-size: 3.5rem;
	}
	.fs-md-500 {
		font-size: 5rem;
	}
	.fs-md-700 {
		font-size: 7rem;
	}
}
@media (min-width: 992px) {
	.fs-lg-060 {
		font-size: 0.6rem;
	}
	.fs-lg-070 {
		font-size: 0.7rem;
	}
	.fs-lg-080 {
		font-size: 0.8rem;
	}
	.fs-lg-085 {
		font-size: 0.85rem;
	}
	.fs-lg-090 {
		font-size: 0.9rem;
	}
	.fs-lg-100 {
		font-size: 1rem;
	}
	.fs-lg-110 {
		font-size: 1.1rem;
	}
	.fs-lg-125 {
		font-size: 1.25rem;
	}
	.fs-lg-135 {
		font-size: 1.35rem;
	}
	.fs-lg-150 {
		font-size: 1.5rem;
	}
	.fs-lg-175 {
		font-size: 1.75rem;
	}
	.fs-lg-200 {
		font-size: 2rem;
	}
	.fs-lg-250 {
		font-size: 2.5rem;
	}
	.fs-lg-300 {
		font-size: 3rem;
	}
	.fs-lg-350 {
		font-size: 3.5rem;
	}
	.fs-lg-500 {
		font-size: 5rem;
	}
	.fs-lg-700 {
		font-size: 7rem;
	}
}
@media (min-width: 1200px) {
	.fs-xl-060 {
		font-size: 0.6rem;
	}
	.fs-xl-070 {
		font-size: 0.7rem;
	}
	.fs-xl-080 {
		font-size: 0.8rem;
	}
	.fs-xl-085 {
		font-size: 0.85rem;
	}
	.fs-xl-090 {
		font-size: 0.9rem;
	}
	.fs-xl-100 {
		font-size: 1rem;
	}
	.fs-xl-110 {
		font-size: 1.1rem;
	}
	.fs-xl-125 {
		font-size: 1.25rem;
	}
	.fs-xl-135 {
		font-size: 1.35rem;
	}
	.fs-xl-150 {
		font-size: 1.5rem;
	}
	.fs-xl-175 {
		font-size: 1.75rem;
	}
	.fs-xl-200 {
		font-size: 2rem;
	}
	.fs-xl-250 {
		font-size: 2.5rem;
	}
	.fs-xl-300 {
		font-size: 3rem;
	}
	.fs-xl-350 {
		font-size: 3.5rem;
	}
	.fs-xl-500 {
		font-size: 5rem;
	}
	.fs-xl-700 {
		font-size: 7rem;
	}
}
@media (min-width: 1400px) {
	.fs-xxl-060 {
		font-size: 0.6rem;
	}
	.fs-xxl-070 {
		font-size: 0.7rem;
	}
	.fs-xxl-080 {
		font-size: 0.8rem;
	}
	.fs-xxl-085 {
		font-size: 0.85rem;
	}
	.fs-xxl-090 {
		font-size: 0.9rem;
	}
	.fs-xxl-100 {
		font-size: 1rem;
	}
	.fs-xxl-110 {
		font-size: 1.1rem;
	}
	.fs-xxl-125 {
		font-size: 1.25rem;
	}
	.fs-xxl-135 {
		font-size: 1.35rem;
	}
	.fs-xxl-150 {
		font-size: 1.5rem;
	}
	.fs-xxl-175 {
		font-size: 1.75rem;
	}
	.fs-xxl-200 {
		font-size: 2rem;
	}
	.fs-xxl-250 {
		font-size: 2.5rem;
	}
	.fs-xxl-300 {
		font-size: 3rem;
	}
	.fs-xxl-350 {
		font-size: 3.5rem;
	}
	.fs-xxl-500 {
		font-size: 5rem;
	}
	.fs-xxl-700 {
		font-size: 7rem;
	}
}
/**
* TABLES
* ================================================
*/
.table {
		--bs-link-color: #212529;
		--bs-link-color-rgb: 33,37,41;
		--bs-link-decoration: underline;
		--bs-link-hover-color: #0a58ca;
		--bs-link-hover-color-rgb: 10, 88, 202;

		--table-head-bg: #fff;
		--table-head-color: inherit;
		--table-border-width: 1px;
		--table-section-border: 3px solid #f2f3f4;
		--bs-table-bg: #fff;
		--bs-table-accent-bg: transparent;
		--bs-table-striped-color: #212529;
		--bs-table-striped-bg: #f7f8f9;
		--bs-table-active-color: #212529;
		--bs-table-active-bg: #e2e3e5;
		--table-active-border: #212529;
		--bs-table-hover-color: #212529;
		--bs-table-hover-bg: #f2f3f4;
		--bs-table-color: #545454;
		--border-color: #f2f3f4;
		--bs-table-border-color: var(--border-color);
}
.table-primary {
		--table-head-bg: #fbe2e2;
		--table-head-color: #e81b24;
		--bs-table-bg: rgba(80, 80, 80, 0.05);
		--bs-table-striped-bg: #fff;
		--bs-table-striped-color: #000;
		--bs-table-active-bg: #fbe2e2;
		--bs-table-active-color: #000;
		--bs-table-hover-bg: #e5c7ca;
		--bs-table-hover-color: #000;
		--bs-table-color: #545454;
		--border-color: #bacbe6;
}
.table-secondary {
		--table-head-bg: #e2e3e5;
		--table-head-color: inherit;
		--bs-table-bg: #e2e3e5;
		--bs-table-striped-bg: #d7d8da;
		--bs-table-striped-color: #000;
		--bs-table-active-bg: #cbccce;
		--bs-table-active-color: #000;
		--bs-table-hover-bg: #d1d2d4;
		--bs-table-hover-color: #000;
		--bs-table-color: #000;
		--border-color: #cbccce;
}
.table-success {
		--table-head-bg: #d1e7dd;
		--table-head-color: inherit;
		--bs-table-bg: #d1e7dd;
		--bs-table-striped-bg: #c7dbd2;
		--bs-table-striped-color: #000;
		--bs-table-active-bg: #bcd0c7;
		--bs-table-active-color: #000;
		--bs-table-hover-bg: #c1d6cc;
		--bs-table-hover-color: #000;
		--bs-table-color: #000;
		--border-color: #bcd0c7;
}
.table-info {
		--table-head-bg: #cfe2ff;
		--table-head-color: inherit;
		--bs-table-bg: #cfe2ff;
		--bs-table-striped-bg: #c5d7f2;
		--bs-table-striped-color: #000;
		--bs-table-active-bg: #bacbe6;
		--bs-table-active-color: #000;
		--bs-table-hover-bg: #bfd1ec;
		--bs-table-hover-color: #000;
		--bs-table-color: #000;
		--border-color: #badce3;
}
.table-warning {
		--table-head-bg: #fff3cd;
		--table-head-color: inherit;
		--bs-table-bg: #fff3cd;
		--bs-table-striped-bg: #f2e7c3;
		--bs-table-striped-color: #000;
		--bs-table-active-bg: #e6dbb9;
		--bs-table-active-color: #000;
		--bs-table-hover-bg: #ece1be;
		--bs-table-hover-color: #000;
		--bs-table-color: #000;
		--border-color: #e6dbb9;
}
.table-danger {
		--table-head-bg: #f8d7da;
		--table-head-color: inherit;
		--bs-table-bg: #f8d7da;
		--bs-table-striped-bg: #eccccf;
		--bs-table-striped-color: #000;
		--bs-table-active-bg: #dfc2c4;
		--bs-table-active-color: #000;
		--bs-table-hover-bg: #e5c7ca;
		--bs-table-hover-color: #000;
		--bs-table-color: #000;
		--border-color: #dfc2c4;
}
.table-light {
		--table-head-bg: #ffffff;
		--table-head-color: inherit;
		--table-section-border: 2px solid #a0a0a0;
		--bs-table-bg: #ffffff;
		--bs-table-striped-bg: #f7f8f9;
		--bs-table-striped-color: #000;
		--bs-table-active-bg: #fbe2e2;
		--bs-table-active-color: #000;
		--bs-table-hover-bg: #e5e6e7;
		--bs-table-hover-color: #000;
		--bs-table-color: #000;
		--border-color: #dfe0e1;
}
.table-dark {
		--table-head-bg: #212529;
		--table-head-color: inherit;
		--bs-table-bg: #212529;
		--bs-table-striped-bg: #2c3034;
		--bs-table-striped-color: #fff;
		--bs-table-active-bg: #373b3e;
		--bs-table-active-color: #fff;
		--bs-table-hover-bg: #323539;
		--bs-table-hover-color: #fff;
		--bs-table-color: #fff;
		--border-color: #373b3e;
}

.table thead .button-text,
.table thead button.sort {
	display: block;
	background: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	cursor: pointer;
	padding: 0.2rem 0;
	margin: -0.2rem 0;
	width: 100%;
	text-align: inherit;
	outline: 0;
}

.table-striped>tbody>tr.row-1-0:nth-child(2n+1)>*,
.table-striped>tbody>tr.row-2-0:nth-child(4n+1)>*,
.table-striped>tbody>tr.row-2-1:nth-child(4n+2)>*,
.table-striped>tbody>tr.row-3-0:nth-child(6n+1)>*,
.table-striped>tbody>tr.row-3-1:nth-child(6n+2)>*,
.table-striped>tbody>tr.row-3-2:nth-child(6n+3)>*,
.table-striped>tbody>tr.row-4-0:nth-child(8n+1)>*,
.table-striped>tbody>tr.row-4-1:nth-child(8n+2)>*,
.table-striped>tbody>tr.row-4-2:nth-child(8n+3)>*,
.table-striped>tbody>tr.row-4-3:nth-child(8n+4)>* {
	--bs-table-accent-bg: var(--bs-table-bg);
	color: var(--bs-table-striped-color);
}
.table-striped>tbody>tr.row-1-0:nth-child(2n)>*,
.table-striped>tbody>tr.row-2-0:nth-child(4n+3)>*,
.table-striped>tbody>tr.row-2-1:nth-child(4n)>*,
.table-striped>tbody>tr.row-3-0:nth-child(6n+4)>*,
.table-striped>tbody>tr.row-3-1:nth-child(6n+5)>*,
.table-striped>tbody>tr.row-3-2:nth-child(6n)>*,
.table-striped>tbody>tr.row-4-0:nth-child(8n+5)>*,
.table-striped>tbody>tr.row-4-1:nth-child(8n+6)>*,
.table-striped>tbody>tr.row-4-2:nth-child(8n+7)>*,
.table-striped>tbody>tr.row-4-3:nth-child(8n)>* {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table>:not(caption)>tr.row-2-0>*:not([rowspan="2"]),
.table>:not(caption)>tr.row-3-0>*:not([rowspan="3"]),
.table>:not(caption)>tr.row-3-1>*:not([rowspan="2"]),
.table>:not(caption)>tr.row-4-0>*:not([rowspan="4"]),
.table>:not(caption)>tr.row-4-1>*:not([rowspan="3"]),
.table>:not(caption)>tr.row-4-2>*:not([rowspan="2"]) {
	border-bottom-width: 0;
	padding-bottom: 0.1rem;
}
.table>:not(caption)>tr.row-2-1>*,
.table>:not(caption)>tr.row-3-1>*,
.table>:not(caption)>tr.row-3-2>*,
.table>:not(caption)>tr.row-4-1>*,
.table>:not(caption)>tr.row-4-2>*,
.table>:not(caption)>tr.row-4-3>* {
	padding-top: 0.1rem;
}
.table>:not(:last-child)>tr.row-1-0:nth-last-child(1),
.table>:not(:last-child)>tr.row-2-1:nth-last-child(1)>*,
.table>:not(:last-child)>tr.row-2-0:nth-last-child(2)>*[rowspan="2"],
.table>:not(:last-child)>tr.row-3-2:nth-last-child(1)>*,
.table>:not(:last-child)>tr.row-3-1:nth-last-child(2)>*[rowspan="2"],
.table>:not(:last-child)>tr.row-3-0:nth-last-child(3)>*[rowspan="3"],
.table>:not(:last-child)>tr.row-4-3:nth-last-child(1)>*,
.table>:not(:last-child)>tr.row-4-2:nth-last-child(2)>*[rowspan="2"],
.table>:not(:last-child)>tr.row-4-1:nth-last-child(3)>*[rowspan="3"],
.table>:not(:last-child)>tr.row-4-0:nth-last-child(4)>*[rowspan="4"],
.table>:not(:last-child)>tr.row-5-4:nth-last-child(1)>*,
.table>:not(:last-child)>tr.row-5-3:nth-last-child(2)>*[rowspan="2"],
.table>:not(:last-child)>tr.row-5-2:nth-last-child(3)>*[rowspan="3"],
.table>:not(:last-child)>tr.row-5-1:nth-last-child(4)>*[rowspan="4"],
.table>:not(:last-child)>tr.row-5-0:nth-last-child(5)>*[rowspan="5"] {
	border-color: var(--body)
}
.table.border-0 {
	border-color: transparent !important;
}

.table tr.active>*{
	box-shadow: inset 0 0 0 9999px var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
	border-color: var(--table-active-border);
}

.table .badge {
	min-width: 4.5em;
	font-weight: 700;
	font-size: 0.85em;
}
.table .badge .small {
	font-weight: 500;
	opacity: 1;
}

.table .down {
	--bs-table-accent-bg : var(--bs-danger-bg-subtle) !important;
}
.table .up {
	--bs-table-accent-bg : var(--bs-success-bg-subtle) !important;
}
.table .cellgrow-0 {
	width:1px;
}
@media(min-width: 1200px){
	.align-table{
		table-layout: fixed;
		width:100%;
	}

	.align-table td,
	.align-table th{
		width:25%;
	}
}
@media (max-width: 1199.98px) {
	#table-stocks {
		table-layout: fixed;
	}
	#table-stocks .badge {
		display: block;
	}
}
.btn-custom {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #387e9f; 
    --bs-btn-border-color: #387e9f;
    --bs-btn-hover-color: #ffffff; 
    --bs-btn-hover-bg: #2b7aa0 ; 
    --bs-btn-hover-border-color: #2b7aa0 ;
    --bs-btn-focus-shadow-rgb: 79, 175, 219; 
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #2b7aa0 ;
    --bs-btn-active-border-color: #2b7aa0 ;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #387e9f;
    --bs-btn-disabled-border-color: #387e9f;
}
.btn-outline-custom {
    --bs-btn-color: #357797;
    --bs-btn-border-color: #357797;
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #357797;
    --bs-btn-hover-border-color: #357797;
    --bs-btn-focus-shadow-rgb: 79, 175, 219;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #2b7aa0 ;
    --bs-btn-active-border-color: #2b7aa0;
    --bs-btn-disabled-color: #357797;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #357797;
    --bs-gradient: none;
}
.btn-qualitinvest {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #efa322;
    --bs-btn-border-color: #efa322;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #d9911e;
    --bs-btn-hover-border-color: #d9911e;
    --bs-btn-focus-shadow-rgb: 239, 163, 34;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #c8841a;
    --bs-btn-active-border-color: #c8841a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #efa322;
    --bs-btn-disabled-border-color: #efa322;
}

.btn-outline-qualitinvest {
    --bs-btn-color: #efa322;
    --bs-btn-border-color: #efa322;
    --bs-btn-bg: transparent;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #efa322;
    --bs-btn-hover-border-color: #efa322;
    --bs-btn-focus-shadow-rgb: 239, 163, 34;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #d9911e;
    --bs-btn-active-border-color: #d9911e;
    --bs-btn-disabled-color: #efa322;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #efa322;
    --bs-gradient: none;
}
#main-header,
#footer{
	background-color: var(--bs-primary);
}
#top-navbar ul li a{
	font-size: 0.85rem;
	color: #addaee;
	
}
#main-header .nav-link span {
	color: #fff;
    position: relative;
    display: inline-block;
}
#main-header .nav-link span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 0;
    background-color: var(--bs-blue);
}
#main-header .nav-link.active span::after {
    width: 100%; 
}
.text-qixcapital{
	color: var(--bs-blue);
}
/* @media (max-width: 576px) {
	#carouselQix .carousel-inner {
		height: 240px;
	}
 } */
#carouselQix .carousel-indicators button.active, #carouselExampleCaptions.carousel .carousel-indicators button.active {
		background-color: var(--bs-primary) !important;
}
#carouselQix .carousel-indicators button, #carouselExampleCaptions.carousel .carousel-indicators button {
		background-color: #272222 !important;
}
#carouselQix .carousel-indicators button {
		width: 14px !important;
		height: 14px !important;
		border-radius: 50%;
}
a {
    color: rgba(var(--bs-link-color-rgb));
}
.indizes-table tr.border-bottom {
	border-color:#212529 !important;
}
.indizes-table .btn-outline-success {
		--bs-btn-color: #15794b;
		--bs-btn-border-color: #15794b;
}
.bg-lightgray{
	background-color: #f2f2f2;
}
.anlagestrategien .table{
	--bs-table-bg: #f2f2f2 !important;
}
.anlagestrategien .table td{
	border-color:#212529;
}
.aktuelles-article table {
    width: 100%;
	font-size: 0.95rem;
}

.aktuelles-article table td,
.aktuelles-article table th {
    padding: 0.75rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.aktuelles-article table tr:last-child td {
    border-bottom: none;
}
.pos {
    color: var(--bs-success) !important;
}
.neg{
	 color: var(--bs-danger) !important;
}
.indizes-content .nav-tabs li button{
	color: #737577;
}
.sparrechner-content #result-table.year tr.month {
		display: none;
}
.bg-striped-color{
	--bs-table-bg:#f7f8f9 !important;
}
.h1 a, a.h1, .h2 a, a.h2, .h3 a, a.h3, .h4 a, a.h4, .h5 a, a.h5, .h6 a, a.h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, footer a, a.badge, a.hover-decoration, a.text-secondary, a.text-qixcapital {
    text-decoration: none;
}
.circle-num{
	height: 3rem;
	width: 3rem;
	border-radius: 50%;  
	background: linear-gradient(135deg, #387e9f 0%, #5aa0c4 50%, #68b3d1 100%);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-weight:bold;
	font-size: 1.7rem;
	transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(56, 126, 159, 0.5);
}
.horizontal-nav .nav-link {
  background-color: transparent;
  color: #357797;
  border: 1px solid #357797;
  font-weight: 600;
}
.horizontal-nav .nav-link.active {
  background-color: #387e9f;
  color: #fff;
}
.aktuelles h2 a{
	color: #212529;
}
.card.card-aside {
    --bs-card-border-color: #ededf2;
    --bs-card-bg: #ededf2;
}
.qix-chart button.btn.chart-control.active {
    color: #000;
    border: none;
}
.qix-chart button.btn.chart-control {
    color: var(--bs-blue);
    font-weight: 500;
    font-size: .875rem;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-blue);
	background-color: #fff;
}
