@charset "UTF-8";
body.theme-dark {
  --bs-blue: #435ebe;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-forest-green: #2e433a;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2e433a;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 46, 67, 58;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 194, 194, 217;
  --bs-body-bg-rgb: 21, 21, 33;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Manrope;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #c2c2d9;
  --bs-body-bg: #151521;
}

body.theme-dark *,
body.theme-dark *::before,
body.theme-dark *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  body.theme-dark :root {
    scroll-behavior: smooth;
  }
}
body.theme-dark body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.theme-dark hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
body.theme-dark hr:not([size]) {
  height: 1px;
}
body.theme-dark h6, body.theme-dark .h6, body.theme-dark h5, body.theme-dark .h5, body.theme-dark h4, body.theme-dark .h4, body.theme-dark h3, body.theme-dark .h3, body.theme-dark h2, body.theme-dark .h2, body.theme-dark h1, body.theme-dark .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
body.theme-dark h1, body.theme-dark .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  body.theme-dark h1, body.theme-dark .h1 {
    font-size: 2.5rem;
  }
}
body.theme-dark h2, body.theme-dark .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  body.theme-dark h2, body.theme-dark .h2 {
    font-size: 2rem;
  }
}
body.theme-dark h3, body.theme-dark .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  body.theme-dark h3, body.theme-dark .h3 {
    font-size: 1.75rem;
  }
}
body.theme-dark h4, body.theme-dark .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  body.theme-dark h4, body.theme-dark .h4 {
    font-size: 1.5rem;
  }
}
body.theme-dark h5, body.theme-dark .h5 {
  font-size: 1.25rem;
}
body.theme-dark h6, body.theme-dark .h6 {
  font-size: 1rem;
}
body.theme-dark p {
  margin-top: 0;
  margin-bottom: 1rem;
}
body.theme-dark abbr[title],
body.theme-dark abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
body.theme-dark address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
body.theme-dark ol,
body.theme-dark ul {
  padding-left: 2rem;
}
body.theme-dark ol,
body.theme-dark ul,
body.theme-dark dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
body.theme-dark ol ol,
body.theme-dark ul ul,
body.theme-dark ol ul,
body.theme-dark ul ol {
  margin-bottom: 0;
}
body.theme-dark dt {
  font-weight: 700;
}
body.theme-dark dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
body.theme-dark blockquote {
  margin: 0 0 1rem;
}
body.theme-dark b,
body.theme-dark strong {
  font-weight: bolder;
}
body.theme-dark small, body.theme-dark .small {
  font-size: 0.875em;
}
body.theme-dark mark, body.theme-dark .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
body.theme-dark sub,
body.theme-dark sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
body.theme-dark sub {
  bottom: -0.25em;
}
body.theme-dark sup {
  top: -0.5em;
}
body.theme-dark a {
  color: #2e433a;
  text-decoration: underline;
}
body.theme-dark a:hover {
  color: rgb(34.431372549%, 41.0196078431%, 38.1960784314%);
}
body.theme-dark a:not([href]):not([class]), body.theme-dark a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
body.theme-dark pre,
body.theme-dark code,
body.theme-dark kbd,
body.theme-dark samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
body.theme-dark pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
body.theme-dark pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
body.theme-dark code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > body.theme-dark code {
  color: inherit;
}
body.theme-dark kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
body.theme-dark kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
body.theme-dark figure {
  margin: 0 0 1rem;
}
body.theme-dark img,
body.theme-dark svg {
  vertical-align: middle;
}
body.theme-dark table {
  caption-side: bottom;
  border-collapse: collapse;
}
body.theme-dark caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #7c8db5;
  text-align: left;
}
body.theme-dark th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
body.theme-dark thead,
body.theme-dark tbody,
body.theme-dark tfoot,
body.theme-dark tr,
body.theme-dark td,
body.theme-dark th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
body.theme-dark label {
  display: inline-block;
}
body.theme-dark button {
  border-radius: 0;
}
body.theme-dark button:focus:not(:focus-visible) {
  outline: 0;
}
body.theme-dark input,
body.theme-dark button,
body.theme-dark select,
body.theme-dark optgroup,
body.theme-dark textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
body.theme-dark button,
body.theme-dark select {
  text-transform: none;
}
body.theme-dark [role=button] {
  cursor: pointer;
}
body.theme-dark select {
  word-wrap: normal;
}
body.theme-dark select:disabled {
  opacity: 1;
}
body.theme-dark [list]::-webkit-calendar-picker-indicator {
  display: none;
}
body.theme-dark button,
body.theme-dark [type=button],
body.theme-dark [type=reset],
body.theme-dark [type=submit] {
  -webkit-appearance: button;
}
body.theme-dark button:not(:disabled),
body.theme-dark [type=button]:not(:disabled),
body.theme-dark [type=reset]:not(:disabled),
body.theme-dark [type=submit]:not(:disabled) {
  cursor: pointer;
}
body.theme-dark ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
body.theme-dark textarea {
  resize: vertical;
}
body.theme-dark fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
body.theme-dark legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  body.theme-dark legend {
    font-size: 1.5rem;
  }
}
body.theme-dark legend {
  line-height: inherit;
}
body.theme-dark legend + * {
  clear: left;
}
body.theme-dark ::-webkit-datetime-edit-fields-wrapper,
body.theme-dark ::-webkit-datetime-edit-text,
body.theme-dark ::-webkit-datetime-edit-minute,
body.theme-dark ::-webkit-datetime-edit-hour-field,
body.theme-dark ::-webkit-datetime-edit-day-field,
body.theme-dark ::-webkit-datetime-edit-month-field,
body.theme-dark ::-webkit-datetime-edit-year-field {
  padding: 0;
}
body.theme-dark ::-webkit-inner-spin-button {
  height: auto;
}
body.theme-dark [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
body.theme-dark {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
}
body.theme-dark ::-webkit-search-decoration {
  -webkit-appearance: none;
}
body.theme-dark ::-webkit-color-swatch-wrapper {
  padding: 0;
}
body.theme-dark ::file-selector-button {
  font: inherit;
}
body.theme-dark ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
body.theme-dark output {
  display: inline-block;
}
body.theme-dark iframe {
  border: 0;
}
body.theme-dark summary {
  display: list-item;
  cursor: pointer;
}
body.theme-dark progress {
  vertical-align: baseline;
}
body.theme-dark [hidden] {
  display: none !important;
}
body.theme-dark .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
body.theme-dark .display-1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  body.theme-dark .display-1 {
    font-size: 5rem;
  }
}
body.theme-dark .display-1 {
  font-weight: 300;
  line-height: 1.2;
}
body.theme-dark .display-2 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  body.theme-dark .display-2 {
    font-size: 4.5rem;
  }
}
body.theme-dark .display-2 {
  font-weight: 300;
  line-height: 1.2;
}
body.theme-dark .display-3 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  body.theme-dark .display-3 {
    font-size: 4rem;
  }
}
body.theme-dark .display-3 {
  font-weight: 300;
  line-height: 1.2;
}
body.theme-dark .display-4 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  body.theme-dark .display-4 {
    font-size: 3.5rem;
  }
}
body.theme-dark .display-4 {
  font-weight: 300;
  line-height: 1.2;
}
body.theme-dark .display-5 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  body.theme-dark .display-5 {
    font-size: 3rem;
  }
}
body.theme-dark .display-5 {
  font-weight: 300;
  line-height: 1.2;
}
body.theme-dark .display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  body.theme-dark .display-6 {
    font-size: 2.5rem;
  }
}
body.theme-dark .display-6 {
  font-weight: 300;
  line-height: 1.2;
}
body.theme-dark .list-unstyled {
  padding-left: 0;
  list-style: none;
}
body.theme-dark .list-inline {
  padding-left: 0;
  list-style: none;
}
body.theme-dark .list-inline-item {
  display: inline-block;
}
body.theme-dark .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
body.theme-dark .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
body.theme-dark .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
body.theme-dark .blockquote > :last-child {
  margin-bottom: 0;
}
body.theme-dark .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
body.theme-dark .blockquote-footer::before {
  content: "— ";
}
body.theme-dark .img-fluid {
  max-width: 100%;
  height: auto;
}
body.theme-dark .img-thumbnail {
  padding: 0.25rem;
  background-color: #f3f3f3;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
body.theme-dark .figure {
  display: inline-block;
}
body.theme-dark .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
body.theme-dark .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
body.theme-dark .container,
body.theme-dark .container-fluid,
body.theme-dark .container-xxl,
body.theme-dark .container-xl,
body.theme-dark .container-lg,
body.theme-dark .container-md,
body.theme-dark .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body.theme-dark .container-sm, body.theme-dark .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.theme-dark .container-md, body.theme-dark .container-sm, body.theme-dark .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.theme-dark .container-lg, body.theme-dark .container-md, body.theme-dark .container-sm, body.theme-dark .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.theme-dark .container-xl, body.theme-dark .container-lg, body.theme-dark .container-md, body.theme-dark .container-sm, body.theme-dark .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.theme-dark .container-xxl, body.theme-dark .container-xl, body.theme-dark .container-lg, body.theme-dark .container-md, body.theme-dark .container-sm, body.theme-dark .container {
    max-width: 1320px;
  }
}
body.theme-dark .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
body.theme-dark .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
body.theme-dark .col {
  flex: 1 0 0%;
}
body.theme-dark .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
body.theme-dark .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
body.theme-dark .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
body.theme-dark .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
body.theme-dark .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
body.theme-dark .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
body.theme-dark .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
body.theme-dark .col-auto {
  flex: 0 0 auto;
  width: auto;
}
body.theme-dark .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
body.theme-dark .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
body.theme-dark .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
body.theme-dark .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
body.theme-dark .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
body.theme-dark .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
body.theme-dark .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
body.theme-dark .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
body.theme-dark .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
body.theme-dark .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
body.theme-dark .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
body.theme-dark .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
body.theme-dark .offset-1 {
  margin-left: 8.33333333%;
}
body.theme-dark .offset-2 {
  margin-left: 16.66666667%;
}
body.theme-dark .offset-3 {
  margin-left: 25%;
}
body.theme-dark .offset-4 {
  margin-left: 33.33333333%;
}
body.theme-dark .offset-5 {
  margin-left: 41.66666667%;
}
body.theme-dark .offset-6 {
  margin-left: 50%;
}
body.theme-dark .offset-7 {
  margin-left: 58.33333333%;
}
body.theme-dark .offset-8 {
  margin-left: 66.66666667%;
}
body.theme-dark .offset-9 {
  margin-left: 75%;
}
body.theme-dark .offset-10 {
  margin-left: 83.33333333%;
}
body.theme-dark .offset-11 {
  margin-left: 91.66666667%;
}
body.theme-dark .g-0,
body.theme-dark .gx-0 {
  --bs-gutter-x: 0;
}
body.theme-dark .g-0,
body.theme-dark .gy-0 {
  --bs-gutter-y: 0;
}
body.theme-dark .g-1,
body.theme-dark .gx-1 {
  --bs-gutter-x: 0.25rem;
}
body.theme-dark .g-1,
body.theme-dark .gy-1 {
  --bs-gutter-y: 0.25rem;
}
body.theme-dark .g-2,
body.theme-dark .gx-2 {
  --bs-gutter-x: 0.5rem;
}
body.theme-dark .g-2,
body.theme-dark .gy-2 {
  --bs-gutter-y: 0.5rem;
}
body.theme-dark .g-3,
body.theme-dark .gx-3 {
  --bs-gutter-x: 1rem;
}
body.theme-dark .g-3,
body.theme-dark .gy-3 {
  --bs-gutter-y: 1rem;
}
body.theme-dark .g-4,
body.theme-dark .gx-4 {
  --bs-gutter-x: 1.5rem;
}
body.theme-dark .g-4,
body.theme-dark .gy-4 {
  --bs-gutter-y: 1.5rem;
}
body.theme-dark .g-5,
body.theme-dark .gx-5 {
  --bs-gutter-x: 3rem;
}
body.theme-dark .g-5,
body.theme-dark .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  body.theme-dark .col-sm {
    flex: 1 0 0%;
  }
  body.theme-dark .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.theme-dark .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  body.theme-dark .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.theme-dark .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  body.theme-dark .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  body.theme-dark .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  body.theme-dark .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  body.theme-dark .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  body.theme-dark .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  body.theme-dark .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.theme-dark .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  body.theme-dark .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  body.theme-dark .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .offset-sm-0 {
    margin-left: 0;
  }
  body.theme-dark .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  body.theme-dark .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  body.theme-dark .offset-sm-3 {
    margin-left: 25%;
  }
  body.theme-dark .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  body.theme-dark .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  body.theme-dark .offset-sm-6 {
    margin-left: 50%;
  }
  body.theme-dark .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  body.theme-dark .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  body.theme-dark .offset-sm-9 {
    margin-left: 75%;
  }
  body.theme-dark .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  body.theme-dark .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  body.theme-dark .g-sm-0,
  body.theme-dark .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  body.theme-dark .g-sm-0,
  body.theme-dark .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  body.theme-dark .g-sm-1,
  body.theme-dark .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  body.theme-dark .g-sm-1,
  body.theme-dark .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  body.theme-dark .g-sm-2,
  body.theme-dark .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  body.theme-dark .g-sm-2,
  body.theme-dark .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  body.theme-dark .g-sm-3,
  body.theme-dark .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  body.theme-dark .g-sm-3,
  body.theme-dark .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  body.theme-dark .g-sm-4,
  body.theme-dark .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  body.theme-dark .g-sm-4,
  body.theme-dark .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  body.theme-dark .g-sm-5,
  body.theme-dark .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  body.theme-dark .g-sm-5,
  body.theme-dark .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  body.theme-dark .col-md {
    flex: 1 0 0%;
  }
  body.theme-dark .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.theme-dark .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  body.theme-dark .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.theme-dark .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  body.theme-dark .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  body.theme-dark .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  body.theme-dark .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  body.theme-dark .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  body.theme-dark .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  body.theme-dark .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.theme-dark .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  body.theme-dark .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  body.theme-dark .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .offset-md-0 {
    margin-left: 0;
  }
  body.theme-dark .offset-md-1 {
    margin-left: 8.33333333%;
  }
  body.theme-dark .offset-md-2 {
    margin-left: 16.66666667%;
  }
  body.theme-dark .offset-md-3 {
    margin-left: 25%;
  }
  body.theme-dark .offset-md-4 {
    margin-left: 33.33333333%;
  }
  body.theme-dark .offset-md-5 {
    margin-left: 41.66666667%;
  }
  body.theme-dark .offset-md-6 {
    margin-left: 50%;
  }
  body.theme-dark .offset-md-7 {
    margin-left: 58.33333333%;
  }
  body.theme-dark .offset-md-8 {
    margin-left: 66.66666667%;
  }
  body.theme-dark .offset-md-9 {
    margin-left: 75%;
  }
  body.theme-dark .offset-md-10 {
    margin-left: 83.33333333%;
  }
  body.theme-dark .offset-md-11 {
    margin-left: 91.66666667%;
  }
  body.theme-dark .g-md-0,
  body.theme-dark .gx-md-0 {
    --bs-gutter-x: 0;
  }
  body.theme-dark .g-md-0,
  body.theme-dark .gy-md-0 {
    --bs-gutter-y: 0;
  }
  body.theme-dark .g-md-1,
  body.theme-dark .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  body.theme-dark .g-md-1,
  body.theme-dark .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  body.theme-dark .g-md-2,
  body.theme-dark .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  body.theme-dark .g-md-2,
  body.theme-dark .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  body.theme-dark .g-md-3,
  body.theme-dark .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  body.theme-dark .g-md-3,
  body.theme-dark .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  body.theme-dark .g-md-4,
  body.theme-dark .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  body.theme-dark .g-md-4,
  body.theme-dark .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  body.theme-dark .g-md-5,
  body.theme-dark .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  body.theme-dark .g-md-5,
  body.theme-dark .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  body.theme-dark .col-lg {
    flex: 1 0 0%;
  }
  body.theme-dark .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.theme-dark .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  body.theme-dark .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.theme-dark .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  body.theme-dark .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  body.theme-dark .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  body.theme-dark .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  body.theme-dark .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  body.theme-dark .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  body.theme-dark .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.theme-dark .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  body.theme-dark .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  body.theme-dark .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .offset-lg-0 {
    margin-left: 0;
  }
  body.theme-dark .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  body.theme-dark .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  body.theme-dark .offset-lg-3 {
    margin-left: 25%;
  }
  body.theme-dark .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  body.theme-dark .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  body.theme-dark .offset-lg-6 {
    margin-left: 50%;
  }
  body.theme-dark .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  body.theme-dark .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  body.theme-dark .offset-lg-9 {
    margin-left: 75%;
  }
  body.theme-dark .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  body.theme-dark .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  body.theme-dark .g-lg-0,
  body.theme-dark .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  body.theme-dark .g-lg-0,
  body.theme-dark .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  body.theme-dark .g-lg-1,
  body.theme-dark .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  body.theme-dark .g-lg-1,
  body.theme-dark .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  body.theme-dark .g-lg-2,
  body.theme-dark .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  body.theme-dark .g-lg-2,
  body.theme-dark .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  body.theme-dark .g-lg-3,
  body.theme-dark .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  body.theme-dark .g-lg-3,
  body.theme-dark .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  body.theme-dark .g-lg-4,
  body.theme-dark .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  body.theme-dark .g-lg-4,
  body.theme-dark .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  body.theme-dark .g-lg-5,
  body.theme-dark .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  body.theme-dark .g-lg-5,
  body.theme-dark .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  body.theme-dark .col-xl {
    flex: 1 0 0%;
  }
  body.theme-dark .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.theme-dark .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  body.theme-dark .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.theme-dark .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  body.theme-dark .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  body.theme-dark .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  body.theme-dark .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  body.theme-dark .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  body.theme-dark .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  body.theme-dark .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.theme-dark .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  body.theme-dark .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  body.theme-dark .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .offset-xl-0 {
    margin-left: 0;
  }
  body.theme-dark .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  body.theme-dark .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  body.theme-dark .offset-xl-3 {
    margin-left: 25%;
  }
  body.theme-dark .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  body.theme-dark .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  body.theme-dark .offset-xl-6 {
    margin-left: 50%;
  }
  body.theme-dark .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  body.theme-dark .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  body.theme-dark .offset-xl-9 {
    margin-left: 75%;
  }
  body.theme-dark .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  body.theme-dark .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  body.theme-dark .g-xl-0,
  body.theme-dark .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  body.theme-dark .g-xl-0,
  body.theme-dark .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  body.theme-dark .g-xl-1,
  body.theme-dark .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  body.theme-dark .g-xl-1,
  body.theme-dark .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  body.theme-dark .g-xl-2,
  body.theme-dark .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  body.theme-dark .g-xl-2,
  body.theme-dark .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  body.theme-dark .g-xl-3,
  body.theme-dark .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  body.theme-dark .g-xl-3,
  body.theme-dark .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  body.theme-dark .g-xl-4,
  body.theme-dark .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  body.theme-dark .g-xl-4,
  body.theme-dark .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  body.theme-dark .g-xl-5,
  body.theme-dark .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  body.theme-dark .g-xl-5,
  body.theme-dark .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  body.theme-dark .col-xxl {
    flex: 1 0 0%;
  }
  body.theme-dark .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.theme-dark .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  body.theme-dark .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.theme-dark .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  body.theme-dark .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  body.theme-dark .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  body.theme-dark .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.theme-dark .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  body.theme-dark .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  body.theme-dark .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.theme-dark .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  body.theme-dark .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  body.theme-dark .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.theme-dark .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  body.theme-dark .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  body.theme-dark .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.theme-dark .offset-xxl-0 {
    margin-left: 0;
  }
  body.theme-dark .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  body.theme-dark .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  body.theme-dark .offset-xxl-3 {
    margin-left: 25%;
  }
  body.theme-dark .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  body.theme-dark .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  body.theme-dark .offset-xxl-6 {
    margin-left: 50%;
  }
  body.theme-dark .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  body.theme-dark .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  body.theme-dark .offset-xxl-9 {
    margin-left: 75%;
  }
  body.theme-dark .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  body.theme-dark .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  body.theme-dark .g-xxl-0,
  body.theme-dark .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  body.theme-dark .g-xxl-0,
  body.theme-dark .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  body.theme-dark .g-xxl-1,
  body.theme-dark .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  body.theme-dark .g-xxl-1,
  body.theme-dark .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  body.theme-dark .g-xxl-2,
  body.theme-dark .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  body.theme-dark .g-xxl-2,
  body.theme-dark .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  body.theme-dark .g-xxl-3,
  body.theme-dark .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  body.theme-dark .g-xxl-3,
  body.theme-dark .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  body.theme-dark .g-xxl-4,
  body.theme-dark .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  body.theme-dark .g-xxl-4,
  body.theme-dark .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  body.theme-dark .g-xxl-5,
  body.theme-dark .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  body.theme-dark .g-xxl-5,
  body.theme-dark .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
