@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("/assets/material-symbols-outlined-hkGXgpjF.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.input-group .btn-secondary {
  border-color: #bebebe;
  color: #2b2b2b;
  display: flex;
  align-items: center;
}
.input-group .btn-secondary:hover {
  border-color: #bebebe;
}
.view {
  margin: 0 auto;
  padding: 2.0625rem 1.875rem;
  position: relative;
}
.view__title {
  margin-bottom: 1.875rem;
}
.view__filters {
  margin-bottom: 0.75rem;
}
.view--list {
  max-width: 80rem;
}
.view--list.rows {
  margin: unset;
}
.view .detailpage, .view.detailpage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.view .detailpage .vertical-layout, .view.detailpage .vertical-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.view .detailpage .vertical-layout .card-buttons, .view.detailpage .vertical-layout .card-buttons {
  max-width: 48.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.view .detailpage .vertical-layout .card-buttons .n-card-button-renderer, .view.detailpage .vertical-layout .card-buttons .n-card-button-renderer {
  width: 100%;
}
@media (max-width: 575.98px) {
  .view .detailpage .vertical-layout .card-buttons, .view.detailpage .vertical-layout .card-buttons {
    flex-direction: column;
  }
}
.view .detailpage .breadcrumbs, .view.detailpage .breadcrumbs {
  max-width: 48.75rem;
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 575.98px) {
  .view .detailpage, .view.detailpage {
    padding: 2rem 0;
  }
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #414ff5;
  --bs-secondary: #f0f0f0;
  --bs-success: #4acb6d;
  --bs-info: #d8edff;
  --bs-warning: #ffc200;
  --bs-danger: #ff5630;
  --bs-light: #fff;
  --bs-dark: #2b2b2b;
  --bs-primary-rgb: 65, 79, 245;
  --bs-secondary-rgb: 240, 240, 240;
  --bs-success-rgb: 74, 203, 109;
  --bs-info-rgb: 216, 237, 255;
  --bs-warning-rgb: 255, 194, 0;
  --bs-danger-rgb: 255, 86, 48;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 43, 43, 43;
  --bs-primary-text: rgb(10.4, 88, 202.4);
  --bs-secondary-text: #6c757d;
  --bs-success-text: rgb(20, 108, 67.2);
  --bs-info-text: rgb(7.8, 121.2, 144);
  --bs-warning-text: rgb(153, 115.8, 4.2);
  --bs-danger-text: rgb(176, 42.4, 55.2);
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #414ff5;
  --bs-link-color-rgb: 65, 79, 245;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(52, 63.2, 196);
  --bs-link-hover-color-rgb: 52, 63, 196;
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
[data-bs-theme=dark] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: rgb(109.8, 168, 253.8);
  --bs-secondary-text: #dee2e6;
  --bs-success-text: rgb(117, 183, 152.4);
  --bs-info-text: rgb(109.8, 223.2, 246);
  --bs-warning-text: rgb(255, 217.8, 106.2);
  --bs-danger-text: rgb(234, 133.8, 143.4);
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(5.2, 80.8, 96);
  --bs-warning-border-subtle: rgb(102, 77.2, 2.8);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(158.2, 197, 254.2);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text) !important;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-emphasis {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
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);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
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) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --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) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.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));
}
.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);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(65, 79, 245, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(240, 240, 240, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(74, 203, 109, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(216, 237, 255, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 194, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(255, 86, 48, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(43, 43, 43, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: #414ff5 !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(52, 63.2, 196) !important;
}
.link-secondary {
  color: #f0f0f0 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #f3f3f3 !important;
}
.link-success {
  color: #4acb6d !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(110.2, 213.4, 138.2) !important;
}
.link-info {
  color: #d8edff !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(223.8, 240.6, 255) !important;
}
.link-warning {
  color: #ffc200 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 206.2, 51) !important;
}
.link-danger {
  color: #ff5630 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(255, 119.8, 89.4) !important;
}
.link-light {
  color: #fff !important;
}
.link-light:hover, .link-light:focus {
  color: white !important;
}
.link-dark {
  color: #2b2b2b !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(34.4, 34.4, 34.4) !important;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.125rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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) {
  .btn {
    transition: none;
  }
}
.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 + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.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 + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .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 + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .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);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #414ff5;
  --bs-btn-border-color: #414ff5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(55.25, 67.15, 208.25);
  --bs-btn-hover-border-color: rgb(52, 63.2, 196);
  --bs-btn-focus-shadow-rgb: 94, 105, 247;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(52, 63.2, 196);
  --bs-btn-active-border-color: rgb(48.75, 59.25, 183.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #414ff5;
  --bs-btn-disabled-border-color: #414ff5;
}
.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f0f0f0;
  --bs-btn-border-color: #f0f0f0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(242.25, 242.25, 242.25);
  --bs-btn-hover-border-color: rgb(241.5, 241.5, 241.5);
  --bs-btn-focus-shadow-rgb: 204, 204, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f3f3f3;
  --bs-btn-active-border-color: rgb(241.5, 241.5, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f0f0f0;
  --bs-btn-disabled-border-color: #f0f0f0;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #4acb6d;
  --bs-btn-border-color: #4acb6d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(101.15, 210.8, 130.9);
  --bs-btn-hover-border-color: rgb(92.1, 208.2, 123.6);
  --bs-btn-focus-shadow-rgb: 63, 173, 93;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(110.2, 213.4, 138.2);
  --bs-btn-active-border-color: rgb(92.1, 208.2, 123.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4acb6d;
  --bs-btn-disabled-border-color: #4acb6d;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #d8edff;
  --bs-btn-border-color: #d8edff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(221.85, 239.7, 255);
  --bs-btn-hover-border-color: rgb(219.9, 238.8, 255);
  --bs-btn-focus-shadow-rgb: 184, 201, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(223.8, 240.6, 255);
  --bs-btn-active-border-color: rgb(219.9, 238.8, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d8edff;
  --bs-btn-disabled-border-color: #d8edff;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc200;
  --bs-btn-border-color: #ffc200;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 203.15, 38.25);
  --bs-btn-hover-border-color: rgb(255, 200.1, 25.5);
  --bs-btn-focus-shadow-rgb: 217, 165, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 206.2, 51);
  --bs-btn-active-border-color: rgb(255, 200.1, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc200;
  --bs-btn-disabled-border-color: #ffc200;
}
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff5630;
  --bs-btn-border-color: #ff5630;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 111.35, 79.05);
  --bs-btn-hover-border-color: rgb(255, 102.9, 68.7);
  --bs-btn-focus-shadow-rgb: 217, 73, 41;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 119.8, 89.4);
  --bs-btn-active-border-color: rgb(255, 102.9, 68.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff5630;
  --bs-btn-disabled-border-color: #ff5630;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(216.75, 216.75, 216.75);
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cccccc;
  --bs-btn-active-border-color: rgb(191.25, 191.25, 191.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2b2b2b;
  --bs-btn-border-color: #2b2b2b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(74.8, 74.8, 74.8);
  --bs-btn-hover-border-color: rgb(64.2, 64.2, 64.2);
  --bs-btn-focus-shadow-rgb: 75, 75, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(85.4, 85.4, 85.4);
  --bs-btn-active-border-color: rgb(64.2, 64.2, 64.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2b2b2b;
  --bs-btn-disabled-border-color: #2b2b2b;
}
.btn-outline-primary {
  --bs-btn-color: #414ff5;
  --bs-btn-border-color: #414ff5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #414ff5;
  --bs-btn-hover-border-color: #414ff5;
  --bs-btn-focus-shadow-rgb: 65, 79, 245;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #414ff5;
  --bs-btn-active-border-color: #414ff5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #414ff5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #414ff5;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #f0f0f0;
  --bs-btn-border-color: #f0f0f0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f0f0f0;
  --bs-btn-hover-border-color: #f0f0f0;
  --bs-btn-focus-shadow-rgb: 240, 240, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f0f0f0;
  --bs-btn-active-border-color: #f0f0f0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f0f0f0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f0f0f0;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #4acb6d;
  --bs-btn-border-color: #4acb6d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4acb6d;
  --bs-btn-hover-border-color: #4acb6d;
  --bs-btn-focus-shadow-rgb: 74, 203, 109;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4acb6d;
  --bs-btn-active-border-color: #4acb6d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4acb6d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4acb6d;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #d8edff;
  --bs-btn-border-color: #d8edff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d8edff;
  --bs-btn-hover-border-color: #d8edff;
  --bs-btn-focus-shadow-rgb: 216, 237, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8edff;
  --bs-btn-active-border-color: #d8edff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d8edff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d8edff;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc200;
  --bs-btn-border-color: #ffc200;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc200;
  --bs-btn-hover-border-color: #ffc200;
  --bs-btn-focus-shadow-rgb: 255, 194, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc200;
  --bs-btn-active-border-color: #ffc200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc200;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc200;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #ff5630;
  --bs-btn-border-color: #ff5630;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff5630;
  --bs-btn-hover-border-color: #ff5630;
  --bs-btn-focus-shadow-rgb: 255, 86, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff5630;
  --bs-btn-active-border-color: #ff5630;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff5630;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff5630;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #2b2b2b;
  --bs-btn-border-color: #2b2b2b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2b2b2b;
  --bs-btn-hover-border-color: #2b2b2b;
  --bs-btn-focus-shadow-rgb: 43, 43, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2b2b2b;
  --bs-btn-active-border-color: #2b2b2b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2b2b2b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2b2b2b;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 94, 105, 247;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: #f8f8f8;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  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: var(--bs-border-width) solid var(--bs-border-color);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #414ff5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(65, 79, 245, 0.25);
}
.form-check-input:checked {
  background-color: #414ff5;
  border-color: #414ff5;
}
.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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.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");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #414ff5;
  border-color: #414ff5;
  --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");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.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='rgba%280, 0, 0, 0.25%29'/%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) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.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='%23414ff5'/%3e%3c/svg%3e");
}
.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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[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");
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #bebebe;
  appearance: none;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #414ff5;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #545454;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-form-control-disabled-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.625rem 0.75rem;
  margin: -0.625rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1.25rem + calc(var(--bs-border-width) * 2));
  padding: 0.625rem 0.75rem;
  font-size: 1.25rem;
  border-radius: 0.125rem;
}
.form-control-lg::file-selector-button {
  padding: 0.625rem 0.75rem;
  margin: -0.625rem -0.75rem;
  margin-inline-end: 0.75rem;
}
textarea.form-control {
  min-height: calc(1.5em + 1.25rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.25rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.25rem + calc(var(--bs-border-width) * 2));
  padding: 0.625rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.125rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.125rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1.25rem + calc(var(--bs-border-width) * 2));
}
.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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.625rem 2.25rem 0.625rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #f8f8f8;
  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: var(--bs-border-width) solid #bebebe;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #414ff5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(65, 79, 245, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-form-control-disabled-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-select-lg {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  font-size: 1.25rem;
  border-radius: 0.125rem;
}
[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='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --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: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --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='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2810.4, 88, 202.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #414ff5;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(65, 79, 245, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.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) {
  .accordion-button {
    transition: none;
  }
}
.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);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.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) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.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);
}
.accordion-header {
  margin-bottom: 0;
}
.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);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.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);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.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);
}
.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);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
[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='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #bebebe;
  border-radius: 0.125rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.625rem 0.75rem;
  font-size: 1.25rem;
  border-radius: 0.125rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-success-text);
}
.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: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-success);
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234acb6d' d='M2.3 6.73.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.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-success);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-success);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .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='%234acb6d' d='M2.3 6.73.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: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-success);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.25rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-success);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-success-text);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-success-text);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-danger-text);
}
.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: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-danger);
  padding-right: calc(1.5em + 1.25rem);
  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='%23ff5630'%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='%23ff5630' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-danger);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-danger);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .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='%23ff5630'%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='%23ff5630' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-danger);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.25rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-danger);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-danger-text);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-danger-text);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.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: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  --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);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text);
  --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);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text);
  --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);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text);
  --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);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text);
  --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);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text);
  --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);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text);
  --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);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text);
  --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);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text);
  --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);
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  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;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.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;
}
.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);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.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);
}
.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;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.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);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(0.375rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #414ff5;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --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);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.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;
}
.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);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.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;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #414ff5;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #414ff5;
  --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);
}
.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) {
  .progress-bar {
    transition: none;
  }
}
.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);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}.view.error {
  padding-top: 8rem !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.view.error .error-message-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view.error .error-message-container p {
  padding-top: 1rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.login {
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login > .logo-container {
  z-index: 1;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.6875rem;
  width: 10.625rem;
}
.login > .logo-container .logo {
  width: 100%;
}
.login .login-section {
  position: relative;
}
.login .login-section p {
  font-size: 0.75rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.footer {
  width: 100%;
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .logo {
  width: 6.75rem;
}
.footer .privacy {
  margin-top: 0.5rem;
  font-weight: 700;
  color: #545454;
  font-size: 0.75rem;
  text-decoration: none;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.icon {
  color: #545454;
}
.icon.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48 !important;
}
.icon.accent1 {
  color: #ff8b00;
}
.icon.danger {
  color: #ff5630;
}
.icon.primary {
  color: #414ff5;
}
.icon.secondary {
  color: #898989;
}
.icon.success {
  color: #4acb6d;
}
.icon.warning {
  color: #ffc200;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.alert {
  display: flex;
  align-items: flex-start;
  text-align: left;
  line-height: 1.1875rem;
  color: #000 !important;
  font-size: 0.75rem;
  overflow: hidden;
}
.alert.alert-warning {
  --bs-alert-bg: #ffebaa;
  --bs-warning-border-subtle: #eab200;
}
.alert.alert-warning .icon {
  color: #eab200;
}
.alert.alert-danger {
  --bs-alert-bg: #ffd8c9;
  --bs-danger-border-subtle: #c41a00;
}
.alert.alert-danger .icon {
  color: #c41a00;
}
.alert .icon {
  margin-right: 0.625rem;
}
.alert.alert-info {
  --bs-alert-bg: #d8edff;
  --bs-warning-border-subtle: #0026c1;
}
.alert.alert-info .icon {
  color: #0026c1;
}
.alert.alert-minimal {
  --bs-alert-bg: transparant;
  --bs-warning-border-subtle: none;
}
.alert .icon {
  color: #898989;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.form.was-validated .form-control:valid {
  border-color: #bebebe;
  background-image: unset;
}
.form.was-validated .form-control:valid--focused {
  box-shadow: none;
  border-color: #414ff5;
}.a {
  fill: #ececec;
}

.b {
  fill: #417df0;
}

.c {
  fill: #74e3fd;
}

.d {
  fill: url(#a);
}

.e {
  fill: #fff;
}

.f {
  fill: #fdbd00;
}

.g {
  fill: #faa60f;
}

.h {
  fill: #803ef2;
}

.i {
  fill: #ffefd7;
}.a {
  fill: #ececec;
}

.b {
  fill: #417df0;
}

.c {
  fill: #74e3fd;
}

.d {
  fill: url(#a);
}

.e {
  fill: #fff;
}

.f {
  fill: #fdbd00;
}

.g {
  fill: #faa60f;
}

.h {
  fill: #803ef2;
}

.i {
  fill: #ffefd7;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.btn-icon {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon:not(.btn-action--border) {
  border: none;
}
.btn-icon .icon {
  font-size: 1.5rem;
  line-height: unset;
}

.btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.btn .icon--prepended {
  color: inherit;
  font-size: inherit;
  margin-right: 0.625rem;
}

.btn-danger {
  background-color: #ff5630;
  color: #fff !important;
}
.btn-danger .icon {
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #c41a00 !important;
}

.btn-warning {
  background-color: #ffc200;
  color: #2b2b2b !important;
}
.btn-warning .icon {
  color: #2b2b2b !important;
}
.btn-warning:hover {
  background-color: #eab200 !important;
}

.btn-success {
  background-color: #4acb6d;
  color: #fff !important;
}
.btn-success .icon {
  color: #fff !important;
}
.btn-success:hover {
  background-color: #007c34 !important;
}

.btn-secondary {
  background-color: #f0f0f0 !important;
  color: #2b2b2b !important;
}
.btn-secondary .icon {
  color: #2b2b2b !important;
}
.btn-secondary:hover {
  background-color: #bebebe !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.text-input {
  position: relative;
}
.text-input input {
  all: unset;
}
.text-input--prepend {
  margin-right: 0.25rem;
}
.text-input .input-group {
  position: relative;
}
.text-input .input-group .form-control--focused {
  background-color: #fff;
}
.text-input .input-group .form-control--has-prepended-icon {
  padding-left: 2.875rem;
}
.text-input .input-group .form-control--has-prepended-icon--focused + .icon--prepended {
  color: #414ff5;
}
.text-input .input-group .form-control input {
  width: 100%;
}
.text-input .input-group .form-control.is-invalid .form-label {
  color: #ff5630 !important;
}
.text-input .input-group .icon--prepended {
  position: absolute;
  left: 0.75rem;
  top: 0.625rem;
  z-index: 6;
}
.text-input .input-group--error + .form-label .text {
  color: #ff5630 !important;
}
.text-input .form-label {
  font-size: 0.75rem;
  font-weight: 600;
  overflow-x: hidden;
  width: calc(100% - 0.75rem);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(0.75rem, -25%);
  z-index: 5;
  pointer-events: none;
  color: #545454;
}
.text-input .form-label .text {
  background-color: white;
}
.text-input--time .form-label .text, .text-input--date .form-label .text {
  font-size: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
}
.text-input--focused .form-label .text {
  color: #414ff5;
}
.text-input * --focused .form-label .text {
  color: #414ff5;
}
.text-input .error-message {
  font-size: 0.875rem;
  color: #ff5630;
}
.text-input.disabled .input-group {
  position: relative;
}
.text-input.disabled .input-group .form-control {
  border: none !important;
  background-color: #fff !important;
}
.text-input.disabled .form-label .text {
  color: #898989 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-checkbox-input {
  position: relative;
  margin-left: 0.75rem;
  min-height: 2.75rem !important;
  display: flex;
  align-items: center;
}
.n-checkbox-input.disabled .form-check-input,
.n-checkbox-input.disabled .form-check-label {
  opacity: 100 !important;
}
.n-checkbox-input .form-label {
  font-size: 0.75rem;
  position: absolute;
  top: -0.6rem;
}
.n-checkbox-input .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.n-checkbox-input .form-check .form-check-label {
  white-space: normal;
  overflow: hidden;
}
.n-checkbox-input .form-check .form-check-input {
  background-color: #fff;
  border: 0.125rem #bebebe solid;
  box-shadow: none;
}
.n-checkbox-input .form-check.form-checkbox .form-check-input {
  min-height: 1.125rem;
  min-width: 1.125rem;
  border-radius: 0.125rem;
}
.n-checkbox-input .form-check.form-switch .form-check-input {
  height: 0.875rem;
  width: 2.125rem;
  border: none !important;
  background-color: #f0f0f0;
}
.n-checkbox-input.checked .form-check.form-checkbox .form-check-input {
  background-color: #414ff5;
  border: 0.125rem #414ff5 solid;
}
.n-checkbox-input.checked .form-check.form-checkbox .form-check-input:disabled {
  background-color: #bebebe;
  border-color: #bebebe;
}
.n-checkbox-input.checked .form-check.form-switch .form-check-input {
  background-color: #414ff5;
  color: #414ff5;
}
.n-checkbox-input.input-group--error .error-message {
  font-size: 0.875rem;
  color: #ff5630 !important;
}
.n-checkboxalert-input .alert {
  margin: 0.75rem 0 0 0.75rem;
  white-space: normal;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-tag-input {
  position: relative;
}
.n-tag-input .tag-items {
  max-height: 12.5rem;
  position: absolute;
  background-color: #fff;
  top: 3.125rem;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(37, 49, 55, 0.35);
  z-index: 10;
  width: 100%;
  overflow: auto;
}
.n-tag-input .tag-items .tag-items--no-items {
  border: 1px solid black;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-tag-input .tag-items .tag-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9375rem;
}
.n-tag-input .tag-items .tag-item:hover {
  background-color: #f0f0f0;
  color: #2b2b2b;
  cursor: pointer;
}
.n-tag-input .tag-items .tag-item.selected {
  background-color: #d8edff;
  color: #414ff5;
}
.n-tag-input .form-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #545454;
}
.n-tag-input .btn-action.disabled {
  opacity: 100 !important;
}
.n-tag-input.disabled .form-control {
  background-color: #fff !important;
  border: none !important;
}
.n-tag-input.disabled .form-label .text {
  color: #898989 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.access-button {
  display: flex;
  flex-direction: column;
}
.access-button .interval-button {
  align-self: flex-end;
  width: fit-content;
  padding-bottom: 1rem;
}
.access-button .interval-button .btn {
  border-radius: 50%;
  background-color: #414ff5;
}
.access-button .interval-button .btn .icon {
  color: white;
}
.access-button .interval-button.pending .btn {
  background-color: #ffc200;
}
.access-button .interval-button.success .btn {
  background-color: #4acb6d;
}
.access-button .interval-button.notFound .btn {
  background-color: #ff8b00;
}
.access-button .interval-button.failure .btn {
  background-color: #ff5630;
}
.access-button .progress.pending .progress-bar {
  background-color: #ffc200;
}
.access-button .progress.notFound .progress-bar {
  background-color: #ff8b00;
}
.access-button .progress.failure .progress-bar {
  background-color: #ff5630;
}
.access-button .progress.success .progress-bar {
  background-color: #4acb6d;
}
.access-button .loader-text {
  font-size: 0.75rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.btn-action {
  width: 44px;
  background-color: transparent !important;
}
.btn-action--border {
  border: 0.0625rem solid #f0f0f0;
}
.btn-action:hover {
  background-color: #d8edff !important;
  border-color: #d8edff !important;
}
.btn-action:hover .icon {
  color: #414ff5 !important;
}
.btn-action.primary .icon {
  color: #414ff5;
}
.btn-action.primary-bg {
  background-color: #414ff5 !important;
}
.btn-action.primary-bg .icon {
  color: #fff !important;
}
.btn-action.success .icon {
  color: #4acb6d;
}
.btn-action.accent1 .icon {
  color: #ff8b00;
}
.btn-action.danger .icon {
  color: #ff5630;
}
.btn-action.danger:hover {
  background-color: #ffd8c9 !important;
}
.btn-action.danger:hover .icon {
  color: #ff5630 !important;
}
.btn-action.secondary:hover {
  background-color: #f0f0f0 !important;
}
.btn-action.secondary:hover .icon {
  color: #545454 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-action-button-counter {
  position: relative;
}
.n-action-button-counter .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #ff5630 !important;
  top: 0;
  right: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff !important;
}
.n-action-button-counter .counter.plus {
  font-size: 0.5rem !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.btn-email .icon {
  color: #414ff5;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.btn-icon, .btn-fab, .btn-sub-fab {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon:not(.btn-action--border), .btn-fab:not(.btn-action--border), .btn-sub-fab:not(.btn-action--border) {
  border: none;
}
.btn-icon .icon, .btn-fab .icon, .btn-sub-fab .icon {
  font-size: 1.5rem;
  line-height: unset;
}

.btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.btn .icon--prepended {
  color: inherit;
  font-size: inherit;
  margin-right: 0.625rem;
}

.btn-danger {
  background-color: #ff5630;
  color: #fff !important;
}
.btn-danger .icon {
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #c41a00 !important;
}

.btn-warning {
  background-color: #ffc200;
  color: #2b2b2b !important;
}
.btn-warning .icon {
  color: #2b2b2b !important;
}
.btn-warning:hover {
  background-color: #eab200 !important;
}

.btn-success {
  background-color: #4acb6d;
  color: #fff !important;
}
.btn-success .icon {
  color: #fff !important;
}
.btn-success:hover {
  background-color: #007c34 !important;
}

.btn-secondary {
  background-color: #f0f0f0 !important;
  color: #2b2b2b !important;
}
.btn-secondary .icon {
  color: #2b2b2b !important;
}
.btn-secondary:hover {
  background-color: #bebebe !important;
}

.btn-fab {
  height: 3.5rem;
  width: 3.5rem;
  background: linear-gradient(360deg, #414ff5 0%, #417ef5 100%);
  box-shadow: 0 0.25rem 0.375rem rgba(43, 43, 43, 0.25);
}
.btn-fab .icon {
  color: #fff !important;
}
.btn-fab.secondary {
  background: #f0f0f0 !important;
}
.btn-fab.secondary .icon {
  color: #545454 !important;
}
.btn-fab.danger {
  background: #c41a00 !important;
}
.btn-fab.warning {
  background: #ffc200 !important;
}
.btn-fab.warning .icon {
  color: #545454 !important;
}

.btn-sub-fab {
  background: linear-gradient(360deg, #414ff5 0%, #417ef5 100%);
  height: 2.5rem;
  width: 2.5rem;
}
.btn-sub-fab .icon {
  color: #fff !important;
}
.btn-sub-fab.secondary {
  background: #f0f0f0 !important;
}
.btn-sub-fab.secondary .icon {
  color: #545454 !important;
}

.n-fab-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
}
.n-fab-button .n-sub-fab-buttons {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.75rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-form-add-button {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.n-form-add-button button, .n-form-add-button button:hover {
  z-index: 1;
  width: 44px !important;
  height: 44px !important;
  background-color: #414ff5 !important;
}
.n-form-add-button button .icon, .n-form-add-button button:hover .icon {
  color: #fff !important;
}
.n-form-add-button button:hover {
  background-color: #0026c1 !important;
}
.n-form-add-button span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.n-form-add-button .line {
  position: absolute;
  top: 50%;
  left: 0px;
  border: 1px solid #f8f8f8;
  opacity: 100;
  width: 100%;
  margin: 0;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.btn-phone .icon {
  color: #4acb6d;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.btn-website .icon {
  color: #545454;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 1.25rem;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 0.1875rem;
  border-radius: 0.125rem;
  white-space: nowrap;
}
.n-badge.primary {
  background-color: #d8edff;
  color: #0026c1;
}
.n-badge.secondary {
  background-color: #f0f0f0;
  color: #2b2b2b;
}
.n-badge.success {
  background-color: #ccffd7;
  color: #007c34;
}
.n-badge.danger {
  background-color: #ffd8c9;
  color: #c41a00;
}
.n-badge.warning {
  background-color: #ffebaa;
  color: #916500;
}
.n-badge.accent1 {
  background-color: #ffe6b7;
  color: #9b4700;
}
.n-badge.accent2 {
  background-color: #c8fcfc;
  color: #00687e;
}
.n-badge.accent3 {
  background-color: #e1c5fa;
  color: #4b00c3;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-file-upload {
  width: 100%;
}
.n-file-upload .error-message {
  font-size: 0.875rem;
  color: #ff5630;
}
.n-file-upload .file-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
  padding: 1.25rem;
  background-color: #f0f0f0;
  border-radius: 0.125rem;
  border: 0.0625rem solid #bebebe;
  height: fit-content;
  width: 100%;
}
.n-file-upload .file-input-container-dirty {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 1rem;
}
.n-file-upload .file-input-container-dirty .file-input-container-preview {
  display: flex;
  max-height: 10rem;
  overflow: scroll;
}
.n-file-upload .file-input-container-active {
  background-color: #d8edff;
}
.n-file-upload .file-input-container-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
}
.n-file-upload .file-input-container-label .label-instruction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  white-space: normal;
  text-align: center;
}
.n-file-upload .file-input-container-label .label-instruction .icon {
  color: #545454;
}
.n-file-upload .file-input-container-label .upload-button {
  border: 0;
  margin: 0;
  padding: 0;
  color: #414ff5;
  text-decoration: underline;
  font-weight: 400;
}
.n-file-upload .file-input-container-preview {
  display: none;
  flex-direction: column;
  max-height: 70%;
  gap: 0.5rem;
  width: 100%;
  overflow-y: auto;
  padding: 0.5rem;
  border: 0.0625rem solid #bebebe !important;
}
.n-file-upload .file-input-container-preview .file-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem;
  font-size: 0.875rem;
}
.n-file-upload .file-input-container-preview .file-preview-name {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-file-upload .file-input-container-preview .file-preview-cancel {
  background-color: #f0f0f0 !important;
}
.n-file-upload .file-input-container-preview .file-preview-cancel .icon {
  color: #898989 !important;
}
.n-file-upload .file-input-container-preview .file-preview-cancel:hover {
  background-color: #ffd8c9 !important;
}
.n-file-upload .file-input-container-preview .file-preview-cancel:hover .icon {
  color: #ff5630 !important;
}
.n-file-upload .file-input-container-rules ul {
  padding-left: 1rem;
}
.n-file-upload .file-input-container-rules .alert {
  margin-bottom: 0 !important;
}/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-image-cropper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-height: 32rem;
  height: 100%;
}
.n-image-cropper .cropper-container {
  overflow: hidden;
  border: 0.0625rem solid #bebebe;
  border-radius: 0.125rem;
}
.n-image-cropper .cropper-container img {
  height: 100%;
  width: 100%;
}
.n-image-cropper .action-menu {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.n-image-cropper .action-menu .btn {
  width: 36px;
  height: 36px;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-image-upload {
  position: relative;
}
.n-image-upload .form-label {
  overflow-x: hidden;
  position: absolute;
  top: -1.1rem;
  left: 0.75rem;
  z-index: 5;
}
.n-image-upload .form-label .text {
  background-color: white;
  color: #545454;
  font-size: 0.75rem;
  font-weight: 600;
}
.n-image-upload .error-message {
  display: none;
  font-size: 0.875rem;
  color: #ff5630;
  padding-left: 0.75rem;
}
.n-image-upload .error-message.has-error {
  display: unset;
}
.n-image-upload .n-file-upload .file-input-container {
  height: 10rem;
}
.n-image-upload .n-file-upload .file-input-container-dirty .file-input-container-label {
  display: none;
}
.n-image-upload .n-file-upload .file-input-container-dirty .file-input-container-preview {
  display: flex;
  justify-content: center;
  max-height: 100% !important;
  height: 100%;
  overflow: hidden;
}
.n-image-upload .n-file-upload .alert {
  padding-bottom: 0;
  margin-bottom: 0;
}
.n-image-upload .image-preview {
  width: fit-content;
  height: fit-content;
  position: relative;
}
.n-image-upload .image-preview img {
  width: 10rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #f0f0f0;
}
.n-image-upload .image-preview .btn-action {
  background-color: white !important;
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
}
.n-image-upload .image-preview .btn-action:hover {
  background-color: #ffd8c9 !important;
}
.n-image-upload .image-preview .btn-action:hover .icon {
  color: #ff5630 !important;
}.date-time-input {
  display: flex;
}
.date-time-input .text-input--date {
  margin-right: 0.75rem;
  width: 70%;
}
.date-time-input .text-input--time {
  width: 30%;
}
@media (max-width: 767.98px) {
  .date-time-input {
    display: block;
  }
  .date-time-input .text-input--date, .date-time-input .text-input--time {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.date-time-period-input .inputs,
.date-period-input .inputs {
  display: flex;
  flex-direction: row;
}
.date-time-period-input .period:first-child,
.date-period-input .period:first-child {
  margin-right: 12px;
}
.date-time-period-input .period,
.date-period-input .period {
  flex-grow: 1;
}
.date-time-period-input.single-day .period.period-start,
.date-period-input.single-day .period.period-start {
  flex-grow: 1;
}
.date-time-period-input.single-day .period.period-end,
.date-period-input.single-day .period.period-end {
  flex-shrink: 1;
  flex-grow: 0;
}
.date-time-period-input .form-label,
.date-period-input .form-label {
  font-size: 12px;
  top: 0rem !important;
}
.date-time-period-input .error-message,
.date-period-input .error-message {
  font-size: 0.875rem;
  color: #ff5630;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-select {
  position: relative;
}
.n-select .select__items {
  max-height: 12.5rem;
  position: absolute;
  background-color: #fff;
  top: 3.125rem;
  width: 100%;
  box-shadow: 0px 0.0625rem 0.125rem 0 rgba(37, 49, 55, 0.3);
  z-index: 10;
  overflow: auto;
}
.n-select .select__items .select__items--no-items {
  border: 1px solid black;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-select .select__items .select__item {
  padding: 0.9375rem;
}
.n-select .select__items .select__item:hover:not(.select__item--disabled), .n-select .select__items .select__item.selected {
  background-color: #d8edff;
  color: #414ff5;
  cursor: pointer;
}
.n-select .select__items .select__item--disabled {
  font-style: italic;
}.n-account-input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-list-select-input {
  position: relative;
  border: 1px solid #bebebe;
  border-radius: 0.125rem;
}
.n-list-select-input .form-label {
  position: absolute;
  left: 0.75rem;
  top: -0.7rem;
  background-color: #fff;
  color: #545454;
}
.n-list-select-input .inner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}
.n-list-select-input .inner-container .badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.n-list-select-input.has-error {
  border-color: #ff5630;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-radio-input {
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
}
.n-radio-input .form-label {
  font-size: 0.75rem;
  font-weight: 600;
}
.n-radio-input .radio-options {
  display: flex;
  flex-direction: row;
}
.n-radio-input .radio-options .radio-option {
  display: flex;
  gap: 0.5rem;
  margin-right: 0.5rem;
}
.n-radio-input.input-group--error .error-message {
  font-size: 0.875rem;
  color: #ff5630 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-info-element-input .inputs-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.n-info-element-input .inputs-container .input-container-file-input .label {
  padding-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.n-info-element-input .inputs-container .input-container-file-input .n-file-upload .file-input-container {
  height: 10rem;
}
.n-info-element-input .inputs-container .input-container-file-input .n-file-upload .file-input-container-dirty .file-input-container-label {
  display: none;
}
.n-info-element-input .inputs-container .input-container-file-input .n-file-upload .file-input-container-dirty .file-input-container-preview {
  display: flex;
  justify-content: center;
  max-height: 100% !important;
  height: 100%;
  overflow: hidden;
}
.n-info-element-input .inputs-container .input-container-file-input .n-file-upload .alert {
  padding-bottom: 0;
  margin-bottom: 0;
}
.n-info-element-input .error-message {
  font-size: 0.875rem;
  color: #ff5630 !important;
}:root, .light, .light-theme {
  --blue-1: #fbfdff;
  --blue-2: #f4faff;
  --blue-3: #e6f4fe;
  --blue-4: #d5efff;
  --blue-5: #c2e5ff;
  --blue-6: #acd8fc;
  --blue-7: #8ec8f6;
  --blue-8: #5eb1ef;
  --blue-9: #0090ff;
  --blue-10: #0588f0;
  --blue-11: #0d74ce;
  --blue-12: #113264;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, .light, .light-theme {
      --blue-1: color(display-p3 0.986 0.992 0.999);
      --blue-2: color(display-p3 0.96 0.979 0.998);
      --blue-3: color(display-p3 0.912 0.956 0.991);
      --blue-4: color(display-p3 0.853 0.932 1);
      --blue-5: color(display-p3 0.788 0.894 0.998);
      --blue-6: color(display-p3 0.709 0.843 0.976);
      --blue-7: color(display-p3 0.606 0.777 0.947);
      --blue-8: color(display-p3 0.451 0.688 0.917);
      --blue-9: color(display-p3 0.247 0.556 0.969);
      --blue-10: color(display-p3 0.234 0.523 0.912);
      --blue-11: color(display-p3 0.15 0.44 0.84);
      --blue-12: color(display-p3 0.102 0.193 0.379);
    }
  }
}

.dark, .dark-theme {
  --blue-1: #0d1520;
  --blue-2: #111927;
  --blue-3: #0d2847;
  --blue-4: #003362;
  --blue-5: #004074;
  --blue-6: #104d87;
  --blue-7: #205d9e;
  --blue-8: #2870bd;
  --blue-9: #0090ff;
  --blue-10: #3b9eff;
  --blue-11: #70b8ff;
  --blue-12: #c2e6ff;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    .dark, .dark-theme {
      --blue-1: color(display-p3 0.057 0.081 0.122);
      --blue-2: color(display-p3 0.072 0.098 0.147);
      --blue-3: color(display-p3 0.078 0.154 0.27);
      --blue-4: color(display-p3 0.033 0.197 0.37);
      --blue-5: color(display-p3 0.08 0.245 0.441);
      --blue-6: color(display-p3 0.14 0.298 0.511);
      --blue-7: color(display-p3 0.195 0.361 0.6);
      --blue-8: color(display-p3 0.239 0.434 0.72);
      --blue-9: color(display-p3 0.247 0.556 0.969);
      --blue-10: color(display-p3 0.344 0.612 0.973);
      --blue-11: color(display-p3 0.49 0.72 1);
      --blue-12: color(display-p3 0.788 0.898 0.99);
    }
  }
}

:root, .light, .light-theme {
  --slate-1: #fcfcfd;
  --slate-2: #f9f9fb;
  --slate-3: #f0f0f3;
  --slate-4: #e8e8ec;
  --slate-5: #e0e1e6;
  --slate-6: #d9d9e0;
  --slate-7: #cdced6;
  --slate-8: #b9bbc6;
  --slate-9: #8b8d98;
  --slate-10: #80838d;
  --slate-11: #60646c;
  --slate-12: #1c2024;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, .light, .light-theme {
      --slate-1: color(display-p3 0.988 0.988 0.992);
      --slate-2: color(display-p3 0.976 0.976 0.984);
      --slate-3: color(display-p3 0.94 0.941 0.953);
      --slate-4: color(display-p3 0.908 0.909 0.925);
      --slate-5: color(display-p3 0.88 0.881 0.901);
      --slate-6: color(display-p3 0.85 0.852 0.876);
      --slate-7: color(display-p3 0.805 0.808 0.838);
      --slate-8: color(display-p3 0.727 0.733 0.773);
      --slate-9: color(display-p3 0.547 0.553 0.592);
      --slate-10: color(display-p3 0.503 0.512 0.549);
      --slate-11: color(display-p3 0.379 0.392 0.421);
      --slate-12: color(display-p3 0.113 0.125 0.14);
    }
  }
}

.dark, .dark-theme {
  --slate-1: #111113;
  --slate-2: #18191b;
  --slate-3: #212225;
  --slate-4: #272a2d;
  --slate-5: #2e3135;
  --slate-6: #363a3f;
  --slate-7: #43484e;
  --slate-8: #5a6169;
  --slate-9: #696e77;
  --slate-10: #777b84;
  --slate-11: #b0b4ba;
  --slate-12: #edeef0;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    .dark, .dark-theme {
      --slate-1: color(display-p3 0.067 0.067 0.074);
      --slate-2: color(display-p3 0.095 0.098 0.105);
      --slate-3: color(display-p3 0.13 0.135 0.145);
      --slate-4: color(display-p3 0.156 0.163 0.176);
      --slate-5: color(display-p3 0.183 0.191 0.206);
      --slate-6: color(display-p3 0.215 0.226 0.244);
      --slate-7: color(display-p3 0.265 0.28 0.302);
      --slate-8: color(display-p3 0.357 0.381 0.409);
      --slate-9: color(display-p3 0.415 0.431 0.463);
      --slate-10: color(display-p3 0.469 0.483 0.514);
      --slate-11: color(display-p3 0.692 0.704 0.728);
      --slate-12: color(display-p3 0.93 0.933 0.94);
    }
  }
}

:root, .light, .light-theme {
  --grass-1: #fbfefb;
  --grass-2: #f5fbf5;
  --grass-3: #e9f6e9;
  --grass-4: #daf1db;
  --grass-5: #c9e8ca;
  --grass-6: #b2ddb5;
  --grass-7: #94ce9a;
  --grass-8: #65ba74;
  --grass-9: #46a758;
  --grass-10: #3e9b4f;
  --grass-11: #2a7e3b;
  --grass-12: #203c25;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, .light, .light-theme {
      --grass-1: color(display-p3 0.986 0.996 0.985);
      --grass-2: color(display-p3 0.966 0.983 0.964);
      --grass-3: color(display-p3 0.923 0.965 0.917);
      --grass-4: color(display-p3 0.872 0.94 0.865);
      --grass-5: color(display-p3 0.811 0.908 0.802);
      --grass-6: color(display-p3 0.733 0.864 0.724);
      --grass-7: color(display-p3 0.628 0.803 0.622);
      --grass-8: color(display-p3 0.477 0.72 0.482);
      --grass-9: color(display-p3 0.38 0.647 0.378);
      --grass-10: color(display-p3 0.344 0.598 0.342);
      --grass-11: color(display-p3 0.263 0.488 0.261);
      --grass-12: color(display-p3 0.151 0.233 0.153);
    }
  }
}

:root, .light, .light-theme {
  --cyan-1: #fafdfe;
  --cyan-2: #f2fafb;
  --cyan-3: #def7f9;
  --cyan-4: #caf1f6;
  --cyan-5: #b5e9f0;
  --cyan-6: #9ddde7;
  --cyan-7: #7dcedc;
  --cyan-8: #3db9cf;
  --cyan-9: #00a2c7;
  --cyan-10: #0797b9;
  --cyan-11: #107d98;
  --cyan-12: #0d3c48;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, .light, .light-theme {
      --cyan-1: color(display-p3 0.982 0.992 0.996);
      --cyan-2: color(display-p3 0.955 0.981 0.984);
      --cyan-3: color(display-p3 0.888 0.965 0.975);
      --cyan-4: color(display-p3 0.821 0.941 0.959);
      --cyan-5: color(display-p3 0.751 0.907 0.935);
      --cyan-6: color(display-p3 0.671 0.862 0.9);
      --cyan-7: color(display-p3 0.564 0.8 0.854);
      --cyan-8: color(display-p3 0.388 0.715 0.798);
      --cyan-9: color(display-p3 0.282 0.627 0.765);
      --cyan-10: color(display-p3 0.264 0.583 0.71);
      --cyan-11: color(display-p3 0.08 0.48 0.63);
      --cyan-12: color(display-p3 0.108 0.232 0.277);
    }
  }
}

:root, .light, .light-theme {
  --amber-1: #fefdfb;
  --amber-2: #fefbe9;
  --amber-3: #fff7c2;
  --amber-4: #ffee9c;
  --amber-5: #fbe577;
  --amber-6: #f3d673;
  --amber-7: #e9c162;
  --amber-8: #e2a336;
  --amber-9: #ffc53d;
  --amber-10: #ffba18;
  --amber-11: #ab6400;
  --amber-12: #4f3422;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, .light, .light-theme {
      --amber-1: color(display-p3 0.995 0.992 0.985);
      --amber-2: color(display-p3 0.994 0.986 0.921);
      --amber-3: color(display-p3 0.994 0.969 0.782);
      --amber-4: color(display-p3 0.989 0.937 0.65);
      --amber-5: color(display-p3 0.97 0.902 0.527);
      --amber-6: color(display-p3 0.936 0.844 0.506);
      --amber-7: color(display-p3 0.89 0.762 0.443);
      --amber-8: color(display-p3 0.85 0.65 0.3);
      --amber-9: color(display-p3 1 0.77 0.26);
      --amber-10: color(display-p3 0.959 0.741 0.274);
      --amber-11: color(display-p3 0.64 0.4 0);
      --amber-12: color(display-p3 0.294 0.208 0.145);
    }
  }
}

