@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-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-topka-third: #3eeea5;
  --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: #3ee577;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #131313;
  --bs-topka-secondary: #42fcdb;
  --bs-topka-third: #3eeea5;
  --bs-primary-rgb: 62, 229, 119;
  --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: 19, 19, 19;
  --bs-topka-secondary-rgb: 66, 252, 219;
  --bs-topka-third-rgb: 62, 238, 165;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 28, 28, 55;
  --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: montserrat;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #fff;
  --bs-body-bg: rgba(28, 28, 55, 0.9411764706);
}

body.theme-dark {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  /*
  * Mazer, 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 *,
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;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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: var(--bs-highlight-bg);
}
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: var(--bs-link-color);
  text-decoration: underline;
}
body.theme-dark a:hover {
  color: var(--bs-link-hover-color);
}
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;
}
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: var(--bs-code-color);
  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: #83e8a5;
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
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);
  line-height: inherit;
}
@media (min-width: 1200px) {
  body.theme-dark legend {
    font-size: 1.5rem;
  }
}
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 ::-webkit-search-decoration {
  -webkit-appearance: none;
}
body.theme-dark ::-webkit-color-swatch-wrapper {
  padding: 0;
}
body.theme-dark ::file-selector-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);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  body.theme-dark .display-1 {
    font-size: 5rem;
  }
}
body.theme-dark .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  body.theme-dark .display-2 {
    font-size: 4.5rem;
  }
}
body.theme-dark .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  body.theme-dark .display-3 {
    font-size: 4rem;
  }
}
body.theme-dark .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  body.theme-dark .display-4 {
    font-size: 3.5rem;
  }
}
body.theme-dark .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  body.theme-dark .display-5 {
    font-size: 3rem;
  }
}
body.theme-dark .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  body.theme-dark .display-6 {
    font-size: 2.5rem;
  }
}
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: #f2f7ff;
  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-max,
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 {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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 .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: 1920px;
}
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-color: #fff;
  --bs-table-bg: transparent;
  --bs-table-border-color: rgb(63, 63, 63);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #607080;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #607080;
  --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: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
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-group-divider {
  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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: rgb(216.4, 249.8, 227.8);
  --bs-table-border-color: rgb(194.76, 224.82, 205.02);
  --bs-table-striped-bg: rgb(205.58, 237.31, 216.41);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(194.76, 224.82, 205.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(200.17, 231.065, 210.715);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
body.theme-dark .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(203.04, 204.66, 206.1);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
body.theme-dark .table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(188.1, 207.9, 198.72);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
body.theme-dark .table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(185.94, 219.96, 226.8);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
body.theme-dark .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
body.theme-dark .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(223.2, 193.14, 196.02);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
body.theme-dark .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(223.2, 224.1, 225);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
body.theme-dark .table-dark {
  --bs-table-color: #000;
  --bs-table-bg: #f2f7ff;
  --bs-table-border-color: rgb(217.8, 222.3, 229.5);
  --bs-table-striped-bg: rgb(229.9, 234.65, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(217.8, 222.3, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(223.85, 228.475, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
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: #fff;
}
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: #fff;
}
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: #83e8a5;
}
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: #fff;
  background-color: #111a1e;
  background-clip: padding-box;
  border: 1px solid #2a623d;
  -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;
}
@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: #fff;
  background-color: #111a1e;
  border-color: #4b4b68;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(62, 229, 119, 0.25);
}
body.theme-dark .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
body.theme-dark .form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}
body.theme-dark .form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}
body.theme-dark .form-control:disabled {
  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: #607080;
  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(218.5, 226.1, 232.75);
}
body.theme-dark .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
body.theme-dark .form-control-plaintext:focus {
  outline: 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-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 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: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
body.theme-dark .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
body.theme-dark .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
body.theme-dark .form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}
body.theme-dark .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
body.theme-dark .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
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: #fff;
  background-color: #111a1e;
  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 #2a623d;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .form-select {
    transition: none;
  }
}
body.theme-dark .form-select:focus {
  border-color: rgb(158.5, 242, 187);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(62, 229, 119, 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 #fff;
}
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-reverse {
  padding-right: 1.7em;
  padding-left: 0;
  text-align: right;
}
body.theme-dark .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.7em;
  margin-left: 0;
}
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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-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(158.5, 242, 187);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(62, 229, 119, 0.25);
}
body.theme-dark .form-check-input:checked {
  background-color: #3ee577;
  border-color: #3ee577;
}
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: #3ee577;
  border-color: #3ee577;
  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 {
  cursor: default;
  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%28158.5, 242, 187%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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
body.theme-dark .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 #f2f7ff, 0 0 0 0.25rem rgba(62, 229, 119, 0.25);
}
body.theme-dark .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f2f7ff, 0 0 0 0.25rem rgba(62, 229, 119, 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: #3ee577;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
body.theme-dark .form-range::-webkit-slider-thumb:active {
  background-color: rgb(197.1, 247.2, 214.2);
}
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: #3ee577;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
body.theme-dark .form-range::-moz-range-thumb:active {
  background-color: rgb(197.1, 247.2, 214.2);
}
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-control-plaintext,
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;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  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,
body.theme-dark .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
body.theme-dark .form-floating > .form-control::-moz-placeholder, body.theme-dark .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
body.theme-dark .form-floating > .form-control::placeholder,
body.theme-dark .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
body.theme-dark .form-floating > .form-control:not(:-moz-placeholder-shown), body.theme-dark .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-dark .form-floating > .form-control:focus, body.theme-dark .form-floating > .form-control:not(:placeholder-shown),
body.theme-dark .form-floating > .form-control-plaintext:focus,
body.theme-dark .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
body.theme-dark .form-floating > .form-control:-webkit-autofill,
body.theme-dark .form-floating > .form-control-plaintext:-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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
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-control-plaintext ~ 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 .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
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,
body.theme-dark .input-group > .form-floating {
  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,
body.theme-dark .input-group > .form-floating:focus-within {
  z-index: 5;
}
body.theme-dark .input-group .btn {
  position: relative;
  z-index: 2;
}
body.theme-dark .input-group .btn:focus {
  z-index: 5;
}
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: #3ee577;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(26.2234042553, 40.1063829787, 46.2765957447);
  border: 1px solid #2a623d;
  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):not(.form-floating),
body.theme-dark .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
body.theme-dark .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
body.theme-dark .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
body.theme-dark .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
body.theme-dark .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
body.theme-dark .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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 .input-group > .form-floating:not(:first-child) > .form-control,
body.theme-dark .input-group > .form-floating:not(:first-child) > .form-select {
  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-control-color:valid, body.theme-dark .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.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:not(:focus):valid, body.theme-dark .input-group > .form-control:not(:focus).is-valid,
.was-validated body.theme-dark .input-group > .form-select:not(:focus):valid,
body.theme-dark .input-group > .form-select:not(:focus).is-valid,
.was-validated body.theme-dark .input-group > .form-floating:not(:focus-within):valid,
body.theme-dark .input-group > .form-floating:not(:focus-within).is-valid {
  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-control-color:invalid, body.theme-dark .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.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:not(:focus):invalid, body.theme-dark .input-group > .form-control:not(:focus).is-invalid,
.was-validated body.theme-dark .input-group > .form-select:not(:focus):invalid,
body.theme-dark .input-group > .form-select:not(:focus).is-invalid,
.was-validated body.theme-dark .input-group > .form-floating:not(:focus-within):invalid,
body.theme-dark .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
body.theme-dark .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + body.theme-dark .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
body.theme-dark .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + body.theme-dark .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + body.theme-dark .btn, :not(.btn-check) + body.theme-dark .btn:active, body.theme-dark .btn:first-child:active, body.theme-dark .btn.active, body.theme-dark .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + body.theme-dark .btn:focus-visible, :not(.btn-check) + body.theme-dark .btn:active:focus-visible, body.theme-dark .btn:first-child:active:focus-visible, body.theme-dark .btn.active:focus-visible, body.theme-dark .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
body.theme-dark .btn:disabled, body.theme-dark .btn.disabled, fieldset:disabled body.theme-dark .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
body.theme-dark .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #3ee577;
  --bs-btn-border-color: #3ee577;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(90.95, 232.9, 139.4);
  --bs-btn-hover-border-color: rgb(81.3, 231.6, 132.6);
  --bs-btn-focus-shadow-rgb: 53, 195, 101;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(100.6, 234.2, 146.2);
  --bs-btn-active-border-color: rgb(81.3, 231.6, 132.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #3ee577;
  --bs-btn-disabled-border-color: #3ee577;
}
body.theme-dark .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
body.theme-dark .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
body.theme-dark .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
body.theme-dark .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
body.theme-dark .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
body.theme-dark .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
body.theme-dark .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #131313;
  --bs-btn-border-color: #131313;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(54.4, 54.4, 54.4);
  --bs-btn-hover-border-color: rgb(42.6, 42.6, 42.6);
  --bs-btn-focus-shadow-rgb: 54, 54, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(66.2, 66.2, 66.2);
  --bs-btn-active-border-color: rgb(42.6, 42.6, 42.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #131313;
  --bs-btn-disabled-border-color: #131313;
}
body.theme-dark .btn-topka-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #42fcdb;
  --bs-btn-border-color: #42fcdb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(94.35, 252.45, 224.4);
  --bs-btn-hover-border-color: rgb(84.9, 252.3, 222.6);
  --bs-btn-focus-shadow-rgb: 56, 214, 186;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(103.8, 252.6, 226.2);
  --bs-btn-active-border-color: rgb(84.9, 252.3, 222.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #42fcdb;
  --bs-btn-disabled-border-color: #42fcdb;
}
body.theme-dark .btn-topka-third {
  --bs-btn-color: #000;
  --bs-btn-bg: #3eeea5;
  --bs-btn-border-color: #3eeea5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(90.95, 240.55, 178.5);
  --bs-btn-hover-border-color: rgb(81.3, 239.7, 174);
  --bs-btn-focus-shadow-rgb: 53, 202, 140;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(100.6, 241.4, 183);
  --bs-btn-active-border-color: rgb(81.3, 239.7, 174);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #3eeea5;
  --bs-btn-disabled-border-color: #3eeea5;
}
body.theme-dark .btn-outline-primary {
  --bs-btn-color: #3ee577;
  --bs-btn-border-color: #3ee577;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3ee577;
  --bs-btn-hover-border-color: #3ee577;
  --bs-btn-focus-shadow-rgb: 62, 229, 119;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3ee577;
  --bs-btn-active-border-color: #3ee577;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3ee577;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3ee577;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-dark {
  --bs-btn-color: #131313;
  --bs-btn-border-color: #131313;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #131313;
  --bs-btn-hover-border-color: #131313;
  --bs-btn-focus-shadow-rgb: 19, 19, 19;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #131313;
  --bs-btn-active-border-color: #131313;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #131313;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #131313;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-topka-secondary {
  --bs-btn-color: #42fcdb;
  --bs-btn-border-color: #42fcdb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #42fcdb;
  --bs-btn-hover-border-color: #42fcdb;
  --bs-btn-focus-shadow-rgb: 66, 252, 219;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #42fcdb;
  --bs-btn-active-border-color: #42fcdb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #42fcdb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #42fcdb;
  --bs-gradient: none;
}
body.theme-dark .btn-outline-topka-third {
  --bs-btn-color: #3eeea5;
  --bs-btn-border-color: #3eeea5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #3eeea5;
  --bs-btn-hover-border-color: #3eeea5;
  --bs-btn-focus-shadow-rgb: 62, 238, 165;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3eeea5;
  --bs-btn-active-border-color: #3eeea5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3eeea5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3eeea5;
  --bs-gradient: none;
}
body.theme-dark .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #3ee577;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #3ee577;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: #3ee577;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 53, 195, 101;
  text-decoration: underline;
}
body.theme-dark .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
body.theme-dark .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
body.theme-dark .btn-lg, body.theme-dark .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.3rem;
}
body.theme-dark .btn-sm, body.theme-dark .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-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,
body.theme-dark .dropup-center,
body.theme-dark .dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 15rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #92929F;
  --bs-dropdown-bg: #161b22;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-border-radius: 0.25rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0.25rem;
  --bs-dropdown-divider-bg: rgb(189, 199, 209);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 1px 4px 15px #f4f5f9;
  --bs-dropdown-link-color: #92929F;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: rgb(33.65, 38.4, 45.05);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3ee577;
  --bs-dropdown-link-disabled-color: #6c757d;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.45rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
body.theme-dark .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
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: var(--bs-dropdown-spacer);
}
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: var(--bs-dropdown-spacer);
}
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: var(--bs-dropdown-spacer);
}
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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
body.theme-dark .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  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: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
body.theme-dark .dropdown-item.active, body.theme-dark .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
body.theme-dark .dropdown-item.disabled, body.theme-dark .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
body.theme-dark .dropdown-menu.show {
  display: block;
}
body.theme-dark .dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
body.theme-dark .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
body.theme-dark .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: rgb(189, 199, 209);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #3ee577;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-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 {
  border-radius: 0.25rem;
}
body.theme-dark .btn-group > :not(.btn-check:first-child) + .btn,
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.dropdown-toggle-split:first-child,
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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #3ee577;
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body.theme-dark .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  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: var(--bs-nav-link-hover-color);
}
body.theme-dark .nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
body.theme-dark .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.25rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: rgba(44, 44, 58, 0.85);
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 rgba(44, 44, 58, 0.85);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
body.theme-dark .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
body.theme-dark .nav-tabs .nav-link:hover, body.theme-dark .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
body.theme-dark .nav-tabs .nav-link.disabled, body.theme-dark .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  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: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
body.theme-dark .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body.theme-dark .nav-pills {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #3ee577;
}
body.theme-dark .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
body.theme-dark .nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
body.theme-dark .nav-pills .nav-link.active,
body.theme-dark .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.7);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.3);
  --bs-navbar-active-color: #3ee577;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: #3ee577;
  --bs-navbar-brand-hover-color: #3ee577;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-border-radius: 0.25rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
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,
body.theme-dark .navbar > .container-max {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
body.theme-dark .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
body.theme-dark .navbar-brand:hover, body.theme-dark .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
body.theme-dark .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body.theme-dark .navbar-nav .show > .nav-link,
body.theme-dark .navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
body.theme-dark .navbar-nav .dropdown-menu {
  position: static;
}
body.theme-dark .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
body.theme-dark .navbar-text a,
body.theme-dark .navbar-text a:hover,
body.theme-dark .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
body.theme-dark .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
body.theme-dark .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}
body.theme-dark .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  body.theme-dark .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  body.theme-dark .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  body.theme-dark .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  body.theme-dark .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  body.theme-dark .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  body.theme-dark .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
body.theme-dark .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
body.theme-dark .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
body.theme-dark .navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: #3ee577;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #3ee577;
  --bs-navbar-brand-color: #3ee577;
  --bs-navbar-brand-hover-color: #3ee577;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body.theme-dark .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 0.7rem;
  --bs-card-box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  --bs-card-inner-border-radius: calc(0.7rem - 1px);
  --bs-card-cap-padding-y: 1.5rem;
  --bs-card-cap-padding-x: 1.5rem;
  --bs-card-cap-bg: #252526;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #252526;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
body.theme-dark .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
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: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
body.theme-dark .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}
body.theme-dark .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}
body.theme-dark .card-text:last-child {
  margin-bottom: 0;
}
body.theme-dark .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
body.theme-dark .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
body.theme-dark .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
body.theme-dark .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
body.theme-dark .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
body.theme-dark .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
body.theme-dark .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
body.theme-dark .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
body.theme-dark .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
body.theme-dark .card-img,
body.theme-dark .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
body.theme-dark .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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 {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: transparent;
  --bs-accordion-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;
  --bs-accordion-border-color: rgba(0, 0, 0, 0.125);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.25rem;
  --bs-accordion-inner-border-radius: calc(0.25rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #607080;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23607080'%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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2855.8, 206.1, 107.1%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");
  --bs-accordion-btn-focus-border-color: rgb(158.5, 242, 187);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(62, 229, 119, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: rgb(55.8, 206.1, 107.1);
  --bs-accordion-active-bg: rgb(235.7, 252.4, 241.4);
}
body.theme-dark .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .accordion-button {
    transition: none;
  }
}
body.theme-dark .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
body.theme-dark .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
body.theme-dark .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@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: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
body.theme-dark .accordion-header {
  margin-bottom: 0;
}
body.theme-dark .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
body.theme-dark .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
body.theme-dark .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
body.theme-dark .accordion-item:not(:first-of-type) {
  border-top: 0;
}
body.theme-dark .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
body.theme-dark .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
body.theme-dark .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
body.theme-dark .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
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, body.theme-dark .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
body.theme-dark .breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
body.theme-dark .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
body.theme-dark .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
body.theme-dark .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
body.theme-dark .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #92929F;
  --bs-pagination-bg: rgba(28, 28, 55, 0.9411764706);
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: rgba(28, 28, 55, 0.9411764706);
  --bs-pagination-border-radius: 0.25rem;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: rgba(40.6894409938, 40.6894409938, 66.1801242236, 0.9441176471);
  --bs-pagination-hover-border-color: rgba(28, 28, 55, 0.9411764706);
  --bs-pagination-focus-color: rgb(49.6, 183.2, 95.2);
  --bs-pagination-focus-bg: #212E48;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #3ee577;
  --bs-pagination-active-border-color: #3ee577;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #000;
  --bs-pagination-disabled-border-color: #000;
  display: flex;
  padding-left: 0;
  list-style: none;
}
body.theme-dark .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .page-link {
    transition: none;
  }
}
body.theme-dark .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
body.theme-dark .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
body.theme-dark .page-link.active, .active > body.theme-dark .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
body.theme-dark .page-link.disabled, .disabled > body.theme-dark .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
body.theme-dark .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
body.theme-dark .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
body.theme-dark .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
body.theme-dark .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.3rem;
}
body.theme-dark .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.2rem;
}
body.theme-dark .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.85em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
body.theme-dark .badge:empty {
  display: none;
}
body.theme-dark .btn .badge {
  position: relative;
  top: -1px;
}
body.theme-dark .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
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 {
  --bs-alert-color: rgb(24.8, 91.6, 47.6);
  --bs-alert-bg: rgb(216.4, 249.8, 227.8);
  --bs-alert-border-color: rgb(197.1, 247.2, 214.2);
}
body.theme-dark .alert-primary .alert-link {
  color: rgb(19.84, 73.28, 38.08);
}
body.theme-dark .alert-secondary {
  --bs-alert-color: rgb(64.8, 70.2, 75);
  --bs-alert-bg: rgb(225.6, 227.4, 229);
  --bs-alert-border-color: rgb(210.9, 213.6, 216);
}
body.theme-dark .alert-secondary .alert-link {
  color: rgb(51.84, 56.16, 60);
}
body.theme-dark .alert-success {
  --bs-alert-color: rgb(15, 81, 50.4);
  --bs-alert-bg: rgb(209, 231, 220.8);
  --bs-alert-border-color: rgb(186, 219, 203.7);
}
body.theme-dark .alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}
body.theme-dark .alert-info {
  --bs-alert-color: rgb(5.2, 80.8, 96);
  --bs-alert-bg: rgb(206.6, 244.4, 252);
  --bs-alert-border-color: rgb(182.4, 239.1, 250.5);
}
body.theme-dark .alert-info .alert-link {
  color: rgb(4.16, 64.64, 76.8);
}
body.theme-dark .alert-warning {
  --bs-alert-color: rgb(102, 77.2, 2.8);
  --bs-alert-bg: rgb(255, 242.6, 205.4);
  --bs-alert-border-color: rgb(255, 236.4, 180.6);
}
body.theme-dark .alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}
body.theme-dark .alert-danger {
  --bs-alert-color: rgb(132, 31.8, 41.4);
  --bs-alert-bg: rgb(248, 214.6, 217.8);
  --bs-alert-border-color: rgb(244.5, 194.4, 199.2);
}
body.theme-dark .alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}
body.theme-dark .alert-light {
  --bs-alert-color: rgb(99.2, 99.6, 100);
  --bs-alert-bg: rgb(253.6, 253.8, 254);
  --bs-alert-border-color: rgb(252.9, 253.2, 253.5);
}
body.theme-dark .alert-light .alert-link {
  color: rgb(79.36, 79.68, 80);
}
body.theme-dark .alert-dark {
  --bs-alert-color: rgb(11.4, 11.4, 11.4);
  --bs-alert-bg: rgb(207.8, 207.8, 207.8);
  --bs-alert-border-color: rgb(184.2, 184.2, 184.2);
}
body.theme-dark .alert-dark .alert-link {
  color: rgb(9.12, 9.12, 9.12);
}
body.theme-dark .alert-topka-secondary {
  --bs-alert-color: rgb(26.4, 100.8, 87.6);
  --bs-alert-bg: rgb(217.2, 254.4, 247.8);
  --bs-alert-border-color: rgb(198.3, 254.1, 244.2);
}
body.theme-dark .alert-topka-secondary .alert-link {
  color: rgb(21.12, 80.64, 70.08);
}
body.theme-dark .alert-topka-third {
  --bs-alert-color: rgb(24.8, 95.2, 66);
  --bs-alert-bg: rgb(216.4, 251.6, 237);
  --bs-alert-border-color: rgb(197.1, 249.9, 228);
}
body.theme-dark .alert-topka-third .alert-link {
  color: rgb(19.84, 76.16, 52.8);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
body.theme-dark .progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.18rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #3ee577;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
body.theme-dark .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}
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 {
  --bs-list-group-color: #afb0be;
  --bs-list-group-bg: #111a1e;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.25rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #afb0be;
  --bs-list-group-action-hover-bg: #101113;
  --bs-list-group-action-active-color: #607080;
  --bs-list-group-action-active-bg: rgb(35.4468085106, 54.2127659574, 62.5531914894);
  --bs-list-group-disabled-color: #000;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #3ee577;
  --bs-list-group-active-border-color: #3ee577;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
body.theme-dark .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
body.theme-dark .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
body.theme-dark .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
body.theme-dark .list-group-item-action:hover, body.theme-dark .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
body.theme-dark .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
body.theme-dark .list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
body.theme-dark .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
body.theme-dark .list-group-item + .list-group-item {
  border-top-width: 0;
}
body.theme-dark .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
body.theme-dark .list-group-horizontal {
  flex-direction: row;
}
body.theme-dark .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
body.theme-dark .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
body.theme-dark .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@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:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@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:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@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:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@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:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@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:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  body.theme-dark .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  body.theme-dark .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
body.theme-dark .list-group-flush {
  border-radius: 0;
}
body.theme-dark .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
body.theme-dark .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
body.theme-dark .list-group-item-primary {
  color: rgb(24.8, 91.6, 47.6);
  background-color: rgb(216.4, 249.8, 227.8);
}
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(24.8, 91.6, 47.6);
  background-color: rgb(194.76, 224.82, 205.02);
}
body.theme-dark .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(24.8, 91.6, 47.6);
  border-color: rgb(24.8, 91.6, 47.6);
}
body.theme-dark .list-group-item-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
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(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
body.theme-dark .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}
body.theme-dark .list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
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(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
body.theme-dark .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}
body.theme-dark .list-group-item-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
}
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(5.2, 80.8, 96);
  background-color: rgb(185.94, 219.96, 226.8);
}
body.theme-dark .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 80.8, 96);
  border-color: rgb(5.2, 80.8, 96);
}
body.theme-dark .list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
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(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
body.theme-dark .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}
body.theme-dark .list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
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(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
body.theme-dark .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}
body.theme-dark .list-group-item-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
}
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(99.2, 99.6, 100);
  background-color: rgb(228.24, 228.42, 228.6);
}
body.theme-dark .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.6, 100);
  border-color: rgb(99.2, 99.6, 100);
}
body.theme-dark .list-group-item-dark {
  color: rgb(11.4, 11.4, 11.4);
  background-color: rgb(207.8, 207.8, 207.8);
}
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(11.4, 11.4, 11.4);
  background-color: rgb(187.02, 187.02, 187.02);
}
body.theme-dark .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.4, 11.4, 11.4);
  border-color: rgb(11.4, 11.4, 11.4);
}
body.theme-dark .list-group-item-topka-secondary {
  color: rgb(26.4, 100.8, 87.6);
  background-color: rgb(217.2, 254.4, 247.8);
}
body.theme-dark .list-group-item-topka-secondary.list-group-item-action:hover, body.theme-dark .list-group-item-topka-secondary.list-group-item-action:focus {
  color: rgb(26.4, 100.8, 87.6);
  background-color: rgb(195.48, 228.96, 223.02);
}
body.theme-dark .list-group-item-topka-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.4, 100.8, 87.6);
  border-color: rgb(26.4, 100.8, 87.6);
}
body.theme-dark .list-group-item-topka-third {
  color: rgb(24.8, 95.2, 66);
  background-color: rgb(216.4, 251.6, 237);
}
body.theme-dark .list-group-item-topka-third.list-group-item-action:hover, body.theme-dark .list-group-item-topka-third.list-group-item-action:focus {
  color: rgb(24.8, 95.2, 66);
  background-color: rgb(194.76, 226.44, 213.3);
}
body.theme-dark .list-group-item-topka-third.list-group-item-action.active {
  color: #fff;
  background-color: rgb(24.8, 95.2, 66);
  border-color: rgb(24.8, 95.2, 66);
}
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(62, 229, 119, 0.25);
  opacity: 1;
}
body.theme-dark .btn-close:disabled, body.theme-dark .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}
body.theme-dark .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
body.theme-dark .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 0.75rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: #fff;
  --bs-toast-bg: rgba(44, 46, 66, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: rgba(0, 0, 0, 0.1);
  --bs-toast-border-radius: 0.3rem;
  --bs-toast-box-shadow: 0 0.5rem 1.5rem rgba(40, 40, 40, 0.1);
  --bs-toast-header-color: #fff;
  --bs-toast-header-bg: #12121e;
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
body.theme-dark .toast.showing {
  opacity: 0;
}
body.theme-dark .toast:not(.show) {
  display: none;
}
body.theme-dark .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
body.theme-dark .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
body.theme-dark .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
body.theme-dark .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
body.theme-dark .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
body.theme-dark .modal {
  --bs-modal-zindex: 1050;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #252526;
  --bs-modal-border-color: rgba(0, 0, 0, 0.2);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.3rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.3rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: #6c757d;
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: #6c757d;
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
body.theme-dark .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade body.theme-dark .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade body.theme-dark .modal-dialog {
    transition: none;
  }
}
.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% - var(--bs-modal-margin) * 2);
}
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% - var(--bs-modal-margin) * 2);
}
body.theme-dark .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
body.theme-dark .modal-backdrop {
  --bs-backdrop-zindex: 1040;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
body.theme-dark .modal-backdrop.fade {
  opacity: 0;
}
body.theme-dark .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
body.theme-dark .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
body.theme-dark .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
body.theme-dark .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
body.theme-dark .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
body.theme-dark .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
body.theme-dark .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  body.theme-dark .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  body.theme-dark .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  body.theme-dark .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  body.theme-dark .modal-lg,
  body.theme-dark .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  body.theme-dark .modal-xl {
    --bs-modal-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,
body.theme-dark .modal-fullscreen .modal-footer {
  border-radius: 0;
}
body.theme-dark .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@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,
  body.theme-dark .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  body.theme-dark .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  body.theme-dark .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  body.theme-dark .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  body.theme-dark .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  body.theme-dark .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
body.theme-dark .tooltip {
  --bs-tooltip-zindex: 1070;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: 0;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.25rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: "montserrat";
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
body.theme-dark .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
body.theme-dark .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
body.theme-dark .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
body.theme-dark .bs-tooltip-end .tooltip-arrow, body.theme-dark .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
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: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
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 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
body.theme-dark .bs-tooltip-start .tooltip-arrow, body.theme-dark .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
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: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
body.theme-dark .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
body.theme-dark .popover {
  --bs-popover-zindex: 1060;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: rgba(0, 0, 0, 0.2);
  --bs-popover-border-radius: 0.3rem;
  --bs-popover-inner-border-radius: calc(0.3rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: rgb(239.7, 239.7, 239.7);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #607080;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "montserrat";
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
body.theme-dark .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
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;
  border-width: 0;
}
body.theme-dark .bs-popover-top > .popover-arrow, body.theme-dark .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
body.theme-dark .bs-popover-top > .popover-arrow::before, body.theme-dark .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, body.theme-dark .bs-popover-top > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
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-top-color: var(--bs-popover-arrow-border);
}
body.theme-dark .bs-popover-top > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
body.theme-dark .bs-popover-end > .popover-arrow, body.theme-dark .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
body.theme-dark .bs-popover-end > .popover-arrow::before, body.theme-dark .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, body.theme-dark .bs-popover-end > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
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-right-color: var(--bs-popover-arrow-border);
}
body.theme-dark .bs-popover-end > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
body.theme-dark .bs-popover-bottom > .popover-arrow, body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
body.theme-dark .bs-popover-bottom > .popover-arrow::before, body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, body.theme-dark .bs-popover-bottom > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
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-bottom-color: var(--bs-popover-arrow-border);
}
body.theme-dark .bs-popover-bottom > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
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: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
body.theme-dark .bs-popover-start > .popover-arrow, body.theme-dark .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
body.theme-dark .bs-popover-start > .popover-arrow::before, body.theme-dark .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, body.theme-dark .bs-popover-start > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
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-left-color: var(--bs-popover-arrow-border);
}
body.theme-dark .bs-popover-start > .popover-arrow::after, body.theme-dark .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
body.theme-dark .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
body.theme-dark .popover-header:empty {
  display: none;
}
body.theme-dark .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
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 .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 .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 .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;
}
body.theme-dark .spinner-grow,
body.theme-dark .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
body.theme-dark .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
body.theme-dark .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
body.theme-dark .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
body.theme-dark .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  body.theme-dark .spinner-border,
  body.theme-dark .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
body.theme-dark .offcanvas, body.theme-dark .offcanvas-xxl, body.theme-dark .offcanvas-xl, body.theme-dark .offcanvas-lg, body.theme-dark .offcanvas-md, body.theme-dark .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: rgba(0, 0, 0, 0.2);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
  body.theme-dark .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  body.theme-dark .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  body.theme-dark .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  body.theme-dark .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  body.theme-dark .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  body.theme-dark .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  body.theme-dark .offcanvas-sm.showing, body.theme-dark .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  body.theme-dark .offcanvas-sm.showing, body.theme-dark .offcanvas-sm.hiding, body.theme-dark .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  body.theme-dark .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  body.theme-dark .offcanvas-sm .offcanvas-header {
    display: none;
  }
  body.theme-dark .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  body.theme-dark .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  body.theme-dark .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  body.theme-dark .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  body.theme-dark .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  body.theme-dark .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  body.theme-dark .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  body.theme-dark .offcanvas-md.showing, body.theme-dark .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  body.theme-dark .offcanvas-md.showing, body.theme-dark .offcanvas-md.hiding, body.theme-dark .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  body.theme-dark .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  body.theme-dark .offcanvas-md .offcanvas-header {
    display: none;
  }
  body.theme-dark .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  body.theme-dark .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  body.theme-dark .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  body.theme-dark .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  body.theme-dark .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  body.theme-dark .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  body.theme-dark .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  body.theme-dark .offcanvas-lg.showing, body.theme-dark .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  body.theme-dark .offcanvas-lg.showing, body.theme-dark .offcanvas-lg.hiding, body.theme-dark .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  body.theme-dark .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  body.theme-dark .offcanvas-lg .offcanvas-header {
    display: none;
  }
  body.theme-dark .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  body.theme-dark .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  body.theme-dark .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  body.theme-dark .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  body.theme-dark .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  body.theme-dark .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  body.theme-dark .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  body.theme-dark .offcanvas-xl.showing, body.theme-dark .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  body.theme-dark .offcanvas-xl.showing, body.theme-dark .offcanvas-xl.hiding, body.theme-dark .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  body.theme-dark .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  body.theme-dark .offcanvas-xl .offcanvas-header {
    display: none;
  }
  body.theme-dark .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  body.theme-dark .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  body.theme-dark .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  body.theme-dark .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  body.theme-dark .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  body.theme-dark .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  body.theme-dark .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  body.theme-dark .offcanvas-xxl.showing, body.theme-dark .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  body.theme-dark .offcanvas-xxl.showing, body.theme-dark .offcanvas-xxl.hiding, body.theme-dark .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  body.theme-dark .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  body.theme-dark .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  body.theme-dark .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
body.theme-dark .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  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.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
body.theme-dark .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
body.theme-dark .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
body.theme-dark .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
body.theme-dark .offcanvas.showing, body.theme-dark .offcanvas.show:not(.hiding) {
  transform: none;
}
body.theme-dark .offcanvas.showing, body.theme-dark .offcanvas.hiding, body.theme-dark .offcanvas.show {
  visibility: visible;
}
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: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
body.theme-dark .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
body.theme-dark .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
body.theme-dark .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
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 {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
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: #607080;
}
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(141.75, 255, 180.4041916168);
  color: rgb(16.44, 121.86, 52.4216766467);
  border: 1px solid rgb(124.725, 237.45, 163.2);
}
body.theme-dark .alert-light-secondary {
  background-color: rgb(148.3024819495, 178.2910304736, 204.9475180505);
  color: rgb(33.72, 62.0223529412, 87.18);
  border: 1px solid rgb(155.775, 161.85, 167.25);
}
body.theme-dark .alert-light-success {
  background-color: rgb(82.275, 216.225, 154.1209090909);
  color: rgb(13.2, 85.8, 52.14);
  border: 1px solid rgb(99.75, 174, 139.575);
}
body.theme-dark .alert-light-danger {
  background-color: rgb(255, 151.95, 161.8230538922);
  color: rgb(121.376, 21.004, 30.6204790419);
  border: 1px solid rgb(234.525, 136.83, 146.19);
}
body.theme-dark .alert-light-warning {
  background-color: rgb(255, 221.25, 120);
  color: rgb(127.92, 96.36, 1.68);
  border: 1px solid rgb(255, 213.15, 87.6);
}
body.theme-dark .alert-light-info {
  background-color: rgb(113.25, 231.2709251101, 255);
  color: rgb(4.02, 102.9827312775, 122.88);
  border: 1px solid rgb(91.65, 219.225, 244.875);
}
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(110.25, 235.5, 153);
  color: black;
}
body.theme-dark .btn.btn-light-secondary {
  background-color: rgb(144.75, 151.5, 157.5);
  color: black;
}
body.theme-dark .btn.btn-light-success {
  background-color: rgb(82.5, 165, 126.75);
  color: black;
}
body.theme-dark .btn.btn-light-danger {
  background-color: rgb(232.25, 123.7, 134.1);
  color: black;
}
body.theme-dark .btn.btn-light-warning {
  background-color: rgb(255, 208.5, 69);
  color: black;
}
body.theme-dark .btn.btn-light-info {
  background-color: rgb(73.5, 215.25, 243.75);
  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-warning {
  color: #fff;
}
body.theme-dark .btn.btn-danger {
  color: #fff;
}
body.theme-dark .btn.btn-dark {
  color: #fff;
}
body.theme-dark .btn.btn-light {
  color: #818182;
}
body.theme-dark .btn.btn-info {
  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: 1px rgba(66, 252, 219, 0.37) solid;
}
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: rgba(255, 255, 255, 0.651);
  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-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;
}
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: #3ee577;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.theme-dark .pricing .card-highlighted .card-header, body.theme-dark .pricing .card-highlighted .card-body {
  background-color: #3ee577;
  color: #252526;
}
body.theme-dark .pricing .card-highlighted ul li {
  color: #fff;
}
body.theme-dark .pricing .card-highlighted ul li i, body.theme-dark .pricing .card-highlighted ul li svg {
  color: #007b19;
}
body.theme-dark .pricing .card-highlighted .card-footer {
  background-color: #3ee577;
}
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: rgba(28, 28, 55, 0.9411764706);
}
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.03);
}
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 {
  color: #fff;
  margin: 0;
}
body.theme-dark .form-group {
  margin-bottom: 0.7rem;
}
body.theme-dark .form-group label {
  color: #fff;
  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(35.4468085106, 54.2127659574, 62.5531914894);
  width: 100%;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: rgb(49.65, 115.85, 72.1107142857);
  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 #3ee577;
  border-top: 1px solid #3ee577;
  border-right: 1px solid #3ee577;
}
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: #3ee577;
}
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.6rem;
}
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-group.mandatory .form-label:first-child:after {
  content: " *";
  color: #dc3545;
}
body.theme-dark .form-group.is-invalid * {
  color: #dc3545;
  border-color: #dc3545;
}
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: 1.2rem;
}
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: #3ee577;
  border-color: #3ee577;
}
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(106.9452054795, 235.0547945205, 150.6712328767);
}
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(133.7553648069, 142.4849785408, 150.2446351931);
}
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(32.96875, 178.03125, 110.775);
}
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(59.5849802372, 213.4743083004, 244.4150197628);
}
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(255, 205.75, 58);
}
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(227.5316455696, 96.4683544304, 109.0253164557);
}
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: #131313;
  border-color: #131313;
}
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(44.5, 44.5, 44.5);
}
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-input.form-check-topka-secondary {
  background-color: #42fcdb;
  border-color: #42fcdb;
}
body.theme-dark .form-check .form-check-input.form-check-topka-secondary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-topka-secondary.form-check-glow {
  box-shadow: 0 0 5px rgb(116.203125, 252.796875, 228.5625);
}
body.theme-dark .form-check .form-check-input.form-check-topka-secondary.form-check-glow:not(:checked) {
  box-shadow: none;
}
body.theme-dark .form-check .form-check-input.form-check-topka-third {
  background-color: #3eeea5;
  border-color: #3eeea5;
}
body.theme-dark .form-check .form-check-input.form-check-topka-third:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}
body.theme-dark .form-check .form-check-input.form-check-topka-third.form-check-glow {
  box-shadow: 0 0 5px rgb(108.8714285714, 242.1285714286, 186.8571428571);
}
body.theme-dark .form-check .form-check-input.form-check-topka-third.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: #3ee577;
  border-color: #3ee577;
}
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: #131313;
  border-color: #131313;
}
body.theme-dark .form-check.form-check-topka-secondary .form-check-input {
  background-color: #42fcdb;
  border-color: #42fcdb;
}
body.theme-dark .form-check.form-check-topka-third .form-check-input {
  background-color: #3eeea5;
  border-color: #3eeea5;
}
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: #111a1e;
  border-color: #4b4b68;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
body.theme-dark .choices__inner {
  background-color: #111a1e;
  border-color: #2a623d;
}
body.theme-dark .choices__input {
  background-color: #111a1e !important;
  color: #fff;
}
body.theme-dark .choices__list {
  background-color: #111a1e;
}
body.theme-dark .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgb(49.58, 49.58, 50.92);
}
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 #sidebar.active .sidebar-wrapper {
  left: 0;
}
body.theme-dark #sidebar:not(.active) .sidebar-wrapper {
  left: -300px;
}
body.theme-dark #sidebar:not(.active) ~ #main {
  margin-left: 0;
}
body.theme-dark .sidebar-wrapper {
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
  overflow-y: auto;
  background-color: #252526;
  bottom: 0;
  transition: left 0.5s ease-out;
}
body.theme-dark .sidebar-wrapper .sidebar-header {
  padding: 2rem 2rem 1rem;
  font-size: 2rem;
  font-weight: bold;
}
body.theme-dark .sidebar-wrapper .sidebar-header img {
  height: 1.2rem;
}
body.theme-dark .sidebar-wrapper .sidebar-toggler.x {
  position: absolute;
  right: 1.75rem;
  top: 0.25rem;
  display: none;
}
body.theme-dark .sidebar-wrapper .menu {
  padding-left: 0;
  margin-top: 2rem;
  padding: 0 2rem;
  font-weight: 600;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-title {
  padding: 0 1rem;
  margin: 1.5rem 0 1rem;
  font-size: 1rem;
  list-style: none;
  font-weight: 600;
  color: #9899ac;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link {
  display: block;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  transition: all 0.5s;
  text-decoration: none;
  color: #9899ac;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link svg, body.theme-dark .sidebar-wrapper .menu .sidebar-link i {
  color: #83e8a5;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link i:before {
  vertical-align: top;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link span {
  margin-left: 1rem;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-link:hover {
  background-color: #282839;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item {
  list-style: none;
  margin-top: 0.5rem;
  position: relative;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" style="fill:none;stroke:gray;stroke-width:1"></polyline></svg>');
  position: absolute;
  color: #ccc;
  right: 15px;
  top: 12px;
  display: block;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active.has-sub .sidebar-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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" style="fill:none;stroke:white;stroke-width:1"></polyline></svg>');
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
  background-color: #3ee577;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link span {
  color: #fff;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link svg, body.theme-dark .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link i {
  fill: white;
  color: white;
}
body.theme-dark .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link.has-sub: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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9" style="fill:none;stroke:#fff;stroke-width:1"></polyline></svg>');
}
body.theme-dark .sidebar-wrapper .menu .submenu {
  list-style: none;
  display: none;
  transition: max-height 2s cubic-bezier(0, 0.55, 0.45, 1);
  overflow: hidden;
}
body.theme-dark .sidebar-wrapper .menu .submenu.active {
  max-height: 999px;
  display: block;
}
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item.active {
  position: relative;
}
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item.active > a {
  color: #3ee577;
  font-weight: bold;
}
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item a {
  padding: 0.7rem 2rem;
  display: block;
  color: #9899ac;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
body.theme-dark .sidebar-wrapper .menu .submenu .submenu-item a:hover {
  margin-left: 0.3rem;
  color: #3ee577;
}
body.theme-dark .sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  body.theme-dark .sidebar-wrapper {
    position: absolute;
    left: -300px;
  }
  body.theme-dark .sidebar-wrapper .sidebar-toggler.x {
    display: block;
  }
}
body.theme-dark .nav-pills .nav-link.active {
  box-shadow: 0 2px 10px rgba(62, 229, 119, 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(62, 229, 119, 0.3);
}
body.theme-dark .nav-tabs .nav-link.active {
  border: none;
  position: relative;
  color: #3ee577;
}
body.theme-dark .nav-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #3ee577;
  left: 0;
  box-shadow: 0 2px 5px rgba(62, 229, 119, 0.5);
}
body.theme-dark .layout-navbar {
  --navbar-height: 90px;
  display: block !important;
}
body.theme-dark .navbar-fixed > header {
  display: unset;
  height: var(--navbar-height);
}
body.theme-dark .navbar-fixed .navbar-top {
  position: sticky;
  background-color: var(--bs-body-bg);
  z-index: 9;
  top: 0;
  width: inherit;
}
body.theme-dark .navbar {
  background-color: #03010d !important;
  height: var(--navbar-height);
  padding: 1.2rem;
  color: #fff;
  font-weight: 400 !important;
}
body.theme-dark .navbar .navbar-brand img {
  height: 2rem;
}
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-top .notification-dropdown {
  min-width: 20rem;
}
body.theme-dark .navbar-top .notification-item {
  margin-bottom: 0.4rem;
}
body.theme-dark .navbar-top .notification-item a {
  color: #fff;
}
body.theme-dark .navbar-top .notification-item p {
  margin-bottom: 0;
}
body.theme-dark .navbar-top .notification-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-align: center;
  vertical-align: middle;
}
body.theme-dark .navbar-top .notification-icon i {
  vertical-align: -moz-middle-with-baseline;
  font-size: 20px;
}
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: #22223c;
  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-link span > i {
  margin-right: 3px;
}
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: -3px;
  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: #191926;
  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: #191926;
  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: white;
    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 #topbarUserDropdown:after {
  margin-left: 1rem;
}
body.theme-dark .pagination.pagination-primary .page-item.active .page-link {
  background-color: #3ee577;
  border-color: #3ee577;
  box-shadow: 0 2px 5px rgba(62, 229, 119, 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: #131313;
  border-color: #131313;
  box-shadow: 0 2px 5px rgba(19, 19, 19, 0.3);
}
body.theme-dark .pagination.pagination-topka-secondary .page-item.active .page-link {
  background-color: #42fcdb;
  border-color: #42fcdb;
  box-shadow: 0 2px 5px rgba(66, 252, 219, 0.3);
}
body.theme-dark .pagination.pagination-topka-third .page-item.active .page-link {
  background-color: #3eeea5;
  border-color: #3eeea5;
  box-shadow: 0 2px 5px rgba(62, 238, 165, 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 {
  font-size: 0.875rem;
}
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;
}
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: 1.3rem;
}
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: #3ee577;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-secondary {
  overflow: visible;
}
body.theme-dark .progress.progress-secondary .progress-bar {
  background-color: #6c757d;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-success {
  overflow: visible;
}
body.theme-dark .progress.progress-success .progress-bar {
  background-color: #198754;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-info {
  overflow: visible;
}
body.theme-dark .progress.progress-info .progress-bar {
  background-color: #0dcaf0;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-warning {
  overflow: visible;
}
body.theme-dark .progress.progress-warning .progress-bar {
  background-color: #ffc107;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-danger {
  overflow: visible;
}
body.theme-dark .progress.progress-danger .progress-bar {
  background-color: #dc3545;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-light {
  overflow: visible;
}
body.theme-dark .progress.progress-light .progress-bar {
  background-color: #f8f9fa;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-dark {
  overflow: visible;
}
body.theme-dark .progress.progress-dark .progress-bar {
  background-color: #131313;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-topka-secondary {
  overflow: visible;
}
body.theme-dark .progress.progress-topka-secondary .progress-bar {
  background-color: #42fcdb;
  border-radius: 0.18rem;
}
body.theme-dark .progress.progress-topka-third {
  overflow: visible;
}
body.theme-dark .progress.progress-topka-third .progress-bar {
  background-color: #3eeea5;
  border-radius: 0.18rem;
}
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 #main {
  margin-left: 300px;
  padding: 2rem;
  min-height: 100vh;
}
@media screen and (max-width: 1199px) {
  body.theme-dark #main {
    margin-left: 0;
  }
}
body.theme-dark #main.layout-navbar {
  padding: 0;
  transition: margin-left 0.5s ease-out;
}
body.theme-dark #main.layout-horizontal {
  padding: 0;
  margin: 0;
}
body.theme-dark #main #main-content {
  padding: 2rem;
}
body.theme-dark #main, body.theme-dark #main-content {
  display: flex;
  flex-direction: column;
}
body.theme-dark #main-content, body.theme-dark .page-heading {
  flex-grow: 1;
}
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 .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(110.25, 235.5, 153);
  color: black;
}
body.theme-dark .bg-light-secondary {
  background-color: rgb(144.75, 151.5, 157.5);
  color: black;
}
body.theme-dark .bg-light-success {
  background-color: rgb(82.5, 165, 126.75);
  color: black;
}
body.theme-dark .bg-light-danger {
  background-color: rgb(232.25, 123.7, 134.1);
  color: black;
}
body.theme-dark .bg-light-warning {
  background-color: rgb(255, 208.5, 69);
  color: black;
}
body.theme-dark .bg-light-info {
  background-color: rgb(73.5, 215.25, 243.75);
  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 .z-1 {
  z-index: 1;
}
body.theme-dark .toast .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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;
}
body.theme-dark .swal2-popup, body.theme-dark .swal2-validation-message {
  background-color: #252526 !important;
  color: #fff !important;
}
body.theme-dark .swal2-title {
  color: #fff !important;
}
body.theme-dark .swal2-styled.swal2-confirm {
  background-color: #3699ff !important;
}
body.theme-dark .swal2-styled.swal2-confirm:hover {
  background-color: #187de4 !important;
}
body.theme-dark .apexcharts-text tspan {
  fill: #fff !important;
}
body.theme-dark .apexcharts-legend-text {
  color: #fff !important;
}
body.theme-dark .theme-toggle {
  color: #9899ac;
}
body.theme-dark .pricing .card {
  border: none;
  box-shadow: none;
}
body.theme-dark .note-editing-area .note-editable {
  background-color: white;
}
body.theme-dark .dataTable-input {
  background-color: #111a1e;
  border-color: #2a623d;
  transition: all 0.2s ease-in-out;
}
body.theme-dark .dataTable-input:focus {
  background-color: #111a1e;
  border-color: #4b4b68;
  color: #fff;
}
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;
}