body.theme-dark .table, body.theme-dark .dataTable-table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #495057;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #495057;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #fff;
  --bs-table-hover-bg: rgba(255, 255, 255, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #c2c2d9;
  vertical-align: top;
  border-color: rgb(63, 63, 63);
}
body.theme-dark .table > :not(caption) > * > *, body.theme-dark .dataTable-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
body.theme-dark .table > tbody, body.theme-dark .dataTable-table > tbody {
  vertical-align: inherit;
}
body.theme-dark .table > thead, body.theme-dark .dataTable-table > thead {
  vertical-align: bottom;
}
body.theme-dark .table > :not(:first-child), body.theme-dark .dataTable-table > :not(:first-child) {
  border-top: 2px solid #707070;
}
body.theme-dark .caption-top {
  caption-side: top;
}
body.theme-dark .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
body.theme-dark .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
body.theme-dark .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
body.theme-dark .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
body.theme-dark .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
body.theme-dark .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
body.theme-dark .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
body.theme-dark .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
body.theme-dark .table-primary {
  --bs-table-bg: rgb(83.6078431373%, 85.2549019608%, 84.5490196078%);
  --bs-table-striped-bg: rgb(79.4274509804%, 80.9921568627%, 80.3215686275%);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(75.2470588235%, 76.7294117647%, 76.0941176471%);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(77.337254902%, 78.8607843137%, 78.2078431373%);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(75.2470588235%, 76.7294117647%, 76.0941176471%);
}
body.theme-dark .table-secondary {
  --bs-table-bg: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
  --bs-table-striped-bg: rgb(84.0470588235%, 84.7176470588%, 85.3137254902%);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(79.6235294118%, 80.2588235294%, 80.8235294118%);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(81.8352941176%, 82.4882352941%, 83.068627451%);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(79.6235294118%, 80.2588235294%, 80.8235294118%);
}
body.theme-dark .table-success {
  --bs-table-bg: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
  --bs-table-striped-bg: rgb(77.862745098%, 86.0588235294%, 82.2588235294%);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(73.7647058824%, 81.5294117647%, 77.9294117647%);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(75.8137254902%, 83.7941176471%, 80.0941176471%);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(73.7647058824%, 81.5294117647%, 77.9294117647%);
}
body.theme-dark .table-info {
  --bs-table-bg: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
  --bs-table-striped-bg: rgb(76.968627451%, 91.0509803922%, 93.8823529412%);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(72.9176470588%, 86.2588235294%, 88.9411764706%);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(74.9431372549%, 88.6549019608%, 91.4117647059%);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(72.9176470588%, 86.2588235294%, 88.9411764706%);
}
body.theme-dark .table-warning {
  --bs-table-bg: rgb(100%, 95.137254902%, 80.5490196078%);
  --bs-table-striped-bg: rgb(95%, 90.3803921569%, 76.5215686275%);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(90%, 85.6235294118%, 72.4941176471%);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(92.5%, 88.0019607843%, 74.5078431373%);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(90%, 85.6235294118%, 72.4941176471%);
}
body.theme-dark .table-danger {
  --bs-table-bg: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
  --bs-table-striped-bg: rgb(92.3921568627%, 79.9490196078%, 81.1411764706%);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(87.5294117647%, 75.7411764706%, 76.8705882353%);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(89.9607843137%, 77.8450980392%, 79.0058823529%);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(87.5294117647%, 75.7411764706%, 76.8705882353%);
}
body.theme-dark .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: rgb(92.3921568627%, 92.7647058824%, 93.137254902%);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(87.5294117647%, 87.8823529412%, 88.2352941176%);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(89.9607843137%, 90.3235294118%, 90.6862745098%);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(87.5294117647%, 87.8823529412%, 88.2352941176%);
}
body.theme-dark .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(17.2941176471%, 18.7843137255%, 20.2745098039%);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(21.6470588235%, 23.0588235294%, 24.4705882353%);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(19.4705882353%, 20.9215686275%, 22.3725490196%);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(21.6470588235%, 23.0588235294%, 24.4705882353%);
}
body.theme-dark .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  body.theme-dark .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  body.theme-dark .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  body.theme-dark .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  body.theme-dark .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  body.theme-dark .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
body.theme-dark .form-label {
  margin-bottom: 0.5rem;
  color: #c2c2d9;
}
body.theme-dark .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #c2c2d9;
}
body.theme-dark .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
body.theme-dark .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
body.theme-dark .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #7c8db5;
}
body.theme-dark .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c2c2d9;
  background-color: #1b1b29;
  background-clip: padding-box;
  border: 1px solid #35354f;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .form-control {
    transition: none;
  }
}
body.theme-dark .form-control[type=file] {
  overflow: hidden;
}
body.theme-dark .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
body.theme-dark .form-control:focus {
  color: #c2c2d9;
  background-color: #1b1b29;
  border-color: #171723;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(46, 67, 58, 0.25);
}
body.theme-dark .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
body.theme-dark .form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}
body.theme-dark .form-control:disabled, body.theme-dark .form-control[readonly] {
  background-color: #40404d;
  opacity: 1;
}
body.theme-dark .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #495057;
  background-color: #e6eef5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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) {
  body.theme-dark .form-control::file-selector-button {
    transition: none;
  }
}
body.theme-dark .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(85.6862745098%, 88.6666666667%, 91.2745098039%);
}
body.theme-dark .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #495057;
  background-color: #e6eef5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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) {
  body.theme-dark .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