:root, .light, .light-theme {
  --red-1: #fffcfc;
  --red-2: #fff7f7;
  --red-3: #feebec;
  --red-4: #ffdbdc;
  --red-5: #ffcdce;
  --red-6: #fdbdbe;
  --red-7: #f4a9aa;
  --red-8: #eb8e90;
  --red-9: #e5484d;
  --red-10: #dc3e42;
  --red-11: #ce2c31;
  --red-12: #641723;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, .light, .light-theme {
      --red-1: color(display-p3 0.998 0.989 0.988);
      --red-2: color(display-p3 0.995 0.971 0.971);
      --red-3: color(display-p3 0.985 0.925 0.925);
      --red-4: color(display-p3 0.999 0.866 0.866);
      --red-5: color(display-p3 0.984 0.812 0.811);
      --red-6: color(display-p3 0.955 0.751 0.749);
      --red-7: color(display-p3 0.915 0.675 0.672);
      --red-8: color(display-p3 0.872 0.575 0.572);
      --red-9: color(display-p3 0.83 0.329 0.324);
      --red-10: color(display-p3 0.798 0.294 0.285);
      --red-11: color(display-p3 0.744 0.234 0.222);
      --red-12: color(display-p3 0.36 0.115 0.143);
    }
  }
}

/** Code mirror */

