@charset "UTF-8";

@font-face {
  font-family: "Campton-Bold";
  /*src: url('<?= base_url("assets/fonts/new/Campton-Bold.otf"); ?>') format('opentype');*/
  font-weight: bold;
  font-style: normal;
  src: url(var(--base-url)"assets/fonts/new/Campton-Bold.otf'")
    format("opentype"); /* Replace with actual path */
}

@font-face {
  font-family: "Campton-SemiBold";
  src: url(var(--base-url)"assets/fonts/new/Campton-SemiBold.otf'")
    format("opentype"); /* Replace with actual path */

  font-weight: 600;
  font-style: normal;
}

/* Apply the font globally */
* {
  font-family: "Campton-SemiBold", sans-serif !important; /* Default font */
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea {
  font-family: "Campton-SemiBold", sans-serif !important;
}

html[data-bs-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-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: #435ebe;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #ced4da;
  --bs-dark: #131313;
  --bs-primary-rgb: 67, 94, 190;
  --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: 206, 212, 218;
  --bs-dark-rgb: 19, 19, 19;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 194, 194, 217;
  --bs-body-bg-rgb: 21, 21, 33;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: "Plus Jakarta Sans";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #c2c2d9;
  --bs-body-bg: #151521;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #19191a;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075),
    1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075),
    2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast > * {
  grid-column: 2;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-html-container:empty {
  padding: 0;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-icon
  .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-icon.swal2-success
  .swal2-success-ring {
  width: 2em;
  height: 2em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0.5em 0 0;
  padding: 0 0.5em;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success
  .swal2-success-ring {
  width: 2em;
  height: 2em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success
  .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"] {
  height: 0.3125em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

html[data-bs-theme="dark"]
  .swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

html[data-bs-theme="dark"] .swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

html[data-bs-theme="dark"] div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(
      min-content,
      auto
    );
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

html[data-bs-theme="dark"] div:where(.swal2-container).swal2-backdrop-show,
html[data-bs-theme="dark"] div:where(.swal2-container).swal2-noanimation {
  background: rgba(25, 25, 26, 0.75);
}

html[data-bs-theme="dark"] div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}

html[data-bs-theme="dark"] div:where(.swal2-container).swal2-top-start,
html[data-bs-theme="dark"] div:where(.swal2-container).swal2-center-start,
html[data-bs-theme="dark"] div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

html[data-bs-theme="dark"] div:where(.swal2-container).swal2-top,
html[data-bs-theme="dark"] div:where(.swal2-container).swal2-center,
html[data-bs-theme="dark"] div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

html[data-bs-theme="dark"] div:where(.swal2-container).swal2-top-end,
html[data-bs-theme="dark"] div:where(.swal2-container).swal2-center-end,
html[data-bs-theme="dark"] div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-top-start
  > .swal2-popup {
  align-self: start;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-top
  > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-top-end
  > .swal2-popup,
html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-top-right
  > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-center-start
  > .swal2-popup,
html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-center-left
  > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-center
  > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-center-end
  > .swal2-popup,
html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-center-right
  > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-bottom-start
  > .swal2-popup,
html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-bottom-left
  > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-bottom
  > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-bottom-end
  > .swal2-popup,
html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-bottom-right
  > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-grow-row
  > .swal2-popup,
html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-grow-fullscreen
  > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-grow-column
  > .swal2-popup,
html[data-bs-theme="dark"]
  div:where(.swal2-container).swal2-grow-fullscreen
  > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

html[data-bs-theme="dark"] div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}

html[data-bs-theme="dark"] div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #19191a;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-popup):focus {
  outline: none;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}

html[data-bs-theme="dark"] div:where(.swal2-container) h2:where(.swal2-title),
html[data-bs-theme="dark"] div:where(.swal2-container) .h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: #e1e1e1;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-actions):not(.swal2-loading)
  .swal2-styled[disabled] {
  opacity: 0.4;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-actions):not(.swal2-loading)
  .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-actions):not(.swal2-loading)
  .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled).swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled).swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled).swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled).swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled).swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled).swal2-default-outline:focus {
  box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(138, 176, 213, 0.5);
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled):focus {
  outline: none;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #555;
  color: #bbb;
  font-size: 1em;
  text-align: center;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(225, 225, 225, 0.6);
}

html[data-bs-theme="dark"] div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-close):hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-close):focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: #e1e1e1;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  input:where(.swal2-input),
html[data-bs-theme="dark"] div:where(.swal2-container) input:where(.swal2-file),
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  textarea:where(.swal2-textarea),
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  select:where(.swal2-select),
html[data-bs-theme="dark"] div:where(.swal2-container) div:where(.swal2-radio),
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  input:where(.swal2-input),
html[data-bs-theme="dark"] div:where(.swal2-container) input:where(.swal2-file),
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: #323234;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: #e1e1e1;
  font-size: 1.125em;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  input:where(.swal2-input).swal2-inputerror,
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  input:where(.swal2-file).swal2-inputerror,
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  input:where(.swal2-input):focus,
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  input:where(.swal2-file):focus,
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px rgba(100, 150, 200, 0.5);
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  input:where(.swal2-input)::placeholder,
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  input:where(.swal2-file)::placeholder,
html[data-bs-theme="dark"]
  div:where(.swal2-container)
  textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #19191a;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-range input {
  width: 80%;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: #e1e1e1;
  font-weight: 600;
  text-align: center;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-range input,
html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: #323234;
  font-size: 1.125em;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: #323234;
  color: #e1e1e1;
  font-size: 1.125em;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-radio,
html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #19191a;
  color: #e1e1e1;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-radio label,
html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-radio input,
html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #323234;
  color: #e1e1e1;
  font-size: 1em;
  font-weight: 300;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  div:where(.swal2-validation-message):before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

html[data-bs-theme="dark"] div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  .swal2-progress-steps
  li {
  display: inline-block;
  position: relative;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  .swal2-progress-steps
  .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  .swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  .swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: #58585b;
  color: #fff;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  .swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: #58585b;
}

html[data-bs-theme="dark"]
  div:where(.swal2-container)
  .swal2-progress-steps
  .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

html[data-bs-theme="dark"] div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

html[data-bs-theme="dark"] div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

html[data-bs-theme="dark"] div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}

html[data-bs-theme="dark"] div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-error
  [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}

html[data-bs-theme="dark"] div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-error.swal2-icon-show
  .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

html[data-bs-theme="dark"] div:where(.swal2-icon).swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-warning.swal2-icon-show
  .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}

html[data-bs-theme="dark"] div:where(.swal2-icon).swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

html[data-bs-theme="dark"] div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-info.swal2-icon-show
  .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}

html[data-bs-theme="dark"] div:where(.swal2-icon).swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-question.swal2-icon-show
  .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}

html[data-bs-theme="dark"] div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success
  [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success
  .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success
  .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success
  [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success
  [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success.swal2-icon-show
  .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

html[data-bs-theme="dark"]
  div:where(.swal2-icon).swal2-success.swal2-icon-show
  .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

html[data-bs-theme="dark"] [class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}

html[data-bs-theme="dark"] .swal2-show {
  animation: swal2-show 0.3s;
}

html[data-bs-theme="dark"] .swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

html[data-bs-theme="dark"] .swal2-noanimation {
  transition: none;
}

html[data-bs-theme="dark"] .swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

html[data-bs-theme="dark"] .swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

html[data-bs-theme="dark"] .swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotate(2deg);
  }
  33% {
    transform: translateY(0) rotate(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotate(2deg);
  }
  to {
    transform: translateY(0) rotate(0);
  }
}

@keyframes swal2-toast-hide {
  to {
    transform: rotate(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  to {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  to {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  to {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  to {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  to {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  to {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  25% {
    transform: rotate(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotate(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotate(-5deg);
    opacity: 1;
  }
  to {
    transform: rotateX(0);
    opacity: 1;
  }
}

html[data-bs-theme="dark"]
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

html[data-bs-theme="dark"] body.swal2-height-auto {
  height: auto !important;
}

html[data-bs-theme="dark"] body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

html[data-bs-theme="dark"]
  body.swal2-no-backdrop
  .swal2-container
  .swal2-popup {
  pointer-events: all;
}

html[data-bs-theme="dark"]
  body.swal2-no-backdrop
  .swal2-container
  .swal2-modal {
  box-shadow: 0 0 10px rgba(25, 25, 26, 0.75);
}

@media print {
  html[data-bs-theme="dark"]
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  html[data-bs-theme="dark"]
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden="true"] {
    display: none;
  }

  html[data-bs-theme="dark"]
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}

html[data-bs-theme="dark"] body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

html[data-bs-theme="dark"] body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translate(-50%);
}

html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-top-end,
html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}

html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-top-start,
html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}

html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-center-start,
html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}

html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-center-end,
html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}

html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-bottom-start,
html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}

html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translate(-50%);
}

html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-bottom-end,
html[data-bs-theme="dark"]
  body.swal2-toast-shown
  .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

html[data-bs-theme="dark"] *,
html[data-bs-theme="dark"] *:before,
html[data-bs-theme="dark"] *:after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  html[data-bs-theme="dark"] :root {
    scroll-behavior: smooth;
  }
}

html[data-bs-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);
}

html[data-bs-theme="dark"] hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

html[data-bs-theme="dark"] h6,
html[data-bs-theme="dark"] .h6,
html[data-bs-theme="dark"] h5,
html[data-bs-theme="dark"] .h5,
html[data-bs-theme="dark"] h4,
html[data-bs-theme="dark"] .h4,
html[data-bs-theme="dark"] h3,
html[data-bs-theme="dark"] .h3,
html[data-bs-theme="dark"] h2,
html[data-bs-theme="dark"] .h2,
html[data-bs-theme="dark"] h1,
html[data-bs-theme="dark"] .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

html[data-bs-theme="dark"] h1,
html[data-bs-theme="dark"] .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] h1,
  html[data-bs-theme="dark"] .h1 {
    font-size: 2.5rem;
  }
}

html[data-bs-theme="dark"] h2,
html[data-bs-theme="dark"] .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] h2,
  html[data-bs-theme="dark"] .h2 {
    font-size: 2rem;
  }
}

html[data-bs-theme="dark"] h3,
html[data-bs-theme="dark"] .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] h3,
  html[data-bs-theme="dark"] .h3 {
    font-size: 1.75rem;
  }
}

html[data-bs-theme="dark"] h4,
html[data-bs-theme="dark"] .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] h4,
  html[data-bs-theme="dark"] .h4 {
    font-size: 1.5rem;
  }
}

html[data-bs-theme="dark"] h5,
html[data-bs-theme="dark"] .h5 {
  font-size: 1.25rem;
}

html[data-bs-theme="dark"] h6,
html[data-bs-theme="dark"] .h6 {
  font-size: 1rem;
}

html[data-bs-theme="dark"] p {
  margin-top: 0;
  margin-bottom: 1rem;
}

html[data-bs-theme="dark"] abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

html[data-bs-theme="dark"] address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

html[data-bs-theme="dark"] ol,
html[data-bs-theme="dark"] ul {
  padding-left: 2rem;
}

html[data-bs-theme="dark"] ol,
html[data-bs-theme="dark"] ul,
html[data-bs-theme="dark"] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

html[data-bs-theme="dark"] ol ol,
html[data-bs-theme="dark"] ul ul,
html[data-bs-theme="dark"] ol ul,
html[data-bs-theme="dark"] ul ol {
  margin-bottom: 0;
}

html[data-bs-theme="dark"] dt {
  font-weight: 700;
}

html[data-bs-theme="dark"] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

html[data-bs-theme="dark"] blockquote {
  margin: 0 0 1rem;
}

html[data-bs-theme="dark"] b,
html[data-bs-theme="dark"] strong {
  font-weight: bolder;
}

html[data-bs-theme="dark"] small,
html[data-bs-theme="dark"] .small {
  font-size: 0.875em;
}

html[data-bs-theme="dark"] mark,
html[data-bs-theme="dark"] .mark {
  padding: 0.2em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

html[data-bs-theme="dark"] sub,
html[data-bs-theme="dark"] sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

html[data-bs-theme="dark"] sub {
  bottom: -0.25em;
}

html[data-bs-theme="dark"] sup {
  top: -0.5em;
}

html[data-bs-theme="dark"] a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

html[data-bs-theme="dark"] a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

html[data-bs-theme="dark"] a:not([href]):not([class]),
html[data-bs-theme="dark"] a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

html[data-bs-theme="dark"] pre,
html[data-bs-theme="dark"] code,
html[data-bs-theme="dark"] kbd,
html[data-bs-theme="dark"] samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

html[data-bs-theme="dark"] pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

html[data-bs-theme="dark"] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

html[data-bs-theme="dark"] code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > html[data-bs-theme="dark"] code {
  color: inherit;
}

html[data-bs-theme="dark"] kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

html[data-bs-theme="dark"] kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

html[data-bs-theme="dark"] figure {
  margin: 0 0 1rem;
}

html[data-bs-theme="dark"] img,
html[data-bs-theme="dark"] svg {
  vertical-align: middle;
}

html[data-bs-theme="dark"] table {
  caption-side: bottom;
  border-collapse: collapse;
}

html[data-bs-theme="dark"] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #7c8db5;
  text-align: left;
}

/* html[data-bs-theme="dark"] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
} */

/* html[data-bs-theme="dark"] thead,
html[data-bs-theme="dark"] tbody,
html[data-bs-theme="dark"] tfoot,
html[data-bs-theme="dark"] tr,
html[data-bs-theme="dark"] td,
html[data-bs-theme="dark"] th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
} */

html[data-bs-theme="dark"] label {
  display: inline-block;
}

html[data-bs-theme="dark"] button {
  border-radius: 0;
}

html[data-bs-theme="dark"] button:focus:not(:focus-visible) {
  outline: 0;
}

html[data-bs-theme="dark"] input,
html[data-bs-theme="dark"] button,
html[data-bs-theme="dark"] select,
html[data-bs-theme="dark"] optgroup,
html[data-bs-theme="dark"] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

html[data-bs-theme="dark"] button,
html[data-bs-theme="dark"] select {
  text-transform: none;
}

html[data-bs-theme="dark"] [role="button"] {
  cursor: pointer;
}

html[data-bs-theme="dark"] select {
  word-wrap: normal;
}

html[data-bs-theme="dark"] select:disabled {
  opacity: 1;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] button,
html[data-bs-theme="dark"] [type="button"],
html[data-bs-theme="dark"] [type="reset"],
html[data-bs-theme="dark"] [type="submit"] {
  -webkit-appearance: button;
}

html[data-bs-theme="dark"] button:not(:disabled),
html[data-bs-theme="dark"] [type="button"]:not(:disabled),
html[data-bs-theme="dark"] [type="reset"]:not(:disabled),
html[data-bs-theme="dark"] [type="submit"]:not(:disabled) {
  cursor: pointer;
}

html[data-bs-theme="dark"] ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

html[data-bs-theme="dark"] textarea {
  resize: vertical;
}

html[data-bs-theme="dark"] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

html[data-bs-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) {
  html[data-bs-theme="dark"] legend {
    font-size: 1.5rem;
  }
}

html[data-bs-theme="dark"] legend + * {
  clear: left;
}

html[data-bs-theme="dark"] ::-webkit-datetime-edit-fields-wrapper,
html[data-bs-theme="dark"] ::-webkit-datetime-edit-text,
html[data-bs-theme="dark"] ::-webkit-datetime-edit-minute,
html[data-bs-theme="dark"] ::-webkit-datetime-edit-hour-field,
html[data-bs-theme="dark"] ::-webkit-datetime-edit-day-field,
html[data-bs-theme="dark"] ::-webkit-datetime-edit-month-field,
html[data-bs-theme="dark"] ::-webkit-datetime-edit-year-field {
  padding: 0;
}

html[data-bs-theme="dark"] ::-webkit-inner-spin-button {
  height: auto;
}

html[data-bs-theme="dark"] [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

html[data-bs-theme="dark"] ::-webkit-search-decoration {
  -webkit-appearance: none;
}

html[data-bs-theme="dark"] ::-webkit-color-swatch-wrapper {
  padding: 0;
}

html[data-bs-theme="dark"] ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

html[data-bs-theme="dark"] output {
  display: inline-block;
}

html[data-bs-theme="dark"] iframe {
  border: 0;
}

html[data-bs-theme="dark"] summary {
  display: list-item;
  cursor: pointer;
}

html[data-bs-theme="dark"] progress {
  vertical-align: baseline;
}

html[data-bs-theme="dark"] [hidden] {
  display: none !important;
}

html[data-bs-theme="dark"] .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

html[data-bs-theme="dark"] .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .display-1 {
    font-size: 5rem;
  }
}

html[data-bs-theme="dark"] .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .display-2 {
    font-size: 4.5rem;
  }
}

html[data-bs-theme="dark"] .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .display-3 {
    font-size: 4rem;
  }
}

html[data-bs-theme="dark"] .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .display-4 {
    font-size: 3.5rem;
  }
}

html[data-bs-theme="dark"] .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .display-5 {
    font-size: 3rem;
  }
}

html[data-bs-theme="dark"] .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .display-6 {
    font-size: 2.5rem;
  }
}

html[data-bs-theme="dark"] .list-unstyled,
html[data-bs-theme="dark"] .list-inline {
  padding-left: 0;
  list-style: none;
}

html[data-bs-theme="dark"] .list-inline-item {
  display: inline-block;
}

html[data-bs-theme="dark"] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

html[data-bs-theme="dark"] .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

html[data-bs-theme="dark"] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

html[data-bs-theme="dark"] .blockquote > :last-child {
  margin-bottom: 0;
}

html[data-bs-theme="dark"] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

html[data-bs-theme="dark"] .blockquote-footer:before {
  content: "— ";
}

html[data-bs-theme="dark"] .img-fluid {
  max-width: 100%;
  height: auto;
}

html[data-bs-theme="dark"] .img-thumbnail {
  padding: 0.25rem;
  background-color: #f2f7ff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

html[data-bs-theme="dark"] .figure {
  display: inline-block;
}

html[data-bs-theme="dark"] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

html[data-bs-theme="dark"] .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

html[data-bs-theme="dark"] .container,
html[data-bs-theme="dark"] .container-fluid,
html[data-bs-theme="dark"] .container-xxl,
html[data-bs-theme="dark"] .container-xl,
html[data-bs-theme="dark"] .container-lg,
html[data-bs-theme="dark"] .container-md,
html[data-bs-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) {
  html[data-bs-theme="dark"] .container-sm,
  html[data-bs-theme="dark"] .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  html[data-bs-theme="dark"] .container-md,
  html[data-bs-theme="dark"] .container-sm,
  html[data-bs-theme="dark"] .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  html[data-bs-theme="dark"] .container-lg,
  html[data-bs-theme="dark"] .container-md,
  html[data-bs-theme="dark"] .container-sm,
  html[data-bs-theme="dark"] .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .container-xl,
  html[data-bs-theme="dark"] .container-lg,
  html[data-bs-theme="dark"] .container-md,
  html[data-bs-theme="dark"] .container-sm,
  html[data-bs-theme="dark"] .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  html[data-bs-theme="dark"] .container-xxl,
  html[data-bs-theme="dark"] .container-xl,
  html[data-bs-theme="dark"] .container-lg,
  html[data-bs-theme="dark"] .container-md,
  html[data-bs-theme="dark"] .container-sm,
  html[data-bs-theme="dark"] .container {
    max-width: 1320px;
  }
}

html[data-bs-theme="dark"] :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

html[data-bs-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));
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .col {
  flex: 1 0 0%;
}

html[data-bs-theme="dark"] .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

html[data-bs-theme="dark"] .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

html[data-bs-theme="dark"] .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

html[data-bs-theme="dark"] .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

html[data-bs-theme="dark"] .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

html[data-bs-theme="dark"] .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

html[data-bs-theme="dark"] .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

html[data-bs-theme="dark"] .col-auto {
  flex: 0 0 auto;
  width: auto;
}

html[data-bs-theme="dark"] .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

html[data-bs-theme="dark"] .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

html[data-bs-theme="dark"] .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

html[data-bs-theme="dark"] .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

html[data-bs-theme="dark"] .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

html[data-bs-theme="dark"] .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

html[data-bs-theme="dark"] .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

html[data-bs-theme="dark"] .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

html[data-bs-theme="dark"] .col-9 {
  flex: 0 0 auto;
  width: 75%;
}

html[data-bs-theme="dark"] .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

html[data-bs-theme="dark"] .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

html[data-bs-theme="dark"] .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

html[data-bs-theme="dark"] .offset-1 {
  margin-left: 8.33333333%;
}

html[data-bs-theme="dark"] .offset-2 {
  margin-left: 16.66666667%;
}