body.theme-dark .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(85.6862745098%, 88.6666666667%, 91.2745098039%);
}
body.theme-dark .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #c2c2d9;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
body.theme-dark .form-control-plaintext.form-control-sm, body.theme-dark .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
body.theme-dark .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
body.theme-dark .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
body.theme-dark .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
body.theme-dark .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
body.theme-dark .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
body.theme-dark .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
body.theme-dark textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
body.theme-dark textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
body.theme-dark textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
body.theme-dark .form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
body.theme-dark .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
body.theme-dark .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
body.theme-dark .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
body.theme-dark .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c2c2d9;
  background-color: #1b1b29;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #35354f;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .form-select {
    transition: none;
  }
}
body.theme-dark .form-select {
  appearance: none;
}
body.theme-dark .form-select:focus {
  border-color: rgb(59.0196078431%, 63.137254902%, 61.3725490196%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(46, 67, 58, 0.25);
}
body.theme-dark .form-select[multiple], body.theme-dark .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
body.theme-dark .form-select:disabled {
  color: #6c757d;
  background-color: #40404d;
}
body.theme-dark .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #c2c2d9;
}
body.theme-dark .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
body.theme-dark .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
body.theme-dark .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.7em;
  margin-bottom: 0.125rem;
}
body.theme-dark .form-check .form-check-input {
  float: left;
  margin-left: -1.7em;
}
body.theme-dark .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  vertical-align: top;
  background-color: #20202d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 3px solid #393b42;
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .form-check-input {
    transition: none;
  }
}
body.theme-dark .form-check-input[type=checkbox] {
  border-radius: 0.3em;
}
body.theme-dark .form-check-input[type=radio] {
  border-radius: 50%;
}
body.theme-dark .form-check-input:active {
  filter: brightness(90%);
}
body.theme-dark .form-check-input:focus {
  border-color: rgb(59.0196078431%, 63.137254902%, 61.3725490196%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(46, 67, 58, 0.25);
}
body.theme-dark .form-check-input:checked {
  background-color: #2e433a;
  border-color: #2e433a;
}
body.theme-dark .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
body.theme-dark .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
body.theme-dark .form-check-input[type=checkbox]:indeterminate {
  background-color: #2e433a;
  border-color: #2e433a;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
body.theme-dark .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
body.theme-dark .form-check-input[disabled] ~ .form-check-label, body.theme-dark .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
body.theme-dark .form-switch {
  padding-left: 2.5em;
}
body.theme-dark .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239899ac'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .form-switch .form-check-input {
    transition: none;
  }
}
body.theme-dark .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%2859.0196078431%, 63.137254902%, 61.3725490196%%29'/%3e%3c/svg%3e");
}
body.theme-dark .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
body.theme-dark .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
body.theme-dark .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
body.theme-dark .btn-check[disabled] + .btn, body.theme-dark .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
body.theme-dark .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
body.theme-dark .form-range:focus {
  outline: 0;
}
body.theme-dark .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 0.25rem rgba(46, 67, 58, 0.25);
}
body.theme-dark .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f3f3f3, 0 0 0 0.25rem rgba(46, 67, 58, 0.25);
}
body.theme-dark .form-range::-moz-focus-outer {
  border: 0;
}
body.theme-dark .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2e433a;
  border: 0;
  border-radius: 1rem;
  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) {
  body.theme-dark .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
body.theme-dark .form-range::-webkit-slider-thumb {
  appearance: none;
}
body.theme-dark .form-range::-webkit-slider-thumb:active {
  background-color: rgb(75.4117647059%, 77.8823529412%, 76.8235294118%);
}
body.theme-dark .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
body.theme-dark .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2e433a;
  border: 0;
  border-radius: 1rem;
  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) {
  body.theme-dark .form-range::-moz-range-thumb {
    transition: none;
  }
}
body.theme-dark .form-range::-moz-range-thumb {
  appearance: none;
}
body.theme-dark .form-range::-moz-range-thumb:active {
  background-color: rgb(75.4117647059%, 77.8823529412%, 76.8235294118%);
}
body.theme-dark .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
body.theme-dark .form-range:disabled {
  pointer-events: none;
}
body.theme-dark .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
body.theme-dark .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
body.theme-dark .form-floating {
  position: relative;
}
body.theme-dark .form-floating > .form-control,
body.theme-dark .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
body.theme-dark .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .form-floating > label {
    transition: none;
  }
}
body.theme-dark .form-floating > .form-control {
  padding: 1rem 0.75rem;
}
body.theme-dark .form-floating > .form-control::placeholder {
  color: transparent;
}
body.theme-dark .form-floating > .form-control:focus, body.theme-dark .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-dark .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-dark .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-dark .form-floating > .form-control:focus ~ label,
body.theme-dark .form-floating > .form-control:not(:placeholder-shown) ~ label,
body.theme-dark .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
body.theme-dark .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
body.theme-dark .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
body.theme-dark .input-group > .form-control,
body.theme-dark .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
body.theme-dark .input-group > .form-control:focus,
body.theme-dark .input-group > .form-select:focus {
  z-index: 3;
}
body.theme-dark .input-group .btn {
  position: relative;
  z-index: 2;
}
body.theme-dark .input-group .btn:focus {
  z-index: 3;
}
body.theme-dark .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #526e8a;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(14.5588235294%, 14.5588235294%, 22.1078431373%);
  border: 1px solid #35354f;
  border-radius: 0.25rem;
}
body.theme-dark .input-group-lg > .form-control,
body.theme-dark .input-group-lg > .form-select,
body.theme-dark .input-group-lg > .input-group-text,
body.theme-dark .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
body.theme-dark .input-group-sm > .form-control,
body.theme-dark .input-group-sm > .form-select,
body.theme-dark .input-group-sm > .input-group-text,
body.theme-dark .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
body.theme-dark .input-group-lg > .form-select,
body.theme-dark .input-group-sm > .form-select {
  padding-right: 2.5rem;
}
body.theme-dark .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
body.theme-dark .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.theme-dark .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
body.theme-dark .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.theme-dark .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.theme-dark .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
body.theme-dark .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated body.theme-dark:valid ~ .valid-feedback,
.was-validated body.theme-dark:valid ~ .valid-tooltip, body.theme-dark.is-valid ~ .valid-feedback,
body.theme-dark.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated body.theme-dark .form-control:valid, body.theme-dark .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated body.theme-dark .form-control:valid:focus, body.theme-dark .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated body.theme-dark textarea.form-control:valid, body.theme-dark textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated body.theme-dark .form-select:valid, body.theme-dark .form-select.is-valid {
  border-color: #198754;
}
.was-validated body.theme-dark .form-select:valid:not([multiple]):not([size]), .was-validated body.theme-dark .form-select:valid:not([multiple])[size="1"], body.theme-dark .form-select.is-valid:not([multiple]):not([size]), body.theme-dark .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: calc(0.75em + 3.0625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.5rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated body.theme-dark .form-select:valid:focus, body.theme-dark .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated body.theme-dark .form-check-input:valid, body.theme-dark .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated body.theme-dark .form-check-input:valid:checked, body.theme-dark .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated body.theme-dark .form-check-input:valid:focus, body.theme-dark .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated body.theme-dark .form-check-input:valid ~ .form-check-label, body.theme-dark .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
body.theme-dark .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated body.theme-dark .input-group .form-control:valid, body.theme-dark .input-group .form-control.is-valid,
.was-validated body.theme-dark .input-group .form-select:valid,
body.theme-dark .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated body.theme-dark .input-group .form-control:valid:focus, body.theme-dark .input-group .form-control.is-valid:focus,
.was-validated body.theme-dark .input-group .form-select:valid:focus,
body.theme-dark .input-group .form-select.is-valid:focus {
  z-index: 3;
}
body.theme-dark .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
body.theme-dark .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated body.theme-dark:invalid ~ .invalid-feedback,
.was-validated body.theme-dark:invalid ~ .invalid-tooltip, body.theme-dark.is-invalid ~ .invalid-feedback,
body.theme-dark.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated body.theme-dark .form-control:invalid, body.theme-dark .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated body.theme-dark .form-control:invalid:focus, body.theme-dark .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated body.theme-dark textarea.form-control:invalid, body.theme-dark textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated body.theme-dark .form-select:invalid, body.theme-dark .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated body.theme-dark .form-select:invalid:not([multiple]):not([size]), .was-validated body.theme-dark .form-select:invalid:not([multiple])[size="1"], body.theme-dark .form-select.is-invalid:not([multiple]):not([size]), body.theme-dark .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: calc(0.75em + 3.0625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.5rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated body.theme-dark .form-select:invalid:focus, body.theme-dark .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated body.theme-dark .form-check-input:invalid, body.theme-dark .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated body.theme-dark .form-check-input:invalid:checked, body.theme-dark .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated body.theme-dark .form-check-input:invalid:focus, body.theme-dark .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated body.theme-dark .form-check-input:invalid ~ .form-check-label, body.theme-dark .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
body.theme-dark .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated body.theme-dark .input-group .form-control:invalid, body.theme-dark .input-group .form-control.is-invalid,
.was-validated body.theme-dark .input-group .form-select:invalid,
body.theme-dark .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated body.theme-dark .input-group .form-control:invalid:focus, body.theme-dark .input-group .form-control.is-invalid:focus,
.was-validated body.theme-dark .input-group .form-select:invalid:focus,
body.theme-dark .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
body.theme-dark .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #c2c2d9;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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) {
  body.theme-dark .btn {
    transition: none;
  }
}
body.theme-dark .btn:hover {
  color: #c2c2d9;
}
.btn-check:focus + body.theme-dark .btn, body.theme-dark .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(46, 67, 58, 0.25);
}
body.theme-dark .btn:disabled, body.theme-dark .btn.disabled, fieldset:disabled body.theme-dark .btn {
  pointer-events: none;
  opacity: 0.65;
}
body.theme-dark .btn-primary {
  color: #fff;
  background-color: #2e433a;
  border-color: #2e433a;
}
body.theme-dark .btn-primary:hover {
  color: #fff;
  background-color: rgb(15.3333333333%, 22.3333333333%, 19.3333333333%);
  border-color: rgb(14.431372549%, 21.0196078431%, 18.1960784314%);
}
.btn-check:focus + body.theme-dark .btn-primary, body.theme-dark .btn-primary:focus {
  color: #fff;
  background-color: rgb(15.3333333333%, 22.3333333333%, 19.3333333333%);
  border-color: rgb(14.431372549%, 21.0196078431%, 18.1960784314%);
  box-shadow: 0 0 0 0.25rem rgba(30.3333333333%, 37.3333333333%, 34.3333333333%, 0.5);
}
.btn-check:checked + body.theme-dark .btn-primary, .btn-check:active + body.theme-dark .btn-primary, body.theme-dark .btn-primary:active, body.theme-dark .btn-primary.active, .show > body.theme-dark .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(14.431372549%, 21.0196078431%, 18.1960784314%);
  border-color: rgb(13.5294117647%, 19.7058823529%, 17.0588235294%);
}
.btn-check:checked + body.theme-dark .btn-primary:focus, .btn-check:active + body.theme-dark .btn-primary:focus, body.theme-dark .btn-primary:active:focus, body.theme-dark .btn-primary.active:focus, .show > body.theme-dark .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(30.3333333333%, 37.3333333333%, 34.3333333333%, 0.5);
}
body.theme-dark .btn-primary:disabled, body.theme-dark .btn-primary.disabled {
  color: #fff;
  background-color: #2e433a;
  border-color: #2e433a;
}
body.theme-dark .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
body.theme-dark .btn-secondary:hover {
  color: #fff;
  background-color: rgb(36%, 39%, 41.6666666667%);
  border-color: rgb(33.8823529412%, 36.7058823529%, 39.2156862745%);
}
.btn-check:focus + body.theme-dark .btn-secondary, body.theme-dark .btn-secondary:focus {
  color: #fff;
  background-color: rgb(36%, 39%, 41.6666666667%);
  border-color: rgb(33.8823529412%, 36.7058823529%, 39.2156862745%);
  box-shadow: 0 0 0 0.25rem rgba(51%, 54%, 56.6666666667%, 0.5);
}
.btn-check:checked + body.theme-dark .btn-secondary, .btn-check:active + body.theme-dark .btn-secondary, body.theme-dark .btn-secondary:active, body.theme-dark .btn-secondary.active, .show > body.theme-dark .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.8823529412%, 36.7058823529%, 39.2156862745%);
  border-color: rgb(31.7647058824%, 34.4117647059%, 36.7647058824%);
}
.btn-check:checked + body.theme-dark .btn-secondary:focus, .btn-check:active + body.theme-dark .btn-secondary:focus, body.theme-dark .btn-secondary:active:focus, body.theme-dark .btn-secondary.active:focus, .show > body.theme-dark .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(51%, 54%, 56.6666666667%, 0.5);
}
body.theme-dark .btn-secondary:disabled, body.theme-dark .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
body.theme-dark .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
body.theme-dark .btn-success:hover {
  color: #fff;
  background-color: rgb(8.3333333333%, 45%, 28%);
  border-color: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%);
}
.btn-check:focus + body.theme-dark .btn-success, body.theme-dark .btn-success:focus {
  color: #fff;
  background-color: rgb(8.3333333333%, 45%, 28%);
  border-color: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%);
  box-shadow: 0 0 0 0.25rem rgba(23.3333333333%, 60%, 43%, 0.5);
}
.btn-check:checked + body.theme-dark .btn-success, .btn-check:active + body.theme-dark .btn-success, body.theme-dark .btn-success:active, body.theme-dark .btn-success.active, .show > body.theme-dark .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%);
  border-color: rgb(7.3529411765%, 39.7058823529%, 24.7058823529%);
}
.btn-check:checked + body.theme-dark .btn-success:focus, .btn-check:active + body.theme-dark .btn-success:focus, body.theme-dark .btn-success:active:focus, body.theme-dark .btn-success.active:focus, .show > body.theme-dark .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(23.3333333333%, 60%, 43%, 0.5);
}
body.theme-dark .btn-success:disabled, body.theme-dark .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
body.theme-dark .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
body.theme-dark .btn-info:hover {
  color: #000;
  background-color: rgb(19.3333333333%, 82.3333333333%, 95%);
  border-color: rgb(14.5882352941%, 81.2941176471%, 94.7058823529%);
}
.btn-check:focus + body.theme-dark .btn-info, body.theme-dark .btn-info:focus {
  color: #000;
  background-color: rgb(19.3333333333%, 82.3333333333%, 95%);
  border-color: rgb(14.5882352941%, 81.2941176471%, 94.7058823529%);
  box-shadow: 0 0 0 0.25rem rgba(4.3333333333%, 67.3333333333%, 80%, 0.5);
}
.btn-check:checked + body.theme-dark .btn-info, .btn-check:active + body.theme-dark .btn-info, body.theme-dark .btn-info:active, body.theme-dark .btn-info.active, .show > body.theme-dark .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(24.0784313725%, 83.3725490196%, 95.2941176471%);
  border-color: rgb(14.5882352941%, 81.2941176471%, 94.7058823529%);
}
.btn-check:checked + body.theme-dark .btn-info:focus, .btn-check:active + body.theme-dark .btn-info:focus, body.theme-dark .btn-info:active:focus, body.theme-dark .btn-info.active:focus, .show > body.theme-dark .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(4.3333333333%, 67.3333333333%, 80%, 0.5);
}
body.theme-dark .btn-info:disabled, body.theme-dark .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
body.theme-dark .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
body.theme-dark .btn-warning:hover {
  color: #000;
  background-color: rgb(100%, 79.3333333333%, 17.3333333333%);
  border-color: rgb(100%, 78.1176470588%, 12.4705882353%);
}
.btn-check:focus + body.theme-dark .btn-warning, body.theme-dark .btn-warning:focus {
  color: #000;
  background-color: rgb(100%, 79.3333333333%, 17.3333333333%);
  border-color: rgb(100%, 78.1176470588%, 12.4705882353%);
  box-shadow: 0 0 0 0.25rem rgba(85%, 64.3333333333%, 2.3333333333%, 0.5);
}
.btn-check:checked + body.theme-dark .btn-warning, .btn-check:active + body.theme-dark .btn-warning, body.theme-dark .btn-warning:active, body.theme-dark .btn-warning.active, .show > body.theme-dark .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(100%, 80.5490196078%, 22.1960784314%);
  border-color: rgb(100%, 78.1176470588%, 12.4705882353%);
}
.btn-check:checked + body.theme-dark .btn-warning:focus, .btn-check:active + body.theme-dark .btn-warning:focus, body.theme-dark .btn-warning:active:focus, body.theme-dark .btn-warning.active:focus, .show > body.theme-dark .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(85%, 64.3333333333%, 2.3333333333%, 0.5);
}
body.theme-dark .btn-warning:disabled, body.theme-dark .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
body.theme-dark .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body.theme-dark .btn-danger:hover {
  color: #fff;
  background-color: rgb(73.3333333333%, 17.6666666667%, 23%);
  border-color: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%);
}
.btn-check:focus + body.theme-dark .btn-danger, body.theme-dark .btn-danger:focus {
  color: #fff;
  background-color: rgb(73.3333333333%, 17.6666666667%, 23%);
  border-color: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%);
  box-shadow: 0 0 0 0.25rem rgba(88.3333333333%, 32.6666666667%, 38%, 0.5);
}
.btn-check:checked + body.theme-dark .btn-danger, .btn-check:active + body.theme-dark .btn-danger, body.theme-dark .btn-danger:active, body.theme-dark .btn-danger.active, .show > body.theme-dark .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%);
  border-color: rgb(64.7058823529%, 15.5882352941%, 20.2941176471%);
}
.btn-check:checked + body.theme-dark .btn-danger:focus, .btn-check:active + body.theme-dark .btn-danger:focus, body.theme-dark .btn-danger:active:focus, body.theme-dark .btn-danger.active:focus, .show > body.theme-dark .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(88.3333333333%, 32.6666666667%, 38%, 0.5);
}
body.theme-dark .btn-danger:disabled, body.theme-dark .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body.theme-dark .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body.theme-dark .btn-light:hover {
  color: #000;
  background-color: rgb(97.6666666667%, 98%, 98.3333333333%);
  border-color: rgb(97.5294117647%, 97.8823529412%, 98.2352941176%);
}
.btn-check:focus + body.theme-dark .btn-light, body.theme-dark .btn-light:focus {
  color: #000;
  background-color: rgb(97.6666666667%, 98%, 98.3333333333%);
  border-color: rgb(97.5294117647%, 97.8823529412%, 98.2352941176%);
  box-shadow: 0 0 0 0.25rem rgba(82.6666666667%, 83%, 83.3333333333%, 0.5);
}
.btn-check:checked + body.theme-dark .btn-light, .btn-check:active + body.theme-dark .btn-light, body.theme-dark .btn-light:active, body.theme-dark .btn-light.active, .show > body.theme-dark .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(97.8039215686%, 98.1176470588%, 98.431372549%);
  border-color: rgb(97.5294117647%, 97.8823529412%, 98.2352941176%);
}
.btn-check:checked + body.theme-dark .btn-light:focus, .btn-check:active + body.theme-dark .btn-light:focus, body.theme-dark .btn-light:active:focus, body.theme-dark .btn-light.active:focus, .show > body.theme-dark .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82.6666666667%, 83%, 83.3333333333%, 0.5);
}
body.theme-dark .btn-light:disabled, body.theme-dark .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body.theme-dark .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
body.theme-dark .btn-dark:hover {
  color: #fff;
  background-color: rgb(11%, 12.3333333333%, 13.6666666667%);
  border-color: rgb(10.3529411765%, 11.6078431373%, 12.862745098%);
}
.btn-check:focus + body.theme-dark .btn-dark, body.theme-dark .btn-dark:focus {
  color: #fff;
  background-color: rgb(11%, 12.3333333333%, 13.6666666667%);
  border-color: rgb(10.3529411765%, 11.6078431373%, 12.862745098%);
  box-shadow: 0 0 0 0.25rem rgba(26%, 27.3333333333%, 28.6666666667%, 0.5);
}
.btn-check:checked + body.theme-dark .btn-dark, .btn-check:active + body.theme-dark .btn-dark, body.theme-dark .btn-dark:active, body.theme-dark .btn-dark.active, .show > body.theme-dark .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.3529411765%, 11.6078431373%, 12.862745098%);
  border-color: rgb(9.7058823529%, 10.8823529412%, 12.0588235294%);
}
.btn-check:checked + body.theme-dark .btn-dark:focus, .btn-check:active + body.theme-dark .btn-dark:focus, body.theme-dark .btn-dark:active:focus, body.theme-dark .btn-dark.active:focus, .show > body.theme-dark .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(26%, 27.3333333333%, 28.6666666667%, 0.5);
}
body.theme-dark .btn-dark:disabled, body.theme-dark .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
body.theme-dark .btn-outline-primary {
  color: #2e433a;
  border-color: #2e433a;
}
body.theme-dark .btn-outline-primary:hover {
  color: #fff;
  background-color: #2e433a;
  border-color: #2e433a;
}
.btn-check:focus + body.theme-dark .btn-outline-primary, body.theme-dark .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 67, 58, 0.5);
}
.btn-check:checked + body.theme-dark .btn-outline-primary, .btn-check:active + body.theme-dark .btn-outline-primary, body.theme-dark .btn-outline-primary:active, body.theme-dark .btn-outline-primary.active, body.theme-dark .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #2e433a;
  border-color: #2e433a;
}
.btn-check:checked + body.theme-dark .btn-outline-primary:focus, .btn-check:active + body.theme-dark .btn-outline-primary:focus, body.theme-dark .btn-outline-primary:active:focus, body.theme-dark .btn-outline-primary.active:focus, body.theme-dark .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 67, 58, 0.5);
}
body.theme-dark .btn-outline-primary:disabled, body.theme-dark .btn-outline-primary.disabled {
  color: #2e433a;
  background-color: transparent;
}
body.theme-dark .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
body.theme-dark .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + body.theme-dark .btn-outline-secondary, body.theme-dark .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + body.theme-dark .btn-outline-secondary, .btn-check:active + body.theme-dark .btn-outline-secondary, body.theme-dark .btn-outline-secondary:active, body.theme-dark .btn-outline-secondary.active, body.theme-dark .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + body.theme-dark .btn-outline-secondary:focus, .btn-check:active + body.theme-dark .btn-outline-secondary:focus, body.theme-dark .btn-outline-secondary:active:focus, body.theme-dark .btn-outline-secondary.active:focus, body.theme-dark .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
body.theme-dark .btn-outline-secondary:disabled, body.theme-dark .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
body.theme-dark .btn-outline-success {
  color: #198754;
  border-color: #198754;
}
body.theme-dark .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + body.theme-dark .btn-outline-success, body.theme-dark .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + body.theme-dark .btn-outline-success, .btn-check:active + body.theme-dark .btn-outline-success, body.theme-dark .btn-outline-success:active, body.theme-dark .btn-outline-success.active, body.theme-dark .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + body.theme-dark .btn-outline-success:focus, .btn-check:active + body.theme-dark .btn-outline-success:focus, body.theme-dark .btn-outline-success:active:focus, body.theme-dark .btn-outline-success.active:focus, body.theme-dark .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
body.theme-dark .btn-outline-success:disabled, body.theme-dark .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
body.theme-dark .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
body.theme-dark .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + body.theme-dark .btn-outline-info, body.theme-dark .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + body.theme-dark .btn-outline-info, .btn-check:active + body.theme-dark .btn-outline-info, body.theme-dark .btn-outline-info:active, body.theme-dark .btn-outline-info.active, body.theme-dark .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + body.theme-dark .btn-outline-info:focus, .btn-check:active + body.theme-dark .btn-outline-info:focus, body.theme-dark .btn-outline-info:active:focus, body.theme-dark .btn-outline-info.active:focus, body.theme-dark .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
body.theme-dark .btn-outline-info:disabled, body.theme-dark .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
body.theme-dark .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
body.theme-dark .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + body.theme-dark .btn-outline-warning, body.theme-dark .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + body.theme-dark .btn-outline-warning, .btn-check:active + body.theme-dark .btn-outline-warning, body.theme-dark .btn-outline-warning:active, body.theme-dark .btn-outline-warning.active, body.theme-dark .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + body.theme-dark .btn-outline-warning:focus, .btn-check:active + body.theme-dark .btn-outline-warning:focus, body.theme-dark .btn-outline-warning:active:focus, body.theme-dark .btn-outline-warning.active:focus, body.theme-dark .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
body.theme-dark .btn-outline-warning:disabled, body.theme-dark .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
body.theme-dark .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
body.theme-dark .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + body.theme-dark .btn-outline-danger, body.theme-dark .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + body.theme-dark .btn-outline-danger, .btn-check:active + body.theme-dark .btn-outline-danger, body.theme-dark .btn-outline-danger:active, body.theme-dark .btn-outline-danger.active, body.theme-dark .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + body.theme-dark .btn-outline-danger:focus, .btn-check:active + body.theme-dark .btn-outline-danger:focus, body.theme-dark .btn-outline-danger:active:focus, body.theme-dark .btn-outline-danger.active:focus, body.theme-dark .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
body.theme-dark .btn-outline-danger:disabled, body.theme-dark .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
body.theme-dark .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
body.theme-dark .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + body.theme-dark .btn-outline-light, body.theme-dark .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + body.theme-dark .btn-outline-light, .btn-check:active + body.theme-dark .btn-outline-light, body.theme-dark .btn-outline-light:active, body.theme-dark .btn-outline-light.active, body.theme-dark .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + body.theme-dark .btn-outline-light:focus, .btn-check:active + body.theme-dark .btn-outline-light:focus, body.theme-dark .btn-outline-light:active:focus, body.theme-dark .btn-outline-light.active:focus, body.theme-dark .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
body.theme-dark .btn-outline-light:disabled, body.theme-dark .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
body.theme-dark .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
body.theme-dark .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + body.theme-dark .btn-outline-dark, body.theme-dark .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + body.theme-dark .btn-outline-dark, .btn-check:active + body.theme-dark .btn-outline-dark, body.theme-dark .btn-outline-dark:active, body.theme-dark .btn-outline-dark.active, body.theme-dark .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + body.theme-dark .btn-outline-dark:focus, .btn-check:active + body.theme-dark .btn-outline-dark:focus, body.theme-dark .btn-outline-dark:active:focus, body.theme-dark .btn-outline-dark.active:focus, body.theme-dark .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
body.theme-dark .btn-outline-dark:disabled, body.theme-dark .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
body.theme-dark .btn-link {
  font-weight: 400;
  color: #2e433a;
  text-decoration: underline;
}
body.theme-dark .btn-link:hover {
  color: rgb(34.431372549%, 41.0196078431%, 38.1960784314%);
}
body.theme-dark .btn-link:disabled, body.theme-dark .btn-link.disabled {
  color: #6c757d;
}
body.theme-dark .btn-lg, body.theme-dark .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
body.theme-dark .btn-sm, body.theme-dark .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
body.theme-dark .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .fade {
    transition: none;
  }
}
body.theme-dark .fade:not(.show) {
  opacity: 0;
}
body.theme-dark .collapse:not(.show) {
  display: none;
}
body.theme-dark .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .collapsing {
    transition: none;
  }
}
body.theme-dark .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .collapsing.collapse-horizontal {
    transition: none;
  }
}
body.theme-dark .dropup,
body.theme-dark .dropend,
body.theme-dark .dropdown,
body.theme-dark .dropstart {
  position: relative;
}
body.theme-dark .dropdown-toggle {
  white-space: nowrap;
}
body.theme-dark .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
body.theme-dark .dropdown-toggle:empty::after {
  margin-left: 0;
}
body.theme-dark .dropdown-menu {
  position: absolute;
  z-index: 9999;
  display: none;
  min-width: 15rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #92929F;
  text-align: left;
  list-style: none;
  background-color: #161b22;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
body.theme-dark .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
body.theme-dark .dropdown-menu-start {
  --bs-position: start;
}
body.theme-dark .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
body.theme-dark .dropdown-menu-end {
  --bs-position: end;
}
body.theme-dark .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  body.theme-dark .dropdown-menu-sm-start {
    --bs-position: start;
  }
  body.theme-dark .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  body.theme-dark .dropdown-menu-sm-end {
    --bs-position: end;
  }
  body.theme-dark .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  body.theme-dark .dropdown-menu-md-start {
    --bs-position: start;
  }
  body.theme-dark .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  body.theme-dark .dropdown-menu-md-end {
    --bs-position: end;
  }
  body.theme-dark .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  body.theme-dark .dropdown-menu-lg-start {
    --bs-position: start;
  }
  body.theme-dark .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  body.theme-dark .dropdown-menu-lg-end {
    --bs-position: end;
  }
  body.theme-dark .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  body.theme-dark .dropdown-menu-xl-start {
    --bs-position: start;
  }
  body.theme-dark .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  body.theme-dark .dropdown-menu-xl-end {
    --bs-position: end;
  }
  body.theme-dark .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  body.theme-dark .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  body.theme-dark .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  body.theme-dark .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  body.theme-dark .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
body.theme-dark .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
body.theme-dark .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
body.theme-dark .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
body.theme-dark .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
body.theme-dark .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
body.theme-dark .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
body.theme-dark .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
body.theme-dark .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
body.theme-dark .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
body.theme-dark .dropstart .dropdown-toggle::after {
  display: none;
}
body.theme-dark .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
body.theme-dark .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
body.theme-dark .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
body.theme-dark .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgb(189, 199, 209);
}
body.theme-dark .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.45rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #92929F;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
body.theme-dark .dropdown-item:hover, body.theme-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgb(13.1960784314%, 15.0588235294%, 17.6666666667%);
}
body.theme-dark .dropdown-item.active, body.theme-dark .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2e433a;
}
body.theme-dark .dropdown-item.disabled, body.theme-dark .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
body.theme-dark .dropdown-menu.show {
  display: block;
}
body.theme-dark .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
body.theme-dark .dropdown-item-text {
  display: block;
  padding: 0.45rem 1.5rem;
  color: #92929F;
}
body.theme-dark .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
body.theme-dark .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
body.theme-dark .dropdown-menu-dark .dropdown-item:hover, body.theme-dark .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
body.theme-dark .dropdown-menu-dark .dropdown-item.active, body.theme-dark .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #2e433a;
}
body.theme-dark .dropdown-menu-dark .dropdown-item.disabled, body.theme-dark .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
body.theme-dark .dropdown-menu-dark .dropdown-divider {
  border-color: rgb(189, 199, 209);
}
body.theme-dark .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
body.theme-dark .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
body.theme-dark .btn-group,
body.theme-dark .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
body.theme-dark .btn-group > .btn,
body.theme-dark .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
body.theme-dark .btn-group > .btn-check:checked + .btn,
body.theme-dark .btn-group > .btn-check:focus + .btn,
body.theme-dark .btn-group > .btn:hover,
body.theme-dark .btn-group > .btn:focus,
body.theme-dark .btn-group > .btn:active,
body.theme-dark .btn-group > .btn.active,
body.theme-dark .btn-group-vertical > .btn-check:checked + .btn,
body.theme-dark .btn-group-vertical > .btn-check:focus + .btn,
body.theme-dark .btn-group-vertical > .btn:hover,
body.theme-dark .btn-group-vertical > .btn:focus,
body.theme-dark .btn-group-vertical > .btn:active,
body.theme-dark .btn-group-vertical > .btn.active {
  z-index: 1;
}
body.theme-dark .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.theme-dark .btn-toolbar .input-group {
  width: auto;
}
body.theme-dark .btn-group > .btn:not(:first-child),
body.theme-dark .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
body.theme-dark .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
body.theme-dark .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.theme-dark .btn-group > .btn:nth-child(n+3),
body.theme-dark .btn-group > :not(.btn-check) + .btn,
body.theme-dark .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.theme-dark .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
body.theme-dark .dropdown-toggle-split::after, .dropup body.theme-dark .dropdown-toggle-split::after, .dropend body.theme-dark .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart body.theme-dark .dropdown-toggle-split::before {
  margin-right: 0;
}
body.theme-dark .btn-sm + .dropdown-toggle-split, body.theme-dark .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
body.theme-dark .btn-lg + .dropdown-toggle-split, body.theme-dark .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
body.theme-dark .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body.theme-dark .btn-group-vertical > .btn,
body.theme-dark .btn-group-vertical > .btn-group {
  width: 100%;
}
body.theme-dark .btn-group-vertical > .btn:not(:first-child),
body.theme-dark .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
body.theme-dark .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
body.theme-dark .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.theme-dark .btn-group-vertical > .btn ~ .btn,
body.theme-dark .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.theme-dark .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body.theme-dark .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  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) {
  body.theme-dark .nav-link {
    transition: none;
  }
}
body.theme-dark .nav-link:hover, body.theme-dark .nav-link:focus {
  color: #fff;
}
body.theme-dark .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
body.theme-dark .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
body.theme-dark .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
body.theme-dark .nav-tabs .nav-link:hover, body.theme-dark .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
body.theme-dark .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
body.theme-dark .nav-tabs .nav-link.active,
body.theme-dark .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: rgba(44, 44, 58, 0.85);
  border-color: #dee2e6 #dee2e6 rgba(44, 44, 58, 0.85);
}
body.theme-dark .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.theme-dark .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
body.theme-dark .nav-pills .nav-link.active,
body.theme-dark .nav-pills .show > .nav-link {
  color: #2e433a;
  background-color: #fff;
}
body.theme-dark .nav-fill > .nav-link,
body.theme-dark .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
body.theme-dark .nav-justified > .nav-link,
body.theme-dark .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
body.theme-dark .nav-fill .nav-item .nav-link,
body.theme-dark .nav-justified .nav-item .nav-link {
  width: 100%;
}
body.theme-dark .tab-content > .tab-pane {
  display: none;
}
body.theme-dark .tab-content > .active {
  display: block;
}
body.theme-dark .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body.theme-dark .navbar > .container,
body.theme-dark .navbar > .container-fluid,
body.theme-dark .navbar > .container-sm,
body.theme-dark .navbar > .container-md,
body.theme-dark .navbar > .container-lg,
body.theme-dark .navbar > .container-xl,
body.theme-dark .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
body.theme-dark .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
body.theme-dark .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body.theme-dark .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
body.theme-dark .navbar-nav .dropdown-menu {
  position: static;
}
body.theme-dark .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body.theme-dark .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
body.theme-dark .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .navbar-toggler {
    transition: none;
  }
}
body.theme-dark .navbar-toggler:hover {
  text-decoration: none;
}
body.theme-dark .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
body.theme-dark .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
body.theme-dark .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  body.theme-dark .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  body.theme-dark .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  body.theme-dark .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body.theme-dark .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body.theme-dark .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  body.theme-dark .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body.theme-dark .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  body.theme-dark .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  body.theme-dark .navbar-expand-sm .offcanvas-top,
  body.theme-dark .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  body.theme-dark .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  body.theme-dark .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  body.theme-dark .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  body.theme-dark .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body.theme-dark .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body.theme-dark .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  body.theme-dark .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body.theme-dark .navbar-expand-md .navbar-toggler {
    display: none;
  }
  body.theme-dark .navbar-expand-md .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  body.theme-dark .navbar-expand-md .offcanvas-top,
  body.theme-dark .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  body.theme-dark .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  body.theme-dark .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  body.theme-dark .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  body.theme-dark .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body.theme-dark .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body.theme-dark .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  body.theme-dark .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body.theme-dark .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  body.theme-dark .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  body.theme-dark .navbar-expand-lg .offcanvas-top,
  body.theme-dark .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  body.theme-dark .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  body.theme-dark .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  body.theme-dark .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  body.theme-dark .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body.theme-dark .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body.theme-dark .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  body.theme-dark .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body.theme-dark .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  body.theme-dark .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  body.theme-dark .navbar-expand-xl .offcanvas-top,
  body.theme-dark .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  body.theme-dark .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  body.theme-dark .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  body.theme-dark .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  body.theme-dark .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  body.theme-dark .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body.theme-dark .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  body.theme-dark .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body.theme-dark .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  body.theme-dark .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  body.theme-dark .navbar-expand-xxl .offcanvas-top,
  body.theme-dark .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  body.theme-dark .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