.mdxeditor .cm-editor {
    --sp-font-mono: var(--font-mono);
    --sp-font-body: var(--font-body);
    padding: var(--sp-space-4) 0;
  }

.mdxeditor .cm-scroller {
    padding: 0 !important;
  }

.mdxeditor .cm-focused {
    outline: none;
  }

.mdxeditor .sp-wrapper {
    border: 1px solid var(--baseLine);
    border-radius: var(--radius-medium);
    overflow: hidden;
  }

.mdxeditor .sp-layout {
    border: none;
  }

.mdxeditor .sp-cm pre {
      white-space: break-spaces;
      word-break: break-word;
      overflow-wrap: anywhere;
      flex-shrink: 1;
    }

/** Diff viewer */

.mdxeditor .cm-mergeView .cm-scroller {
    font-family: var(--font-mono);
    line-height: 1.3rem;
    font-size: var(--text-xs);
  }

/** Diff viewer */

.mdxeditor .cm-sourceView .cm-scroller {
    font-family: var(--font-mono);
    line-height: 1.3rem;
    font-size: var(--text-xs);
  }

.mdxeditor .cm-gutters {
    background: transparent;
    font-size: var(--text-xxs);
  }

.mdxeditor .cm-activeLine {
    background: transparent;
  }

.mdxeditor .cm-tooltip-autocomplete {
    background: var(--baseBgSubtle);
  }

.mdxeditor hr.selected[data-lexical-decorator=true] {
    outline: 2px solid highlight;
  }
._editorRoot_13kqw_38 {
  --accentBase: var(--blue-1);
  --accentBgSubtle: var(--blue-2);
  --accentBg: var(--blue-3);
  --accentBgHover: var(--blue-4);
  --accentBgActive: var(--blue-5);
  --accentLine: var(--blue-6);
  --accentBorder: var(--blue-7);
  --accentBorderHover: var(--blue-8);
  --accentSolid: var(--blue-9);
  --accentSolidHover: var(--blue-10);
  --accentText: var(--blue-11);
  --accentTextContrast: var(--blue-12);

  --basePageBg: white;
  --baseBase: var(--slate-1);
  --baseBgSubtle: var(--slate-2);
  --baseBg: var(--slate-3);
  --baseBgHover: var(--slate-4);
  --baseBgActive: var(--slate-5);
  --baseLine: var(--slate-6);
  --baseBorder: var(--slate-7);
  --baseBorderHover: var(--slate-8);
  --baseSolid: var(--slate-9);
  --baseSolidHover: var(--slate-10);
  --baseText: var(--slate-11);
  --baseTextContrast: var(--slate-12);

  --admonitionTipBg: var(--cyan-4);
  --admonitionTipBorder: var(--cyan-8);

  --admonitionInfoBg: var(--grass-4);
  --admonitionInfoBorder: var(--grass-8);

  --admonitionCautionBg: var(--amber-4);
  --admonitionCautionBorder: var(--amber-8);

  --admonitionDangerBg: var(--red-4);
  --admonitionDangerBorder: var(--red-8);

  --admonitionNoteBg: var(--slate-4);
  --admonitionNoteBorder: var(--slate-8);

  --error-color: var(--red-10);

  --spacing-0: 0px;
  --spacing-px: 1px;
  --spacing-0_5: 0.125rem;
  --spacing-1: 0.25rem;
  --spacing-1_5: 0.375rem;
  --spacing-2: 0.5rem;
  --spacing-2_5: 0.625rem;
  --spacing-3: 0.75rem;
  --spacing-3_5: 0.875rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-7: 1.75rem;
  --spacing-8: 2rem;
  --spacing-9: 2.25rem;
  --spacing-10: 2.5rem;
  --spacing-11: 2.75rem;
  --spacing-12: 3rem;
  --spacing-14: 3.5rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;
  --spacing-28: 7rem;
  --spacing-32: 8rem;
  --spacing-36: 9rem;
  --spacing-40: 10rem;
  --spacing-44: 11rem;
  --spacing-48: 12rem;
  --spacing-52: 13rem;
  --spacing-56: 14rem;
  --spacing-60: 15rem;
  --spacing-64: 16rem;
  --spacing-72: 18rem;
  --spacing-80: 20rem;
  --spacing-96: 24rem;

  --radius-none: 0px;
  --radius-small: var(--spacing-0_5);
  --radius-base: var(--spacing-1);
  --radius-medium: var(--spacing-1_5);
  --radius-large: var(--spacing-2);
  --radius-extra-large: var(--spacing-3);
  --radius-full: 9999px;

  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  --text-base: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;
  --text-xxs: 0.6rem;

  font-family: var(--font-body);
  color: var(--baseText);
}

._editorWrapper_13kqw_139 {}

._nestedListItem_13kqw_141 {
  list-style: none;
}

._toolbarRoot_13kqw_145 {
  /* border: var(--spacing-px) solid var(--baseBorder); */
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: var(--spacing-1);
  border-radius: var(--radius-medium);
  padding: var(--spacing-1_5);
  align-items: center;
  overflow-x: auto;
  position: sticky;
  top: 0;
  background-color: var(--baseBg);
  width: inherit;
}

._toolbarRoot_13kqw_145 div[role=separator] {
    margin: var(--spacing-2) var(--spacing-1);
    border-left: 1px solid var(--baseBorder);
    border-right: 1px solid var(--baseBase);
    height: var(--spacing-4);
  }

._readOnlyToolbarRoot_13kqw_168 {
  pointer-events: none;
  background: var(--baseBase);
}

._readOnlyToolbarRoot_13kqw_168>div {
    opacity: 0.5;
  }

._toolbarModeSwitch_13kqw_177 {
  opacity: 1 !important;
  margin-left: auto;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  border: 1px solid var(--baseBg);
  border-radius: var(--radius-medium);
  font-size: var(--text-xs);
}

._toolbarModeSwitch_13kqw_177 ._toolbarToggleItem_13kqw_187 {
    padding-inline-end: var(--spacing-4);
    padding-inline-start: var(--spacing-4);
  }

._toolbarModeSwitch_13kqw_177 ._toolbarToggleItem_13kqw_187:active, ._toolbarModeSwitch_13kqw_177 ._toolbarToggleItem_13kqw_187[data-state=on] {
      background-color: var(--baseBorder);
    }

._toolbarGroupOfGroups_13kqw_198 {
  display: flex;
  margin: 0 var(--spacing-1);
}

._toolbarToggleSingleGroup_13kqw_203:first-of-type ._toolbarToggleItem_13kqw_187:only-child, ._toolbarToggleSingleGroup_13kqw_203:only-child ._toolbarToggleItem_13kqw_187:first-child, ._toolbarModeSwitch_13kqw_177 ._toolbarToggleItem_13kqw_187:first-child {
  border-top-left-radius: var(--radius-base);
  border-bottom-left-radius: var(--radius-base);
}

._toolbarToggleSingleGroup_13kqw_203:last-of-type ._toolbarToggleItem_13kqw_187:only-child, ._toolbarToggleSingleGroup_13kqw_203:only-child ._toolbarToggleItem_13kqw_187:last-child, ._toolbarModeSwitch_13kqw_177 ._toolbarToggleItem_13kqw_187:last-child {
  border-top-right-radius: var(--radius-base);
  border-bottom-right-radius: var(--radius-base);
}

._toolbarToggleItem_13kqw_187, ._toolbarButton_13kqw_218 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  padding: var(--spacing-1);
}

._toolbarToggleItem_13kqw_187 svg, ._toolbarButton_13kqw_218 svg {
    display: block;
  }

._toolbarToggleItem_13kqw_187:hover, ._toolbarButton_13kqw_218:hover {
    background-color: var(--baseBgActive);
  }

._toolbarToggleItem_13kqw_187:active svg, ._toolbarButton_13kqw_218:active svg {
    transform: translate(1px, 1px);
  }

._toolbarToggleItem_13kqw_187[data-state=on], ._toolbarButton_13kqw_218[data-state=on], ._toolbarToggleItem_13kqw_187:active, ._toolbarButton_13kqw_218:active {
    color: var(--baseTextContrast);
    background-color: var(--baseBgActive);
  }

._toolbarToggleItem_13kqw_187[data-disabled], ._toolbarButton_13kqw_218[data-disabled] {
    pointer-events: none;
    color: var(--baseBorderHover);
  }

._toolbarButton_13kqw_218 {
  border-radius: var(--radius-base);
}

._activeToolbarButton_13kqw_250 {
  color: var(--accentText);
}

._toolbarToggleSingleGroup_13kqw_203 {
  white-space: nowrap;
}

._toolbarNodeKindSelectContainer_13kqw_258, ._toolbarButtonDropdownContainer_13kqw_259, ._toolbarCodeBlockLanguageSelectContent_13kqw_260, ._selectContainer_13kqw_261 {
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.20));
  z-index: 3;
  width: var(--spacing-36);
  border-bottom-left-radius: var(--radius-base);
  border-bottom-right-radius: var(--radius-base);
  background-color: var(--basePageBg);
  font-size: var(--text-sm);
}

._toolbarButtonDropdownContainer_13kqw_259 {
  border-top-right-radius: var(--radius-base);
}

._toolbarButtonDropdownContainer_13kqw_259 ._selectItem_13kqw_274:first-child {
    border-top-right-radius: var(--radius-base);
  }

._toolbarNodeKindSelectTrigger_13kqw_279, ._toolbarButtonSelectTrigger_13kqw_280, ._selectTrigger_13kqw_281 {
  border: 0;
  background-color: transparent;
  display: flex;
  color: inherit;
  align-items: center;
  width: var(--spacing-36);
  padding: var(--spacing-1) var(--spacing-2);
  border-radius: var(--radius-medium);
  white-space: nowrap;
  flex-wrap: nowrap;
  font-size: var(--text-sm);
  background-color: var(--basePageBg);
  margin: 0 var(--spacing-1);
}

._toolbarNodeKindSelectTrigger_13kqw_279[data-state=open], ._toolbarButtonSelectTrigger_13kqw_280[data-state=open], ._selectTrigger_13kqw_281[data-state=open] {
    filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.20));
    border-bottom-right-radius: var(--radius-none);
    border-bottom-left-radius: var(--radius-none);
  }

._selectTrigger_13kqw_281[data-placeholder]>span:first-child {
  color: var(--baseBorderHover);
}

/** used in the sandpack */
._toolbarButtonSelectTrigger_13kqw_280 {
  width: auto;
  padding-inline-start: var(--spacing-2);
  padding-inline-end: var(--spacing-1);
  padding-block: var(--spacing-0_5);
}

._toolbarCodeBlockLanguageSelectTrigger_13kqw_315, ._toolbarCodeBlockLanguageSelectContent_13kqw_260 {
  width: var(--spacing-48);
}

._toolbarNodeKindSelectItem_13kqw_320, ._selectItem_13kqw_274 {
  cursor: default;
  display: flex;
  padding: var(--spacing-2);
}

._toolbarNodeKindSelectItem_13kqw_320[data-highlighted], ._selectItem_13kqw_274[data-highlighted] {
    background-color: var(--baseBg);
  }

._toolbarNodeKindSelectItem_13kqw_320[data-state=checked], ._selectItem_13kqw_274[data-state=checked] {
    color: var(--baseTextContrast);
    background-color: var(--baseBg);
  }

._toolbarNodeKindSelectItem_13kqw_320[data-highlighted], ._selectItem_13kqw_274[data-highlighted] {
    outline: none;
  }

._toolbarNodeKindSelectItem_13kqw_320:last-child, ._selectItem_13kqw_274:last-child {
    border-bottom-left-radius: var(--radius-base);
    border-bottom-right-radius: var(--radius-base);
  }

._toolbarNodeKindSelectDropdownArrow_13kqw_345, ._selectDropdownArrow_13kqw_346 {
  margin-left: auto;
  display: flex;
  align-items: center;
}

._contentEditable_13kqw_352 {
  box-sizing: border-box;
  width: 100%;
  color: var(--baseTextContrast);

  padding: var(--spacing-3);
}

._contentEditable_13kqw_352:focus {
    outline: none;
  }

._sandpackWrapper_13kqw_364 {
  margin-bottom: var(--spacing-5);
}

._frontmatterWrapper_13kqw_368 {
  border-radius: var(--radius-medium);
  padding: var(--spacing-3);
  background-color: var(--baseBgSubtle);
}

._frontmatterWrapper_13kqw_368[data-expanded=true] {
    margin-bottom: var(--spacing-10);
  }

._frontmatterToggleButton_13kqw_378 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  align-items: center;
  gap: var(--spacing-1);
  font-size: var(--text-sm);
}

._propertyPanelTitle_13kqw_386 {
  font-size: var(--text-xs);
  font-weight: 400;
  margin: 0;
  padding-top: var(--spacing-2);
  padding-left: var(--spacing-2);
}

._propertyEditorTable_13kqw_394 {
  table-layout: fixed;
  border-spacing: var(--spacing-2);
}

._propertyEditorTable_13kqw_394 th {
    text-align: left;
    font-size: var(--text-sm);
    padding: var(--spacing-2) var(--spacing-3);
  }

._propertyEditorTable_13kqw_394 col:nth-child(1) {
    width: 30%;
  }

._propertyEditorTable_13kqw_394 col:nth-child(2) {
    width: 70%;
  }

._propertyEditorTable_13kqw_394 td:last-child ._iconButton_13kqw_412 {
    margin-left: var(--spacing-4);
    margin-right: var(--spacing-4);
  }

._propertyEditorTable_13kqw_394 ._readOnlyColumnCell_13kqw_417 {
    padding-left: 0;
  }

._propertyEditorLabelCell_13kqw_422 {
  font-weight: 400;
}

._readOnlyColumnCell_13kqw_417 {
  padding-left: 0;
}

._buttonsFooter_13kqw_430 {
  display: flex;
  justify-content: flex-end;
  gap: var(--spacing-2);
}

._propertyEditorInput_13kqw_436 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  width: 100%;
  padding: var(--spacing-2) var(--spacing-3);
  border-radius: var(--radius-base);
  border: 1px solid var(--baseBorder);
  background-color: var(--baseBase);
  font-size: var(--text-sm);
}

._iconButton_13kqw_412 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  color: var(--baseText);
}

._iconButton_13kqw_412:hover {
    color: var(--accentText);
  }

._iconButton_13kqw_412:disabled, ._iconButton_13kqw_412:disabled:hover {
    color: var(--baseLine);
  }

._primaryButton_13kqw_460, ._secondaryButton_13kqw_461 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  padding: var(--spacing-2) var(--spacing-3);
  border: 1px solid var(--accentBorder);
  background-color: var(--accentSolidHover);
  color: var(--baseBase);
  font-size: var(--text-xs);
  border-radius: var(--radius-medium);
}

._primaryButton_13kqw_460:disabled, ._secondaryButton_13kqw_461:disabled {
    background: var(--accentLine);
    border-color: var(--accentBg);
  }

._smallButton_13kqw_476 {
  font-size: var(--text-xs);
  padding: var(--spacing-1) var(--spacing-2);
  border-radius: var(--radius-base);
}

._secondaryButton_13kqw_461 {
  border: 1px solid var(--baseBorder);
  background-color: var(--baseSolidHover);
  color: var(--baseBase);
}

._dialogForm_13kqw_488 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-2);
}

._linkDialogEditForm_13kqw_494 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--spacing-2);
  padding: 0;
}

._linkDialogInputContainer_13kqw_502 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

._linkDialogInputWrapper_13kqw_508 {
  display: flex;
  align-items: center;
  background-color: var(--baseBase);

  border-radius: var(--radius-base);
  border: 1px solid var(--baseBorder);
}

._linkDialogInputWrapper_13kqw_508[data-visible-dropdown=true] {
    border-bottom-left-radius: var(--radius-none);
    border-bottom-right-radius: var(--radius-none);
    border-bottom-width: 0;
  }

._linkDialogInputWrapper_13kqw_508>button {
    border: 0;
    background-color: transparent;
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    all: unset;
    box-sizing: border-box;
    cursor: default;
    padding-right: var(--spacing-2);
  }

