@charset "UTF-8";
/*!
 * Tabler v1.4.0 (https://tabler.io)
 * Copyright 2018-2025 The Tabler Authors
 * Copyright 2018-2025 codecalm.net Paweł Kuna
 * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
 */
/**
 * Converts a given value to a percentage string.
 *
 * @param {Number} $value - The value to be converted to a percentage.
 * @return {String} - The percentage representation of the value.
 */
/**
 * Generates a transparent version of the given color.
 *
 * @param {Color} $color - The base color to be made transparent.
 * @param {Number} $alpha - The level of transparency, ranging from 0 (fully transparent) to 1 (fully opaque). Default is 1.
 * @return {Color} - The resulting color with the specified transparency.
 */
.sidebar-tabler-scope,
.sidebar-tabler-scope [data-bs-theme=light]{
  --tblr-blue: #066fd1;
  --tblr-indigo: #4263eb;
  --tblr-purple: #ae3ec9;
  --tblr-pink: #d6336c;
  --tblr-red: #d63939;
  --tblr-orange: #f76707;
  --tblr-yellow: #f59f00;
  --tblr-green: #2fb344;
  --tblr-teal: #0ca678;
  --tblr-cyan: #17a2b8;
  --tblr-black: #000000;
  --tblr-white: #ffffff;
  --tblr-gray: #4b5563;
  --tblr-gray-dark: #1f2937;
  --tblr-gray-100: #f3f4f6;
  --tblr-gray-200: #e5e7eb;
  --tblr-gray-300: #d1d5db;
  --tblr-gray-400: #9ca3af;
  --tblr-gray-500: #6b7280;
  --tblr-gray-600: #4b5563;
  --tblr-gray-700: #374151;
  --tblr-gray-800: #1f2937;
  --tblr-gray-900: #111827;
  --tblr-primary: #066fd1;
  --tblr-secondary: #6b7280;
  --tblr-success: #2fb344;
  --tblr-info: #4299e1;
  --tblr-warning: #f59f00;
  --tblr-danger: #d63939;
  --tblr-light: #f9fafb;
  --tblr-dark: #1f2937;
  --tblr-muted: #6b7280;
  --tblr-blue: #066fd1;
  --tblr-azure: #4299e1;
  --tblr-indigo: #4263eb;
  --tblr-purple: #ae3ec9;
  --tblr-pink: #d6336c;
  --tblr-red: #d63939;
  --tblr-orange: #f76707;
  --tblr-yellow: #f59f00;
  --tblr-lime: #74b816;
  --tblr-green: #2fb344;
  --tblr-teal: #0ca678;
  --tblr-cyan: #17a2b8;
  --tblr-primary-rgb: 6, 111, 209;
  --tblr-secondary-rgb: 107, 114, 128;
  --tblr-success-rgb: 47, 179, 68;
  --tblr-info-rgb: 66, 153, 225;
  --tblr-warning-rgb: 245, 159, 0;
  --tblr-danger-rgb: 214, 57, 57;
  --tblr-light-rgb: 249, 250, 251;
  --tblr-dark-rgb: 31, 41, 55;
  --tblr-muted-rgb: 107, 114, 128;
  --tblr-blue-rgb: 6, 111, 209;
  --tblr-azure-rgb: 66, 153, 225;
  --tblr-indigo-rgb: 66, 99, 235;
  --tblr-purple-rgb: 174, 62, 201;
  --tblr-pink-rgb: 214, 51, 108;
  --tblr-red-rgb: 214, 57, 57;
  --tblr-orange-rgb: 247, 103, 7;
  --tblr-yellow-rgb: 245, 159, 0;
  --tblr-lime-rgb: 116, 184, 22;
  --tblr-green-rgb: 47, 179, 68;
  --tblr-teal-rgb: 12, 166, 120;
  --tblr-cyan-rgb: 23, 162, 184;
  --tblr-primary-text-emphasis: rgb(2.4, 44.4, 83.6);
  --tblr-secondary-text-emphasis: rgb(42.8, 45.6, 51.2);
  --tblr-success-text-emphasis: rgb(18.8, 71.6, 27.2);
  --tblr-info-text-emphasis: rgb(26.4, 61.2, 90);
  --tblr-warning-text-emphasis: rgb(98, 63.6, 0);
  --tblr-danger-text-emphasis: rgb(85.6, 22.8, 22.8);
  --tblr-light-text-emphasis: #374151;
  --tblr-dark-text-emphasis: #374151;
  --tblr-primary-bg-subtle: rgb(205.2, 226.2, 245.8);
  --tblr-secondary-bg-subtle: rgb(225.4, 226.8, 229.6);
  --tblr-success-bg-subtle: rgb(213.4, 239.8, 217.6);
  --tblr-info-bg-subtle: rgb(217.2, 234.6, 249);
  --tblr-warning-bg-subtle: rgb(253, 235.8, 204);
  --tblr-danger-bg-subtle: rgb(246.8, 215.4, 215.4);
  --tblr-light-bg-subtle: rgb(249, 249.5, 250.5);
  --tblr-dark-bg-subtle: #9ca3af;
  --tblr-primary-border-subtle: rgb(155.4, 197.4, 236.6);
  --tblr-secondary-border-subtle: rgb(195.8, 198.6, 204.2);
  --tblr-success-border-subtle: rgb(171.8, 224.6, 180.2);
  --tblr-info-border-subtle: rgb(179.4, 214.2, 243);
  --tblr-warning-border-subtle: rgb(251, 216.6, 153);
  --tblr-danger-border-subtle: rgb(238.6, 175.8, 175.8);
  --tblr-light-border-subtle: #e5e7eb;
  --tblr-dark-border-subtle: #6b7280;
  --tblr-white-rgb: 255, 255, 255;
  --tblr-black-rgb: 0, 0, 0;
  --tblr-font-sans-serif:    "Inter Var", Inter, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  --tblr-font-monospace:  Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --tblr-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --tblr-body-font-family: var(--tblr-font-sans-serif);
  --tblr-body-font-size: 0.875rem;
  --tblr-body-font-weight: 400;
  --tblr-body-line-height: 1.4285714286;
  --tblr-body-color: #1f2937;
  --tblr-body-color-rgb: 31, 41, 55;
  --tblr-body-bg: #f9fafb;
  --tblr-body-bg-rgb: 249, 250, 251;
  --tblr-emphasis-color: #374151;
  --tblr-emphasis-color-rgb: 55, 65, 81;
  --tblr-secondary-color: rgba(31, 41, 55, 0.75);
  --tblr-secondary-color-rgb: 31, 41, 55;
  --tblr-secondary-bg: #e5e7eb;
  --tblr-secondary-bg-rgb: 229, 231, 235;
  --tblr-tertiary-color: rgba(31, 41, 55, 0.5);
  --tblr-tertiary-color-rgb: 31, 41, 55;
  --tblr-tertiary-bg: #f3f4f6;
  --tblr-tertiary-bg-rgb: 243, 244, 246;
  --tblr-heading-color: inherit;
  --tblr-link-color: #066fd1;
  --tblr-link-color-rgb: 6, 111, 209;
  --tblr-link-decoration: none;
  --tblr-link-hover-color: rgb(4.8, 88.8, 167.2);
  --tblr-link-hover-color-rgb: 5, 89, 167;
  --tblr-link-hover-decoration: underline;
  --tblr-code-color: light-dark(var(--tblr-gray-600), var(--tblr-gray-400));
  --tblr-highlight-color: #1f2937;
  --tblr-highlight-bg: rgb(253, 235.8, 204);
  --tblr-border-width: 1px;
  --tblr-border-style: solid;
  --tblr-border-color: #e5e7eb;
  --tblr-border-color-translucent: rgba(4, 32, 69, 0.1);
  --tblr-border-radius: 6px;
  --tblr-border-radius-sm: 4px;
  --tblr-border-radius-lg: 8px;
  --tblr-border-radius-xl: 1rem;
  --tblr-border-radius-xxl: 2rem;
  --tblr-border-radius-2xl: var(--tblr-border-radius-xxl);
  --tblr-border-radius-pill: 100rem;
  --tblr-box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
  --tblr-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --tblr-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --tblr-box-shadow-inset: 0 0 transparent;
  --tblr-focus-ring-width: 0.25rem;
  --tblr-focus-ring-opacity: 0.25;
  --tblr-focus-ring-color: rgba(var(--tblr-primary-rgb), 0.25);
  --tblr-form-valid-color: #2fb344;
  --tblr-form-valid-border-color: #2fb344;
  --tblr-form-invalid-color: #d63939;
  --tblr-form-invalid-border-color: #d63939;
}

.sidebar-tabler-scope [data-bs-theme=dark],.sidebar-tabler-scope body[data-bs-theme=dark] [data-bs-theme=light]{
  color-scheme: dark;
  --tblr-body-color: #e5e7eb;
  --tblr-body-color-rgb: 229, 231, 235;
  --tblr-body-bg: #111827;
  --tblr-body-bg-rgb: 17, 24, 39;
  --tblr-emphasis-color: #ffffff;
  --tblr-emphasis-color-rgb: 255, 255, 255;
  --tblr-secondary-color: rgba(229, 231, 235, 0.75);
  --tblr-secondary-color-rgb: 229, 231, 235;
  --tblr-secondary-bg: #1f2937;
  --tblr-secondary-bg-rgb: 31, 41, 55;
  --tblr-tertiary-color: rgba(229, 231, 235, 0.5);
  --tblr-tertiary-color-rgb: 229, 231, 235;
  --tblr-tertiary-bg: rgb(24, 32.5, 47);
  --tblr-tertiary-bg-rgb: 24, 33, 47;
  --tblr-primary-text-emphasis: rgb(105.6, 168.6, 227.4);
  --tblr-secondary-text-emphasis: rgb(166.2, 170.4, 178.8);
  --tblr-success-text-emphasis: rgb(130.2, 209.4, 142.8);
  --tblr-info-text-emphasis: rgb(141.6, 193.8, 237);
  --tblr-warning-text-emphasis: rgb(249, 197.4, 102);
  --tblr-danger-text-emphasis: rgb(230.4, 136.2, 136.2);
  --tblr-light-text-emphasis: #f3f4f6;
  --tblr-dark-text-emphasis: #d1d5db;
  --tblr-primary-bg-subtle: rgb(1.2, 22.2, 41.8);
  --tblr-secondary-bg-subtle: rgb(21.4, 22.8, 25.6);
  --tblr-success-bg-subtle: rgb(9.4, 35.8, 13.6);
  --tblr-info-bg-subtle: rgb(13.2, 30.6, 45);
  --tblr-warning-bg-subtle: rgb(49, 31.8, 0);
  --tblr-danger-bg-subtle: rgb(42.8, 11.4, 11.4);
  --tblr-light-bg-subtle: #1f2937;
  --tblr-dark-bg-subtle: rgb(15.5, 20.5, 27.5);
  --tblr-primary-border-subtle: rgb(3.6, 66.6, 125.4);
  --tblr-secondary-border-subtle: rgb(64.2, 68.4, 76.8);
  --tblr-success-border-subtle: rgb(28.2, 107.4, 40.8);
  --tblr-info-border-subtle: rgb(39.6, 91.8, 135);
  --tblr-warning-border-subtle: rgb(147, 95.4, 0);
  --tblr-danger-border-subtle: rgb(128.4, 34.2, 34.2);
  --tblr-light-border-subtle: #374151;
  --tblr-dark-border-subtle: #1f2937;
  --tblr-heading-color: inherit;
  --tblr-link-color: rgb(105.6, 168.6, 227.4);
  --tblr-link-hover-color: rgb(135.48, 185.88, 232.92);
  --tblr-link-color-rgb: 106, 169, 227;
  --tblr-link-hover-color-rgb: 135, 186, 233;
  --tblr-code-color: var(--tblr-gray-300);
  --tblr-highlight-color: #e5e7eb;
  --tblr-highlight-bg: rgb(98, 63.6, 0);
  --tblr-border-color: rgb(45.7069767442, 60.4511627907, 81.0930232558);
  --tblr-border-color-translucent: rgba(72, 110, 149, 0.14);
  --tblr-form-valid-color: rgb(130.2, 209.4, 142.8);
  --tblr-form-valid-border-color: rgb(130.2, 209.4, 142.8);
  --tblr-form-invalid-color: rgb(230.4, 136.2, 136.2);
  --tblr-form-invalid-border-color: rgb(230.4, 136.2, 136.2);
}

.sidebar-tabler-scope *,
.sidebar-tabler-scope *::before,
.sidebar-tabler-scope *::after{
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
.sidebar-tabler-scope{
    scroll-behavior: smooth;
  }
}

.sidebar-tabler-scope body{
  margin: 0;
  font-family: var(--tblr-body-font-family);
  font-size: var(--tblr-body-font-size);
  font-weight: var(--tblr-body-font-weight);
  line-height: var(--tblr-body-line-height);
  color: var(--tblr-body-color);
  text-align: var(--tblr-body-text-align);
  background-color: var(--tblr-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sidebar-tabler-scope hr,.sidebar-tabler-scope .hr{
  margin: 2rem 0;
  color: inherit;
  border: 0;
  border-top: var(--tblr-border-width) solid;
  opacity: 0.16;
}

.sidebar-tabler-scope h6,.sidebar-tabler-scope .h6,.sidebar-tabler-scope h5,.sidebar-tabler-scope .h5,.sidebar-tabler-scope h4,.sidebar-tabler-scope .h4,.sidebar-tabler-scope h3,.sidebar-tabler-scope .h3,.sidebar-tabler-scope h2,.sidebar-tabler-scope .h2,.sidebar-tabler-scope h1,.sidebar-tabler-scope .h1{
  margin-top: 0;
  margin-bottom: var(--tblr-spacer);
  font-weight: var(--tblr-font-weight-bold);
  line-height: 1.2;
  color: var(--tblr-heading-color);
}

.sidebar-tabler-scope h1,.sidebar-tabler-scope .h1{
  font-size: 1.5rem;
}

.sidebar-tabler-scope h2,.sidebar-tabler-scope .h2{
  font-size: 1.25rem;
}

.sidebar-tabler-scope h3,.sidebar-tabler-scope .h3{
  font-size: 1rem;
}

.sidebar-tabler-scope h4,.sidebar-tabler-scope .h4{
  font-size: 0.875rem;
}

.sidebar-tabler-scope h5,.sidebar-tabler-scope .h5{
  font-size: 0.75rem;
}

.sidebar-tabler-scope h6,.sidebar-tabler-scope .h6{
  font-size: 0.625rem;
}

.sidebar-tabler-scope p{
  margin-top: 0;
  margin-bottom: 1rem;
}

.sidebar-tabler-scope abbr[title]{
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.sidebar-tabler-scope address{
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.sidebar-tabler-scope ol,
.sidebar-tabler-scope ul{
  padding-left: 2rem;
}

.sidebar-tabler-scope ol,
.sidebar-tabler-scope ul,
.sidebar-tabler-scope dl{
  margin-top: 0;
  margin-bottom: 1rem;
}

.sidebar-tabler-scope ol ol,
.sidebar-tabler-scope ul ul,
.sidebar-tabler-scope ol ul,
.sidebar-tabler-scope ul ol{
  margin-bottom: 0;
}

.sidebar-tabler-scope dt{
  font-weight: 600;
}

.sidebar-tabler-scope dd{
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.sidebar-tabler-scope blockquote{
  margin: 0 0 1rem;
}

.sidebar-tabler-scope b,
.sidebar-tabler-scope strong{
  font-weight: bolder;
}

.sidebar-tabler-scope small,.sidebar-tabler-scope .small{
  font-size: 0.875em;
}

.sidebar-tabler-scope mark,.sidebar-tabler-scope .mark{
  padding: 0.1875em;
  color: var(--tblr-highlight-color);
  background-color: var(--tblr-highlight-bg);
}

.sidebar-tabler-scope sub,
.sidebar-tabler-scope sup{
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.sidebar-tabler-scope sub{
  bottom: -0.25em;
}

.sidebar-tabler-scope sup{
  top: -0.5em;
}

.sidebar-tabler-scope a{
  color: rgba(var(--tblr-link-color-rgb), var(--tblr-link-opacity, 1));
  text-decoration: none;
}
.sidebar-tabler-scope a:hover{
  --tblr-link-color-rgb: var(--tblr-link-hover-color-rgb);
  text-decoration: underline;
}

.sidebar-tabler-scope a:not([href]):not([class]),.sidebar-tabler-scope a:not([href]):not([class]):hover{
  color: inherit;
  text-decoration: none;
}

.sidebar-tabler-scope pre,
.sidebar-tabler-scope code,
.sidebar-tabler-scope kbd,
.sidebar-tabler-scope samp{
  font-family: var(--tblr-font-monospace);
  font-size: 1em;
}

.sidebar-tabler-scope pre{
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.85714285em;
  color: var(--tblr-light);
}
.sidebar-tabler-scope pre code{
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.sidebar-tabler-scope code{
  font-size: 0.85714285em;
  color: var(--tblr-code-color);
  word-wrap: break-word;
}
.sidebar-tabler-scope a > code{
  color: inherit;
}

.sidebar-tabler-scope kbd{
  padding: 0.25rem 0.5rem;
  font-size: var(--tblr-font-size-h5);
  color: var(--tblr-text-secondary-dark);
  background-color: var(--tblr-code-bg);
  border-radius: 4px;
}
.sidebar-tabler-scope kbd kbd{
  padding: 0;
  font-size: 1em;
}

.sidebar-tabler-scope figure{
  margin: 0 0 1rem;
}

.sidebar-tabler-scope img,
.sidebar-tabler-scope svg{
  vertical-align: middle;
}

.sidebar-tabler-scope table{
  caption-side: bottom;
  border-collapse: collapse;
}

.sidebar-tabler-scope caption{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--tblr-secondary-color);
  text-align: left;
}

.sidebar-tabler-scope th{
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.sidebar-tabler-scope thead,
.sidebar-tabler-scope tbody,
.sidebar-tabler-scope tfoot,
.sidebar-tabler-scope tr,
.sidebar-tabler-scope td,
.sidebar-tabler-scope th{
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.sidebar-tabler-scope label{
  display: inline-block;
}

.sidebar-tabler-scope button{
  border-radius: 0;
}

.sidebar-tabler-scope button:focus:not(:focus-visible){
  outline: 0;
}

.sidebar-tabler-scope input,
.sidebar-tabler-scope button,
.sidebar-tabler-scope select,
.sidebar-tabler-scope optgroup,
.sidebar-tabler-scope textarea{
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sidebar-tabler-scope button,
.sidebar-tabler-scope select{
  text-transform: none;
}

.sidebar-tabler-scope [role=button]{
  cursor: pointer;
}

.sidebar-tabler-scope select{
  word-wrap: normal;
}
.sidebar-tabler-scope select:disabled{
  opacity: 1;
}

.sidebar-tabler-scope [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{
  display: none !important;
}

.sidebar-tabler-scope button,
.sidebar-tabler-scope [type=button],
.sidebar-tabler-scope [type=reset],
.sidebar-tabler-scope [type=submit]{
  -webkit-appearance: button;
}
.sidebar-tabler-scope button:not(:disabled),
.sidebar-tabler-scope [type=button]:not(:disabled),
.sidebar-tabler-scope [type=reset]:not(:disabled),
.sidebar-tabler-scope [type=submit]:not(:disabled){
  cursor: pointer;
}

.sidebar-tabler-scope ::-moz-focus-inner{
  padding: 0;
  border-style: none;
}

.sidebar-tabler-scope textarea{
  resize: vertical;
}

.sidebar-tabler-scope fieldset{
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.sidebar-tabler-scope legend{
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: 1.5rem;
}
.sidebar-tabler-scope legend + *{
  clear: left;
}

.sidebar-tabler-scope ::-webkit-datetime-edit-fields-wrapper,
.sidebar-tabler-scope ::-webkit-datetime-edit-text,
.sidebar-tabler-scope ::-webkit-datetime-edit-minute,
.sidebar-tabler-scope ::-webkit-datetime-edit-hour-field,
.sidebar-tabler-scope ::-webkit-datetime-edit-day-field,
.sidebar-tabler-scope ::-webkit-datetime-edit-month-field,
.sidebar-tabler-scope ::-webkit-datetime-edit-year-field{
  padding: 0;
}

.sidebar-tabler-scope ::-webkit-inner-spin-button{
  height: auto;
}

.sidebar-tabler-scope [type=search]{
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
.sidebar-tabler-scope ::-webkit-search-decoration{
  -webkit-appearance: none;
}

.sidebar-tabler-scope ::-webkit-color-swatch-wrapper{
  padding: 0;
}

.sidebar-tabler-scope ::file-selector-button{
  font: inherit;
  -webkit-appearance: button;
}

.sidebar-tabler-scope output{
  display: inline-block;
}

.sidebar-tabler-scope iframe{
  border: 0;
}

.sidebar-tabler-scope summary{
  display: list-item;
  cursor: pointer;
}

.sidebar-tabler-scope progress{
  vertical-align: baseline;
}

.sidebar-tabler-scope [hidden]{
  display: none !important;
}

.sidebar-tabler-scope .lead{
  font-size: 0.875rem;
  font-weight: var(--tblr-font-weight-normal);
}

.sidebar-tabler-scope .display-1{
  font-weight: 300;
  line-height: 1.2;
  font-size: 5rem;
}

.sidebar-tabler-scope .display-2{
  font-weight: 300;
  line-height: 1.2;
  font-size: 4.5rem;
}

.sidebar-tabler-scope .display-3{
  font-weight: 300;
  line-height: 1.2;
  font-size: 4rem;
}

.sidebar-tabler-scope .display-4{
  font-weight: 300;
  line-height: 1.2;
  font-size: 3.5rem;
}

.sidebar-tabler-scope .display-5{
  font-weight: 300;
  line-height: 1.2;
  font-size: 3rem;
}

.sidebar-tabler-scope .display-6{
  font-weight: 300;
  line-height: 1.2;
  font-size: 2rem;
}

.sidebar-tabler-scope .list-unstyled{
  padding-left: 0;
  list-style: none;
}

.sidebar-tabler-scope .list-inline{
  padding-left: 0;
  list-style: none;
}

.sidebar-tabler-scope .list-inline-item{
  display: inline-block;
}
.sidebar-tabler-scope .list-inline-item:not(:last-child){
  margin-right: 0.5rem;
}

.sidebar-tabler-scope .initialism{
  font-size: 0.875em;
  text-transform: uppercase;
}

.sidebar-tabler-scope .blockquote{
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.sidebar-tabler-scope .blockquote > :last-child{
  margin-bottom: 0;
}

.sidebar-tabler-scope .blockquote-footer{
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #4b5563;
}
.sidebar-tabler-scope .blockquote-footer::before{
  content: "— ";
}

.sidebar-tabler-scope .img-fluid{
  max-width: 100%;
  height: auto;
}

.sidebar-tabler-scope .img-thumbnail{
  padding: 0.25rem;
  background-color: var(--tblr-body-bg);
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
  box-shadow: var(--tblr-box-shadow-sm);
  max-width: 100%;
  height: auto;
}

.sidebar-tabler-scope .figure{
  display: inline-block;
}

.sidebar-tabler-scope .figure-img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.sidebar-tabler-scope .figure-caption{
  font-size: 0.875em;
  color: var(--tblr-secondary-color);
}

.sidebar-tabler-scope .container,
.sidebar-tabler-scope .container-fluid,
.sidebar-tabler-scope .container-xxl,
.sidebar-tabler-scope .container-xl,
.sidebar-tabler-scope .container-lg,
.sidebar-tabler-scope .container-md,
.sidebar-tabler-scope .container-sm{
  --tblr-gutter-x: calc(var(--tblr-page-padding) * 2);
  --tblr-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--tblr-gutter-x) * 0.5);
  padding-left: calc(var(--tblr-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
.sidebar-tabler-scope .container-sm,.sidebar-tabler-scope .container{
    max-width: 540px;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .container-md,.sidebar-tabler-scope .container-sm,.sidebar-tabler-scope .container{
    max-width: 720px;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .container-lg,.sidebar-tabler-scope .container-md,.sidebar-tabler-scope .container-sm,.sidebar-tabler-scope .container{
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .container-xl,.sidebar-tabler-scope .container-lg,.sidebar-tabler-scope .container-md,.sidebar-tabler-scope .container-sm,.sidebar-tabler-scope .container{
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .container-xxl,.sidebar-tabler-scope .container-xl,.sidebar-tabler-scope .container-lg,.sidebar-tabler-scope .container-md,.sidebar-tabler-scope .container-sm,.sidebar-tabler-scope .container{
    max-width: 1320px;
  }
}
.sidebar-tabler-scope{
  --tblr-breakpoint-xs: 0;
  --tblr-breakpoint-sm: 576px;
  --tblr-breakpoint-md: 768px;
  --tblr-breakpoint-lg: 992px;
  --tblr-breakpoint-xl: 1200px;
  --tblr-breakpoint-xxl: 1400px;
}

.sidebar-tabler-scope .row{
  --tblr-gutter-x: var(--tblr-page-padding);
  --tblr-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--tblr-gutter-y));
  margin-right: calc(-0.5 * var(--tblr-gutter-x));
  margin-left: calc(-0.5 * var(--tblr-gutter-x));
}
.sidebar-tabler-scope .row > *{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tblr-gutter-x) * 0.5);
  padding-left: calc(var(--tblr-gutter-x) * 0.5);
  margin-top: var(--tblr-gutter-y);
}

.sidebar-tabler-scope .grid{
  display: grid;
  grid-template-rows: repeat(var(--tblr-rows, 1), 1fr);
  grid-template-columns: repeat(var(--tblr-columns, 12), 1fr);
  gap: var(--tblr-gap, var(--tblr-page-padding));
}
.sidebar-tabler-scope .grid .g-col-1{
  grid-column: auto/span 1;
}
.sidebar-tabler-scope .grid .g-col-2{
  grid-column: auto/span 2;
}
.sidebar-tabler-scope .grid .g-col-3{
  grid-column: auto/span 3;
}
.sidebar-tabler-scope .grid .g-col-4{
  grid-column: auto/span 4;
}
.sidebar-tabler-scope .grid .g-col-5{
  grid-column: auto/span 5;
}
.sidebar-tabler-scope .grid .g-col-6{
  grid-column: auto/span 6;
}
.sidebar-tabler-scope .grid .g-col-7{
  grid-column: auto/span 7;
}
.sidebar-tabler-scope .grid .g-col-8{
  grid-column: auto/span 8;
}
.sidebar-tabler-scope .grid .g-col-9{
  grid-column: auto/span 9;
}
.sidebar-tabler-scope .grid .g-col-10{
  grid-column: auto/span 10;
}
.sidebar-tabler-scope .grid .g-col-11{
  grid-column: auto/span 11;
}
.sidebar-tabler-scope .grid .g-col-12{
  grid-column: auto/span 12;
}
.sidebar-tabler-scope .grid .g-start-1{
  grid-column-start: 1;
}
.sidebar-tabler-scope .grid .g-start-2{
  grid-column-start: 2;
}
.sidebar-tabler-scope .grid .g-start-3{
  grid-column-start: 3;
}
.sidebar-tabler-scope .grid .g-start-4{
  grid-column-start: 4;
}
.sidebar-tabler-scope .grid .g-start-5{
  grid-column-start: 5;
}
.sidebar-tabler-scope .grid .g-start-6{
  grid-column-start: 6;
}
.sidebar-tabler-scope .grid .g-start-7{
  grid-column-start: 7;
}
.sidebar-tabler-scope .grid .g-start-8{
  grid-column-start: 8;
}
.sidebar-tabler-scope .grid .g-start-9{
  grid-column-start: 9;
}
.sidebar-tabler-scope .grid .g-start-10{
  grid-column-start: 10;
}
.sidebar-tabler-scope .grid .g-start-11{
  grid-column-start: 11;
}
@media (min-width: 576px) {
.sidebar-tabler-scope .grid .g-col-sm-1{
    grid-column: auto/span 1;
  }
.sidebar-tabler-scope .grid .g-col-sm-2{
    grid-column: auto/span 2;
  }
.sidebar-tabler-scope .grid .g-col-sm-3{
    grid-column: auto/span 3;
  }
.sidebar-tabler-scope .grid .g-col-sm-4{
    grid-column: auto/span 4;
  }
.sidebar-tabler-scope .grid .g-col-sm-5{
    grid-column: auto/span 5;
  }
.sidebar-tabler-scope .grid .g-col-sm-6{
    grid-column: auto/span 6;
  }
.sidebar-tabler-scope .grid .g-col-sm-7{
    grid-column: auto/span 7;
  }
.sidebar-tabler-scope .grid .g-col-sm-8{
    grid-column: auto/span 8;
  }
.sidebar-tabler-scope .grid .g-col-sm-9{
    grid-column: auto/span 9;
  }
.sidebar-tabler-scope .grid .g-col-sm-10{
    grid-column: auto/span 10;
  }
.sidebar-tabler-scope .grid .g-col-sm-11{
    grid-column: auto/span 11;
  }
.sidebar-tabler-scope .grid .g-col-sm-12{
    grid-column: auto/span 12;
  }
.sidebar-tabler-scope .grid .g-start-sm-1{
    grid-column-start: 1;
  }
.sidebar-tabler-scope .grid .g-start-sm-2{
    grid-column-start: 2;
  }
.sidebar-tabler-scope .grid .g-start-sm-3{
    grid-column-start: 3;
  }
.sidebar-tabler-scope .grid .g-start-sm-4{
    grid-column-start: 4;
  }
.sidebar-tabler-scope .grid .g-start-sm-5{
    grid-column-start: 5;
  }
.sidebar-tabler-scope .grid .g-start-sm-6{
    grid-column-start: 6;
  }
.sidebar-tabler-scope .grid .g-start-sm-7{
    grid-column-start: 7;
  }
.sidebar-tabler-scope .grid .g-start-sm-8{
    grid-column-start: 8;
  }
.sidebar-tabler-scope .grid .g-start-sm-9{
    grid-column-start: 9;
  }
.sidebar-tabler-scope .grid .g-start-sm-10{
    grid-column-start: 10;
  }
.sidebar-tabler-scope .grid .g-start-sm-11{
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .grid .g-col-md-1{
    grid-column: auto/span 1;
  }
.sidebar-tabler-scope .grid .g-col-md-2{
    grid-column: auto/span 2;
  }
.sidebar-tabler-scope .grid .g-col-md-3{
    grid-column: auto/span 3;
  }
.sidebar-tabler-scope .grid .g-col-md-4{
    grid-column: auto/span 4;
  }
.sidebar-tabler-scope .grid .g-col-md-5{
    grid-column: auto/span 5;
  }
.sidebar-tabler-scope .grid .g-col-md-6{
    grid-column: auto/span 6;
  }
.sidebar-tabler-scope .grid .g-col-md-7{
    grid-column: auto/span 7;
  }
.sidebar-tabler-scope .grid .g-col-md-8{
    grid-column: auto/span 8;
  }
.sidebar-tabler-scope .grid .g-col-md-9{
    grid-column: auto/span 9;
  }
.sidebar-tabler-scope .grid .g-col-md-10{
    grid-column: auto/span 10;
  }
.sidebar-tabler-scope .grid .g-col-md-11{
    grid-column: auto/span 11;
  }
.sidebar-tabler-scope .grid .g-col-md-12{
    grid-column: auto/span 12;
  }
.sidebar-tabler-scope .grid .g-start-md-1{
    grid-column-start: 1;
  }
.sidebar-tabler-scope .grid .g-start-md-2{
    grid-column-start: 2;
  }
.sidebar-tabler-scope .grid .g-start-md-3{
    grid-column-start: 3;
  }
.sidebar-tabler-scope .grid .g-start-md-4{
    grid-column-start: 4;
  }
.sidebar-tabler-scope .grid .g-start-md-5{
    grid-column-start: 5;
  }
.sidebar-tabler-scope .grid .g-start-md-6{
    grid-column-start: 6;
  }
.sidebar-tabler-scope .grid .g-start-md-7{
    grid-column-start: 7;
  }
.sidebar-tabler-scope .grid .g-start-md-8{
    grid-column-start: 8;
  }
.sidebar-tabler-scope .grid .g-start-md-9{
    grid-column-start: 9;
  }
.sidebar-tabler-scope .grid .g-start-md-10{
    grid-column-start: 10;
  }
.sidebar-tabler-scope .grid .g-start-md-11{
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .grid .g-col-lg-1{
    grid-column: auto/span 1;
  }
.sidebar-tabler-scope .grid .g-col-lg-2{
    grid-column: auto/span 2;
  }
.sidebar-tabler-scope .grid .g-col-lg-3{
    grid-column: auto/span 3;
  }
.sidebar-tabler-scope .grid .g-col-lg-4{
    grid-column: auto/span 4;
  }
.sidebar-tabler-scope .grid .g-col-lg-5{
    grid-column: auto/span 5;
  }
.sidebar-tabler-scope .grid .g-col-lg-6{
    grid-column: auto/span 6;
  }
.sidebar-tabler-scope .grid .g-col-lg-7{
    grid-column: auto/span 7;
  }
.sidebar-tabler-scope .grid .g-col-lg-8{
    grid-column: auto/span 8;
  }
.sidebar-tabler-scope .grid .g-col-lg-9{
    grid-column: auto/span 9;
  }
.sidebar-tabler-scope .grid .g-col-lg-10{
    grid-column: auto/span 10;
  }
.sidebar-tabler-scope .grid .g-col-lg-11{
    grid-column: auto/span 11;
  }
.sidebar-tabler-scope .grid .g-col-lg-12{
    grid-column: auto/span 12;
  }
.sidebar-tabler-scope .grid .g-start-lg-1{
    grid-column-start: 1;
  }
.sidebar-tabler-scope .grid .g-start-lg-2{
    grid-column-start: 2;
  }
.sidebar-tabler-scope .grid .g-start-lg-3{
    grid-column-start: 3;
  }
.sidebar-tabler-scope .grid .g-start-lg-4{
    grid-column-start: 4;
  }
.sidebar-tabler-scope .grid .g-start-lg-5{
    grid-column-start: 5;
  }
.sidebar-tabler-scope .grid .g-start-lg-6{
    grid-column-start: 6;
  }
.sidebar-tabler-scope .grid .g-start-lg-7{
    grid-column-start: 7;
  }
.sidebar-tabler-scope .grid .g-start-lg-8{
    grid-column-start: 8;
  }
.sidebar-tabler-scope .grid .g-start-lg-9{
    grid-column-start: 9;
  }
.sidebar-tabler-scope .grid .g-start-lg-10{
    grid-column-start: 10;
  }
.sidebar-tabler-scope .grid .g-start-lg-11{
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .grid .g-col-xl-1{
    grid-column: auto/span 1;
  }
.sidebar-tabler-scope .grid .g-col-xl-2{
    grid-column: auto/span 2;
  }
.sidebar-tabler-scope .grid .g-col-xl-3{
    grid-column: auto/span 3;
  }
.sidebar-tabler-scope .grid .g-col-xl-4{
    grid-column: auto/span 4;
  }
.sidebar-tabler-scope .grid .g-col-xl-5{
    grid-column: auto/span 5;
  }
.sidebar-tabler-scope .grid .g-col-xl-6{
    grid-column: auto/span 6;
  }
.sidebar-tabler-scope .grid .g-col-xl-7{
    grid-column: auto/span 7;
  }
.sidebar-tabler-scope .grid .g-col-xl-8{
    grid-column: auto/span 8;
  }
.sidebar-tabler-scope .grid .g-col-xl-9{
    grid-column: auto/span 9;
  }
.sidebar-tabler-scope .grid .g-col-xl-10{
    grid-column: auto/span 10;
  }
.sidebar-tabler-scope .grid .g-col-xl-11{
    grid-column: auto/span 11;
  }
.sidebar-tabler-scope .grid .g-col-xl-12{
    grid-column: auto/span 12;
  }
.sidebar-tabler-scope .grid .g-start-xl-1{
    grid-column-start: 1;
  }
.sidebar-tabler-scope .grid .g-start-xl-2{
    grid-column-start: 2;
  }
.sidebar-tabler-scope .grid .g-start-xl-3{
    grid-column-start: 3;
  }
.sidebar-tabler-scope .grid .g-start-xl-4{
    grid-column-start: 4;
  }
.sidebar-tabler-scope .grid .g-start-xl-5{
    grid-column-start: 5;
  }
.sidebar-tabler-scope .grid .g-start-xl-6{
    grid-column-start: 6;
  }
.sidebar-tabler-scope .grid .g-start-xl-7{
    grid-column-start: 7;
  }
.sidebar-tabler-scope .grid .g-start-xl-8{
    grid-column-start: 8;
  }
.sidebar-tabler-scope .grid .g-start-xl-9{
    grid-column-start: 9;
  }
.sidebar-tabler-scope .grid .g-start-xl-10{
    grid-column-start: 10;
  }
.sidebar-tabler-scope .grid .g-start-xl-11{
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .grid .g-col-xxl-1{
    grid-column: auto/span 1;
  }
.sidebar-tabler-scope .grid .g-col-xxl-2{
    grid-column: auto/span 2;
  }
.sidebar-tabler-scope .grid .g-col-xxl-3{
    grid-column: auto/span 3;
  }
.sidebar-tabler-scope .grid .g-col-xxl-4{
    grid-column: auto/span 4;
  }
.sidebar-tabler-scope .grid .g-col-xxl-5{
    grid-column: auto/span 5;
  }
.sidebar-tabler-scope .grid .g-col-xxl-6{
    grid-column: auto/span 6;
  }
.sidebar-tabler-scope .grid .g-col-xxl-7{
    grid-column: auto/span 7;
  }
.sidebar-tabler-scope .grid .g-col-xxl-8{
    grid-column: auto/span 8;
  }
.sidebar-tabler-scope .grid .g-col-xxl-9{
    grid-column: auto/span 9;
  }
.sidebar-tabler-scope .grid .g-col-xxl-10{
    grid-column: auto/span 10;
  }
.sidebar-tabler-scope .grid .g-col-xxl-11{
    grid-column: auto/span 11;
  }
.sidebar-tabler-scope .grid .g-col-xxl-12{
    grid-column: auto/span 12;
  }
.sidebar-tabler-scope .grid .g-start-xxl-1{
    grid-column-start: 1;
  }
.sidebar-tabler-scope .grid .g-start-xxl-2{
    grid-column-start: 2;
  }
.sidebar-tabler-scope .grid .g-start-xxl-3{
    grid-column-start: 3;
  }
.sidebar-tabler-scope .grid .g-start-xxl-4{
    grid-column-start: 4;
  }
.sidebar-tabler-scope .grid .g-start-xxl-5{
    grid-column-start: 5;
  }
.sidebar-tabler-scope .grid .g-start-xxl-6{
    grid-column-start: 6;
  }
.sidebar-tabler-scope .grid .g-start-xxl-7{
    grid-column-start: 7;
  }
.sidebar-tabler-scope .grid .g-start-xxl-8{
    grid-column-start: 8;
  }
.sidebar-tabler-scope .grid .g-start-xxl-9{
    grid-column-start: 9;
  }
.sidebar-tabler-scope .grid .g-start-xxl-10{
    grid-column-start: 10;
  }
.sidebar-tabler-scope .grid .g-start-xxl-11{
    grid-column-start: 11;
  }
}

.sidebar-tabler-scope .col{
  flex: 1 0 0;
}

.sidebar-tabler-scope .row-cols-auto > *{
  flex: 0 0 auto;
  width: auto;
}

.sidebar-tabler-scope .row-cols-1 > *{
  flex: 0 0 auto;
  width: 100%;
}

.sidebar-tabler-scope .row-cols-2 > *{
  flex: 0 0 auto;
  width: 50%;
}

.sidebar-tabler-scope .row-cols-3 > *{
  flex: 0 0 auto;
  width: 33.33333333%;
}

.sidebar-tabler-scope .row-cols-4 > *{
  flex: 0 0 auto;
  width: 25%;
}

.sidebar-tabler-scope .row-cols-5 > *{
  flex: 0 0 auto;
  width: 20%;
}

.sidebar-tabler-scope .row-cols-6 > *{
  flex: 0 0 auto;
  width: 16.66666667%;
}

.sidebar-tabler-scope .col-auto{
  flex: 0 0 auto;
  width: auto;
}

.sidebar-tabler-scope .col-1{
  flex: 0 0 auto;
  width: 8.33333333%;
}

.sidebar-tabler-scope .col-2{
  flex: 0 0 auto;
  width: 16.66666667%;
}

.sidebar-tabler-scope .col-3{
  flex: 0 0 auto;
  width: 25%;
}

.sidebar-tabler-scope .col-4{
  flex: 0 0 auto;
  width: 33.33333333%;
}

.sidebar-tabler-scope .col-5{
  flex: 0 0 auto;
  width: 41.66666667%;
}

.sidebar-tabler-scope .col-6{
  flex: 0 0 auto;
  width: 50%;
}

.sidebar-tabler-scope .col-7{
  flex: 0 0 auto;
  width: 58.33333333%;
}

.sidebar-tabler-scope .col-8{
  flex: 0 0 auto;
  width: 66.66666667%;
}

.sidebar-tabler-scope .col-9{
  flex: 0 0 auto;
  width: 75%;
}

.sidebar-tabler-scope .col-10{
  flex: 0 0 auto;
  width: 83.33333333%;
}

.sidebar-tabler-scope .col-11{
  flex: 0 0 auto;
  width: 91.66666667%;
}

.sidebar-tabler-scope .col-12{
  flex: 0 0 auto;
  width: 100%;
}

.sidebar-tabler-scope .offset-1{
  margin-left: 8.33333333%;
}

.sidebar-tabler-scope .offset-2{
  margin-left: 16.66666667%;
}

.sidebar-tabler-scope .offset-3{
  margin-left: 25%;
}

.sidebar-tabler-scope .offset-4{
  margin-left: 33.33333333%;
}

.sidebar-tabler-scope .offset-5{
  margin-left: 41.66666667%;
}

.sidebar-tabler-scope .offset-6{
  margin-left: 50%;
}

.sidebar-tabler-scope .offset-7{
  margin-left: 58.33333333%;
}

.sidebar-tabler-scope .offset-8{
  margin-left: 66.66666667%;
}

.sidebar-tabler-scope .offset-9{
  margin-left: 75%;
}

.sidebar-tabler-scope .offset-10{
  margin-left: 83.33333333%;
}

.sidebar-tabler-scope .offset-11{
  margin-left: 91.66666667%;
}

.sidebar-tabler-scope .g-0,
.sidebar-tabler-scope .gx-0{
  --tblr-gutter-x: 0;
}

.sidebar-tabler-scope .g-0,
.sidebar-tabler-scope .gy-0{
  --tblr-gutter-y: 0;
}

.sidebar-tabler-scope .g-1,
.sidebar-tabler-scope .gx-1{
  --tblr-gutter-x: 0.25rem;
}

.sidebar-tabler-scope .g-1,
.sidebar-tabler-scope .gy-1{
  --tblr-gutter-y: 0.25rem;
}

.sidebar-tabler-scope .g-2,
.sidebar-tabler-scope .gx-2{
  --tblr-gutter-x: 0.5rem;
}

.sidebar-tabler-scope .g-2,
.sidebar-tabler-scope .gy-2{
  --tblr-gutter-y: 0.5rem;
}

.sidebar-tabler-scope .g-3,
.sidebar-tabler-scope .gx-3{
  --tblr-gutter-x: 1rem;
}

.sidebar-tabler-scope .g-3,
.sidebar-tabler-scope .gy-3{
  --tblr-gutter-y: 1rem;
}

.sidebar-tabler-scope .g-4,
.sidebar-tabler-scope .gx-4{
  --tblr-gutter-x: 1.5rem;
}

.sidebar-tabler-scope .g-4,
.sidebar-tabler-scope .gy-4{
  --tblr-gutter-y: 1.5rem;
}

.sidebar-tabler-scope .g-5,
.sidebar-tabler-scope .gx-5{
  --tblr-gutter-x: 2rem;
}

.sidebar-tabler-scope .g-5,
.sidebar-tabler-scope .gy-5{
  --tblr-gutter-y: 2rem;
}

.sidebar-tabler-scope .g-6,
.sidebar-tabler-scope .gx-6{
  --tblr-gutter-x: 2.5rem;
}

.sidebar-tabler-scope .g-6,
.sidebar-tabler-scope .gy-6{
  --tblr-gutter-y: 2.5rem;
}

@media (min-width: 576px) {
.sidebar-tabler-scope .col-sm{
    flex: 1 0 0;
  }
.sidebar-tabler-scope .row-cols-sm-auto > *{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .row-cols-sm-1 > *{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .row-cols-sm-2 > *{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .row-cols-sm-3 > *{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .row-cols-sm-4 > *{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .row-cols-sm-5 > *{
    flex: 0 0 auto;
    width: 20%;
  }
.sidebar-tabler-scope .row-cols-sm-6 > *{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-sm-auto{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .col-sm-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }
.sidebar-tabler-scope .col-sm-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-sm-3{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .col-sm-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .col-sm-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }
.sidebar-tabler-scope .col-sm-6{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .col-sm-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }
.sidebar-tabler-scope .col-sm-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
.sidebar-tabler-scope .col-sm-9{
    flex: 0 0 auto;
    width: 75%;
  }
.sidebar-tabler-scope .col-sm-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }
.sidebar-tabler-scope .col-sm-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }
.sidebar-tabler-scope .col-sm-12{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .offset-sm-0{
    margin-left: 0;
  }
.sidebar-tabler-scope .offset-sm-1{
    margin-left: 8.33333333%;
  }
.sidebar-tabler-scope .offset-sm-2{
    margin-left: 16.66666667%;
  }
.sidebar-tabler-scope .offset-sm-3{
    margin-left: 25%;
  }
.sidebar-tabler-scope .offset-sm-4{
    margin-left: 33.33333333%;
  }
.sidebar-tabler-scope .offset-sm-5{
    margin-left: 41.66666667%;
  }
.sidebar-tabler-scope .offset-sm-6{
    margin-left: 50%;
  }
.sidebar-tabler-scope .offset-sm-7{
    margin-left: 58.33333333%;
  }
.sidebar-tabler-scope .offset-sm-8{
    margin-left: 66.66666667%;
  }
.sidebar-tabler-scope .offset-sm-9{
    margin-left: 75%;
  }
.sidebar-tabler-scope .offset-sm-10{
    margin-left: 83.33333333%;
  }
.sidebar-tabler-scope .offset-sm-11{
    margin-left: 91.66666667%;
  }
.sidebar-tabler-scope .g-sm-0,
.sidebar-tabler-scope .gx-sm-0{
    --tblr-gutter-x: 0;
  }
.sidebar-tabler-scope .g-sm-0,
.sidebar-tabler-scope .gy-sm-0{
    --tblr-gutter-y: 0;
  }
.sidebar-tabler-scope .g-sm-1,
.sidebar-tabler-scope .gx-sm-1{
    --tblr-gutter-x: 0.25rem;
  }
.sidebar-tabler-scope .g-sm-1,
.sidebar-tabler-scope .gy-sm-1{
    --tblr-gutter-y: 0.25rem;
  }
.sidebar-tabler-scope .g-sm-2,
.sidebar-tabler-scope .gx-sm-2{
    --tblr-gutter-x: 0.5rem;
  }
.sidebar-tabler-scope .g-sm-2,
.sidebar-tabler-scope .gy-sm-2{
    --tblr-gutter-y: 0.5rem;
  }
.sidebar-tabler-scope .g-sm-3,
.sidebar-tabler-scope .gx-sm-3{
    --tblr-gutter-x: 1rem;
  }
.sidebar-tabler-scope .g-sm-3,
.sidebar-tabler-scope .gy-sm-3{
    --tblr-gutter-y: 1rem;
  }
.sidebar-tabler-scope .g-sm-4,
.sidebar-tabler-scope .gx-sm-4{
    --tblr-gutter-x: 1.5rem;
  }
.sidebar-tabler-scope .g-sm-4,
.sidebar-tabler-scope .gy-sm-4{
    --tblr-gutter-y: 1.5rem;
  }
.sidebar-tabler-scope .g-sm-5,
.sidebar-tabler-scope .gx-sm-5{
    --tblr-gutter-x: 2rem;
  }
.sidebar-tabler-scope .g-sm-5,
.sidebar-tabler-scope .gy-sm-5{
    --tblr-gutter-y: 2rem;
  }
.sidebar-tabler-scope .g-sm-6,
.sidebar-tabler-scope .gx-sm-6{
    --tblr-gutter-x: 2.5rem;
  }
.sidebar-tabler-scope .g-sm-6,
.sidebar-tabler-scope .gy-sm-6{
    --tblr-gutter-y: 2.5rem;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .col-md{
    flex: 1 0 0;
  }
.sidebar-tabler-scope .row-cols-md-auto > *{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .row-cols-md-1 > *{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .row-cols-md-2 > *{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .row-cols-md-3 > *{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .row-cols-md-4 > *{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .row-cols-md-5 > *{
    flex: 0 0 auto;
    width: 20%;
  }
.sidebar-tabler-scope .row-cols-md-6 > *{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-md-auto{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .col-md-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }
.sidebar-tabler-scope .col-md-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-md-3{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .col-md-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .col-md-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }
.sidebar-tabler-scope .col-md-6{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .col-md-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }
.sidebar-tabler-scope .col-md-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
.sidebar-tabler-scope .col-md-9{
    flex: 0 0 auto;
    width: 75%;
  }
.sidebar-tabler-scope .col-md-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }
.sidebar-tabler-scope .col-md-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }
.sidebar-tabler-scope .col-md-12{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .offset-md-0{
    margin-left: 0;
  }
.sidebar-tabler-scope .offset-md-1{
    margin-left: 8.33333333%;
  }
.sidebar-tabler-scope .offset-md-2{
    margin-left: 16.66666667%;
  }
.sidebar-tabler-scope .offset-md-3{
    margin-left: 25%;
  }
.sidebar-tabler-scope .offset-md-4{
    margin-left: 33.33333333%;
  }
.sidebar-tabler-scope .offset-md-5{
    margin-left: 41.66666667%;
  }
.sidebar-tabler-scope .offset-md-6{
    margin-left: 50%;
  }
.sidebar-tabler-scope .offset-md-7{
    margin-left: 58.33333333%;
  }
.sidebar-tabler-scope .offset-md-8{
    margin-left: 66.66666667%;
  }
.sidebar-tabler-scope .offset-md-9{
    margin-left: 75%;
  }
.sidebar-tabler-scope .offset-md-10{
    margin-left: 83.33333333%;
  }
.sidebar-tabler-scope .offset-md-11{
    margin-left: 91.66666667%;
  }
.sidebar-tabler-scope .g-md-0,
.sidebar-tabler-scope .gx-md-0{
    --tblr-gutter-x: 0;
  }
.sidebar-tabler-scope .g-md-0,
.sidebar-tabler-scope .gy-md-0{
    --tblr-gutter-y: 0;
  }
.sidebar-tabler-scope .g-md-1,
.sidebar-tabler-scope .gx-md-1{
    --tblr-gutter-x: 0.25rem;
  }
.sidebar-tabler-scope .g-md-1,
.sidebar-tabler-scope .gy-md-1{
    --tblr-gutter-y: 0.25rem;
  }
.sidebar-tabler-scope .g-md-2,
.sidebar-tabler-scope .gx-md-2{
    --tblr-gutter-x: 0.5rem;
  }
.sidebar-tabler-scope .g-md-2,
.sidebar-tabler-scope .gy-md-2{
    --tblr-gutter-y: 0.5rem;
  }
.sidebar-tabler-scope .g-md-3,
.sidebar-tabler-scope .gx-md-3{
    --tblr-gutter-x: 1rem;
  }
.sidebar-tabler-scope .g-md-3,
.sidebar-tabler-scope .gy-md-3{
    --tblr-gutter-y: 1rem;
  }
.sidebar-tabler-scope .g-md-4,
.sidebar-tabler-scope .gx-md-4{
    --tblr-gutter-x: 1.5rem;
  }
.sidebar-tabler-scope .g-md-4,
.sidebar-tabler-scope .gy-md-4{
    --tblr-gutter-y: 1.5rem;
  }
.sidebar-tabler-scope .g-md-5,
.sidebar-tabler-scope .gx-md-5{
    --tblr-gutter-x: 2rem;
  }
.sidebar-tabler-scope .g-md-5,
.sidebar-tabler-scope .gy-md-5{
    --tblr-gutter-y: 2rem;
  }
.sidebar-tabler-scope .g-md-6,
.sidebar-tabler-scope .gx-md-6{
    --tblr-gutter-x: 2.5rem;
  }
.sidebar-tabler-scope .g-md-6,
.sidebar-tabler-scope .gy-md-6{
    --tblr-gutter-y: 2.5rem;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .col-lg{
    flex: 1 0 0;
  }
.sidebar-tabler-scope .row-cols-lg-auto > *{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .row-cols-lg-1 > *{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .row-cols-lg-2 > *{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .row-cols-lg-3 > *{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .row-cols-lg-4 > *{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .row-cols-lg-5 > *{
    flex: 0 0 auto;
    width: 20%;
  }
.sidebar-tabler-scope .row-cols-lg-6 > *{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-lg-auto{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .col-lg-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }
.sidebar-tabler-scope .col-lg-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-lg-3{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .col-lg-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .col-lg-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }
.sidebar-tabler-scope .col-lg-6{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .col-lg-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }
.sidebar-tabler-scope .col-lg-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
.sidebar-tabler-scope .col-lg-9{
    flex: 0 0 auto;
    width: 75%;
  }
.sidebar-tabler-scope .col-lg-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }
.sidebar-tabler-scope .col-lg-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }
.sidebar-tabler-scope .col-lg-12{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .offset-lg-0{
    margin-left: 0;
  }
.sidebar-tabler-scope .offset-lg-1{
    margin-left: 8.33333333%;
  }
.sidebar-tabler-scope .offset-lg-2{
    margin-left: 16.66666667%;
  }
.sidebar-tabler-scope .offset-lg-3{
    margin-left: 25%;
  }
.sidebar-tabler-scope .offset-lg-4{
    margin-left: 33.33333333%;
  }
.sidebar-tabler-scope .offset-lg-5{
    margin-left: 41.66666667%;
  }
.sidebar-tabler-scope .offset-lg-6{
    margin-left: 50%;
  }
.sidebar-tabler-scope .offset-lg-7{
    margin-left: 58.33333333%;
  }
.sidebar-tabler-scope .offset-lg-8{
    margin-left: 66.66666667%;
  }
.sidebar-tabler-scope .offset-lg-9{
    margin-left: 75%;
  }
.sidebar-tabler-scope .offset-lg-10{
    margin-left: 83.33333333%;
  }
.sidebar-tabler-scope .offset-lg-11{
    margin-left: 91.66666667%;
  }
.sidebar-tabler-scope .g-lg-0,
.sidebar-tabler-scope .gx-lg-0{
    --tblr-gutter-x: 0;
  }
.sidebar-tabler-scope .g-lg-0,
.sidebar-tabler-scope .gy-lg-0{
    --tblr-gutter-y: 0;
  }
.sidebar-tabler-scope .g-lg-1,
.sidebar-tabler-scope .gx-lg-1{
    --tblr-gutter-x: 0.25rem;
  }
.sidebar-tabler-scope .g-lg-1,
.sidebar-tabler-scope .gy-lg-1{
    --tblr-gutter-y: 0.25rem;
  }
.sidebar-tabler-scope .g-lg-2,
.sidebar-tabler-scope .gx-lg-2{
    --tblr-gutter-x: 0.5rem;
  }
.sidebar-tabler-scope .g-lg-2,
.sidebar-tabler-scope .gy-lg-2{
    --tblr-gutter-y: 0.5rem;
  }
.sidebar-tabler-scope .g-lg-3,
.sidebar-tabler-scope .gx-lg-3{
    --tblr-gutter-x: 1rem;
  }
.sidebar-tabler-scope .g-lg-3,
.sidebar-tabler-scope .gy-lg-3{
    --tblr-gutter-y: 1rem;
  }
.sidebar-tabler-scope .g-lg-4,
.sidebar-tabler-scope .gx-lg-4{
    --tblr-gutter-x: 1.5rem;
  }
.sidebar-tabler-scope .g-lg-4,
.sidebar-tabler-scope .gy-lg-4{
    --tblr-gutter-y: 1.5rem;
  }
.sidebar-tabler-scope .g-lg-5,
.sidebar-tabler-scope .gx-lg-5{
    --tblr-gutter-x: 2rem;
  }
.sidebar-tabler-scope .g-lg-5,
.sidebar-tabler-scope .gy-lg-5{
    --tblr-gutter-y: 2rem;
  }
.sidebar-tabler-scope .g-lg-6,
.sidebar-tabler-scope .gx-lg-6{
    --tblr-gutter-x: 2.5rem;
  }
.sidebar-tabler-scope .g-lg-6,
.sidebar-tabler-scope .gy-lg-6{
    --tblr-gutter-y: 2.5rem;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .col-xl{
    flex: 1 0 0;
  }
.sidebar-tabler-scope .row-cols-xl-auto > *{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .row-cols-xl-1 > *{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .row-cols-xl-2 > *{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .row-cols-xl-3 > *{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .row-cols-xl-4 > *{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .row-cols-xl-5 > *{
    flex: 0 0 auto;
    width: 20%;
  }
.sidebar-tabler-scope .row-cols-xl-6 > *{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-xl-auto{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .col-xl-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }
.sidebar-tabler-scope .col-xl-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-xl-3{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .col-xl-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .col-xl-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }
.sidebar-tabler-scope .col-xl-6{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .col-xl-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }
.sidebar-tabler-scope .col-xl-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
.sidebar-tabler-scope .col-xl-9{
    flex: 0 0 auto;
    width: 75%;
  }
.sidebar-tabler-scope .col-xl-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }
.sidebar-tabler-scope .col-xl-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }
.sidebar-tabler-scope .col-xl-12{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .offset-xl-0{
    margin-left: 0;
  }
.sidebar-tabler-scope .offset-xl-1{
    margin-left: 8.33333333%;
  }
.sidebar-tabler-scope .offset-xl-2{
    margin-left: 16.66666667%;
  }
.sidebar-tabler-scope .offset-xl-3{
    margin-left: 25%;
  }
.sidebar-tabler-scope .offset-xl-4{
    margin-left: 33.33333333%;
  }
.sidebar-tabler-scope .offset-xl-5{
    margin-left: 41.66666667%;
  }
.sidebar-tabler-scope .offset-xl-6{
    margin-left: 50%;
  }
.sidebar-tabler-scope .offset-xl-7{
    margin-left: 58.33333333%;
  }
.sidebar-tabler-scope .offset-xl-8{
    margin-left: 66.66666667%;
  }
.sidebar-tabler-scope .offset-xl-9{
    margin-left: 75%;
  }
.sidebar-tabler-scope .offset-xl-10{
    margin-left: 83.33333333%;
  }
.sidebar-tabler-scope .offset-xl-11{
    margin-left: 91.66666667%;
  }
.sidebar-tabler-scope .g-xl-0,
.sidebar-tabler-scope .gx-xl-0{
    --tblr-gutter-x: 0;
  }
.sidebar-tabler-scope .g-xl-0,
.sidebar-tabler-scope .gy-xl-0{
    --tblr-gutter-y: 0;
  }
.sidebar-tabler-scope .g-xl-1,
.sidebar-tabler-scope .gx-xl-1{
    --tblr-gutter-x: 0.25rem;
  }
.sidebar-tabler-scope .g-xl-1,
.sidebar-tabler-scope .gy-xl-1{
    --tblr-gutter-y: 0.25rem;
  }
.sidebar-tabler-scope .g-xl-2,
.sidebar-tabler-scope .gx-xl-2{
    --tblr-gutter-x: 0.5rem;
  }
.sidebar-tabler-scope .g-xl-2,
.sidebar-tabler-scope .gy-xl-2{
    --tblr-gutter-y: 0.5rem;
  }
.sidebar-tabler-scope .g-xl-3,
.sidebar-tabler-scope .gx-xl-3{
    --tblr-gutter-x: 1rem;
  }
.sidebar-tabler-scope .g-xl-3,
.sidebar-tabler-scope .gy-xl-3{
    --tblr-gutter-y: 1rem;
  }
.sidebar-tabler-scope .g-xl-4,
.sidebar-tabler-scope .gx-xl-4{
    --tblr-gutter-x: 1.5rem;
  }
.sidebar-tabler-scope .g-xl-4,
.sidebar-tabler-scope .gy-xl-4{
    --tblr-gutter-y: 1.5rem;
  }
.sidebar-tabler-scope .g-xl-5,
.sidebar-tabler-scope .gx-xl-5{
    --tblr-gutter-x: 2rem;
  }
.sidebar-tabler-scope .g-xl-5,
.sidebar-tabler-scope .gy-xl-5{
    --tblr-gutter-y: 2rem;
  }
.sidebar-tabler-scope .g-xl-6,
.sidebar-tabler-scope .gx-xl-6{
    --tblr-gutter-x: 2.5rem;
  }
.sidebar-tabler-scope .g-xl-6,
.sidebar-tabler-scope .gy-xl-6{
    --tblr-gutter-y: 2.5rem;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .col-xxl{
    flex: 1 0 0;
  }
.sidebar-tabler-scope .row-cols-xxl-auto > *{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .row-cols-xxl-1 > *{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .row-cols-xxl-2 > *{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .row-cols-xxl-3 > *{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .row-cols-xxl-4 > *{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .row-cols-xxl-5 > *{
    flex: 0 0 auto;
    width: 20%;
  }
.sidebar-tabler-scope .row-cols-xxl-6 > *{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-xxl-auto{
    flex: 0 0 auto;
    width: auto;
  }
.sidebar-tabler-scope .col-xxl-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }
.sidebar-tabler-scope .col-xxl-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }
.sidebar-tabler-scope .col-xxl-3{
    flex: 0 0 auto;
    width: 25%;
  }
.sidebar-tabler-scope .col-xxl-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
.sidebar-tabler-scope .col-xxl-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }
.sidebar-tabler-scope .col-xxl-6{
    flex: 0 0 auto;
    width: 50%;
  }
.sidebar-tabler-scope .col-xxl-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }
.sidebar-tabler-scope .col-xxl-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
.sidebar-tabler-scope .col-xxl-9{
    flex: 0 0 auto;
    width: 75%;
  }
.sidebar-tabler-scope .col-xxl-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }
.sidebar-tabler-scope .col-xxl-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }
.sidebar-tabler-scope .col-xxl-12{
    flex: 0 0 auto;
    width: 100%;
  }
.sidebar-tabler-scope .offset-xxl-0{
    margin-left: 0;
  }
.sidebar-tabler-scope .offset-xxl-1{
    margin-left: 8.33333333%;
  }
.sidebar-tabler-scope .offset-xxl-2{
    margin-left: 16.66666667%;
  }
.sidebar-tabler-scope .offset-xxl-3{
    margin-left: 25%;
  }
.sidebar-tabler-scope .offset-xxl-4{
    margin-left: 33.33333333%;
  }
.sidebar-tabler-scope .offset-xxl-5{
    margin-left: 41.66666667%;
  }
.sidebar-tabler-scope .offset-xxl-6{
    margin-left: 50%;
  }
.sidebar-tabler-scope .offset-xxl-7{
    margin-left: 58.33333333%;
  }
.sidebar-tabler-scope .offset-xxl-8{
    margin-left: 66.66666667%;
  }
.sidebar-tabler-scope .offset-xxl-9{
    margin-left: 75%;
  }
.sidebar-tabler-scope .offset-xxl-10{
    margin-left: 83.33333333%;
  }
.sidebar-tabler-scope .offset-xxl-11{
    margin-left: 91.66666667%;
  }
.sidebar-tabler-scope .g-xxl-0,
.sidebar-tabler-scope .gx-xxl-0{
    --tblr-gutter-x: 0;
  }
.sidebar-tabler-scope .g-xxl-0,
.sidebar-tabler-scope .gy-xxl-0{
    --tblr-gutter-y: 0;
  }
.sidebar-tabler-scope .g-xxl-1,
.sidebar-tabler-scope .gx-xxl-1{
    --tblr-gutter-x: 0.25rem;
  }
.sidebar-tabler-scope .g-xxl-1,
.sidebar-tabler-scope .gy-xxl-1{
    --tblr-gutter-y: 0.25rem;
  }
.sidebar-tabler-scope .g-xxl-2,
.sidebar-tabler-scope .gx-xxl-2{
    --tblr-gutter-x: 0.5rem;
  }
.sidebar-tabler-scope .g-xxl-2,
.sidebar-tabler-scope .gy-xxl-2{
    --tblr-gutter-y: 0.5rem;
  }
.sidebar-tabler-scope .g-xxl-3,
.sidebar-tabler-scope .gx-xxl-3{
    --tblr-gutter-x: 1rem;
  }
.sidebar-tabler-scope .g-xxl-3,
.sidebar-tabler-scope .gy-xxl-3{
    --tblr-gutter-y: 1rem;
  }
.sidebar-tabler-scope .g-xxl-4,
.sidebar-tabler-scope .gx-xxl-4{
    --tblr-gutter-x: 1.5rem;
  }
.sidebar-tabler-scope .g-xxl-4,
.sidebar-tabler-scope .gy-xxl-4{
    --tblr-gutter-y: 1.5rem;
  }
.sidebar-tabler-scope .g-xxl-5,
.sidebar-tabler-scope .gx-xxl-5{
    --tblr-gutter-x: 2rem;
  }
.sidebar-tabler-scope .g-xxl-5,
.sidebar-tabler-scope .gy-xxl-5{
    --tblr-gutter-y: 2rem;
  }
.sidebar-tabler-scope .g-xxl-6,
.sidebar-tabler-scope .gx-xxl-6{
    --tblr-gutter-x: 2.5rem;
  }
.sidebar-tabler-scope .g-xxl-6,
.sidebar-tabler-scope .gy-xxl-6{
    --tblr-gutter-y: 2.5rem;
  }
}
.sidebar-tabler-scope .table,.sidebar-tabler-scope .markdown > table{
  --tblr-table-color-type: initial;
  --tblr-table-bg-type: initial;
  --tblr-table-color-state: initial;
  --tblr-table-bg-state: initial;
  --tblr-table-color: inherit;
  --tblr-table-bg: transparent;
  --tblr-table-border-color: var(--tblr-border-color-translucent);
  --tblr-table-accent-bg: transparent;
  --tblr-table-striped-color: inherit;
  --tblr-table-striped-bg: var(--tblr-bg-surface-tertiary);
  --tblr-table-active-color: inherit;
  --tblr-table-active-bg: var(--tblr-active-bg);
  --tblr-table-hover-color: inherit;
  --tblr-table-hover-bg: rgba(var(--tblr-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--tblr-table-border-color);
}
.sidebar-tabler-scope .table > :not(caption) > * > *,.sidebar-tabler-scope .markdown > table > :not(caption) > * > *{
  padding: 0.75rem 0.75rem;
  color: var(--tblr-table-color-state, var(--tblr-table-color-type, var(--tblr-table-color)));
  background-color: var(--tblr-table-bg);
  border-bottom-width: var(--tblr-border-width);
  box-shadow: inset 0 0 0 9999px var(--tblr-table-bg-state, var(--tblr-table-bg-type, var(--tblr-table-accent-bg)));
}
.sidebar-tabler-scope .table > tbody,.sidebar-tabler-scope .markdown > table > tbody{
  vertical-align: inherit;
}
.sidebar-tabler-scope .table > thead,.sidebar-tabler-scope .markdown > table > thead{
  vertical-align: bottom;
}

.sidebar-tabler-scope .table-group-divider{
  border-top: calc(var(--tblr-border-width) * 2) solid var(--tblr-border-color-translucent);
}

.sidebar-tabler-scope .caption-top{
  caption-side: top;
}

.sidebar-tabler-scope .table-sm > :not(caption) > * > *,.sidebar-tabler-scope .markdown > table > :not(caption) > * > *{
  padding: 0.25rem 0.25rem;
}

.sidebar-tabler-scope .table-bordered > :not(caption) > *,.sidebar-tabler-scope .markdown > table > :not(caption) > *{
  border-width: var(--tblr-border-width) 0;
}
.sidebar-tabler-scope .table-bordered > :not(caption) > * > *,.sidebar-tabler-scope .markdown > table > :not(caption) > * > *{
  border-width: 0 var(--tblr-border-width);
}

.sidebar-tabler-scope .table-borderless > :not(caption) > * > *{
  border-bottom-width: 0;
}
.sidebar-tabler-scope .table-borderless > :not(:first-child){
  border-top-width: 0;
}

.sidebar-tabler-scope .table-striped > tbody > tr:nth-of-type(even) > *{
  --tblr-table-color-type: var(--tblr-table-striped-color);
  --tblr-table-bg-type: var(--tblr-table-striped-bg);
}

.sidebar-tabler-scope .table-striped-columns > :not(caption) > tr > :nth-child(even){
  --tblr-table-color-type: var(--tblr-table-striped-color);
  --tblr-table-bg-type: var(--tblr-table-striped-bg);
}

.sidebar-tabler-scope .table-active{
  --tblr-table-color-state: var(--tblr-table-active-color);
  --tblr-table-bg-state: var(--tblr-table-active-bg);
}

.sidebar-tabler-scope .table-hover > tbody > tr:hover > *{
  --tblr-table-color-state: var(--tblr-table-hover-color);
  --tblr-table-bg-state: var(--tblr-table-hover-bg);
}

.sidebar-tabler-scope .table-primary{
  --tblr-table-color: #1f2937;
  --tblr-table-bg: rgb(205.2, 226.2, 245.8);
  --tblr-table-border-color: rgb(170.36, 189.16, 207.64);
  --tblr-table-striped-bg: rgb(196.49, 216.94, 236.26);
  --tblr-table-striped-color: #1f2937;
  --tblr-table-active-bg: rgb(187.78, 207.68, 226.72);
  --tblr-table-active-color: #f9fafb;
  --tblr-table-hover-bg: rgb(192.135, 212.31, 231.49);
  --tblr-table-hover-color: #1f2937;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}

.sidebar-tabler-scope .table-secondary{
  --tblr-table-color: #1f2937;
  --tblr-table-bg: rgb(225.4, 226.8, 229.6);
  --tblr-table-border-color: rgb(186.52, 189.64, 194.68);
  --tblr-table-striped-bg: rgb(215.68, 217.51, 220.87);
  --tblr-table-striped-color: #1f2937;
  --tblr-table-active-bg: rgb(205.96, 208.22, 212.14);
  --tblr-table-active-color: #1f2937;
  --tblr-table-hover-bg: rgb(210.82, 212.865, 216.505);
  --tblr-table-hover-color: #1f2937;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}

.sidebar-tabler-scope .table-success{
  --tblr-table-color: #1f2937;
  --tblr-table-bg: rgb(213.4, 239.8, 217.6);
  --tblr-table-border-color: rgb(176.92, 200.04, 185.08);
  --tblr-table-striped-bg: rgb(204.28, 229.86, 209.47);
  --tblr-table-striped-color: #1f2937;
  --tblr-table-active-bg: rgb(195.16, 219.92, 201.34);
  --tblr-table-active-color: #1f2937;
  --tblr-table-hover-bg: rgb(199.72, 224.89, 205.405);
  --tblr-table-hover-color: #1f2937;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}

.sidebar-tabler-scope .table-info{
  --tblr-table-color: #1f2937;
  --tblr-table-bg: rgb(217.2, 234.6, 249);
  --tblr-table-border-color: rgb(179.96, 195.88, 210.2);
  --tblr-table-striped-bg: rgb(207.89, 224.92, 239.3);
  --tblr-table-striped-color: #1f2937;
  --tblr-table-active-bg: rgb(198.58, 215.24, 229.6);
  --tblr-table-active-color: #1f2937;
  --tblr-table-hover-bg: rgb(203.235, 220.08, 234.45);
  --tblr-table-hover-color: #1f2937;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}

.sidebar-tabler-scope .table-warning{
  --tblr-table-color: #1f2937;
  --tblr-table-bg: rgb(253, 235.8, 204);
  --tblr-table-border-color: rgb(208.6, 196.84, 174.2);
  --tblr-table-striped-bg: rgb(241.9, 226.06, 196.55);
  --tblr-table-striped-color: #1f2937;
  --tblr-table-active-bg: rgb(230.8, 216.32, 189.1);
  --tblr-table-active-color: #1f2937;
  --tblr-table-hover-bg: rgb(236.35, 221.19, 192.825);
  --tblr-table-hover-color: #1f2937;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}

.sidebar-tabler-scope .table-danger{
  --tblr-table-color: #1f2937;
  --tblr-table-bg: rgb(246.8, 215.4, 215.4);
  --tblr-table-border-color: rgb(203.64, 180.52, 183.32);
  --tblr-table-striped-bg: rgb(236.01, 206.68, 207.38);
  --tblr-table-striped-color: #1f2937;
  --tblr-table-active-bg: rgb(225.22, 197.96, 199.36);
  --tblr-table-active-color: #f9fafb;
  --tblr-table-hover-bg: rgb(230.615, 202.32, 203.37);
  --tblr-table-hover-color: #1f2937;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}

.sidebar-tabler-scope .table-light{
  --tblr-table-color: #1f2937;
  --tblr-table-bg: #f9fafb;
  --tblr-table-border-color: rgb(205.4, 208.2, 211.8);
  --tblr-table-striped-bg: rgb(238.1, 239.55, 241.2);
  --tblr-table-striped-color: #1f2937;
  --tblr-table-active-bg: rgb(227.2, 229.1, 231.4);
  --tblr-table-active-color: #1f2937;
  --tblr-table-hover-bg: rgb(232.65, 234.325, 236.3);
  --tblr-table-hover-color: #1f2937;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}

.sidebar-tabler-scope .table-dark{
  --tblr-table-color: #f9fafb;
  --tblr-table-bg: #1f2937;
  --tblr-table-border-color: rgb(74.6, 82.8, 94.2);
  --tblr-table-striped-bg: rgb(41.9, 51.45, 64.8);
  --tblr-table-striped-color: #f9fafb;
  --tblr-table-active-bg: rgb(52.8, 61.9, 74.6);
  --tblr-table-active-color: #f9fafb;
  --tblr-table-hover-bg: rgb(47.35, 56.675, 69.7);
  --tblr-table-hover-color: #f9fafb;
  color: var(--tblr-table-color);
  border-color: var(--tblr-table-border-color);
}

.sidebar-tabler-scope .table-responsive{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
.sidebar-tabler-scope .table-responsive-sm{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
.sidebar-tabler-scope .table-responsive-md{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
.sidebar-tabler-scope .table-responsive-lg{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
.sidebar-tabler-scope .table-responsive-xl{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
.sidebar-tabler-scope .table-responsive-xxl{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.sidebar-tabler-scope .form-label{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: var(--tblr-font-weight-medium);
}

.sidebar-tabler-scope .col-form-label{
  padding-top: calc(0.5625rem + var(--tblr-border-width));
  padding-bottom: calc(0.5625rem + var(--tblr-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: var(--tblr-font-weight-medium);
  line-height: 1.25rem;
}

.sidebar-tabler-scope .col-form-label-lg{
  padding-top: calc(0.6875rem + var(--tblr-border-width));
  padding-bottom: calc(0.6875rem + var(--tblr-border-width));
  font-size: 1rem;
}

.sidebar-tabler-scope .col-form-label-sm{
  padding-top: calc(0.3125rem + var(--tblr-border-width));
  padding-bottom: calc(0.3125rem + var(--tblr-border-width));
  font-size: 0.75rem;
}

.sidebar-tabler-scope .form-text{
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tblr-secondary-color);
}

.sidebar-tabler-scope .form-control{
  display: block;
  width: 100%;
  padding: 0.5625rem 1rem;
  font-family: var(--tblr-body-font-family);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--tblr-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--tblr-bg-forms);
  background-clip: padding-box;
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
  box-shadow: var(--tblr-shadow-input);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-control{
    transition: none;
  }
}
.sidebar-tabler-scope .form-control[type=file]{
  overflow: hidden;
}
.sidebar-tabler-scope .form-control[type=file]:not(:disabled):not([readonly]){
  cursor: pointer;
}
.sidebar-tabler-scope .form-control:focus{
  color: var(--tblr-body-color);
  background-color: var(--tblr-bg-forms);
  border-color: rgb(130.5, 183, 232);
  outline: 0;
  box-shadow: var(--tblr-shadow-input), 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.sidebar-tabler-scope .form-control::-webkit-date-and-time-value{
  min-width: 85px;
  height: 1.25rem;
  margin: 0;
}
.sidebar-tabler-scope .form-control::-webkit-datetime-edit{
  display: block;
  padding: 0;
}
.sidebar-tabler-scope .form-control::-moz-placeholder{
  color: var(--tblr-tertiary);
  opacity: 1;
}
.sidebar-tabler-scope .form-control::placeholder{
  color: var(--tblr-tertiary);
  opacity: 1;
}
.sidebar-tabler-scope .form-control:disabled{
  background-color: var(--tblr-bg-surface-secondary);
  opacity: 1;
}
.sidebar-tabler-scope .form-control::file-selector-button{
  padding: 0.5625rem 1rem;
  margin: -0.5625rem -1rem;
  margin-inline-end: 1rem;
  color: var(--tblr-body-color);
  background-color: var(--tblr-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--tblr-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-control::file-selector-button{
    transition: none;
  }
}
.sidebar-tabler-scope .form-control:hover:not(:disabled):not([readonly])::file-selector-button{
  background-color: var(--tblr-secondary-bg);
}

.sidebar-tabler-scope .form-control-plaintext{
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  line-height: 1.25rem;
  color: var(--tblr-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--tblr-border-width) 0;
}
.sidebar-tabler-scope .form-control-plaintext:focus{
  outline: 0;
}
.sidebar-tabler-scope .form-control-plaintext.form-control-sm,.sidebar-tabler-scope .form-control-plaintext.form-control-lg{
  padding-right: 0;
  padding-left: 0;
}

.sidebar-tabler-scope .form-control-sm{
  min-height: calc(1.25rem + 0.625rem + calc(var(--tblr-border-width) * 2));
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--tblr-border-radius-sm);
}
.sidebar-tabler-scope .form-control-sm::file-selector-button{
  padding: 0.3125rem 0.5rem;
  margin: -0.3125rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.sidebar-tabler-scope .form-control-lg{
  min-height: calc(1.25rem + 1.375rem + calc(var(--tblr-border-width) * 2));
  padding: 0.6875rem 1.5rem;
  font-size: 1rem;
  border-radius: var(--tblr-border-radius-lg);
}
.sidebar-tabler-scope .form-control-lg::file-selector-button{
  padding: 0.6875rem 1.5rem;
  margin: -0.6875rem -1.5rem;
  margin-inline-end: 1.5rem;
}

.sidebar-tabler-scope textarea.form-control{
  min-height: calc(1.25rem + 1.125rem + calc(var(--tblr-border-width) * 2));
}
.sidebar-tabler-scope textarea.form-control-sm{
  min-height: calc(1.25rem + 0.625rem + calc(var(--tblr-border-width) * 2));
}
.sidebar-tabler-scope textarea.form-control-lg{
  min-height: calc(1.25rem + 1.375rem + calc(var(--tblr-border-width) * 2));
}

.sidebar-tabler-scope .form-control-color{
  width: 3rem;
  height: calc(1.25rem + 1.125rem + calc(var(--tblr-border-width) * 2));
  padding: 0.5625rem;
}
.sidebar-tabler-scope .form-control-color:not(:disabled):not([readonly]){
  cursor: pointer;
}
.sidebar-tabler-scope .form-control-color::-moz-color-swatch{
  border: 0 !important;
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .form-control-color::-webkit-color-swatch{
  border: 0 !important;
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .form-control-color.form-control-sm{
  height: calc(1.25rem + 0.625rem + calc(var(--tblr-border-width) * 2));
}
.sidebar-tabler-scope .form-control-color.form-control-lg{
  height: calc(1.25rem + 1.375rem + calc(var(--tblr-border-width) * 2));
}

.sidebar-tabler-scope .form-select{
  --tblr-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.5625rem 3rem 0.5625rem 1rem;
  font-family: var(--tblr-body-font-family);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--tblr-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--tblr-bg-forms);
  background-image: var(--tblr-form-select-bg-img), var(--tblr-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
  box-shadow: var(--tblr-shadow-input);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-select{
    transition: none;
  }
}
.sidebar-tabler-scope .form-select:focus{
  border-color: rgb(130.5, 183, 232);
  outline: 0;
  box-shadow: var(--tblr-shadow-input), 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.sidebar-tabler-scope .form-select[multiple],.sidebar-tabler-scope .form-select[size]:not([size="1"]){
  padding-right: 1rem;
  background-image: none;
}
.sidebar-tabler-scope .form-select:disabled{
  background-color: var(--tblr-bg-surface-secondary);
}
.sidebar-tabler-scope .form-select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 var(--tblr-body-color);
}

.sidebar-tabler-scope .form-select-sm{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--tblr-border-radius-sm);
}

.sidebar-tabler-scope .form-select-lg{
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  border-radius: var(--tblr-border-radius-lg);
}

.sidebar-tabler-scope [data-bs-theme=dark] .form-select,.sidebar-tabler-scope body[data-bs-theme=dark] [data-bs-theme=light] .form-select{
  --tblr-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e5e7eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.sidebar-tabler-scope .form-check{
  display: block;
  min-height: 1.25rem;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}
.sidebar-tabler-scope .form-check .form-check-input{
  float: left;
  margin-left: -2rem;
}

.sidebar-tabler-scope .form-check-reverse{
  padding-right: 2rem;
  padding-left: 0;
  text-align: right;
}
.sidebar-tabler-scope .form-check-reverse .form-check-input{
  float: right;
  margin-right: -2rem;
  margin-left: 0;
}

.sidebar-tabler-scope .form-check-input{
  --tblr-form-check-bg: var(--tblr-bg-forms);
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.0892857143rem;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--tblr-form-check-bg);
  background-image: var(--tblr-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.sidebar-tabler-scope .form-check-input[type=checkbox]{
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .form-check-input[type=radio]{
  border-radius: 50%;
}
.sidebar-tabler-scope .form-check-input:active{
  filter: brightness(90%);
}
.sidebar-tabler-scope .form-check-input:focus{
  border-color: rgb(130.5, 183, 232);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.sidebar-tabler-scope .form-check-input:checked{
  background-color: var(--tblr-primary);
  border-color: var(--tblr-border-color-translucent);
}
.sidebar-tabler-scope .form-check-input:checked[type=checkbox]{
  --tblr-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
}
.sidebar-tabler-scope .form-check-input:checked[type=radio]{
  --tblr-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e");
}
.sidebar-tabler-scope .form-check-input[type=checkbox]:indeterminate{
  background-color: var(--tblr-primary);
  border-color: var(--tblr-primary);
  --tblr-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.sidebar-tabler-scope .form-check-input:disabled{
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.sidebar-tabler-scope .form-check-input[disabled] ~ .form-check-label,.sidebar-tabler-scope .form-check-input:disabled ~ .form-check-label{
  cursor: default;
  opacity: 0.7;
}

.sidebar-tabler-scope .form-switch{
  padding-left: 2.5rem;
}
.sidebar-tabler-scope .form-switch .form-check-input{
  --tblr-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e5e7eb'/%3e%3c/svg%3e");
  width: 2rem;
  margin-left: -2.5rem;
  background-image: var(--tblr-form-switch-bg);
  background-position: left center;
  border-radius: 2rem;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-switch .form-check-input{
    transition: none;
  }
}
.sidebar-tabler-scope .form-switch .form-check-input:focus{
  --tblr-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28130.5, 183, 232%29'/%3e%3c/svg%3e");
}
.sidebar-tabler-scope .form-switch .form-check-input:checked{
  background-position: right center;
  --tblr-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.sidebar-tabler-scope .form-switch.form-check-reverse{
  padding-right: 2.5rem;
  padding-left: 0;
}
.sidebar-tabler-scope .form-switch.form-check-reverse .form-check-input{
  margin-right: -2.5rem;
  margin-left: 0;
}

.sidebar-tabler-scope .form-check-inline{
  display: inline-block;
  margin-right: 1rem;
}

.sidebar-tabler-scope .btn-check{
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.sidebar-tabler-scope .btn-check[disabled] + .btn,.sidebar-tabler-scope .btn-check:disabled + .btn{
  pointer-events: none;
  filter: none;
  opacity: 0.4;
}

.sidebar-tabler-scope [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){
  --tblr-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.sidebar-tabler-scope .form-range{
  width: 100%;
  height: 1.25rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.sidebar-tabler-scope .form-range:focus{
  outline: 0;
}
.sidebar-tabler-scope .form-range:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 1px #f9fafb, 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.sidebar-tabler-scope .form-range:focus::-moz-range-thumb{
  box-shadow: 0 0 0 1px #f9fafb, 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.sidebar-tabler-scope .form-range::-moz-focus-outer{
  border: 0;
}
.sidebar-tabler-scope .form-range::-webkit-slider-thumb{
  width: 1rem;
  height: 1rem;
  margin-top: -0.375rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--tblr-primary);
  border: 2px var(--tblr-border-style) #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }
}
.sidebar-tabler-scope .form-range::-webkit-slider-thumb:active{
  background-color: rgb(180.3, 211.8, 241.2);
}
.sidebar-tabler-scope .form-range::-webkit-slider-runnable-track{
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tblr-border-color);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--tblr-box-shadow-inset);
}
.sidebar-tabler-scope .form-range::-moz-range-thumb{
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--tblr-primary);
  border: 2px var(--tblr-border-style) #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }
}
.sidebar-tabler-scope .form-range::-moz-range-thumb:active{
  background-color: rgb(180.3, 211.8, 241.2);
}
.sidebar-tabler-scope .form-range::-moz-range-track{
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--tblr-border-color);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--tblr-box-shadow-inset);
}
.sidebar-tabler-scope .form-range:disabled{
  pointer-events: none;
}
.sidebar-tabler-scope .form-range:disabled::-webkit-slider-thumb{
  background-color: var(--tblr-secondary-color);
}
.sidebar-tabler-scope .form-range:disabled::-moz-range-thumb{
  background-color: var(--tblr-secondary-color);
}

.sidebar-tabler-scope .form-floating{
  position: relative;
}
.sidebar-tabler-scope .form-floating > .form-control,
.sidebar-tabler-scope .form-floating > .form-control-plaintext,
.sidebar-tabler-scope .form-floating > .form-select{
  height: calc(3.5rem + calc(var(--tblr-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--tblr-border-width) * 2));
  line-height: 1.25;
}
.sidebar-tabler-scope .form-floating > label{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  color: rgba(var(--tblr-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--tblr-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-floating > label{
    transition: none;
  }
}
.sidebar-tabler-scope .form-floating > .form-control,
.sidebar-tabler-scope .form-floating > .form-control-plaintext{
  padding: 1rem 1rem;
}
.sidebar-tabler-scope .form-floating > .form-control::-moz-placeholder,.sidebar-tabler-scope .form-floating > .form-control-plaintext::-moz-placeholder{
  color: transparent;
}
.sidebar-tabler-scope .form-floating > .form-control::placeholder,
.sidebar-tabler-scope .form-floating > .form-control-plaintext::placeholder{
  color: transparent;
}
.sidebar-tabler-scope .form-floating > .form-control:not(:-moz-placeholder),.sidebar-tabler-scope .form-floating > .form-control-plaintext:not(:-moz-placeholder){
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.sidebar-tabler-scope .form-floating > .form-control:focus,.sidebar-tabler-scope .form-floating > .form-control:not(:placeholder-shown),
.sidebar-tabler-scope .form-floating > .form-control-plaintext:focus,
.sidebar-tabler-scope .form-floating > .form-control-plaintext:not(:placeholder-shown){
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.sidebar-tabler-scope .form-floating > .form-control:-webkit-autofill,
.sidebar-tabler-scope .form-floating > .form-control-plaintext:-webkit-autofill{
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.sidebar-tabler-scope .form-floating > .form-select{
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
}
.sidebar-tabler-scope .form-floating > .form-control:not(:-moz-placeholder) ~ label{
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.sidebar-tabler-scope .form-floating > .form-control:focus ~ label,
.sidebar-tabler-scope .form-floating > .form-control:not(:placeholder-shown) ~ label,
.sidebar-tabler-scope .form-floating > .form-control-plaintext ~ label,
.sidebar-tabler-scope .form-floating > .form-select ~ label{
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.sidebar-tabler-scope .form-floating > .form-control:-webkit-autofill ~ label{
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.sidebar-tabler-scope .form-floating > textarea:not(:-moz-placeholder) ~ label::after{
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--tblr-bg-forms);
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .form-floating > textarea:focus ~ label::after,
.sidebar-tabler-scope .form-floating > textarea:not(:placeholder-shown) ~ label::after{
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--tblr-bg-forms);
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .form-floating > textarea:disabled ~ label::after{
  background-color: var(--tblr-bg-surface-secondary);
}
.sidebar-tabler-scope .form-floating > .form-control-plaintext ~ label{
  border-width: var(--tblr-border-width) 0;
}
.sidebar-tabler-scope .form-floating > :disabled ~ label,
.sidebar-tabler-scope .form-floating > .form-control:disabled ~ label{
  color: #4b5563;
}

.sidebar-tabler-scope .input-group{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.sidebar-tabler-scope .input-group > .form-control,
.sidebar-tabler-scope .input-group > .form-select,
.sidebar-tabler-scope .input-group > .form-floating{
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.sidebar-tabler-scope .input-group > .form-control:focus,
.sidebar-tabler-scope .input-group > .form-select:focus,
.sidebar-tabler-scope .input-group > .form-floating:focus-within{
  z-index: 5;
}
.sidebar-tabler-scope .input-group .btn{
  position: relative;
  z-index: 2;
}
.sidebar-tabler-scope .input-group .btn:focus{
  z-index: 5;
}

.sidebar-tabler-scope .input-group-text{
  display: flex;
  align-items: center;
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--tblr-gray-500);
  text-align: center;
  white-space: nowrap;
  background-color: var(--tblr-bg-surface-secondary);
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope .input-group-lg > .form-control,
.sidebar-tabler-scope .input-group-lg > .form-select,
.sidebar-tabler-scope .input-group-lg > .input-group-text,
.sidebar-tabler-scope .input-group-lg > .btn{
  padding: 0.6875rem 1.5rem;
  font-size: 1rem;
  border-radius: var(--tblr-border-radius-lg);
}

.sidebar-tabler-scope .input-group-sm > .form-control,
.sidebar-tabler-scope .input-group-sm > .form-select,
.sidebar-tabler-scope .input-group-sm > .input-group-text,
.sidebar-tabler-scope .input-group-sm > .btn{
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--tblr-border-radius-sm);
}

.sidebar-tabler-scope .input-group-lg > .form-select,
.sidebar-tabler-scope .input-group-sm > .form-select{
  padding-right: 4rem;
}

.sidebar-tabler-scope .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.sidebar-tabler-scope .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.sidebar-tabler-scope .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.sidebar-tabler-scope .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sidebar-tabler-scope .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.sidebar-tabler-scope .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.sidebar-tabler-scope .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.sidebar-tabler-scope .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sidebar-tabler-scope .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: calc(-1 * var(--tblr-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sidebar-tabler-scope .input-group > .form-floating:not(:first-child) > .form-control,
.sidebar-tabler-scope .input-group > .form-floating:not(:first-child) > .form-select{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sidebar-tabler-scope .valid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tblr-form-valid-color);
}

.sidebar-tabler-scope .valid-tooltip{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: var(--tblr-spacer-1) var(--tblr-spacer-3);
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  color: #fff;
  background-color: var(--tblr-success);
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope .was-validated :valid ~ .valid-feedback,
.sidebar-tabler-scope .was-validated :valid ~ .valid-tooltip,
.sidebar-tabler-scope .is-valid ~ .valid-feedback,
.sidebar-tabler-scope .is-valid ~ .valid-tooltip{
  display: block;
}

.sidebar-tabler-scope .was-validated .form-control:valid,.sidebar-tabler-scope .form-control.is-valid{
  border-color: var(--tblr-form-valid-border-color);
  padding-right: 2.375rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232fb344' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.53125rem center;
  background-size: 1.8125rem 1.8125rem;
}
.sidebar-tabler-scope .was-validated .form-control:valid:focus,.sidebar-tabler-scope .form-control.is-valid:focus{
  border-color: var(--tblr-form-valid-border-color);
  box-shadow: var(--tblr-shadow-input), 0 0 0 0.25rem rgba(var(--tblr-success-rgb), 0.25);
}

.sidebar-tabler-scope .was-validated textarea.form-control:valid,.sidebar-tabler-scope textarea.form-control.is-valid{
  padding-right: 2.375rem;
  background-position: top 1.53125rem right 1.53125rem;
}

.sidebar-tabler-scope .was-validated .form-select:valid,.sidebar-tabler-scope .form-select.is-valid{
  border-color: var(--tblr-form-valid-border-color);
}
.sidebar-tabler-scope .was-validated .form-select:valid:not([multiple]):not([size]),.sidebar-tabler-scope .was-validated .form-select:valid:not([multiple])[size="1"],.sidebar-tabler-scope .form-select.is-valid:not([multiple]):not([size]),.sidebar-tabler-scope .form-select.is-valid:not([multiple])[size="1"]{
  --tblr-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232fb344' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, 1.8125rem 1.8125rem;
}
.sidebar-tabler-scope .was-validated .form-select:valid:focus,.sidebar-tabler-scope .form-select.is-valid:focus{
  border-color: var(--tblr-form-valid-border-color);
  box-shadow: var(--tblr-shadow-input), 0 0 0 0.25rem rgba(var(--tblr-success-rgb), 0.25);
}

.sidebar-tabler-scope .was-validated .form-control-color:valid,.sidebar-tabler-scope .form-control-color.is-valid{
  width: 5.375rem;
}

.sidebar-tabler-scope .was-validated .form-check-input:valid,.sidebar-tabler-scope .form-check-input.is-valid{
  border-color: var(--tblr-form-valid-border-color);
}
.sidebar-tabler-scope .was-validated .form-check-input:valid:checked,.sidebar-tabler-scope .form-check-input.is-valid:checked{
  background-color: var(--tblr-form-valid-color);
}
.sidebar-tabler-scope .was-validated .form-check-input:valid:focus,.sidebar-tabler-scope .form-check-input.is-valid:focus{
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-success-rgb), 0.25);
}
.sidebar-tabler-scope .was-validated .form-check-input:valid ~ .form-check-label,.sidebar-tabler-scope .form-check-input.is-valid ~ .form-check-label{
  color: var(--tblr-form-valid-color);
}

.sidebar-tabler-scope .form-check-inline .form-check-input ~ .valid-feedback{
  margin-left: 0.5em;
}

.sidebar-tabler-scope .was-validated .input-group > .form-control:not(:focus):valid,.sidebar-tabler-scope .input-group > .form-control:not(:focus).is-valid,
.sidebar-tabler-scope .was-validated .input-group > .form-select:not(:focus):valid,
.sidebar-tabler-scope .input-group > .form-select:not(:focus).is-valid,
.sidebar-tabler-scope .was-validated .input-group > .form-floating:not(:focus-within):valid,
.sidebar-tabler-scope .input-group > .form-floating:not(:focus-within).is-valid{
  z-index: 3;
}

.sidebar-tabler-scope .invalid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--tblr-form-invalid-color);
}

.sidebar-tabler-scope .invalid-tooltip{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: var(--tblr-spacer-1) var(--tblr-spacer-3);
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  color: #fff;
  background-color: var(--tblr-danger);
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope .was-validated :invalid ~ .invalid-feedback,
.sidebar-tabler-scope .was-validated :invalid ~ .invalid-tooltip,
.sidebar-tabler-scope .is-invalid ~ .invalid-feedback,
.sidebar-tabler-scope .is-invalid ~ .invalid-tooltip{
  display: block;
}

.sidebar-tabler-scope .was-validated .form-control:invalid,.sidebar-tabler-scope .form-control.is-invalid{
  border-color: var(--tblr-form-invalid-border-color);
  padding-right: 2.375rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d63939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.53125rem center;
  background-size: 1.8125rem 1.8125rem;
}
.sidebar-tabler-scope .was-validated .form-control:invalid:focus,.sidebar-tabler-scope .form-control.is-invalid:focus{
  border-color: var(--tblr-form-invalid-border-color);
  box-shadow: var(--tblr-shadow-input), 0 0 0 0.25rem rgba(var(--tblr-danger-rgb), 0.25);
}

.sidebar-tabler-scope .was-validated textarea.form-control:invalid,.sidebar-tabler-scope textarea.form-control.is-invalid{
  padding-right: 2.375rem;
  background-position: top 1.53125rem right 1.53125rem;
}

.sidebar-tabler-scope .was-validated .form-select:invalid,.sidebar-tabler-scope .form-select.is-invalid{
  border-color: var(--tblr-form-invalid-border-color);
}
.sidebar-tabler-scope .was-validated .form-select:invalid:not([multiple]):not([size]),.sidebar-tabler-scope .was-validated .form-select:invalid:not([multiple])[size="1"],.sidebar-tabler-scope .form-select.is-invalid:not([multiple]):not([size]),.sidebar-tabler-scope .form-select.is-invalid:not([multiple])[size="1"]{
  --tblr-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d63939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, 1.8125rem 1.8125rem;
}
.sidebar-tabler-scope .was-validated .form-select:invalid:focus,.sidebar-tabler-scope .form-select.is-invalid:focus{
  border-color: var(--tblr-form-invalid-border-color);
  box-shadow: var(--tblr-shadow-input), 0 0 0 0.25rem rgba(var(--tblr-danger-rgb), 0.25);
}

.sidebar-tabler-scope .was-validated .form-control-color:invalid,.sidebar-tabler-scope .form-control-color.is-invalid{
  width: 5.375rem;
}

.sidebar-tabler-scope .was-validated .form-check-input:invalid,.sidebar-tabler-scope .form-check-input.is-invalid{
  border-color: var(--tblr-form-invalid-border-color);
}
.sidebar-tabler-scope .was-validated .form-check-input:invalid:checked,.sidebar-tabler-scope .form-check-input.is-invalid:checked{
  background-color: var(--tblr-form-invalid-color);
}
.sidebar-tabler-scope .was-validated .form-check-input:invalid:focus,.sidebar-tabler-scope .form-check-input.is-invalid:focus{
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-danger-rgb), 0.25);
}
.sidebar-tabler-scope .was-validated .form-check-input:invalid ~ .form-check-label,.sidebar-tabler-scope .form-check-input.is-invalid ~ .form-check-label{
  color: var(--tblr-form-invalid-color);
}

.sidebar-tabler-scope .form-check-inline .form-check-input ~ .invalid-feedback{
  margin-left: 0.5em;
}

.sidebar-tabler-scope .was-validated .input-group > .form-control:not(:focus):invalid,.sidebar-tabler-scope .input-group > .form-control:not(:focus).is-invalid,
.sidebar-tabler-scope .was-validated .input-group > .form-select:not(:focus):invalid,
.sidebar-tabler-scope .input-group > .form-select:not(:focus).is-invalid,
.sidebar-tabler-scope .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.sidebar-tabler-scope .input-group > .form-floating:not(:focus-within).is-invalid{
  z-index: 4;
}

.sidebar-tabler-scope .btn{
  --tblr-btn-padding-x: 1rem;
  --tblr-btn-padding-y: 0.5625rem;
  --tblr-btn-font-family: var(--tblr-body-font-family);
  --tblr-btn-font-size: 0.875rem;
  --tblr-btn-font-weight: var(--tblr-font-weight-medium);
  --tblr-btn-line-height: 1.25rem;
  --tblr-btn-color: var(--tblr-body-color);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-width: var(--tblr-border-width);
  --tblr-btn-border-color: transparent;
  --tblr-btn-border-radius: var(--tblr-border-radius);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
  --tblr-btn-disabled-opacity: 0.4;
  --tblr-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--tblr-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--tblr-btn-padding-y) var(--tblr-btn-padding-x);
  font-family: var(--tblr-btn-font-family);
  font-size: var(--tblr-btn-font-size);
  font-weight: var(--tblr-btn-font-weight);
  line-height: var(--tblr-btn-line-height);
  color: var(--tblr-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--tblr-btn-border-width) solid var(--tblr-btn-border-color);
  border-radius: var(--tblr-btn-border-radius);
  background-color: var(--tblr-btn-bg);
  box-shadow: var(--tblr-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .btn{
    transition: none;
  }
}
.sidebar-tabler-scope .btn:hover{
  color: var(--tblr-btn-hover-color);
  text-decoration: none;
  background-color: var(--tblr-btn-hover-bg);
  border-color: var(--tblr-btn-hover-border-color);
}
.sidebar-tabler-scope .btn-check + .btn:hover{
  color: var(--tblr-btn-color);
  background-color: var(--tblr-btn-bg);
  border-color: var(--tblr-btn-border-color);
}
.sidebar-tabler-scope .btn:focus-visible{
  color: var(--tblr-btn-hover-color);
  background-color: var(--tblr-btn-hover-bg);
  border-color: var(--tblr-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--tblr-btn-box-shadow), var(--tblr-btn-focus-box-shadow);
}
.sidebar-tabler-scope .btn-check:focus-visible + .btn{
  border-color: var(--tblr-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--tblr-btn-box-shadow), var(--tblr-btn-focus-box-shadow);
}
.sidebar-tabler-scope .btn-check:checked + .btn,.sidebar-tabler-scope :not(.btn-check) + .btn:active,.sidebar-tabler-scope .btn:first-child:active,.sidebar-tabler-scope .btn.active,.sidebar-tabler-scope .btn.show{
  color: var(--tblr-btn-active-color);
  background-color: var(--tblr-btn-active-bg);
  border-color: var(--tblr-btn-active-border-color);
  box-shadow: var(--tblr-btn-active-shadow);
}
.sidebar-tabler-scope .btn-check:checked + .btn:focus-visible,.sidebar-tabler-scope :not(.btn-check) + .btn:active:focus-visible,.sidebar-tabler-scope .btn:first-child:active:focus-visible,.sidebar-tabler-scope .btn.active:focus-visible,.sidebar-tabler-scope .btn.show:focus-visible{
  box-shadow: var(--tblr-btn-active-shadow), var(--tblr-btn-focus-box-shadow);
}
.sidebar-tabler-scope .btn-check:checked:focus-visible + .btn{
  box-shadow: var(--tblr-btn-active-shadow), var(--tblr-btn-focus-box-shadow);
}
.sidebar-tabler-scope .btn:disabled,.sidebar-tabler-scope .btn.disabled,.sidebar-tabler-scope fieldset:disabled .btn{
  color: var(--tblr-btn-disabled-color);
  pointer-events: none;
  background-color: var(--tblr-btn-disabled-bg);
  border-color: var(--tblr-btn-disabled-border-color);
  opacity: var(--tblr-btn-disabled-opacity);
  box-shadow: none;
}

.sidebar-tabler-scope .btn-link{
  --tblr-btn-font-weight: 400;
  --tblr-btn-color: var(--tblr-link-color);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-link-hover-color);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-color: var(--tblr-link-hover-color);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-disabled-color: #4b5563;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-btn-box-shadow: 0 0 0 #000;
  --tblr-btn-focus-shadow-rgb: 42, 132, 215;
  text-decoration: none;
}
.sidebar-tabler-scope .btn-link:hover,.sidebar-tabler-scope .btn-link:focus-visible{
  text-decoration: underline;
}
.sidebar-tabler-scope .btn-link:focus-visible{
  color: var(--tblr-btn-color);
}
.sidebar-tabler-scope .btn-link:hover{
  color: var(--tblr-btn-hover-color);
}

.sidebar-tabler-scope .btn-lg,.sidebar-tabler-scope .btn-group-lg > .btn{
  --tblr-btn-padding-y: 0.6875rem;
  --tblr-btn-padding-x: 1.5rem;
  --tblr-btn-font-size: 1rem;
  --tblr-btn-border-radius: var(--tblr-border-radius-lg);
}

.sidebar-tabler-scope .btn-sm,.sidebar-tabler-scope .btn-group-sm > .btn{
  --tblr-btn-padding-y: 0.3125rem;
  --tblr-btn-padding-x: 0.5rem;
  --tblr-btn-font-size: 0.75rem;
  --tblr-btn-border-radius: var(--tblr-border-radius-sm);
}

.sidebar-tabler-scope .fade{
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .fade{
    transition: none;
  }
}
.sidebar-tabler-scope .fade:not(.show){
  opacity: 0;
}

.sidebar-tabler-scope .collapse:not(.show){
  display: none;
}

.sidebar-tabler-scope .collapsing{
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .collapsing{
    transition: none;
  }
}
.sidebar-tabler-scope .collapsing.collapse-horizontal{
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .collapsing.collapse-horizontal{
    transition: none;
  }
}

.sidebar-tabler-scope .dropup,
.sidebar-tabler-scope .dropend,
.sidebar-tabler-scope .dropdown,
.sidebar-tabler-scope .dropstart,
.sidebar-tabler-scope .dropup-center,
.sidebar-tabler-scope .dropdown-center{
  position: relative;
}

.sidebar-tabler-scope .dropdown-toggle{
  white-space: nowrap;
}
.sidebar-tabler-scope .dropdown-toggle:after{
  content: "";
  display: inline-block;
  vertical-align: 0.306em;
  width: 0.36em;
  height: 0.36em;
  border-bottom: 1px var(--tblr-border-style);
  border-left: 1px var(--tblr-border-style);
  margin-right: 0.1em;
  margin-left: 0.4em;
  transform: rotate(-45deg);
}

.sidebar-tabler-scope .dropdown-menu{
  --tblr-dropdown-zindex: 1000;
  --tblr-dropdown-min-width: 11rem;
  --tblr-dropdown-padding-x: 0;
  --tblr-dropdown-padding-y: 0.25rem;
  --tblr-dropdown-spacer: 1px;
  --tblr-dropdown-font-size: 0.875rem;
  --tblr-dropdown-color: var(--tblr-body-color);
  --tblr-dropdown-bg: var(--tblr-bg-surface);
  --tblr-dropdown-border-color: var(--tblr-border-color-translucent);
  --tblr-dropdown-border-radius: var(--tblr-border-radius);
  --tblr-dropdown-border-width: var(--tblr-border-width);
  --tblr-dropdown-inner-border-radius: calc(var(--tblr-border-radius) - var(--tblr-border-width));
  --tblr-dropdown-divider-bg: var(--tblr-border-color-translucent);
  --tblr-dropdown-divider-margin-y: var(--tblr-spacer-2);
  --tblr-dropdown-box-shadow: var(--tblr-shadow-dropdown);
  --tblr-dropdown-link-color: inherit;
  --tblr-dropdown-link-hover-color: inherit;
  --tblr-dropdown-link-hover-bg: rgba(var(--tblr-secondary-rgb), 0.08);
  --tblr-dropdown-link-active-color: var(--tblr-primary);
  --tblr-dropdown-link-active-bg: var(--tblr-active-bg);
  --tblr-dropdown-link-disabled-color: var(--tblr-tertiary-color);
  --tblr-dropdown-item-padding-x: 0.75rem;
  --tblr-dropdown-item-padding-y: 0.5rem;
  --tblr-dropdown-header-color: #4b5563;
  --tblr-dropdown-header-padding-x: 0.75rem;
  --tblr-dropdown-header-padding-y: 0.25rem;
  position: absolute;
  z-index: var(--tblr-dropdown-zindex);
  display: none;
  min-width: var(--tblr-dropdown-min-width);
  padding: var(--tblr-dropdown-padding-y) var(--tblr-dropdown-padding-x);
  margin: 0;
  font-size: var(--tblr-dropdown-font-size);
  color: var(--tblr-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--tblr-dropdown-bg);
  background-clip: padding-box;
  border: var(--tblr-dropdown-border-width) solid var(--tblr-dropdown-border-color);
  border-radius: var(--tblr-dropdown-border-radius);
  box-shadow: var(--tblr-dropdown-box-shadow);
}
.sidebar-tabler-scope .dropdown-menu[data-bs-popper]{
  top: 100%;
  left: 0;
  margin-top: var(--tblr-dropdown-spacer);
}

.sidebar-tabler-scope .dropdown-menu-start{
  --bs-position: start;
}
.sidebar-tabler-scope .dropdown-menu-start[data-bs-popper]{
  right: auto;
  left: 0;
}

.sidebar-tabler-scope .dropdown-menu-end{
  --bs-position: end;
}
.sidebar-tabler-scope .dropdown-menu-end[data-bs-popper]{
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
.sidebar-tabler-scope .dropdown-menu-sm-start{
    --bs-position: start;
  }
.sidebar-tabler-scope .dropdown-menu-sm-start[data-bs-popper]{
    right: auto;
    left: 0;
  }
.sidebar-tabler-scope .dropdown-menu-sm-end{
    --bs-position: end;
  }
.sidebar-tabler-scope .dropdown-menu-sm-end[data-bs-popper]{
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .dropdown-menu-md-start{
    --bs-position: start;
  }
.sidebar-tabler-scope .dropdown-menu-md-start[data-bs-popper]{
    right: auto;
    left: 0;
  }
.sidebar-tabler-scope .dropdown-menu-md-end{
    --bs-position: end;
  }
.sidebar-tabler-scope .dropdown-menu-md-end[data-bs-popper]{
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .dropdown-menu-lg-start{
    --bs-position: start;
  }
.sidebar-tabler-scope .dropdown-menu-lg-start[data-bs-popper]{
    right: auto;
    left: 0;
  }
.sidebar-tabler-scope .dropdown-menu-lg-end{
    --bs-position: end;
  }
.sidebar-tabler-scope .dropdown-menu-lg-end[data-bs-popper]{
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .dropdown-menu-xl-start{
    --bs-position: start;
  }
.sidebar-tabler-scope .dropdown-menu-xl-start[data-bs-popper]{
    right: auto;
    left: 0;
  }
.sidebar-tabler-scope .dropdown-menu-xl-end{
    --bs-position: end;
  }
.sidebar-tabler-scope .dropdown-menu-xl-end[data-bs-popper]{
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .dropdown-menu-xxl-start{
    --bs-position: start;
  }
.sidebar-tabler-scope .dropdown-menu-xxl-start[data-bs-popper]{
    right: auto;
    left: 0;
  }
.sidebar-tabler-scope .dropdown-menu-xxl-end{
    --bs-position: end;
  }
.sidebar-tabler-scope .dropdown-menu-xxl-end[data-bs-popper]{
    right: 0;
    left: auto;
  }
}
.sidebar-tabler-scope .dropup .dropdown-menu[data-bs-popper]{
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--tblr-dropdown-spacer);
}
.sidebar-tabler-scope .dropup .dropdown-toggle:after{
  content: "";
  display: inline-block;
  vertical-align: 0.306em;
  width: 0.36em;
  height: 0.36em;
  border-bottom: 1px var(--tblr-border-style);
  border-left: 1px var(--tblr-border-style);
  margin-right: 0.1em;
  margin-left: 0.4em;
  transform: rotate(135deg);
}

.sidebar-tabler-scope .dropend .dropdown-menu[data-bs-popper]{
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--tblr-dropdown-spacer);
}
.sidebar-tabler-scope .dropend .dropdown-toggle:after{
  content: "";
  display: inline-block;
  vertical-align: 0.306em;
  width: 0.36em;
  height: 0.36em;
  border-bottom: 1px var(--tblr-border-style);
  border-left: 1px var(--tblr-border-style);
  margin-right: 0.1em;
  margin-left: 0.4em;
  transform: rotate(-135deg);
}
.sidebar-tabler-scope .dropend .dropdown-toggle::after{
  vertical-align: 0;
}

.sidebar-tabler-scope .dropstart .dropdown-menu[data-bs-popper]{
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--tblr-dropdown-spacer);
}
.sidebar-tabler-scope .dropstart .dropdown-toggle:after{
  content: "";
  display: inline-block;
  vertical-align: 0.306em;
  width: 0.36em;
  height: 0.36em;
  border-bottom: 1px var(--tblr-border-style);
  border-left: 1px var(--tblr-border-style);
  margin-right: 0.1em;
  margin-left: 0.4em;
  transform: rotate(45deg);
}
.sidebar-tabler-scope .dropstart .dropdown-toggle::before{
  vertical-align: 0;
}

.sidebar-tabler-scope .dropdown-divider{
  height: 0;
  margin: var(--tblr-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--tblr-dropdown-divider-bg);
  opacity: 1;
}

.sidebar-tabler-scope .dropdown-item{
  display: block;
  width: 100%;
  padding: var(--tblr-dropdown-item-padding-y) var(--tblr-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--tblr-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--tblr-dropdown-item-border-radius, 0);
}
.sidebar-tabler-scope .dropdown-item:hover,.sidebar-tabler-scope .dropdown-item:focus{
  color: var(--tblr-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--tblr-dropdown-link-hover-bg);
}
.sidebar-tabler-scope .dropdown-item.active,.sidebar-tabler-scope .dropdown-item:active{
  color: var(--tblr-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--tblr-dropdown-link-active-bg);
}
.sidebar-tabler-scope .dropdown-item.disabled,.sidebar-tabler-scope .dropdown-item:disabled{
  color: var(--tblr-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.sidebar-tabler-scope .dropdown-menu.show{
  display: block;
}

.sidebar-tabler-scope .dropdown-header{
  display: block;
  padding: var(--tblr-dropdown-header-padding-y) var(--tblr-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: var(--tblr-dropdown-header-color);
  white-space: nowrap;
}

.sidebar-tabler-scope .dropdown-item-text{
  display: block;
  padding: var(--tblr-dropdown-item-padding-y) var(--tblr-dropdown-item-padding-x);
  color: var(--tblr-dropdown-link-color);
}

.sidebar-tabler-scope .dropdown-menu-dark{
  --tblr-dropdown-color: #d1d5db;
  --tblr-dropdown-bg: #1f2937;
  --tblr-dropdown-border-color: var(--tblr-border-color-translucent);
  --tblr-dropdown-box-shadow: ;
  --tblr-dropdown-link-color: #d1d5db;
  --tblr-dropdown-link-hover-color: #ffffff;
  --tblr-dropdown-divider-bg: var(--tblr-border-color-translucent);
  --tblr-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --tblr-dropdown-link-active-color: var(--tblr-primary);
  --tblr-dropdown-link-active-bg: var(--tblr-active-bg);
  --tblr-dropdown-link-disabled-color: #6b7280;
  --tblr-dropdown-header-color: #6b7280;
}

.sidebar-tabler-scope .btn-group,
.sidebar-tabler-scope .btn-group-vertical{
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.sidebar-tabler-scope .btn-group > .btn,
.sidebar-tabler-scope .btn-group-vertical > .btn{
  position: relative;
  flex: 1 1 auto;
}
.sidebar-tabler-scope .btn-group > .btn-check:checked + .btn,
.sidebar-tabler-scope .btn-group > .btn-check:focus + .btn,
.sidebar-tabler-scope .btn-group > .btn:hover,
.sidebar-tabler-scope .btn-group > .btn:focus,
.sidebar-tabler-scope .btn-group > .btn:active,
.sidebar-tabler-scope .btn-group > .btn.active,
.sidebar-tabler-scope .btn-group-vertical > .btn-check:checked + .btn,
.sidebar-tabler-scope .btn-group-vertical > .btn-check:focus + .btn,
.sidebar-tabler-scope .btn-group-vertical > .btn:hover,
.sidebar-tabler-scope .btn-group-vertical > .btn:focus,
.sidebar-tabler-scope .btn-group-vertical > .btn:active,
.sidebar-tabler-scope .btn-group-vertical > .btn.active{
  z-index: 1;
}

.sidebar-tabler-scope .btn-toolbar{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sidebar-tabler-scope .btn-toolbar .input-group{
  width: auto;
}

.sidebar-tabler-scope .btn-group{
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .btn-group > :not(.btn-check:first-child) + .btn,
.sidebar-tabler-scope .btn-group > .btn-group:not(:first-child){
  margin-left: calc(-1 * var(--tblr-border-width));
}
.sidebar-tabler-scope .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.sidebar-tabler-scope .btn-group > .btn.dropdown-toggle-split:first-child,
.sidebar-tabler-scope .btn-group > .btn-group:not(:last-child) > .btn{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sidebar-tabler-scope .btn-group > .btn:nth-child(n+3),
.sidebar-tabler-scope .btn-group > :not(.btn-check) + .btn,
.sidebar-tabler-scope .btn-group > .btn-group:not(:first-child) > .btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sidebar-tabler-scope .dropdown-toggle-split{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.sidebar-tabler-scope .dropdown-toggle-split::after,.sidebar-tabler-scope .dropup .dropdown-toggle-split::after,.sidebar-tabler-scope .dropend .dropdown-toggle-split::after{
  margin-left: 0;
}
.sidebar-tabler-scope .dropstart .dropdown-toggle-split::before{
  margin-right: 0;
}

.sidebar-tabler-scope .btn-sm + .dropdown-toggle-split,.sidebar-tabler-scope .btn-group-sm > .btn + .dropdown-toggle-split{
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.sidebar-tabler-scope .btn-lg + .dropdown-toggle-split,.sidebar-tabler-scope .btn-group-lg > .btn + .dropdown-toggle-split{
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.sidebar-tabler-scope .btn-group.show .dropdown-toggle{
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sidebar-tabler-scope .btn-group.show .dropdown-toggle.btn-link{
  box-shadow: none;
}

.sidebar-tabler-scope .btn-group-vertical{
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sidebar-tabler-scope .btn-group-vertical > .btn,
.sidebar-tabler-scope .btn-group-vertical > .btn-group{
  width: 100%;
}
.sidebar-tabler-scope .btn-group-vertical > .btn:not(:first-child),
.sidebar-tabler-scope .btn-group-vertical > .btn-group:not(:first-child){
  margin-top: calc(-1 * var(--tblr-border-width));
}
.sidebar-tabler-scope .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.sidebar-tabler-scope .btn-group-vertical > .btn-group:not(:last-child) > .btn{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sidebar-tabler-scope .btn-group-vertical > .btn:nth-child(n+3),
.sidebar-tabler-scope .btn-group-vertical > :not(.btn-check) + .btn,
.sidebar-tabler-scope .btn-group-vertical > .btn-group:not(:first-child) > .btn{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.sidebar-tabler-scope .nav{
  --tblr-nav-link-padding-x: 0.75rem;
  --tblr-nav-link-padding-y: 0.5rem;
  --tblr-nav-link-font-weight: ;
  --tblr-nav-link-color: var(--tblr-gray-500);
  --tblr-nav-link-hover-color: var(--tblr-link-hover-color);
  --tblr-nav-link-disabled-color: var(--tblr-disabled-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sidebar-tabler-scope .nav-link{
  display: block;
  padding: var(--tblr-nav-link-padding-y) var(--tblr-nav-link-padding-x);
  font-size: var(--tblr-nav-link-font-size);
  font-weight: var(--tblr-nav-link-font-weight);
  color: var(--tblr-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .nav-link{
    transition: none;
  }
}
.sidebar-tabler-scope .nav-link:hover,.sidebar-tabler-scope .nav-link:focus{
  color: var(--tblr-nav-link-hover-color);
  text-decoration: none;
}
.sidebar-tabler-scope .nav-link:focus-visible{
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.sidebar-tabler-scope .nav-link.disabled,.sidebar-tabler-scope .nav-link:disabled{
  color: var(--tblr-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.sidebar-tabler-scope .nav-tabs{
  --tblr-nav-tabs-border-width: var(--tblr-border-width);
  --tblr-nav-tabs-border-color: var(--tblr-border-color);
  --tblr-nav-tabs-border-radius: var(--tblr-border-radius);
  --tblr-nav-tabs-link-hover-border-color: var(--tblr-border-color) var(--tblr-border-color) var(--tblr-border-color);
  --tblr-nav-tabs-link-active-color: var(--tblr-body-color);
  --tblr-nav-tabs-link-active-bg: var(--tblr-body-bg);
  --tblr-nav-tabs-link-active-border-color: var(--tblr-border-color) var(--tblr-border-color) var(--tblr-border-color);
  border-bottom: var(--tblr-nav-tabs-border-width) solid var(--tblr-nav-tabs-border-color);
}
.sidebar-tabler-scope .nav-tabs .nav-link{
  margin-bottom: calc(-1 * var(--tblr-nav-tabs-border-width));
  border: var(--tblr-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--tblr-nav-tabs-border-radius);
  border-top-right-radius: var(--tblr-nav-tabs-border-radius);
}
.sidebar-tabler-scope .nav-tabs .nav-link:hover,.sidebar-tabler-scope .nav-tabs .nav-link:focus{
  isolation: isolate;
  border-color: var(--tblr-nav-tabs-link-hover-border-color);
}
.sidebar-tabler-scope .nav-tabs .nav-link.active,
.sidebar-tabler-scope .nav-tabs .nav-item.show .nav-link{
  color: var(--tblr-nav-tabs-link-active-color);
  background-color: var(--tblr-nav-tabs-link-active-bg);
  border-color: var(--tblr-nav-tabs-link-active-border-color);
}
.sidebar-tabler-scope .nav-tabs .dropdown-menu{
  margin-top: calc(-1 * var(--tblr-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.sidebar-tabler-scope .nav-pills{
  --tblr-nav-pills-border-radius: var(--tblr-border-radius);
  --tblr-nav-pills-link-active-color: var(--tblr-primary);
  --tblr-nav-pills-link-active-bg: var(--tblr-active-bg);
}
.sidebar-tabler-scope .nav-pills .nav-link{
  border-radius: var(--tblr-nav-pills-border-radius);
}
.sidebar-tabler-scope .nav-pills .nav-link.active,
.sidebar-tabler-scope .nav-pills .show > .nav-link{
  color: var(--tblr-nav-pills-link-active-color);
  background-color: var(--tblr-nav-pills-link-active-bg);
}

.sidebar-tabler-scope .nav-underline{
  --tblr-nav-underline-gap: 1rem;
  --tblr-nav-underline-border-width: 0.125rem;
  --tblr-nav-underline-link-active-color: var(--tblr-emphasis-color);
  gap: var(--tblr-nav-underline-gap);
}
.sidebar-tabler-scope .nav-underline .nav-link{
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--tblr-nav-underline-border-width) solid transparent;
}
.sidebar-tabler-scope .nav-underline .nav-link:hover,.sidebar-tabler-scope .nav-underline .nav-link:focus{
  border-bottom-color: currentcolor;
}
.sidebar-tabler-scope .nav-underline .nav-link.active,
.sidebar-tabler-scope .nav-underline .show > .nav-link{
  font-weight: 600;
  color: var(--tblr-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.sidebar-tabler-scope .nav-fill > .nav-link,
.sidebar-tabler-scope .nav-fill .nav-item{
  flex: 1 1 auto;
  text-align: center;
}

.sidebar-tabler-scope .nav-justified > .nav-link,
.sidebar-tabler-scope .nav-justified .nav-item{
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.sidebar-tabler-scope .nav-fill .nav-item .nav-link,
.sidebar-tabler-scope .nav-justified .nav-item .nav-link{
  width: 100%;
}

.sidebar-tabler-scope .tab-content > .tab-pane{
  display: none;
}
.sidebar-tabler-scope .tab-content > .active{
  display: block;
}

.sidebar-tabler-scope .navbar{
  --tblr-navbar-padding-x: 0;
  --tblr-navbar-padding-y: 0.25rem;
  --tblr-navbar-color: var(--tblr-secondary);
  --tblr-navbar-hover-color: var(--tblr-body-color);
  --tblr-navbar-disabled-color: var(--tblr-disabled-color);
  --tblr-navbar-active-color: var(--tblr-body-color);
  --tblr-navbar-brand-padding-y: 0.5rem;
  --tblr-navbar-brand-margin-end: 1rem;
  --tblr-navbar-brand-font-size: 1.25rem;
  --tblr-navbar-brand-color: var(--tblr-body-color);
  --tblr-navbar-brand-hover-color: var(--tblr-body-color);
  --tblr-navbar-nav-link-padding-x: 0.75rem;
  --tblr-navbar-toggler-padding-y: 0;
  --tblr-navbar-toggler-padding-x: 0;
  --tblr-navbar-toggler-font-size: 1rem;
  --tblr-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2831, 41, 55, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --tblr-navbar-toggler-border-color: rgba(var(--tblr-emphasis-color-rgb), 0.15);
  --tblr-navbar-toggler-border-radius: var(--tblr-border-radius);
  --tblr-navbar-toggler-focus-width: 0;
  --tblr-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--tblr-navbar-padding-y) var(--tblr-navbar-padding-x);
}
.sidebar-tabler-scope .navbar > .container,
.sidebar-tabler-scope .navbar > .container-fluid,
.sidebar-tabler-scope .navbar > .container-sm,
.sidebar-tabler-scope .navbar > .container-md,
.sidebar-tabler-scope .navbar > .container-lg,
.sidebar-tabler-scope .navbar > .container-xl,
.sidebar-tabler-scope .navbar > .container-xxl{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.sidebar-tabler-scope .navbar-brand{
  padding-top: var(--tblr-navbar-brand-padding-y);
  padding-bottom: var(--tblr-navbar-brand-padding-y);
  margin-right: var(--tblr-navbar-brand-margin-end);
  font-size: var(--tblr-navbar-brand-font-size);
  color: var(--tblr-navbar-brand-color);
  white-space: nowrap;
}
.sidebar-tabler-scope .navbar-brand:hover,.sidebar-tabler-scope .navbar-brand:focus{
  color: var(--tblr-navbar-brand-hover-color);
  text-decoration: none;
}

.sidebar-tabler-scope .navbar-nav{
  --tblr-nav-link-padding-x: 0;
  --tblr-nav-link-padding-y: 0.5rem;
  --tblr-nav-link-font-weight: ;
  --tblr-nav-link-color: var(--tblr-navbar-color);
  --tblr-nav-link-hover-color: var(--tblr-navbar-hover-color);
  --tblr-nav-link-disabled-color: var(--tblr-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-tabler-scope .navbar-nav .nav-link.active,.sidebar-tabler-scope .navbar-nav .nav-link.show{
  color: var(--tblr-navbar-active-color);
}
.sidebar-tabler-scope .navbar-nav .dropdown-menu{
  position: static;
}

.sidebar-tabler-scope .navbar-text{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--tblr-navbar-color);
}
.sidebar-tabler-scope .navbar-text a,
.sidebar-tabler-scope .navbar-text a:hover,
.sidebar-tabler-scope .navbar-text a:focus{
  color: var(--tblr-navbar-active-color);
}

.sidebar-tabler-scope .navbar-collapse{
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.sidebar-tabler-scope .navbar-toggler{
  padding: var(--tblr-navbar-toggler-padding-y) var(--tblr-navbar-toggler-padding-x);
  font-size: var(--tblr-navbar-toggler-font-size);
  line-height: 1;
  color: var(--tblr-navbar-color);
  background-color: transparent;
  border: var(--tblr-border-width) solid var(--tblr-navbar-toggler-border-color);
  border-radius: var(--tblr-navbar-toggler-border-radius);
  transition: var(--tblr-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-toggler{
    transition: none;
  }
}
.sidebar-tabler-scope .navbar-toggler:hover{
  text-decoration: none;
}
.sidebar-tabler-scope .navbar-toggler:focus{
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--tblr-navbar-toggler-focus-width);
}

.sidebar-tabler-scope .navbar-toggler-icon{
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--tblr-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.sidebar-tabler-scope .navbar-nav-scroll{
  max-height: var(--tblr-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
.sidebar-tabler-scope .navbar-expand-sm{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-nav{
    flex-direction: row;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-nav .dropdown-menu{
    position: absolute;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-nav .nav-link{
    padding-right: var(--tblr-navbar-nav-link-padding-x);
    padding-left: var(--tblr-navbar-nav-link-padding-x);
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-nav-scroll{
    overflow: visible;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-toggler{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-sm .offcanvas{
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
.sidebar-tabler-scope .navbar-expand-sm .offcanvas .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-sm .offcanvas .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .navbar-expand-md{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-nav{
    flex-direction: row;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-nav .dropdown-menu{
    position: absolute;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-nav .nav-link{
    padding-right: var(--tblr-navbar-nav-link-padding-x);
    padding-left: var(--tblr-navbar-nav-link-padding-x);
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-nav-scroll{
    overflow: visible;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-toggler{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-md .offcanvas{
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
.sidebar-tabler-scope .navbar-expand-md .offcanvas .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-md .offcanvas .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .navbar-expand-lg{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-nav{
    flex-direction: row;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-nav .dropdown-menu{
    position: absolute;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: var(--tblr-navbar-nav-link-padding-x);
    padding-left: var(--tblr-navbar-nav-link-padding-x);
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-nav-scroll{
    overflow: visible;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-toggler{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-lg .offcanvas{
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
.sidebar-tabler-scope .navbar-expand-lg .offcanvas .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-lg .offcanvas .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .navbar-expand-xl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-nav{
    flex-direction: row;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-nav .dropdown-menu{
    position: absolute;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-nav .nav-link{
    padding-right: var(--tblr-navbar-nav-link-padding-x);
    padding-left: var(--tblr-navbar-nav-link-padding-x);
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-nav-scroll{
    overflow: visible;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-toggler{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-xl .offcanvas{
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
.sidebar-tabler-scope .navbar-expand-xl .offcanvas .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-xl .offcanvas .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .navbar-expand-xxl{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-nav{
    flex-direction: row;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-nav .dropdown-menu{
    position: absolute;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-nav .nav-link{
    padding-right: var(--tblr-navbar-nav-link-padding-x);
    padding-left: var(--tblr-navbar-nav-link-padding-x);
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-nav-scroll{
    overflow: visible;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse{
    display: flex !important;
    flex-basis: auto;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-toggler{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-xxl .offcanvas{
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
.sidebar-tabler-scope .navbar-expand-xxl .offcanvas .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .navbar-expand-xxl .offcanvas .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.sidebar-tabler-scope .navbar-expand{
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.sidebar-tabler-scope .navbar-expand .navbar-nav{
  flex-direction: row;
}
.sidebar-tabler-scope .navbar-expand .navbar-nav .dropdown-menu{
  position: absolute;
}
.sidebar-tabler-scope .navbar-expand .navbar-nav .nav-link{
  padding-right: var(--tblr-navbar-nav-link-padding-x);
  padding-left: var(--tblr-navbar-nav-link-padding-x);
}
.sidebar-tabler-scope .navbar-expand .navbar-nav-scroll{
  overflow: visible;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse{
  display: flex !important;
  flex-basis: auto;
}
.sidebar-tabler-scope .navbar-expand .navbar-toggler{
  display: none;
}
.sidebar-tabler-scope .navbar-expand .offcanvas{
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}
.sidebar-tabler-scope .navbar-expand .offcanvas .offcanvas-header{
  display: none;
}
.sidebar-tabler-scope .navbar-expand .offcanvas .offcanvas-body{
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.sidebar-tabler-scope .navbar-dark,
.sidebar-tabler-scope .navbar[data-bs-theme=dark],
.sidebar-tabler-scope body[data-bs-theme=dark] .navbar[data-bs-theme=light]{
  --tblr-navbar-color: rgba(255, 255, 255, 0.7);
  --tblr-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --tblr-navbar-disabled-color: var(--tblr-disabled-color);
  --tblr-navbar-active-color: #ffffff;
  --tblr-navbar-brand-color: #ffffff;
  --tblr-navbar-brand-hover-color: #ffffff;
  --tblr-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --tblr-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sidebar-tabler-scope [data-bs-theme=dark] .navbar-toggler-icon,.sidebar-tabler-scope body[data-bs-theme=dark] [data-bs-theme=light] .navbar-toggler-icon{
  --tblr-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sidebar-tabler-scope .card{
  --tblr-card-spacer-y: 1rem;
  --tblr-card-spacer-x: 1.25rem;
  --tblr-card-title-spacer-y: 1.25rem;
  --tblr-card-title-color: ;
  --tblr-card-subtitle-color: ;
  --tblr-card-border-width: var(--tblr-border-width);
  --tblr-card-border-color: var(--tblr-border-color-translucent);
  --tblr-card-border-radius: var(--tblr-border-radius-lg);
  --tblr-card-box-shadow: var(--tblr-shadow-card);
  --tblr-card-inner-border-radius: calc(var(--tblr-border-radius-lg) - (var(--tblr-border-width)));
  --tblr-card-cap-padding-y: 1rem;
  --tblr-card-cap-padding-x: 1.25rem;
  --tblr-card-cap-bg: var(--tblr-bg-surface-tertiary);
  --tblr-card-cap-color: inherit;
  --tblr-card-height: ;
  --tblr-card-color: inherit;
  --tblr-card-bg: var(--tblr-bg-surface);
  --tblr-card-img-overlay-padding: 1rem;
  --tblr-card-group-margin: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--tblr-card-height);
  color: var(--tblr-body-color);
  word-wrap: break-word;
  background-color: var(--tblr-card-bg);
  background-clip: border-box;
  border: var(--tblr-card-border-width) solid var(--tblr-card-border-color);
  border-radius: var(--tblr-card-border-radius);
  box-shadow: var(--tblr-card-box-shadow);
}
.sidebar-tabler-scope .card > hr,.sidebar-tabler-scope .card > .hr{
  margin-right: 0;
  margin-left: 0;
}
.sidebar-tabler-scope .card > .list-group{
  border-top: inherit;
  border-bottom: inherit;
}
.sidebar-tabler-scope .card > .list-group:first-child{
  border-top-width: 0;
  border-top-left-radius: var(--tblr-card-inner-border-radius);
  border-top-right-radius: var(--tblr-card-inner-border-radius);
}
.sidebar-tabler-scope .card > .list-group:last-child{
  border-bottom-width: 0;
  border-bottom-right-radius: var(--tblr-card-inner-border-radius);
  border-bottom-left-radius: var(--tblr-card-inner-border-radius);
}
.sidebar-tabler-scope .card > .card-header + .list-group,
.sidebar-tabler-scope .card > .list-group + .card-footer{
  border-top: 0;
}

.sidebar-tabler-scope .card-body{
  flex: 1 1 auto;
  padding: var(--tblr-card-spacer-y) var(--tblr-card-spacer-x);
  color: var(--tblr-card-color);
}

.sidebar-tabler-scope .card-title{
  margin-bottom: var(--tblr-card-title-spacer-y);
  color: var(--tblr-card-title-color);
}

.sidebar-tabler-scope .card-subtitle{
  margin-top: calc(-0.5 * var(--tblr-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--tblr-card-subtitle-color);
}

.sidebar-tabler-scope .card-text:last-child{
  margin-bottom: 0;
}

.sidebar-tabler-scope .card-link:hover{
  text-decoration: none;
}
.sidebar-tabler-scope .card-link + .card-link{
  margin-left: var(--tblr-card-spacer-x);
}

.sidebar-tabler-scope .card-header{
  padding: var(--tblr-card-cap-padding-y) var(--tblr-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--tblr-card-cap-color);
  background-color: var(--tblr-card-cap-bg);
  border-bottom: var(--tblr-card-border-width) solid var(--tblr-card-border-color);
}
.sidebar-tabler-scope .card-header:first-child{
  border-radius: var(--tblr-card-inner-border-radius) var(--tblr-card-inner-border-radius) 0 0;
}

.sidebar-tabler-scope .card-footer{
  padding: var(--tblr-card-cap-padding-y) var(--tblr-card-cap-padding-x);
  color: var(--tblr-card-cap-color);
  background-color: var(--tblr-card-cap-bg);
  border-top: var(--tblr-card-border-width) solid var(--tblr-card-border-color);
}
.sidebar-tabler-scope .card-footer:last-child{
  border-radius: 0 0 var(--tblr-card-inner-border-radius) var(--tblr-card-inner-border-radius);
}

.sidebar-tabler-scope .card-header-tabs{
  margin-right: calc(-0.5 * var(--tblr-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--tblr-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--tblr-card-cap-padding-x));
  border-bottom: 0;
}
.sidebar-tabler-scope .card-header-tabs .nav-link.active{
  background-color: var(--tblr-card-bg);
  border-bottom-color: var(--tblr-card-bg);
}

.sidebar-tabler-scope .card-header-pills{
  margin-right: calc(-0.5 * var(--tblr-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--tblr-card-cap-padding-x));
}

.sidebar-tabler-scope .card-img-overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--tblr-card-img-overlay-padding);
  border-radius: var(--tblr-card-inner-border-radius);
}

.sidebar-tabler-scope .card-img,
.sidebar-tabler-scope .card-img-top,
.sidebar-tabler-scope .card-img-bottom{
  width: 100%;
}

.sidebar-tabler-scope .card-img,
.sidebar-tabler-scope .card-img-top{
  border-top-left-radius: var(--tblr-card-inner-border-radius);
  border-top-right-radius: var(--tblr-card-inner-border-radius);
}

.sidebar-tabler-scope .card-img,
.sidebar-tabler-scope .card-img-bottom{
  border-bottom-right-radius: var(--tblr-card-inner-border-radius);
  border-bottom-left-radius: var(--tblr-card-inner-border-radius);
}

.sidebar-tabler-scope .card-group > .card{
  margin-bottom: var(--tblr-card-group-margin);
}
@media (min-width: 576px) {
.sidebar-tabler-scope .card-group{
    display: flex;
    flex-flow: row wrap;
  }
.sidebar-tabler-scope .card-group > .card{
    flex: 1 0 0;
    margin-bottom: 0;
  }
.sidebar-tabler-scope .card-group > .card + .card{
    margin-left: 0;
    border-left: 0;
  }
.sidebar-tabler-scope .card-group > .card:not(:last-child){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.sidebar-tabler-scope .card-group > .card:not(:last-child) > .card-img-top,
.sidebar-tabler-scope .card-group > .card:not(:last-child) > .card-header{
    border-top-right-radius: 0;
  }
.sidebar-tabler-scope .card-group > .card:not(:last-child) > .card-img-bottom,
.sidebar-tabler-scope .card-group > .card:not(:last-child) > .card-footer{
    border-bottom-right-radius: 0;
  }
.sidebar-tabler-scope .card-group > .card:not(:first-child){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.sidebar-tabler-scope .card-group > .card:not(:first-child) > .card-img-top,
.sidebar-tabler-scope .card-group > .card:not(:first-child) > .card-header{
    border-top-left-radius: 0;
  }
.sidebar-tabler-scope .card-group > .card:not(:first-child) > .card-img-bottom,
.sidebar-tabler-scope .card-group > .card:not(:first-child) > .card-footer{
    border-bottom-left-radius: 0;
  }
}

.sidebar-tabler-scope .pagination{
  --tblr-pagination-padding-x: 0.25rem;
  --tblr-pagination-padding-y: calc(0.25rem + 1px);
  --tblr-pagination-font-size: 0.875rem;
  --tblr-pagination-color: var(--tblr-body-color);
  --tblr-pagination-bg: transparent;
  --tblr-pagination-border-width: 1px;
  --tblr-pagination-border-color: transparent;
  --tblr-pagination-border-radius: var(--tblr-border-radius);
  --tblr-pagination-hover-color: var(--tblr-link-hover-color);
  --tblr-pagination-hover-bg: var(--tblr-active-bg);
  --tblr-pagination-hover-border-color: var(--tblr-pagination-border-color);
  --tblr-pagination-focus-color: var(--tblr-link-hover-color);
  --tblr-pagination-focus-bg: var(--tblr-secondary-bg);
  --tblr-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  --tblr-pagination-active-color: #ffffff;
  --tblr-pagination-active-bg: var(--tblr-primary);
  --tblr-pagination-active-border-color: var(--tblr-primary);
  --tblr-pagination-disabled-color: var(--tblr-disabled-color);
  --tblr-pagination-disabled-bg: transparent;
  --tblr-pagination-disabled-border-color: var(--tblr-pagination-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.sidebar-tabler-scope .page-link{
  position: relative;
  display: block;
  padding: var(--tblr-pagination-padding-y) var(--tblr-pagination-padding-x);
  font-size: var(--tblr-pagination-font-size);
  color: var(--tblr-pagination-color);
  background-color: var(--tblr-pagination-bg);
  border: var(--tblr-pagination-border-width) solid var(--tblr-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .page-link{
    transition: none;
  }
}
.sidebar-tabler-scope .page-link:hover{
  z-index: 2;
  color: var(--tblr-pagination-hover-color);
  text-decoration: none;
  background-color: var(--tblr-pagination-hover-bg);
  border-color: var(--tblr-pagination-hover-border-color);
}
.sidebar-tabler-scope .page-link:focus{
  z-index: 3;
  color: var(--tblr-pagination-focus-color);
  background-color: var(--tblr-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--tblr-pagination-focus-box-shadow);
}
.sidebar-tabler-scope .page-link.active,.sidebar-tabler-scope .active > .page-link{
  z-index: 3;
  color: var(--tblr-pagination-active-color);
  background-color: var(--tblr-pagination-active-bg);
  border-color: var(--tblr-pagination-active-border-color);
}
.sidebar-tabler-scope .page-link.disabled,.sidebar-tabler-scope .disabled > .page-link{
  color: var(--tblr-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--tblr-pagination-disabled-bg);
  border-color: var(--tblr-pagination-disabled-border-color);
}

.sidebar-tabler-scope .page-item:not(:first-child) .page-link{
  margin-left: calc(-1 * 1px);
}
.sidebar-tabler-scope .page-item:first-child .page-link{
  border-top-left-radius: var(--tblr-pagination-border-radius);
  border-bottom-left-radius: var(--tblr-pagination-border-radius);
}
.sidebar-tabler-scope .page-item:last-child .page-link{
  border-top-right-radius: var(--tblr-pagination-border-radius);
  border-bottom-right-radius: var(--tblr-pagination-border-radius);
}

.sidebar-tabler-scope .pagination-lg{
  --tblr-pagination-padding-x: 1.5rem;
  --tblr-pagination-padding-y: 0.75rem;
  --tblr-pagination-font-size: 1.09375rem;
  --tblr-pagination-border-radius: var(--tblr-border-radius-lg);
}

.sidebar-tabler-scope .pagination-sm{
  --tblr-pagination-padding-x: 0.5rem;
  --tblr-pagination-padding-y: 0.25rem;
  --tblr-pagination-font-size: 0.765625rem;
  --tblr-pagination-border-radius: var(--tblr-border-radius-sm);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--tblr-progress-height);
  }
}
.sidebar-tabler-scope .progress,
.sidebar-tabler-scope .progress-stacked{
  --tblr-progress-height: 0.5rem;
  --tblr-progress-font-size: 0.65625rem;
  --tblr-progress-bg: var(--tblr-border-color);
  --tblr-progress-border-radius: var(--tblr-border-radius);
  --tblr-progress-box-shadow: var(--tblr-box-shadow-inset);
  --tblr-progress-bar-color: #ffffff;
  --tblr-progress-bar-bg: var(--tblr-primary);
  --tblr-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--tblr-progress-height);
  overflow: hidden;
  font-size: var(--tblr-progress-font-size);
  background-color: var(--tblr-progress-bg);
  border-radius: var(--tblr-progress-border-radius);
  box-shadow: var(--tblr-progress-box-shadow);
}

.sidebar-tabler-scope .progress-bar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--tblr-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--tblr-progress-bar-bg);
  transition: var(--tblr-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .progress-bar{
    transition: none;
  }
}

.sidebar-tabler-scope .progress-bar-striped{
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--tblr-progress-height) var(--tblr-progress-height);
}

.sidebar-tabler-scope .progress-stacked > .progress{
  overflow: visible;
}

.sidebar-tabler-scope .progress-stacked > .progress > .progress-bar{
  width: 100%;
}

.sidebar-tabler-scope .progress-bar-animated{
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .progress-bar-animated{
    animation: none;
  }
}

.sidebar-tabler-scope .list-group{
  --tblr-list-group-color: var(--tblr-body-color);
  --tblr-list-group-bg: inherit;
  --tblr-list-group-border-color: var(--tblr-border-color);
  --tblr-list-group-border-width: var(--tblr-border-width);
  --tblr-list-group-border-radius: var(--tblr-border-radius);
  --tblr-list-group-item-padding-x: 1.25rem;
  --tblr-list-group-item-padding-y: 1rem;
  --tblr-list-group-action-color: inherit;
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: rgba(var(--tblr-secondary-rgb), 0.08);
  --tblr-list-group-action-active-color: var(--tblr-body-color);
  --tblr-list-group-action-active-bg: var(--tblr-secondary-bg);
  --tblr-list-group-disabled-color: var(--tblr-secondary-color);
  --tblr-list-group-disabled-bg: inherit;
  --tblr-list-group-active-color: inherit;
  --tblr-list-group-active-bg: var(--tblr-active-bg);
  --tblr-list-group-active-border-color: var(--tblr-border-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--tblr-list-group-border-radius);
}

.sidebar-tabler-scope .list-group-numbered{
  list-style-type: none;
  counter-reset: section;
}
.sidebar-tabler-scope .list-group-numbered > .list-group-item::before{
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.sidebar-tabler-scope .list-group-item{
  position: relative;
  display: block;
  padding: var(--tblr-list-group-item-padding-y) var(--tblr-list-group-item-padding-x);
  color: var(--tblr-list-group-color);
  background-color: var(--tblr-list-group-bg);
  border: var(--tblr-list-group-border-width) solid var(--tblr-list-group-border-color);
}
.sidebar-tabler-scope .list-group-item:first-child{
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.sidebar-tabler-scope .list-group-item:last-child{
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.sidebar-tabler-scope .list-group-item.disabled,.sidebar-tabler-scope .list-group-item:disabled{
  color: var(--tblr-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--tblr-list-group-disabled-bg);
}
.sidebar-tabler-scope .list-group-item.active{
  z-index: 2;
  color: var(--tblr-list-group-active-color);
  background-color: var(--tblr-list-group-active-bg);
  border-color: var(--tblr-list-group-active-border-color);
}
.sidebar-tabler-scope .list-group-item + .list-group-item{
  border-top-width: 0;
}
.sidebar-tabler-scope .list-group-item + .list-group-item.active{
  margin-top: calc(-1 * var(--tblr-list-group-border-width));
  border-top-width: var(--tblr-list-group-border-width);
}

.sidebar-tabler-scope .list-group-item-action{
  width: 100%;
  color: var(--tblr-list-group-action-color);
  text-align: inherit;
}
.sidebar-tabler-scope .list-group-item-action:not(.active):hover,.sidebar-tabler-scope .list-group-item-action:not(.active):focus{
  z-index: 1;
  color: var(--tblr-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--tblr-list-group-action-hover-bg);
}
.sidebar-tabler-scope .list-group-item-action:not(.active):active{
  color: var(--tblr-list-group-action-active-color);
  background-color: var(--tblr-list-group-action-active-bg);
}

.sidebar-tabler-scope .list-group-horizontal{
  flex-direction: row;
}
.sidebar-tabler-scope .list-group-horizontal > .list-group-item:first-child:not(:last-child){
  border-bottom-left-radius: var(--tblr-list-group-border-radius);
  border-top-right-radius: 0;
}
.sidebar-tabler-scope .list-group-horizontal > .list-group-item:last-child:not(:first-child){
  border-top-right-radius: var(--tblr-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.sidebar-tabler-scope .list-group-horizontal > .list-group-item.active{
  margin-top: 0;
}
.sidebar-tabler-scope .list-group-horizontal > .list-group-item + .list-group-item{
  border-top-width: var(--tblr-list-group-border-width);
  border-left-width: 0;
}
.sidebar-tabler-scope .list-group-horizontal > .list-group-item + .list-group-item.active{
  margin-left: calc(-1 * var(--tblr-list-group-border-width));
  border-left-width: var(--tblr-list-group-border-width);
}

@media (min-width: 576px) {
.sidebar-tabler-scope .list-group-horizontal-sm{
    flex-direction: row;
  }
.sidebar-tabler-scope .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child){
    border-bottom-left-radius: var(--tblr-list-group-border-radius);
    border-top-right-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child){
    border-top-right-radius: var(--tblr-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-sm > .list-group-item.active{
    margin-top: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-sm > .list-group-item + .list-group-item{
    border-top-width: var(--tblr-list-group-border-width);
    border-left-width: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-sm > .list-group-item + .list-group-item.active{
    margin-left: calc(-1 * var(--tblr-list-group-border-width));
    border-left-width: var(--tblr-list-group-border-width);
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .list-group-horizontal-md{
    flex-direction: row;
  }
.sidebar-tabler-scope .list-group-horizontal-md > .list-group-item:first-child:not(:last-child){
    border-bottom-left-radius: var(--tblr-list-group-border-radius);
    border-top-right-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-md > .list-group-item:last-child:not(:first-child){
    border-top-right-radius: var(--tblr-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-md > .list-group-item.active{
    margin-top: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-md > .list-group-item + .list-group-item{
    border-top-width: var(--tblr-list-group-border-width);
    border-left-width: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-md > .list-group-item + .list-group-item.active{
    margin-left: calc(-1 * var(--tblr-list-group-border-width));
    border-left-width: var(--tblr-list-group-border-width);
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .list-group-horizontal-lg{
    flex-direction: row;
  }
.sidebar-tabler-scope .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child){
    border-bottom-left-radius: var(--tblr-list-group-border-radius);
    border-top-right-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child){
    border-top-right-radius: var(--tblr-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-lg > .list-group-item.active{
    margin-top: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-lg > .list-group-item + .list-group-item{
    border-top-width: var(--tblr-list-group-border-width);
    border-left-width: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-lg > .list-group-item + .list-group-item.active{
    margin-left: calc(-1 * var(--tblr-list-group-border-width));
    border-left-width: var(--tblr-list-group-border-width);
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .list-group-horizontal-xl{
    flex-direction: row;
  }
.sidebar-tabler-scope .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child){
    border-bottom-left-radius: var(--tblr-list-group-border-radius);
    border-top-right-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child){
    border-top-right-radius: var(--tblr-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-xl > .list-group-item.active{
    margin-top: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-xl > .list-group-item + .list-group-item{
    border-top-width: var(--tblr-list-group-border-width);
    border-left-width: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-xl > .list-group-item + .list-group-item.active{
    margin-left: calc(-1 * var(--tblr-list-group-border-width));
    border-left-width: var(--tblr-list-group-border-width);
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .list-group-horizontal-xxl{
    flex-direction: row;
  }
.sidebar-tabler-scope .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child){
    border-bottom-left-radius: var(--tblr-list-group-border-radius);
    border-top-right-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child){
    border-top-right-radius: var(--tblr-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-xxl > .list-group-item.active{
    margin-top: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-xxl > .list-group-item + .list-group-item{
    border-top-width: var(--tblr-list-group-border-width);
    border-left-width: 0;
  }
.sidebar-tabler-scope .list-group-horizontal-xxl > .list-group-item + .list-group-item.active{
    margin-left: calc(-1 * var(--tblr-list-group-border-width));
    border-left-width: var(--tblr-list-group-border-width);
  }
}
.sidebar-tabler-scope .list-group-flush{
  border-radius: 0;
}
.sidebar-tabler-scope .list-group-flush > .list-group-item{
  border-width: 0 0 var(--tblr-list-group-border-width);
}
.sidebar-tabler-scope .list-group-flush > .list-group-item:last-child{
  border-bottom-width: 0;
}

.sidebar-tabler-scope .list-group-item-primary{
  --tblr-list-group-color: var(--tblr-primary-text-emphasis);
  --tblr-list-group-bg: var(--tblr-primary-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-primary-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-primary-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-primary-border-subtle);
  --tblr-list-group-active-color: var(--tblr-primary-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-primary-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-primary-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-secondary{
  --tblr-list-group-color: var(--tblr-secondary-text-emphasis);
  --tblr-list-group-bg: var(--tblr-secondary-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-secondary-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-secondary-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-secondary-border-subtle);
  --tblr-list-group-active-color: var(--tblr-secondary-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-secondary-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-secondary-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-success{
  --tblr-list-group-color: var(--tblr-success-text-emphasis);
  --tblr-list-group-bg: var(--tblr-success-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-success-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-success-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-success-border-subtle);
  --tblr-list-group-active-color: var(--tblr-success-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-success-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-success-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-info{
  --tblr-list-group-color: var(--tblr-info-text-emphasis);
  --tblr-list-group-bg: var(--tblr-info-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-info-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-info-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-info-border-subtle);
  --tblr-list-group-active-color: var(--tblr-info-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-info-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-info-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-warning{
  --tblr-list-group-color: var(--tblr-warning-text-emphasis);
  --tblr-list-group-bg: var(--tblr-warning-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-warning-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-warning-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-warning-border-subtle);
  --tblr-list-group-active-color: var(--tblr-warning-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-warning-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-warning-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-danger{
  --tblr-list-group-color: var(--tblr-danger-text-emphasis);
  --tblr-list-group-bg: var(--tblr-danger-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-danger-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-danger-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-danger-border-subtle);
  --tblr-list-group-active-color: var(--tblr-danger-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-danger-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-danger-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-light{
  --tblr-list-group-color: var(--tblr-light-text-emphasis);
  --tblr-list-group-bg: var(--tblr-light-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-light-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-light-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-light-border-subtle);
  --tblr-list-group-active-color: var(--tblr-light-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-light-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-light-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-dark{
  --tblr-list-group-color: var(--tblr-dark-text-emphasis);
  --tblr-list-group-bg: var(--tblr-dark-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-dark-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-dark-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-dark-border-subtle);
  --tblr-list-group-active-color: var(--tblr-dark-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-dark-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-dark-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-muted{
  --tblr-list-group-color: var(--tblr-muted-text-emphasis);
  --tblr-list-group-bg: var(--tblr-muted-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-muted-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-muted-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-muted-border-subtle);
  --tblr-list-group-active-color: var(--tblr-muted-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-muted-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-muted-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-blue{
  --tblr-list-group-color: var(--tblr-blue-text-emphasis);
  --tblr-list-group-bg: var(--tblr-blue-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-blue-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-blue-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-blue-border-subtle);
  --tblr-list-group-active-color: var(--tblr-blue-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-blue-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-blue-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-azure{
  --tblr-list-group-color: var(--tblr-azure-text-emphasis);
  --tblr-list-group-bg: var(--tblr-azure-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-azure-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-azure-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-azure-border-subtle);
  --tblr-list-group-active-color: var(--tblr-azure-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-azure-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-azure-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-indigo{
  --tblr-list-group-color: var(--tblr-indigo-text-emphasis);
  --tblr-list-group-bg: var(--tblr-indigo-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-indigo-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-indigo-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-indigo-border-subtle);
  --tblr-list-group-active-color: var(--tblr-indigo-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-indigo-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-indigo-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-purple{
  --tblr-list-group-color: var(--tblr-purple-text-emphasis);
  --tblr-list-group-bg: var(--tblr-purple-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-purple-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-purple-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-purple-border-subtle);
  --tblr-list-group-active-color: var(--tblr-purple-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-purple-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-purple-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-pink{
  --tblr-list-group-color: var(--tblr-pink-text-emphasis);
  --tblr-list-group-bg: var(--tblr-pink-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-pink-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-pink-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-pink-border-subtle);
  --tblr-list-group-active-color: var(--tblr-pink-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-pink-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-pink-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-red{
  --tblr-list-group-color: var(--tblr-red-text-emphasis);
  --tblr-list-group-bg: var(--tblr-red-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-red-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-red-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-red-border-subtle);
  --tblr-list-group-active-color: var(--tblr-red-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-red-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-red-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-orange{
  --tblr-list-group-color: var(--tblr-orange-text-emphasis);
  --tblr-list-group-bg: var(--tblr-orange-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-orange-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-orange-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-orange-border-subtle);
  --tblr-list-group-active-color: var(--tblr-orange-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-orange-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-orange-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-yellow{
  --tblr-list-group-color: var(--tblr-yellow-text-emphasis);
  --tblr-list-group-bg: var(--tblr-yellow-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-yellow-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-yellow-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-yellow-border-subtle);
  --tblr-list-group-active-color: var(--tblr-yellow-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-yellow-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-yellow-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-lime{
  --tblr-list-group-color: var(--tblr-lime-text-emphasis);
  --tblr-list-group-bg: var(--tblr-lime-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-lime-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-lime-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-lime-border-subtle);
  --tblr-list-group-active-color: var(--tblr-lime-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-lime-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-lime-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-green{
  --tblr-list-group-color: var(--tblr-green-text-emphasis);
  --tblr-list-group-bg: var(--tblr-green-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-green-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-green-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-green-border-subtle);
  --tblr-list-group-active-color: var(--tblr-green-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-green-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-green-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-teal{
  --tblr-list-group-color: var(--tblr-teal-text-emphasis);
  --tblr-list-group-bg: var(--tblr-teal-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-teal-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-teal-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-teal-border-subtle);
  --tblr-list-group-active-color: var(--tblr-teal-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-teal-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-teal-text-emphasis);
}

.sidebar-tabler-scope .list-group-item-cyan{
  --tblr-list-group-color: var(--tblr-cyan-text-emphasis);
  --tblr-list-group-bg: var(--tblr-cyan-bg-subtle);
  --tblr-list-group-border-color: var(--tblr-cyan-border-subtle);
  --tblr-list-group-action-hover-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-hover-bg: var(--tblr-cyan-border-subtle);
  --tblr-list-group-action-active-color: var(--tblr-emphasis-color);
  --tblr-list-group-action-active-bg: var(--tblr-cyan-border-subtle);
  --tblr-list-group-active-color: var(--tblr-cyan-bg-subtle);
  --tblr-list-group-active-bg: var(--tblr-cyan-text-emphasis);
  --tblr-list-group-active-border-color: var(--tblr-cyan-text-emphasis);
}

.sidebar-tabler-scope .toast{
  --tblr-toast-zindex: 1090;
  --tblr-toast-padding-x: 0.75rem;
  --tblr-toast-padding-y: 0.5rem;
  --tblr-toast-spacing: calc(var(--tblr-page-padding) * 2);
  --tblr-toast-max-width: 350px;
  --tblr-toast-font-size: 0.875rem;
  --tblr-toast-color: ;
  --tblr-toast-bg: var(--tblr-bg-surface);
  --tblr-toast-border-width: var(--tblr-border-width);
  --tblr-toast-border-color: var(--tblr-border-color);
  --tblr-toast-border-radius: var(--tblr-border-radius);
  --tblr-toast-box-shadow: var(--tblr-box-shadow);
  --tblr-toast-header-color: var(--tblr-gray-500);
  --tblr-toast-header-bg: rgba(var(--tblr-body-bg-rgb), 0.85);
  --tblr-toast-header-border-color: var(--tblr-border-color);
  width: var(--tblr-toast-max-width);
  max-width: 100%;
  font-size: var(--tblr-toast-font-size);
  color: var(--tblr-toast-color);
  pointer-events: auto;
  background-color: var(--tblr-toast-bg);
  background-clip: padding-box;
  border: var(--tblr-toast-border-width) solid var(--tblr-toast-border-color);
  box-shadow: var(--tblr-toast-box-shadow);
  border-radius: var(--tblr-toast-border-radius);
}
.sidebar-tabler-scope .toast.showing{
  opacity: 0;
}
.sidebar-tabler-scope .toast:not(.show){
  display: none;
}

.sidebar-tabler-scope .toast-container{
  --tblr-toast-zindex: 1090;
  position: absolute;
  z-index: var(--tblr-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.sidebar-tabler-scope .toast-container > :not(:last-child){
  margin-bottom: var(--tblr-toast-spacing);
}

.sidebar-tabler-scope .toast-header{
  display: flex;
  align-items: center;
  padding: var(--tblr-toast-padding-y) var(--tblr-toast-padding-x);
  color: var(--tblr-toast-header-color);
  background-color: var(--tblr-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--tblr-toast-border-width) solid var(--tblr-toast-header-border-color);
  border-top-left-radius: calc(var(--tblr-toast-border-radius) - var(--tblr-toast-border-width));
  border-top-right-radius: calc(var(--tblr-toast-border-radius) - var(--tblr-toast-border-width));
}
.sidebar-tabler-scope .toast-header .btn-close{
  margin-right: calc(-0.5 * var(--tblr-toast-padding-x));
  margin-left: var(--tblr-toast-padding-x);
}

.sidebar-tabler-scope .toast-body{
  padding: var(--tblr-toast-padding-x);
  word-wrap: break-word;
}

.sidebar-tabler-scope .modal{
  --tblr-modal-zindex: 1055;
  --tblr-modal-width: 540px;
  --tblr-modal-padding: 1.5rem;
  --tblr-modal-margin: 0.5rem;
  --tblr-modal-color: var(--tblr-body-color);
  --tblr-modal-bg: var(--tblr-bg-surface);
  --tblr-modal-border-color: transparent;
  --tblr-modal-border-width: var(--tblr-border-width);
  --tblr-modal-border-radius: var(--tblr-border-radius-lg);
  --tblr-modal-box-shadow: var(--tblr-box-shadow-sm);
  --tblr-modal-inner-border-radius: calc(var(--tblr-modal-border-radius) - 1px);
  --tblr-modal-header-padding-x: 1.5rem;
  --tblr-modal-header-padding-y: 1.5rem;
  --tblr-modal-header-padding: 1.5rem;
  --tblr-modal-header-border-color: var(--tblr-border-color);
  --tblr-modal-header-border-width: var(--tblr-border-width);
  --tblr-modal-title-line-height: 1.4285714286;
  --tblr-modal-footer-gap: 0.75rem;
  --tblr-modal-footer-bg: var(--tblr-bg-surface-tertiary);
  --tblr-modal-footer-border-color: var(--tblr-border-color);
  --tblr-modal-footer-border-width: var(--tblr-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--tblr-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.sidebar-tabler-scope .modal-dialog{
  position: relative;
  width: auto;
  margin: var(--tblr-modal-margin);
  pointer-events: none;
}
.sidebar-tabler-scope .modal.fade .modal-dialog{
  transform: translate(0, -1rem);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .modal.fade .modal-dialog{
    transition: none;
  }
}
.sidebar-tabler-scope .modal.show .modal-dialog{
  transform: none;
}
.sidebar-tabler-scope .modal.modal-static .modal-dialog{
  transform: scale(1.02);
}

.sidebar-tabler-scope .modal-dialog-scrollable{
  height: calc(100% - var(--tblr-modal-margin) * 2);
}
.sidebar-tabler-scope .modal-dialog-scrollable .modal-content{
  max-height: 100%;
  overflow: hidden;
}
.sidebar-tabler-scope .modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}

.sidebar-tabler-scope .modal-dialog-centered{
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--tblr-modal-margin) * 2);
}

.sidebar-tabler-scope .modal-content{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--tblr-modal-color);
  pointer-events: auto;
  background-color: var(--tblr-modal-bg);
  background-clip: padding-box;
  border: var(--tblr-modal-border-width) solid var(--tblr-modal-border-color);
  border-radius: var(--tblr-modal-border-radius);
  box-shadow: var(--tblr-modal-box-shadow);
  outline: 0;
}

.sidebar-tabler-scope .modal-backdrop{
  --tblr-backdrop-zindex: 1050;
  --tblr-backdrop-bg: var(--tblr-gray-800);
  --tblr-backdrop-opacity: 0.24;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--tblr-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--tblr-backdrop-bg);
}
.sidebar-tabler-scope .modal-backdrop.fade{
  opacity: 0;
}
.sidebar-tabler-scope .modal-backdrop.show{
  opacity: var(--tblr-backdrop-opacity);
}

.sidebar-tabler-scope .modal-header{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--tblr-modal-header-padding);
  border-bottom: var(--tblr-modal-header-border-width) solid var(--tblr-modal-header-border-color);
  border-top-left-radius: var(--tblr-modal-inner-border-radius);
  border-top-right-radius: var(--tblr-modal-inner-border-radius);
}
.sidebar-tabler-scope .modal-header .btn-close{
  padding: calc(var(--tblr-modal-header-padding-y) * 0.5) calc(var(--tblr-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--tblr-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--tblr-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--tblr-modal-header-padding-y));
  margin-left: auto;
}

.sidebar-tabler-scope .modal-title{
  margin-bottom: 0;
  line-height: var(--tblr-modal-title-line-height);
}

.sidebar-tabler-scope .modal-body{
  position: relative;
  flex: 1 1 auto;
  padding: var(--tblr-modal-padding);
}

.sidebar-tabler-scope .modal-footer{
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--tblr-modal-padding) - var(--tblr-modal-footer-gap) * 0.5);
  background-color: var(--tblr-modal-footer-bg);
  border-top: var(--tblr-modal-footer-border-width) solid var(--tblr-modal-footer-border-color);
  border-bottom-right-radius: var(--tblr-modal-inner-border-radius);
  border-bottom-left-radius: var(--tblr-modal-inner-border-radius);
}
.sidebar-tabler-scope .modal-footer > *{
  margin: calc(var(--tblr-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
.sidebar-tabler-scope .modal{
    --tblr-modal-margin: 1.75rem;
    --tblr-modal-box-shadow: var(--tblr-box-shadow);
  }
.sidebar-tabler-scope .modal-dialog{
    max-width: var(--tblr-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
.sidebar-tabler-scope .modal-sm{
    --tblr-modal-width: 380px;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .modal-lg,
.sidebar-tabler-scope .modal-xl{
    --tblr-modal-width: 720px;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .modal-xl{
    --tblr-modal-width: 1140px;
  }
}
.sidebar-tabler-scope .modal-fullscreen{
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.sidebar-tabler-scope .modal-fullscreen .modal-content{
  height: 100%;
  border: 0;
  border-radius: 0;
}
.sidebar-tabler-scope .modal-fullscreen .modal-header,
.sidebar-tabler-scope .modal-fullscreen .modal-footer{
  border-radius: 0;
}
.sidebar-tabler-scope .modal-fullscreen .modal-body{
  overflow-y: auto;
}

@media (max-width: 575.98px) {
.sidebar-tabler-scope .modal-fullscreen-sm-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-sm-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-sm-down .modal-header,
.sidebar-tabler-scope .modal-fullscreen-sm-down .modal-footer{
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-sm-down .modal-body{
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
.sidebar-tabler-scope .modal-fullscreen-md-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-md-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-md-down .modal-header,
.sidebar-tabler-scope .modal-fullscreen-md-down .modal-footer{
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-md-down .modal-body{
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
.sidebar-tabler-scope .modal-fullscreen-lg-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-lg-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-lg-down .modal-header,
.sidebar-tabler-scope .modal-fullscreen-lg-down .modal-footer{
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-lg-down .modal-body{
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
.sidebar-tabler-scope .modal-fullscreen-xl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-xl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-xl-down .modal-header,
.sidebar-tabler-scope .modal-fullscreen-xl-down .modal-footer{
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-xl-down .modal-body{
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
.sidebar-tabler-scope .modal-fullscreen-xxl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-xxl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-xxl-down .modal-header,
.sidebar-tabler-scope .modal-fullscreen-xxl-down .modal-footer{
    border-radius: 0;
  }
.sidebar-tabler-scope .modal-fullscreen-xxl-down .modal-body{
    overflow-y: auto;
  }
}
.sidebar-tabler-scope .tooltip{
  --tblr-tooltip-zindex: 1080;
  --tblr-tooltip-max-width: 200px;
  --tblr-tooltip-padding-x: var(--tblr-spacer-3);
  --tblr-tooltip-padding-y: var(--tblr-spacer-1);
  --tblr-tooltip-margin: ;
  --tblr-tooltip-font-size: 0.765625rem;
  --tblr-tooltip-color: var(--tblr-text-inverted);
  --tblr-tooltip-bg: var(--tblr-bg-surface-inverted);
  --tblr-tooltip-border-radius: var(--tblr-border-radius);
  --tblr-tooltip-opacity: 0.9;
  --tblr-tooltip-arrow-width: 0.8rem;
  --tblr-tooltip-arrow-height: 0.4rem;
  z-index: var(--tblr-tooltip-zindex);
  display: block;
  margin: var(--tblr-tooltip-margin);
  font-family: var(--tblr-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--tblr-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.sidebar-tabler-scope .tooltip.show{
  opacity: var(--tblr-tooltip-opacity);
}
.sidebar-tabler-scope .tooltip .tooltip-arrow{
  display: block;
  width: var(--tblr-tooltip-arrow-width);
  height: var(--tblr-tooltip-arrow-height);
}
.sidebar-tabler-scope .tooltip .tooltip-arrow::before{
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.sidebar-tabler-scope .bs-tooltip-top .tooltip-arrow,.sidebar-tabler-scope .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{
  bottom: calc(-1 * var(--tblr-tooltip-arrow-height));
}
.sidebar-tabler-scope .bs-tooltip-top .tooltip-arrow::before,.sidebar-tabler-scope .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
  top: -1px;
  border-width: var(--tblr-tooltip-arrow-height) calc(var(--tblr-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--tblr-tooltip-bg);
}

/* rtl:begin:ignore */
.sidebar-tabler-scope .bs-tooltip-end .tooltip-arrow,.sidebar-tabler-scope .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{
  left: calc(-1 * var(--tblr-tooltip-arrow-height));
  width: var(--tblr-tooltip-arrow-height);
  height: var(--tblr-tooltip-arrow-width);
}
.sidebar-tabler-scope .bs-tooltip-end .tooltip-arrow::before,.sidebar-tabler-scope .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{
  right: -1px;
  border-width: calc(var(--tblr-tooltip-arrow-width) * 0.5) var(--tblr-tooltip-arrow-height) calc(var(--tblr-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--tblr-tooltip-bg);
}

/* rtl:end:ignore */
.sidebar-tabler-scope .bs-tooltip-bottom .tooltip-arrow,.sidebar-tabler-scope .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{
  top: calc(-1 * var(--tblr-tooltip-arrow-height));
}
.sidebar-tabler-scope .bs-tooltip-bottom .tooltip-arrow::before,.sidebar-tabler-scope .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{
  bottom: -1px;
  border-width: 0 calc(var(--tblr-tooltip-arrow-width) * 0.5) var(--tblr-tooltip-arrow-height);
  border-bottom-color: var(--tblr-tooltip-bg);
}

/* rtl:begin:ignore */
.sidebar-tabler-scope .bs-tooltip-start .tooltip-arrow,.sidebar-tabler-scope .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{
  right: calc(-1 * var(--tblr-tooltip-arrow-height));
  width: var(--tblr-tooltip-arrow-height);
  height: var(--tblr-tooltip-arrow-width);
}
.sidebar-tabler-scope .bs-tooltip-start .tooltip-arrow::before,.sidebar-tabler-scope .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{
  left: -1px;
  border-width: calc(var(--tblr-tooltip-arrow-width) * 0.5) 0 calc(var(--tblr-tooltip-arrow-width) * 0.5) var(--tblr-tooltip-arrow-height);
  border-left-color: var(--tblr-tooltip-bg);
}

/* rtl:end:ignore */
.sidebar-tabler-scope .tooltip-inner{
  max-width: var(--tblr-tooltip-max-width);
  padding: var(--tblr-tooltip-padding-y) var(--tblr-tooltip-padding-x);
  color: var(--tblr-tooltip-color);
  text-align: center;
  background-color: var(--tblr-tooltip-bg);
  border-radius: var(--tblr-tooltip-border-radius);
}

.sidebar-tabler-scope .popover{
  --tblr-popover-zindex: 1070;
  --tblr-popover-max-width: 276px;
  --tblr-popover-font-size: 0.765625rem;
  --tblr-popover-bg: var(--tblr-bg-surface);
  --tblr-popover-border-width: var(--tblr-border-width);
  --tblr-popover-border-color: var(--tblr-border-color);
  --tblr-popover-border-radius: var(--tblr-border-radius-lg);
  --tblr-popover-inner-border-radius: calc(var(--tblr-border-radius-lg) - var(--tblr-border-width));
  --tblr-popover-box-shadow: var(--tblr-shadow-lg);
  --tblr-popover-header-padding-x: 1rem;
  --tblr-popover-header-padding-y: 0.5rem;
  --tblr-popover-header-font-size: 0.875rem;
  --tblr-popover-header-color: inherit;
  --tblr-popover-header-bg: transparent;
  --tblr-popover-body-padding-x: 0.5rem;
  --tblr-popover-body-padding-y: 0.5rem;
  --tblr-popover-body-color: inherit;
  --tblr-popover-arrow-width: 1rem;
  --tblr-popover-arrow-height: 0.5rem;
  --tblr-popover-arrow-border: var(--tblr-popover-border-color);
  z-index: var(--tblr-popover-zindex);
  display: block;
  max-width: var(--tblr-popover-max-width);
  font-family: var(--tblr-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--tblr-popover-font-size);
  word-wrap: break-word;
  background-color: var(--tblr-popover-bg);
  background-clip: padding-box;
  border: var(--tblr-popover-border-width) solid var(--tblr-popover-border-color);
  border-radius: var(--tblr-popover-border-radius);
  box-shadow: var(--tblr-popover-box-shadow);
}
.sidebar-tabler-scope .popover .popover-arrow{
  display: block;
  width: var(--tblr-popover-arrow-width);
  height: var(--tblr-popover-arrow-height);
}
.sidebar-tabler-scope .popover .popover-arrow::before,.sidebar-tabler-scope .popover .popover-arrow::after{
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.sidebar-tabler-scope .bs-popover-top > .popover-arrow,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=top] > .popover-arrow{
  bottom: calc(-1 * (var(--tblr-popover-arrow-height)) - var(--tblr-popover-border-width));
}
.sidebar-tabler-scope .bs-popover-top > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-top > .popover-arrow::after,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after{
  border-width: var(--tblr-popover-arrow-height) calc(var(--tblr-popover-arrow-width) * 0.5) 0;
}
.sidebar-tabler-scope .bs-popover-top > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before{
  bottom: 0;
  border-top-color: var(--tblr-popover-arrow-border);
}
.sidebar-tabler-scope .bs-popover-top > .popover-arrow::after,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after{
  bottom: var(--tblr-popover-border-width);
  border-top-color: var(--tblr-popover-bg);
}

/* rtl:begin:ignore */
.sidebar-tabler-scope .bs-popover-end > .popover-arrow,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=right] > .popover-arrow{
  left: calc(-1 * (var(--tblr-popover-arrow-height)) - var(--tblr-popover-border-width));
  width: var(--tblr-popover-arrow-height);
  height: var(--tblr-popover-arrow-width);
}
.sidebar-tabler-scope .bs-popover-end > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-end > .popover-arrow::after,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after{
  border-width: calc(var(--tblr-popover-arrow-width) * 0.5) var(--tblr-popover-arrow-height) calc(var(--tblr-popover-arrow-width) * 0.5) 0;
}
.sidebar-tabler-scope .bs-popover-end > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before{
  left: 0;
  border-right-color: var(--tblr-popover-arrow-border);
}
.sidebar-tabler-scope .bs-popover-end > .popover-arrow::after,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after{
  left: var(--tblr-popover-border-width);
  border-right-color: var(--tblr-popover-bg);
}

/* rtl:end:ignore */
.sidebar-tabler-scope .bs-popover-bottom > .popover-arrow,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow{
  top: calc(-1 * (var(--tblr-popover-arrow-height)) - var(--tblr-popover-border-width));
}
.sidebar-tabler-scope .bs-popover-bottom > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-bottom > .popover-arrow::after,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after{
  border-width: 0 calc(var(--tblr-popover-arrow-width) * 0.5) var(--tblr-popover-arrow-height);
}
.sidebar-tabler-scope .bs-popover-bottom > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before{
  top: 0;
  border-bottom-color: var(--tblr-popover-arrow-border);
}
.sidebar-tabler-scope .bs-popover-bottom > .popover-arrow::after,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after{
  top: var(--tblr-popover-border-width);
  border-bottom-color: var(--tblr-popover-bg);
}
.sidebar-tabler-scope .bs-popover-bottom .popover-header::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--tblr-popover-arrow-width);
  margin-left: calc(-0.5 * var(--tblr-popover-arrow-width));
  content: "";
  border-bottom: var(--tblr-popover-border-width) solid var(--tblr-popover-header-bg);
}

/* rtl:begin:ignore */
.sidebar-tabler-scope .bs-popover-start > .popover-arrow,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=left] > .popover-arrow{
  right: calc(-1 * (var(--tblr-popover-arrow-height)) - var(--tblr-popover-border-width));
  width: var(--tblr-popover-arrow-height);
  height: var(--tblr-popover-arrow-width);
}
.sidebar-tabler-scope .bs-popover-start > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-start > .popover-arrow::after,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after{
  border-width: calc(var(--tblr-popover-arrow-width) * 0.5) 0 calc(var(--tblr-popover-arrow-width) * 0.5) var(--tblr-popover-arrow-height);
}
.sidebar-tabler-scope .bs-popover-start > .popover-arrow::before,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before{
  right: 0;
  border-left-color: var(--tblr-popover-arrow-border);
}
.sidebar-tabler-scope .bs-popover-start > .popover-arrow::after,.sidebar-tabler-scope .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after{
  right: var(--tblr-popover-border-width);
  border-left-color: var(--tblr-popover-bg);
}

/* rtl:end:ignore */
.sidebar-tabler-scope .popover-header{
  padding: var(--tblr-popover-header-padding-y) var(--tblr-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--tblr-popover-header-font-size);
  color: var(--tblr-popover-header-color);
  background-color: var(--tblr-popover-header-bg);
  border-bottom: var(--tblr-popover-border-width) solid var(--tblr-popover-border-color);
  border-top-left-radius: var(--tblr-popover-inner-border-radius);
  border-top-right-radius: var(--tblr-popover-inner-border-radius);
}
.sidebar-tabler-scope .popover-header:empty{
  display: none;
}

.sidebar-tabler-scope .popover-body{
  padding: var(--tblr-popover-body-padding-y) var(--tblr-popover-body-padding-x);
  color: var(--tblr-popover-body-color);
}

.sidebar-tabler-scope .carousel{
  position: relative;
}

.sidebar-tabler-scope .carousel.pointer-event{
  touch-action: pan-y;
}

.sidebar-tabler-scope .carousel-inner{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sidebar-tabler-scope .carousel-inner::after{
  display: block;
  clear: both;
  content: "";
}

.sidebar-tabler-scope .carousel-item{
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .carousel-item{
    transition: none;
  }
}

.sidebar-tabler-scope .carousel-item.active,
.sidebar-tabler-scope .carousel-item-next,
.sidebar-tabler-scope .carousel-item-prev{
  display: block;
}

.sidebar-tabler-scope .carousel-item-next:not(.carousel-item-start),
.sidebar-tabler-scope .active.carousel-item-end{
  transform: translateX(100%);
}

.sidebar-tabler-scope .carousel-item-prev:not(.carousel-item-end),
.sidebar-tabler-scope .active.carousel-item-start{
  transform: translateX(-100%);
}

.sidebar-tabler-scope .carousel-fade .carousel-item{
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.sidebar-tabler-scope .carousel-fade .carousel-item.active,
.sidebar-tabler-scope .carousel-fade .carousel-item-next.carousel-item-start,
.sidebar-tabler-scope .carousel-fade .carousel-item-prev.carousel-item-end{
  z-index: 1;
  opacity: 1;
}
.sidebar-tabler-scope .carousel-fade .active.carousel-item-start,
.sidebar-tabler-scope .carousel-fade .active.carousel-item-end{
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .carousel-fade .active.carousel-item-start,
.sidebar-tabler-scope .carousel-fade .active.carousel-item-end{
    transition: none;
  }
}

.sidebar-tabler-scope .carousel-control-prev,
.sidebar-tabler-scope .carousel-control-next{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  filter: var(--tblr-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .carousel-control-prev,
.sidebar-tabler-scope .carousel-control-next{
    transition: none;
  }
}
.sidebar-tabler-scope .carousel-control-prev:hover,.sidebar-tabler-scope .carousel-control-prev:focus,
.sidebar-tabler-scope .carousel-control-next:hover,
.sidebar-tabler-scope .carousel-control-next:focus{
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.sidebar-tabler-scope .carousel-control-prev{
  left: 0;
}

.sidebar-tabler-scope .carousel-control-next{
  right: 0;
}

.sidebar-tabler-scope .carousel-control-prev-icon,
.sidebar-tabler-scope .carousel-control-next-icon{
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.sidebar-tabler-scope .carousel-control-prev-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e")*/;
}

.sidebar-tabler-scope .carousel-control-next-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e")*/;
}

.sidebar-tabler-scope .carousel-indicators{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.sidebar-tabler-scope .carousel-indicators [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--tblr-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .carousel-indicators [data-bs-target]{
    transition: none;
  }
}
.sidebar-tabler-scope .carousel-indicators .active{
  opacity: 1;
}

.sidebar-tabler-scope .carousel-caption{
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--tblr-carousel-caption-color);
  text-align: center;
}

.sidebar-tabler-scope .carousel-dark{
  --tblr-carousel-indicator-active-bg: #000000;
  --tblr-carousel-caption-color: #000000;
  --tblr-carousel-control-icon-filter: invert(1) grayscale(100);
}

.sidebar-tabler-scope,
.sidebar-tabler-scope [data-bs-theme=light]{
  --tblr-carousel-indicator-active-bg: #ffffff;
  --tblr-carousel-caption-color: #ffffff;
  --tblr-carousel-control-icon-filter: ;
}

.sidebar-tabler-scope [data-bs-theme=dark],.sidebar-tabler-scope body[data-bs-theme=dark] [data-bs-theme=light]{
  --tblr-carousel-indicator-active-bg: #000000;
  --tblr-carousel-caption-color: #000000;
  --tblr-carousel-control-icon-filter: invert(1) grayscale(100);
}

.sidebar-tabler-scope .spinner-grow,
.sidebar-tabler-scope .spinner-border{
  display: inline-block;
  width: var(--tblr-spinner-width);
  height: var(--tblr-spinner-height);
  vertical-align: var(--tblr-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--tblr-spinner-animation-speed) linear infinite var(--tblr-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.sidebar-tabler-scope .spinner-border{
  --tblr-spinner-width: 1.5rem;
  --tblr-spinner-height: 1.5rem;
  --tblr-spinner-vertical-align: -0.125em;
  --tblr-spinner-border-width: 2px;
  --tblr-spinner-animation-speed: 0.75s;
  --tblr-spinner-animation-name: spinner-border;
  border: var(--tblr-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.sidebar-tabler-scope .spinner-border-sm{
  --tblr-spinner-width: 1rem;
  --tblr-spinner-height: 1rem;
  --tblr-spinner-border-width: 1px;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.sidebar-tabler-scope .spinner-grow{
  --tblr-spinner-width: 1.5rem;
  --tblr-spinner-height: 1.5rem;
  --tblr-spinner-vertical-align: -0.125em;
  --tblr-spinner-animation-speed: 0.75s;
  --tblr-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.sidebar-tabler-scope .spinner-grow-sm{
  --tblr-spinner-width: 1rem;
  --tblr-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .spinner-border,
.sidebar-tabler-scope .spinner-grow{
    --tblr-spinner-animation-speed: 1.5s;
  }
}
.sidebar-tabler-scope .offcanvas,.sidebar-tabler-scope .offcanvas-xxl,.sidebar-tabler-scope .offcanvas-xl,.sidebar-tabler-scope .offcanvas-lg,.sidebar-tabler-scope .offcanvas-md,.sidebar-tabler-scope .offcanvas-sm{
  --tblr-offcanvas-zindex: 1045;
  --tblr-offcanvas-width: 400px;
  --tblr-offcanvas-height: 30vh;
  --tblr-offcanvas-padding-x: 1.5rem;
  --tblr-offcanvas-padding-y: 1.5rem;
  --tblr-offcanvas-color: var(--tblr-body-color);
  --tblr-offcanvas-bg: var(--tblr-bg-surface);
  --tblr-offcanvas-border-width: var(--tblr-border-width);
  --tblr-offcanvas-border-color: var(--tblr-border-color);
  --tblr-offcanvas-box-shadow: var(--tblr-box-shadow-sm);
  --tblr-offcanvas-transition: transform 0.3s ease-in-out;
  --tblr-offcanvas-title-line-height: 1.4285714286;
}

@media (max-width: 575.98px) {
.sidebar-tabler-scope .offcanvas-sm{
    position: fixed;
    bottom: 0;
    z-index: var(--tblr-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--tblr-offcanvas-color);
    visibility: hidden;
    background-color: var(--tblr-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--tblr-offcanvas-box-shadow);
    transition: var(--tblr-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .offcanvas-sm{
    transition: none;
  }
}
@media (max-width: 575.98px) {
.sidebar-tabler-scope .offcanvas-sm.offcanvas-start{
    top: 0;
    left: 0;
    width: var(--tblr-offcanvas-width);
    border-right: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(-100%);
  }
.sidebar-tabler-scope .offcanvas-sm.offcanvas-end{
    top: 0;
    right: 0;
    width: var(--tblr-offcanvas-width);
    border-left: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(100%);
  }
.sidebar-tabler-scope .offcanvas-sm.offcanvas-top{
    top: 0;
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(-100%);
  }
.sidebar-tabler-scope .offcanvas-sm.offcanvas-bottom{
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-top: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(100%);
  }
.sidebar-tabler-scope .offcanvas-sm.showing,.sidebar-tabler-scope .offcanvas-sm.show:not(.hiding){
    transform: none;
  }
.sidebar-tabler-scope .offcanvas-sm.showing,.sidebar-tabler-scope .offcanvas-sm.hiding,.sidebar-tabler-scope .offcanvas-sm.show{
    visibility: visible;
  }
}
@media (min-width: 576px) {
.sidebar-tabler-scope .offcanvas-sm{
    --tblr-offcanvas-height: auto;
    --tblr-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
.sidebar-tabler-scope .offcanvas-sm .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .offcanvas-sm .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
.sidebar-tabler-scope .offcanvas-md{
    position: fixed;
    bottom: 0;
    z-index: var(--tblr-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--tblr-offcanvas-color);
    visibility: hidden;
    background-color: var(--tblr-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--tblr-offcanvas-box-shadow);
    transition: var(--tblr-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .offcanvas-md{
    transition: none;
  }
}
@media (max-width: 767.98px) {
.sidebar-tabler-scope .offcanvas-md.offcanvas-start{
    top: 0;
    left: 0;
    width: var(--tblr-offcanvas-width);
    border-right: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(-100%);
  }
.sidebar-tabler-scope .offcanvas-md.offcanvas-end{
    top: 0;
    right: 0;
    width: var(--tblr-offcanvas-width);
    border-left: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(100%);
  }
.sidebar-tabler-scope .offcanvas-md.offcanvas-top{
    top: 0;
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(-100%);
  }
.sidebar-tabler-scope .offcanvas-md.offcanvas-bottom{
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-top: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(100%);
  }
.sidebar-tabler-scope .offcanvas-md.showing,.sidebar-tabler-scope .offcanvas-md.show:not(.hiding){
    transform: none;
  }
.sidebar-tabler-scope .offcanvas-md.showing,.sidebar-tabler-scope .offcanvas-md.hiding,.sidebar-tabler-scope .offcanvas-md.show{
    visibility: visible;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .offcanvas-md{
    --tblr-offcanvas-height: auto;
    --tblr-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
.sidebar-tabler-scope .offcanvas-md .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .offcanvas-md .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
.sidebar-tabler-scope .offcanvas-lg{
    position: fixed;
    bottom: 0;
    z-index: var(--tblr-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--tblr-offcanvas-color);
    visibility: hidden;
    background-color: var(--tblr-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--tblr-offcanvas-box-shadow);
    transition: var(--tblr-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .offcanvas-lg{
    transition: none;
  }
}
@media (max-width: 991.98px) {
.sidebar-tabler-scope .offcanvas-lg.offcanvas-start{
    top: 0;
    left: 0;
    width: var(--tblr-offcanvas-width);
    border-right: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(-100%);
  }
.sidebar-tabler-scope .offcanvas-lg.offcanvas-end{
    top: 0;
    right: 0;
    width: var(--tblr-offcanvas-width);
    border-left: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(100%);
  }
.sidebar-tabler-scope .offcanvas-lg.offcanvas-top{
    top: 0;
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(-100%);
  }
.sidebar-tabler-scope .offcanvas-lg.offcanvas-bottom{
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-top: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(100%);
  }
.sidebar-tabler-scope .offcanvas-lg.showing,.sidebar-tabler-scope .offcanvas-lg.show:not(.hiding){
    transform: none;
  }
.sidebar-tabler-scope .offcanvas-lg.showing,.sidebar-tabler-scope .offcanvas-lg.hiding,.sidebar-tabler-scope .offcanvas-lg.show{
    visibility: visible;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .offcanvas-lg{
    --tblr-offcanvas-height: auto;
    --tblr-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
.sidebar-tabler-scope .offcanvas-lg .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .offcanvas-lg .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
.sidebar-tabler-scope .offcanvas-xl{
    position: fixed;
    bottom: 0;
    z-index: var(--tblr-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--tblr-offcanvas-color);
    visibility: hidden;
    background-color: var(--tblr-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--tblr-offcanvas-box-shadow);
    transition: var(--tblr-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .offcanvas-xl{
    transition: none;
  }
}
@media (max-width: 1199.98px) {
.sidebar-tabler-scope .offcanvas-xl.offcanvas-start{
    top: 0;
    left: 0;
    width: var(--tblr-offcanvas-width);
    border-right: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(-100%);
  }
.sidebar-tabler-scope .offcanvas-xl.offcanvas-end{
    top: 0;
    right: 0;
    width: var(--tblr-offcanvas-width);
    border-left: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(100%);
  }
.sidebar-tabler-scope .offcanvas-xl.offcanvas-top{
    top: 0;
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(-100%);
  }
.sidebar-tabler-scope .offcanvas-xl.offcanvas-bottom{
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-top: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(100%);
  }
.sidebar-tabler-scope .offcanvas-xl.showing,.sidebar-tabler-scope .offcanvas-xl.show:not(.hiding){
    transform: none;
  }
.sidebar-tabler-scope .offcanvas-xl.showing,.sidebar-tabler-scope .offcanvas-xl.hiding,.sidebar-tabler-scope .offcanvas-xl.show{
    visibility: visible;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .offcanvas-xl{
    --tblr-offcanvas-height: auto;
    --tblr-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
.sidebar-tabler-scope .offcanvas-xl .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .offcanvas-xl .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
.sidebar-tabler-scope .offcanvas-xxl{
    position: fixed;
    bottom: 0;
    z-index: var(--tblr-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--tblr-offcanvas-color);
    visibility: hidden;
    background-color: var(--tblr-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--tblr-offcanvas-box-shadow);
    transition: var(--tblr-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .offcanvas-xxl{
    transition: none;
  }
}
@media (max-width: 1399.98px) {
.sidebar-tabler-scope .offcanvas-xxl.offcanvas-start{
    top: 0;
    left: 0;
    width: var(--tblr-offcanvas-width);
    border-right: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(-100%);
  }
.sidebar-tabler-scope .offcanvas-xxl.offcanvas-end{
    top: 0;
    right: 0;
    width: var(--tblr-offcanvas-width);
    border-left: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateX(100%);
  }
.sidebar-tabler-scope .offcanvas-xxl.offcanvas-top{
    top: 0;
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(-100%);
  }
.sidebar-tabler-scope .offcanvas-xxl.offcanvas-bottom{
    right: 0;
    left: 0;
    height: var(--tblr-offcanvas-height);
    max-height: 100%;
    border-top: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
    transform: translateY(100%);
  }
.sidebar-tabler-scope .offcanvas-xxl.showing,.sidebar-tabler-scope .offcanvas-xxl.show:not(.hiding){
    transform: none;
  }
.sidebar-tabler-scope .offcanvas-xxl.showing,.sidebar-tabler-scope .offcanvas-xxl.hiding,.sidebar-tabler-scope .offcanvas-xxl.show{
    visibility: visible;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .offcanvas-xxl{
    --tblr-offcanvas-height: auto;
    --tblr-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
.sidebar-tabler-scope .offcanvas-xxl .offcanvas-header{
    display: none;
  }
.sidebar-tabler-scope .offcanvas-xxl .offcanvas-body{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.sidebar-tabler-scope .offcanvas{
  position: fixed;
  bottom: 0;
  z-index: var(--tblr-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--tblr-offcanvas-color);
  visibility: hidden;
  background-color: var(--tblr-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--tblr-offcanvas-box-shadow);
  transition: var(--tblr-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .offcanvas{
    transition: none;
  }
}
.sidebar-tabler-scope .offcanvas.offcanvas-start{
  top: 0;
  left: 0;
  width: var(--tblr-offcanvas-width);
  border-right: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
  transform: translateX(-100%);
}
.sidebar-tabler-scope .offcanvas.offcanvas-end{
  top: 0;
  right: 0;
  width: var(--tblr-offcanvas-width);
  border-left: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
  transform: translateX(100%);
}
.sidebar-tabler-scope .offcanvas.offcanvas-top{
  top: 0;
  right: 0;
  left: 0;
  height: var(--tblr-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
  transform: translateY(-100%);
}
.sidebar-tabler-scope .offcanvas.offcanvas-bottom{
  right: 0;
  left: 0;
  height: var(--tblr-offcanvas-height);
  max-height: 100%;
  border-top: var(--tblr-offcanvas-border-width) solid var(--tblr-offcanvas-border-color);
  transform: translateY(100%);
}
.sidebar-tabler-scope .offcanvas.showing,.sidebar-tabler-scope .offcanvas.show:not(.hiding){
  transform: none;
}
.sidebar-tabler-scope .offcanvas.showing,.sidebar-tabler-scope .offcanvas.hiding,.sidebar-tabler-scope .offcanvas.show{
  visibility: visible;
}

.sidebar-tabler-scope .offcanvas-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: var(--tblr-gray-800);
}
.sidebar-tabler-scope .offcanvas-backdrop.fade{
  opacity: 0;
}
.sidebar-tabler-scope .offcanvas-backdrop.show{
  opacity: 0.24;
}

.sidebar-tabler-scope .offcanvas-header{
  display: flex;
  align-items: center;
  padding: var(--tblr-offcanvas-padding-y) var(--tblr-offcanvas-padding-x);
}
.sidebar-tabler-scope .offcanvas-header .btn-close{
  padding: calc(var(--tblr-offcanvas-padding-y) * 0.5) calc(var(--tblr-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--tblr-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--tblr-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--tblr-offcanvas-padding-y));
  margin-left: auto;
}

.sidebar-tabler-scope .offcanvas-title{
  margin-bottom: 0;
  line-height: var(--tblr-offcanvas-title-line-height);
}

.sidebar-tabler-scope .offcanvas-body{
  flex-grow: 1;
  padding: var(--tblr-offcanvas-padding-y) var(--tblr-offcanvas-padding-x);
  overflow-y: auto;
}

.sidebar-tabler-scope .placeholder{
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.2;
}
.sidebar-tabler-scope .placeholder.btn::before{
  display: inline-block;
  content: "";
}

.sidebar-tabler-scope .placeholder-xs{
  min-height: 0.6em;
}

.sidebar-tabler-scope .placeholder-sm{
  min-height: 0.8em;
}

.sidebar-tabler-scope .placeholder-lg{
  min-height: 1.2em;
}

.sidebar-tabler-scope .placeholder-glow .placeholder{
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.1;
  }
}
.sidebar-tabler-scope .placeholder-wave{
  -webkit-mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.9) 75%, #000000 95%);
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.9) 75%, #000000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.sidebar-tabler-scope .align-baseline{
  vertical-align: baseline !important;
}

.sidebar-tabler-scope .align-top{
  vertical-align: top !important;
}

.sidebar-tabler-scope .align-middle{
  vertical-align: middle !important;
}

.sidebar-tabler-scope .align-bottom{
  vertical-align: bottom !important;
}

.sidebar-tabler-scope .align-text-bottom{
  vertical-align: text-bottom !important;
}

.sidebar-tabler-scope .align-text-top{
  vertical-align: text-top !important;
}

.sidebar-tabler-scope .float-start{
  float: left !important;
}

.sidebar-tabler-scope .float-end{
  float: right !important;
}

.sidebar-tabler-scope .float-none{
  float: none !important;
}

.sidebar-tabler-scope .object-fit-contain{
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.sidebar-tabler-scope .object-fit-cover{
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.sidebar-tabler-scope .object-fit-fill{
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.sidebar-tabler-scope .object-fit-scale{
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.sidebar-tabler-scope .object-fit-none{
  -o-object-fit: none !important;
  object-fit: none !important;
}

.sidebar-tabler-scope .opacity-0{
  opacity: 0 !important;
}

.sidebar-tabler-scope .opacity-25{
  opacity: 0.25 !important;
}

.sidebar-tabler-scope .opacity-50{
  opacity: 0.5 !important;
}

.sidebar-tabler-scope .opacity-75{
  opacity: 0.75 !important;
}

.sidebar-tabler-scope .opacity-100{
  opacity: 1 !important;
}

.sidebar-tabler-scope .overflow-auto{
  overflow: auto !important;
}

.sidebar-tabler-scope .overflow-hidden{
  overflow: hidden !important;
}

.sidebar-tabler-scope .overflow-visible{
  overflow: visible !important;
}

.sidebar-tabler-scope .overflow-scroll{
  overflow: scroll !important;
}

.sidebar-tabler-scope .overflow-x-auto{
  overflow-x: auto !important;
}

.sidebar-tabler-scope .overflow-x-hidden{
  overflow-x: hidden !important;
}

.sidebar-tabler-scope .overflow-x-visible{
  overflow-x: visible !important;
}

.sidebar-tabler-scope .overflow-x-scroll{
  overflow-x: scroll !important;
}

.sidebar-tabler-scope .overflow-y-auto{
  overflow-y: auto !important;
}

.sidebar-tabler-scope .overflow-y-hidden{
  overflow-y: hidden !important;
}

.sidebar-tabler-scope .overflow-y-visible{
  overflow-y: visible !important;
}

.sidebar-tabler-scope .overflow-y-scroll{
  overflow-y: scroll !important;
}

.sidebar-tabler-scope .d-inline{
  display: inline !important;
}

.sidebar-tabler-scope .d-inline-block{
  display: inline-block !important;
}

.sidebar-tabler-scope .d-block{
  display: block !important;
}

.sidebar-tabler-scope .d-grid{
  display: grid !important;
}

.sidebar-tabler-scope .d-inline-grid{
  display: inline-grid !important;
}

.sidebar-tabler-scope .d-table{
  display: table !important;
}

.sidebar-tabler-scope .d-table-row{
  display: table-row !important;
}

.sidebar-tabler-scope .d-table-cell{
  display: table-cell !important;
}

.sidebar-tabler-scope .d-flex{
  display: flex !important;
}

.sidebar-tabler-scope .d-inline-flex{
  display: inline-flex !important;
}

.sidebar-tabler-scope .d-none{
  display: none !important;
}

.sidebar-tabler-scope .shadow{
  box-shadow: var(--tblr-box-shadow) !important;
}

.sidebar-tabler-scope .shadow-sm{
  box-shadow: var(--tblr-box-shadow-sm) !important;
}

.sidebar-tabler-scope .shadow-lg{
  box-shadow: var(--tblr-box-shadow-lg) !important;
}

.sidebar-tabler-scope .shadow-none{
  box-shadow: none !important;
}

.sidebar-tabler-scope .focus-ring-primary{
  --tblr-focus-ring-color: rgba(var(--tblr-primary-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-secondary{
  --tblr-focus-ring-color: rgba(var(--tblr-secondary-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-success{
  --tblr-focus-ring-color: rgba(var(--tblr-success-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-info{
  --tblr-focus-ring-color: rgba(var(--tblr-info-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-warning{
  --tblr-focus-ring-color: rgba(var(--tblr-warning-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-danger{
  --tblr-focus-ring-color: rgba(var(--tblr-danger-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-light{
  --tblr-focus-ring-color: rgba(var(--tblr-light-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-dark{
  --tblr-focus-ring-color: rgba(var(--tblr-dark-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-muted{
  --tblr-focus-ring-color: rgba(var(--tblr-muted-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-blue{
  --tblr-focus-ring-color: rgba(var(--tblr-blue-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-azure{
  --tblr-focus-ring-color: rgba(var(--tblr-azure-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-indigo{
  --tblr-focus-ring-color: rgba(var(--tblr-indigo-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-purple{
  --tblr-focus-ring-color: rgba(var(--tblr-purple-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-pink{
  --tblr-focus-ring-color: rgba(var(--tblr-pink-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-red{
  --tblr-focus-ring-color: rgba(var(--tblr-red-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-orange{
  --tblr-focus-ring-color: rgba(var(--tblr-orange-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-yellow{
  --tblr-focus-ring-color: rgba(var(--tblr-yellow-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-lime{
  --tblr-focus-ring-color: rgba(var(--tblr-lime-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-green{
  --tblr-focus-ring-color: rgba(var(--tblr-green-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-teal{
  --tblr-focus-ring-color: rgba(var(--tblr-teal-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .focus-ring-cyan{
  --tblr-focus-ring-color: rgba(var(--tblr-cyan-rgb), var(--tblr-focus-ring-opacity));
}

.sidebar-tabler-scope .position-static{
  position: static !important;
}

.sidebar-tabler-scope .position-relative{
  position: relative !important;
}

.sidebar-tabler-scope .position-absolute{
  position: absolute !important;
}

.sidebar-tabler-scope .position-fixed{
  position: fixed !important;
}

.sidebar-tabler-scope .position-sticky{
  position: sticky !important;
}

.sidebar-tabler-scope .top-0{
  top: 0 !important;
}

.sidebar-tabler-scope .top-50{
  top: 50% !important;
}

.sidebar-tabler-scope .top-100{
  top: 100% !important;
}

.sidebar-tabler-scope .bottom-0{
  bottom: 0 !important;
}

.sidebar-tabler-scope .bottom-50{
  bottom: 50% !important;
}

.sidebar-tabler-scope .bottom-100{
  bottom: 100% !important;
}

.sidebar-tabler-scope .start-0{
  left: 0 !important;
}

.sidebar-tabler-scope .start-50{
  left: 50% !important;
}

.sidebar-tabler-scope .start-100{
  left: 100% !important;
}

.sidebar-tabler-scope .end-0{
  right: 0 !important;
}

.sidebar-tabler-scope .end-50{
  right: 50% !important;
}

.sidebar-tabler-scope .end-100{
  right: 100% !important;
}

.sidebar-tabler-scope .translate-middle{
  transform: translate(-50%, -50%) !important;
}

.sidebar-tabler-scope .translate-middle-x{
  transform: translateX(-50%) !important;
}

.sidebar-tabler-scope .translate-middle-y{
  transform: translateY(-50%) !important;
}

.sidebar-tabler-scope .border{
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-wide{
  border: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-0{
  border: 0 !important;
}

.sidebar-tabler-scope .border-top{
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-top-wide{
  border-top: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-top-0{
  border-top: 0 !important;
}

.sidebar-tabler-scope .border-end{
  border-right: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-end-wide{
  border-right: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-end-0{
  border-right: 0 !important;
}

.sidebar-tabler-scope .border-bottom{
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-bottom-wide{
  border-bottom: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-bottom-0{
  border-bottom: 0 !important;
}

.sidebar-tabler-scope .border-start{
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-start-wide{
  border-left: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-start-0{
  border-left: 0 !important;
}

.sidebar-tabler-scope .border-red{
  --tblr-border-opacity: 1;
  border-color: rgba(var(--tblr-red-rgb), var(--tblr-border-opacity)) !important;
}

.sidebar-tabler-scope .border-green{
  --tblr-border-opacity: 1;
  border-color: rgba(var(--tblr-green-rgb), var(--tblr-border-opacity)) !important;
}

.sidebar-tabler-scope .border-primary-subtle{
  border-color: var(--tblr-primary-border-subtle) !important;
}

.sidebar-tabler-scope .border-secondary-subtle{
  border-color: var(--tblr-secondary-border-subtle) !important;
}

.sidebar-tabler-scope .border-success-subtle{
  border-color: var(--tblr-success-border-subtle) !important;
}

.sidebar-tabler-scope .border-info-subtle{
  border-color: var(--tblr-info-border-subtle) !important;
}

.sidebar-tabler-scope .border-warning-subtle{
  border-color: var(--tblr-warning-border-subtle) !important;
}

.sidebar-tabler-scope .border-danger-subtle{
  border-color: var(--tblr-danger-border-subtle) !important;
}

.sidebar-tabler-scope .border-light-subtle{
  border-color: var(--tblr-light-border-subtle) !important;
}

.sidebar-tabler-scope .border-dark-subtle{
  border-color: var(--tblr-dark-border-subtle) !important;
}

.sidebar-tabler-scope .border-1{
  border-width: 1px !important;
}

.sidebar-tabler-scope .border-2{
  border-width: 2px !important;
}

.sidebar-tabler-scope .border-3{
  border-width: 3px !important;
}

.sidebar-tabler-scope .border-4{
  border-width: 4px !important;
}

.sidebar-tabler-scope .border-5{
  border-width: 5px !important;
}

.sidebar-tabler-scope .border-opacity-10{
  --tblr-border-opacity: 0.1;
}

.sidebar-tabler-scope .border-opacity-25{
  --tblr-border-opacity: 0.25;
}

.sidebar-tabler-scope .border-opacity-50{
  --tblr-border-opacity: 0.5;
}

.sidebar-tabler-scope .border-opacity-75{
  --tblr-border-opacity: 0.75;
}

.sidebar-tabler-scope .border-opacity-100{
  --tblr-border-opacity: 1;
}

.sidebar-tabler-scope .w-0{
  width: 0 !important;
}

.sidebar-tabler-scope .w-1{
  width: 0.25rem !important;
}

.sidebar-tabler-scope .w-2{
  width: 0.5rem !important;
}

.sidebar-tabler-scope .w-3{
  width: 1rem !important;
}

.sidebar-tabler-scope .w-4{
  width: 1.5rem !important;
}

.sidebar-tabler-scope .w-5{
  width: 2rem !important;
}

.sidebar-tabler-scope .w-6{
  width: 2.5rem !important;
}

.sidebar-tabler-scope .w-25{
  width: 25% !important;
}

.sidebar-tabler-scope .w-33{
  width: 33.33333% !important;
}

.sidebar-tabler-scope .w-50{
  width: 50% !important;
}

.sidebar-tabler-scope .w-66{
  width: 66.66666% !important;
}

.sidebar-tabler-scope .w-75{
  width: 75% !important;
}

.sidebar-tabler-scope .w-100{
  width: 100% !important;
}

.sidebar-tabler-scope .w-auto{
  width: auto !important;
}

.sidebar-tabler-scope .mw-100{
  max-width: 100% !important;
}

.sidebar-tabler-scope .vw-100{
  width: 100vw !important;
}

.sidebar-tabler-scope .min-vw-100{
  min-width: 100vw !important;
}

.sidebar-tabler-scope .h-0{
  height: 0 !important;
}

.sidebar-tabler-scope .h-1{
  height: 0.25rem !important;
}

.sidebar-tabler-scope .h-2{
  height: 0.5rem !important;
}

.sidebar-tabler-scope .h-3{
  height: 1rem !important;
}

.sidebar-tabler-scope .h-4{
  height: 1.5rem !important;
}

.sidebar-tabler-scope .h-5{
  height: 2rem !important;
}

.sidebar-tabler-scope .h-6{
  height: 2.5rem !important;
}

.sidebar-tabler-scope .h-25{
  height: 25% !important;
}

.sidebar-tabler-scope .h-33{
  height: 33.33333% !important;
}

.sidebar-tabler-scope .h-50{
  height: 50% !important;
}

.sidebar-tabler-scope .h-66{
  height: 66.66666% !important;
}

.sidebar-tabler-scope .h-75{
  height: 75% !important;
}

.sidebar-tabler-scope .h-100{
  height: 100% !important;
}

.sidebar-tabler-scope .h-auto{
  height: auto !important;
}

.sidebar-tabler-scope .mh-100{
  max-height: 100% !important;
}

.sidebar-tabler-scope .vh-100{
  height: 100vh !important;
}

.sidebar-tabler-scope .min-vh-100{
  min-height: 100vh !important;
}

.sidebar-tabler-scope .flex-fill{
  flex: 1 1 auto !important;
}

.sidebar-tabler-scope .flex-row{
  flex-direction: row !important;
}

.sidebar-tabler-scope .flex-column{
  flex-direction: column !important;
}

.sidebar-tabler-scope .flex-row-reverse{
  flex-direction: row-reverse !important;
}

.sidebar-tabler-scope .flex-column-reverse{
  flex-direction: column-reverse !important;
}

.sidebar-tabler-scope .flex-grow-0{
  flex-grow: 0 !important;
}

.sidebar-tabler-scope .flex-grow-1{
  flex-grow: 1 !important;
}

.sidebar-tabler-scope .flex-shrink-0{
  flex-shrink: 0 !important;
}

.sidebar-tabler-scope .flex-shrink-1{
  flex-shrink: 1 !important;
}

.sidebar-tabler-scope .flex-wrap{
  flex-wrap: wrap !important;
}

.sidebar-tabler-scope .flex-nowrap{
  flex-wrap: nowrap !important;
}

.sidebar-tabler-scope .flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.sidebar-tabler-scope .justify-content-start{
  justify-content: flex-start !important;
}

.sidebar-tabler-scope .justify-content-end{
  justify-content: flex-end !important;
}

.sidebar-tabler-scope .justify-content-center{
  justify-content: center !important;
}

.sidebar-tabler-scope .justify-content-between{
  justify-content: space-between !important;
}

.sidebar-tabler-scope .justify-content-around{
  justify-content: space-around !important;
}

.sidebar-tabler-scope .justify-content-evenly{
  justify-content: space-evenly !important;
}

.sidebar-tabler-scope .align-items-start{
  align-items: flex-start !important;
}

.sidebar-tabler-scope .align-items-end{
  align-items: flex-end !important;
}

.sidebar-tabler-scope .align-items-center{
  align-items: center !important;
}

.sidebar-tabler-scope .align-items-baseline{
  align-items: baseline !important;
}

.sidebar-tabler-scope .align-items-stretch{
  align-items: stretch !important;
}

.sidebar-tabler-scope .align-content-start{
  align-content: flex-start !important;
}

.sidebar-tabler-scope .align-content-end{
  align-content: flex-end !important;
}

.sidebar-tabler-scope .align-content-center{
  align-content: center !important;
}

.sidebar-tabler-scope .align-content-between{
  align-content: space-between !important;
}

.sidebar-tabler-scope .align-content-around{
  align-content: space-around !important;
}

.sidebar-tabler-scope .align-content-stretch{
  align-content: stretch !important;
}

.sidebar-tabler-scope .align-self-auto{
  align-self: auto !important;
}

.sidebar-tabler-scope .align-self-start{
  align-self: flex-start !important;
}

.sidebar-tabler-scope .align-self-end{
  align-self: flex-end !important;
}

.sidebar-tabler-scope .align-self-center{
  align-self: center !important;
}

.sidebar-tabler-scope .align-self-baseline{
  align-self: baseline !important;
}

.sidebar-tabler-scope .align-self-stretch{
  align-self: stretch !important;
}

.sidebar-tabler-scope .order-first{
  order: -1 !important;
}

.sidebar-tabler-scope .order-0{
  order: 0 !important;
}

.sidebar-tabler-scope .order-1{
  order: 1 !important;
}

.sidebar-tabler-scope .order-2{
  order: 2 !important;
}

.sidebar-tabler-scope .order-3{
  order: 3 !important;
}

.sidebar-tabler-scope .order-4{
  order: 4 !important;
}

.sidebar-tabler-scope .order-5{
  order: 5 !important;
}

.sidebar-tabler-scope .order-last{
  order: 6 !important;
}

.sidebar-tabler-scope .m-0{
  margin: 0 !important;
}

.sidebar-tabler-scope .m-1{
  margin: 0.25rem !important;
}

.sidebar-tabler-scope .m-2{
  margin: 0.5rem !important;
}

.sidebar-tabler-scope .m-3{
  margin: 1rem !important;
}

.sidebar-tabler-scope .m-4{
  margin: 1.5rem !important;
}

.sidebar-tabler-scope .m-5{
  margin: 2rem !important;
}

.sidebar-tabler-scope .m-6{
  margin: 2.5rem !important;
}

.sidebar-tabler-scope .m-auto{
  margin: auto !important;
}

.sidebar-tabler-scope .mx-0{
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.sidebar-tabler-scope .mx-1{
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.sidebar-tabler-scope .mx-2{
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.sidebar-tabler-scope .mx-3{
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.sidebar-tabler-scope .mx-4{
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.sidebar-tabler-scope .mx-5{
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.sidebar-tabler-scope .mx-6{
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.sidebar-tabler-scope .mx-auto{
  margin-right: auto !important;
  margin-left: auto !important;
}

.sidebar-tabler-scope .my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.sidebar-tabler-scope .my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.sidebar-tabler-scope .my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.sidebar-tabler-scope .my-3{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.sidebar-tabler-scope .my-4{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.sidebar-tabler-scope .my-5{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.sidebar-tabler-scope .my-6{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.sidebar-tabler-scope .my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.sidebar-tabler-scope .mt-0{
  margin-top: 0 !important;
}

.sidebar-tabler-scope .mt-1{
  margin-top: 0.25rem !important;
}

.sidebar-tabler-scope .mt-2{
  margin-top: 0.5rem !important;
}

.sidebar-tabler-scope .mt-3{
  margin-top: 1rem !important;
}

.sidebar-tabler-scope .mt-4{
  margin-top: 1.5rem !important;
}

.sidebar-tabler-scope .mt-5{
  margin-top: 2rem !important;
}

.sidebar-tabler-scope .mt-6{
  margin-top: 2.5rem !important;
}

.sidebar-tabler-scope .mt-auto{
  margin-top: auto !important;
}

.sidebar-tabler-scope .me-0{
  margin-right: 0 !important;
}

.sidebar-tabler-scope .me-1{
  margin-right: 0.25rem !important;
}

.sidebar-tabler-scope .me-2{
  margin-right: 0.5rem !important;
}

.sidebar-tabler-scope .me-3{
  margin-right: 1rem !important;
}

.sidebar-tabler-scope .me-4{
  margin-right: 1.5rem !important;
}

.sidebar-tabler-scope .me-5{
  margin-right: 2rem !important;
}

.sidebar-tabler-scope .me-6{
  margin-right: 2.5rem !important;
}

.sidebar-tabler-scope .me-auto{
  margin-right: auto !important;
}

.sidebar-tabler-scope .mb-0{
  margin-bottom: 0 !important;
}

.sidebar-tabler-scope .mb-1{
  margin-bottom: 0.25rem !important;
}

.sidebar-tabler-scope .mb-2{
  margin-bottom: 0.5rem !important;
}

.sidebar-tabler-scope .mb-3{
  margin-bottom: 1rem !important;
}

.sidebar-tabler-scope .mb-4{
  margin-bottom: 1.5rem !important;
}

.sidebar-tabler-scope .mb-5{
  margin-bottom: 2rem !important;
}

.sidebar-tabler-scope .mb-6{
  margin-bottom: 2.5rem !important;
}

.sidebar-tabler-scope .mb-auto{
  margin-bottom: auto !important;
}

.sidebar-tabler-scope .ms-0{
  margin-left: 0 !important;
}

.sidebar-tabler-scope .ms-1{
  margin-left: 0.25rem !important;
}

.sidebar-tabler-scope .ms-2{
  margin-left: 0.5rem !important;
}

.sidebar-tabler-scope .ms-3{
  margin-left: 1rem !important;
}

.sidebar-tabler-scope .ms-4{
  margin-left: 1.5rem !important;
}

.sidebar-tabler-scope .ms-5{
  margin-left: 2rem !important;
}

.sidebar-tabler-scope .ms-6{
  margin-left: 2.5rem !important;
}

.sidebar-tabler-scope .ms-auto{
  margin-left: auto !important;
}

.sidebar-tabler-scope .m-n1{
  margin: -0.25rem !important;
}

.sidebar-tabler-scope .m-n2{
  margin: -0.5rem !important;
}

.sidebar-tabler-scope .m-n3{
  margin: -1rem !important;
}

.sidebar-tabler-scope .m-n4{
  margin: -1.5rem !important;
}

.sidebar-tabler-scope .m-n5{
  margin: -2rem !important;
}

.sidebar-tabler-scope .m-n6{
  margin: -2.5rem !important;
}

.sidebar-tabler-scope .mx-n1{
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.sidebar-tabler-scope .mx-n2{
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.sidebar-tabler-scope .mx-n3{
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.sidebar-tabler-scope .mx-n4{
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.sidebar-tabler-scope .mx-n5{
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.sidebar-tabler-scope .mx-n6{
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.sidebar-tabler-scope .my-n1{
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.sidebar-tabler-scope .my-n2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.sidebar-tabler-scope .my-n3{
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.sidebar-tabler-scope .my-n4{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.sidebar-tabler-scope .my-n5{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.sidebar-tabler-scope .my-n6{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.sidebar-tabler-scope .mt-n1{
  margin-top: -0.25rem !important;
}

.sidebar-tabler-scope .mt-n2{
  margin-top: -0.5rem !important;
}

.sidebar-tabler-scope .mt-n3{
  margin-top: -1rem !important;
}

.sidebar-tabler-scope .mt-n4{
  margin-top: -1.5rem !important;
}

.sidebar-tabler-scope .mt-n5{
  margin-top: -2rem !important;
}

.sidebar-tabler-scope .mt-n6{
  margin-top: -2.5rem !important;
}

.sidebar-tabler-scope .me-n1{
  margin-right: -0.25rem !important;
}

.sidebar-tabler-scope .me-n2{
  margin-right: -0.5rem !important;
}

.sidebar-tabler-scope .me-n3{
  margin-right: -1rem !important;
}

.sidebar-tabler-scope .me-n4{
  margin-right: -1.5rem !important;
}

.sidebar-tabler-scope .me-n5{
  margin-right: -2rem !important;
}

.sidebar-tabler-scope .me-n6{
  margin-right: -2.5rem !important;
}

.sidebar-tabler-scope .mb-n1{
  margin-bottom: -0.25rem !important;
}

.sidebar-tabler-scope .mb-n2{
  margin-bottom: -0.5rem !important;
}

.sidebar-tabler-scope .mb-n3{
  margin-bottom: -1rem !important;
}

.sidebar-tabler-scope .mb-n4{
  margin-bottom: -1.5rem !important;
}

.sidebar-tabler-scope .mb-n5{
  margin-bottom: -2rem !important;
}

.sidebar-tabler-scope .mb-n6{
  margin-bottom: -2.5rem !important;
}

.sidebar-tabler-scope .ms-n1{
  margin-left: -0.25rem !important;
}

.sidebar-tabler-scope .ms-n2{
  margin-left: -0.5rem !important;
}

.sidebar-tabler-scope .ms-n3{
  margin-left: -1rem !important;
}

.sidebar-tabler-scope .ms-n4{
  margin-left: -1.5rem !important;
}

.sidebar-tabler-scope .ms-n5{
  margin-left: -2rem !important;
}

.sidebar-tabler-scope .ms-n6{
  margin-left: -2.5rem !important;
}

.sidebar-tabler-scope .p-0{
  padding: 0 !important;
}

.sidebar-tabler-scope .p-1{
  padding: 0.25rem !important;
}

.sidebar-tabler-scope .p-2{
  padding: 0.5rem !important;
}

.sidebar-tabler-scope .p-3{
  padding: 1rem !important;
}

.sidebar-tabler-scope .p-4{
  padding: 1.5rem !important;
}

.sidebar-tabler-scope .p-5{
  padding: 2rem !important;
}

.sidebar-tabler-scope .p-6{
  padding: 2.5rem !important;
}

.sidebar-tabler-scope .px-0{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.sidebar-tabler-scope .px-1{
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.sidebar-tabler-scope .px-2{
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.sidebar-tabler-scope .px-3{
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.sidebar-tabler-scope .px-4{
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.sidebar-tabler-scope .px-5{
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.sidebar-tabler-scope .px-6{
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.sidebar-tabler-scope .py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sidebar-tabler-scope .py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.sidebar-tabler-scope .py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.sidebar-tabler-scope .py-3{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.sidebar-tabler-scope .py-4{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.sidebar-tabler-scope .py-5{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.sidebar-tabler-scope .py-6{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.sidebar-tabler-scope .pt-0{
  padding-top: 0 !important;
}

.sidebar-tabler-scope .pt-1{
  padding-top: 0.25rem !important;
}

.sidebar-tabler-scope .pt-2{
  padding-top: 0.5rem !important;
}

.sidebar-tabler-scope .pt-3{
  padding-top: 1rem !important;
}

.sidebar-tabler-scope .pt-4{
  padding-top: 1.5rem !important;
}

.sidebar-tabler-scope .pt-5{
  padding-top: 2rem !important;
}

.sidebar-tabler-scope .pt-6{
  padding-top: 2.5rem !important;
}

.sidebar-tabler-scope .pe-0{
  padding-right: 0 !important;
}

.sidebar-tabler-scope .pe-1{
  padding-right: 0.25rem !important;
}

.sidebar-tabler-scope .pe-2{
  padding-right: 0.5rem !important;
}

.sidebar-tabler-scope .pe-3{
  padding-right: 1rem !important;
}

.sidebar-tabler-scope .pe-4{
  padding-right: 1.5rem !important;
}

.sidebar-tabler-scope .pe-5{
  padding-right: 2rem !important;
}

.sidebar-tabler-scope .pe-6{
  padding-right: 2.5rem !important;
}

.sidebar-tabler-scope .pb-0{
  padding-bottom: 0 !important;
}

.sidebar-tabler-scope .pb-1{
  padding-bottom: 0.25rem !important;
}

.sidebar-tabler-scope .pb-2{
  padding-bottom: 0.5rem !important;
}

.sidebar-tabler-scope .pb-3{
  padding-bottom: 1rem !important;
}

.sidebar-tabler-scope .pb-4{
  padding-bottom: 1.5rem !important;
}

.sidebar-tabler-scope .pb-5{
  padding-bottom: 2rem !important;
}

.sidebar-tabler-scope .pb-6{
  padding-bottom: 2.5rem !important;
}

.sidebar-tabler-scope .ps-0{
  padding-left: 0 !important;
}

.sidebar-tabler-scope .ps-1{
  padding-left: 0.25rem !important;
}

.sidebar-tabler-scope .ps-2{
  padding-left: 0.5rem !important;
}

.sidebar-tabler-scope .ps-3{
  padding-left: 1rem !important;
}

.sidebar-tabler-scope .ps-4{
  padding-left: 1.5rem !important;
}

.sidebar-tabler-scope .ps-5{
  padding-left: 2rem !important;
}

.sidebar-tabler-scope .ps-6{
  padding-left: 2.5rem !important;
}

.sidebar-tabler-scope .gap-0{
  gap: 0 !important;
}

.sidebar-tabler-scope .gap-1{
  gap: 0.25rem !important;
}

.sidebar-tabler-scope .gap-2{
  gap: 0.5rem !important;
}

.sidebar-tabler-scope .gap-3{
  gap: 1rem !important;
}

.sidebar-tabler-scope .gap-4{
  gap: 1.5rem !important;
}

.sidebar-tabler-scope .gap-5{
  gap: 2rem !important;
}

.sidebar-tabler-scope .gap-6{
  gap: 2.5rem !important;
}

.sidebar-tabler-scope .row-gap-0{
  row-gap: 0 !important;
}

.sidebar-tabler-scope .row-gap-1{
  row-gap: 0.25rem !important;
}

.sidebar-tabler-scope .row-gap-2{
  row-gap: 0.5rem !important;
}

.sidebar-tabler-scope .row-gap-3{
  row-gap: 1rem !important;
}

.sidebar-tabler-scope .row-gap-4{
  row-gap: 1.5rem !important;
}

.sidebar-tabler-scope .row-gap-5{
  row-gap: 2rem !important;
}

.sidebar-tabler-scope .row-gap-6{
  row-gap: 2.5rem !important;
}

.sidebar-tabler-scope .column-gap-0{
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.sidebar-tabler-scope .column-gap-1{
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.sidebar-tabler-scope .column-gap-2{
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.sidebar-tabler-scope .column-gap-3{
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.sidebar-tabler-scope .column-gap-4{
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.sidebar-tabler-scope .column-gap-5{
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.sidebar-tabler-scope .column-gap-6{
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.sidebar-tabler-scope .font-monospace{
  font-family: var(--tblr-font-monospace) !important;
}

.sidebar-tabler-scope .fs-1{
  font-size: 1.5rem !important;
}

.sidebar-tabler-scope .fs-2{
  font-size: 1.25rem !important;
}

.sidebar-tabler-scope .fs-3{
  font-size: 1rem !important;
}

.sidebar-tabler-scope .fs-4{
  font-size: 0.875rem !important;
}

.sidebar-tabler-scope .fs-5{
  font-size: 0.75rem !important;
}

.sidebar-tabler-scope .fs-6{
  font-size: 0.625rem !important;
}

.sidebar-tabler-scope .fst-italic{
  font-style: italic !important;
}

.sidebar-tabler-scope .fst-normal{
  font-style: normal !important;
}

.sidebar-tabler-scope .fw-lighter{
  font-weight: lighter !important;
}

.sidebar-tabler-scope .fw-light{
  font-weight: 300 !important;
}

.sidebar-tabler-scope .fw-normal{
  font-weight: 400 !important;
}

.sidebar-tabler-scope .fw-medium{
  font-weight: 500 !important;
}

.sidebar-tabler-scope .fw-semibold{
  font-weight: 600 !important;
}

.sidebar-tabler-scope .fw-bold{
  font-weight: 600 !important;
}

.sidebar-tabler-scope .fw-bolder{
  font-weight: bolder !important;
}

.sidebar-tabler-scope .lh-1{
  line-height: 1 !important;
}

.sidebar-tabler-scope .lh-sm{
  line-height: 1.1428571429 !important;
}

.sidebar-tabler-scope .lh-base{
  line-height: 1.4285714286 !important;
}

.sidebar-tabler-scope .lh-lg{
  line-height: 1.7142857143 !important;
}

.sidebar-tabler-scope .text-start{
  text-align: left !important;
}

.sidebar-tabler-scope .text-end{
  text-align: right !important;
}

.sidebar-tabler-scope .text-center{
  text-align: center !important;
}

.sidebar-tabler-scope .text-decoration-none{
  text-decoration: none !important;
}

.sidebar-tabler-scope .text-decoration-underline{
  text-decoration: underline !important;
}

.sidebar-tabler-scope .text-decoration-line-through{
  text-decoration: line-through !important;
}

.sidebar-tabler-scope .text-lowercase{
  text-transform: lowercase !important;
}

.sidebar-tabler-scope .text-uppercase{
  text-transform: uppercase !important;
}

.sidebar-tabler-scope .text-capitalize{
  text-transform: capitalize !important;
}

.sidebar-tabler-scope .text-wrap{
  white-space: normal !important;
}

.sidebar-tabler-scope .text-nowrap{
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.sidebar-tabler-scope .text-break{
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.sidebar-tabler-scope .text-primary{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-primary-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-secondary{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-secondary-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-success{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-success-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-info{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-info-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-warning{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-warning-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-danger{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-danger-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-light{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-light-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-dark{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-dark-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-muted{
  --tblr-text-opacity: 1;
  color: var(--tblr-secondary-color) !important;
}

.sidebar-tabler-scope .text-blue{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-blue-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-azure{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-azure-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-indigo{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-indigo-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-purple{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-purple-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-pink{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-pink-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-red{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-red-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-orange{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-orange-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-yellow{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-yellow-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-lime{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-lime-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-green{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-green-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-teal{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-teal-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-cyan{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-cyan-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-black{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-black-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-white{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-white-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-body{
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-body-color-rgb), var(--tblr-text-opacity)) !important;
}

.sidebar-tabler-scope .text-black-50{
  --tblr-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.sidebar-tabler-scope .text-white-50{
  --tblr-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.sidebar-tabler-scope .text-body-secondary{
  --tblr-text-opacity: 1;
  color: var(--tblr-secondary-color) !important;
}

.sidebar-tabler-scope .text-body-tertiary{
  --tblr-text-opacity: 1;
  color: var(--tblr-tertiary-color) !important;
}

.sidebar-tabler-scope .text-body-emphasis{
  --tblr-text-opacity: 1;
  color: var(--tblr-emphasis-color) !important;
}

.sidebar-tabler-scope .text-reset{
  --tblr-text-opacity: 1;
  color: inherit !important;
}

.sidebar-tabler-scope .text-opacity-25{
  --tblr-text-opacity: 0.25;
}

.sidebar-tabler-scope .text-opacity-50{
  --tblr-text-opacity: 0.5;
}

.sidebar-tabler-scope .text-opacity-75{
  --tblr-text-opacity: 0.75;
}

.sidebar-tabler-scope .text-opacity-100{
  --tblr-text-opacity: 1;
}

.sidebar-tabler-scope .text-primary-emphasis{
  color: var(--tblr-primary-text-emphasis) !important;
}

.sidebar-tabler-scope .text-secondary-emphasis{
  color: var(--tblr-secondary-text-emphasis) !important;
}

.sidebar-tabler-scope .text-success-emphasis{
  color: var(--tblr-success-text-emphasis) !important;
}

.sidebar-tabler-scope .text-info-emphasis{
  color: var(--tblr-info-text-emphasis) !important;
}

.sidebar-tabler-scope .text-warning-emphasis{
  color: var(--tblr-warning-text-emphasis) !important;
}

.sidebar-tabler-scope .text-danger-emphasis{
  color: var(--tblr-danger-text-emphasis) !important;
}

.sidebar-tabler-scope .text-light-emphasis{
  color: var(--tblr-light-text-emphasis) !important;
}

.sidebar-tabler-scope .text-dark-emphasis{
  color: var(--tblr-dark-text-emphasis) !important;
}

.sidebar-tabler-scope .link-opacity-10{
  --tblr-link-opacity: 0.1;
}

.sidebar-tabler-scope .link-opacity-10-hover:hover{
  --tblr-link-opacity: 0.1;
}

.sidebar-tabler-scope .link-opacity-25{
  --tblr-link-opacity: 0.25;
}

.sidebar-tabler-scope .link-opacity-25-hover:hover{
  --tblr-link-opacity: 0.25;
}

.sidebar-tabler-scope .link-opacity-50{
  --tblr-link-opacity: 0.5;
}

.sidebar-tabler-scope .link-opacity-50-hover:hover{
  --tblr-link-opacity: 0.5;
}

.sidebar-tabler-scope .link-opacity-75{
  --tblr-link-opacity: 0.75;
}

.sidebar-tabler-scope .link-opacity-75-hover:hover{
  --tblr-link-opacity: 0.75;
}

.sidebar-tabler-scope .link-opacity-100{
  --tblr-link-opacity: 1;
}

.sidebar-tabler-scope .link-opacity-100-hover:hover{
  --tblr-link-opacity: 1;
}

.sidebar-tabler-scope .link-offset-1{
  text-underline-offset: 0.125em !important;
}

.sidebar-tabler-scope .link-offset-1-hover:hover{
  text-underline-offset: 0.125em !important;
}

.sidebar-tabler-scope .link-offset-2{
  text-underline-offset: 0.25em !important;
}

.sidebar-tabler-scope .link-offset-2-hover:hover{
  text-underline-offset: 0.25em !important;
}

.sidebar-tabler-scope .link-offset-3{
  text-underline-offset: 0.375em !important;
}

.sidebar-tabler-scope .link-offset-3-hover:hover{
  text-underline-offset: 0.375em !important;
}

.sidebar-tabler-scope .link-underline-primary{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-primary-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-secondary{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-secondary-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-success{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-success-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-info{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-info-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-warning{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-warning-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-danger{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-danger-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-light{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-light-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-dark{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-dark-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-muted{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-muted-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-blue{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-blue-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-azure{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-azure-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-indigo{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-indigo-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-purple{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-purple-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-pink{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-pink-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-red{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-red-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-orange{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-orange-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-yellow{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-yellow-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-lime{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-lime-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-green{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-green-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-teal{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-teal-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline-cyan{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-cyan-rgb), var(--tblr-link-underline-opacity)) !important;
}

.sidebar-tabler-scope .link-underline{
  --tblr-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--tblr-link-color-rgb), var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-underline-opacity-0{
  --tblr-link-underline-opacity: 0;
}

.sidebar-tabler-scope .link-underline-opacity-0-hover:hover{
  --tblr-link-underline-opacity: 0;
}

.sidebar-tabler-scope .link-underline-opacity-10{
  --tblr-link-underline-opacity: 0.1;
}

.sidebar-tabler-scope .link-underline-opacity-10-hover:hover{
  --tblr-link-underline-opacity: 0.1;
}

.sidebar-tabler-scope .link-underline-opacity-25{
  --tblr-link-underline-opacity: 0.25;
}

.sidebar-tabler-scope .link-underline-opacity-25-hover:hover{
  --tblr-link-underline-opacity: 0.25;
}

.sidebar-tabler-scope .link-underline-opacity-50{
  --tblr-link-underline-opacity: 0.5;
}

.sidebar-tabler-scope .link-underline-opacity-50-hover:hover{
  --tblr-link-underline-opacity: 0.5;
}

.sidebar-tabler-scope .link-underline-opacity-75{
  --tblr-link-underline-opacity: 0.75;
}

.sidebar-tabler-scope .link-underline-opacity-75-hover:hover{
  --tblr-link-underline-opacity: 0.75;
}

.sidebar-tabler-scope .link-underline-opacity-100{
  --tblr-link-underline-opacity: 1;
}

.sidebar-tabler-scope .link-underline-opacity-100-hover:hover{
  --tblr-link-underline-opacity: 1;
}

.sidebar-tabler-scope .bg-primary{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-primary-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-secondary{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-secondary-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-success{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-success-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-info{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-info-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-warning{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-warning-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-danger{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-danger-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-light{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-light-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-dark{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-dark-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-muted{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-muted-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-blue{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-blue-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-azure{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-azure-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-indigo{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-indigo-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-purple{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-purple-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-pink{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-pink-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-red{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-red-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-orange{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-orange-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-yellow{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-yellow-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-lime{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-lime-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-green{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-green-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-teal{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-teal-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-cyan{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-cyan-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-black{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-black-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-white{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-white-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-body{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-body-bg-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-transparent{
  --tblr-bg-opacity: 1;
  background-color: transparent !important;
}

.sidebar-tabler-scope .bg-body-secondary{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-secondary-bg-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-body-tertiary{
  --tblr-bg-opacity: 1;
  background-color: rgba(var(--tblr-tertiary-bg-rgb), var(--tblr-bg-opacity)) !important;
}

.sidebar-tabler-scope .bg-opacity-10{
  --tblr-bg-opacity: 0.1;
}

.sidebar-tabler-scope .bg-opacity-25{
  --tblr-bg-opacity: 0.25;
}

.sidebar-tabler-scope .bg-opacity-50{
  --tblr-bg-opacity: 0.5;
}

.sidebar-tabler-scope .bg-opacity-75{
  --tblr-bg-opacity: 0.75;
}

.sidebar-tabler-scope .bg-opacity-100{
  --tblr-bg-opacity: 1;
}

.sidebar-tabler-scope .bg-primary-subtle{
  background-color: var(--tblr-primary-bg-subtle) !important;
}

.sidebar-tabler-scope .bg-secondary-subtle{
  background-color: var(--tblr-secondary-bg-subtle) !important;
}

.sidebar-tabler-scope .bg-success-subtle{
  background-color: var(--tblr-success-bg-subtle) !important;
}

.sidebar-tabler-scope .bg-info-subtle{
  background-color: var(--tblr-info-bg-subtle) !important;
}

.sidebar-tabler-scope .bg-warning-subtle{
  background-color: var(--tblr-warning-bg-subtle) !important;
}

.sidebar-tabler-scope .bg-danger-subtle{
  background-color: var(--tblr-danger-bg-subtle) !important;
}

.sidebar-tabler-scope .bg-light-subtle{
  background-color: var(--tblr-light-bg-subtle) !important;
}

.sidebar-tabler-scope .bg-dark-subtle{
  background-color: var(--tblr-dark-bg-subtle) !important;
}

.sidebar-tabler-scope .bg-gradient{
  background-image: var(--tblr-gradient) !important;
}

.sidebar-tabler-scope .user-select-all{
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.sidebar-tabler-scope .user-select-auto{
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.sidebar-tabler-scope .user-select-none{
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.sidebar-tabler-scope .pe-none{
  pointer-events: none !important;
}

.sidebar-tabler-scope .pe-auto{
  pointer-events: auto !important;
}

.sidebar-tabler-scope .rounded{
  border-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-0{
  border-radius: 0 !important;
}

.sidebar-tabler-scope .rounded-1{
  border-radius: var(--tblr-border-radius-sm) !important;
}

.sidebar-tabler-scope .rounded-2{
  border-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-3{
  border-radius: var(--tblr-border-radius-lg) !important;
}

.sidebar-tabler-scope .rounded-4{
  border-radius: var(--tblr-border-radius-xl) !important;
}

.sidebar-tabler-scope .rounded-5{
  border-radius: var(--tblr-border-radius-xxl) !important;
}

.sidebar-tabler-scope .rounded-circle{
  border-radius: 50% !important;
}

.sidebar-tabler-scope .rounded-pill{
  border-radius: var(--tblr-border-radius-pill) !important;
}

.sidebar-tabler-scope .rounded-top{
  border-top-left-radius: var(--tblr-border-radius) !important;
  border-top-right-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-top-0{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.sidebar-tabler-scope .rounded-top-1{
  border-top-left-radius: var(--tblr-border-radius-sm) !important;
  border-top-right-radius: var(--tblr-border-radius-sm) !important;
}

.sidebar-tabler-scope .rounded-top-2{
  border-top-left-radius: var(--tblr-border-radius) !important;
  border-top-right-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-top-3{
  border-top-left-radius: var(--tblr-border-radius-lg) !important;
  border-top-right-radius: var(--tblr-border-radius-lg) !important;
}

.sidebar-tabler-scope .rounded-top-4{
  border-top-left-radius: var(--tblr-border-radius-xl) !important;
  border-top-right-radius: var(--tblr-border-radius-xl) !important;
}

.sidebar-tabler-scope .rounded-top-5{
  border-top-left-radius: var(--tblr-border-radius-xxl) !important;
  border-top-right-radius: var(--tblr-border-radius-xxl) !important;
}

.sidebar-tabler-scope .rounded-top-circle{
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.sidebar-tabler-scope .rounded-top-pill{
  border-top-left-radius: var(--tblr-border-radius-pill) !important;
  border-top-right-radius: var(--tblr-border-radius-pill) !important;
}

.sidebar-tabler-scope .rounded-end{
  border-top-right-radius: var(--tblr-border-radius) !important;
  border-bottom-right-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-end-0{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.sidebar-tabler-scope .rounded-end-1{
  border-top-right-radius: var(--tblr-border-radius-sm) !important;
  border-bottom-right-radius: var(--tblr-border-radius-sm) !important;
}

.sidebar-tabler-scope .rounded-end-2{
  border-top-right-radius: var(--tblr-border-radius) !important;
  border-bottom-right-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-end-3{
  border-top-right-radius: var(--tblr-border-radius-lg) !important;
  border-bottom-right-radius: var(--tblr-border-radius-lg) !important;
}

.sidebar-tabler-scope .rounded-end-4{
  border-top-right-radius: var(--tblr-border-radius-xl) !important;
  border-bottom-right-radius: var(--tblr-border-radius-xl) !important;
}

.sidebar-tabler-scope .rounded-end-5{
  border-top-right-radius: var(--tblr-border-radius-xxl) !important;
  border-bottom-right-radius: var(--tblr-border-radius-xxl) !important;
}

.sidebar-tabler-scope .rounded-end-circle{
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.sidebar-tabler-scope .rounded-end-pill{
  border-top-right-radius: var(--tblr-border-radius-pill) !important;
  border-bottom-right-radius: var(--tblr-border-radius-pill) !important;
}

.sidebar-tabler-scope .rounded-bottom{
  border-bottom-right-radius: var(--tblr-border-radius) !important;
  border-bottom-left-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-bottom-0{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.sidebar-tabler-scope .rounded-bottom-1{
  border-bottom-right-radius: var(--tblr-border-radius-sm) !important;
  border-bottom-left-radius: var(--tblr-border-radius-sm) !important;
}

.sidebar-tabler-scope .rounded-bottom-2{
  border-bottom-right-radius: var(--tblr-border-radius) !important;
  border-bottom-left-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-bottom-3{
  border-bottom-right-radius: var(--tblr-border-radius-lg) !important;
  border-bottom-left-radius: var(--tblr-border-radius-lg) !important;
}

.sidebar-tabler-scope .rounded-bottom-4{
  border-bottom-right-radius: var(--tblr-border-radius-xl) !important;
  border-bottom-left-radius: var(--tblr-border-radius-xl) !important;
}

.sidebar-tabler-scope .rounded-bottom-5{
  border-bottom-right-radius: var(--tblr-border-radius-xxl) !important;
  border-bottom-left-radius: var(--tblr-border-radius-xxl) !important;
}

.sidebar-tabler-scope .rounded-bottom-circle{
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.sidebar-tabler-scope .rounded-bottom-pill{
  border-bottom-right-radius: var(--tblr-border-radius-pill) !important;
  border-bottom-left-radius: var(--tblr-border-radius-pill) !important;
}

.sidebar-tabler-scope .rounded-start{
  border-bottom-left-radius: var(--tblr-border-radius) !important;
  border-top-left-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-start-0{
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.sidebar-tabler-scope .rounded-start-1{
  border-bottom-left-radius: var(--tblr-border-radius-sm) !important;
  border-top-left-radius: var(--tblr-border-radius-sm) !important;
}

.sidebar-tabler-scope .rounded-start-2{
  border-bottom-left-radius: var(--tblr-border-radius) !important;
  border-top-left-radius: var(--tblr-border-radius) !important;
}

.sidebar-tabler-scope .rounded-start-3{
  border-bottom-left-radius: var(--tblr-border-radius-lg) !important;
  border-top-left-radius: var(--tblr-border-radius-lg) !important;
}

.sidebar-tabler-scope .rounded-start-4{
  border-bottom-left-radius: var(--tblr-border-radius-xl) !important;
  border-top-left-radius: var(--tblr-border-radius-xl) !important;
}

.sidebar-tabler-scope .rounded-start-5{
  border-bottom-left-radius: var(--tblr-border-radius-xxl) !important;
  border-top-left-radius: var(--tblr-border-radius-xxl) !important;
}

.sidebar-tabler-scope .rounded-start-circle{
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.sidebar-tabler-scope .rounded-start-pill{
  border-bottom-left-radius: var(--tblr-border-radius-pill) !important;
  border-top-left-radius: var(--tblr-border-radius-pill) !important;
}

.sidebar-tabler-scope .visible{
  visibility: visible !important;
}

.sidebar-tabler-scope .invisible{
  visibility: hidden !important;
}

.sidebar-tabler-scope .z-n1{
  z-index: -1 !important;
}

.sidebar-tabler-scope .z-0{
  z-index: 0 !important;
}

.sidebar-tabler-scope .z-1{
  z-index: 1 !important;
}

.sidebar-tabler-scope .z-2{
  z-index: 2 !important;
}

.sidebar-tabler-scope .z-3{
  z-index: 3 !important;
}

.sidebar-tabler-scope .object-contain{
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.sidebar-tabler-scope .object-cover{
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.sidebar-tabler-scope .object-fill{
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.sidebar-tabler-scope .object-scale-down{
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.sidebar-tabler-scope .object-none{
  -o-object-fit: none !important;
  object-fit: none !important;
}

.sidebar-tabler-scope .cursor-auto{
  cursor: auto !important;
}

.sidebar-tabler-scope .cursor-pointer{
  cursor: pointer !important;
}

.sidebar-tabler-scope .cursor-move{
  cursor: move !important;
}

.sidebar-tabler-scope .cursor-not-allowed{
  cursor: not-allowed !important;
}

.sidebar-tabler-scope .cursor-zoom-in{
  cursor: zoom-in !important;
}

.sidebar-tabler-scope .cursor-zoom-out{
  cursor: zoom-out !important;
}

.sidebar-tabler-scope .cursor-default{
  cursor: default !important;
}

.sidebar-tabler-scope .cursor-none{
  cursor: none !important;
}

.sidebar-tabler-scope .cursor-help{
  cursor: help !important;
}

.sidebar-tabler-scope .cursor-progress{
  cursor: progress !important;
}

.sidebar-tabler-scope .cursor-wait{
  cursor: wait !important;
}

.sidebar-tabler-scope .cursor-text{
  cursor: text !important;
}

.sidebar-tabler-scope .cursor-v-text{
  cursor: vertical-text !important;
}

.sidebar-tabler-scope .cursor-grab{
  cursor: grab !important;
}

.sidebar-tabler-scope .cursor-grabbing{
  cursor: grabbing !important;
}

.sidebar-tabler-scope .cursor-crosshair{
  cursor: crosshair !important;
}

.sidebar-tabler-scope .border-x{
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
  border-right: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-x-wide{
  border-left: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
  border-right: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-x-0{
  border-left: 0 !important;
  border-right: 0 !important;
}

.sidebar-tabler-scope .border-y{
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-y-wide{
  border-top: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
  border-bottom: 2px var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}

.sidebar-tabler-scope .border-y-0{
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.sidebar-tabler-scope .columns-2{
  -moz-columns: 2 !important;
  columns: 2 !important;
}

.sidebar-tabler-scope .columns-3{
  -moz-columns: 3 !important;
  columns: 3 !important;
}

.sidebar-tabler-scope .columns-4{
  -moz-columns: 4 !important;
  columns: 4 !important;
}

.sidebar-tabler-scope .bg-pattern-transparent{
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect x="0" y="0" width="8" height="8" fill="rgba(130, 130, 130, .1)" /><rect x="8" y="8" width="8" height="8" fill="rgba(130, 130, 130, .1)" /></svg>') repeat center/16px 16px !important;
}

.sidebar-tabler-scope .bg-gradient{
  background: linear-gradient(var(--tblr-gradient-direction, to right), var(--tblr-gradient-stops, var(--tblr-gradient-from, transparent), var(--tblr-gradient-to, transparent))) no-repeat !important;
}

.sidebar-tabler-scope .bg-gradient-to-t{
  --tblr-gradient-direction: to top !important;
}

.sidebar-tabler-scope .bg-gradient-to-te{
  --tblr-gradient-direction: to top right !important;
}

.sidebar-tabler-scope .bg-gradient-to-e{
  --tblr-gradient-direction: to right !important;
}

.sidebar-tabler-scope .bg-gradient-to-be{
  --tblr-gradient-direction: to bottom right !important;
}

.sidebar-tabler-scope .bg-gradient-to-b{
  --tblr-gradient-direction: to bottom !important;
}

.sidebar-tabler-scope .bg-gradient-to-bs{
  --tblr-gradient-direction: to bottom left !important;
}

.sidebar-tabler-scope .bg-gradient-to-s{
  --tblr-gradient-direction: to left !important;
}

.sidebar-tabler-scope .bg-gradient-to-ts{
  --tblr-gradient-direction: to top left !important;
}

.sidebar-tabler-scope .table-auto{
  table-layout: auto !important;
}

.sidebar-tabler-scope .table-fixed{
  table-layout: fixed !important;
}

@media (min-width: 576px) {
.sidebar-tabler-scope .float-sm-start{
    float: left !important;
  }
.sidebar-tabler-scope .float-sm-end{
    float: right !important;
  }
.sidebar-tabler-scope .float-sm-none{
    float: none !important;
  }
.sidebar-tabler-scope .object-fit-sm-contain{
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
.sidebar-tabler-scope .object-fit-sm-cover{
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
.sidebar-tabler-scope .object-fit-sm-fill{
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
.sidebar-tabler-scope .object-fit-sm-scale{
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
.sidebar-tabler-scope .object-fit-sm-none{
    -o-object-fit: none !important;
    object-fit: none !important;
  }
.sidebar-tabler-scope .d-sm-inline{
    display: inline !important;
  }
.sidebar-tabler-scope .d-sm-inline-block{
    display: inline-block !important;
  }
.sidebar-tabler-scope .d-sm-block{
    display: block !important;
  }
.sidebar-tabler-scope .d-sm-grid{
    display: grid !important;
  }
.sidebar-tabler-scope .d-sm-inline-grid{
    display: inline-grid !important;
  }
.sidebar-tabler-scope .d-sm-table{
    display: table !important;
  }
.sidebar-tabler-scope .d-sm-table-row{
    display: table-row !important;
  }
.sidebar-tabler-scope .d-sm-table-cell{
    display: table-cell !important;
  }
.sidebar-tabler-scope .d-sm-flex{
    display: flex !important;
  }
.sidebar-tabler-scope .d-sm-inline-flex{
    display: inline-flex !important;
  }
.sidebar-tabler-scope .d-sm-none{
    display: none !important;
  }
.sidebar-tabler-scope .flex-sm-fill{
    flex: 1 1 auto !important;
  }
.sidebar-tabler-scope .flex-sm-row{
    flex-direction: row !important;
  }
.sidebar-tabler-scope .flex-sm-column{
    flex-direction: column !important;
  }
.sidebar-tabler-scope .flex-sm-row-reverse{
    flex-direction: row-reverse !important;
  }
.sidebar-tabler-scope .flex-sm-column-reverse{
    flex-direction: column-reverse !important;
  }
.sidebar-tabler-scope .flex-sm-grow-0{
    flex-grow: 0 !important;
  }
.sidebar-tabler-scope .flex-sm-grow-1{
    flex-grow: 1 !important;
  }
.sidebar-tabler-scope .flex-sm-shrink-0{
    flex-shrink: 0 !important;
  }
.sidebar-tabler-scope .flex-sm-shrink-1{
    flex-shrink: 1 !important;
  }
.sidebar-tabler-scope .flex-sm-wrap{
    flex-wrap: wrap !important;
  }
.sidebar-tabler-scope .flex-sm-nowrap{
    flex-wrap: nowrap !important;
  }
.sidebar-tabler-scope .flex-sm-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
.sidebar-tabler-scope .justify-content-sm-start{
    justify-content: flex-start !important;
  }
.sidebar-tabler-scope .justify-content-sm-end{
    justify-content: flex-end !important;
  }
.sidebar-tabler-scope .justify-content-sm-center{
    justify-content: center !important;
  }
.sidebar-tabler-scope .justify-content-sm-between{
    justify-content: space-between !important;
  }
.sidebar-tabler-scope .justify-content-sm-around{
    justify-content: space-around !important;
  }
.sidebar-tabler-scope .justify-content-sm-evenly{
    justify-content: space-evenly !important;
  }
.sidebar-tabler-scope .align-items-sm-start{
    align-items: flex-start !important;
  }
.sidebar-tabler-scope .align-items-sm-end{
    align-items: flex-end !important;
  }
.sidebar-tabler-scope .align-items-sm-center{
    align-items: center !important;
  }
.sidebar-tabler-scope .align-items-sm-baseline{
    align-items: baseline !important;
  }
.sidebar-tabler-scope .align-items-sm-stretch{
    align-items: stretch !important;
  }
.sidebar-tabler-scope .align-content-sm-start{
    align-content: flex-start !important;
  }
.sidebar-tabler-scope .align-content-sm-end{
    align-content: flex-end !important;
  }
.sidebar-tabler-scope .align-content-sm-center{
    align-content: center !important;
  }
.sidebar-tabler-scope .align-content-sm-between{
    align-content: space-between !important;
  }
.sidebar-tabler-scope .align-content-sm-around{
    align-content: space-around !important;
  }
.sidebar-tabler-scope .align-content-sm-stretch{
    align-content: stretch !important;
  }
.sidebar-tabler-scope .align-self-sm-auto{
    align-self: auto !important;
  }
.sidebar-tabler-scope .align-self-sm-start{
    align-self: flex-start !important;
  }
.sidebar-tabler-scope .align-self-sm-end{
    align-self: flex-end !important;
  }
.sidebar-tabler-scope .align-self-sm-center{
    align-self: center !important;
  }
.sidebar-tabler-scope .align-self-sm-baseline{
    align-self: baseline !important;
  }
.sidebar-tabler-scope .align-self-sm-stretch{
    align-self: stretch !important;
  }
.sidebar-tabler-scope .order-sm-first{
    order: -1 !important;
  }
.sidebar-tabler-scope .order-sm-0{
    order: 0 !important;
  }
.sidebar-tabler-scope .order-sm-1{
    order: 1 !important;
  }
.sidebar-tabler-scope .order-sm-2{
    order: 2 !important;
  }
.sidebar-tabler-scope .order-sm-3{
    order: 3 !important;
  }
.sidebar-tabler-scope .order-sm-4{
    order: 4 !important;
  }
.sidebar-tabler-scope .order-sm-5{
    order: 5 !important;
  }
.sidebar-tabler-scope .order-sm-last{
    order: 6 !important;
  }
.sidebar-tabler-scope .m-sm-0{
    margin: 0 !important;
  }
.sidebar-tabler-scope .m-sm-1{
    margin: 0.25rem !important;
  }
.sidebar-tabler-scope .m-sm-2{
    margin: 0.5rem !important;
  }
.sidebar-tabler-scope .m-sm-3{
    margin: 1rem !important;
  }
.sidebar-tabler-scope .m-sm-4{
    margin: 1.5rem !important;
  }
.sidebar-tabler-scope .m-sm-5{
    margin: 2rem !important;
  }
.sidebar-tabler-scope .m-sm-6{
    margin: 2.5rem !important;
  }
.sidebar-tabler-scope .m-sm-auto{
    margin: auto !important;
  }
.sidebar-tabler-scope .mx-sm-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .mx-sm-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .mx-sm-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .mx-sm-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .mx-sm-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .mx-sm-5{
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .mx-sm-6{
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .mx-sm-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }
.sidebar-tabler-scope .my-sm-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .my-sm-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .my-sm-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .my-sm-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .my-sm-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .my-sm-5{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .my-sm-6{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .my-sm-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .mt-sm-0{
    margin-top: 0 !important;
  }
.sidebar-tabler-scope .mt-sm-1{
    margin-top: 0.25rem !important;
  }
.sidebar-tabler-scope .mt-sm-2{
    margin-top: 0.5rem !important;
  }
.sidebar-tabler-scope .mt-sm-3{
    margin-top: 1rem !important;
  }
.sidebar-tabler-scope .mt-sm-4{
    margin-top: 1.5rem !important;
  }
.sidebar-tabler-scope .mt-sm-5{
    margin-top: 2rem !important;
  }
.sidebar-tabler-scope .mt-sm-6{
    margin-top: 2.5rem !important;
  }
.sidebar-tabler-scope .mt-sm-auto{
    margin-top: auto !important;
  }
.sidebar-tabler-scope .me-sm-0{
    margin-right: 0 !important;
  }
.sidebar-tabler-scope .me-sm-1{
    margin-right: 0.25rem !important;
  }
.sidebar-tabler-scope .me-sm-2{
    margin-right: 0.5rem !important;
  }
.sidebar-tabler-scope .me-sm-3{
    margin-right: 1rem !important;
  }
.sidebar-tabler-scope .me-sm-4{
    margin-right: 1.5rem !important;
  }
.sidebar-tabler-scope .me-sm-5{
    margin-right: 2rem !important;
  }
.sidebar-tabler-scope .me-sm-6{
    margin-right: 2.5rem !important;
  }
.sidebar-tabler-scope .me-sm-auto{
    margin-right: auto !important;
  }
.sidebar-tabler-scope .mb-sm-0{
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .mb-sm-1{
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .mb-sm-2{
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .mb-sm-3{
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .mb-sm-4{
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .mb-sm-5{
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .mb-sm-6{
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .mb-sm-auto{
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .ms-sm-0{
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .ms-sm-1{
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ms-sm-2{
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ms-sm-3{
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .ms-sm-4{
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ms-sm-5{
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .ms-sm-6{
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .ms-sm-auto{
    margin-left: auto !important;
  }
.sidebar-tabler-scope .m-sm-n1{
    margin: -0.25rem !important;
  }
.sidebar-tabler-scope .m-sm-n2{
    margin: -0.5rem !important;
  }
.sidebar-tabler-scope .m-sm-n3{
    margin: -1rem !important;
  }
.sidebar-tabler-scope .m-sm-n4{
    margin: -1.5rem !important;
  }
.sidebar-tabler-scope .m-sm-n5{
    margin: -2rem !important;
  }
.sidebar-tabler-scope .m-sm-n6{
    margin: -2.5rem !important;
  }
.sidebar-tabler-scope .mx-sm-n1{
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .mx-sm-n2{
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .mx-sm-n3{
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .mx-sm-n4{
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .mx-sm-n5{
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .mx-sm-n6{
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .my-sm-n1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .my-sm-n2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .my-sm-n3{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .my-sm-n4{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .my-sm-n5{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .my-sm-n6{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .mt-sm-n1{
    margin-top: -0.25rem !important;
  }
.sidebar-tabler-scope .mt-sm-n2{
    margin-top: -0.5rem !important;
  }
.sidebar-tabler-scope .mt-sm-n3{
    margin-top: -1rem !important;
  }
.sidebar-tabler-scope .mt-sm-n4{
    margin-top: -1.5rem !important;
  }
.sidebar-tabler-scope .mt-sm-n5{
    margin-top: -2rem !important;
  }
.sidebar-tabler-scope .mt-sm-n6{
    margin-top: -2.5rem !important;
  }
.sidebar-tabler-scope .me-sm-n1{
    margin-right: -0.25rem !important;
  }
.sidebar-tabler-scope .me-sm-n2{
    margin-right: -0.5rem !important;
  }
.sidebar-tabler-scope .me-sm-n3{
    margin-right: -1rem !important;
  }
.sidebar-tabler-scope .me-sm-n4{
    margin-right: -1.5rem !important;
  }
.sidebar-tabler-scope .me-sm-n5{
    margin-right: -2rem !important;
  }
.sidebar-tabler-scope .me-sm-n6{
    margin-right: -2.5rem !important;
  }
.sidebar-tabler-scope .mb-sm-n1{
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .mb-sm-n2{
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .mb-sm-n3{
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .mb-sm-n4{
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .mb-sm-n5{
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .mb-sm-n6{
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .ms-sm-n1{
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .ms-sm-n2{
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .ms-sm-n3{
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .ms-sm-n4{
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .ms-sm-n5{
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .ms-sm-n6{
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .p-sm-0{
    padding: 0 !important;
  }
.sidebar-tabler-scope .p-sm-1{
    padding: 0.25rem !important;
  }
.sidebar-tabler-scope .p-sm-2{
    padding: 0.5rem !important;
  }
.sidebar-tabler-scope .p-sm-3{
    padding: 1rem !important;
  }
.sidebar-tabler-scope .p-sm-4{
    padding: 1.5rem !important;
  }
.sidebar-tabler-scope .p-sm-5{
    padding: 2rem !important;
  }
.sidebar-tabler-scope .p-sm-6{
    padding: 2.5rem !important;
  }
.sidebar-tabler-scope .px-sm-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .px-sm-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .px-sm-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .px-sm-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .px-sm-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .px-sm-5{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .px-sm-6{
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .py-sm-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .py-sm-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .py-sm-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .py-sm-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .py-sm-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .py-sm-5{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .py-sm-6{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .pt-sm-0{
    padding-top: 0 !important;
  }
.sidebar-tabler-scope .pt-sm-1{
    padding-top: 0.25rem !important;
  }
.sidebar-tabler-scope .pt-sm-2{
    padding-top: 0.5rem !important;
  }
.sidebar-tabler-scope .pt-sm-3{
    padding-top: 1rem !important;
  }
.sidebar-tabler-scope .pt-sm-4{
    padding-top: 1.5rem !important;
  }
.sidebar-tabler-scope .pt-sm-5{
    padding-top: 2rem !important;
  }
.sidebar-tabler-scope .pt-sm-6{
    padding-top: 2.5rem !important;
  }
.sidebar-tabler-scope .pe-sm-0{
    padding-right: 0 !important;
  }
.sidebar-tabler-scope .pe-sm-1{
    padding-right: 0.25rem !important;
  }
.sidebar-tabler-scope .pe-sm-2{
    padding-right: 0.5rem !important;
  }
.sidebar-tabler-scope .pe-sm-3{
    padding-right: 1rem !important;
  }
.sidebar-tabler-scope .pe-sm-4{
    padding-right: 1.5rem !important;
  }
.sidebar-tabler-scope .pe-sm-5{
    padding-right: 2rem !important;
  }
.sidebar-tabler-scope .pe-sm-6{
    padding-right: 2.5rem !important;
  }
.sidebar-tabler-scope .pb-sm-0{
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .pb-sm-1{
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .pb-sm-2{
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .pb-sm-3{
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .pb-sm-4{
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .pb-sm-5{
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .pb-sm-6{
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .ps-sm-0{
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .ps-sm-1{
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ps-sm-2{
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ps-sm-3{
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .ps-sm-4{
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ps-sm-5{
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .ps-sm-6{
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .gap-sm-0{
    gap: 0 !important;
  }
.sidebar-tabler-scope .gap-sm-1{
    gap: 0.25rem !important;
  }
.sidebar-tabler-scope .gap-sm-2{
    gap: 0.5rem !important;
  }
.sidebar-tabler-scope .gap-sm-3{
    gap: 1rem !important;
  }
.sidebar-tabler-scope .gap-sm-4{
    gap: 1.5rem !important;
  }
.sidebar-tabler-scope .gap-sm-5{
    gap: 2rem !important;
  }
.sidebar-tabler-scope .gap-sm-6{
    gap: 2.5rem !important;
  }
.sidebar-tabler-scope .row-gap-sm-0{
    row-gap: 0 !important;
  }
.sidebar-tabler-scope .row-gap-sm-1{
    row-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .row-gap-sm-2{
    row-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .row-gap-sm-3{
    row-gap: 1rem !important;
  }
.sidebar-tabler-scope .row-gap-sm-4{
    row-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .row-gap-sm-5{
    row-gap: 2rem !important;
  }
.sidebar-tabler-scope .row-gap-sm-6{
    row-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .column-gap-sm-0{
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
.sidebar-tabler-scope .column-gap-sm-1{
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .column-gap-sm-2{
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .column-gap-sm-3{
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
.sidebar-tabler-scope .column-gap-sm-4{
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .column-gap-sm-5{
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
.sidebar-tabler-scope .column-gap-sm-6{
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .text-sm-start{
    text-align: left !important;
  }
.sidebar-tabler-scope .text-sm-end{
    text-align: right !important;
  }
.sidebar-tabler-scope .text-sm-center{
    text-align: center !important;
  }
.sidebar-tabler-scope .columns-sm-2{
    -moz-columns: 2 !important;
    columns: 2 !important;
  }
.sidebar-tabler-scope .columns-sm-3{
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
.sidebar-tabler-scope .columns-sm-4{
    -moz-columns: 4 !important;
    columns: 4 !important;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .float-md-start{
    float: left !important;
  }
.sidebar-tabler-scope .float-md-end{
    float: right !important;
  }
.sidebar-tabler-scope .float-md-none{
    float: none !important;
  }
.sidebar-tabler-scope .object-fit-md-contain{
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
.sidebar-tabler-scope .object-fit-md-cover{
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
.sidebar-tabler-scope .object-fit-md-fill{
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
.sidebar-tabler-scope .object-fit-md-scale{
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
.sidebar-tabler-scope .object-fit-md-none{
    -o-object-fit: none !important;
    object-fit: none !important;
  }
.sidebar-tabler-scope .d-md-inline{
    display: inline !important;
  }
.sidebar-tabler-scope .d-md-inline-block{
    display: inline-block !important;
  }
.sidebar-tabler-scope .d-md-block{
    display: block !important;
  }
.sidebar-tabler-scope .d-md-grid{
    display: grid !important;
  }
.sidebar-tabler-scope .d-md-inline-grid{
    display: inline-grid !important;
  }
.sidebar-tabler-scope .d-md-table{
    display: table !important;
  }
.sidebar-tabler-scope .d-md-table-row{
    display: table-row !important;
  }
.sidebar-tabler-scope .d-md-table-cell{
    display: table-cell !important;
  }
.sidebar-tabler-scope .d-md-flex{
    display: flex !important;
  }
.sidebar-tabler-scope .d-md-inline-flex{
    display: inline-flex !important;
  }
.sidebar-tabler-scope .d-md-none{
    display: none !important;
  }
.sidebar-tabler-scope .flex-md-fill{
    flex: 1 1 auto !important;
  }
.sidebar-tabler-scope .flex-md-row{
    flex-direction: row !important;
  }
.sidebar-tabler-scope .flex-md-column{
    flex-direction: column !important;
  }
.sidebar-tabler-scope .flex-md-row-reverse{
    flex-direction: row-reverse !important;
  }
.sidebar-tabler-scope .flex-md-column-reverse{
    flex-direction: column-reverse !important;
  }
.sidebar-tabler-scope .flex-md-grow-0{
    flex-grow: 0 !important;
  }
.sidebar-tabler-scope .flex-md-grow-1{
    flex-grow: 1 !important;
  }
.sidebar-tabler-scope .flex-md-shrink-0{
    flex-shrink: 0 !important;
  }
.sidebar-tabler-scope .flex-md-shrink-1{
    flex-shrink: 1 !important;
  }
.sidebar-tabler-scope .flex-md-wrap{
    flex-wrap: wrap !important;
  }
.sidebar-tabler-scope .flex-md-nowrap{
    flex-wrap: nowrap !important;
  }
.sidebar-tabler-scope .flex-md-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
.sidebar-tabler-scope .justify-content-md-start{
    justify-content: flex-start !important;
  }
.sidebar-tabler-scope .justify-content-md-end{
    justify-content: flex-end !important;
  }
.sidebar-tabler-scope .justify-content-md-center{
    justify-content: center !important;
  }
.sidebar-tabler-scope .justify-content-md-between{
    justify-content: space-between !important;
  }
.sidebar-tabler-scope .justify-content-md-around{
    justify-content: space-around !important;
  }
.sidebar-tabler-scope .justify-content-md-evenly{
    justify-content: space-evenly !important;
  }
.sidebar-tabler-scope .align-items-md-start{
    align-items: flex-start !important;
  }
.sidebar-tabler-scope .align-items-md-end{
    align-items: flex-end !important;
  }
.sidebar-tabler-scope .align-items-md-center{
    align-items: center !important;
  }
.sidebar-tabler-scope .align-items-md-baseline{
    align-items: baseline !important;
  }
.sidebar-tabler-scope .align-items-md-stretch{
    align-items: stretch !important;
  }
.sidebar-tabler-scope .align-content-md-start{
    align-content: flex-start !important;
  }
.sidebar-tabler-scope .align-content-md-end{
    align-content: flex-end !important;
  }
.sidebar-tabler-scope .align-content-md-center{
    align-content: center !important;
  }
.sidebar-tabler-scope .align-content-md-between{
    align-content: space-between !important;
  }
.sidebar-tabler-scope .align-content-md-around{
    align-content: space-around !important;
  }
.sidebar-tabler-scope .align-content-md-stretch{
    align-content: stretch !important;
  }
.sidebar-tabler-scope .align-self-md-auto{
    align-self: auto !important;
  }
.sidebar-tabler-scope .align-self-md-start{
    align-self: flex-start !important;
  }
.sidebar-tabler-scope .align-self-md-end{
    align-self: flex-end !important;
  }
.sidebar-tabler-scope .align-self-md-center{
    align-self: center !important;
  }
.sidebar-tabler-scope .align-self-md-baseline{
    align-self: baseline !important;
  }
.sidebar-tabler-scope .align-self-md-stretch{
    align-self: stretch !important;
  }
.sidebar-tabler-scope .order-md-first{
    order: -1 !important;
  }
.sidebar-tabler-scope .order-md-0{
    order: 0 !important;
  }
.sidebar-tabler-scope .order-md-1{
    order: 1 !important;
  }
.sidebar-tabler-scope .order-md-2{
    order: 2 !important;
  }
.sidebar-tabler-scope .order-md-3{
    order: 3 !important;
  }
.sidebar-tabler-scope .order-md-4{
    order: 4 !important;
  }
.sidebar-tabler-scope .order-md-5{
    order: 5 !important;
  }
.sidebar-tabler-scope .order-md-last{
    order: 6 !important;
  }
.sidebar-tabler-scope .m-md-0{
    margin: 0 !important;
  }
.sidebar-tabler-scope .m-md-1{
    margin: 0.25rem !important;
  }
.sidebar-tabler-scope .m-md-2{
    margin: 0.5rem !important;
  }
.sidebar-tabler-scope .m-md-3{
    margin: 1rem !important;
  }
.sidebar-tabler-scope .m-md-4{
    margin: 1.5rem !important;
  }
.sidebar-tabler-scope .m-md-5{
    margin: 2rem !important;
  }
.sidebar-tabler-scope .m-md-6{
    margin: 2.5rem !important;
  }
.sidebar-tabler-scope .m-md-auto{
    margin: auto !important;
  }
.sidebar-tabler-scope .mx-md-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .mx-md-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .mx-md-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .mx-md-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .mx-md-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .mx-md-5{
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .mx-md-6{
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .mx-md-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }
.sidebar-tabler-scope .my-md-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .my-md-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .my-md-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .my-md-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .my-md-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .my-md-5{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .my-md-6{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .my-md-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .mt-md-0{
    margin-top: 0 !important;
  }
.sidebar-tabler-scope .mt-md-1{
    margin-top: 0.25rem !important;
  }
.sidebar-tabler-scope .mt-md-2{
    margin-top: 0.5rem !important;
  }
.sidebar-tabler-scope .mt-md-3{
    margin-top: 1rem !important;
  }
.sidebar-tabler-scope .mt-md-4{
    margin-top: 1.5rem !important;
  }
.sidebar-tabler-scope .mt-md-5{
    margin-top: 2rem !important;
  }
.sidebar-tabler-scope .mt-md-6{
    margin-top: 2.5rem !important;
  }
.sidebar-tabler-scope .mt-md-auto{
    margin-top: auto !important;
  }
.sidebar-tabler-scope .me-md-0{
    margin-right: 0 !important;
  }
.sidebar-tabler-scope .me-md-1{
    margin-right: 0.25rem !important;
  }
.sidebar-tabler-scope .me-md-2{
    margin-right: 0.5rem !important;
  }
.sidebar-tabler-scope .me-md-3{
    margin-right: 1rem !important;
  }
.sidebar-tabler-scope .me-md-4{
    margin-right: 1.5rem !important;
  }
.sidebar-tabler-scope .me-md-5{
    margin-right: 2rem !important;
  }
.sidebar-tabler-scope .me-md-6{
    margin-right: 2.5rem !important;
  }
.sidebar-tabler-scope .me-md-auto{
    margin-right: auto !important;
  }
.sidebar-tabler-scope .mb-md-0{
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .mb-md-1{
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .mb-md-2{
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .mb-md-3{
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .mb-md-4{
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .mb-md-5{
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .mb-md-6{
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .mb-md-auto{
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .ms-md-0{
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .ms-md-1{
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ms-md-2{
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ms-md-3{
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .ms-md-4{
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ms-md-5{
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .ms-md-6{
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .ms-md-auto{
    margin-left: auto !important;
  }
.sidebar-tabler-scope .m-md-n1{
    margin: -0.25rem !important;
  }
.sidebar-tabler-scope .m-md-n2{
    margin: -0.5rem !important;
  }
.sidebar-tabler-scope .m-md-n3{
    margin: -1rem !important;
  }
.sidebar-tabler-scope .m-md-n4{
    margin: -1.5rem !important;
  }
.sidebar-tabler-scope .m-md-n5{
    margin: -2rem !important;
  }
.sidebar-tabler-scope .m-md-n6{
    margin: -2.5rem !important;
  }
.sidebar-tabler-scope .mx-md-n1{
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .mx-md-n2{
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .mx-md-n3{
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .mx-md-n4{
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .mx-md-n5{
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .mx-md-n6{
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .my-md-n1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .my-md-n2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .my-md-n3{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .my-md-n4{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .my-md-n5{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .my-md-n6{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .mt-md-n1{
    margin-top: -0.25rem !important;
  }
.sidebar-tabler-scope .mt-md-n2{
    margin-top: -0.5rem !important;
  }
.sidebar-tabler-scope .mt-md-n3{
    margin-top: -1rem !important;
  }
.sidebar-tabler-scope .mt-md-n4{
    margin-top: -1.5rem !important;
  }
.sidebar-tabler-scope .mt-md-n5{
    margin-top: -2rem !important;
  }
.sidebar-tabler-scope .mt-md-n6{
    margin-top: -2.5rem !important;
  }
.sidebar-tabler-scope .me-md-n1{
    margin-right: -0.25rem !important;
  }
.sidebar-tabler-scope .me-md-n2{
    margin-right: -0.5rem !important;
  }
.sidebar-tabler-scope .me-md-n3{
    margin-right: -1rem !important;
  }
.sidebar-tabler-scope .me-md-n4{
    margin-right: -1.5rem !important;
  }
.sidebar-tabler-scope .me-md-n5{
    margin-right: -2rem !important;
  }
.sidebar-tabler-scope .me-md-n6{
    margin-right: -2.5rem !important;
  }
.sidebar-tabler-scope .mb-md-n1{
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .mb-md-n2{
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .mb-md-n3{
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .mb-md-n4{
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .mb-md-n5{
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .mb-md-n6{
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .ms-md-n1{
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .ms-md-n2{
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .ms-md-n3{
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .ms-md-n4{
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .ms-md-n5{
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .ms-md-n6{
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .p-md-0{
    padding: 0 !important;
  }
.sidebar-tabler-scope .p-md-1{
    padding: 0.25rem !important;
  }
.sidebar-tabler-scope .p-md-2{
    padding: 0.5rem !important;
  }
.sidebar-tabler-scope .p-md-3{
    padding: 1rem !important;
  }
.sidebar-tabler-scope .p-md-4{
    padding: 1.5rem !important;
  }
.sidebar-tabler-scope .p-md-5{
    padding: 2rem !important;
  }
.sidebar-tabler-scope .p-md-6{
    padding: 2.5rem !important;
  }
.sidebar-tabler-scope .px-md-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .px-md-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .px-md-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .px-md-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .px-md-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .px-md-5{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .px-md-6{
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .py-md-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .py-md-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .py-md-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .py-md-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .py-md-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .py-md-5{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .py-md-6{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .pt-md-0{
    padding-top: 0 !important;
  }
.sidebar-tabler-scope .pt-md-1{
    padding-top: 0.25rem !important;
  }
.sidebar-tabler-scope .pt-md-2{
    padding-top: 0.5rem !important;
  }
.sidebar-tabler-scope .pt-md-3{
    padding-top: 1rem !important;
  }
.sidebar-tabler-scope .pt-md-4{
    padding-top: 1.5rem !important;
  }
.sidebar-tabler-scope .pt-md-5{
    padding-top: 2rem !important;
  }
.sidebar-tabler-scope .pt-md-6{
    padding-top: 2.5rem !important;
  }
.sidebar-tabler-scope .pe-md-0{
    padding-right: 0 !important;
  }
.sidebar-tabler-scope .pe-md-1{
    padding-right: 0.25rem !important;
  }
.sidebar-tabler-scope .pe-md-2{
    padding-right: 0.5rem !important;
  }
.sidebar-tabler-scope .pe-md-3{
    padding-right: 1rem !important;
  }
.sidebar-tabler-scope .pe-md-4{
    padding-right: 1.5rem !important;
  }
.sidebar-tabler-scope .pe-md-5{
    padding-right: 2rem !important;
  }
.sidebar-tabler-scope .pe-md-6{
    padding-right: 2.5rem !important;
  }
.sidebar-tabler-scope .pb-md-0{
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .pb-md-1{
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .pb-md-2{
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .pb-md-3{
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .pb-md-4{
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .pb-md-5{
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .pb-md-6{
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .ps-md-0{
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .ps-md-1{
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ps-md-2{
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ps-md-3{
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .ps-md-4{
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ps-md-5{
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .ps-md-6{
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .gap-md-0{
    gap: 0 !important;
  }
.sidebar-tabler-scope .gap-md-1{
    gap: 0.25rem !important;
  }
.sidebar-tabler-scope .gap-md-2{
    gap: 0.5rem !important;
  }
.sidebar-tabler-scope .gap-md-3{
    gap: 1rem !important;
  }
.sidebar-tabler-scope .gap-md-4{
    gap: 1.5rem !important;
  }
.sidebar-tabler-scope .gap-md-5{
    gap: 2rem !important;
  }
.sidebar-tabler-scope .gap-md-6{
    gap: 2.5rem !important;
  }
.sidebar-tabler-scope .row-gap-md-0{
    row-gap: 0 !important;
  }
.sidebar-tabler-scope .row-gap-md-1{
    row-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .row-gap-md-2{
    row-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .row-gap-md-3{
    row-gap: 1rem !important;
  }
.sidebar-tabler-scope .row-gap-md-4{
    row-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .row-gap-md-5{
    row-gap: 2rem !important;
  }
.sidebar-tabler-scope .row-gap-md-6{
    row-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .column-gap-md-0{
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
.sidebar-tabler-scope .column-gap-md-1{
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .column-gap-md-2{
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .column-gap-md-3{
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
.sidebar-tabler-scope .column-gap-md-4{
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .column-gap-md-5{
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
.sidebar-tabler-scope .column-gap-md-6{
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .text-md-start{
    text-align: left !important;
  }
.sidebar-tabler-scope .text-md-end{
    text-align: right !important;
  }
.sidebar-tabler-scope .text-md-center{
    text-align: center !important;
  }
.sidebar-tabler-scope .columns-md-2{
    -moz-columns: 2 !important;
    columns: 2 !important;
  }
.sidebar-tabler-scope .columns-md-3{
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
.sidebar-tabler-scope .columns-md-4{
    -moz-columns: 4 !important;
    columns: 4 !important;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .float-lg-start{
    float: left !important;
  }
.sidebar-tabler-scope .float-lg-end{
    float: right !important;
  }
.sidebar-tabler-scope .float-lg-none{
    float: none !important;
  }
.sidebar-tabler-scope .object-fit-lg-contain{
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
.sidebar-tabler-scope .object-fit-lg-cover{
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
.sidebar-tabler-scope .object-fit-lg-fill{
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
.sidebar-tabler-scope .object-fit-lg-scale{
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
.sidebar-tabler-scope .object-fit-lg-none{
    -o-object-fit: none !important;
    object-fit: none !important;
  }
.sidebar-tabler-scope .d-lg-inline{
    display: inline !important;
  }
.sidebar-tabler-scope .d-lg-inline-block{
    display: inline-block !important;
  }
.sidebar-tabler-scope .d-lg-block{
    display: block !important;
  }
.sidebar-tabler-scope .d-lg-grid{
    display: grid !important;
  }
.sidebar-tabler-scope .d-lg-inline-grid{
    display: inline-grid !important;
  }
.sidebar-tabler-scope .d-lg-table{
    display: table !important;
  }
.sidebar-tabler-scope .d-lg-table-row{
    display: table-row !important;
  }
.sidebar-tabler-scope .d-lg-table-cell{
    display: table-cell !important;
  }
.sidebar-tabler-scope .d-lg-flex{
    display: flex !important;
  }
.sidebar-tabler-scope .d-lg-inline-flex{
    display: inline-flex !important;
  }
.sidebar-tabler-scope .d-lg-none{
    display: none !important;
  }
.sidebar-tabler-scope .flex-lg-fill{
    flex: 1 1 auto !important;
  }
.sidebar-tabler-scope .flex-lg-row{
    flex-direction: row !important;
  }
.sidebar-tabler-scope .flex-lg-column{
    flex-direction: column !important;
  }
.sidebar-tabler-scope .flex-lg-row-reverse{
    flex-direction: row-reverse !important;
  }
.sidebar-tabler-scope .flex-lg-column-reverse{
    flex-direction: column-reverse !important;
  }
.sidebar-tabler-scope .flex-lg-grow-0{
    flex-grow: 0 !important;
  }
.sidebar-tabler-scope .flex-lg-grow-1{
    flex-grow: 1 !important;
  }
.sidebar-tabler-scope .flex-lg-shrink-0{
    flex-shrink: 0 !important;
  }
.sidebar-tabler-scope .flex-lg-shrink-1{
    flex-shrink: 1 !important;
  }
.sidebar-tabler-scope .flex-lg-wrap{
    flex-wrap: wrap !important;
  }
.sidebar-tabler-scope .flex-lg-nowrap{
    flex-wrap: nowrap !important;
  }
.sidebar-tabler-scope .flex-lg-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
.sidebar-tabler-scope .justify-content-lg-start{
    justify-content: flex-start !important;
  }
.sidebar-tabler-scope .justify-content-lg-end{
    justify-content: flex-end !important;
  }
.sidebar-tabler-scope .justify-content-lg-center{
    justify-content: center !important;
  }
.sidebar-tabler-scope .justify-content-lg-between{
    justify-content: space-between !important;
  }
.sidebar-tabler-scope .justify-content-lg-around{
    justify-content: space-around !important;
  }
.sidebar-tabler-scope .justify-content-lg-evenly{
    justify-content: space-evenly !important;
  }
.sidebar-tabler-scope .align-items-lg-start{
    align-items: flex-start !important;
  }
.sidebar-tabler-scope .align-items-lg-end{
    align-items: flex-end !important;
  }
.sidebar-tabler-scope .align-items-lg-center{
    align-items: center !important;
  }
.sidebar-tabler-scope .align-items-lg-baseline{
    align-items: baseline !important;
  }
.sidebar-tabler-scope .align-items-lg-stretch{
    align-items: stretch !important;
  }
.sidebar-tabler-scope .align-content-lg-start{
    align-content: flex-start !important;
  }
.sidebar-tabler-scope .align-content-lg-end{
    align-content: flex-end !important;
  }
.sidebar-tabler-scope .align-content-lg-center{
    align-content: center !important;
  }
.sidebar-tabler-scope .align-content-lg-between{
    align-content: space-between !important;
  }
.sidebar-tabler-scope .align-content-lg-around{
    align-content: space-around !important;
  }
.sidebar-tabler-scope .align-content-lg-stretch{
    align-content: stretch !important;
  }
.sidebar-tabler-scope .align-self-lg-auto{
    align-self: auto !important;
  }
.sidebar-tabler-scope .align-self-lg-start{
    align-self: flex-start !important;
  }
.sidebar-tabler-scope .align-self-lg-end{
    align-self: flex-end !important;
  }
.sidebar-tabler-scope .align-self-lg-center{
    align-self: center !important;
  }
.sidebar-tabler-scope .align-self-lg-baseline{
    align-self: baseline !important;
  }
.sidebar-tabler-scope .align-self-lg-stretch{
    align-self: stretch !important;
  }
.sidebar-tabler-scope .order-lg-first{
    order: -1 !important;
  }
.sidebar-tabler-scope .order-lg-0{
    order: 0 !important;
  }
.sidebar-tabler-scope .order-lg-1{
    order: 1 !important;
  }
.sidebar-tabler-scope .order-lg-2{
    order: 2 !important;
  }
.sidebar-tabler-scope .order-lg-3{
    order: 3 !important;
  }
.sidebar-tabler-scope .order-lg-4{
    order: 4 !important;
  }
.sidebar-tabler-scope .order-lg-5{
    order: 5 !important;
  }
.sidebar-tabler-scope .order-lg-last{
    order: 6 !important;
  }
.sidebar-tabler-scope .m-lg-0{
    margin: 0 !important;
  }
.sidebar-tabler-scope .m-lg-1{
    margin: 0.25rem !important;
  }
.sidebar-tabler-scope .m-lg-2{
    margin: 0.5rem !important;
  }
.sidebar-tabler-scope .m-lg-3{
    margin: 1rem !important;
  }
.sidebar-tabler-scope .m-lg-4{
    margin: 1.5rem !important;
  }
.sidebar-tabler-scope .m-lg-5{
    margin: 2rem !important;
  }
.sidebar-tabler-scope .m-lg-6{
    margin: 2.5rem !important;
  }
.sidebar-tabler-scope .m-lg-auto{
    margin: auto !important;
  }
.sidebar-tabler-scope .mx-lg-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .mx-lg-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .mx-lg-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .mx-lg-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .mx-lg-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .mx-lg-5{
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .mx-lg-6{
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .mx-lg-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }
.sidebar-tabler-scope .my-lg-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .my-lg-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .my-lg-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .my-lg-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .my-lg-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .my-lg-5{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .my-lg-6{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .my-lg-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .mt-lg-0{
    margin-top: 0 !important;
  }
.sidebar-tabler-scope .mt-lg-1{
    margin-top: 0.25rem !important;
  }
.sidebar-tabler-scope .mt-lg-2{
    margin-top: 0.5rem !important;
  }
.sidebar-tabler-scope .mt-lg-3{
    margin-top: 1rem !important;
  }
.sidebar-tabler-scope .mt-lg-4{
    margin-top: 1.5rem !important;
  }
.sidebar-tabler-scope .mt-lg-5{
    margin-top: 2rem !important;
  }
.sidebar-tabler-scope .mt-lg-6{
    margin-top: 2.5rem !important;
  }
.sidebar-tabler-scope .mt-lg-auto{
    margin-top: auto !important;
  }
.sidebar-tabler-scope .me-lg-0{
    margin-right: 0 !important;
  }
.sidebar-tabler-scope .me-lg-1{
    margin-right: 0.25rem !important;
  }
.sidebar-tabler-scope .me-lg-2{
    margin-right: 0.5rem !important;
  }
.sidebar-tabler-scope .me-lg-3{
    margin-right: 1rem !important;
  }
.sidebar-tabler-scope .me-lg-4{
    margin-right: 1.5rem !important;
  }
.sidebar-tabler-scope .me-lg-5{
    margin-right: 2rem !important;
  }
.sidebar-tabler-scope .me-lg-6{
    margin-right: 2.5rem !important;
  }
.sidebar-tabler-scope .me-lg-auto{
    margin-right: auto !important;
  }
.sidebar-tabler-scope .mb-lg-0{
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .mb-lg-1{
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .mb-lg-2{
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .mb-lg-3{
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .mb-lg-4{
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .mb-lg-5{
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .mb-lg-6{
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .mb-lg-auto{
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .ms-lg-0{
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .ms-lg-1{
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ms-lg-2{
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ms-lg-3{
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .ms-lg-4{
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ms-lg-5{
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .ms-lg-6{
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .ms-lg-auto{
    margin-left: auto !important;
  }
.sidebar-tabler-scope .m-lg-n1{
    margin: -0.25rem !important;
  }
.sidebar-tabler-scope .m-lg-n2{
    margin: -0.5rem !important;
  }
.sidebar-tabler-scope .m-lg-n3{
    margin: -1rem !important;
  }
.sidebar-tabler-scope .m-lg-n4{
    margin: -1.5rem !important;
  }
.sidebar-tabler-scope .m-lg-n5{
    margin: -2rem !important;
  }
.sidebar-tabler-scope .m-lg-n6{
    margin: -2.5rem !important;
  }
.sidebar-tabler-scope .mx-lg-n1{
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .mx-lg-n2{
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .mx-lg-n3{
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .mx-lg-n4{
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .mx-lg-n5{
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .mx-lg-n6{
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .my-lg-n1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .my-lg-n2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .my-lg-n3{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .my-lg-n4{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .my-lg-n5{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .my-lg-n6{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .mt-lg-n1{
    margin-top: -0.25rem !important;
  }
.sidebar-tabler-scope .mt-lg-n2{
    margin-top: -0.5rem !important;
  }
.sidebar-tabler-scope .mt-lg-n3{
    margin-top: -1rem !important;
  }
.sidebar-tabler-scope .mt-lg-n4{
    margin-top: -1.5rem !important;
  }
.sidebar-tabler-scope .mt-lg-n5{
    margin-top: -2rem !important;
  }
.sidebar-tabler-scope .mt-lg-n6{
    margin-top: -2.5rem !important;
  }
.sidebar-tabler-scope .me-lg-n1{
    margin-right: -0.25rem !important;
  }
.sidebar-tabler-scope .me-lg-n2{
    margin-right: -0.5rem !important;
  }
.sidebar-tabler-scope .me-lg-n3{
    margin-right: -1rem !important;
  }
.sidebar-tabler-scope .me-lg-n4{
    margin-right: -1.5rem !important;
  }
.sidebar-tabler-scope .me-lg-n5{
    margin-right: -2rem !important;
  }
.sidebar-tabler-scope .me-lg-n6{
    margin-right: -2.5rem !important;
  }
.sidebar-tabler-scope .mb-lg-n1{
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .mb-lg-n2{
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .mb-lg-n3{
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .mb-lg-n4{
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .mb-lg-n5{
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .mb-lg-n6{
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .ms-lg-n1{
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .ms-lg-n2{
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .ms-lg-n3{
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .ms-lg-n4{
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .ms-lg-n5{
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .ms-lg-n6{
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .p-lg-0{
    padding: 0 !important;
  }
.sidebar-tabler-scope .p-lg-1{
    padding: 0.25rem !important;
  }
.sidebar-tabler-scope .p-lg-2{
    padding: 0.5rem !important;
  }
.sidebar-tabler-scope .p-lg-3{
    padding: 1rem !important;
  }
.sidebar-tabler-scope .p-lg-4{
    padding: 1.5rem !important;
  }
.sidebar-tabler-scope .p-lg-5{
    padding: 2rem !important;
  }
.sidebar-tabler-scope .p-lg-6{
    padding: 2.5rem !important;
  }
.sidebar-tabler-scope .px-lg-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .px-lg-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .px-lg-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .px-lg-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .px-lg-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .px-lg-5{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .px-lg-6{
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .py-lg-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .py-lg-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .py-lg-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .py-lg-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .py-lg-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .py-lg-5{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .py-lg-6{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .pt-lg-0{
    padding-top: 0 !important;
  }
.sidebar-tabler-scope .pt-lg-1{
    padding-top: 0.25rem !important;
  }
.sidebar-tabler-scope .pt-lg-2{
    padding-top: 0.5rem !important;
  }
.sidebar-tabler-scope .pt-lg-3{
    padding-top: 1rem !important;
  }
.sidebar-tabler-scope .pt-lg-4{
    padding-top: 1.5rem !important;
  }
.sidebar-tabler-scope .pt-lg-5{
    padding-top: 2rem !important;
  }
.sidebar-tabler-scope .pt-lg-6{
    padding-top: 2.5rem !important;
  }
.sidebar-tabler-scope .pe-lg-0{
    padding-right: 0 !important;
  }
.sidebar-tabler-scope .pe-lg-1{
    padding-right: 0.25rem !important;
  }
.sidebar-tabler-scope .pe-lg-2{
    padding-right: 0.5rem !important;
  }
.sidebar-tabler-scope .pe-lg-3{
    padding-right: 1rem !important;
  }
.sidebar-tabler-scope .pe-lg-4{
    padding-right: 1.5rem !important;
  }
.sidebar-tabler-scope .pe-lg-5{
    padding-right: 2rem !important;
  }
.sidebar-tabler-scope .pe-lg-6{
    padding-right: 2.5rem !important;
  }
.sidebar-tabler-scope .pb-lg-0{
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .pb-lg-1{
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .pb-lg-2{
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .pb-lg-3{
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .pb-lg-4{
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .pb-lg-5{
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .pb-lg-6{
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .ps-lg-0{
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .ps-lg-1{
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ps-lg-2{
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ps-lg-3{
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .ps-lg-4{
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ps-lg-5{
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .ps-lg-6{
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .gap-lg-0{
    gap: 0 !important;
  }
.sidebar-tabler-scope .gap-lg-1{
    gap: 0.25rem !important;
  }
.sidebar-tabler-scope .gap-lg-2{
    gap: 0.5rem !important;
  }
.sidebar-tabler-scope .gap-lg-3{
    gap: 1rem !important;
  }
.sidebar-tabler-scope .gap-lg-4{
    gap: 1.5rem !important;
  }
.sidebar-tabler-scope .gap-lg-5{
    gap: 2rem !important;
  }
.sidebar-tabler-scope .gap-lg-6{
    gap: 2.5rem !important;
  }
.sidebar-tabler-scope .row-gap-lg-0{
    row-gap: 0 !important;
  }
.sidebar-tabler-scope .row-gap-lg-1{
    row-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .row-gap-lg-2{
    row-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .row-gap-lg-3{
    row-gap: 1rem !important;
  }
.sidebar-tabler-scope .row-gap-lg-4{
    row-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .row-gap-lg-5{
    row-gap: 2rem !important;
  }
.sidebar-tabler-scope .row-gap-lg-6{
    row-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .column-gap-lg-0{
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
.sidebar-tabler-scope .column-gap-lg-1{
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .column-gap-lg-2{
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .column-gap-lg-3{
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
.sidebar-tabler-scope .column-gap-lg-4{
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .column-gap-lg-5{
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
.sidebar-tabler-scope .column-gap-lg-6{
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .text-lg-start{
    text-align: left !important;
  }
.sidebar-tabler-scope .text-lg-end{
    text-align: right !important;
  }
.sidebar-tabler-scope .text-lg-center{
    text-align: center !important;
  }
.sidebar-tabler-scope .columns-lg-2{
    -moz-columns: 2 !important;
    columns: 2 !important;
  }
.sidebar-tabler-scope .columns-lg-3{
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
.sidebar-tabler-scope .columns-lg-4{
    -moz-columns: 4 !important;
    columns: 4 !important;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .float-xl-start{
    float: left !important;
  }
.sidebar-tabler-scope .float-xl-end{
    float: right !important;
  }
.sidebar-tabler-scope .float-xl-none{
    float: none !important;
  }
.sidebar-tabler-scope .object-fit-xl-contain{
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
.sidebar-tabler-scope .object-fit-xl-cover{
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
.sidebar-tabler-scope .object-fit-xl-fill{
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
.sidebar-tabler-scope .object-fit-xl-scale{
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
.sidebar-tabler-scope .object-fit-xl-none{
    -o-object-fit: none !important;
    object-fit: none !important;
  }
.sidebar-tabler-scope .d-xl-inline{
    display: inline !important;
  }
.sidebar-tabler-scope .d-xl-inline-block{
    display: inline-block !important;
  }
.sidebar-tabler-scope .d-xl-block{
    display: block !important;
  }
.sidebar-tabler-scope .d-xl-grid{
    display: grid !important;
  }
.sidebar-tabler-scope .d-xl-inline-grid{
    display: inline-grid !important;
  }
.sidebar-tabler-scope .d-xl-table{
    display: table !important;
  }
.sidebar-tabler-scope .d-xl-table-row{
    display: table-row !important;
  }
.sidebar-tabler-scope .d-xl-table-cell{
    display: table-cell !important;
  }
.sidebar-tabler-scope .d-xl-flex{
    display: flex !important;
  }
.sidebar-tabler-scope .d-xl-inline-flex{
    display: inline-flex !important;
  }
.sidebar-tabler-scope .d-xl-none{
    display: none !important;
  }
.sidebar-tabler-scope .flex-xl-fill{
    flex: 1 1 auto !important;
  }
.sidebar-tabler-scope .flex-xl-row{
    flex-direction: row !important;
  }
.sidebar-tabler-scope .flex-xl-column{
    flex-direction: column !important;
  }
.sidebar-tabler-scope .flex-xl-row-reverse{
    flex-direction: row-reverse !important;
  }
.sidebar-tabler-scope .flex-xl-column-reverse{
    flex-direction: column-reverse !important;
  }
.sidebar-tabler-scope .flex-xl-grow-0{
    flex-grow: 0 !important;
  }
.sidebar-tabler-scope .flex-xl-grow-1{
    flex-grow: 1 !important;
  }
.sidebar-tabler-scope .flex-xl-shrink-0{
    flex-shrink: 0 !important;
  }
.sidebar-tabler-scope .flex-xl-shrink-1{
    flex-shrink: 1 !important;
  }
.sidebar-tabler-scope .flex-xl-wrap{
    flex-wrap: wrap !important;
  }
.sidebar-tabler-scope .flex-xl-nowrap{
    flex-wrap: nowrap !important;
  }
.sidebar-tabler-scope .flex-xl-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
.sidebar-tabler-scope .justify-content-xl-start{
    justify-content: flex-start !important;
  }
.sidebar-tabler-scope .justify-content-xl-end{
    justify-content: flex-end !important;
  }
.sidebar-tabler-scope .justify-content-xl-center{
    justify-content: center !important;
  }
.sidebar-tabler-scope .justify-content-xl-between{
    justify-content: space-between !important;
  }
.sidebar-tabler-scope .justify-content-xl-around{
    justify-content: space-around !important;
  }
.sidebar-tabler-scope .justify-content-xl-evenly{
    justify-content: space-evenly !important;
  }
.sidebar-tabler-scope .align-items-xl-start{
    align-items: flex-start !important;
  }
.sidebar-tabler-scope .align-items-xl-end{
    align-items: flex-end !important;
  }
.sidebar-tabler-scope .align-items-xl-center{
    align-items: center !important;
  }
.sidebar-tabler-scope .align-items-xl-baseline{
    align-items: baseline !important;
  }
.sidebar-tabler-scope .align-items-xl-stretch{
    align-items: stretch !important;
  }
.sidebar-tabler-scope .align-content-xl-start{
    align-content: flex-start !important;
  }
.sidebar-tabler-scope .align-content-xl-end{
    align-content: flex-end !important;
  }
.sidebar-tabler-scope .align-content-xl-center{
    align-content: center !important;
  }
.sidebar-tabler-scope .align-content-xl-between{
    align-content: space-between !important;
  }
.sidebar-tabler-scope .align-content-xl-around{
    align-content: space-around !important;
  }
.sidebar-tabler-scope .align-content-xl-stretch{
    align-content: stretch !important;
  }
.sidebar-tabler-scope .align-self-xl-auto{
    align-self: auto !important;
  }
.sidebar-tabler-scope .align-self-xl-start{
    align-self: flex-start !important;
  }
.sidebar-tabler-scope .align-self-xl-end{
    align-self: flex-end !important;
  }
.sidebar-tabler-scope .align-self-xl-center{
    align-self: center !important;
  }
.sidebar-tabler-scope .align-self-xl-baseline{
    align-self: baseline !important;
  }
.sidebar-tabler-scope .align-self-xl-stretch{
    align-self: stretch !important;
  }
.sidebar-tabler-scope .order-xl-first{
    order: -1 !important;
  }
.sidebar-tabler-scope .order-xl-0{
    order: 0 !important;
  }
.sidebar-tabler-scope .order-xl-1{
    order: 1 !important;
  }
.sidebar-tabler-scope .order-xl-2{
    order: 2 !important;
  }
.sidebar-tabler-scope .order-xl-3{
    order: 3 !important;
  }
.sidebar-tabler-scope .order-xl-4{
    order: 4 !important;
  }
.sidebar-tabler-scope .order-xl-5{
    order: 5 !important;
  }
.sidebar-tabler-scope .order-xl-last{
    order: 6 !important;
  }
.sidebar-tabler-scope .m-xl-0{
    margin: 0 !important;
  }
.sidebar-tabler-scope .m-xl-1{
    margin: 0.25rem !important;
  }
.sidebar-tabler-scope .m-xl-2{
    margin: 0.5rem !important;
  }
.sidebar-tabler-scope .m-xl-3{
    margin: 1rem !important;
  }
.sidebar-tabler-scope .m-xl-4{
    margin: 1.5rem !important;
  }
.sidebar-tabler-scope .m-xl-5{
    margin: 2rem !important;
  }
.sidebar-tabler-scope .m-xl-6{
    margin: 2.5rem !important;
  }
.sidebar-tabler-scope .m-xl-auto{
    margin: auto !important;
  }
.sidebar-tabler-scope .mx-xl-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .mx-xl-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .mx-xl-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .mx-xl-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .mx-xl-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .mx-xl-5{
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .mx-xl-6{
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .mx-xl-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }
.sidebar-tabler-scope .my-xl-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .my-xl-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .my-xl-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .my-xl-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .my-xl-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .my-xl-5{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .my-xl-6{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .my-xl-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .mt-xl-0{
    margin-top: 0 !important;
  }
.sidebar-tabler-scope .mt-xl-1{
    margin-top: 0.25rem !important;
  }
.sidebar-tabler-scope .mt-xl-2{
    margin-top: 0.5rem !important;
  }
.sidebar-tabler-scope .mt-xl-3{
    margin-top: 1rem !important;
  }
.sidebar-tabler-scope .mt-xl-4{
    margin-top: 1.5rem !important;
  }
.sidebar-tabler-scope .mt-xl-5{
    margin-top: 2rem !important;
  }
.sidebar-tabler-scope .mt-xl-6{
    margin-top: 2.5rem !important;
  }
.sidebar-tabler-scope .mt-xl-auto{
    margin-top: auto !important;
  }
.sidebar-tabler-scope .me-xl-0{
    margin-right: 0 !important;
  }
.sidebar-tabler-scope .me-xl-1{
    margin-right: 0.25rem !important;
  }
.sidebar-tabler-scope .me-xl-2{
    margin-right: 0.5rem !important;
  }
.sidebar-tabler-scope .me-xl-3{
    margin-right: 1rem !important;
  }
.sidebar-tabler-scope .me-xl-4{
    margin-right: 1.5rem !important;
  }
.sidebar-tabler-scope .me-xl-5{
    margin-right: 2rem !important;
  }
.sidebar-tabler-scope .me-xl-6{
    margin-right: 2.5rem !important;
  }
.sidebar-tabler-scope .me-xl-auto{
    margin-right: auto !important;
  }
.sidebar-tabler-scope .mb-xl-0{
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .mb-xl-1{
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .mb-xl-2{
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .mb-xl-3{
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .mb-xl-4{
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .mb-xl-5{
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .mb-xl-6{
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .mb-xl-auto{
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .ms-xl-0{
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .ms-xl-1{
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ms-xl-2{
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ms-xl-3{
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .ms-xl-4{
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ms-xl-5{
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .ms-xl-6{
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .ms-xl-auto{
    margin-left: auto !important;
  }
.sidebar-tabler-scope .m-xl-n1{
    margin: -0.25rem !important;
  }
.sidebar-tabler-scope .m-xl-n2{
    margin: -0.5rem !important;
  }
.sidebar-tabler-scope .m-xl-n3{
    margin: -1rem !important;
  }
.sidebar-tabler-scope .m-xl-n4{
    margin: -1.5rem !important;
  }
.sidebar-tabler-scope .m-xl-n5{
    margin: -2rem !important;
  }
.sidebar-tabler-scope .m-xl-n6{
    margin: -2.5rem !important;
  }
.sidebar-tabler-scope .mx-xl-n1{
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .mx-xl-n2{
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .mx-xl-n3{
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .mx-xl-n4{
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .mx-xl-n5{
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .mx-xl-n6{
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .my-xl-n1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .my-xl-n2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .my-xl-n3{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .my-xl-n4{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .my-xl-n5{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .my-xl-n6{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .mt-xl-n1{
    margin-top: -0.25rem !important;
  }
.sidebar-tabler-scope .mt-xl-n2{
    margin-top: -0.5rem !important;
  }
.sidebar-tabler-scope .mt-xl-n3{
    margin-top: -1rem !important;
  }
.sidebar-tabler-scope .mt-xl-n4{
    margin-top: -1.5rem !important;
  }
.sidebar-tabler-scope .mt-xl-n5{
    margin-top: -2rem !important;
  }
.sidebar-tabler-scope .mt-xl-n6{
    margin-top: -2.5rem !important;
  }
.sidebar-tabler-scope .me-xl-n1{
    margin-right: -0.25rem !important;
  }
.sidebar-tabler-scope .me-xl-n2{
    margin-right: -0.5rem !important;
  }
.sidebar-tabler-scope .me-xl-n3{
    margin-right: -1rem !important;
  }
.sidebar-tabler-scope .me-xl-n4{
    margin-right: -1.5rem !important;
  }
.sidebar-tabler-scope .me-xl-n5{
    margin-right: -2rem !important;
  }
.sidebar-tabler-scope .me-xl-n6{
    margin-right: -2.5rem !important;
  }
.sidebar-tabler-scope .mb-xl-n1{
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .mb-xl-n2{
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .mb-xl-n3{
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .mb-xl-n4{
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .mb-xl-n5{
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .mb-xl-n6{
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .ms-xl-n1{
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .ms-xl-n2{
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .ms-xl-n3{
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .ms-xl-n4{
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .ms-xl-n5{
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .ms-xl-n6{
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .p-xl-0{
    padding: 0 !important;
  }
.sidebar-tabler-scope .p-xl-1{
    padding: 0.25rem !important;
  }
.sidebar-tabler-scope .p-xl-2{
    padding: 0.5rem !important;
  }
.sidebar-tabler-scope .p-xl-3{
    padding: 1rem !important;
  }
.sidebar-tabler-scope .p-xl-4{
    padding: 1.5rem !important;
  }
.sidebar-tabler-scope .p-xl-5{
    padding: 2rem !important;
  }
.sidebar-tabler-scope .p-xl-6{
    padding: 2.5rem !important;
  }
.sidebar-tabler-scope .px-xl-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .px-xl-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .px-xl-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .px-xl-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .px-xl-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .px-xl-5{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .px-xl-6{
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .py-xl-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .py-xl-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .py-xl-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .py-xl-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .py-xl-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .py-xl-5{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .py-xl-6{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .pt-xl-0{
    padding-top: 0 !important;
  }
.sidebar-tabler-scope .pt-xl-1{
    padding-top: 0.25rem !important;
  }
.sidebar-tabler-scope .pt-xl-2{
    padding-top: 0.5rem !important;
  }
.sidebar-tabler-scope .pt-xl-3{
    padding-top: 1rem !important;
  }
.sidebar-tabler-scope .pt-xl-4{
    padding-top: 1.5rem !important;
  }
.sidebar-tabler-scope .pt-xl-5{
    padding-top: 2rem !important;
  }
.sidebar-tabler-scope .pt-xl-6{
    padding-top: 2.5rem !important;
  }
.sidebar-tabler-scope .pe-xl-0{
    padding-right: 0 !important;
  }
.sidebar-tabler-scope .pe-xl-1{
    padding-right: 0.25rem !important;
  }
.sidebar-tabler-scope .pe-xl-2{
    padding-right: 0.5rem !important;
  }
.sidebar-tabler-scope .pe-xl-3{
    padding-right: 1rem !important;
  }
.sidebar-tabler-scope .pe-xl-4{
    padding-right: 1.5rem !important;
  }
.sidebar-tabler-scope .pe-xl-5{
    padding-right: 2rem !important;
  }
.sidebar-tabler-scope .pe-xl-6{
    padding-right: 2.5rem !important;
  }
.sidebar-tabler-scope .pb-xl-0{
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .pb-xl-1{
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .pb-xl-2{
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .pb-xl-3{
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .pb-xl-4{
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .pb-xl-5{
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .pb-xl-6{
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .ps-xl-0{
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .ps-xl-1{
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ps-xl-2{
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ps-xl-3{
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .ps-xl-4{
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ps-xl-5{
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .ps-xl-6{
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .gap-xl-0{
    gap: 0 !important;
  }
.sidebar-tabler-scope .gap-xl-1{
    gap: 0.25rem !important;
  }
.sidebar-tabler-scope .gap-xl-2{
    gap: 0.5rem !important;
  }
.sidebar-tabler-scope .gap-xl-3{
    gap: 1rem !important;
  }
.sidebar-tabler-scope .gap-xl-4{
    gap: 1.5rem !important;
  }
.sidebar-tabler-scope .gap-xl-5{
    gap: 2rem !important;
  }
.sidebar-tabler-scope .gap-xl-6{
    gap: 2.5rem !important;
  }
.sidebar-tabler-scope .row-gap-xl-0{
    row-gap: 0 !important;
  }
.sidebar-tabler-scope .row-gap-xl-1{
    row-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .row-gap-xl-2{
    row-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .row-gap-xl-3{
    row-gap: 1rem !important;
  }
.sidebar-tabler-scope .row-gap-xl-4{
    row-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .row-gap-xl-5{
    row-gap: 2rem !important;
  }
.sidebar-tabler-scope .row-gap-xl-6{
    row-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .column-gap-xl-0{
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
.sidebar-tabler-scope .column-gap-xl-1{
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .column-gap-xl-2{
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .column-gap-xl-3{
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
.sidebar-tabler-scope .column-gap-xl-4{
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .column-gap-xl-5{
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
.sidebar-tabler-scope .column-gap-xl-6{
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .text-xl-start{
    text-align: left !important;
  }
.sidebar-tabler-scope .text-xl-end{
    text-align: right !important;
  }
.sidebar-tabler-scope .text-xl-center{
    text-align: center !important;
  }
.sidebar-tabler-scope .columns-xl-2{
    -moz-columns: 2 !important;
    columns: 2 !important;
  }
.sidebar-tabler-scope .columns-xl-3{
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
.sidebar-tabler-scope .columns-xl-4{
    -moz-columns: 4 !important;
    columns: 4 !important;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .float-xxl-start{
    float: left !important;
  }
.sidebar-tabler-scope .float-xxl-end{
    float: right !important;
  }
.sidebar-tabler-scope .float-xxl-none{
    float: none !important;
  }
.sidebar-tabler-scope .object-fit-xxl-contain{
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
.sidebar-tabler-scope .object-fit-xxl-cover{
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
.sidebar-tabler-scope .object-fit-xxl-fill{
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
.sidebar-tabler-scope .object-fit-xxl-scale{
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
.sidebar-tabler-scope .object-fit-xxl-none{
    -o-object-fit: none !important;
    object-fit: none !important;
  }
.sidebar-tabler-scope .d-xxl-inline{
    display: inline !important;
  }
.sidebar-tabler-scope .d-xxl-inline-block{
    display: inline-block !important;
  }
.sidebar-tabler-scope .d-xxl-block{
    display: block !important;
  }
.sidebar-tabler-scope .d-xxl-grid{
    display: grid !important;
  }
.sidebar-tabler-scope .d-xxl-inline-grid{
    display: inline-grid !important;
  }
.sidebar-tabler-scope .d-xxl-table{
    display: table !important;
  }
.sidebar-tabler-scope .d-xxl-table-row{
    display: table-row !important;
  }
.sidebar-tabler-scope .d-xxl-table-cell{
    display: table-cell !important;
  }
.sidebar-tabler-scope .d-xxl-flex{
    display: flex !important;
  }
.sidebar-tabler-scope .d-xxl-inline-flex{
    display: inline-flex !important;
  }
.sidebar-tabler-scope .d-xxl-none{
    display: none !important;
  }
.sidebar-tabler-scope .flex-xxl-fill{
    flex: 1 1 auto !important;
  }
.sidebar-tabler-scope .flex-xxl-row{
    flex-direction: row !important;
  }
.sidebar-tabler-scope .flex-xxl-column{
    flex-direction: column !important;
  }
.sidebar-tabler-scope .flex-xxl-row-reverse{
    flex-direction: row-reverse !important;
  }
.sidebar-tabler-scope .flex-xxl-column-reverse{
    flex-direction: column-reverse !important;
  }
.sidebar-tabler-scope .flex-xxl-grow-0{
    flex-grow: 0 !important;
  }
.sidebar-tabler-scope .flex-xxl-grow-1{
    flex-grow: 1 !important;
  }
.sidebar-tabler-scope .flex-xxl-shrink-0{
    flex-shrink: 0 !important;
  }
.sidebar-tabler-scope .flex-xxl-shrink-1{
    flex-shrink: 1 !important;
  }
.sidebar-tabler-scope .flex-xxl-wrap{
    flex-wrap: wrap !important;
  }
.sidebar-tabler-scope .flex-xxl-nowrap{
    flex-wrap: nowrap !important;
  }
.sidebar-tabler-scope .flex-xxl-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }
.sidebar-tabler-scope .justify-content-xxl-start{
    justify-content: flex-start !important;
  }
.sidebar-tabler-scope .justify-content-xxl-end{
    justify-content: flex-end !important;
  }
.sidebar-tabler-scope .justify-content-xxl-center{
    justify-content: center !important;
  }
.sidebar-tabler-scope .justify-content-xxl-between{
    justify-content: space-between !important;
  }
.sidebar-tabler-scope .justify-content-xxl-around{
    justify-content: space-around !important;
  }
.sidebar-tabler-scope .justify-content-xxl-evenly{
    justify-content: space-evenly !important;
  }
.sidebar-tabler-scope .align-items-xxl-start{
    align-items: flex-start !important;
  }
.sidebar-tabler-scope .align-items-xxl-end{
    align-items: flex-end !important;
  }
.sidebar-tabler-scope .align-items-xxl-center{
    align-items: center !important;
  }
.sidebar-tabler-scope .align-items-xxl-baseline{
    align-items: baseline !important;
  }
.sidebar-tabler-scope .align-items-xxl-stretch{
    align-items: stretch !important;
  }
.sidebar-tabler-scope .align-content-xxl-start{
    align-content: flex-start !important;
  }
.sidebar-tabler-scope .align-content-xxl-end{
    align-content: flex-end !important;
  }
.sidebar-tabler-scope .align-content-xxl-center{
    align-content: center !important;
  }
.sidebar-tabler-scope .align-content-xxl-between{
    align-content: space-between !important;
  }
.sidebar-tabler-scope .align-content-xxl-around{
    align-content: space-around !important;
  }
.sidebar-tabler-scope .align-content-xxl-stretch{
    align-content: stretch !important;
  }
.sidebar-tabler-scope .align-self-xxl-auto{
    align-self: auto !important;
  }
.sidebar-tabler-scope .align-self-xxl-start{
    align-self: flex-start !important;
  }
.sidebar-tabler-scope .align-self-xxl-end{
    align-self: flex-end !important;
  }
.sidebar-tabler-scope .align-self-xxl-center{
    align-self: center !important;
  }
.sidebar-tabler-scope .align-self-xxl-baseline{
    align-self: baseline !important;
  }
.sidebar-tabler-scope .align-self-xxl-stretch{
    align-self: stretch !important;
  }
.sidebar-tabler-scope .order-xxl-first{
    order: -1 !important;
  }
.sidebar-tabler-scope .order-xxl-0{
    order: 0 !important;
  }
.sidebar-tabler-scope .order-xxl-1{
    order: 1 !important;
  }
.sidebar-tabler-scope .order-xxl-2{
    order: 2 !important;
  }
.sidebar-tabler-scope .order-xxl-3{
    order: 3 !important;
  }
.sidebar-tabler-scope .order-xxl-4{
    order: 4 !important;
  }
.sidebar-tabler-scope .order-xxl-5{
    order: 5 !important;
  }
.sidebar-tabler-scope .order-xxl-last{
    order: 6 !important;
  }
.sidebar-tabler-scope .m-xxl-0{
    margin: 0 !important;
  }
.sidebar-tabler-scope .m-xxl-1{
    margin: 0.25rem !important;
  }
.sidebar-tabler-scope .m-xxl-2{
    margin: 0.5rem !important;
  }
.sidebar-tabler-scope .m-xxl-3{
    margin: 1rem !important;
  }
.sidebar-tabler-scope .m-xxl-4{
    margin: 1.5rem !important;
  }
.sidebar-tabler-scope .m-xxl-5{
    margin: 2rem !important;
  }
.sidebar-tabler-scope .m-xxl-6{
    margin: 2.5rem !important;
  }
.sidebar-tabler-scope .m-xxl-auto{
    margin: auto !important;
  }
.sidebar-tabler-scope .mx-xxl-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .mx-xxl-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .mx-xxl-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .mx-xxl-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .mx-xxl-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .mx-xxl-5{
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .mx-xxl-6{
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .mx-xxl-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }
.sidebar-tabler-scope .my-xxl-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .my-xxl-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .my-xxl-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .my-xxl-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .my-xxl-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .my-xxl-5{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .my-xxl-6{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .my-xxl-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .mt-xxl-0{
    margin-top: 0 !important;
  }
.sidebar-tabler-scope .mt-xxl-1{
    margin-top: 0.25rem !important;
  }
.sidebar-tabler-scope .mt-xxl-2{
    margin-top: 0.5rem !important;
  }
.sidebar-tabler-scope .mt-xxl-3{
    margin-top: 1rem !important;
  }
.sidebar-tabler-scope .mt-xxl-4{
    margin-top: 1.5rem !important;
  }
.sidebar-tabler-scope .mt-xxl-5{
    margin-top: 2rem !important;
  }
.sidebar-tabler-scope .mt-xxl-6{
    margin-top: 2.5rem !important;
  }
.sidebar-tabler-scope .mt-xxl-auto{
    margin-top: auto !important;
  }
.sidebar-tabler-scope .me-xxl-0{
    margin-right: 0 !important;
  }
.sidebar-tabler-scope .me-xxl-1{
    margin-right: 0.25rem !important;
  }
.sidebar-tabler-scope .me-xxl-2{
    margin-right: 0.5rem !important;
  }
.sidebar-tabler-scope .me-xxl-3{
    margin-right: 1rem !important;
  }
.sidebar-tabler-scope .me-xxl-4{
    margin-right: 1.5rem !important;
  }
.sidebar-tabler-scope .me-xxl-5{
    margin-right: 2rem !important;
  }
.sidebar-tabler-scope .me-xxl-6{
    margin-right: 2.5rem !important;
  }
.sidebar-tabler-scope .me-xxl-auto{
    margin-right: auto !important;
  }
.sidebar-tabler-scope .mb-xxl-0{
    margin-bottom: 0 !important;
  }
.sidebar-tabler-scope .mb-xxl-1{
    margin-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .mb-xxl-2{
    margin-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .mb-xxl-3{
    margin-bottom: 1rem !important;
  }
.sidebar-tabler-scope .mb-xxl-4{
    margin-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .mb-xxl-5{
    margin-bottom: 2rem !important;
  }
.sidebar-tabler-scope .mb-xxl-6{
    margin-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .mb-xxl-auto{
    margin-bottom: auto !important;
  }
.sidebar-tabler-scope .ms-xxl-0{
    margin-left: 0 !important;
  }
.sidebar-tabler-scope .ms-xxl-1{
    margin-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ms-xxl-2{
    margin-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ms-xxl-3{
    margin-left: 1rem !important;
  }
.sidebar-tabler-scope .ms-xxl-4{
    margin-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ms-xxl-5{
    margin-left: 2rem !important;
  }
.sidebar-tabler-scope .ms-xxl-6{
    margin-left: 2.5rem !important;
  }
.sidebar-tabler-scope .ms-xxl-auto{
    margin-left: auto !important;
  }
.sidebar-tabler-scope .m-xxl-n1{
    margin: -0.25rem !important;
  }
.sidebar-tabler-scope .m-xxl-n2{
    margin: -0.5rem !important;
  }
.sidebar-tabler-scope .m-xxl-n3{
    margin: -1rem !important;
  }
.sidebar-tabler-scope .m-xxl-n4{
    margin: -1.5rem !important;
  }
.sidebar-tabler-scope .m-xxl-n5{
    margin: -2rem !important;
  }
.sidebar-tabler-scope .m-xxl-n6{
    margin: -2.5rem !important;
  }
.sidebar-tabler-scope .mx-xxl-n1{
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .mx-xxl-n2{
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .mx-xxl-n3{
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .mx-xxl-n4{
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .mx-xxl-n5{
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .mx-xxl-n6{
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .my-xxl-n1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .my-xxl-n2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .my-xxl-n3{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .my-xxl-n4{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .my-xxl-n5{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .my-xxl-n6{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .mt-xxl-n1{
    margin-top: -0.25rem !important;
  }
.sidebar-tabler-scope .mt-xxl-n2{
    margin-top: -0.5rem !important;
  }
.sidebar-tabler-scope .mt-xxl-n3{
    margin-top: -1rem !important;
  }
.sidebar-tabler-scope .mt-xxl-n4{
    margin-top: -1.5rem !important;
  }
.sidebar-tabler-scope .mt-xxl-n5{
    margin-top: -2rem !important;
  }
.sidebar-tabler-scope .mt-xxl-n6{
    margin-top: -2.5rem !important;
  }
.sidebar-tabler-scope .me-xxl-n1{
    margin-right: -0.25rem !important;
  }
.sidebar-tabler-scope .me-xxl-n2{
    margin-right: -0.5rem !important;
  }
.sidebar-tabler-scope .me-xxl-n3{
    margin-right: -1rem !important;
  }
.sidebar-tabler-scope .me-xxl-n4{
    margin-right: -1.5rem !important;
  }
.sidebar-tabler-scope .me-xxl-n5{
    margin-right: -2rem !important;
  }
.sidebar-tabler-scope .me-xxl-n6{
    margin-right: -2.5rem !important;
  }
.sidebar-tabler-scope .mb-xxl-n1{
    margin-bottom: -0.25rem !important;
  }
.sidebar-tabler-scope .mb-xxl-n2{
    margin-bottom: -0.5rem !important;
  }
.sidebar-tabler-scope .mb-xxl-n3{
    margin-bottom: -1rem !important;
  }
.sidebar-tabler-scope .mb-xxl-n4{
    margin-bottom: -1.5rem !important;
  }
.sidebar-tabler-scope .mb-xxl-n5{
    margin-bottom: -2rem !important;
  }
.sidebar-tabler-scope .mb-xxl-n6{
    margin-bottom: -2.5rem !important;
  }
.sidebar-tabler-scope .ms-xxl-n1{
    margin-left: -0.25rem !important;
  }
.sidebar-tabler-scope .ms-xxl-n2{
    margin-left: -0.5rem !important;
  }
.sidebar-tabler-scope .ms-xxl-n3{
    margin-left: -1rem !important;
  }
.sidebar-tabler-scope .ms-xxl-n4{
    margin-left: -1.5rem !important;
  }
.sidebar-tabler-scope .ms-xxl-n5{
    margin-left: -2rem !important;
  }
.sidebar-tabler-scope .ms-xxl-n6{
    margin-left: -2.5rem !important;
  }
.sidebar-tabler-scope .p-xxl-0{
    padding: 0 !important;
  }
.sidebar-tabler-scope .p-xxl-1{
    padding: 0.25rem !important;
  }
.sidebar-tabler-scope .p-xxl-2{
    padding: 0.5rem !important;
  }
.sidebar-tabler-scope .p-xxl-3{
    padding: 1rem !important;
  }
.sidebar-tabler-scope .p-xxl-4{
    padding: 1.5rem !important;
  }
.sidebar-tabler-scope .p-xxl-5{
    padding: 2rem !important;
  }
.sidebar-tabler-scope .p-xxl-6{
    padding: 2.5rem !important;
  }
.sidebar-tabler-scope .px-xxl-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .px-xxl-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .px-xxl-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .px-xxl-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .px-xxl-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .px-xxl-5{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .px-xxl-6{
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .py-xxl-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .py-xxl-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .py-xxl-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .py-xxl-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .py-xxl-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .py-xxl-5{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .py-xxl-6{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .pt-xxl-0{
    padding-top: 0 !important;
  }
.sidebar-tabler-scope .pt-xxl-1{
    padding-top: 0.25rem !important;
  }
.sidebar-tabler-scope .pt-xxl-2{
    padding-top: 0.5rem !important;
  }
.sidebar-tabler-scope .pt-xxl-3{
    padding-top: 1rem !important;
  }
.sidebar-tabler-scope .pt-xxl-4{
    padding-top: 1.5rem !important;
  }
.sidebar-tabler-scope .pt-xxl-5{
    padding-top: 2rem !important;
  }
.sidebar-tabler-scope .pt-xxl-6{
    padding-top: 2.5rem !important;
  }
.sidebar-tabler-scope .pe-xxl-0{
    padding-right: 0 !important;
  }
.sidebar-tabler-scope .pe-xxl-1{
    padding-right: 0.25rem !important;
  }
.sidebar-tabler-scope .pe-xxl-2{
    padding-right: 0.5rem !important;
  }
.sidebar-tabler-scope .pe-xxl-3{
    padding-right: 1rem !important;
  }
.sidebar-tabler-scope .pe-xxl-4{
    padding-right: 1.5rem !important;
  }
.sidebar-tabler-scope .pe-xxl-5{
    padding-right: 2rem !important;
  }
.sidebar-tabler-scope .pe-xxl-6{
    padding-right: 2.5rem !important;
  }
.sidebar-tabler-scope .pb-xxl-0{
    padding-bottom: 0 !important;
  }
.sidebar-tabler-scope .pb-xxl-1{
    padding-bottom: 0.25rem !important;
  }
.sidebar-tabler-scope .pb-xxl-2{
    padding-bottom: 0.5rem !important;
  }
.sidebar-tabler-scope .pb-xxl-3{
    padding-bottom: 1rem !important;
  }
.sidebar-tabler-scope .pb-xxl-4{
    padding-bottom: 1.5rem !important;
  }
.sidebar-tabler-scope .pb-xxl-5{
    padding-bottom: 2rem !important;
  }
.sidebar-tabler-scope .pb-xxl-6{
    padding-bottom: 2.5rem !important;
  }
.sidebar-tabler-scope .ps-xxl-0{
    padding-left: 0 !important;
  }
.sidebar-tabler-scope .ps-xxl-1{
    padding-left: 0.25rem !important;
  }
.sidebar-tabler-scope .ps-xxl-2{
    padding-left: 0.5rem !important;
  }
.sidebar-tabler-scope .ps-xxl-3{
    padding-left: 1rem !important;
  }
.sidebar-tabler-scope .ps-xxl-4{
    padding-left: 1.5rem !important;
  }
.sidebar-tabler-scope .ps-xxl-5{
    padding-left: 2rem !important;
  }
.sidebar-tabler-scope .ps-xxl-6{
    padding-left: 2.5rem !important;
  }
.sidebar-tabler-scope .gap-xxl-0{
    gap: 0 !important;
  }
.sidebar-tabler-scope .gap-xxl-1{
    gap: 0.25rem !important;
  }
.sidebar-tabler-scope .gap-xxl-2{
    gap: 0.5rem !important;
  }
.sidebar-tabler-scope .gap-xxl-3{
    gap: 1rem !important;
  }
.sidebar-tabler-scope .gap-xxl-4{
    gap: 1.5rem !important;
  }
.sidebar-tabler-scope .gap-xxl-5{
    gap: 2rem !important;
  }
.sidebar-tabler-scope .gap-xxl-6{
    gap: 2.5rem !important;
  }
.sidebar-tabler-scope .row-gap-xxl-0{
    row-gap: 0 !important;
  }
.sidebar-tabler-scope .row-gap-xxl-1{
    row-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .row-gap-xxl-2{
    row-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .row-gap-xxl-3{
    row-gap: 1rem !important;
  }
.sidebar-tabler-scope .row-gap-xxl-4{
    row-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .row-gap-xxl-5{
    row-gap: 2rem !important;
  }
.sidebar-tabler-scope .row-gap-xxl-6{
    row-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .column-gap-xxl-0{
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
.sidebar-tabler-scope .column-gap-xxl-1{
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
.sidebar-tabler-scope .column-gap-xxl-2{
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
.sidebar-tabler-scope .column-gap-xxl-3{
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
.sidebar-tabler-scope .column-gap-xxl-4{
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
.sidebar-tabler-scope .column-gap-xxl-5{
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
.sidebar-tabler-scope .column-gap-xxl-6{
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }
.sidebar-tabler-scope .text-xxl-start{
    text-align: left !important;
  }
.sidebar-tabler-scope .text-xxl-end{
    text-align: right !important;
  }
.sidebar-tabler-scope .text-xxl-center{
    text-align: center !important;
  }
.sidebar-tabler-scope .columns-xxl-2{
    -moz-columns: 2 !important;
    columns: 2 !important;
  }
.sidebar-tabler-scope .columns-xxl-3{
    -moz-columns: 3 !important;
    columns: 3 !important;
  }
.sidebar-tabler-scope .columns-xxl-4{
    -moz-columns: 4 !important;
    columns: 4 !important;
  }
}
@media print {
.sidebar-tabler-scope .d-print-inline{
    display: inline !important;
  }
.sidebar-tabler-scope .d-print-inline-block{
    display: inline-block !important;
  }
.sidebar-tabler-scope .d-print-block{
    display: block !important;
  }
.sidebar-tabler-scope .d-print-grid{
    display: grid !important;
  }
.sidebar-tabler-scope .d-print-inline-grid{
    display: inline-grid !important;
  }
.sidebar-tabler-scope .d-print-table{
    display: table !important;
  }
.sidebar-tabler-scope .d-print-table-row{
    display: table-row !important;
  }
.sidebar-tabler-scope .d-print-table-cell{
    display: table-cell !important;
  }
.sidebar-tabler-scope .d-print-flex{
    display: flex !important;
  }
.sidebar-tabler-scope .d-print-inline-flex{
    display: inline-flex !important;
  }
.sidebar-tabler-scope .d-print-none{
    display: none !important;
  }
}
/**
 * Converts a given value to a percentage string.
 *
 * @param {Number} $value - The value to be converted to a percentage.
 * @return {String} - The percentage representation of the value.
 */
/**
 * Generates a transparent version of the given color.
 *
 * @param {Color} $color - The base color to be made transparent.
 * @param {Number} $alpha - The level of transparency, ranging from 0 (fully transparent) to 1 (fully opaque). Default is 1.
 * @return {Color} - The resulting color with the specified transparency.
 */
.sidebar-tabler-scope,
.sidebar-tabler-scope :host{
  /** Fonts */
  --tblr-font-monospace: Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --tblr-font-sans-serif:    Inter Var, Inter, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  --tblr-font-serif: Georgia, Times New Roman, times, serif;
  --tblr-font-comic: Comic Sans MS, Comic Sans, Chalkboard SE, Comic Neue, sans-serif, cursive;
  /** Gray colors */
  --tblr-gray-50: #f9fafb;
  --tblr-gray-100: #f3f4f6;
  --tblr-gray-200: #e5e7eb;
  --tblr-gray-300: #d1d5db;
  --tblr-gray-400: #9ca3af;
  --tblr-gray-500: #6b7280;
  --tblr-gray-600: #4b5563;
  --tblr-gray-700: #374151;
  --tblr-gray-800: #1f2937;
  --tblr-gray-900: #111827;
  --tblr-gray-950: #030712;
  --tblr-white: #ffffff;
  --tblr-black: #000000;
  --tblr-dark: #1f2937;
  --tblr-light: #f9fafb;
  /** Brand colors */
  --tblr-brand: #066fd1;
  /** Theme colors */
  --tblr-primary: #066fd1;
  --tblr-primary-rgb: 6, 111, 209;
  --tblr-primary-fg: var(--tblr-light);
  --tblr-primary-darken: rgb(5.4, 99.9, 188.1);
  --tblr-primary-darken: color-mix(in oklab, var(--tblr-primary), transparent 20%);
  --tblr-primary-lt: rgb(230.1, 240.6, 250.4);
  --tblr-primary-lt: color-mix(in oklab, var(--tblr-primary) 10%, transparent);
  --tblr-primary-200: color-mix(in oklab, var(--tblr-primary) 20%, transparent);
  --tblr-primary-lt-rgb: 230, 241, 250;
  --tblr-secondary: #6b7280;
  --tblr-secondary-rgb: 107, 114, 128;
  --tblr-secondary-fg: var(--tblr-light);
  --tblr-secondary-darken: rgb(96.3, 102.6, 115.2);
  --tblr-secondary-darken: color-mix(in oklab, var(--tblr-secondary), transparent 20%);
  --tblr-secondary-lt: rgb(240.2, 240.9, 242.3);
  --tblr-secondary-lt: color-mix(in oklab, var(--tblr-secondary) 10%, transparent);
  --tblr-secondary-200: color-mix(in oklab, var(--tblr-secondary) 20%, transparent);
  --tblr-secondary-lt-rgb: 240, 241, 242;
  --tblr-success: #2fb344;
  --tblr-success-rgb: 47, 179, 68;
  --tblr-success-fg: var(--tblr-light);
  --tblr-success-darken: rgb(42.3, 161.1, 61.2);
  --tblr-success-darken: color-mix(in oklab, var(--tblr-success), transparent 20%);
  --tblr-success-lt: rgb(234.2, 247.4, 236.3);
  --tblr-success-lt: color-mix(in oklab, var(--tblr-success) 10%, transparent);
  --tblr-success-200: color-mix(in oklab, var(--tblr-success) 20%, transparent);
  --tblr-success-lt-rgb: 234, 247, 236;
  --tblr-info: #4299e1;
  --tblr-info-rgb: 66, 153, 225;
  --tblr-info-fg: var(--tblr-light);
  --tblr-info-darken: rgb(59.4, 137.7, 202.5);
  --tblr-info-darken: color-mix(in oklab, var(--tblr-info), transparent 20%);
  --tblr-info-lt: rgb(236.1, 244.8, 252);
  --tblr-info-lt: color-mix(in oklab, var(--tblr-info) 10%, transparent);
  --tblr-info-200: color-mix(in oklab, var(--tblr-info) 20%, transparent);
  --tblr-info-lt-rgb: 236, 245, 252;
  --tblr-warning: #f59f00;
  --tblr-warning-rgb: 245, 159, 0;
  --tblr-warning-fg: var(--tblr-light);
  --tblr-warning-darken: rgb(220.5, 143.1, 0);
  --tblr-warning-darken: color-mix(in oklab, var(--tblr-warning), transparent 20%);
  --tblr-warning-lt: rgb(254, 245.4, 229.5);
  --tblr-warning-lt: color-mix(in oklab, var(--tblr-warning) 10%, transparent);
  --tblr-warning-200: color-mix(in oklab, var(--tblr-warning) 20%, transparent);
  --tblr-warning-lt-rgb: 254, 245, 230;
  --tblr-danger: #d63939;
  --tblr-danger-rgb: 214, 57, 57;
  --tblr-danger-fg: var(--tblr-light);
  --tblr-danger-darken: rgb(192.6, 51.3, 51.3);
  --tblr-danger-darken: color-mix(in oklab, var(--tblr-danger), transparent 20%);
  --tblr-danger-lt: rgb(250.9, 235.2, 235.2);
  --tblr-danger-lt: color-mix(in oklab, var(--tblr-danger) 10%, transparent);
  --tblr-danger-200: color-mix(in oklab, var(--tblr-danger) 20%, transparent);
  --tblr-danger-lt-rgb: 251, 235, 235;
  --tblr-light: #f9fafb;
  --tblr-light-rgb: 249, 250, 251;
  --tblr-light-fg: var(--tblr-dark);
  --tblr-light-darken: rgb(224.1, 225, 225.9);
  --tblr-light-darken: color-mix(in oklab, var(--tblr-light), transparent 20%);
  --tblr-light-lt: rgb(254.4, 254.5, 254.6);
  --tblr-light-lt: color-mix(in oklab, var(--tblr-light) 10%, transparent);
  --tblr-light-200: color-mix(in oklab, var(--tblr-light) 20%, transparent);
  --tblr-light-lt-rgb: 254, 255, 255;
  --tblr-dark: #1f2937;
  --tblr-dark-rgb: 31, 41, 55;
  --tblr-dark-fg: var(--tblr-light);
  --tblr-dark-darken: rgb(27.9, 36.9, 49.5);
  --tblr-dark-darken: color-mix(in oklab, var(--tblr-dark), transparent 20%);
  --tblr-dark-lt: rgb(232.6, 233.6, 235);
  --tblr-dark-lt: color-mix(in oklab, var(--tblr-dark) 10%, transparent);
  --tblr-dark-200: color-mix(in oklab, var(--tblr-dark) 20%, transparent);
  --tblr-dark-lt-rgb: 233, 234, 235;
  --tblr-muted: #6b7280;
  --tblr-muted-rgb: 107, 114, 128;
  --tblr-muted-fg: var(--tblr-light);
  --tblr-muted-darken: rgb(96.3, 102.6, 115.2);
  --tblr-muted-darken: color-mix(in oklab, var(--tblr-muted), transparent 20%);
  --tblr-muted-lt: rgb(240.2, 240.9, 242.3);
  --tblr-muted-lt: color-mix(in oklab, var(--tblr-muted) 10%, transparent);
  --tblr-muted-200: color-mix(in oklab, var(--tblr-muted) 20%, transparent);
  --tblr-muted-lt-rgb: 240, 241, 242;
  --tblr-blue: #066fd1;
  --tblr-blue-rgb: 6, 111, 209;
  --tblr-blue-fg: var(--tblr-light);
  --tblr-blue-darken: rgb(5.4, 99.9, 188.1);
  --tblr-blue-darken: color-mix(in oklab, var(--tblr-blue), transparent 20%);
  --tblr-blue-lt: rgb(230.1, 240.6, 250.4);
  --tblr-blue-lt: color-mix(in oklab, var(--tblr-blue) 10%, transparent);
  --tblr-blue-200: color-mix(in oklab, var(--tblr-blue) 20%, transparent);
  --tblr-blue-lt-rgb: 230, 241, 250;
  --tblr-azure: #4299e1;
  --tblr-azure-rgb: 66, 153, 225;
  --tblr-azure-fg: var(--tblr-light);
  --tblr-azure-darken: rgb(59.4, 137.7, 202.5);
  --tblr-azure-darken: color-mix(in oklab, var(--tblr-azure), transparent 20%);
  --tblr-azure-lt: rgb(236.1, 244.8, 252);
  --tblr-azure-lt: color-mix(in oklab, var(--tblr-azure) 10%, transparent);
  --tblr-azure-200: color-mix(in oklab, var(--tblr-azure) 20%, transparent);
  --tblr-azure-lt-rgb: 236, 245, 252;
  --tblr-indigo: #4263eb;
  --tblr-indigo-rgb: 66, 99, 235;
  --tblr-indigo-fg: var(--tblr-light);
  --tblr-indigo-darken: rgb(59.4, 89.1, 211.5);
  --tblr-indigo-darken: color-mix(in oklab, var(--tblr-indigo), transparent 20%);
  --tblr-indigo-lt: rgb(236.1, 239.4, 253);
  --tblr-indigo-lt: color-mix(in oklab, var(--tblr-indigo) 10%, transparent);
  --tblr-indigo-200: color-mix(in oklab, var(--tblr-indigo) 20%, transparent);
  --tblr-indigo-lt-rgb: 236, 239, 253;
  --tblr-purple: #ae3ec9;
  --tblr-purple-rgb: 174, 62, 201;
  --tblr-purple-fg: var(--tblr-light);
  --tblr-purple-darken: rgb(156.6, 55.8, 180.9);
  --tblr-purple-darken: color-mix(in oklab, var(--tblr-purple), transparent 20%);
  --tblr-purple-lt: rgb(246.9, 235.7, 249.6);
  --tblr-purple-lt: color-mix(in oklab, var(--tblr-purple) 10%, transparent);
  --tblr-purple-200: color-mix(in oklab, var(--tblr-purple) 20%, transparent);
  --tblr-purple-lt-rgb: 247, 236, 250;
  --tblr-pink: #d6336c;
  --tblr-pink-rgb: 214, 51, 108;
  --tblr-pink-fg: var(--tblr-light);
  --tblr-pink-darken: rgb(192.6, 45.9, 97.2);
  --tblr-pink-darken: color-mix(in oklab, var(--tblr-pink), transparent 20%);
  --tblr-pink-lt: rgb(250.9, 234.6, 240.3);
  --tblr-pink-lt: color-mix(in oklab, var(--tblr-pink) 10%, transparent);
  --tblr-pink-200: color-mix(in oklab, var(--tblr-pink) 20%, transparent);
  --tblr-pink-lt-rgb: 251, 235, 240;
  --tblr-red: #d63939;
  --tblr-red-rgb: 214, 57, 57;
  --tblr-red-fg: var(--tblr-light);
  --tblr-red-darken: rgb(192.6, 51.3, 51.3);
  --tblr-red-darken: color-mix(in oklab, var(--tblr-red), transparent 20%);
  --tblr-red-lt: rgb(250.9, 235.2, 235.2);
  --tblr-red-lt: color-mix(in oklab, var(--tblr-red) 10%, transparent);
  --tblr-red-200: color-mix(in oklab, var(--tblr-red) 20%, transparent);
  --tblr-red-lt-rgb: 251, 235, 235;
  --tblr-orange: #f76707;
  --tblr-orange-rgb: 247, 103, 7;
  --tblr-orange-fg: var(--tblr-light);
  --tblr-orange-darken: rgb(222.3, 92.7, 6.3);
  --tblr-orange-darken: color-mix(in oklab, var(--tblr-orange), transparent 20%);
  --tblr-orange-lt: rgb(254.2, 239.8, 230.2);
  --tblr-orange-lt: color-mix(in oklab, var(--tblr-orange) 10%, transparent);
  --tblr-orange-200: color-mix(in oklab, var(--tblr-orange) 20%, transparent);
  --tblr-orange-lt-rgb: 254, 240, 230;
  --tblr-yellow: #f59f00;
  --tblr-yellow-rgb: 245, 159, 0;
  --tblr-yellow-fg: var(--tblr-light);
  --tblr-yellow-darken: rgb(220.5, 143.1, 0);
  --tblr-yellow-darken: color-mix(in oklab, var(--tblr-yellow), transparent 20%);
  --tblr-yellow-lt: rgb(254, 245.4, 229.5);
  --tblr-yellow-lt: color-mix(in oklab, var(--tblr-yellow) 10%, transparent);
  --tblr-yellow-200: color-mix(in oklab, var(--tblr-yellow) 20%, transparent);
  --tblr-yellow-lt-rgb: 254, 245, 230;
  --tblr-lime: #74b816;
  --tblr-lime-rgb: 116, 184, 22;
  --tblr-lime-fg: var(--tblr-light);
  --tblr-lime-darken: rgb(104.4, 165.6, 19.8);
  --tblr-lime-darken: color-mix(in oklab, var(--tblr-lime), transparent 20%);
  --tblr-lime-lt: rgb(241.1, 247.9, 231.7);
  --tblr-lime-lt: color-mix(in oklab, var(--tblr-lime) 10%, transparent);
  --tblr-lime-200: color-mix(in oklab, var(--tblr-lime) 20%, transparent);
  --tblr-lime-lt-rgb: 241, 248, 232;
  --tblr-green: #2fb344;
  --tblr-green-rgb: 47, 179, 68;
  --tblr-green-fg: var(--tblr-light);
  --tblr-green-darken: rgb(42.3, 161.1, 61.2);
  --tblr-green-darken: color-mix(in oklab, var(--tblr-green), transparent 20%);
  --tblr-green-lt: rgb(234.2, 247.4, 236.3);
  --tblr-green-lt: color-mix(in oklab, var(--tblr-green) 10%, transparent);
  --tblr-green-200: color-mix(in oklab, var(--tblr-green) 20%, transparent);
  --tblr-green-lt-rgb: 234, 247, 236;
  --tblr-teal: #0ca678;
  --tblr-teal-rgb: 12, 166, 120;
  --tblr-teal-fg: var(--tblr-light);
  --tblr-teal-darken: rgb(10.8, 149.4, 108);
  --tblr-teal-darken: color-mix(in oklab, var(--tblr-teal), transparent 20%);
  --tblr-teal-lt: rgb(230.7, 246.1, 241.5);
  --tblr-teal-lt: color-mix(in oklab, var(--tblr-teal) 10%, transparent);
  --tblr-teal-200: color-mix(in oklab, var(--tblr-teal) 20%, transparent);
  --tblr-teal-lt-rgb: 231, 246, 242;
  --tblr-cyan: #17a2b8;
  --tblr-cyan-rgb: 23, 162, 184;
  --tblr-cyan-fg: var(--tblr-light);
  --tblr-cyan-darken: rgb(20.7, 145.8, 165.6);
  --tblr-cyan-darken: color-mix(in oklab, var(--tblr-cyan), transparent 20%);
  --tblr-cyan-lt: rgb(231.8, 245.7, 247.9);
  --tblr-cyan-lt: color-mix(in oklab, var(--tblr-cyan) 10%, transparent);
  --tblr-cyan-200: color-mix(in oklab, var(--tblr-cyan) 20%, transparent);
  --tblr-cyan-lt-rgb: 232, 246, 248;
  --tblr-x: #000000;
  --tblr-x-rgb: 0, 0, 0;
  --tblr-x-fg: var(--tblr-light);
  --tblr-x-darken: black;
  --tblr-x-darken: color-mix(in oklab, var(--tblr-x), transparent 20%);
  --tblr-x-lt: rgb(229.5, 229.5, 229.5);
  --tblr-x-lt: color-mix(in oklab, var(--tblr-x) 10%, transparent);
  --tblr-x-200: color-mix(in oklab, var(--tblr-x) 20%, transparent);
  --tblr-x-lt-rgb: 230, 230, 230;
  --tblr-facebook: #1877f2;
  --tblr-facebook-rgb: 24, 119, 242;
  --tblr-facebook-fg: var(--tblr-light);
  --tblr-facebook-darken: rgb(21.6, 107.1, 217.8);
  --tblr-facebook-darken: color-mix(in oklab, var(--tblr-facebook), transparent 20%);
  --tblr-facebook-lt: rgb(231.9, 241.4, 253.7);
  --tblr-facebook-lt: color-mix(in oklab, var(--tblr-facebook) 10%, transparent);
  --tblr-facebook-200: color-mix(in oklab, var(--tblr-facebook) 20%, transparent);
  --tblr-facebook-lt-rgb: 232, 241, 254;
  --tblr-twitter: #1da1f2;
  --tblr-twitter-rgb: 29, 161, 242;
  --tblr-twitter-fg: var(--tblr-light);
  --tblr-twitter-darken: rgb(26.1, 144.9, 217.8);
  --tblr-twitter-darken: color-mix(in oklab, var(--tblr-twitter), transparent 20%);
  --tblr-twitter-lt: rgb(232.4, 245.6, 253.7);
  --tblr-twitter-lt: color-mix(in oklab, var(--tblr-twitter) 10%, transparent);
  --tblr-twitter-200: color-mix(in oklab, var(--tblr-twitter) 20%, transparent);
  --tblr-twitter-lt-rgb: 232, 246, 254;
  --tblr-linkedin: #0a66c2;
  --tblr-linkedin-rgb: 10, 102, 194;
  --tblr-linkedin-fg: var(--tblr-light);
  --tblr-linkedin-darken: rgb(9, 91.8, 174.6);
  --tblr-linkedin-darken: color-mix(in oklab, var(--tblr-linkedin), transparent 20%);
  --tblr-linkedin-lt: rgb(230.5, 239.7, 248.9);
  --tblr-linkedin-lt: color-mix(in oklab, var(--tblr-linkedin) 10%, transparent);
  --tblr-linkedin-200: color-mix(in oklab, var(--tblr-linkedin) 20%, transparent);
  --tblr-linkedin-lt-rgb: 231, 240, 249;
  --tblr-google: #dc4e41;
  --tblr-google-rgb: 220, 78, 65;
  --tblr-google-fg: var(--tblr-light);
  --tblr-google-darken: rgb(198, 70.2, 58.5);
  --tblr-google-darken: color-mix(in oklab, var(--tblr-google), transparent 20%);
  --tblr-google-lt: rgb(251.5, 237.3, 236);
  --tblr-google-lt: color-mix(in oklab, var(--tblr-google) 10%, transparent);
  --tblr-google-200: color-mix(in oklab, var(--tblr-google) 20%, transparent);
  --tblr-google-lt-rgb: 252, 237, 236;
  --tblr-youtube: #ff0000;
  --tblr-youtube-rgb: 255, 0, 0;
  --tblr-youtube-fg: var(--tblr-light);
  --tblr-youtube-darken: rgb(229.5, 0, 0);
  --tblr-youtube-darken: color-mix(in oklab, var(--tblr-youtube), transparent 20%);
  --tblr-youtube-lt: rgb(255, 229.5, 229.5);
  --tblr-youtube-lt: color-mix(in oklab, var(--tblr-youtube) 10%, transparent);
  --tblr-youtube-200: color-mix(in oklab, var(--tblr-youtube) 20%, transparent);
  --tblr-youtube-lt-rgb: 255, 230, 230;
  --tblr-vimeo: #1ab7ea;
  --tblr-vimeo-rgb: 26, 183, 234;
  --tblr-vimeo-fg: var(--tblr-light);
  --tblr-vimeo-darken: rgb(23.4, 164.7, 210.6);
  --tblr-vimeo-darken: color-mix(in oklab, var(--tblr-vimeo), transparent 20%);
  --tblr-vimeo-lt: rgb(232.1, 247.8, 252.9);
  --tblr-vimeo-lt: color-mix(in oklab, var(--tblr-vimeo) 10%, transparent);
  --tblr-vimeo-200: color-mix(in oklab, var(--tblr-vimeo) 20%, transparent);
  --tblr-vimeo-lt-rgb: 232, 248, 253;
  --tblr-dribbble: #ea4c89;
  --tblr-dribbble-rgb: 234, 76, 137;
  --tblr-dribbble-fg: var(--tblr-light);
  --tblr-dribbble-darken: rgb(210.6, 68.4, 123.3);
  --tblr-dribbble-darken: color-mix(in oklab, var(--tblr-dribbble), transparent 20%);
  --tblr-dribbble-lt: rgb(252.9, 237.1, 243.2);
  --tblr-dribbble-lt: color-mix(in oklab, var(--tblr-dribbble) 10%, transparent);
  --tblr-dribbble-200: color-mix(in oklab, var(--tblr-dribbble) 20%, transparent);
  --tblr-dribbble-lt-rgb: 253, 237, 243;
  --tblr-github: #181717;
  --tblr-github-rgb: 24, 23, 23;
  --tblr-github-fg: var(--tblr-light);
  --tblr-github-darken: rgb(21.6, 20.7, 20.7);
  --tblr-github-darken: color-mix(in oklab, var(--tblr-github), transparent 20%);
  --tblr-github-lt: rgb(231.9, 231.8, 231.8);
  --tblr-github-lt: color-mix(in oklab, var(--tblr-github) 10%, transparent);
  --tblr-github-200: color-mix(in oklab, var(--tblr-github) 20%, transparent);
  --tblr-github-lt-rgb: 232, 232, 232;
  --tblr-instagram: #e4405f;
  --tblr-instagram-rgb: 228, 64, 95;
  --tblr-instagram-fg: var(--tblr-light);
  --tblr-instagram-darken: rgb(205.2, 57.6, 85.5);
  --tblr-instagram-darken: color-mix(in oklab, var(--tblr-instagram), transparent 20%);
  --tblr-instagram-lt: rgb(252.3, 235.9, 239);
  --tblr-instagram-lt: color-mix(in oklab, var(--tblr-instagram) 10%, transparent);
  --tblr-instagram-200: color-mix(in oklab, var(--tblr-instagram) 20%, transparent);
  --tblr-instagram-lt-rgb: 252, 236, 239;
  --tblr-pinterest: #bd081c;
  --tblr-pinterest-rgb: 189, 8, 28;
  --tblr-pinterest-fg: var(--tblr-light);
  --tblr-pinterest-darken: rgb(170.1, 7.2, 25.2);
  --tblr-pinterest-darken: color-mix(in oklab, var(--tblr-pinterest), transparent 20%);
  --tblr-pinterest-lt: rgb(248.4, 230.3, 232.3);
  --tblr-pinterest-lt: color-mix(in oklab, var(--tblr-pinterest) 10%, transparent);
  --tblr-pinterest-200: color-mix(in oklab, var(--tblr-pinterest) 20%, transparent);
  --tblr-pinterest-lt-rgb: 248, 230, 232;
  --tblr-vk: #6383a8;
  --tblr-vk-rgb: 99, 131, 168;
  --tblr-vk-fg: var(--tblr-light);
  --tblr-vk-darken: rgb(89.1, 117.9, 151.2);
  --tblr-vk-darken: color-mix(in oklab, var(--tblr-vk), transparent 20%);
  --tblr-vk-lt: rgb(239.4, 242.6, 246.3);
  --tblr-vk-lt: color-mix(in oklab, var(--tblr-vk) 10%, transparent);
  --tblr-vk-200: color-mix(in oklab, var(--tblr-vk) 20%, transparent);
  --tblr-vk-lt-rgb: 239, 243, 246;
  --tblr-rss: #ffa500;
  --tblr-rss-rgb: 255, 165, 0;
  --tblr-rss-fg: var(--tblr-light);
  --tblr-rss-darken: rgb(229.5, 148.5, 0);
  --tblr-rss-darken: color-mix(in oklab, var(--tblr-rss), transparent 20%);
  --tblr-rss-lt: rgb(255, 246, 229.5);
  --tblr-rss-lt: color-mix(in oklab, var(--tblr-rss) 10%, transparent);
  --tblr-rss-200: color-mix(in oklab, var(--tblr-rss) 20%, transparent);
  --tblr-rss-lt-rgb: 255, 246, 230;
  --tblr-flickr: #0063dc;
  --tblr-flickr-rgb: 0, 99, 220;
  --tblr-flickr-fg: var(--tblr-light);
  --tblr-flickr-darken: rgb(0, 89.1, 198);
  --tblr-flickr-darken: color-mix(in oklab, var(--tblr-flickr), transparent 20%);
  --tblr-flickr-lt: rgb(229.5, 239.4, 251.5);
  --tblr-flickr-lt: color-mix(in oklab, var(--tblr-flickr) 10%, transparent);
  --tblr-flickr-200: color-mix(in oklab, var(--tblr-flickr) 20%, transparent);
  --tblr-flickr-lt-rgb: 230, 239, 252;
  --tblr-bitbucket: #0052cc;
  --tblr-bitbucket-rgb: 0, 82, 204;
  --tblr-bitbucket-fg: var(--tblr-light);
  --tblr-bitbucket-darken: rgb(0, 73.8, 183.6);
  --tblr-bitbucket-darken: color-mix(in oklab, var(--tblr-bitbucket), transparent 20%);
  --tblr-bitbucket-lt: rgb(229.5, 237.7, 249.9);
  --tblr-bitbucket-lt: color-mix(in oklab, var(--tblr-bitbucket) 10%, transparent);
  --tblr-bitbucket-200: color-mix(in oklab, var(--tblr-bitbucket) 20%, transparent);
  --tblr-bitbucket-lt-rgb: 230, 238, 250;
  --tblr-tabler: #066fd1;
  --tblr-tabler-rgb: 6, 111, 209;
  --tblr-tabler-fg: var(--tblr-light);
  --tblr-tabler-darken: rgb(5.4, 99.9, 188.1);
  --tblr-tabler-darken: color-mix(in oklab, var(--tblr-tabler), transparent 20%);
  --tblr-tabler-lt: rgb(230.1, 240.6, 250.4);
  --tblr-tabler-lt: color-mix(in oklab, var(--tblr-tabler) 10%, transparent);
  --tblr-tabler-200: color-mix(in oklab, var(--tblr-tabler) 20%, transparent);
  --tblr-tabler-lt-rgb: 230, 241, 250;
  /** Gray colors */
  --tblr-gray-50-fg: var(--tblr-body-color);
  --tblr-gray-100-fg: var(--tblr-body-color);
  --tblr-gray-200-fg: var(--tblr-body-color);
  --tblr-gray-300-fg: var(--tblr-body-color);
  --tblr-gray-400-fg: var(--tblr-white);
  --tblr-gray-500-fg: var(--tblr-white);
  --tblr-gray-600-fg: var(--tblr-white);
  --tblr-gray-700-fg: var(--tblr-white);
  --tblr-gray-800-fg: var(--tblr-white);
  --tblr-gray-900-fg: var(--tblr-white);
  --tblr-gray-950-fg: var(--tblr-white);
  /** Spacers */
  --tblr-spacer-0: 0;
  --tblr-spacer-1: 0.25rem;
  --tblr-spacer-2: 0.5rem;
  --tblr-spacer-3: 1rem;
  --tblr-spacer-4: 1.5rem;
  --tblr-spacer-5: 2rem;
  --tblr-spacer-6: 2.5rem;
  /** Font sizes */
  --tblr-font-weight-light: 300;
  --tblr-font-weight-normal: 400;
  --tblr-font-weight-medium: 500;
  --tblr-font-weight-bold: 600;
  --tblr-font-weight-black: 700;
  --tblr-font-weight-headings: var(--tblr-font-weight-bold);
  --tblr-font-size-h1: 1.5rem;
  --tblr-font-size-h2: 1.25rem;
  --tblr-font-size-h3: 1rem;
  --tblr-font-size-h4: 0.875rem;
  --tblr-font-size-h5: 0.75rem;
  --tblr-font-size-h6: 0.625rem;
  --tblr-line-height-h1: 2rem;
  --tblr-line-height-h2: 1.75rem;
  --tblr-line-height-h3: 1.5rem;
  --tblr-line-height-h4: 1.25rem;
  --tblr-line-height-h5: 1rem;
  --tblr-line-height-h6: 1rem;
  /** Shadows */
  --tblr-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
  --tblr-shadow-border: inset 0 0 0 1px var(--tblr-border-color-translucent);
  --tblr-shadow-transparent: 0 0 0 0 transparent;
  --tblr-shadow-input: 0 1px 1px rgba(var(--tblr-body-color-rgb), 0.06);
  --tblr-shadow-card: 0 0 4px rgba(var(--tblr-body-color-rgb), 0.04);
  --tblr-shadow-card-hover: rgba(var(--tblr-body-color-rgb), 0.16) 0 2px 16px 0;
  --tblr-shadow-dropdown: 0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
  /** Border radiuses */
  --tblr-border-radius-scale: 1;
  --tblr-border-radius-0: calc(0 * var(--tblr-border-radius-scale, 1));
  --tblr-border-radius-sm: calc(4px * var(--tblr-border-radius-scale, 1));
  --tblr-border-radius-md: calc(6px * var(--tblr-border-radius-scale, 1));
  --tblr-border-radius-lg: calc(8px * var(--tblr-border-radius-scale, 1));
  --tblr-border-radius-pill: calc(100rem * var(--tblr-border-radius-scale, 1));
  --tblr-border-radius: var(--tblr-border-radius-md);
  /** Backdrops */
  --tblr-backdrop-opacity: 24%;
  --tblr-backdrop-bg: var(--tblr-bg-surface-dark);
  --tblr-backdrop-bg-dark: color-mix(in srgb, var(--tblr-color-dark), transparent var(--tblr-backdrop-opacity));
  --tblr-backdrop-bg-light: color-mix(in srgb, var(--tblr-color-light), transparent var(--tblr-backdrop-opacity));
  --tblr-backdrop-blur: 4px;
  --tblr-backdrop-filter: blur(var(--tblr-backdrop-blur));
}

.sidebar-tabler-scope,
.sidebar-tabler-scope :host{
  font-size: 14px;
  height: 100%;
}
@media (min-width: 992px) {
.sidebar-tabler-scope,
.sidebar-tabler-scope :host{
    margin-left: calc(100vw - 100%);
    margin-right: 0;
  }
}

.sidebar-tabler-scope,
.sidebar-tabler-scope :host,
.sidebar-tabler-scope [data-bs-theme=light]{
  color-scheme: light;
  --tblr-spacer: var(--tblr-spacer-2);
  --tblr-bg-surface: var(--tblr-bg-surface-primary);
  --tblr-bg-surface-primary: var(--tblr-white);
  --tblr-bg-surface-secondary: var(--tblr-gray-50);
  --tblr-bg-surface-tertiary: var(--tblr-gray-50);
  --tblr-bg-surface-dark: var(--tblr-gray-900);
  --tblr-bg-surface-inverted: var(--tblr-gray-900);
  --tblr-bg-forms: var(--tblr-bg-surface);
  --tblr-text-inverted: var(--tblr-gray-100);
  --tblr-body-color: var(--tblr-gray-700);
  --tblr-body-bg: var(--tblr-bg-surface-secondary);
  --tblr-link-color: var(--tblr-primary);
  --tblr-link-hover-color: color-mix(in srgb, var(--tblr-primary), #000 20%);
  --tblr-secondary: var(--tblr-gray-500);
  --tblr-tertiary: var(--tblr-gray-400);
  --tblr-border-color: #e5e7eb;
  --tblr-border-color-translucent: rgba(4, 32, 69, 0.1);
  --tblr-border-dark-color: #9ca3af;
  --tblr-border-dark-color-translucent: rgba(4, 32, 69, 0.27);
  --tblr-border-active-color: rgb(169.16, 173.22, 181.34);
  --tblr-icon-color: var(--tblr-gray-400);
  --tblr-active-bg: rgba(var(--tblr-primary-rgb), 0.04);
  --tblr-disabled-bg: var(--tblr-bg-surface-secondary);
  --tblr-disabled-color: color-mix(in srgb, var(--tblr-body-color) 40%, transparent);
  --tblr-code-color: light-dark(var(--tblr-gray-600), var(--tblr-gray-400));
  --tblr-code-bg: light-dark(var(--tblr-gray-100), var(--tblr-gray-900));
  --tblr-dark-mode-border-color: rgb(45.7069767442, 60.4511627907, 81.0930232558);
  --tblr-dark-mode-border-color-translucent: rgba(72, 110, 149, 0.14);
  --tblr-dark-mode-border-active-color: rgb(53.0604651163, 70.176744186, 94.1395348837);
  --tblr-dark-mode-border-dark-color: rgb(38.3534883721, 50.7255813953, 68.0465116279);
  --tblr-page-padding: var(--tblr-spacer-3);
  --tblr-page-padding-y: var(--tblr-spacer-4);
}
@media (max-width: 991.98px) {
.sidebar-tabler-scope,
.sidebar-tabler-scope :host,
.sidebar-tabler-scope [data-bs-theme=light]{
    --tblr-page-padding: var(--tblr-spacer-2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.25);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.25);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 5% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
  }
  15%, 25%, 35%, 45% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
  }
  20%, 30%, 40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rotate-360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    transform: scaleX(1);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-5deg);
  }
  50%, 70%, 90% {
    transform: scale3d(1.25, 1.25, 1.25) rotate(5deg);
  }
  60%, 80% {
    transform: scale3d(1.25, 1.25, 1.25) rotate(-5deg);
  }
  to {
    transform: scaleX(1);
  }
}
.sidebar-tabler-scope body{
  letter-spacing: 0;
  touch-action: manipulation;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 0, "cv03", "cv04", "cv11";
  position: relative;
  min-height: 100%;
  height: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
.sidebar-tabler-scope body{
    background: transparent;
  }
}

.sidebar-tabler-scope *{
  scrollbar-color: color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 20%, transparent) transparent;
}

.sidebar-tabler-scope *::-webkit-scrollbar{
  width: 1rem;
  height: 1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope *::-webkit-scrollbar{
    -webkit-transition: none;
    transition: none;
  }
}

.sidebar-tabler-scope *::-webkit-scrollbar-thumb{
  border-radius: 1rem;
  border: 5px solid transparent;
  box-shadow: inset 0 0 0 1rem color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 20%, transparent);
}

.sidebar-tabler-scope *::-webkit-scrollbar-track{
  background: transparent;
}

.sidebar-tabler-scope *:hover::-webkit-scrollbar-thumb{
  box-shadow: inset 0 0 0 1rem color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 40%, transparent);
}

.sidebar-tabler-scope *::-webkit-scrollbar-corner{
  background: transparent;
}

.sidebar-tabler-scope .layout-fluid .container,
.sidebar-tabler-scope .layout-fluid [class^=container-],
.sidebar-tabler-scope .layout-fluid [class*=" container-"]{
  max-width: 100%;
}

.sidebar-tabler-scope .layout-boxed{
  --tblr-theme-boxed-border-radius: 0;
  --tblr-theme-boxed-width: 1320px;
}
@media (min-width: 768px) {
.sidebar-tabler-scope .layout-boxed{
    background: #1f2937 linear-gradient(to right, rgba(255, 255, 255, 0.1), transparent) fixed;
    padding: 1rem;
    --tblr-theme-boxed-border-radius: 6px;
  }
}
.sidebar-tabler-scope .layout-boxed .page{
  margin: 0 auto;
  max-width: var(--tblr-theme-boxed-width);
  border-radius: var(--tblr-theme-boxed-border-radius);
  color: var(--tblr-body-color);
}
@media (min-width: 768px) {
.sidebar-tabler-scope .layout-boxed .page{
    border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
    background: var(--tblr-body-bg);
  }
}
.sidebar-tabler-scope .layout-boxed .page > .navbar:first-child{
  border-top-left-radius: var(--tblr-theme-boxed-border-radius);
  border-top-right-radius: var(--tblr-theme-boxed-border-radius);
}

/**
Navbar
 */
.sidebar-tabler-scope .navbar{
  --tblr-navbar-bg: var(--tblr-bg-surface);
  --tblr-navbar-border-width: var(--tblr-border-width);
  --tblr-navbar-active-border-color: var(--tblr-primary);
  --tblr-navbar-active-bg: rgba(0, 0, 0, 0.2);
  --tblr-navbar-border-color: var(--tblr-border-color);
  --tblr-navbar-hover-color: var(--tblr-body-color);
  align-items: stretch;
  min-height: 3.5rem;
  box-shadow: inset 0 calc(-1 * var(--tblr-navbar-border-width)) 0 0 var(--tblr-navbar-border-color);
  background: var(--tblr-navbar-bg);
  color: var(--tblr-navbar-color);
}
.sidebar-tabler-scope .navbar-collapse .navbar{
  flex-grow: 1;
}
.sidebar-tabler-scope .navbar.collapsing{
  min-height: 0;
}
.sidebar-tabler-scope .navbar .dropdown-menu{
  position: absolute;
  z-index: 1030;
}
.sidebar-tabler-scope .navbar .navbar-nav{
  min-height: 3rem;
}
.sidebar-tabler-scope .navbar .navbar-nav .nav-link{
  position: relative;
  min-width: 2.5rem;
  min-height: 2.5rem;
  justify-content: center;
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .navbar .navbar-nav .nav-link .badge{
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  transform: translate(50%, -50%);
}

@media (max-width: 575.98px) {
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 576px) {
.sidebar-tabler-scope .navbar-expand-sm .navbar-collapse{
    width: auto;
    flex: 1 1 auto;
  }
.sidebar-tabler-scope .navbar-expand-sm .nav-item.active{
    position: relative;
  }
.sidebar-tabler-scope .navbar-expand-sm .nav-item.active .nav-link{
    color: var(--tblr-navbar-active-color);
  }
.sidebar-tabler-scope .navbar-expand-sm .nav-item.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.25rem;
    border: 0 var(--tblr-border-style) var(--tblr-navbar-active-border-color);
    border-bottom-width: 2px;
  }
.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical{
    box-shadow: inset calc(-1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical.navbar-right,.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical.navbar-end{
    box-shadow: inset calc(1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical ~ .navbar,
.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical ~ .page-wrapper{
    margin-left: 15rem;
  }
.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical.navbar-right ~ .navbar,
.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical.navbar-right ~ .page-wrapper,.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical.navbar-end ~ .navbar,
.sidebar-tabler-scope .navbar-expand-sm.navbar-vertical.navbar-end ~ .page-wrapper{
    margin-left: 0;
    margin-right: 15rem;
  }
}
@media (max-width: 767.98px) {
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .navbar-expand-md .navbar-collapse{
    width: auto;
    flex: 1 1 auto;
  }
.sidebar-tabler-scope .navbar-expand-md .nav-item.active{
    position: relative;
  }
.sidebar-tabler-scope .navbar-expand-md .nav-item.active .nav-link{
    color: var(--tblr-navbar-active-color);
  }
.sidebar-tabler-scope .navbar-expand-md .nav-item.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.25rem;
    border: 0 var(--tblr-border-style) var(--tblr-navbar-active-border-color);
    border-bottom-width: 2px;
  }
.sidebar-tabler-scope .navbar-expand-md.navbar-vertical{
    box-shadow: inset calc(-1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-md.navbar-vertical.navbar-right,.sidebar-tabler-scope .navbar-expand-md.navbar-vertical.navbar-end{
    box-shadow: inset calc(1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-md.navbar-vertical ~ .navbar,
.sidebar-tabler-scope .navbar-expand-md.navbar-vertical ~ .page-wrapper{
    margin-left: 15rem;
  }
.sidebar-tabler-scope .navbar-expand-md.navbar-vertical.navbar-right ~ .navbar,
.sidebar-tabler-scope .navbar-expand-md.navbar-vertical.navbar-right ~ .page-wrapper,.sidebar-tabler-scope .navbar-expand-md.navbar-vertical.navbar-end ~ .navbar,
.sidebar-tabler-scope .navbar-expand-md.navbar-vertical.navbar-end ~ .page-wrapper{
    margin-left: 0;
    margin-right: 15rem;
  }
}
@media (max-width: 991.98px) {
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .navbar-expand-lg .navbar-collapse{
    width: auto;
    flex: 1 1 auto;
  }
.sidebar-tabler-scope .navbar-expand-lg .nav-item.active{
    position: relative;
  }
.sidebar-tabler-scope .navbar-expand-lg .nav-item.active .nav-link{
    color: var(--tblr-navbar-active-color);
  }
.sidebar-tabler-scope .navbar-expand-lg .nav-item.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.25rem;
    border: 0 var(--tblr-border-style) var(--tblr-navbar-active-border-color);
    border-bottom-width: 2px;
  }
.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical{
    box-shadow: inset calc(-1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical.navbar-right,.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical.navbar-end{
    box-shadow: inset calc(1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical ~ .navbar,
.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical ~ .page-wrapper{
    margin-left: 15rem;
  }
.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical.navbar-right ~ .navbar,
.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical.navbar-right ~ .page-wrapper,.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical.navbar-end ~ .navbar,
.sidebar-tabler-scope .navbar-expand-lg.navbar-vertical.navbar-end ~ .page-wrapper{
    margin-left: 0;
    margin-right: 15rem;
  }
}
@media (max-width: 1199.98px) {
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .navbar-expand-xl .navbar-collapse{
    width: auto;
    flex: 1 1 auto;
  }
.sidebar-tabler-scope .navbar-expand-xl .nav-item.active{
    position: relative;
  }
.sidebar-tabler-scope .navbar-expand-xl .nav-item.active .nav-link{
    color: var(--tblr-navbar-active-color);
  }
.sidebar-tabler-scope .navbar-expand-xl .nav-item.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.25rem;
    border: 0 var(--tblr-border-style) var(--tblr-navbar-active-border-color);
    border-bottom-width: 2px;
  }
.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical{
    box-shadow: inset calc(-1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical.navbar-right,.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical.navbar-end{
    box-shadow: inset calc(1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical ~ .navbar,
.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical ~ .page-wrapper{
    margin-left: 15rem;
  }
.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical.navbar-right ~ .navbar,
.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical.navbar-right ~ .page-wrapper,.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical.navbar-end ~ .navbar,
.sidebar-tabler-scope .navbar-expand-xl.navbar-vertical.navbar-end ~ .page-wrapper{
    margin-left: 0;
    margin-right: 15rem;
  }
}
@media (max-width: 1399.98px) {
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .navbar-expand-xxl .navbar-collapse{
    width: auto;
    flex: 1 1 auto;
  }
.sidebar-tabler-scope .navbar-expand-xxl .nav-item.active{
    position: relative;
  }
.sidebar-tabler-scope .navbar-expand-xxl .nav-item.active .nav-link{
    color: var(--tblr-navbar-active-color);
  }
.sidebar-tabler-scope .navbar-expand-xxl .nav-item.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.25rem;
    border: 0 var(--tblr-border-style) var(--tblr-navbar-active-border-color);
    border-bottom-width: 2px;
  }
.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical{
    box-shadow: inset calc(-1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical.navbar-right,.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical.navbar-end{
    box-shadow: inset calc(1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
  }
.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical ~ .navbar,
.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical ~ .page-wrapper{
    margin-left: 15rem;
  }
.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical.navbar-right ~ .navbar,
.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical.navbar-right ~ .page-wrapper,.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical.navbar-end ~ .navbar,
.sidebar-tabler-scope .navbar-expand-xxl.navbar-vertical.navbar-end ~ .page-wrapper{
    margin-left: 0;
    margin-right: 15rem;
  }
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse{
  flex-direction: column;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse [class^=container]{
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .navbar-nav{
  margin-left: 0;
  margin-right: 0;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .navbar-nav .nav-link{
  padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
  justify-content: flex-start;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-menu-columns{
  flex-direction: column;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-menu{
  padding: 0;
  background: transparent;
  position: static;
  color: inherit;
  box-shadow: none;
  border: none;
  min-width: 0;
  margin: 0;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-menu .dropdown-item{
  min-width: 0;
  display: flex;
  width: auto;
  padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
  color: inherit;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-menu .dropdown-item.disabled{
  color: var(--tblr-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-menu .dropdown-item:active{
  background: var(--tblr-navbar-active-bg);
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
  padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
  padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .dropdown-toggle:after{
  margin-left: auto;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse .nav-item.active:after{
  border-bottom-width: 0;
  border-left-width: 3px;
  right: auto;
  top: 0;
  bottom: 0;
}
.sidebar-tabler-scope .navbar-expand .navbar-collapse{
  width: auto;
  flex: 1 1 auto;
}
.sidebar-tabler-scope .navbar-expand .nav-item.active{
  position: relative;
}
.sidebar-tabler-scope .navbar-expand .nav-item.active .nav-link{
  color: var(--tblr-navbar-active-color);
}
.sidebar-tabler-scope .navbar-expand .nav-item.active:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25rem;
  border: 0 var(--tblr-border-style) var(--tblr-navbar-active-border-color);
  border-bottom-width: 2px;
}
.sidebar-tabler-scope .navbar-expand.navbar-vertical{
  box-shadow: inset calc(-1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
}
.sidebar-tabler-scope .navbar-expand.navbar-vertical.navbar-right,.sidebar-tabler-scope .navbar-expand.navbar-vertical.navbar-end{
  box-shadow: inset calc(1 * var(--tblr-navbar-border-width)) 0 0 0 var(--tblr-navbar-border-color);
}
.sidebar-tabler-scope .navbar-expand.navbar-vertical ~ .navbar,
.sidebar-tabler-scope .navbar-expand.navbar-vertical ~ .page-wrapper{
  margin-left: 15rem;
}
.sidebar-tabler-scope .navbar-expand.navbar-vertical.navbar-right ~ .navbar,
.sidebar-tabler-scope .navbar-expand.navbar-vertical.navbar-right ~ .page-wrapper,.sidebar-tabler-scope .navbar-expand.navbar-vertical.navbar-end ~ .navbar,
.sidebar-tabler-scope .navbar-expand.navbar-vertical.navbar-end ~ .page-wrapper{
  margin-left: 0;
  margin-right: 15rem;
}

/**
Navbar brand
 */
.sidebar-tabler-scope .navbar-brand{
  display: inline-flex;
  align-items: center;
  font-weight: var(--tblr-font-weight-bold);
  margin: 0;
  line-height: 1;
  gap: 0.5rem;
}

.sidebar-tabler-scope .navbar-brand-image{
  height: 2rem;
  width: auto;
}

/**
Navbar toggler
 */
.sidebar-tabler-scope .navbar-toggler{
  border: 0;
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-tabler-scope .navbar-toggler-icon{
  height: 2px;
  width: 1.25em;
  background: currentColor;
  border-radius: 10px;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, transform 0.2s, opacity 0s 0.2s;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-toggler-icon{
    transition: none;
  }
}
.sidebar-tabler-scope .navbar-toggler-icon:before,.sidebar-tabler-scope .navbar-toggler-icon:after{
  content: "";
  display: block;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  background: inherit;
  position: absolute;
  left: 0;
  transition: inherit;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-toggler-icon:before,.sidebar-tabler-scope .navbar-toggler-icon:after{
    transition: none;
  }
}
.sidebar-tabler-scope .navbar-toggler-icon:before{
  top: -0.45em;
}
.sidebar-tabler-scope .navbar-toggler-icon:after{
  bottom: -0.45em;
}
.sidebar-tabler-scope .navbar-toggler[aria-expanded=true] .navbar-toggler-icon{
  transform: rotate(45deg);
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, opacity 0s 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-toggler[aria-expanded=true] .navbar-toggler-icon{
    transition: none;
  }
}
.sidebar-tabler-scope .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before{
  top: 0;
  transform: rotate(-90deg);
}
.sidebar-tabler-scope .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after{
  bottom: 0;
  opacity: 0;
}

/**
Navbar transparent
 */
.sidebar-tabler-scope .navbar-transparent{
  --tblr-navbar-border-color: transparent !important;
  background: transparent !important;
}

/**
Navbar nav
 */
.sidebar-tabler-scope .navbar-nav{
  --tblr-nav-link-hover-bg: color-mix(in srgb, var(--tblr-nav-link-color) 4%, transparent);
  margin: 0;
  padding: 0;
  align-items: stretch;
}
.sidebar-tabler-scope .navbar-nav .nav-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/**
Navbar side
 */
.sidebar-tabler-scope .navbar-side{
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/**
Navbar vertical
 */
@media (min-width: 576px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm{
    width: 15rem;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
    align-items: flex-start;
    transition: transform 0.3s;
    overflow-y: scroll;
    padding: 0;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm{
    transition: none;
  }
}
@media (min-width: 576px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm.navbar-right,.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm.navbar-end{
    left: auto;
    right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-brand{
    padding: 0.75rem 0;
    justify-content: center;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse{
    align-items: stretch;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-nav{
    flex-direction: column;
    flex-grow: 1;
    min-height: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm > [class^=container]{
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    justify-content: flex-start;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm ~ .page{
    padding-left: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm ~ .page [class^=container]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm.navbar-right ~ .page,.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm.navbar-end ~ .page{
    padding-left: 0;
    padding-right: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-sm .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md{
    width: 15rem;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
    align-items: flex-start;
    transition: transform 0.3s;
    overflow-y: scroll;
    padding: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md{
    transition: none;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md.navbar-right,.sidebar-tabler-scope .navbar-vertical.navbar-expand-md.navbar-end{
    left: auto;
    right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-brand{
    padding: 0.75rem 0;
    justify-content: center;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse{
    align-items: stretch;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-nav{
    flex-direction: column;
    flex-grow: 1;
    min-height: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-nav .nav-link{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md > [class^=container]{
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    justify-content: flex-start;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md ~ .page{
    padding-left: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md ~ .page [class^=container]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md.navbar-right ~ .page,.sidebar-tabler-scope .navbar-vertical.navbar-expand-md.navbar-end ~ .page{
    padding-left: 0;
    padding-right: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-md .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg{
    width: 15rem;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
    align-items: flex-start;
    transition: transform 0.3s;
    overflow-y: scroll;
    padding: 0;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg{
    transition: none;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg.navbar-right,.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg.navbar-end{
    left: auto;
    right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-brand{
    padding: 0.75rem 0;
    justify-content: center;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse{
    align-items: stretch;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-nav{
    flex-direction: column;
    flex-grow: 1;
    min-height: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg > [class^=container]{
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    justify-content: flex-start;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg ~ .page{
    padding-left: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg ~ .page [class^=container]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg.navbar-right ~ .page,.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg.navbar-end ~ .page{
    padding-left: 0;
    padding-right: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-lg .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl{
    width: 15rem;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
    align-items: flex-start;
    transition: transform 0.3s;
    overflow-y: scroll;
    padding: 0;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl{
    transition: none;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl.navbar-right,.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl.navbar-end{
    left: auto;
    right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-brand{
    padding: 0.75rem 0;
    justify-content: center;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse{
    align-items: stretch;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-nav{
    flex-direction: column;
    flex-grow: 1;
    min-height: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl > [class^=container]{
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    justify-content: flex-start;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl ~ .page{
    padding-left: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl ~ .page [class^=container]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl.navbar-right ~ .page,.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl.navbar-end ~ .page{
    padding-left: 0;
    padding-right: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xl .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl{
    width: 15rem;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
    align-items: flex-start;
    transition: transform 0.3s;
    overflow-y: scroll;
    padding: 0;
  }
}
@media (min-width: 1400px) and (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl{
    transition: none;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl.navbar-right,.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl.navbar-end{
    left: auto;
    right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-brand{
    padding: 0.75rem 0;
    justify-content: center;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse{
    align-items: stretch;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-nav{
    flex-direction: column;
    flex-grow: 1;
    min-height: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-nav .nav-link{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl > [class^=container]{
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    justify-content: flex-start;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl ~ .page{
    padding-left: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl ~ .page [class^=container]{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl.navbar-right ~ .page,.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl.navbar-end ~ .page{
    padding-left: 0;
    padding-right: 15rem;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse [class^=container]{
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .navbar-nav{
    margin-left: 0;
    margin-right: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .navbar-nav .nav-link{
    padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
    justify-content: flex-start;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu-columns{
    flex-direction: column;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu{
    padding: 0;
    background: transparent;
    position: static;
    color: inherit;
    box-shadow: none;
    border: none;
    min-width: 0;
    margin: 0;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item{
    min-width: 0;
    display: flex;
    width: auto;
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
    color: inherit;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item.disabled{
    color: var(--tblr-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-item:active{
    background: var(--tblr-navbar-active-bg);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
    padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .dropdown-toggle:after{
    margin-left: auto;
  }
.sidebar-tabler-scope .navbar-vertical.navbar-expand-xxl .navbar-collapse .nav-item.active:after{
    border-bottom-width: 0;
    border-left-width: 3px;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand{
  width: 15rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
  align-items: flex-start;
  transition: transform 0.3s;
  overflow-y: scroll;
  padding: 0;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .navbar-vertical.navbar-expand{
    transition: none;
  }
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand.navbar-right,.sidebar-tabler-scope .navbar-vertical.navbar-expand.navbar-end{
  left: auto;
  right: 0;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-brand{
  padding: 0.75rem 0;
  justify-content: center;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse{
  align-items: stretch;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-nav{
  flex-direction: column;
  flex-grow: 1;
  min-height: auto;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-nav .nav-link{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand > [class^=container]{
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  justify-content: flex-start;
  padding: 0;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand ~ .page{
  padding-left: 15rem;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand ~ .page [class^=container]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand.navbar-right ~ .page,.sidebar-tabler-scope .navbar-vertical.navbar-expand.navbar-end ~ .page{
  padding-left: 0;
  padding-right: 15rem;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse{
  flex-direction: column;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse [class^=container]{
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .navbar-nav{
  margin-left: 0;
  margin-right: 0;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .navbar-nav .nav-link{
  padding: 0.5rem calc(calc(var(--tblr-page-padding) * 2) / 2);
  justify-content: flex-start;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu-columns{
  flex-direction: column;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu{
  padding: 0;
  background: transparent;
  position: static;
  color: inherit;
  box-shadow: none;
  border: none;
  min-width: 0;
  margin: 0;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item{
  min-width: 0;
  display: flex;
  width: auto;
  padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 1.75rem);
  color: inherit;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item.disabled{
  color: var(--tblr-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item.active,.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item:active{
  background: var(--tblr-navbar-active-bg);
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-item{
  padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 3.25rem);
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item{
  padding-left: calc(calc(calc(var(--tblr-page-padding) * 2) / 2) + 4.75rem);
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .dropdown-toggle:after{
  margin-left: auto;
}
.sidebar-tabler-scope .navbar-vertical.navbar-expand .navbar-collapse .nav-item.active:after{
  border-bottom-width: 0;
  border-left-width: 3px;
  right: auto;
  top: 0;
  bottom: 0;
}

.sidebar-tabler-scope .navbar-overlap:after{
  content: "";
  height: 9rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: inherit;
  z-index: -1;
  box-shadow: inherit;
}

.sidebar-tabler-scope .page{
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}

.sidebar-tabler-scope .page-center{
  justify-content: center;
}

.sidebar-tabler-scope .page-wrapper{
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media print {
.sidebar-tabler-scope .page-wrapper{
    margin: 0 !important;
  }
}

.sidebar-tabler-scope .page-wrapper-full .page-body:first-child{
  margin: 0;
  border-top: 0;
}

.sidebar-tabler-scope .page-body{
  margin-top: var(--tblr-page-padding-y);
  margin-bottom: var(--tblr-page-padding-y);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sidebar-tabler-scope .page-body-card{
  background: var(--tblr-bg-surface);
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  padding: var(--tblr-page-padding) 0;
  margin-bottom: 0;
  flex: 1;
}
.sidebar-tabler-scope .page-body ~ .page-body-card{
  margin-top: 0;
}

.sidebar-tabler-scope .page-cover{
  background: no-repeat center/cover;
  min-height: 9rem;
}
@media (min-width: 768px) {
.sidebar-tabler-scope .page-cover{
    min-height: 12rem;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .page-cover{
    min-height: 15rem;
  }
}

.sidebar-tabler-scope .page-cover-overlay{
  position: relative;
}
.sidebar-tabler-scope .page-cover-overlay:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.sidebar-tabler-scope .page-header{
  display: flex;
  flex-wrap: wrap;
  min-height: 2.25rem;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}
.sidebar-tabler-scope .page-wrapper .page-header{
  margin: var(--tblr-page-padding-y) 0 0;
}

.sidebar-tabler-scope .page-header-border{
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  padding: var(--tblr-page-padding-y) 0;
  margin: 0 !important;
  background-color: var(--tblr-bg-surface);
}

.sidebar-tabler-scope .page-pretitle{
  font-size: 0.75rem;
  font-weight: var(--tblr-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--tblr-secondary);
}

.sidebar-tabler-scope .page-title{
  margin: 0;
  font-size: var(--tblr-font-size-h2);
  line-height: var(--tblr-line-height-h2);
  font-weight: var(--tblr-font-weight-headings);
  color: inherit;
  display: flex;
  align-items: center;
}
.sidebar-tabler-scope .page-title svg{
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}

.sidebar-tabler-scope .page-title-lg{
  font-size: 1.5rem;
  line-height: 2rem;
}

.sidebar-tabler-scope .page-subtitle{
  margin-top: 0.25rem;
  color: var(--tblr-secondary);
}

.sidebar-tabler-scope .page-cover{
  --tblr-page-cover-blur: 20px;
  --tblr-page-cover-padding: 1rem;
  min-height: 6rem;
  padding: var(--tblr-page-cover-padding) 0;
  position: relative;
  overflow: hidden;
}

.sidebar-tabler-scope .page-cover-img{
  position: absolute;
  top: calc(-2 * var(--tblr-page-cover-blur, 0));
  left: calc(-2 * var(--tblr-page-cover-blur, 0));
  right: calc(-2 * var(--tblr-page-cover-blur, 0));
  bottom: calc(-2 * var(--tblr-page-cover-blur, 0));
  pointer-events: none;
  filter: blur(var(--tblr-page-cover-blur));
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.sidebar-tabler-scope .page-tabs{
  margin-top: 0.5rem;
  position: relative;
}

.sidebar-tabler-scope .page-header-tabs .nav-bordered{
  border: 0;
}
.sidebar-tabler-scope .page-header-tabs + .page-body-card{
  margin-top: 0;
}

.sidebar-tabler-scope .footer{
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  background-color: var(--tblr-bg-surface);
  padding: 2rem 0;
  color: var(--tblr-gray-500);
  margin-top: auto;
}

.sidebar-tabler-scope .footer-transparent{
  background-color: transparent;
  border-top: 0;
}

.sidebar-tabler-scope :root:not(.theme-dark):not([data-bs-theme=dark]) .hide-theme-light{
  display: none !important;
}
.sidebar-tabler-scope :root:not(.theme-dark):not([data-bs-theme=dark]) .img-dark{
  display: none !important;
}
.sidebar-tabler-scope :root.theme-dark .hide-theme-dark,.sidebar-tabler-scope :root[data-bs-theme=dark] .hide-theme-dark,.sidebar-tabler-scope body[data-bs-theme=dark] [data-bs-theme=light]:root .hide-theme-dark{
  display: none !important;
}
.sidebar-tabler-scope :root.theme-dark .img-light,.sidebar-tabler-scope :root[data-bs-theme=dark] .img-light,.sidebar-tabler-scope body[data-bs-theme=dark] [data-bs-theme=light]:root .img-light{
  display: none !important;
}

.sidebar-tabler-scope [data-bs-theme=dark],.sidebar-tabler-scope body[data-bs-theme=dark] [data-bs-theme=light]{
  color-scheme: dark;
  --tblr-body-color: var(--tblr-gray-200);
  --tblr-secondary: var(--tblr-gray-400);
  --tblr-body-bg: var(--tblr-gray-900);
  --tblr-emphasis-color: #ffffff;
  --tblr-emphasis-color-rgb: 255, 255, 255;
  --tblr-bg-forms: var(--tblr-gray-900);
  --tblr-bg-surface: var(--tblr-gray-800);
  --tblr-bg-surface-inverted: var(--tblr-gray-100);
  --tblr-bg-surface-secondary: var(--tblr-gray-900);
  --tblr-bg-surface-tertiary: var(--tblr-gray-800);
  --tblr-text-inverted: var(--tblr-gray-800);
  --tblr-link-color: var(--tblr-primary);
  --tblr-link-hover-color: color-mix(in srgb, var(--tblr-primary), black 20%);
  --tblr-active-bg: rgb(34.676744186, 45.8627906977, 61.523255814);
  --tblr-disabled-color: color-mix(in srgb, var(--tblr-body-color) 40%, transparent);
  --tblr-border-color: var(--tblr-gray-700);
  --tblr-border-color-translucent: var(
    --tblr-dark-mode-border-color-translucent
  );
  --tblr-border-dark-color: var(--tblr-dark-mode-border-dark-color);
  --tblr-border-active-color: var(
    --tblr-dark-mode-border-active-color
  );
  --tblr-btn-color: rgb(27.323255814, 36.1372093023, 48.476744186);
}
.sidebar-tabler-scope [data-bs-theme=dark] .navbar-brand-autodark .navbar-brand-image{
  filter: brightness(0) invert(1);
}

.sidebar-tabler-scope .accordion{
  --tblr-accordion-color: var(--tblr-body-color);
  --tblr-accordion-border-color: var(--tblr-border-color);
  --tblr-accordion-border-radius: var(--tblr-border-radius);
  --tblr-accordion-inner-border-radius: calc(var(--tblr-border-radius) - (var(--tblr-border-width)));
  --tblr-accordion-padding-x: 1.25rem;
  --tblr-accordion-gap: 0;
  --tblr-accordion-active-color: inherit;
  --tblr-accordion-btn-color: var(--tblr-accordion-color);
  --tblr-accordion-btn-bg: transparent;
  --tblr-accordion-btn-toggle-width: 1.25rem;
  --tblr-accordion-btn-padding-x: var(--tblr-accordion-padding-x);
  --tblr-accordion-btn-padding-y: 1rem;
  --tblr-accordion-btn-font-weight: var(--tblr-font-weight-medium);
  --tblr-accordion-body-padding-x: var(--tblr-accordion-padding-x);
  --tblr-accordion-body-padding-y: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--tblr-accordion-gap);
}

.sidebar-tabler-scope .accordion-button{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--tblr-accordion-btn-padding-y) var(--tblr-accordion-padding-x);
  color: inherit;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  font-size: inherit;
  font-weight: var(--tblr-accordion-btn-font-weight);
  gap: 0.75rem;
}
.sidebar-tabler-scope .accordion-button:not(.collapsed){
  border-bottom-color: transparent;
  box-shadow: none;
  color: var(--tblr-accordion-active-color);
}

.sidebar-tabler-scope .accordion-header{
  margin: 0;
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  color: var(--tblr-accordion-btn-color);
  text-align: left;
  background-color: transparent;
  border: 0;
  overflow-anchor: none;
  transition: transform 0.3s;
}
.sidebar-tabler-scope .accordion-header:hover{
  z-index: 2;
}
.sidebar-tabler-scope .accordion-header:focus{
  z-index: 3;
  outline: 0;
  box-shadow: var(--tblr-accordion-btn-focus-box-shadow);
}
.sidebar-tabler-scope .accordion-header:focus:not(:focus-visible){
  outline: none;
  box-shadow: none;
}

.sidebar-tabler-scope .accordion-button-icon{
  color: var(--tblr-secondary);
}

.sidebar-tabler-scope .accordion-button-toggle{
  display: flex;
  line-height: 1;
  transition: 0.3s transform;
  margin-left: auto;
  margin-right: 0;
  color: var(--tblr-secondary);
  width: var(--tblr-accordion-btn-toggle-width);
  height: var(--tblr-accordion-btn-toggle-width);
}
.sidebar-tabler-scope .accordion-button:not(.collapsed) .accordion-button-toggle{
  transform: rotate(-180deg);
  color: var(--tblr-accordion-active-color);
}
.sidebar-tabler-scope .accordion-button-toggle path{
  transition: 0.3s opacity;
}

.sidebar-tabler-scope .accordion-button:not(.collapsed) .accordion-button-toggle-plus path:first-child{
  opacity: 0;
}

.sidebar-tabler-scope .accordion-item{
  color: var(--tblr-accordion-color);
  border: var(--tblr-border-width) solid var(--tblr-accordion-border-color);
}
.sidebar-tabler-scope .accordion-item:first-of-type{
  border-top-left-radius: var(--tblr-accordion-border-radius);
  border-top-right-radius: var(--tblr-accordion-border-radius);
}
.sidebar-tabler-scope .accordion-item:first-of-type > .accordion-header{
  border-top-left-radius: var(--tblr-accordion-inner-border-radius);
  border-top-right-radius: var(--tblr-accordion-inner-border-radius);
}
.sidebar-tabler-scope .accordion-item:not(:first-of-type){
  border-top: 0;
}
.sidebar-tabler-scope .accordion-item:last-of-type{
  border-bottom-right-radius: var(--tblr-accordion-border-radius);
  border-bottom-left-radius: var(--tblr-accordion-border-radius);
}
.sidebar-tabler-scope .accordion-item:last-of-type > .accordion-header.collapsed{
  border-bottom-right-radius: var(--tblr-accordion-inner-border-radius);
  border-bottom-left-radius: var(--tblr-accordion-inner-border-radius);
}
.sidebar-tabler-scope .accordion-item:last-of-type > .accordion-collapse{
  border-bottom-right-radius: var(--tblr-accordion-border-radius);
  border-bottom-left-radius: var(--tblr-accordion-border-radius);
}

.sidebar-tabler-scope .accordion-body{
  color: var(--tblr-secondary);
  padding: 0 var(--tblr-accordion-body-padding-x) var(--tblr-accordion-body-padding-y);
}

.sidebar-tabler-scope .accordion-flush > .accordion-item{
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.sidebar-tabler-scope .accordion-flush > .accordion-item:first-child{
  border-top: 0;
}
.sidebar-tabler-scope .accordion-flush > .accordion-item:last-child{
  border-bottom: 0;
}
.sidebar-tabler-scope .accordion-flush > .accordion-item > .accordion-collapse,
.sidebar-tabler-scope .accordion-flush > .accordion-item > .accordion-header .accordion-button,
.sidebar-tabler-scope .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed{
  border-radius: 0;
}

.sidebar-tabler-scope .accordion-tabs{
  --tblr-accordion-gap: 0.75rem;
}
.sidebar-tabler-scope .accordion-tabs > .accordion-item{
  border: var(--tblr-border-width) solid var(--tblr-accordion-border-color);
  border-radius: var(--tblr-accordion-border-radius);
}

.sidebar-tabler-scope .accordion-inverted .accordion-button-toggle{
  order: -1;
  margin-left: 0;
}

.sidebar-tabler-scope .alert{
  --tblr-alert-color: var(--tblr-body-color);
  --tblr-alert-bg: color-mix(in srgb, var(--tblr-alert-color) 10%, transparent);
  --tblr-alert-padding-x: 1rem;
  --tblr-alert-padding-y: 0.75rem;
  --tblr-alert-margin-bottom: 1rem;
  --tblr-alert-border-color: color-mix(in srgb, var(--tblr-alert-color) 20%, transparent);
  --tblr-alert-border: var(--tblr-border-width) solid var(--tblr-alert-border-color);
  --tblr-alert-border-radius: var(--tblr-border-radius);
  --tblr-alert-link-color: inherit;
  --tblr-alert-heading-font-weight: var(--tblr-font-weight-medium);
  position: relative;
  padding: var(--tblr-alert-padding-y) var(--tblr-alert-padding-x);
  margin-bottom: var(--tblr-alert-margin-bottom);
  background-color: color-mix(in srgb, var(--tblr-alert-bg), var(--tblr-bg-surface));
  border-radius: var(--tblr-alert-border-radius);
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-alert-border-color);
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.sidebar-tabler-scope .alert-heading{
  color: inherit;
  margin-bottom: 0.25rem;
  font-weight: var(--tblr-alert-heading-font-weight);
}

.sidebar-tabler-scope .alert-description{
  color: var(--tblr-secondary);
}

.sidebar-tabler-scope .alert-icon{
  color: var(--tblr-alert-color);
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.sidebar-tabler-scope .alert-action{
  color: var(--tblr-alert-color);
  text-decoration: underline;
}
.sidebar-tabler-scope .alert-action:hover{
  text-decoration: none;
}

.sidebar-tabler-scope .alert-list{
  margin: 0;
}

.sidebar-tabler-scope .alert-link{
  font-weight: var(--tblr-font-weight-bold);
  color: var(--tblr-alert-link-color);
}
.sidebar-tabler-scope .alert-link,.sidebar-tabler-scope .alert-link:hover{
  color: var(--tblr-alert-color);
}

.sidebar-tabler-scope .alert-dismissible{
  padding-right: 3rem;
}
.sidebar-tabler-scope .alert-dismissible .btn-close{
  position: absolute;
  top: calc(var(--tblr-alert-padding-x) / 2 - 1px);
  right: calc(var(--tblr-alert-padding-y) / 2 - 1px);
  z-index: 1;
  padding: calc(var(--tblr-alert-padding-y) * 1.25) var(--tblr-alert-padding-x);
}

.sidebar-tabler-scope .alert-important{
  border-color: var(--tblr-alert-color);
  background-color: var(--tblr-alert-color);
  color: var(--tblr-white);
}
.sidebar-tabler-scope .alert-important .alert-description{
  color: inherit;
}
.sidebar-tabler-scope .alert-important .alert-icon{
  color: inherit;
}

.sidebar-tabler-scope .alert-minor{
  background: transparent;
  border-color: var(--tblr-border-color);
}

.sidebar-tabler-scope .alert-primary{
  --tblr-alert-color: var(--tblr-primary);
}

.sidebar-tabler-scope .alert-secondary{
  --tblr-alert-color: var(--tblr-secondary);
}

.sidebar-tabler-scope .alert-success{
  --tblr-alert-color: var(--tblr-success);
}

.sidebar-tabler-scope .alert-info{
  --tblr-alert-color: var(--tblr-info);
}

.sidebar-tabler-scope .alert-warning{
  --tblr-alert-color: var(--tblr-warning);
}

.sidebar-tabler-scope .alert-danger{
  --tblr-alert-color: var(--tblr-danger);
}

.sidebar-tabler-scope .alert-light{
  --tblr-alert-color: var(--tblr-light);
}

.sidebar-tabler-scope .alert-dark{
  --tblr-alert-color: var(--tblr-dark);
}

.sidebar-tabler-scope .alert-muted{
  --tblr-alert-color: var(--tblr-muted);
}

.sidebar-tabler-scope .alert-blue{
  --tblr-alert-color: var(--tblr-blue);
}

.sidebar-tabler-scope .alert-azure{
  --tblr-alert-color: var(--tblr-azure);
}

.sidebar-tabler-scope .alert-indigo{
  --tblr-alert-color: var(--tblr-indigo);
}

.sidebar-tabler-scope .alert-purple{
  --tblr-alert-color: var(--tblr-purple);
}

.sidebar-tabler-scope .alert-pink{
  --tblr-alert-color: var(--tblr-pink);
}

.sidebar-tabler-scope .alert-red{
  --tblr-alert-color: var(--tblr-red);
}

.sidebar-tabler-scope .alert-orange{
  --tblr-alert-color: var(--tblr-orange);
}

.sidebar-tabler-scope .alert-yellow{
  --tblr-alert-color: var(--tblr-yellow);
}

.sidebar-tabler-scope .alert-lime{
  --tblr-alert-color: var(--tblr-lime);
}

.sidebar-tabler-scope .alert-green{
  --tblr-alert-color: var(--tblr-green);
}

.sidebar-tabler-scope .alert-teal{
  --tblr-alert-color: var(--tblr-teal);
}

.sidebar-tabler-scope .alert-cyan{
  --tblr-alert-color: var(--tblr-cyan);
}

.sidebar-tabler-scope .avatar{
  --tblr-avatar-size: var(--tblr-avatar-list-size, 2.5rem);
  --tblr-avatar-status-size: 0.75rem;
  --tblr-avatar-bg: var(--tblr-bg-surface-secondary);
  --tblr-avatar-box-shadow-color: var(--tblr-border-color-translucent);
  --tblr-avatar-box-shadow: inset 0 0 0 1px var(--tblr-avatar-box-shadow-color);
  --tblr-avatar-font-size: 1rem;
  --tblr-avatar-icon-size: 1.5rem;
  --tblr-avatar-brand-size: 1.25rem;
  position: relative;
  width: var(--tblr-avatar-size);
  height: var(--tblr-avatar-size);
  font-size: var(--tblr-avatar-font-size);
  font-weight: var(--tblr-font-weight-medium);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tblr-secondary);
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--tblr-avatar-bg) no-repeat center/cover;
  border-radius: var(--tblr-border-radius);
  box-shadow: var(--tblr-avatar-box-shadow);
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.sidebar-tabler-scope .avatar .icon{
  width: var(--tblr-avatar-icon-size);
  height: var(--tblr-avatar-icon-size);
}
.sidebar-tabler-scope .avatar .badge{
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100rem;
  box-shadow: 0 0 0 calc(var(--tblr-avatar-status-size) / 4) var(--tblr-bg-surface);
}
.sidebar-tabler-scope a.avatar{
  cursor: pointer;
}
.sidebar-tabler-scope a.avatar:hover{
  color: var(--tblr-primary);
  --tblr-avatar-box-shadow-color: var(--tblr-primary);
}

.sidebar-tabler-scope .avatar-rounded{
  border-radius: 100rem;
}

.sidebar-tabler-scope .avatar-xxs{
  --tblr-avatar-size: 1rem;
  --tblr-avatar-status-size: 0.25rem;
  --tblr-avatar-font-size: 0.5rem;
  --tblr-avatar-icon-size: 0.5rem;
  --tblr-avatar-brand-size: 0.5rem;
}
.sidebar-tabler-scope .avatar-xxs .badge:empty{
  width: 0.25rem;
  height: 0.25rem;
}

.sidebar-tabler-scope .avatar-xs{
  --tblr-avatar-size: 1.25rem;
  --tblr-avatar-status-size: 0.375rem;
  --tblr-avatar-font-size: 0.625rem;
  --tblr-avatar-icon-size: 0.75rem;
  --tblr-avatar-brand-size: 0.75rem;
}
.sidebar-tabler-scope .avatar-xs .badge:empty{
  width: 0.375rem;
  height: 0.375rem;
}

.sidebar-tabler-scope .avatar-sm{
  --tblr-avatar-size: 2rem;
  --tblr-avatar-status-size: 0.5rem;
  --tblr-avatar-font-size: 0.75rem;
  --tblr-avatar-icon-size: 1.5rem;
  --tblr-avatar-brand-size: 1rem;
}
.sidebar-tabler-scope .avatar-sm .badge:empty{
  width: 0.5rem;
  height: 0.5rem;
}

.sidebar-tabler-scope .avatar-md{
  --tblr-avatar-size: 2.5rem;
  --tblr-avatar-status-size: 0.75rem;
  --tblr-avatar-font-size: 0.875rem;
  --tblr-avatar-icon-size: 1.5rem;
  --tblr-avatar-brand-size: 1.25rem;
}
.sidebar-tabler-scope .avatar-md .badge:empty{
  width: 0.75rem;
  height: 0.75rem;
}

.sidebar-tabler-scope .avatar-lg{
  --tblr-avatar-size: 3rem;
  --tblr-avatar-status-size: 0.75rem;
  --tblr-avatar-font-size: 1.25rem;
  --tblr-avatar-icon-size: 2rem;
  --tblr-avatar-brand-size: 1.25rem;
}
.sidebar-tabler-scope .avatar-lg .badge:empty{
  width: 0.75rem;
  height: 0.75rem;
}

.sidebar-tabler-scope .avatar-xl{
  --tblr-avatar-size: 5rem;
  --tblr-avatar-status-size: 1rem;
  --tblr-avatar-font-size: 2rem;
  --tblr-avatar-icon-size: 3rem;
  --tblr-avatar-brand-size: 1.25rem;
}
.sidebar-tabler-scope .avatar-xl .badge:empty{
  width: 1rem;
  height: 1rem;
}

.sidebar-tabler-scope .avatar-2xl{
  --tblr-avatar-size: 7rem;
  --tblr-avatar-status-size: 1rem;
  --tblr-avatar-font-size: 3rem;
  --tblr-avatar-icon-size: 5rem;
  --tblr-avatar-brand-size: 2rem;
}
.sidebar-tabler-scope .avatar-2xl .badge:empty{
  width: 1rem;
  height: 1rem;
}

.sidebar-tabler-scope .avatar-list{
  --tblr-avatar-list-size: 2.5rem;
  --tblr-list-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--tblr-list-gap);
}
.sidebar-tabler-scope .avatar-list a.avatar:hover{
  z-index: 1;
}

.sidebar-tabler-scope .avatar-list-stacked{
  display: block;
  --tblr-list-gap: 0;
}
.sidebar-tabler-scope .avatar-list-stacked .avatar{
  margin-right: calc(-0.5 * var(--tblr-avatar-size)) !important;
  box-shadow: var(--tblr-avatar-box-shadow), 0 0 0 2px var(--tblr-card-bg, var(--tblr-bg-surface));
}

.sidebar-tabler-scope .avatar-list-xxs{
  --tblr-avatar-list-size: 1rem;
}

.sidebar-tabler-scope .avatar-list-xs{
  --tblr-avatar-list-size: 1.25rem;
}

.sidebar-tabler-scope .avatar-list-sm{
  --tblr-avatar-list-size: 2rem;
}

.sidebar-tabler-scope .avatar-list-md{
  --tblr-avatar-list-size: 2.5rem;
}

.sidebar-tabler-scope .avatar-list-lg{
  --tblr-avatar-list-size: 3rem;
}

.sidebar-tabler-scope .avatar-list-xl{
  --tblr-avatar-list-size: 5rem;
}

.sidebar-tabler-scope .avatar-list-2xl{
  --tblr-avatar-list-size: 7rem;
}

.sidebar-tabler-scope .avatar-upload{
  border: var(--tblr-border-width) dashed var(--tblr-border-color);
  background: var(--tblr-bg-forms);
  box-shadow: none;
  flex-direction: column;
  transition: color 0.3s, background-color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .avatar-upload{
    transition: none;
  }
}
.sidebar-tabler-scope .avatar-upload svg{
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1;
}
.sidebar-tabler-scope .avatar-upload:hover{
  border-color: var(--tblr-primary);
  color: var(--tblr-primary);
  text-decoration: none;
}

.sidebar-tabler-scope .avatar-upload-text{
  font-size: 0.625rem;
  line-height: 1;
  margin-top: 0.25rem;
}

.sidebar-tabler-scope .avatar-cover{
  margin-top: calc(-0.5 * var(--tblr-avatar-size));
  box-shadow: 0 0 0 0.25rem var(--tblr-card-bg, var(--tblr-body-bg));
}

.sidebar-tabler-scope .avatar-brand{
  width: var(--tblr-avatar-brand-size);
  height: var(--tblr-avatar-brand-size);
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 1000;
  background: var(--tblr-bg-surface);
  border-radius: var(--tblr-border-radius);
  border: 1px solid var(--tblr-border-color);
}

.sidebar-tabler-scope .badge{
  --tblr-badge-padding-x: 0.5em;
  --tblr-badge-padding-y: 0.25em;
  --tblr-badge-font-size: 0.85714285em;
  --tblr-badge-font-weight: var(--tblr-font-weight-medium);
  --tblr-badge-color: var(--tblr-secondary);
  --tblr-badge-border-radius: var(--tblr-border-radius);
  --tblr-badge-icon-size: 1em;
  --tblr-badge-line-height: 1;
  display: inline-flex;
  padding: var(--tblr-badge-padding-y) var(--tblr-badge-padding-x);
  font-weight: var(--tblr-badge-font-weight);
  font-size: var(--tblr-badge-font-size);
  color: var(--tblr-badge-color);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  background: var(--tblr-bg-surface-secondary);
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--tblr-border-width) var(--tblr-border-style) transparent;
  border-radius: var(--tblr-badge-border-radius);
  min-width: calc(1em + var(--tblr-badge-padding-y) * 2 + 2px);
  letter-spacing: 0.04em;
  vertical-align: bottom;
  line-height: var(--tblr-badge-line-height);
}
.sidebar-tabler-scope a.badge{
  background: var(--tblr-bg-surface-secondary);
}

.sidebar-tabler-scope .badge .icon{
  width: 1em;
  height: 1em;
  font-size: var(--tblr-badge-icon-size);
  stroke-width: 2;
}

.sidebar-tabler-scope .badge:empty,
.sidebar-tabler-scope .badge-dot{
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 0;
  min-height: auto;
  padding: 0;
  border-radius: 100rem;
  vertical-align: baseline;
}

.sidebar-tabler-scope .badge-outline{
  background-color: transparent;
  border: var(--tblr-border-width) var(--tblr-border-style) currentColor;
}

.sidebar-tabler-scope .badge-pill{
  border-radius: 100rem;
}

.sidebar-tabler-scope .badges-list{
  --tblr-list-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--tblr-list-gap);
}

.sidebar-tabler-scope .badge-notification{
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  transform: translate(50%, -50%);
  z-index: 1;
}

.sidebar-tabler-scope .badge-blink{
  animation: blink 2s infinite;
}

.sidebar-tabler-scope .badge-sm{
  --tblr-badge-font-size: 0.71428571em;
  --tblr-badge-icon-size: 1em;
  --tblr-badge-padding-y: 2px;
  --tblr-badge-padding-x: 0.25rem;
}

.sidebar-tabler-scope .badge-lg{
  --tblr-badge-font-size: 1em;
  --tblr-badge-icon-size: 1em;
  --tblr-badge-padding-y: 0.25rem;
  --tblr-badge-padding-x: 0.5rem;
}

.sidebar-tabler-scope .badge-icononly{
  --tblr-badge-padding-x: 0;
}

.sidebar-tabler-scope .breadcrumb{
  --tblr-breadcrumb-padding-x: 0;
  --tblr-breadcrumb-padding-y: 0;
  --tblr-breadcrumb-margin-bottom: 1rem;
  --tblr-breadcrumb-font-size: ;
  --tblr-breadcrumb-bg: ;
  --tblr-breadcrumb-border-radius: ;
  --tblr-breadcrumb-divider-color: var(--tblr-gray-500);
  --tblr-breadcrumb-item-padding-x: 0.5rem;
  --tblr-breadcrumb-item-active-color: inherit;
  --tblr-breadcrumb-item-active-font-weight: var(--tblr-font-weight-bold);
  --tblr-breadcrumb-item-disabled-color: var(--tblr-disabled-color);
  --tblr-breadcrumb-link-color: var(--tblr-link-color);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--tblr-breadcrumb-font-size);
  list-style: none;
  background-color: var(--tblr-breadcrumb-bg);
  border-radius: var(--tblr-breadcrumb-border-radius);
  padding: 0;
  margin: 0;
  background: transparent;
}
.sidebar-tabler-scope .breadcrumb a{
  color: var(--tblr-breadcrumb-link-color);
}
.sidebar-tabler-scope .breadcrumb a:hover{
  text-decoration: underline;
}

.sidebar-tabler-scope .breadcrumb-muted{
  --tblr-breadcrumb-link-color: var(--tblr-secondary);
}

.sidebar-tabler-scope .breadcrumb-item.active{
  color: var(--tblr-breadcrumb-item-active-color);
  font-weight: var(--tblr-breadcrumb-item-active-font-weight);
}
.sidebar-tabler-scope .breadcrumb-item.active a{
  color: inherit;
  pointer-events: none;
}
.sidebar-tabler-scope .breadcrumb-item.disabled{
  color: var(--tblr-breadcrumb-item-disabled-color);
}
.sidebar-tabler-scope .breadcrumb-item.disabled:before{
  color: inherit;
}
.sidebar-tabler-scope .breadcrumb-item.disabled a{
  color: inherit;
  pointer-events: none;
}
.sidebar-tabler-scope .breadcrumb-item + .breadcrumb-item{
  padding-left: var(--tblr-breadcrumb-item-padding-x);
}
.sidebar-tabler-scope .breadcrumb-item + .breadcrumb-item::before{
  float: left;
  padding-right: var(--tblr-breadcrumb-item-padding-x);
  color: var(--tblr-breadcrumb-divider-color);
  content: var(--tblr-breadcrumb-divider, "/");
  /*rtl:raw:
  transform: scaleX(-1);
  */
}

.sidebar-tabler-scope .breadcrumb-dots{
  --tblr-breadcrumb-divider: "·";
}

.sidebar-tabler-scope .breadcrumb-arrows{
  --tblr-breadcrumb-divider: "›";
}

.sidebar-tabler-scope .breadcrumb-bullets{
  --tblr-breadcrumb-divider: "•";
}

.sidebar-tabler-scope .btn{
  --tblr-btn-icon-size: 1.25rem;
  --tblr-btn-icon-color: inherit;
  --tblr-btn-bg: var(--tblr-bg-surface);
  --tblr-btn-color: var(--tblr-body-color);
  --tblr-btn-border-color: var(--tblr-border-color);
  --tblr-btn-hover-bg: var(--tblr-btn-bg);
  --tblr-btn-hover-border-color: var(--tblr-border-active-color);
  --tblr-btn-active-color: var(--tblr-primary);
  --tblr-btn-active-bg: rgba(var(--tblr-primary-rgb), 0.04);
  --tblr-btn-active-border-color: var(--tblr-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: var(--tblr-btn-box-shadow);
  position: relative;
  min-width: calc(var(--tblr-btn-line-height) * 1 + var(--tblr-btn-padding-y) * 2 + var(--tblr-btn-border-width) * 2);
  min-height: calc(var(--tblr-btn-line-height) * 1 + var(--tblr-btn-padding-y) * 2 + var(--tblr-btn-border-width) * 2);
}
.sidebar-tabler-scope .btn .icon{
  width: var(--tblr-btn-icon-size);
  height: var(--tblr-btn-icon-size);
  min-width: var(--tblr-btn-icon-size);
  font-size: var(--tblr-btn-icon-size);
  margin: 0 calc(var(--tblr-btn-padding-x) / 2) 0 calc(var(--tblr-btn-padding-x) / -4);
  vertical-align: bottom;
  color: var(--tblr-btn-icon-color);
}
.sidebar-tabler-scope .btn .avatar{
  width: var(--tblr-btn-icon-size);
  height: var(--tblr-btn-icon-size);
  margin: 0 calc(var(--tblr-btn-padding-x) / 2) 0 calc(var(--tblr-btn-padding-x) / -4);
}
.sidebar-tabler-scope .btn .icon-right,
.sidebar-tabler-scope .btn .icon-end{
  margin: 0 calc(var(--tblr-btn-padding-x) / -4) 0 calc(var(--tblr-btn-padding-x) / 2);
}
.sidebar-tabler-scope .btn .badge{
  top: auto;
}
.sidebar-tabler-scope .btn-check + .btn:hover{
  color: var(--tblr-btn-hover-color);
  background-color: var(--tblr-btn-hover-bg);
  border-color: var(--tblr-btn-hover-border-color);
}

.sidebar-tabler-scope .btn-link{
  color: rgb(6.711627907, 124.1651162791, 233.788372093);
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.sidebar-tabler-scope .btn-link .icon{
  color: inherit;
}
.sidebar-tabler-scope .btn-link:hover{
  color: rgb(4.8, 88.8, 167.2);
  border-color: transparent;
}

.sidebar-tabler-scope .btn-primary{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-primary-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-primary);
  --tblr-btn-hover-color: var(--tblr-primary-fg);
  --tblr-btn-hover-bg: var(--tblr-primary-darken);
  --tblr-btn-active-color: var(--tblr-primary-fg);
  --tblr-btn-active-bg: var(--tblr-primary-darken);
  --tblr-btn-disabled-bg: var(--tblr-primary);
  --tblr-btn-disabled-color: var(--tblr-primary-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-primary,
.sidebar-tabler-scope .btn-outline.btn-primary{
  --tblr-btn-color: var(--tblr-primary);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-primary);
  --tblr-btn-hover-color: var(--tblr-primary-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-primary);
  --tblr-btn-active-color: var(--tblr-primary-fg);
  --tblr-btn-active-bg: var(--tblr-primary);
  --tblr-btn-active-border-color: var(--tblr-primary);
  --tblr-btn-disabled-color: var(--tblr-primary);
  --tblr-btn-disabled-border-color: var(--tblr-primary);
}

.sidebar-tabler-scope .btn-ghost-primary,
.sidebar-tabler-scope .btn-ghost.btn-primary{
  --tblr-btn-color: var(--tblr-primary);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-primary-fg);
  --tblr-btn-hover-bg: var(--tblr-primary);
  --tblr-btn-hover-border-color: var(--tblr-primary);
  --tblr-btn-active-color: var(--tblr-primary-fg);
  --tblr-btn-active-bg: var(--tblr-primary);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-primary);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-secondary{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-secondary-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-secondary);
  --tblr-btn-hover-color: var(--tblr-secondary-fg);
  --tblr-btn-hover-bg: var(--tblr-secondary-darken);
  --tblr-btn-active-color: var(--tblr-secondary-fg);
  --tblr-btn-active-bg: var(--tblr-secondary-darken);
  --tblr-btn-disabled-bg: var(--tblr-secondary);
  --tblr-btn-disabled-color: var(--tblr-secondary-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-secondary,
.sidebar-tabler-scope .btn-outline.btn-secondary{
  --tblr-btn-color: var(--tblr-secondary);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-secondary);
  --tblr-btn-hover-color: var(--tblr-secondary-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-secondary);
  --tblr-btn-active-color: var(--tblr-secondary-fg);
  --tblr-btn-active-bg: var(--tblr-secondary);
  --tblr-btn-active-border-color: var(--tblr-secondary);
  --tblr-btn-disabled-color: var(--tblr-secondary);
  --tblr-btn-disabled-border-color: var(--tblr-secondary);
}

.sidebar-tabler-scope .btn-ghost-secondary,
.sidebar-tabler-scope .btn-ghost.btn-secondary{
  --tblr-btn-color: var(--tblr-secondary);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-secondary-fg);
  --tblr-btn-hover-bg: var(--tblr-secondary);
  --tblr-btn-hover-border-color: var(--tblr-secondary);
  --tblr-btn-active-color: var(--tblr-secondary-fg);
  --tblr-btn-active-bg: var(--tblr-secondary);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-secondary);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-success{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-success-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-success);
  --tblr-btn-hover-color: var(--tblr-success-fg);
  --tblr-btn-hover-bg: var(--tblr-success-darken);
  --tblr-btn-active-color: var(--tblr-success-fg);
  --tblr-btn-active-bg: var(--tblr-success-darken);
  --tblr-btn-disabled-bg: var(--tblr-success);
  --tblr-btn-disabled-color: var(--tblr-success-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-success,
.sidebar-tabler-scope .btn-outline.btn-success{
  --tblr-btn-color: var(--tblr-success);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-success);
  --tblr-btn-hover-color: var(--tblr-success-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-success);
  --tblr-btn-active-color: var(--tblr-success-fg);
  --tblr-btn-active-bg: var(--tblr-success);
  --tblr-btn-active-border-color: var(--tblr-success);
  --tblr-btn-disabled-color: var(--tblr-success);
  --tblr-btn-disabled-border-color: var(--tblr-success);
}

.sidebar-tabler-scope .btn-ghost-success,
.sidebar-tabler-scope .btn-ghost.btn-success{
  --tblr-btn-color: var(--tblr-success);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-success-fg);
  --tblr-btn-hover-bg: var(--tblr-success);
  --tblr-btn-hover-border-color: var(--tblr-success);
  --tblr-btn-active-color: var(--tblr-success-fg);
  --tblr-btn-active-bg: var(--tblr-success);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-success);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-info{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-info-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-info);
  --tblr-btn-hover-color: var(--tblr-info-fg);
  --tblr-btn-hover-bg: var(--tblr-info-darken);
  --tblr-btn-active-color: var(--tblr-info-fg);
  --tblr-btn-active-bg: var(--tblr-info-darken);
  --tblr-btn-disabled-bg: var(--tblr-info);
  --tblr-btn-disabled-color: var(--tblr-info-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-info,
.sidebar-tabler-scope .btn-outline.btn-info{
  --tblr-btn-color: var(--tblr-info);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-info);
  --tblr-btn-hover-color: var(--tblr-info-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-info);
  --tblr-btn-active-color: var(--tblr-info-fg);
  --tblr-btn-active-bg: var(--tblr-info);
  --tblr-btn-active-border-color: var(--tblr-info);
  --tblr-btn-disabled-color: var(--tblr-info);
  --tblr-btn-disabled-border-color: var(--tblr-info);
}

.sidebar-tabler-scope .btn-ghost-info,
.sidebar-tabler-scope .btn-ghost.btn-info{
  --tblr-btn-color: var(--tblr-info);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-info-fg);
  --tblr-btn-hover-bg: var(--tblr-info);
  --tblr-btn-hover-border-color: var(--tblr-info);
  --tblr-btn-active-color: var(--tblr-info-fg);
  --tblr-btn-active-bg: var(--tblr-info);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-info);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-warning{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-warning-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-warning);
  --tblr-btn-hover-color: var(--tblr-warning-fg);
  --tblr-btn-hover-bg: var(--tblr-warning-darken);
  --tblr-btn-active-color: var(--tblr-warning-fg);
  --tblr-btn-active-bg: var(--tblr-warning-darken);
  --tblr-btn-disabled-bg: var(--tblr-warning);
  --tblr-btn-disabled-color: var(--tblr-warning-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-warning,
.sidebar-tabler-scope .btn-outline.btn-warning{
  --tblr-btn-color: var(--tblr-warning);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-warning);
  --tblr-btn-hover-color: var(--tblr-warning-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-warning);
  --tblr-btn-active-color: var(--tblr-warning-fg);
  --tblr-btn-active-bg: var(--tblr-warning);
  --tblr-btn-active-border-color: var(--tblr-warning);
  --tblr-btn-disabled-color: var(--tblr-warning);
  --tblr-btn-disabled-border-color: var(--tblr-warning);
}

.sidebar-tabler-scope .btn-ghost-warning,
.sidebar-tabler-scope .btn-ghost.btn-warning{
  --tblr-btn-color: var(--tblr-warning);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-warning-fg);
  --tblr-btn-hover-bg: var(--tblr-warning);
  --tblr-btn-hover-border-color: var(--tblr-warning);
  --tblr-btn-active-color: var(--tblr-warning-fg);
  --tblr-btn-active-bg: var(--tblr-warning);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-warning);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-danger{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-danger-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-danger);
  --tblr-btn-hover-color: var(--tblr-danger-fg);
  --tblr-btn-hover-bg: var(--tblr-danger-darken);
  --tblr-btn-active-color: var(--tblr-danger-fg);
  --tblr-btn-active-bg: var(--tblr-danger-darken);
  --tblr-btn-disabled-bg: var(--tblr-danger);
  --tblr-btn-disabled-color: var(--tblr-danger-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-danger,
.sidebar-tabler-scope .btn-outline.btn-danger{
  --tblr-btn-color: var(--tblr-danger);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-danger);
  --tblr-btn-hover-color: var(--tblr-danger-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-danger);
  --tblr-btn-active-color: var(--tblr-danger-fg);
  --tblr-btn-active-bg: var(--tblr-danger);
  --tblr-btn-active-border-color: var(--tblr-danger);
  --tblr-btn-disabled-color: var(--tblr-danger);
  --tblr-btn-disabled-border-color: var(--tblr-danger);
}

.sidebar-tabler-scope .btn-ghost-danger,
.sidebar-tabler-scope .btn-ghost.btn-danger{
  --tblr-btn-color: var(--tblr-danger);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-danger-fg);
  --tblr-btn-hover-bg: var(--tblr-danger);
  --tblr-btn-hover-border-color: var(--tblr-danger);
  --tblr-btn-active-color: var(--tblr-danger-fg);
  --tblr-btn-active-bg: var(--tblr-danger);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-danger);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-light{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-light-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-light);
  --tblr-btn-hover-color: var(--tblr-light-fg);
  --tblr-btn-hover-bg: var(--tblr-light-darken);
  --tblr-btn-active-color: var(--tblr-light-fg);
  --tblr-btn-active-bg: var(--tblr-light-darken);
  --tblr-btn-disabled-bg: var(--tblr-light);
  --tblr-btn-disabled-color: var(--tblr-light-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-light,
.sidebar-tabler-scope .btn-outline.btn-light{
  --tblr-btn-color: var(--tblr-light);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-light);
  --tblr-btn-hover-color: var(--tblr-light-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-light);
  --tblr-btn-active-color: var(--tblr-light-fg);
  --tblr-btn-active-bg: var(--tblr-light);
  --tblr-btn-active-border-color: var(--tblr-light);
  --tblr-btn-disabled-color: var(--tblr-light);
  --tblr-btn-disabled-border-color: var(--tblr-light);
}

.sidebar-tabler-scope .btn-ghost-light,
.sidebar-tabler-scope .btn-ghost.btn-light{
  --tblr-btn-color: var(--tblr-light);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-light-fg);
  --tblr-btn-hover-bg: var(--tblr-light);
  --tblr-btn-hover-border-color: var(--tblr-light);
  --tblr-btn-active-color: var(--tblr-light-fg);
  --tblr-btn-active-bg: var(--tblr-light);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-light);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-dark{
  --tblr-btn-border-color: var(--tblr-dark-mode-border-color);
  --tblr-btn-hover-border-color: var(--tblr-dark-mode-border-active-color);
  --tblr-btn-active-border-color: var(--tblr-dark-mode-border-active-color);
  --tblr-btn-color: var(--tblr-dark-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-dark);
  --tblr-btn-hover-color: var(--tblr-dark-fg);
  --tblr-btn-hover-bg: var(--tblr-dark-darken);
  --tblr-btn-active-color: var(--tblr-dark-fg);
  --tblr-btn-active-bg: var(--tblr-dark-darken);
  --tblr-btn-disabled-bg: var(--tblr-dark);
  --tblr-btn-disabled-color: var(--tblr-dark-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-dark,
.sidebar-tabler-scope .btn-outline.btn-dark{
  --tblr-btn-color: var(--tblr-dark);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-dark);
  --tblr-btn-hover-color: var(--tblr-dark-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-dark);
  --tblr-btn-active-color: var(--tblr-dark-fg);
  --tblr-btn-active-bg: var(--tblr-dark);
  --tblr-btn-active-border-color: var(--tblr-dark);
  --tblr-btn-disabled-color: var(--tblr-dark);
  --tblr-btn-disabled-border-color: var(--tblr-dark);
}

.sidebar-tabler-scope .btn-ghost-dark,
.sidebar-tabler-scope .btn-ghost.btn-dark{
  --tblr-btn-color: var(--tblr-dark);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-dark-fg);
  --tblr-btn-hover-bg: var(--tblr-dark);
  --tblr-btn-hover-border-color: var(--tblr-dark);
  --tblr-btn-active-color: var(--tblr-dark-fg);
  --tblr-btn-active-bg: var(--tblr-dark);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-dark);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-muted{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-muted-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-muted);
  --tblr-btn-hover-color: var(--tblr-muted-fg);
  --tblr-btn-hover-bg: var(--tblr-muted-darken);
  --tblr-btn-active-color: var(--tblr-muted-fg);
  --tblr-btn-active-bg: var(--tblr-muted-darken);
  --tblr-btn-disabled-bg: var(--tblr-muted);
  --tblr-btn-disabled-color: var(--tblr-muted-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-muted,
.sidebar-tabler-scope .btn-outline.btn-muted{
  --tblr-btn-color: var(--tblr-muted);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-muted);
  --tblr-btn-hover-color: var(--tblr-muted-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-muted);
  --tblr-btn-active-color: var(--tblr-muted-fg);
  --tblr-btn-active-bg: var(--tblr-muted);
  --tblr-btn-active-border-color: var(--tblr-muted);
  --tblr-btn-disabled-color: var(--tblr-muted);
  --tblr-btn-disabled-border-color: var(--tblr-muted);
}

.sidebar-tabler-scope .btn-ghost-muted,
.sidebar-tabler-scope .btn-ghost.btn-muted{
  --tblr-btn-color: var(--tblr-muted);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-muted-fg);
  --tblr-btn-hover-bg: var(--tblr-muted);
  --tblr-btn-hover-border-color: var(--tblr-muted);
  --tblr-btn-active-color: var(--tblr-muted-fg);
  --tblr-btn-active-bg: var(--tblr-muted);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-muted);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-blue{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-blue-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-blue);
  --tblr-btn-hover-color: var(--tblr-blue-fg);
  --tblr-btn-hover-bg: var(--tblr-blue-darken);
  --tblr-btn-active-color: var(--tblr-blue-fg);
  --tblr-btn-active-bg: var(--tblr-blue-darken);
  --tblr-btn-disabled-bg: var(--tblr-blue);
  --tblr-btn-disabled-color: var(--tblr-blue-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-blue,
.sidebar-tabler-scope .btn-outline.btn-blue{
  --tblr-btn-color: var(--tblr-blue);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-blue);
  --tblr-btn-hover-color: var(--tblr-blue-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-blue);
  --tblr-btn-active-color: var(--tblr-blue-fg);
  --tblr-btn-active-bg: var(--tblr-blue);
  --tblr-btn-active-border-color: var(--tblr-blue);
  --tblr-btn-disabled-color: var(--tblr-blue);
  --tblr-btn-disabled-border-color: var(--tblr-blue);
}

.sidebar-tabler-scope .btn-ghost-blue,
.sidebar-tabler-scope .btn-ghost.btn-blue{
  --tblr-btn-color: var(--tblr-blue);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-blue-fg);
  --tblr-btn-hover-bg: var(--tblr-blue);
  --tblr-btn-hover-border-color: var(--tblr-blue);
  --tblr-btn-active-color: var(--tblr-blue-fg);
  --tblr-btn-active-bg: var(--tblr-blue);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-blue);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-azure{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-azure-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-azure);
  --tblr-btn-hover-color: var(--tblr-azure-fg);
  --tblr-btn-hover-bg: var(--tblr-azure-darken);
  --tblr-btn-active-color: var(--tblr-azure-fg);
  --tblr-btn-active-bg: var(--tblr-azure-darken);
  --tblr-btn-disabled-bg: var(--tblr-azure);
  --tblr-btn-disabled-color: var(--tblr-azure-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-azure,
.sidebar-tabler-scope .btn-outline.btn-azure{
  --tblr-btn-color: var(--tblr-azure);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-azure);
  --tblr-btn-hover-color: var(--tblr-azure-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-azure);
  --tblr-btn-active-color: var(--tblr-azure-fg);
  --tblr-btn-active-bg: var(--tblr-azure);
  --tblr-btn-active-border-color: var(--tblr-azure);
  --tblr-btn-disabled-color: var(--tblr-azure);
  --tblr-btn-disabled-border-color: var(--tblr-azure);
}

.sidebar-tabler-scope .btn-ghost-azure,
.sidebar-tabler-scope .btn-ghost.btn-azure{
  --tblr-btn-color: var(--tblr-azure);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-azure-fg);
  --tblr-btn-hover-bg: var(--tblr-azure);
  --tblr-btn-hover-border-color: var(--tblr-azure);
  --tblr-btn-active-color: var(--tblr-azure-fg);
  --tblr-btn-active-bg: var(--tblr-azure);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-azure);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-indigo{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-indigo-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-indigo);
  --tblr-btn-hover-color: var(--tblr-indigo-fg);
  --tblr-btn-hover-bg: var(--tblr-indigo-darken);
  --tblr-btn-active-color: var(--tblr-indigo-fg);
  --tblr-btn-active-bg: var(--tblr-indigo-darken);
  --tblr-btn-disabled-bg: var(--tblr-indigo);
  --tblr-btn-disabled-color: var(--tblr-indigo-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-indigo,
.sidebar-tabler-scope .btn-outline.btn-indigo{
  --tblr-btn-color: var(--tblr-indigo);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-indigo);
  --tblr-btn-hover-color: var(--tblr-indigo-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-indigo);
  --tblr-btn-active-color: var(--tblr-indigo-fg);
  --tblr-btn-active-bg: var(--tblr-indigo);
  --tblr-btn-active-border-color: var(--tblr-indigo);
  --tblr-btn-disabled-color: var(--tblr-indigo);
  --tblr-btn-disabled-border-color: var(--tblr-indigo);
}

.sidebar-tabler-scope .btn-ghost-indigo,
.sidebar-tabler-scope .btn-ghost.btn-indigo{
  --tblr-btn-color: var(--tblr-indigo);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-indigo-fg);
  --tblr-btn-hover-bg: var(--tblr-indigo);
  --tblr-btn-hover-border-color: var(--tblr-indigo);
  --tblr-btn-active-color: var(--tblr-indigo-fg);
  --tblr-btn-active-bg: var(--tblr-indigo);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-indigo);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-purple{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-purple-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-purple);
  --tblr-btn-hover-color: var(--tblr-purple-fg);
  --tblr-btn-hover-bg: var(--tblr-purple-darken);
  --tblr-btn-active-color: var(--tblr-purple-fg);
  --tblr-btn-active-bg: var(--tblr-purple-darken);
  --tblr-btn-disabled-bg: var(--tblr-purple);
  --tblr-btn-disabled-color: var(--tblr-purple-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-purple,
.sidebar-tabler-scope .btn-outline.btn-purple{
  --tblr-btn-color: var(--tblr-purple);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-purple);
  --tblr-btn-hover-color: var(--tblr-purple-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-purple);
  --tblr-btn-active-color: var(--tblr-purple-fg);
  --tblr-btn-active-bg: var(--tblr-purple);
  --tblr-btn-active-border-color: var(--tblr-purple);
  --tblr-btn-disabled-color: var(--tblr-purple);
  --tblr-btn-disabled-border-color: var(--tblr-purple);
}

.sidebar-tabler-scope .btn-ghost-purple,
.sidebar-tabler-scope .btn-ghost.btn-purple{
  --tblr-btn-color: var(--tblr-purple);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-purple-fg);
  --tblr-btn-hover-bg: var(--tblr-purple);
  --tblr-btn-hover-border-color: var(--tblr-purple);
  --tblr-btn-active-color: var(--tblr-purple-fg);
  --tblr-btn-active-bg: var(--tblr-purple);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-purple);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-pink{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-pink-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-pink);
  --tblr-btn-hover-color: var(--tblr-pink-fg);
  --tblr-btn-hover-bg: var(--tblr-pink-darken);
  --tblr-btn-active-color: var(--tblr-pink-fg);
  --tblr-btn-active-bg: var(--tblr-pink-darken);
  --tblr-btn-disabled-bg: var(--tblr-pink);
  --tblr-btn-disabled-color: var(--tblr-pink-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-pink,
.sidebar-tabler-scope .btn-outline.btn-pink{
  --tblr-btn-color: var(--tblr-pink);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-pink);
  --tblr-btn-hover-color: var(--tblr-pink-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-pink);
  --tblr-btn-active-color: var(--tblr-pink-fg);
  --tblr-btn-active-bg: var(--tblr-pink);
  --tblr-btn-active-border-color: var(--tblr-pink);
  --tblr-btn-disabled-color: var(--tblr-pink);
  --tblr-btn-disabled-border-color: var(--tblr-pink);
}

.sidebar-tabler-scope .btn-ghost-pink,
.sidebar-tabler-scope .btn-ghost.btn-pink{
  --tblr-btn-color: var(--tblr-pink);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-pink-fg);
  --tblr-btn-hover-bg: var(--tblr-pink);
  --tblr-btn-hover-border-color: var(--tblr-pink);
  --tblr-btn-active-color: var(--tblr-pink-fg);
  --tblr-btn-active-bg: var(--tblr-pink);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-pink);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-red{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-red-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-red);
  --tblr-btn-hover-color: var(--tblr-red-fg);
  --tblr-btn-hover-bg: var(--tblr-red-darken);
  --tblr-btn-active-color: var(--tblr-red-fg);
  --tblr-btn-active-bg: var(--tblr-red-darken);
  --tblr-btn-disabled-bg: var(--tblr-red);
  --tblr-btn-disabled-color: var(--tblr-red-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-red,
.sidebar-tabler-scope .btn-outline.btn-red{
  --tblr-btn-color: var(--tblr-red);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-red);
  --tblr-btn-hover-color: var(--tblr-red-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-red);
  --tblr-btn-active-color: var(--tblr-red-fg);
  --tblr-btn-active-bg: var(--tblr-red);
  --tblr-btn-active-border-color: var(--tblr-red);
  --tblr-btn-disabled-color: var(--tblr-red);
  --tblr-btn-disabled-border-color: var(--tblr-red);
}

.sidebar-tabler-scope .btn-ghost-red,
.sidebar-tabler-scope .btn-ghost.btn-red{
  --tblr-btn-color: var(--tblr-red);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-red-fg);
  --tblr-btn-hover-bg: var(--tblr-red);
  --tblr-btn-hover-border-color: var(--tblr-red);
  --tblr-btn-active-color: var(--tblr-red-fg);
  --tblr-btn-active-bg: var(--tblr-red);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-red);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-orange{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-orange-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-orange);
  --tblr-btn-hover-color: var(--tblr-orange-fg);
  --tblr-btn-hover-bg: var(--tblr-orange-darken);
  --tblr-btn-active-color: var(--tblr-orange-fg);
  --tblr-btn-active-bg: var(--tblr-orange-darken);
  --tblr-btn-disabled-bg: var(--tblr-orange);
  --tblr-btn-disabled-color: var(--tblr-orange-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-orange,
.sidebar-tabler-scope .btn-outline.btn-orange{
  --tblr-btn-color: var(--tblr-orange);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-orange);
  --tblr-btn-hover-color: var(--tblr-orange-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-orange);
  --tblr-btn-active-color: var(--tblr-orange-fg);
  --tblr-btn-active-bg: var(--tblr-orange);
  --tblr-btn-active-border-color: var(--tblr-orange);
  --tblr-btn-disabled-color: var(--tblr-orange);
  --tblr-btn-disabled-border-color: var(--tblr-orange);
}

.sidebar-tabler-scope .btn-ghost-orange,
.sidebar-tabler-scope .btn-ghost.btn-orange{
  --tblr-btn-color: var(--tblr-orange);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-orange-fg);
  --tblr-btn-hover-bg: var(--tblr-orange);
  --tblr-btn-hover-border-color: var(--tblr-orange);
  --tblr-btn-active-color: var(--tblr-orange-fg);
  --tblr-btn-active-bg: var(--tblr-orange);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-orange);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-yellow{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-yellow-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-yellow);
  --tblr-btn-hover-color: var(--tblr-yellow-fg);
  --tblr-btn-hover-bg: var(--tblr-yellow-darken);
  --tblr-btn-active-color: var(--tblr-yellow-fg);
  --tblr-btn-active-bg: var(--tblr-yellow-darken);
  --tblr-btn-disabled-bg: var(--tblr-yellow);
  --tblr-btn-disabled-color: var(--tblr-yellow-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-yellow,
.sidebar-tabler-scope .btn-outline.btn-yellow{
  --tblr-btn-color: var(--tblr-yellow);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-yellow);
  --tblr-btn-hover-color: var(--tblr-yellow-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-yellow);
  --tblr-btn-active-color: var(--tblr-yellow-fg);
  --tblr-btn-active-bg: var(--tblr-yellow);
  --tblr-btn-active-border-color: var(--tblr-yellow);
  --tblr-btn-disabled-color: var(--tblr-yellow);
  --tblr-btn-disabled-border-color: var(--tblr-yellow);
}

.sidebar-tabler-scope .btn-ghost-yellow,
.sidebar-tabler-scope .btn-ghost.btn-yellow{
  --tblr-btn-color: var(--tblr-yellow);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-yellow-fg);
  --tblr-btn-hover-bg: var(--tblr-yellow);
  --tblr-btn-hover-border-color: var(--tblr-yellow);
  --tblr-btn-active-color: var(--tblr-yellow-fg);
  --tblr-btn-active-bg: var(--tblr-yellow);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-yellow);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-lime{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-lime-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-lime);
  --tblr-btn-hover-color: var(--tblr-lime-fg);
  --tblr-btn-hover-bg: var(--tblr-lime-darken);
  --tblr-btn-active-color: var(--tblr-lime-fg);
  --tblr-btn-active-bg: var(--tblr-lime-darken);
  --tblr-btn-disabled-bg: var(--tblr-lime);
  --tblr-btn-disabled-color: var(--tblr-lime-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-lime,
.sidebar-tabler-scope .btn-outline.btn-lime{
  --tblr-btn-color: var(--tblr-lime);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-lime);
  --tblr-btn-hover-color: var(--tblr-lime-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-lime);
  --tblr-btn-active-color: var(--tblr-lime-fg);
  --tblr-btn-active-bg: var(--tblr-lime);
  --tblr-btn-active-border-color: var(--tblr-lime);
  --tblr-btn-disabled-color: var(--tblr-lime);
  --tblr-btn-disabled-border-color: var(--tblr-lime);
}

.sidebar-tabler-scope .btn-ghost-lime,
.sidebar-tabler-scope .btn-ghost.btn-lime{
  --tblr-btn-color: var(--tblr-lime);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-lime-fg);
  --tblr-btn-hover-bg: var(--tblr-lime);
  --tblr-btn-hover-border-color: var(--tblr-lime);
  --tblr-btn-active-color: var(--tblr-lime-fg);
  --tblr-btn-active-bg: var(--tblr-lime);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-lime);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-green{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-green-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-green);
  --tblr-btn-hover-color: var(--tblr-green-fg);
  --tblr-btn-hover-bg: var(--tblr-green-darken);
  --tblr-btn-active-color: var(--tblr-green-fg);
  --tblr-btn-active-bg: var(--tblr-green-darken);
  --tblr-btn-disabled-bg: var(--tblr-green);
  --tblr-btn-disabled-color: var(--tblr-green-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-green,
.sidebar-tabler-scope .btn-outline.btn-green{
  --tblr-btn-color: var(--tblr-green);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-green);
  --tblr-btn-hover-color: var(--tblr-green-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-green);
  --tblr-btn-active-color: var(--tblr-green-fg);
  --tblr-btn-active-bg: var(--tblr-green);
  --tblr-btn-active-border-color: var(--tblr-green);
  --tblr-btn-disabled-color: var(--tblr-green);
  --tblr-btn-disabled-border-color: var(--tblr-green);
}

.sidebar-tabler-scope .btn-ghost-green,
.sidebar-tabler-scope .btn-ghost.btn-green{
  --tblr-btn-color: var(--tblr-green);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-green-fg);
  --tblr-btn-hover-bg: var(--tblr-green);
  --tblr-btn-hover-border-color: var(--tblr-green);
  --tblr-btn-active-color: var(--tblr-green-fg);
  --tblr-btn-active-bg: var(--tblr-green);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-green);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-teal{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-teal-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-teal);
  --tblr-btn-hover-color: var(--tblr-teal-fg);
  --tblr-btn-hover-bg: var(--tblr-teal-darken);
  --tblr-btn-active-color: var(--tblr-teal-fg);
  --tblr-btn-active-bg: var(--tblr-teal-darken);
  --tblr-btn-disabled-bg: var(--tblr-teal);
  --tblr-btn-disabled-color: var(--tblr-teal-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-teal,
.sidebar-tabler-scope .btn-outline.btn-teal{
  --tblr-btn-color: var(--tblr-teal);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-teal);
  --tblr-btn-hover-color: var(--tblr-teal-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-teal);
  --tblr-btn-active-color: var(--tblr-teal-fg);
  --tblr-btn-active-bg: var(--tblr-teal);
  --tblr-btn-active-border-color: var(--tblr-teal);
  --tblr-btn-disabled-color: var(--tblr-teal);
  --tblr-btn-disabled-border-color: var(--tblr-teal);
}

.sidebar-tabler-scope .btn-ghost-teal,
.sidebar-tabler-scope .btn-ghost.btn-teal{
  --tblr-btn-color: var(--tblr-teal);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-teal-fg);
  --tblr-btn-hover-bg: var(--tblr-teal);
  --tblr-btn-hover-border-color: var(--tblr-teal);
  --tblr-btn-active-color: var(--tblr-teal-fg);
  --tblr-btn-active-bg: var(--tblr-teal);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-teal);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-cyan{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-cyan-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-cyan);
  --tblr-btn-hover-color: var(--tblr-cyan-fg);
  --tblr-btn-hover-bg: var(--tblr-cyan-darken);
  --tblr-btn-active-color: var(--tblr-cyan-fg);
  --tblr-btn-active-bg: var(--tblr-cyan-darken);
  --tblr-btn-disabled-bg: var(--tblr-cyan);
  --tblr-btn-disabled-color: var(--tblr-cyan-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-cyan,
.sidebar-tabler-scope .btn-outline.btn-cyan{
  --tblr-btn-color: var(--tblr-cyan);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-cyan);
  --tblr-btn-hover-color: var(--tblr-cyan-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-cyan);
  --tblr-btn-active-color: var(--tblr-cyan-fg);
  --tblr-btn-active-bg: var(--tblr-cyan);
  --tblr-btn-active-border-color: var(--tblr-cyan);
  --tblr-btn-disabled-color: var(--tblr-cyan);
  --tblr-btn-disabled-border-color: var(--tblr-cyan);
}

.sidebar-tabler-scope .btn-ghost-cyan,
.sidebar-tabler-scope .btn-ghost.btn-cyan{
  --tblr-btn-color: var(--tblr-cyan);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-cyan-fg);
  --tblr-btn-hover-bg: var(--tblr-cyan);
  --tblr-btn-hover-border-color: var(--tblr-cyan);
  --tblr-btn-active-color: var(--tblr-cyan-fg);
  --tblr-btn-active-bg: var(--tblr-cyan);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-cyan);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-x{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-x-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-x);
  --tblr-btn-hover-color: var(--tblr-x-fg);
  --tblr-btn-hover-bg: var(--tblr-x-darken);
  --tblr-btn-active-color: var(--tblr-x-fg);
  --tblr-btn-active-bg: var(--tblr-x-darken);
  --tblr-btn-disabled-bg: var(--tblr-x);
  --tblr-btn-disabled-color: var(--tblr-x-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-x,
.sidebar-tabler-scope .btn-outline.btn-x{
  --tblr-btn-color: var(--tblr-x);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-x);
  --tblr-btn-hover-color: var(--tblr-x-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-x);
  --tblr-btn-active-color: var(--tblr-x-fg);
  --tblr-btn-active-bg: var(--tblr-x);
  --tblr-btn-active-border-color: var(--tblr-x);
  --tblr-btn-disabled-color: var(--tblr-x);
  --tblr-btn-disabled-border-color: var(--tblr-x);
}

.sidebar-tabler-scope .btn-ghost-x,
.sidebar-tabler-scope .btn-ghost.btn-x{
  --tblr-btn-color: var(--tblr-x);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-x-fg);
  --tblr-btn-hover-bg: var(--tblr-x);
  --tblr-btn-hover-border-color: var(--tblr-x);
  --tblr-btn-active-color: var(--tblr-x-fg);
  --tblr-btn-active-bg: var(--tblr-x);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-x);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-facebook{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-facebook-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-facebook);
  --tblr-btn-hover-color: var(--tblr-facebook-fg);
  --tblr-btn-hover-bg: var(--tblr-facebook-darken);
  --tblr-btn-active-color: var(--tblr-facebook-fg);
  --tblr-btn-active-bg: var(--tblr-facebook-darken);
  --tblr-btn-disabled-bg: var(--tblr-facebook);
  --tblr-btn-disabled-color: var(--tblr-facebook-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-facebook,
.sidebar-tabler-scope .btn-outline.btn-facebook{
  --tblr-btn-color: var(--tblr-facebook);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-facebook);
  --tblr-btn-hover-color: var(--tblr-facebook-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-facebook);
  --tblr-btn-active-color: var(--tblr-facebook-fg);
  --tblr-btn-active-bg: var(--tblr-facebook);
  --tblr-btn-active-border-color: var(--tblr-facebook);
  --tblr-btn-disabled-color: var(--tblr-facebook);
  --tblr-btn-disabled-border-color: var(--tblr-facebook);
}

.sidebar-tabler-scope .btn-ghost-facebook,
.sidebar-tabler-scope .btn-ghost.btn-facebook{
  --tblr-btn-color: var(--tblr-facebook);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-facebook-fg);
  --tblr-btn-hover-bg: var(--tblr-facebook);
  --tblr-btn-hover-border-color: var(--tblr-facebook);
  --tblr-btn-active-color: var(--tblr-facebook-fg);
  --tblr-btn-active-bg: var(--tblr-facebook);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-facebook);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-twitter{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-twitter-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-twitter);
  --tblr-btn-hover-color: var(--tblr-twitter-fg);
  --tblr-btn-hover-bg: var(--tblr-twitter-darken);
  --tblr-btn-active-color: var(--tblr-twitter-fg);
  --tblr-btn-active-bg: var(--tblr-twitter-darken);
  --tblr-btn-disabled-bg: var(--tblr-twitter);
  --tblr-btn-disabled-color: var(--tblr-twitter-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-twitter,
.sidebar-tabler-scope .btn-outline.btn-twitter{
  --tblr-btn-color: var(--tblr-twitter);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-twitter);
  --tblr-btn-hover-color: var(--tblr-twitter-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-twitter);
  --tblr-btn-active-color: var(--tblr-twitter-fg);
  --tblr-btn-active-bg: var(--tblr-twitter);
  --tblr-btn-active-border-color: var(--tblr-twitter);
  --tblr-btn-disabled-color: var(--tblr-twitter);
  --tblr-btn-disabled-border-color: var(--tblr-twitter);
}

.sidebar-tabler-scope .btn-ghost-twitter,
.sidebar-tabler-scope .btn-ghost.btn-twitter{
  --tblr-btn-color: var(--tblr-twitter);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-twitter-fg);
  --tblr-btn-hover-bg: var(--tblr-twitter);
  --tblr-btn-hover-border-color: var(--tblr-twitter);
  --tblr-btn-active-color: var(--tblr-twitter-fg);
  --tblr-btn-active-bg: var(--tblr-twitter);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-twitter);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-linkedin{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-linkedin-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-linkedin);
  --tblr-btn-hover-color: var(--tblr-linkedin-fg);
  --tblr-btn-hover-bg: var(--tblr-linkedin-darken);
  --tblr-btn-active-color: var(--tblr-linkedin-fg);
  --tblr-btn-active-bg: var(--tblr-linkedin-darken);
  --tblr-btn-disabled-bg: var(--tblr-linkedin);
  --tblr-btn-disabled-color: var(--tblr-linkedin-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-linkedin,
.sidebar-tabler-scope .btn-outline.btn-linkedin{
  --tblr-btn-color: var(--tblr-linkedin);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-linkedin);
  --tblr-btn-hover-color: var(--tblr-linkedin-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-linkedin);
  --tblr-btn-active-color: var(--tblr-linkedin-fg);
  --tblr-btn-active-bg: var(--tblr-linkedin);
  --tblr-btn-active-border-color: var(--tblr-linkedin);
  --tblr-btn-disabled-color: var(--tblr-linkedin);
  --tblr-btn-disabled-border-color: var(--tblr-linkedin);
}

.sidebar-tabler-scope .btn-ghost-linkedin,
.sidebar-tabler-scope .btn-ghost.btn-linkedin{
  --tblr-btn-color: var(--tblr-linkedin);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-linkedin-fg);
  --tblr-btn-hover-bg: var(--tblr-linkedin);
  --tblr-btn-hover-border-color: var(--tblr-linkedin);
  --tblr-btn-active-color: var(--tblr-linkedin-fg);
  --tblr-btn-active-bg: var(--tblr-linkedin);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-linkedin);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-google{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-google-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-google);
  --tblr-btn-hover-color: var(--tblr-google-fg);
  --tblr-btn-hover-bg: var(--tblr-google-darken);
  --tblr-btn-active-color: var(--tblr-google-fg);
  --tblr-btn-active-bg: var(--tblr-google-darken);
  --tblr-btn-disabled-bg: var(--tblr-google);
  --tblr-btn-disabled-color: var(--tblr-google-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-google,
.sidebar-tabler-scope .btn-outline.btn-google{
  --tblr-btn-color: var(--tblr-google);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-google);
  --tblr-btn-hover-color: var(--tblr-google-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-google);
  --tblr-btn-active-color: var(--tblr-google-fg);
  --tblr-btn-active-bg: var(--tblr-google);
  --tblr-btn-active-border-color: var(--tblr-google);
  --tblr-btn-disabled-color: var(--tblr-google);
  --tblr-btn-disabled-border-color: var(--tblr-google);
}

.sidebar-tabler-scope .btn-ghost-google,
.sidebar-tabler-scope .btn-ghost.btn-google{
  --tblr-btn-color: var(--tblr-google);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-google-fg);
  --tblr-btn-hover-bg: var(--tblr-google);
  --tblr-btn-hover-border-color: var(--tblr-google);
  --tblr-btn-active-color: var(--tblr-google-fg);
  --tblr-btn-active-bg: var(--tblr-google);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-google);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-youtube{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-youtube-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-youtube);
  --tblr-btn-hover-color: var(--tblr-youtube-fg);
  --tblr-btn-hover-bg: var(--tblr-youtube-darken);
  --tblr-btn-active-color: var(--tblr-youtube-fg);
  --tblr-btn-active-bg: var(--tblr-youtube-darken);
  --tblr-btn-disabled-bg: var(--tblr-youtube);
  --tblr-btn-disabled-color: var(--tblr-youtube-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-youtube,
.sidebar-tabler-scope .btn-outline.btn-youtube{
  --tblr-btn-color: var(--tblr-youtube);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-youtube);
  --tblr-btn-hover-color: var(--tblr-youtube-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-youtube);
  --tblr-btn-active-color: var(--tblr-youtube-fg);
  --tblr-btn-active-bg: var(--tblr-youtube);
  --tblr-btn-active-border-color: var(--tblr-youtube);
  --tblr-btn-disabled-color: var(--tblr-youtube);
  --tblr-btn-disabled-border-color: var(--tblr-youtube);
}

.sidebar-tabler-scope .btn-ghost-youtube,
.sidebar-tabler-scope .btn-ghost.btn-youtube{
  --tblr-btn-color: var(--tblr-youtube);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-youtube-fg);
  --tblr-btn-hover-bg: var(--tblr-youtube);
  --tblr-btn-hover-border-color: var(--tblr-youtube);
  --tblr-btn-active-color: var(--tblr-youtube-fg);
  --tblr-btn-active-bg: var(--tblr-youtube);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-youtube);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-vimeo{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-vimeo-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-vimeo);
  --tblr-btn-hover-color: var(--tblr-vimeo-fg);
  --tblr-btn-hover-bg: var(--tblr-vimeo-darken);
  --tblr-btn-active-color: var(--tblr-vimeo-fg);
  --tblr-btn-active-bg: var(--tblr-vimeo-darken);
  --tblr-btn-disabled-bg: var(--tblr-vimeo);
  --tblr-btn-disabled-color: var(--tblr-vimeo-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-vimeo,
.sidebar-tabler-scope .btn-outline.btn-vimeo{
  --tblr-btn-color: var(--tblr-vimeo);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-vimeo);
  --tblr-btn-hover-color: var(--tblr-vimeo-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-vimeo);
  --tblr-btn-active-color: var(--tblr-vimeo-fg);
  --tblr-btn-active-bg: var(--tblr-vimeo);
  --tblr-btn-active-border-color: var(--tblr-vimeo);
  --tblr-btn-disabled-color: var(--tblr-vimeo);
  --tblr-btn-disabled-border-color: var(--tblr-vimeo);
}

.sidebar-tabler-scope .btn-ghost-vimeo,
.sidebar-tabler-scope .btn-ghost.btn-vimeo{
  --tblr-btn-color: var(--tblr-vimeo);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-vimeo-fg);
  --tblr-btn-hover-bg: var(--tblr-vimeo);
  --tblr-btn-hover-border-color: var(--tblr-vimeo);
  --tblr-btn-active-color: var(--tblr-vimeo-fg);
  --tblr-btn-active-bg: var(--tblr-vimeo);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-vimeo);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-dribbble{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-dribbble-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-dribbble);
  --tblr-btn-hover-color: var(--tblr-dribbble-fg);
  --tblr-btn-hover-bg: var(--tblr-dribbble-darken);
  --tblr-btn-active-color: var(--tblr-dribbble-fg);
  --tblr-btn-active-bg: var(--tblr-dribbble-darken);
  --tblr-btn-disabled-bg: var(--tblr-dribbble);
  --tblr-btn-disabled-color: var(--tblr-dribbble-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-dribbble,
.sidebar-tabler-scope .btn-outline.btn-dribbble{
  --tblr-btn-color: var(--tblr-dribbble);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-dribbble);
  --tblr-btn-hover-color: var(--tblr-dribbble-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-dribbble);
  --tblr-btn-active-color: var(--tblr-dribbble-fg);
  --tblr-btn-active-bg: var(--tblr-dribbble);
  --tblr-btn-active-border-color: var(--tblr-dribbble);
  --tblr-btn-disabled-color: var(--tblr-dribbble);
  --tblr-btn-disabled-border-color: var(--tblr-dribbble);
}

.sidebar-tabler-scope .btn-ghost-dribbble,
.sidebar-tabler-scope .btn-ghost.btn-dribbble{
  --tblr-btn-color: var(--tblr-dribbble);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-dribbble-fg);
  --tblr-btn-hover-bg: var(--tblr-dribbble);
  --tblr-btn-hover-border-color: var(--tblr-dribbble);
  --tblr-btn-active-color: var(--tblr-dribbble-fg);
  --tblr-btn-active-bg: var(--tblr-dribbble);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-dribbble);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-github{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-github-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-github);
  --tblr-btn-hover-color: var(--tblr-github-fg);
  --tblr-btn-hover-bg: var(--tblr-github-darken);
  --tblr-btn-active-color: var(--tblr-github-fg);
  --tblr-btn-active-bg: var(--tblr-github-darken);
  --tblr-btn-disabled-bg: var(--tblr-github);
  --tblr-btn-disabled-color: var(--tblr-github-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-github,
.sidebar-tabler-scope .btn-outline.btn-github{
  --tblr-btn-color: var(--tblr-github);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-github);
  --tblr-btn-hover-color: var(--tblr-github-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-github);
  --tblr-btn-active-color: var(--tblr-github-fg);
  --tblr-btn-active-bg: var(--tblr-github);
  --tblr-btn-active-border-color: var(--tblr-github);
  --tblr-btn-disabled-color: var(--tblr-github);
  --tblr-btn-disabled-border-color: var(--tblr-github);
}

.sidebar-tabler-scope .btn-ghost-github,
.sidebar-tabler-scope .btn-ghost.btn-github{
  --tblr-btn-color: var(--tblr-github);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-github-fg);
  --tblr-btn-hover-bg: var(--tblr-github);
  --tblr-btn-hover-border-color: var(--tblr-github);
  --tblr-btn-active-color: var(--tblr-github-fg);
  --tblr-btn-active-bg: var(--tblr-github);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-github);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-instagram{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-instagram-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-instagram);
  --tblr-btn-hover-color: var(--tblr-instagram-fg);
  --tblr-btn-hover-bg: var(--tblr-instagram-darken);
  --tblr-btn-active-color: var(--tblr-instagram-fg);
  --tblr-btn-active-bg: var(--tblr-instagram-darken);
  --tblr-btn-disabled-bg: var(--tblr-instagram);
  --tblr-btn-disabled-color: var(--tblr-instagram-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-instagram,
.sidebar-tabler-scope .btn-outline.btn-instagram{
  --tblr-btn-color: var(--tblr-instagram);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-instagram);
  --tblr-btn-hover-color: var(--tblr-instagram-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-instagram);
  --tblr-btn-active-color: var(--tblr-instagram-fg);
  --tblr-btn-active-bg: var(--tblr-instagram);
  --tblr-btn-active-border-color: var(--tblr-instagram);
  --tblr-btn-disabled-color: var(--tblr-instagram);
  --tblr-btn-disabled-border-color: var(--tblr-instagram);
}

.sidebar-tabler-scope .btn-ghost-instagram,
.sidebar-tabler-scope .btn-ghost.btn-instagram{
  --tblr-btn-color: var(--tblr-instagram);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-instagram-fg);
  --tblr-btn-hover-bg: var(--tblr-instagram);
  --tblr-btn-hover-border-color: var(--tblr-instagram);
  --tblr-btn-active-color: var(--tblr-instagram-fg);
  --tblr-btn-active-bg: var(--tblr-instagram);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-instagram);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-pinterest{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-pinterest-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-pinterest);
  --tblr-btn-hover-color: var(--tblr-pinterest-fg);
  --tblr-btn-hover-bg: var(--tblr-pinterest-darken);
  --tblr-btn-active-color: var(--tblr-pinterest-fg);
  --tblr-btn-active-bg: var(--tblr-pinterest-darken);
  --tblr-btn-disabled-bg: var(--tblr-pinterest);
  --tblr-btn-disabled-color: var(--tblr-pinterest-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-pinterest,
.sidebar-tabler-scope .btn-outline.btn-pinterest{
  --tblr-btn-color: var(--tblr-pinterest);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-pinterest);
  --tblr-btn-hover-color: var(--tblr-pinterest-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-pinterest);
  --tblr-btn-active-color: var(--tblr-pinterest-fg);
  --tblr-btn-active-bg: var(--tblr-pinterest);
  --tblr-btn-active-border-color: var(--tblr-pinterest);
  --tblr-btn-disabled-color: var(--tblr-pinterest);
  --tblr-btn-disabled-border-color: var(--tblr-pinterest);
}

.sidebar-tabler-scope .btn-ghost-pinterest,
.sidebar-tabler-scope .btn-ghost.btn-pinterest{
  --tblr-btn-color: var(--tblr-pinterest);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-pinterest-fg);
  --tblr-btn-hover-bg: var(--tblr-pinterest);
  --tblr-btn-hover-border-color: var(--tblr-pinterest);
  --tblr-btn-active-color: var(--tblr-pinterest-fg);
  --tblr-btn-active-bg: var(--tblr-pinterest);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-pinterest);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-vk{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-vk-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-vk);
  --tblr-btn-hover-color: var(--tblr-vk-fg);
  --tblr-btn-hover-bg: var(--tblr-vk-darken);
  --tblr-btn-active-color: var(--tblr-vk-fg);
  --tblr-btn-active-bg: var(--tblr-vk-darken);
  --tblr-btn-disabled-bg: var(--tblr-vk);
  --tblr-btn-disabled-color: var(--tblr-vk-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-vk,
.sidebar-tabler-scope .btn-outline.btn-vk{
  --tblr-btn-color: var(--tblr-vk);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-vk);
  --tblr-btn-hover-color: var(--tblr-vk-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-vk);
  --tblr-btn-active-color: var(--tblr-vk-fg);
  --tblr-btn-active-bg: var(--tblr-vk);
  --tblr-btn-active-border-color: var(--tblr-vk);
  --tblr-btn-disabled-color: var(--tblr-vk);
  --tblr-btn-disabled-border-color: var(--tblr-vk);
}

.sidebar-tabler-scope .btn-ghost-vk,
.sidebar-tabler-scope .btn-ghost.btn-vk{
  --tblr-btn-color: var(--tblr-vk);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-vk-fg);
  --tblr-btn-hover-bg: var(--tblr-vk);
  --tblr-btn-hover-border-color: var(--tblr-vk);
  --tblr-btn-active-color: var(--tblr-vk-fg);
  --tblr-btn-active-bg: var(--tblr-vk);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-vk);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-rss{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-rss-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-rss);
  --tblr-btn-hover-color: var(--tblr-rss-fg);
  --tblr-btn-hover-bg: var(--tblr-rss-darken);
  --tblr-btn-active-color: var(--tblr-rss-fg);
  --tblr-btn-active-bg: var(--tblr-rss-darken);
  --tblr-btn-disabled-bg: var(--tblr-rss);
  --tblr-btn-disabled-color: var(--tblr-rss-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-rss,
.sidebar-tabler-scope .btn-outline.btn-rss{
  --tblr-btn-color: var(--tblr-rss);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-rss);
  --tblr-btn-hover-color: var(--tblr-rss-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-rss);
  --tblr-btn-active-color: var(--tblr-rss-fg);
  --tblr-btn-active-bg: var(--tblr-rss);
  --tblr-btn-active-border-color: var(--tblr-rss);
  --tblr-btn-disabled-color: var(--tblr-rss);
  --tblr-btn-disabled-border-color: var(--tblr-rss);
}

.sidebar-tabler-scope .btn-ghost-rss,
.sidebar-tabler-scope .btn-ghost.btn-rss{
  --tblr-btn-color: var(--tblr-rss);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-rss-fg);
  --tblr-btn-hover-bg: var(--tblr-rss);
  --tblr-btn-hover-border-color: var(--tblr-rss);
  --tblr-btn-active-color: var(--tblr-rss-fg);
  --tblr-btn-active-bg: var(--tblr-rss);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-rss);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-flickr{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-flickr-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-flickr);
  --tblr-btn-hover-color: var(--tblr-flickr-fg);
  --tblr-btn-hover-bg: var(--tblr-flickr-darken);
  --tblr-btn-active-color: var(--tblr-flickr-fg);
  --tblr-btn-active-bg: var(--tblr-flickr-darken);
  --tblr-btn-disabled-bg: var(--tblr-flickr);
  --tblr-btn-disabled-color: var(--tblr-flickr-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-flickr,
.sidebar-tabler-scope .btn-outline.btn-flickr{
  --tblr-btn-color: var(--tblr-flickr);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-flickr);
  --tblr-btn-hover-color: var(--tblr-flickr-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-flickr);
  --tblr-btn-active-color: var(--tblr-flickr-fg);
  --tblr-btn-active-bg: var(--tblr-flickr);
  --tblr-btn-active-border-color: var(--tblr-flickr);
  --tblr-btn-disabled-color: var(--tblr-flickr);
  --tblr-btn-disabled-border-color: var(--tblr-flickr);
}

.sidebar-tabler-scope .btn-ghost-flickr,
.sidebar-tabler-scope .btn-ghost.btn-flickr{
  --tblr-btn-color: var(--tblr-flickr);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-flickr-fg);
  --tblr-btn-hover-bg: var(--tblr-flickr);
  --tblr-btn-hover-border-color: var(--tblr-flickr);
  --tblr-btn-active-color: var(--tblr-flickr-fg);
  --tblr-btn-active-bg: var(--tblr-flickr);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-flickr);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-bitbucket{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-bitbucket-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-bitbucket);
  --tblr-btn-hover-color: var(--tblr-bitbucket-fg);
  --tblr-btn-hover-bg: var(--tblr-bitbucket-darken);
  --tblr-btn-active-color: var(--tblr-bitbucket-fg);
  --tblr-btn-active-bg: var(--tblr-bitbucket-darken);
  --tblr-btn-disabled-bg: var(--tblr-bitbucket);
  --tblr-btn-disabled-color: var(--tblr-bitbucket-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-bitbucket,
.sidebar-tabler-scope .btn-outline.btn-bitbucket{
  --tblr-btn-color: var(--tblr-bitbucket);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-bitbucket);
  --tblr-btn-hover-color: var(--tblr-bitbucket-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-bitbucket);
  --tblr-btn-active-color: var(--tblr-bitbucket-fg);
  --tblr-btn-active-bg: var(--tblr-bitbucket);
  --tblr-btn-active-border-color: var(--tblr-bitbucket);
  --tblr-btn-disabled-color: var(--tblr-bitbucket);
  --tblr-btn-disabled-border-color: var(--tblr-bitbucket);
}

.sidebar-tabler-scope .btn-ghost-bitbucket,
.sidebar-tabler-scope .btn-ghost.btn-bitbucket{
  --tblr-btn-color: var(--tblr-bitbucket);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-bitbucket-fg);
  --tblr-btn-hover-bg: var(--tblr-bitbucket);
  --tblr-btn-hover-border-color: var(--tblr-bitbucket);
  --tblr-btn-active-color: var(--tblr-bitbucket-fg);
  --tblr-btn-active-bg: var(--tblr-bitbucket);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-bitbucket);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-tabler{
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-color: var(--tblr-tabler-fg, #ffffff);
  --tblr-btn-bg: var(--tblr-tabler);
  --tblr-btn-hover-color: var(--tblr-tabler-fg);
  --tblr-btn-hover-bg: var(--tblr-tabler-darken);
  --tblr-btn-active-color: var(--tblr-tabler-fg);
  --tblr-btn-active-bg: var(--tblr-tabler-darken);
  --tblr-btn-disabled-bg: var(--tblr-tabler);
  --tblr-btn-disabled-color: var(--tblr-tabler-fg);
  --tblr-btn-box-shadow: var(--tblr-shadow-input);
}

.sidebar-tabler-scope .btn-outline-tabler,
.sidebar-tabler-scope .btn-outline.btn-tabler{
  --tblr-btn-color: var(--tblr-tabler);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: var(--tblr-tabler);
  --tblr-btn-hover-color: var(--tblr-tabler-fg);
  --tblr-btn-hover-border-color: transparent;
  --tblr-btn-hover-bg: var(--tblr-tabler);
  --tblr-btn-active-color: var(--tblr-tabler-fg);
  --tblr-btn-active-bg: var(--tblr-tabler);
  --tblr-btn-active-border-color: var(--tblr-tabler);
  --tblr-btn-disabled-color: var(--tblr-tabler);
  --tblr-btn-disabled-border-color: var(--tblr-tabler);
}

.sidebar-tabler-scope .btn-ghost-tabler,
.sidebar-tabler-scope .btn-ghost.btn-tabler{
  --tblr-btn-color: var(--tblr-tabler);
  --tblr-btn-bg: transparent;
  --tblr-btn-border-color: transparent;
  --tblr-btn-hover-color: var(--tblr-tabler-fg);
  --tblr-btn-hover-bg: var(--tblr-tabler);
  --tblr-btn-hover-border-color: var(--tblr-tabler);
  --tblr-btn-active-color: var(--tblr-tabler-fg);
  --tblr-btn-active-bg: var(--tblr-tabler);
  --tblr-btn-active-border-color: transparent;
  --tblr-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --tblr-btn-disabled-color: var(--tblr-tabler);
  --tblr-btn-disabled-bg: transparent;
  --tblr-btn-disabled-border-color: transparent;
  --tblr-gradient: none;
  --tblr-btn-box-shadow: none;
}

.sidebar-tabler-scope .btn-sm,
.sidebar-tabler-scope .btn-group-sm > .btn{
  --tblr-btn-line-height: 1.3333333333;
  --tblr-btn-icon-size: 1rem;
}

.sidebar-tabler-scope .btn-lg,
.sidebar-tabler-scope .btn-group-lg > .btn{
  --tblr-btn-line-height: 1.5rem;
  --tblr-btn-icon-size: 1.5rem;
}

.sidebar-tabler-scope .btn-xl,
.sidebar-tabler-scope .btn-group-xl > .btn{
  --tblr-btn-line-height: 2;
  --tblr-btn-icon-size: 2rem;
  --tblr-btn-padding-y: 0.6875rem;
  --tblr-btn-padding-x: 2rem;
  --tblr-btn-font-size: 1.5rem;
}

.sidebar-tabler-scope .btn-pill{
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 10rem;
}
.sidebar-tabler-scope .btn-pill[class*=btn-icon]{
  padding: 0.375rem 15px;
}

.sidebar-tabler-scope .btn-square{
  border-radius: 0;
}

.sidebar-tabler-scope .btn-icon,
.sidebar-tabler-scope .btn-action{
  padding-left: 0;
  padding-right: 0;
}
.sidebar-tabler-scope .btn-icon .icon,
.sidebar-tabler-scope .btn-action .icon{
  margin: calc(-1 * var(--tblr-btn-padding-x));
}

.sidebar-tabler-scope .btn-list{
  --tblr-list-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--tblr-list-gap);
}

.sidebar-tabler-scope .btn-floating{
  position: fixed;
  z-index: 1030;
  bottom: 1rem;
  left: 1rem;
  box-shadow: var(--tblr-shadow-dropdown);
}

.sidebar-tabler-scope .btn-loading{
  position: relative;
  color: transparent !important;
  text-shadow: none !important;
  pointer-events: none;
}
.sidebar-tabler-scope .btn-loading > *{
  opacity: 0;
}
.sidebar-tabler-scope .btn-loading:after{
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  border: 2px var(--tblr-border-style) currentColor;
  border-right-color: transparent;
  border-radius: 100rem;
  color: var(--tblr-btn-color);
  position: absolute;
  width: var(--tblr-btn-icon-size);
  height: var(--tblr-btn-icon-size);
  left: calc(50% - var(--tblr-btn-icon-size) / 2);
  top: calc(50% - var(--tblr-btn-icon-size) / 2);
  animation: spinner-border 0.75s linear infinite;
}

.sidebar-tabler-scope .btn-action{
  --tblr-border-color: transparent;
  color: var(--tblr-secondary);
  border-radius: var(--tblr-border-radius);
  background: transparent;
  box-shadow: none;
}
.sidebar-tabler-scope .btn-action:after{
  content: none;
}
.sidebar-tabler-scope .btn-action:focus{
  outline: none;
  box-shadow: none;
}
.sidebar-tabler-scope .btn-action:hover,.sidebar-tabler-scope .btn-action.show{
  color: var(--tblr-body-color);
  background: var(--tblr-active-bg);
  border-color: transparent;
}
.sidebar-tabler-scope .btn-action.show{
  color: var(--tblr-primary);
}

.sidebar-tabler-scope .btn-actions{
  display: flex;
}

.sidebar-tabler-scope .btn-animate-icon .icon{
  transition: transform 0.3s ease;
}
.sidebar-tabler-scope .btn-animate-icon:hover .icon,.sidebar-tabler-scope .btn-animate-icon:focus-visible .icon{
  transform: translateX(4px);
}
.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-rotate:hover .icon,.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-rotate:focus-visible .icon{
  transform: rotate(90deg);
}
.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-move-start:hover .icon,.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-move-start:focus-visible .icon{
  transform: translateX(-4px);
}
.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-pulse:hover .icon,.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-pulse:focus-visible .icon{
  transform: none;
  animation: pulse 0.9s;
}
.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-shake:hover .icon,.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-shake:focus-visible .icon{
  transform: none;
  animation: shake 0.9s;
}
.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-tada:hover .icon,.sidebar-tabler-scope .btn-animate-icon.btn-animate-icon-tada:focus-visible .icon{
  transform: none;
  animation: tada 0.9s;
}

.sidebar-tabler-scope .btn-group,
.sidebar-tabler-scope .btn-group-vertical{
  box-shadow: var(--tblr-shadow-input);
}
.sidebar-tabler-scope .btn-group > .btn-check:checked + .btn,
.sidebar-tabler-scope .btn-group > .btn:active,
.sidebar-tabler-scope .btn-group > .btn.active,
.sidebar-tabler-scope .btn-group-vertical > .btn-check:checked + .btn,
.sidebar-tabler-scope .btn-group-vertical > .btn:active,
.sidebar-tabler-scope .btn-group-vertical > .btn.active{
  z-index: 5;
}
.sidebar-tabler-scope .btn-group > .btn-check:focus + .btn,
.sidebar-tabler-scope .btn-group > .btn:hover,
.sidebar-tabler-scope .btn-group > .btn:focus,
.sidebar-tabler-scope .btn-group-vertical > .btn-check:focus + .btn,
.sidebar-tabler-scope .btn-group-vertical > .btn:hover,
.sidebar-tabler-scope .btn-group-vertical > .btn:focus{
  z-index: 1;
}

.sidebar-tabler-scope .calendar{
  display: block;
  font-size: 0.765625rem;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope .calendar-nav{
  display: flex;
  align-items: center;
}

.sidebar-tabler-scope .calendar-title{
  flex: 1;
  text-align: center;
}

.sidebar-tabler-scope .calendar-body,
.sidebar-tabler-scope .calendar-header{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0.5rem 0;
}

.sidebar-tabler-scope .calendar-header{
  color: var(--tblr-secondary);
}

.sidebar-tabler-scope .calendar-date{
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
  padding: 0.2rem;
  text-align: center;
  border: 0;
}
.sidebar-tabler-scope .calendar-date.prev-month,.sidebar-tabler-scope .calendar-date.next-month{
  opacity: 0.25;
}
.sidebar-tabler-scope .calendar-date .date-item{
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  color: #66758c;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: 0 0;
  border: var(--tblr-border-width) var(--tblr-border-style) transparent;
  border-radius: 100rem;
  outline: 0;
  transition: background 0.3s, border 0.3s, box-shadow 0.32s, color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .calendar-date .date-item{
    transition: none;
  }
}
.sidebar-tabler-scope .calendar-date .date-item:hover{
  color: var(--tblr-primary);
  text-decoration: none;
  background: #fefeff;
  border-color: var(--tblr-border-color);
}
.sidebar-tabler-scope .calendar-date .date-today{
  color: var(--tblr-primary);
  border-color: var(--tblr-border-color);
}

.sidebar-tabler-scope .calendar-range{
  position: relative;
}
.sidebar-tabler-scope .calendar-range:before{
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1.4rem;
  content: "";
  background: rgba(var(--tblr-primary-rgb), 0.1);
  transform: translateY(-50%);
}
.sidebar-tabler-scope .calendar-range.range-start .date-item,.sidebar-tabler-scope .calendar-range.range-end .date-item{
  color: #ffffff;
  background: var(--tblr-primary);
  border-color: var(--tblr-primary);
}
.sidebar-tabler-scope .calendar-range.range-start:before{
  left: 50%;
}
.sidebar-tabler-scope .calendar-range.range-end:before{
  right: 50%;
}

.sidebar-tabler-scope .carousel-indicators-vertical{
  left: auto;
  top: 0;
  margin: 0 1rem 0 0;
  flex-direction: column;
}
.sidebar-tabler-scope .carousel-indicators-vertical [data-bs-target]{
  margin: 3px 0 3px;
  width: 3px;
  height: 30px;
  border: 0;
  border-left: 10px var(--tblr-border-style) transparent;
  border-right: 10px var(--tblr-border-style) transparent;
}

.sidebar-tabler-scope .carousel-indicators-dot [data-bs-target]{
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
  border: 10px var(--tblr-border-style) transparent;
  margin: 0;
}

.sidebar-tabler-scope .carousel-indicators-thumb [data-bs-target]{
  width: 2rem;
  height: auto;
  background: no-repeat center/cover;
  border: 0;
  border-radius: var(--tblr-border-radius);
  box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
  margin: 0 3px;
  opacity: 0.75;
}
@media (min-width: 992px) {
.sidebar-tabler-scope .carousel-indicators-thumb [data-bs-target]{
    width: 4rem;
  }
}
.sidebar-tabler-scope .carousel-indicators-thumb [data-bs-target]:before{
  content: "";
  padding-top: var(--tblr-aspect-ratio, 100%);
  display: block;
}
.sidebar-tabler-scope .carousel-indicators-thumb.carousel-indicators-vertical [data-bs-target]{
  margin: 3px 0;
}

.sidebar-tabler-scope .carousel-caption-background{
  background: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90%;
  background: linear-gradient(0deg, rgba(31, 41, 55, 0.9), rgba(31, 41, 55, 0));
}

.sidebar-tabler-scope .card{
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .card{
    transition: none;
  }
}
@media print {
.sidebar-tabler-scope .card{
    border: none;
    box-shadow: none;
  }
}
.sidebar-tabler-scope a.card{
  color: inherit;
}
.sidebar-tabler-scope a.card:hover{
  text-decoration: none;
  box-shadow: rgba(var(--tblr-body-color-rgb), 0.16) 0 2px 16px 0;
}

.sidebar-tabler-scope .card .card{
  box-shadow: none;
}

.sidebar-tabler-scope .card-borderless,
.sidebar-tabler-scope .card-borderless .card-header,
.sidebar-tabler-scope .card-borderless .card-footer{
  border-color: transparent;
}

.sidebar-tabler-scope .card-stamp{
  --tblr-stamp-size: 7rem;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--tblr-stamp-size) * 1);
  height: calc(var(--tblr-stamp-size) * 1);
  max-height: 100%;
  border-top-right-radius: 6px;
  opacity: 0.2;
  overflow: hidden;
  pointer-events: none;
}

.sidebar-tabler-scope .card-stamp-lg{
  --tblr-stamp-size: 13rem;
}

.sidebar-tabler-scope .card-stamp-icon{
  background: var(--tblr-secondary);
  color: var(--tblr-card-bg, var(--tblr-bg-surface));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  width: calc(var(--tblr-stamp-size) * 1);
  height: calc(var(--tblr-stamp-size) * 1);
  position: relative;
  top: calc(var(--tblr-stamp-size) * -0.25);
  right: calc(var(--tblr-stamp-size) * -0.25);
  font-size: calc(var(--tblr-stamp-size) * 0.75);
  transform: rotate(10deg);
}
.sidebar-tabler-scope .card-stamp-icon .icon{
  stroke-width: 2;
  width: calc(var(--tblr-stamp-size) * 0.75);
  height: calc(var(--tblr-stamp-size) * 0.75);
}

.sidebar-tabler-scope .card-img,
.sidebar-tabler-scope .card-img-start{
  border-top-left-radius: calc(var(--tblr-border-radius-lg) - (var(--tblr-border-width)));
  border-bottom-left-radius: calc(var(--tblr-border-radius-lg) - (var(--tblr-border-width)));
}

.sidebar-tabler-scope .card-img,
.sidebar-tabler-scope .card-img-end{
  border-top-right-radius: calc(var(--tblr-border-radius-lg) - (var(--tblr-border-width)));
  border-bottom-right-radius: calc(var(--tblr-border-radius-lg) - (var(--tblr-border-width)));
}

.sidebar-tabler-scope .card-img-overlay{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sidebar-tabler-scope .card-img-overlay-dark{
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.sidebar-tabler-scope .card-inactive{
  pointer-events: none;
  box-shadow: none;
}
.sidebar-tabler-scope .card-inactive .card-body{
  opacity: 0.64;
}

.sidebar-tabler-scope .card-active{
  --tblr-card-border-color: var(--tblr-primary);
  --tblr-card-bg: var(--tblr-active-bg);
}

.sidebar-tabler-scope .card-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  text-align: center;
  transition: background 0.3s;
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  flex: 1;
  color: inherit;
  font-weight: var(--tblr-font-weight-medium);
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .card-btn{
    transition: none;
  }
}
.sidebar-tabler-scope .card-btn:hover{
  text-decoration: none;
  background: rgba(var(--tblr-primary-rgb), 0.04);
}
.sidebar-tabler-scope .card-btn + .card-btn{
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}

/**
Stacked card
 */
.sidebar-tabler-scope .card-stacked{
  --tblr-card-stacked-offset: .25rem;
  position: relative;
}
.sidebar-tabler-scope .card-stacked:after{
  position: absolute;
  top: calc(-1 * var(--tblr-card-stacked-offset));
  right: var(--tblr-card-stacked-offset);
  left: var(--tblr-card-stacked-offset);
  height: var(--tblr-card-stacked-offset);
  content: "";
  background: var(--tblr-card-bg, var(--tblr-bg-surface));
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-card-border-color);
  border-radius: var(--tblr-card-border-radius) var(--tblr-card-border-radius) 0 0;
}

.sidebar-tabler-scope .card-cover{
  position: relative;
  padding: 1rem 1.25rem;
  background: #666666 no-repeat center/cover;
}
.sidebar-tabler-scope .card-cover:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(31, 41, 55, 0.48);
}
.sidebar-tabler-scope .card-cover:first-child,.sidebar-tabler-scope .card-cover:first-child:before{
  border-radius: 6px 6px 0 0;
}

.sidebar-tabler-scope .card-cover-blurred:before{
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.sidebar-tabler-scope .card-actions{
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding-left: 0.5rem;
}
.sidebar-tabler-scope .card-actions a{
  text-decoration: none;
}

.sidebar-tabler-scope .card-header{
  color: inherit;
  display: flex;
  align-items: center;
  background: transparent;
}
.sidebar-tabler-scope .card-header:first-child{
  border-radius: var(--tblr-card-border-radius) var(--tblr-card-border-radius) 0 0;
}

.sidebar-tabler-scope .card-header-light{
  border-bottom-color: transparent;
  background: var(--tblr-bg-surface-tertiary);
}

.sidebar-tabler-scope .card-header-tabs{
  background: var(--tblr-bg-surface-tertiary);
  flex: 1;
  margin: calc(var(--tblr-card-cap-padding-y) * -1) calc(var(--tblr-card-cap-padding-x) * -1) calc(var(--tblr-card-cap-padding-y) * -1);
  padding: calc(var(--tblr-card-cap-padding-y) * 0.5) calc(var(--tblr-card-cap-padding-x) * 0.5) 0;
  border-radius: var(--tblr-card-border-radius) var(--tblr-card-border-radius) 0 0;
}

.sidebar-tabler-scope .card-header-pills{
  flex: 1;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.sidebar-tabler-scope .card-rotate-left,
.sidebar-tabler-scope .card-rotate-start{
  transform: rotate(-1.5deg);
}

.sidebar-tabler-scope .card-rotate-right,
.sidebar-tabler-scope .card-rotate-end{
  transform: rotate(1.5deg);
}

.sidebar-tabler-scope .card-link{
  color: inherit;
}
.sidebar-tabler-scope .card-link:hover{
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}

.sidebar-tabler-scope .card-link-rotate:hover{
  transform: rotate(1.5deg);
  opacity: 1;
}

.sidebar-tabler-scope .card-link-pop:hover{
  transform: translateY(-2px);
  opacity: 1;
}

.sidebar-tabler-scope .card-footer{
  margin-top: auto;
}
.sidebar-tabler-scope .card-footer:last-child{
  border-radius: 0 0 var(--tblr-card-border-radius) var(--tblr-card-border-radius);
}

.sidebar-tabler-scope .card-footer-transparent{
  background: transparent;
  border-color: transparent;
  padding-top: 0;
}

.sidebar-tabler-scope .card-footer-borderless{
  border-top: none;
}

.sidebar-tabler-scope .card-progress{
  height: 0.25rem;
}
.sidebar-tabler-scope .card-progress:last-child{
  border-radius: 0 0 2px 2px;
}
.sidebar-tabler-scope .card-progress:first-child{
  border-radius: 2px 2px 0 0;
}

.sidebar-tabler-scope .card-meta{
  color: var(--tblr-secondary);
}

.sidebar-tabler-scope .card-title{
  display: block;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: var(--tblr-font-weight-medium);
  color: inherit;
  line-height: 1.5rem;
}
.sidebar-tabler-scope a.card-title:hover{
  color: inherit;
}

.sidebar-tabler-scope .card-header .card-title{
  margin: 0;
}

.sidebar-tabler-scope .card-subtitle{
  margin-bottom: 1.25rem;
  color: var(--tblr-secondary);
  font-weight: normal;
}
.sidebar-tabler-scope .card-header .card-subtitle{
  margin: 0;
}
.sidebar-tabler-scope .card-title .card-subtitle{
  margin: 0 0 0 0.25rem;
  font-size: 0.875rem;
}

.sidebar-tabler-scope .card-body{
  position: relative;
}
.sidebar-tabler-scope .card-body > :last-child{
  margin-bottom: 0;
}
.sidebar-tabler-scope .card-sm > .card-body{
  padding: 1rem;
}
@media (min-width: 768px) {
.sidebar-tabler-scope .card-md > .card-body{
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .card-lg > .card-body{
    padding: 2rem;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .card-lg > .card-body{
    padding: 4rem;
  }
}
@media print {
.sidebar-tabler-scope .card-body{
    padding: 0;
  }
}
.sidebar-tabler-scope .card-body + .card-body{
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}

.sidebar-tabler-scope .card-body-scrollable{
  overflow: auto;
}

/**
Card optinos
 */
.sidebar-tabler-scope .card-options{
  top: 1.5rem;
  right: 0.75rem;
  display: flex;
  margin-left: auto;
}

.sidebar-tabler-scope .card-options-link{
  display: inline-block;
  min-width: 1rem;
  margin-left: 0.25rem;
  color: var(--tblr-secondary);
}

/**
Card status
 */
.sidebar-tabler-scope .card-status-top{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: var(--tblr-card-border-radius) var(--tblr-card-border-radius) 0 0;
}

.sidebar-tabler-scope .card-status-start{
  position: absolute;
  right: auto;
  bottom: 0;
  width: 2px;
  height: 100%;
  border-radius: var(--tblr-card-border-radius) 0 0 var(--tblr-card-border-radius);
}

.sidebar-tabler-scope .card-status-bottom{
  position: absolute;
  top: initial;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 0 0 var(--tblr-card-border-radius) var(--tblr-card-border-radius);
}

/**
Card table
 */
.sidebar-tabler-scope .card-table{
  margin-bottom: 0 !important;
}
.sidebar-tabler-scope .card-table tr td:first-child,
.sidebar-tabler-scope .card-table tr th:first-child{
  padding-left: 1.25rem;
  border-left: 0;
}
.sidebar-tabler-scope .card-table tr td:last-child,
.sidebar-tabler-scope .card-table tr th:last-child{
  padding-right: 1.25rem;
  border-right: 0;
}
.sidebar-tabler-scope .card-table thead tr:first-child,
.sidebar-tabler-scope .card-table tbody tr:first-child,
.sidebar-tabler-scope .card-table tfoot tr:first-child{
  border-top: 0;
}
.sidebar-tabler-scope .card-table thead tr:first-child td,
.sidebar-tabler-scope .card-table thead tr:first-child th,
.sidebar-tabler-scope .card-table tbody tr:first-child td,
.sidebar-tabler-scope .card-table tbody tr:first-child th,
.sidebar-tabler-scope .card-table tfoot tr:first-child td,
.sidebar-tabler-scope .card-table tfoot tr:first-child th{
  border-top: 0;
}
.sidebar-tabler-scope .card-body + .card-table{
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-table-border-color);
}

/*
Card code
 */
.sidebar-tabler-scope .card-code{
  padding: 0;
}
.sidebar-tabler-scope .card-code .highlight{
  margin: 0;
  border: 0;
}
.sidebar-tabler-scope .card-code pre{
  margin: 0 !important;
  border: 0 !important;
}

/*
Card chart
 */
.sidebar-tabler-scope .card-chart{
  position: relative;
  z-index: 1;
  height: 3.5rem;
}

/**
Card avatar
 */
.sidebar-tabler-scope .card-avatar{
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 0 0.25rem var(--tblr-card-bg, var(--tblr-bg-surface));
  margin-top: calc(-1 * var(--tblr-avatar-size) * 0.5);
}

/*
Card list group
 */
.sidebar-tabler-scope .card-body + .card-list-group{
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}
.sidebar-tabler-scope .card-list-group .list-group-item{
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.sidebar-tabler-scope .card-list-group .list-group-item:last-child{
  border-bottom: 0;
}
.sidebar-tabler-scope .card-list-group .list-group-item:first-child{
  border-top: 0;
}

.sidebar-tabler-scope .card-tabs .nav-tabs{
  position: relative;
  z-index: 1000;
  border-bottom: 0;
}
.sidebar-tabler-scope .card-tabs .nav-tabs .nav-link{
  background: var(--tblr-bg-surface-tertiary);
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
}
.sidebar-tabler-scope .card-tabs .nav-tabs .nav-link.active,.sidebar-tabler-scope .card-tabs .nav-tabs .nav-link:active,.sidebar-tabler-scope .card-tabs .nav-tabs .nav-link:hover{
  border-color: var(--tblr-border-color-translucent);
  color: var(--tblr-body-color);
}
.sidebar-tabler-scope .card-tabs .nav-tabs .nav-link.active{
  color: inherit;
  background: var(--tblr-card-bg, var(--tblr-bg-surface));
  border-bottom-color: transparent;
}
.sidebar-tabler-scope .card-tabs .nav-tabs .nav-item:not(:first-child) .nav-link{
  border-top-left-radius: 0;
}
.sidebar-tabler-scope .card-tabs .nav-tabs .nav-item:not(:last-child) .nav-link{
  border-top-right-radius: 0;
}
.sidebar-tabler-scope .card-tabs .nav-tabs .nav-item + .nav-item{
  margin-left: calc(-1 * var(--tblr-border-width));
}
.sidebar-tabler-scope .card-tabs .nav-tabs-bottom{
  margin-bottom: 0;
}
.sidebar-tabler-scope .card-tabs .nav-tabs-bottom .nav-link{
  margin-bottom: 0;
}
.sidebar-tabler-scope .card-tabs .nav-tabs-bottom .nav-link.active{
  border-top-color: transparent;
}
.sidebar-tabler-scope .card-tabs .nav-tabs-bottom .nav-item{
  margin-top: calc(-1 * var(--tblr-border-width));
  margin-bottom: 0;
}
.sidebar-tabler-scope .card-tabs .nav-tabs-bottom .nav-item .nav-link{
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  border-radius: 0 0 var(--tblr-border-radius-lg) var(--tblr-border-radius-lg);
}
.sidebar-tabler-scope .card-tabs .nav-tabs-bottom .nav-item:not(:first-child) .nav-link{
  border-bottom-left-radius: 0;
}
.sidebar-tabler-scope .card-tabs .nav-tabs-bottom .nav-item:not(:last-child) .nav-link{
  border-bottom-right-radius: 0;
}
.sidebar-tabler-scope .card-tabs .card{
  border-bottom-left-radius: 0;
}
.sidebar-tabler-scope .card-tabs .nav-tabs + .tab-content .card{
  border-bottom-left-radius: var(--tblr-card-border-radius);
  border-top-left-radius: 0;
}

/**
Card note
*/
.sidebar-tabler-scope .card-note{
  --tblr-card-bg: #fff7dd;
  --tblr-card-border-color: #fff1c9;
}

.sidebar-tabler-scope .btn-close{
  --tblr-btn-close-color: currentColor;
  --tblr-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231f2937'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --tblr-btn-close-opacity: 0.4;
  --tblr-btn-close-hover-opacity: 0.75;
  --tblr-btn-close-focus-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  --tblr-btn-close-focus-opacity: 1;
  --tblr-btn-close-disabled-opacity: 0.25;
  --tblr-btn-close-size: 1em;
  width: var(--tblr-btn-close-size);
  height: var(--tblr-btn-close-size);
  padding: 0.25em 0.25em;
  color: var(--tblr-btn-close-color);
  -webkit-mask: var(--tblr-btn-close-bg) no-repeat center/calc(var(--tblr-btn-close-size) * 0.75);
  mask: var(--tblr-btn-close-bg) no-repeat center/calc(var(--tblr-btn-close-size) * 0.75);
  background-color: var(--tblr-btn-close-color);
  border: 0;
  border-radius: var(--tblr-border-radius);
  opacity: var(--tblr-btn-close-opacity);
  cursor: pointer;
  display: block;
}
.sidebar-tabler-scope .btn-close:hover{
  color: var(--tblr-btn-close-color);
  text-decoration: none;
  opacity: var(--tblr-btn-close-hover-opacity);
}
.sidebar-tabler-scope .btn-close:focus{
  outline: 0;
  box-shadow: var(--tblr-btn-close-focus-shadow);
  opacity: var(--tblr-btn-close-focus-opacity);
}
.sidebar-tabler-scope .btn-close:disabled,.sidebar-tabler-scope .btn-close.disabled{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--tblr-btn-close-disabled-opacity);
}

.sidebar-tabler-scope .dropdown-menu{
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-clip: border-box;
}
.sidebar-tabler-scope .dropdown-menu.card{
  padding: 0;
  min-width: 25rem;
  display: none;
}
.sidebar-tabler-scope .dropdown-menu.card.show{
  display: flex;
}

.sidebar-tabler-scope .dropdown-item{
  min-width: 11rem;
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.4285714286;
  gap: 0.5rem;
}

.sidebar-tabler-scope .dropdown-item-icon{
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-right: 0.5rem;
  color: var(--tblr-secondary);
  opacity: 0.7;
  text-align: center;
}

.sidebar-tabler-scope .dropdown-item-indicator{
  margin-right: 0.5rem;
  margin-left: -0.25rem;
  height: 1.25rem;
  display: inline-flex;
  line-height: 1;
  vertical-align: bottom;
  align-items: center;
}

.sidebar-tabler-scope .dropdown-header{
  font-size: 0.75rem;
  font-weight: var(--tblr-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--tblr-secondary);
  padding-bottom: 0.25rem;
  pointer-events: none;
}

.sidebar-tabler-scope .dropdown-menu-scrollable{
  height: auto;
  max-height: 13rem;
  overflow-x: hidden;
}

.sidebar-tabler-scope .dropdown-menu-column{
  min-width: 11rem;
}
.sidebar-tabler-scope .dropdown-menu-column .dropdown-item{
  min-width: 0;
}

.sidebar-tabler-scope .dropdown-menu-columns{
  display: flex;
  flex: 0 0.25rem;
}

.sidebar-tabler-scope .dropdown-menu-arrow:before{
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0.75rem;
  display: block;
  background: inherit;
  width: 14px;
  height: 14px;
  /*rtl:ignore*/
  transform: rotate(45deg);
  transform-origin: center;
  border: 1px solid;
  border-color: inherit;
  z-index: -1;
  clip: rect(0px, 9px, 9px, 0px);
}
.sidebar-tabler-scope .dropdown-menu-arrow.dropdown-menu-end:before{
  right: 0.75rem;
  left: auto;
}

.sidebar-tabler-scope .dropend > .dropdown-menu{
  margin-top: calc(-0.25rem - 1px);
  margin-left: -0.25rem;
}
.sidebar-tabler-scope .dropend .dropdown-toggle:after{
  margin-left: auto;
}

.sidebar-tabler-scope .dropdown-menu-card{
  padding: 0;
  min-width: 20rem;
}
.sidebar-tabler-scope .dropdown-menu-card > .card{
  margin: 0;
  border: 0;
  box-shadow: none;
}

.sidebar-tabler-scope .datagrid{
  --tblr-datagrid-padding: 1.5rem;
  --tblr-datagrid-item-width: 15rem;
  display: grid;
  grid-gap: var(--tblr-datagrid-padding);
  grid-template-columns: repeat(auto-fit, minmax(var(--tblr-datagrid-item-width), 1fr));
}

.sidebar-tabler-scope .datagrid-title{
  font-size: 0.75rem;
  font-weight: var(--tblr-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--tblr-secondary);
  margin-bottom: 0.25rem;
}

.sidebar-tabler-scope .empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
.sidebar-tabler-scope .empty{
    padding: 3rem;
  }
}

.sidebar-tabler-scope .empty-icon{
  margin: 0 0 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 1;
  color: var(--tblr-secondary);
}
.sidebar-tabler-scope .empty-icon svg{
  width: 100%;
  height: 100%;
}

.sidebar-tabler-scope .empty-img{
  margin: 0 0 2rem;
  line-height: 1;
}

.sidebar-tabler-scope .empty-header{
  margin: 0 0 1rem;
  font-size: 4rem;
  font-weight: var(--tblr-font-weight-light);
  line-height: 1;
  color: var(--tblr-secondary);
}

.sidebar-tabler-scope .empty-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: var(--tblr-font-weight-bold);
}

.sidebar-tabler-scope .empty-title,
.sidebar-tabler-scope .empty-subtitle{
  margin: 0 0 0.5rem;
}

.sidebar-tabler-scope .empty-action{
  margin-top: 1.5rem;
}

.sidebar-tabler-scope .empty-bordered{
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope .row > *{
  min-width: 0;
}

.sidebar-tabler-scope .col-separator{
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}

.sidebar-tabler-scope .container-slim{
  --tblr-gutter-x: calc(var(--tblr-page-padding) * 2);
  --tblr-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--tblr-gutter-x) * 0.5);
  padding-left: calc(var(--tblr-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 16rem;
}
.sidebar-tabler-scope .container-tight{
  --tblr-gutter-x: calc(var(--tblr-page-padding) * 2);
  --tblr-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--tblr-gutter-x) * 0.5);
  padding-left: calc(var(--tblr-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 30rem;
}
.sidebar-tabler-scope .container-narrow{
  --tblr-gutter-x: calc(var(--tblr-page-padding) * 2);
  --tblr-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--tblr-gutter-x) * 0.5);
  padding-left: calc(var(--tblr-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 61.875rem;
}

.sidebar-tabler-scope .row-0{
  margin-right: 0;
  margin-left: 0;
}
.sidebar-tabler-scope .row-0 > .col,
.sidebar-tabler-scope .row-0 > [class*=col-]{
  padding-right: 0;
  padding-left: 0;
}
.sidebar-tabler-scope .row-0 .card{
  margin-bottom: 0;
}

.sidebar-tabler-scope .row-sm{
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
.sidebar-tabler-scope .row-sm > .col,
.sidebar-tabler-scope .row-sm > [class*=col-]{
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.sidebar-tabler-scope .row-sm .card{
  margin-bottom: 0.75rem;
}

.sidebar-tabler-scope .row-md{
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.sidebar-tabler-scope .row-md > .col,
.sidebar-tabler-scope .row-md > [class*=col-]{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.sidebar-tabler-scope .row-md .card{
  margin-bottom: 3rem;
}

.sidebar-tabler-scope .row-lg{
  margin-right: -3rem;
  margin-left: -3rem;
}
.sidebar-tabler-scope .row-lg > .col,
.sidebar-tabler-scope .row-lg > [class*=col-]{
  padding-right: 3rem;
  padding-left: 3rem;
}
.sidebar-tabler-scope .row-lg .card{
  margin-bottom: 6rem;
}

.sidebar-tabler-scope .row-deck > .col,
.sidebar-tabler-scope .row-deck > [class*=col-]{
  display: flex;
  align-items: stretch;
}
.sidebar-tabler-scope .row-deck > .col .card,
.sidebar-tabler-scope .row-deck > [class*=col-] .card{
  flex: 1 1 auto;
}

.sidebar-tabler-scope .row-cards{
  --tblr-gutter-x: var(--tblr-page-padding);
  --tblr-gutter-y: var(--tblr-page-padding);
  min-width: 0;
}
.sidebar-tabler-scope .row-cards .row-cards{
  flex: 1;
}

.sidebar-tabler-scope .space-y{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-tabler-scope .space-x{
  display: flex;
  gap: 1rem;
}

.sidebar-tabler-scope .space-y-0{
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sidebar-tabler-scope .space-x-0{
  display: flex;
  gap: 0;
}

.sidebar-tabler-scope .space-y-1{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sidebar-tabler-scope .space-x-1{
  display: flex;
  gap: 0.25rem;
}

.sidebar-tabler-scope .space-y-2{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sidebar-tabler-scope .space-x-2{
  display: flex;
  gap: 0.5rem;
}

.sidebar-tabler-scope .space-y-3{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-tabler-scope .space-x-3{
  display: flex;
  gap: 1rem;
}

.sidebar-tabler-scope .space-y-4{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar-tabler-scope .space-x-4{
  display: flex;
  gap: 1.5rem;
}

.sidebar-tabler-scope .space-y-5{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sidebar-tabler-scope .space-x-5{
  display: flex;
  gap: 2rem;
}

.sidebar-tabler-scope .space-y-6{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sidebar-tabler-scope .space-x-6{
  display: flex;
  gap: 2.5rem;
}

.sidebar-tabler-scope .divide-y > :not(template) ~ :not(template){
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-y > :not(template):not(:first-child){
  padding-top: 1rem !important;
}
.sidebar-tabler-scope .divide-y > :not(template):not(:last-child){
  padding-bottom: 1rem !important;
}

.sidebar-tabler-scope .divide-x > :not(template) ~ :not(template){
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-x > :not(template):not(:first-child){
  padding-left: 1rem !important;
}
.sidebar-tabler-scope .divide-x > :not(template):not(:last-child){
  padding-right: 1rem !important;
}

.sidebar-tabler-scope .divide-y-0 > :not(template) ~ :not(template){
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-y-0 > :not(template):not(:first-child){
  padding-top: 0 !important;
}
.sidebar-tabler-scope .divide-y-0 > :not(template):not(:last-child){
  padding-bottom: 0 !important;
}

.sidebar-tabler-scope .divide-x-0 > :not(template) ~ :not(template){
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-x-0 > :not(template):not(:first-child){
  padding-left: 0 !important;
}
.sidebar-tabler-scope .divide-x-0 > :not(template):not(:last-child){
  padding-right: 0 !important;
}

.sidebar-tabler-scope .divide-y-1 > :not(template) ~ :not(template){
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-y-1 > :not(template):not(:first-child){
  padding-top: 0.25rem !important;
}
.sidebar-tabler-scope .divide-y-1 > :not(template):not(:last-child){
  padding-bottom: 0.25rem !important;
}

.sidebar-tabler-scope .divide-x-1 > :not(template) ~ :not(template){
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-x-1 > :not(template):not(:first-child){
  padding-left: 0.25rem !important;
}
.sidebar-tabler-scope .divide-x-1 > :not(template):not(:last-child){
  padding-right: 0.25rem !important;
}

.sidebar-tabler-scope .divide-y-2 > :not(template) ~ :not(template){
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-y-2 > :not(template):not(:first-child){
  padding-top: 0.5rem !important;
}
.sidebar-tabler-scope .divide-y-2 > :not(template):not(:last-child){
  padding-bottom: 0.5rem !important;
}

.sidebar-tabler-scope .divide-x-2 > :not(template) ~ :not(template){
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-x-2 > :not(template):not(:first-child){
  padding-left: 0.5rem !important;
}
.sidebar-tabler-scope .divide-x-2 > :not(template):not(:last-child){
  padding-right: 0.5rem !important;
}

.sidebar-tabler-scope .divide-y-3 > :not(template) ~ :not(template){
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-y-3 > :not(template):not(:first-child){
  padding-top: 1rem !important;
}
.sidebar-tabler-scope .divide-y-3 > :not(template):not(:last-child){
  padding-bottom: 1rem !important;
}

.sidebar-tabler-scope .divide-x-3 > :not(template) ~ :not(template){
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-x-3 > :not(template):not(:first-child){
  padding-left: 1rem !important;
}
.sidebar-tabler-scope .divide-x-3 > :not(template):not(:last-child){
  padding-right: 1rem !important;
}

.sidebar-tabler-scope .divide-y-4 > :not(template) ~ :not(template){
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-y-4 > :not(template):not(:first-child){
  padding-top: 1.5rem !important;
}
.sidebar-tabler-scope .divide-y-4 > :not(template):not(:last-child){
  padding-bottom: 1.5rem !important;
}

.sidebar-tabler-scope .divide-x-4 > :not(template) ~ :not(template){
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-x-4 > :not(template):not(:first-child){
  padding-left: 1.5rem !important;
}
.sidebar-tabler-scope .divide-x-4 > :not(template):not(:last-child){
  padding-right: 1.5rem !important;
}

.sidebar-tabler-scope .divide-y-5 > :not(template) ~ :not(template){
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-y-5 > :not(template):not(:first-child){
  padding-top: 2rem !important;
}
.sidebar-tabler-scope .divide-y-5 > :not(template):not(:last-child){
  padding-bottom: 2rem !important;
}

.sidebar-tabler-scope .divide-x-5 > :not(template) ~ :not(template){
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-x-5 > :not(template):not(:first-child){
  padding-left: 2rem !important;
}
.sidebar-tabler-scope .divide-x-5 > :not(template):not(:last-child){
  padding-right: 2rem !important;
}

.sidebar-tabler-scope .divide-y-6 > :not(template) ~ :not(template){
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-y-6 > :not(template):not(:first-child){
  padding-top: 2.5rem !important;
}
.sidebar-tabler-scope .divide-y-6 > :not(template):not(:last-child){
  padding-bottom: 2.5rem !important;
}

.sidebar-tabler-scope .divide-x-6 > :not(template) ~ :not(template){
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent) !important;
}
.sidebar-tabler-scope .divide-x-6 > :not(template):not(:first-child){
  padding-left: 2.5rem !important;
}
.sidebar-tabler-scope .divide-x-6 > :not(template):not(:last-child){
  padding-right: 2.5rem !important;
}

.sidebar-tabler-scope .divide-y-fill{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sidebar-tabler-scope .divide-y-fill > :not(template){
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sidebar-tabler-scope .icon{
  --tblr-icon-size: 1.25rem;
  width: var(--tblr-icon-size);
  height: var(--tblr-icon-size);
  font-size: var(--tblr-icon-size);
  vertical-align: bottom;
  stroke-width: 1.5;
}
.sidebar-tabler-scope .icon:hover{
  text-decoration: none;
}

.sidebar-tabler-scope .icon-inline{
  --tblr-icon-size: 1rem;
  vertical-align: -0.2rem;
}

.sidebar-tabler-scope .icon-filled{
  fill: currentColor;
}

.sidebar-tabler-scope .icon-sm{
  --tblr-icon-size: 1rem;
  stroke-width: 1;
}

.sidebar-tabler-scope .icon-md{
  --tblr-icon-size: 2.5rem;
  stroke-width: 1;
}

.sidebar-tabler-scope .icon-lg{
  --tblr-icon-size: 3.5rem;
  stroke-width: 1;
}

.sidebar-tabler-scope .icon-pulse{
  transition: all 0.15s ease 0s;
  animation: pulse 2s ease infinite;
  animation-fill-mode: both;
}

.sidebar-tabler-scope .icon-tada{
  transition: all 0.15s ease 0s;
  animation: tada 3s ease infinite;
  animation-fill-mode: both;
}

.sidebar-tabler-scope .icon-rotate{
  transition: all 0.15s ease 0s;
  animation: rotate-360 3s linear infinite;
  animation-fill-mode: both;
}

.sidebar-tabler-scope .img-responsive{
  --tblr-img-responsive-ratio: 75%;
  background: no-repeat center/cover;
  padding-top: var(--tblr-img-responsive-ratio);
}

.sidebar-tabler-scope .img-responsive-grid{
  padding-top: calc(var(--tblr-img-responsive-ratio) - var(--tblr-gutter-y) / 2);
}

.sidebar-tabler-scope .img-responsive-1x1{
  --tblr-img-responsive-ratio: 100%;
}

.sidebar-tabler-scope .img-responsive-2x1{
  --tblr-img-responsive-ratio: 50%;
}

.sidebar-tabler-scope .img-responsive-1x2{
  --tblr-img-responsive-ratio: 200%;
}

.sidebar-tabler-scope .img-responsive-3x1{
  --tblr-img-responsive-ratio: 33.3333333333%;
}

.sidebar-tabler-scope .img-responsive-1x3{
  --tblr-img-responsive-ratio: 300%;
}

.sidebar-tabler-scope .img-responsive-4x1{
  --tblr-img-responsive-ratio: 25%;
}

.sidebar-tabler-scope .img-responsive-1x4{
  --tblr-img-responsive-ratio: 400%;
}

.sidebar-tabler-scope .img-responsive-4x3{
  --tblr-img-responsive-ratio: 75%;
}

.sidebar-tabler-scope .img-responsive-3x4{
  --tblr-img-responsive-ratio: 133.3333333333%;
}

.sidebar-tabler-scope .img-responsive-16x9{
  --tblr-img-responsive-ratio: 56.25%;
}

.sidebar-tabler-scope .img-responsive-9x16{
  --tblr-img-responsive-ratio: 177.7777777778%;
}

.sidebar-tabler-scope .img-responsive-21x9{
  --tblr-img-responsive-ratio: 42.8571428571%;
}

.sidebar-tabler-scope .img-responsive-9x21{
  --tblr-img-responsive-ratio: 233.3333333333%;
}

.sidebar-tabler-scope .img-bg{
  background: no-repeat center/cover;
}

.sidebar-tabler-scope textarea[cols]{
  height: auto;
}

/**
Form label
 */
.sidebar-tabler-scope .col-form-label,
.sidebar-tabler-scope .form-label{
  display: block;
  font-weight: var(--tblr-font-weight-medium);
}
.sidebar-tabler-scope .col-form-label.required:after,
.sidebar-tabler-scope .form-label.required:after{
  content: "*";
  margin-left: 0.25rem;
  color: #d63939;
}

.sidebar-tabler-scope .form-label-description{
  float: right;
  font-weight: var(--tblr-font-weight-normal);
  color: var(--tblr-secondary);
}

/**
Form hint
 */
.sidebar-tabler-scope .form-hint{
  display: block;
  color: var(--tblr-secondary);
}
.sidebar-tabler-scope .form-hint:last-child{
  margin-bottom: 0;
}
.sidebar-tabler-scope .form-hint + .form-control{
  margin-top: 0.25rem;
}
.sidebar-tabler-scope .form-label + .form-hint{
  margin-top: -0.25rem;
}
.sidebar-tabler-scope .input-group + .form-hint,.sidebar-tabler-scope .form-control + .form-hint,.sidebar-tabler-scope .form-select + .form-hint{
  margin-top: 0.5rem;
  color: var(--tblr-secondary);
}

/**
Form select
 */
.sidebar-tabler-scope .form-select:-moz-focusring{
  color: var(--tblr-body-color);
}

/**
Form control
 */
.sidebar-tabler-scope .form-control:-webkit-autofill{
  box-shadow: 0 0 0 1000px var(--tblr-bg-surface-secondary) inset;
  color: var(--tblr-body-color);
  -webkit-text-fill-color: var(--tblr-body-color);
}
.sidebar-tabler-scope .form-control:disabled,.sidebar-tabler-scope .form-control.disabled{
  color: var(--tblr-secondary);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sidebar-tabler-scope .form-control[size]{
  width: auto;
}

.sidebar-tabler-scope .form-control-light{
  background-color: var(--tblr-gray-100);
  border-color: transparent;
}

.sidebar-tabler-scope .form-control-dark{
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border-color: transparent;
}
.sidebar-tabler-scope .form-control-dark:focus{
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.24);
}
.sidebar-tabler-scope .form-control-dark::-moz-placeholder{
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-tabler-scope .form-control-dark::placeholder{
  color: rgba(255, 255, 255, 0.6);
}

.sidebar-tabler-scope .form-control-rounded{
  border-radius: 10rem;
}

.sidebar-tabler-scope .form-control-flush{
  padding: 0;
  background: none !important;
  border-color: transparent !important;
  resize: none;
  box-shadow: none !important;
  line-height: inherit;
}

.sidebar-tabler-scope .form-footer{
  margin-top: 2rem;
}

.sidebar-tabler-scope .form-fieldset{
  padding: 1rem;
  margin-bottom: 1rem;
  background: var(--tblr-bg-surface-secondary);
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope fieldset:empty{
  display: none;
}

/**
Form help
 */
.sidebar-tabler-scope .form-help{
  display: inline-flex;
  font-weight: var(--tblr-font-weight-bold);
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  color: var(--tblr-secondary);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--tblr-gray-100);
  border-radius: 100rem;
  transition: background-color 0.3s, color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-help{
    transition: none;
  }
}
.sidebar-tabler-scope .form-help:hover,.sidebar-tabler-scope .form-help[aria-describedby]{
  color: #ffffff;
  background: var(--tblr-primary);
}

/**
Input group
 */
.sidebar-tabler-scope .input-group{
  box-shadow: var(--tblr-shadow-input);
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .input-group .form-control,
.sidebar-tabler-scope .input-group .btn{
  box-shadow: none;
}

.sidebar-tabler-scope .input-group-link{
  font-size: 0.75rem;
}

.sidebar-tabler-scope .input-group-flat:focus-within{
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .input-group-flat:focus-within .form-control,
.sidebar-tabler-scope .input-group-flat:focus-within .input-group-text{
  border-color: rgb(130.5, 183, 232) !important;
}
.sidebar-tabler-scope .input-group-flat .form-control:focus{
  border-color: var(--tblr-border-color);
  box-shadow: none;
}
.sidebar-tabler-scope .input-group-flat .form-control:not(:last-child){
  border-right: 0;
}
.sidebar-tabler-scope .input-group-flat .form-control:not(:first-child){
  border-left: 0;
}
.sidebar-tabler-scope .input-group-flat .input-group-text{
  background: var(--tblr-bg-forms);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .input-group-flat .input-group-text{
    transition: none;
  }
}
.sidebar-tabler-scope .input-group-flat .input-group-text:first-child{
  padding-right: 0;
}
.sidebar-tabler-scope .input-group-flat .input-group-text:last-child{
  padding-left: 0;
}

/**
Upload files
 */
.sidebar-tabler-scope .form-file-button{
  margin-left: 0;
  border-left: 0;
}

/**
Floating inputs
 */
.sidebar-tabler-scope label[for=floating-input]{
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**
Forms on mobile devices 
  */
@media (max-width: 575.98px) {
.sidebar-tabler-scope .form-control,
.sidebar-tabler-scope .form-select{
    font-size: 1rem;
  }
}

/**
Icon input
 */
.sidebar-tabler-scope .input-icon{
  position: relative;
}
.sidebar-tabler-scope .input-icon .form-control:not(:last-child),
.sidebar-tabler-scope .input-icon .form-select:not(:last-child){
  padding-right: 2.5rem;
}
.sidebar-tabler-scope .input-icon .form-control:not(:first-child),
.sidebar-tabler-scope .input-icon .form-select:not(:last-child){
  padding-left: 2.5rem;
}

.sidebar-tabler-scope .input-icon-addon{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: var(--tblr-icon-color);
  pointer-events: none;
  font-size: 1.2em;
}
.sidebar-tabler-scope .input-icon-addon:last-child{
  right: 0;
  left: auto;
}

/*
Color Input
 */
.sidebar-tabler-scope .form-colorinput{
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}

.sidebar-tabler-scope .form-colorinput-input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sidebar-tabler-scope .form-colorinput-color{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: #ffffff;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  border-radius: var(--tblr-border-radius);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.sidebar-tabler-scope .form-colorinput-color:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: no-repeat center center/1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
  opacity: 0;
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-colorinput-color:before{
    transition: none;
  }
}
.sidebar-tabler-scope .form-colorinput-input:checked ~ .form-colorinput-color:before{
  opacity: 1;
}
.sidebar-tabler-scope .form-colorinput-input:focus ~ .form-colorinput-color{
  border-color: var(--tblr-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.sidebar-tabler-scope .form-colorinput-light .form-colorinput-color:before{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
}

/**
Image check
 */
.sidebar-tabler-scope .form-imagecheck{
  --tblr-form-imagecheck-radius: var(--tblr-border-radius);
  position: relative;
  margin: 0;
  cursor: pointer;
}

.sidebar-tabler-scope .form-imagecheck-input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sidebar-tabler-scope .form-imagecheck-figure{
  position: relative;
  display: block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-radius: var(--tblr-form-imagecheck-radius);
}
.sidebar-tabler-scope .form-imagecheck-input:focus ~ .form-imagecheck-figure{
  border-color: var(--tblr-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}
.sidebar-tabler-scope .form-imagecheck-input:checked ~ .form-imagecheck-figure{
  border-color: var(--tblr-primary);
}
.sidebar-tabler-scope .form-imagecheck-figure:before{
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 1;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--tblr-bg-forms);
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-imagecheck-figure:before{
    transition: none;
  }
}
.sidebar-tabler-scope .form-imagecheck-input:checked ~ .form-imagecheck-figure:before{
  background-color: var(--tblr-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
  background-repeat: repeat;
  background-position: center;
  background-size: 1.25rem;
  border-color: var(--tblr-border-color-translucent);
}
.sidebar-tabler-scope .form-imagecheck-input[type=radio] ~ .form-imagecheck-figure:before{
  border-radius: 50%;
}
.sidebar-tabler-scope .form-imagecheck-input[type=radio]:checked ~ .form-imagecheck-figure:before{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e");
}

.sidebar-tabler-scope .form-imagecheck-image{
  max-width: 100%;
  display: block;
  opacity: 0.64;
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-imagecheck-image{
    transition: none;
  }
}
.sidebar-tabler-scope .form-imagecheck-image:first-child{
  border-top-left-radius: calc(var(--tblr-form-imagecheck-radius) - 1px);
  border-top-right-radius: calc(var(--tblr-form-imagecheck-radius) - 1px);
}
.sidebar-tabler-scope .form-imagecheck-image:last-child{
  border-bottom-right-radius: calc(var(--tblr-form-imagecheck-radius) - 1px);
  border-bottom-left-radius: calc(var(--tblr-form-imagecheck-radius) - 1px);
}
.sidebar-tabler-scope .form-imagecheck:hover .form-imagecheck-image,.sidebar-tabler-scope .form-imagecheck-input:focus ~ .form-imagecheck-figure .form-imagecheck-image,.sidebar-tabler-scope .form-imagecheck-input:checked ~ .form-imagecheck-figure .form-imagecheck-image{
  opacity: 1;
}

.sidebar-tabler-scope .form-imagecheck-caption{
  padding: 0.25rem;
  font-size: 0.765625rem;
  color: var(--tblr-secondary);
  text-align: center;
  transition: color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-imagecheck-caption{
    transition: none;
  }
}
.sidebar-tabler-scope .form-imagecheck:hover .form-imagecheck-caption,.sidebar-tabler-scope .form-imagecheck-input:focus ~ .form-imagecheck-figure .form-imagecheck-caption,.sidebar-tabler-scope .form-imagecheck-input:checked ~ .form-imagecheck-figure .form-imagecheck-caption{
  color: var(--tblr-body-color);
}

/*
Select group
 */
.sidebar-tabler-scope .form-selectgroup{
  display: inline-flex;
  margin: 0 -0.5rem -0.5rem 0;
  flex-wrap: wrap;
}
.sidebar-tabler-scope .form-selectgroup .form-selectgroup-item{
  margin: 0 0.5rem 0.5rem 0;
}

.sidebar-tabler-scope .form-selectgroup-vertical{
  flex-direction: column;
}

.sidebar-tabler-scope .form-selectgroup-item{
  display: block;
  position: relative;
}

.sidebar-tabler-scope .form-selectgroup-input{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.sidebar-tabler-scope .form-selectgroup-label{
  position: relative;
  display: block;
  min-width: calc(1.25rem + 1.125rem + calc(var(--tblr-border-width) * 2));
  margin: 0;
  padding: 0.5625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--tblr-secondary);
  background: var(--tblr-bg-forms);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
  box-shadow: var(--tblr-shadow-input);
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-selectgroup-label{
    transition: none;
  }
}
.sidebar-tabler-scope .form-selectgroup-label .icon:only-child{
  margin: 0 -0.25rem;
}
.sidebar-tabler-scope .form-selectgroup-label:hover{
  color: var(--tblr-body-color);
}

.sidebar-tabler-scope .form-selectgroup-check{
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  vertical-align: middle;
  box-shadow: var(--tblr-shadow-input);
}
.sidebar-tabler-scope .form-selectgroup-input[type=checkbox] + .form-selectgroup-label .form-selectgroup-check{
  border-radius: var(--tblr-border-radius);
}
.sidebar-tabler-scope .form-selectgroup-input[type=radio] + .form-selectgroup-label .form-selectgroup-check{
  border-radius: 50%;
}
.sidebar-tabler-scope .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-check{
  background-color: var(--tblr-primary);
  background-repeat: repeat;
  background-position: center;
  background-size: 1.25rem;
  border-color: var(--tblr-border-color-translucent);
}
.sidebar-tabler-scope .form-selectgroup-input[type=checkbox]:checked + .form-selectgroup-label .form-selectgroup-check{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
}
.sidebar-tabler-scope .form-selectgroup-input[type=radio]:checked + .form-selectgroup-label .form-selectgroup-check{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e");
}

.sidebar-tabler-scope .form-selectgroup-check-floated{
  position: absolute;
  top: 0.5625rem;
  right: 0.5625rem;
}

.sidebar-tabler-scope .form-selectgroup-input:checked + .form-selectgroup-label{
  z-index: 1;
  color: var(--tblr-primary);
  background: rgba(var(--tblr-primary-rgb), 0.04);
  border-color: var(--tblr-primary);
}

.sidebar-tabler-scope .form-selectgroup-input:focus + .form-selectgroup-label{
  z-index: 2;
  color: var(--tblr-primary);
  border-color: var(--tblr-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-primary-rgb), 0.25);
}

/**
Alternate version of form select group
 */
.sidebar-tabler-scope .form-selectgroup-boxes .form-selectgroup-label{
  text-align: left;
  padding: 1.25rem 1rem;
  color: inherit;
}
.sidebar-tabler-scope .form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-label{
  color: inherit;
}
.sidebar-tabler-scope .form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-title{
  color: var(--tblr-primary);
}
.sidebar-tabler-scope .form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-label-content{
  opacity: 1;
}

/**
Select group
 */
.sidebar-tabler-scope .form-selectgroup-pills{
  flex-wrap: wrap;
  align-items: flex-start;
}
.sidebar-tabler-scope .form-selectgroup-pills .form-selectgroup-item{
  flex-grow: 0;
}
.sidebar-tabler-scope .form-selectgroup-pills .form-selectgroup-label{
  border-radius: 50px;
}

/**
Bootstrap color input
 */
.sidebar-tabler-scope .form-control-color::-webkit-color-swatch{
  border: none;
}

/**
Remove the cancel buttons in Chrome and Safari on macOS.
 */
.sidebar-tabler-scope [type=search]::-webkit-search-cancel-button{
  -webkit-appearance: none;
}

/**
Form control dark theme fix
 */
.sidebar-tabler-scope .form-control::file-selector-button{
  background-color: var(--tblr-btn-color, var(--tblr-tertiary-bg));
}
.sidebar-tabler-scope .form-control:hover:not(:disabled):not([readonly])::file-selector-button{
  background-color: var(--tblr-btn-color, var(--tblr-secondary-bg));
}

/*
Form check
 */
.sidebar-tabler-scope .form-check{
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sidebar-tabler-scope .form-check.form-check-highlight .form-check-input:not(:checked) ~ .form-check-label{
  color: var(--tblr-secondary);
}
.sidebar-tabler-scope .form-check .form-check-label-off{
  color: var(--tblr-secondary);
}
.sidebar-tabler-scope .form-check .form-check-input:checked ~ .form-check-label-off{
  display: none;
}
.sidebar-tabler-scope .form-check .form-check-input:not(:checked) ~ .form-check-label-on{
  display: none;
}

.sidebar-tabler-scope .form-check-input{
  background-size: 1.25rem;
  margin-top: 0rem;
  box-shadow: var(--tblr-shadow-input);
}
.sidebar-tabler-scope .form-switch .form-check-input{
  transition: background-color 0.3s, background-position 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .form-switch .form-check-input{
    transition: none;
  }
}

.sidebar-tabler-scope .form-check-label{
  display: block;
}
.sidebar-tabler-scope .form-check-label.required:after{
  content: "*";
  margin-left: 0.25rem;
  color: #d63939;
}

.sidebar-tabler-scope .form-check-description{
  display: block;
  color: var(--tblr-secondary);
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.sidebar-tabler-scope .form-check-single{
  margin: 0;
}
.sidebar-tabler-scope .form-check-single .form-check-input{
  margin: 0;
}

/*
Form switch
 */
.sidebar-tabler-scope .form-switch .form-check-input{
  height: 1.25rem;
  margin-top: 0rem;
}

.sidebar-tabler-scope .form-switch-lg{
  padding-left: 3.5rem;
  min-height: 1.5rem;
}
.sidebar-tabler-scope .form-switch-lg .form-check-input{
  height: 1.5rem;
  width: 2.75rem;
  background-size: 1.5rem;
  margin-left: -3.5rem;
}
.sidebar-tabler-scope .form-switch-lg .form-check-label{
  padding-top: 0.125rem;
}

/*Correction of Form-check position*/
.sidebar-tabler-scope .form-check-input:checked{
  border: none;
}

.sidebar-tabler-scope .form-select.is-invalid-lite,.sidebar-tabler-scope .form-control.is-invalid-lite,.sidebar-tabler-scope .form-select.is-valid-lite,.sidebar-tabler-scope .form-control.is-valid-lite{
  border-color: var(--tblr-border-color) !important;
}

/**
Legend
 */
.sidebar-tabler-scope .legend{
  --tblr-legend-size: 0.75em;
  display: inline-block;
  background: var(--tblr-border-color);
  width: var(--tblr-legend-size);
  height: var(--tblr-legend-size);
  border-radius: var(--tblr-border-radius-sm);
  border: 1px solid var(--tblr-border-color-translucent);
}

.sidebar-tabler-scope .list-group{
  margin-left: 0;
  margin-right: 0;
}

.sidebar-tabler-scope .list-group-header{
  background: var(--tblr-bg-surface-tertiary);
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  font-weight: var(--tblr-font-weight-medium);
  line-height: 1;
  text-transform: uppercase;
  color: var(--tblr-gray-500);
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}
.sidebar-tabler-scope .list-group-flush > .list-group-header:last-child{
  border-bottom-width: 0;
}

.sidebar-tabler-scope .list-group-item{
  background-color: inherit;
}

.sidebar-tabler-scope .list-group-item.active{
  background-color: rgba(var(--tblr-secondary-rgb), 0.08);
  border-left-color: #066fd1;
  border-left-width: 2px;
}

.sidebar-tabler-scope .list-group-item.disabled,.sidebar-tabler-scope .list-group-item:disabled{
  color: #6b7280;
  background-color: rgba(var(--tblr-secondary-rgb), 0.08);
}

.sidebar-tabler-scope .list-bordered .list-item{
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  margin-top: -1px;
}
.sidebar-tabler-scope .list-bordered .list-item:first-child{
  border-top: none;
}

.sidebar-tabler-scope .list-group-hoverable .list-group-item:active,.sidebar-tabler-scope .list-group-hoverable .list-group-item:focus,.sidebar-tabler-scope .list-group-hoverable .list-group-item:hover{
  background-color: rgba(var(--tblr-secondary-rgb), 0.08);
}
.sidebar-tabler-scope .list-group-hoverable .list-group-item-actions{
  opacity: 0;
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .list-group-hoverable .list-group-item-actions{
    transition: none;
  }
}
.sidebar-tabler-scope .list-group-hoverable .list-group-item:hover .list-group-item-actions,
.sidebar-tabler-scope .list-group-hoverable .list-group-item-actions.show{
  opacity: 1;
}

.sidebar-tabler-scope .list-group-transparent{
  --tblr-list-group-border-radius: 0;
  margin: 0 -1.25rem;
}
.sidebar-tabler-scope .list-group-transparent .list-group-item{
  background: none;
  border: 0;
}
.sidebar-tabler-scope .list-group-transparent .list-group-item .icon{
  color: var(--tblr-secondary);
}
.sidebar-tabler-scope .list-group-transparent .list-group-item.active{
  font-weight: var(--tblr-font-weight-bold);
  color: inherit;
  background: var(--tblr-active-bg);
}
.sidebar-tabler-scope .list-group-transparent .list-group-item.active .icon{
  color: inherit;
}

/**
Seprated list
*/
.sidebar-tabler-scope .list-separated{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/**
Inline list
 */
.sidebar-tabler-scope .list-inline{
  margin: 0;
}

.sidebar-tabler-scope .list-inline-item:not(:last-child){
  margin-right: auto;
  margin-inline-end: 0.5rem;
}

.sidebar-tabler-scope .list-inline-dots .list-inline-item + .list-inline-item:before{
  content: " · ";
  margin-inline-end: 0.5rem;
}

.sidebar-tabler-scope .loader{
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  color: #066fd1;
  vertical-align: middle;
}
.sidebar-tabler-scope .loader:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px var(--tblr-border-style);
  border-color: transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  border-radius: 100rem;
  animation: rotate-360 0.6s linear;
  animation-iteration-count: infinite;
}

/**
Dimmer
*/
.sidebar-tabler-scope .dimmer{
  position: relative;
}
.sidebar-tabler-scope .dimmer .loader{
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
  margin: 0 auto;
  transform: translateY(-50%);
}
.sidebar-tabler-scope .dimmer.active .loader{
  display: block;
}
.sidebar-tabler-scope .dimmer.active .dimmer-content{
  pointer-events: none;
  opacity: 0.1;
}

@keyframes animated-dots {
  0% {
    transform: translateX(-100%);
  }
}
.sidebar-tabler-scope .animated-dots{
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.sidebar-tabler-scope .animated-dots:after{
  display: inline-block;
  content: "...";
  animation: animated-dots 1.2s steps(4, jump-none) infinite;
}

.sidebar-tabler-scope .modal-content > .btn-close,.sidebar-tabler-scope .modal-header > .btn-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.sidebar-tabler-scope .modal-body{
  scrollbar-color: color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 20%, transparent) transparent;
}
.sidebar-tabler-scope .modal-body::-webkit-scrollbar{
  width: 1rem;
  height: 1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .modal-body::-webkit-scrollbar{
    -webkit-transition: none;
    transition: none;
  }
}
.sidebar-tabler-scope .modal-body::-webkit-scrollbar-thumb{
  border-radius: 1rem;
  border: 5px solid transparent;
  box-shadow: inset 0 0 0 1rem color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 20%, transparent);
}
.sidebar-tabler-scope .modal-body::-webkit-scrollbar-track{
  background: transparent;
}
.sidebar-tabler-scope .modal-body:hover::-webkit-scrollbar-thumb{
  box-shadow: inset 0 0 0 1rem color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 40%, transparent);
}
.sidebar-tabler-scope .modal-body::-webkit-scrollbar-corner{
  background: transparent;
}
.sidebar-tabler-scope .modal-body .modal-title{
  margin-bottom: 1rem;
}
.sidebar-tabler-scope .modal-body + .modal-body{
  border-top: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}

.sidebar-tabler-scope .modal-status{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--tblr-secondary);
  border-radius: var(--tblr-border-radius-lg) var(--tblr-border-radius-lg) 0 0;
}

.sidebar-tabler-scope .modal-header{
  align-items: center;
  min-height: 3.5rem;
  background: transparent;
  padding: 0 3.5rem 0 1.5rem;
}

.sidebar-tabler-scope .modal-title{
  font-size: 1rem;
  font-weight: var(--tblr-font-weight-bold);
  color: inherit;
  line-height: 1.4285714286;
}

.sidebar-tabler-scope .modal-footer{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.sidebar-tabler-scope .modal-blur{
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.sidebar-tabler-scope .modal-full-width{
  max-width: none;
  margin: 0 0.5rem;
}

.sidebar-tabler-scope .nav{
  --tblr-nav-link-hover-bg: color-mix(in srgb, var(--tblr-nav-link-color) 4%, transparent);
}

.sidebar-tabler-scope .nav-vertical,
.sidebar-tabler-scope .nav-vertical .nav{
  flex-direction: column;
  flex-wrap: nowrap;
}
.sidebar-tabler-scope .nav-vertical .nav{
  margin-left: 1.25rem;
  border-left: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  padding-left: 0.5rem;
}
.sidebar-tabler-scope .nav-vertical .nav-link.active,
.sidebar-tabler-scope .nav-vertical .nav-item.show .nav-link{
  font-weight: var(--tblr-font-weight-bold);
  color: var(--tblr-nav-link-active-color);
}
.sidebar-tabler-scope .nav-vertical.nav-pills{
  margin: 0 -0.75rem;
}

.sidebar-tabler-scope .nav-bordered{
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}
.sidebar-tabler-scope .nav-bordered .nav-item + .nav-item{
  margin-left: 1.25rem;
}
.sidebar-tabler-scope .nav-bordered .nav-link{
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 calc(-1 * var(--tblr-border-width));
  border: 0;
  border-bottom: 2px var(--tblr-border-style) transparent;
}
.sidebar-tabler-scope .nav-bordered .nav-link:hover{
  background-color: transparent;
}
.sidebar-tabler-scope .nav-bordered .nav-link.active,
.sidebar-tabler-scope .nav-bordered .nav-item.show .nav-link{
  color: var(--tblr-primary);
  border-color: var(--tblr-primary);
}

.sidebar-tabler-scope .nav-underline .nav-link{
  border-radius: 0;
}

.sidebar-tabler-scope .nav-link{
  display: flex;
  transition: color 0.3s, background-color 0.3s;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .nav-link{
    transition: none;
  }
}
.sidebar-tabler-scope .nav-link:hover,.sidebar-tabler-scope .nav-link:focus{
  background-color: var(--tblr-nav-link-hover-bg);
}

.sidebar-tabler-scope .nav-link-toggle{
  margin-left: auto;
  padding: 0 0.25rem;
  transition: transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .nav-link-toggle{
    transition: none;
  }
}
.sidebar-tabler-scope .nav-link-toggle:after{
  content: "";
  display: inline-block;
  vertical-align: 0.306em;
  width: 0.36em;
  height: 0.36em;
  border-bottom: 1px var(--tblr-border-style);
  border-left: 1px var(--tblr-border-style);
  margin-right: 0.1em;
  margin-left: 0.4em;
  transform: rotate(-45deg);
}
.sidebar-tabler-scope .nav-link-toggle:after{
  margin: 0;
}
.sidebar-tabler-scope .nav-link[aria-expanded=true] .nav-link-toggle{
  transform: rotate(180deg);
}

.sidebar-tabler-scope .nav-link-icon{
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  color: inherit;
}
.sidebar-tabler-scope .nav-link-icon svg{
  display: block;
  height: 100%;
}

.sidebar-tabler-scope .nav-fill .nav-item .nav-link{
  justify-content: center;
}

.sidebar-tabler-scope .stars{
  display: inline-flex;
  color: #9ca3af;
  font-size: 0.75rem;
}
.sidebar-tabler-scope .stars .star:not(:first-child){
  margin-left: 0.25rem;
}

.sidebar-tabler-scope .pagination{
  margin: 0;
  --tblr-pagination-gap: .25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: var(--tblr-pagination-gap);
  line-height: var(--tblr-body-line-height);
}

.sidebar-tabler-scope .page-link{
  min-width: 2rem;
  border-radius: var(--tblr-pagination-border-radius);
}

.sidebar-tabler-scope .page-item:not(.active) .page-link:hover{
  background: var(--tblr-pagination-hover-bg);
}

.sidebar-tabler-scope .page-text{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sidebar-tabler-scope .page-item{
  text-align: center;
}
.sidebar-tabler-scope .page-item.page-prev,.sidebar-tabler-scope .page-item.page-next{
  flex: 0 0 50%;
  text-align: left;
}
.sidebar-tabler-scope .page-item.page-next{
  margin-left: auto;
  text-align: right;
}

.sidebar-tabler-scope .page-item-subtitle{
  margin-bottom: 2px;
  font-size: 12px;
  color: var(--tblr-secondary);
  text-transform: uppercase;
}
.sidebar-tabler-scope .page-item.disabled .page-item-subtitle{
  color: var(--tblr-disabled-color);
}

.sidebar-tabler-scope .page-item-title{
  font-size: 1rem;
  font-weight: var(--tblr-font-weight-normal);
  color: var(--tblr-body-color);
}
.sidebar-tabler-scope .page-link:hover .page-item-title{
  color: #066fd1;
}
.sidebar-tabler-scope .page-item.disabled .page-item-title{
  color: var(--tblr-disabled-color);
}

.sidebar-tabler-scope .pagination-outline{
  --tblr-pagination-border-color: var(--tblr-border-color);
  --tblr-pagination-disabled-border-color: var(--tblr-border-color);
  --tblr-pagination-border-width: 1px;
}

.sidebar-tabler-scope .pagination-circle{
  --tblr-pagination-border-radius: var(--tblr-border-radius-pill);
}

@keyframes progress-indeterminate {
  0% {
    right: 100%;
    left: -35%;
  }
  100%, 60% {
    right: -90%;
    left: 100%;
  }
}
/**
Progress
 */
.sidebar-tabler-scope .progress{
  position: relative;
  width: 100%;
  line-height: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sidebar-tabler-scope .progress::-webkit-progress-bar{
  background: var(--tblr-progress-bg);
}
.sidebar-tabler-scope .progress::-webkit-progress-value{
  background-color: var(--tblr-primary);
}
.sidebar-tabler-scope .progress::-moz-progress-bar{
  background-color: var(--tblr-primary);
}
.sidebar-tabler-scope .progress::-ms-fill{
  background-color: var(--tblr-primary);
  border: none;
}

.sidebar-tabler-scope .progress-sm{
  height: 0.25rem;
}

/**
Progress bar
 */
.sidebar-tabler-scope .progress-bar{
  height: 100%;
}

.sidebar-tabler-scope .progress-bar-indeterminate:after,.sidebar-tabler-scope .progress-bar-indeterminate:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: inherit;
  will-change: left, right;
}
.sidebar-tabler-scope .progress-bar-indeterminate:before{
  animation: progress-indeterminate 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.sidebar-tabler-scope .progress-separated .progress-bar{
  box-shadow: 0 0 0 2px var(--tblr-card-bg, var(--tblr-bg-surface));
}

/**
Progressbg
 */
.sidebar-tabler-scope .progressbg{
  position: relative;
  padding: 0.25rem 0.5rem;
  display: flex;
}

.sidebar-tabler-scope .progressbg-text{
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-tabler-scope .progressbg-progress{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  background: transparent;
  pointer-events: none;
}

.sidebar-tabler-scope .progressbg-value{
  font-weight: var(--tblr-font-weight-medium);
  margin-left: auto;
  padding-left: 2rem;
}

.sidebar-tabler-scope .ribbon{
  --tblr-ribbon-margin: 0.25rem;
  --tblr-ribbon-border-radius: var(--tblr-border-radius);
  position: absolute;
  top: 0.75rem;
  right: calc(-1 * var(--tblr-ribbon-margin));
  z-index: 1;
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  font-weight: var(--tblr-font-weight-bold);
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: var(--tblr-primary);
  border-color: var(--tblr-primary);
  border-radius: var(--tblr-ribbon-border-radius) 0 var(--tblr-ribbon-border-radius) var(--tblr-ribbon-border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
}
.sidebar-tabler-scope .ribbon:before{
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  content: "";
  filter: brightness(70%);
  border: calc(var(--tblr-ribbon-margin) * 0.5) var(--tblr-border-style);
  border-color: inherit;
  border-top-color: transparent;
  border-right-color: transparent;
}
.sidebar-tabler-scope .ribbon.bg-blue{
  border-color: var(--tblr-blue);
}
.sidebar-tabler-scope .ribbon.bg-blue-lt{
  border-color: rgba(var(--tblr-blue-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-azure{
  border-color: var(--tblr-azure);
}
.sidebar-tabler-scope .ribbon.bg-azure-lt{
  border-color: rgba(var(--tblr-azure-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-indigo{
  border-color: var(--tblr-indigo);
}
.sidebar-tabler-scope .ribbon.bg-indigo-lt{
  border-color: rgba(var(--tblr-indigo-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-purple{
  border-color: var(--tblr-purple);
}
.sidebar-tabler-scope .ribbon.bg-purple-lt{
  border-color: rgba(var(--tblr-purple-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-pink{
  border-color: var(--tblr-pink);
}
.sidebar-tabler-scope .ribbon.bg-pink-lt{
  border-color: rgba(var(--tblr-pink-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-red{
  border-color: var(--tblr-red);
}
.sidebar-tabler-scope .ribbon.bg-red-lt{
  border-color: rgba(var(--tblr-red-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-orange{
  border-color: var(--tblr-orange);
}
.sidebar-tabler-scope .ribbon.bg-orange-lt{
  border-color: rgba(var(--tblr-orange-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-yellow{
  border-color: var(--tblr-yellow);
}
.sidebar-tabler-scope .ribbon.bg-yellow-lt{
  border-color: rgba(var(--tblr-yellow-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-lime{
  border-color: var(--tblr-lime);
}
.sidebar-tabler-scope .ribbon.bg-lime-lt{
  border-color: rgba(var(--tblr-lime-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-green{
  border-color: var(--tblr-green);
}
.sidebar-tabler-scope .ribbon.bg-green-lt{
  border-color: rgba(var(--tblr-green-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-teal{
  border-color: var(--tblr-teal);
}
.sidebar-tabler-scope .ribbon.bg-teal-lt{
  border-color: rgba(var(--tblr-teal-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon.bg-cyan{
  border-color: var(--tblr-cyan);
}
.sidebar-tabler-scope .ribbon.bg-cyan-lt{
  border-color: rgba(var(--tblr-cyan-rgb), 0.1) !important;
}
.sidebar-tabler-scope .ribbon .icon{
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

.sidebar-tabler-scope .ribbon-top{
  top: calc(-1 * var(--tblr-ribbon-margin));
  right: 0.75rem;
  width: 2rem;
  padding: 0.5rem 0;
  border-radius: 0 var(--tblr-ribbon-border-radius) var(--tblr-ribbon-border-radius) var(--tblr-ribbon-border-radius);
}
.sidebar-tabler-scope .ribbon-top:before{
  top: 0;
  right: 100%;
  bottom: auto;
  border-color: inherit;
  border-top-color: transparent;
  border-left-color: transparent;
}
.sidebar-tabler-scope .ribbon-top.ribbon-start{
  right: auto;
  left: 0.75rem;
}
.sidebar-tabler-scope .ribbon-top.ribbon-start:before{
  top: 0;
  right: 100%;
  left: auto;
}

.sidebar-tabler-scope .ribbon-start{
  right: auto;
  left: calc(-1 * var(--tblr-ribbon-margin));
  border-radius: 0 var(--tblr-ribbon-border-radius) var(--tblr-ribbon-border-radius) var(--tblr-ribbon-border-radius);
}
.sidebar-tabler-scope .ribbon-start:before{
  top: auto;
  bottom: 100%;
  left: 0;
  border-color: inherit;
  border-top-color: transparent;
  border-left-color: transparent;
}

.sidebar-tabler-scope .ribbon-bottom{
  top: auto;
  bottom: 0.75rem;
}

.sidebar-tabler-scope .ribbon-bookmark{
  padding-left: 0.25rem;
  border-radius: 0 0 var(--tblr-ribbon-border-radius) 0;
}
.sidebar-tabler-scope .ribbon-bookmark:after{
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 1rem var(--tblr-border-style);
  border-color: inherit;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-width: 0.5rem;
}
.sidebar-tabler-scope .ribbon-bookmark.ribbon-left{
  padding-right: 0.5rem;
}
.sidebar-tabler-scope .ribbon-bookmark.ribbon-left:after{
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-right-width: 0.5rem;
  border-left-width: 0;
}
.sidebar-tabler-scope .ribbon-bookmark.ribbon-top{
  padding-right: 0;
  padding-bottom: 0.25rem;
  padding-left: 0;
  border-radius: 0 var(--tblr-ribbon-border-radius) 0 0;
}
.sidebar-tabler-scope .ribbon-bookmark.ribbon-top:after{
  top: 100%;
  right: 0;
  left: 0;
  border-color: inherit;
  border-width: 1rem;
  border-top-width: 0;
  border-bottom-color: transparent;
  border-bottom-width: 0.5rem;
}

/**
Markdown
 */
.sidebar-tabler-scope .markdown{
  line-height: 2;
}
.sidebar-tabler-scope .markdown > :first-child{
  margin-top: 0;
}
.sidebar-tabler-scope .markdown > :last-child,
.sidebar-tabler-scope .markdown > :last-child .highlight{
  margin-bottom: 0;
}
@media (min-width: 768px) {
.sidebar-tabler-scope .markdown > hr,.sidebar-tabler-scope .markdown > .hr{
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.sidebar-tabler-scope .markdown > h1,.sidebar-tabler-scope .markdown > .h1,.sidebar-tabler-scope .markdown > h2,.sidebar-tabler-scope .markdown > .h2,.sidebar-tabler-scope .markdown > h3,.sidebar-tabler-scope .markdown > .h3,.sidebar-tabler-scope .markdown > h4,.sidebar-tabler-scope .markdown > .h4,.sidebar-tabler-scope .markdown > h5,.sidebar-tabler-scope .markdown > .h5,.sidebar-tabler-scope .markdown > h6,.sidebar-tabler-scope .markdown > .h6{
  font-weight: var(--tblr-font-weight-bold);
}
.sidebar-tabler-scope .markdown > h2,.sidebar-tabler-scope .markdown > .h2,.sidebar-tabler-scope .markdown > h3,.sidebar-tabler-scope .markdown > .h3,.sidebar-tabler-scope .markdown > h4,.sidebar-tabler-scope .markdown > .h4,.sidebar-tabler-scope .markdown > h5,.sidebar-tabler-scope .markdown > .h5,.sidebar-tabler-scope .markdown > h6,.sidebar-tabler-scope .markdown > .h6{
  margin-top: 2.5rem;
}
.sidebar-tabler-scope .markdown > table{
  font-size: var(--tblr-body-font-size);
}
.sidebar-tabler-scope .markdown > blockquote{
  font-size: 1rem;
  margin: 1.5rem 0;
  padding: 0.5rem 1.5rem;
}
.sidebar-tabler-scope .markdown > img,
.sidebar-tabler-scope .markdown > p > img{
  border-radius: var(--tblr-border-radius);
  border: 1px solid var(--tblr-border-color);
}
.sidebar-tabler-scope .markdown pre{
  max-height: 20rem;
}

.sidebar-tabler-scope .placeholder:not(.btn):not([class*=bg-]){
  background-color: currentColor !important;
}
.sidebar-tabler-scope .placeholder:not(.avatar):not([class*=card-img-]){
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope .nav-segmented{
  --tblr-nav-bg: var(--tblr-bg-surface-tertiary);
  --tblr-nav-padding: 2px;
  --tblr-nav-height: 2.5rem;
  --tblr-nav-gap: .25rem;
  --tblr-nav-active-bg: var(--tblr-bg-surface);
  --tblr-nav-font-size: inherit;
  --tblr-nav-radius: 6px;
  --tblr-nav-link-disabled-color: var(--tblr-disabled-color);
  --tblr-nav-link-gap: .25rem;
  --tblr-nav-link-padding-x: .75rem;
  --tblr-nav-link-icon-size: 1.25rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--tblr-nav-gap);
  padding: var(--tblr-nav-padding);
  list-style: none;
  background: var(--tblr-nav-bg);
  border-radius: calc(var(--tblr-nav-radius) + var(--tblr-nav-padding));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.sidebar-tabler-scope .nav-segmented .nav-link{
  display: inline-flex;
  gap: calc(0.25rem + var(--tblr-nav-link-gap));
  align-items: center;
  margin: 0;
  font-size: var(--tblr-nav-font-size);
  min-width: calc(var(--tblr-nav-height) - 2 * var(--tblr-nav-padding));
  height: calc(var(--tblr-nav-height) - 2 * var(--tblr-nav-padding));
  padding: 0 calc(var(--tblr-nav-link-padding-x) - 2px);
  border: 1px solid transparent;
  background: transparent;
  color: var(--tblr-secondary);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-radius: var(--tblr-nav-radius);
  flex-grow: 1;
  justify-content: center;
}
.sidebar-tabler-scope .nav-segmented .nav-link:hover,.sidebar-tabler-scope .nav-segmented .nav-link.hover{
  background: rgba(0, 0, 0, 0.04);
  color: var(--tblr-body-color);
}
.sidebar-tabler-scope .nav-segmented .nav-link.disabled,.sidebar-tabler-scope .nav-segmented .nav-link:disabled{
  color: var(--tblr-nav-link-disabled-color);
  cursor: not-allowed;
}
.sidebar-tabler-scope .nav-segmented .nav-link-input:checked + .nav-link,
.sidebar-tabler-scope .nav-segmented .nav-link.active{
  color: var(--tblr-body-color);
  background: var(--tblr-nav-active-bg);
  border-color: var(--tblr-border-color);
}
.sidebar-tabler-scope .nav-segmented .nav-link-input{
  display: none;
}
.sidebar-tabler-scope .nav-segmented .nav-link-icon{
  width: var(--tblr-nav-link-icon-size);
  height: var(--tblr-nav-link-icon-size);
  margin: 0 -0.25rem;
  color: inherit;
}

.sidebar-tabler-scope .nav-segmented-vertical{
  flex-direction: column;
}
.sidebar-tabler-scope .nav-segmented-vertical .nav-link{
  justify-content: flex-start;
}

.sidebar-tabler-scope .nav-sm{
  --tblr-nav-height: 2rem;
  --tblr-nav-font-size: var(--tblr-font-size-h5);
  --tblr-nav-radius: 4px;
  --tblr-nav-link-padding-x: .5rem;
  --tblr-nav-link-gap: .25rem;
  --tblr-nav-link-icon-size: 1rem;
}

.sidebar-tabler-scope .nav-lg{
  --tblr-nav-height: 3rem;
  --tblr-nav-font-size: var(--tblr-font-size-h3);
  --tblr-nav-radius: 8px;
  --tblr-nav-link-padding-x: 1rem;
  --tblr-nav-link-gap: .5rem;
  --tblr-nav-link-icon-size: 1.5rem;
}

.sidebar-tabler-scope .steps{
  --tblr-steps-color: var(--tblr-primary);
  --tblr-steps-inactive-color: var(--tblr-border-color);
  --tblr-steps-dot-size: .5rem;
  --tblr-steps-border-width: 2px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-tabler-scope .steps-blue{
  --tblr-steps-color: var(--tblr-blue);
}
.sidebar-tabler-scope .steps-blue-lt{
  --tblr-steps-color: var(--tblr-blue-lt);
}

.sidebar-tabler-scope .steps-azure{
  --tblr-steps-color: var(--tblr-azure);
}
.sidebar-tabler-scope .steps-azure-lt{
  --tblr-steps-color: var(--tblr-azure-lt);
}

.sidebar-tabler-scope .steps-indigo{
  --tblr-steps-color: var(--tblr-indigo);
}
.sidebar-tabler-scope .steps-indigo-lt{
  --tblr-steps-color: var(--tblr-indigo-lt);
}

.sidebar-tabler-scope .steps-purple{
  --tblr-steps-color: var(--tblr-purple);
}
.sidebar-tabler-scope .steps-purple-lt{
  --tblr-steps-color: var(--tblr-purple-lt);
}

.sidebar-tabler-scope .steps-pink{
  --tblr-steps-color: var(--tblr-pink);
}
.sidebar-tabler-scope .steps-pink-lt{
  --tblr-steps-color: var(--tblr-pink-lt);
}

.sidebar-tabler-scope .steps-red{
  --tblr-steps-color: var(--tblr-red);
}
.sidebar-tabler-scope .steps-red-lt{
  --tblr-steps-color: var(--tblr-red-lt);
}

.sidebar-tabler-scope .steps-orange{
  --tblr-steps-color: var(--tblr-orange);
}
.sidebar-tabler-scope .steps-orange-lt{
  --tblr-steps-color: var(--tblr-orange-lt);
}

.sidebar-tabler-scope .steps-yellow{
  --tblr-steps-color: var(--tblr-yellow);
}
.sidebar-tabler-scope .steps-yellow-lt{
  --tblr-steps-color: var(--tblr-yellow-lt);
}

.sidebar-tabler-scope .steps-lime{
  --tblr-steps-color: var(--tblr-lime);
}
.sidebar-tabler-scope .steps-lime-lt{
  --tblr-steps-color: var(--tblr-lime-lt);
}

.sidebar-tabler-scope .steps-green{
  --tblr-steps-color: var(--tblr-green);
}
.sidebar-tabler-scope .steps-green-lt{
  --tblr-steps-color: var(--tblr-green-lt);
}

.sidebar-tabler-scope .steps-teal{
  --tblr-steps-color: var(--tblr-teal);
}
.sidebar-tabler-scope .steps-teal-lt{
  --tblr-steps-color: var(--tblr-teal-lt);
}

.sidebar-tabler-scope .steps-cyan{
  --tblr-steps-color: var(--tblr-cyan);
}
.sidebar-tabler-scope .steps-cyan-lt{
  --tblr-steps-color: var(--tblr-cyan-lt);
}

.sidebar-tabler-scope .step-item{
  position: relative;
  flex: 1 1 0;
  min-height: 1rem;
  margin-top: 0;
  color: inherit;
  text-align: center;
  cursor: default;
  padding-top: calc(var(--tblr-steps-dot-size));
}
.sidebar-tabler-scope a.step-item{
  cursor: pointer;
}
.sidebar-tabler-scope a.step-item:hover{
  color: inherit;
}

.sidebar-tabler-scope .step-item:after,.sidebar-tabler-scope .step-item:before{
  background: var(--tblr-steps-color);
}
.sidebar-tabler-scope .step-item:not(:last-child):after{
  position: absolute;
  left: 50%;
  width: 100%;
  content: "";
  transform: translateY(-50%);
}
.sidebar-tabler-scope .step-item:after{
  top: calc(var(--tblr-steps-dot-size) * 0.5);
  height: var(--tblr-steps-border-width);
}
.sidebar-tabler-scope .step-item:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  transform: translateX(-50%);
  color: var(--tblr-white);
  width: var(--tblr-steps-dot-size);
  height: var(--tblr-steps-dot-size);
}
.sidebar-tabler-scope .step-item.active{
  font-weight: var(--tblr-font-weight-bold);
}
.sidebar-tabler-scope .step-item.active:after{
  background: var(--tblr-steps-inactive-color);
}
.sidebar-tabler-scope .step-item.active ~ .step-item{
  color: var(--tblr-disabled-color);
}
.sidebar-tabler-scope .step-item.active ~ .step-item:after,.sidebar-tabler-scope .step-item.active ~ .step-item:before{
  background: var(--tblr-steps-inactive-color);
}

.sidebar-tabler-scope .steps-counter{
  --tblr-steps-dot-size: 1.5rem;
  counter-reset: steps;
}
.sidebar-tabler-scope .steps-counter .step-item{
  counter-increment: steps;
}
.sidebar-tabler-scope .steps-counter .step-item:before{
  content: counter(steps);
}

.sidebar-tabler-scope .steps-vertical{
  --tblr-steps-dot-offset: 6px;
  flex-direction: column;
}
.sidebar-tabler-scope .steps-vertical.steps-counter{
  --tblr-steps-dot-offset: -2px;
}
.sidebar-tabler-scope .steps-vertical .step-item{
  text-align: left;
  padding-top: 0;
  padding-left: calc(var(--tblr-steps-dot-size) + 1rem);
  min-height: auto;
}
.sidebar-tabler-scope .steps-vertical .step-item:not(:first-child){
  margin-top: 1rem;
}
.sidebar-tabler-scope .steps-vertical .step-item:before{
  top: var(--tblr-steps-dot-offset);
  left: 0;
  transform: translate(0, 0);
}
.sidebar-tabler-scope .steps-vertical .step-item:not(:last-child):after{
  position: absolute;
  content: "";
  transform: translateX(-50%);
  top: var(--tblr-steps-dot-offset);
  left: calc(var(--tblr-steps-dot-size) * 0.5);
  width: var(--tblr-steps-border-width);
  height: calc(100% + 1rem);
}

@keyframes status-pulsate-main {
  40% {
    transform: scale(1.25, 1.25);
  }
  60% {
    transform: scale(1.25, 1.25);
  }
}
@keyframes status-pulsate-secondary {
  10% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(3, 3);
  }
  80% {
    transform: scale(3, 3);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes status-pulsate-tertiary {
  25% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(3, 3);
    opacity: 0;
  }
  100% {
    transform: scale(3, 3);
    opacity: 0;
  }
}
.sidebar-tabler-scope .status{
  --tblr-status-height: 1.5rem;
  --tblr-status-color: #6b7280;
  --tblr-status-color-rgb: 107, 114, 128;
  display: inline-flex;
  align-items: center;
  height: var(--tblr-status-height);
  padding: 0.25rem 0.75rem;
  gap: 0.5rem;
  color: var(--tblr-status-color);
  background: rgba(var(--tblr-status-color-rgb), 0.1);
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 100rem;
  font-weight: var(--tblr-font-weight-medium);
  line-height: 1;
  margin: 0;
}
.sidebar-tabler-scope .status .status-dot{
  background: var(--tblr-status-color);
}
.sidebar-tabler-scope .status .icon{
  font-size: 1.25rem;
}

.sidebar-tabler-scope .status-lite{
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color) !important;
  background: transparent !important;
  color: var(--tblr-body-color) !important;
}

.sidebar-tabler-scope .status-primary{
  --tblr-status-color: #066fd1;
  --tblr-status-color-rgb: 6, 111, 209;
}

.sidebar-tabler-scope .status-secondary{
  --tblr-status-color: #6b7280;
  --tblr-status-color-rgb: 107, 114, 128;
}

.sidebar-tabler-scope .status-success{
  --tblr-status-color: #2fb344;
  --tblr-status-color-rgb: 47, 179, 68;
}

.sidebar-tabler-scope .status-info{
  --tblr-status-color: #4299e1;
  --tblr-status-color-rgb: 66, 153, 225;
}

.sidebar-tabler-scope .status-warning{
  --tblr-status-color: #f59f00;
  --tblr-status-color-rgb: 245, 159, 0;
}

.sidebar-tabler-scope .status-danger{
  --tblr-status-color: #d63939;
  --tblr-status-color-rgb: 214, 57, 57;
}

.sidebar-tabler-scope .status-light{
  --tblr-status-color: #f9fafb;
  --tblr-status-color-rgb: 249, 250, 251;
}

.sidebar-tabler-scope .status-dark{
  --tblr-status-color: #1f2937;
  --tblr-status-color-rgb: 31, 41, 55;
}

.sidebar-tabler-scope .status-muted{
  --tblr-status-color: #6b7280;
  --tblr-status-color-rgb: 107, 114, 128;
}

.sidebar-tabler-scope .status-blue{
  --tblr-status-color: #066fd1;
  --tblr-status-color-rgb: 6, 111, 209;
}

.sidebar-tabler-scope .status-azure{
  --tblr-status-color: #4299e1;
  --tblr-status-color-rgb: 66, 153, 225;
}

.sidebar-tabler-scope .status-indigo{
  --tblr-status-color: #4263eb;
  --tblr-status-color-rgb: 66, 99, 235;
}

.sidebar-tabler-scope .status-purple{
  --tblr-status-color: #ae3ec9;
  --tblr-status-color-rgb: 174, 62, 201;
}

.sidebar-tabler-scope .status-pink{
  --tblr-status-color: #d6336c;
  --tblr-status-color-rgb: 214, 51, 108;
}

.sidebar-tabler-scope .status-red{
  --tblr-status-color: #d63939;
  --tblr-status-color-rgb: 214, 57, 57;
}

.sidebar-tabler-scope .status-orange{
  --tblr-status-color: #f76707;
  --tblr-status-color-rgb: 247, 103, 7;
}

.sidebar-tabler-scope .status-yellow{
  --tblr-status-color: #f59f00;
  --tblr-status-color-rgb: 245, 159, 0;
}

.sidebar-tabler-scope .status-lime{
  --tblr-status-color: #74b816;
  --tblr-status-color-rgb: 116, 184, 22;
}

.sidebar-tabler-scope .status-green{
  --tblr-status-color: #2fb344;
  --tblr-status-color-rgb: 47, 179, 68;
}

.sidebar-tabler-scope .status-teal{
  --tblr-status-color: #0ca678;
  --tblr-status-color-rgb: 12, 166, 120;
}

.sidebar-tabler-scope .status-cyan{
  --tblr-status-color: #17a2b8;
  --tblr-status-color-rgb: 23, 162, 184;
}

.sidebar-tabler-scope .status-dot{
  --tblr-status-dot-color: var(--tblr-status-color, #6b7280);
  --tblr-status-size: 0.5rem;
  position: relative;
  display: inline-block;
  width: var(--tblr-status-size);
  height: var(--tblr-status-size);
  background: var(--tblr-status-dot-color);
  border-radius: 100rem;
}

.sidebar-tabler-scope .status-dot-animated:before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: inherit;
  border-radius: inherit;
  opacity: 0.6;
  animation: 1s linear 2s backwards infinite status-pulsate-tertiary;
}

.sidebar-tabler-scope .status-indicator{
  --tblr-status-indicator-size: 2.5rem;
  --tblr-status-indicator-color: var(--tblr-status-color, #6b7280);
  display: block;
  position: relative;
  width: var(--tblr-status-indicator-size);
  height: var(--tblr-status-indicator-size);
}

.sidebar-tabler-scope .status-indicator-circle{
  --tblr-status-circle-size: .75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--tblr-status-circle-size) / -2) 0 0 calc(var(--tblr-status-circle-size) / -2);
  width: var(--tblr-status-circle-size);
  height: var(--tblr-status-circle-size);
  border-radius: 100rem;
  background: var(--tblr-status-color);
}
.sidebar-tabler-scope .status-indicator-circle:nth-child(1){
  z-index: 3;
}
.sidebar-tabler-scope .status-indicator-circle:nth-child(2){
  z-index: 2;
  opacity: 0.1;
}
.sidebar-tabler-scope .status-indicator-circle:nth-child(3){
  z-index: 1;
  opacity: 0.3;
}

.sidebar-tabler-scope .status-indicator-animated .status-indicator-circle:nth-child(1){
  animation: 2s linear 1s infinite backwards status-pulsate-main;
}
.sidebar-tabler-scope .status-indicator-animated .status-indicator-circle:nth-child(2){
  animation: 2s linear 1s infinite backwards status-pulsate-secondary;
}
.sidebar-tabler-scope .status-indicator-animated .status-indicator-circle:nth-child(3){
  animation: 2s linear 1s infinite backwards status-pulsate-tertiary;
}

.sidebar-tabler-scope .switch-icon{
  display: inline-block;
  line-height: 1;
  border: 0;
  padding: 0;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: bottom;
  position: relative;
  cursor: pointer;
}
.sidebar-tabler-scope .switch-icon.disabled{
  pointer-events: none;
  opacity: 0.4;
}
.sidebar-tabler-scope .switch-icon:focus{
  outline: none;
}
.sidebar-tabler-scope .switch-icon svg{
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar-tabler-scope .switch-icon .switch-icon-a,
.sidebar-tabler-scope .switch-icon .switch-icon-b{
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar-tabler-scope .switch-icon .switch-icon-a{
  opacity: 1;
}
.sidebar-tabler-scope .switch-icon .switch-icon-b{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sidebar-tabler-scope .switch-icon.active .switch-icon-a{
  opacity: 0;
}
.sidebar-tabler-scope .switch-icon.active .switch-icon-b{
  opacity: 1;
}

.sidebar-tabler-scope .switch-icon-fade .switch-icon-a,
.sidebar-tabler-scope .switch-icon-fade .switch-icon-b{
  transition: opacity 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .switch-icon-fade .switch-icon-a,
.sidebar-tabler-scope .switch-icon-fade .switch-icon-b{
    transition: none;
  }
}

.sidebar-tabler-scope .switch-icon-scale .switch-icon-a,
.sidebar-tabler-scope .switch-icon-scale .switch-icon-b{
  transition: opacity 0.5s, transform 0s 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .switch-icon-scale .switch-icon-a,
.sidebar-tabler-scope .switch-icon-scale .switch-icon-b{
    transition: none;
  }
}
.sidebar-tabler-scope .switch-icon-scale .switch-icon-b{
  transform: scale(1.5);
}
.sidebar-tabler-scope .switch-icon-scale.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-scale.active .switch-icon-b{
  transition: opacity 0s, transform 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .switch-icon-scale.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-scale.active .switch-icon-b{
    transition: none;
  }
}
.sidebar-tabler-scope .switch-icon-scale.active .switch-icon-b{
  transform: scale(1);
}

.sidebar-tabler-scope .switch-icon-flip{
  perspective: 10em;
}
.sidebar-tabler-scope .switch-icon-flip .switch-icon-a,
.sidebar-tabler-scope .switch-icon-flip .switch-icon-b{
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: opacity 0s 0.2s, transform 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .switch-icon-flip .switch-icon-a,
.sidebar-tabler-scope .switch-icon-flip .switch-icon-b{
    transition: none;
  }
}
.sidebar-tabler-scope .switch-icon-flip .switch-icon-a{
  opacity: 1;
  transform: rotateY(0deg);
}
.sidebar-tabler-scope .switch-icon-flip .switch-icon-b{
  opacity: 1;
  transform: rotateY(-180deg);
}
.sidebar-tabler-scope .switch-icon-flip.active .switch-icon-a{
  opacity: 1;
  transform: rotateY(180deg);
}
.sidebar-tabler-scope .switch-icon-flip.active .switch-icon-b{
  opacity: 1;
  transform: rotateY(0deg);
}

.sidebar-tabler-scope .switch-icon-slide-up,
.sidebar-tabler-scope .switch-icon-slide-left,
.sidebar-tabler-scope .switch-icon-slide-start,
.sidebar-tabler-scope .switch-icon-slide-right,
.sidebar-tabler-scope .switch-icon-slide-end,
.sidebar-tabler-scope .switch-icon-slide-down{
  overflow: hidden;
}
.sidebar-tabler-scope .switch-icon-slide-up .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-up .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-left .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-left .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-start .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-start .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-right .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-right .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-end .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-end .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-down .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-down .switch-icon-b{
  transition: opacity 0.3s, transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .switch-icon-slide-up .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-up .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-left .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-left .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-start .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-start .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-right .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-right .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-end .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-end .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-down .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-down .switch-icon-b{
    transition: none;
  }
}
.sidebar-tabler-scope .switch-icon-slide-up .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-left .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-start .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-right .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-end .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-down .switch-icon-a{
  transform: translateY(0);
}
.sidebar-tabler-scope .switch-icon-slide-up .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-left .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-start .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-right .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-end .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-down .switch-icon-b{
  transform: translateY(100%);
}
.sidebar-tabler-scope .switch-icon-slide-up.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-left.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-start.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-right.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-end.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-down.active .switch-icon-a{
  transform: translateY(-100%);
}
.sidebar-tabler-scope .switch-icon-slide-up.active .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-left.active .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-start.active .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-right.active .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-end.active .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-down.active .switch-icon-b{
  transform: translateY(0);
}

.sidebar-tabler-scope .switch-icon-slide-left .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-start .switch-icon-a{
  transform: translateX(0);
}
.sidebar-tabler-scope .switch-icon-slide-left .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-start .switch-icon-b{
  transform: translateX(100%);
}
.sidebar-tabler-scope .switch-icon-slide-left.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-start.active .switch-icon-a{
  transform: translateX(-100%);
}
.sidebar-tabler-scope .switch-icon-slide-left.active .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-start.active .switch-icon-b{
  transform: translateX(0);
}

.sidebar-tabler-scope .switch-icon-slide-right .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-end .switch-icon-a{
  transform: translateX(0);
}
.sidebar-tabler-scope .switch-icon-slide-right .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-end .switch-icon-b{
  transform: translateX(-100%);
}
.sidebar-tabler-scope .switch-icon-slide-right.active .switch-icon-a,
.sidebar-tabler-scope .switch-icon-slide-end.active .switch-icon-a{
  transform: translateX(100%);
}
.sidebar-tabler-scope .switch-icon-slide-right.active .switch-icon-b,
.sidebar-tabler-scope .switch-icon-slide-end.active .switch-icon-b{
  transform: translateX(0);
}

.sidebar-tabler-scope .switch-icon-slide-down .switch-icon-a{
  transform: translateY(0);
}
.sidebar-tabler-scope .switch-icon-slide-down .switch-icon-b{
  transform: translateY(-100%);
}
.sidebar-tabler-scope .switch-icon-slide-down.active .switch-icon-a{
  transform: translateY(100%);
}
.sidebar-tabler-scope .switch-icon-slide-down.active .switch-icon-b{
  transform: translateY(0);
}

.sidebar-tabler-scope .table thead th,.sidebar-tabler-scope .markdown > table thead th{
  background: var(--tblr-bg-surface-tertiary);
  font-size: 0.75rem;
  font-weight: var(--tblr-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--tblr-secondary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  white-space: nowrap;
}
@media print {
.sidebar-tabler-scope .table thead th,.sidebar-tabler-scope .markdown > table thead th{
    background: transparent;
  }
}

.sidebar-tabler-scope .table-responsive .table,.sidebar-tabler-scope .table-responsive .markdown > table{
  margin-bottom: 0;
}
.sidebar-tabler-scope .table-responsive + .card-footer{
  border-top: 0;
}

.sidebar-tabler-scope .table-transparent thead th{
  background: transparent;
}

.sidebar-tabler-scope .table-nowrap > :not(caption) > * > *{
  white-space: nowrap;
}

.sidebar-tabler-scope .table-vcenter > :not(caption) > * > *{
  vertical-align: middle;
}

.sidebar-tabler-scope .table-center > :not(caption) > * > *{
  text-align: center;
}

.sidebar-tabler-scope .td-truncate{
  max-width: 1px;
  width: 100%;
}

.sidebar-tabler-scope .table-mobile{
  display: block;
}
.sidebar-tabler-scope .table-mobile thead{
  display: none;
}
.sidebar-tabler-scope .table-mobile tbody,
.sidebar-tabler-scope .table-mobile tr{
  display: flex;
  flex-direction: column;
}
.sidebar-tabler-scope .table-mobile td{
  display: block;
  padding: 0.75rem 0.75rem !important;
  border: none;
  color: var(--tblr-body-color) !important;
}
.sidebar-tabler-scope .table-mobile td[data-label]:before{
  font-size: 0.75rem;
  font-weight: var(--tblr-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--tblr-secondary);
  content: attr(data-label);
  display: block;
}
.sidebar-tabler-scope .table-mobile tr{
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
}
.sidebar-tabler-scope .table-mobile .btn{
  display: block;
}
@media (max-width: 575.98px) {
.sidebar-tabler-scope .table-mobile-sm{
    display: block;
  }
.sidebar-tabler-scope .table-mobile-sm thead{
    display: none;
  }
.sidebar-tabler-scope .table-mobile-sm tbody,
.sidebar-tabler-scope .table-mobile-sm tr{
    display: flex;
    flex-direction: column;
  }
.sidebar-tabler-scope .table-mobile-sm td{
    display: block;
    padding: 0.75rem 0.75rem !important;
    border: none;
    color: var(--tblr-body-color) !important;
  }
.sidebar-tabler-scope .table-mobile-sm td[data-label]:before{
    font-size: 0.75rem;
    font-weight: var(--tblr-font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1rem;
    color: var(--tblr-secondary);
    content: attr(data-label);
    display: block;
  }
.sidebar-tabler-scope .table-mobile-sm tr{
    border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  }
.sidebar-tabler-scope .table-mobile-sm .btn{
    display: block;
  }
}
@media (max-width: 767.98px) {
.sidebar-tabler-scope .table-mobile-md{
    display: block;
  }
.sidebar-tabler-scope .table-mobile-md thead{
    display: none;
  }
.sidebar-tabler-scope .table-mobile-md tbody,
.sidebar-tabler-scope .table-mobile-md tr{
    display: flex;
    flex-direction: column;
  }
.sidebar-tabler-scope .table-mobile-md td{
    display: block;
    padding: 0.75rem 0.75rem !important;
    border: none;
    color: var(--tblr-body-color) !important;
  }
.sidebar-tabler-scope .table-mobile-md td[data-label]:before{
    font-size: 0.75rem;
    font-weight: var(--tblr-font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1rem;
    color: var(--tblr-secondary);
    content: attr(data-label);
    display: block;
  }
.sidebar-tabler-scope .table-mobile-md tr{
    border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  }
.sidebar-tabler-scope .table-mobile-md .btn{
    display: block;
  }
}
@media (max-width: 991.98px) {
.sidebar-tabler-scope .table-mobile-lg{
    display: block;
  }
.sidebar-tabler-scope .table-mobile-lg thead{
    display: none;
  }
.sidebar-tabler-scope .table-mobile-lg tbody,
.sidebar-tabler-scope .table-mobile-lg tr{
    display: flex;
    flex-direction: column;
  }
.sidebar-tabler-scope .table-mobile-lg td{
    display: block;
    padding: 0.75rem 0.75rem !important;
    border: none;
    color: var(--tblr-body-color) !important;
  }
.sidebar-tabler-scope .table-mobile-lg td[data-label]:before{
    font-size: 0.75rem;
    font-weight: var(--tblr-font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1rem;
    color: var(--tblr-secondary);
    content: attr(data-label);
    display: block;
  }
.sidebar-tabler-scope .table-mobile-lg tr{
    border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  }
.sidebar-tabler-scope .table-mobile-lg .btn{
    display: block;
  }
}
@media (max-width: 1199.98px) {
.sidebar-tabler-scope .table-mobile-xl{
    display: block;
  }
.sidebar-tabler-scope .table-mobile-xl thead{
    display: none;
  }
.sidebar-tabler-scope .table-mobile-xl tbody,
.sidebar-tabler-scope .table-mobile-xl tr{
    display: flex;
    flex-direction: column;
  }
.sidebar-tabler-scope .table-mobile-xl td{
    display: block;
    padding: 0.75rem 0.75rem !important;
    border: none;
    color: var(--tblr-body-color) !important;
  }
.sidebar-tabler-scope .table-mobile-xl td[data-label]:before{
    font-size: 0.75rem;
    font-weight: var(--tblr-font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1rem;
    color: var(--tblr-secondary);
    content: attr(data-label);
    display: block;
  }
.sidebar-tabler-scope .table-mobile-xl tr{
    border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  }
.sidebar-tabler-scope .table-mobile-xl .btn{
    display: block;
  }
}
@media (max-width: 1399.98px) {
.sidebar-tabler-scope .table-mobile-xxl{
    display: block;
  }
.sidebar-tabler-scope .table-mobile-xxl thead{
    display: none;
  }
.sidebar-tabler-scope .table-mobile-xxl tbody,
.sidebar-tabler-scope .table-mobile-xxl tr{
    display: flex;
    flex-direction: column;
  }
.sidebar-tabler-scope .table-mobile-xxl td{
    display: block;
    padding: 0.75rem 0.75rem !important;
    border: none;
    color: var(--tblr-body-color) !important;
  }
.sidebar-tabler-scope .table-mobile-xxl td[data-label]:before{
    font-size: 0.75rem;
    font-weight: var(--tblr-font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1rem;
    color: var(--tblr-secondary);
    content: attr(data-label);
    display: block;
  }
.sidebar-tabler-scope .table-mobile-xxl tr{
    border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  }
.sidebar-tabler-scope .table-mobile-xxl .btn{
    display: block;
  }
}

/**
Table sort
 */
.sidebar-tabler-scope .table-sort{
  font: inherit;
  color: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  border: 0;
  background: inherit;
  display: block;
  width: 100%;
  text-align: inherit;
  transition: color 0.3s;
  margin: -0.5rem -0.75rem;
  padding: 0.5rem 0.75rem;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope .table-sort{
    transition: none;
  }
}
.sidebar-tabler-scope .table-sort:hover,.sidebar-tabler-scope .table-sort.asc,.sidebar-tabler-scope .table-sort.desc{
  color: var(--tblr-body-color);
}
.sidebar-tabler-scope .table-sort:after{
  content: "";
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  vertical-align: bottom;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'><path d='M5 7l3 -3l3 3'/><path d='M5 10l3 3l3 -3'/></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'><path d='M5 7l3 -3l3 3'/><path d='M5 10l3 3l3 -3'/></svg>");
  background: currentColor;
  margin-left: 0.25rem;
}
.sidebar-tabler-scope .table-sort.asc:after{
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'><path fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M5 10l3 -3l3 3'/></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'><path fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M5 10l3 -3l3 3'/></svg>");
}
.sidebar-tabler-scope .table-sort.desc:after{
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'><path fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M5 7l3 3l3 -3'/></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'><path fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M5 7l3 3l3 -3'/></svg>");
}

.sidebar-tabler-scope .table-borderless thead th{
  background: transparent;
}

.sidebar-tabler-scope .table-selectable tbody tr .on-checked{
  display: none;
}
.sidebar-tabler-scope .table-selectable tbody tr .on-unchecked{
  display: initial;
}
.sidebar-tabler-scope .table-selectable tbody tr:has(.table-selectable-check:checked){
  background-color: var(--tblr-active-bg);
}
.sidebar-tabler-scope .table-selectable tbody tr:has(.table-selectable-check:checked) .on-checked{
  display: initial;
}
.sidebar-tabler-scope .table-selectable tbody tr:has(.table-selectable-check:checked) .on-unchecked{
  display: none;
}

.sidebar-tabler-scope .tag{
  --tblr-tag-height: 1.5rem;
  border: 1px solid var(--tblr-border-color);
  display: inline-flex;
  align-items: center;
  height: var(--tblr-tag-height);
  border-radius: var(--tblr-border-radius);
  padding: 0 0.5rem;
  background: var(--tblr-bg-surface);
  box-shadow: var(--tblr-shadow-input);
  gap: 0.5rem;
}
.sidebar-tabler-scope .tag .btn-close{
  margin-right: -0.25rem;
  margin-left: -0.125rem;
  padding: 0;
  width: 1rem;
  height: 1rem;
  font-size: 0.5rem;
}

.sidebar-tabler-scope .tag-badge{
  --tblr-badge-font-size: 0.625rem;
  --tblr-badge-padding-x: .25rem;
  --tblr-badge-padding-y: .125rem;
  margin-right: -0.25rem;
}

.sidebar-tabler-scope .tag-avatar,
.sidebar-tabler-scope .tag-flag,
.sidebar-tabler-scope .tag-payment,
.sidebar-tabler-scope .tag-icon,
.sidebar-tabler-scope .tag-check{
  margin-left: -0.25rem;
}

.sidebar-tabler-scope .tag-icon{
  color: var(--tblr-secondary);
  margin-right: -0.125rem;
  width: 1rem;
  height: 1rem;
}

.sidebar-tabler-scope .tag-check{
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.sidebar-tabler-scope .tags-list{
  --tblr-list-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--tblr-list-gap);
}

.sidebar-tabler-scope .toast{
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color-translucent);
  box-shadow: rgba(31, 41, 55, 0.04) 0 2px 4px 0;
}
.sidebar-tabler-scope .toast .toast-header{
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sidebar-tabler-scope .toast button[data-bs-dismiss=toast]{
  outline: none;
}

.sidebar-tabler-scope .toast-primary{
  --tblr-toast-color: #066fd1;
}

.sidebar-tabler-scope .toast-secondary{
  --tblr-toast-color: #6b7280;
}

.sidebar-tabler-scope .toast-success{
  --tblr-toast-color: #2fb344;
}

.sidebar-tabler-scope .toast-info{
  --tblr-toast-color: #4299e1;
}

.sidebar-tabler-scope .toast-warning{
  --tblr-toast-color: #f59f00;
}

.sidebar-tabler-scope .toast-danger{
  --tblr-toast-color: #d63939;
}

.sidebar-tabler-scope .toast-light{
  --tblr-toast-color: #f9fafb;
}

.sidebar-tabler-scope .toast-dark{
  --tblr-toast-color: #1f2937;
}

.sidebar-tabler-scope .toast-muted{
  --tblr-toast-color: #6b7280;
}

.sidebar-tabler-scope .toast-blue{
  --tblr-toast-color: #066fd1;
}

.sidebar-tabler-scope .toast-azure{
  --tblr-toast-color: #4299e1;
}

.sidebar-tabler-scope .toast-indigo{
  --tblr-toast-color: #4263eb;
}

.sidebar-tabler-scope .toast-purple{
  --tblr-toast-color: #ae3ec9;
}

.sidebar-tabler-scope .toast-pink{
  --tblr-toast-color: #d6336c;
}

.sidebar-tabler-scope .toast-red{
  --tblr-toast-color: #d63939;
}

.sidebar-tabler-scope .toast-orange{
  --tblr-toast-color: #f76707;
}

.sidebar-tabler-scope .toast-yellow{
  --tblr-toast-color: #f59f00;
}

.sidebar-tabler-scope .toast-lime{
  --tblr-toast-color: #74b816;
}

.sidebar-tabler-scope .toast-green{
  --tblr-toast-color: #2fb344;
}

.sidebar-tabler-scope .toast-teal{
  --tblr-toast-color: #0ca678;
}

.sidebar-tabler-scope .toast-cyan{
  --tblr-toast-color: #17a2b8;
}

.sidebar-tabler-scope .toolbar{
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  margin: 0 -0.5rem;
}
.sidebar-tabler-scope .toolbar > *{
  margin: 0 0.5rem;
}

.sidebar-tabler-scope .tracking{
  --tblr-tracking-height: 1.5rem;
  --tblr-tracking-gap-width: 0.125rem;
  --tblr-tracking-block-border-radius: var(--tblr-border-radius);
  display: flex;
  gap: var(--tblr-tracking-gap-width);
}

.sidebar-tabler-scope .tracking-squares{
  --tblr-tracking-block-border-radius: var(--tblr-border-radius-sm);
}
.sidebar-tabler-scope .tracking-squares .tracking-block{
  height: auto;
}
.sidebar-tabler-scope .tracking-squares .tracking-block:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.sidebar-tabler-scope .tracking-block{
  flex: 1;
  border-radius: var(--tblr-tracking-block-border-radius);
  height: var(--tblr-tracking-height);
  min-width: 0.25rem;
  background: var(--tblr-border-color);
}

.sidebar-tabler-scope .timeline{
  --tblr-timeline-icon-size: 2.5rem;
  position: relative;
  list-style: none;
  padding: 0;
}

.sidebar-tabler-scope .timeline-event{
  position: relative;
}
.sidebar-tabler-scope .timeline-event:not(:last-child){
  margin-bottom: var(--tblr-page-padding);
}
.sidebar-tabler-scope .timeline-event:not(:last-child):before{
  content: "";
  position: absolute;
  top: var(--tblr-timeline-icon-size);
  left: calc(var(--tblr-timeline-icon-size) / 2);
  bottom: calc(-1 * var(--tblr-page-padding));
  width: var(--tblr-border-width);
  background-color: var(--tblr-border-color);
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope .timeline-event-icon{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--tblr-timeline-icon-size, 2.5rem);
  height: var(--tblr-timeline-icon-size, 2.5rem);
  background: var(--tblr-bg-surface-secondary);
  color: var(--tblr-secondary);
  border-radius: var(--tblr-border-radius);
  z-index: 5;
}

.sidebar-tabler-scope .timeline-event-card{
  margin-left: calc(var(--tblr-timeline-icon-size, 2.5rem) + var(--tblr-page-padding));
}

.sidebar-tabler-scope .timeline-simple .timeline-event-icon{
  display: none;
}
.sidebar-tabler-scope .timeline-simple .timeline-event-card{
  margin-left: 0;
}

/**
Horizontal rules
 */
/**
Hr text
 */
.sidebar-tabler-scope .hr-text{
  display: flex;
  align-items: center;
  margin: 2rem 0;
  font-size: 0.75rem;
  font-weight: var(--tblr-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--tblr-secondary);
  height: 1px;
}
.sidebar-tabler-scope .hr-text:after,.sidebar-tabler-scope .hr-text:before{
  flex: 1 1 auto;
  height: 1px;
  background-color: var(--tblr-border-color);
}
.sidebar-tabler-scope .hr-text:before{
  content: "";
  margin-right: 0.5rem;
}
.sidebar-tabler-scope .hr-text:after{
  content: "";
  margin-left: 0.5rem;
}
.sidebar-tabler-scope .hr-text > *:first-child{
  padding-right: 0.5rem;
  padding-left: 0;
  color: var(--tblr-secondary);
}
.sidebar-tabler-scope .hr-text.hr-text-left:before,.sidebar-tabler-scope .hr-text.hr-text-start:before{
  content: none;
}
.sidebar-tabler-scope .hr-text.hr-text-left > *:first-child,.sidebar-tabler-scope .hr-text.hr-text-start > *:first-child{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.sidebar-tabler-scope .hr-text.hr-text-right:before,.sidebar-tabler-scope .hr-text.hr-text-end:before{
  content: "";
}
.sidebar-tabler-scope .hr-text.hr-text-right:after,.sidebar-tabler-scope .hr-text.hr-text-end:after{
  content: none;
}
.sidebar-tabler-scope .hr-text.hr-text-right > *:first-child,.sidebar-tabler-scope .hr-text.hr-text-end > *:first-child{
  padding-right: 0;
  padding-left: 0.5rem;
}
.sidebar-tabler-scope .card > .hr-text{
  margin: 0;
}

.sidebar-tabler-scope .hr-text-spaceless{
  margin: -0.5rem 0;
}

.sidebar-tabler-scope .lead{
  color: var(--tblr-secondary);
  font-size: inherit;
}

.sidebar-tabler-scope a{
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: color-mix(in srgb, transparent, var(--tblr-link-color) var(--tblr-link-opacity, 100%));
}
.sidebar-tabler-scope a:hover{
  color: color-mix(in srgb, transparent, var(--tblr-link-hover-color) var(--tblr-link-opacity, 100%));
}

.sidebar-tabler-scope h1 a,
.sidebar-tabler-scope h2 a,
.sidebar-tabler-scope h3 a,
.sidebar-tabler-scope h4 a,
.sidebar-tabler-scope h5 a,
.sidebar-tabler-scope h6 a,
.sidebar-tabler-scope .h1 a,
.sidebar-tabler-scope .h2 a,
.sidebar-tabler-scope .h3 a,
.sidebar-tabler-scope .h4 a,
.sidebar-tabler-scope .h5 a,
.sidebar-tabler-scope .h6 a{
  color: inherit;
}
.sidebar-tabler-scope h1 a:hover,
.sidebar-tabler-scope h2 a:hover,
.sidebar-tabler-scope h3 a:hover,
.sidebar-tabler-scope h4 a:hover,
.sidebar-tabler-scope h5 a:hover,
.sidebar-tabler-scope h6 a:hover,
.sidebar-tabler-scope .h1 a:hover,
.sidebar-tabler-scope .h2 a:hover,
.sidebar-tabler-scope .h3 a:hover,
.sidebar-tabler-scope .h4 a:hover,
.sidebar-tabler-scope .h5 a:hover,
.sidebar-tabler-scope .h6 a:hover{
  color: inherit;
}

.sidebar-tabler-scope h1,
.sidebar-tabler-scope .h1{
  font-size: var(--tblr-font-size-h1);
  line-height: var(--tblr-line-height-h1);
}

.sidebar-tabler-scope h2,
.sidebar-tabler-scope .h2{
  font-size: var(--tblr-font-size-h2);
  line-height: var(--tblr-line-height-h2);
}

.sidebar-tabler-scope h3,
.sidebar-tabler-scope .h3{
  font-size: var(--tblr-font-size-h3);
  line-height: var(--tblr-line-height-h3);
}

.sidebar-tabler-scope h4,
.sidebar-tabler-scope .h4{
  font-size: var(--tblr-font-size-h4);
  line-height: var(--tblr-line-height-h4);
}

.sidebar-tabler-scope h5,
.sidebar-tabler-scope .h5{
  font-size: var(--tblr-font-size-h5);
  line-height: var(--tblr-line-height-h5);
}

.sidebar-tabler-scope h6,
.sidebar-tabler-scope .h6{
  font-size: var(--tblr-font-size-h6);
  line-height: var(--tblr-line-height-h6);
}

.sidebar-tabler-scope .fs-base{
  font-size: var(--tblr-body-font-size);
}

.sidebar-tabler-scope strong,
.sidebar-tabler-scope .strong,
.sidebar-tabler-scope b{
  font-weight: var(--tblr-font-weight-bold);
}

.sidebar-tabler-scope blockquote{
  padding: 1rem 1rem 1rem;
  border-left: 2px var(--tblr-border-style) var(--tblr-border-color);
}
.sidebar-tabler-scope blockquote p{
  margin-bottom: 1rem;
}
.sidebar-tabler-scope blockquote cite{
  display: block;
  text-align: right;
}
.sidebar-tabler-scope blockquote cite:before{
  content: "— ";
}

.sidebar-tabler-scope ul,
.sidebar-tabler-scope ol{
  padding-left: 1.5rem;
}

.sidebar-tabler-scope hr,.sidebar-tabler-scope .hr{
  margin: 2rem 0;
}

.sidebar-tabler-scope dl dd:last-child{
  margin-bottom: 0;
}

.sidebar-tabler-scope pre{
  --tblr-scrollbar-color: var(--tblr-light);
  padding: 1rem;
  background: var(--tblr-bg-surface-dark);
  color: var(--tblr-light);
  border-radius: var(--tblr-border-radius);
  line-height: 1.4285714286;
}
.sidebar-tabler-scope pre{
  scrollbar-color: color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 20%, transparent) transparent;
}
.sidebar-tabler-scope pre::-webkit-scrollbar{
  width: 1rem;
  height: 1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.sidebar-tabler-scope pre::-webkit-scrollbar{
    -webkit-transition: none;
    transition: none;
  }
}
.sidebar-tabler-scope pre::-webkit-scrollbar-thumb{
  border-radius: 1rem;
  border: 5px solid transparent;
  box-shadow: inset 0 0 0 1rem color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 20%, transparent);
}
.sidebar-tabler-scope pre::-webkit-scrollbar-track{
  background: transparent;
}
.sidebar-tabler-scope pre:hover::-webkit-scrollbar-thumb{
  box-shadow: inset 0 0 0 1rem color-mix(in srgb, var(--tblr-scrollbar-color, var(--tblr-body-color)) 40%, transparent);
}
.sidebar-tabler-scope pre::-webkit-scrollbar-corner{
  background: transparent;
}
.sidebar-tabler-scope pre code{
  background: transparent;
  padding: 0;
}

.sidebar-tabler-scope code{
  background: var(--tblr-code-bg);
  padding: 2px 4px;
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope abbr{
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.sidebar-tabler-scope kbd,
.sidebar-tabler-scope .kbd{
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  font-size: var(--tblr-font-size-h5);
  font-weight: var(--tblr-font-weight-medium);
  line-height: 1;
  vertical-align: baseline;
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope img{
  max-width: 100%;
  height: auto;
}

.sidebar-tabler-scope .list-unstyled{
  margin-left: 0;
}

/**
Selection
 */
.sidebar-tabler-scope ::-moz-selection{
  background-color: color-mix(in srgb, var(--tblr-primary) 10%, transparent);
}
.sidebar-tabler-scope ::selection,
.sidebar-tabler-scope .text-selected{
  background-color: color-mix(in srgb, var(--tblr-primary) 10%, transparent);
}

.sidebar-tabler-scope .text-selected{
  display: inline-block;
}

/**
Links
 */
.sidebar-tabler-scope [class^=link-].disabled,
.sidebar-tabler-scope [class*=" link-"].disabled{
  color: var(--tblr-disabled-color) !important;
  pointer-events: none;
}

.sidebar-tabler-scope a:hover:has(.icon){
  text-decoration: none;
}

.sidebar-tabler-scope .link-hoverable{
  border-radius: var(--tblr-border-radius);
  transition: background-color 0.15s ease-in-out;
}
.sidebar-tabler-scope .link-hoverable:hover{
  text-decoration: none;
  color: var(--tblr-primary);
  background: color-mix(in srgb, var(--tblr-secondary) 4%, transparent);
}

/**
Subheader
 */
.sidebar-tabler-scope .subheader{
  font-size: 0.75rem;
  font-weight: var(--tblr-font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: var(--tblr-secondary);
}

/**
Mentions
 */
.sidebar-tabler-scope .mention{
  display: inline-block;
  box-shadow: var(--tblr-shadow-border);
  border-radius: var(--tblr-border-radius-pill);
  line-height: 1.3333333333em;
  font-size: 0.8571428571em;
  color: var(--tblr-body-color);
  background: var(--tblr-bg-surface-tertiary);
  padding: 0.1666666667em 0.6666666667em;
  font-weight: var(--tblr-font-weight-medium);
}
.sidebar-tabler-scope a.mention{
  cursor: pointer;
}
.sidebar-tabler-scope a.mention:hover,.sidebar-tabler-scope a.mention.hover{
  background: var(--tblr-bg-surface-secondary);
  text-decoration: underline;
}

.sidebar-tabler-scope .mention-avatar,
.sidebar-tabler-scope .mention-app,
.sidebar-tabler-scope .mention-color{
  width: 1.1666666667em;
  height: 1.1666666667em;
  border-radius: var(--tblr-border-radius-pill);
  margin: -0.1666666667em 0.3333333333em 0 -0.3333333333em;
  display: inline-flex;
  background: no-repeat center center/cover;
  box-shadow: var(--tblr-shadow-border);
  vertical-align: middle;
  text-align: center;
}

.sidebar-tabler-scope .mention-app{
  box-shadow: none;
  background: none;
  border-radius: 0;
}

.sidebar-tabler-scope .mention-count{
  color: var(--tblr-secondary);
  margin-left: 0.6666666667em;
}

.sidebar-tabler-scope .text-incorrect{
  background: color-mix(in srgb, var(--tblr-red) 4%, transparent);
  background: color-mix(in srgb, var(--tblr-red) 4%, transparent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--tblr-red);
}

.sidebar-tabler-scope .text-correct{
  background: color-mix(in srgb, var(--tblr-green) 4%, transparent);
  background: color-mix(in srgb, var(--tblr-green) 4%, transparent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--tblr-green);
}

.sidebar-tabler-scope .steps{
  --tblr-steps-padding: 2rem;
  --tblr-steps-item-size: 1.5rem;
  margin-left: 1rem;
  padding-left: var(--tblr-steps-padding);
  counter-reset: step;
  border-left: 1px solid var(--tblr-border-color);
  margin-bottom: 2rem;
}
.sidebar-tabler-scope .steps h3,.sidebar-tabler-scope .steps .h3{
  counter-increment: step;
}
.sidebar-tabler-scope .steps h3:not(:first-child),.sidebar-tabler-scope .steps .h3:not(:first-child){
  margin-top: 2.5rem !important;
}
.sidebar-tabler-scope .steps h3:before,.sidebar-tabler-scope .steps .h3:before{
  content: counter(step);
  display: inline-block;
  position: absolute;
  margin-top: 1px;
  margin-left: calc(-1 * var(--tblr-steps-padding) - var(--tblr-steps-item-size) / 2);
  width: var(--tblr-steps-item-size);
  height: var(--tblr-steps-item-size);
  text-align: center;
  color: var(--tblr-body-color);
  border: 1px solid var(--tblr-border-color);
  background: var(--tblr-bg-surface);
  border-radius: var(--tblr-border-radius);
  line-height: calc(var(--tblr-steps-item-size) - 2px);
  font-size: var(--tblr-font-size-h4);
  font-weight: var(--tblr-font-weight-bold);
}
.sidebar-tabler-scope .steps > :last-child{
  margin-bottom: 0;
}

.sidebar-tabler-scope .callout{
  margin-bottom: 1.5rem;
  border: 1px solid var(--tblr-primary-200);
  border-radius: var(--tblr-border-radius);
  padding: 0.5rem 1rem;
  background: var(--tblr-primary-lt);
}
.sidebar-tabler-scope .callout > :last-child{
  margin-bottom: 0;
}

.sidebar-tabler-scope .chart{
  display: block;
  min-height: 10rem;
}
.sidebar-tabler-scope .chart text{
  font-family: inherit;
}

.sidebar-tabler-scope .chart-sm{
  height: 2.5rem;
}

.sidebar-tabler-scope .chart-lg{
  height: 15rem;
}

.sidebar-tabler-scope .chart-square{
  height: 5.75rem;
}

/**
Chart sparkline
 */
.sidebar-tabler-scope .chart-sparkline{
  position: relative;
  width: 4rem;
  height: 2.5rem;
  line-height: 1;
  min-height: 0 !important;
}

.sidebar-tabler-scope .chart-sparkline-sm{
  height: 1.5rem;
}

.sidebar-tabler-scope .chart-sparkline-square{
  width: 2.5rem;
}

.sidebar-tabler-scope .chart-sparkline-wide{
  width: 6rem;
}

.sidebar-tabler-scope .chart-sparkline-label{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
}
.sidebar-tabler-scope .chart-sparkline-label .icon{
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}

.sidebar-tabler-scope .offcanvas-header{
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
}

.sidebar-tabler-scope .offcanvas-footer{
  padding: 1.5rem 1.5rem;
}

.sidebar-tabler-scope .offcanvas-title{
  font-size: 1rem;
  font-weight: var(--tblr-font-weight-medium);
  line-height: 1.5rem;
}

.sidebar-tabler-scope .offcanvas-narrow{
  width: 20rem;
}

.sidebar-tabler-scope .chat-bubbles{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-tabler-scope .chat-bubble{
  background: var(--tblr-bg-surface-secondary);
  border-radius: var(--tblr-border-radius-lg);
  padding: 1rem;
  position: relative;
}

.sidebar-tabler-scope .chat-bubble-me{
  background-color: var(--tblr-primary-lt);
  box-shadow: none;
}

.sidebar-tabler-scope .chat-bubble-title{
  margin-bottom: 0.25rem;
}

.sidebar-tabler-scope .chat-bubble-author{
  font-weight: 600;
}

.sidebar-tabler-scope .chat-bubble-date{
  color: var(--tblr-secondary);
}

.sidebar-tabler-scope .chat-bubble-body > *:last-child{
  margin-bottom: 0;
}

.sidebar-tabler-scope .signature{
  --tblr-signature-padding: var(--tblr-spacer-1);
  --tblr-signature-border-radius: var(--tblr-border-radius);
  border: var(--tblr-border-width) solid var(--tblr-border-color);
  padding: var(--tblr-signature-padding);
  border-radius: var(--tblr-border-radius);
}

.sidebar-tabler-scope .signature-canvas{
  border: var(--tblr-border-width) dashed var(--tblr-border-color);
  border-radius: calc(var(--tblr-signature-border-radius) - var(--tblr-signature-padding));
  display: block;
  cursor: crosshair;
  width: 100%;
}

.sidebar-tabler-scope .clearfix::after{
  display: block;
  clear: both;
  content: "";
}

.sidebar-tabler-scope .text-truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-tabler-scope .vr{
  display: inline-block;
  align-self: stretch;
  width: var(--tblr-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.16;
}

.sidebar-tabler-scope .stretched-link::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.sidebar-tabler-scope .visually-hidden,
.sidebar-tabler-scope .visually-hidden-focusable:not(:focus):not(:focus-within){
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sidebar-tabler-scope .visually-hidden:not(caption),
.sidebar-tabler-scope .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){
  position: absolute !important;
}
.sidebar-tabler-scope .visually-hidden *,
.sidebar-tabler-scope .visually-hidden-focusable:not(:focus):not(:focus-within) *{
  overflow: hidden !important;
}

.sidebar-tabler-scope .hstack{
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.sidebar-tabler-scope .vstack{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.sidebar-tabler-scope .fixed-top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.sidebar-tabler-scope .fixed-bottom{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sidebar-tabler-scope .sticky-top{
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sidebar-tabler-scope .sticky-bottom{
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
.sidebar-tabler-scope .sticky-sm-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
.sidebar-tabler-scope .sticky-sm-bottom{
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
.sidebar-tabler-scope .sticky-md-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
.sidebar-tabler-scope .sticky-md-bottom{
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
.sidebar-tabler-scope .sticky-lg-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
.sidebar-tabler-scope .sticky-lg-bottom{
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
.sidebar-tabler-scope .sticky-xl-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
.sidebar-tabler-scope .sticky-xl-bottom{
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
.sidebar-tabler-scope .sticky-xxl-top{
    position: sticky;
    top: 0;
    z-index: 1020;
  }
.sidebar-tabler-scope .sticky-xxl-bottom{
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.sidebar-tabler-scope .ratio{
  position: relative;
  width: 100%;
}
.sidebar-tabler-scope .ratio::before{
  display: block;
  padding-top: var(--tblr-aspect-ratio);
  content: "";
}
.sidebar-tabler-scope .ratio > *{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar-tabler-scope .ratio-1x1{
  --tblr-aspect-ratio: 100%;
}

.sidebar-tabler-scope .ratio-2x1{
  --tblr-aspect-ratio: 50%;
}

.sidebar-tabler-scope .ratio-1x2{
  --tblr-aspect-ratio: 200%;
}

.sidebar-tabler-scope .ratio-3x1{
  --tblr-aspect-ratio: 33.3333333333%;
}

.sidebar-tabler-scope .ratio-1x3{
  --tblr-aspect-ratio: 300%;
}

.sidebar-tabler-scope .ratio-4x1{
  --tblr-aspect-ratio: 25%;
}

.sidebar-tabler-scope .ratio-1x4{
  --tblr-aspect-ratio: 400%;
}

.sidebar-tabler-scope .ratio-4x3{
  --tblr-aspect-ratio: 75%;
}

.sidebar-tabler-scope .ratio-3x4{
  --tblr-aspect-ratio: 133.3333333333%;
}

.sidebar-tabler-scope .ratio-16x9{
  --tblr-aspect-ratio: 56.25%;
}

.sidebar-tabler-scope .ratio-9x16{
  --tblr-aspect-ratio: 177.7777777778%;
}

.sidebar-tabler-scope .ratio-21x9{
  --tblr-aspect-ratio: 42.8571428571%;
}

.sidebar-tabler-scope .ratio-9x21{
  --tblr-aspect-ratio: 233.3333333333%;
}

.sidebar-tabler-scope .focus-ring:focus{
  outline: 0;
  box-shadow: var(--tblr-focus-ring-x, 0) var(--tblr-focus-ring-y, 0) var(--tblr-focus-ring-blur, 0) var(--tblr-focus-ring-width) var(--tblr-focus-ring-color);
}

.sidebar-tabler-scope .bg-white-overlay{
  color: #ffffff;
  background-color: rgba(249, 250, 251, 0.24);
}

.sidebar-tabler-scope .bg-dark-overlay{
  color: #ffffff;
  background-color: rgba(31, 41, 55, 0.24);
}

.sidebar-tabler-scope .bg-cover{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sidebar-tabler-scope .bg-primary{
  background-color: color-mix(in srgb, var(--tblr-primary) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-primary-lt{
  color: color-mix(in srgb, var(--tblr-primary) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-primary-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-primary{
  border-color: color-mix(in srgb, var(--tblr-primary) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-primary{
  --tblr-gradient-from: var(--tblr-primary);
}

.sidebar-tabler-scope .bg-gradient-to-primary{
  --tblr-gradient-to: var(--tblr-primary);
}

.sidebar-tabler-scope .bg-gradient-via-primary{
  --tblr-gradient-via: var(--tblr-primary);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-primary{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-primary-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-primary{
  color: color-mix(in srgb, var(--tblr-primary) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-primary) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-primary:hover,.sidebar-tabler-scope .link-primary:focus{
  color: RGBA(5, 89, 167, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(5, 89, 167, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-secondary{
  background-color: color-mix(in srgb, var(--tblr-secondary) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-secondary-lt{
  color: color-mix(in srgb, var(--tblr-secondary) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-secondary-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-secondary{
  border-color: color-mix(in srgb, var(--tblr-secondary) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-secondary{
  --tblr-gradient-from: var(--tblr-secondary);
}

.sidebar-tabler-scope .bg-gradient-to-secondary{
  --tblr-gradient-to: var(--tblr-secondary);
}

.sidebar-tabler-scope .bg-gradient-via-secondary{
  --tblr-gradient-via: var(--tblr-secondary);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-secondary{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-secondary-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-secondary{
  color: color-mix(in srgb, var(--tblr-secondary) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-secondary) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-secondary:hover,.sidebar-tabler-scope .link-secondary:focus{
  color: RGBA(86, 91, 102, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 91, 102, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-success{
  background-color: color-mix(in srgb, var(--tblr-success) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-success-lt{
  color: color-mix(in srgb, var(--tblr-success) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-success-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-success{
  border-color: color-mix(in srgb, var(--tblr-success) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-success{
  --tblr-gradient-from: var(--tblr-success);
}

.sidebar-tabler-scope .bg-gradient-to-success{
  --tblr-gradient-to: var(--tblr-success);
}

.sidebar-tabler-scope .bg-gradient-via-success{
  --tblr-gradient-via: var(--tblr-success);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-success{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-success-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-success{
  color: color-mix(in srgb, var(--tblr-success) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-success) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-success:hover,.sidebar-tabler-scope .link-success:focus{
  color: RGBA(38, 143, 54, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(38, 143, 54, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-info{
  background-color: color-mix(in srgb, var(--tblr-info) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-info-lt{
  color: color-mix(in srgb, var(--tblr-info) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-info-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-info{
  border-color: color-mix(in srgb, var(--tblr-info) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-info{
  --tblr-gradient-from: var(--tblr-info);
}

.sidebar-tabler-scope .bg-gradient-to-info{
  --tblr-gradient-to: var(--tblr-info);
}

.sidebar-tabler-scope .bg-gradient-via-info{
  --tblr-gradient-via: var(--tblr-info);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-info{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-info-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-info{
  color: color-mix(in srgb, var(--tblr-info) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-info) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-info:hover,.sidebar-tabler-scope .link-info:focus{
  color: RGBA(53, 122, 180, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 122, 180, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-warning{
  background-color: color-mix(in srgb, var(--tblr-warning) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-warning-lt{
  color: color-mix(in srgb, var(--tblr-warning) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-warning-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-warning{
  border-color: color-mix(in srgb, var(--tblr-warning) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-warning{
  --tblr-gradient-from: var(--tblr-warning);
}

.sidebar-tabler-scope .bg-gradient-to-warning{
  --tblr-gradient-to: var(--tblr-warning);
}

.sidebar-tabler-scope .bg-gradient-via-warning{
  --tblr-gradient-via: var(--tblr-warning);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-warning{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-warning-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-warning{
  color: color-mix(in srgb, var(--tblr-warning) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-warning) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-warning:hover,.sidebar-tabler-scope .link-warning:focus{
  color: RGBA(196, 127, 0, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(196, 127, 0, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-danger{
  background-color: color-mix(in srgb, var(--tblr-danger) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-danger-lt{
  color: color-mix(in srgb, var(--tblr-danger) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-danger-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-danger{
  border-color: color-mix(in srgb, var(--tblr-danger) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-danger{
  --tblr-gradient-from: var(--tblr-danger);
}

.sidebar-tabler-scope .bg-gradient-to-danger{
  --tblr-gradient-to: var(--tblr-danger);
}

.sidebar-tabler-scope .bg-gradient-via-danger{
  --tblr-gradient-via: var(--tblr-danger);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-danger{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-danger-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-danger{
  color: color-mix(in srgb, var(--tblr-danger) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-danger) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-danger:hover,.sidebar-tabler-scope .link-danger:focus{
  color: RGBA(171, 46, 46, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(171, 46, 46, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-light{
  background-color: color-mix(in srgb, var(--tblr-light) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-light-lt{
  color: color-mix(in srgb, var(--tblr-light) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-light-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-light{
  border-color: color-mix(in srgb, var(--tblr-light) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-light{
  --tblr-gradient-from: var(--tblr-light);
}

.sidebar-tabler-scope .bg-gradient-to-light{
  --tblr-gradient-to: var(--tblr-light);
}

.sidebar-tabler-scope .bg-gradient-via-light{
  --tblr-gradient-via: var(--tblr-light);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-light{
  color: #1f2937 !important;
  background-color: RGBA(var(--tblr-light-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-light{
  color: color-mix(in srgb, var(--tblr-light) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-light) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-light:hover,.sidebar-tabler-scope .link-light:focus{
  color: RGBA(250, 251, 252, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 251, 252, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-dark{
  background-color: color-mix(in srgb, var(--tblr-dark) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-dark-lt{
  color: color-mix(in srgb, var(--tblr-dark) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-dark-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-dark{
  border-color: color-mix(in srgb, var(--tblr-dark) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-dark{
  --tblr-gradient-from: var(--tblr-dark);
}

.sidebar-tabler-scope .bg-gradient-to-dark{
  --tblr-gradient-to: var(--tblr-dark);
}

.sidebar-tabler-scope .bg-gradient-via-dark{
  --tblr-gradient-via: var(--tblr-dark);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-dark{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-dark-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-dark{
  color: color-mix(in srgb, var(--tblr-dark) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-dark) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-dark:hover,.sidebar-tabler-scope .link-dark:focus{
  color: RGBA(25, 33, 44, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(25, 33, 44, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-muted{
  background-color: color-mix(in srgb, var(--tblr-muted) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-muted-lt{
  color: color-mix(in srgb, var(--tblr-muted) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-muted-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-muted{
  border-color: color-mix(in srgb, var(--tblr-muted) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-muted{
  --tblr-gradient-from: var(--tblr-muted);
}

.sidebar-tabler-scope .bg-gradient-to-muted{
  --tblr-gradient-to: var(--tblr-muted);
}

.sidebar-tabler-scope .bg-gradient-via-muted{
  --tblr-gradient-via: var(--tblr-muted);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-muted{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-muted-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-muted{
  color: color-mix(in srgb, var(--tblr-muted) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-muted) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-muted:hover,.sidebar-tabler-scope .link-muted:focus{
  color: RGBA(86, 91, 102, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 91, 102, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-blue{
  background-color: color-mix(in srgb, var(--tblr-blue) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-blue-lt{
  color: color-mix(in srgb, var(--tblr-blue) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-blue-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-blue{
  border-color: color-mix(in srgb, var(--tblr-blue) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-blue{
  --tblr-gradient-from: var(--tblr-blue);
}

.sidebar-tabler-scope .bg-gradient-to-blue{
  --tblr-gradient-to: var(--tblr-blue);
}

.sidebar-tabler-scope .bg-gradient-via-blue{
  --tblr-gradient-via: var(--tblr-blue);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-blue{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-blue-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-blue{
  color: color-mix(in srgb, var(--tblr-blue) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-blue) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-blue:hover,.sidebar-tabler-scope .link-blue:focus{
  color: RGBA(5, 89, 167, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(5, 89, 167, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-azure{
  background-color: color-mix(in srgb, var(--tblr-azure) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-azure-lt{
  color: color-mix(in srgb, var(--tblr-azure) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-azure-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-azure{
  border-color: color-mix(in srgb, var(--tblr-azure) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-azure{
  --tblr-gradient-from: var(--tblr-azure);
}

.sidebar-tabler-scope .bg-gradient-to-azure{
  --tblr-gradient-to: var(--tblr-azure);
}

.sidebar-tabler-scope .bg-gradient-via-azure{
  --tblr-gradient-via: var(--tblr-azure);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-azure{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-azure-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-azure{
  color: color-mix(in srgb, var(--tblr-azure) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-azure) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-azure:hover,.sidebar-tabler-scope .link-azure:focus{
  color: RGBA(53, 122, 180, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 122, 180, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-indigo{
  background-color: color-mix(in srgb, var(--tblr-indigo) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-indigo-lt{
  color: color-mix(in srgb, var(--tblr-indigo) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-indigo-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-indigo{
  border-color: color-mix(in srgb, var(--tblr-indigo) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-indigo{
  --tblr-gradient-from: var(--tblr-indigo);
}

.sidebar-tabler-scope .bg-gradient-to-indigo{
  --tblr-gradient-to: var(--tblr-indigo);
}

.sidebar-tabler-scope .bg-gradient-via-indigo{
  --tblr-gradient-via: var(--tblr-indigo);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-indigo{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-indigo-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-indigo{
  color: color-mix(in srgb, var(--tblr-indigo) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-indigo) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-indigo:hover,.sidebar-tabler-scope .link-indigo:focus{
  color: RGBA(53, 79, 188, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 79, 188, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-purple{
  background-color: color-mix(in srgb, var(--tblr-purple) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-purple-lt{
  color: color-mix(in srgb, var(--tblr-purple) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-purple-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-purple{
  border-color: color-mix(in srgb, var(--tblr-purple) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-purple{
  --tblr-gradient-from: var(--tblr-purple);
}

.sidebar-tabler-scope .bg-gradient-to-purple{
  --tblr-gradient-to: var(--tblr-purple);
}

.sidebar-tabler-scope .bg-gradient-via-purple{
  --tblr-gradient-via: var(--tblr-purple);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-purple{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-purple-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-purple{
  color: color-mix(in srgb, var(--tblr-purple) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-purple) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-purple:hover,.sidebar-tabler-scope .link-purple:focus{
  color: RGBA(139, 50, 161, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(139, 50, 161, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-pink{
  background-color: color-mix(in srgb, var(--tblr-pink) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-pink-lt{
  color: color-mix(in srgb, var(--tblr-pink) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-pink-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-pink{
  border-color: color-mix(in srgb, var(--tblr-pink) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-pink{
  --tblr-gradient-from: var(--tblr-pink);
}

.sidebar-tabler-scope .bg-gradient-to-pink{
  --tblr-gradient-to: var(--tblr-pink);
}

.sidebar-tabler-scope .bg-gradient-via-pink{
  --tblr-gradient-via: var(--tblr-pink);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-pink{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-pink-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-pink{
  color: color-mix(in srgb, var(--tblr-pink) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-pink) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-pink:hover,.sidebar-tabler-scope .link-pink:focus{
  color: RGBA(171, 41, 86, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(171, 41, 86, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-red{
  background-color: color-mix(in srgb, var(--tblr-red) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-red-lt{
  color: color-mix(in srgb, var(--tblr-red) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-red-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-red{
  border-color: color-mix(in srgb, var(--tblr-red) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-red{
  --tblr-gradient-from: var(--tblr-red);
}

.sidebar-tabler-scope .bg-gradient-to-red{
  --tblr-gradient-to: var(--tblr-red);
}

.sidebar-tabler-scope .bg-gradient-via-red{
  --tblr-gradient-via: var(--tblr-red);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-red{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-red-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-red{
  color: color-mix(in srgb, var(--tblr-red) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-red) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-red:hover,.sidebar-tabler-scope .link-red:focus{
  color: RGBA(171, 46, 46, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(171, 46, 46, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-orange{
  background-color: color-mix(in srgb, var(--tblr-orange) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-orange-lt{
  color: color-mix(in srgb, var(--tblr-orange) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-orange-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-orange{
  border-color: color-mix(in srgb, var(--tblr-orange) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-orange{
  --tblr-gradient-from: var(--tblr-orange);
}

.sidebar-tabler-scope .bg-gradient-to-orange{
  --tblr-gradient-to: var(--tblr-orange);
}

.sidebar-tabler-scope .bg-gradient-via-orange{
  --tblr-gradient-via: var(--tblr-orange);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-orange{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-orange-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-orange{
  color: color-mix(in srgb, var(--tblr-orange) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-orange) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-orange:hover,.sidebar-tabler-scope .link-orange:focus{
  color: RGBA(198, 82, 6, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(198, 82, 6, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-yellow{
  background-color: color-mix(in srgb, var(--tblr-yellow) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-yellow-lt{
  color: color-mix(in srgb, var(--tblr-yellow) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-yellow-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-yellow{
  border-color: color-mix(in srgb, var(--tblr-yellow) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-yellow{
  --tblr-gradient-from: var(--tblr-yellow);
}

.sidebar-tabler-scope .bg-gradient-to-yellow{
  --tblr-gradient-to: var(--tblr-yellow);
}

.sidebar-tabler-scope .bg-gradient-via-yellow{
  --tblr-gradient-via: var(--tblr-yellow);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-yellow{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-yellow-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-yellow{
  color: color-mix(in srgb, var(--tblr-yellow) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-yellow) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-yellow:hover,.sidebar-tabler-scope .link-yellow:focus{
  color: RGBA(196, 127, 0, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(196, 127, 0, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-lime{
  background-color: color-mix(in srgb, var(--tblr-lime) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-lime-lt{
  color: color-mix(in srgb, var(--tblr-lime) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-lime-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-lime{
  border-color: color-mix(in srgb, var(--tblr-lime) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-lime{
  --tblr-gradient-from: var(--tblr-lime);
}

.sidebar-tabler-scope .bg-gradient-to-lime{
  --tblr-gradient-to: var(--tblr-lime);
}

.sidebar-tabler-scope .bg-gradient-via-lime{
  --tblr-gradient-via: var(--tblr-lime);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-lime{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-lime-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-lime{
  color: color-mix(in srgb, var(--tblr-lime) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-lime) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-lime:hover,.sidebar-tabler-scope .link-lime:focus{
  color: RGBA(93, 147, 18, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(93, 147, 18, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-green{
  background-color: color-mix(in srgb, var(--tblr-green) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-green-lt{
  color: color-mix(in srgb, var(--tblr-green) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-green-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-green{
  border-color: color-mix(in srgb, var(--tblr-green) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-green{
  --tblr-gradient-from: var(--tblr-green);
}

.sidebar-tabler-scope .bg-gradient-to-green{
  --tblr-gradient-to: var(--tblr-green);
}

.sidebar-tabler-scope .bg-gradient-via-green{
  --tblr-gradient-via: var(--tblr-green);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-green{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-green-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-green{
  color: color-mix(in srgb, var(--tblr-green) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-green) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-green:hover,.sidebar-tabler-scope .link-green:focus{
  color: RGBA(38, 143, 54, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(38, 143, 54, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-teal{
  background-color: color-mix(in srgb, var(--tblr-teal) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-teal-lt{
  color: color-mix(in srgb, var(--tblr-teal) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-teal-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-teal{
  border-color: color-mix(in srgb, var(--tblr-teal) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-teal{
  --tblr-gradient-from: var(--tblr-teal);
}

.sidebar-tabler-scope .bg-gradient-to-teal{
  --tblr-gradient-to: var(--tblr-teal);
}

.sidebar-tabler-scope .bg-gradient-via-teal{
  --tblr-gradient-via: var(--tblr-teal);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-teal{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-teal-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-teal{
  color: color-mix(in srgb, var(--tblr-teal) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-teal) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-teal:hover,.sidebar-tabler-scope .link-teal:focus{
  color: RGBA(10, 133, 96, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 133, 96, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-cyan{
  background-color: color-mix(in srgb, var(--tblr-cyan) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-cyan-lt{
  color: color-mix(in srgb, var(--tblr-cyan) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-cyan-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-cyan{
  border-color: color-mix(in srgb, var(--tblr-cyan) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-cyan{
  --tblr-gradient-from: var(--tblr-cyan);
}

.sidebar-tabler-scope .bg-gradient-to-cyan{
  --tblr-gradient-to: var(--tblr-cyan);
}

.sidebar-tabler-scope .bg-gradient-via-cyan{
  --tblr-gradient-via: var(--tblr-cyan);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-cyan{
  color: #f9fafb !important;
  background-color: RGBA(var(--tblr-cyan-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-cyan{
  color: color-mix(in srgb, var(--tblr-cyan) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-cyan) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-cyan:hover,.sidebar-tabler-scope .link-cyan:focus{
  color: RGBA(18, 130, 147, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(18, 130, 147, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .bg-white{
  background-color: color-mix(in srgb, var(--tblr-white) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-white-lt{
  color: color-mix(in srgb, var(--tblr-white) calc(var(--tblr-text-opacity, 1) * 100%), transparent) !important;
  background-color: color-mix(in srgb, var(--tblr-white-lt) calc(var(--tblr-bg-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .border-white{
  border-color: color-mix(in srgb, var(--tblr-white) calc(var(--tblr-border-opacity, 1) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-gradient-from-white{
  --tblr-gradient-from: var(--tblr-white);
}

.sidebar-tabler-scope .bg-gradient-to-white{
  --tblr-gradient-to: var(--tblr-white);
}

.sidebar-tabler-scope .bg-gradient-via-white{
  --tblr-gradient-via: var(--tblr-white);
  --tblr-gradient-stops: var(--tblr-gradient-from, transparent), var(--tblr-gradient-via, transparent), var(--tblr-gradient-to, transparent);
}

.sidebar-tabler-scope .text-bg-white{
  color: #1f2937 !important;
  background-color: RGBA(var(--tblr-white-rgb), var(--tblr-bg-opacity, 1)) !important;
}

.sidebar-tabler-scope .link-white{
  color: color-mix(in srgb, var(--tblr-white) calc(var(--tblr-link-opacity, 1) * 100%), transparent) !important;
  text-decoration-color: color-mix(in srgb, var(--tblr-white) calc(var(--tblr-link-underline-opacity, 1) * 100%), transparent) !important;
}
.sidebar-tabler-scope .link-white:hover,.sidebar-tabler-scope .link-white:focus{
  color: RGBA(255, 255, 255, var(--tblr-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--tblr-link-underline-opacity, 1)) !important;
}

.sidebar-tabler-scope .text-primary{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-primary) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-primary-fg{
  color: var(--tblr-primary-fg) !important;
}

.sidebar-tabler-scope .text-secondary{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-secondary) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-secondary-fg{
  color: var(--tblr-secondary-fg) !important;
}

.sidebar-tabler-scope .text-success{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-success) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-success-fg{
  color: var(--tblr-success-fg) !important;
}

.sidebar-tabler-scope .text-info{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-info) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-info-fg{
  color: var(--tblr-info-fg) !important;
}

.sidebar-tabler-scope .text-warning{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-warning) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-warning-fg{
  color: var(--tblr-warning-fg) !important;
}

.sidebar-tabler-scope .text-danger{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-danger) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-danger-fg{
  color: var(--tblr-danger-fg) !important;
}

.sidebar-tabler-scope .text-light{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-light) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-light-fg{
  color: var(--tblr-light-fg) !important;
}

.sidebar-tabler-scope .text-dark{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-dark) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-dark-fg{
  color: var(--tblr-dark-fg) !important;
}

.sidebar-tabler-scope .text-muted{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-muted) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-muted-fg{
  color: var(--tblr-muted-fg) !important;
}

.sidebar-tabler-scope .text-blue{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-blue) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-blue-fg{
  color: var(--tblr-blue-fg) !important;
}

.sidebar-tabler-scope .text-azure{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-azure) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-azure-fg{
  color: var(--tblr-azure-fg) !important;
}

.sidebar-tabler-scope .text-indigo{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-indigo) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-indigo-fg{
  color: var(--tblr-indigo-fg) !important;
}

.sidebar-tabler-scope .text-purple{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-purple) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-purple-fg{
  color: var(--tblr-purple-fg) !important;
}

.sidebar-tabler-scope .text-pink{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-pink) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-pink-fg{
  color: var(--tblr-pink-fg) !important;
}

.sidebar-tabler-scope .text-red{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-red) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-red-fg{
  color: var(--tblr-red-fg) !important;
}

.sidebar-tabler-scope .text-orange{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-orange) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-orange-fg{
  color: var(--tblr-orange-fg) !important;
}

.sidebar-tabler-scope .text-yellow{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-yellow) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-yellow-fg{
  color: var(--tblr-yellow-fg) !important;
}

.sidebar-tabler-scope .text-lime{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-lime) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-lime-fg{
  color: var(--tblr-lime-fg) !important;
}

.sidebar-tabler-scope .text-green{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-green) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-green-fg{
  color: var(--tblr-green-fg) !important;
}

.sidebar-tabler-scope .text-teal{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-teal) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-teal-fg{
  color: var(--tblr-teal-fg) !important;
}

.sidebar-tabler-scope .text-cyan{
  --tblr-text-opacity: 1;
  color: color-mix(in srgb, var(--tblr-cyan) calc(var(--tblr-text-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-cyan-fg{
  color: var(--tblr-cyan-fg) !important;
}

.sidebar-tabler-scope .bg-gray-50{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-50) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-50-fg{
  color: var(--tblr-gray-50-fg) !important;
}

.sidebar-tabler-scope .bg-gray-100{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-100) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-100-fg{
  color: var(--tblr-gray-100-fg) !important;
}

.sidebar-tabler-scope .bg-gray-200{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-200) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-200-fg{
  color: var(--tblr-gray-200-fg) !important;
}

.sidebar-tabler-scope .bg-gray-300{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-300) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-300-fg{
  color: var(--tblr-gray-300-fg) !important;
}

.sidebar-tabler-scope .bg-gray-400{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-400) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-400-fg{
  color: var(--tblr-gray-400-fg) !important;
}

.sidebar-tabler-scope .bg-gray-500{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-500) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-500-fg{
  color: var(--tblr-gray-500-fg) !important;
}

.sidebar-tabler-scope .bg-gray-600{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-600) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-600-fg{
  color: var(--tblr-gray-600-fg) !important;
}

.sidebar-tabler-scope .bg-gray-700{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-700) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-700-fg{
  color: var(--tblr-gray-700-fg) !important;
}

.sidebar-tabler-scope .bg-gray-800{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-800) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-800-fg{
  color: var(--tblr-gray-800-fg) !important;
}

.sidebar-tabler-scope .bg-gray-900{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-900) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-900-fg{
  color: var(--tblr-gray-900-fg) !important;
}

.sidebar-tabler-scope .bg-gray-950{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-gray-950) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-gray-950-fg{
  color: var(--tblr-gray-950-fg) !important;
}

.sidebar-tabler-scope .bg-x{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-x) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-x-fg{
  color: var(--tblr-x-fg) !important;
}

.sidebar-tabler-scope .bg-facebook{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-facebook) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-facebook-fg{
  color: var(--tblr-facebook-fg) !important;
}

.sidebar-tabler-scope .bg-twitter{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-twitter) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-twitter-fg{
  color: var(--tblr-twitter-fg) !important;
}

.sidebar-tabler-scope .bg-linkedin{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-linkedin) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-linkedin-fg{
  color: var(--tblr-linkedin-fg) !important;
}

.sidebar-tabler-scope .bg-google{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-google) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-google-fg{
  color: var(--tblr-google-fg) !important;
}

.sidebar-tabler-scope .bg-youtube{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-youtube) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-youtube-fg{
  color: var(--tblr-youtube-fg) !important;
}

.sidebar-tabler-scope .bg-vimeo{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-vimeo) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-vimeo-fg{
  color: var(--tblr-vimeo-fg) !important;
}

.sidebar-tabler-scope .bg-dribbble{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-dribbble) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-dribbble-fg{
  color: var(--tblr-dribbble-fg) !important;
}

.sidebar-tabler-scope .bg-github{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-github) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-github-fg{
  color: var(--tblr-github-fg) !important;
}

.sidebar-tabler-scope .bg-instagram{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-instagram) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-instagram-fg{
  color: var(--tblr-instagram-fg) !important;
}

.sidebar-tabler-scope .bg-pinterest{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-pinterest) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-pinterest-fg{
  color: var(--tblr-pinterest-fg) !important;
}

.sidebar-tabler-scope .bg-vk{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-vk) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-vk-fg{
  color: var(--tblr-vk-fg) !important;
}

.sidebar-tabler-scope .bg-rss{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-rss) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-rss-fg{
  color: var(--tblr-rss-fg) !important;
}

.sidebar-tabler-scope .bg-flickr{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-flickr) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-flickr-fg{
  color: var(--tblr-flickr-fg) !important;
}

.sidebar-tabler-scope .bg-bitbucket{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-bitbucket) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-bitbucket-fg{
  color: var(--tblr-bitbucket-fg) !important;
}

.sidebar-tabler-scope .bg-tabler{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-tabler) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .text-tabler-fg{
  color: var(--tblr-tabler-fg) !important;
}

.sidebar-tabler-scope .bg-inverted{
  --tblr-bg-opacity: 1;
  background-color: color-mix(in srgb, var(--tblr-bg-surface-inverted) calc(var(--tblr-bg-opacity) * 100%), transparent) !important;
}

.sidebar-tabler-scope .bg-surface{
  background-color: var(--tblr-bg-surface) !important;
}

.sidebar-tabler-scope .bg-surface-secondary{
  background-color: var(--tblr-bg-surface-secondary) !important;
}

.sidebar-tabler-scope .bg-surface-tertiary{
  background-color: var(--tblr-bg-surface-tertiary) !important;
}

.sidebar-tabler-scope .bg-surface-backdrop{
  background-color: color-mix(in srgb, var(--tblr-gray-800) 24%, transparent) !important;
}

/*
Scrollable
*/
.sidebar-tabler-scope .scrollable{
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sidebar-tabler-scope .scrollable.hover{
  overflow-y: hidden;
}
.sidebar-tabler-scope .scrollable.hover > *{
  margin-top: -1px;
}
.sidebar-tabler-scope .scrollable.hover:hover,.sidebar-tabler-scope .scrollable.hover:focus,.sidebar-tabler-scope .scrollable.hover:active{
  overflow: visible;
  overflow-y: auto;
}
.sidebar-tabler-scope .touch .scrollable{
  overflow-y: auto !important;
}

.sidebar-tabler-scope .scroll-x,
.sidebar-tabler-scope .scroll-y{
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.sidebar-tabler-scope .scroll-y{
  overflow-y: auto;
}

.sidebar-tabler-scope .scroll-x{
  overflow-x: auto;
}

.sidebar-tabler-scope .no-scroll{
  overflow: hidden;
}

.sidebar-tabler-scope .w-0{
  width: 0 !important;
}

.sidebar-tabler-scope .h-0{
  height: 0 !important;
}

.sidebar-tabler-scope .w-1{
  width: 0.25rem !important;
}

.sidebar-tabler-scope .h-1{
  height: 0.25rem !important;
}

.sidebar-tabler-scope .w-2{
  width: 0.5rem !important;
}

.sidebar-tabler-scope .h-2{
  height: 0.5rem !important;
}

.sidebar-tabler-scope .w-3{
  width: 1rem !important;
}

.sidebar-tabler-scope .h-3{
  height: 1rem !important;
}

.sidebar-tabler-scope .w-4{
  width: 1.5rem !important;
}

.sidebar-tabler-scope .h-4{
  height: 1.5rem !important;
}

.sidebar-tabler-scope .w-5{
  width: 2rem !important;
}

.sidebar-tabler-scope .h-5{
  height: 2rem !important;
}

.sidebar-tabler-scope .w-6{
  width: 2.5rem !important;
}

.sidebar-tabler-scope .h-6{
  height: 2.5rem !important;
}

.sidebar-tabler-scope .w-auto{
  width: auto !important;
}

.sidebar-tabler-scope .h-auto{
  height: auto !important;
}

.sidebar-tabler-scope .w-px{
  width: 1px !important;
}

.sidebar-tabler-scope .h-px{
  height: 1px !important;
}

.sidebar-tabler-scope .w-full{
  width: 100% !important;
}

.sidebar-tabler-scope .h-full{
  height: 100% !important;
}

.sidebar-tabler-scope .opacity-0{
  opacity: calc(0 / 100) !important;
}

.sidebar-tabler-scope .opacity-5{
  opacity: calc(5 / 100) !important;
}

.sidebar-tabler-scope .opacity-10{
  opacity: calc(10 / 100) !important;
}

.sidebar-tabler-scope .opacity-15{
  opacity: calc(15 / 100) !important;
}

.sidebar-tabler-scope .opacity-20{
  opacity: calc(20 / 100) !important;
}

.sidebar-tabler-scope .opacity-25{
  opacity: calc(25 / 100) !important;
}

.sidebar-tabler-scope .opacity-30{
  opacity: calc(30 / 100) !important;
}

.sidebar-tabler-scope .opacity-35{
  opacity: calc(35 / 100) !important;
}

.sidebar-tabler-scope .opacity-40{
  opacity: calc(40 / 100) !important;
}

.sidebar-tabler-scope .opacity-45{
  opacity: calc(45 / 100) !important;
}

.sidebar-tabler-scope .opacity-50{
  opacity: calc(50 / 100) !important;
}

.sidebar-tabler-scope .opacity-55{
  opacity: calc(55 / 100) !important;
}

.sidebar-tabler-scope .opacity-60{
  opacity: calc(60 / 100) !important;
}

.sidebar-tabler-scope .opacity-65{
  opacity: calc(65 / 100) !important;
}

.sidebar-tabler-scope .opacity-70{
  opacity: calc(70 / 100) !important;
}

.sidebar-tabler-scope .opacity-75{
  opacity: calc(75 / 100) !important;
}

.sidebar-tabler-scope .opacity-80{
  opacity: calc(80 / 100) !important;
}

.sidebar-tabler-scope .opacity-85{
  opacity: calc(85 / 100) !important;
}

.sidebar-tabler-scope .opacity-90{
  opacity: calc(90 / 100) !important;
}

.sidebar-tabler-scope .opacity-95{
  opacity: calc(95 / 100) !important;
}

.sidebar-tabler-scope .opacity-100{
  opacity: calc(100 / 100) !important;
}

.sidebar-tabler-scope .hover-shadow-sm:hover{
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.sidebar-tabler-scope .hover-shadow:hover{
  box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0 !important;
}

.sidebar-tabler-scope .hover-shadow-lg:hover{
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.sidebar-tabler-scope .hover-shadow-none:hover{
  box-shadow: none !important;
}

/**
Antialiasing
 */
.sidebar-tabler-scope .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar-tabler-scope .subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.sidebar-tabler-scope .hover-rotate-start,.sidebar-tabler-scope .hover-rotate-end,.sidebar-tabler-scope .hover-scale,.sidebar-tabler-scope .hover-elevate-down,.sidebar-tabler-scope .hover-elevate-up{
  transition: transform 0.3s ease;
}
.sidebar-tabler-scope .hover-rotate-start:hover,.sidebar-tabler-scope .hover-rotate-end:hover,.sidebar-tabler-scope .hover-scale:hover,.sidebar-tabler-scope .hover-elevate-down:hover,.sidebar-tabler-scope .hover-elevate-up:hover{
  will-change: transform;
}

.sidebar-tabler-scope .hover-elevate-up:hover{
  transform: translateY(-4px);
}

.sidebar-tabler-scope .hover-elevate-down:hover{
  transform: translateY(4px);
}

.sidebar-tabler-scope .hover-scale:hover{
  transform: scale(1.1);
}

.sidebar-tabler-scope .hover-rotate-end:hover{
  transform: rotate(4deg);
}

.sidebar-tabler-scope .hover-rotate-start:hover{
  transform: rotate(-4deg);
}

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