html[data-bs-theme="dark"] .offset-3 {
  margin-left: 25%;
}

html[data-bs-theme="dark"] .offset-4 {
  margin-left: 33.33333333%;
}

html[data-bs-theme="dark"] .offset-5 {
  margin-left: 41.66666667%;
}

html[data-bs-theme="dark"] .offset-6 {
  margin-left: 50%;
}

html[data-bs-theme="dark"] .offset-7 {
  margin-left: 58.33333333%;
}

html[data-bs-theme="dark"] .offset-8 {
  margin-left: 66.66666667%;
}

html[data-bs-theme="dark"] .offset-9 {
  margin-left: 75%;
}

html[data-bs-theme="dark"] .offset-10 {
  margin-left: 83.33333333%;
}

html[data-bs-theme="dark"] .offset-11 {
  margin-left: 91.66666667%;
}

html[data-bs-theme="dark"] .g-0,
html[data-bs-theme="dark"] .gx-0 {
  --bs-gutter-x: 0;
}

html[data-bs-theme="dark"] .g-0,
html[data-bs-theme="dark"] .gy-0 {
  --bs-gutter-y: 0;
}

html[data-bs-theme="dark"] .g-1,
html[data-bs-theme="dark"] .gx-1 {
  --bs-gutter-x: 0.25rem;
}

html[data-bs-theme="dark"] .g-1,
html[data-bs-theme="dark"] .gy-1 {
  --bs-gutter-y: 0.25rem;
}

html[data-bs-theme="dark"] .g-2,
html[data-bs-theme="dark"] .gx-2 {
  --bs-gutter-x: 0.5rem;
}

html[data-bs-theme="dark"] .g-2,
html[data-bs-theme="dark"] .gy-2 {
  --bs-gutter-y: 0.5rem;
}

html[data-bs-theme="dark"] .g-3,
html[data-bs-theme="dark"] .gx-3 {
  --bs-gutter-x: 1rem;
}

html[data-bs-theme="dark"] .g-3,
html[data-bs-theme="dark"] .gy-3 {
  --bs-gutter-y: 1rem;
}

html[data-bs-theme="dark"] .g-4,
html[data-bs-theme="dark"] .gx-4 {
  --bs-gutter-x: 1.5rem;
}

html[data-bs-theme="dark"] .g-4,
html[data-bs-theme="dark"] .gy-4 {
  --bs-gutter-y: 1.5rem;
}

html[data-bs-theme="dark"] .g-5,
html[data-bs-theme="dark"] .gx-5 {
  --bs-gutter-x: 3rem;
}

html[data-bs-theme="dark"] .g-5,
html[data-bs-theme="dark"] .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  html[data-bs-theme="dark"] .col-sm {
    flex: 1 0 0%;
  }

  html[data-bs-theme="dark"] .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  html[data-bs-theme="dark"] .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  html[data-bs-theme="dark"] .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  html[data-bs-theme="dark"] .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  html[data-bs-theme="dark"] .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  html[data-bs-theme="dark"] .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  html[data-bs-theme="dark"] .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  html[data-bs-theme="dark"] .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  html[data-bs-theme="dark"] .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .offset-sm-0 {
    margin-left: 0;
  }

  html[data-bs-theme="dark"] .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  html[data-bs-theme="dark"] .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  html[data-bs-theme="dark"] .offset-sm-3 {
    margin-left: 25%;
  }

  html[data-bs-theme="dark"] .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  html[data-bs-theme="dark"] .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  html[data-bs-theme="dark"] .offset-sm-6 {
    margin-left: 50%;
  }

  html[data-bs-theme="dark"] .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  html[data-bs-theme="dark"] .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  html[data-bs-theme="dark"] .offset-sm-9 {
    margin-left: 75%;
  }

  html[data-bs-theme="dark"] .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  html[data-bs-theme="dark"] .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  html[data-bs-theme="dark"] .g-sm-0,
  html[data-bs-theme="dark"] .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  html[data-bs-theme="dark"] .g-sm-0,
  html[data-bs-theme="dark"] .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  html[data-bs-theme="dark"] .g-sm-1,
  html[data-bs-theme="dark"] .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-sm-1,
  html[data-bs-theme="dark"] .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-sm-2,
  html[data-bs-theme="dark"] .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-sm-2,
  html[data-bs-theme="dark"] .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-sm-3,
  html[data-bs-theme="dark"] .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  html[data-bs-theme="dark"] .g-sm-3,
  html[data-bs-theme="dark"] .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  html[data-bs-theme="dark"] .g-sm-4,
  html[data-bs-theme="dark"] .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-sm-4,
  html[data-bs-theme="dark"] .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-sm-5,
  html[data-bs-theme="dark"] .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  html[data-bs-theme="dark"] .g-sm-5,
  html[data-bs-theme="dark"] .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  html[data-bs-theme="dark"] .col-md {
    flex: 1 0 0%;
  }

  html[data-bs-theme="dark"] .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  html[data-bs-theme="dark"] .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  html[data-bs-theme="dark"] .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  html[data-bs-theme="dark"] .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  html[data-bs-theme="dark"] .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  html[data-bs-theme="dark"] .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  html[data-bs-theme="dark"] .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  html[data-bs-theme="dark"] .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  html[data-bs-theme="dark"] .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .offset-md-0 {
    margin-left: 0;
  }

  html[data-bs-theme="dark"] .offset-md-1 {
    margin-left: 8.33333333%;
  }

  html[data-bs-theme="dark"] .offset-md-2 {
    margin-left: 16.66666667%;
  }

  html[data-bs-theme="dark"] .offset-md-3 {
    margin-left: 25%;
  }

  html[data-bs-theme="dark"] .offset-md-4 {
    margin-left: 33.33333333%;
  }

  html[data-bs-theme="dark"] .offset-md-5 {
    margin-left: 41.66666667%;
  }

  html[data-bs-theme="dark"] .offset-md-6 {
    margin-left: 50%;
  }

  html[data-bs-theme="dark"] .offset-md-7 {
    margin-left: 58.33333333%;
  }

  html[data-bs-theme="dark"] .offset-md-8 {
    margin-left: 66.66666667%;
  }

  html[data-bs-theme="dark"] .offset-md-9 {
    margin-left: 75%;
  }

  html[data-bs-theme="dark"] .offset-md-10 {
    margin-left: 83.33333333%;
  }

  html[data-bs-theme="dark"] .offset-md-11 {
    margin-left: 91.66666667%;
  }

  html[data-bs-theme="dark"] .g-md-0,
  html[data-bs-theme="dark"] .gx-md-0 {
    --bs-gutter-x: 0;
  }

  html[data-bs-theme="dark"] .g-md-0,
  html[data-bs-theme="dark"] .gy-md-0 {
    --bs-gutter-y: 0;
  }

  html[data-bs-theme="dark"] .g-md-1,
  html[data-bs-theme="dark"] .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-md-1,
  html[data-bs-theme="dark"] .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-md-2,
  html[data-bs-theme="dark"] .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-md-2,
  html[data-bs-theme="dark"] .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-md-3,
  html[data-bs-theme="dark"] .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  html[data-bs-theme="dark"] .g-md-3,
  html[data-bs-theme="dark"] .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  html[data-bs-theme="dark"] .g-md-4,
  html[data-bs-theme="dark"] .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-md-4,
  html[data-bs-theme="dark"] .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-md-5,
  html[data-bs-theme="dark"] .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  html[data-bs-theme="dark"] .g-md-5,
  html[data-bs-theme="dark"] .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  html[data-bs-theme="dark"] .col-lg {
    flex: 1 0 0%;
  }

  html[data-bs-theme="dark"] .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  html[data-bs-theme="dark"] .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  html[data-bs-theme="dark"] .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  html[data-bs-theme="dark"] .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  html[data-bs-theme="dark"] .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  html[data-bs-theme="dark"] .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  html[data-bs-theme="dark"] .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  html[data-bs-theme="dark"] .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  html[data-bs-theme="dark"] .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .offset-lg-0 {
    margin-left: 0;
  }

  html[data-bs-theme="dark"] .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  html[data-bs-theme="dark"] .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  html[data-bs-theme="dark"] .offset-lg-3 {
    margin-left: 25%;
  }

  html[data-bs-theme="dark"] .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  html[data-bs-theme="dark"] .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  html[data-bs-theme="dark"] .offset-lg-6 {
    margin-left: 50%;
  }

  html[data-bs-theme="dark"] .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  html[data-bs-theme="dark"] .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  html[data-bs-theme="dark"] .offset-lg-9 {
    margin-left: 75%;
  }

  html[data-bs-theme="dark"] .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  html[data-bs-theme="dark"] .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  html[data-bs-theme="dark"] .g-lg-0,
  html[data-bs-theme="dark"] .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  html[data-bs-theme="dark"] .g-lg-0,
  html[data-bs-theme="dark"] .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  html[data-bs-theme="dark"] .g-lg-1,
  html[data-bs-theme="dark"] .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-lg-1,
  html[data-bs-theme="dark"] .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-lg-2,
  html[data-bs-theme="dark"] .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-lg-2,
  html[data-bs-theme="dark"] .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-lg-3,
  html[data-bs-theme="dark"] .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  html[data-bs-theme="dark"] .g-lg-3,
  html[data-bs-theme="dark"] .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  html[data-bs-theme="dark"] .g-lg-4,
  html[data-bs-theme="dark"] .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-lg-4,
  html[data-bs-theme="dark"] .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-lg-5,
  html[data-bs-theme="dark"] .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  html[data-bs-theme="dark"] .g-lg-5,
  html[data-bs-theme="dark"] .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .col-xl {
    flex: 1 0 0%;
  }

  html[data-bs-theme="dark"] .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  html[data-bs-theme="dark"] .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  html[data-bs-theme="dark"] .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  html[data-bs-theme="dark"] .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  html[data-bs-theme="dark"] .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  html[data-bs-theme="dark"] .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  html[data-bs-theme="dark"] .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  html[data-bs-theme="dark"] .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  html[data-bs-theme="dark"] .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .offset-xl-0 {
    margin-left: 0;
  }

  html[data-bs-theme="dark"] .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  html[data-bs-theme="dark"] .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  html[data-bs-theme="dark"] .offset-xl-3 {
    margin-left: 25%;
  }

  html[data-bs-theme="dark"] .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  html[data-bs-theme="dark"] .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  html[data-bs-theme="dark"] .offset-xl-6 {
    margin-left: 50%;
  }

  html[data-bs-theme="dark"] .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  html[data-bs-theme="dark"] .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  html[data-bs-theme="dark"] .offset-xl-9 {
    margin-left: 75%;
  }

  html[data-bs-theme="dark"] .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  html[data-bs-theme="dark"] .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  html[data-bs-theme="dark"] .g-xl-0,
  html[data-bs-theme="dark"] .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  html[data-bs-theme="dark"] .g-xl-0,
  html[data-bs-theme="dark"] .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  html[data-bs-theme="dark"] .g-xl-1,
  html[data-bs-theme="dark"] .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-xl-1,
  html[data-bs-theme="dark"] .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-xl-2,
  html[data-bs-theme="dark"] .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-xl-2,
  html[data-bs-theme="dark"] .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-xl-3,
  html[data-bs-theme="dark"] .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  html[data-bs-theme="dark"] .g-xl-3,
  html[data-bs-theme="dark"] .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  html[data-bs-theme="dark"] .g-xl-4,
  html[data-bs-theme="dark"] .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-xl-4,
  html[data-bs-theme="dark"] .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-xl-5,
  html[data-bs-theme="dark"] .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  html[data-bs-theme="dark"] .g-xl-5,
  html[data-bs-theme="dark"] .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  html[data-bs-theme="dark"] .col-xxl {
    flex: 1 0 0%;
  }

  html[data-bs-theme="dark"] .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  html[data-bs-theme="dark"] .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  html[data-bs-theme="dark"] .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  html[data-bs-theme="dark"] .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  html[data-bs-theme="dark"] .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  html[data-bs-theme="dark"] .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  html[data-bs-theme="dark"] .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  html[data-bs-theme="dark"] .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  html[data-bs-theme="dark"] .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  html[data-bs-theme="dark"] .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  html[data-bs-theme="dark"] .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  html[data-bs-theme="dark"] .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  html[data-bs-theme="dark"] .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  html[data-bs-theme="dark"] .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  html[data-bs-theme="dark"] .offset-xxl-0 {
    margin-left: 0;
  }

  html[data-bs-theme="dark"] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  html[data-bs-theme="dark"] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  html[data-bs-theme="dark"] .offset-xxl-3 {
    margin-left: 25%;
  }

  html[data-bs-theme="dark"] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  html[data-bs-theme="dark"] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  html[data-bs-theme="dark"] .offset-xxl-6 {
    margin-left: 50%;
  }

  html[data-bs-theme="dark"] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  html[data-bs-theme="dark"] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  html[data-bs-theme="dark"] .offset-xxl-9 {
    margin-left: 75%;
  }

  html[data-bs-theme="dark"] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  html[data-bs-theme="dark"] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  html[data-bs-theme="dark"] .g-xxl-0,
  html[data-bs-theme="dark"] .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  html[data-bs-theme="dark"] .g-xxl-0,
  html[data-bs-theme="dark"] .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  html[data-bs-theme="dark"] .g-xxl-1,
  html[data-bs-theme="dark"] .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-xxl-1,
  html[data-bs-theme="dark"] .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  html[data-bs-theme="dark"] .g-xxl-2,
  html[data-bs-theme="dark"] .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-xxl-2,
  html[data-bs-theme="dark"] .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  html[data-bs-theme="dark"] .g-xxl-3,
  html[data-bs-theme="dark"] .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  html[data-bs-theme="dark"] .g-xxl-3,
  html[data-bs-theme="dark"] .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  html[data-bs-theme="dark"] .g-xxl-4,
  html[data-bs-theme="dark"] .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-xxl-4,
  html[data-bs-theme="dark"] .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  html[data-bs-theme="dark"] .g-xxl-5,
  html[data-bs-theme="dark"] .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  html[data-bs-theme="dark"] .g-xxl-5,
  html[data-bs-theme="dark"] .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

html[data-bs-theme="dark"] .table,
html[data-bs-theme="dark"] .dataTable-table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: #c2c2d9;
  --bs-table-bg: transparent;
  --bs-table-border-color: rgb(63, 63, 63);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #c2c2d9;
  --bs-table-striped-bg: rgba(170, 168, 168, 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;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table > :not(caption) > * > *,
html[data-bs-theme="dark"] .dataTable-table > :not(caption) > * > * {
  padding: 0.5rem;
  color: var(
    --bs-table-color-state,
    var(--bs-table-color-type, var(--bs-table-color))
  );
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

html[data-bs-theme="dark"] .table > tbody,
html[data-bs-theme="dark"] .dataTable-table > tbody {
  vertical-align: inherit;
}

html[data-bs-theme="dark"] .table > thead,
html[data-bs-theme="dark"] .dataTable-table > thead {
  vertical-align: bottom;
}

html[data-bs-theme="dark"] .table-group-divider {
  border-top: 2px solid #707070;
}

html[data-bs-theme="dark"] .caption-top {
  caption-side: top;
}

html[data-bs-theme="dark"] .table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

html[data-bs-theme="dark"] .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

html[data-bs-theme="dark"] .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

html[data-bs-theme="dark"] .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

html[data-bs-theme="dark"] .table-borderless > :not(:first-child) {
  border-top-width: 0;
}

html[data-bs-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

html[data-bs-theme="dark"]
  .table-striped-columns
  > :not(caption)
  > tr
  > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

html[data-bs-theme="dark"] .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

html[data-bs-theme="dark"] .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

html[data-bs-theme="dark"] .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d9dff2;
  --bs-table-border-color: #c3c9da;
  --bs-table-striped-bg: #ced4e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c3c9da;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c9cee0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #ced4da;
  --bs-table-border-color: #b9bfc4;
  --bs-table-striped-bg: #c4c9cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9bfc4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfc4ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table-dark {
  --bs-table-color: #000;
  --bs-table-bg: #f2f7ff;
  --bs-table-border-color: #dadee6;
  --bs-table-striped-bg: #e6ebf2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dadee6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e0e4ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

html[data-bs-theme="dark"] .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  html[data-bs-theme="dark"] .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  html[data-bs-theme="dark"] .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  html[data-bs-theme="dark"] .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  html[data-bs-theme="dark"] .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  html[data-bs-theme="dark"] .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

html[data-bs-theme="dark"] .form-label {
  margin-bottom: 0.5rem;
  color: #c2c2d9;
}

html[data-bs-theme="dark"] .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #c2c2d9;
}

html[data-bs-theme="dark"] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

html[data-bs-theme="dark"] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

html[data-bs-theme="dark"] .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #7c8db5;
}

html[data-bs-theme="dark"] .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c2c2d9;
  -webkit-appearance: none;
  appearance: none;
  background-color: #1b1b29;
  background-clip: padding-box;
  border: 1px solid #35354f;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .form-control {
    transition: none;
  }
}

html[data-bs-theme="dark"] .form-control[type="file"] {
  overflow: hidden;
}

html[data-bs-theme="dark"]
  .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

html[data-bs-theme="dark"] .form-control:focus {
  color: #c2c2d9;
  background-color: #1b1b29;
  border-color: #4b4b68;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 94, 190, 0.25);
}

html[data-bs-theme="dark"] .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

html[data-bs-theme="dark"] .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

html[data-bs-theme="dark"] .form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

html[data-bs-theme="dark"] .form-control:disabled {
  background-color: #40404d;
  opacity: 1;
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .form-control::file-selector-button {
    transition: none;
  }
}

html[data-bs-theme="dark"]
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dbe2e9;
}

html[data-bs-theme="dark"] .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #c2c2d9;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

html[data-bs-theme="dark"] .form-control-plaintext:focus {
  outline: 0;
}

html[data-bs-theme="dark"] .form-control-plaintext.form-control-sm,
html[data-bs-theme="dark"] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

html[data-bs-theme="dark"] .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

html[data-bs-theme="dark"] .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

html[data-bs-theme="dark"] textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

html[data-bs-theme="dark"] textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

html[data-bs-theme="dark"] textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

html[data-bs-theme="dark"] .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

html[data-bs-theme="dark"] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

html[data-bs-theme="dark"] .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}

html[data-bs-theme="dark"] .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}

html[data-bs-theme="dark"] .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

html[data-bs-theme="dark"] .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

html[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c2c2d9;
  -webkit-appearance: none;
  appearance: none;
  background-color: #1b1b29;
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #35354f;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .form-select {
    transition: none;
  }
}

html[data-bs-theme="dark"] .form-select:focus {
  border-color: #a1afdf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 94, 190, 0.25);
}

html[data-bs-theme="dark"] .form-select[multiple],
html[data-bs-theme="dark"] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

html[data-bs-theme="dark"] .form-select:disabled {
  color: #6c757d;
  background-color: #40404d;
}

html[data-bs-theme="dark"] .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #c2c2d9;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

html[data-bs-theme="dark"] .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.7em;
  margin-bottom: 0.125rem;
}

html[data-bs-theme="dark"] .form-check .form-check-input {
  float: left;
  margin-left: -1.7em;
}

html[data-bs-theme="dark"] .form-check-reverse {
  padding-right: 1.7em;
  padding-left: 0;
  text-align: right;
}

html[data-bs-theme="dark"] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.7em;
  margin-left: 0;
}

html[data-bs-theme="dark"] .form-check-input {
  --bs-form-check-bg: #20202d;
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 3px solid #393b42;
  -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) {
  html[data-bs-theme="dark"] .form-check-input {
    transition: none;
  }
}

html[data-bs-theme="dark"] .form-check-input[type="checkbox"] {
  border-radius: 0.3em;
}

html[data-bs-theme="dark"] .form-check-input[type="radio"] {
  border-radius: 50%;
}

html[data-bs-theme="dark"] .form-check-input:active {
  filter: brightness(90%);
}

html[data-bs-theme="dark"] .form-check-input:focus {
  border-color: #a1afdf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 94, 190, 0.25);
}

html[data-bs-theme="dark"] .form-check-input:checked {
  background-color: #435ebe;
  border-color: #435ebe;
}

html[data-bs-theme="dark"] .form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

html[data-bs-theme="dark"] .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-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");
}

html[data-bs-theme="dark"] .form-check-input[type="checkbox"]:indeterminate {
  background-color: #435ebe;
  border-color: #435ebe;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

html[data-bs-theme="dark"] .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

html[data-bs-theme="dark"] .form-check-input[disabled] ~ .form-check-label,
html[data-bs-theme="dark"] .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

html[data-bs-theme="dark"] .form-switch {
  padding-left: 2.5em;
}

html[data-bs-theme="dark"] .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239899ac'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .form-switch .form-check-input {
    transition: none;
  }
}