._linkDialogInput_13kqw_502, ._dialogInput_13kqw_529 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  width: 20rem;
  padding: var(--spacing-2) var(--spacing-3);
  font-size: var(--text-sm);
}

._linkDialogInput_13kqw_502::-moz-placeholder, ._dialogInput_13kqw_529::-moz-placeholder {
    color: var(--baseBorder);
  }

._linkDialogInput_13kqw_502::placeholder, ._dialogInput_13kqw_529::placeholder {
    color: var(--baseBorder);
  }

._linkDialogAnchor_13kqw_540 {
  position: fixed;
  background-color: highlight;
  z-index: -1;
}

._linkDialogAnchor_13kqw_540[data-visible=true] {
    visibility: visible;
  }

._linkDialogAnchor_13kqw_540[data-visible=false] {
    visibility: hidden;
  }

._linkDialogPopoverContent_13kqw_554, ._tableColumnEditorPopoverContent_13kqw_555, ._dialogContent_13kqw_556 {
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.20));
  display: flex;
  align-items: center;
  gap: var(--spacing-0_5);
  border-radius: var(--radius-medium);
  border: 1px solid var(--baseBg);
  background-color: var(--basePageBg);
  padding: var(--spacing-1) var(--spacing-2);
  font-size: var(--text-sm);
}

._largeDialogContent_13kqw_568 {
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.20));
  gap: var(--spacing-0_5);
  border-radius: var(--radius-medium);
  border: 1px solid var(--baseBorder);
  background-color: var(--baseBgSubtle);
  padding: var(--spacing-4);
  font-size: var(--text-sm);
}

._dialogTitle_13kqw_578 {
  font-size: var(--text-base);
  font-weight: 600;
  padding-left: var(--spacing-2);
}

._dialogCloseButton_13kqw_584 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  position: absolute;
  top: 10px;
  right: 10px;
}

._popoverContent_13kqw_591 {
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.20));
  display: flex;
  align-items: center;
  gap: var(--spacing-0_5);
  border-radius: var(--radius-medium);
  background-color: var(--baseBgSubtle);
  padding: var(--spacing-2) var(--spacing-2);
  font-size: var(--text-sm);
  z-index: 1;
}

._popoverArrow_13kqw_603 {
  fill: var(--basePageBg);
}

._linkDialogPreviewAnchor_13kqw_607 {
  margin-right: var(--spacing-3);
  display: flex;
  align-items: flex-start;
  color: var(--accentText);
  text-decoration: none;

  border: 1px solid transparent;
}

._linkDialogPreviewAnchor_13kqw_607 svg {
    width: var(--spacing-5);
    height: var(--spacing-5);
    margin-left: var(--spacing-2);
  }

._linkDialogPreviewAnchor_13kqw_607 span {
    max-width: 14rem;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

._tooltipTrigger_13kqw_630 {
  align-self: center;
}

._tooltipContent_13kqw_634 {
  z-index: 2;
  position: relative;
  border-radius: var(--radius-medium);
  padding: var(--spacing-1) var(--spacing-2);
  font-size: var(--text-xs);
  background-color: var(--baseText);
  color: var(--baseBase);
}

._tooltipContent_13kqw_634 svg {
    fill: var(--baseText);
  }

._actionButton_13kqw_648 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  padding: var(--spacing-1_5);
  padding: var(--spacing-1) var(--spacing-1);
  border-radius: var(--radius-medium);
}

._actionButton_13kqw_648 svg {
    display: block;
  }

._actionButton_13kqw_648:hover {
    background-color: var(--baseBgHover);
  }

._actionButton_13kqw_648:active svg {
    transform: translate(1px, 1px);
  }

._actionButton_13kqw_648[data-state=on], ._actionButton_13kqw_648:active {
    background-color: var(--baseBgHover);
    color: var(--baseTextContrast);
  }

._primaryActionButton_13kqw_654 {
  background-color: var(--accentSolid);
  color: var(--baseBase);
}

._primaryActionButton_13kqw_654:hover {
    background-color: var(--accentSolidHover);
    color: var(--baseBase);
  }

._tableEditor_13kqw_664 {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

._tableEditor_13kqw_664 thead>tr>th {
    text-align: right;
  }

._tableEditor_13kqw_664>tbody>tr>td:not(._toolCell_13kqw_675), ._tableEditor_13kqw_664>tbody>tr>th:not(._toolCell_13kqw_675):not(:last-of-type) {
    border: 1px solid var(--baseBgActive);
    padding: var(--spacing-1) var(--spacing-2);
    white-space: normal;
  }

:is(._tableEditor_13kqw_664>tbody>tr>td:not(._toolCell_13kqw_675),._tableEditor_13kqw_664>tbody>tr>th:not(._toolCell_13kqw_675):not(:last-of-type))>div {
      outline: none;
    }

:is(._tableEditor_13kqw_664>tbody>tr>td:not(._toolCell_13kqw_675),._tableEditor_13kqw_664>tbody>tr>th:not(._toolCell_13kqw_675):not(:last-of-type))>div>p {
        margin: 0;
      }

[data-active=true]:is(._tableEditor_13kqw_664>tbody>tr>td:not(._toolCell_13kqw_675),._tableEditor_13kqw_664>tbody>tr>th:not(._toolCell_13kqw_675):not(:last-of-type)) {
      outline: solid 1px var(--baseSolid);
    }

._tableEditor_13kqw_664 ._tableColumnEditorTrigger_13kqw_694, ._tableEditor_13kqw_664 ._tableRowEditorTrigger_13kqw_695, ._tableEditor_13kqw_664 ._addRowButton_13kqw_696, ._tableEditor_13kqw_664 ._addColumnButton_13kqw_697, ._tableEditor_13kqw_664 ._iconButton_13kqw_412 {
    opacity: .15;
  }

._tableEditor_13kqw_664:hover ._tableColumnEditorTrigger_13kqw_694, ._tableEditor_13kqw_664:hover ._tableRowEditorTrigger_13kqw_695, ._tableEditor_13kqw_664:hover ._addRowButton_13kqw_696, ._tableEditor_13kqw_664:hover ._addColumnButton_13kqw_697, ._tableEditor_13kqw_664:hover ._iconButton_13kqw_412 {
      opacity: 0.3;
    }

._tableEditor_13kqw_664:hover ._tableColumnEditorTrigger_13kqw_694:hover, ._tableEditor_13kqw_664:hover ._tableRowEditorTrigger_13kqw_695:hover, ._tableEditor_13kqw_664:hover ._addRowButton_13kqw_696:hover, ._tableEditor_13kqw_664:hover ._addColumnButton_13kqw_697:hover, ._tableEditor_13kqw_664:hover ._iconButton_13kqw_412:hover {
        opacity: 1;
      }

._toolCell_13kqw_675 {
  text-align: right;
}

._toolCell_13kqw_675 button {
    margin: auto;
    display: block;
  }

._tableColumnEditorTrigger_13kqw_694 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  padding: var(--spacing-1_5);
  padding: var(--spacing-1);
  border-radius: var(--radius-full);
  opacity: 0.2;
}

._tableColumnEditorTrigger_13kqw_694 svg {
    display: block;
  }

._tableColumnEditorTrigger_13kqw_694:hover {
    background-color: var(--baseBgHover);
  }

._tableColumnEditorTrigger_13kqw_694:active svg {
    transform: translate(1px, 1px);
  }

._tableColumnEditorTrigger_13kqw_694[data-state=on], ._tableColumnEditorTrigger_13kqw_694:active {
    background-color: var(--baseBgHover);
    color: var(--baseTextContrast);
  }

._tableColumnEditorTrigger_13kqw_694[data-active=true] {
    opacity: 1 !important;
  }

._tableColumnEditorToolbar_13kqw_738 {
  display: flex;
}

._tableColumnEditorToolbar_13kqw_738>button {
    border: 0;
    background-color: transparent;
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    all: unset;
    box-sizing: border-box;
    cursor: default;
    padding: var(--spacing-1_5);
  }

._tableColumnEditorToolbar_13kqw_738>button svg {
    display: block;
  }

._tableColumnEditorToolbar_13kqw_738>button:hover {
    background-color: var(--baseBgHover);
  }

._tableColumnEditorToolbar_13kqw_738>button:active svg {
    transform: translate(1px, 1px);
  }

._tableColumnEditorToolbar_13kqw_738>button[data-state=on], ._tableColumnEditorToolbar_13kqw_738>button:active {
    background-color: var(--baseBgHover);
    color: var(--baseTextContrast);
  }

._tableColumnEditorToolbar_13kqw_738 [role=separator] {
    margin-left: var(--spacing-1);
    margin-right: var(--spacing-1);
  }


._toggleGroupRoot_13kqw_752 {
  display: inline-flex;
}


._toggleGroupRoot_13kqw_752 button {
    border: 0;
    background-color: transparent;
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    all: unset;
    box-sizing: border-box;
    cursor: default;
    padding: var(--spacing-1_5);
  }


._toggleGroupRoot_13kqw_752 button svg {
    display: block;
  }


._toggleGroupRoot_13kqw_752 button:hover {
    background-color: var(--baseBgHover);
  }


._toggleGroupRoot_13kqw_752 button:active svg {
    transform: translate(1px, 1px);
  }


._toggleGroupRoot_13kqw_752 button[data-state=on], ._toggleGroupRoot_13kqw_752 button:active {
    background-color: var(--baseBgHover);
    color: var(--baseTextContrast);
  }


._toggleGroupRoot_13kqw_752 button:first-child {
      border-top-left-radius: var(--radius-base);
      border-bottom-left-radius: var(--radius-base);
    }


._toggleGroupRoot_13kqw_752 button:last-child {
      border-top-right-radius: var(--radius-base);
      border-bottom-right-radius: var(--radius-base);
    }

._tableToolsColumn_13kqw_770 {
  width: 3rem;
}

._tableToolsColumn_13kqw_770 button {
    margin: auto;
    display: block;
  }

._leftAlignedCell_13kqw_779 {
  text-align: left;
}

._rightAlignedCell_13kqw_783 {
  text-align: right;
}

._centeredCell_13kqw_787 {
  text-align: center;
}

._addColumnButton_13kqw_697, ._addRowButton_13kqw_696 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  padding: var(--spacing-1_5);
  background-color: var(--baseBase);

  display: flex;
  align-items: center;
}

._addColumnButton_13kqw_697 svg, ._addRowButton_13kqw_696 svg {
    display: block;
  }

._addColumnButton_13kqw_697:hover, ._addRowButton_13kqw_696:hover {
    background-color: var(--baseBgHover);
  }

._addColumnButton_13kqw_697:active svg, ._addRowButton_13kqw_696:active svg {
    transform: translate(1px, 1px);
  }

._addColumnButton_13kqw_697[data-state=on], ._addRowButton_13kqw_696[data-state=on], ._addColumnButton_13kqw_697:active, ._addRowButton_13kqw_696:active {
    background-color: var(--baseBgHover);
    color: var(--baseTextContrast);
  }

._addColumnButton_13kqw_697 svg, ._addRowButton_13kqw_696 svg {
    margin: auto;
  }

._addRowButton_13kqw_696 {
  width: 100%;
  margin-top: var(--spacing-px);
  box-sizing: border-box;
  border-bottom-right-radius: var(--radius-medium);
  border-bottom-left-radius: var(--radius-medium);
}

._addColumnButton_13kqw_697 {
  margin-left: var(--spacing-px);
  height: 100%;
  border-top-right-radius: var(--radius-medium);
  border-bottom-right-radius: var(--radius-medium);
}

/** Dialog */
._dialogOverlay_13kqw_820 {
  position: fixed;
  inset: 0;
  animation: _overlayShow_13kqw_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
  background-color: var(--baseBase);
  z-index: 51;
  opacity: 0.5;
}

._dialogContent_13kqw_556, ._largeDialogContent_13kqw_568 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: _contentShow_13kqw_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 52;
}

._dialogContent_13kqw_556:focus, ._largeDialogContent_13kqw_568:focus {
  outline: none;
}


@keyframes _overlayShow_13kqw_1 {
  from {
    opacity: 0;
  }

  to {
    opacity: .5;
  }
}

@keyframes _contentShow_13kqw_1 {
  from {
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

._focusedImage_13kqw_867 {
  outline: highlight solid 2px;
}

._imageWrapper_13kqw_871 {
  display: inline-block;
  position: relative;
}

._imageWrapper_13kqw_871[draggable=true] {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

._editImageButton_13kqw_884 {
  position: absolute;
  right: var(--spacing-2);
  top: var(--spacing-2);
  background: var(--baseBase);
  border-radius: var(--radius-full);
}

._editImageButton_13kqw_884 svg {
    display: block;
  }

._inlineEditor_13kqw_896 {
  display: inline-flex;
  border-radius: var(--radius-medium);
  padding: var(--spacing-1);
  gap: var(--spacing-2);
  align-items: center;
  background: var(--baseBg);
}

._blockEditor_13kqw_905 {
  display: flex;
  justify-content: stretch;
  border-radius: var(--radius-medium);
  padding: var(--spacing-2);
  gap: var(--spacing-2);
  align-items: center;
  background: var(--baseBg);
}

._blockEditor_13kqw_905 ._nestedEditor_13kqw_914 {
    flex-grow: 1;
  }

._nestedEditor_13kqw_914 {
  background: var(--basePageBg);
  padding: var(--spacing-1) var(--spacing-2);
  border-radius: var(--radius-medium);
}

._nestedEditor_13kqw_914>p {
    margin: 0;
  }

._nestedEditor_13kqw_914:focus {
    outline: none;
  }

._genericComponentName_13kqw_933 {
  font-size: var(--text-sm);
  color: var(--baseText);
  padding-right: var(--spacing-2);
}

._diffSourceToggle_13kqw_939 {
  border-radius: var(--radius-medium);
  display: flex;
}

._diffSourceToggle_13kqw_939 ._toolbarToggleItem_13kqw_187 {
    padding: 0;
  }

._diffSourceToggle_13kqw_939 ._toolbarToggleItem_13kqw_187>span {
      display: block;
      padding: var(--spacing-1) var(--spacing-2);
    }

._selectWithLabel_13kqw_953 {
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
  margin-left: var(--spacing-2);
}

._selectWithLabel_13kqw_953>label {
    font-size: var(--text-sm);
  }

._selectWithLabel_13kqw_953 ._selectTrigger_13kqw_281 {
    border: 1px solid var(--baseBorder);
  }

._toolbarTitleMode_13kqw_968 {
  font-size: var(--text-sm);
  margin-left: var(--spacing-2);
}


._imageControlWrapperResizing_13kqw_974 {
  touch-action: none;
}

._imageResizer_13kqw_978 {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: var(--accentText);
  border: 1px solid var(--baseBg);
}

._imageResizer_13kqw_978._imageResizerN_13kqw_987 {
  top: -6px;
  left: 48%;
  cursor: n-resize;
}

._imageResizer_13kqw_978._imageResizerNe_13kqw_993 {
  top: -6px;
  right: -6px;
  cursor: ne-resize;
}

._imageResizer_13kqw_978._imageResizerE_13kqw_999 {
  bottom: 48%;
  right: -6px;
  cursor: e-resize;
}

._imageResizer_13kqw_978._imageResizerSe_13kqw_1005 {
  bottom: -2px;
  right: -6px;
  cursor: nwse-resize;
}

._imageResizer_13kqw_978._imageResizerS_13kqw_1005 {
  bottom: -2px;
  left: 48%;
  cursor: s-resize;
}

._imageResizer_13kqw_978._imageResizerSw_13kqw_1017 {
  bottom: -2px;
  left: -6px;
  cursor: sw-resize;
}

._imageResizer_13kqw_978._imageResizerW_13kqw_1023 {
  bottom: 48%;
  left: -6px;
  cursor: w-resize;
}

._imageResizer_13kqw_978._imageResizerNw_13kqw_1029 {
  top: -6px;
  left: -6px;
  cursor: nw-resize;
}

._placeholder_13kqw_1035 {
  color: var(--baseSolid);
  overflow: hidden;
  position: absolute;
  top: 0;
  padding: var(--spacing-3);
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: inline-block;
  pointer-events: none;
}

._rootContentEditableWrapper_13kqw_1048 {
  position: relative;
}



._downshiftContainer_13kqw_1054 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

._downshiftInputWrapper_13kqw_1060 {
  display: flex;
  align-items: center;
  background-color: var(--baseBase);

  border-radius: var(--radius-base);
  border: 1px solid var(--baseBorder);
}

._downshiftInputWrapper_13kqw_1060[data-visible-dropdown=true] {
    border-bottom-left-radius: var(--radius-none);
    border-bottom-right-radius: var(--radius-none);
    border-bottom-width: 0;
  }

._downshiftInputWrapper_13kqw_1060>button {
    border: 0;
    background-color: transparent;
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    all: unset;
    box-sizing: border-box;
    cursor: default;
    padding-right: var(--spacing-2);
  }

._downshiftInput_13kqw_1060 {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  all: unset;
  box-sizing: border-box;
  cursor: default;
  width: 20rem;
  padding: var(--spacing-2) var(--spacing-3);
  font-size: var(--text-sm);
}

._downshiftInput_13kqw_1060::-moz-placeholder {
    color: var(--baseBorder);
  }

._downshiftInput_13kqw_1060::placeholder {
    color: var(--baseBorder);
  }

._downshiftAutocompleteContainer_13kqw_1091 {
  position: relative;
}

._downshiftAutocompleteContainer_13kqw_1091 ul {
    all: unset;
    box-sizing: border-box;
    position: absolute;
    font-size: var(--text-sm);
    width: 100%;
    display: none;
    border-bottom-left-radius: var(--radius-medium);
    border-bottom-right-radius: var(--radius-medium);
    max-height: var(--spacing-48);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid var(--baseBorder);
    border-top-width: 0;
    background-color: var(--baseBase);
  }

._downshiftAutocompleteContainer_13kqw_1091 ul[data-visible=true] {
      display: block;
    }

._downshiftAutocompleteContainer_13kqw_1091 ul li {
      padding: var(--spacing-2) var(--spacing-3);
      white-space: nowrap;
      margin-bottom: var(--spacing-1);
      overflow-x: hidden;
      text-overflow: ellipsis;
    }

._downshiftAutocompleteContainer_13kqw_1091 ul li[data-selected=true] {
        background-color: var(--baseBgSubtle);
      }

._downshiftAutocompleteContainer_13kqw_1091 ul li[data-highlighted=true] {
        background-color: var(--baseBgHover);
      }

._downshiftAutocompleteContainer_13kqw_1091 ul li:last-of-type {
        border-bottom-left-radius: var(--radius-medium);
        border-bottom-right-radius: var(--radius-medium);
      }

._textInput_13kqw_1137 {
  all: unset;
  border-radius: var(--radius-base);
  border: 1px solid var(--baseBorder);
  background-color: var(--baseBase);
  padding: var(--spacing-2) var(--spacing-3);
}

form._multiFieldForm_13kqw_1145 {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-2);
  gap: var(--spacing-2);
}

form._multiFieldForm_13kqw_1145 ._formField_13kqw_1151 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
  }

form._multiFieldForm_13kqw_1145 ._formField_13kqw_1151 label {
      font-size: var(--text-xs);
    }

._markdownParseError_13kqw_1162 {
  border-radius: var(--radius-base);
  border: 1px solid var(--error-color);
  padding: var(--spacing-2);
  margin-block: var(--spacing-2);
  color: var(--error-color);
  font-size: var(--text-xs);
}

._popupContainer_13kqw_1171 {
  position: relative;
  z-index: 1;
}

._inputSizer_13kqw_1176 {
  display: inline-grid;
  vertical-align: baseline;
  align-items: center;
  position: relative;
}

._inputSizer_13kqw_1176::after, ._inputSizer_13kqw_1176 input {
    width: auto;
    min-width: 1rem;
    grid-area: 1 / 2;
    font: inherit;
    margin: 0;
    padding: 0 2px;
    resize: none;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    color: inherit;
  }

._inputSizer_13kqw_1176 span {
    padding: 0.25em;
  }

._inputSizer_13kqw_1176::after {
    content: attr(data-value);
    white-space: pre-wrap;
  }
:root, ._light_1tncs_1, ._light-theme_1tncs_1 {
  --blue-1: #fbfdff;
  --blue-2: #f4faff;
  --blue-3: #e6f4fe;
  --blue-4: #d5efff;
  --blue-5: #c2e5ff;
  --blue-6: #acd8fc;
  --blue-7: #8ec8f6;
  --blue-8: #5eb1ef;
  --blue-9: #0090ff;
  --blue-10: #0588f0;
  --blue-11: #0d74ce;
  --blue-12: #113264;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, ._light_1tncs_1, ._light-theme_1tncs_1 {
      --blue-1: color(display-p3 0.986 0.992 0.999);
      --blue-2: color(display-p3 0.96 0.979 0.998);
      --blue-3: color(display-p3 0.912 0.956 0.991);
      --blue-4: color(display-p3 0.853 0.932 1);
      --blue-5: color(display-p3 0.788 0.894 0.998);
      --blue-6: color(display-p3 0.709 0.843 0.976);
      --blue-7: color(display-p3 0.606 0.777 0.947);
      --blue-8: color(display-p3 0.451 0.688 0.917);
      --blue-9: color(display-p3 0.247 0.556 0.969);
      --blue-10: color(display-p3 0.234 0.523 0.912);
      --blue-11: color(display-p3 0.15 0.44 0.84);
      --blue-12: color(display-p3 0.102 0.193 0.379);
    }
  }
}