body.theme-dark .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
body.theme-dark .navbar-expand .navbar-nav {
  flex-direction: row;
}
body.theme-dark .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
body.theme-dark .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body.theme-dark .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
body.theme-dark .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
body.theme-dark .navbar-expand .navbar-toggler {
  display: none;
}
body.theme-dark .navbar-expand .offcanvas-header {
  display: none;
}
body.theme-dark .navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
body.theme-dark .navbar-expand .offcanvas-top,
body.theme-dark .navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
body.theme-dark .navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
body.theme-dark .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
body.theme-dark .navbar-light .navbar-brand:hover, body.theme-dark .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
body.theme-dark .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
body.theme-dark .navbar-light .navbar-nav .nav-link:hover, body.theme-dark .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
body.theme-dark .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
body.theme-dark .navbar-light .navbar-nav .show > .nav-link,
body.theme-dark .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
body.theme-dark .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
body.theme-dark .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body.theme-dark .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
body.theme-dark .navbar-light .navbar-text a,
body.theme-dark .navbar-light .navbar-text a:hover,
body.theme-dark .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
body.theme-dark .navbar-dark .navbar-brand {
  color: #fff;
}
body.theme-dark .navbar-dark .navbar-brand:hover, body.theme-dark .navbar-dark .navbar-brand:focus {
  color: #fff;
}
body.theme-dark .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
body.theme-dark .navbar-dark .navbar-nav .nav-link:hover, body.theme-dark .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
body.theme-dark .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
body.theme-dark .navbar-dark .navbar-nav .show > .nav-link,
body.theme-dark .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
body.theme-dark .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
body.theme-dark .navbar-dark .navbar-toggler-icon {
  background-image: 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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body.theme-dark .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
body.theme-dark .navbar-dark .navbar-text a,
body.theme-dark .navbar-dark .navbar-text a:hover,
body.theme-dark .navbar-dark .navbar-text a:focus {
  color: #fff;
}
body.theme-dark .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #1e1e2d;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.7rem;
}
body.theme-dark .card > hr {
  margin-right: 0;
  margin-left: 0;
}
body.theme-dark .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
body.theme-dark .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
}
body.theme-dark .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.7rem - 1px);
  border-bottom-left-radius: calc(0.7rem - 1px);
}
body.theme-dark .card > .card-header + .list-group,
body.theme-dark .card > .list-group + .card-footer {
  border-top: 0;
}
body.theme-dark .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
body.theme-dark .card-title {
  margin-bottom: 0.5rem;
}
body.theme-dark .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
body.theme-dark .card-text:last-child {
  margin-bottom: 0;
}
body.theme-dark .card-link + .card-link {
  margin-left: 1rem;
}
body.theme-dark .card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: #1e1e2d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
body.theme-dark .card-header:first-child {
  border-radius: calc(0.7rem - 1px) calc(0.7rem - 1px) 0 0;
}
body.theme-dark .card-footer {
  padding: 1.5rem 1.5rem;
  background-color: #1e1e2d;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
body.theme-dark .card-footer:last-child {
  border-radius: 0 0 calc(0.7rem - 1px) calc(0.7rem - 1px);
}
body.theme-dark .card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}
body.theme-dark .card-header-tabs .nav-link.active {
  background-color: #1e1e2d;
  border-bottom-color: #1e1e2d;
}
body.theme-dark .card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
body.theme-dark .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.7rem - 1px);
}
body.theme-dark .card-img,
body.theme-dark .card-img-top,
body.theme-dark .card-img-bottom {
  width: 100%;
}
body.theme-dark .card-img,
body.theme-dark .card-img-top {
  border-top-left-radius: calc(0.7rem - 1px);
  border-top-right-radius: calc(0.7rem - 1px);
}
body.theme-dark .card-img,
body.theme-dark .card-img-bottom {
  border-bottom-right-radius: calc(0.7rem - 1px);
  border-bottom-left-radius: calc(0.7rem - 1px);
}
body.theme-dark .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  body.theme-dark .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  body.theme-dark .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  body.theme-dark .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  body.theme-dark .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body.theme-dark .card-group > .card:not(:last-child) .card-img-top,
  body.theme-dark .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  body.theme-dark .card-group > .card:not(:last-child) .card-img-bottom,
  body.theme-dark .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  body.theme-dark .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  body.theme-dark .card-group > .card:not(:first-child) .card-img-top,
  body.theme-dark .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  body.theme-dark .card-group > .card:not(:first-child) .card-img-bottom,
  body.theme-dark .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