html[data-bs-theme="dark"] .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a1afdf'/%3e%3c/svg%3e");
}

html[data-bs-theme="dark"] .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

html[data-bs-theme="dark"] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

html[data-bs-theme="dark"] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

html[data-bs-theme="dark"] .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

html[data-bs-theme="dark"] .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

html[data-bs-theme="dark"] .btn-check[disabled] + .btn,
html[data-bs-theme="dark"] .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

html[data-bs-theme="dark"] .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}

html[data-bs-theme="dark"] .form-range:focus {
  outline: 0;
}

html[data-bs-theme="dark"] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f2f7ff, 0 0 0 0.25rem rgba(67, 94, 190, 0.25);
}

html[data-bs-theme="dark"] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f2f7ff, 0 0 0 0.25rem rgba(67, 94, 190, 0.25);
}

html[data-bs-theme="dark"] .form-range::-moz-focus-outer {
  border: 0;
}

html[data-bs-theme="dark"] .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #435ebe;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

html[data-bs-theme="dark"] .form-range::-webkit-slider-thumb:active {
  background-color: #c7cfec;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #435ebe;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .form-range::-moz-range-thumb {
    transition: none;
  }
}

html[data-bs-theme="dark"] .form-range::-moz-range-thumb:active {
  background-color: #c7cfec;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .form-range:disabled {
  pointer-events: none;
}

html[data-bs-theme="dark"] .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

html[data-bs-theme="dark"] .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

html[data-bs-theme="dark"] .form-floating {
  position: relative;
}

html[data-bs-theme="dark"] .form-floating > .form-control,
html[data-bs-theme="dark"] .form-floating > .form-control-plaintext,
html[data-bs-theme="dark"] .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  min-height: calc(3.5rem + 2px);
  line-height: 1.25;
}

html[data-bs-theme="dark"] .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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) {
  html[data-bs-theme="dark"] .form-floating > label {
    transition: none;
  }
}

html[data-bs-theme="dark"] .form-floating > .form-control,
html[data-bs-theme="dark"] .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

html[data-bs-theme="dark"] .form-floating > .form-control::placeholder,
html[data-bs-theme="dark"]
  .form-floating
  > .form-control-plaintext::placeholder {
  color: transparent;
}

html[data-bs-theme="dark"] .form-floating > .form-control:focus,
html[data-bs-theme="dark"]
  .form-floating
  > .form-control:not(:placeholder-shown),
html[data-bs-theme="dark"] .form-floating > .form-control-plaintext:focus,
html[data-bs-theme="dark"]
  .form-floating
  > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

html[data-bs-theme="dark"] .form-floating > .form-control:-webkit-autofill,
html[data-bs-theme="dark"]
  .form-floating
  > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

html[data-bs-theme="dark"] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

html[data-bs-theme="dark"] .form-floating > .form-control:focus ~ label,
html[data-bs-theme="dark"]
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label,
html[data-bs-theme="dark"] .form-floating > .form-control-plaintext ~ label,
html[data-bs-theme="dark"] .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

html[data-bs-theme="dark"] .form-floating > .form-control:focus ~ label:after,
html[data-bs-theme="dark"]
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label:after,
html[data-bs-theme="dark"]
  .form-floating
  > .form-control-plaintext
  ~ label:after,
html[data-bs-theme="dark"] .form-floating > .form-select ~ label:after {
  position: absolute;
  top: 1rem;
  right: 0.375rem;
  bottom: 1rem;
  left: 0.375rem;
  z-index: -1;
  height: 1.875em;
  content: "";
  background-color: #1b1b29;
  border-radius: 0.25rem;
}

html[data-bs-theme="dark"]
  .form-floating
  > .form-control:-webkit-autofill
  ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}

html[data-bs-theme="dark"] .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

html[data-bs-theme="dark"] .form-floating > :disabled ~ label,
html[data-bs-theme="dark"] .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

html[data-bs-theme="dark"] .form-floating > :disabled ~ label:after,
html[data-bs-theme="dark"]
  .form-floating
  > .form-control:disabled
  ~ label:after {
  background-color: #40404d;
}

html[data-bs-theme="dark"] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

html[data-bs-theme="dark"] .input-group > .form-control,
html[data-bs-theme="dark"] .input-group > .form-select,
html[data-bs-theme="dark"] .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

html[data-bs-theme="dark"] .input-group > .form-control:focus,
html[data-bs-theme="dark"] .input-group > .form-select:focus,
html[data-bs-theme="dark"] .input-group > .form-floating:focus-within {
  z-index: 5;
}

html[data-bs-theme="dark"] .input-group .btn {
  position: relative;
  z-index: 2;
}

html[data-bs-theme="dark"] .input-group .btn:focus {
  z-index: 5;
}

html[data-bs-theme="dark"] .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #526e8a;
  text-align: center;
  white-space: nowrap;
  background-color: #252538;
  border: 1px solid #35354f;
  border-radius: 0.25rem;
}

html[data-bs-theme="dark"] .input-group-lg > .form-control,
html[data-bs-theme="dark"] .input-group-lg > .form-select,
html[data-bs-theme="dark"] .input-group-lg > .input-group-text,
html[data-bs-theme="dark"] .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

html[data-bs-theme="dark"] .input-group-sm > .form-control,
html[data-bs-theme="dark"] .input-group-sm > .form-select,
html[data-bs-theme="dark"] .input-group-sm > .input-group-text,
html[data-bs-theme="dark"] .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

html[data-bs-theme="dark"] .input-group-lg > .form-select,
html[data-bs-theme="dark"] .input-group-sm > .form-select {
  padding-right: 2.5rem;
}

html[data-bs-theme="dark"]
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
html[data-bs-theme="dark"]
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
html[data-bs-theme="dark"]
  .input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
html[data-bs-theme="dark"]
  .input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html[data-bs-theme="dark"]
  .input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
html[data-bs-theme="dark"]
  .input-group.has-validation
  > .dropdown-toggle:nth-last-child(n + 4),
html[data-bs-theme="dark"]
  .input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-control,
html[data-bs-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;
}

html[data-bs-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;
}

html[data-bs-theme="dark"]
  .input-group
  > .form-floating:not(:first-child)
  > .form-control,
html[data-bs-theme="dark"]
  .input-group
  > .form-floating:not(:first-child)
  > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html[data-bs-theme="dark"] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

html[data-bs-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 html[data-bs-theme="dark"]:valid ~ .valid-feedback,
.was-validated html[data-bs-theme="dark"]:valid ~ .valid-tooltip,
html[data-bs-theme="dark"].is-valid ~ .valid-feedback,
html[data-bs-theme="dark"].is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated html[data-bs-theme="dark"] .form-control:valid,
html[data-bs-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 html[data-bs-theme="dark"] .form-control:valid:focus,
html[data-bs-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 html[data-bs-theme="dark"] textarea.form-control:valid,
html[data-bs-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 html[data-bs-theme="dark"] .form-select:valid,
html[data-bs-theme="dark"] .form-select.is-valid {
  border-color: #198754;
}

.was-validated
  html[data-bs-theme="dark"]
  .form-select:valid:not([multiple]):not([size]),
.was-validated
  html[data-bs-theme="dark"]
  .form-select:valid:not([multiple])[size="1"],
html[data-bs-theme="dark"] .form-select.is-valid:not([multiple]):not([size]),
html[data-bs-theme="dark"] .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: 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");
  padding-right: calc(0.75em + 3.0625rem);
  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 html[data-bs-theme="dark"] .form-select:valid:focus,
html[data-bs-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 html[data-bs-theme="dark"] .form-control-color:valid,
html[data-bs-theme="dark"] .form-control-color.is-valid {
  width: calc(3.75rem + 1.5em);
}

.was-validated html[data-bs-theme="dark"] .form-check-input:valid,
html[data-bs-theme="dark"] .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated html[data-bs-theme="dark"] .form-check-input:valid:checked,
html[data-bs-theme="dark"] .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated html[data-bs-theme="dark"] .form-check-input:valid:focus,
html[data-bs-theme="dark"] .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated
  html[data-bs-theme="dark"]
  .form-check-input:valid
  ~ .form-check-label,
html[data-bs-theme="dark"] .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

html[data-bs-theme="dark"]
  .form-check-inline
  .form-check-input
  ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated
  html[data-bs-theme="dark"]
  .input-group
  > .form-control:not(:focus):valid,
html[data-bs-theme="dark"] .input-group > .form-control:not(:focus).is-valid,
.was-validated
  html[data-bs-theme="dark"]
  .input-group
  > .form-select:not(:focus):valid,
html[data-bs-theme="dark"] .input-group > .form-select:not(:focus).is-valid,
.was-validated
  html[data-bs-theme="dark"]
  .input-group
  > .form-floating:not(:focus-within):valid,
html[data-bs-theme="dark"]
  .input-group
  > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

html[data-bs-theme="dark"] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

html[data-bs-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 html[data-bs-theme="dark"]:invalid ~ .invalid-feedback,
.was-validated html[data-bs-theme="dark"]:invalid ~ .invalid-tooltip,
html[data-bs-theme="dark"].is-invalid ~ .invalid-feedback,
html[data-bs-theme="dark"].is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated html[data-bs-theme="dark"] .form-control:invalid,
html[data-bs-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 html[data-bs-theme="dark"] .form-control:invalid:focus,
html[data-bs-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 html[data-bs-theme="dark"] textarea.form-control:invalid,
html[data-bs-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 html[data-bs-theme="dark"] .form-select:invalid,
html[data-bs-theme="dark"] .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated
  html[data-bs-theme="dark"]
  .form-select:invalid:not([multiple]):not([size]),
.was-validated
  html[data-bs-theme="dark"]
  .form-select:invalid:not([multiple])[size="1"],
html[data-bs-theme="dark"] .form-select.is-invalid:not([multiple]):not([size]),
html[data-bs-theme="dark"] .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: 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");
  padding-right: calc(0.75em + 3.0625rem);
  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 html[data-bs-theme="dark"] .form-select:invalid:focus,
html[data-bs-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 html[data-bs-theme="dark"] .form-control-color:invalid,
html[data-bs-theme="dark"] .form-control-color.is-invalid {
  width: calc(3.75rem + 1.5em);
}

.was-validated html[data-bs-theme="dark"] .form-check-input:invalid,
html[data-bs-theme="dark"] .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated html[data-bs-theme="dark"] .form-check-input:invalid:checked,
html[data-bs-theme="dark"] .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated html[data-bs-theme="dark"] .form-check-input:invalid:focus,
html[data-bs-theme="dark"] .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated
  html[data-bs-theme="dark"]
  .form-check-input:invalid
  ~ .form-check-label,
html[data-bs-theme="dark"] .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

html[data-bs-theme="dark"]
  .form-check-inline
  .form-check-input
  ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated
  html[data-bs-theme="dark"]
  .input-group
  > .form-control:not(:focus):invalid,
html[data-bs-theme="dark"] .input-group > .form-control:not(:focus).is-invalid,
.was-validated
  html[data-bs-theme="dark"]
  .input-group
  > .form-select:not(:focus):invalid,
html[data-bs-theme="dark"] .input-group > .form-select:not(:focus).is-invalid,
.was-validated
  html[data-bs-theme="dark"]
  .input-group
  > .form-floating:not(:focus-within):invalid,
html[data-bs-theme="dark"]
  .input-group
  > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

html[data-bs-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: var(--bs-body-color);
  --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), 0.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;
  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) {
  html[data-bs-theme="dark"] .btn {
    transition: none;
  }
}

html[data-bs-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 + html[data-bs-theme="dark"] .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

html[data-bs-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 + html[data-bs-theme="dark"] .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + html[data-bs-theme="dark"] .btn,
:not(.btn-check) + html[data-bs-theme="dark"] .btn:active,
html[data-bs-theme="dark"] .btn:first-child:active,
html[data-bs-theme="dark"] .btn.active,
html[data-bs-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 + html[data-bs-theme="dark"] .btn:focus-visible,
:not(.btn-check) + html[data-bs-theme="dark"] .btn:active:focus-visible,
html[data-bs-theme="dark"] .btn:first-child:active:focus-visible,
html[data-bs-theme="dark"] .btn.active:focus-visible,
html[data-bs-theme="dark"] .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

html[data-bs-theme="dark"] .btn:disabled,
html[data-bs-theme="dark"] .btn.disabled,
fieldset:disabled html[data-bs-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);
}

html[data-bs-theme="dark"] .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #435ebe;
  --bs-btn-border-color: #435ebe;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3950a2;
  --bs-btn-hover-border-color: #364b98;
  --bs-btn-focus-shadow-rgb: 95, 118, 200;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #364b98;
  --bs-btn-active-border-color: #32478f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #435ebe;
  --bs-btn-disabled-border-color: #435ebe;
}

html[data-bs-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: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --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;
}

html[data-bs-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: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --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;
}

html[data-bs-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: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --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;
}

html[data-bs-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: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --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;
}

html[data-bs-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: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --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;
}

html[data-bs-theme="dark"] .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #afb4b9;
  --bs-btn-hover-border-color: #a5aaae;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a5aaae;
  --bs-btn-active-border-color: #9b9fa4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}

html[data-bs-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: #363636;
  --bs-btn-hover-border-color: #2b2b2b;
  --bs-btn-focus-shadow-rgb: 54, 54, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #424242;
  --bs-btn-active-border-color: #2b2b2b;
  --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;
}

html[data-bs-theme="dark"] .btn-outline-primary {
  --bs-btn-color: #435ebe;
  --bs-btn-border-color: #435ebe;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #435ebe;
  --bs-btn-hover-border-color: #435ebe;
  --bs-btn-focus-shadow-rgb: 67, 94, 190;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #435ebe;
  --bs-btn-active-border-color: #435ebe;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #435ebe;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #435ebe;
  --bs-gradient: none;
}

html[data-bs-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;
}

html[data-bs-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;
}

html[data-bs-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;
}

html[data-bs-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;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .btn-outline-light {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #435ebe;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #697ecb;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: #697ecb;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 95, 118, 200;
  text-decoration: underline;
}

html[data-bs-theme="dark"] .btn-link:focus-visible {
  color: var(--bs-btn-color);
}

html[data-bs-theme="dark"] .btn-link:hover {
  color: var(--bs-btn-hover-color);
}

html[data-bs-theme="dark"] .btn-lg,
html[data-bs-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;
}

html[data-bs-theme="dark"] .btn-sm,
html[data-bs-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;
}

html[data-bs-theme="dark"] .fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .fade {
    transition: none;
  }
}

html[data-bs-theme="dark"] .fade:not(.show) {
  opacity: 0;
}

html[data-bs-theme="dark"] .collapse:not(.show) {
  display: none;
}

html[data-bs-theme="dark"] .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .collapsing {
    transition: none;
  }
}

html[data-bs-theme="dark"] .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .collapsing.collapse-horizontal {
    transition: none;
  }
}

html[data-bs-theme="dark"] .dropup,
html[data-bs-theme="dark"] .dropend,
html[data-bs-theme="dark"] .dropdown,
html[data-bs-theme="dark"] .dropstart,
html[data-bs-theme="dark"] .dropup-center,
html[data-bs-theme="dark"] .dropdown-center {
  position: relative;
}

html[data-bs-theme="dark"] .dropdown-toggle {
  white-space: nowrap;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .dropdown-toggle:empty:after {
  margin-left: 0;
}

html[data-bs-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: #2d2d40;
  --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: #83838f;
  --bs-dropdown-link-hover-bg: #3c3c4d;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #435ebe;
  --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);
}

html[data-bs-theme="dark"] .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

html[data-bs-theme="dark"] .dropdown-menu-start {
  --bs-position: start;
}

html[data-bs-theme="dark"] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

html[data-bs-theme="dark"] .dropdown-menu-end {
  --bs-position: end;
}

html[data-bs-theme="dark"] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  html[data-bs-theme="dark"] .dropdown-menu-sm-start {
    --bs-position: start;
  }

  html[data-bs-theme="dark"] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  html[data-bs-theme="dark"] .dropdown-menu-sm-end {
    --bs-position: end;
  }

  html[data-bs-theme="dark"] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  html[data-bs-theme="dark"] .dropdown-menu-md-start {
    --bs-position: start;
  }

  html[data-bs-theme="dark"] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  html[data-bs-theme="dark"] .dropdown-menu-md-end {
    --bs-position: end;
  }

  html[data-bs-theme="dark"] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  html[data-bs-theme="dark"] .dropdown-menu-lg-start {
    --bs-position: start;
  }

  html[data-bs-theme="dark"] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  html[data-bs-theme="dark"] .dropdown-menu-lg-end {
    --bs-position: end;
  }

  html[data-bs-theme="dark"] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .dropdown-menu-xl-start {
    --bs-position: start;
  }

  html[data-bs-theme="dark"] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  html[data-bs-theme="dark"] .dropdown-menu-xl-end {
    --bs-position: end;
  }

  html[data-bs-theme="dark"] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  html[data-bs-theme="dark"] .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  html[data-bs-theme="dark"] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  html[data-bs-theme="dark"] .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  html[data-bs-theme="dark"] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

html[data-bs-theme="dark"] .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

html[data-bs-theme="dark"] .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

html[data-bs-theme="dark"] .dropend .dropdown-toggle:after {
  vertical-align: 0;
}

html[data-bs-theme="dark"] .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

html[data-bs-theme="dark"] .dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

html[data-bs-theme="dark"] .dropstart .dropdown-toggle:after {
  display: none;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

html[data-bs-theme="dark"] .dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

html[data-bs-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;
}

html[data-bs-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;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

html[data-bs-theme="dark"] .dropdown-item:hover,
html[data-bs-theme="dark"] .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

html[data-bs-theme="dark"] .dropdown-item.active,
html[data-bs-theme="dark"] .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

html[data-bs-theme="dark"] .dropdown-item.disabled,
html[data-bs-theme="dark"] .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

html[data-bs-theme="dark"] .dropdown-menu.show {
  display: block;
}

html[data-bs-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;
}

html[data-bs-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);
}

html[data-bs-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: #435ebe;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

html[data-bs-theme="dark"] .btn-group,
html[data-bs-theme="dark"] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

html[data-bs-theme="dark"] .btn-group > .btn,
html[data-bs-theme="dark"] .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

html[data-bs-theme="dark"] .btn-group > .btn-check:checked + .btn,
html[data-bs-theme="dark"] .btn-group > .btn-check:focus + .btn,
html[data-bs-theme="dark"] .btn-group > .btn:hover,
html[data-bs-theme="dark"] .btn-group > .btn:focus,
html[data-bs-theme="dark"] .btn-group > .btn:active,
html[data-bs-theme="dark"] .btn-group > .btn.active,
html[data-bs-theme="dark"] .btn-group-vertical > .btn-check:checked + .btn,
html[data-bs-theme="dark"] .btn-group-vertical > .btn-check:focus + .btn,
html[data-bs-theme="dark"] .btn-group-vertical > .btn:hover,
html[data-bs-theme="dark"] .btn-group-vertical > .btn:focus,
html[data-bs-theme="dark"] .btn-group-vertical > .btn:active,
html[data-bs-theme="dark"] .btn-group-vertical > .btn.active {
  z-index: 1;
}

html[data-bs-theme="dark"] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

html[data-bs-theme="dark"] .btn-toolbar .input-group {
  width: auto;
}

html[data-bs-theme="dark"] .btn-group {
  border-radius: 0.25rem;
}

html[data-bs-theme="dark"] .btn-group > :not(.btn-check:first-child) + .btn,
html[data-bs-theme="dark"] .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

html[data-bs-theme="dark"]
  .btn-group
  > .btn:not(:last-child):not(.dropdown-toggle),
html[data-bs-theme="dark"] .btn-group > .btn.dropdown-toggle-split:first-child,
html[data-bs-theme="dark"] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html[data-bs-theme="dark"] .btn-group > .btn:nth-child(n + 3),
html[data-bs-theme="dark"] .btn-group > :not(.btn-check) + .btn,
html[data-bs-theme="dark"] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html[data-bs-theme="dark"] .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

html[data-bs-theme="dark"] .dropdown-toggle-split:after,
.dropup html[data-bs-theme="dark"] .dropdown-toggle-split:after,
.dropend html[data-bs-theme="dark"] .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart html[data-bs-theme="dark"] .dropdown-toggle-split:before {
  margin-right: 0;
}

html[data-bs-theme="dark"] .btn-sm + .dropdown-toggle-split,
html[data-bs-theme="dark"] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

html[data-bs-theme="dark"] .btn-lg + .dropdown-toggle-split,
html[data-bs-theme="dark"] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

html[data-bs-theme="dark"] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

html[data-bs-theme="dark"] .btn-group-vertical > .btn,
html[data-bs-theme="dark"] .btn-group-vertical > .btn-group {
  width: 100%;
}

html[data-bs-theme="dark"] .btn-group-vertical > .btn:not(:first-child),
html[data-bs-theme="dark"] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

html[data-bs-theme="dark"]
  .btn-group-vertical
  > .btn:not(:last-child):not(.dropdown-toggle),
html[data-bs-theme="dark"]
  .btn-group-vertical
  > .btn-group:not(:last-child)
  > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

html[data-bs-theme="dark"] .btn-group-vertical > .btn ~ .btn,
html[data-bs-theme="dark"]
  .btn-group-vertical
  > .btn-group:not(:first-child)
  > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

html[data-bs-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: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

html[data-bs-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;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .nav-link {
    transition: none;
  }
}

html[data-bs-theme="dark"] .nav-link:hover,
html[data-bs-theme="dark"] .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

html[data-bs-theme="dark"] .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(67, 94, 190, 0.25);
}

html[data-bs-theme="dark"] .nav-link.disabled,
html[data-bs-theme="dark"] .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  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);
}

html[data-bs-theme="dark"] .nav-tabs .nav-link:hover,
html[data-bs-theme="dark"] .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

html[data-bs-theme="dark"] .nav-tabs .nav-link.active,
html[data-bs-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);
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .nav-pills {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #435ebe;
}

html[data-bs-theme="dark"] .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

html[data-bs-theme="dark"] .nav-pills .nav-link.active,
html[data-bs-theme="dark"] .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

html[data-bs-theme="dark"] .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

html[data-bs-theme="dark"] .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

html[data-bs-theme="dark"] .nav-underline .nav-link:hover,
html[data-bs-theme="dark"] .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

html[data-bs-theme="dark"] .nav-underline .nav-link.active,
html[data-bs-theme="dark"] .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

html[data-bs-theme="dark"] .nav-fill > .nav-link,
html[data-bs-theme="dark"] .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

html[data-bs-theme="dark"] .nav-justified > .nav-link,
html[data-bs-theme="dark"] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

html[data-bs-theme="dark"] .nav-fill .nav-item .nav-link,
html[data-bs-theme="dark"] .nav-justified .nav-item .nav-link {
  width: 100%;
}

html[data-bs-theme="dark"] .tab-content > .tab-pane {
  display: none;
}

html[data-bs-theme="dark"] .tab-content > .active {
  display: block;
}

html[data-bs-theme="dark"] .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --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%280, 0, 0, 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(0, 0, 0, 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);
}

html[data-bs-theme="dark"] .navbar > .container,
html[data-bs-theme="dark"] .navbar > .container-fluid,
html[data-bs-theme="dark"] .navbar > .container-sm,
html[data-bs-theme="dark"] .navbar > .container-md,
html[data-bs-theme="dark"] .navbar > .container-lg,
html[data-bs-theme="dark"] .navbar > .container-xl,
html[data-bs-theme="dark"] .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .navbar-brand:hover,
html[data-bs-theme="dark"] .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .navbar-nav .nav-link.active,
html[data-bs-theme="dark"] .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

html[data-bs-theme="dark"] .navbar-nav .dropdown-menu {
  position: static;
}

html[data-bs-theme="dark"] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

html[data-bs-theme="dark"] .navbar-text a,
html[data-bs-theme="dark"] .navbar-text a:hover,
html[data-bs-theme="dark"] .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

html[data-bs-theme="dark"] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .navbar-toggler {
    transition: none;
  }
}

html[data-bs-theme="dark"] .navbar-toggler:hover {
  text-decoration: none;
}

html[data-bs-theme="dark"] .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

html[data-bs-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%;
}

html[data-bs-theme="dark"] .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  html[data-bs-theme="dark"] .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  html[data-bs-theme="dark"] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  html[data-bs-theme="dark"] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  html[data-bs-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);
  }

  html[data-bs-theme="dark"] .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  html[data-bs-theme="dark"] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  html[data-bs-theme="dark"] .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"] .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  html[data-bs-theme="dark"] .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  html[data-bs-theme="dark"] .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  html[data-bs-theme="dark"] .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  html[data-bs-theme="dark"] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  html[data-bs-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);
  }

  html[data-bs-theme="dark"] .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  html[data-bs-theme="dark"] .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  html[data-bs-theme="dark"] .navbar-expand-md .navbar-toggler {
    display: none;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"] .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  html[data-bs-theme="dark"] .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  html[data-bs-theme="dark"] .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  html[data-bs-theme="dark"] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  html[data-bs-theme="dark"] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  html[data-bs-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);
  }

  html[data-bs-theme="dark"] .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  html[data-bs-theme="dark"] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  html[data-bs-theme="dark"] .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"] .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  html[data-bs-theme="dark"] .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  html[data-bs-theme="dark"] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  html[data-bs-theme="dark"] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  html[data-bs-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);
  }

  html[data-bs-theme="dark"] .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  html[data-bs-theme="dark"] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  html[data-bs-theme="dark"] .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"] .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  html[data-bs-theme="dark"] .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  html[data-bs-theme="dark"] .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  html[data-bs-theme="dark"] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  html[data-bs-theme="dark"] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  html[data-bs-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);
  }

  html[data-bs-theme="dark"] .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  html[data-bs-theme="dark"] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  html[data-bs-theme="dark"] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"] .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  html[data-bs-theme="dark"] .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

html[data-bs-theme="dark"] .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

html[data-bs-theme="dark"] .navbar-expand .navbar-nav {
  flex-direction: row;
}

html[data-bs-theme="dark"] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

html[data-bs-theme="dark"] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

html[data-bs-theme="dark"] .navbar-expand .navbar-toggler {
  display: none;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

html[data-bs-theme="dark"] .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

html[data-bs-theme="dark"] .navbar-dark,
html[data-bs-theme="dark"] .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --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");
}

html[data-bs-theme="dark"] [data-bs-theme="dark"] .navbar-toggler-icon {
  --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");
}

html[data-bs-theme="dark"] .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --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: #1e1e2d;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #1e1e2d;
  --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);
  color: var(--bs-body-color);
  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);
}