._dark_1tncs_1, ._dark-theme_1tncs_1 {
  --blue-1: #0d1520;
  --blue-2: #111927;
  --blue-3: #0d2847;
  --blue-4: #003362;
  --blue-5: #004074;
  --blue-6: #104d87;
  --blue-7: #205d9e;
  --blue-8: #2870bd;
  --blue-9: #0090ff;
  --blue-10: #3b9eff;
  --blue-11: #70b8ff;
  --blue-12: #c2e6ff;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    ._dark_1tncs_1, ._dark-theme_1tncs_1 {
      --blue-1: color(display-p3 0.057 0.081 0.122);
      --blue-2: color(display-p3 0.072 0.098 0.147);
      --blue-3: color(display-p3 0.078 0.154 0.27);
      --blue-4: color(display-p3 0.033 0.197 0.37);
      --blue-5: color(display-p3 0.08 0.245 0.441);
      --blue-6: color(display-p3 0.14 0.298 0.511);
      --blue-7: color(display-p3 0.195 0.361 0.6);
      --blue-8: color(display-p3 0.239 0.434 0.72);
      --blue-9: color(display-p3 0.247 0.556 0.969);
      --blue-10: color(display-p3 0.344 0.612 0.973);
      --blue-11: color(display-p3 0.49 0.72 1);
      --blue-12: color(display-p3 0.788 0.898 0.99);
    }
  }
}

:root, ._light_1tncs_1, ._light-theme_1tncs_1 {
  --slate-1: #fcfcfd;
  --slate-2: #f9f9fb;
  --slate-3: #f0f0f3;
  --slate-4: #e8e8ec;
  --slate-5: #e0e1e6;
  --slate-6: #d9d9e0;
  --slate-7: #cdced6;
  --slate-8: #b9bbc6;
  --slate-9: #8b8d98;
  --slate-10: #80838d;
  --slate-11: #60646c;
  --slate-12: #1c2024;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, ._light_1tncs_1, ._light-theme_1tncs_1 {
      --slate-1: color(display-p3 0.988 0.988 0.992);
      --slate-2: color(display-p3 0.976 0.976 0.984);
      --slate-3: color(display-p3 0.94 0.941 0.953);
      --slate-4: color(display-p3 0.908 0.909 0.925);
      --slate-5: color(display-p3 0.88 0.881 0.901);
      --slate-6: color(display-p3 0.85 0.852 0.876);
      --slate-7: color(display-p3 0.805 0.808 0.838);
      --slate-8: color(display-p3 0.727 0.733 0.773);
      --slate-9: color(display-p3 0.547 0.553 0.592);
      --slate-10: color(display-p3 0.503 0.512 0.549);
      --slate-11: color(display-p3 0.379 0.392 0.421);
      --slate-12: color(display-p3 0.113 0.125 0.14);
    }
  }
}

._dark_1tncs_1, ._dark-theme_1tncs_1 {
  --slate-1: #111113;
  --slate-2: #18191b;
  --slate-3: #212225;
  --slate-4: #272a2d;
  --slate-5: #2e3135;
  --slate-6: #363a3f;
  --slate-7: #43484e;
  --slate-8: #5a6169;
  --slate-9: #696e77;
  --slate-10: #777b84;
  --slate-11: #b0b4ba;
  --slate-12: #edeef0;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    ._dark_1tncs_1, ._dark-theme_1tncs_1 {
      --slate-1: color(display-p3 0.067 0.067 0.074);
      --slate-2: color(display-p3 0.095 0.098 0.105);
      --slate-3: color(display-p3 0.13 0.135 0.145);
      --slate-4: color(display-p3 0.156 0.163 0.176);
      --slate-5: color(display-p3 0.183 0.191 0.206);
      --slate-6: color(display-p3 0.215 0.226 0.244);
      --slate-7: color(display-p3 0.265 0.28 0.302);
      --slate-8: color(display-p3 0.357 0.381 0.409);
      --slate-9: color(display-p3 0.415 0.431 0.463);
      --slate-10: color(display-p3 0.469 0.483 0.514);
      --slate-11: color(display-p3 0.692 0.704 0.728);
      --slate-12: color(display-p3 0.93 0.933 0.94);
    }
  }
}

:root, ._light_1tncs_1, ._light-theme_1tncs_1 {
  --grass-1: #fbfefb;
  --grass-2: #f5fbf5;
  --grass-3: #e9f6e9;
  --grass-4: #daf1db;
  --grass-5: #c9e8ca;
  --grass-6: #b2ddb5;
  --grass-7: #94ce9a;
  --grass-8: #65ba74;
  --grass-9: #46a758;
  --grass-10: #3e9b4f;
  --grass-11: #2a7e3b;
  --grass-12: #203c25;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, ._light_1tncs_1, ._light-theme_1tncs_1 {
      --grass-1: color(display-p3 0.986 0.996 0.985);
      --grass-2: color(display-p3 0.966 0.983 0.964);
      --grass-3: color(display-p3 0.923 0.965 0.917);
      --grass-4: color(display-p3 0.872 0.94 0.865);
      --grass-5: color(display-p3 0.811 0.908 0.802);
      --grass-6: color(display-p3 0.733 0.864 0.724);
      --grass-7: color(display-p3 0.628 0.803 0.622);
      --grass-8: color(display-p3 0.477 0.72 0.482);
      --grass-9: color(display-p3 0.38 0.647 0.378);
      --grass-10: color(display-p3 0.344 0.598 0.342);
      --grass-11: color(display-p3 0.263 0.488 0.261);
      --grass-12: color(display-p3 0.151 0.233 0.153);
    }
  }
}

:root, ._light_1tncs_1, ._light-theme_1tncs_1 {
  --cyan-1: #fafdfe;
  --cyan-2: #f2fafb;
  --cyan-3: #def7f9;
  --cyan-4: #caf1f6;
  --cyan-5: #b5e9f0;
  --cyan-6: #9ddde7;
  --cyan-7: #7dcedc;
  --cyan-8: #3db9cf;
  --cyan-9: #00a2c7;
  --cyan-10: #0797b9;
  --cyan-11: #107d98;
  --cyan-12: #0d3c48;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, ._light_1tncs_1, ._light-theme_1tncs_1 {
      --cyan-1: color(display-p3 0.982 0.992 0.996);
      --cyan-2: color(display-p3 0.955 0.981 0.984);
      --cyan-3: color(display-p3 0.888 0.965 0.975);
      --cyan-4: color(display-p3 0.821 0.941 0.959);
      --cyan-5: color(display-p3 0.751 0.907 0.935);
      --cyan-6: color(display-p3 0.671 0.862 0.9);
      --cyan-7: color(display-p3 0.564 0.8 0.854);
      --cyan-8: color(display-p3 0.388 0.715 0.798);
      --cyan-9: color(display-p3 0.282 0.627 0.765);
      --cyan-10: color(display-p3 0.264 0.583 0.71);
      --cyan-11: color(display-p3 0.08 0.48 0.63);
      --cyan-12: color(display-p3 0.108 0.232 0.277);
    }
  }
}

:root, ._light_1tncs_1, ._light-theme_1tncs_1 {
  --amber-1: #fefdfb;
  --amber-2: #fefbe9;
  --amber-3: #fff7c2;
  --amber-4: #ffee9c;
  --amber-5: #fbe577;
  --amber-6: #f3d673;
  --amber-7: #e9c162;
  --amber-8: #e2a336;
  --amber-9: #ffc53d;
  --amber-10: #ffba18;
  --amber-11: #ab6400;
  --amber-12: #4f3422;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, ._light_1tncs_1, ._light-theme_1tncs_1 {
      --amber-1: color(display-p3 0.995 0.992 0.985);
      --amber-2: color(display-p3 0.994 0.986 0.921);
      --amber-3: color(display-p3 0.994 0.969 0.782);
      --amber-4: color(display-p3 0.989 0.937 0.65);
      --amber-5: color(display-p3 0.97 0.902 0.527);
      --amber-6: color(display-p3 0.936 0.844 0.506);
      --amber-7: color(display-p3 0.89 0.762 0.443);
      --amber-8: color(display-p3 0.85 0.65 0.3);
      --amber-9: color(display-p3 1 0.77 0.26);
      --amber-10: color(display-p3 0.959 0.741 0.274);
      --amber-11: color(display-p3 0.64 0.4 0);
      --amber-12: color(display-p3 0.294 0.208 0.145);
    }
  }
}

:root, ._light_1tncs_1, ._light-theme_1tncs_1 {
  --red-1: #fffcfc;
  --red-2: #fff7f7;
  --red-3: #feebec;
  --red-4: #ffdbdc;
  --red-5: #ffcdce;
  --red-6: #fdbdbe;
  --red-7: #f4a9aa;
  --red-8: #eb8e90;
  --red-9: #e5484d;
  --red-10: #dc3e42;
  --red-11: #ce2c31;
  --red-12: #641723;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root, ._light_1tncs_1, ._light-theme_1tncs_1 {
      --red-1: color(display-p3 0.998 0.989 0.988);
      --red-2: color(display-p3 0.995 0.971 0.971);
      --red-3: color(display-p3 0.985 0.925 0.925);
      --red-4: color(display-p3 0.999 0.866 0.866);
      --red-5: color(display-p3 0.984 0.812 0.811);
      --red-6: color(display-p3 0.955 0.751 0.749);
      --red-7: color(display-p3 0.915 0.675 0.672);
      --red-8: color(display-p3 0.872 0.575 0.572);
      --red-9: color(display-p3 0.83 0.329 0.324);
      --red-10: color(display-p3 0.798 0.294 0.285);
      --red-11: color(display-p3 0.744 0.234 0.222);
      --red-12: color(display-p3 0.36 0.115 0.143);
    }
  }
}

._bold_1tncs_10 {
  font-weight: bold;
}

._italic_1tncs_14 {
  font-style: italic;
}

._underline_1tncs_18 {
  text-decoration: underline;
}

._bold_1tncs_10 {
  font-weight: 700;
}

._italic_1tncs_14 {
  font-style: italic;
}

._underline_1tncs_18 {
  text-decoration: underline
}

._strikethrough_1tncs_34 {
  text-decoration: line-through
}

._underlineStrikethrough_1tncs_38 {
  text-decoration: underline line-through
}

._subscript_1tncs_42 {
  font-size: .8em;
  vertical-align: sub !important
}

._superscript_1tncs_47 {
  font-size: .8em;
  vertical-align: super
}

._code_1tncs_52 {
  background-color: var(--baseBg);
  padding: 1px .25rem;
  font-family: var(--font-mono);
  font-size: 94%
}

._nestedListItem_1tncs_59 {
  list-style: none;
  list-style-type: none;
}

._nestedListItem_1tncs_59:before, ._nestedListItem_1tncs_59:after {
  display: none;
}

._listitem_1tncs_69 {
  margin: var(--spacing-2) 0;
}

._listItemChecked_1tncs_73, ._listItemUnchecked_1tncs_74 {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-inline-start: -1rem;
  padding-left: var(--spacing-6);
  padding-right: var(--spacing-6);
  list-style-type: none;
  outline: none;
}

._listItemChecked_1tncs_73 {
  text-decoration: line-through;
}

._listItemUnchecked_1tncs_74:before, ._listItemChecked_1tncs_73:before {
  content: '';
  width: var(--spacing-4);
  height: var(--spacing-4);
  top: 0;
  left: 0;
  cursor: pointer;
  display: block;
  background-size: cover;
  position: absolute;
}

._listItemUnchecked_1tncs_74[dir='rtl']:before, ._listItemChecked_1tncs_73[dir='rtl']:before {
  left: auto;
  right: 0;
}

._listItemUnchecked_1tncs_74:focus:before, ._listItemChecked_1tncs_73:focus:before {
  box-shadow: 0 0 0 2px var(--accentBgActive);
  border-radius: var(--radius-small);
}

._listItemUnchecked_1tncs_74:before {
  border: 1px solid var(--baseBorder);
  border-radius: var(--radius-small);
}

._listItemChecked_1tncs_73:before {
  border: 1px solid var(--accentBorder);
  border-radius: var(--radius-small);
  background-color: var(--accentSolid);
  background-repeat: no-repeat;
}

._listItemChecked_1tncs_73:after {
  content: '';
  cursor: pointer;
  border-color: var(--baseBase);
  border-style: solid;
  position: absolute;
  display: block;
  top: var(--spacing-0_5);
  width: var(--spacing-1);
  left: var(--spacing-1_5);
  right: var(--spacing-1_5);
  height: var(--spacing-2);
  transform: rotate(45deg);
  border-width: 0 var(--spacing-0_5) var(--spacing-0_5) 0;
}

._nestedListItem_1tncs_59 {
  list-style-type: none;
}

._nestedListItem_1tncs_59:before, ._nestedListItem_1tncs_59:after {
  display: none;
}

._admonitionDanger_1tncs_151, ._admonitionInfo_1tncs_152, ._admonitionNote_1tncs_153, ._admonitionTip_1tncs_154, ._admonitionCaution_1tncs_155 {
  padding: var(--spacing-2);
  margin-top: var(--spacing-2);
  margin-bottom: var(--spacing-2);
  border-left: 3px solid var(--admonitionBorder);
  background-color: var(--admonitionBg);
}

._admonitionInfo_1tncs_152 {
  --admonitionBorder: var(--admonitionInfoBorder);
  --admonitionBg: var(--admonitionInfoBg);
}

._admonitionTip_1tncs_154 {
  --admonitionBorder: var(--admonitionTipBorder);
  --admonitionBg: var(--admonitionTipBg);
}

._admonitionCaution_1tncs_155 {
  --admonitionBorder: var(--admonitionCautionBorder);
  --admonitionBg: var(--admonitionCautionBg);
}

._admonitionDanger_1tncs_151 {
  --admonitionBorder: var(--admonitionDangerBorder);
  --admonitionBg: var(--admonitionDangerBg);
}

._admonitionNote_1tncs_153 {
  --admonitionBorder: var(--admonitionNoteBorder);
  --admonitionBg: var(--admonitionNoteBg);
}

._mdxExpression_1tncs_188 {
  font-family: var(--font-mono);
  font-size: 84%;
  color: var(--accentText);
}