body.theme-dark .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #495057;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .accordion-button {
    transition: none;
  }
}
body.theme-dark .accordion-button:not(.collapsed) {
  color: rgb(16.2352941176%, 23.6470588235%, 20.4705882353%);
  background-color: rgb(91.8039215686%, 92.6274509804%, 92.2745098039%);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
body.theme-dark .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2816.2352941176%, 23.6470588235%, 20.4705882353%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
body.theme-dark .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .accordion-button::after {
    transition: none;
  }
}
body.theme-dark .accordion-button:hover {
  z-index: 2;
}
body.theme-dark .accordion-button:focus {
  z-index: 3;
  border-color: rgb(59.0196078431%, 63.137254902%, 61.3725490196%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(46, 67, 58, 0.25);
}
body.theme-dark .accordion-header {
  margin-bottom: 0;
}
body.theme-dark .accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
body.theme-dark .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
body.theme-dark .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
body.theme-dark .accordion-item:not(:first-of-type) {
  border-top: 0;
}
body.theme-dark .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body.theme-dark .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
body.theme-dark .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body.theme-dark .accordion-body {
  padding: 1rem 1.25rem;
}
body.theme-dark .accordion-flush .accordion-collapse {
  border-width: 0;
}
body.theme-dark .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
body.theme-dark .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
body.theme-dark .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
body.theme-dark .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
body.theme-dark .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
body.theme-dark .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
body.theme-dark .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
body.theme-dark .breadcrumb-item.active {
  color: #6c757d;
}
body.theme-dark .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
body.theme-dark .page-link {
  position: relative;
  display: block;
  color: #92929F;
  text-decoration: none;
  background-color: #151521;
  border: 1px solid #151521;
  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) {
  body.theme-dark .page-link {
    transition: none;
  }
}
body.theme-dark .page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: rgb(12.8235294118%, 12.8235294118%, 17.2941176471%);
  border-color: #151521;
}
body.theme-dark .page-link:focus {
  z-index: 3;
  color: rgb(14.431372549%, 21.0196078431%, 18.1960784314%);
  background-color: #212E48;
  outline: 0;
  box-shadow: none;
}
body.theme-dark .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
body.theme-dark .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2e433a;
  border-color: #2e433a;
}
body.theme-dark .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #000;
  border-color: #000;
}
body.theme-dark .page-link {
  padding: 0.375rem 0.75rem;
}
body.theme-dark .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body.theme-dark .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
body.theme-dark .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
body.theme-dark .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
body.theme-dark .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
body.theme-dark .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
body.theme-dark .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
body.theme-dark .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
body.theme-dark .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
body.theme-dark .badge:empty {
  display: none;
}
body.theme-dark .btn .badge {
  position: relative;
  top: -1px;
}
body.theme-dark .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
body.theme-dark .alert-heading {
  color: inherit;
}
body.theme-dark .alert-link {
  font-weight: 700;
}
body.theme-dark .alert-dismissible {
  padding-right: 3rem;
}
body.theme-dark .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
body.theme-dark .alert-primary {
  color: rgb(10.8235294118%, 15.7647058824%, 13.6470588235%);
  background-color: rgb(83.6078431373%, 85.2549019608%, 84.5490196078%);
  border-color: rgb(75.4117647059%, 77.8823529412%, 76.8235294118%);
}
body.theme-dark .alert-primary .alert-link {
  color: rgb(8.6588235294%, 12.6117647059%, 10.9176470588%);
}
body.theme-dark .alert-secondary {
  color: rgb(25.4117647059%, 27.5294117647%, 29.4117647059%);
  background-color: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
  border-color: rgb(82.7058823529%, 83.7647058824%, 84.7058823529%);
}
body.theme-dark .alert-secondary .alert-link {
  color: rgb(20.3294117647%, 22.0235294118%, 23.5294117647%);
}
body.theme-dark .alert-success {
  color: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
  background-color: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
  border-color: rgb(72.9411764706%, 85.8823529412%, 79.8823529412%);
}
body.theme-dark .alert-success .alert-link {
  color: rgb(4.7058823529%, 25.4117647059%, 15.8117647059%);
}
body.theme-dark .alert-info {
  color: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
  background-color: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
  border-color: rgb(71.5294117647%, 93.7647058824%, 98.2352941176%);
}
body.theme-dark .alert-info .alert-link {
  color: rgb(1.631372549%, 25.3490196078%, 30.1176470588%);
}
body.theme-dark .alert-warning {
  color: rgb(40%, 30.2745098039%, 1.0980392157%);
  background-color: rgb(100%, 95.137254902%, 80.5490196078%);
  border-color: rgb(100%, 92.7058823529%, 70.8235294118%);
}
body.theme-dark .alert-warning .alert-link {
  color: rgb(32%, 24.2196078431%, 0.8784313725%);
}
body.theme-dark .alert-danger {
  color: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
  background-color: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
  border-color: rgb(95.8823529412%, 76.2352941176%, 78.1176470588%);
}
body.theme-dark .alert-danger .alert-link {
  color: rgb(41.4117647059%, 9.9764705882%, 12.9882352941%);
}
body.theme-dark .alert-light {
  color: rgb(38.9019607843%, 39.0588235294%, 39.2156862745%);
  background-color: rgb(99.4509803922%, 99.5294117647%, 99.6078431373%);
  border-color: rgb(99.1764705882%, 99.2941176471%, 99.4117647059%);
}
body.theme-dark .alert-light .alert-link {
  color: rgb(31.1215686275%, 31.2470588235%, 31.3725490196%);
}
body.theme-dark .alert-dark {
  color: rgb(7.7647058824%, 8.7058823529%, 9.6470588235%);
  background-color: rgb(82.5882352941%, 82.9019607843%, 83.2156862745%);
  border-color: rgb(73.8823529412%, 74.3529411765%, 74.8235294118%);
}
body.theme-dark .alert-dark .alert-link {
  color: rgb(6.2117647059%, 6.9647058824%, 7.7176470588%);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
body.theme-dark .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
body.theme-dark .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2e433a;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .progress-bar {
    transition: none;
  }
}
body.theme-dark .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: 1rem 1rem;
}
body.theme-dark .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .progress-bar-animated {
    animation: none;
  }
}
body.theme-dark .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
body.theme-dark .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
body.theme-dark .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
body.theme-dark .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
body.theme-dark .list-group-item-action:hover, body.theme-dark .list-group-item-action:focus {
  z-index: 1;
  color: #afb0be;
  text-decoration: none;
  background-color: #101113;
}
body.theme-dark .list-group-item-action:active {
  color: #495057;
  background-color: rgb(16.0130718954%, 16.0130718954%, 25.1633986928%);
}
body.theme-dark .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #afb0be;
  text-decoration: none;
  background-color: #151521;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
body.theme-dark .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
body.theme-dark .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
body.theme-dark .list-group-item.disabled, body.theme-dark .list-group-item:disabled {
  color: #000;
  pointer-events: none;
  background-color: #fff;
}
body.theme-dark .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #435ebe;
  border-color: #435ebe;
}
body.theme-dark .list-group-item + body.theme-dark .list-group-item {
  border-top-width: 0;
}
body.theme-dark .list-group-item + body.theme-dark .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
body.theme-dark .list-group-horizontal {
  flex-direction: row;
}
body.theme-dark .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
body.theme-dark .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
body.theme-dark .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
body.theme-dark .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
body.theme-dark .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  body.theme-dark .list-group-horizontal-sm {
    flex-direction: row;
  }
  body.theme-dark .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body.theme-dark .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  body.theme-dark .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  body.theme-dark .list-group-horizontal-md {
    flex-direction: row;
  }
  body.theme-dark .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body.theme-dark .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  body.theme-dark .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  body.theme-dark .list-group-horizontal-lg {
    flex-direction: row;
  }
  body.theme-dark .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body.theme-dark .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  body.theme-dark .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  body.theme-dark .list-group-horizontal-xl {
    flex-direction: row;
  }
  body.theme-dark .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body.theme-dark .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  body.theme-dark .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  body.theme-dark .list-group-horizontal-xxl {
    flex-direction: row;
  }
  body.theme-dark .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  body.theme-dark .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  body.theme-dark .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
body.theme-dark .list-group-flush {
  border-radius: 0;
}
body.theme-dark .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
body.theme-dark .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
body.theme-dark .list-group-item-primary {
  color: rgb(10.8235294118%, 15.7647058824%, 13.6470588235%);
  background-color: rgb(83.6078431373%, 85.2549019608%, 84.5490196078%);
}
body.theme-dark .list-group-item-primary.list-group-item-action:hover, body.theme-dark .list-group-item-primary.list-group-item-action:focus {
  color: rgb(10.8235294118%, 15.7647058824%, 13.6470588235%);
  background-color: rgb(75.2470588235%, 76.7294117647%, 76.0941176471%);
}
body.theme-dark .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.8235294118%, 15.7647058824%, 13.6470588235%);
  border-color: rgb(10.8235294118%, 15.7647058824%, 13.6470588235%);
}
body.theme-dark .list-group-item-secondary {
  color: rgb(25.4117647059%, 27.5294117647%, 29.4117647059%);
  background-color: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
}
body.theme-dark .list-group-item-secondary.list-group-item-action:hover, body.theme-dark .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(25.4117647059%, 27.5294117647%, 29.4117647059%);
  background-color: rgb(79.6235294118%, 80.2588235294%, 80.8235294118%);
}
body.theme-dark .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(25.4117647059%, 27.5294117647%, 29.4117647059%);
  border-color: rgb(25.4117647059%, 27.5294117647%, 29.4117647059%);
}
body.theme-dark .list-group-item-success {
  color: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
  background-color: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
}
body.theme-dark .list-group-item-success.list-group-item-action:hover, body.theme-dark .list-group-item-success.list-group-item-action:focus {
  color: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
  background-color: rgb(73.7647058824%, 81.5294117647%, 77.9294117647%);
}
body.theme-dark .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
  border-color: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
}
body.theme-dark .list-group-item-info {
  color: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
  background-color: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
}
body.theme-dark .list-group-item-info.list-group-item-action:hover, body.theme-dark .list-group-item-info.list-group-item-action:focus {
  color: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
  background-color: rgb(72.9176470588%, 86.2588235294%, 88.9411764706%);
}
body.theme-dark .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
  border-color: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
}
body.theme-dark .list-group-item-warning {
  color: rgb(40%, 30.2745098039%, 1.0980392157%);
  background-color: rgb(100%, 95.137254902%, 80.5490196078%);
}
body.theme-dark .list-group-item-warning.list-group-item-action:hover, body.theme-dark .list-group-item-warning.list-group-item-action:focus {
  color: rgb(40%, 30.2745098039%, 1.0980392157%);
  background-color: rgb(90%, 85.6235294118%, 72.4941176471%);
}
body.theme-dark .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(40%, 30.2745098039%, 1.0980392157%);
  border-color: rgb(40%, 30.2745098039%, 1.0980392157%);
}
body.theme-dark .list-group-item-danger {
  color: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
  background-color: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
}
body.theme-dark .list-group-item-danger.list-group-item-action:hover, body.theme-dark .list-group-item-danger.list-group-item-action:focus {
  color: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
  background-color: rgb(87.5294117647%, 75.7411764706%, 76.8705882353%);
}
body.theme-dark .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
  border-color: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
}
body.theme-dark .list-group-item-light {
  color: rgb(38.9019607843%, 39.0588235294%, 39.2156862745%);
  background-color: rgb(99.4509803922%, 99.5294117647%, 99.6078431373%);
}
body.theme-dark .list-group-item-light.list-group-item-action:hover, body.theme-dark .list-group-item-light.list-group-item-action:focus {
  color: rgb(38.9019607843%, 39.0588235294%, 39.2156862745%);
  background-color: rgb(89.5058823529%, 89.5764705882%, 89.6470588235%);
}
body.theme-dark .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(38.9019607843%, 39.0588235294%, 39.2156862745%);
  border-color: rgb(38.9019607843%, 39.0588235294%, 39.2156862745%);
}
body.theme-dark .list-group-item-dark {
  color: rgb(7.7647058824%, 8.7058823529%, 9.6470588235%);
  background-color: rgb(82.5882352941%, 82.9019607843%, 83.2156862745%);
}
body.theme-dark .list-group-item-dark.list-group-item-action:hover, body.theme-dark .list-group-item-dark.list-group-item-action:focus {
  color: rgb(7.7647058824%, 8.7058823529%, 9.6470588235%);
  background-color: rgb(74.3294117647%, 74.6117647059%, 74.8941176471%);
}
body.theme-dark .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.7647058824%, 8.7058823529%, 9.6470588235%);
  border-color: rgb(7.7647058824%, 8.7058823529%, 9.6470588235%);
}
body.theme-dark .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
body.theme-dark .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
body.theme-dark .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(46, 67, 58, 0.25);
  opacity: 1;
}
body.theme-dark .btn-close:disabled, body.theme-dark .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
body.theme-dark .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
body.theme-dark .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
body.theme-dark .toast.showing {
  opacity: 0;
}
body.theme-dark .toast:not(.show) {
  display: none;
}
body.theme-dark .toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
body.theme-dark .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
body.theme-dark .toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
body.theme-dark .toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
body.theme-dark .toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
body.theme-dark .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
body.theme-dark .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade body.theme-dark .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade body.theme-dark .modal-dialog {
    transition: none;
  }
}
.modal.fade body.theme-dark .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show body.theme-dark .modal-dialog {
  transform: none;
}
.modal.modal-static body.theme-dark .modal-dialog {
  transform: scale(1.02);
}
body.theme-dark .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
body.theme-dark .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
body.theme-dark .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
body.theme-dark .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
body.theme-dark .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #1e1e2d;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
body.theme-dark .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
body.theme-dark .modal-backdrop.fade {
  opacity: 0;
}
body.theme-dark .modal-backdrop.show {
  opacity: 0.5;
}
body.theme-dark .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #6c757d;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
body.theme-dark .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
body.theme-dark .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
body.theme-dark .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
body.theme-dark .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #6c757d;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
body.theme-dark .modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  body.theme-dark .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  body.theme-dark .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  body.theme-dark .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  body.theme-dark .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  body.theme-dark .modal-lg,
  body.theme-dark .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  body.theme-dark .modal-xl {
    max-width: 1140px;
  }
}
body.theme-dark .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
body.theme-dark .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
body.theme-dark .modal-fullscreen .modal-header {
  border-radius: 0;
}
body.theme-dark .modal-fullscreen .modal-body {
  overflow-y: auto;
}
body.theme-dark .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  body.theme-dark .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  body.theme-dark .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  body.theme-dark .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  body.theme-dark .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  body.theme-dark .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  body.theme-dark .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  body.theme-dark .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  body.theme-dark .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  body.theme-dark .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  body.theme-dark .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  body.theme-dark .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  body.theme-dark .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  body.theme-dark .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  body.theme-dark .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  body.theme-dark .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
body.theme-dark .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
body.theme-dark .tooltip.show {
  opacity: 0.9;
}
body.theme-dark .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
body.theme-dark .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body.theme-dark .bs-tooltip-top, body.theme-dark .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
body.theme-dark .bs-tooltip-top .tooltip-arrow, body.theme-dark .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
body.theme-dark .bs-tooltip-top .tooltip-arrow::before, body.theme-dark .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
body.theme-dark .bs-tooltip-end, body.theme-dark .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
body.theme-dark .bs-tooltip-end .tooltip-arrow, body.theme-dark .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body.theme-dark .bs-tooltip-end .tooltip-arrow::before, body.theme-dark .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
body.theme-dark .bs-tooltip-bottom, body.theme-dark .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
body.theme-dark .bs-tooltip-bottom .tooltip-arrow, body.theme-dark .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
body.theme-dark .bs-tooltip-bottom .tooltip-arrow::before, body.theme-dark .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
body.theme-dark .bs-tooltip-start, body.theme-dark .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
body.theme-dark .bs-tooltip-start .tooltip-arrow, body.theme-dark .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
body.theme-dark .bs-tooltip-start .tooltip-arrow::before, body.theme-dark .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
body.theme-dark .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
body.theme-dark .popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
body.theme-dark .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
body.theme-dark .popover .popover-arrow::before, body.theme-dark .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
body.theme-dark .bs-popover-top > .popover-arrow, body.theme-dark .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
body.theme-dark .bs-popover-top > .popover-arrow::before, body.theme-dark .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
body.theme-dark .bs-popover-top > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
body.theme-dark .bs-popover-end > .popover-arrow, body.theme-dark .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
body.theme-dark .bs-popover-end > .popover-arrow::before, body.theme-dark .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
body.theme-dark .bs-popover-end > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
body.theme-dark .bs-popover-bottom > .popover-arrow, body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
body.theme-dark .bs-popover-bottom > .popover-arrow::before, body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
body.theme-dark .bs-popover-bottom > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
body.theme-dark .bs-popover-bottom .popover-header::before, body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(94%, 94%, 94%);
}
body.theme-dark .bs-popover-start > .popover-arrow, body.theme-dark .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
body.theme-dark .bs-popover-start > .popover-arrow::before, body.theme-dark .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
body.theme-dark .bs-popover-start > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
body.theme-dark .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  background-color: rgb(94%, 94%, 94%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
body.theme-dark .popover-header:empty {
  display: none;
}
body.theme-dark .popover-body {
  padding: 1rem 1rem;
  color: #495057;
}
body.theme-dark .carousel {
  position: relative;
}
body.theme-dark .carousel.pointer-event {
  touch-action: pan-y;
}
body.theme-dark .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.theme-dark .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
body.theme-dark .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) {
  body.theme-dark .carousel-item {
    transition: none;
  }
}
body.theme-dark .carousel-item.active,
body.theme-dark .carousel-item-next,
body.theme-dark .carousel-item-prev {
  display: block;
}
body.theme-dark {
  /* rtl:begin:ignore */
}
body.theme-dark .carousel-item-next:not(.carousel-item-start),
body.theme-dark .active.carousel-item-end {
  transform: translateX(100%);
}
body.theme-dark .carousel-item-prev:not(.carousel-item-end),
body.theme-dark .active.carousel-item-start {
  transform: translateX(-100%);
}
body.theme-dark {
  /* rtl:end:ignore */
}
body.theme-dark .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
body.theme-dark .carousel-fade .carousel-item.active,
body.theme-dark .carousel-fade .carousel-item-next.carousel-item-start,
body.theme-dark .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
body.theme-dark .carousel-fade .active.carousel-item-start,
body.theme-dark .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .carousel-fade .active.carousel-item-start,
  body.theme-dark .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