html[data-bs-theme="dark"] .card > hr {
  margin-right: 0;
  margin-left: 0;
}

html[data-bs-theme="dark"] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .card > .card-header + .list-group,
html[data-bs-theme="dark"] .card > .list-group + .card-footer {
  border-top: 0;
}

html[data-bs-theme="dark"] .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

html[data-bs-theme="dark"] .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

html[data-bs-theme="dark"] .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

html[data-bs-theme="dark"] .card-text:last-child {
  margin-bottom: 0;
}

html[data-bs-theme="dark"] .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius) 0 0;
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius);
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

html[data-bs-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));
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .card-img,
html[data-bs-theme="dark"] .card-img-top,
html[data-bs-theme="dark"] .card-img-bottom {
  width: 100%;
}

html[data-bs-theme="dark"] .card-img,
html[data-bs-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);
}

html[data-bs-theme="dark"] .card-img,
html[data-bs-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);
}

html[data-bs-theme="dark"] .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  html[data-bs-theme="dark"] .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  html[data-bs-theme="dark"] .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  html[data-bs-theme="dark"] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  html[data-bs-theme="dark"] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  html[data-bs-theme="dark"] .card-group > .card:not(:last-child) .card-img-top,
  html[data-bs-theme="dark"] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  html[data-bs-theme="dark"]
    .card-group
    > .card:not(:last-child)
    .card-img-bottom,
  html[data-bs-theme="dark"] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  html[data-bs-theme="dark"] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  html[data-bs-theme="dark"]
    .card-group
    > .card:not(:first-child)
    .card-img-top,
  html[data-bs-theme="dark"]
    .card-group
    > .card:not(:first-child)
    .card-header {
    border-top-left-radius: 0;
  }

  html[data-bs-theme="dark"]
    .card-group
    > .card:not(:first-child)
    .card-img-bottom,
  html[data-bs-theme="dark"]
    .card-group
    > .card:not(:first-child)
    .card-footer {
    border-bottom-left-radius: 0;
  }
}

html[data-bs-theme="dark"] .accordion {
  --bs-accordion-color: #c2c2d9;
  --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.45rem;
  --bs-accordion-inner-border-radius: calc(0.45rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #607080;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --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='%233c55ab'%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: #a1afdf;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(67, 94, 190, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #3c55ab;
  --bs-accordion-active-bg: #eceff9;
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .accordion-button {
    transition: none;
  }
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .accordion-button:after {
    transition: none;
  }
}

html[data-bs-theme="dark"] .accordion-button:hover {
  z-index: 2;
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .accordion-header {
  margin-bottom: 0;
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .accordion-item:not(:first-of-type) {
  border-top: 0;
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

html[data-bs-theme="dark"] .accordion-flush .accordion-collapse {
  border-width: 0;
}

html[data-bs-theme="dark"] .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

html[data-bs-theme="dark"] .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

html[data-bs-theme="dark"] .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

html[data-bs-theme="dark"] .accordion-flush .accordion-item .accordion-button,
html[data-bs-theme="dark"]
  .accordion-flush
  .accordion-item
  .accordion-button.collapsed {
  border-radius: 0;
}

html[data-bs-theme="dark"] [data-bs-theme="dark"] .accordion-button:after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e9ed8'%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-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e9ed8'%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");
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

html[data-bs-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, "/");
}

html[data-bs-theme="dark"] .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

html[data-bs-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: #151521;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #151521;
  --bs-pagination-border-radius: 0.25rem;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #21212c;
  --bs-pagination-hover-border-color: #151521;
  --bs-pagination-focus-color: #364b98;
  --bs-pagination-focus-bg: #212e48;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #435ebe;
  --bs-pagination-active-border-color: #435ebe;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #000;
  --bs-pagination-disabled-border-color: #000;
  display: flex;
  padding-left: 0;
  list-style: none;
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .page-link {
    transition: none;
  }
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .page-link.active,
.active > html[data-bs-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);
}

html[data-bs-theme="dark"] .page-link.disabled,
.disabled > html[data-bs-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);
}

html[data-bs-theme="dark"] .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

html[data-bs-theme="dark"] .page-item .page-link {
  border-radius: var(--bs-pagination-border-radius);
}

html[data-bs-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;
}

html[data-bs-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;
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .badge:empty {
  display: none;
}

html[data-bs-theme="dark"] .btn .badge {
  position: relative;
  top: -1px;
}

html[data-bs-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;
  --bs-alert-link-color: inherit;
  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);
}

html[data-bs-theme="dark"] .alert-heading {
  color: inherit;
}

html[data-bs-theme="dark"] .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

html[data-bs-theme="dark"] .alert-dismissible {
  padding-right: 3rem;
}

html[data-bs-theme="dark"] .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

html[data-bs-theme="dark"] .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

html[data-bs-theme="dark"] .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

html[data-bs-theme="dark"] .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

html[data-bs-theme="dark"] .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

html[data-bs-theme="dark"] .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

html[data-bs-theme="dark"] .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

html[data-bs-theme="dark"] .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

html[data-bs-theme="dark"] .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

html[data-bs-theme="dark"] .progress,
html[data-bs-theme="dark"] .progress-stacked {
  --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: #435ebe;
  --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);
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .progress-bar {
    transition: none;
  }
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .progress-stacked > .progress {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress-stacked > .progress > .progress-bar {
  width: 100%;
}

html[data-bs-theme="dark"] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .progress-bar-animated {
    animation: none;
  }
}

html[data-bs-theme="dark"] .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: #151521;
  --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: var(--bs-body-color);
  --bs-list-group-action-hover-bg: #101113;
  --bs-list-group-action-active-color: #607080;
  --bs-list-group-action-active-bg: #292940;
  --bs-list-group-disabled-color: #000;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #435ebe;
  --bs-list-group-active-border-color: #435ebe;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

html[data-bs-theme="dark"] .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

html[data-bs-theme="dark"] .list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

html[data-bs-theme="dark"] .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

html[data-bs-theme="dark"] .list-group-item-action:hover,
html[data-bs-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);
}

html[data-bs-theme="dark"] .list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

html[data-bs-theme="dark"] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

html[data-bs-theme="dark"] .list-group-item.disabled,
html[data-bs-theme="dark"] .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .list-group-item + .list-group-item {
  border-top-width: 0;
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .list-group-horizontal {
  flex-direction: row;
}

html[data-bs-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;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

html[data-bs-theme="dark"]
  .list-group-horizontal
  > .list-group-item
  + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .list-group-horizontal-sm {
    flex-direction: row;
  }

  html[data-bs-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;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"]
    .list-group-horizontal-sm
    > .list-group-item.active {
    margin-top: 0;
  }

  html[data-bs-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;
  }

  html[data-bs-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) {
  html[data-bs-theme="dark"] .list-group-horizontal-md {
    flex-direction: row;
  }

  html[data-bs-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;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"]
    .list-group-horizontal-md
    > .list-group-item.active {
    margin-top: 0;
  }

  html[data-bs-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;
  }

  html[data-bs-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) {
  html[data-bs-theme="dark"] .list-group-horizontal-lg {
    flex-direction: row;
  }

  html[data-bs-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;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"]
    .list-group-horizontal-lg
    > .list-group-item.active {
    margin-top: 0;
  }

  html[data-bs-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;
  }

  html[data-bs-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) {
  html[data-bs-theme="dark"] .list-group-horizontal-xl {
    flex-direction: row;
  }

  html[data-bs-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;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"]
    .list-group-horizontal-xl
    > .list-group-item.active {
    margin-top: 0;
  }

  html[data-bs-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;
  }

  html[data-bs-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) {
  html[data-bs-theme="dark"] .list-group-horizontal-xxl {
    flex-direction: row;
  }

  html[data-bs-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;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"]
    .list-group-horizontal-xxl
    > .list-group-item.active {
    margin-top: 0;
  }

  html[data-bs-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;
  }

  html[data-bs-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);
  }
}

html[data-bs-theme="dark"] .list-group-flush {
  border-radius: 0;
}

html[data-bs-theme="dark"] .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

html[data-bs-theme="dark"] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

html[data-bs-theme="dark"] .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

html[data-bs-theme="dark"] .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

html[data-bs-theme="dark"] .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

html[data-bs-theme="dark"] .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

html[data-bs-theme="dark"] .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

html[data-bs-theme="dark"] .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

html[data-bs-theme="dark"] .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

html[data-bs-theme="dark"] .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

html[data-bs-theme="dark"] .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(67, 94, 190, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: var(--bs-btn-close-opacity);
}

html[data-bs-theme="dark"] .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

html[data-bs-theme="dark"] .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

html[data-bs-theme="dark"] .btn-close:disabled,
html[data-bs-theme="dark"] .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

html[data-bs-theme="dark"] .btn-close-white,
html[data-bs-theme="dark"] [data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

html[data-bs-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: #c2c2d9;
  --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: #35354d;
  --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);
}

html[data-bs-theme="dark"] .toast.showing {
  opacity: 0;
}

html[data-bs-theme="dark"] .toast:not(.show) {
  display: none;
}

html[data-bs-theme="dark"] .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

html[data-bs-theme="dark"] .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

html[data-bs-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)
  );
}

html[data-bs-theme="dark"] .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

html[data-bs-theme="dark"] .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

html[data-bs-theme="dark"] .modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #1e1e2d;
  --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;
}

html[data-bs-theme="dark"] .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade html[data-bs-theme="dark"] .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade html[data-bs-theme="dark"] .modal-dialog {
    transition: none;
  }
}

.modal.show html[data-bs-theme="dark"] .modal-dialog {
  transform: none;
}

.modal.modal-static html[data-bs-theme="dark"] .modal-dialog {
  transform: scale(1.02);
}

html[data-bs-theme="dark"] .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

html[data-bs-theme="dark"] .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

html[data-bs-theme="dark"] .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

html[data-bs-theme="dark"] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --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);
}

html[data-bs-theme="dark"] .modal-backdrop.fade {
  opacity: 0;
}

html[data-bs-theme="dark"] .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

html[data-bs-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);
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

html[data-bs-theme="dark"] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  html[data-bs-theme="dark"] .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  html[data-bs-theme="dark"] .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  html[data-bs-theme="dark"] .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  html[data-bs-theme="dark"] .modal-lg,
  html[data-bs-theme="dark"] .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .modal-xl {
    --bs-modal-width: 1140px;
  }
}

html[data-bs-theme="dark"] .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

html[data-bs-theme="dark"] .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

html[data-bs-theme="dark"] .modal-fullscreen .modal-header,
html[data-bs-theme="dark"] .modal-fullscreen .modal-footer {
  border-radius: 0;
}

html[data-bs-theme="dark"] .modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  html[data-bs-theme="dark"] .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-sm-down .modal-header,
  html[data-bs-theme="dark"] .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  html[data-bs-theme="dark"] .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-md-down .modal-header,
  html[data-bs-theme="dark"] .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  html[data-bs-theme="dark"] .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-lg-down .modal-header,
  html[data-bs-theme="dark"] .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  html[data-bs-theme="dark"] .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-xl-down .modal-header,
  html[data-bs-theme="dark"] .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  html[data-bs-theme="dark"] .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-xxl-down .modal-header,
  html[data-bs-theme="dark"] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  html[data-bs-theme="dark"] .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

html[data-bs-theme="dark"] .tooltip {
  --bs-tooltip-zindex: 1080;
  --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;
  margin: var(--bs-tooltip-margin);
  font-family: "Plus Jakarta Sans";
  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;
}

html[data-bs-theme="dark"] .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

html[data-bs-theme="dark"] .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

html[data-bs-theme="dark"] .tooltip .tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

html[data-bs-theme="dark"] .bs-tooltip-top .tooltip-arrow,
html[data-bs-theme="dark"]
  .bs-tooltip-auto[data-popper-placement^="top"]
  .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

html[data-bs-theme="dark"] .bs-tooltip-top .tooltip-arrow:before,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-tooltip-end .tooltip-arrow,
html[data-bs-theme="dark"]
  .bs-tooltip-auto[data-popper-placement^="right"]
  .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

html[data-bs-theme="dark"] .bs-tooltip-end .tooltip-arrow:before,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-tooltip-bottom .tooltip-arrow,
html[data-bs-theme="dark"]
  .bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

html[data-bs-theme="dark"] .bs-tooltip-bottom .tooltip-arrow:before,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-tooltip-start .tooltip-arrow,
html[data-bs-theme="dark"]
  .bs-tooltip-auto[data-popper-placement^="left"]
  .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

html[data-bs-theme="dark"] .bs-tooltip-start .tooltip-arrow:before,
html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .popover {
  --bs-popover-zindex: 1070;
  --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: #f0f0f0;
  --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: "Plus Jakarta Sans";
  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);
}

html[data-bs-theme="dark"] .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

html[data-bs-theme="dark"] .popover .popover-arrow:before,
html[data-bs-theme="dark"] .popover .popover-arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

html[data-bs-theme="dark"] .bs-popover-top > .popover-arrow,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow {
  bottom: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
}

html[data-bs-theme="dark"] .bs-popover-top > .popover-arrow:before,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow:before,
html[data-bs-theme="dark"] .bs-popover-top > .popover-arrow:after,
html[data-bs-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;
}

html[data-bs-theme="dark"] .bs-popover-top > .popover-arrow:before,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow:before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

html[data-bs-theme="dark"] .bs-popover-top > .popover-arrow:after,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-popover-end > .popover-arrow,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-popover-end > .popover-arrow:before,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow:before,
html[data-bs-theme="dark"] .bs-popover-end > .popover-arrow:after,
html[data-bs-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;
}

html[data-bs-theme="dark"] .bs-popover-end > .popover-arrow:before,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow:before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

html[data-bs-theme="dark"] .bs-popover-end > .popover-arrow:after,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-popover-bottom > .popover-arrow,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="bottom"]
  > .popover-arrow {
  top: calc(
    -1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)
  );
}

html[data-bs-theme="dark"] .bs-popover-bottom > .popover-arrow:before,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="bottom"]
  > .popover-arrow:before,
html[data-bs-theme="dark"] .bs-popover-bottom > .popover-arrow:after,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-popover-bottom > .popover-arrow:before,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="bottom"]
  > .popover-arrow:before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

html[data-bs-theme="dark"] .bs-popover-bottom > .popover-arrow:after,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-popover-bottom .popover-header:before,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-popover-start > .popover-arrow,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-popover-start > .popover-arrow:before,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow:before,
html[data-bs-theme="dark"] .bs-popover-start > .popover-arrow:after,
html[data-bs-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);
}

html[data-bs-theme="dark"] .bs-popover-start > .popover-arrow:before,
html[data-bs-theme="dark"]
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow:before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

html[data-bs-theme="dark"] .bs-popover-start > .popover-arrow:after,
html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .popover-header:empty {
  display: none;
}