._mdxExpression_1tncs_188 input:focus-visible {
    outline: none;
  }
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
._editorRoot_1xgxv_37 div {
  z-index: 3 !important;
}
.n-markdown-input {
  position: relative;
  width: 100%;
}
.n-markdown-input .form-label {
  color: #545454;
  padding-left: 0.75rem;
  position: absolute;
  top: -0.75rem;
  left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
  background-color: white;
  padding: 0;
}
.n-markdown-input .inner-container {
  border-radius: 4px;
  min-height: 93px;
  width: 100%;
  max-height: 30rem;
  overflow-y: auto;
}
.n-markdown-input .inner-container--error {
  border: 1px solid #ff5630 !important;
}
.n-markdown-input .inner-container .mdxeditor {
  border: 1px solid #bebebe;
  border-radius: 4px !important;
}
.n-markdown-input .inner-container ._readOnlyToolbarRoot_1xgxv_166 {
  background-color: transparent;
}
.n-markdown-input .inner-container .mdxeditor-toolbar {
  background-color: #f0f0f0;
}
.n-markdown-input.read-only .inner-container {
  padding-top: 1rem;
  border: none !important;
}
.n-markdown-input.read-only .inner-container .mdxeditor {
  border: none;
  max-height: 16rem;
  overflow-y: auto;
}
.n-markdown-input.read-only .inner-container ._contentEditable_13kqw_352 {
  padding-top: 0;
}
.n-markdown-input.read-only .inner-container .form-value {
  height: unset !important;
}
.n-markdown-input.read-only .inner-container .mdxeditor-toolbar {
  display: none !important;
}
.error-message {
  font-size: 0.875rem;
  color: #ff5630;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-certificate-input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.n-certificate-input .n-checkbox-input {
  margin-left: 0;
}
.n-certificate-input .textarea .form-control {
  min-height: 6rem;
}
.n-certificate-input .error-message {
  font-size: 0.875rem;
  color: #ff5630 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-container-footer {
  border-top: 0.0625rem solid #f0f0f0;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-container-header {
  background-color: #fff;
  color: #2b2b2b;
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  border-bottom: 0.0625rem #f0f0f0 solid;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  display: flex;
  gap: 0.5rem;
  min-height: 3.75rem;
  overflow: hidden !important;
}
.n-container-header .top,
.n-container-header .bottom {
  display: flex;
  flex-direction: row;
  display: flex;
  gap: 0.75rem;
}
.n-container-header .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.n-container-header .image-container .avatar.small {
  height: 2.75rem;
  width: 2.75rem;
}
.n-container-header .image-container .avatar.small .icon {
  font-size: 1.5rem;
}
.n-container-header .image-container .avatar.small.borderless {
  border: none;
}
.n-container-header .title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.25rem;
}
.n-container-header .title-container .title {
  font-size: 1rem;
  margin: 0;
  color: #2b2b2b;
  font-weight: 700;
  white-space: normal;
}
.n-container-header .toggle-container {
  position: absolute;
  right: 0.625rem;
  top: 0.5rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.n-container-header .toggle-container .icon {
  color: #898989;
}
.n-container-header.hero .title-container .title {
  font-size: 1.375rem;
}
.n-container-header .top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 0.75rem;
}
@media (max-width: 575.98px) {
  .n-container-header:not(.is-open) .avatar-container {
    display: none;
  }
  .n-container-header .top-right {
    gap: 0.25rem;
  }
}
.n-container-header.is-collapsible:hover {
  background-color: #f8f8f8;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.avatar {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  border: 0.0625rem solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}
.avatar .icon {
  color: #898989;
  font-size: 2.5rem;
}
.avatar__image {
  border-radius: 50%;
  width: 100%;
}
.avatar.square {
  border-radius: 0.125rem;
}
.avatar.square .avatar__image {
  border-radius: 0.125rem;
}.n-container-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  min-height: 2.25rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-styled-data-icon .n-icon-styled-data {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.n-styled-data-badge .n-badge-styled-data {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.n-styled-data-text .n-text-styled-data span,
.n-styled-data-title .n-text-styled-data span {
  display: block;
  max-width: inherit;
  width: inherit;
  min-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-styled-data-currency .n-currency-styled-data.bold .price {
  font-weight: 700;
}
.n-styled-data-currency .n-currency-styled-data.bold .incl-vat-price {
  font-weight: 600;
}
.n-styled-data-action .btn-action.primary {
  background-color: #414ff5 !important;
}
.n-styled-data-action .btn-action.primary .icon {
  color: #fff !important;
}
.n-styled-data-action .btn-action.primary:hover {
  background-color: #0026c1 !important;
}
.n-styled-data-iconImage .avatar {
  width: 2.25rem !important;
  height: 2.25rem !important;
}
.n-styled-data-iconImage .icon {
  font-size: 1.75rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #282e7c;
  opacity: 75%;
  z-index: 11;
}
.n-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 24rem;
  max-width: 32rem;
  width: fit-content;
  height: fit-content;
  z-index: 12;
}
.n-modal .n-modal-container {
  background-color: #fff;
  box-shadow: 0 0 0.625rem 0 rgba(0, 10, 18, 0.25);
}
.n-modal .n-container-header {
  background-color: #fff;
}
.n-modal .n-container-header .avatar {
  height: 2.75rem;
  width: 2.75rem;
  background-color: #fff;
  border: none;
}
.n-modal .n-container-header .avatar .icon {
  color: #2b2b2b;
  font-size: 2rem;
}
.n-modal .n-container-header .btn-action,
.n-modal .n-container-header .icon {
  background-color: #fff;
}
.n-modal .n-container-content {
  height: fit-content;
  background-color: #fff;
  padding: 1rem;
  overflow: auto;
  max-height: 70vh !important;
}
.n-modal .n-container-footer {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 1rem;
}
.n-modal .n-container-footer .btn {
  width: 8.125rem;
}
.n-modal.danger .n-container-header,
.n-modal.danger .avatar,
.n-modal.danger .avatar .icon,
.n-modal.danger .title {
  background-color: #ff5630 !important;
  color: #fff;
}
.n-modal.danger .n-container-header .btn-action {
  background-color: #ff5630 !important;
  color: #fff;
}
.n-modal.danger .n-container-header .btn-action .icon {
  background-color: transparent;
  color: #fff !important;
}
.n-modal.danger .n-container-header .btn-action:hover {
  background-color: #c41a00 !important;
}
.n-modal.danger .n-container-header .btn-action:hover .icon {
  background-color: transparent !important;
}
.n-modal.default .n-container-header,
.n-modal.default .avatar,
.n-modal.default .avatar .icon,
.n-modal.default .title {
  background-color: #fff !important;
  color: #2b2b2b;
}
.n-modal.default .n-container-header .btn-action,
.n-modal.default .n-container-header .btn-action:hover,
.n-modal.default .n-container-header .icon {
  background-color: #fff !important;
  color: #2b2b2b;
}
@media (max-width: 575.98px) {
  .n-modal {
    height: 100%;
    width: 100%;
    min-width: unset;
    max-width: 100%;
    display: flex;
  }
  .n-modal .click-outside-wrapper {
    width: 100%;
    height: 100%;
  }
  .n-modal .n-modal-container {
    max-width: unset !important;
    width: 100% !important;
  }
  .n-modal .n-container-header {
    height: 3.8125rem;
  }
  .n-modal .n-container-content {
    height: calc(100% - 3.8125rem);
    padding: 1rem 1.25rem;
    max-height: unset !important;
  }
  .n-modal.has-footer .n-container-content {
    height: calc(100% - 8.8125rem) !important;
  }
  .n-modal.has-footer .n-container-footer {
    height: 5rem;
    padding: 1rem 1.25rem;
    justify-content: space-between;
  }
  .n-modal.has-footer .n-container-footer .btn {
    width: 100%;
    min-width: unset;
  }
}.n-container-dropdown {
  cursor: pointer;
}
.n-container-dropdown .dropdown-trigger {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.n-container-dropdown.disabled {
  cursor: unset;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.divider {
  padding: 0.75rem 0;
  position: relative;
}
.divider .title {
  position: relative;
  font-weight: 700;
  z-index: 2 !important;
  padding: 0 0.75rem;
}
.divider .divider-line-container {
  position: relative;
  z-index: 1 !important;
}
.divider .divider-line-container .divider-line {
  position: absolute;
  border-bottom: 1px #f0f0f0 solid;
  width: 100%;
  top: 0.8rem;
}
.divider .icon {
  position: absolute;
  top: 0.1rem;
  right: 0;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.textarea {
  position: relative;
}
.textarea .form-label {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  z-index: 5;
  pointer-events: none;
  color: #545454;
}
.textarea .form-label .text {
  background: #fff;
  font-size: 0.75rem;
  transform: translate(-5%, -110%);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.textarea .input-group--error + .form-label {
  top: -1.375rem;
}
.textarea .input-group--error + .form-label .text {
  color: #ff5630;
}
.textarea--focused .form-label .text {
  color: #414ff5;
}
.textarea * --focused .form-label .text {
  color: #414ff5;
}
.textarea.is-invalid .form-label .text {
  color: #ff5630 !important;
}
.textarea .error-message {
  font-size: 0.875rem;
  color: #ff5630;
}.n-modal-translations {
  max-width: 64em !important;
}
.n-modal-translations .n-container-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.n-modal-translations .n-container-content .text-translation-input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.n-modal-translations .n-container-content .text-translation-input.textarea {
  gap: 0rem;
}
.n-modal-translations .n-translations-table {
  display: flex;
  gap: 1em;
}
.n-modal-translations .n-translations-table.textarea {
  gap: 0;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .n-modal-translations .n-translations-table {
    flex-direction: column;
  }
}.n-number-input {
  display: flex;
  flex-direction: row;
  width: 100% !important;
}
.n-number-input .text-input {
  width: 100%;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-spinner {
  margin: 0 auto;
  text-align: center;
}
.n-spinner #spinner-circle {
  position: relative;
  animation: spinner-circle 1.8s linear infinite;
}
@keyframes spinner-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.autocomplete {
  position: relative;
}
.autocomplete .form-control {
  display: flex;
}
.autocomplete .form-control input {
  flex-grow: 1;
}
.autocomplete .autocomplete__items {
  background-color: #fff;
  position: absolute;
  top: 3.125rem;
  width: 100%;
  box-shadow: 0px 0.0625rem 0.125rem 0 rgba(37, 49, 55, 0.3);
  z-index: 10;
}
.autocomplete .autocomplete__items .spinner-border {
  margin: 0 auto;
}
.autocomplete .autocomplete__items.autocomplete__items--no-items {
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete .autocomplete__items .autocomplete__item {
  padding: 0.9375rem;
}
.autocomplete .autocomplete__items .autocomplete__item:hover, .autocomplete .autocomplete__items .autocomplete__item--selected {
  background-color: #d8edff;
  color: #414ff5;
  cursor: pointer;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.boolean-input .form-label {
  font-size: 0.75rem;
  font-weight: 600;
}
.boolean-input__inputs {
  display: flex;
  flex-direction: row;
}
.boolean-input__inputs .n-checkbox-input:first-child {
  margin-right: 1.25rem;
}
.boolean-input.input-group--error .error-message {
  font-size: 0.875rem;
  color: #ff5630 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.date-period-expanded .n-container-dropdown {
  position: relative;
}
.date-period-expanded .n-container-dropdown .dropdown-trigger .text-input {
  width: 100% !important;
}
.date-period-expanded .n-container-dropdown .dropdown-content {
  background-color: #fff;
  position: absolute;
  top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  z-index: 6;
}
.date-period-expanded .n-container-dropdown .divider {
  position: relative;
}
.date-period-expanded .n-container-dropdown .divider hr {
  margin: 0.5rem;
}
.date-period-expanded .n-container-dropdown .divider span {
  padding: 0 0.75rem;
  position: absolute;
  top: -4px;
  background-color: #fff;
}/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-phone-input {
  position: relative;
}
.n-phone-input .label {
  display: flex;
  align-items: center;
  position: absolute;
  top: -0.5rem;
  left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #545454;
  background-color: white !important;
  z-index: 2;
}
.n-phone-input .PhoneInputCountry {
  border: 1px solid #bebebe;
  border-radius: 0.125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin: 0;
  padding: 0 0.5rem;
}
.n-phone-input .PhoneInputCountry .PhoneInputCountryIcon {
  border: none !important;
}
.n-phone-input input {
  outline: none;
  height: 44px;
  padding: 10xp 12px;
  background-color: #f8f8f8;
  border: 1px solid #bebebe;
  border-radius: 0.125rem;
}
.n-phone-input input:focus {
  background-color: #fff;
}
.n-phone-input.error .PhoneInputCountry {
  border-color: #ff5630;
}
.n-phone-input.error .label {
  color: #ff5630;
}
.n-phone-input.error input {
  border-color: #ff5630 !important;
  color: #ff5630 !important;
}
.text-container {
  padding: 1rem;
  max-width: 16rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-subtract-add-component {
  display: flex;
  flex-direction: row;
}
.n-subtract-add-component .button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #545454;
  background-color: #fff;
  border: 0.0625rem solid #bebebe;
  font-size: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
}
.n-subtract-add-component .button:hover {
  background-color: #f0f0f0;
}
.n-subtract-add-component .subtract {
  text-align: center;
  color: #545454;
  border-radius: 0.125rem 0rem 0rem 0.125rem;
  border-right: 0rem;
}
.n-subtract-add-component .add {
  border-left: 0;
  border-radius: 0 0.125rem 0.125rem 0;
}
.n-subtract-add-component .number-input {
  text-align: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0rem;
  border: 0.0625rem solid #bebebe;
  font-size: 1.25rem;
  font-weight: 600;
}
.n-subtract-add-component .number-input:focus {
  outline: none;
  background-color: #f8f8f8;
}
.n-subtract-add-component .number-input:hover {
  background-color: #f0f0f0;
}
.n-subtract-add-component .add {
  color: #545454;
  border-radius: 0rem 0.125rem 0.125rem 0px;
  border-left: 0rem;
}
.n-subtract-add-component.typing-disabled .number-input {
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-form-menu {
  display: flex;
  gap: 12px;
  justify-content: center;
  width: 100% !important;
  max-width: 48.75rem;
}
.n-form-menu .inner-container {
  max-width: 48.75rem;
  width: 100% !important;
  display: flex;
  flex-direction: row;
}
.n-form-menu .inner-container .btn {
  width: 100%;
  justify-content: center;
}
.n-form-menu .inner-container .btn.btn-action {
  width: 2.75rem;
  height: 2.75rem;
}
.n-form-menu .inner-container .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.n-form-menu .inner-container .left .btn {
  max-width: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  margin-left: 0.25rem;
}
.n-form-menu .inner-container .right {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  width: 100% !important;
  min-height: 47px;
}
.n-form-menu .inner-container.has-delete {
  justify-content: space-between;
}
@media (min-width: 576px) {
  .n-form-menu .inner-container {
    width: unset;
  }
  .n-form-menu .inner-container .btn {
    width: 8.125rem;
  }
  .n-form-menu .inner-container .btn-danger {
    width: unset;
  }
  .n-form-menu .inner-container .right {
    width: unset;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.otp-input {
  width: fit-content;
}
.otp-input-inputs {
  display: grid;
  flex-direction: row;
  grid-template-columns: auto;
  grid-auto-flow: column;
  gap: 0.75rem;
  align-items: center;
}
.otp-input-inputs input {
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  font-size: 1.25rem;
}
.otp-input-inputs.error input {
  border-color: #ff5630;
}
.otp-input .form-label {
  font-size: 0.875rem;
}
.otp-input .error-message {
  font-size: 0.875rem;
  color: #ff5630;
}.blur-container {
  position: relative;
}
.blur-container--toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.blur-container--toggle .icon {
  font-size: 3rem;
  color: white;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.login-section {
  z-index: 5;
  border-radius: 0.125rem;
  filter: drop-shadow(0 0.25rem 0.375rem rgba(43, 43, 43, 0.35));
  max-width: 22rem;
  width: 100%;
  background-color: #fff;
  padding: 1.25rem 1rem;
}
.login-section h2 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
}
.login-section .form-label {
  margin-bottom: 1.25rem;
  width: 100%;
}
.login-section .alert {
  margin-bottom: 0;
}
.login-section .back-btn {
  width: 100%;
}
.login-section .action .btn {
  width: 100%;
}
.login-section .action .btn-secondary:not(.filled) {
  background-color: unset;
  border: none;
}
.login-section .action .btn-secondary:not(.filled):hover {
  background-color: #f0f0f0;
}
.login-section .sub-text {
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.login-section .sub-text.small {
  font-size: 14px;
  display: block;
}
.login-section .qr-code {
  display: flex;
  justify-content: center;
  margin: 2rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-page-section {
  max-width: 48.75rem;
  width: 100%;
}
.n-page-section-form,
.n-page-section .n-card-button {
  box-shadow: 0px 0.0625rem 0.125rem 0 rgba(37, 49, 55, 0.3);
  border: 0.0625rem solid #f0f0f0;
  background: #fff;
  border-radius: 0.125rem;
}
.n-page-section-form .page-section-content {
  padding: 1.125rem 1.25rem 1.25rem 1.25rem;
}
.n-page-section-form .page-section-content .element-container .MuiGrid-root .MuiGrid-item {
  max-width: 100% !important;
}
.n-page-section-form .page-section-content .form-value div:not(.badges, .n-badge) {
  width: 100%;
}
.n-page-section-form .page-section-content .form-value .form-action {
  width: unset;
}
.n-page-section-form .n-container-header .avatar {
  border: none;
}
.n-page-section-form .n-container-header .avatar .icon {
  color: #545454;
}
.n-page-section-form .n-container-footer {
  padding: 1.25rem 1rem;
}
.n-page-section-form.form-section .page-section-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.n-page-section-form.form-section .page-section-content .n-form-field-read .form-label {
  padding-left: 12px;
}
.n-page-section-form.form-section .page-section-content .n-form-field-read .form-value .value {
  width: 100% !important;
}
.n-page-section-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .n-page-section-cards {
    flex-direction: column;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-chip {
  gap: 0.25rem;
  background-color: #fff;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 1rem;
  color: #545454;
  cursor: pointer;
  width: fit-content;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.n-chip .chip-content {
  max-height: 2rem !important;
  height: 2rem;
  display: flex;
  flex-direction: row;
  padding: 0.25rem 0.75rem 0.25rem 1.25rem;
  align-items: center;
}
.n-chip .chip-content .icon {
  display: none !important;
  color: #414ff5 !important;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-chip.selected {
  background-color: #d8edff;
  color: #0026c1;
  border: 0.0625rem solid #d8edff;
}
.n-chip.selected .chip-content .icon {
  color: #0026c1 !important;
}
.n-chip.selected:hover {
  background-color: #414ff5;
  color: #fff;
  border: 0.0625rem solid #414ff5;
}
.n-chip.selected:hover .chip-content .icon {
  color: #fff !important;
}
.n-chip:hover {
  background-color: #d8edff;
  color: #0026c1;
  border: 0.0625rem solid #d8edff;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-chip.danger.selected {
  background-color: #ffd8c9 !important;
  color: #c41a00 !important;
  border-color: #ffd8c9 !important;
}
.n-chip.danger.selected .chip-content .icon {
  color: #c41a00 !important;
}
.n-chip.danger.selected:hover {
  background-color: #ff5630 !important;
  color: #fff !important;
  border-color: #ff5630 !important;
}
.n-chip.danger.selected:hover .chip-content .icon {
  color: #fff !important;
}
.n-chip.danger:hover {
  background-color: #ffd8c9;
  color: #c41a00;
  border-color: #ffd8c9;
}
.n-chip.warning.selected {
  background-color: #ffebaa !important;
  color: #916500 !important;
  border-color: #ffebaa !important;
}
.n-chip.warning.selected .chip-content .icon {
  color: #916500 !important;
}
.n-chip.warning.selected:hover {
  background-color: #ffc200 !important;
  color: #fff !important;
  border-color: #ffc200 !important;
}
.n-chip.warning.selected:hover .chip-content .icon {
  color: #fff !important;
}
.n-chip.warning:hover {
  background-color: #ffebaa;
  color: #916500;
  border-color: #ffebaa;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-chip-filter {
  position: relative;
}
.n-chip-filter.is-collapsible .inner-container .header {
  cursor: pointer;
}
.n-chip-filter.is-collapsible .inner-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.n-chip-filter.is-collapsible .inner-container .header {
  display: flex;
  align-items: center;
}
.n-chip-filter.is-collapsible .description {
  padding-left: 0.75rem;
  font-size: 0.75rem;
}
.n-chip-filter.is-collapsible .label {
  font-weight: 600;
  font-size: 0.75rem;
}
.n-chip-filter.is-collapsible .chip-container.hide {
  display: none;
}
.n-chip-filter.is-collapsible .chip-container .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.75rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-filter-menu {
  position: relative;
}
.n-filter-menu.show-always {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 1rem;
}
.n-filter-menu.show-always .filter {
  max-width: unset;
}
.filter-trigger {
  display: flex;
  gap: 0.75rem;
  padding-bottom: 1rem;
  align-items: center;
}
.filter-trigger .n-filter {
  padding: 0.75rem;
  padding-left: 0;
}
.filter-trigger .n-filter .filter {
  width: 40rem;
}
.filter-dropdown {
  z-index: 9;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(37, 49, 55, 0.35);
  background-color: white;
  position: absolute;
  transform: translateY(-0.5rem);
}
.filter-dropdown .n-filter {
  padding: 1rem;
}
.filter-dropdown .n-filter:not(:last-child) {
  padding-bottom: 0.5rem;
}
.filter-dropdown .n-filter .filter {
  width: 40rem;
}
.filter-dropdown.hidden {
  display: none;
}
@media (max-width: 575.98px) {
  .filter-trigger {
    flex-direction: column-reverse;
    padding: 0 0 1rem 0;
    width: 100%;
  }
  .filter-trigger .n-filter {
    padding: 0 !important;
    width: 100%;
  }
  .filter-trigger .n-filter .filter {
    width: 100%;
    max-width: unset;
  }
  .filter-trigger .filter-toggle {
    width: 100%;
  }
  .filter-dropdown {
    width: 100%;
  }
  .filter-dropdown .n-filter {
    width: 100%;
  }
  .filter-dropdown .n-filter .filter {
    max-width: unset;
    width: 100%;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-organisation {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
}
.n-list-item-card-organisation .banner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  width: 100%;
  height: 6.25rem;
  z-index: 0;
}
.n-list-item-card-organisation .content {
  z-index: 1;
}
.n-list-item-card-organisation .content.header {
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  margin-top: 5.5rem;
}
.n-list-item-card-organisation .content.header .avatar {
  position: absolute;
  top: -2.5rem;
  right: 0px;
}
.n-list-item-card-organisation .content.header .titles .title {
  margin: 0.25rem 0;
}
.n-list-item-card-organisation .content.header .badges {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 8px;
  overflow: hidden;
}
.n-list-item-card-organisation .content.actions .action-menu {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
.n-list-item-card-organisation .content.actions .action-menu .btn-action {
  padding: 0.5rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-person {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
}
.n-list-item-card-person .banner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  width: 100%;
  height: 2.875rem;
  z-index: 0;
}
.n-list-item-card-person .content {
  z-index: 1;
}
.n-list-item-card-person .content.header {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.n-list-item-card-person .content.header .title {
  margin: 0.25rem 0;
}
.n-list-item-card-person .content.actions .action-menu .btn-action {
  padding: 0.5rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-asset {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 7.5rem !important;
}
.n-list-item-card-asset .banner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  width: 100%;
  height: 2.875rem;
  z-index: 0;
}
.n-list-item-card-asset .content {
  z-index: 1;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  text-overflow: ellipsis;
  max-width: 2rem;
}
.n-list-item-card-asset .content .title h2 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 224px;
}
.n-list-item-card-asset .content p {
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 224px;
}
.n-list-item-card-asset .content .badgers {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.n-list-item-card-asset .content .badgers span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-visit {
  position: relative;
}
.n-list-item-card-visit .content {
  padding: 0.5rem 0.75rem;
}
.n-list-item-card-visit .content .badges {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.n-list-item-card-visit .content .badges .sequence {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
}
.n-list-item-card-visit .content .action-menu {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.n-list-item-card-visit .content .action-menu .status-button.start .icon {
  color: #4acb6d;
}
.n-list-item-card-visit .content .action-menu .status-button.end .icon {
  color: #ff5630;
}
.n-list-item-card-visit .content.visitor {
  height: 8.5rem;
}
.n-list-item-card-visit .content.contact {
  height: 6.5rem;
  background-color: #f8f8f8;
}
.n-list-item-card-visit .titles .title,
.n-list-item-card-visit .titles .subtitle {
  font-size: 0.875rem;
  margin: 0;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-incident {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  gap: 0.5rem;
}
.n-list-item-card-incident .top {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.n-list-item-card-incident .top .header {
  display: flex;
  flex-direction: column;
}
.n-list-item-card-incident .top .header .titles {
  display: flex;
  flex-direction: column;
  height: fit-content;
  justify-content: center;
}
.n-list-item-card-incident .top .header .title {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
.n-list-item-card-incident .top .header .main-title,
.n-list-item-card-incident .top .header .sub-title {
  margin: 0;
}
.n-list-item-card-incident .top .header .main-title {
  font-weight: bold;
}
.n-list-item-card-incident .top .header .title-icons {
  right: 0.75rem;
  position: absolute;
  display: flex;
  flex-direction: column;
}
.n-list-item-card-incident .top .creation-data {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
}
.n-list-item-card-incident .top .creation-data .values {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
}
.n-list-item-card-incident .top .creation-data .values .timestamp {
  font-weight: bold;
}
.n-list-item-card-incident .top .creation-data .values .reporter {
  width: fit-content;
  font-style: italic;
}
.n-list-item-card-incident .top .creation-data .values .reporter .reporter-name {
  text-decoration: underline;
}
.n-list-item-card-incident .top .creation-data .values .reporter .reporter-name:hover {
  background-color: #d8edff;
  color: #414ff5;
}
.n-list-item-card-incident .top .badges {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding-top: 0.75rem;
}
.n-list-item-card-incident .bottom {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.n-list-item-card-incident .bottom .icon-badges {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.n-list-item-card-incident .bottom .icon-badges span {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
}
.n-list-item-card-incident .action-menu {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.n-list-item-card-incident .action-menu .status.pending .icon {
  color: #414ff5;
}
.n-list-item-card-incident .action-menu .n-tag-input .tag-items {
  right: -0.75rem;
  top: 3.25rem;
  width: 15rem !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 7.5rem !important;
}
.n-list-item-card-info .content {
  padding: 0.75rem 0.75rem 1rem 0.75rem;
}
.n-list-item-card-info .content.header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.125rem;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding-bottom: 0.75rem;
  min-height: 2.125rem;
}
.n-list-item-card-info .content.header .titles .title {
  margin: 0.25rem 0;
}
.n-list-item-card-info .content.header .open-info-button {
  background-color: #fff !important;
  border: 1px solid #f0f0f0;
}
.n-list-item-card-info .content.header .open-info-button .icon {
  color: #898989;
}
.n-list-item-card-info .content.header .open-info-button:hover {
  background-color: #d8edff !important;
}
.n-list-item-card-info .content.body {
  position: relative;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  height: 100%;
}
.n-list-item-card-info .content.body .badges {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.n-list-item-card-info .content.body .open-info-button {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background-color: #fff !important;
  border: 1px solid #f0f0f0;
}
.n-list-item-card-info .content.body .open-info-button .icon {
  color: #545454;
}
.n-list-item-card-info .content.body .open-info-button:hover {
  background-color: #d8edff !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-tag {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 7.5rem !important;
}
.n-list-item-card-tag .content {
  padding: 0.75rem 0.75rem 1rem 0.75rem;
}
.n-list-item-card-tag .content.header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.125rem;
  border: 1px solid #f0f0f0;
  padding-bottom: 0.75rem;
  min-height: 2.125rem;
}
.n-list-item-card-tag .content.header .titles {
  max-width: 100%;
}
.n-list-item-card-tag .content.header .titles .title {
  margin: 0.25rem 0;
  overflow: hidden !important;
}
.n-list-item-card-tag .content.body {
  padding: 0 0.5rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.n-list-item-card-tag .content.body .icon {
  width: fit-content;
  height: fit-content;
  font-size: 3rem;
  color: #f0f0f0;
}
.n-list-item-card-tag .content.body .avatar {
  width: 4rem;
  height: 4rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-installation {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0.75rem 1rem 0.75rem;
}
.n-list-item-card-installation .banner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  width: 100%;
  height: 4rem;
  z-index: 0;
}
.n-list-item-card-installation .header {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
}
.n-list-item-card-installation .header .title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.n-list-item-card-installation .header .subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.n-list-item-card-installation .header .badges {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
}
.n-list-item-card-installation .header .badges span {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-list-item-card-catering-product {
  max-height: 26.25rem;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  gap: 0.5625rem;
  width: 100% !important;
  max-width: 15rem;
}
.n-list-item-card-catering-product:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.n-list-item-card-catering-product .image {
  display: flex;
  justify-content: center;
  width: 12.5rem;
  height: 12.5rem;
}
.n-list-item-card-catering-product .image img {
  border-radius: 0.125rem;
  width: 100%;
}
.n-list-item-card-catering-product .image .no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12.5rem;
  background-color: #f8f8f8;
}
.n-list-item-card-catering-product .image .no-image .icon {
  font-size: 5rem;
  color: #bebebe;
}
.n-list-item-card-catering-product .title {
  width: 12.5rem;
}
.n-list-item-card-catering-product .title h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.n-list-item-card-catering-product .title.long-title h2 {
  font-size: 1rem !important;
}
.n-list-item-card-catering-product .subtitle {
  height: 1.375rem;
}
.n-list-item-card-catering-product .subtitle p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #545454;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.n-list-item-card-catering-product .subtitle.long-title p {
  font-size: 1rem !important;
}
.n-list-item-card-catering-product .description {
  white-space: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.n-list-item-card-catering-product .badges {
  display: flex;
  flex-direction: row;
  width: 12.5rem;
  overflow: hidden;
  gap: 0.625rem;
}
.n-list-item-card-catering-product .prices {
  display: flex;
  flex-direction: column;
}
.n-list-item-card-catering-product .prices .price {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
  margin: 0;
}
.n-list-item-card-catering-product .prices .incl-vat-price {
  font-weight: 600;
  font-size: 0.75rem;
}
.n-list-item-card-catering-product .action-components {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.n-list-item-card-catering-product .action-components .btn-add-to-cart {
  height: 2.75rem;
  width: 2.75rem;
  background-color: #4acb6d !important;
  border-radius: 0.125rem !important;
}
.n-list-item-card-catering-product .action-components .btn-add-to-cart:hover {
  background-color: #007c34 !important;
  cursor: pointer;
}
.n-list-item-card-catering-product .action-components .btn-add-to-cart .icon {
  color: #fff !important;
}
.n-list-item-card-catering-product.admin-card footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.n-list-item-card-catering-product.admin-card footer .icon.enabled {
  color: #4acb6d;
}
.n-list-item-card-catering-product.admin-card footer .icon.disabled {
  color: #ff5630;
}
@media (max-width: 575.98px) {
  .n-list-item-card-catering-product {
    max-height: unset;
    height: unset;
    max-width: unset;
  }
  .n-list-item-card-catering-product .image {
    width: 100%;
    padding-bottom: 100%;
    display: unset;
  }
  .n-list-item-card-catering-product .image img {
    max-width: 100% !important;
    width: 100% !important;
  }
  .n-list-item-card-catering-product .image .no-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
  }
  .n-list-item-card-catering-product .image .no-image .icon {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
  }
}
.n-list-item-card-catering-product.selected {
  border: 2px solid #414ff5 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list-item {
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  width: 100% !important;
  height: 15rem;
}
@media (min-width: 576px) {
  .list-item {
    max-width: 15rem;
  }
}
.list-item:hover {
  cursor: pointer;
}
.list-item .content .titles .title,
.list-item .content .titles .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .content .titles .title {
  font-weight: bold;
}
.list-item .content .titles .subtitle {
  font-size: 0.75rem !important;
}
.list-item.n-list-item-card-test {
  display: flex;
  padding: 1rem;
}
.list-item.n-list-item-card-test .content {
  display: flex;
  flex-direction: column;
}
.list-item.selected {
  border: 2px solid #414ff5 !important;
}

.n-list-item-card-catering-order {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}
.n-list-item-card-catering-order .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.n-list-item-card-catering-order .header .titles .title,
.n-list-item-card-catering-order .header .titles .subtitle {
  margin: 0;
  white-space: nowrap;
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-list-item-card-catering-order .header .titles .title {
  font-weight: bold;
}
.n-list-item-card-catering-order .header .titles .subtitle {
  font-size: 0.75rem;
}
.n-list-item-card-catering-order .header .status-button .btn-action {
  height: 2.75rem;
  width: 2.75rem;
  border: 0.0625rem solid #f0f0f0;
}
.n-list-item-card-catering-order .header .status-button .tag-items {
  width: unset;
  max-height: unset;
}
.n-list-item-card-catering-order .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.n-list-item-card-catering-order .content .left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}
.n-list-item-card-catering-order .content .left .date {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-weight: bold;
  font-size: 0.875rem;
}
.n-list-item-card-catering-order .content .left .location {
  gap: 0.75rem;
  display: flex;
  align-items: center;
}
.n-list-item-card-catering-order .content .left .location .location-badge {
  display: unset;
  white-space: nowrap;
  max-width: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-list-item-card-catering-order .content .left .location .location-badge .span {
  max-width: 7.5rem;
}
.n-list-item-card-catering-order .content .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
.n-list-item-card-catering-order .content .right .btn-action {
  border: 0.0625rem solid #f0f0f0;
  height: 2.75rem;
  width: 2.75rem;
}
.n-list-item-card-catering-order:hover {
  cursor: default !important;
}
.n-list-item-card-catering-order.clickable:hover {
  cursor: pointer !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-list-item-card-invite {
  height: 120px;
}
.n-list-item-card-invite .header {
  display: flex;
  align-items: center;
  height: 2rem;
  border: 1px solid #f0f0f0;
  font-weight: 700;
}
.n-list-item-card-invite .header span {
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.75rem;
}
.n-list-item-card-invite .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-list-item-card-orderline {
  height: 15rem;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  gap: 0.5625rem;
  width: 100% !important;
  max-width: 15rem;
  border: 1px solid #f0f0f0;
  justify-content: space-between;
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
}
.n-list-item-card-orderline .top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.n-list-item-card-orderline .bottom {
  display: flex;
}
.n-list-item-card-orderline .bottom .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
}
.n-list-item-card-orderline .bottom .right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.n-list-item-card-orderline .title {
  width: 12.5rem;
}
.n-list-item-card-orderline .title h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.n-list-item-card-orderline .title.long-title h2 {
  font-size: 1rem !important;
}
.n-list-item-card-orderline .total-price {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000;
  margin: 0;
}
.n-list-item-card-orderline .price {
  font-weight: 700;
}
.n-list-item-card-orderline .incl-vat-price {
  font-weight: 600;
  font-size: 0.75rem;
}
.n-list-item-card-orderline .prices {
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .n-list-item-card-orderline {
    max-height: unset;
    height: unset;
    max-width: unset;
  }
}
.n-list-item-card-orderline.selected {
  border: 2px solid #414ff5 !important;
}.empty-state {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.empty-state .icon-container {
  margin-bottom: 2.3125rem;
  height: 10rem;
}
.empty-state .icon-container svg {
  height: 100%;
  width: 100%;
}
.empty-state .description {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}.list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .list {
    gap: 1.25rem;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.list__pagination {
  width: 100%;
  margin: 2.5rem 1.25rem;
  display: flex;
  justify-content: center;
  margin: 2.5rem 1.25rem 5rem 1.25rem !important;
}
.list__pagination .list-pagination__inner {
  display: flex;
  gap: 0.5rem;
}
.list__pagination .pagination__divider {
  display: flex;
  align-items: flex-end;
  line-height: 2;
}
.list__pagination .btn-pagination {
  border-radius: 0.125rem !important;
}
.list__pagination .btn-pagination--active {
  background-color: #414ff5 !important;
  color: #fff;
}
.list__pagination .btn-pagination--next:hover, .list__pagination .btn-pagination--previous:hover, .list__pagination .btn-pagination--active:hover {
  background-color: #d8edff !important;
}
.list__pagination .btn-pagination--next:hover .icon, .list__pagination .btn-pagination--previous:hover .icon, .list__pagination .btn-pagination--active:hover .icon {
  color: #414ff5;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-list-style-toggle {
  display: flex;
  padding: 0rem 0 1rem 0;
  gap: 1.5rem;
}
.n-list-style-toggle .toggle-rows.active,
.n-list-style-toggle .toggle-cards.active {
  background-color: #d8edff !important;
}
.n-list-style-toggle .toggle-rows.active .icon,
.n-list-style-toggle .toggle-cards.active .icon {
  color: #414ff5 !important;
}
.n-list-style-toggle .toggle-rows:hover,
.n-list-style-toggle .toggle-cards:hover {
  background-color: #d8edff !important;
}
.n-list-style-toggle .toggle-rows:hover .icon,
.n-list-style-toggle .toggle-cards:hover .icon {
  color: #414ff5 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-card-button {
  box-shadow: 0px 0.0625rem 0.125rem 0 rgba(37, 49, 55, 0.3);
  border: 0.0625rem solid #f0f0f0;
  background: #fff;
  border-radius: 0.125rem;
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
  padding: 20px;
  color: #2b2b2b;
  text-decoration: none;
}
.n-card-button-header {
  display: flex;
  align-items: center;
}
.n-card-button-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  height: fit-content;
}
.n-card-button-text {
  margin-top: 14px;
  font-size: 12px;
  width: 100%;
}
.n-card-button-icon {
  margin-right: 10px;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.installation-section-container {
  display: flex;
  justify-content: center;
  padding: 0 2rem 2rem 2rem;
}
.installation-section-container .n-installation-actions-section .page-section-content div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.0625rem;
}
.installation-section-container .n-installation-actions-section .page-section-content div .alarm-action {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 1rem);
  gap: 0.75rem;
}
.installation-section-container .n-installation-actions-section .page-section-content div .alarm-action .btn {
  background-color: #ffc200 !important;
  width: 2.75rem;
  height: 2.75rem;
  gap: 0.5rem;
}
.installation-section-container .n-installation-actions-section .page-section-content div .alarm-action .btn:hover {
  background-color: #eab200 !important;
}
@media (max-width: 575.98px) {
  .installation-section-container {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .installation-section-container .n-installation-actions-section .page-section-content div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .installation-section-container .n-installation-actions-section .page-section-content div .alarm-action {
    flex: 1;
    gap: 0.75rem;
  }
  .installation-section-container .n-installation-actions-section .page-section-content div .alarm-action .alarm-action-button {
    width: 100% !important;
  }
  .installation-section-container .n-installation-actions-section .page-section-content div .alarm-action .alarm-action-text {
    display: none;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-product-page {
  display: flex;
  flex-direction: row;
  gap: 3.5rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(43, 43, 43, 0.25);
  border-radius: 0.125rem;
  min-width: fit-content;
  max-width: 60rem !important;
  min-height: fit-content !important;
  padding: 4rem;
}
.n-product-page .product-image {
  max-width: 27.5rem;
  max-height: 27.5rem;
  width: 27.5rem;
  height: 27.5rem;
  border-radius: 0.125rem;
}
.n-product-page .product-image.has-image {
  height: auto;
  display: flex;
}
.n-product-page .product-image.has-image img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.n-product-page .product-image:not(.has-image) {
  position: relative;
  background-color: #f8f8f8;
}
.n-product-page .product-image:not(.has-image) .icon {
  position: absolute;
  top: calc(50% - 3.125rem);
  left: calc(50% - 3.125rem);
  color: #bebebe !important;
  font-size: 6.25rem;
}
.n-product-page .product-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 25rem;
  width: 25rem;
  gap: 1rem;
}
.n-product-page .product-details .top {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.n-product-page .product-details .top .titles {
  display: flex;
  flex-direction: column;
}
.n-product-page .product-details .top .titles .title,
.n-product-page .product-details .top .titles .subtitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.25rem;
}
.n-product-page .product-details .top .titles .subtitle {
  color: #545454;
}
.n-product-page .product-details .top .categories-container .categories,
.n-product-page .product-details .top .categories-container .allergens,
.n-product-page .product-details .top .allergens-container .categories,
.n-product-page .product-details .top .allergens-container .allergens {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.n-product-page .product-details .top .allergens-container .label {
  font-size: 0.75rem;
  font-weight: 600;
}
.n-product-page .product-details .top .allergens-container .allergen-noimage {
  border: 1px solid #bebebe;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
}
.n-product-page .product-details .top .allergens-container .avatar {
  width: 2.75rem;
  height: 2.75rem;
}
.n-product-page .product-details .top .description {
  font-size: 1rem;
  white-space: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 30rem;
  overflow-y: auto;
}
.n-product-page .product-details .top .description .n-markdown-input .form-label {
  display: none;
}
.n-product-page .product-details .top .description .n-markdown-input .inner-container {
  border: none;
}
.n-product-page .product-details .top .description .n-markdown-input .mdxeditor-toolbar {
  display: none;
}
.n-product-page .product-details .top .description .n-markdown-input div[class^=_contentEditable],
.n-product-page .product-details .top .description .n-markdown-input div[class*=" _contentEditable"] {
  padding: 0;
}
.n-product-page .product-details .bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.n-product-page .product-details .bottom .price-amount {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.n-product-page .product-details .bottom .price-amount .prices {
  display: flex;
  flex-direction: column;
}
.n-product-page .product-details .bottom .price-amount .prices .price {
  width: 100%;
  max-width: 18.75rem;
  text-align: left;
  font-weight: 700;
  font-size: 1.625rem;
  overflow: hidden;
}
.n-product-page .product-details .bottom .price-amount .prices .incl-vat-price {
  font-weight: 600;
}
.n-product-page .product-details .bottom .btn {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 0.125rem !important;
  background-color: #4acb6d !important;
}
.n-product-page .product-details .bottom .btn .icon {
  color: #fff !important;
}
@media (max-width: 1080px) {
  .n-product-page {
    flex-direction: column !important;
    gap: 2rem;
  }
  .n-product-page .product-details {
    max-width: 27.5rem;
    width: unset;
  }
  .n-product-page .product-details .top {
    gap: 0rem;
  }
}
@media (max-width: 575.98px) {
  .n-product-page {
    padding: 1.25rem;
    flex-direction: column !important;
    gap: 1.25rem;
    min-width: none;
    width: 100%;
    box-shadow: none;
  }
  .n-product-page .product-image {
    max-width: unset !important;
    max-height: unset;
    width: 100% !important;
    min-width: 100%;
    height: auto;
  }
  .n-product-page .product-image:not(.has-image) {
    padding-bottom: 100%;
  }
  .n-product-page .product-details {
    width: unset;
    max-width: unset;
    white-space: normal;
  }
  .n-product-page .product-details .top .titles .title,
  .n-product-page .product-details .top .titles .subtitle {
    white-space: normal;
  }
  .n-product-page .product-details .top .description {
    min-height: 5rem;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-shopping-cart-product {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  align-items: center;
  padding: 1.75rem 0;
}
.n-shopping-cart-product .inner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.n-shopping-cart-product .inner-container .image img {
  width: 6.25rem;
  height: 6.25rem;
}
.n-shopping-cart-product .inner-container .image .image-placeholder {
  position: relative;
  background-color: #f8f8f8;
  height: 6.25rem;
  width: 6.25rem;
}
.n-shopping-cart-product .inner-container .image .image-placeholder .icon {
  position: absolute;
  top: calc(50% - 1.25rem);
  left: calc(50% - 1.25rem);
  font-size: 2.5rem;
  color: #bebebe;
}
.n-shopping-cart-product .inner-container .inner-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.n-shopping-cart-product .inner-container .inner-left .titles {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.n-shopping-cart-product .inner-container .inner-left .titles .title {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 11.25rem;
}
.n-shopping-cart-product .inner-container .inner-left .titles .subtitle {
  color: #545454;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 11.25rem;
}
.n-shopping-cart-product .inner-right {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}
.n-shopping-cart-product .inner-right .delete {
  min-width: 0 !important;
  width: fit-content;
  padding-right: 1rem;
}
.n-shopping-cart-product .inner-right .price-total {
  max-width: 100%;
}
.n-shopping-cart-product .inner-right .price-total div {
  max-width: 7.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.n-shopping-cart-product .price,
.n-shopping-cart-product .price-total {
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 7.5rem;
}
.n-shopping-cart-product .incl-vat-price {
  font-size: 0.75rem;
  font-weight: 600;
}
.n-shopping-cart-product .cell-x1 {
  width: 100%;
  min-width: 3.75rem;
}
.n-shopping-cart-product .cell-x2 {
  width: 100%;
  min-width: 7.5rem;
}
.n-shopping-cart-product .cell-x3 {
  width: 100%;
  min-width: 11.25rem;
}
@media only screen and (max-width: 1350px) {
  .n-shopping-cart-product {
    border-radius: 0.125rem;
    padding: 1rem inherit;
    min-width: 370px;
    width: 100%;
  }
  .n-shopping-cart-product .inner-container {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
  }
  .n-shopping-cart-product .inner-container .inner-right {
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .n-shopping-cart-product .inner-container .inner-right .price-total {
    width: 100%;
    justify-content: center;
  }
  .n-shopping-cart-product .inner-container .image {
    display: none;
  }
  .n-shopping-cart-product .inner-container .inner-left {
    flex-direction: column;
    align-items: flex-start;
  }
  .n-shopping-cart-product .price-total {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .n-shopping-cart-product .inner-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 660px) {
  .n-shopping-cart-product {
    min-width: 0;
    width: 100% !important;
  }
  .n-shopping-cart-product .inner-container .inner-right .price-total {
    min-width: 0 !important;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-shopping-cart {
  display: flex;
  width: 100%;
  gap: 2rem;
}
.n-shopping-cart .shopping-cart-container {
  display: flex;
  flex-direction: column;
  padding: 0 1.65rem;
  border: #f0f0f0 solid 0.0625rem;
  border-radius: 0.125rem;
  height: fit-content;
}
.n-shopping-cart.empty {
  width: 100%;
}
.n-shopping-cart.empty .shopping-cart-container {
  width: 100%;
}
.n-shopping-cart.empty .shopping-cart-container .no-products {
  display: flex;
  flex-direction: column;
  padding: 1.65rem;
  align-items: center;
  width: 100%;
}
.n-shopping-cart.empty .shopping-cart-container .no-products .btn {
  width: 14.0625rem;
}
@media only screen and (max-width: 1350px) {
  .n-shopping-cart {
    width: 100%;
    gap: 1rem;
  }
  .n-shopping-cart:not(.empty) .shopping-cart-container {
    width: 100% !important;
    padding: 0;
    border: none;
    gap: 1rem;
  }
}
@media only screen and (max-width: 660px) {
  .n-shopping-cart {
    flex-direction: column;
    width: 100% !important;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-total-price-minimal {
  display: flex;
  flex-direction: column;
  padding: 1.65rem;
  font-weight: bold;
  gap: 1rem;
  border: #f0f0f0 solid 0.0625rem;
  border-radius: 0.125rem;
  height: fit-content;
}
.n-total-price-minimal .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.n-total-price-minimal .text .titles {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  color: #545454;
}
.n-total-price-minimal .text .titles .title {
  font-size: 1rem;
}
.n-total-price-minimal .text .titles .subtitle {
  font-size: 0.75rem;
}
.n-total-price-minimal .text .price-total {
  font-size: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 11.25rem;
}
.n-total-price-minimal .text .ex-vat-price-total {
  font-weight: 600;
}
.n-total-price-minimal .action-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.n-total-price-minimal .action-menu .btn {
  width: 11.25rem !important;
}
@media only screen and (max-width: 1350px) {
  .n-total-price-minimal {
    width: fit-content;
  }
}
@media only screen and (max-width: 660px) {
  .n-total-price-minimal {
    width: 100%;
  }
  .n-total-price-minimal .text {
    align-items: flex-end;
  }
  .n-total-price-minimal .action-menu {
    flex-direction: row-reverse;
  }
  .n-total-price-minimal .action-menu .btn {
    width: 100% !important;
  }
}
@media only screen and (max-width: 425px) {
  .n-total-price-minimal .action-menu {
    flex-direction: column;
  }
  .n-total-price-minimal .action-menu .btn {
    width: 100% !important;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-total-price-maximal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.n-total-price-maximal .vat-table {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-right: 0 !important;
}
.n-total-price-maximal .total-table {
  display: flex;
}
.n-total-price-maximal .total-table .vertical {
  display: flex;
  gap: 0.75rem;
}
.n-total-price-maximal .total-table .vertical .title {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-end;
}
.n-total-price-maximal .total-table .vertical .price {
  display: flex;
  justify-content: flex-end !important;
}
.n-total-price-maximal .total-table .vertical .total-sum {
  border-top: 1px solid #f0f0f0;
}
.n-total-price-maximal .vertical {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.n-total-price-maximal .vertical .title {
  font-weight: bold;
  font-size: 0.75rem;
}
@media only screen and (max-width: 800px) {
  .n-total-price-maximal {
    gap: 2rem;
  }
  .n-total-price-maximal .vertical {
    text-align: right;
  }
  .n-total-price-maximal .vat-table {
    padding-right: 1rem;
  }
  .n-total-price-maximal .vat-table {
    width: 100%;
    justify-content: flex-start;
  }
  .n-total-price-maximal .total-table {
    width: 100%;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 600px) {
  .n-total-price-maximal {
    flex-direction: column;
  }
  .n-total-price-maximal .vat-table {
    gap: 1rem !important;
  }
  .n-total-price-maximal .vat-table,
  .n-total-price-maximal .total-table {
    justify-content: flex-end;
  }
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.search-filter {
  max-width: 24.5625rem;
}
.search-filter:not(:focus) {
  background-color: #f8f8f8 !important;
  border-color: #f0f0f0 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
@keyframes gradient {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.background-container {
  position: relative;
  height: 100vh;
  width: 100vw;
  position: absolute;
  background: transparent;
}
.background-container .skewed-background {
  background: linear-gradient(90deg, #414ff5 0%, #417ef5 100%);
  background-size: 200% 200%;
  height: 100vh;
  width: 100vw;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 33.3125rem, 0 26.875rem);
  top: 0;
  z-index: 1;
}
.background-container .skewed-background.light {
  opacity: 0.3;
  background: transparent linear-gradient(250deg, #c8fcfc, #414ff5, #c8fcfc) no-repeat;
}
.background-container .skewed-background.animated {
  animation: gradient 25s ease infinite;
}
@media (max-width: 575.98px) {
  .background-container .skewed-background {
    clip-path: polygon(0 0, 100% 0, 100% 400px, 0 20.625rem);
  }
}
.background-container .hexagons-top,
.background-container .hexagons-bottom {
  position: absolute;
  right: 2rem;
}
@media (max-width: 575.98px) {
  .background-container .hexagons-top,
  .background-container .hexagons-bottom {
    right: unset;
    margin: 0 auto;
  }
}
.background-container .hexagons-top {
  z-index: 2;
  margin-top: 2rem;
  max-width: 48.75rem;
  width: 100%;
}
.background-container .hexagons-bottom {
  bottom: 2rem;
  max-width: 25rem;
  width: 100%;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.nav-container {
  height: 100%;
  position: absolute;
}
.nav-container .nav {
  width: 14.875rem;
  height: 100vh;
  background: rgb(249, 252, 255);
  box-shadow: inset -0.125rem 0 0.125rem 0 rgba(38, 50, 56, 0.15);
  display: none;
  position: relative;
  top: unset;
}
@media (min-width: 992px) {
  .nav-container .nav {
    top: 3.125rem;
    height: calc(100vh - 3.125rem);
  }
}
@media (max-width: 767.98px) {
  .nav-container .nav {
    box-shadow: 0 0 0.625rem 0 rgba(0, 10, 18, 0.25);
  }
}
.nav-container .nav.open {
  display: block;
  z-index: 10;
}
.nav-container .nav .n-nav-item .nav__link,
.nav-container .nav .n-nav-item .nav__title {
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  color: #282e7c;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  border-left: 0.125rem solid rgb(249, 252, 255);
}
.nav-container .nav .n-nav-item .nav__link .icon,
.nav-container .nav .n-nav-item .nav__title .icon {
  margin-right: 1.1875rem;
  color: #282e7c;
}
.nav-container .nav .n-nav-item .nav__link.alt,
.nav-container .nav .n-nav-item .nav__title.alt {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase !important;
}
.nav-container .nav .n-nav-item .nav__link:hover, .nav-container .nav .n-nav-item .nav__link:focus, .nav-container .nav .n-nav-item .nav__link.active {
  background-color: rgba(216, 237, 255, 0.5);
}
.nav-container .nav .n-nav-item .nav__link.active {
  border-left: 0.125rem solid #414ff5;
  color: #414ff5;
}
.nav-container .nav .n-nav-item .nav__link.active .icon {
  color: #414ff5;
}
.nav-container .nav .n-nav-item .sub-item {
  display: none;
}
.nav-container .nav .n-nav-item .sub-item .icon {
  color: transparent !important;
}
.nav-container .nav .n-nav-item .main-item.active ~ .sub-item {
  display: flex;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-toast {
  width: 100%;
  height: fit-content;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(37, 49, 55, 0.35);
  border-left: 0.5rem solid white;
}
.n-toast .header {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.25rem 0.25rem 0.75rem;
  font-weight: 600;
}
.n-toast .header .title {
  padding-top: 0.25rem;
}
.n-toast .header .btn-action .icon {
  color: #bebebe;
}
.n-toast .content {
  padding: 0.25rem 0.25rem 0.75rem 0.75rem;
  word-wrap: break-word;
}
.n-toast.danger {
  border-color: #ff5630;
}
.n-toast.warning {
  border-color: #ffc200;
}
.n-toast.success {
  border-color: #4acb6d;
}
.n-toast.info {
  border-color: #414ff5;
}.n-toast-container {
  position: fixed;
  right: 2rem;
  top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 16rem;
  max-height: 100vh;
  z-index: 13;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-update {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.125rem;
}
.n-update .update-toggle {
  background-color: transparent;
  border: none;
  text-align: unset;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.n-update .update-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 6.25rem;
  height: 6.25rem;
  width: 100%;
  overflow: hidden;
}
.n-update .update-content .update-overlay {
  position: absolute;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  height: 100%;
  width: 100%;
  z-index: 3;
}
.n-update .n-update-footer {
  display: none;
}
.n-update.open {
  background-color: #f8f8f8;
  border-radius: 0.125rem;
  border: 1px solid #f0f0f0;
}
.n-update.open .update-toggle {
  display: none;
}
.n-update.open .n-update-header.collapsible:hover {
  background-color: #f0f0f0 !important;
}
.n-update.open .update-content {
  height: 100%;
}
.n-update.open .update-content .n-update-attachments .label {
  background-color: #f8f8f8 !important;
}
.n-update.open .update-overlay {
  display: none;
}
.n-update.open:not(.isEditable) .update-content {
  height: 100%;
}
.n-update.open:not(.isEditable) .update-content .n-update-body:hover {
  background-color: #f0f0f0;
  border-radius: 0.125rem;
  cursor: pointer;
}
.n-update.open:not(.isEditable) .update-content .n-update-body:hover .label {
  background-color: #f0f0f0 !important;
}
.n-update.open .n-update-footer {
  display: inline;
}
.n-update.closed {
  border: 1px solid #f0f0f0;
}
.n-update.closed:hover .n-update-header {
  border-radius: 0.125rem;
  background-color: #f8f8f8;
}
.n-update.closed:hover .update-content .update-overlay {
  display: none !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-update-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0.5rem;
}
.n-update-header:hover {
  background-color: #f8f8f8 !important;
  border-radius: 0.125rem;
  cursor: pointer;
}
.n-update-header .left {
  display: flex;
  flex-direction: row;
}
.n-update-header .left .content-data {
  display: flex;
  flex-direction: column;
  width: 48px;
}
.n-update-header .left .content-data .attachments-amount {
  position: relative;
}
.n-update-header .left .content-data .attachments-amount .amount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 8px;
  width: 14px;
  height: 14px;
  font-size: 10px;
  background-color: #fff;
  padding: 2px;
  border-radius: 50%;
}
.n-update-header .left .content-data .update-type.success .icon {
  color: #4acb6d !important;
}
.n-update-header .left .content-data .update-type.secondary .icon {
  color: #898989 !important;
}
.n-update-header .left .creation-data {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.n-update-header .left .creation-data .timestamp {
  font-weight: 700;
}
.n-update-header .left .creation-data .reporter {
  text-decoration: underline;
  font-style: italic;
  width: fit-content;
  z-index: 2;
  cursor: pointer;
}
.n-update-header .left .creation-data .reporter:hover {
  background-color: #d8edff;
  color: #414ff5;
}
.n-update-header .left .creation-data .header-title {
  font-size: 1rem;
  font-weight: bold;
}
.n-update-header .right .header-toggle .btn:hover {
  background-color: #bebebe !important;
}
.n-update-header .right .header-toggle .btn:hover .icon {
  color: #545454 !important;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-update-footer {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-top: 1px solid #f0f0f0;
  display: flex !important;
  flex-direction: row !important;
}
.n-update-footer .delete-button .btn,
.n-update-footer .delete-button .icon {
  display: flex !important;
  gap: 0.5rem;
  background-color: transparent;
  border: none;
  color: #ff5630 !important;
}
.n-update-footer .delete-button .btn:hover {
  background-color: #ffd8c9 !important;
}
.n-update-footer .empty-space {
  height: 36px;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-update-attachments {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px #f0f0f0 solid;
  z-index: 1;
}
.n-update-attachments .label {
  font-size: 0.75rem;
  font-weight: 600;
  left: 0;
  color: #545454;
  background-color: #fff !important;
  z-index: 2;
}
.n-update-attachments .n-attachment {
  padding: 0.25rem;
  z-index: 2;
  cursor: pointer;
}
.n-update-attachments .n-attachment:hover {
  background-color: #f0f0f0;
}
.n-update-attachments .n-file-upload .alert {
  margin-bottom: 0;
}
.n-update-attachments .empty-state-text {
  font-style: italic;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-attachment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.75rem;
}
.n-attachment .btn-action {
  width: 2.75rem;
  height: 2.75rem;
}
.n-attachment .btn-action:hover {
  background-color: #ffd8c9 !important;
}
.n-attachment .btn-action:hover .icon {
  color: #ff5630 !important;
}.n-update-body {
  padding: 0.5rem;
  white-space: pre-wrap;
}
.n-update-body .n-markdown-input .form-label {
  display: none;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-attachment-input {
  overflow: hidden;
}
.n-attachment-input .label {
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 0.75rem;
  color: #545454;
  background-color: #fff !important;
  z-index: 2;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-data-table {
  width: 100%;
  padding: 0 0 1rem 0;
  min-height: 25rem;
  height: fit-content;
}
.n-data-table table {
  background-color: #fff;
  width: 100%;
}
.n-data-table table .spacer {
  height: 0.75rem;
}
.n-data-table table thead .n-header-row .n-column-header {
  height: 43px;
  padding: 1.25rem 0 1rem 0;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-tag-input .tag-items {
  width: max-content !important;
  overflow-y: auto !important;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .column-label {
  height: 2rem;
  display: flex;
  align-items: flex-start;
  transform: translate(0.5rem, -1.25rem);
  font-size: 0.75rem;
  font-weight: 600;
  color: #2b2b2b;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .column-filter {
  width: 100%;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-filter {
  font-weight: normal;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-filter .form-control {
  background-color: #fff;
  border-color: #d8edff;
  height: 2rem;
  display: flex;
  align-items: center;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-filter .form-control input {
  color: #2b2b2b;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-filter .form-control .form-label {
  font-size: 0.75rem;
  font-weight: 600;
  top: -0.7rem;
  left: -0.5rem;
  overflow: visible;
  z-index: 1;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-filter .form-control .form-label span {
  background-color: transparent;
  color: #2b2b2b;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-filter .form-control:hover {
  background-color: rgba(216, 237, 255, 0.4588235294);
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-filter .dropdown-content .form-control .form-label {
  top: -0.25rem;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-filter .dropdown-content .form-control .form-label span {
  background-color: #fff;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-orderer {
  position: relative;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-orderer .order-order {
  top: -0.25rem;
  right: -0.1rem;
  font-size: 0.625rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #2b2b2b !important;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-orderer .order-toggle {
  border: 0.0625rem solid #d8edff !important;
  border-radius: 0 !important;
  height: 2rem;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-orderer .order-toggle .icon {
  color: #414ff5 !important;
}
.n-data-table table thead .n-header-row .n-column-header .column-header-content .n-column-orderer .order-toggle:hover {
  background-color: rgba(216, 237, 255, 0.4588235294) !important;
}
.n-data-table table tbody {
  width: 100%;
}
.n-data-table table tbody .n-data-row {
  border-radius: 0.125rem;
  width: 100%;
}
.n-data-table table tbody .n-data-row.selected {
  border: 2px solid #414ff5;
}
.n-data-table table tbody .n-data-row .n-cell {
  border: 0.0625rem solid #f0f0f0;
  border-left: none;
  border-right: none;
  height: 2.75rem;
  padding: 0.25rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.n-data-table table tbody .n-data-row .n-cell .n-cell-content .cell-data {
  white-space: nowrap;
  font-size: 0.85rem;
}
.n-data-table table tbody .n-data-row .n-cell .n-cell-content.title .cell-data {
  font-weight: 700;
}
.n-data-table table tbody .n-data-row .n-cell .n-cell-content.linkText .cell-data {
  font-weight: bold;
  text-decoration: underline;
  color: #414ff5;
}
.n-data-table table tbody .n-data-row .n-cell .n-cell-content.badge .cell-data .n-badge {
  font-size: 0.75rem !important;
  padding: 0.75rem 0.25rem;
  border-radius: 0.125rem;
}
.n-data-table table tbody .n-data-row:hover {
  cursor: pointer;
  background-color: rgba(216, 237, 255, 0.4588235294);
}
.n-data-table table tbody .n-data-row:hover .n-cell {
  border-color: #d8edff;
}
.n-data-table table tbody .empty-state-container {
  display: flex;
}
.n-data-table table tbody .empty-state-container .empty-state {
  position: fixed;
  width: 75vw !important;
}
.n-data-table table .is-last-cell {
  width: 100% !important;
  max-width: 100% !important;
}
.n-data-table table .is-last-cell .column-header-content {
  max-width: 15rem;
}
.n-data-table .n-cell.tagInput {
  overflow: visible;
  overflow-x: visible !important;
}
.n-data-table .n-cell.tagInput .tag-items {
  transform: translateX(-9px);
  width: 13.75rem;
  overflow-x: auto;
  width: fit-content;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 1rem;
}
.breadcrumbs .crumb:after {
  content: ">";
  padding: auto;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.breadcrumbs .crumb:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #2b2b2b;
  text-decoration: none;
  font-size: 0.875rem;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-header {
  display: flex;
  padding: 0.4375rem 0.75rem;
  width: 100%;
  box-shadow: 0 0.125rem 0.125rem 0 rgba(38, 50, 56, 0.15);
  z-index: 3;
  height: 3.125rem;
}
.n-header .header-menu {
  display: flex;
  flex-direction: row;
  gap: 0.65rem;
}
.n-header .menu-button {
  margin-right: 0.75rem;
}
.n-header .logo-container {
  height: 100%;
  padding: 0.375rem 0.3125rem;
  border-radius: 0.125rem;
  cursor: pointer;
  margin-right: auto;
}
.n-header .logo-container:hover {
  background: #d8edff;
}
.n-header .logo-container svg {
  height: 100%;
}
.n-header .icon {
  color: #282e7c;
}
.n-header .dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  padding: 1.125rem;
  width: 12rem;
  text-align: center;
  box-shadow: 0 0.25rem 0.375rem 0 rgba(37, 49, 55, 0.35);
  border: none;
}
.n-header .dropdown .dropdown-menu .profile-button {
  margin-bottom: 1rem;
}
.n-header .dropdown .dropdown-menu .btn {
  width: 100%;
}
.n-header .dropdown .spacer {
  height: 1rem;
}

[data-bs-theme=dark] .n-header .icon {
  color: #fff;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.n-tag {
  border-radius: 0.125rem;
  font-weight: bold;
  width: fit-content;
  padding: 0.1875 0.25rem;
  font-size: 0.625rem;
}
.n-tag.success {
  background-color: #ccffd7;
  color: #007c34;
}
.n-tag.primary {
  background-color: #d8edff;
  color: #0026c1;
}
.n-tag.secondary {
  background-color: #f8f8f8;
  color: #bebebe;
}
.n-tag.tertiary {
  background-color: #ffebaa;
  color: #916500;
}.spacer {
  flex-grow: 1;
}@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/***********************
Bootstrap
************************/
.view__title h1 {
  font-weight: 700;
  font-size: 1.375rem;
}