body.theme-dark .carousel-control-prev,
body.theme-dark .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: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .carousel-control-prev,
  body.theme-dark .carousel-control-next {
    transition: none;
  }
}
body.theme-dark .carousel-control-prev:hover, body.theme-dark .carousel-control-prev:focus,
body.theme-dark .carousel-control-next:hover,
body.theme-dark .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
body.theme-dark .carousel-control-prev {
  left: 0;
}
body.theme-dark .carousel-control-next {
  right: 0;
}
body.theme-dark .carousel-control-prev-icon,
body.theme-dark .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
body.theme-dark {
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
}
body.theme-dark .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
body.theme-dark .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body.theme-dark .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%;
  list-style: none;
}
body.theme-dark .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: #fff;
  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) {
  body.theme-dark .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
body.theme-dark .carousel-indicators .active {
  opacity: 1;
}
body.theme-dark .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
body.theme-dark .carousel-dark .carousel-control-prev-icon,
body.theme-dark .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
body.theme-dark .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
body.theme-dark .carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
body.theme-dark .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
body.theme-dark .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
body.theme-dark .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
body.theme-dark .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .spinner-border,
  body.theme-dark .spinner-grow {
    animation-duration: 1.5s;
  }
}
body.theme-dark .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .offcanvas {
    transition: none;
  }
}
body.theme-dark .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
body.theme-dark .offcanvas-backdrop.fade {
  opacity: 0;
}
body.theme-dark .offcanvas-backdrop.show {
  opacity: 0.5;
}
body.theme-dark .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
body.theme-dark .offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
body.theme-dark .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
body.theme-dark .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
body.theme-dark .offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
body.theme-dark .offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
body.theme-dark .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
body.theme-dark .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
body.theme-dark .offcanvas.show {
  transform: none;
}
body.theme-dark .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
body.theme-dark .placeholder.btn::before {
  display: inline-block;
  content: "";
}
body.theme-dark .placeholder-xs {
  min-height: 0.6em;
}
body.theme-dark .placeholder-sm {
  min-height: 0.8em;
}
body.theme-dark .placeholder-lg {
  min-height: 1.2em;
}
body.theme-dark .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
body.theme-dark .placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
body.theme-dark {
  /*
  * OWRF, Technology Innovations Bootstrap HTML5 Landing Page
  * 
  * File: app.scss
  *
  * If you want to edit the components, just go to _variables.scss
  */
  /**

  ====== TABLE OF CONTENTS =======
  1. Mixins
  2. Bootstrap Components Override 
      2.1 Alert
      2.2 Avatar
      2.3 Badge
      2.4 Buttons
      2.5 Breadcrumb
      2.6 Carousel
      2.7 Card
      2.8 Divider
      2.9 Dropdowns
      2.10 Forms
      2.11 Modal
      2.12 Sidebar
      2.13 Navs
      2.14 Navbar
      2.15 Pagination
      2.16 Table
      2.17 Progress
  4. Pages
      4.0 Layout
      4.1 Auth
      4.2 Error
  5. Utilities


  */
}
body.theme-dark .alert {
  border: none;
}
body.theme-dark .alert p {
  margin-bottom: 0;
}
body.theme-dark .alert button.close {
  padding: 0.75rem;
  line-height: 0.75;
}
body.theme-dark .alert .alert-heading {
  margin-left: 0.4rem;
}
body.theme-dark .alert .alert-heading + p {
  margin-left: 0.4rem;
}
body.theme-dark .alert-primary {
  background-color: #435ebe;
  color: #fff;
}
body.theme-dark .alert-primary a {
  color: #fff;
  font-weight: bold;
}
body.theme-dark .alert-secondary {
  background-color: #ebeef3;
  color: #383d41;
}
body.theme-dark .alert-secondary a {
  color: #fff;
  font-weight: bold;
}
body.theme-dark .alert-success {
  background-color: #198754;
  color: #fff;
}
body.theme-dark .alert-success a {
  color: #fff;
  font-weight: bold;
}
body.theme-dark .alert-warning {
  background-color: #eaca4a;
  color: #3f3a26;
}
body.theme-dark .alert-warning a {
  color: #fff;
  font-weight: bold;
}
body.theme-dark .alert-danger {
  background-color: #f3616d;
  color: #fff;
}
body.theme-dark .alert-danger a {
  color: #fff;
  font-weight: bold;
}
body.theme-dark .alert-dark {
  background-color: #454546;
  color: #fff;
}
body.theme-dark .alert-dark a {
  color: #fff;
  font-weight: bold;
}
body.theme-dark .alert-light {
  background-color: #f9f9f9;
  color: #495057;
}
body.theme-dark .alert-light a {
  color: #fff;
  font-weight: bold;
}
body.theme-dark .alert-info {
  background-color: #56b6f7;
  color: #fff;
}
body.theme-dark .alert-info a {
  color: #fff;
  font-weight: bold;
}
body.theme-dark .alert-light-primary {
  background-color: rgb(33.5127312409%, 69.7225628767%, 54.2040636042%);
  color: rgb(8.7529411765%, 24.5411764706%, 17.774789916%);
  border: 1px solid rgb(44.6764705882%, 50.2352941176%, 47.8529411765%);
}
body.theme-dark .alert-light-secondary {
  background-color: rgb(58.1578360586%, 69.9180511661%, 80.3715757061%);
  color: rgb(13.2235294118%, 24.3224913495%, 34.1882352941%);
  border: 1px solid rgb(61.0882352941%, 63.4705882353%, 65.5882352941%);
}
body.theme-dark .alert-light-success {
  background-color: rgb(32.2647058824%, 84.7941176471%, 60.4395721925%);
  color: rgb(5.1764705882%, 33.6470588235%, 20.4470588235%);
  border: 1px solid rgb(39.1176470588%, 68.2352941176%, 54.7352941176%);
}
body.theme-dark .alert-light-danger {
  background-color: rgb(100%, 59.5882352941%, 63.4600211342%);
  color: rgb(47.5984313725%, 8.2368627451%, 12.0080309968%);
  border: 1px solid rgb(91.9705882353%, 53.6588235294%, 57.3294117647%);
}
body.theme-dark .alert-light-warning {
  background-color: rgb(100%, 86.7647058824%, 47.0588235294%);
  color: rgb(50.1647058824%, 37.7882352941%, 0.6588235294%);
  border: 1px solid rgb(100%, 83.5882352941%, 34.3529411765%);
}
body.theme-dark .alert-light-info {
  background-color: rgb(44.4117647059%, 90.6944804353%, 100%);
  color: rgb(1.5764705882%, 40.3853848147%, 48.1882352941%);
  border: 1px solid rgb(35.9411764706%, 85.9705882353%, 96.0294117647%);
}
body.theme-dark .avatar {
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
body.theme-dark .avatar .avatar-content {
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}
body.theme-dark .avatar .avatar-content svg, body.theme-dark .avatar .avatar-content i {
  color: #fff;
  font-size: 1rem;
  height: 1rem;
}
body.theme-dark .avatar .avatar-content i:before {
  vertical-align: top;
}
body.theme-dark .avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
body.theme-dark .avatar .avatar-status {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  bottom: 0;
  right: 0;
}
body.theme-dark .avatar.avatar-sm .avatar-content, body.theme-dark .avatar.avatar-sm img {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}
body.theme-dark .avatar.avatar-md .avatar-content, body.theme-dark .avatar.avatar-md img {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
}
body.theme-dark .avatar.avatar-md2 .avatar-content, body.theme-dark .avatar.avatar-md2 img {
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
}
body.theme-dark .avatar.avatar-lg .avatar-content, body.theme-dark .avatar.avatar-lg img {
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
}
body.theme-dark .avatar.avatar-xl .avatar-content, body.theme-dark .avatar.avatar-xl img {
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
}
body.theme-dark .btn .badge {
  border-radius: 50%;
  margin-left: 5px;
}
body.theme-dark .btn .badge.bg-transparent {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff;
}
body.theme-dark .btn i, body.theme-dark .btn svg {
  width: 1rem;
  height: 1rem;
}
body.theme-dark .btn.icon {
  padding: 0.4rem 0.6rem;
}
body.theme-dark .btn.icon svg {
  width: 1rem;
  height: 1rem;
}
body.theme-dark .btn.icon.icon-left svg {
  margin-right: 3px;
}
body.theme-dark .btn.icon.icon-right svg {
  margin-left: 3px;
}
body.theme-dark .btn.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
body.theme-dark .btn.btn-outline-white:hover {
  color: #333;
  background-color: #fff;
}
body.theme-dark .btn.btn-light-primary {
  background-color: rgb(38.5294117647%, 44.7058823529%, 42.0588235294%);
  color: black;
}
body.theme-dark .btn.btn-light-secondary {
  background-color: rgb(56.7647058824%, 59.4117647059%, 61.7647058824%);
  color: black;
}
body.theme-dark .btn.btn-light-success {
  background-color: rgb(32.3529411765%, 64.7058823529%, 49.7058823529%);
  color: black;
}
body.theme-dark .btn.btn-light-danger {
  background-color: rgb(91.0784313725%, 48.5098039216%, 52.5882352941%);
  color: black;
}
body.theme-dark .btn.btn-light-warning {
  background-color: rgb(100%, 81.7647058824%, 27.0588235294%);
  color: black;
}
body.theme-dark .btn.btn-light-info {
  background-color: rgb(28.8235294118%, 84.4117647059%, 95.5882352941%);
  color: black;
}
body.theme-dark .btn.btn-primary {
  color: #fff;
}
body.theme-dark .btn.btn-secondary {
  color: #fff;
}
body.theme-dark .btn.btn-success {
  color: #fff;
}
body.theme-dark .btn.btn-info {
  color: #fff;
}
body.theme-dark .btn.btn-warning {
  color: #fff;
}
body.theme-dark .btn.btn-danger {
  color: #fff;
}
body.theme-dark .btn.btn-light {
  color: #c2c2d9;
}
body.theme-dark .btn.btn-dark {
  color: #fff;
}
body.theme-dark .btn.file-download {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 2px 7px;
  border: none;
}
body.theme-dark .btn.file-download:hover {
  background-color: #2e433a;
  color: #fff;
}
body.theme-dark .btn-block {
  width: 100%;
}
body.theme-dark .btn-group:not(.dropdown) .btn:not([class*=btn-]) {
  border: 1px solid #DFE3E7;
}
body.theme-dark .btn-group > .btn {
  border-radius: 0.267rem;
}
body.theme-dark .buttons .btn {
  margin: 0 10px 10px 0;
}
body.theme-dark .breadcrumb.breadcrumb-right {
  justify-content: flex-end;
  margin-top: 1rem;
}
body.theme-dark .breadcrumb.breadcrumb-center {
  justify-content: center;
  margin-top: 1rem;
}
body.theme-dark .carousel-inner {
  border-radius: 0.7rem;
}
body.theme-dark .carousel-caption h5, body.theme-dark .carousel-caption .h5 {
  color: #fff;
}
body.theme-dark .card {
  margin-bottom: 2.2rem;
  border: none;
}
body.theme-dark .card.card-statistic {
  box-shadow: 1px 2px 5px rgba(47, 170, 244, 0.5);
  background: linear-gradient(to bottom, #25a6f1, #54b9ff);
}
body.theme-dark .card.card-statistic .card-title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 5px;
}
body.theme-dark .card.card-statistic .card-right p {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0;
}
body.theme-dark .card.card-statistic .card-right span.green {
  color: rgb(111, 255, 111);
}
body.theme-dark .card.card-statistic .card-right span.red {
  color: rgb(255, 121, 121);
}
body.theme-dark .card.card-statistic .chart-wrapper {
  height: 100px;
}
body.theme-dark .card .card-header {
  border: none;
}
body.theme-dark .card .card-header h4, body.theme-dark .card .card-header .h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
body.theme-dark .card .card-header ~ .card-body {
  padding-top: 0;
}
body.theme-dark .card .card-content {
  position: relative;
}
body.theme-dark .card .card-title {
  font-size: 1.2rem;
}
body.theme-dark .card .card-body {
  padding: 1.5rem 1.5rem;
}
body.theme-dark .card .card-heading {
  color: #555;
  font-size: 1.5rem;
}
body.theme-dark .card .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-dark .card .card-img-overlay p {
  color: #eee;
}
body.theme-dark .card .card-img-overlay .card-title {
  color: #fff;
}
body.theme-dark .pricing .card {
  box-shadow: none;
  margin-bottom: 0;
  border-right: 1px solid #e9ecef;
  box-shadow: 0 10px 10px #e9ecef;
  margin-bottom: 0.5rem;
}
body.theme-dark .pricing h1, body.theme-dark .pricing .h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3rem;
}
body.theme-dark .pricing .card-header .card-title {
  font-size: 2rem !important;
  margin-bottom: 0;
}
body.theme-dark .pricing .card-header p {
  font-size: 0.8rem;
}
body.theme-dark .pricing ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
body.theme-dark .pricing ul li i, body.theme-dark .pricing ul li svg {
  width: 1rem;
  color: #198754;
  font-size: 1rem;
  margin-right: 7px;
}
body.theme-dark .pricing .card-highlighted {
  background-color: #2e433a;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.theme-dark .pricing .card-highlighted .card-header, body.theme-dark .pricing .card-highlighted .card-body {
  background-color: #2e433a;
  color: #1e1e2d;
}
body.theme-dark .pricing .card-highlighted ul li i, body.theme-dark .pricing .card-highlighted ul li svg {
  color: rgb(27.8431372549%, 62.3529411765%, 46.3529411765%);
}
body.theme-dark .pricing .card-highlighted ul li {
  color: #c2c2d9;
}
body.theme-dark .pricing .card-highlighted .card-footer {
  background-color: #2e433a;
}
body.theme-dark .pricing .card-highlighted .card-title {
  color: #fff;
  font-size: 1.8rem;
}
body.theme-dark .divider {
  display: block;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0;
}
body.theme-dark .divider .divider-text {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  background-color: #151521;
}
body.theme-dark .divider .divider-text:before, body.theme-dark .divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #343a40;
}
body.theme-dark .divider .divider-text:before {
  right: 100%;
}
body.theme-dark .divider .divider-text:after {
  left: 100%;
}
body.theme-dark .divider.divider-left .divider-text {
  float: left;
}
body.theme-dark .divider.divider-left-center .divider-text {
  left: -25%;
}
body.theme-dark .divider.divider-right-center .divider-text {
  left: 25%;
}
body.theme-dark .divider.divider-right .divider-text {
  float: right;
}
body.theme-dark .btn:not(.btn-light):not([class^=btn-outline-]) .dropdown-toggle:after {
  color: #fff;
}
body.theme-dark .dropdown-menu-large {
  min-width: 16rem;
}
body.theme-dark .dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
body.theme-dark .dropdown-item {
  transition: all 0.5s;
}
body.theme-dark .dropdown-menu-end.show {
  top: 100%;
  right: 0;
}
body.theme-dark .dropdown .avatar {
  margin-right: 0.6rem;
}
body.theme-dark .user-dropdown-status, body.theme-dark .user-dropdown-name {
  margin: 0;
}
body.theme-dark .form-group {
  margin-bottom: 0.7rem;
}
body.theme-dark .form-group label {
  color: #c2c2d9;
  font-weight: 600;
}
body.theme-dark .form-group small, body.theme-dark .form-group .small {
  font-size: 0.7rem;
}
body.theme-dark .form-group.with-title {
  position: relative;
}
body.theme-dark .form-group.with-title label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 0.6rem;
  background-color: rgb(18.5294117647%, 18.5294117647%, 28.137254902%);
  width: 100%;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgb(24.7994652406%, 24.7994652406%, 36.9652406417%);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.theme-dark .form-group.with-title .form-control, body.theme-dark .form-group.with-title dataTable-input {
  padding-top: 2rem;
}
body.theme-dark .form-group.with-title .form-control:focus ~ label, body.theme-dark .form-group.with-title dataTable-input:focus ~ label {
  border-left: 1px solid #2e433a;
  border-top: 1px solid #2e433a;
  border-right: 1px solid #2e433a;
}
body.theme-dark .form-group[class*=has-icon-].has-icon-left .form-control {
  padding-left: 2.5rem;
}
body.theme-dark .form-group[class*=has-icon-].has-icon-left .form-control-icon {
  left: 0;
}
body.theme-dark .form-group[class*=has-icon-].has-icon-right .form-control {
  padding-right: 2.5rem;
}
body.theme-dark .form-group[class*=has-icon-].has-icon-right .form-control-icon {
  right: 0;
}
body.theme-dark .form-group[class*=has-icon-] .form-control:focus ~ .form-control-icon i, body.theme-dark .form-group[class*=has-icon-] .form-control:focus ~ .form-control-icon svg {
  color: #5A8DEE;
}
body.theme-dark .form-group[class*=has-icon-] .form-control.form-control-xl {
  padding-left: 3rem;
}
body.theme-dark .form-group[class*=has-icon-] .form-control.form-control-xl ~ .form-control-icon i {
  font-size: 1.2rem;
}
body.theme-dark .form-group[class*=has-icon-] .form-control.form-control-xl ~ .form-control-icon i:before {
  color: #a6a8aa;
}
body.theme-dark .form-group[class*=has-icon-] .form-control-icon {
  position: absolute;
  padding: 0 0.6rem;
}
body.theme-dark .form-group[class*=has-icon-] .form-control-icon i, body.theme-dark .form-group[class*=has-icon-] .form-control-icon svg {
  width: 1.2rem;
  color: #adb5bd;
  font-size: 1.2rem;
}
body.theme-dark .form-group[class*=has-icon-] .form-control-icon i:before, body.theme-dark .form-group[class*=has-icon-] .form-control-icon svg:before {
  vertical-align: sub;
}
body.theme-dark .form-control ~ .form-control-icon {
  top: 0.28rem;
}
body.theme-dark .form-control.form-control-lg {
  padding: 0.55rem 1rem;
  font-size: 1.05rem;
}
body.theme-dark .form-control.form-control-lg ~ .form-control-icon {
  top: 0.55rem;
}
body.theme-dark .form-control.form-control-xl {
  padding: 0.85rem 1rem;
  font-size: 1rem;
}
body.theme-dark .form-control.form-control-xl ~ .form-control-icon {
  top: 0.55rem;
}
body.theme-dark .form-check .form-check-input[class*=bg-] {
  border: 0;
}
body.theme-dark .form-check .form-check-input:focus {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-primary {
  background-color: #2e433a;
  border-color: #2e433a;
}
body.theme-dark .form-check .form-check-input.form-check-primary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-primary.form-check-glow {
  box-shadow: 0 0 5px rgb(26.1808086066%, 38.1329168836%, 33.0105847649%);
}
body.theme-dark .form-check .form-check-input.form-check-primary.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
body.theme-dark .form-check .form-check-input.form-check-secondary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-secondary.form-check-glow {
  box-shadow: 0 0 5px rgb(52.453084238%, 55.8764621729%, 58.9194647816%);
}
body.theme-dark .form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-success {
  background-color: #198754;
  border-color: #198754;
}
body.theme-dark .form-check .form-check-input.form-check-success:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-success.form-check-glow {
  box-shadow: 0 0 5px rgb(12.9289215686%, 69.8161764706%, 43.4411764706%);
}
body.theme-dark .form-check .form-check-input.form-check-success.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
body.theme-dark .form-check .form-check-input.form-check-info:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-info.form-check-glow {
  box-shadow: 0 0 5px rgb(23.3666589165%, 83.7154150198%, 95.849027358%);
}
body.theme-dark .form-check .form-check-input.form-check-info.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}
body.theme-dark .form-check .form-check-input.form-check-warning:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-warning.form-check-glow {
  box-shadow: 0 0 5px rgb(100%, 80.6862745098%, 22.7450980392%);
}
body.theme-dark .form-check .form-check-input.form-check-warning.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
body.theme-dark .form-check .form-check-input.form-check-danger:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-danger.form-check-glow {
  box-shadow: 0 0 5px rgb(89.2280963018%, 37.8307272276%, 42.7550260611%);
}
body.theme-dark .form-check .form-check-input.form-check-danger.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body.theme-dark .form-check .form-check-input.form-check-light:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-light.form-check-glow {
  box-shadow: 0 0 5px white;
}
body.theme-dark .form-check .form-check-input.form-check-light.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-dark {
  background-color: #212529;
  border-color: #212529;
}
body.theme-dark .form-check .form-check-input.form-check-dark:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-dark.form-check-glow {
  box-shadow: 0 0 5px rgb(21.8600953895%, 24.5098039216%, 27.1595124536%);
}
body.theme-dark .form-check .form-check-input.form-check-dark.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check.form-check-sm .form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.3em;
}
body.theme-dark .form-check.form-check-sm label {
  font-size: 0.7rem;
}
body.theme-dark .form-check.form-check-lg .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.3em;
}
body.theme-dark .form-check.form-check-lg label {
  font-size: 1rem;
}
body.theme-dark .form-check.form-check-primary .form-check-input {
  background-color: #2e433a;
  border-color: #2e433a;
}
body.theme-dark .form-check.form-check-secondary .form-check-input {
  background-color: #6c757d;
  border-color: #6c757d;
}
body.theme-dark .form-check.form-check-success .form-check-input {
  background-color: #198754;
  border-color: #198754;
}
body.theme-dark .form-check.form-check-info .form-check-input {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
body.theme-dark .form-check.form-check-warning .form-check-input {
  background-color: #ffc107;
  border-color: #ffc107;
}
body.theme-dark .form-check.form-check-danger .form-check-input {
  background-color: #dc3545;
  border-color: #dc3545;
}
body.theme-dark .form-check.form-check-light .form-check-input {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
body.theme-dark .form-check.form-check-dark .form-check-input {
  background-color: #212529;
  border-color: #212529;
}
body.theme-dark .dataTable-input {
  min-height: calc(1.5em + 0.934rem + 2px);
  padding: 0.467rem 0.6rem;
  font-size: 0.9025rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555252;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #DFE3E7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.theme-dark .dataTable-input:focus {
  color: #555252;
  background-color: #1b1b29;
  border-color: #171723;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
body.theme-dark .choices__inner {
  background-color: #1b1b29;
  border-color: #35354f;
}
body.theme-dark .choices__input {
  background-color: #1b1b29 !important;
  color: #fff;
}
body.theme-dark .choices__list {
  background-color: #1b1b29;
}
body.theme-dark .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgb(15.7647058824%, 15.7647058824%, 23.6470588235%);
}
body.theme-dark .select2-container .select2-selection--single {
  height: 50px !important;
}
body.theme-dark .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.75rem 2.25rem 0.375rem 0.75rem !important;
}
body.theme-dark .select2-container .select2-selection--multiple {
  min-height: 50px !important;
}
body.theme-dark .select2-container--bootstrap-5 .select2-selection {
  padding: 0.75rem 0.75rem !important;
}
body.theme-dark .modal .modal-content {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  border: none;
}
body.theme-dark .modal .modal-full {
  max-width: 94%;
}
body.theme-dark .modal .white {
  color: white;
}
body.theme-dark .modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.theme-dark .modal .modal-header .modal-title {
  font-size: 1.1rem;
}
body.theme-dark .modal .modal-header .close {
  padding: 7px 10px;
  border-radius: 50%;
  background: none;
  border: none;
}
body.theme-dark .modal .modal-header .close:hover {
  background: #dee2e6;
}
body.theme-dark .modal .modal-header i, body.theme-dark .modal .modal-header svg {
  font-size: 12px;
  height: 12px;
  width: 12px;
}
body.theme-dark .modal .modal-footer {
  padding: 1rem;
}
body.theme-dark .modal.modal-borderless .modal-header {
  border-bottom: 0;
}
body.theme-dark .modal.modal-borderless .modal-footer {
  border-top: 0;
}
body.theme-dark :root {
  --header-height: 3rem;
  --nav-width: 68px;
  --z-fixed: 100;
}
body.theme-dark .header {
  transition: 0.5s;
}
body.theme-dark .header_toggle {
  color: #2e433a;
  font-size: 1.5rem;
  cursor: pointer;
}
body.theme-dark .l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: #1e1e2d;
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}
body.theme-dark .l-navbar.show {
  left: 0;
}
body.theme-dark .l-navbar .nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
body.theme-dark .l-navbar .nav_logo,
body.theme-dark .l-navbar .nav_link {
  display: flex;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
body.theme-dark .l-navbar .nav_logo {
  margin-bottom: 2rem;
}
body.theme-dark .l-navbar .nav_logo-icon {
  font-size: 1.25rem;
  color: #ffc107;
}
body.theme-dark .l-navbar .nav_logo-name {
  color: #e9ecef;
  font-weight: 700;
}
body.theme-dark .l-navbar .nav_link {
  position: relative;
  color: #9899ac;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
body.theme-dark .l-navbar .nav_link:hover {
  color: #fff;
}
body.theme-dark .l-navbar .nav_icon {
  font-size: 1.25rem;
}
body.theme-dark .l-navbar .body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}
body.theme-dark .l-navbar .active {
  color: #000;
}
body.theme-dark .l-navbar .active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 60px;
  background-color: #000;
  top: 0;
  bottom: 0;
}
body.theme-dark .l-navbar .height-100 {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  body.theme-dark body {
    padding-left: calc(var(--nav-width) + 2rem);
  }
  body.theme-dark .l-navbar {
    left: 0;
    padding: 1rem 1rem 0 0;
  }
  body.theme-dark .l-navbar.show {
    width: calc(var(--nav-width) + 156px);
  }
  body.theme-dark .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }
}
body.theme-dark .nav-pills .nav-link.active {
  box-shadow: 0 2px 10px rgba(46, 67, 58, 0.5);
}
body.theme-dark .nav-tabs {
  border: none;
}
body.theme-dark .nav-tabs .nav-link {
  border: none;
}
body.theme-dark .nav-tabs .nav-link:hover {
  border: none;
  text-shadow: 0 0 2px rgba(46, 67, 58, 0.3);
}
body.theme-dark .nav-tabs .nav-link.active {
  border: none;
  position: relative;
  color: #2e433a;
}
body.theme-dark .nav-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #2e433a;
  left: 0;
  box-shadow: 0 2px 5px rgba(46, 67, 58, 0.5);
}
body.theme-dark .navbar-fixed {
  position: fixed;
  background-color: #fff;
}
body.theme-dark .navbar {
  min-height: 90px;
  padding: 1.5rem;
}
body.theme-dark .navbar .nav {
  width: 100%;
  justify-content: space-evenly;
}
body.theme-dark .navbar .navbar-brand img {
  height: 1.5rem;
}
body.theme-dark .navbar .user-menu img {
  width: 39px;
  height: 39px;
}
body.theme-dark .navbar.navbar-header li {
  display: flex;
  align-items: center;
}
body.theme-dark .navbar.navbar-header li.nav-icon {
  margin-right: 0.4rem;
}
body.theme-dark .navbar.navbar-header li.nav-icon .nav-link {
  display: block;
  padding: 0.4rem;
  border-radius: 50%;
}
body.theme-dark .navbar.navbar-header li.nav-icon .nav-link:hover {
  background-color: #e9ecef;
}
body.theme-dark .navbar.navbar-header .dropdown > a {
  color: #6c757d;
  font-weight: 600;
}
body.theme-dark .navbar.navbar-header .dropdown > a svg {
  height: 24px;
  width: 24px;
}
body.theme-dark .navbar.navbar-header .dropdown > a:after {
  display: none;
}
body.theme-dark .navbar .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.theme-dark .layout-horizontal .header-top {
  background-color: #171722;
  padding: 1.1rem;
}
body.theme-dark .layout-horizontal .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.theme-dark .layout-horizontal .header-top .burger-btn i {
  height: 20px;
  display: inline-block;
}
body.theme-dark .layout-horizontal .header-top .logo img {
  height: 20px;
}
body.theme-dark .layout-horizontal .header-top-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}
body.theme-dark .layout-horizontal .main-navbar {
  background-color: #1a1a2d;
  padding: 1rem;
}
body.theme-dark .layout-horizontal .main-navbar ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
}
body.theme-dark .layout-horizontal .main-navbar ul .menu-link {
  display: flex;
  position: relative;
  flex-direction: row;
  padding: 0.4rem 0;
  gap: 0.5rem;
  align-items: center;
}
body.theme-dark .layout-horizontal .main-navbar ul .menu-link span {
  height: 20px;
}
body.theme-dark .layout-horizontal .main-navbar ul > .menu-item {
  position: relative;
}
body.theme-dark .layout-horizontal .main-navbar ul > .menu-item .menu-link {
  color: #dee2e6;
}
body.theme-dark .layout-horizontal .main-navbar ul > .menu-item.has-sub .menu-link {
  padding-right: 1.3rem;
}
body.theme-dark .layout-horizontal .main-navbar ul > .menu-item.has-sub .menu-link:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23ccc" opacity="0.7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" ></polyline></svg>');
  position: absolute;
  color: #fff;
  right: 0;
  top: 7px;
  display: block;
}
body.theme-dark .layout-horizontal .main-navbar ul > .menu-item:hover .menu-link {
  color: white;
}
body.theme-dark .layout-horizontal .main-navbar ul > .menu-item:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
body.theme-dark .layout-horizontal .main-navbar .submenu {
  visibility: hidden;
  opacity: 0;
  top: 125%;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  position: absolute;
  z-index: 999;
  border-radius: 0.2rem;
  background-color: #1E1E2D;
  box-shadow: 0px 5px 20px rgba(27, 27, 27, 0.1);
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
  position: relative;
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group {
  display: table-cell;
  padding: 0.5rem 0.3rem 0.3rem 0.5rem;
  flex-wrap: wrap;
  max-height: 200px;
  min-width: 200px;
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item {
  position: relative;
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link {
  position: relative;
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a {
  padding: 0.6rem;
  padding-right: 2rem;
  color: #9899ac;
  display: block;
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a:hover {
  color: #187de4;
}
body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item:hover .subsubmenu {
  visibility: visible;
  top: 0rem;
  opacity: 1;
}
body.theme-dark .layout-horizontal .main-navbar .subsubmenu {
  visibility: hidden;
  opacity: 0;
  top: 125%;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  position: absolute;
  z-index: 999;
  border-radius: 0.2rem;
  background-color: #1E1E2D;
  box-shadow: 0px 5px 20px rgba(27, 27, 27, 0.1);
  gap: 0;
  top: 1rem;
  left: 100%;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  border-radius: 0.3rem;
  min-width: 200px;
}
@media screen and (max-width: 1199px) {
  body.theme-dark .layout-horizontal .main-navbar {
    background-color: rgb(63.4249522818%, 74.8887732084%, 69.975707097%);
    overflow: hidden;
    padding: 1rem;
    display: none;
  }
  body.theme-dark .layout-horizontal .main-navbar.active {
    max-height: initial;
  }
  body.theme-dark .layout-horizontal .main-navbar ul {
    flex-direction: column;
    gap: 0;
  }
  body.theme-dark .layout-horizontal .main-navbar ul .menu-item.has-sub .menu-link:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23888" opacity="0.7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" ></polyline></svg>') !important;
    top: unset;
  }
  body.theme-dark .layout-horizontal .main-navbar ul .menu-link {
    color: #6c757d !important;
    padding: 1rem 0;
  }
  body.theme-dark .layout-horizontal .main-navbar .submenu {
    visibility: visible !important;
    opacity: 1;
    box-shadow: none;
    position: static;
    padding: 1rem;
    background-color: unset;
    transition: all 0.2s;
    padding-top: 0;
    display: none;
    padding-bottom: 0;
  }
  body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
    display: flex;
    flex-direction: column;
    max-height: unset;
  }
  body.theme-dark .layout-horizontal .main-navbar .submenu .submenu-group {
    max-height: unset;
    padding: 0;
    min-width: unset;
    width: 100%;
  }
  body.theme-dark .layout-horizontal .main-navbar .submenu.active {
    display: block;
  }
  body.theme-dark .layout-horizontal .main-navbar .subsubmenu {
    visibility: visible !important;
    opacity: 1;
    box-shadow: none;
    position: static;
    padding: 1rem;
    background-color: unset;
    display: none;
  }
  body.theme-dark .layout-horizontal .main-navbar .subsubmenu.active {
    display: block;
  }
}
body.theme-dark .search {
  position: relative;
  display: flex;
}
body.theme-dark .search input {
  height: 60px;
  text-indent: 25px;
}
body.theme-dark .search input:focus {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 2px solid #2e433a;
}
body.theme-dark .search .bi-search {
  position: absolute;
  top: 20px;
  left: 16px;
}
body.theme-dark .search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: #2e433a;
}
body.theme-dark .pagination.pagination-primary .page-item.active .page-link {
  background-color: #2e433a;
  border-color: #2e433a;
  box-shadow: 0 2px 5px rgba(46, 67, 58, 0.3);
}
body.theme-dark .pagination.pagination-secondary .page-item.active .page-link {
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: 0 2px 5px rgba(108, 117, 125, 0.3);
}
body.theme-dark .pagination.pagination-success .page-item.active .page-link {
  background-color: #198754;
  border-color: #198754;
  box-shadow: 0 2px 5px rgba(25, 135, 84, 0.3);
}
body.theme-dark .pagination.pagination-info .page-item.active .page-link {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  box-shadow: 0 2px 5px rgba(13, 202, 240, 0.3);
}
body.theme-dark .pagination.pagination-warning .page-item.active .page-link {
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 2px 5px rgba(255, 193, 7, 0.3);
}
body.theme-dark .pagination.pagination-danger .page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 2px 5px rgba(220, 53, 69, 0.3);
}
body.theme-dark .pagination.pagination-light .page-item.active .page-link {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 5px rgba(248, 249, 250, 0.3);
}
body.theme-dark .pagination.pagination-dark .page-item.active .page-link {
  background-color: #212529;
  border-color: #212529;
  box-shadow: 0 2px 5px rgba(33, 37, 41, 0.3);
}
body.theme-dark .page-item:not(.active) .page-link:hover {
  color: #fff;
}
body.theme-dark .page-item i, body.theme-dark .page-item svg {
  font-size: 13px;
  width: 13px;
  height: 13px;
}
body.theme-dark .page-item .page-link:focus {
  box-shadow: none;
}
body.theme-dark .page-item:first-child {
  margin-right: 0.4rem;
}
body.theme-dark .page-item:last-child {
  margin-left: 0.4rem;
}
@media only screen and (max-width: 600px) {
  body.theme-dark .page-item {
    display: none;
  }
  body.theme-dark .page-item.active {
    display: inline;
  }
  body.theme-dark .page-item:first-child {
    display: inline;
  }
  body.theme-dark .page-item:last-child {
    display: inline;
  }
  body.theme-dark .page-item:nth-last-child(2) {
    display: inline;
  }
}
body.theme-dark .table td, body.theme-dark .dataTable-table td, body.theme-dark .table thead th, body.theme-dark .dataTable-table thead th {
  vertical-align: middle;
}
body.theme-dark .table:not(.table-borderless) thead th, body.theme-dark .dataTable-table:not(.table-borderless) thead th {
  border-bottom: 1px solid #dedede !important;
}
body.theme-dark .table.table-sm tr td, body.theme-dark .table-sm.dataTable-table tr td, body.theme-dark .table.table-sm tr th, body.theme-dark .table-sm.dataTable-table tr th {
  padding: 1rem;
}
body.theme-dark .table.table-md tr td, body.theme-dark .table-md.dataTable-table tr td, body.theme-dark .table.table-md tr th, body.theme-dark .table-md.dataTable-table tr th {
  padding: 1rem;
}
body.theme-dark .table.table-lg tr td, body.theme-dark .table-lg.dataTable-table tr td, body.theme-dark .table.table-lg tr th, body.theme-dark .table-lg.dataTable-table tr th {
  padding: 0.5rem;
}
body.theme-dark .dataTable-container {
  overflow-x: auto;
}
body.theme-dark .progress.progress-primary {
  overflow: visible;
}
body.theme-dark .progress.progress-primary .progress-bar {
  background-color: #2e433a;
  border-radius: 0.25rem;
}
body.theme-dark .progress.progress-secondary {
  overflow: visible;
}
body.theme-dark .progress.progress-secondary .progress-bar {
  background-color: #6c757d;
  border-radius: 0.25rem;
}
body.theme-dark .progress.progress-success {
  overflow: visible;
}
body.theme-dark .progress.progress-success .progress-bar {
  background-color: #198754;
  border-radius: 0.25rem;
}
body.theme-dark .progress.progress-info {
  overflow: visible;
}
body.theme-dark .progress.progress-info .progress-bar {
  background-color: #0dcaf0;
  border-radius: 0.25rem;
}
body.theme-dark .progress.progress-warning {
  overflow: visible;
}
body.theme-dark .progress.progress-warning .progress-bar {
  background-color: #ffc107;
  border-radius: 0.25rem;
}
body.theme-dark .progress.progress-danger {
  overflow: visible;
}
body.theme-dark .progress.progress-danger .progress-bar {
  background-color: #dc3545;
  border-radius: 0.25rem;
}
body.theme-dark .progress.progress-light {
  overflow: visible;
}
body.theme-dark .progress.progress-light .progress-bar {
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
body.theme-dark .progress.progress-dark {
  overflow: visible;
}
body.theme-dark .progress.progress-dark .progress-bar {
  background-color: #212529;
  border-radius: 0.25rem;
}
body.theme-dark .progress.progress-sm {
  height: 0.4rem;
}
body.theme-dark .progress.progress-lg {
  height: 1.5rem;
}
body.theme-dark .progress .progress-bar {
  position: relative;
  overflow: visible;
}
body.theme-dark .progress .progress-bar.progress-label:before {
  content: attr(aria-valuenow) "%";
  position: absolute;
  right: 0;
  top: -1.3rem;
  color: #495057;
  font-size: 0.8rem;
}
body.theme-dark .bi {
  width: 1rem;
  height: 1rem;
}
body.theme-dark .bi.bi-middle:before {
  vertical-align: middle;
}
body.theme-dark .bi.bi-sub:before {
  vertical-align: sub;
}
body.theme-dark .stats-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: black;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.theme-dark .stats-icon i {
  color: #fff;
  font-size: 1.7rem;
}
body.theme-dark .stats-icon.purple {
  background-color: #9694ff;
}
body.theme-dark .stats-icon.blue {
  background-color: #57caeb;
}
body.theme-dark .stats-icon.red {
  background-color: #ff7976;
}
body.theme-dark .stats-icon.green {
  background-color: #5ddab4;
}
@media (max-width: 767px) {
  body.theme-dark .stats-icon {
    float: left;
    margin-bottom: 0.4rem;
  }
}
body.theme-dark .burger-btn {
  display: none;
}
body.theme-dark #fund-navigation-content [class*=col-] {
  padding-bottom: 35px;
}
body.theme-dark #main {
  padding: 2rem;
}
@media screen and (max-width: 1199px) {
  body.theme-dark #main {
    margin-left: 0;
  }
}
body.theme-dark #main.layout-navbar {
  padding: 0;
}
body.theme-dark #main.layout-horizontal {
  padding: 0;
  margin: 0;
}
body.theme-dark .page-heading {
  margin: 0 0 2rem;
}
body.theme-dark .page-heading h3, body.theme-dark .page-heading .h3 {
  font-weight: bold;
}
body.theme-dark .page-title-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
body.theme-dark .page-title-headings h3, body.theme-dark .page-title-headings .h3 {
  margin-bottom: 0;
  margin-right: 1rem;
}
body.theme-dark .page-title-headings .breadcrumb {
  margin-bottom: 0;
}
body.theme-dark a {
  text-decoration: none;
}
body.theme-dark p.question {
  font-weight: 700;
}
body.theme-dark footer {
  font-size: 0.875rem;
  text-align: center;
}
body.theme-dark footer img {
  width: 70px;
}
body.theme-dark #zoomModal .btn-image {
  background: #2e433a;
  padding: 0 5px;
  color: white;
  border-radius: 8px;
}
body.theme-dark #zoomModal .close {
  position: relative;
  display: inline-block;
}
body.theme-dark #zoomModal .close:after {
  content: "close";
}
body.theme-dark #zoomModal .rotate_left {
  position: relative;
  display: inline-block;
}
body.theme-dark #zoomModal .rotate_left:before {
  content: "rotate_left";
}
body.theme-dark #zoomModal .rotate_right {
  position: relative;
  display: inline-block;
}
body.theme-dark #zoomModal .rotate_right:before {
  content: "rotate_right";
}
body.theme-dark #zoomModal:before {
  content: "Scroll to zoom in/out the image. Press ESC to dismiss image";
  display: inline-block;
  z-index: 999999;
  background: black;
  padding: 5px 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 40px;
  color: white;
  font-size: 0.9rem;
}
body.theme-dark #imgDiv {
  position: relative;
}
body.theme-dark #imgDiv img {
  border-radius: 10px;
  cursor: pointer;
}
body.theme-dark #imgDiv .file-name {
  font-size: 0.875rem;
}
body.theme-dark .navigation_header {
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
}
body.theme-dark .navigation_header .tags {
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
body.theme-dark .navigation_header .tags span {
  margin-right: 1em;
  padding: 1em;
  text-transform: uppercase;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  border-left: 3px solid #2e433a;
}
body.theme-dark .navigation_header .tags a:last-child {
  margin-left: 0.5em;
}
body.theme-dark .navigation_header .tags a:last-child:hover {
  color: #000;
}
body.theme-dark .navigation_header a {
  text-decoration: none;
  white-space: nowrap;
  font-size: 1;
  color: #2e433a;
}
body.theme-dark .navigation_header a.tag {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.3em 0.85em;
  margin: 0.5em;
  text-transform: uppercase;
  border: 2px solid #2e433a;
  border-radius: 2em;
  transition: transform 0.2s;
  transition-timing-function: cubic-bezier(0.45, -0.85, 0.55, -0.45);
}
body.theme-dark .navigation_header a.tag:hover {
  transform: scale(1.05);
}
body.theme-dark .navigation_header a.tag i {
  padding: 5px;
  cursor: pointer;
}
@media (max-width: 991px) {
  body.theme-dark .navigation_header {
    background-image: none;
  }
}
body.theme-dark #benefit-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
body.theme-dark #benefit-container .alert-icon {
  order: 0;
  flex: 0 1 auto;
  padding: 20px;
  align-self: stretch;
  font-size: 2rem;
  color: #fff;
}
body.theme-dark #benefit-container .benefit-content {
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
}
body.theme-dark .flag-response {
  position: relative;
  border: solid 2px #dc3644;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 21px;
}
body.theme-dark .flag-response:after {
  content: "!";
  background: #dc3644;
  width: 25px;
  display: inline-block;
  text-align: center;
  color: white;
  border-radius: 20px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -10px;
}
body.theme-dark .clipboard-link {
  cursor: pointer;
}
body.theme-dark .card-body.pending:after {
  content: "!";
  display: inline-block;
  background: green;
  width: 30px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 40px;
  padding: 3px 10px;
  opacity: 0.7;
}
body.theme-dark .tag_container span.tag {
  border: solid 1px #2e433a;
  padding: 0 8px;
  border-radius: 5px;
  color: #2e433a;
}
body.theme-dark .pulse {
  height: 10px;
  width: 10px;
  background: linear-gradient(#b62346, #923319);
  position: absolute;
  margin: auto;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
body.theme-dark .pulse:before, body.theme-dark .pulse:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fb8282;
  border-radius: 50%;
  opacity: 0.7;
}
body.theme-dark .pulse:before {
  animation: pulse 2s ease-out infinite;
}
body.theme-dark .pulse:after {
  animation: pulse 2s 1s ease-out infinite;
}
@keyframes pulse {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
body.theme-dark #error {
  height: 100vh;
  background-color: #ebf3ff;
  padding-top: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  bottom: 0;
}
body.theme-dark #error .img-error {
  width: 100%;
}
body.theme-dark #error .error-title {
  font-size: 4rem;
  margin-top: 3rem;
}
body.theme-dark a.dropdown-item[href="/logout"] {
  color: rgba(var(--bs-danger-rgb)) !important;
}
body.theme-dark #derivative-fields, body.theme-dark .repeat-item {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
body.theme-dark .repeat-remove, body.theme-dark .remove-field {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  color: #dc3545;
  border: solid 1px #dc3545;
  position: absolute;
  right: 30px;
  bottom: 10px;
  color: #dc3545;
}
body.theme-dark .repeat-remove:hover, body.theme-dark .remove-field:hover {
  background-color: #dc3545;
  color: white;
}
body.theme-dark #example.yes-derivatives .repeat-item:first-child {
  display: none !important;
}
body.theme-dark .repeat-add {
  background-color: rgb(41, 41, 41);
  color: white;
  padding: 10px;
  border-radius: 8px;
}
body.theme-dark .repeat-add:hover {
  color: white;
  background-color: black;
}
body.theme-dark .form-group {
  position: relative;
}
body.theme-dark button.delete {
  background: none;
  color: rgb(115, 115, 115);
  padding: 0px;
  border: none;
  transform: scale(1.4);
}
body.theme-dark button.delete:hover {
  color: rgb(195, 19, 19);
}
body.theme-dark #nav-associations {
  margin: 0;
  padding: 0;
}
body.theme-dark #nav-associations .tags {
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
body.theme-dark #nav-associations div {
  text-decoration: none;
  white-space: nowrap;
  font-size: 1;
  color: #2e433a;
}
body.theme-dark #nav-associations div.tag {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.3em 0.85em;
  margin: 0.5em;
  text-transform: uppercase;
  border: 2px solid #2e433a;
  border-radius: 5px;
}
body.theme-dark #nav-associations div.tag:hover {
  border: 2px solid #6c757d;
  background: white;
}
body.theme-dark #nav-associations .delete-association i:before {
  transform: scale(1.5);
  padding: 4px;
}
body.theme-dark #nav-associations .delete-association i:hover {
  transform: scale(1.5);
  color: rgb(151, 9, 9);
}
body.theme-dark {
  /* remove X from locked tag */
}
body.theme-dark .locked-tag .select2-selection__choice__remove {
  display: none !important;
}
body.theme-dark {
  /* hide  all selected tags from drop down list */
}
body.theme-dark .select2-results__option--selected {
  display: none;
}
body.theme-dark .tags {
  width: 100% !important;
}
body.theme-dark .upload-row.pending-delete {
  opacity: 0.45;
}
body.theme-dark .upload-row.pending-delete h6, body.theme-dark .upload-row.pending-delete .h6 {
  text-decoration: line-through;
}
body.theme-dark .upload-row.pending-delete img {
  filter: grayscale(100%);
}
body.theme-dark .mt-10 {
  margin-top: 3rem;
}
body.theme-dark .mb-10 {
  margin-bottom: 3rem;
}
body.theme-dark .my-10 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.theme-dark .mb-24 {
  margin-bottom: 6rem;
}
body.theme-dark .my-24 {
  margin-bottom: 6rem;
  margin-top: 6rem;
}
body.theme-dark .opacity-50 {
  opacity: 50%;
}
body.theme-dark .py-4-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
body.theme-dark .text-sm {
  font-size: 0.875rem;
}
body.theme-dark .text-xl {
  font-size: 1.25rem;
}
body.theme-dark .text-4xl {
  font-size: 2.25rem;
}
body.theme-dark .text-6xl {
  font-size: 4rem;
}
body.theme-dark .text-black {
  color: #000;
}
body.theme-dark .bg-gradient-ltr {
  background: linear-gradient(to right, #095CDE, #53C3F3);
}
body.theme-dark .bg-light-primary {
  background-color: rgb(38.5294117647%, 44.7058823529%, 42.0588235294%);
  color: black;
}
body.theme-dark .bg-light-secondary {
  background-color: rgb(56.7647058824%, 59.4117647059%, 61.7647058824%);
  color: black;
}
body.theme-dark .bg-light-success {
  background-color: rgb(32.3529411765%, 64.7058823529%, 49.7058823529%);
  color: black;
}
body.theme-dark .bg-light-danger {
  background-color: rgb(91.0784313725%, 48.5098039216%, 52.5882352941%);
  color: black;
}
body.theme-dark .bg-light-warning {
  background-color: rgb(100%, 81.7647058824%, 27.0588235294%);
  color: black;
}
body.theme-dark .bg-light-info {
  background-color: rgb(28.8235294118%, 84.4117647059%, 95.5882352941%);
  color: black;
}
body.theme-dark .font-semibold {
  font-weight: 600;
}
body.theme-dark .font-bold {
  font-weight: bold;
}
body.theme-dark .font-extrabold {
  font-weight: 800;
}
body.theme-dark .text-width-md {
  max-width: 450px;
}
body.theme-dark .text-gray-300 {
  color: #dee2e6 !important;
}
body.theme-dark .text-gray-400 {
  color: #ced4da !important;
}
body.theme-dark .text-gray-500 {
  color: #adb5bd !important;
}
body.theme-dark .text-gray-600 {
  color: #6c757d !important;
}
body.theme-dark .btn-xl {
  padding: 1rem 2rem;
}
body.theme-dark .icon-mid:before {
  vertical-align: middle;
}
body.theme-dark .stepper {
  font-size: 13px;
}
body.theme-dark .stepper__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 576px) {
  body.theme-dark .stepper__list {
    display: flex;
    justify-content: space-between;
  }
}
body.theme-dark .stepper__list__item {
  padding: 3px 5px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  body.theme-dark .stepper__list__item {
    padding: 10px;
    flex-direction: column;
    flex: 1;
  }
}
body.theme-dark .stepper__list__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
@media (min-width: 576px) {
  body.theme-dark .stepper__list__item:after {
    width: calc(100% - 100px);
    top: 28%;
    left: calc(50% + 50px);
    border-top: 2px dotted #e2dfda;
  }
}
body.theme-dark .stepper__list__item--done {
  color: #178a00;
  transition: all 0.1s;
}
@media (min-width: 576px) {
  body.theme-dark .stepper__list__item--done:after {
    border-top-style: solid;
    border-top-width: 1px;
  }
}
body.theme-dark .stepper__list__item--current {
  color: #006dff;
}
body.theme-dark .stepper__list__item--current:last-of-type:after, body.theme-dark .stepper__list__item--current:only-of-type:after {
  height: 30%;
}
body.theme-dark .stepper__list__item:last-of-type:after {
  display: none;
}
body.theme-dark .stepper__list__item--pending {
  color: #807370;
}
body.theme-dark .stepper__list__item--pending:after {
  height: 30%;
}
body.theme-dark .stepper__list__title {
  margin: 1px 0 0;
}
@media (min-width: 576px) {
  body.theme-dark .stepper__list__title {
    margin: 0;
  }
}
body.theme-dark .stepper__list__icon {
  margin: 0;
  height: 2em;
  width: 2em;
  font-size: 1.4rem;
}
body.theme-dark .chat {
  border-radius: 5px;
}
body.theme-dark .chat.chat-left .chat-message {
  background: #5A8DEE !important;
  float: left !important;
  color: #fff;
}
body.theme-dark .chat .chat-message {
  text-align: left !important;
  float: right !important;
  margin: 0.2rem 0 1.8rem 0.2rem !important;
  color: rgb(82, 83, 97);
  background-color: #FAFBFB !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3) !important;
  padding: 0.75rem 1rem !important;
  position: relative !important;
  max-width: calc(100% - 5rem) !important;
  clear: both !important;
  word-break: break-word !important;
  border-radius: 0.267rem !important;
}
body.theme-dark .chat.private .chat-message::after {
  content: "Private";
  background: #dc3644;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 5px;
  font-size: 0.775rem;
  padding: 2px 8px;
  color: #fff;
}
body.theme-dark .swal2-popup, body.theme-dark .swal2-validation-message {
  background-color: #1e1e2d !important;
  color: inherit !important;
}
body.theme-dark .swal2-title {
  color: inherit !important;
}
body.theme-dark .swal2-styled.swal2-confirm {
  background-color: #2e433a !important;
}
body.theme-dark .swal2-styled.swal2-confirm:hover {
  background-color: #187de4 !important;
}
body.theme-dark .apexcharts-text tspan {
  fill: #c2c2d9 !important;
}
body.theme-dark .apexcharts-legend-text {
  color: #c2c2d9 !important;
}
body.theme-dark .theme-toggle {
  color: #9899ac;
}
body.theme-dark .was-validated :valid ~ .valid-feedback,
body.theme-dark .was-validated :valid ~ .valid-tooltip,
body.theme-dark .is-valid ~ .valid-feedback,
body.theme-dark .is-valid ~ .valid-tooltip {
  display: block;
}
body.theme-dark .was-validated :invalid ~ .invalid-feedback,
body.theme-dark .was-validated :invalid ~ .invalid-tooltip,
body.theme-dark .is-invalid ~ .invalid-feedback,
body.theme-dark .is-invalid ~ .invalid-tooltip {
  display: block;
}

/*# sourceMappingURL=app-dark.css.map */