html[data-bs-theme="dark"] .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

html[data-bs-theme="dark"] .carousel {
  position: relative;
}

html[data-bs-theme="dark"] .carousel.pointer-event {
  touch-action: pan-y;
}

html[data-bs-theme="dark"] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

html[data-bs-theme="dark"] .carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .carousel-item {
    transition: none;
  }
}

html[data-bs-theme="dark"] .carousel-item.active,
html[data-bs-theme="dark"] .carousel-item-next,
html[data-bs-theme="dark"] .carousel-item-prev {
  display: block;
}

html[data-bs-theme="dark"] .carousel-item-next:not(.carousel-item-start),
html[data-bs-theme="dark"] .active.carousel-item-end {
  transform: translate(100%);
}

html[data-bs-theme="dark"] .carousel-item-prev:not(.carousel-item-end),
html[data-bs-theme="dark"] .active.carousel-item-start {
  transform: translate(-100%);
}

html[data-bs-theme="dark"] .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

html[data-bs-theme="dark"] .carousel-fade .carousel-item.active,
html[data-bs-theme="dark"]
  .carousel-fade
  .carousel-item-next.carousel-item-start,
html[data-bs-theme="dark"]
  .carousel-fade
  .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

html[data-bs-theme="dark"] .carousel-fade .active.carousel-item-start,
html[data-bs-theme="dark"] .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .carousel-fade .active.carousel-item-start,
  html[data-bs-theme="dark"] .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

html[data-bs-theme="dark"] .carousel-control-prev,
html[data-bs-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) {
  html[data-bs-theme="dark"] .carousel-control-prev,
  html[data-bs-theme="dark"] .carousel-control-next {
    transition: none;
  }
}

html[data-bs-theme="dark"] .carousel-control-prev:hover,
html[data-bs-theme="dark"] .carousel-control-prev:focus,
html[data-bs-theme="dark"] .carousel-control-next:hover,
html[data-bs-theme="dark"] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

html[data-bs-theme="dark"] .carousel-control-prev {
  left: 0;
}

html[data-bs-theme="dark"] .carousel-control-next {
  right: 0;
}

html[data-bs-theme="dark"] .carousel-control-prev-icon,
html[data-bs-theme="dark"] .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

html[data-bs-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");
}

html[data-bs-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");
}

html[data-bs-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%;
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

html[data-bs-theme="dark"] .carousel-indicators .active {
  opacity: 1;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .carousel-dark .carousel-control-prev-icon,
html[data-bs-theme="dark"] .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

html[data-bs-theme="dark"]
  .carousel-dark
  .carousel-indicators
  [data-bs-target] {
  background-color: #000;
}

html[data-bs-theme="dark"] .carousel-dark .carousel-caption {
  color: #000;
}

html[data-bs-theme="dark"]
  [data-bs-theme="dark"]
  .carousel
  .carousel-control-prev-icon,
html[data-bs-theme="dark"]
  [data-bs-theme="dark"]
  .carousel
  .carousel-control-next-icon,
html[data-bs-theme="dark"]
  [data-bs-theme="dark"].carousel
  .carousel-control-prev-icon,
html[data-bs-theme="dark"]
  [data-bs-theme="dark"].carousel
  .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

html[data-bs-theme="dark"]
  [data-bs-theme="dark"]
  .carousel
  .carousel-indicators
  [data-bs-target],
html[data-bs-theme="dark"]
  [data-bs-theme="dark"].carousel
  .carousel-indicators
  [data-bs-target] {
  background-color: #000;
}

html[data-bs-theme="dark"] [data-bs-theme="dark"] .carousel .carousel-caption,
html[data-bs-theme="dark"] [data-bs-theme="dark"].carousel .carousel-caption {
  color: #000;
}

html[data-bs-theme="dark"] .spinner-grow,
html[data-bs-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);
  }
}

html[data-bs-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;
}

html[data-bs-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;
  }
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .spinner-border,
  html[data-bs-theme="dark"] .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

html[data-bs-theme="dark"] .offcanvas,
html[data-bs-theme="dark"] .offcanvas-xxl,
html[data-bs-theme="dark"] .offcanvas-xl,
html[data-bs-theme="dark"] .offcanvas-lg,
html[data-bs-theme="dark"] .offcanvas-md,
html[data-bs-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: var(--bs-body-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);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  html[data-bs-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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  html[data-bs-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: translate(-100%);
  }

  html[data-bs-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: translate(100%);
  }

  html[data-bs-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%);
  }

  html[data-bs-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%);
  }

  html[data-bs-theme="dark"] .offcanvas-sm.showing,
  html[data-bs-theme="dark"] .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }

  html[data-bs-theme="dark"] .offcanvas-sm.showing,
  html[data-bs-theme="dark"] .offcanvas-sm.hiding,
  html[data-bs-theme="dark"] .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  html[data-bs-theme="dark"] .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  html[data-bs-theme="dark"] .offcanvas-sm .offcanvas-header {
    display: none;
  }

  html[data-bs-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) {
  html[data-bs-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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  html[data-bs-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: translate(-100%);
  }

  html[data-bs-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: translate(100%);
  }

  html[data-bs-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%);
  }

  html[data-bs-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%);
  }

  html[data-bs-theme="dark"] .offcanvas-md.showing,
  html[data-bs-theme="dark"] .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  html[data-bs-theme="dark"] .offcanvas-md.showing,
  html[data-bs-theme="dark"] .offcanvas-md.hiding,
  html[data-bs-theme="dark"] .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  html[data-bs-theme="dark"] .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  html[data-bs-theme="dark"] .offcanvas-md .offcanvas-header {
    display: none;
  }

  html[data-bs-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) {
  html[data-bs-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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  html[data-bs-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: translate(-100%);
  }

  html[data-bs-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: translate(100%);
  }

  html[data-bs-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%);
  }

  html[data-bs-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%);
  }

  html[data-bs-theme="dark"] .offcanvas-lg.showing,
  html[data-bs-theme="dark"] .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  html[data-bs-theme="dark"] .offcanvas-lg.showing,
  html[data-bs-theme="dark"] .offcanvas-lg.hiding,
  html[data-bs-theme="dark"] .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  html[data-bs-theme="dark"] .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  html[data-bs-theme="dark"] .offcanvas-lg .offcanvas-header {
    display: none;
  }

  html[data-bs-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) {
  html[data-bs-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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  html[data-bs-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: translate(-100%);
  }

  html[data-bs-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: translate(100%);
  }

  html[data-bs-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%);
  }

  html[data-bs-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%);
  }

  html[data-bs-theme="dark"] .offcanvas-xl.showing,
  html[data-bs-theme="dark"] .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  html[data-bs-theme="dark"] .offcanvas-xl.showing,
  html[data-bs-theme="dark"] .offcanvas-xl.hiding,
  html[data-bs-theme="dark"] .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  html[data-bs-theme="dark"] .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  html[data-bs-theme="dark"] .offcanvas-xl .offcanvas-header {
    display: none;
  }

  html[data-bs-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) {
  html[data-bs-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: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  html[data-bs-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: translate(-100%);
  }

  html[data-bs-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: translate(100%);
  }

  html[data-bs-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%);
  }

  html[data-bs-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%);
  }

  html[data-bs-theme="dark"] .offcanvas-xxl.showing,
  html[data-bs-theme="dark"] .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  html[data-bs-theme="dark"] .offcanvas-xxl.showing,
  html[data-bs-theme="dark"] .offcanvas-xxl.hiding,
  html[data-bs-theme="dark"] .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  html[data-bs-theme="dark"] .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  html[data-bs-theme="dark"] .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  html[data-bs-theme="dark"] .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

html[data-bs-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: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  html[data-bs-theme="dark"] .offcanvas {
    transition: none;
  }
}

html[data-bs-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: translate(-100%);
}

html[data-bs-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: translate(100%);
}

html[data-bs-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%);
}

html[data-bs-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%);
}

html[data-bs-theme="dark"] .offcanvas.showing,
html[data-bs-theme="dark"] .offcanvas.show:not(.hiding) {
  transform: none;
}

html[data-bs-theme="dark"] .offcanvas.showing,
html[data-bs-theme="dark"] .offcanvas.hiding,
html[data-bs-theme="dark"] .offcanvas.show {
  visibility: visible;
}

html[data-bs-theme="dark"] .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

html[data-bs-theme="dark"] .offcanvas-backdrop.fade {
  opacity: 0;
}

html[data-bs-theme="dark"] .offcanvas-backdrop.show {
  opacity: 0.5;
}

html[data-bs-theme="dark"] .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

html[data-bs-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));
}

html[data-bs-theme="dark"] .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

html[data-bs-theme="dark"] .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

html[data-bs-theme="dark"] .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

html[data-bs-theme="dark"] .placeholder.btn:before {
  display: inline-block;
  content: "";
}

html[data-bs-theme="dark"] .placeholder-xs {
  min-height: 0.6em;
}

html[data-bs-theme="dark"] .placeholder-sm {
  min-height: 0.8em;
}

html[data-bs-theme="dark"] .placeholder-lg {
  min-height: 1.2em;
}

html[data-bs-theme="dark"] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

html[data-bs-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 {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

html[data-bs-theme="dark"] .alert {
  border: none;
}

html[data-bs-theme="dark"] .alert p {
  margin-bottom: 0;
}

html[data-bs-theme="dark"] .alert button.close {
  padding: 0.75rem;
  line-height: 0.75;
}

html[data-bs-theme="dark"] .alert .alert-heading {
  margin-left: 0.4rem;
}

html[data-bs-theme="dark"] .alert .alert-heading + p {
  margin-left: 0.4rem;
}

html[data-bs-theme="dark"] .alert-primary {
  background-color: #435ebe;
  color: #fff;
}

html[data-bs-theme="dark"] .alert-primary a {
  color: #fff;
  font-weight: 700;
}

html[data-bs-theme="dark"] .alert-secondary {
  background-color: #ebeef3;
  color: #383d41;
}

html[data-bs-theme="dark"] .alert-secondary a {
  color: #fff;
  font-weight: 700;
}

html[data-bs-theme="dark"] .alert-success {
  background-color: #198754;
  color: #fff;
}

html[data-bs-theme="dark"] .alert-success a {
  color: #fff;
  font-weight: 700;
}

html[data-bs-theme="dark"] .alert-warning {
  background-color: #eaca4a;
  color: #3f3a26;
}

html[data-bs-theme="dark"] .alert-warning a {
  color: #fff;
  font-weight: 700;
}

html[data-bs-theme="dark"] .alert-danger {
  background-color: #f3616d;
  color: #fff;
}

html[data-bs-theme="dark"] .alert-danger a {
  color: #fff;
  font-weight: 700;
}

html[data-bs-theme="dark"] .alert-dark {
  background-color: #454546;
  color: #fff;
}

html[data-bs-theme="dark"] .alert-dark a {
  color: #fff;
  font-weight: 700;
}

html[data-bs-theme="dark"] .alert-light {
  background-color: #f9f9f9;
  color: #607080;
}

html[data-bs-theme="dark"] .alert-light a {
  color: #fff;
  font-weight: 700;
}

html[data-bs-theme="dark"] .alert-info {
  background-color: #56b6f7;
  color: #fff;
}

html[data-bs-theme="dark"] .alert-info a {
  color: #fff;
  font-weight: 700;
}

html[data-bs-theme="dark"] .alert-light-primary {
  background-color: #bdc6e9;
  color: #14286c;
  border: 1px solid #9caadd;
}

html[data-bs-theme="dark"] .alert-light-secondary {
  background-color: #c6cbcf;
  color: #224257;
  border: 1px solid #b2b7bb;
}

html[data-bs-theme="dark"] .alert-light-success {
  background-color: #93cbb1;
  color: #0d5635;
  border: 1px solid #87c0a5;
}

html[data-bs-theme="dark"] .alert-light-danger {
  background-color: #f8d2d6;
  color: #7a151f;
  border: 1px solid #efa3aa;
}

html[data-bs-theme="dark"] .alert-light-warning {
  background-color: #ffeaab;
  color: #806102;
  border: 1px solid #ffdf7d;
}

html[data-bs-theme="dark"] .alert-light-info {
  background-color: #a9edfb;
  color: #04677c;
  border: 1px solid #80e3f7;
}

html[data-bs-theme="dark"] .alert-light-dark {
  background-color: #9b9797;
  color: #391919;
  border: 1px solid #949494;
}

html[data-bs-theme="dark"] .avatar {
  display: inline-flex;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

html[data-bs-theme="dark"] .avatar .avatar-content {
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}

html[data-bs-theme="dark"] .avatar .avatar-content svg,
html[data-bs-theme="dark"] .avatar .avatar-content i {
  color: #fff;
  font-size: 1rem;
  height: 1rem;
}

html[data-bs-theme="dark"] .avatar .avatar-content i:before {
  vertical-align: top;
}

html[data-bs-theme="dark"] .avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

html[data-bs-theme="dark"] .avatar .avatar-status {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  bottom: 0;
  right: 0;
}

html[data-bs-theme="dark"] .avatar.avatar-sm .avatar-content,
html[data-bs-theme="dark"] .avatar.avatar-sm img {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}

html[data-bs-theme="dark"] .avatar.avatar-md .avatar-content,
html[data-bs-theme="dark"] .avatar.avatar-md img {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
}

html[data-bs-theme="dark"] .avatar.avatar-md2 .avatar-content,
html[data-bs-theme="dark"] .avatar.avatar-md2 img {
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
}

html[data-bs-theme="dark"] .avatar.avatar-lg .avatar-content,
html[data-bs-theme="dark"] .avatar.avatar-lg img {
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
}

html[data-bs-theme="dark"] .avatar.avatar-xl .avatar-content,
html[data-bs-theme="dark"] .avatar.avatar-xl img {
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
}

html[data-bs-theme="dark"] .btn .badge {
  border-radius: 50%;
  margin-left: 5px;
}

html[data-bs-theme="dark"] .btn .badge.bg-transparent {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff;
}

html[data-bs-theme="dark"] .badge-notification {
  position: absolute;
  right: 20px;
  padding: 3px;
}

html[data-bs-theme="dark"] .btn i,
html[data-bs-theme="dark"] .btn svg {
  width: 1rem;
  height: 1rem;
}

html[data-bs-theme="dark"] .btn.icon {
  padding: 0.4rem 0.6rem;
}

html[data-bs-theme="dark"] .btn.icon svg {
  width: 1rem;
  height: 1rem;
}

html[data-bs-theme="dark"] .btn.icon.icon-left svg {
  margin-right: 3px;
}

html[data-bs-theme="dark"] .btn.icon.icon-right svg {
  margin-left: 3px;
}

html[data-bs-theme="dark"] .btn.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

html[data-bs-theme="dark"] .btn.btn-outline-white:hover {
  color: #333;
  background-color: #fff;
}

html[data-bs-theme="dark"] .btn.btn-light-primary {
  background-color: #7286ce;
  color: #000;
}

html[data-bs-theme="dark"] .btn.btn-light-secondary {
  background-color: #91989e;
  color: #000;
}

html[data-bs-theme="dark"] .btn.btn-light-success {
  background-color: #53a57f;
  color: #000;
}

html[data-bs-theme="dark"] .btn.btn-light-danger {
  background-color: #e87c86;
  color: #000;
}

html[data-bs-theme="dark"] .btn.btn-light-warning {
  background-color: #ffd145;
  color: #000;
}

html[data-bs-theme="dark"] .btn.btn-light-info {
  background-color: #4ad7f4;
  color: #000;
}

html[data-bs-theme="dark"] .btn.btn-light-dark {
  background-color: #666;
  color: #000;
}

html[data-bs-theme="dark"] .btn-block {
  width: 100%;
}

html[data-bs-theme="dark"] .btn-group:not(.dropdown) .btn:not([class*="btn-"]) {
  border: 1px solid #dfe3e7;
}

html[data-bs-theme="dark"] .btn-group > .btn {
  border-radius: 0.267rem;
}

html[data-bs-theme="dark"] .buttons .btn {
  margin: 0 10px 10px 0;
}

html[data-bs-theme="dark"] .breadcrumb.breadcrumb-right {
  justify-content: flex-end;
  margin-top: 1rem;
}

html[data-bs-theme="dark"] .breadcrumb.breadcrumb-center {
  justify-content: center;
  margin-top: 1rem;
}

html[data-bs-theme="dark"] .carousel-inner {
  border-radius: 0.7rem;
}

html[data-bs-theme="dark"] .carousel-caption h5,
html[data-bs-theme="dark"] .carousel-caption .h5 {
  color: #fff;
}

html[data-bs-theme="dark"] .card {
  margin-bottom: 2.2rem;
  border: none;
}

html[data-bs-theme="dark"] .card.card-statistic {
  box-shadow: 1px 2px 5px rgba(47, 170, 244, 0.5);
  background: linear-gradient(to bottom, #25a6f1, #54b9ff);
}

html[data-bs-theme="dark"] .card.card-statistic .card-title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 5px;
}

html[data-bs-theme="dark"] .card.card-statistic .card-right p {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0;
}

html[data-bs-theme="dark"] .card.card-statistic .card-right span.green {
  color: #6fff6f;
}

html[data-bs-theme="dark"] .card.card-statistic .card-right span.red {
  color: #ff7979;
}

html[data-bs-theme="dark"] .card.card-statistic .chart-wrapper {
  height: 100px;
}

html[data-bs-theme="dark"] .card .card-header {
  border: none;
}

html[data-bs-theme="dark"] .card .card-header h4,
html[data-bs-theme="dark"] .card .card-header .h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

html[data-bs-theme="dark"] .card .card-header ~ .card-body {
  padding-top: 0;
}

html[data-bs-theme="dark"] .card .card-content {
  position: relative;
}

html[data-bs-theme="dark"] .card .card-body {
  padding: 1.5rem;
}

html[data-bs-theme="dark"] .card .card-heading {
  color: #555;
  font-size: 1.5rem;
}

html[data-bs-theme="dark"] .card .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

html[data-bs-theme="dark"] .card .card-img-overlay p {
  color: #eee;
}

html[data-bs-theme="dark"] .card .card-img-overlay .card-title {
  color: #fff;
}

html[data-bs-theme="dark"] .pricing .card {
  box-shadow: none;
  margin-bottom: 0;
  border-right: 1px solid #e9ecef;
  box-shadow: 0 10px 10px #e9ecef;
}

html[data-bs-theme="dark"] .pricing h1,
html[data-bs-theme="dark"] .pricing .h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 3rem;
}

html[data-bs-theme="dark"] .pricing .card-header .card-title {
  font-size: 2rem !important;
  margin-bottom: 0;
}

html[data-bs-theme="dark"] .pricing .card-header p {
  font-size: 0.8rem;
}

html[data-bs-theme="dark"] .pricing ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

html[data-bs-theme="dark"] .pricing ul li i,
html[data-bs-theme="dark"] .pricing ul li svg {
  width: 1rem;
  color: #198754;
  font-size: 1rem;
  margin-right: 7px;
}

html[data-bs-theme="dark"] .pricing .card-highlighted {
  background-color: #435ebe;
  padding-top: 20px;
  padding-bottom: 20px;
}

html[data-bs-theme="dark"] .pricing .card-highlighted .card-header,
html[data-bs-theme="dark"] .pricing .card-highlighted .card-body {
  background-color: #435ebe;
  color: #1e1e2d;
}

html[data-bs-theme="dark"] .pricing .card-highlighted ul li {
  color: #fff;
}

html[data-bs-theme="dark"] .pricing .card-highlighted ul li i,
html[data-bs-theme="dark"] .pricing .card-highlighted ul li svg {
  color: #4dd4ac;
}

html[data-bs-theme="dark"] .pricing .card-highlighted .card-footer {
  background-color: #435ebe;
}

html[data-bs-theme="dark"] .pricing .card-highlighted .card-title {
  color: #fff;
  font-size: 1.8rem;
}

html[data-bs-theme="dark"] .divider {
  display: block;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0;
}

html[data-bs-theme="dark"] .divider .divider-text {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  background-color: #151521;
}

html[data-bs-theme="dark"] .divider .divider-text:before,
html[data-bs-theme="dark"] .divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #343a40;
}

html[data-bs-theme="dark"] .divider .divider-text:before {
  right: 100%;
}

html[data-bs-theme="dark"] .divider .divider-text:after {
  left: 100%;
}

html[data-bs-theme="dark"] .divider.divider-left .divider-text {
  float: left;
}

html[data-bs-theme="dark"] .divider.divider-left-center .divider-text {
  left: -25%;
}

html[data-bs-theme="dark"] .divider.divider-right-center .divider-text {
  left: 25%;
}

html[data-bs-theme="dark"] .divider.divider-right .divider-text {
  float: right;
}

html[data-bs-theme="dark"]
  .btn:not(.btn-light):not([class^="btn-outline-"])
  .dropdown-toggle:after {
  color: #fff;
}

html[data-bs-theme="dark"] .dropdown-menu-large {
  min-width: 16rem;
}

html[data-bs-theme="dark"] .dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

html[data-bs-theme="dark"] .dropdown-item {
  transition: all 0.5s;
}

html[data-bs-theme="dark"] .dropdown-menu-end.show {
  top: 100%;
  right: 0;
}

html[data-bs-theme="dark"] .dropdown .avatar {
  margin-right: 0.6rem;
}

html[data-bs-theme="dark"] .user-dropdown-status,
html[data-bs-theme="dark"] .user-dropdown-name {
  margin: 0;
}

html[data-bs-theme="dark"] .form-group {
  margin-bottom: 0.7rem;
}

html[data-bs-theme="dark"] .form-group label {
  color: #c2c2d9;
  font-weight: 600;
}

html[data-bs-theme="dark"] .form-group small,
html[data-bs-theme="dark"] .form-group .small {
  font-size: 0.7rem;
}

html[data-bs-theme="dark"] .form-group.with-title {
  position: relative;
}

html[data-bs-theme="dark"] .form-group.with-title label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 0.6rem;
  background-color: #2f2f48;
  width: 100%;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #3f3f5e;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

html[data-bs-theme="dark"] .form-group.with-title .form-control,
html[data-bs-theme="dark"] .form-group.with-title dataTable-input {
  padding-top: 2rem;
}

html[data-bs-theme="dark"] .form-group.with-title .form-control:focus ~ label,
html[data-bs-theme="dark"]
  .form-group.with-title
  dataTable-input:focus
  ~ label {
  border-left: 1px solid #435ebe;
  border-top: 1px solid #435ebe;
  border-right: 1px solid #435ebe;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"].has-icon-left
  .form-control {
  padding-left: 2.5rem;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"].has-icon-left
  .form-control-icon {
  left: 0;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"].has-icon-right
  .form-control {
  padding-right: 2.5rem;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"].has-icon-right
  .form-control-icon {
  right: 0;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"]
  .form-control:focus
  ~ .form-control-icon
  i,
html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"]
  .form-control:focus
  ~ .form-control-icon
  svg {
  color: #5a8dee;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"]
  .form-control.form-control-xl {
  padding-left: 3rem;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"]
  .form-control.form-control-xl
  ~ .form-control-icon
  i {
  font-size: 1.6rem;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"]
  .form-control.form-control-xl
  ~ .form-control-icon
  i:before {
  color: #a6a8aa;
}

html[data-bs-theme="dark"] .form-group[class*="has-icon-"] .form-control-icon {
  position: absolute;
  padding: 0 0.6rem;
}

html[data-bs-theme="dark"] .form-group[class*="has-icon-"] .form-control-icon i,
html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"]
  .form-control-icon
  svg {
  width: 1.2rem;
  color: #adb5bd;
  font-size: 1.2rem;
}

html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"]
  .form-control-icon
  i:before,
html[data-bs-theme="dark"]
  .form-group[class*="has-icon-"]
  .form-control-icon
  svg:before {
  vertical-align: sub;
}

html[data-bs-theme="dark"] .form-group.mandatory .form-label:first-child:after {
  content: " *";
  color: #dc3545;
}

html[data-bs-theme="dark"] .form-group.is-invalid * {
  color: #dc3545;
  border-color: #dc3545;
}

html[data-bs-theme="dark"] .form-control ~ .form-control-icon {
  top: 0.28rem;
}

html[data-bs-theme="dark"] .form-control.form-control-lg {
  padding: 0.55rem 1rem;
  font-size: 1.05rem;
}

html[data-bs-theme="dark"] .form-control.form-control-lg ~ .form-control-icon {
  top: 0.55rem;
}

html[data-bs-theme="dark"] .form-control.form-control-xl {
  padding: 0.85rem 1rem;
  font-size: 1.2rem;
}

html[data-bs-theme="dark"] .form-control.form-control-xl ~ .form-control-icon {
  top: 0.55rem;
}

html[data-bs-theme="dark"] .form-check .form-check-input[class*="bg-"] {
  border: 0;
}

html[data-bs-theme="dark"] .form-check .form-check-input:focus {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check .form-check-input.form-check-primary {
  background-color: #435ebe;
  border-color: #435ebe;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-primary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-primary.form-check-glow {
  box-shadow: 0 0 5px #697ecb;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-primary.form-check-glow:not(:checked) {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check .form-check-input.form-check-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-secondary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-secondary.form-check-glow {
  box-shadow: 0 0 5px #868e96;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check .form-check-input.form-check-success {
  background-color: #198754;
  border-color: #198754;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-success:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-success.form-check-glow {
  box-shadow: 0 0 5px #21b26f;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-success.form-check-glow:not(:checked) {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check .form-check-input.form-check-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-info:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-info.form-check-glow {
  box-shadow: 0 0 5px #3cd5f4;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-info.form-check-glow:not(:checked) {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check .form-check-input.form-check-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-warning:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-warning.form-check-glow {
  box-shadow: 0 0 5px #ffce3a;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-warning.form-check-glow:not(:checked) {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check .form-check-input.form-check-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-danger:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-danger.form-check-glow {
  box-shadow: 0 0 5px #e4606d;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-danger.form-check-glow:not(:checked) {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check .form-check-input.form-check-light {
  background-color: #ced4da;
  border-color: #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-light:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-light.form-check-glow {
  box-shadow: 0 0 5px #ebeef0;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-light.form-check-glow:not(:checked) {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check .form-check-input.form-check-dark {
  background-color: #131313;
  border-color: #131313;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-dark:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-dark.form-check-glow {
  box-shadow: 0 0 5px #2d2d2d;
}

html[data-bs-theme="dark"]
  .form-check
  .form-check-input.form-check-dark.form-check-glow:not(:checked) {
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-check.form-check-sm .form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.3em;
}

html[data-bs-theme="dark"] .form-check.form-check-sm label {
  font-size: 0.7rem;
}

html[data-bs-theme="dark"] .form-check.form-check-lg .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.3em;
}

html[data-bs-theme="dark"] .form-check.form-check-lg label {
  font-size: 1rem;
}

html[data-bs-theme="dark"] .form-check.form-check-primary .form-check-input {
  background-color: #435ebe;
  border-color: #435ebe;
}

html[data-bs-theme="dark"] .form-check.form-check-secondary .form-check-input {
  background-color: #6c757d;
  border-color: #6c757d;
}

html[data-bs-theme="dark"] .form-check.form-check-success .form-check-input {
  background-color: #198754;
  border-color: #198754;
}

html[data-bs-theme="dark"] .form-check.form-check-info .form-check-input {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

html[data-bs-theme="dark"] .form-check.form-check-warning .form-check-input {
  background-color: #ffc107;
  border-color: #ffc107;
}

html[data-bs-theme="dark"] .form-check.form-check-danger .form-check-input {
  background-color: #dc3545;
  border-color: #dc3545;
}

html[data-bs-theme="dark"] .form-check.form-check-light .form-check-input {
  background-color: #ced4da;
  border-color: #ced4da;
}

html[data-bs-theme="dark"] .form-check.form-check-dark .form-check-input {
  background-color: #131313;
  border-color: #131313;
}

html[data-bs-theme="dark"] .dataTable-input {
  min-height: calc(1.5em + 0.934rem + 2px);
  padding: 0.467rem 0.6rem !important;
  font-size: 0.9025rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7e7a7a;
  background-color: #fff;
  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;
}

html[data-bs-theme="dark"] .dataTable-input:focus {
  color: #555252;
  background-color: #1b1b29;
  border-color: #4b4b68;
  outline: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

html[data-bs-theme="dark"] .dataTable-selector {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

html[data-bs-theme="dark"] .choices__inner {
  background-color: #1b1b29;
  border-color: #35354f;
}

html[data-bs-theme="dark"] .choices__input {
  background-color: #1b1b29 !important;
  color: #fff;
}

html[data-bs-theme="dark"] .choices__list {
  background-color: #1b1b29;
}

html[data-bs-theme="dark"]
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted {
  background-color: #28283c;
}

html[data-bs-theme="dark"] .modal .modal-content {
  box-shadow: -8px 12px 18px rgba(25, 42, 70, 0.13);
  border: none;
}

html[data-bs-theme="dark"] .modal .modal-full {
  max-width: 94%;
}

html[data-bs-theme="dark"] .modal .white {
  color: #fff;
}

html[data-bs-theme="dark"] .modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html[data-bs-theme="dark"] .modal .modal-header .modal-title {
  font-size: 1.1rem;
}

html[data-bs-theme="dark"] .modal .modal-header .close {
  padding: 7px 10px;
  border-radius: 50%;
  background: none;
  border: none;
}

html[data-bs-theme="dark"] .modal .modal-header .close:hover {
  background: #dee2e6;
}

html[data-bs-theme="dark"] .modal .modal-header i,
html[data-bs-theme="dark"] .modal .modal-header svg {
  font-size: 12px;
  height: 12px;
  width: 12px;
}

html[data-bs-theme="dark"] .modal .modal-footer {
  padding: 1rem;
}

html[data-bs-theme="dark"] .modal.modal-borderless .modal-header {
  border-bottom: 0;
}

html[data-bs-theme="dark"] .modal.modal-borderless .modal-footer {
  border-top: 0;
}

html[data-bs-theme="dark"] #sidebar .sidebar-wrapper {
  left: -300px;
}

html[data-bs-theme="dark"] #sidebar ~ #main {
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  html[data-bs-theme="dark"] #sidebar .sidebar-wrapper {
    left: 0;
  }

  html[data-bs-theme="dark"] #sidebar ~ #main {
    margin-left: 300px;
  }
}

html[data-bs-theme="dark"] #sidebar.inactive .sidebar-wrapper {
  left: -300px;
}

html[data-bs-theme="dark"] #sidebar.inactive ~ #main {
  margin-left: 0;
}

html[data-bs-theme="dark"] #sidebar.active .sidebar-wrapper {
  left: 0;
}

html[data-bs-theme="dark"] .sidebar-wrapper {
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10;
  overflow-y: auto;
  background-color: #1e1e2d;
  bottom: 0;
  transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-bs-theme="dark"] .sidebar-wrapper .sidebar-header {
  padding: 2rem 2rem 1rem;
  font-size: 2rem;
  font-weight: 700;
}

html[data-bs-theme="dark"] .sidebar-wrapper .sidebar-header img {
  height: 1.2rem;
}

html[data-bs-theme="dark"] .sidebar-wrapper .sidebar-toggler.x {
  position: absolute;
  right: 1.75rem;
  top: 0.25rem;
  display: none;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu {
  padding-left: 0;
  margin-top: 2rem;
  padding: 0 2rem;
  font-weight: 600;
}

html[data-bs-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;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .sidebar-link svg,
html[data-bs-theme="dark"] .sidebar-wrapper .menu .sidebar-link i {
  color: #7c8db5;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .sidebar-link i:before {
  vertical-align: top;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .sidebar-link span {
  margin-left: 1rem;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .sidebar-link:hover {
  background-color: #282839;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .sidebar-item {
  list-style: none;
  margin-top: 0.5rem;
  position: relative;
}

html[data-bs-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>');
}

html[data-bs-theme="dark"]
  .sidebar-wrapper
  .menu
  .sidebar-item.active
  > .sidebar-link {
  background-color: #435ebe;
}

html[data-bs-theme="dark"]
  .sidebar-wrapper
  .menu
  .sidebar-item.active
  > .sidebar-link
  span {
  color: #fff;
}

html[data-bs-theme="dark"]
  .sidebar-wrapper
  .menu
  .sidebar-item.active
  > .sidebar-link
  svg,
html[data-bs-theme="dark"]
  .sidebar-wrapper
  .menu
  .sidebar-item.active
  > .sidebar-link
  i {
  fill: #fff;
  color: #fff;
}

html[data-bs-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:white;stroke-width:1"></polyline></svg>');
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .submenu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .submenu.active {
  height: var(--submenu-height);
  display: block;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .submenu.submenu-closed {
  max-height: 0;
}

html[data-bs-theme="dark"] .sidebar-wrapper .menu .submenu.submenu-open {
  max-height: var(--submenu-height);
}

html[data-bs-theme="dark"]
  .sidebar-wrapper
  .menu
  .submenu
  .submenu-item.active {
  position: relative;
}

html[data-bs-theme="dark"]
  .sidebar-wrapper
  .menu
  .submenu
  .submenu-item.active
  > a {
  color: #435ebe;
  font-weight: 700;
}

html[data-bs-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;
}

html[data-bs-theme="dark"]
  .sidebar-wrapper
  .menu
  .submenu
  .submenu-item
  a:hover {
  margin-left: 0.3rem;
  color: #fff;
}

html[data-bs-theme="dark"] .sidebar-item.has-sub,
html[data-bs-theme="dark"] .submenu-item.has-sub {
  overflow: hidden;
  position: relative;
}

html[data-bs-theme="dark"] .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;
}

html[data-bs-theme="dark"] .submenu-item.has-sub > .submenu-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;
}

html[data-bs-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) {
  html[data-bs-theme="dark"] .sidebar-wrapper {
    position: fixed;
    left: -300px;
  }

  html[data-bs-theme="dark"] .sidebar-wrapper .sidebar-toggler.x {
    display: block;
  }
}

@keyframes slideDown {
  0% {
    max-height: 0;
  }
  to {
    max-height: var(--submenu-height);
  }
}

@keyframes slideUp {
  0% {
    max-height: var(--submenu-height);
  }
  to {
    max-height: 0;
  }
}

html[data-bs-theme="dark"] .nav-pills .nav-link.active {
  box-shadow: 0 2px 10px rgba(67, 94, 190, 0.5);
}

html[data-bs-theme="dark"] .nav-tabs,
html[data-bs-theme="dark"] .nav-tabs .nav-link {
  border: none;
}

html[data-bs-theme="dark"] .nav-tabs .nav-link:hover {
  border: none;
  text-shadow: 0 0 2px rgba(67, 94, 190, 0.3);
}

html[data-bs-theme="dark"] .nav-tabs .nav-link.active {
  border: none;
  position: relative;
  color: #435ebe;
}

html[data-bs-theme="dark"] .nav-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #435ebe;
  left: 0;
  box-shadow: 0 2px 5px rgba(67, 94, 190, 0.5);
}

html[data-bs-theme="dark"] .layout-navbar {
  --navbar-height: 90px;
}

html[data-bs-theme="dark"] .layout-navbar footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

html[data-bs-theme="dark"] .layout-navbar.navbar-fixed {
  display: block !important;
}

html[data-bs-theme="dark"] .navbar-fixed > header {
  display: unset;
  height: var(--navbar-height);
}

html[data-bs-theme="dark"] .navbar-fixed .navbar-top {
  position: sticky;
  background-color: var(--bs-body-bg);
  z-index: 9;
  top: 0;
  width: inherit;
}

html[data-bs-theme="dark"] .navbar {
  height: var(--navbar-height);
  padding: 1.5rem;
}

html[data-bs-theme="dark"] .navbar .navbar-brand img {
  height: 1.5rem;
}

html[data-bs-theme="dark"] .navbar .user-menu img {
  width: 39px;
  height: 39px;
}

html[data-bs-theme="dark"] .navbar.navbar-header li {
  display: flex;
  align-items: center;
}

html[data-bs-theme="dark"] .navbar.navbar-header li.nav-icon {
  margin-right: 0.4rem;
}

html[data-bs-theme="dark"] .navbar.navbar-header li.nav-icon .nav-link {
  display: block;
  padding: 0.4rem;
  border-radius: 50%;
}

html[data-bs-theme="dark"] .navbar.navbar-header li.nav-icon .nav-link:hover {
  background-color: #e9ecef;
}

html[data-bs-theme="dark"] .navbar.navbar-header .dropdown > a {
  color: #6c757d;
  font-weight: 600;
}

html[data-bs-theme="dark"] .navbar.navbar-header .dropdown > a svg {
  height: 24px;
  width: 24px;
}

html[data-bs-theme="dark"] .navbar.navbar-header .dropdown > a:after {
  display: none;
}

html[data-bs-theme="dark"] .navbar-top .notification-dropdown {
  min-width: 20rem;
}

html[data-bs-theme="dark"] .navbar-top .notification-item {
  margin-bottom: 0.4rem;
}

html[data-bs-theme="dark"] .navbar-top .notification-item a {
  color: #c2c2d9;
}

html[data-bs-theme="dark"] .navbar-top .notification-item p {
  margin-bottom: 0;
}

html[data-bs-theme="dark"] .navbar-top .notification-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

html[data-bs-theme="dark"] .navbar-top .notification-icon i {
  vertical-align: -moz-middle-with-baseline;
  font-size: 20px;
}

html[data-bs-theme="dark"] .layout-horizontal .container {
  --bs-gutter-x: 1.5rem;
}

html[data-bs-theme="dark"] .layout-horizontal .header-top {
  background-color: #171722;
  padding: 1.1rem 0.4rem;
}

html[data-bs-theme="dark"] .layout-horizontal .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html[data-bs-theme="dark"] .layout-horizontal .header-top .burger-btn i {
  height: 20px;
  display: inline-block;
}

html[data-bs-theme="dark"] .layout-horizontal .header-top .logo img {
  height: 20px;
}

html[data-bs-theme="dark"] .layout-horizontal .header-top-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}

html[data-bs-theme="dark"] .layout-horizontal .submenu-item.active a {
  font-weight: 700;
}

html[data-bs-theme="dark"] .layout-horizontal .main-navbar {
  background-color: #22223c;
  padding: 1rem;
}

html[data-bs-theme="dark"] .layout-horizontal .main-navbar ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .layout-horizontal .main-navbar ul .menu-link span {
  height: 20px;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  ul
  .menu-link
  span
  > i {
  margin-right: 3px;
}

html[data-bs-theme="dark"] .layout-horizontal .main-navbar ul > .menu-item {
  position: relative;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  ul
  > .menu-item
  .menu-link {
  color: #dee2e6;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  ul
  > .menu-item.active
  a {
  color: #fff;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  ul
  > .menu-item.has-sub
  .menu-link {
  padding-right: 1.3rem;
}

html[data-bs-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;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  ul
  > .menu-item:hover
  .menu-link {
  color: #fff;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  ul
  > .menu-item:hover
  .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

html[data-bs-theme="dark"] .layout-horizontal .main-navbar .submenu {
  visibility: hidden;
  opacity: 0;
  top: 125%;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  z-index: 999;
  border-radius: 0.2rem;
  background-color: #191926;
  box-shadow: 0 5px 20px rgba(27, 27, 27, 0.1);
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  .submenu
  .submenu-group-wrapper {
  position: relative;
}

html[data-bs-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;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item {
  position: relative;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item.active
  .submenu-link {
  color: var(--bs-primary);
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item.has-sub {
  overflow: visible;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item.has-sub
  .submenu-link {
  position: relative;
}

html[data-bs-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");
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item
  a {
  padding: 0.6rem 2rem 0.6rem 0.6rem;
  color: #9899ac;
  display: block;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item
  a:hover {
  color: #187de4;
}

html[data-bs-theme="dark"]
  .layout-horizontal
  .main-navbar
  .submenu
  .submenu-group
  .submenu-item:hover
  .subsubmenu {
  visibility: visible;
  top: 0rem;
  opacity: 1;
}

html[data-bs-theme="dark"] .layout-horizontal .main-navbar .subsubmenu {
  visibility: hidden;
  opacity: 0;
  top: 125%;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  z-index: 999;
  border-radius: 0.2rem;
  background-color: #191926;
  box-shadow: 0 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;
}
.vip-title-container {
  padding-top: 25em;
}
.vip-info-container {
  padding-top: 12em;
}
.vip-title {
  display: flex;
  justify-content: flex-start;
}
.vip-title-img {
  width: 50%;
}

.checkin-title-img {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  html[data-bs-theme="dark"] .layout-horizontal .main-navbar {
    background-color: #f5f7fc;
    overflow: hidden;
    padding: 1rem;
    display: none;
  }

  html[data-bs-theme="dark"] .layout-horizontal .main-navbar.active {
    max-height: initial;
    display: block;
  }

  html[data-bs-theme="dark"] .layout-horizontal .main-navbar ul {
    flex-direction: column;
    gap: 0;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"] .layout-horizontal .main-navbar ul .menu-link {
    color: #6c757d !important;
    padding: 1rem 0;
  }

  html[data-bs-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;
  }

  html[data-bs-theme="dark"]
    .layout-horizontal
    .main-navbar
    .submenu
    .submenu-group-wrapper {
    display: flex;
    flex-direction: column;
    max-height: unset;
  }

  html[data-bs-theme="dark"]
    .layout-horizontal
    .main-navbar
    .submenu
    .submenu-group {
    max-height: unset;
    padding: 0;
    min-width: unset;
    width: 100%;
  }

  html[data-bs-theme="dark"] .layout-horizontal .main-navbar .submenu.active {
    display: block;
  }

  html[data-bs-theme="dark"] .layout-horizontal .main-navbar .subsubmenu {
    visibility: visible !important;
    opacity: 1;
    box-shadow: none;
    position: static;
    padding: 1rem;
    background-color: unset;
    display: none;
  }

  html[data-bs-theme="dark"]
    .layout-horizontal
    .main-navbar
    .subsubmenu.active {
    display: block;
  }
}

html[data-bs-theme="dark"] #topbarUserDropdown:after {
  margin-left: 1rem;
}

html[data-bs-theme="dark"]
  .pagination.pagination-primary
  .page-item.active
  .page-link {
  background-color: #435ebe;
  border-color: #435ebe;
  box-shadow: 0 2px 5px rgba(67, 94, 190, 0.3);
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-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);
}

html[data-bs-theme="dark"]
  .pagination.pagination-light
  .page-item.active
  .page-link {
  background-color: #ced4da;
  border-color: #ced4da;
  box-shadow: 0 2px 5px rgba(206, 212, 218, 0.3);
}

html[data-bs-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);
}

html[data-bs-theme="dark"] .page-item:not(.active) .page-link:hover {
  color: #fff;
}

html[data-bs-theme="dark"] .page-item i,
html[data-bs-theme="dark"] .page-item svg {
  font-size: 13px;
  width: 13px;
  height: 13px;
}

html[data-bs-theme="dark"] .page-item .page-link {
  font-size: 0.875rem;
}

html[data-bs-theme="dark"] .page-item .page-link:focus {
  box-shadow: none;
}

html[data-bs-theme="dark"] .page-item:first-child {
  margin-right: 0.4rem;
}

html[data-bs-theme="dark"] .page-item:last-child {
  margin-left: 0.4rem;
}

html[data-bs-theme="dark"] .table td,
html[data-bs-theme="dark"] .dataTable-table td,
html[data-bs-theme="dark"] .table thead th,
html[data-bs-theme="dark"] .dataTable-table thead th {
  vertical-align: middle !important;
}

html[data-bs-theme="dark"] .table:not(.table-borderless) thead th,
html[data-bs-theme="dark"] .dataTable-table:not(.table-borderless) thead th {
  border-bottom: 1px solid #dedede !important;
}

html[data-bs-theme="dark"] .table.table-sm tr td,
html[data-bs-theme="dark"] .table-sm.dataTable-table tr td,
html[data-bs-theme="dark"] .table.table-sm tr th,
html[data-bs-theme="dark"] .table-sm.dataTable-table tr th,
html[data-bs-theme="dark"] .table.table-md tr td,
html[data-bs-theme="dark"] .table-md.dataTable-table tr td,
html[data-bs-theme="dark"] .table.table-md tr th,
html[data-bs-theme="dark"] .table-md.dataTable-table tr th {
  padding: 1rem;
}

html[data-bs-theme="dark"] .table.table-lg tr td,
html[data-bs-theme="dark"] .table-lg.dataTable-table tr td,
html[data-bs-theme="dark"] .table.table-lg tr th,
html[data-bs-theme="dark"] .table-lg.dataTable-table tr th {
  padding: 1.3rem;
}

html[data-bs-theme="dark"] .dataTable-table thead tr th,
html[data-bs-theme="dark"] .dataTable-table thead tr td,
html[data-bs-theme="dark"] .dataTable-table tbody tr th,
html[data-bs-theme="dark"] .dataTable-table tbody tr td,
html[data-bs-theme="dark"] .dataTable-table tfoot tr th,
html[data-bs-theme="dark"] .dataTable-table tfoot tr td {
  padding: 0.5rem !important;
}

html[data-bs-theme="dark"] .dataTable-container {
  overflow-x: auto;
}

html[data-bs-theme="dark"] .dataTables_length {
  margin-bottom: 0.5rem;
}

html[data-bs-theme="dark"] .progress.progress-primary {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress.progress-primary .progress-bar {
  background-color: #435ebe;
  border-radius: 0.18rem;
}

html[data-bs-theme="dark"] .progress.progress-secondary {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress.progress-secondary .progress-bar {
  background-color: #6c757d;
  border-radius: 0.18rem;
}

html[data-bs-theme="dark"] .progress.progress-success {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress.progress-success .progress-bar {
  background-color: #198754;
  border-radius: 0.18rem;
}

html[data-bs-theme="dark"] .progress.progress-info {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress.progress-info .progress-bar {
  background-color: #0dcaf0;
  border-radius: 0.18rem;
}

html[data-bs-theme="dark"] .progress.progress-warning {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress.progress-warning .progress-bar {
  background-color: #ffc107;
  border-radius: 0.18rem;
}

html[data-bs-theme="dark"] .progress.progress-danger {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress.progress-danger .progress-bar {
  background-color: #dc3545;
  border-radius: 0.18rem;
}

html[data-bs-theme="dark"] .progress.progress-light {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress.progress-light .progress-bar {
  background-color: #ced4da;
  border-radius: 0.18rem;
}

html[data-bs-theme="dark"] .progress.progress-dark {
  overflow: visible;
}

html[data-bs-theme="dark"] .progress.progress-dark .progress-bar {
  background-color: #131313;
  border-radius: 0.18rem;
}

html[data-bs-theme="dark"] .progress.progress-sm {
  height: 0.4rem;
}

html[data-bs-theme="dark"] .progress.progress-lg {
  height: 1.5rem;
}

html[data-bs-theme="dark"] .progress .progress-bar {
  position: relative;
  overflow: visible;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .bi {
  width: 1rem;
  height: 1rem;
}

html[data-bs-theme="dark"] .bi.bi-middle:before {
  vertical-align: middle;
}

html[data-bs-theme="dark"] .bi.bi-sub:before {
  vertical-align: sub;
}

html[data-bs-theme="dark"] .stats-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: #000;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

html[data-bs-theme="dark"] .stats-icon i {
  color: #fff;
  font-size: 1.7rem;
}

html[data-bs-theme="dark"] .stats-icon.purple {
  background-color: #9694ff;
}

html[data-bs-theme="dark"] .stats-icon.blue {
  background-color: #57caeb;
}

html[data-bs-theme="dark"] .stats-icon.red {
  background-color: #ff7976;
}

html[data-bs-theme="dark"] .stats-icon.green {
  background-color: #5ddab4;
}

@media (max-width: 767px) {
  html[data-bs-theme="dark"] .stats-icon {
    float: left;
    margin-bottom: 0.4rem;
  }
}

html[data-bs-theme="dark"] .burger-btn {
  display: none;
}

/*[TODO] Here to adjust if no sidebar*/
html[data-bs-theme="dark"] #main {
  margin-left: 0px;
  padding: 0rem;
  min-height: 100vh;
}

@media screen and (max-width: 1199px) {
  html[data-bs-theme="dark"] #main {
    margin-left: 0;
  }
}

html[data-bs-theme="dark"] #main.layout-navbar {
  padding: 0;
  transition: margin-left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-bs-theme="dark"] #main.layout-horizontal {
  padding: 0;
  margin: 0;
}

html[data-bs-theme="dark"] #main #main-content {
  padding: 2rem;
}

html[data-bs-theme="dark"] #main,
html[data-bs-theme="dark"] #main-content {
  display: flex;
  flex-direction: column;
}

html[data-bs-theme="dark"] #main-content {
  flex-grow: 1;
}

html[data-bs-theme="dark"] .page-heading {
  margin: 0 0 2rem;
}

html[data-bs-theme="dark"] .page-heading h3,
html[data-bs-theme="dark"] .page-heading .h3 {
  font-weight: 700;
}

html[data-bs-theme="dark"] .page-title-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

html[data-bs-theme="dark"] .page-title-headings h3,
html[data-bs-theme="dark"] .page-title-headings .h3 {
  margin-bottom: 0;
  margin-right: 1rem;
}

html[data-bs-theme="dark"] .page-title-headings .breadcrumb {
  margin-bottom: 0;
}

html[data-bs-theme="dark"] a {
  text-decoration: none;
}

html[data-bs-theme="dark"] .mt-10 {
  margin-top: 3rem;
}

html[data-bs-theme="dark"] .mb-10 {
  margin-bottom: 3rem;
}

html[data-bs-theme="dark"] .my-10 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

html[data-bs-theme="dark"] .mb-24 {
  margin-bottom: 6rem;
}

html[data-bs-theme="dark"] .my-24 {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

html[data-bs-theme="dark"] .opacity-50 {
  opacity: 50%;
}

html[data-bs-theme="dark"] .py-4-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

html[data-bs-theme="dark"] .text-sm {
  font-size: 0.875rem;
}

html[data-bs-theme="dark"] .text-xl {
  font-size: 1.25rem;
}

html[data-bs-theme="dark"] .text-4xl {
  font-size: 2.25rem;
}

html[data-bs-theme="dark"] .text-6xl {
  font-size: 4rem;
}

html[data-bs-theme="dark"] .text-black {
  color: #000;
}

html[data-bs-theme="dark"] .bg-gradient-ltr {
  background: linear-gradient(to right, #095cde, #53c3f3);
}

html[data-bs-theme="dark"] .bg-light-primary {
  background-color: #b7c3ef;
  color: #273a80;
}

html[data-bs-theme="dark"] .bg-light-secondary {
  background-color: #bfcbd6;
  color: #434c53;
}

html[data-bs-theme="dark"] .bg-light-success {
  background-color: #89d5b2;
  color: #1d4231;
}

html[data-bs-theme="dark"] .bg-light-danger {
  background-color: #fbcfd3;
  color: #b21927;
}

html[data-bs-theme="dark"] .bg-light-warning {
  background-color: #ffeaab;
  color: #ab8100;
}

html[data-bs-theme="dark"] .bg-light-info {
  background-color: #a5f0ff;
  color: #0585a0;
}

html[data-bs-theme="dark"] .bg-light-dark {
  background-color: #545864;
  color: #fff;
}

html[data-bs-theme="dark"] .bg-light {
  color: #343a40;
}

html[data-bs-theme="dark"] .font-semibold {
  font-weight: 600;
}

html[data-bs-theme="dark"] .font-bold {
  font-weight: 700;
}

html[data-bs-theme="dark"] .font-extrabold {
  font-weight: 800;
}

html[data-bs-theme="dark"] .text-width-md {
  max-width: 450px;
}

html[data-bs-theme="dark"] .text-gray-300 {
  color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .text-gray-400 {
  color: #ced4da !important;
}

html[data-bs-theme="dark"] .text-gray-500 {
  color: #adb5bd !important;
}

html[data-bs-theme="dark"] .text-gray-600 {
  color: #6c757d !important;
}

html[data-bs-theme="dark"] .btn-xl {
  padding: 1rem 2rem;
}

html[data-bs-theme="dark"] .icon-mid:before {
  vertical-align: middle;
}

html[data-bs-theme="dark"] .z-1 {
  z-index: 1;
}

html[data-bs-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;
}

html[data-bs-theme="dark"] .swal2-popup,
html[data-bs-theme="dark"] .swal2-validation-message {
  background-color: #1e1e2d !important;
  color: #fff !important;
}

html[data-bs-theme="dark"] .swal2-title {
  color: #fff !important;
}

html[data-bs-theme="dark"] .swal2-styled.swal2-confirm {
  background-color: #3699ff !important;
}

html[data-bs-theme="dark"] .swal2-styled.swal2-confirm:hover {
  background-color: #187de4 !important;
}

html[data-bs-theme="dark"] .swal2-popup .form-control {
  width: initial;
}

html[data-bs-theme="dark"] .apexcharts-text tspan {
  fill: #c2c2d9 !important;
}

html[data-bs-theme="dark"] .apexcharts-legend-text {
  color: #c2c2d9 !important;
}

html[data-bs-theme="dark"] .theme-toggle {
  color: #9899ac;
}

html[data-bs-theme="dark"] .pricing .card {
  border: none;
  box-shadow: none;
}

html[data-bs-theme="dark"] .note-editing-area .note-editable {
  background-color: #fff;
}

html[data-bs-theme="dark"] .dataTable-input {
  background-color: #1b1b29;
  border-color: #35354f;
  transition: all 0.2s ease-in-out;
}

html[data-bs-theme="dark"] .dataTable-input:focus {
  background-color: #1b1b29;
  border-color: #4b4b68;
  color: #c2c2d9;
}

html[data-bs-theme="dark"] .was-validated :valid ~ .valid-feedback,
html[data-bs-theme="dark"] .was-validated :valid ~ .valid-tooltip,
html[data-bs-theme="dark"] .is-valid ~ .valid-feedback,
html[data-bs-theme="dark"] .is-valid ~ .valid-tooltip {
  display: block;
}

html[data-bs-theme="dark"] .was-validated :invalid ~ .invalid-feedback,
html[data-bs-theme="dark"] .was-validated :invalid ~ .invalid-tooltip,
html[data-bs-theme="dark"] .is-invalid ~ .invalid-feedback,
html[data-bs-theme="dark"] .is-invalid ~ .invalid-tooltip {
  display: block;
}

:root {
  --base-url: "<?= config('App')->baseURL ?>";
}

/* Spin Page css*/

.spinner-body-background {
  position: relative;
  height: 3867px;
  width: 1920px !important;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(var(--base-url)"/assets/img/background/spinner_background.png");
  background-position: top center;
  background-size: 100% auto; /* Fit width, let height overflow */
  background-repeat: no-repeat;
  overflow-y: auto; /* Allow vertical scrolling */
}

#div_freespin {
  padding-left: 0px;
  position: relative;
  /* top: 8em; */
  width: 100%;
  z-index: 11;
  /* left: 12em; */
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 1.9em !important;
  color: white; /* Ensure default text color */
  text-shadow: -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black,
    2px 2px 0 black; /* Creates a black border effect */
}

.golden-text {
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none; /* Ensures gold text doesn't have a black border */
  font-style: italic; /* Makes the text italic */
  padding-right: 0.2em;
}

.spinner-logo{
  width: 100%;
   max-width: 550px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; /* Allow content to expand */
  overflow-y: auto; /* Enable vertical scrolling */
  overflow-x: hidden; /* Disable horizontal scrolling */
  position: absolute;
}

.content-margin-spinner-top {
  margin-left: 7em !important;
}

.content-margin-spinner-bottom {
  margin-left: 18.5em !important;
}

.content-overlay {
  position: relative;
  /* top: 28em; */
  width: 100%;
  z-index: 10; /* Ensures it's above the image */
}

.card-left {
  left: 1.5em;
  margin-right: 7em;
  min-height: 26em;
}

.card-right {
  right: 4.5em;
  margin-left: 7em;
  min-height: 26em;
}

.card-middle {
  margin-left: 0em !important;
  margin-right: 5em;
  background: transparent !important;
  top: -18em !important;
}

.spinner-body {
  width: 40em; /* Fixed width */
  max-width: 100%; /* Ensures responsiveness */
  display: block; /* Ensures proper centering */
  margin: 0 auto; /* Centers horizontally */
}

.golden-card {
  width: auto;
  height: auto;
  min-width: 300px;
  min-height: 410px;
  position: relative;
  border-radius: 2em !important;
  padding: 4px; /* Space for border */
  background: linear-gradient(
    270deg,
    #b18532,
    #fff2a5,
    #b18532,
    #fff2a5,
    #fff2a5,
    #b18532,
    #fff2a5
  );
  /* display: inline-block; */
  overflow: hidden; /* Ensures smooth border rendering */
}

.golden-card::before {
  content: "";
  position: absolute;
  inset: 15;
  background: linear-gradient(
    270deg,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #fff2a5
  );
  border-radius: 2em;
  padding: 4px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.golden-card > .card-body {
  position: relative;
  background: black; /* Adjust as needed */
  background: rgb(7 6 6 / 90%);
  border-radius: 2em;
  padding: 20px;
  z-index: 1;
  /* width: fit-content; */
}

.golden-text-center {
  text-align: center;
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text; /* Applies gradient to text */
  -webkit-text-fill-color: transparent; /* Makes text transparent so background shows */
  font-weight: 900 !important; /* Extra bold */
  text-transform: uppercase; /* Optional: Makes text all caps */
  font-size: 1.5em !important;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
}

.golden-text-input {
  width: 100%;
  font-size: 1.4em !important;
  text-align: center;
  border-radius: 5em;
  border: none;
  padding: 0.3em;
  margin-bottom: 0.5em !important;
}

.golden-text-div {
  width: 100%;
  text-align: center !important;
  border-radius: 5em;
  border: none;
  padding: 0.3em;
  margin-bottom: 0.5em !important;
  background-color: #121212;
}

.golden-text-button {
  width: 8em;
  /* margin-left: 3.5em; */
  text-align: center;
  border-radius: 5em;
  margin-top: 1em;
  border: none;
  padding: 0.5em;
  font-weight: 700 !important; /* Extra bold */

  margin-bottom: 0.5em !important;
  color: black;
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
}

.custom-table {
  width: 15em;

  margin: 0 auto; /* Centers the table */
  border-collapse: separate; /* Needed for border-radius */
  border-spacing: 0; /* Ensures clean corners */
  text-align: center;
  border-radius: 0.5em;
  overflow: hidden; /* Ensures rounded corners apply properly */
}

.custom-table th {
  background-color: #fdec96; /* Header background */
  color: black; /* Header text color */
  padding: 10px;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.custom-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

/* Applying rounded corners only to the outer edges */
.custom-table thead tr:first-child th:first-child {
  border-top-left-radius: 0.5em;
}

.custom-table thead tr:first-child th:last-child {
  border-top-right-radius: 0.5em;
}

.custom-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5em;
}

.custom-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5em;
}

.golden-card-bottom-big {
  top: -15em;
  margin: 3em;
  min-height: 38em;
}

.golden-card-bottom-big-tnctext {
  font-size: 1.2em;
  text-align: center;
}

.custom-table-tnc {
  /* width: 68em !important; */
  width: 100%;
  margin: 0 auto; /* Centers the table */
  border-collapse: separate; /* Needed for border-radius */
  border: 1px solid #fff2a5 !important;

  border-spacing: 0; /* Ensures clean corners */
  text-align: center;
  overflow: hidden; /* Ensures rounded corners apply properly */
}

.custom-table-tnc th {
  background-color: #fdec96; /* Header background */
  color: black; /* Header text color */
  padding: 10px;
  border: 1px solid #fff2a5 !important;
  font-weight: bold;
  text-align: center;
}

.custom-table-tnc td {
  padding: 10px;
  border: 1px solid #fff2a5 !important;
  text-align: center;
}

/* Disable Bootstrap Grid Responsiveness */
.container,
.container-fluid {
  width: 1920px !important; /* Set fixed width */
  max-width: 1920px !important;
}

.row {
  display: flex !important;
  flex-wrap: nowrap !important; /* Prevent stacking */
}

/* Ensure table layout remains fixed */
table {
  /*table-layout: fixed;*/
  /*width: 100%;*/
}

#rotate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.99); /* Dark overlay */
  color: white;
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999; /* Ensure it's above everything */
}

#rotate-overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.99); /* Dark overlay */
  color: white;
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999; /* Ensure it's above everything */
}

.orientation-overlay-content-1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#rotate-overlay-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); /* Centering */
  border-radius: 2em;
  background: rgba(0, 0, 0, 0.99);
  background-image: url("assets/img/background/spinner_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
  overflow: hidden;
}

.progress-bar {
  width: 50px; /* Adjust width as needed */
  height: 8px;
  background: linear-gradient(to right, gold, darkgoldenrod);
  border-radius: 4px;
  margin-top: -40px; /* Adjust position */
}

#checkin-line {
  position: absolute;
  height: 4px; /* Thickness */
  background-color: gold;
  z-index: 111;
}

.custom-border {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.custom-border-shadow-gold {
  box-shadow: 0 0 10px gold, 0 0 20px rgba(255, 215, 0, 0.8),
    0 0 30px rgba(255, 215, 0, 0.6); /* Glowing effect */
  animation: gold-glow 1s ease-in-out infinite alternate;
}

@keyframes gold-glow {
  0% {
    box-shadow: 0 0 5px gold, 0 0 10px rgba(255, 215, 0, 0.6),
      0 0 15px rgba(255, 215, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 2dvi gold, 0 0 40px rgba(255, 215, 0, 0.8),
      0 0 60px rgba(255, 215, 0, 0.6);
  }
}

.custom-border-shadow-gold-blink {
  border: 2px solid gold;
  animation: blink-shadow 3s infinite alternate;
}
@keyframes blink-shadow {
  0% {
    box-shadow: 0 0 10px gold;
  }
  50% {
    box-shadow: 0 0 20px gold;
  }
  100% {
    box-shadow: 0 0 10px gold;
  }
}

.popup_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1; /* Puts the image below the text */
}

.popup_won_text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 3.5em !important;
  text-shadow: 4px 3px 1px rgba(0, 0, 0, 0.12);
  /* margin: 0.8em 0; */

  /* Gold Gradient Text */
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup_won_text.white {
  color: white;
  -webkit-text-fill-color: white;
}

.orientation-overlay-content img {
  width: 100em;
  height: auto;
}

.orientation-overlay-content p {
  font-size: 9em;
  font-weight: bold;
}

.orientation-overlay-content-1 p {
  font-size: 5em;
  font-weight: bold;
}

.spinner-patung-left {
  width: 35rem;
  position: relative;
  top: -150px;
  left: -300px;
  /*margin-top: -45em !important;*/
  /*margin-left: -19em;*/
}

.spinner-patung-right {
  width: 29em;
  position: relative;
  top: -150px;
  right: -300px;
  float: right;
  /* margin-right: -2em; */
}

.luckywheel-container {
  position: relative;
  /* left: -100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.lucky-canvas {
  position: relative; /* Overlays on the spinner image */
  /* top: 26em;
    left: 50%;
    transform: translate(-50%, -50%); */
  width: 100%; /* Adjust size */
  height: 100%; /* Adjust size */
  /* pointer-events: none !important; */
  /* top: 4%; */
}

.luckwheel-background {
  /* padding: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.lucky-box {
  width: 200px;
  height: 200px;
  position: relative;
}

.lucky-btn {
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  background: transparent;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none !important;
  cursor: pointer;
}

.spinner-arrow {
  position: absolute;
  /* top: 120px;
    left: 390px; */
  /* top: -140px; */
  top: -325%;
  /* left:0px; */
  transform: translate(-50%, -50%);
  width: 6.5em;
  height: auto;
  z-index: 3;
}

.spinner-btn {
  position: absolute;
  /* top: 3.15em; */
  top: 75%;
  /* left: 125px; */
  transform: translate(-50%, -50%);
  width: 4.6em;
  height: auto;
  pointer-events: auto !important;
  z-index: 3;
  cursor: pointer !important;
}

/*VIP Page CSS*/

.vip-body-background {
  /* position: absolute;
    filter: blur(1.5px); */
  /* height: 4500px; */
  height: auto;
  width: auto;
  /* width: 1920px !important; */
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);

  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: auto; /* Allow vertical scrolling */
}

.vip-desc-div {
  width: 50% !important;
  font-size: 1.4em;
}

.vip-gold-divider {
  width: 100% !important;
  height: 2px;
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  /* margin-left: 24em; */
  margin-right: 3em;
  margin-top: 5em !important;
}

.vip-golden-text-center {
  text-align: center;
  background: linear-gradient(
    50deg,
    #c3922e,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #c3922e
  );
  -webkit-background-clip: text; /* Applies gradient to text */
  -webkit-text-fill-color: transparent; /* Makes text transparent so background shows */
  font-weight: 900 !important; /* Extra bold */
  text-transform: uppercase; /* Optional: Makes text all caps */
  font-size: 3.5em !important;
  margin-top: 1em !important;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
}

.vip-golden-text-left {
  text-align: left;
  /* margin-left: 3em; */
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text; /* Applies gradient to text */
  -webkit-text-fill-color: transparent; /* Makes text transparent so background shows */
  font-weight: 900 !important; /* Extra bold */
  text-transform: uppercase; /* Optional: Makes text all caps */
  font-size: 2.5em !important;
  margin-top: 0.5em !important;

  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
}

.vip-golden-text-center-sub {
  text-align: center;
  font-weight: 500 !important; /* Extra bold */
  font-size: 3.2em !important;
  /* color: white !important; */
}

.vip-golden-text-center-sub-small {
  text-align: left;
  margin-left: 4em;
  font-weight: 500 !important; /* Extra bold */
  font-size: 1.5em !important;
}

.vip-progress-container {
  width: 100% !important;
  margin-top: 1em !important;
  /* margin-left: 30.2em !important; */
}

.vip-progress-bar {
  width: 100%;
  height: 3.5em !important;
  border-radius: 5em !important;
  background: black;
  border: 1px solid #fdec96;

  position: relative;
  overflow: hidden; /* Ensures smooth progress fill */
}

.vip-progress-fill {
  height: 100%;
  width: 100%; /* Full width */

  background: linear-gradient(20deg, #ffcc33, #ffb347);

  background-size: 4em 4.5em; /* Full height (3.5em), stripes move horizontally */
  border-radius: 5em !important;

  animation: progress-stripes 25s linear infinite; /* Moves the stripes */
}

@keyframes progress-stripes {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.vip-gold-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin: 8em auto 0;
}

.vip-gold-stick-container {
  display: flex;
  justify-content: space-between; /* Ensures equal spacing across full width */
  align-items: center; /* Aligns sticks vertically */
  width: 100%; /* Full width */
  max-width: 85%; /* Optional: Adjust width to fit your design */
  margin: 8em auto 0; /* Centers the container */
  margin-top: 1em;
}

.vip-gold-stick {
  /* flex: 1;  */
  width: 2px;
  max-width: 2px; /* Ensures sticks don't get too wide */
  height: 3em; /* Adjust height as needed */
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
}

.vip-gold-title-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
}

.vip-gold-title {
  flex: 1;
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
  color: white;
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text; /* Applies gradient to text */
  -webkit-text-fill-color: transparent; /* Makes text transparent so background shows */
  text-transform: uppercase; /* Optional: Makes text all caps */
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
}
.vip-gold-title.small {
  font-size: 1em;
  width: 100%;
  text-align: center;
}

.vip-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vip-gold-sub-title {
  flex: 1;
  text-align: center;
  font-size: 0.8em;
  color: white;
  padding-top: 0.6rem;
  display: none;
}

.vip-gold-main-sub-title {
  flex: 1;
  text-align: center;
  font-size: 0.8em;
  color: black;
  padding-top: 0.6rem;
}

.vip-transparent-table {
  width: 89% !important;
  border-collapse: collapse;
}

.vip-transparent-table th {
  /* display: flex;
    justify-content: center;
    align-items: center; */
  text-align: center;
}

.vip-transparent-table td {
  border: 1px solid transparent; /* Transparent border */
  padding: 10px;
  text-align: center;
  color: black;
}

/* First <td> in each row */
.vip-transparent-table td:first-child {
  font-size: 1.3em; /* Slightly bigger font */
  font-weight: bold; /* (Optional) Makes it stand out */
  color: black;
}

.vip-claim-btn {
  width: 5em;
  height: 2em;
  color: black;
  cursor: pointer;
}
.checkin-claim-btn {
  width: 6em;
  /* height: 2em; */
  color: #765649;
  cursor: pointer;
}

.checkin-progress-bar {
  width: 100%;
  height: 1.8em !important;
  border-radius: 5em !important;
  background: black;
  border: 1px solid #fdec96;

  position: relative;
  overflow: hidden; /* Ensures smooth progress fill */
}

.checkin-progress-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    #fff7c0 0%,
    #ffd700 30%,
    #fdc34b 60%,
    #ffd700 90%,
    #fff7c0 100%
  );
  background-size: 200% 100%;
  border-radius: 5em !important;
  animation: progress-stripes 12s linear infinite;
}

@keyframes progress-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/*VIP Page CSS*/

.checkin-body-background {
  /* position: absolute;
  height: 4500px;
  width: 1920px !important; */
  height: auto;
  width: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(var(--base-url) "assets/img/background/spinner_background.png')"; /* Replace with actual path */
  background-position: top center;
  background-size: 100% auto; /* Fit width, let height overflow */
  background-repeat: no-repeat;
  overflow-y: auto; /* Allow vertical scrolling */
}

.checkin-body-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  filter: blur(1px);
  z-index: 0;
}
.content-deposit-body {
  margin-top: 45em !important;
  margin-left: 21em !important;
}

.content-deposit-body-mid {
  margin-top: 5em !important;
  /* margin-left: 21em !important; */
}

.content-deposit-body-sub {
  margin-top: 18em !important;
  width: auto;
  /* margin-left: 21em !important; */
}

.golden-card-checkin {
  /* margin-left: 10em; */
  height: 100%;
  padding: 2rem;
  position: relative;
  border-radius: 2em !important;

  background: linear-gradient(
    270deg,
    #fff2a5,
    #fff2a5,
    #fff2a5,
    #fff2a5,
    #fff2a5,
    #fff2a5
  );
  display: inline-block;
  overflow: hidden; /* Ensures smooth border rendering */
}

/* Inner mask to keep content visible while applying gradient border */
.golden-card-checkin::before {
  content: "";
  position: absolute;
  inset: 15;
  background: linear-gradient(
    270deg,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #fff2a5
  );
  border-radius: 2em;
  padding: 4px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Ensure the inner content stays visible */
.golden-card-checkin > .card-body {
  position: relative;
  background: linear-gradient(
    270deg,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #fff2a5
  );
  border-radius: 2em;
  padding: 20px;
  z-index: 1;
}

.golden-text-center-checkin {
  text-align: center;
  margin-bottom: 1.1em !important;
  color: black !important;
  /*background: linear-gradient(270deg, #c3922e, #FFF2A5, #FFF2A5, #c3922e, #FFF2A5, #FFF2A5);*/
  /*-webkit-background-clip: text; !* Applies gradient to text *!*/
  /*-webkit-text-fill-color: transparent; !* Makes text transparent so background shows *!*/
  font-weight: 800 !important; /* Extra bold */
  text-transform: uppercase; /* Optional: Makes text all caps */
  font-size: 1.8em !important;
  min-width: 30em;
}

.custom-progress-checkin {
  height: 35px !important; /* Adjust height */
  background-color: #333 !important; /* Dark background */
  border-radius: 1em !important;
}

.custom-progress-bar-checkin {
  background-color: black !important; /* Force progress fill color */
  color: white !important; /* White text for contrast */
  border-radius: 1em;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 1.8em !important;
  justify-content: center;
}

.check-in-coin-container {
  display: flex;
  justify-content: space-around; /* Distribute evenly */
  align-items: center;
  width: 100%; /* Full width */
  max-width: 100%; /* Adjust as needed */
  margin: auto; /* Center the container */
  padding: 10px 0;
  gap: 4em; /* Adds spacing between the images */
}

.check-in-coin-container-text {
  display: flex;
  justify-content: space-between; /* Distribute evenly */
  align-items: center;
  width: 100%; /* Full width */
  max-width: 100%; /* Adjust as needed */
  margin: auto; /* Center the container */
  padding: 10px 0;
  /* gap: 4.5em; */
  /* Adds spacing between the images */
}

.checkin-gold-text {
  flex: 1;
  text-align: center;
  font-weight: 900;
  font-size: 1.3em;
  color: white;
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text; /* Applies gradient to text */
  -webkit-text-fill-color: transparent; /* Makes text transparent so background shows */
  text-transform: uppercase; /* Optional: Makes text all caps */

  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
}

.check-in-coin {
  width: 7em;
}

/* Triangle Row Container */
.triangle-row {
  display: flex;
  justify-content: space-around; /* Distribute evenly */
  align-items: center;
  width: 100%; /* Full width */
  max-width: 100%; /* Adjust as needed */
  margin: auto; /* Center the container */
  padding: 10px 15px;
  gap: 7.1em;
}

/* Base Triangle Shape */
/* HTML: <div class="triangle"></div> */
.triangle {
  height: 2em;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: linear-gradient(45deg, #fff2a5, #c3922e);
}

/* ACTIVE Triangle - Apply Gradient Border */
.triangle.active {
  border-top-color: transparent; /* Remove default solid color */
  position: relative;
}

.triangle.active::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -30px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid;
  background: linear-gradient(
    270deg,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #fff2a5
  );
  -webkit-mask: linear-gradient(
    270deg,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #fff2a5
  );
  mask: linear-gradient(
    270deg,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #fff2a5
  );
}

/* DEACTIVATED Triangle */
.triangle.deactivated {
  border-top-color: #555;
  opacity: 0.1;
}

.day-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  gap: 5.8em; /* Space between circles */
  position: relative;
  margin-top: 20px;
}

/* Black connecting line */
.day-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4%;
  width: 90%;
  height: 6px;
  background-color: black;
  z-index: -1;
}

/* Circle styles */
.day-circle {
  width: 5em;
  height: 5em;
  font-weight: 200;
  color: black;
  background: linear-gradient(45deg, #fff2a5, #c3922e);
  border: 5px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.7;
}
.day-circle.active {
  opacity: 1;
}

.checkin-golden-text-center {
  text-align: center;
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text; /* Applies gradient to text */
  -webkit-text-fill-color: transparent; /* Makes text transparent so background shows */
  font-weight: 900 !important; /* Extra bold */
  text-transform: uppercase; /* Optional: Makes text all caps */
  font-size: 3.5em !important;
  /* margin-left: 5.5em; */

  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
}

.custom-table-checkin {
  width: 68em !important;
  margin: 0 auto; /* Centers the table */
  border-collapse: separate; /* Needed for border-radius */
  border: 1px solid #fff2a5 !important;

  border-spacing: 0; /* Ensures clean corners */
  text-align: center;
  overflow: hidden; /* Ensures rounded corners apply properly */
}

.custom-table-checkin th {
  background-color: #fdec96; /* Header background */
  color: black; /* Header text color */
  padding: 10px;
  border: 1px solid #fff2a5 !important;
  font-weight: bold;
  text-align: center;
}

.custom-table-checkin td {
  padding: 10px;
  border: 1px solid #fff2a5 !important;
  text-align: center;
}

.checkin-gold-title {
  flex: 1;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  color: white;
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text; /* Applies gradient to text */
  -webkit-text-fill-color: transparent; /* Makes text transparent so background shows */
  text-transform: uppercase; /* Optional: Makes text all caps */
}

.golden-card-bottom-big-checkin {
  /* top: -15em;
    margin: 3em; */
  min-height: 15em;
}

.checkin-golden-text-left {
  text-align: left;
  /* margin-top: -6em;
    margin-left: 13em; */
  background: linear-gradient(
    270deg,
    #c3922e,
    #fff2a5,
    #fff2a5,
    #c3922e,
    #fff2a5,
    #fff2a5
  );
  -webkit-background-clip: text; /* Applies gradient to text */
  -webkit-text-fill-color: transparent; /* Makes text transparent so background shows */
  font-weight: 900 !important; /* Extra bold */
  text-transform: uppercase; /* Optional: Makes text all caps */
  font-size: 1.5em !important;

  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
    drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
}

.checkin-golden-text-subs {
  text-align: center;
  /* margin-top: -6em !important; */
  /* margin-left: 21em; */
  color: black !important;
  font-size: 1.5em !important;
}

.page-content {
  color: black;
}

.vip-progress-status-container {
  display: flex;
  justify-content: center;
}

.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.pt-5 {
  padding-top: 5em;
}

.card {
  color: white;
}

.custom-container {
  max-width: 1440px;
  margin: 0 auto; /* Center the container */
  padding: 1rem;
}

.main-content-top-padding {
  padding-top: 260px;
}

.paragraph {
  padding: 1rem;
}

.font-italic {
  font-style: italic;
}

.ok-button-span {
  font-size: 15px;
  padding: 5px;
  top: 5px;
  position: relative;
  color: black;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.back-button-container {
  width: 74px;
  height: 75px;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 12;
  cursor: pointer;
}

.back-button-container:hover {
  opacity: 0.9;
}

.back-button-container img {
  width: 100%;
  height: 100%;
}

.checkin-page-padding {
  padding-top: 600px;
}

.congrat-img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 800px;
}

.you-won-img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 550px;
}

.ok-button-bg {
  background-size: cover;
  background-repeat: no-repeat;
  width: fit-content;
  display: flex;

  justify-content: center;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  zoom: 2;
  padding: 50px;
  cursor: pointer;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .mobile-padding-small {
    padding: 0.2rem !important;
  }
  .spin-info-container {
    order: 2;
  }

  .golden-text-center {
    font-size: 1em !important;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
      drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
      drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
      drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
  }

  .golden-text-input {
    font-size: 0.8em !important;
  }
  .custom-table {
    width: 100%;
  }
  .custom-table th {
    font-size: 0.6em;
  }
  .custom-table td {
    font-size: 0.6em;
  }

  .golden-card {
    min-width: auto;
    min-height: 320px;
  }

  .golden-text-button {
    margin-top: 0px;
    width: 100%;
    font-size: 0.8em;
  }

  #main-content-container {
    align-items: normal !important;
  }

  #bottom-mas-container {
    display: none !important;
  }

  .main-content-top-padding {
    padding-top: 160px;
  }
  #div_freespin {
    padding-left: 10px;
  }

  .popup_won_text {
    font-size: 1.5em !important;
  }

  .gift-image {
    width: 100%;
    max-width: 200px;
  }

  .gift-info-container {
    top: -70px !important;
  }

  #rotate-overlay-popup {
    min-width: 90% !important;
  }
}

/* rotate screen when open in mobile */
@media screen and (orientation: portrait) {
  body {
    position: relative;
    overflow: unset;
    /* height: 100%; */
  }

  .mobile-body-rotate {
    width: 100vh;
    height: 100vw;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100%);
    overflow: auto;
  }

  .vip-desc-div {
    width: 80% !important;
    font-size: 1em;
  }

  .vip-golden-text-center {
    font-size: 1.5em !important;
    margin-top: 0.5em !important;
  }

  .vip-golden-text-center-sub {
    font-weight: 500 !important;
    font-size: 1.2em !important;
  }
  .vip-gold-divider {
    width: 100% !important;
    margin: 1rem !important;
  }

  .vip-progress-container {
    width: 100% !important;
    margin-left: 0em !important;
  }

  .vip-gold-title {
    font-size: 1em;
  }

  .vip-transparent-table td:first-child {
    font-size: 0.8em;
    min-width: 100px;
  }
  .vip-golden-text-left {
    font-size: 2em !important;
  }

  .vip-golden-text-center-sub-small {
    margin-left: 0em;
    font-size: 1em !important;
  }
  .vip-golden-text-center-sub-small {
    font-size: 0.8em !important;
  }

  .checkin-body-background {
    height: auto;
    min-width: 100vh !important;
    min-height: 100vh;
  }

  .golden-text-center-checkin {
    font-size: 3em !important;
  }

  .check-in-coin {
    width: 5em;
  }

  .checkin-gold-text {
    font-size: 4em;
  }

  .triangle {
    height: 4em;
  }

  .day-circle {
    font-size: 3em;
  }
  .custom-table-checkin th {
    font-size: 3em;
  }
  .custom-table-checkin td {
    font-size: 4em;
  }
  .checkin-golden-text-left {
    font-size: 2em !important;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5))
      drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5))
      drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5))
      drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
  }
  .checkin-golden-text-subs {
    font-size: 2em !important;
  }
  .back-button-container {
    width: 34px;
    height: 35px;
  }

  .back-button-container-checkin {
    width: 6em;
    height: 6em;
    top: 30px;
    left: 30px;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100%);
    overflow: auto;
  }

  .golden-card {
    width: fit-content;
  }

  .golden-card.no-fit {
    width: 100%;
  }
  .golden-card-bottom-big-tnctext {
    font-size: 1em;
  }

  .level-info-table-container {
    display: none;
  }

  .you-won-img {
    width: 200px;
  }
  .back-button-container.small {
    width: 3em;
    height: 3em;
    top: 15px;
    /* left: 0px; */

    margin-left: 75%;
  }

  .back-button-container.checkin-page {
    top: 30px;
    /* left: 0px; */
    /* margin-left: 80%; */
    width: 12em;
    height: 12em;
  }

  .vip-title-container {
    padding-top: 32em;
  }
  .vip-info-container {
    padding-top: 42em;
  }

  .vip-title {
    justify-content: flex-start;
  }

  .vip-title-img {
    width: 50%;
  }

  .checkin-title-img {
    width: 100%;
  }

  .c-title-img {
    width: 100%;
  }

  .custom-container.checkin {
    margin-right: 40%;
  }

  .custom-container.checkin-mobile {
    max-width: 2400px;
  }

  .check-in-coin-container-text {
    gap: 1.5em;
  }

  .checkin-progress-bar {
    width: 2400px;
  }

  .checkin-claim-btn {
    /* font-size: 3em; */
    font-size: 55px !important; /* Approx. 3em if base font-size is 16px */
  }

  .check-in-button-group {
    gap: 5rem !important;
  }

  .vip-gold-main-sub-title {
    font-size: 0.6em;
  }
}
