@charset "UTF-8";
.sml_user_grant_visibility--no_access {
  border-color: red !important;
  color: red !important;
  font-weight: bolder !important;
}

.sml_user_grant_visibility--warning {
  border-color: orange !important;
  color: orange !important;
  font-weight: bolder !important;
}

.sml_user_grant_visibility--has_access {
  border-color: green !important;
  color: green !important;
  font-weight: bolder !important;
}

.portal-search__welcome, .portal-search__welcome-question, .suggested_searches_label {
  color: white;
}

.search-main-menu-content:before, .app-header-text, .app-header-console-btn, .app-header-console-btn:hover, .app-header-console-btn:focus {
  color: #0E122E;
}

.sb-portal__home-button--catalog .sb-portal__home-button__description, .generic-link__description, .generic-link__title, .portal-list__block_wrapper, .portal-list__actual_text_span {
  color: #0E122E !important;
}

.sb-portal__home-button__title {
  font-size: 18px !important;
  color: #75CDDB !important;
}

.sb-portal__home-button__description {
  font-size: 14px !important;
}

.button .portal-list__primary-button {
  color: yellow !important;
}

.sb-portal-catalog__item-title, .sb-portal-catalog__item-desc {
  color: #0E122E !important;
  font-size: 18px;
}

.sb-portal-catalog__item-title, .sb-portal-catalog__item-desc {
  color: #276c42;
}

.card-title.sb-knowledge-card-title, .sb-portal-catalog__categories-refine-counter, .menu-trigger, .sb-knowledge-card-footer, .card-text sb-knowledge-card-text {
  color: #0E122E !important;
}

.sb-knowledge__search input, .sb-portal-catalog__search input {
  border-color: #0E122E;
  background-color: white;
}

.sb-knowledge-page .tile-header h2, .sb-knowledge-page .tile-header .h2, .sb-portal-catalog__categories-refine-title {
  color: #0E122E !important;
}

.sb-knowledge-base-row .card-body.sb-knowledge-card-body {
  background-color: #0E122E !important;
  color: white !important;
}

.sb-knowledge-base-row .card-title.sb-knowledge-card-title {
  color: white !important;
}

app-root {
  max-width: 100%;
}

sb-portal-page .grid-wrapper::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.app-header-branding-content {
  width: 266px !important;
}

.app-header-content {
  background-color: white;
}

.search-main-menu input[type=search] {
  height: 50px !important;
}

.sb-portal::before {
  background-size: cover !important;
  background-position: left center !important;
}

.generic-link__wrapper {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.portal-default-search {
  color: white !important;
}

.suggested_searches {
  color: white !important;
  display: none;
}

.suggested_searches_entry {
  background-color: #0E122E !important;
  border-color: #0E122E !important;
}

.generic-link__wrapper:after {
  background-color: #75CDDB !important;
}

.generic-link__wrapper:after {
  background-color: #0E122E !important;
}

.portal-list__primary-button {
  background-color: #0E122E !important;
  border-color: #0E122E !important;
}

.portal-list__secondary-button {
  background-color: #75CDDB !important;
  border-color: #75CDDB !important;
  color: white !important;
}

.main-navigation ul {
  font-weight: 400;
}

.menu-application-item.is-current .menu-application-item-btn {
  background-color: #75CDDB !important;
}

.menu-application-item-btn {
  color: #fff !important;
}
.menu-application-item-btn:after {
  color: #fff !important;
}
.menu-application-item-btn.is-current {
  background-color: #75CDDB !important;
}

.menu-application-subgroup-btn {
  color: #fff !important;
}
.menu-application-subgroup-btn:after {
  color: #fff !important;
}

.menu-application-page-btn {
  color: #fff !important;
}
.menu-application-page-btn:after {
  color: #fff !important;
}
.menu-application-page-btn.is-current {
  background-color: #75CDDB !important;
}

.main-navigation-container {
  background-color: #0E122E !important;
}

.menu-application-item-btn.open {
  background-color: #75CDDB !important;
}
.menu-application-item-btn.open:after {
  color: #fff !important;
}

.menu-application-item-wrapper {
  border-left: 2px solid #75CDDB !important;
}

.menu-application-subgroup-wrapper {
  border-left: 2px solid #75CDDB !important;
}

/*
.form-container-coloured {
  padding: 8px 8px 0px 8px;
  border-radius: 10px;
  border: solid 4px white;
}
.form-container-coloured.container-color-light {
  background-color: #EEF3F8;
}
.form-container-coloured.container-color-bright {
  background-color: #f5f5f5;
}*/
.servicely-demo-search-results span.guardian-global-search-results {
  display: inline;
  vertical-align: top;
}

.ns-status-dot:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
  background: var(--text);
}

.ns-status-dot-green:before {
  background: var(--success-bright);
}

.ns-status-dot-amber:before {
  background: var(--warning-bright);
}

.ns-status-dot-red:before {
  background: var(--danger-bright);
}

@layer v1, v2, ng;
@layer v1 {
  /*
  All variables that might be used in portal dynamic component definitions as well as server side definitions */
  /*!
   * Bootstrap  v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  :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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: 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-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --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-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
  }

  [data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
  }

  *,
*::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);
  }

  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;
    color: var(--bs-highlight-color);
    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] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }

  /* 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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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;
    }
  }
  :root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  }

  .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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333333%;
  }

  .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.66666667%;
  }

  .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.33333333%;
    }

    .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.66666667%;
    }

    .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.33333333%;
    }

    .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.66666667%;
    }

    .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.33333333%;
    }

    .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.66666667%;
    }

    .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.33333333%;
    }

    .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.66666667%;
    }

    .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.33333333%;
    }

    .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.66666667%;
    }

    .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;
    }
  }
  .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }
  .table > tbody {
    vertical-align: inherit;
  }
  .table > thead {
    vertical-align: bottom;
  }

  .table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
  }

  .caption-top {
    caption-side: top;
  }

  .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
  }

  .table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
  }

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

  .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }

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

  .table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
  }

  .table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
  }

  .table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

  .table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

  .table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

  .table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

  .table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

  .table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

  .table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

  .table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

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

  @media (max-width: 575.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1399.98px) {
    .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  .form-label {
    margin-bottom: 0.5rem;
  }

  .col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }

  .col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
  }

  .col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
  }

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

  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    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: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
  }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
  }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
  }
  .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
  }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    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.375rem 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: var(--bs-border-radius-sm);
  }
  .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 + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
  }

  textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 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 + 1rem + calc(var(--bs-border-width) * 2));
  }

  .form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
  }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
  }
  .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
  }
  .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 + 1rem + 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.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    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 var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none;
    }
  }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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-secondary-bg);
  }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
  }

  .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
  }

  .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }

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

  .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: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    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: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .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: #0d6efd;
    border-color: #0d6efd;
    --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='%2386b7fe'/%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-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    appearance: none;
    background-color: transparent;
  }
  .form-range:focus {
    outline: 0;
  }
  .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .form-range::-moz-focus-outer {
    border: 0;
  }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
      transition: none;
    }
  }
  .form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
  }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
      transition: none;
    }
  }
  .form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
  }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range:disabled {
    pointer-events: none;
  }
  .form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
  }

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

  .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.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
  }

  .input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
  }

  .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: var(--bs-border-radius-sm);
  }

  .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-form-valid-color);
  }

  .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-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    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 + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }

  .was-validated .form-select:valid, .form-select.is-valid {
    border-color: var(--bs-form-valid-border-color);
  }
  .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='%23198754' 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.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    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 + 0.75rem));
  }

  .was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color);
  }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color);
  }
  .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-form-valid-color);
  }

  .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-form-invalid-color);
  }

  .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-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    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 + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }

  .was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
  }
  .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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    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 + 0.75rem));
  }

  .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
  }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
  }
  .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-form-invalid-color);
  }

  .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;
  }

  .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size:1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --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: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
  }

  .btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
  }

  .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
  }

  .btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
  }

  .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
  }

  .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
  }

  .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
  }

  .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
  }

  .btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
  }

  .btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
  }

  .btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
  }

  .btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
  }

  .btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
  }

  .btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
  }

  .btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
  }

  .btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --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: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
  }
  .btn-link:focus-visible {
    color: var(--bs-btn-color);
  }
  .btn-link:hover {
    color: var(--bs-btn-hover-color);
  }

  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size:1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }

  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size:0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }

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

  .collapse:not(.show) {
    display: none;
  }

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

  .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: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --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: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --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: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
  }

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

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

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

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

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

  .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
  }
  .btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
  }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

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

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

  .nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
  }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
  }
  .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }

  .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
  }

  .card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
  }

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

  .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
  }

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

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

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

  .card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  }

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

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

  .card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }

  .card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }

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

  .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='%23052c65'%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: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --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='%236ea8fe'%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='%236ea8fe'%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");
  }

  .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
  }

  .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  }
  .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
  }

  .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size:1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
  }

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

  .page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
  }
  .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
  }
  .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
  }

  .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size:1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
  }

  .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size:0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
  }

  .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size:0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
  }
  .badge:empty {
    display: none;
  }

  .btn .badge {
    position: relative;
    top: -1px;
  }

  .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: var(--bs-border-radius);
    --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-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
  }

  .alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
  }

  .alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
  }

  .alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
  }

  .alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
  }

  .alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
  }

  .alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
  }

  .alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
  }

  @keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  .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: #0d6efd;
    --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;
    }
  }

  .list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
  }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
  }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
  }

  .btn-close-white {
    filter: var(--bs-btn-close-white-filter);
  }

  [data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter);
  }

  .toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size:0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
  }
  .toast.showing {
    opacity: 0;
  }
  .toast:not(.show) {
    display: none;
  }

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

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

  .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
  }

  .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: var(--bs-box-shadow-sm);
    --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) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.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) * .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) * .5);
  }

  @media (min-width: 576px) {
    .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: var(--bs-box-shadow);
    }

    .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;
    }
  }
  .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size:0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity);
  }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
  }
  .tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }

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

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

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

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

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

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

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

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

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

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

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

  .popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
  }

  .carousel {
    position: relative;
  }

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

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

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

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

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

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

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

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

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

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

  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

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

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
  }
  .carousel-dark .carousel-caption {
    color: #000;
  }

  [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
  }
  [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
    color: #000;
  }

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

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

  .spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
  }

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

  .spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
  }

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

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

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

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

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

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

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

  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .offcanvas-backdrop.fade {
    opacity: 0;
  }
  .offcanvas-backdrop.show {
    opacity: 0.5;
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  }

  .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
  }

  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
  }

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

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

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

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

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

  @keyframes placeholder-glow {
    50% {
      opacity: 0.2;
    }
  }
  .placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
  }

  @keyframes placeholder-wave {
    100% {
      mask-position: -200% 0%;
    }
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

  .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-secondary:hover, .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-success:hover, .link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-info:hover, .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-warning:hover, .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-light:hover, .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  }

  .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  }

  .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
  }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
      transition: none;
    }
  }

  .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  }

  .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: calc(3 / 4 * 100%);
  }

  .ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }

  .ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }

  .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) {
    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;
  }
  .visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !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: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
  }

  .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-inline-grid {
    display: inline-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: var(--bs-box-shadow) !important;
  }

  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }

  .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
  }

  .shadow-none {
    box-shadow: none !important;
  }

  .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  }

  .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-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-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 {
    border-width: 1px !important;
  }

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

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

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

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

  .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-emphasis) !important;
  }

  .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
  }

  .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
  }

  .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
  }

  .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
  }

  .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
  }

  .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
  }

  .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
  }

  .link-opacity-10 {
    --bs-link-opacity: 0.1;
  }

  .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
  }

  .link-opacity-25 {
    --bs-link-opacity: 0.25;
  }

  .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
  }

  .link-opacity-50 {
    --bs-link-opacity: 0.5;
  }

  .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
  }

  .link-opacity-75 {
    --bs-link-opacity: 0.75;
  }

  .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
  }

  .link-opacity-100 {
    --bs-link-opacity: 1;
  }

  .link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
  }

  .link-offset-1 {
    text-underline-offset: 0.125em !important;
  }

  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }

  .link-offset-2 {
    text-underline-offset: 0.25em !important;
  }

  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }

  .link-offset-3 {
    text-underline-offset: 0.375em !important;
  }

  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }

  .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
  }

  .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
  }

  .link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
  }

  .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
  }

  .link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
  }

  .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
  }

  .link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
  }

  .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
  }

  .link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
  }

  .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
  }

  .link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
  }

  .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
  }

  .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-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-xxl) !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-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !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-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !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-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !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-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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;
    }
  }
  /*!
   * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
  }

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

  .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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333333%;
  }

  .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.66666667%;
  }

  .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.33333333%;
    }

    .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.66666667%;
    }

    .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.33333333%;
    }

    .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.66666667%;
    }

    .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.33333333%;
    }

    .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.66666667%;
    }

    .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.33333333%;
    }

    .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.66666667%;
    }

    .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.33333333%;
    }

    .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.66666667%;
    }

    .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;
    }
  }
  .d-inline {
    display: inline !important;
  }

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

  .d-block {
    display: block !important;
  }

  .d-grid {
    display: grid !important;
  }

  .d-inline-grid {
    display: inline-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;
  }

  .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;
  }

  @media (min-width: 576px) {
    .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-inline-grid {
      display: inline-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;
    }
  }
  @media (min-width: 768px) {
    .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-inline-grid {
      display: inline-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;
    }
  }
  @media (min-width: 992px) {
    .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-inline-grid {
      display: inline-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;
    }
  }
  @media (min-width: 1200px) {
    .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-inline-grid {
      display: inline-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;
    }
  }
  @media (min-width: 1400px) {
    .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-inline-grid {
      display: inline-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;
    }
  }
  @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-inline-grid {
      display: inline-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;
    }
  }
  /*!
   * Bootstrap Reboot v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  :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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: 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-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --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-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
  }

  [data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
  }

  *,
*::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;
  }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
  }

  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;
    color: var(--bs-highlight-color);
    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] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }

  /* 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;
  }

  /*!
   * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  :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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: 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-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --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-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
  }

  [data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
  }

  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

  .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-secondary:hover, .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-success:hover, .link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-info:hover, .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-warning:hover, .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-light:hover, .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  }

  .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  }

  .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
  }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
      transition: none;
    }
  }

  .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  }

  .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: calc(3 / 4 * 100%);
  }

  .ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }

  .ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }

  .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) {
    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;
  }
  .visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !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: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
  }

  .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-inline-grid {
    display: inline-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: var(--bs-box-shadow) !important;
  }

  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }

  .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
  }

  .shadow-none {
    box-shadow: none !important;
  }

  .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  }

  .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  }

  .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-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-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 {
    border-width: 1px !important;
  }

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

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

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

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

  .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-emphasis) !important;
  }

  .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
  }

  .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
  }

  .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
  }

  .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
  }

  .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
  }

  .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
  }

  .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
  }

  .link-opacity-10 {
    --bs-link-opacity: 0.1;
  }

  .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
  }

  .link-opacity-25 {
    --bs-link-opacity: 0.25;
  }

  .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
  }

  .link-opacity-50 {
    --bs-link-opacity: 0.5;
  }

  .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
  }

  .link-opacity-75 {
    --bs-link-opacity: 0.75;
  }

  .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
  }

  .link-opacity-100 {
    --bs-link-opacity: 1;
  }

  .link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
  }

  .link-offset-1 {
    text-underline-offset: 0.125em !important;
  }

  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }

  .link-offset-2 {
    text-underline-offset: 0.25em !important;
  }

  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }

  .link-offset-3 {
    text-underline-offset: 0.375em !important;
  }

  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }

  .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  }

  .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }

  .link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
  }

  .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
  }

  .link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
  }

  .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
  }

  .link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
  }

  .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
  }

  .link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
  }

  .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
  }

  .link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
  }

  .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
  }

  .link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
  }

  .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
  }

  .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-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-xxl) !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-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !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-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !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-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !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-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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-inline-grid {
      display: inline-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;
  }

  html, body {
    height: 100%;
    font-size: 100%;
  }

  body {
    background: white;
    color: var(--text);
    cursor: auto;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
    padding: 0;
    position: relative;
  }

  a:hover {
    cursor: pointer;
  }

  img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }

  select {
    width: 100%;
  }

  .left {
    float: left !important;
  }

  .right {
    float: right !important;
  }

  .hide {
    display: none;
  }

  .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }

  button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transition: background-color 300ms ease-out;
  }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white;
    background-color: var(--primary-dark);
  }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff;
  }
  button.secondary, .button.secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
  }
  button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: white;
    background-color: var(--secondary-dark);
  }
  button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: #fff;
  }
  button.success, .button.success {
    background-color: #51C17C;
    border-color: #5ac483;
    color: #fff;
  }
  button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: white;
    background-color: #74cd96;
  }
  button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: #fff;
  }
  button.alert, .button.alert {
    background-color: #F9602C;
    border-color: #f96837;
    color: #fff;
  }
  button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: white;
    background-color: #fa8056;
  }
  button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: #fff;
  }
  button.info, .button.info {
    background-color: #3E8AD6;
    border-color: #4890d8;
    color: #fff;
  }
  button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
    color: white;
    background-color: #4890d8;
  }
  button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
    color: #fff;
  }
  button.small, .button.small {
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    font-size: 0.6875rem;
  }
  button.tiny, .button.tiny {
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    font-size: 0.6875rem;
  }
  button.expand, .button.expand {
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    width: 100%;
  }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
  }
  button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: white;
    background-color: var(--primary-dark);
  }
  button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: #fff;
  }
  button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: var(--primary);
  }
  button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
  }
  button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: white;
    background-color: var(--secondary-dark);
  }
  button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: #fff;
  }
  button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: var(--secondary);
  }
  button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #51C17C;
    border-color: #5ac483;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
  }
  button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: white;
    background-color: #74cd96;
  }
  button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: #fff;
  }
  button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #51C17C;
  }
  button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #F9602C;
    border-color: #f96837;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
  }
  button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: white;
    background-color: #fa8056;
  }
  button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: #fff;
  }
  button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #F9602C;
  }
  button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
    background-color: #3E8AD6;
    border-color: #4890d8;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
  }
  button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    color: white;
    background-color: #4890d8;
  }
  button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    color: #fff;
  }
  button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    background-color: #3E8AD6;
  }

  @media only screen and (min-width:40.0625em) {
    button, .button {
      display: inline-block;
    }
  }
  form {
    margin: 0;
  }

  label {
    color: var(--text);
    cursor: pointer;
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0.25rem;
  }

  input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
    appearance: none;
    border-radius: 0;
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    box-shadow: none;
    color: var(--text);
    display: block;
    font-family: inherit;
    font-size: 0.8125rem;
    height: 1.3125rem;
    margin: 0 0 0.375rem 0;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 100ms, border-color 100ms ease-in-out;
  }
  input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
    box-shadow: 0 0 5px #e2e7f0;
    background: var(--input-bg);
    border-color: var(--input-border);
    outline: none;
  }
  input:not([type]):disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
    background-color: var(--input-disabled-bg);
    cursor: not-allowed;
  }
  input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: var(--input-disabled-bg);
    cursor: not-allowed;
  }
  input:not([type]).radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
    border-radius: 0.25rem;
  }

  textarea {
    height: auto;
    min-height: 50px;
    border-radius: 4px;
    max-width: 100%;
    margin: 0;
  }

  input[type=submit] {
    appearance: none;
    border-radius: 0;
  }

  ::placeholder {
    color: #666666;
  }

  select {
    appearance: none !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    color: var(--text);
    font-family: inherit;
    line-height: normal;
    height: 1.3125rem;
    padding: 0.1875rem 0.9375rem 0.1875rem 0.3125rem;
    background-position-x: 85%;
    border-radius: 4px;
    margin-left: 3px;
    font-size: 13px;
    background-color: var(--input-bg);
    border-color: var(--input-border);
    outline: none;
    transition: box-shadow 300ms, border-color 300ms ease-in-out;
  }
  select[multiple] {
    height: auto;
  }
  select:focus {
    box-shadow: 0 0 5px #e2e7f0;
  }
  select:hover, select:focus, select:active {
    background-position-x: 85%;
    background-color: var(--input-bg);
    border-color: var(--input-border);
  }

  input[type=file],
input[type=checkbox],
input[type=radio],
select {
    margin: 0 0 0.375rem 0;
  }

  input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    margin-left: 0.1875rem;
    margin-right: 0.375rem;
    margin-bottom: 0;
    vertical-align: baseline;
  }

  input[type=file] {
    width: 100%;
  }

  fieldset {
    border-radius: 4px;
    border: 1px solid var(--gray-600);
    padding: 10px;
  }
  fieldset + fieldset {
    margin-top: 20px;
  }
  fieldset legend {
    float: none;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
  }

  div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
  }

  a {
    color: var(--primary-bright);
    line-height: inherit;
    text-decoration: none;
  }

  a:hover, a:focus {
    color: var(--primary);
  }

  a img {
    border: none;
  }

  p {
    font-family: inherit;
    font-size: var(--font-size-body);
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
  }

  p.lead {
    font-size: 1.03125rem;
    line-height: 1.6;
  }

  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35;
  }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--text);
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    text-rendering: optimizeLegibility;
  }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.25;
  }

  h1, .h1 {
    font-size: 1.5625rem;
  }

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

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

  h4, .h4 {
    font-size: 0.8125rem;
  }

  h5, .h5 {
    font-size: 0.8125rem;
  }

  h6, .h6 {
    font-size: 0.8125rem;
  }

  hr {
    border: solid var(--gray-400);
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.5rem 0 1.4375rem;
  }

  em,
i {
    font-style: italic;
    line-height: inherit;
  }

  strong,
b {
    font-weight: 700;
    line-height: inherit;
  }

  ul,
ol,
dl {
    font-family: inherit;
    font-size: 0.8125rem;
    line-height: 1.25;
    list-style-position: outside;
    margin-bottom: 1rem;
  }

  ul {
    margin-left: 1.1rem;
  }

  ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
  }

  ol {
    margin-left: 1.4rem;
  }

  ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
  }

  .breadcrumbs {
    border-style: solid;
    border-width: 0;
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    padding: 0.6875rem 0;
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
  }
  .breadcrumbs > * {
    color: var(--primary-bright);
    float: left;
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin: 0;
    text-transform: none;
  }
  .breadcrumbs > *:before {
    color: #aaa;
    content: "/";
    margin: 0 0.625rem;
    position: relative;
    top: 1px;
  }
  .breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0;
  }
  .breadcrumbs > *.current {
    color: #5C6B8A;
    cursor: default;
  }
  .breadcrumbs > * > * a {
    color: var(--primary-bright);
  }
  .breadcrumbs > * > * a:hover {
    color: var(--primary);
  }

  .flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  }

  .flatpickr-calendar.open, .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
  }

  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
  }

  .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
  }

  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
  }

  .flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
  }

  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }

  .flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
  }

  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
  }

  .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
  }

  .flatpickr-calendar:before, .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
  }

  .flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px;
  }

  .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
  }

  .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
  }

  .flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
  }

  .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
  }

  .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
  }

  .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
    top: 100%;
  }

  .flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
  }

  .flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
  }

  .flatpickr-calendar:focus {
    outline: 0;
  }

  .flatpickr-wrapper {
    position: relative;
    display: inline-block;
  }

  .flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
  }

  .flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
  }

  .flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
    position: relative;
  }

  .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
    /*rtl:begin:ignore*/
    left: 0;
    /*
    /*rtl:end:ignore*/
  }

  /*
  /*rtl:begin:ignore*/
  /*
        /*rtl:end:ignore*/
  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
    /*rtl:begin:ignore*/
    right: 0;
    /*
    /*rtl:end:ignore*/
  }

  /*
  /*rtl:begin:ignore*/
  /*
        /*rtl:end:ignore*/
  .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
  }

  .flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
  }

  .flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
  }

  .flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
  }

  .numInputWrapper {
    position: relative;
    height: auto;
  }

  .numInputWrapper input, .numInputWrapper span {
    display: inline-block;
  }

  .numInputWrapper input {
    width: 100%;
  }

  .numInputWrapper input::-ms-clear {
    display: none;
  }

  .numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  .numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
  }

  .numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
  }

  .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
  }

  .numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
  }

  .numInputWrapper span.arrowDown {
    top: 50%;
  }

  .numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
  }

  .numInputWrapper span svg {
    width: inherit;
    height: auto;
  }

  .numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
  }

  .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
  }

  .numInputWrapper:hover span {
    opacity: 1;
  }

  .flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
  }

  .flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
  }

  .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0 ;
    display: inline-block;
  }

  .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
  }

  .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
  }

  .flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }

  .flatpickr-current-month input.cur-year:focus {
    outline: 0;
  }

  .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
  }

  .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
  }

  .flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
  }

  .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
  }

  .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
  }

  .flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
  }

  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
  }

  .dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0;
  }

  .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
  }

  .flatpickr-days:focus {
    outline: 0;
  }

  .dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  .dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
  }

  .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
  }

  .flatpickr-day.today {
    border-color: #959ea9;
  }

  .flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
  }

  .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
  }

  .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
  }

  .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
  }

  .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7;
  }

  .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
  }

  .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }

  .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
  }

  .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
  }

  .flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  }

  .flatpickr-day.hidden {
    visibility: hidden;
  }

  .rangeMode .flatpickr-day {
    margin-top: 1px;
  }

  .flatpickr-weekwrapper {
    float: left;
  }

  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
  }

  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
  }

  .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
  }

  .flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  .flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
  }

  .flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
  }

  .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
  }

  .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
  }

  .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
  }

  .flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
  }

  .flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }

  .flatpickr-time input.flatpickr-hour {
    font-weight: bold;
  }

  .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400;
  }

  .flatpickr-time input:focus {
    outline: 0;
    border: 0;
  }

  .flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }

  .flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
  }

  .flatpickr-input[readonly] {
    cursor: pointer;
  }

  @-webkit-keyframes fpFadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fpFadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .choices:focus {
    outline: 0;
  }

  .choices:last-child {
    margin-bottom: 0;
  }

  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .choices.is-disabled .choices__item {
    cursor: not-allowed;
  }

  .choices [hidden] {
    display: none !important;
  }

  .choices[data-type*=select-one] {
    cursor: pointer;
  }

  .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px;
  }

  .choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
  }

  .choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5;
  }

  .choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
    opacity: 1;
  }

  .choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4;
  }

  .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none;
  }

  .choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
  }

  .choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #333;
    margin-top: -7.5px;
  }

  .choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto;
  }

  .choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
  }

  .choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
    cursor: text;
  }

  .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
  }

  .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
    opacity: 1;
  }

  .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
  }

  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
  }

  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
  }

  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
  }

  .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }

  .choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
  }

  [dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
  }

  .choices__list--single .choices__item {
    width: 100%;
  }

  .choices__list--multiple {
    display: inline;
  }

  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
  }

  .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
  }

  [dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
  }

  .choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
  }

  .is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
  }

  .choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
  }

  .choices__list--dropdown.is-active {
    visibility: visible;
  }

  .is-open .choices__list--dropdown {
    border-color: #b7b7b7;
  }

  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }

  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right;
  }

  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable:after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px;
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
      right: auto;
      left: 10px;
    }
  }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
  }

  .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
  }

  .choices__item {
    cursor: default;
  }

  .choices__item--selectable {
    cursor: pointer;
  }

  .choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
  }

  .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
  }

  .choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  .choices__button:focus, .choices__input:focus {
    outline: 0;
  }

  .choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
  }

  [dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0;
  }

  .choices__placeholder {
    opacity: 0.5;
  }

  dialog {
    position: absolute;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin: auto;
    border: solid;
    padding: 1em;
    background: white;
    color: black;
    display: block;
  }

  dialog:not([open]) {
    display: none;
  }

  dialog + .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
  }

  ._dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  dialog.fixed {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
  }

  .gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }

  .gu-hide {
    display: none !important;
  }

  .gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }

  /*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  /* FONT PATH
   * -------------------------- */
  @font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .fa, .sb-portal-catalog__search-clear:before, .sb-portal-catalog__search:before, .data-field-prefix-icon, .operator-prefix-icon, .icon-font-fa-fixed-width, .icon-font-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* makes the font 33% larger relative to the icon container */
  .fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }

  .fa-2x {
    font-size: 2em;
  }

  .fa-3x {
    font-size: 3em;
  }

  .fa-4x {
    font-size: 4em;
  }

  .fa-5x {
    font-size: 5em;
  }

  .fa-fw, .data-field-prefix-icon, .operator-prefix-icon, .icon-font-fa-fixed-width {
    width: 1.28571429em;
    text-align: center;
  }

  .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
  }

  .fa-ul > li {
    position: relative;
  }

  .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
  }

  .fa-li.fa-lg {
    left: -1.85714286em;
  }

  .fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
  }

  .fa-pull-left {
    float: left;
  }

  .fa-pull-right {
    float: right;
  }

  .fa.fa-pull-left, .fa-pull-left.sb-portal-catalog__search-clear:before, .fa-pull-left.sb-portal-catalog__search:before, .fa-pull-left.data-field-prefix-icon, .fa-pull-left.operator-prefix-icon, .fa-pull-left.icon-font-fa-fixed-width, .fa-pull-left.icon-font-fa {
    margin-right: 0.3em;
  }

  .fa.fa-pull-right, .fa-pull-right.sb-portal-catalog__search-clear:before, .fa-pull-right.sb-portal-catalog__search:before, .fa-pull-right.data-field-prefix-icon, .fa-pull-right.operator-prefix-icon, .fa-pull-right.icon-font-fa-fixed-width, .fa-pull-right.icon-font-fa {
    margin-left: 0.3em;
  }

  /* Deprecated as of 4.4.0 */
  .pull-right {
    float: right;
  }

  .pull-left {
    float: left;
  }

  .fa.pull-left, .pull-left.sb-portal-catalog__search-clear:before, .pull-left.sb-portal-catalog__search:before, .pull-left.data-field-prefix-icon, .pull-left.operator-prefix-icon, .pull-left.icon-font-fa-fixed-width, .pull-left.icon-font-fa {
    margin-right: 0.3em;
  }

  .fa.pull-right, .pull-right.sb-portal-catalog__search-clear:before, .pull-right.sb-portal-catalog__search:before, .pull-right.data-field-prefix-icon, .pull-right.operator-prefix-icon, .pull-right.icon-font-fa-fixed-width, .pull-right.icon-font-fa {
    margin-left: 0.3em;
  }

  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }

  .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
  }

  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }

  :root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
  }

  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }

  .fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .fa-stack-1x {
    line-height: inherit;
  }

  .fa-stack-2x {
    font-size: 2em;
  }

  .fa-inverse {
    color: #ffffff;
  }

  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
  .fa-glass:before {
    content: "";
  }

  .fa-music:before {
    content: "";
  }

  .fa-search:before {
    content: "";
  }

  .fa-envelope-o:before {
    content: "";
  }

  .fa-heart:before {
    content: "";
  }

  .fa-star:before {
    content: "";
  }

  .fa-star-o:before {
    content: "";
  }

  .fa-user:before {
    content: "";
  }

  .fa-film:before {
    content: "";
  }

  .fa-th-large:before {
    content: "";
  }

  .fa-th:before {
    content: "";
  }

  .fa-th-list:before {
    content: "";
  }

  .fa-check:before {
    content: "";
  }

  .fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
  }

  .fa-search-plus:before {
    content: "";
  }

  .fa-search-minus:before {
    content: "";
  }

  .fa-power-off:before {
    content: "";
  }

  .fa-signal:before {
    content: "";
  }

  .fa-gear:before,
.fa-cog:before {
    content: "";
  }

  .fa-trash-o:before {
    content: "";
  }

  .fa-home:before {
    content: "";
  }

  .fa-file-o:before {
    content: "";
  }

  .fa-clock-o:before {
    content: "";
  }

  .fa-road:before {
    content: "";
  }

  .fa-download:before {
    content: "";
  }

  .fa-arrow-circle-o-down:before {
    content: "";
  }

  .fa-arrow-circle-o-up:before {
    content: "";
  }

  .fa-inbox:before {
    content: "";
  }

  .fa-play-circle-o:before {
    content: "";
  }

  .fa-rotate-right:before,
.fa-repeat:before {
    content: "";
  }

  .fa-refresh:before {
    content: "";
  }

  .fa-list-alt:before {
    content: "";
  }

  .fa-lock:before {
    content: "";
  }

  .fa-flag:before {
    content: "";
  }

  .fa-headphones:before {
    content: "";
  }

  .fa-volume-off:before {
    content: "";
  }

  .fa-volume-down:before {
    content: "";
  }

  .fa-volume-up:before {
    content: "";
  }

  .fa-qrcode:before {
    content: "";
  }

  .fa-barcode:before {
    content: "";
  }

  .fa-tag:before {
    content: "";
  }

  .fa-tags:before {
    content: "";
  }

  .fa-book:before {
    content: "";
  }

  .fa-bookmark:before {
    content: "";
  }

  .fa-print:before {
    content: "";
  }

  .fa-camera:before {
    content: "";
  }

  .fa-font:before {
    content: "";
  }

  .fa-bold:before {
    content: "";
  }

  .fa-italic:before {
    content: "";
  }

  .fa-text-height:before {
    content: "";
  }

  .fa-text-width:before {
    content: "";
  }

  .fa-align-left:before {
    content: "";
  }

  .fa-align-center:before {
    content: "";
  }

  .fa-align-right:before {
    content: "";
  }

  .fa-align-justify:before {
    content: "";
  }

  .fa-list:before {
    content: "";
  }

  .fa-dedent:before,
.fa-outdent:before {
    content: "";
  }

  .fa-indent:before {
    content: "";
  }

  .fa-video-camera:before {
    content: "";
  }

  .fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
  }

  .fa-pencil:before {
    content: "";
  }

  .fa-map-marker:before {
    content: "";
  }

  .fa-adjust:before {
    content: "";
  }

  .fa-tint:before {
    content: "";
  }

  .fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
  }

  .fa-share-square-o:before {
    content: "";
  }

  .fa-check-square-o:before {
    content: "";
  }

  .fa-arrows:before {
    content: "";
  }

  .fa-step-backward:before {
    content: "";
  }

  .fa-fast-backward:before {
    content: "";
  }

  .fa-backward:before {
    content: "";
  }

  .fa-play:before {
    content: "";
  }

  .fa-pause:before {
    content: "";
  }

  .fa-stop:before {
    content: "";
  }

  .fa-forward:before {
    content: "";
  }

  .fa-fast-forward:before {
    content: "";
  }

  .fa-step-forward:before {
    content: "";
  }

  .fa-eject:before {
    content: "";
  }

  .fa-chevron-left:before {
    content: "";
  }

  .fa-chevron-right:before {
    content: "";
  }

  .fa-plus-circle:before {
    content: "";
  }

  .fa-minus-circle:before {
    content: "";
  }

  .fa-times-circle:before {
    content: "";
  }

  .fa-check-circle:before {
    content: "";
  }

  .fa-question-circle:before {
    content: "";
  }

  .fa-info-circle:before {
    content: "";
  }

  .fa-crosshairs:before {
    content: "";
  }

  .fa-times-circle-o:before {
    content: "";
  }

  .fa-check-circle-o:before {
    content: "";
  }

  .fa-ban:before {
    content: "";
  }

  .fa-arrow-left:before {
    content: "";
  }

  .fa-arrow-right:before {
    content: "";
  }

  .fa-arrow-up:before {
    content: "";
  }

  .fa-arrow-down:before {
    content: "";
  }

  .fa-mail-forward:before,
.fa-share:before {
    content: "";
  }

  .fa-expand:before {
    content: "";
  }

  .fa-compress:before {
    content: "";
  }

  .fa-plus:before {
    content: "";
  }

  .fa-minus:before {
    content: "";
  }

  .fa-asterisk:before {
    content: "";
  }

  .fa-exclamation-circle:before {
    content: "";
  }

  .fa-gift:before {
    content: "";
  }

  .fa-leaf:before {
    content: "";
  }

  .fa-fire:before {
    content: "";
  }

  .fa-eye:before {
    content: "";
  }

  .fa-eye-slash:before {
    content: "";
  }

  .fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
  }

  .fa-plane:before {
    content: "";
  }

  .fa-calendar:before {
    content: "";
  }

  .fa-random:before {
    content: "";
  }

  .fa-comment:before {
    content: "";
  }

  .fa-magnet:before {
    content: "";
  }

  .fa-chevron-up:before {
    content: "";
  }

  .fa-chevron-down:before {
    content: "";
  }

  .fa-retweet:before {
    content: "";
  }

  .fa-shopping-cart:before {
    content: "";
  }

  .fa-folder:before {
    content: "";
  }

  .fa-folder-open:before {
    content: "";
  }

  .fa-arrows-v:before {
    content: "";
  }

  .fa-arrows-h:before {
    content: "";
  }

  .fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
  }

  .fa-twitter-square:before {
    content: "";
  }

  .fa-facebook-square:before {
    content: "";
  }

  .fa-camera-retro:before {
    content: "";
  }

  .fa-key:before {
    content: "";
  }

  .fa-gears:before,
.fa-cogs:before {
    content: "";
  }

  .fa-comments:before {
    content: "";
  }

  .fa-thumbs-o-up:before {
    content: "";
  }

  .fa-thumbs-o-down:before {
    content: "";
  }

  .fa-star-half:before {
    content: "";
  }

  .fa-heart-o:before {
    content: "";
  }

  .fa-sign-out:before {
    content: "";
  }

  .fa-linkedin-square:before {
    content: "";
  }

  .fa-thumb-tack:before {
    content: "";
  }

  .fa-external-link:before {
    content: "";
  }

  .fa-sign-in:before {
    content: "";
  }

  .fa-trophy:before {
    content: "";
  }

  .fa-github-square:before {
    content: "";
  }

  .fa-upload:before {
    content: "";
  }

  .fa-lemon-o:before {
    content: "";
  }

  .fa-phone:before {
    content: "";
  }

  .fa-square-o:before {
    content: "";
  }

  .fa-bookmark-o:before {
    content: "";
  }

  .fa-phone-square:before {
    content: "";
  }

  .fa-twitter:before {
    content: "";
  }

  .fa-facebook-f:before,
.fa-facebook:before {
    content: "";
  }

  .fa-github:before {
    content: "";
  }

  .fa-unlock:before {
    content: "";
  }

  .fa-credit-card:before {
    content: "";
  }

  .fa-feed:before,
.fa-rss:before {
    content: "";
  }

  .fa-hdd-o:before {
    content: "";
  }

  .fa-bullhorn:before {
    content: "";
  }

  .fa-bell:before {
    content: "";
  }

  .fa-certificate:before {
    content: "";
  }

  .fa-hand-o-right:before {
    content: "";
  }

  .fa-hand-o-left:before {
    content: "";
  }

  .fa-hand-o-up:before {
    content: "";
  }

  .fa-hand-o-down:before {
    content: "";
  }

  .fa-arrow-circle-left:before {
    content: "";
  }

  .fa-arrow-circle-right:before {
    content: "";
  }

  .fa-arrow-circle-up:before {
    content: "";
  }

  .fa-arrow-circle-down:before {
    content: "";
  }

  .fa-globe:before {
    content: "";
  }

  .fa-wrench:before {
    content: "";
  }

  .fa-tasks:before {
    content: "";
  }

  .fa-filter:before {
    content: "";
  }

  .fa-briefcase:before {
    content: "";
  }

  .fa-arrows-alt:before {
    content: "";
  }

  .fa-group:before,
.fa-users:before {
    content: "";
  }

  .fa-chain:before,
.fa-link:before {
    content: "";
  }

  .fa-cloud:before {
    content: "";
  }

  .fa-flask:before {
    content: "";
  }

  .fa-cut:before,
.fa-scissors:before {
    content: "";
  }

  .fa-copy:before,
.fa-files-o:before {
    content: "";
  }

  .fa-paperclip:before {
    content: "";
  }

  .fa-save:before,
.fa-floppy-o:before {
    content: "";
  }

  .fa-square:before {
    content: "";
  }

  .fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
  }

  .fa-list-ul:before {
    content: "";
  }

  .fa-list-ol:before {
    content: "";
  }

  .fa-strikethrough:before {
    content: "";
  }

  .fa-underline:before {
    content: "";
  }

  .fa-table:before {
    content: "";
  }

  .fa-magic:before {
    content: "";
  }

  .fa-truck:before {
    content: "";
  }

  .fa-pinterest:before {
    content: "";
  }

  .fa-pinterest-square:before {
    content: "";
  }

  .fa-google-plus-square:before {
    content: "";
  }

  .fa-google-plus:before {
    content: "";
  }

  .fa-money:before {
    content: "";
  }

  .fa-caret-down:before {
    content: "";
  }

  .fa-caret-up:before {
    content: "";
  }

  .fa-caret-left:before {
    content: "";
  }

  .fa-caret-right:before {
    content: "";
  }

  .fa-columns:before {
    content: "";
  }

  .fa-unsorted:before,
.fa-sort:before {
    content: "";
  }

  .fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
  }

  .fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
  }

  .fa-envelope:before {
    content: "";
  }

  .fa-linkedin:before {
    content: "";
  }

  .fa-rotate-left:before,
.fa-undo:before {
    content: "";
  }

  .fa-legal:before,
.fa-gavel:before {
    content: "";
  }

  .fa-dashboard:before,
.fa-tachometer:before {
    content: "";
  }

  .fa-comment-o:before {
    content: "";
  }

  .fa-comments-o:before {
    content: "";
  }

  .fa-flash:before,
.fa-bolt:before {
    content: "";
  }

  .fa-sitemap:before {
    content: "";
  }

  .fa-umbrella:before {
    content: "";
  }

  .fa-paste:before,
.fa-clipboard:before {
    content: "";
  }

  .fa-lightbulb-o:before {
    content: "";
  }

  .fa-exchange:before {
    content: "";
  }

  .fa-cloud-download:before {
    content: "";
  }

  .fa-cloud-upload:before {
    content: "";
  }

  .fa-user-md:before {
    content: "";
  }

  .fa-stethoscope:before {
    content: "";
  }

  .fa-suitcase:before {
    content: "";
  }

  .fa-bell-o:before {
    content: "";
  }

  .fa-coffee:before {
    content: "";
  }

  .fa-cutlery:before {
    content: "";
  }

  .fa-file-text-o:before {
    content: "";
  }

  .fa-building-o:before {
    content: "";
  }

  .fa-hospital-o:before {
    content: "";
  }

  .fa-ambulance:before {
    content: "";
  }

  .fa-medkit:before {
    content: "";
  }

  .fa-fighter-jet:before {
    content: "";
  }

  .fa-beer:before {
    content: "";
  }

  .fa-h-square:before {
    content: "";
  }

  .fa-plus-square:before {
    content: "";
  }

  .fa-angle-double-left:before {
    content: "";
  }

  .fa-angle-double-right:before {
    content: "";
  }

  .fa-angle-double-up:before {
    content: "";
  }

  .fa-angle-double-down:before {
    content: "";
  }

  .fa-angle-left:before {
    content: "";
  }

  .fa-angle-right:before {
    content: "";
  }

  .fa-angle-up:before {
    content: "";
  }

  .fa-angle-down:before {
    content: "";
  }

  .fa-desktop:before {
    content: "";
  }

  .fa-laptop:before {
    content: "";
  }

  .fa-tablet:before {
    content: "";
  }

  .fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
  }

  .fa-circle-o:before {
    content: "";
  }

  .fa-quote-left:before {
    content: "";
  }

  .fa-quote-right:before {
    content: "";
  }

  .fa-spinner:before {
    content: "";
  }

  .fa-circle:before {
    content: "";
  }

  .fa-mail-reply:before,
.fa-reply:before {
    content: "";
  }

  .fa-github-alt:before {
    content: "";
  }

  .fa-folder-o:before {
    content: "";
  }

  .fa-folder-open-o:before {
    content: "";
  }

  .fa-smile-o:before {
    content: "";
  }

  .fa-frown-o:before {
    content: "";
  }

  .fa-meh-o:before {
    content: "";
  }

  .fa-gamepad:before {
    content: "";
  }

  .fa-keyboard-o:before {
    content: "";
  }

  .fa-flag-o:before {
    content: "";
  }

  .fa-flag-checkered:before {
    content: "";
  }

  .fa-terminal:before {
    content: "";
  }

  .fa-code:before {
    content: "";
  }

  .fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
  }

  .fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
  }

  .fa-location-arrow:before {
    content: "";
  }

  .fa-crop:before {
    content: "";
  }

  .fa-code-fork:before {
    content: "";
  }

  .fa-unlink:before,
.fa-chain-broken:before {
    content: "";
  }

  .fa-question:before {
    content: "";
  }

  .fa-info:before {
    content: "";
  }

  .fa-exclamation:before {
    content: "";
  }

  .fa-superscript:before {
    content: "";
  }

  .fa-subscript:before {
    content: "";
  }

  .fa-eraser:before {
    content: "";
  }

  .fa-puzzle-piece:before {
    content: "";
  }

  .fa-microphone:before {
    content: "";
  }

  .fa-microphone-slash:before {
    content: "";
  }

  .fa-shield:before {
    content: "";
  }

  .fa-calendar-o:before {
    content: "";
  }

  .fa-fire-extinguisher:before {
    content: "";
  }

  .fa-rocket:before {
    content: "";
  }

  .fa-maxcdn:before {
    content: "";
  }

  .fa-chevron-circle-left:before {
    content: "";
  }

  .fa-chevron-circle-right:before {
    content: "";
  }

  .fa-chevron-circle-up:before {
    content: "";
  }

  .fa-chevron-circle-down:before {
    content: "";
  }

  .fa-html5:before {
    content: "";
  }

  .fa-css3:before {
    content: "";
  }

  .fa-anchor:before {
    content: "";
  }

  .fa-unlock-alt:before {
    content: "";
  }

  .fa-bullseye:before {
    content: "";
  }

  .fa-ellipsis-h:before {
    content: "";
  }

  .fa-ellipsis-v:before {
    content: "";
  }

  .fa-rss-square:before {
    content: "";
  }

  .fa-play-circle:before {
    content: "";
  }

  .fa-ticket:before {
    content: "";
  }

  .fa-minus-square:before {
    content: "";
  }

  .fa-minus-square-o:before {
    content: "";
  }

  .fa-level-up:before {
    content: "";
  }

  .fa-level-down:before {
    content: "";
  }

  .fa-check-square:before {
    content: "";
  }

  .fa-pencil-square:before {
    content: "";
  }

  .fa-external-link-square:before {
    content: "";
  }

  .fa-share-square:before {
    content: "";
  }

  .fa-compass:before {
    content: "";
  }

  .fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
  }

  .fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
  }

  .fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
  }

  .fa-euro:before,
.fa-eur:before {
    content: "";
  }

  .fa-gbp:before {
    content: "";
  }

  .fa-dollar:before,
.fa-usd:before {
    content: "";
  }

  .fa-rupee:before,
.fa-inr:before {
    content: "";
  }

  .fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
  }

  .fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
  }

  .fa-won:before,
.fa-krw:before {
    content: "";
  }

  .fa-bitcoin:before,
.fa-btc:before {
    content: "";
  }

  .fa-file:before {
    content: "";
  }

  .fa-file-text:before {
    content: "";
  }

  .fa-sort-alpha-asc:before {
    content: "";
  }

  .fa-sort-alpha-desc:before {
    content: "";
  }

  .fa-sort-amount-asc:before {
    content: "";
  }

  .fa-sort-amount-desc:before {
    content: "";
  }

  .fa-sort-numeric-asc:before {
    content: "";
  }

  .fa-sort-numeric-desc:before {
    content: "";
  }

  .fa-thumbs-up:before {
    content: "";
  }

  .fa-thumbs-down:before {
    content: "";
  }

  .fa-youtube-square:before {
    content: "";
  }

  .fa-youtube:before {
    content: "";
  }

  .fa-xing:before {
    content: "";
  }

  .fa-xing-square:before {
    content: "";
  }

  .fa-youtube-play:before {
    content: "";
  }

  .fa-dropbox:before {
    content: "";
  }

  .fa-stack-overflow:before {
    content: "";
  }

  .fa-instagram:before {
    content: "";
  }

  .fa-flickr:before {
    content: "";
  }

  .fa-adn:before {
    content: "";
  }

  .fa-bitbucket:before {
    content: "";
  }

  .fa-bitbucket-square:before {
    content: "";
  }

  .fa-tumblr:before {
    content: "";
  }

  .fa-tumblr-square:before {
    content: "";
  }

  .fa-long-arrow-down:before {
    content: "";
  }

  .fa-long-arrow-up:before {
    content: "";
  }

  .fa-long-arrow-left:before {
    content: "";
  }

  .fa-long-arrow-right:before {
    content: "";
  }

  .fa-apple:before {
    content: "";
  }

  .fa-windows:before {
    content: "";
  }

  .fa-android:before {
    content: "";
  }

  .fa-linux:before {
    content: "";
  }

  .fa-dribbble:before {
    content: "";
  }

  .fa-skype:before {
    content: "";
  }

  .fa-foursquare:before {
    content: "";
  }

  .fa-trello:before {
    content: "";
  }

  .fa-female:before {
    content: "";
  }

  .fa-male:before {
    content: "";
  }

  .fa-gittip:before,
.fa-gratipay:before {
    content: "";
  }

  .fa-sun-o:before {
    content: "";
  }

  .fa-moon-o:before {
    content: "";
  }

  .fa-archive:before {
    content: "";
  }

  .fa-bug:before {
    content: "";
  }

  .fa-vk:before {
    content: "";
  }

  .fa-weibo:before {
    content: "";
  }

  .fa-renren:before {
    content: "";
  }

  .fa-pagelines:before {
    content: "";
  }

  .fa-stack-exchange:before {
    content: "";
  }

  .fa-arrow-circle-o-right:before {
    content: "";
  }

  .fa-arrow-circle-o-left:before {
    content: "";
  }

  .fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
  }

  .fa-dot-circle-o:before {
    content: "";
  }

  .fa-wheelchair:before {
    content: "";
  }

  .fa-vimeo-square:before {
    content: "";
  }

  .fa-turkish-lira:before,
.fa-try:before {
    content: "";
  }

  .fa-plus-square-o:before {
    content: "";
  }

  .fa-space-shuttle:before {
    content: "";
  }

  .fa-slack:before {
    content: "";
  }

  .fa-envelope-square:before {
    content: "";
  }

  .fa-wordpress:before {
    content: "";
  }

  .fa-openid:before {
    content: "";
  }

  .fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
  }

  .fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
  }

  .fa-yahoo:before {
    content: "";
  }

  .fa-google:before {
    content: "";
  }

  .fa-reddit:before {
    content: "";
  }

  .fa-reddit-square:before {
    content: "";
  }

  .fa-stumbleupon-circle:before {
    content: "";
  }

  .fa-stumbleupon:before {
    content: "";
  }

  .fa-delicious:before {
    content: "";
  }

  .fa-digg:before {
    content: "";
  }

  .fa-pied-piper-pp:before {
    content: "";
  }

  .fa-pied-piper-alt:before {
    content: "";
  }

  .fa-drupal:before {
    content: "";
  }

  .fa-joomla:before {
    content: "";
  }

  .fa-language:before {
    content: "";
  }

  .fa-fax:before {
    content: "";
  }

  .fa-building:before {
    content: "";
  }

  .fa-child:before {
    content: "";
  }

  .fa-paw:before {
    content: "";
  }

  .fa-spoon:before {
    content: "";
  }

  .fa-cube:before {
    content: "";
  }

  .fa-cubes:before {
    content: "";
  }

  .fa-behance:before {
    content: "";
  }

  .fa-behance-square:before {
    content: "";
  }

  .fa-steam:before {
    content: "";
  }

  .fa-steam-square:before {
    content: "";
  }

  .fa-recycle:before {
    content: "";
  }

  .fa-automobile:before,
.fa-car:before {
    content: "";
  }

  .fa-cab:before,
.fa-taxi:before {
    content: "";
  }

  .fa-tree:before {
    content: "";
  }

  .fa-spotify:before {
    content: "";
  }

  .fa-deviantart:before {
    content: "";
  }

  .fa-soundcloud:before {
    content: "";
  }

  .fa-database:before {
    content: "";
  }

  .fa-file-pdf-o:before {
    content: "";
  }

  .fa-file-word-o:before {
    content: "";
  }

  .fa-file-excel-o:before {
    content: "";
  }

  .fa-file-powerpoint-o:before {
    content: "";
  }

  .fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
  }

  .fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
  }

  .fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
  }

  .fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
  }

  .fa-file-code-o:before {
    content: "";
  }

  .fa-vine:before {
    content: "";
  }

  .fa-codepen:before {
    content: "";
  }

  .fa-jsfiddle:before {
    content: "";
  }

  .fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
  }

  .fa-circle-o-notch:before {
    content: "";
  }

  .fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
  }

  .fa-ge:before,
.fa-empire:before {
    content: "";
  }

  .fa-git-square:before {
    content: "";
  }

  .fa-git:before {
    content: "";
  }

  .fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
  }

  .fa-tencent-weibo:before {
    content: "";
  }

  .fa-qq:before {
    content: "";
  }

  .fa-wechat:before,
.fa-weixin:before {
    content: "";
  }

  .fa-send:before,
.fa-paper-plane:before {
    content: "";
  }

  .fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
  }

  .fa-history:before {
    content: "";
  }

  .fa-circle-thin:before {
    content: "";
  }

  .fa-header:before {
    content: "";
  }

  .fa-paragraph:before {
    content: "";
  }

  .fa-sliders:before {
    content: "";
  }

  .fa-share-alt:before {
    content: "";
  }

  .fa-share-alt-square:before {
    content: "";
  }

  .fa-bomb:before {
    content: "";
  }

  .fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
  }

  .fa-tty:before {
    content: "";
  }

  .fa-binoculars:before {
    content: "";
  }

  .fa-plug:before {
    content: "";
  }

  .fa-slideshare:before {
    content: "";
  }

  .fa-twitch:before {
    content: "";
  }

  .fa-yelp:before {
    content: "";
  }

  .fa-newspaper-o:before {
    content: "";
  }

  .fa-wifi:before {
    content: "";
  }

  .fa-calculator:before {
    content: "";
  }

  .fa-paypal:before {
    content: "";
  }

  .fa-google-wallet:before {
    content: "";
  }

  .fa-cc-visa:before {
    content: "";
  }

  .fa-cc-mastercard:before {
    content: "";
  }

  .fa-cc-discover:before {
    content: "";
  }

  .fa-cc-amex:before {
    content: "";
  }

  .fa-cc-paypal:before {
    content: "";
  }

  .fa-cc-stripe:before {
    content: "";
  }

  .fa-bell-slash:before {
    content: "";
  }

  .fa-bell-slash-o:before {
    content: "";
  }

  .fa-trash:before {
    content: "";
  }

  .fa-copyright:before {
    content: "";
  }

  .fa-at:before {
    content: "";
  }

  .fa-eyedropper:before {
    content: "";
  }

  .fa-paint-brush:before {
    content: "";
  }

  .fa-birthday-cake:before {
    content: "";
  }

  .fa-area-chart:before {
    content: "";
  }

  .fa-pie-chart:before {
    content: "";
  }

  .fa-line-chart:before {
    content: "";
  }

  .fa-lastfm:before {
    content: "";
  }

  .fa-lastfm-square:before {
    content: "";
  }

  .fa-toggle-off:before {
    content: "";
  }

  .fa-toggle-on:before {
    content: "";
  }

  .fa-bicycle:before {
    content: "";
  }

  .fa-bus:before {
    content: "";
  }

  .fa-ioxhost:before {
    content: "";
  }

  .fa-angellist:before {
    content: "";
  }

  .fa-cc:before {
    content: "";
  }

  .fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
  }

  .fa-meanpath:before {
    content: "";
  }

  .fa-buysellads:before {
    content: "";
  }

  .fa-connectdevelop:before {
    content: "";
  }

  .fa-dashcube:before {
    content: "";
  }

  .fa-forumbee:before {
    content: "";
  }

  .fa-leanpub:before {
    content: "";
  }

  .fa-sellsy:before {
    content: "";
  }

  .fa-shirtsinbulk:before {
    content: "";
  }

  .fa-simplybuilt:before {
    content: "";
  }

  .fa-skyatlas:before {
    content: "";
  }

  .fa-cart-plus:before {
    content: "";
  }

  .fa-cart-arrow-down:before {
    content: "";
  }

  .fa-diamond:before {
    content: "";
  }

  .fa-ship:before {
    content: "";
  }

  .fa-user-secret:before {
    content: "";
  }

  .fa-motorcycle:before {
    content: "";
  }

  .fa-street-view:before {
    content: "";
  }

  .fa-heartbeat:before {
    content: "";
  }

  .fa-venus:before {
    content: "";
  }

  .fa-mars:before {
    content: "";
  }

  .fa-mercury:before {
    content: "";
  }

  .fa-intersex:before,
.fa-transgender:before {
    content: "";
  }

  .fa-transgender-alt:before {
    content: "";
  }

  .fa-venus-double:before {
    content: "";
  }

  .fa-mars-double:before {
    content: "";
  }

  .fa-venus-mars:before {
    content: "";
  }

  .fa-mars-stroke:before {
    content: "";
  }

  .fa-mars-stroke-v:before {
    content: "";
  }

  .fa-mars-stroke-h:before {
    content: "";
  }

  .fa-neuter:before {
    content: "";
  }

  .fa-genderless:before {
    content: "";
  }

  .fa-facebook-official:before {
    content: "";
  }

  .fa-pinterest-p:before {
    content: "";
  }

  .fa-whatsapp:before {
    content: "";
  }

  .fa-server:before {
    content: "";
  }

  .fa-user-plus:before {
    content: "";
  }

  .fa-user-times:before {
    content: "";
  }

  .fa-hotel:before,
.fa-bed:before {
    content: "";
  }

  .fa-viacoin:before {
    content: "";
  }

  .fa-train:before {
    content: "";
  }

  .fa-subway:before {
    content: "";
  }

  .fa-medium:before {
    content: "";
  }

  .fa-yc:before,
.fa-y-combinator:before {
    content: "";
  }

  .fa-optin-monster:before {
    content: "";
  }

  .fa-opencart:before {
    content: "";
  }

  .fa-expeditedssl:before {
    content: "";
  }

  .fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
  }

  .fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
  }

  .fa-battery-2:before,
.fa-battery-half:before {
    content: "";
  }

  .fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
  }

  .fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
  }

  .fa-mouse-pointer:before {
    content: "";
  }

  .fa-i-cursor:before {
    content: "";
  }

  .fa-object-group:before {
    content: "";
  }

  .fa-object-ungroup:before {
    content: "";
  }

  .fa-sticky-note:before {
    content: "";
  }

  .fa-sticky-note-o:before {
    content: "";
  }

  .fa-cc-jcb:before {
    content: "";
  }

  .fa-cc-diners-club:before {
    content: "";
  }

  .fa-clone:before {
    content: "";
  }

  .fa-balance-scale:before {
    content: "";
  }

  .fa-hourglass-o:before {
    content: "";
  }

  .fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
  }

  .fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
  }

  .fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
  }

  .fa-hourglass:before {
    content: "";
  }

  .fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
  }

  .fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
  }

  .fa-hand-scissors-o:before {
    content: "";
  }

  .fa-hand-lizard-o:before {
    content: "";
  }

  .fa-hand-spock-o:before {
    content: "";
  }

  .fa-hand-pointer-o:before {
    content: "";
  }

  .fa-hand-peace-o:before {
    content: "";
  }

  .fa-trademark:before {
    content: "";
  }

  .fa-registered:before {
    content: "";
  }

  .fa-creative-commons:before {
    content: "";
  }

  .fa-gg:before {
    content: "";
  }

  .fa-gg-circle:before {
    content: "";
  }

  .fa-tripadvisor:before {
    content: "";
  }

  .fa-odnoklassniki:before {
    content: "";
  }

  .fa-odnoklassniki-square:before {
    content: "";
  }

  .fa-get-pocket:before {
    content: "";
  }

  .fa-wikipedia-w:before {
    content: "";
  }

  .fa-safari:before {
    content: "";
  }

  .fa-chrome:before {
    content: "";
  }

  .fa-firefox:before {
    content: "";
  }

  .fa-opera:before {
    content: "";
  }

  .fa-internet-explorer:before {
    content: "";
  }

  .fa-tv:before,
.fa-television:before {
    content: "";
  }

  .fa-contao:before {
    content: "";
  }

  .fa-500px:before {
    content: "";
  }

  .fa-amazon:before {
    content: "";
  }

  .fa-calendar-plus-o:before {
    content: "";
  }

  .fa-calendar-minus-o:before {
    content: "";
  }

  .fa-calendar-times-o:before {
    content: "";
  }

  .fa-calendar-check-o:before {
    content: "";
  }

  .fa-industry:before {
    content: "";
  }

  .fa-map-pin:before {
    content: "";
  }

  .fa-map-signs:before {
    content: "";
  }

  .fa-map-o:before {
    content: "";
  }

  .fa-map:before {
    content: "";
  }

  .fa-commenting:before {
    content: "";
  }

  .fa-commenting-o:before {
    content: "";
  }

  .fa-houzz:before {
    content: "";
  }

  .fa-vimeo:before {
    content: "";
  }

  .fa-black-tie:before {
    content: "";
  }

  .fa-fonticons:before {
    content: "";
  }

  .fa-reddit-alien:before {
    content: "";
  }

  .fa-edge:before {
    content: "";
  }

  .fa-credit-card-alt:before {
    content: "";
  }

  .fa-codiepie:before {
    content: "";
  }

  .fa-modx:before {
    content: "";
  }

  .fa-fort-awesome:before {
    content: "";
  }

  .fa-usb:before {
    content: "";
  }

  .fa-product-hunt:before {
    content: "";
  }

  .fa-mixcloud:before {
    content: "";
  }

  .fa-scribd:before {
    content: "";
  }

  .fa-pause-circle:before {
    content: "";
  }

  .fa-pause-circle-o:before {
    content: "";
  }

  .fa-stop-circle:before {
    content: "";
  }

  .fa-stop-circle-o:before {
    content: "";
  }

  .fa-shopping-bag:before {
    content: "";
  }

  .fa-shopping-basket:before {
    content: "";
  }

  .fa-hashtag:before {
    content: "";
  }

  .fa-bluetooth:before {
    content: "";
  }

  .fa-bluetooth-b:before {
    content: "";
  }

  .fa-percent:before {
    content: "";
  }

  .fa-gitlab:before {
    content: "";
  }

  .fa-wpbeginner:before {
    content: "";
  }

  .fa-wpforms:before {
    content: "";
  }

  .fa-envira:before {
    content: "";
  }

  .fa-universal-access:before {
    content: "";
  }

  .fa-wheelchair-alt:before {
    content: "";
  }

  .fa-question-circle-o:before {
    content: "";
  }

  .fa-blind:before {
    content: "";
  }

  .fa-audio-description:before {
    content: "";
  }

  .fa-volume-control-phone:before {
    content: "";
  }

  .fa-braille:before {
    content: "";
  }

  .fa-assistive-listening-systems:before {
    content: "";
  }

  .fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
  }

  .fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
  }

  .fa-glide:before {
    content: "";
  }

  .fa-glide-g:before {
    content: "";
  }

  .fa-signing:before,
.fa-sign-language:before {
    content: "";
  }

  .fa-low-vision:before {
    content: "";
  }

  .fa-viadeo:before {
    content: "";
  }

  .fa-viadeo-square:before {
    content: "";
  }

  .fa-snapchat:before {
    content: "";
  }

  .fa-snapchat-ghost:before {
    content: "";
  }

  .fa-snapchat-square:before {
    content: "";
  }

  .fa-pied-piper:before {
    content: "";
  }

  .fa-first-order:before {
    content: "";
  }

  .fa-yoast:before {
    content: "";
  }

  .fa-themeisle:before {
    content: "";
  }

  .fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
  }

  .fa-fa:before,
.fa-font-awesome:before {
    content: "";
  }

  .fa-handshake-o:before {
    content: "";
  }

  .fa-envelope-open:before {
    content: "";
  }

  .fa-envelope-open-o:before {
    content: "";
  }

  .fa-linode:before {
    content: "";
  }

  .fa-address-book:before {
    content: "";
  }

  .fa-address-book-o:before {
    content: "";
  }

  .fa-vcard:before,
.fa-address-card:before {
    content: "";
  }

  .fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
  }

  .fa-user-circle:before {
    content: "";
  }

  .fa-user-circle-o:before {
    content: "";
  }

  .fa-user-o:before {
    content: "";
  }

  .fa-id-badge:before {
    content: "";
  }

  .fa-drivers-license:before,
.fa-id-card:before {
    content: "";
  }

  .fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
  }

  .fa-quora:before {
    content: "";
  }

  .fa-free-code-camp:before {
    content: "";
  }

  .fa-telegram:before {
    content: "";
  }

  .fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
  }

  .fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
  }

  .fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
  }

  .fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
  }

  .fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
  }

  .fa-shower:before {
    content: "";
  }

  .fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
  }

  .fa-podcast:before {
    content: "";
  }

  .fa-window-maximize:before {
    content: "";
  }

  .fa-window-minimize:before {
    content: "";
  }

  .fa-window-restore:before {
    content: "";
  }

  .fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
  }

  .fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
  }

  .fa-bandcamp:before {
    content: "";
  }

  .fa-grav:before {
    content: "";
  }

  .fa-etsy:before {
    content: "";
  }

  .fa-imdb:before {
    content: "";
  }

  .fa-ravelry:before {
    content: "";
  }

  .fa-eercast:before {
    content: "";
  }

  .fa-microchip:before {
    content: "";
  }

  .fa-snowflake-o:before {
    content: "";
  }

  .fa-superpowers:before {
    content: "";
  }

  .fa-wpexplorer:before {
    content: "";
  }

  .fa-meetup:before {
    content: "";
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }

  .formio-form {
    position: relative;
    min-height: 80px;
  }

  .formio-error-wrapper,
.formio-warning-wrapper {
    padding: 1em;
  }

  .formio-error-wrapper {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }

  .formio-warning-wrapper {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }

  .formio-disabled-input .form-control.flatpickr-input {
    background-color: #eee;
  }

  .builder-component.has-error .invalid-feedback,
.formio-component.has-error .invalid-feedback,
.formio-component.alert-danger .invalid-feedback,
.formio-component.has-message .invalid-feedback {
    display: block;
    color: inherit;
    margin-top: 4px;
  }

  .formio-errors .error {
    color: #dc3545;
  }

  .formio-errors .warning {
    color: #856404;
  }

  .formio-errors .info {
    color: #004085;
  }

  .formio-wysiwyg-editor {
    min-height: 200px;
    background-color: #fff;
  }

  .has-feedback .form-control {
    padding-right: 10px;
  }

  .has-feedback .form-control[type=hidden] {
    padding-right: 0px;
  }

  .has-error.bg-danger {
    padding: 4px;
  }

  .ql-source:after {
    content: "[source]";
    white-space: nowrap;
  }

  .quill-source-code {
    width: 100%;
    margin: 0px;
    background: #1d1d1d;
    box-sizing: border-box;
    color: #cccccc;
    font-size: 15px;
    outline: none;
    padding: 20px;
    line-height: 24px;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    display: none;
  }

  .formio-component-tags tags {
    background-color: #fff;
  }

  .field-required:after {
    content: " *";
    color: red;
  }

  .glyphicon-spin {
    -webkit-animation: formio-spin 1s infinite linear;
    -moz-animation: formio-spin 1s infinite linear;
    -o-animation: formio-spin 1s infinite linear;
    animation: formio-spin 1s infinite linear;
  }

  @-moz-keyframes formio-spin {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes formio-spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes formio-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .button-icon-right {
    margin-left: 5px;
  }

  .formio-component-submit .submit-success::after {
    content: "✓";
    position: relative;
    right: -4px;
    top: 1px;
    line-height: 1;
  }

  .formio-component-submit .submit-fail::after {
    content: "✗";
    position: relative;
    right: -4px;
    top: 1px;
    line-height: 1;
  }

  .formio-component-submit .submit-fail[disabled] {
    opacity: 1;
  }

  .form-control.flatpickr-input {
    background-color: #fff;
  }

  td > .form-group {
    margin-bottom: 0;
  }

  .signature-pad-body {
    overflow: hidden;
    position: relative;
  }

  .signature-pad-canvas {
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    border: 1px solid #f4f4f4;
  }

  .btn.signature-pad-refresh {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 3px;
    line-height: 0;
  }

  [dir=rtl] .btn.signature-pad-refresh {
    left: unset;
    right: 0;
  }

  .formio-component-multiple .choices__input {
    width: 100%;
  }

  .choices__list--dropdown .choices__item--selectable {
    padding-right: 0px;
  }

  .signature-pad-refresh img {
    height: 1.2em;
  }

  .signature-pad-footer {
    text-align: center;
    color: #C3C3C3;
  }

  .formio-loader {
    position: relative;
    min-height: 60px;
  }

  .loader-wrapper {
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 10000;
    display: inline-block;
    border: 6px solid #f3f3f3;
    /* Light grey */
    border-top: 6px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .choices__list--dropdown {
    z-index: 100;
  }

  .choices__list--multiple .choices__item {
    border-radius: 0;
    padding: 2px 8px;
    line-height: 1em;
    margin-bottom: 6px;
  }

  .choices__list--single {
    padding: 0;
  }

  .choices__input {
    padding: 2px;
  }

  /* fix for choices.js .choices__input container in rtl */
  .choices[dir=rtl] > * {
    text-align: right;
  }

  /* end fix for choices.js .choices__input container in rtl */
  /* fix for choices.js deletable items in rtl */
  .choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable] {
    padding-left: 5px;
    float: right;
  }

  .choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable] .choices__button {
    float: left;
    margin: 0 8px 0 -4px;
    padding-left: unset;
    padding-right: 16px;
    border-left: unset;
    border-right: 1px solid #008fa1;
    overflow: hidden;
  }

  /* end fix for choices.js deletable items in rtl */
  .formio-component-file .fileSelector {
    padding: 15px;
    border: 2px dashed #ddd;
    text-align: center;
  }

  .formio-component-file .fileSelector.fileDragOver {
    border-color: #127abe;
  }

  .formio-component-file .fileSelector .glyphicon, .formio-component-file .fileSelector .fa, .formio-component-file .fileSelector .sb-portal-catalog__search-clear:before, .formio-component-file .fileSelector .sb-portal-catalog__search:before, .formio-component-file .fileSelector .data-field-prefix-icon, .formio-component-file .fileSelector .operator-prefix-icon, .formio-component-file .fileSelector .icon-font-fa-fixed-width, .formio-component-file .fileSelector .icon-font-fa {
    font-size: 20px;
    margin-right: 5px;
  }

  [dir=rtl] .formio-component-file .fileSelector .fa, [dir=rtl] .formio-component-file .fileSelector .sb-portal-catalog__search-clear:before, [dir=rtl] .formio-component-file .fileSelector .sb-portal-catalog__search:before, [dir=rtl] .formio-component-file .fileSelector .data-field-prefix-icon, [dir=rtl] .formio-component-file .fileSelector .operator-prefix-icon, [dir=rtl] .formio-component-file .fileSelector .icon-font-fa-fixed-width, [dir=rtl] .formio-component-file .fileSelector .icon-font-fa, [dir=rtl] .formio-component-file .fileSelector .glyphicon {
    margin-right: unset;
    margin-left: 5px;
  }

  .formio-component-file .fileSelector .browse {
    cursor: pointer;
  }

  @-webkit-keyframes formio-dialog-fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes formio-dialog-fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes formio-dialog-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes formio-dialog-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .formio-dialog {
    box-sizing: border-box;
    font-size: 0.8em;
    color: #666;
  }

  .formio-dialog.formio-modaledit-dialog {
    font-size: inherit;
  }

  .formio-dialog *,
.formio-dialog *:before,
.formio-dialog *:after {
    box-sizing: inherit;
  }

  .formio-dialog {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* fix for Scrollbars not clickable on overflow #552 */
    background: rgba(0, 0, 0, 0.4);
    animation: formio-dialog-fadein 0.5s;
    /* end fix for Scrollbars not clickable on overflow #552 */
  }

  .formio-dialog.formio-dialog-disabled-animation,
.formio-dialog.formio-dialog-disabled-animation .formio-dialog-overlay,
.formio-dialog.formio-dialog-disabled-animation .formio-dialog-content {
    -webkit-animation: none !important;
    animation: none !important;
  }

  .formio-dialog-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: formio-dialog-fadein 0.5s;
    animation: formio-dialog-fadein 0.5s;
    /* fix for Scrollbars not clickable on overflow #552 */
    margin-right: 15px;
    background: transparent;
    /* end fix for Scrollbars not clickable on overflow #552 */
  }

  .formio-dialog-no-overlay {
    pointer-events: none;
  }

  .formio-dialog.formio-dialog-closing .formio-dialog-overlay {
    -webkit-backface-visibility: hidden;
    -webkit-animation: formio-dialog-fadeout 0.5s;
    animation: formio-dialog-fadeout 0.5s;
  }

  .formio-dialog-content {
    background: white;
    -webkit-backface-visibility: hidden;
    -webkit-animation: formio-dialog-fadein 0.5s;
    animation: formio-dialog-fadein 0.5s;
    pointer-events: all;
    overflow: auto;
  }

  .formio-dialog.formio-dialog-closing .formio-dialog-content {
    -webkit-backface-visibility: hidden;
    -webkit-animation: formio-dialog-fadeout 0.5s;
    animation: formio-dialog-fadeout 0.5s;
  }

  .formio-dialog-close:before {
    font-family: "Helvetica", Arial, sans-serif;
    content: "×";
    cursor: pointer;
  }

  html.formio-dialog-open,
body.formio-dialog-open {
    overflow: hidden;
  }

  @-webkit-keyframes formio-dialog-flyin {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes formio-dialog-flyin {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes formio-dialog-flyout {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
    }
  }
  @keyframes formio-dialog-flyout {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
    }
  }
  .formio-dialog.formio-dialog-theme-default {
    padding-bottom: 160px;
    padding-top: 160px;
  }

  .formio-dialog.formio-dialog-theme-default.formio-dialog-closing .formio-dialog-content {
    -webkit-animation: formio-dialog-flyout 0.5s;
    animation: formio-dialog-flyout 0.5s;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-content {
    -webkit-animation: formio-dialog-flyin 0.5s;
    animation: formio-dialog-flyin 0.5s;
    background: #f0f0f0;
    border-radius: 5px;
    font-family: "Helvetica", sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em;
    position: relative;
    width: 80%;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-close {
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .formio-clickable {
    cursor: pointer;
  }

  .component-settings .nav > li > a {
    padding: 8px 10px;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-close:before {
    display: block;
    padding: 3px;
    background: transparent;
    color: #bbb;
    content: "×";
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-close:hover:before,
.formio-dialog.formio-dialog-theme-default .formio-dialog-close:active:before {
    color: #777;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-message {
    margin-bottom: 0.5em;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-input {
    margin-bottom: 1em;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text],
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password],
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email],
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url] {
    background: #fff;
    border: 0;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0 0.25em;
    min-height: 2.5em;
    padding: 0.25em 0.67em;
    width: 100%;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea:focus,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text]:focus,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password]:focus,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email]:focus,
.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url]:focus {
    box-shadow: inset 0 0 0 2px #8dbdf1;
    outline: none;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
    *zoom: 1;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
    content: "";
    display: table;
    clear: both;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-button {
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    font-family: inherit;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0 0 0 0.5em;
    padding: 0.75em 2em;
    text-transform: uppercase;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus {
    -webkit-animation: formio-dialog-pulse 1.1s infinite;
    animation: formio-dialog-pulse 1.1s infinite;
    outline: none;
  }

  @media (max-width: 568px) {
    .formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus {
      -webkit-animation: none;
      animation: none;
    }
  }
  .formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-primary {
    background: #3288e6;
    color: #fff;
  }

  .formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-secondary {
    background: #e0e0e0;
    color: #777;
  }

  .formio-dialog-content .panel {
    margin: 0;
  }

  .formio-placeholder {
    position: absolute;
    color: #999;
  }

  .formio-dialog .formio-dialog-close {
    cursor: pointer;
  }

  .formio-iframe {
    border: none;
    width: 100%;
    height: 1000px;
  }

  .inline-form-button {
    margin-right: 10px;
  }

  .tooltip {
    opacity: 1;
  }

  .tooltip[x-placement=right] .tooltip-arrow {
    border-right: 5px solid black;
  }

  .tooltip[x-placement=right] .tooltip-inner {
    margin-left: 8px;
  }

  .control-label--bottom {
    margin-bottom: 0;
    margin-top: 5px;
  }

  .formio-component-label-hidden {
    position: relative;
  }

  .formio-hidden {
    margin: 0;
  }

  .control-label--hidden {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 1.5em;
  }

  .formio-component-datetime .control-label--hidden.field-required {
    right: 45px;
    z-index: 3;
  }

  .formio-component-survey .control-label--hidden.field-required,
.formio-component-selectboxes .control-label--hidden.field-required {
    top: 0;
  }

  .formio-component-resource .control-label--hidden.field-required,
.formio-component-select .control-label--hidden.field-required {
    right: 40px;
    z-index: 2;
  }

  /* Fix for Hidden checkbox in component editform. */
  .formio-component-hidden:not(.formio-component-checkbox),
.formio-component-datasource {
    margin-bottom: 0;
  }

  .checkbox-inline label,
.radio-inline label {
    font-weight: 400;
    cursor: pointer;
  }

  .editgrid-listgroup {
    margin-bottom: 10px;
  }

  .tree-listgroup {
    flex-direction: row;
  }

  .formio-component-submit .has-error {
    display: none;
  }

  .formio-component-submit button[disabled] + .has-error {
    display: block;
  }

  .formio-choices.form-group {
    margin-bottom: 0;
  }

  .formio-choices[data-type=select-multiple] .form-control {
    height: auto;
  }

  .form-control.formio-multiple-mask-select {
    width: 15%;
    z-index: 4;
  }

  .form-control.formio-multiple-mask-input {
    width: 85%;
  }

  .input-group.formio-multiple-mask-container {
    width: 100%;
  }

  .formio-component .table {
    margin-bottom: 0;
  }

  .formio-hide-label-panel-tooltip {
    margin-top: -10px;
    margin-left: -10px;
  }

  .is-disabled .choices__list--multiple .choices__item {
    padding: 5px 10px;
  }

  .is-disabled .choices__list--multiple .choices__item .choices__button {
    display: none;
  }

  .formio-collapse-icon {
    cursor: pointer;
    margin-right: 4px;
  }

  [dir=rtl] .formio-collapse-icon {
    margin-right: unset;
    margin-left: 4px;
  }

  .formio-component-datetime .form-control[type=datetime-local] ~ .input-group-addon,
.formio-component-dateTime .form-control[type=datetime-local] ~ .input-group-addon {
    width: auto;
  }

  .formio-component-datagrid .formio-datagrid-remove {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms linear, visibility 0ms 200ms;
  }

  .formio-component-datagrid .datagrid-table > tbody > tr > td:last-child {
    position: relative;
  }

  .formio-component-datagrid .datagrid-table > tbody > tr:hover > td:last-child .formio-datagrid-remove {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 200ms linear;
  }

  .formio-component-modaledit .formio-modaledit-view-container {
    position: relative;
    border: 1px solid #ddd;
    min-height: 34px;
    padding: 6px 12px;
    cursor: text;
  }

  td .formio-component-modaledit .formio-modaledit-view-container {
    padding: 0;
    border-style: none;
  }

  .formio-component-modaledit .formio-modaledit-edit {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms linear, visibility 0ms 200ms;
  }

  .formio-component-modaledit .formio-modaledit-view-container:hover .formio-modaledit-edit {
    visibility: visible;
    opacity: 1;
    transition: visibility 0ms, opacity 200ms linear;
  }

  .formio-modaledit-dialog .formio-modaledit-close {
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0;
  }

  .reset-margins html, .reset-margins body, .reset-margins div, .reset-margins span, .reset-margins applet, .reset-margins object, .reset-margins iframe,
.reset-margins h1,
.reset-margins .h1, .reset-margins h2, .reset-margins .h2, .reset-margins h3, .reset-margins .h3, .reset-margins h4, .reset-margins .h4, .reset-margins h5, .reset-margins .h5, .reset-margins h6, .reset-margins .h6, .reset-margins p, .reset-margins blockquote, .reset-margins pre,
.reset-margins a, .reset-margins abbr, .reset-margins acronym, .reset-margins address, .reset-margins big, .reset-margins cite, .reset-margins code,
.reset-margins del, .reset-margins dfn, .reset-margins em, .reset-margins img, .reset-margins ins, .reset-margins kbd, .reset-margins q, .reset-margins s, .reset-margins samp,
.reset-margins small,
.reset-margins .small, .reset-margins strike, .reset-margins strong, .reset-margins sub, .reset-margins sup, .reset-margins tt, .reset-margins var,
.reset-margins b, .reset-margins u, .reset-margins i, .reset-margins center,
.reset-margins dl, .reset-margins dt, .reset-margins dd, .reset-margins ol, .reset-margins ul, .reset-margins li,
.reset-margins fieldset, .reset-margins form, .reset-margins label, .reset-margins legend,
.reset-margins table, .reset-margins caption, .reset-margins tbody, .reset-margins tfoot, .reset-margins thead, .reset-margins tr, .reset-margins th, .reset-margins td,
.reset-margins article, .reset-margins aside, .reset-margins canvas, .reset-margins details, .reset-margins embed,
.reset-margins figure, .reset-margins figcaption, .reset-margins footer, .reset-margins header, .reset-margins hgroup,
.reset-margins menu, .reset-margins nav, .reset-margins output, .reset-margins ruby, .reset-margins section, .reset-margins summary,
.reset-margins time, .reset-margins mark, .reset-margins .mark, .reset-margins audio, .reset-margins video {
    margin: 0;
  }

  .ck-body .ck.ck-balloon-panel {
    z-index: 101000;
  }

  .formio-component-select select[disabled=disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
  }

  .formio-component-select div[disabled=disabled] button,
.formio-component-select .choices.is-disabled[data-type*=select-one]:after {
    display: none;
  }

  .datagrid-group-label.collapsed > td {
    display: none;
  }

  .datagrid-group-header.clickable {
    cursor: pointer;
  }

  .datagrid-group-header.clickable .datagrid-group-label:before {
    display: inline-block;
    vertical-align: middle;
    content: "▾";
    margin: 0 5px;
  }

  .datagrid-group-header.clickable.collapsed .datagrid-group-label:before {
    content: "▸";
  }

  .formio-component.alert-danger .help-block,
.formio-component.alert-warning .help-block {
    color: inherit;
  }

  .tree__level_even {
    background-color: #f6f6f6;
  }

  .tree__node-content {
    margin-bottom: 10px;
  }

  .tree__node-children {
    margin: 0;
  }

  .formio-select-autocomplete-input {
    /* we can't use display: none or visibility: hidden because autocomplete won't work on hidden field */
    opacity: 0;
    position: absolute;
    z-index: -1;
  }

  .has-error > .help-block {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .no-top-border-table > .table > tbody > tr:first-child > td {
    border-top: none;
  }

  .table > tbody > tr > td.cell-align-left {
    text-align: left;
  }

  .table > tbody > tr > td.cell-align-center {
    text-align: center;
  }

  .table > tbody > tr > td.cell-align-center > div {
    margin-left: auto;
    margin-right: auto;
  }

  .table > tbody > tr > td.cell-align-right {
    text-align: right;
  }

  .table > tbody > tr > td.cell-align-right > div {
    margin-left: auto;
  }

  .formio-component-textarea .alert .ck-editor__editable {
    color: inherit;
  }

  div[data-oembed-url] {
    width: 100%;
  }

  .radio label.label-position-left, .checkbox label.label-position-left,
.radio label.label-position-top, .checkbox label.label-position-top,
.radio label.label-position-bottom, .checkbox label.label-position-bottom {
    padding-left: 0;
  }

  .radio label.label-position-top span, .checkbox label.label-position-top span,
.radio label.label-position-bottom span, .checkbox label.label-position-bottom span {
    display: block;
  }

  .radio label.label-position-top input[type=radio], .checkbox label.label-position-top input[type=checkbox],
.radio label.label-position-bottom input[type=radio], .checkbox label.label-position-bottom input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .radio label.label-position-top input[type=radio], .checkbox label.label-position-top input[type=checkbox] {
    margin-top: 4px;
  }

  .radio label.label-position-bottom input[type=radio], .checkbox label.label-position-bottom input[type=checkbox] {
    margin-bottom: 8px;
  }

  .radio label.label-position-left input[type=radio], .checkbox label.label-position-left input[type=checkbox] {
    margin-left: 10px;
  }

  .open-modal-button {
    width: 100%;
    text-align: left;
  }

  /* ckeditor5-image/theme/image.css */
  .formio-component-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
  }

  /* ckeditor5-image/theme/image.css */
  .formio-component-content .image > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
  }

  /* ckeditor5-image/theme/imagecaption.css */
  .formio-component-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: #333333;
    background-color: #f7f7f7;
    padding: 0.6em;
    font-size: 0.75em;
    outline-offset: -1px;
  }

  /* ckeditor5-image/theme/imageresize.css */
  .formio-component-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
  }

  /* ckeditor5-image/theme/imageresize.css */
  .formio-component-content .image.image_resized img {
    width: 100%;
  }

  /* ckeditor5-image/theme/imageresize.css */
  .formio-component-content .image.image_resized > figcaption {
    display: block;
  }

  /* ckeditor5-media-embed/theme/mediaembed.css */
  .formio-component-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
  }

  /* ckeditor5-image/theme/imagestyle.css */
  .formio-component-content .image-style-side:not(.image_resized), .formio-component-content .image-style-align-left:not(.image_resized), .formio-component-content .image-style-align-center:not(.image_resized), .formio-component-content .image-style-align-right:not(.image_resized) {
    max-width: 50%;
  }

  /* ckeditor5-image/theme/imagestyle.css */
  .formio-component-content .image-style-side:not(.image_resized), .formio-component-content .image-style-align-left:not(.image_resized), .formio-component-content .image-style-align-center:not(.image_resized), .formio-component-content .image-style-align-right:not(.image_resized) {
    max-width: 50%;
  }

  /* ckeditor5-image/theme/imagestyle.css */
  .formio-component-content .image-style-side:not(.image_resized), .formio-component-content .image-style-align-left:not(.image_resized), .formio-component-content .image-style-align-center:not(.image_resized), .formio-component-content .image-style-align-right:not(.image_resized) {
    max-width: 50%;
  }

  /* ckeditor5-image/theme/imagestyle.css */
  .formio-component-content .image-style-side:not(.image_resized), .formio-component-content .image-style-align-left:not(.image_resized), .formio-component-content .image-style-align-center:not(.image_resized), .formio-component-content .image-style-align-right:not(.image_resized) {
    max-width: 50%;
  }

  /* ckeditor5-image/theme/imagestyle.css */
  .formio-component-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
  }

  /* ckeditor5-image/theme/imagestyle.css */
  .formio-component-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
  }

  /* ckeditor5-image/theme/imagestyle.css */
  .formio-component-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
  }

  /* ckeditor5-image/theme/imagestyle.css */
  .formio-component-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
  }

  /* ckeditor5-block-quote/theme/blockquote.css */
  .formio-component-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px #cccccc;
  }

  /* ckeditor5-block-quote/theme/blockquote.css */
  .formio-component-content[dir=rtl] blockquote {
    border-left: 0;
    border-right: solid 5px #cccccc;
  }

  .formio-component-address.formio-component-label-hidden > label.field-required {
    z-index: 1;
  }

  .formio-component-address.formio-component-label-hidden > label.field-required ~ .address-autocomplete-container .address-autocomplete-remove-value-icon {
    right: 20px;
  }

  .address-autocomplete-container {
    position: relative;
  }

  .address-autocomplete-container .address-autocomplete-remove-value-icon {
    cursor: pointer;
    position: absolute;
    margin-top: -9px;
    right: 10px;
    top: 50%;
  }

  .address-autocomplete-container .address-autocomplete-remove-value-icon--hidden {
    display: none;
  }

  .autocomplete {
    background: white;
    font: 14px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid rgba(50, 50, 50, 0.6);
    z-index: 11000;
  }

  .autocomplete > div {
    cursor: pointer;
    padding: 6px 10px;
  }

  .autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
    background: #1e90ff;
    color: #ffffff;
  }

  .field-wrapper {
    display: flex;
  }

  .field-wrapper--reverse {
    flex-direction: row-reverse;
  }

  .field-wrapper .field-label--right {
    text-align: right;
  }

  .formio-component-modal-wrapper {
    margin-bottom: 10px;
  }

  .formio-component-modal-wrapper .component-rendering-hidden {
    visibility: hidden;
  }

  .formbuilder {
    position: relative;
  }

  .drag-container {
    padding: 10px;
    border: dotted 2px #e8e8e8;
  }

  .drag-container:hover {
    cursor: move;
    border: dotted 2px #ccc;
  }

  .drag-container.formio-builder-form,
.drag-container.formio-builder-form:hover,
.panel-body > .drag-container.formio-builder-components,
.panel-body > .drag-container.formio-builder-components:hover,
.tab-pane > .drag-container.formio-builder-components,
.tab-pane > .drag-container.formio-builder-components:hover {
    padding: 0 0 1rem 0;
    border: none;
  }

  .component-btn-group {
    position: absolute;
    right: 0;
    z-index: 1000;
    margin-top: -2px;
  }

  .builder-component {
    position: relative;
    min-height: 15px;
  }

  .builder-component .formio-component-htmlelement {
    border: dotted 2px #e8e8e8;
  }

  .builder-component .formio-component-htmlelement [ref=html]:empty:before {
    content: "HTML Content";
    color: #aaa;
  }

  .builder-component:not(:hover) .component-btn-group {
    display: none;
  }

  .builder-group-button {
    background-color: transparent;
    white-space: normal;
    text-align: left;
  }

  .form-builder-group-header {
    padding: 0;
  }

  .formio-dialog .tab-content {
    padding-top: 12px;
  }

  .formio-dialog-close {
    z-index: 1000;
  }

  .component-btn-group .component-settings-button {
    float: right;
    z-index: 1001;
    margin: 4px 4px 0 0;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(48, 113, 169, 0.6);
    -moz-box-shadow: 0px 0px 10px 1px rgba(48, 113, 169, 0.6);
    box-shadow: 0px 0px 10px 1px rgba(48, 113, 169, 0.6);
  }

  .formbuilder .formio-component-hidden,
.formbuilder .formio-component-content,
.formbuilder .formio-component-form {
    border: 2px dashed #ddd;
  }

  .formbuilder .formio-component-form,
.formbuilder .formio-component-hidden {
    height: 3em;
    text-align: center;
    color: #aaa;
    padding-top: 0.5em;
  }

  .btn-xxs, .btn-group-xxs > .btn, .component-btn-group .component-settings-button {
    padding: 2px 2px;
    font-size: 10px;
    line-height: 1.2em;
    border-radius: 0;
    width: 18px;
    height: 18px;
  }

  .formcomponents .formcomponent {
    text-align: left;
    padding: 5px 5px 5px 8px;
    margin-top: 0.2rem;
    font-size: 0.8em;
    line-height: 1.2;
    border-radius: 0.3em;
  }

  .form-builder-panel .panel-body {
    padding: 5px;
  }

  .formio-component-tabs .ui.tabular.menu .item {
    padding: 0.8em;
  }

  .formio-pdf-builder {
    position: relative;
  }

  .formio-drop-zone {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #0d87e9;
    opacity: 0.1;
  }

  .formio-drop-zone.enabled {
    display: inherit;
  }

  .component-settings-button-paste {
    display: none;
  }

  .builder-paste-mode .component-settings-button-paste {
    display: inherit;
  }

  .wizard-page-label {
    cursor: pointer;
    border-radius: 0;
  }

  .panel-body .drag-and-drop-alert {
    margin-bottom: 0;
  }

  .builder-sidebar_scroll {
    position: sticky;
    top: 15px;
  }

  .formio-wizard-builder-component-title {
    color: #6c757d;
    text-align: center;
    padding: 0.5rem;
  }

  .formio-wizard-position {
    position: relative;
  }

  .formio-settings-help {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    margin-top: 10px;
  }

  .help-block {
    margin: 0px;
  }

  .builder-sidebar .btn {
    white-space: normal;
  }

  /* Styles for component edit modal */
  .component-settings {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .component-settings .formio-dialog-content {
    max-height: 100%;
  }

  .component-edit-container {
    height: 100%;
    overflow: hidden;
  }

  .component-edit-content {
    height: calc(100% - 4em);
  }

  .component-edit-tabs.col-sm-6 {
    height: 100%;
    overflow-y: auto;
  }

  .component-edit-tabs.col-sm-12 {
    height: calc(100% - 4em);
    overflow-y: auto;
  }

  .component-edit-tabs.col-sm-12 .editForm {
    height: calc(100% - 4em);
    overflow-y: auto;
  }

  /*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  /* FONT PATH
   * -------------------------- */
  @font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .fa, .sb-portal-catalog__search-clear:before, .sb-portal-catalog__search:before, .data-field-prefix-icon, .operator-prefix-icon, .icon-font-fa-fixed-width, .icon-font-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* makes the font 33% larger relative to the icon container */
  .fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }

  .fa-2x {
    font-size: 2em;
  }

  .fa-3x {
    font-size: 3em;
  }

  .fa-4x {
    font-size: 4em;
  }

  .fa-5x {
    font-size: 5em;
  }

  .fa-fw, .data-field-prefix-icon, .operator-prefix-icon, .icon-font-fa-fixed-width {
    width: 1.2857142857em;
    text-align: center;
  }

  .fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
  }
  .fa-ul > li {
    position: relative;
  }

  .fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
  }
  .fa-li.fa-lg {
    left: -1.8571428571em;
  }

  .fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
  }

  .fa-pull-left {
    float: left;
  }

  .fa-pull-right {
    float: right;
  }

  .fa.fa-pull-left, .fa-pull-left.sb-portal-catalog__search-clear:before, .fa-pull-left.sb-portal-catalog__search:before, .fa-pull-left.data-field-prefix-icon, .fa-pull-left.operator-prefix-icon, .fa-pull-left.icon-font-fa-fixed-width, .fa-pull-left.icon-font-fa {
    margin-right: 0.3em;
  }
  .fa.fa-pull-right, .fa-pull-right.sb-portal-catalog__search-clear:before, .fa-pull-right.sb-portal-catalog__search:before, .fa-pull-right.data-field-prefix-icon, .fa-pull-right.operator-prefix-icon, .fa-pull-right.icon-font-fa-fixed-width, .fa-pull-right.icon-font-fa {
    margin-left: 0.3em;
  }

  /* Deprecated as of 4.4.0 */
  .pull-right {
    float: right;
  }

  .pull-left {
    float: left;
  }

  .fa.pull-left, .pull-left.sb-portal-catalog__search-clear:before, .pull-left.sb-portal-catalog__search:before, .pull-left.data-field-prefix-icon, .pull-left.operator-prefix-icon, .pull-left.icon-font-fa-fixed-width, .pull-left.icon-font-fa {
    margin-right: 0.3em;
  }
  .fa.pull-right, .pull-right.sb-portal-catalog__search-clear:before, .pull-right.sb-portal-catalog__search:before, .pull-right.data-field-prefix-icon, .pull-right.operator-prefix-icon, .pull-right.icon-font-fa-fixed-width, .pull-right.icon-font-fa {
    margin-left: 0.3em;
  }

  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }

  .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
  }

  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }

  :root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
  }

  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }

  .fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .fa-stack-1x {
    line-height: inherit;
  }

  .fa-stack-2x {
    font-size: 2em;
  }

  .fa-inverse {
    color: #fff;
  }

  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
  .fa-glass:before {
    content: "";
  }

  .fa-music:before {
    content: "";
  }

  .fa-search:before {
    content: "";
  }

  .fa-envelope-o:before {
    content: "";
  }

  .fa-heart:before {
    content: "";
  }

  .fa-star:before {
    content: "";
  }

  .fa-star-o:before {
    content: "";
  }

  .fa-user:before {
    content: "";
  }

  .fa-film:before {
    content: "";
  }

  .fa-th-large:before {
    content: "";
  }

  .fa-th:before {
    content: "";
  }

  .fa-th-list:before {
    content: "";
  }

  .fa-check:before {
    content: "";
  }

  .fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
  }

  .fa-search-plus:before {
    content: "";
  }

  .fa-search-minus:before {
    content: "";
  }

  .fa-power-off:before {
    content: "";
  }

  .fa-signal:before {
    content: "";
  }

  .fa-gear:before,
.fa-cog:before {
    content: "";
  }

  .fa-trash-o:before {
    content: "";
  }

  .fa-home:before {
    content: "";
  }

  .fa-file-o:before {
    content: "";
  }

  .fa-clock-o:before {
    content: "";
  }

  .fa-road:before {
    content: "";
  }

  .fa-download:before {
    content: "";
  }

  .fa-arrow-circle-o-down:before {
    content: "";
  }

  .fa-arrow-circle-o-up:before {
    content: "";
  }

  .fa-inbox:before {
    content: "";
  }

  .fa-play-circle-o:before {
    content: "";
  }

  .fa-rotate-right:before,
.fa-repeat:before {
    content: "";
  }

  .fa-refresh:before {
    content: "";
  }

  .fa-list-alt:before {
    content: "";
  }

  .fa-lock:before {
    content: "";
  }

  .fa-flag:before {
    content: "";
  }

  .fa-headphones:before {
    content: "";
  }

  .fa-volume-off:before {
    content: "";
  }

  .fa-volume-down:before {
    content: "";
  }

  .fa-volume-up:before {
    content: "";
  }

  .fa-qrcode:before {
    content: "";
  }

  .fa-barcode:before {
    content: "";
  }

  .fa-tag:before {
    content: "";
  }

  .fa-tags:before {
    content: "";
  }

  .fa-book:before {
    content: "";
  }

  .fa-bookmark:before {
    content: "";
  }

  .fa-print:before {
    content: "";
  }

  .fa-camera:before {
    content: "";
  }

  .fa-font:before {
    content: "";
  }

  .fa-bold:before {
    content: "";
  }

  .fa-italic:before {
    content: "";
  }

  .fa-text-height:before {
    content: "";
  }

  .fa-text-width:before {
    content: "";
  }

  .fa-align-left:before {
    content: "";
  }

  .fa-align-center:before {
    content: "";
  }

  .fa-align-right:before {
    content: "";
  }

  .fa-align-justify:before {
    content: "";
  }

  .fa-list:before {
    content: "";
  }

  .fa-dedent:before,
.fa-outdent:before {
    content: "";
  }

  .fa-indent:before {
    content: "";
  }

  .fa-video-camera:before {
    content: "";
  }

  .fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
  }

  .fa-pencil:before {
    content: "";
  }

  .fa-map-marker:before {
    content: "";
  }

  .fa-adjust:before {
    content: "";
  }

  .fa-tint:before {
    content: "";
  }

  .fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
  }

  .fa-share-square-o:before {
    content: "";
  }

  .fa-check-square-o:before {
    content: "";
  }

  .fa-arrows:before {
    content: "";
  }

  .fa-step-backward:before {
    content: "";
  }

  .fa-fast-backward:before {
    content: "";
  }

  .fa-backward:before {
    content: "";
  }

  .fa-play:before {
    content: "";
  }

  .fa-pause:before {
    content: "";
  }

  .fa-stop:before {
    content: "";
  }

  .fa-forward:before {
    content: "";
  }

  .fa-fast-forward:before {
    content: "";
  }

  .fa-step-forward:before {
    content: "";
  }

  .fa-eject:before {
    content: "";
  }

  .fa-chevron-left:before {
    content: "";
  }

  .fa-chevron-right:before {
    content: "";
  }

  .fa-plus-circle:before {
    content: "";
  }

  .fa-minus-circle:before {
    content: "";
  }

  .fa-times-circle:before {
    content: "";
  }

  .fa-check-circle:before {
    content: "";
  }

  .fa-question-circle:before {
    content: "";
  }

  .fa-info-circle:before {
    content: "";
  }

  .fa-crosshairs:before {
    content: "";
  }

  .fa-times-circle-o:before {
    content: "";
  }

  .fa-check-circle-o:before {
    content: "";
  }

  .fa-ban:before {
    content: "";
  }

  .fa-arrow-left:before {
    content: "";
  }

  .fa-arrow-right:before {
    content: "";
  }

  .fa-arrow-up:before {
    content: "";
  }

  .fa-arrow-down:before {
    content: "";
  }

  .fa-mail-forward:before,
.fa-share:before {
    content: "";
  }

  .fa-expand:before {
    content: "";
  }

  .fa-compress:before {
    content: "";
  }

  .fa-plus:before {
    content: "";
  }

  .fa-minus:before {
    content: "";
  }

  .fa-asterisk:before {
    content: "";
  }

  .fa-exclamation-circle:before {
    content: "";
  }

  .fa-gift:before {
    content: "";
  }

  .fa-leaf:before {
    content: "";
  }

  .fa-fire:before {
    content: "";
  }

  .fa-eye:before {
    content: "";
  }

  .fa-eye-slash:before {
    content: "";
  }

  .fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
  }

  .fa-plane:before {
    content: "";
  }

  .fa-calendar:before {
    content: "";
  }

  .fa-random:before {
    content: "";
  }

  .fa-comment:before {
    content: "";
  }

  .fa-magnet:before {
    content: "";
  }

  .fa-chevron-up:before {
    content: "";
  }

  .fa-chevron-down:before {
    content: "";
  }

  .fa-retweet:before {
    content: "";
  }

  .fa-shopping-cart:before {
    content: "";
  }

  .fa-folder:before {
    content: "";
  }

  .fa-folder-open:before {
    content: "";
  }

  .fa-arrows-v:before {
    content: "";
  }

  .fa-arrows-h:before {
    content: "";
  }

  .fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
  }

  .fa-twitter-square:before {
    content: "";
  }

  .fa-facebook-square:before {
    content: "";
  }

  .fa-camera-retro:before {
    content: "";
  }

  .fa-key:before {
    content: "";
  }

  .fa-gears:before,
.fa-cogs:before {
    content: "";
  }

  .fa-comments:before {
    content: "";
  }

  .fa-thumbs-o-up:before {
    content: "";
  }

  .fa-thumbs-o-down:before {
    content: "";
  }

  .fa-star-half:before {
    content: "";
  }

  .fa-heart-o:before {
    content: "";
  }

  .fa-sign-out:before {
    content: "";
  }

  .fa-linkedin-square:before {
    content: "";
  }

  .fa-thumb-tack:before {
    content: "";
  }

  .fa-external-link:before {
    content: "";
  }

  .fa-sign-in:before {
    content: "";
  }

  .fa-trophy:before {
    content: "";
  }

  .fa-github-square:before {
    content: "";
  }

  .fa-upload:before {
    content: "";
  }

  .fa-lemon-o:before {
    content: "";
  }

  .fa-phone:before {
    content: "";
  }

  .fa-square-o:before {
    content: "";
  }

  .fa-bookmark-o:before {
    content: "";
  }

  .fa-phone-square:before {
    content: "";
  }

  .fa-twitter:before {
    content: "";
  }

  .fa-facebook-f:before,
.fa-facebook:before {
    content: "";
  }

  .fa-github:before {
    content: "";
  }

  .fa-unlock:before {
    content: "";
  }

  .fa-credit-card:before {
    content: "";
  }

  .fa-feed:before,
.fa-rss:before {
    content: "";
  }

  .fa-hdd-o:before {
    content: "";
  }

  .fa-bullhorn:before {
    content: "";
  }

  .fa-bell:before {
    content: "";
  }

  .fa-certificate:before {
    content: "";
  }

  .fa-hand-o-right:before {
    content: "";
  }

  .fa-hand-o-left:before {
    content: "";
  }

  .fa-hand-o-up:before {
    content: "";
  }

  .fa-hand-o-down:before {
    content: "";
  }

  .fa-arrow-circle-left:before {
    content: "";
  }

  .fa-arrow-circle-right:before {
    content: "";
  }

  .fa-arrow-circle-up:before {
    content: "";
  }

  .fa-arrow-circle-down:before {
    content: "";
  }

  .fa-globe:before {
    content: "";
  }

  .fa-wrench:before {
    content: "";
  }

  .fa-tasks:before {
    content: "";
  }

  .fa-filter:before {
    content: "";
  }

  .fa-briefcase:before {
    content: "";
  }

  .fa-arrows-alt:before {
    content: "";
  }

  .fa-group:before,
.fa-users:before {
    content: "";
  }

  .fa-chain:before,
.fa-link:before {
    content: "";
  }

  .fa-cloud:before {
    content: "";
  }

  .fa-flask:before {
    content: "";
  }

  .fa-cut:before,
.fa-scissors:before {
    content: "";
  }

  .fa-copy:before,
.fa-files-o:before {
    content: "";
  }

  .fa-paperclip:before {
    content: "";
  }

  .fa-save:before,
.fa-floppy-o:before {
    content: "";
  }

  .fa-square:before {
    content: "";
  }

  .fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
  }

  .fa-list-ul:before {
    content: "";
  }

  .fa-list-ol:before {
    content: "";
  }

  .fa-strikethrough:before {
    content: "";
  }

  .fa-underline:before {
    content: "";
  }

  .fa-table:before {
    content: "";
  }

  .fa-magic:before {
    content: "";
  }

  .fa-truck:before {
    content: "";
  }

  .fa-pinterest:before {
    content: "";
  }

  .fa-pinterest-square:before {
    content: "";
  }

  .fa-google-plus-square:before {
    content: "";
  }

  .fa-google-plus:before {
    content: "";
  }

  .fa-money:before {
    content: "";
  }

  .fa-caret-down:before {
    content: "";
  }

  .fa-caret-up:before {
    content: "";
  }

  .fa-caret-left:before {
    content: "";
  }

  .fa-caret-right:before {
    content: "";
  }

  .fa-columns:before {
    content: "";
  }

  .fa-unsorted:before,
.fa-sort:before {
    content: "";
  }

  .fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
  }

  .fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
  }

  .fa-envelope:before {
    content: "";
  }

  .fa-linkedin:before {
    content: "";
  }

  .fa-rotate-left:before,
.fa-undo:before {
    content: "";
  }

  .fa-legal:before,
.fa-gavel:before {
    content: "";
  }

  .fa-dashboard:before,
.fa-tachometer:before {
    content: "";
  }

  .fa-comment-o:before {
    content: "";
  }

  .fa-comments-o:before {
    content: "";
  }

  .fa-flash:before,
.fa-bolt:before {
    content: "";
  }

  .fa-sitemap:before {
    content: "";
  }

  .fa-umbrella:before {
    content: "";
  }

  .fa-paste:before,
.fa-clipboard:before {
    content: "";
  }

  .fa-lightbulb-o:before {
    content: "";
  }

  .fa-exchange:before {
    content: "";
  }

  .fa-cloud-download:before {
    content: "";
  }

  .fa-cloud-upload:before {
    content: "";
  }

  .fa-user-md:before {
    content: "";
  }

  .fa-stethoscope:before {
    content: "";
  }

  .fa-suitcase:before {
    content: "";
  }

  .fa-bell-o:before {
    content: "";
  }

  .fa-coffee:before {
    content: "";
  }

  .fa-cutlery:before {
    content: "";
  }

  .fa-file-text-o:before {
    content: "";
  }

  .fa-building-o:before {
    content: "";
  }

  .fa-hospital-o:before {
    content: "";
  }

  .fa-ambulance:before {
    content: "";
  }

  .fa-medkit:before {
    content: "";
  }

  .fa-fighter-jet:before {
    content: "";
  }

  .fa-beer:before {
    content: "";
  }

  .fa-h-square:before {
    content: "";
  }

  .fa-plus-square:before {
    content: "";
  }

  .fa-angle-double-left:before {
    content: "";
  }

  .fa-angle-double-right:before {
    content: "";
  }

  .fa-angle-double-up:before {
    content: "";
  }

  .fa-angle-double-down:before {
    content: "";
  }

  .fa-angle-left:before {
    content: "";
  }

  .fa-angle-right:before {
    content: "";
  }

  .fa-angle-up:before {
    content: "";
  }

  .fa-angle-down:before {
    content: "";
  }

  .fa-desktop:before {
    content: "";
  }

  .fa-laptop:before {
    content: "";
  }

  .fa-tablet:before {
    content: "";
  }

  .fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
  }

  .fa-circle-o:before {
    content: "";
  }

  .fa-quote-left:before {
    content: "";
  }

  .fa-quote-right:before {
    content: "";
  }

  .fa-spinner:before {
    content: "";
  }

  .fa-circle:before {
    content: "";
  }

  .fa-mail-reply:before,
.fa-reply:before {
    content: "";
  }

  .fa-github-alt:before {
    content: "";
  }

  .fa-folder-o:before {
    content: "";
  }

  .fa-folder-open-o:before {
    content: "";
  }

  .fa-smile-o:before {
    content: "";
  }

  .fa-frown-o:before {
    content: "";
  }

  .fa-meh-o:before {
    content: "";
  }

  .fa-gamepad:before {
    content: "";
  }

  .fa-keyboard-o:before {
    content: "";
  }

  .fa-flag-o:before {
    content: "";
  }

  .fa-flag-checkered:before {
    content: "";
  }

  .fa-terminal:before {
    content: "";
  }

  .fa-code:before {
    content: "";
  }

  .fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
  }

  .fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
  }

  .fa-location-arrow:before {
    content: "";
  }

  .fa-crop:before {
    content: "";
  }

  .fa-code-fork:before {
    content: "";
  }

  .fa-unlink:before,
.fa-chain-broken:before {
    content: "";
  }

  .fa-question:before {
    content: "";
  }

  .fa-info:before {
    content: "";
  }

  .fa-exclamation:before {
    content: "";
  }

  .fa-superscript:before {
    content: "";
  }

  .fa-subscript:before {
    content: "";
  }

  .fa-eraser:before {
    content: "";
  }

  .fa-puzzle-piece:before {
    content: "";
  }

  .fa-microphone:before {
    content: "";
  }

  .fa-microphone-slash:before {
    content: "";
  }

  .fa-shield:before {
    content: "";
  }

  .fa-calendar-o:before {
    content: "";
  }

  .fa-fire-extinguisher:before {
    content: "";
  }

  .fa-rocket:before {
    content: "";
  }

  .fa-maxcdn:before {
    content: "";
  }

  .fa-chevron-circle-left:before {
    content: "";
  }

  .fa-chevron-circle-right:before {
    content: "";
  }

  .fa-chevron-circle-up:before {
    content: "";
  }

  .fa-chevron-circle-down:before {
    content: "";
  }

  .fa-html5:before {
    content: "";
  }

  .fa-css3:before {
    content: "";
  }

  .fa-anchor:before {
    content: "";
  }

  .fa-unlock-alt:before {
    content: "";
  }

  .fa-bullseye:before {
    content: "";
  }

  .fa-ellipsis-h:before {
    content: "";
  }

  .fa-ellipsis-v:before {
    content: "";
  }

  .fa-rss-square:before {
    content: "";
  }

  .fa-play-circle:before {
    content: "";
  }

  .fa-ticket:before {
    content: "";
  }

  .fa-minus-square:before {
    content: "";
  }

  .fa-minus-square-o:before {
    content: "";
  }

  .fa-level-up:before {
    content: "";
  }

  .fa-level-down:before {
    content: "";
  }

  .fa-check-square:before {
    content: "";
  }

  .fa-pencil-square:before {
    content: "";
  }

  .fa-external-link-square:before {
    content: "";
  }

  .fa-share-square:before {
    content: "";
  }

  .fa-compass:before {
    content: "";
  }

  .fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
  }

  .fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
  }

  .fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
  }

  .fa-euro:before,
.fa-eur:before {
    content: "";
  }

  .fa-gbp:before {
    content: "";
  }

  .fa-dollar:before,
.fa-usd:before {
    content: "";
  }

  .fa-rupee:before,
.fa-inr:before {
    content: "";
  }

  .fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
  }

  .fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
  }

  .fa-won:before,
.fa-krw:before {
    content: "";
  }

  .fa-bitcoin:before,
.fa-btc:before {
    content: "";
  }

  .fa-file:before {
    content: "";
  }

  .fa-file-text:before {
    content: "";
  }

  .fa-sort-alpha-asc:before {
    content: "";
  }

  .fa-sort-alpha-desc:before {
    content: "";
  }

  .fa-sort-amount-asc:before {
    content: "";
  }

  .fa-sort-amount-desc:before {
    content: "";
  }

  .fa-sort-numeric-asc:before {
    content: "";
  }

  .fa-sort-numeric-desc:before {
    content: "";
  }

  .fa-thumbs-up:before {
    content: "";
  }

  .fa-thumbs-down:before {
    content: "";
  }

  .fa-youtube-square:before {
    content: "";
  }

  .fa-youtube:before {
    content: "";
  }

  .fa-xing:before {
    content: "";
  }

  .fa-xing-square:before {
    content: "";
  }

  .fa-youtube-play:before {
    content: "";
  }

  .fa-dropbox:before {
    content: "";
  }

  .fa-stack-overflow:before {
    content: "";
  }

  .fa-instagram:before {
    content: "";
  }

  .fa-flickr:before {
    content: "";
  }

  .fa-adn:before {
    content: "";
  }

  .fa-bitbucket:before {
    content: "";
  }

  .fa-bitbucket-square:before {
    content: "";
  }

  .fa-tumblr:before {
    content: "";
  }

  .fa-tumblr-square:before {
    content: "";
  }

  .fa-long-arrow-down:before {
    content: "";
  }

  .fa-long-arrow-up:before {
    content: "";
  }

  .fa-long-arrow-left:before {
    content: "";
  }

  .fa-long-arrow-right:before {
    content: "";
  }

  .fa-apple:before {
    content: "";
  }

  .fa-windows:before {
    content: "";
  }

  .fa-android:before {
    content: "";
  }

  .fa-linux:before {
    content: "";
  }

  .fa-dribbble:before {
    content: "";
  }

  .fa-skype:before {
    content: "";
  }

  .fa-foursquare:before {
    content: "";
  }

  .fa-trello:before {
    content: "";
  }

  .fa-female:before {
    content: "";
  }

  .fa-male:before {
    content: "";
  }

  .fa-gittip:before,
.fa-gratipay:before {
    content: "";
  }

  .fa-sun-o:before {
    content: "";
  }

  .fa-moon-o:before {
    content: "";
  }

  .fa-archive:before {
    content: "";
  }

  .fa-bug:before {
    content: "";
  }

  .fa-vk:before {
    content: "";
  }

  .fa-weibo:before {
    content: "";
  }

  .fa-renren:before {
    content: "";
  }

  .fa-pagelines:before {
    content: "";
  }

  .fa-stack-exchange:before {
    content: "";
  }

  .fa-arrow-circle-o-right:before {
    content: "";
  }

  .fa-arrow-circle-o-left:before {
    content: "";
  }

  .fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
  }

  .fa-dot-circle-o:before {
    content: "";
  }

  .fa-wheelchair:before {
    content: "";
  }

  .fa-vimeo-square:before {
    content: "";
  }

  .fa-turkish-lira:before,
.fa-try:before {
    content: "";
  }

  .fa-plus-square-o:before {
    content: "";
  }

  .fa-space-shuttle:before {
    content: "";
  }

  .fa-slack:before {
    content: "";
  }

  .fa-envelope-square:before {
    content: "";
  }

  .fa-wordpress:before {
    content: "";
  }

  .fa-openid:before {
    content: "";
  }

  .fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
  }

  .fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
  }

  .fa-yahoo:before {
    content: "";
  }

  .fa-google:before {
    content: "";
  }

  .fa-reddit:before {
    content: "";
  }

  .fa-reddit-square:before {
    content: "";
  }

  .fa-stumbleupon-circle:before {
    content: "";
  }

  .fa-stumbleupon:before {
    content: "";
  }

  .fa-delicious:before {
    content: "";
  }

  .fa-digg:before {
    content: "";
  }

  .fa-pied-piper-pp:before {
    content: "";
  }

  .fa-pied-piper-alt:before {
    content: "";
  }

  .fa-drupal:before {
    content: "";
  }

  .fa-joomla:before {
    content: "";
  }

  .fa-language:before {
    content: "";
  }

  .fa-fax:before {
    content: "";
  }

  .fa-building:before {
    content: "";
  }

  .fa-child:before {
    content: "";
  }

  .fa-paw:before {
    content: "";
  }

  .fa-spoon:before {
    content: "";
  }

  .fa-cube:before {
    content: "";
  }

  .fa-cubes:before {
    content: "";
  }

  .fa-behance:before {
    content: "";
  }

  .fa-behance-square:before {
    content: "";
  }

  .fa-steam:before {
    content: "";
  }

  .fa-steam-square:before {
    content: "";
  }

  .fa-recycle:before {
    content: "";
  }

  .fa-automobile:before,
.fa-car:before {
    content: "";
  }

  .fa-cab:before,
.fa-taxi:before {
    content: "";
  }

  .fa-tree:before {
    content: "";
  }

  .fa-spotify:before {
    content: "";
  }

  .fa-deviantart:before {
    content: "";
  }

  .fa-soundcloud:before {
    content: "";
  }

  .fa-database:before {
    content: "";
  }

  .fa-file-pdf-o:before {
    content: "";
  }

  .fa-file-word-o:before {
    content: "";
  }

  .fa-file-excel-o:before {
    content: "";
  }

  .fa-file-powerpoint-o:before {
    content: "";
  }

  .fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
  }

  .fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
  }

  .fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
  }

  .fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
  }

  .fa-file-code-o:before {
    content: "";
  }

  .fa-vine:before {
    content: "";
  }

  .fa-codepen:before {
    content: "";
  }

  .fa-jsfiddle:before {
    content: "";
  }

  .fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
  }

  .fa-circle-o-notch:before {
    content: "";
  }

  .fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
  }

  .fa-ge:before,
.fa-empire:before {
    content: "";
  }

  .fa-git-square:before {
    content: "";
  }

  .fa-git:before {
    content: "";
  }

  .fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
  }

  .fa-tencent-weibo:before {
    content: "";
  }

  .fa-qq:before {
    content: "";
  }

  .fa-wechat:before,
.fa-weixin:before {
    content: "";
  }

  .fa-send:before,
.fa-paper-plane:before {
    content: "";
  }

  .fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
  }

  .fa-history:before {
    content: "";
  }

  .fa-circle-thin:before {
    content: "";
  }

  .fa-header:before {
    content: "";
  }

  .fa-paragraph:before {
    content: "";
  }

  .fa-sliders:before {
    content: "";
  }

  .fa-share-alt:before {
    content: "";
  }

  .fa-share-alt-square:before {
    content: "";
  }

  .fa-bomb:before {
    content: "";
  }

  .fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
  }

  .fa-tty:before {
    content: "";
  }

  .fa-binoculars:before {
    content: "";
  }

  .fa-plug:before {
    content: "";
  }

  .fa-slideshare:before {
    content: "";
  }

  .fa-twitch:before {
    content: "";
  }

  .fa-yelp:before {
    content: "";
  }

  .fa-newspaper-o:before {
    content: "";
  }

  .fa-wifi:before {
    content: "";
  }

  .fa-calculator:before {
    content: "";
  }

  .fa-paypal:before {
    content: "";
  }

  .fa-google-wallet:before {
    content: "";
  }

  .fa-cc-visa:before {
    content: "";
  }

  .fa-cc-mastercard:before {
    content: "";
  }

  .fa-cc-discover:before {
    content: "";
  }

  .fa-cc-amex:before {
    content: "";
  }

  .fa-cc-paypal:before {
    content: "";
  }

  .fa-cc-stripe:before {
    content: "";
  }

  .fa-bell-slash:before {
    content: "";
  }

  .fa-bell-slash-o:before {
    content: "";
  }

  .fa-trash:before {
    content: "";
  }

  .fa-copyright:before {
    content: "";
  }

  .fa-at:before {
    content: "";
  }

  .fa-eyedropper:before {
    content: "";
  }

  .fa-paint-brush:before {
    content: "";
  }

  .fa-birthday-cake:before {
    content: "";
  }

  .fa-area-chart:before {
    content: "";
  }

  .fa-pie-chart:before {
    content: "";
  }

  .fa-line-chart:before {
    content: "";
  }

  .fa-lastfm:before {
    content: "";
  }

  .fa-lastfm-square:before {
    content: "";
  }

  .fa-toggle-off:before {
    content: "";
  }

  .fa-toggle-on:before {
    content: "";
  }

  .fa-bicycle:before {
    content: "";
  }

  .fa-bus:before {
    content: "";
  }

  .fa-ioxhost:before {
    content: "";
  }

  .fa-angellist:before {
    content: "";
  }

  .fa-cc:before {
    content: "";
  }

  .fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
  }

  .fa-meanpath:before {
    content: "";
  }

  .fa-buysellads:before {
    content: "";
  }

  .fa-connectdevelop:before {
    content: "";
  }

  .fa-dashcube:before {
    content: "";
  }

  .fa-forumbee:before {
    content: "";
  }

  .fa-leanpub:before {
    content: "";
  }

  .fa-sellsy:before {
    content: "";
  }

  .fa-shirtsinbulk:before {
    content: "";
  }

  .fa-simplybuilt:before {
    content: "";
  }

  .fa-skyatlas:before {
    content: "";
  }

  .fa-cart-plus:before {
    content: "";
  }

  .fa-cart-arrow-down:before {
    content: "";
  }

  .fa-diamond:before {
    content: "";
  }

  .fa-ship:before {
    content: "";
  }

  .fa-user-secret:before {
    content: "";
  }

  .fa-motorcycle:before {
    content: "";
  }

  .fa-street-view:before {
    content: "";
  }

  .fa-heartbeat:before {
    content: "";
  }

  .fa-venus:before {
    content: "";
  }

  .fa-mars:before {
    content: "";
  }

  .fa-mercury:before {
    content: "";
  }

  .fa-intersex:before,
.fa-transgender:before {
    content: "";
  }

  .fa-transgender-alt:before {
    content: "";
  }

  .fa-venus-double:before {
    content: "";
  }

  .fa-mars-double:before {
    content: "";
  }

  .fa-venus-mars:before {
    content: "";
  }

  .fa-mars-stroke:before {
    content: "";
  }

  .fa-mars-stroke-v:before {
    content: "";
  }

  .fa-mars-stroke-h:before {
    content: "";
  }

  .fa-neuter:before {
    content: "";
  }

  .fa-genderless:before {
    content: "";
  }

  .fa-facebook-official:before {
    content: "";
  }

  .fa-pinterest-p:before {
    content: "";
  }

  .fa-whatsapp:before {
    content: "";
  }

  .fa-server:before {
    content: "";
  }

  .fa-user-plus:before {
    content: "";
  }

  .fa-user-times:before {
    content: "";
  }

  .fa-hotel:before,
.fa-bed:before {
    content: "";
  }

  .fa-viacoin:before {
    content: "";
  }

  .fa-train:before {
    content: "";
  }

  .fa-subway:before {
    content: "";
  }

  .fa-medium:before {
    content: "";
  }

  .fa-yc:before,
.fa-y-combinator:before {
    content: "";
  }

  .fa-optin-monster:before {
    content: "";
  }

  .fa-opencart:before {
    content: "";
  }

  .fa-expeditedssl:before {
    content: "";
  }

  .fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
  }

  .fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
  }

  .fa-battery-2:before,
.fa-battery-half:before {
    content: "";
  }

  .fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
  }

  .fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
  }

  .fa-mouse-pointer:before {
    content: "";
  }

  .fa-i-cursor:before {
    content: "";
  }

  .fa-object-group:before {
    content: "";
  }

  .fa-object-ungroup:before {
    content: "";
  }

  .fa-sticky-note:before {
    content: "";
  }

  .fa-sticky-note-o:before {
    content: "";
  }

  .fa-cc-jcb:before {
    content: "";
  }

  .fa-cc-diners-club:before {
    content: "";
  }

  .fa-clone:before {
    content: "";
  }

  .fa-balance-scale:before {
    content: "";
  }

  .fa-hourglass-o:before {
    content: "";
  }

  .fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
  }

  .fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
  }

  .fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
  }

  .fa-hourglass:before {
    content: "";
  }

  .fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
  }

  .fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
  }

  .fa-hand-scissors-o:before {
    content: "";
  }

  .fa-hand-lizard-o:before {
    content: "";
  }

  .fa-hand-spock-o:before {
    content: "";
  }

  .fa-hand-pointer-o:before {
    content: "";
  }

  .fa-hand-peace-o:before {
    content: "";
  }

  .fa-trademark:before {
    content: "";
  }

  .fa-registered:before {
    content: "";
  }

  .fa-creative-commons:before {
    content: "";
  }

  .fa-gg:before {
    content: "";
  }

  .fa-gg-circle:before {
    content: "";
  }

  .fa-tripadvisor:before {
    content: "";
  }

  .fa-odnoklassniki:before {
    content: "";
  }

  .fa-odnoklassniki-square:before {
    content: "";
  }

  .fa-get-pocket:before {
    content: "";
  }

  .fa-wikipedia-w:before {
    content: "";
  }

  .fa-safari:before {
    content: "";
  }

  .fa-chrome:before {
    content: "";
  }

  .fa-firefox:before {
    content: "";
  }

  .fa-opera:before {
    content: "";
  }

  .fa-internet-explorer:before {
    content: "";
  }

  .fa-tv:before,
.fa-television:before {
    content: "";
  }

  .fa-contao:before {
    content: "";
  }

  .fa-500px:before {
    content: "";
  }

  .fa-amazon:before {
    content: "";
  }

  .fa-calendar-plus-o:before {
    content: "";
  }

  .fa-calendar-minus-o:before {
    content: "";
  }

  .fa-calendar-times-o:before {
    content: "";
  }

  .fa-calendar-check-o:before {
    content: "";
  }

  .fa-industry:before {
    content: "";
  }

  .fa-map-pin:before {
    content: "";
  }

  .fa-map-signs:before {
    content: "";
  }

  .fa-map-o:before {
    content: "";
  }

  .fa-map:before {
    content: "";
  }

  .fa-commenting:before {
    content: "";
  }

  .fa-commenting-o:before {
    content: "";
  }

  .fa-houzz:before {
    content: "";
  }

  .fa-vimeo:before {
    content: "";
  }

  .fa-black-tie:before {
    content: "";
  }

  .fa-fonticons:before {
    content: "";
  }

  .fa-reddit-alien:before {
    content: "";
  }

  .fa-edge:before {
    content: "";
  }

  .fa-credit-card-alt:before {
    content: "";
  }

  .fa-codiepie:before {
    content: "";
  }

  .fa-modx:before {
    content: "";
  }

  .fa-fort-awesome:before {
    content: "";
  }

  .fa-usb:before {
    content: "";
  }

  .fa-product-hunt:before {
    content: "";
  }

  .fa-mixcloud:before {
    content: "";
  }

  .fa-scribd:before {
    content: "";
  }

  .fa-pause-circle:before {
    content: "";
  }

  .fa-pause-circle-o:before {
    content: "";
  }

  .fa-stop-circle:before {
    content: "";
  }

  .fa-stop-circle-o:before {
    content: "";
  }

  .fa-shopping-bag:before {
    content: "";
  }

  .fa-shopping-basket:before {
    content: "";
  }

  .fa-hashtag:before {
    content: "";
  }

  .fa-bluetooth:before {
    content: "";
  }

  .fa-bluetooth-b:before {
    content: "";
  }

  .fa-percent:before {
    content: "";
  }

  .fa-gitlab:before {
    content: "";
  }

  .fa-wpbeginner:before {
    content: "";
  }

  .fa-wpforms:before {
    content: "";
  }

  .fa-envira:before {
    content: "";
  }

  .fa-universal-access:before {
    content: "";
  }

  .fa-wheelchair-alt:before {
    content: "";
  }

  .fa-question-circle-o:before {
    content: "";
  }

  .fa-blind:before {
    content: "";
  }

  .fa-audio-description:before {
    content: "";
  }

  .fa-volume-control-phone:before {
    content: "";
  }

  .fa-braille:before {
    content: "";
  }

  .fa-assistive-listening-systems:before {
    content: "";
  }

  .fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
  }

  .fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
  }

  .fa-glide:before {
    content: "";
  }

  .fa-glide-g:before {
    content: "";
  }

  .fa-signing:before,
.fa-sign-language:before {
    content: "";
  }

  .fa-low-vision:before {
    content: "";
  }

  .fa-viadeo:before {
    content: "";
  }

  .fa-viadeo-square:before {
    content: "";
  }

  .fa-snapchat:before {
    content: "";
  }

  .fa-snapchat-ghost:before {
    content: "";
  }

  .fa-snapchat-square:before {
    content: "";
  }

  .fa-pied-piper:before {
    content: "";
  }

  .fa-first-order:before {
    content: "";
  }

  .fa-yoast:before {
    content: "";
  }

  .fa-themeisle:before {
    content: "";
  }

  .fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
  }

  .fa-fa:before,
.fa-font-awesome:before {
    content: "";
  }

  .fa-handshake-o:before {
    content: "";
  }

  .fa-envelope-open:before {
    content: "";
  }

  .fa-envelope-open-o:before {
    content: "";
  }

  .fa-linode:before {
    content: "";
  }

  .fa-address-book:before {
    content: "";
  }

  .fa-address-book-o:before {
    content: "";
  }

  .fa-vcard:before,
.fa-address-card:before {
    content: "";
  }

  .fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
  }

  .fa-user-circle:before {
    content: "";
  }

  .fa-user-circle-o:before {
    content: "";
  }

  .fa-user-o:before {
    content: "";
  }

  .fa-id-badge:before {
    content: "";
  }

  .fa-drivers-license:before,
.fa-id-card:before {
    content: "";
  }

  .fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
  }

  .fa-quora:before {
    content: "";
  }

  .fa-free-code-camp:before {
    content: "";
  }

  .fa-telegram:before {
    content: "";
  }

  .fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
  }

  .fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
  }

  .fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
  }

  .fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
  }

  .fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
  }

  .fa-shower:before {
    content: "";
  }

  .fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
  }

  .fa-podcast:before {
    content: "";
  }

  .fa-window-maximize:before {
    content: "";
  }

  .fa-window-minimize:before {
    content: "";
  }

  .fa-window-restore:before {
    content: "";
  }

  .fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
  }

  .fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
  }

  .fa-bandcamp:before {
    content: "";
  }

  .fa-grav:before {
    content: "";
  }

  .fa-etsy:before {
    content: "";
  }

  .fa-imdb:before {
    content: "";
  }

  .fa-ravelry:before {
    content: "";
  }

  .fa-eercast:before {
    content: "";
  }

  .fa-microchip:before {
    content: "";
  }

  .fa-snowflake-o:before {
    content: "";
  }

  .fa-superpowers:before {
    content: "";
  }

  .fa-wpexplorer:before {
    content: "";
  }

  .fa-meetup:before {
    content: "";
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }

  @font-face {
    font-family: "sb-cmdb";
    src: url("../fonts/sb-cmdb.eot?-hs4ibx");
    src: url("../fonts/sb-cmdb.eot?#iefix-hs4ibx") format("embedded-opentype"), url("../fonts/sb-cmdb.woff2?-hs4ibx") format("woff2"), url("../fonts/sb-cmdb.woff?-hs4ibx") format("woff"), url("../fonts/sb-cmdb.ttf?-hs4ibx") format("truetype"), url("../fonts/sb-cmdb.svg?-hs4ibx#sb-cmdb") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .icon-cmdb {
    font-family: "sb-cmdb";
    font-style: normal;
  }

  .icon-cmdb-e600:before,
.icon-cmdb-air-conditioner:before {
    content: "";
    font-size: 14pt;
  }

  .icon-cmdb-e601:before,
.icon-cmdb-software-package:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e602:before,
.icon-cmdb-enclosure:before,
.icon-cmdb-rack:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e603:before,
.icon-cmdb-datacenter-room:before,
.icon-cmdb-datacenter:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e604:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e605:before,
.icon-cmdb-desktop-software:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e606:before,
.icon-cmdb-computer:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e607:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e608:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e609:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e60a:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e60b:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e60c:before,
.icon-cmdb-printer:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e60d:before,
.icon-cmdb-scanner:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e60e:before,
.icon-cmdb-computer-room:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e60f:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e610:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e611:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e612:before,
.icon-cmdb-ups:before {
    content: "";
    font-size: 18pt;
  }

  .icon-cmdb-e613:before,
.icon-cmdb-external-network:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e614:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e615:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e616:before,
.icon-cmdb-logical-business-process:before {
    content: "";
    font-size: 16pt;
  }

  .icon-cmdb-e618:before,
.icon-cmdb-service:before,
.icon-cmdb-logical-business-function:before {
    content: "";
    font-size: 20pt;
  }

  .icon-cmdb-e619:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e61a:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e61b:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e61c:before,
.icon-cmdb-cmdb:before,
.icon-cmdb-network-device:before,
.icon-cmdb-power:before,
.icon-cmdb-default:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e61d:before,
.icon-cmdb-it-system:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e61e:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e61f:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e620:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e621:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e622:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e623:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e624:before,
.icon-cmdb-security:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e626:before,
.icon-cmdb-cluster:before,
.icon-cmdb-logical-application-group:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e627:before,
.icon-cmdb-application-networking-service:before,
.icon-cmdb-application-software:before,
.icon-cmdb-infrastructure-software:before,
.icon-cmdb-application:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e628:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e629:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e62a:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e62b:before,
.icon-cmdb-circuit:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e62c:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e62d:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e62e:before,
.icon-cmdb-logical-database-group:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e630:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e632:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e633:before,
.icon-cmdb-email-web-security:before {
    content: "";
    font-size: 20pt;
  }

  .icon-cmdb-e634:before,
.icon-cmdb-firewall:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e635:before,
.icon-cmdb-gateway-access-service:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e636:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e637:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e638:before,
.icon-cmdb-network-management:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e639:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e63a:before,
.icon-cmdb-interface-module:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e63b:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e63c:before,
.icon-cmdb-ip-phone:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e63d:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e63e:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e63f:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e640:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e641:before,
.icon-cmdb-logical-middleware-group:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e643:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e644:before,
.icon-cmdb-logical-network-group:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e645:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e646:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e647:before,
.icon-cmdb-server:before,
.icon-cmdb-unified-computing:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e648:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e649:before,
.icon-cmdb-router:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e64a:before,
.icon-cmdb-msd:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e64b:before,
.icon-cmdb-logical-security-group:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e64c:before,
.icon-cmdb-logical-server-group:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e64e:before,
.icon-cmdb-ip-switch:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e650:before,
.icon-cmdb-telepresence:before,
.icon-cmdb-voice-video:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e651:before,
.icon-cmdb-video-cable-content:before,
.icon-cmdb-voice-unified-communications:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e652:before,
.icon-cmdb-logical-virtual-group:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e653:before,
.icon-cmdb-vm-vmware:before,
.icon-cmdb-virtual:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e654:before,
.icon-cmdb-vm-virtual-machine:before,
.icon-cmdb-vm-zone:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e655:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e656:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e657:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e658:before,
.icon-cmdb-vpn:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e659:before {
    content: "";
    font-size: 24pt;
  }

  .icon-cmdb-e65a:before,
.icon-cmdb-mobility-wireless:before,
.icon-cmdb-access-point:before,
.icon-cmdb-bridge:before {
    content: "";
    font-size: 22pt;
  }

  .icon-cmdb-e65b:before,
.icon-cmdb-controller:before {
    content: "";
    font-size: 18pt;
  }

  @font-face {
    font-family: "sb-font2";
    src: url("../fonts/sb-font.eot?posqu8");
    src: url("../fonts/sb-font.eot?posqu8#iefix") format("embedded-opentype"), url("../fonts/sb-font.ttf?posqu8") format("truetype"), url("../fonts/sb-font.woff?posqu8") format("woff"), url("../fonts/sb-font.svg?posqu8#sb-font") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  [class^=sb-icon2], [class*=" sb-icon2"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "sb-font2" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sb-iconrouting:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconcmdb-network:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconcmdb-storage:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconcmdb-server:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconcmdb-suit:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconactions-outline:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconrouting-outline:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconknowledge-outline:before {
    content: "";
    color: #3c5051;
  }

  .sb-icontemplate:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconDrag:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconsub-category-2:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconsub-category:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconcategory:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconSuit:before {
    content: "";
    color: #3c5051;
  }

  .sb-icontick:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconsofi:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconclose:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconangle-left:before {
    content: "";
    color: #3c5051;
  }

  .sb-iconknowledge:before {
    content: "";
    color: #3c5051;
  }

  @font-face {
    font-family: "servicely-icon-fontregular";
    src: url("../fonts/servicely-icon-font.eot");
    src: url("../fonts/servicely-icon-font.eot?#iefix") format("embedded-opentype"), url("../fonts/servicely-icon-font.woff") format("woff"), url("../fonts/servicely-icon-font.ttf") format("truetype"), url("../fonts/servicely-icon-font.svg#servicely-icon-fontregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .sb-icon, .column-arrangement-2-columns-vertical:before, .column-arrangement-2col-up-1col-down:before, .column-arrangement-2-columns-horizontal:before, .column-arrangement-full-width:before, .form-builder-panel-available-item:before, .list-builder .list-item:before, .form-builder-container-header-title:before, .form-builder-operations-header-title:before {
    color: inherit;
    display: inline-block;
    font-family: "servicely-icon-fontregular";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sb-icon-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }

  .sb-icon-2x {
    font-size: 2em;
  }

  .sb-icon-3x {
    font-size: 3em;
  }

  .sb-icon-4x {
    font-size: 4em;
  }

  .sb-icon-5x {
    font-size: 5em;
  }

  .sb-icon-fw, .column-arrangement-add-column:before, .column-arrangement-full-width:before, .column-arrangement-2-columns-horizontal:before, .column-arrangement-2col-up-1col-down:before, .column-arrangement-2-columns-vertical:before {
    width: 18px;
    text-align: center;
  }

  .fa-testing-1:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "pause";
    color: red;
  }

  .fa-testing-2:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "experiment";
    color: red;
  }

  .fa-testing-3:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "gavel";
    color: red;
  }

  /* Portal Style: Root - id: 7f000001722b130181722ba537be02ca */
  /* This code used to live in the database but it has been moved here to make it easier to refactor */
  :root {
    --portal__base__default-heading-color: #333b52;
    --portal__base__default-heading-color-lighter: #68728d;
    --portal__base__default-heading-color: #333b52;
    --portal__base__default-tertiary-button-text-color: white;
    --portal__base__default-tertiary-button-background-color: var(--secondary);
    --portal__base__default-tertiary-button-background-color-lighter: var(--secondary-light);
    --portal-base__heading-3-font-size: 18px;
    --portal-search__margin-after: 80px;
    --portal-search__welcome-font-size: 28px;
    --portal-search__input-text-padding-bottom: 25px;
    --portal-search__welcome-padding-bottom: 26px;
    --portal-search__search-font-size: 17px;
    --portal-search__input-text-padding: 5px;
    --portal-search__input-text-color: var(--text);
    --portal-search__input-border-radius: 10px;
    --portal-search__input-text-placeholder-color: lightgray;
    --generic-link__wrapper__width: 200px;
    --generic-link__wrapper__height: 185px;
    --generic-link__wrapper__border: 0px solid lightgray;
    --generic-link__wrapper__padding: 30px 20px 30px 20px;
    --generic-link__wrapper__background-color: white;
    --generic-link__wrapper__box-shadow: 5px 18px 18px 0 rgba(200,200,200, 0.7);
    --generic-link__icon__size: 60px;
    --generic-link__icon__font-size: 40px;
    --generic-link__title__font-size: 26px;
    --generic-link__description__font-size: 16px;
    --detail-tooltip-background-color: var(--text);
    --detail-tooltip-text-color: #D1DBE7;
  }

  #servicely-logo {
    display: inline-block;
    vertical-align: middle;
  }

  :root {
    --logo-url: /resource/sm-guardian-logo;
  }

  :root {
    --background-image-url: /resource/guardian-truck-hero-image;
    --background-image-url-url: url(/resource/guardian-truck-hero-image);
  }

  .sb-portal {
    background-color: white;
    background-image: none;
  }

  .sb-portal--top-page.dashboard_Default::before {
    background-image: var(--background-image-url-url) !important;
    background-color: #edf2f8;
    background-size: cover;
    height: 450px;
    float: left;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    opacity: 20%;
  }

  .sb-portal {
    font-family: var(--font-family);
    font-size: 16px;
  }

  .portal-list__block_wrapper {
    background-color: #eef3f7;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
  }

  .portal-list__block_header {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .portal-list__entry-wrapper {
    color: #333b52;
    border-radius: 5px;
    background-color: white;
    padding: 20px 15px 20px 15px;
    margin-bottom: 15px;
    overflow: auto;
    position: relative;
  }

  .portal-list__entry-title-text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .portal-list__entry-title-text a:link {
    color: #333b52;
  }

  .portal-list__entry-title-text a:visited {
    color: #333b52;
  }

  .portal-list__entry-secondary-text {
    color: #68728d;
    font-size: 14px;
  }

  .portal-list__primary-button {
    margin-right: 10px;
    color: white;
    border-color: var(--primary);
    background-color: var(--primary);
    font-weight: normal;
  }
  .portal-list__primary-button:hover {
    background-color: var(--primary-dark);
  }

  .portal-list__secondary-button {
    color: var(--primary);
    border-color: var(--primary);
    background-color: transparent;
    font-weight: normal;
  }
  .portal-list__secondary-button:hover {
    color: white;
    background-color: var(--primary);
  }

  .portal_list__content-left {
    float: left;
  }

  .portal_list__button-right {
    float: right;
  }

  .portal_list__button-right.action-group {
    position: absolute;
    right: 10px;
    background-color: white;
    margin-left: 10px;
  }

  .portal_list__float-icon {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #edfef8;
    color: #bcead0;
  }
  .portal_list__float-icon i {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .portal_list__content-left {
    width: calc(100% - 50px);
    margin-left: 10px;
  }

  .sb-portal.dashboard_Default::before {
    background-size: auto;
    background-position: right top;
    width: 100%;
    opacity: 1;
  }

  .sb-sofi-search-banner__label {
    display: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }

  ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent;
  }

  ::-webkit-scrollbar-track-piece {
    background-color: rgba(250, 250, 250, 0.7);
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
  }

  ::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: rgba(150, 157, 168, 0.7);
    -webkit-border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:horizontal {
    width: 30px;
    background-color: rgba(150, 157, 168, 0.5);
    -webkit-border-radius: 5px;
    padding-top: 5px;
  }

  .debug {
    background-color: rgba(255, 0, 0, 0.75) !important;
  }

  #error-console {
    flex: 1 100%;
    align-self: flex-end;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  #error-console.alert-box.secondary {
    background-color: transparent;
    border: none;
  }
  #error-console p {
    color: #495677;
    margin-bottom: 0;
    white-space: pre;
  }
  #error-console p:first-child {
    font-weight: normal;
    list-style-type: none;
  }

  .alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #51C17C;
    border-color: #5ac483;
    color: #fff;
  }
  .alert-box.secondary {
    background-color: var(--text);
    border-color: #4f5d7e;
    color: #fff;
  }

  input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
    height: 2.125rem;
    margin-bottom: 0;
    border-radius: 4px;
  }

  /* Field Renderer : START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* */
  .data-field-monospace {
    font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
    font-size: 9pt;
  }

  .data-field-renderer {
    float: left;
    width: 100%;
    padding-bottom: 0.75rem;
  }
  .data-field-renderer.has-prefix .data-field-element .data-field-text-renderers, .data-field-renderer.has-prefix .data-field-element .select2-choice {
    padding-left: 1.875rem;
  }
  .data-field-renderer.has-tooltip .tooltip-trigger {
    display: inline-block;
    padding: 0 0.5rem;
    border-bottom: none;
    color: #333;
    cursor: help;
    font-weight: bold;
    position: relative;
    top: 4px;
  }
  .data-field-required {
    color: #F9602C;
    position: relative;
  }
  .data-field-required:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 10px;
    content: "circle";
    margin-top: -0.125rem;
  }

  .data-field-element {
    position: relative;
  }

  .data-field-prefix-suffix, .operator-prefix {
    position: relative;
    width: 100%;
  }

  .l-data-field-label-hidden .data-field-label {
    opacity: 0;
  }

  .l-data-field-label-removed .data-field-label {
    display: none;
  }

  .l-compact :not(.l-not-compact) .field-renderer.is-required label:before, .l-compact :not(.l-not-compact) .data-field-renderer.is-required label:before {
    position: absolute;
    top: 9px;
    left: -10px;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-outer-wrapper {
    display: block;
    border-radius: 4px;
    position: relative;
    border: none;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-outer-wrapper:before, .l-compact :not(.l-not-compact) .data-field-renderer .data-field-outer-wrapper:after {
    content: " ";
    display: table;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-outer-wrapper:after {
    clear: both;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-label {
    position: relative;
    float: left;
    width: 130px;
    z-index: 2;
    padding-left: 5px;
    border-right: 0;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-label label {
    margin: 0.1875rem 0;
    font-size: 0.8125rem;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-label .data-field-required {
    margin-right: 0.3125rem;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-inner-wrapper {
    float: right;
    width: calc(100% - 130px);
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-prefix-icon:before {
    margin-top: -0.4375rem;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-prefix-suffix:after {
    top: 0.375rem;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .relationship-field-table-preview-trigger {
    height: 27px;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .file-drop {
    min-height: 0;
    min-height: 27px;
    height: 27px;
    height: auto;
    line-height: 0.625rem;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .select2-container-multi .select2-choices {
    min-height: 27px;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-element .data-field-text-renderers {
    height: 27px;
    font-size: 0.8125rem;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-element .data-field-radio-button, .l-compact :not(.l-not-compact) .data-field-renderer .data-field-element .data-field-checkbox {
    font-size: 0.8125rem;
    min-height: 27px;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer .data-field-element .data-field-radio-button-option, .l-compact :not(.l-not-compact) .data-field-renderer .data-field-element .data-field-checkbox-option {
    line-height: 27px;
    height: 27px;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer.is-valid .data-field-outer-wrapper {
    border-color: #51C17C;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer.is-changed .data-field-outer-wrapper {
    border-color: #3E8AD6;
  }
  .l-compact :not(.l-not-compact) .data-field-renderer.is-invalid .data-field-outer-wrapper {
    border-color: #F9602C;
  }
  .l-compact :not(.l-not-compact) .script-renderers-ace-editor {
    border-top: transparent !important;
    border-right: transparent !important;
    border-bottom: transparent !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .l-compact :not(.l-not-compact) .script-renderers-monaco-editor {
    border-top: transparent !important;
    border-right: transparent !important;
    border-bottom: transparent !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .l-compact :not(.l-not-compact) .data-field-validation-msg {
    top: 23px;
  }

  .data-field-renderer-reversed .data-field-outer-wrapper {
    display: inline-flex;
  }
  .data-field-renderer-reversed .data-field-outer-wrapper .data-field-label {
    margin-left: 10px;
  }

  .data-field-inner-wrapper {
    position: relative;
  }

  .data-field-element {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .data-field-prefix-icon, .operator-prefix-icon {
    color: #7D8DB5;
    display: block;
    width: 100%;
  }
  .data-field-prefix-icon:before, .operator-prefix-icon:before {
    position: absolute;
    left: 0.625rem;
    top: 50%;
    margin-top: -0.4375rem;
    z-index: 1;
    font-size: 14px;
  }

  .field-renderer.has-prefix .data-field-text-renderers {
    padding-left: 2rem;
  }

  .data-field-renderer.date-renderer .data-field-prefix-suffix:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "calendar_month";
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -8px;
    z-index: 2;
    color: #7D8DB5;
  }
  .data-field-renderer.date-renderer .data-field-text-renderers {
    padding-left: 1.875rem;
  }
  .data-field-renderer.date-renderer .data-field-prefix-icon {
    display: none !important;
  }

  .data-field-prefix-icon.mi, .operator-prefix-icon.mi {
    color: #7D8DB5;
    display: block;
    width: 100%;
    position: absolute;
    left: 0.625rem;
    top: 50%;
    margin-top: -0.4375rem;
    z-index: 1;
    font-size: 14px !important;
  }

  .data-field-validation-msg {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.65625rem !important;
    line-height: 1.25rem;
    margin-top: 0 !important;
    left: 0;
    position: absolute;
    top: 32px;
    background-color: transparent !important;
    display: none;
  }

  .data-field-prefix-suffix:after {
    height: 14px;
    width: 14px;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "edit";
    position: absolute;
    top: 0.5625rem;
    right: 0.5rem;
    z-index: 2;
    display: none;
  }

  .field-renderer:after, .data-field-renderer:after {
    display: block;
    position: absolute;
    top: 1.75rem;
    right: 0.625rem;
  }
  .field-renderer.is-required label:before, .data-field-renderer.is-required label:before {
    color: var(--danger);
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 0.75rem;
    content: "asterisk";
    line-height: 0.7;
  }
  .field-renderer.is-record-sync-none, .data-field-renderer.is-record-sync-none {
    display: none;
  }
  .field-renderer.is-record-sync-success .data-field-label span, .data-field-renderer.is-record-sync-success .data-field-label span {
    color: #51C17C;
    margin-left: 0.125rem;
  }
  .field-renderer.is-record-sync-success .data-field-label span i, .data-field-renderer.is-record-sync-success .data-field-label span i {
    position: absolute;
    top: 4px;
    margin-left: 2px;
  }
  .field-renderer.is-record-sync-conflict .data-field-label span, .data-field-renderer.is-record-sync-conflict .data-field-label span {
    color: #FB8E4A;
    margin-left: 0.125rem;
  }
  .field-renderer.is-record-sync-conflict .data-field-label span i, .data-field-renderer.is-record-sync-conflict .data-field-label span i {
    position: absolute;
    top: 4px;
    margin-left: 2px;
  }
  .field-renderer.is-changed .data-field-element, .data-field-renderer.is-changed .data-field-element {
    width: 100%;
    display: block;
  }
  .field-renderer.is-changed .data-field-element .data-field-text-renderers, .field-renderer.is-changed .data-field-element textarea, .data-field-renderer.is-changed .data-field-element .data-field-text-renderers, .data-field-renderer.is-changed .data-field-element textarea {
    border: 1px solid #3E8AD6;
    width: 100%;
    display: block;
  }
  .field-renderer.is-changed .data-field-element .data-field-text-renderers:focus, .field-renderer.is-changed .data-field-element textarea:focus, .data-field-renderer.is-changed .data-field-element .data-field-text-renderers:focus, .data-field-renderer.is-changed .data-field-element textarea:focus {
    background-color: var(--input-bg);
  }
  .field-renderer.is-changed .i18n-popout-clear-assigned, .data-field-renderer.is-changed .i18n-popout-clear-assigned {
    margin-right: 10px;
  }
  .field-renderer.is-valid .data-field-element .data-field-text-renderers, .field-renderer.is-valid .data-field-element textarea, .data-field-renderer.is-valid .data-field-element .data-field-text-renderers, .data-field-renderer.is-valid .data-field-element textarea {
    border: 1px solid var(--input-border);
  }
  .field-renderer.is-valid .data-field-element .data-field-text-renderers:focus, .field-renderer.is-valid .data-field-element textarea:focus, .data-field-renderer.is-valid .data-field-element .data-field-text-renderers:focus, .data-field-renderer.is-valid .data-field-element textarea:focus {
    background-color: var(--input-bg);
  }
  .field-renderer.is-valid .data-field-validation-msg, .data-field-renderer.is-valid .data-field-validation-msg {
    color: #51C17C;
  }
  .field-renderer.is-valid .data-field-validation-msg i.is-valid, .data-field-renderer.is-valid .data-field-validation-msg i.is-valid {
    display: inline-block;
  }
  .field-renderer.is-invalid .data-field-element .data-field-text-renderers, .field-renderer.is-invalid .data-field-element textarea, .data-field-renderer.is-invalid .data-field-element .data-field-text-renderers, .data-field-renderer.is-invalid .data-field-element textarea {
    border: 1px solid #F9602C;
  }
  .field-renderer.is-invalid .data-field-element .data-field-text-renderers:focus, .field-renderer.is-invalid .data-field-element textarea:focus, .data-field-renderer.is-invalid .data-field-element .data-field-text-renderers:focus, .data-field-renderer.is-invalid .data-field-element textarea:focus {
    background-color: var(--input-bg);
  }
  .field-renderer.is-invalid .data-field-validation-msg, .data-field-renderer.is-invalid .data-field-validation-msg {
    color: #F9602C;
  }
  .field-renderer.is-read-only .data-field-element .data-field-text-renderers, .field-renderer.is-read-only .data-field-element textarea, .field-renderer.is-read-only .data-field-element .data-field-text-renderers, .field-renderer.is-read-only .data-field-element textarea, .data-field-renderer.is-read-only .data-field-element .data-field-text-renderers, .data-field-renderer.is-read-only .data-field-element textarea, .data-field-renderer.is-read-only .data-field-element .data-field-text-renderers, .data-field-renderer.is-read-only .data-field-element textarea {
    cursor: not-allowed;
    box-shadow: none;
    color: var(--input-disabled);
    background-color: var(--input-disabled-bg) !important;
    border-color: var(--input-disabled-border) !important;
  }
  .field-renderer.is-read-only .data-field-element .data-field-text-renderers:focus, .field-renderer.is-read-only .data-field-element textarea:focus, .field-renderer.is-read-only .data-field-element .data-field-text-renderers:focus, .field-renderer.is-read-only .data-field-element textarea:focus, .data-field-renderer.is-read-only .data-field-element .data-field-text-renderers:focus, .data-field-renderer.is-read-only .data-field-element textarea:focus, .data-field-renderer.is-read-only .data-field-element .data-field-text-renderers:focus, .data-field-renderer.is-read-only .data-field-element textarea:focus {
    background-color: var(--input-disabled-bg);
    box-shadow: none;
  }
  .field-renderer.is-read-only .select2-choices, .field-renderer.is-read-only .select2-choice, .data-field-renderer.is-read-only .select2-choices, .data-field-renderer.is-read-only .select2-choice {
    background-color: var(--input-disabled-bg) !important;
    border-color: var(--input-disabled-border) !important;
  }
  .field-renderer.is-read-only .select2-choices .select2-arrow, .field-renderer.is-read-only .select2-choice .select2-arrow, .data-field-renderer.is-read-only .select2-choices .select2-arrow, .data-field-renderer.is-read-only .select2-choice .select2-arrow {
    background-color: var(--gray-300);
  }
  .field-renderer.is-read-only .select2-choices .select2-search-choice-close, .field-renderer.is-read-only .select2-choice .select2-search-choice-close, .data-field-renderer.is-read-only .select2-choices .select2-search-choice-close, .data-field-renderer.is-read-only .select2-choice .select2-search-choice-close {
    display: none;
  }
  .field-renderer.is-read-only .select2-choices .select2-search-choice, .field-renderer.is-read-only .select2-choice .select2-search-choice, .data-field-renderer.is-read-only .select2-choices .select2-search-choice, .data-field-renderer.is-read-only .select2-choice .select2-search-choice {
    background-color: var(--gray-400);
  }
  .field-renderer.is-read-only.is-changed .data-field-inner-wrapper .data-field-prefix-suffix:after, .data-field-renderer.is-read-only.is-changed .data-field-inner-wrapper .data-field-prefix-suffix:after {
    display: none;
  }
  .field-renderer.is-read-only.is-changed .data-field-inner-wrapper .data-field-text-renderers, .data-field-renderer.is-read-only.is-changed .data-field-inner-wrapper .data-field-text-renderers {
    background-color: var(--gray-500);
    box-shadow: none;
    border-color: var(--input-border);
  }
  .field-renderer.is-read-only.is-changed .data-field-inner-wrapper .data-field-text-renderers:focus, .data-field-renderer.is-read-only.is-changed .data-field-inner-wrapper .data-field-text-renderers:focus {
    background-color: var(--gray-400);
    box-shadow: none;
  }

  .data-field-radio-button-option label:before {
    content: "" !important;
  }

  .data-field-element__field-type__decimal, .data-field-element__field-type__integer, .data-field-element__field-type__long {
    text-align: right;
    padding-right: 5px;
  }

  .data-field-element__renderer__rating {
    text-align: left !important;
  }

  .data-field-element__renderer__textwithlink-box {
    width: calc(100% - 30px);
    float: left;
  }

  .data-field-element__renderer__textwithlink-box-readonly {
    width: 100%;
    float: left;
  }

  .data-field-element__renderer__textwithlink-display {
    height: 2.125rem;
    padding: 7px 6px 6px 6px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
  }
  .data-field-element__renderer__textwithlink-display a {
    color: #51C17C;
    text-decoration: underline;
  }
  .data-field-element__renderer__textwithlink-display a:visited {
    font-weight: bold;
  }

  .data-field-element__renderer__textwithlink-button {
    padding-top: 7px;
    cursor: pointer;
  }
  .data-field-element__renderer__textwithlink-button:hover {
    colour: lightgray;
  }

  .data-field-renderer.is-valid .data-field-element__renderer__html, .data-field-renderer.is-valid .data-field-element__renderer__i18nhtml {
    border-radius: 4px;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-bottom: solid 1px transparent;
  }

  .data-field-renderer.is-changed .data-field-element__renderer__html, .data-field-renderer.is-changed .data-field-element__renderer__i18nhtml {
    border-radius: 4px;
    border-top: solid 1px #3E8AD6;
    border-left: solid 1px #3E8AD6;
    border-right: solid 1px #3E8AD6;
    border-bottom: solid 1px #3E8AD6;
  }

  .data-field-renderer.is-invalid .data-field-element__renderer__html, .data-field-renderer.is-invalid .data-field-element__renderer__i18nhtml {
    border-radius: 4px;
    border-top: solid 1px #F9602C;
    border-left: solid 1px #F9602C;
    border-right: solid 1px #F9602C;
    border-bottom: solid 1px #F9602C;
  }

  .html-renderer-tiny .data-field-element__renderer__html, .html-renderer-tiny .data-field-element__renderer__i18nhtml {
    border-radius: 0.5rem 0 0.5rem 0.5rem;
  }

  .html-renderer-sync .data-field-element__renderer__html, .html-renderer-sync .data-field-element__renderer__i18nhtml {
    border-radius: 0 0 0.5rem 0.5rem;
  }

  input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    box-shadow: none;
    color: var(--input-disabled);
    background-color: var(--input-disabled-bg) !important;
    border-color: var(--input-disabled-border) !important;
  }
  input:not([type])[disabled]:focus, input:not([type])[readonly]:focus, fieldset[disabled] input:not([type]):focus, input[type=text][disabled]:focus, input[type=text][readonly]:focus, fieldset[disabled] input[type=text]:focus, input[type=password][disabled]:focus, input[type=password][readonly]:focus, fieldset[disabled] input[type=password]:focus, input[type=date][disabled]:focus, input[type=date][readonly]:focus, fieldset[disabled] input[type=date]:focus, input[type=datetime][disabled]:focus, input[type=datetime][readonly]:focus, fieldset[disabled] input[type=datetime]:focus, input[type=datetime-local][disabled]:focus, input[type=datetime-local][readonly]:focus, fieldset[disabled] input[type=datetime-local]:focus, input[type=month][disabled]:focus, input[type=month][readonly]:focus, fieldset[disabled] input[type=month]:focus, input[type=week][disabled]:focus, input[type=week][readonly]:focus, fieldset[disabled] input[type=week]:focus, input[type=email][disabled]:focus, input[type=email][readonly]:focus, fieldset[disabled] input[type=email]:focus, input[type=number][disabled]:focus, input[type=number][readonly]:focus, fieldset[disabled] input[type=number]:focus, input[type=search][disabled]:focus, input[type=search][readonly]:focus, fieldset[disabled] input[type=search]:focus, input[type=tel][disabled]:focus, input[type=tel][readonly]:focus, fieldset[disabled] input[type=tel]:focus, input[type=time][disabled]:focus, input[type=time][readonly]:focus, fieldset[disabled] input[type=time]:focus, input[type=url][disabled]:focus, input[type=url][readonly]:focus, fieldset[disabled] input[type=url]:focus, input[type=color][disabled]:focus, input[type=color][readonly]:focus, fieldset[disabled] input[type=color]:focus, textarea[disabled]:focus, textarea[readonly]:focus, fieldset[disabled] textarea:focus {
    background-color: var(--input-disabled-bg);
    box-shadow: none;
  }

  .ace_gutter {
    z-index: 1 !important;
  }

  /* Tooltips : START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* */
  .has-tip {
    border-bottom: none;
    color: #333;
    cursor: help;
    font-weight: bold;
  }

  .tooltip-trigger {
    color: #A0B0CC;
    position: relative;
  }
  .tooltip-trigger:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 0.9rem;
    content: "info";
  }

  .tooltip-container, .data-field-validation-msg, .tooltip-arrow:after {
    background-color: var(--text);
  }

  .tooltip-container, .data-field-validation-msg {
    display: inline-block;
    position: absolute;
    pointer-events: none;
    z-index: 9;
    text-decoration: none;
    font-size: 0.8125em;
  }

  .tooltip-arrow {
    position: absolute;
    overflow: hidden;
    z-index: 9;
    width: 70px;
    height: 16px;
    bottom: -16px;
  }
  .tooltip-arrow:after {
    position: absolute;
    content: "";
    left: 12px;
    top: -20px;
    width: 12px;
    height: 25px;
    transform: rotate(45deg);
  }

  .tooltip-trigger:hover {
    color: #4a6189;
  }

  .tooltip-container.is-active, .is-active.data-field-validation-msg {
    margin-top: 5px;
  }
  .tooltip-container.is-out, .is-out.data-field-validation-msg {
    margin-top: -20px;
  }

  /* Tooltips : END */
  .field-instructions {
    background-color: transparent;
    color: #74787d;
    display: block;
    position: relative;
    padding: 7px 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1;
    width: 100%;
    padding-top: 0;
    margin-top: -3px;
  }

  .field-instructions-content {
    font-size: 13px;
    color: #74787d;
    margin-bottom: 0;
    line-height: 1.2;
  }

  /* Buttons: START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* */
  .button {
    border-radius: 4px;
    box-shadow: none;
  }
  .button:hover {
    background-color: var(--primary-dark);
  }
  .button:active {
    background-color: var(--primary-dark);
  }
  .button.success:hover {
    background-color: #6bca90;
  }
  .button.success:active {
    background-color: #3fb06a;
  }
  .button.alert:hover {
    background-color: #fa855e;
  }
  .button.alert:active {
    background-color: #f84609;
  }
  .button.secondary:hover {
    background-color: var(--secondary-dark);
  }
  .button.secondary:active {
    background-color: var(--secondary-dark);
  }
  .button.l-top-marging {
    margin-top: 1.125rem;
  }
  .button .fa, .button .sb-portal-catalog__search-clear:before, .button .sb-portal-catalog__search:before, .button .icon-font-fa, .button .icon-font-fa-fixed-width, .button .data-field-prefix-icon, .button .operator-prefix-icon {
    margin-right: 5px;
  }

  .action-group .e-btn {
    margin-bottom: 0;
  }

  /* Butons: END */
  /* data-field-radio-button : START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* */
  .data-field-radio-button, .data-field-checkbox {
    height: 2.125rem;
    border: 1px solid var(--input-border);
    border-radius: 4px;
  }

  .data-field-radio-button-options, .data-field-checkbox-options {
    padding-left: 10px;
  }

  .data-field-radio-button-option, .data-field-checkbox-option {
    display: inline-block;
    line-height: 2rem;
    height: 2rem;
  }
  .data-field-radio-button-option input[type=radio], .data-field-radio-button-option input[type=checkbox], .data-field-checkbox-option input[type=radio], .data-field-checkbox-option input[type=checkbox] {
    margin-bottom: 0;
  }

  .field-renderer.switch-renderer, .field-renderer.data-field-radio-button {
    position: relative;
  }
  .field-renderer.switch-renderer .data-field-inner-wrapper, .field-renderer.data-field-radio-button .data-field-inner-wrapper {
    display: inline-block;
  }
  .field-renderer.switch-renderer .data-field-prefix-suffix:after, .field-renderer.data-field-radio-button .data-field-prefix-suffix:after {
    right: 10px;
    margin-top: -2px;
  }
  .field-renderer.switch-renderer.is-changed .data-field-radio-button-options, .field-renderer.data-field-radio-button.is-changed .data-field-radio-button-options {
    background-color: white;
    border-left-color: #3E8AD6;
    padding-right: 30px;
  }
  .field-renderer.switch-renderer.is-valid .data-field-radio-button-options, .field-renderer.data-field-radio-button.is-valid .data-field-radio-button-options {
    background-color: white;
    border-left-color: #51C17C;
    padding-right: 30px;
  }
  .field-renderer.switch-renderer.is-invalid .data-field-radio-button-options, .field-renderer.data-field-radio-button.is-invalid .data-field-radio-button-options {
    background-color: #fff9f7;
    border-left-color: #F9602C;
    padding-right: 30px;
  }

  /* data-field-radio-button : END */
  /* Checkboxes : START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* */
  .data-field-checkbox-option label, .data-field-checkbox-option input[type=checkbox] {
    display: inline;
  }
  .data-field-checkbox-option input[type=checkbox] + label {
    margin-left: 0.125rem;
  }

  .suffix-icon, .i18n-popout-globe-icon {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 14px;
    text-align: center;
    color: #A0B0CC;
    z-index: 1;
  }
  .suffix-icon:before, .i18n-popout-globe-icon:before {
    color: inherit;
  }
  .suffix-icon:hover, .i18n-popout-globe-icon:hover {
    color: #7f94ba !important;
  }

  .i18n-popout-globe-icon:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "translate";
    color: inherit;
  }
  .i18n-popout-globe-icon:hover {
    color: #7f94ba !important;
  }

  /* Dialog Content: START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* */
  .dialog-content {
    display: none;
    border-radius: 4px;
    padding: 0.625rem;
    height: auto;
    background: #fff;
    border: 0;
    position: absolute;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 7px;
    z-index: 150;
  }
  .dialog-content.to-the-left, .dialog-content.to-the-right, .dialog-content.to-the-top-left, .dialog-content.to-the-top-right, .dialog-content.to-the-right-sideways {
    position: absolute;
    width: 50%;
    max-width: 350px;
    min-width: 250px;
  }
  .dialog-content.to-the-right {
    top: 24px;
    right: -34px;
  }
  .dialog-content.to-the-left {
    top: 24px;
    left: 0px;
  }
  .dialog-content.to-the-left .container-nip {
    left: 0;
  }
  .dialog-content.to-the-left .container-nip:after {
    left: 3px;
  }
  .dialog-content.to-the-top-left {
    bottom: 24px;
    left: 0px;
    margin-top: 0;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 4px;
  }
  .dialog-content.to-the-top-left .container-nip {
    top: auto;
    bottom: -15px;
    left: 0;
  }
  .dialog-content.to-the-top-left .container-nip:after {
    bottom: auto;
    top: -17px;
    left: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
  }
  .dialog-content.to-the-top-right {
    bottom: 24px;
    right: -34px;
    width: 50%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .dialog-content.to-the-top-right .container-nip {
    top: auto;
    bottom: -15px;
    right: 0;
  }
  .dialog-content.to-the-top-right .container-nip:after {
    bottom: auto;
    top: -17px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
  }
  .dialog-content.to-the-right-sideways {
    margin-top: 0;
    bottom: auto;
    top: 0;
  }
  .dialog-content.to-the-right-sideways .container-nip {
    top: auto;
    bottom: auto;
    right: -15px;
    left: auto;
    height: 30px;
    width: 15px;
  }
  .dialog-content.to-the-right-sideways .container-nip:after {
    bottom: auto;
    top: auto;
    left: -17px;
    right: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
  }
  .dialog-content.is-open {
    display: block;
  }

  .dialog-content-header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1000;
  }

  .dialog-content-title {
    font-size: 0.875rem;
    color: var(--text);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.375rem;
  }
  .dialog-content-title small, .dialog-content-title .small {
    font-weight: normal;
  }

  .dialog-content-sub-title {
    font-size: 0.75rem;
    color: var(--gray-700);
    margin-bottom: 0.375rem;
  }

  .container-nip {
    position: absolute;
    overflow: hidden;
    z-index: 9;
    width: 30px;
    height: 15px;
    top: -15px;
    right: 0;
  }
  .container-nip:after {
    background-color: white;
    position: absolute;
    content: "";
    bottom: -17px;
    right: 10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    box-shadow: rgba(0, 0, 0, 0.1) -1px -1px 2px;
  }

  .dialog-content-row {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-bottom: 0.375rem;
  }
  .dialog-content-row dl {
    margin: 0 0 0.9375rem 0;
  }
  .dialog-content-row dl:last-child {
    margin-bottom: 0;
  }
  .dialog-content-row dl:last-child dd {
    margin-bottom: 0;
  }
  .dialog-content-row dl dt, .dialog-content-row dl dd {
    line-height: 1;
  }
  .dialog-content-row dl dt {
    color: #D1DBE7;
    font-size: 0.6875rem;
  }
  .dialog-content-row hr {
    margin: 0.9375rem 0;
  }
  .dialog-content-row .collapsible-panel {
    margin-bottom: 0;
  }

  /* i18n Dialog: START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /*

  These are platform back-end classes and are not to be used for targeting styles.
  .pt-i18n-popout:
  .pt-i18n-popout-search-result-list:
  .pt-i18n-popout-table-of-locales-and-values
  .pt-i18n-popout-form

  */
  .data-field-renderer.i18ntext-renderer {
    padding-right: 20px !important;
  }

  .field-renderer.i18ntext-renderer.dropdown-is-open .data-field-text-renderers {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
  }

  .i18n-popout-wrapper .dataTable tbody tr td:last-child {
    position: relative;
    padding-right: 25px;
  }
  .i18n-popout-wrapper .layout-item-collapsible-panel {
    margin-bottom: 0;
  }

  .i18n-popout-edit-btn {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
    color: #A0B0CC;
  }
  .i18n-popout-edit-btn:hover {
    color: #5e79a8;
  }
  .i18n-popout-edit-btn:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "edit";
  }

  .i18n-popout-clear-assigned {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    margin-right: 10px;
    color: #A0B0CC;
  }
  .i18n-popout-clear-assigned:hover {
    color: #5e79a8;
  }
  .i18n-popout-clear-assigned:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "close";
    color: inherit;
  }

  .i18n-popout-form-section {
    margin-bottom: 0.375rem;
  }
  .i18n-popout-form-section:before, .i18n-popout-form-section:after {
    content: " ";
    display: table;
  }
  .i18n-popout-form-section:after {
    clear: both;
  }

  .i18n-popout-search-drop {
    position: absolute;
    top: 2.125rem;
    width: 100%;
    display: block;
    background-color: white;
    border: 1px solid var(--input-border);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 7px;
    z-index: 7;
    margin-top: -1px;
  }
  .i18n-popout-search-drop ul {
    list-style: none;
    margin: 0;
    padding: 4px 4px 4px 4px;
  }

  .pt-i18n-popout-suggestions-list-item a {
    display: block;
    color: var(--text);
    padding: 2px 7px 4px;
  }
  .pt-i18n-popout-suggestions-list-item.is-highlighted a {
    color: white;
    background-color: #51C17C;
  }

  .data-field-wrapper {
    position: relative;
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left !important;
  }

  .layout-element-wrapper {
    position: relative;
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  @media only screen {
    .quick-layout-full-width .data-field-wrapper.full-width, .quick-layout-half-width .data-field-wrapper.full-width, .quick-layout-one-third .data-field-wrapper.full-width, .quick-layout-two-thirds .data-field-wrapper.full-width {
      width: 100% !important;
    }

    .quick-layout-full-width {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left;
    }

    .quick-layout-half-width {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left;
    }

    .quick-layout-one-third {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left;
    }

    .quick-layout-two-thirds {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left;
    }
  }
  @media only screen and (min-width:64.0625em) {
    .quick-layout-full-width .data-field-wrapper.full-width, .quick-layout-half-width .data-field-wrapper.full-width, .quick-layout-one-third .data-field-wrapper.full-width, .quick-layout-two-thirds .data-field-wrapper.full-width {
      width: 100% !important;
    }

    .quick-layout-full-width {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left;
    }

    .quick-layout-half-width {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left;
    }

    .quick-layout-one-third {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 33.3333333333%;
      float: left;
    }

    .quick-layout-two-thirds {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 66.6666666667%;
      float: left;
    }
  }
  .date-field .data-field-text-renderers {
    padding-left: 32px;
  }

  /* Ace Script Editor: START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  .script-renderers-ace-editor {
    min-height: 400px;
    border: 1px solid var(--input-border);
    border-radius: 4px;
  }

  .script-renderers-monaco-editor {
    min-height: 100px;
    border: 1px solid var(--input-border);
    border-radius: 4px;
  }

  .data-field-renderer.is-invalid .script-renderers-ace-editor {
    border-color: #F9602C;
  }
  .data-field-renderer.is-invalid .script-renderers-monaco-editor {
    border-color: #F9602C;
  }
  .data-field-renderer.is-changed .script-renderers-ace-editor {
    border-color: #3E8AD6;
  }
  .data-field-renderer.is-changed .script-renderers-monaco-editor {
    border-color: #3E8AD6;
  }

  /* Flash class and keyframe animation */
  .flash-error {
    color: #f2f;
    -webkit-animation: flash linear 0.3s 3;
    animation: flash linear 0.3s 3;
  }

  @-webkit-keyframes flash {
    0% {
      opacity: 1;
      border: #b2b7bf 1px solid;
    }
    50% {
      opacity: 1;
      border: #ff0000 2px solid;
    }
    100% {
      opacity: 1;
      border: #b2b7bf 1px solid;
    }
  }
  /* Flash class and keyframe animation */
  .flash-notification {
    -webkit-animation: flash-notification linear 0.6s 3;
    animation: flash-notification linear 0.6s 3;
  }

  @keyframes flash-notification {
    0% {
      opacity: 1;
      border: #b2b7bf 1px solid;
    }
    50% {
      opacity: 0.6;
      border: #cdc8ee 1px solid;
    }
    100% {
      opacity: 1;
      border: #b2b7bf 1px solid;
    }
  }
  .dialog-content .dataTables_wrapper div.grid-wrapper {
    padding-bottom: 0;
  }
  .dialog-content .layout-item {
    margin-top: 0.625rem;
  }

  .data-field-loading .data-field-loading-placeholder {
    display: block;
    background-color: white;
    border: solid 1px #CBD8EC;
    border-radius: 4px;
    height: 34px;
  }
  .data-field-loading .layout-element-tabs {
    display: none;
  }
  .data-field-journal-loading-placeholder-comment {
    width: 100%;
    height: 140px;
    border: none;
    background-color: #EEF3F8;
    float: left;
  }

  .sb-tab-customer-exchange .data-field-journal-loading-placeholder-comment {
    background-color: #FFFBE9;
  }

  .data-field-journal-loading-placeholder-activity {
    width: 100%;
    height: 122px;
    background-color: white;
    border-top: 1px solid #CBD8EC;
    float: left;
  }

  .data-field-loading-placeholder {
    display: none;
  }

  .data-code-loading-placeholder {
    display: block;
    background-color: white;
    border: solid 1px #CBD8EC;
    border-radius: 4px;
    height: 500px;
  }

  .tab-container-element.is-loading.tab-container-secondary, .layout-element-tabs.is-loading {
    display: none;
  }

  .tab-container-element.is-loading {
    background-color: #f5f5f5;
    padding-bottom: 15px;
  }

  .float-reset {
    position: relative;
  }
  .float-reset::after {
    display: block;
    clear: both;
    content: "";
  }

  /** Translate styles
   */
  .field-translate-content {
    padding: 8px 8px 0px 8px;
    border-radius: 4px;
    font-style: italic;
    background-color: lightyellow;
  }

  .journal-entry.is-current-user .journal-text-wrapper.journal-translate-content {
    background-color: lightyellow;
  }

  .journal-text-wrapper.journal-translate-content {
    background-color: lightyellow;
  }

  .translate-button {
    cursor: pointer;
  }

  .journal-translate-button {
    margin-left: 5px;
    cursor: pointer;
  }

  .performance_metrics {
    float: right;
    font-size: 12px;
    color: darkgrey;
    padding-right: 40px;
    vertical-align: middle;
  }
  .performance_metrics .mi {
    padding-top: 0;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 14px !important;
  }

  /* Select 2 CSS
  Version: 3.4.1 Timestamp: Thu Jun 27 18:02:10 PDT 2013 */
  .select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    /*     Force border-box so that % widths fit the parent
     *     container without overlap because of margin/padding.
     *
     *     More Info : http://www.quirksmode.org/css/box.html */
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
  }

  .select2-drop {
    /*     Force border-box so that % widths fit the parent
     *     container without overlap because of margin/padding.
     *
     *     More Info : http://www.quirksmode.org/css/box.html */
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
  }

  .select2-search {
    /*     Force border-box so that % widths fit the parent
     *     container without overlap because of margin/padding.
     *
     *     More Info : http://www.quirksmode.org/css/box.html */
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
  }
  .select2-search input {
    /*     Force border-box so that % widths fit the parent
     *     container without overlap because of margin/padding.
     *
     *     More Info : http://www.quirksmode.org/css/box.html */
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
  }

  .select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaaaaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
  }
  .select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaaaaa;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
  }
  .select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 0.5625rem;
    border: 1px solid red;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0;
  }
  .select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
  }
  .select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
  }

  .select2-drop-undermask {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    background-color: transparent;
  }

  .select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: white;
    opacity: 0;
  }

  .select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: white;
    color: black;
    border: 1px solid #aaaaaa;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }

  .select2-drop-auto-width {
    border-top: 1px solid #aaaaaa;
    width: auto;
  }
  .select2-drop-auto-width .select2-search {
    padding-top: 4px;
  }

  .select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  }

  .select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
  }

  .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
  }

  .select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaaaaa;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
  }

  .select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
  }
  .select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: var(--font-family);
    font-size: 1em;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
  }

  .select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
  }

  .select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 white inset;
    -moz-box-shadow: 0 1px 0 white inset;
    box-shadow: 0 1px 0 white inset;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    background-color: #eeeeee;
  }
  .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
  }
  .select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
  }
  .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
  }

  /* results */
  .select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
  }
  .select2-results ul.select2-result-sub > li .select2-result-label {
    padding-left: 20px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 40px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 60px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 80px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 100px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 110px;
  }
  .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 120px;
  }
  .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
  }
  .select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
  }
  .select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .select2-results .select2-highlighted {
    background: #3875d7;
    color: white;
  }
  .select2-results li em {
    background: #feffde;
    font-style: normal;
  }
  .select2-results .select2-highlighted em {
    background: transparent;
  }
  .select2-results .select2-highlighted ul {
    background: white;
    color: black;
  }
  .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
  }
  .select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
  }
  .select2-results .select2-disabled.select2-highlighted {
    color: #666666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
  }
  .select2-results .select2-selected {
    display: none;
  }

  /*disabled look for disabled choices in the results dropdown */
  .select2-more-results {
    background: #f4f4f4;
    display: list-item;
  }
  .select2-more-results.select2-active {
    background: #f4f4f4 url("../images/select2-spinner.gif") no-repeat 100%;
  }

  /* disabled styles */
  .select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #dddddd;
    cursor: default;
  }
  .select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
  }
  .select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
  }

  /* multiselect */
  .select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaaaaa;
    cursor: text;
    overflow: hidden;
    background-color: white;
  }

  .select2-locked {
    padding: 3px 5px 3px 5px !important;
  }

  .select2-container-multi .select2-choices {
    min-height: 26px;
  }
  .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
  }
  .select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
  }
  .select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: white url("../images/select2-spinner.gif") no-repeat 100% !important;
  }

  .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333333;
    cursor: default;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
  }
  .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
  }
  .select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
  }

  .select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
  }

  .select2-container-multi .select2-search-choice-close {
    left: 3px;
  }
  .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
  }
  .select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #dddddd;
    cursor: default;
  }
  .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #dddddd;
    background-image: none;
    background-color: #aaaaaa;
  }
  .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
  }
  .select2-container-multi.select2-container-disabled .select2-choices .table-preview-trigger {
    color: white;
  }

  /* disabled styles */
  /* end multiselect */
  .select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
  }

  .select2-offscreen {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    outline: 0;
    left: 0px;
  }
  .select2-offscreen:focus {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    outline: 0;
    left: 0px;
  }

  .select2-display-none {
    display: none;
  }

  .select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
  }

  /* Retina-ize icons */
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search input {
      background-position: 100% -21px !important;
    }
  }
  .select2-wide-dropdown {
    min-width: 700px;
    border-top: 1px solid var(--input-border);
    border-radius: 4px;
  }

  @media only screen and (max-width:1023px) {
    .select2-wide-dropdown {
      max-width: 100% !important;
      min-width: 0;
      left: 0;
    }
  }
  .select2-no-search > .select2-search {
    display: none;
  }

  .select2-container {
    margin-bottom: 0.375rem;
  }

  .select2-col {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
  }

  .select2-head {
    font-weight: bold;
  }

  .select2-results .select2-head {
    display: none !important;
  }

  .select2-search {
    position: relative;
    padding: 8px 4px 4px 4px;
  }
  .select2-search:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "search";
    position: absolute;
    top: 12px;
    left: 12px;
    margin-top: 3px;
    z-index: 2;
    color: var(--text);
  }
  .select2-search input {
    margin: 0;
    color: var(--text);
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 5px 5px 5px 30px;
    border-radius: 32px;
  }

  .select2-container {
    margin-bottom: 0;
  }
  .select2-container .select2-choice {
    outline: 0;
    box-sizing: border-box;
    background-image: none;
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    color: var(--text);
    display: block;
    font-size: 0.8125rem;
    padding: 0.5rem;
    height: 2.125rem;
    line-height: 1rem;
    width: 100%;
    max-width: 100% !important;
    overflow: hidden;
  }
  .select2-container .select2-choice abbr {
    right: 32px;
  }
  .select2-drop {
    box-shadow: #e2e7f0 0 3px 5px;
    color: var(--text);
  }

  .select2-drop-active {
    border-color: var(--input-border);
  }

  .select2-drop.select2-drop-above.select2-drop-active {
    border-color: var(--input-border);
  }
  .select2-drop.select2-drop-above.select2-drop-active .select2-search input {
    background: var(--input-bg) !important;
  }
  .select2-drop.select2-drop-above.select2-drop-active .select2-search input:focus {
    background: var(--input-bg) !important;
  }

  .select2-container .select2-choice:hover .select2-arrow b:before {
    color: #5d71a3;
  }

  .select2-container .select2-choice .select2-arrow {
    background-color: transparent;
    background-image: none;
    width: 30px;
    border-left: none;
  }
  .select2-container .select2-choice .select2-arrow b:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 18px;
    content: "keyboard_arrow_down";
    color: #7D8DB5;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin-top: -8px;
  }

  .l-compact .select2-container .select2-choice .select2-arrow b:before {
    margin-top: -0.5rem;
  }

  .select2-drop.select2-drop-above .select2-search input {
    margin: 0;
  }

  .select2-container-active .select2-choice, .select2-container-active .select2-choices {
    background: var(--input-bg);
    background-image: none !important;
    border-color: var(--input-border) !important;
  }

  .select2-dropdown-open .select2-choice {
    box-shadow: #e2e7f0 0 0 5px !important;
    background: var(--input-bg);
    border: 1px solid var(--input-border);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .select2-dropdown-open .select2-choice .select2-arrow {
    border-bottom-right-radius: 0;
  }
  .select2-dropdown-open.select2-drop-above .select2-choice {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .select2-dropdown-open.select2-drop-above .select2-choice .select2-arrow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
  }
  /* results */
  .select2-results .select2-highlighted {
    background: var(--primary);
  }
  .select2-results .select2-disabled.select2-highlighted {
    color: var(--input-placeholder);
    background-color: rgba(77, 77, 77, 0);
  }
  /*disabled look for disabled choices in the results dropdown */
  /* disabled styles */
  .select2-container.select2-container-disabled .select2-choice {
    cursor: not-allowed;
  }
  .select2-container.select2-container-disabled .select2-choice .select2-chosen {
    color: var(--input-disabled);
  }
  .select2-container.select2-container-disabled .select2-default .select2-chosen {
    display: none;
  }

  /* multiselect */
  .data-field-element .select2-container-multi .select2-choices {
    padding: 0.1875rem;
  }

  .select2-container-multi {
    font-size: 0.8125rem;
    min-height: 2.125rem;
  }
  .select2-container-multi .select2-choices {
    border-radius: 4px;
    outline: 0;
    box-sizing: border-box;
    background-image: none;
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    color: var(--text);
    display: block;
    font-size: 0.8125rem;
    padding: 0.1875rem;
    text-emphasis: testing;
    line-height: 1.25rem;
    min-height: 2.125rem;
    width: 100%;
  }
  .select2-container-multi .select2-input.select2-default {
    color: var(--input-placeholder);
    font-weight: 400;
  }
  .select2-container-multi .select2-choices .select2-search-field input {
    height: 1.25rem;
    margin: 0.125rem;
  }
  .select2-default .select2-chosen {
    color: var(--input-placeholder);
  }

  .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    font-size: 0.8125rem;
    line-height: 0.875rem;
    background-image: none;
    border: 0;
    color: white;
    background-color: var(--primary);
    box-shadow: none;
  }
  .select2-container-multi .select2-choices .select2-search-choice:first-child {
    margin-left: 0.0625rem;
  }
  .select2-search-choice-close {
    right: 40px;
    top: 3px;
  }
  .select2-search-choice-close:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "close";
    color: #7D8DB5;
    z-index: 10;
  }
  .select2-search-choice-close:hover:before {
    color: #5d71a3;
  }

  .select2-container-multi .select2-search-choice-close:before {
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
  }
  .select2-container-multi .select2-search-choice-close:hover:before {
    color: rgba(255, 255, 255, 0.8);
  }
  .select2-container-multi .select2-choices.ui-sortable li.select2-search-choice {
    cursor: ew-resize;
  }

  .form-field-binding-el .select2-container-multi.select2-dropdown-open .select2-choices, .data-field-element .select2-container-multi.select2-dropdown-open .select2-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-field-binding-el .select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices, .data-field-element .select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }

  /* disabled styles */
  /* end multiselect */
  /* Retina-ize icons */
  .data-field-renderer.is-changed .select2-container.select2-container-multi .select2-choices {
    border-color: #3E8AD6;
    background-color: white;
  }

  .data-field-renderer.onetoone-renderer .data-field-prefix-suffix:after,
.data-field-renderer.choice-renderer .data-field-prefix-suffix:after,
.data-field-renderer.tableselector-renderer .data-field-prefix-suffix:after,
.data-field-renderer.relationship-renderer .data-field-prefix-suffix:after {
    display: none !important;
  }

  .data-field-renderer.is-changed .select2-container .select2-choice,
.data-field-renderer.onetoone-renderer.is-changed .select2-container .select2-choice,
.data-field-renderer.choice-renderer.is-changed .select2-container .select2-choice,
.data-field-renderer.tableselector-renderer.is-changed .select2-container .select2-choice,
.data-field-renderer.relationship-renderer.is-changed .select2-container .select2-choice,
.data-field-renderer.onetomany-renderer.is-changed .select2-container .select2-choice {
    border-color: #3E8AD6;
  }
  .data-field-renderer.is-changed .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.onetoone-renderer.is-changed .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.choice-renderer.is-changed .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.tableselector-renderer.is-changed .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.relationship-renderer.is-changed .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.onetomany-renderer.is-changed .select2-container.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #3E8AD6;
  }

  .data-field-renderer.is-invalid .select2-container .select2-choice,
.data-field-renderer.onetoone-renderer.is-invalid .select2-container .select2-choice,
.data-field-renderer.choice-renderer.is-invalid .select2-container .select2-choice,
.data-field-renderer.tableselector-renderer.is-invalid .select2-container .select2-choice,
.data-field-renderer.relationship-renderer.is-invalid .select2-container .select2-choice,
.data-field-renderer.onetomany-renderer.is-invalid .select2-container .select2-choice {
    border-color: #F9602C;
  }
  .data-field-renderer.is-invalid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.onetoone-renderer.is-invalid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.choice-renderer.is-invalid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.tableselector-renderer.is-invalid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.relationship-renderer.is-invalid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.onetomany-renderer.is-invalid .select2-container.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #F9602C;
  }

  .data-field-renderer.is-valid .select2-container .select2-choice,
.data-field-renderer.onetoone-renderer.is-valid .select2-container .select2-choice,
.data-field-renderer.choice-renderer.is-valid .select2-container .select2-choice,
.data-field-renderer.tableselector-renderer.is-valid .select2-container .select2-choice,
.data-field-renderer.relationship-renderer.is-valid .select2-container .select2-choice,
.data-field-renderer.onetomany-renderer.is-valid .select2-container .select2-choice {
    border-color: var(--input-border);
  }
  .data-field-renderer.is-valid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.onetoone-renderer.is-valid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.choice-renderer.is-valid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.tableselector-renderer.is-valid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.relationship-renderer.is-valid .select2-container.select2-container-multi .select2-choices .select2-search-choice,
.data-field-renderer.onetomany-renderer.is-valid .select2-container.select2-container-multi .select2-choices .select2-search-choice {
    background-color: var(--primary);
  }

  .data-field-renderer.onetoone-renderer.is-read-only .select2-container .select2-choice .select2-arrow,
.data-field-renderer.choice-renderer.is-read-only .select2-container .select2-choice .select2-arrow,
.data-field-renderer.tableselector-renderer.is-read-only .select2-container .select2-choice .select2-arrow,
.data-field-renderer.relationship-renderer.is-read-only .select2-container .select2-choice .select2-arrow,
.data-field-renderer.onetomany-renderer.is-read-only .select2-container .select2-choice .select2-arrow {
    display: none;
  }

  .l-compact .select2-container .select2-choice > .select2-chosen {
    line-height: 1.0625rem;
  }
  .l-compact .select2-container .select2-choice {
    height: 27px;
    font-size: 0.8125rem;
    padding: 0.3125rem;
  }
  .l-compact .select2-container .select2-choice .select2-search-choice-close {
    top: 6px;
  }
  .l-compact .select2-container .select2-choices {
    padding: 0.0625rem;
  }
  .l-compact .select2-container .select2-choices .select2-search-field input.select2-input {
    height: 20px;
    margin: 0;
  }

  .icon-text-alignment {
    vertical-align: middle !important;
    font-size: larger !important;
  }

  /* Reference-Field - Preview : START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* specific renderer styles + preview panel. */
  /* */
  .data-field-renderer.onetoone-renderer .select2-container .select2-choice .select2-search-choice-close {
    right: 3.3125rem;
  }
  .data-field-renderer.onetoone-renderer .select2-container.select2-allowclear .select2-choice:before {
    content: "";
  }
  .data-field-renderer.onetoone-renderer .select2-results-dept-0.select2-highlighted {
    position: relative;
  }
  .data-field-renderer.onetoone-renderer .select2-results-dept-0.select2-highlighted .select2-results-table-preview {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: block !important;
    width: 31px;
    background-color: rgba(13, 13, 13, 0);
    line-height: inherit;
    text-align: center;
  }
  .data-field-renderer.onetoone-renderer .select2-results-dept-0.select2-highlighted .select2-results-table-preview:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .data-field-renderer.onetoone-renderer .select2-results-dept-0.select2-highlighted .select2-results-table-preview:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "visibility";
    color: white;
    top: 50%;
    margin-top: -11px;
    position: absolute;
    left: 50%;
    margin-left: -7px;
  }

  .table-preview-pin {
    position: absolute;
    right: 1.875rem;
    top: 0.8125rem;
    width: 14px;
    height: 14px;
  }
  .table-preview-pin span {
    display: block;
  }
  .table-preview-pin span:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "push_pin";
    color: var(--text);
  }
  .table-preview-pin span.is-pinned:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "push_pin";
    color: #F9602C;
  }

  .table-preview-trigger {
    position: relative;
    opacity: 0.5;
    color: #5e79a8;
  }
  .table-preview-trigger:hover {
    opacity: 1;
    color: #384968;
  }
  .table-preview-trigger:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "visibility";
    margin: 1px 0 -2px 0;
  }

  .relationship-field-table-preview-trigger {
    position: absolute;
    display: block;
    top: 0;
    right: 1.8125rem;
    width: 20px;
    height: 32px;
    color: #7D8DB5;
  }
  .relationship-field-table-preview-trigger:hover {
    color: #5d71a3;
  }
  .relationship-field-table-preview-trigger:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "visibility";
    position: absolute;
    top: 50%;
    margin-top: -0.375rem;
    left: 50%;
    margin-left: -7px;
  }

  .relationship-field-table-preview-trigger-readonly {
    right: 0.35rem;
  }

  .l-compact .relationship-field-table-preview-trigger:after {
    margin-top: -0.5rem;
  }

  .dialog-box-nip {
    position: absolute;
    overflow: hidden;
    z-index: 9;
    width: 70px;
    height: 16px;
    margin-left: -12px;
    top: -16px;
  }
  .dialog-box-nip:after {
    position: absolute;
    content: "";
    right: 13px;
    top: 9px;
    width: 12px;
    height: 25px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
    transform: rotate(45deg);
  }

  .table-preview-wrapper {
    position: relative;
    float: left;
    top: 2.125rem;
    width: 700px;
    max-height: 600px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 7px;
    border-radius: 4px;
    z-index: 9;
  }
  .table-preview-wrapper:before, .table-preview-wrapper:after {
    content: " ";
    display: table;
  }
  .table-preview-wrapper:after {
    clear: both;
  }
  .table-preview-wrapper.l-above {
    top: auto;
    bottom: 1.25rem;
  }
  .table-preview-wrapper.l-above .dialog-box-nip {
    top: auto;
    bottom: -16px;
  }
  .table-preview-wrapper.l-above .dialog-box-nip:after {
    background-color: rgba(245, 245, 245, 0.9);
    right: 4px;
    top: -17px;
  }

  .relationship-field-table-preview-wrapper {
    position: absolute;
    right: 29px;
    top: 2.125rem;
    width: 800px;
    max-height: 500px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 7px;
    border-radius: 4px;
    z-index: 11;
  }
  .relationship-field-table-preview-wrapper:before, .relationship-field-table-preview-wrapper:after {
    content: " ";
    display: table;
  }
  .relationship-field-table-preview-wrapper:after {
    clear: both;
  }
  .relationship-field-table-preview-wrapper.l-above {
    top: auto;
    bottom: 1.25rem;
  }
  .relationship-field-table-preview-wrapper.l-above .dialog-box-nip {
    top: auto;
    bottom: -16px;
  }
  .relationship-field-table-preview-wrapper.l-above .dialog-box-nip:after {
    background-color: rgba(245, 245, 245, 0.9);
    right: 4px;
    top: -17px;
  }

  .table-preview-container {
    min-height: 400px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 1.875rem;
  }

  .table-preview-content {
    padding: 10px;
    position: relative;
  }
  .table-preview-content:before, .table-preview-content:after {
    content: " ";
    display: table;
  }
  .table-preview-content:after {
    clear: both;
  }
  .table-preview-content .preview-tile-renderer {
    padding: 10px 0;
  }
  .table-preview-content .preview-tile-renderer:before, .table-preview-content .preview-tile-renderer:after {
    content: " ";
    display: table;
  }
  .table-preview-content .preview-tile-renderer:after {
    clear: both;
  }
  .table-preview-content .preview-tile-renderer .field-renderer {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .table-preview-content .preview-tile-renderer .tile-header {
    position: static;
  }
  .table-preview-content .preview-tile-renderer .tile-header h2, .table-preview-content .preview-tile-renderer .tile-header .h2 {
    display: none;
  }
  .table-preview-content .preview-tile-renderer .tile-header .tile-config-button a {
    width: 20px;
    top: 0.625rem;
    right: 0.625rem;
    background-color: transparent;
  }
  .table-preview-content .preview-tile-renderer .tile-header .tile-config-button a:after {
    content: none;
  }
  .table-preview-content .preview-tile-renderer .tile-header .tile-config-button a:before {
    color: var(--gray-400);
  }
  .table-preview-content .preview-tile-renderer .tile-content {
    background-color: transparent;
    padding: 0;
  }
  .table-preview-content .preview-tile-renderer .tile-section-content {
    padding: 0;
  }
  .table-preview-content .preview-tile-renderer .tile-section-content:before, .table-preview-content .preview-tile-renderer .tile-section-content:after {
    content: " ";
    display: table;
  }
  .table-preview-content .preview-tile-renderer .tile-section-content:after {
    clear: both;
  }
  .table-preview-content input[type=text],
.table-preview-content input[type=password],
.table-preview-content input[type=date],
.table-preview-content input[type=datetime],
.table-preview-content input[type=datetime-local],
.table-preview-content input[type=month],
.table-preview-content input[type=week],
.table-preview-content input[type=email],
.table-preview-content input[type=number],
.table-preview-content input[type=search],
.table-preview-content input[type=tel],
.table-preview-content input[type=time],
.table-preview-content input[type=url],
.table-preview-content textarea {
    background-color: #f2f3f4;
    border: 1px solid #d2d4d7;
  }

  .table-preview-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 0.0625rem;
    background-color: rgba(245, 245, 245, 0.9);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .table-preview-footer .table-preview-link {
    display: block;
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.9);
  }
  .table-preview-footer .table-preview-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  .table-preview-footer .table-preview-link:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "link";
    font-size: 0.8125em;
    color: inherit;
    margin-right: 5px;
  }

  .select2-container.select2-container-multi .table-preview-trigger {
    margin: 0 0.1875rem;
    color: rgba(255, 255, 255, 0.7);
  }
  .select2-container.select2-container-multi .table-preview-trigger:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.95);
  }

  /* MODULE 'Select Elements' : START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* */
  .dropzone-previews .dz-preview {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cccccc;
  }

  .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
  }

  .dropzone-previews .dz-preview .dz-details {
    width: 60px;
    height: 60px;
    position: relative;
    padding: 5px;
    margin: 3px;
  }

  .dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
    font-size: 0.6875em;
    color: var(--text);
    text-wrap: unrestricted;
  }

  .dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 60px;
  }

  .dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px;
  }

  .dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: none;
  }

  .dropzone-previews .dz-preview:hover .dz-details img {
    display: none;
  }

  .dropzone-previews .dz-preview .dz-error-mark {
    display: none;
  }

  .dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657;
  }

  .dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d;
  }

  .dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 60px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none;
  }

  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #8cc657;
  }

  .dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
  }

  .dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245, 245, 245, 0.8);
    padding: 8px 10px;
    color: #880000;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
  }

  .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block;
  }

  .dropzone-previews .dz-preview {
    margin-right: 5px;
  }

  .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  }

  .dropzone-previews .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ee1e2d;
  }

  .dropzone-previews .dz-preview .dz-success-mark {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background-image: url("../images/spritemap.png");
    background-repeat: no-repeat;
  }

  @media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
    .dropzone-previews .dz-preview .dz-success-mark {
      background-image: url("../images/spritemap@2x.png");
      -webkit-background-size: 428px 406px;
      -moz-background-size: 428px 406px;
      background-size: 428px 406px;
    }
  }
  .dropzone-previews .dz-preview .dz-success-mark span {
    display: none;
  }

  .dropzone-previews .dz-preview .dz-error-mark {
    background-position: -268px -123px;
  }

  .dropzone-previews .dz-preview .dz-success-mark {
    background-position: -268px -163px;
  }

  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    -webkit-animation: loading 0.4s linear infinite;
    -moz-animation: loading 0.4s linear infinite;
    -o-animation: loading 0.4s linear infinite;
    -ms-animation: loading 0.4s linear infinite;
    animation: loading 0.4s linear infinite;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: url("../images/spritemap.png");
    background-repeat: repeat-x;
    background-position: 0px -400px;
  }

  @media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
    .dropzone-previews .dz-preview .dz-progress .dz-upload {
      background-image: url("../images/spritemap@2x.png");
      -webkit-background-size: 428px 406px;
      -moz-background-size: 428px 406px;
      background-size: 428px 406px;
    }
  }
  .dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

  .dropzone-previews .dz-preview .dz-error-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .dropzone-previews a.dz-remove {
    background-color: #A0B0CC;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #fff;
    margin: 0 3px 3px 3px;
    font-size: 0.75em;
  }
  .dropzone-previews a.dz-remove:hover {
    background-color: #c1ccde;
  }

  @-moz-keyframes loading {
    0% {
      background-position: 0 -400px;
    }
    100% {
      background-position: -7px -400px;
    }
  }
  @-webkit-keyframes loading {
    0% {
      background-position: 0 -400px;
    }
    100% {
      background-position: -7px -400px;
    }
  }
  @-o-keyframes loading {
    0% {
      background-position: 0 -400px;
    }
    100% {
      background-position: -7px -400px;
    }
  }
  @-ms-keyframes loading {
    0% {
      background-position: 0 -400px;
    }
    100% {
      background-position: -7px -400px;
    }
  }
  @keyframes loading {
    0% {
      background-position: 0 -400px;
    }
    100% {
      background-position: -7px -400px;
    }
  }
  .file-drop {
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    box-shadow: none;
    color: var(--text);
    display: block;
    font-family: inherit;
    font-size: 0.8125rem;
    height: 1.3125rem;
    margin: 0 0 0.375rem 0;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 100ms, border-color 100ms ease-in-out;
    margin-bottom: 0;
    border-style: dashed;
    box-shadow: none;
    padding-left: 2.125rem;
    border-radius: 4px;
    height: auto;
    min-height: 32px;
    line-height: 24px;
  }
  .file-drop:focus {
    box-shadow: 0 0 5px #e2e7f0;
    background: var(--input-bg);
    border-color: var(--input-border);
    outline: none;
  }
  .file-drop:disabled {
    background-color: var(--input-disabled-bg);
    cursor: not-allowed;
  }
  .file-drop[disabled], .file-drop[readonly], fieldset[disabled] .file-drop {
    background-color: var(--input-disabled-bg);
    cursor: not-allowed;
  }
  .file-drop:before {
    position: absolute;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "upload_file";
    top: 50%;
    left: 0.625rem;
    margin-top: -7px;
    color: #7D8DB5;
  }

  .file-drop.dropzone-with-list {
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    box-shadow: none;
    color: var(--text);
    display: block;
    font-family: inherit;
    font-size: 0.8125rem;
    height: 1.3125rem;
    margin: 0 0 0.375rem 0;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 100ms, border-color 100ms ease-in-out;
    margin-bottom: 0;
    border-style: dashed;
    box-shadow: none;
    padding-left: 2.125rem;
    padding-top: 7px;
    border-radius: 4px;
    height: auto;
    min-height: 32px;
  }
  .file-drop.dropzone-with-list:focus {
    box-shadow: 0 0 5px #e2e7f0;
    background: var(--input-bg);
    border-color: var(--input-border);
    outline: none;
  }
  .file-drop.dropzone-with-list:disabled {
    background-color: var(--input-disabled-bg);
    cursor: not-allowed;
  }
  .file-drop.dropzone-with-list[disabled], .file-drop.dropzone-with-list[readonly], fieldset[disabled] .file-drop.dropzone-with-list {
    background-color: var(--input-disabled-bg);
    cursor: not-allowed;
  }
  .file-drop.dropzone-with-list:before {
    position: absolute;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "upload_file";
    top: 16px;
    left: 0.625rem;
    margin-top: -7px;
    color: #7D8DB5;
  }

  .file-drop:after {
    content: attr(data-placeholder);
    color: var(--input-disabled);
    /*position: absolute;*/
    font-size: 0.75em;
    font-size: 0.8125rem;
  }

  .field-renderer.is-changed .file-drop {
    border-color: #3E8AD6;
    background-color: white;
  }
  .field-renderer.is-changed .file-drop:after {
    display: none;
  }
  .field-renderer.is-invalid .file-drop {
    border-color: #F9602C;
    background-color: #fff9f7;
  }
  .field-renderer.is-invalid .file-drop:after {
    display: none;
  }

  .lt-ie9 .file-drop {
    display: none;
  }
  .lt-ie9 .file-drop .file-drop-image {
    display: none;
  }

  .dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
  }
  .dataTable thead th {
    padding: 4px 5px;
    cursor: pointer;
    *cursor: hand;
    background-color: var(--secondary);
    color: white;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
  }
  .dataTable thead th:first-child {
    border-top-left-radius: 4px;
  }
  .dataTable thead th:last-child {
    border-top-right-radius: 4px;
  }
  .dataTable tfoot {
    display: none;
  }
  .dataTable tbody {
    font-size: 13px;
  }
  .dataTable tbody:before {
    line-height: 2px;
    content: "-";
    display: block;
    color: transparent;
  }
  .dataTable tbody td {
    display: table-cell;
    padding: 0.5rem 0.25rem;
    height: 1.5625rem;
    min-height: 1.5625rem;
    max-width: 200px;
  }
  .dataTable tbody td > div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
  }
  .dataTable tbody td.center, .dataTable tbody td.dataTables_empty {
    text-align: center;
  }
  .dataTable tbody td.dataTables_empty {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #A0B0CC;
    font-style: italic;
  }
  .dataTable tbody tr {
    border-bottom: 2px solid #ffffff;
  }
  .dataTable tbody tr:last-child {
    border-bottom: 0;
  }
  .dataTable tbody tr td a {
    border-radius: 4px;
    display: inline-block;
    padding: 2px 4px;
    color: #3E8AD6;
  }
  .dataTable tbody tr td a:hover {
    color: white;
    background-color: #3E8AD6;
  }
  .dataTable tbody tr td.grid-checkbox-row a {
    color: #A0B0CC;
  }
  .dataTable tbody tr td.grid-checkbox-row a:hover {
    color: #5e79a8;
  }
  .dataTable tbody tr.odd {
    background-color: #fff;
  }
  .dataTable tbody tr.even {
    background-color: #F0F5FA;
  }
  .dataTable tbody tr:hover.odd .text-link, .dataTable tbody tr:hover.even .text-link {
    background-color: #3E8AD6;
    color: white;
  }
  .dataTable tbody tr:hover.odd .text-link:hover, .dataTable tbody tr:hover.even .text-link:hover {
    background-color: #2976c2;
  }
  .dataTable tbody tr:hover.odd {
    background-color: #f7f7f7;
  }
  .dataTable tbody tr:hover.even {
    background-color: #e5edf6;
  }

  .dataTables_wrapper {
    clear: both;
    *zoom: 1;
  }

  .grid-wrapper {
    width: 100%;
    margin-right: -10px;
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  div.data-field-wrapper .grid-wrapper {
    background-color: #fdfdfd;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .grid-fading-rhs, .grid-fading-lhs {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 2;
  }

  .grid-fading-rhs {
    right: 10px;
    background-image: linear-gradient(left, rgba(253, 253, 253, 0) 0, #fdfdfd 75%);
  }

  .grid-fading-lhs {
    left: 10px;
    background-image: linear-gradient(right, rgba(253, 253, 253, 0) 0, #fdfdfd 75%);
  }

  .dataTables_info, .dataTables_length, .paging_full_numbers, .datatable-header {
    color: #A0B0CC;
    font-weight: normal;
  }

  .datatable-footer {
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: 20px;
    padding-top: 8px;
  }
  .datatable-footer .dataTables_info {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    padding-left: 0;
    line-height: 1.7em;
    font-size: 13px;
  }
  .datatable-footer .paging_full_numbers {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: right;
    padding-right: 0;
    text-align: right;
    font-size: 13px;
  }

  .datatable-header {
    height: 35px;
    display: block;
    padding: 0 10px;
  }
  .datatable-header input, .datatable-header select, .datatable-header label {
    margin-bottom: 0;
  }
  .datatable-header .dataTables_length {
    position: absolute;
    left: 20px;
    top: 11px;
  }
  .datatable-header .dataTables_length label {
    color: inherit;
    font-weight: inherit;
    font-size: 13px;
    line-height: 1.85em;
  }
  .datatable-header .dataTables_length select {
    width: auto;
    height: 1.5rem;
  }
  .datatable-header .dataTables_filter {
    position: absolute;
    width: 250px;
    right: 20px;
    top: 10px;
    text-align: right;
  }
  .datatable-header .dataTables_filter label {
    float: left;
    width: 160px;
  }
  .datatable-header .dataTables_filter input {
    border-radius: 40px;
    width: 100%;
    padding-left: 22px;
    font-size: inherit;
    height: 25px;
  }
  .datatable-header .dataTables_filter label {
    color: inherit;
  }
  .datatable-header .dataTables_filter label:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "search";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 6px;
    margin-top: -8px;
  }

  table.dataTable thead th:active, table.dataTable thead td:active {
    outline: none;
  }

  .dataTable thead th.grid-checkbox-header, .dataTable tbody td.grid-checkbox-row {
    width: 2.8125rem;
    padding-left: 0.625rem !important;
    padding-right: 0 !important;
  }
  .dataTable thead th.grid-checkbox-header input[type=checkbox], .dataTable tbody td.grid-checkbox-row input[type=checkbox] {
    vertical-align: middle;
  }

  .grid-checkbox-row {
    white-space: nowrap;
  }

  .dataTable .data-field-text-renderers, .dataTable .data-field-text-renderers:focus {
    margin-bottom: 0;
    border: 0 none;
    background-color: transparent;
    padding-left: 0;
    font-size: inherit;
  }
  .dataTable .data-field-radio-button, .dataTable .data-field-checkbox {
    border: none;
    margin-bottom: 0;
  }
  .dataTable .data-field-radio-button .data-field-radio-button-options, .dataTable .data-field-checkbox .data-field-radio-button-options {
    border: 0;
  }
  .dataTable .data-field-radio-button .data-field-radio-button-options .data-field-radio-button-option, .dataTable .data-field-checkbox .data-field-radio-button-options .data-field-radio-button-option {
    line-height: 1;
    height: auto;
  }
  .dataTable .data-field-radio-button .data-field-radio-button-options .data-field-radio-button-option:first-child, .dataTable .data-field-checkbox .data-field-radio-button-options .data-field-radio-button-option:first-child {
    padding-left: 0;
  }
  .dataTable a {
    color: #51C17C;
  }
  .dataTable a:hover {
    color: #3ba463;
  }
  .dataTable .onetomany-list {
    margin: 0;
    line-height: 1;
    list-style-type: none;
  }
  .dataTable .button {
    margin-bottom: 0;
  }
  .dataTable input {
    margin-bottom: 0;
  }
  .dataTable tr.odd.is-selected, .dataTable tr.even.is-selected {
    background-color: #E2FEFE;
  }
  .dataTable tr.odd.is-selected a.text-link, .dataTable tr.even.is-selected a.text-link {
    color: white;
    background-color: #3E8AD6;
  }
  .dataTable tr.odd.is-selected:hover, .dataTable tr.even.is-selected:hover {
    background-color: #c9fdfd !important;
  }
  .dataTable tr.odd.is-selected:hover a.text-link:hover, .dataTable tr.even.is-selected:hover a.text-link:hover {
    background-color: #2771ba;
  }

  .list-refresh-button {
    position: relative;
    left: 100px;
    color: #c1ccde;
    top: 4px;
    font-size: 0.875rem;
  }
  .list-refresh-button span {
    font-size: 0.75rem;
    color: #e2e7f0;
  }
  .list-refresh-button:hover {
    color: #A0B0CC;
  }
  .list-refresh-button:hover span {
    color: #A0B0CC;
  }

  .relationship-table-preview-trigger {
    display: inline;
    position: relative;
    width: 20px;
    color: #A0B0CC;
    margin: 0 0.5rem 0 0.375rem;
    background-color: transparent;
  }
  .relationship-table-preview-trigger:hover, .relationship-table-preview-trigger:focus {
    background-color: transparent !important;
  }
  .relationship-table-preview-trigger:hover {
    color: #4a6189;
  }
  .relationship-table-preview-trigger:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "visibility";
    position: relative;
    top: 2px;
  }

  .tile-datatable .l-tile-section-alt {
    padding-bottom: 10px;
  }
  .tile-datatable .tile-section {
    margin-bottom: 0;
  }

  .tile-datatable.tile-content {
    width: 100%;
    padding-bottom: 49px;
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .dataTable-no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #right_sidebar_popover .relatedlist-renderer .paginate_button.first,
#right_sidebar_popover .relatedlist-renderer .paginate_button.last {
    display: none;
  }

  .modal-window {
    min-width: 300px;
  }

  .modal-window-hidden {
    visibility: hidden;
  }

  .modal-window-header {
    padding-bottom: 0.625rem;
    font-weight: 600;
    border-bottom: 1px solid #f3f5f8;
    margin-bottom: 0.375rem;
  }
  .modal-window-header small, .modal-window-header .small {
    font-weight: normal;
  }

  .modal-window-inner {
    float: left;
    width: 100%;
  }
  .modal-window-inner:before, .modal-window-inner:after {
    content: " ";
    display: table;
  }
  .modal-window-inner:after {
    clear: both;
  }

  .modal-window-footer {
    padding-top: 20px;
    float: left;
    width: 100%;
  }
  .modal-window-footer:before, .modal-window-footer:after {
    content: " ";
    display: table;
  }
  .modal-window-footer:after {
    clear: both;
  }
  .modal-window-footer button {
    margin-right: 10px;
  }

  .form-builder-modal.e-dlg-modal .e-dlg-header-content, .form-builder-modal.e-dlg-modal .e-dlg-content, .form-builder-modal.e-dlg-modal .e-dlg-footer-content {
    background-color: white !important;
  }

  /* Effect 2: Fill up from left */
  .la-anim-6 svg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 500px;
    height: 500px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
  }

  .la-anim-6.la-animate svg {
    z-index: 100;
  }

  #la-anim-6-loader {
    fill: black;
    fill-opacity: 0.05;
  }

  #la-anim-6-border {
    fill: black;
    fill-opacity: 0.05;
  }

  .la-anim-13 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .la-anim-13::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #ed4e6e;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0.3s, transform 0s 0.3s;
  }

  .la-anim-13.la-animate::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 5.4s linear 0.3s;
    transition: transform 5.4s linear 0.3s;
  }

  .la-anim-13.la-animate,
.la-anim-13.la-animate::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .content-header {
    position: relative;
    overflow: hidden;
  }

  .la-anim-13 {
    position: absolute;
    -webkit-transition: -webkit-transform 200ms;
    transition: transform 200ms;
  }

  .la-anim-13::before {
    background-color: white;
    -webkit-transition: opacity 200ms, -webkit-transform 0s 200ms;
    transition: opacity 200ms, transform 0s 200ms;
  }

  .la-anim-13.la-animate {
    z-index: 1000;
  }

  .la-anim-13.la-animate::before {
    -webkit-transition: -webkit-transform 5.4s linear 200ms;
    transition: transform 5.4s linear 200ms;
  }

  /*!
   * FullCalendar v2.0.0-beta2 Stylesheet
   * Docs & License: http://arshaw.com/fullcalendar/
   * (c) 2013 Adam Shaw
   */
  .fc {
    direction: ltr;
    text-align: left;
  }

  .fc table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  html .fc,
.fc table {
    font-size: 1em;
  }

  .fc td,
.fc th {
    padding: 0;
    vertical-align: top;
  }

  /* Header
  ------------------------------------------------------------------------*/
  .fc-header td {
    white-space: nowrap;
  }

  .fc-header-left {
    width: 25%;
    text-align: left;
  }

  .fc-header-center {
    text-align: center;
  }

  .fc-header-right {
    width: 25%;
    text-align: right;
  }

  .fc-header-title {
    display: inline-block;
    vertical-align: top;
  }

  .fc-header-title h2, .fc-header-title .h2 {
    margin-top: 0;
    white-space: nowrap;
  }

  .fc .fc-header-space {
    padding-left: 10px;
  }

  .fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
  }

  /* buttons edges butting together */
  .fc-header .fc-button {
    margin-right: -1px;
  }

  .fc-header .fc-corner-right,
.fc-header .ui-corner-right {
    /* theme */
    margin-right: 0;
    /* back to normal */
  }

  /* button layering (for border precedence) */
  .fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
  }

  .fc-header .fc-state-down {
    z-index: 3;
  }

  .fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
  }

  /* Content
  ------------------------------------------------------------------------*/
  .fc-content {
    position: relative;
    z-index: 1;
    /* scopes all other z-index's to be inside this container */
    clear: both;
    zoom: 1;
    /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
  }

  .fc-view {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  /* Cell Styles
  ------------------------------------------------------------------------*/
  .fc-widget-header,
.fc-widget-content {
    /* <td>, usually */
    border: 1px solid #ddd;
  }

  .fc-state-highlight {
    /* <td> today cell */
    /* TODO: add .fc-today to <th> */
    background: #fcf8e3;
  }

  .fc-cell-overlay {
    /* semi-transparent rectangle while dragging */
    background: #bce8f1;
    opacity: 0.3;
    /* Lyssandro - can you look at how SASS handles this stuff for IE */
    /* filter: alpha(opacity=30); */
    /* for IE */
  }

  /* Buttons
  ------------------------------------------------------------------------*/
  .fc-button {
    position: relative;
    display: inline-block;
    padding: 0 0.6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer;
  }

  .fc-state-default {
    /* non-theme */
    border: 1px solid;
  }

  .fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  /*
  	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
  	and we'll try to make them look good cross-browser.
  */
  .fc-button .fc-icon {
    margin: 0 0.1em;
    font-size: 2em;
    font-family: var(--font-family);
    vertical-align: baseline;
    /* for IE7 */
  }

  .fc-icon-left-single-arrow:after {
    content: "‹";
    font-weight: bold;
  }

  .fc-icon-right-single-arrow:after {
    content: "›";
    font-weight: bold;
  }

  .fc-icon-left-double-arrow:after {
    content: "«";
  }

  .fc-icon-right-double-arrow:after {
    content: "»";
  }

  /* icon (for jquery ui) */
  .fc-button .ui-icon {
    position: relative;
    top: 50%;
    float: left;
    margin-top: -8px;
    /* we know jqui icons are always 16px tall */
  }

  /*
    button states
    borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
  */
  .fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
  }

  .fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
  }

  .fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    outline: 0;
  }

  .fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    /* Lyssandro - can you look at how SASS handles this stuff for IE */
    /* filter: alpha(opacity=65); */
    box-shadow: none;
  }

  /* Global Event Styles
  ------------------------------------------------------------------------*/
  .fc-event-container > * {
    z-index: 8;
  }

  .fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
    z-index: 9;
  }

  .fc-event {
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    color: #fff;
    /* default TEXT color */
    font-size: 0.85em;
    cursor: default;
  }

  a.fc-event {
    text-decoration: none;
  }

  a.fc-event,
.fc-event-draggable {
    cursor: pointer;
  }

  .fc-rtl .fc-event {
    text-align: right;
  }

  .fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .fc-event-time,
.fc-event-title {
    padding: 0 1px;
  }

  .fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    /* hacky spaces (IE6/7) */
    font-size: 300%;
    /* */
    line-height: 50%;
    /* */
  }

  /* Horizontal Events
  ------------------------------------------------------------------------*/
  .fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
  }

  .fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  /* resizable */
  .fc-event-hori .ui-resizable-e {
    top: 0 !important;
    /* importants override pre jquery ui 1.7 styles */
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize;
  }

  .fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize;
  }

  .fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
    /* IE6 had 0 height */
  }

  /* Reusable Separate-border Table
  ------------------------------------------------------------*/
  table.fc-border-separate {
    border-collapse: separate;
  }

  .fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
  }

  .fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
  }

  .fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
  }

  .fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
  }

  /* Month View, Basic Week View, Basic Day View
  ------------------------------------------------------------------------*/
  .fc-grid th {
    text-align: center;
  }

  .fc .fc-week-number {
    width: 22px;
    text-align: center;
  }

  .fc .fc-week-number div {
    padding: 0 2px;
  }

  .fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
  }

  .fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    /* Lyssandro - can you look at how SASS handles this stuff for IE */
    /* filter: alpha(opacity=30); */
    /* for IE */
    /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */
  }

  .fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
    /* distance between events and day edges */
  }

  /* event styles */
  .fc-grid .fc-event-time {
    font-weight: bold;
  }

  /* right-to-left */
  .fc-rtl .fc-grid .fc-day-number {
    float: left;
  }

  .fc-rtl .fc-grid .fc-event-time {
    float: right;
  }

  /* Agenda Week View, Agenda Day View
  ------------------------------------------------------------------------*/
  .fc-agenda table {
    border-collapse: separate;
  }

  .fc-agenda-days th {
    text-align: center;
  }

  .fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
  }

  .fc-agenda-slots .fc-agenda-axis {
    white-space: nowrap;
  }

  .fc-agenda .fc-week-number {
    font-weight: bold;
  }

  .fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
  }

  /* make axis border take precedence */
  .fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
  }

  .fc-agenda-days .fc-col0 {
    border-left-width: 0;
  }

  /* all-day area */
  .fc-agenda-allday th {
    border-width: 0 1px;
  }

  .fc-agenda-allday .fc-day-content {
    min-height: 34px;
    /* TODO: doesnt work well in quirksmode */
    _height: 34px;
  }

  /* divider (between all-day and slots) */
  .fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
  }

  .fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
  }

  /* slot rows */
  .fc-agenda-slots th {
    border-width: 1px 1px 0;
  }

  .fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
  }

  .fc-agenda-slots td div {
    height: 20px;
  }

  .fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
  }

  .fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
  }

  .fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid;
    /* doesn't work with background in IE6/7 */
  }

  /* Vertical Events
  ------------------------------------------------------------------------*/
  .fc-event-vert {
    border-width: 0 1px;
  }

  .fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px;
  }

  .fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2;
  }

  .fc-event-vert .fc-event-bg {
    /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.25;
    /* Lyssandro - can you look at how SASS handles this stuff for IE */
    /* filter: alpha(opacity=25); */
  }

  .fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none\9 ;
    /* for IE6/7/8. nested opacity filters while dragging don't work */
  }

  /* resizable */
  .fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    /* importants override pre jquery ui 1.7 styles */
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
  }

  .fc-agenda .ui-resizable-resizing {
    /* TODO: better selector */
    _overflow: hidden;
  }

  .fc-agenda thead tr {
    background-color: #a1a8b4;
  }
  .fc-agenda thead tr td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .fc-agenda .fc-widget-header {
    color: white;
    font-weight: normal;
    font-size: 0.75rem;
    padding: 0.25rem 0;
  }
  .fc-agenda .fc-widget-header.fc-first {
    border-top-left-radius: 4px;
  }
  .fc-agenda .fc-widget-header.fc-last {
    border-top-right-radius: 4px;
  }
  .fc-agenda .fc-state-highlight {
    background-color: #f0f0f0;
  }
  .fc-agenda .fc-agenda-axis {
    color: #6e6e6e;
    padding-right: 0.1875rem;
  }
  .fc-agenda .fc-agenda-divider {
    padding: 0;
  }
  .fc-agenda .fc-agenda-divider-inner {
    background-color: #a1a8b4;
  }

  .fc-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #94a0b8;
    border-color: #aab3c6;
    color: #fff;
    transition: background-color 300ms ease-out;
    padding: 0.375rem 0.625rem !important;
    background-image: none;
    height: auto;
    font-size: 0.6875rem;
    font-weight: bold;
    border: 0;
    text-shadow: none;
  }
  .fc-button:hover, .fc-button:focus {
    color: white;
    background-color: #aab3c6;
  }
  .fc-button:hover, .fc-button:focus {
    color: #fff;
  }

  .fc-button {
    min-height: 1.5625rem;
  }
  .fc-button.fc-button-prev, .fc-button.fc-button-next {
    display: inline-block;
    width: 1.5625rem;
  }
  .fc-button.fc-button-prev:before, .fc-button.fc-button-next:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "keyboard_arrow_right";
  }
  .fc-button.fc-button-prev {
    margin-right: 1px;
  }
  .fc-button.fc-button-prev:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "keyboard_arrow_left";
  }
  .fc-text-arrow {
    display: none;
  }

  .fc-header-title {
    font-size: 1rem;
    color: var(--text);
  }

  .sb-number-tag a {
    display: inline-block;
    height: 21px;
    margin: 0 10px 0 0;
    padding: 0px 7px 0 14px;
    white-space: nowrap;
    position: relative;
    background: -moz-linear-gradient(top, #fed970 0%, #febc4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fed970), color-stop(100%, #febc4a));
    background: -webkit-linear-gradient(top, #fed970 0%, #febc4a 100%);
    background: -o-linear-gradient(top, #fed970 0%, #febc4a 100%);
    background: linear-gradient(to bottom, #fed970 0%, #febc4a 100%);
    background-color: #FEC95B;
    color: #963;
    font: bold 14px/21px Arial, Tahoma, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
    border-top: 1px solid #EDB14A;
    border-bottom: 1px solid #CE922E;
    border-right: 1px solid #DCA03B;
    border-radius: 1px 3px 3px 1px;
    box-shadow: inset 0 1px #FEE395, 0 1px 2px rgba(0, 0, 0, 0.21);
  }

  .sb-number-tag a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -6px;
    width: 10px;
    height: 10px;
    background: -moz-linear-gradient(45deg, #fed970 0%, #febc4a 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fed970), color-stop(100%, #febc4a));
    background: -webkit-linear-gradient(-45deg, #fed970 0%, #febc4a 100%);
    background: -o-linear-gradient(45deg, #fed970 0%, #febc4a 100%);
    background: linear-gradient(135deg, #fed970 0%, #febc4a 100%);
    background-color: #FEC95B;
    border-left: 1px solid #EDB14A;
    border-bottom: 1px solid #CE922E;
    border-radius: 0 0 0 2px;
    box-shadow: inset 1px 0 #FEDB7C, 0 2px 2px -2px rgba(0, 0, 0, 0.33);
  }

  .sb-number-tag a:before {
    -webkit-transform: scale(1, 1.5) rotate(45deg);
    -moz-transform: scale(1, 1.5) rotate(45deg);
    -ms-transform: scale(1, 1.5) rotate(45deg);
    transform: scale(1, 1.5) rotate(45deg);
  }

  .sb-number-tag a:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    width: 5px;
    height: 5px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #DCA03B;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.21);
  }

  .sb-number-tag a:hover {
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(153, 102, 51, 0.3);
  }

  .xdsoft_datetimepicker {
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #333333;
    display: block;
    font-family: var(--font-family);
    padding: 8px;
    padding-left: 0px;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }

  .xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
  }

  /*For IE8 or lower*/
  .xdsoft_datetimepicker button {
    border: none !important;
  }

  .xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .xdsoft_noselect::selection {
    background: transparent;
  }

  .xdsoft_noselect::-moz-selection {
    background: transparent;
  }

  .xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
  }

  .xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
  }

  .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0px;
  }

  .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center;
  }

  .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
  }

  .xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0px;
  }

  .xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0px;
    margin-left: 5px;
  }

  .xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0px 0px;
  }

  .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0px none currentColor;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium none currentColor;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
  }

  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
  }

  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0px;
    margin-bottom: 7px;
    margin-top: 0px;
  }

  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
  }

  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #F5F5F5;
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0px;
    height: 25px;
    line-height: 25px;
  }

  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0px;
  }

  .xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
  }

  .xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
  }

  .xdsoft_datetimepicker .xdsoft_label:hover {
    text-decoration: underline;
  }

  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    display: block;
    right: 0px;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
  }

  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
  }

  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
  }

  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
  }

  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
  }

  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #33AAFF;
    box-shadow: #178FE5 0px 1px 3px 0px inset;
    color: #fff;
    font-weight: 700;
  }

  .xdsoft_datetimepicker .xdsoft_month {
    width: 90px;
    text-align: right;
  }

  .xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
  }

  .xdsoft_datetimepicker .xdsoft_year {
    width: 56px;
  }

  .xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
  }

  .xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    text-align: right;
    padding: 0px;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
  }

  .xdsoft_datetimepicker .xdsoft_calendar th {
    background: #F1F1F1;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33AAFF;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #33AAFF;
    box-shadow: #178FE5 0px 1px 3px 0px inset;
    color: #fff;
    font-weight: 700;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 0.5;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
  }

  .xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
  }

  .xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
  }

  .xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
  }

  .xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
  }

  .xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
  }

  .xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
  }

  .xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    width: 7px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
  }

  .xdsoft_scroller_box {
    position: relative;
  }

  /* General styles for all menus */
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 800px;
    height: 100%;
    z-index: 12;
  }

  .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 12;
    overflow: hidden;
  }

  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -800px;
  }

  .cbp-spmenu-right {
    right: -800px;
  }

  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }

  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }

  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }

  .cbp-spmenu-bottom {
    bottom: -150px;
  }

  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }

  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }

  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }

  .cbp-spmenu-push-toright {
    left: 800px;
  }

  .cbp-spmenu-push-toleft {
    left: -800px;
  }

  /* Transitions */
  .cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    transition: all 0.12s ease;
  }

  /* Example media queries */
  /* CHRIS - Additional items start */
  .cbp-spmenu {
    display: none;
  }

  .cbp-spmenu.cbp-spmenu-open {
    display: block;
  }

  .cbp-modal-click-mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .cbp-modal-click-mask a {
    width: 100%;
  }

  .cbp-modal-click-mask-visible {
    visibility: visible;
  }

  .details-panel-inner {
    background-color: white;
    box-shadow: 0 0 50px 0 rgba(40, 57, 88, 0.43);
    border-radius: 4px;
  }

  .details-panel-drag {
    width: 4px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: ew-resize;
    position: absolute;
    left: -4px;
    box-shadow: -1px 0px 19px 0px #818181;
  }

  .cbp-spmenu.cbp-spmenu-vertical {
    position: static;
    height: auto;
    position: fixed;
    min-width: 500px;
    width: 800px;
    height: 100%;
  }

  /* CHRIS Additional end */
  /*! jQuery UI - v1.10.3 - 2013-07-10
  * http://jqueryui.com
  * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
  * Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
  /* Layout helpers
  ----------------------------------*/
  .ui-helper-hidden {
    display: none;
  }

  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }

  .ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
  }

  .ui-helper-clearfix:after {
    clear: both;
  }

  .ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
  }

  .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
  }

  .ui-front {
    z-index: 100;
  }

  /* Interaction Cues
  ----------------------------------*/
  .ui-state-disabled {
    cursor: default !important;
  }

  /* Icons
  ----------------------------------*/
  /* states and images */
  .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  /* Misc visuals
  ----------------------------------*/
  /* Overlays */
  .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .ui-resizable {
    position: relative;
  }

  .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
  }

  .ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
  }

  .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
  }

  .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
  }

  .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
  }

  .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
  }

  .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
  }

  .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
  }

  .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
  }

  .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
  }

  .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
  }

  .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
    /* support: IE7 */
  }

  .ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
  }

  .ui-accordion .ui-accordion-noicons {
    padding-left: 0.7em;
  }

  .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
  }

  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
  }

  .ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
  }

  .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
  }

  .ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
  }

  .ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
  }

  /* to make room for the icon, a width needs to be set here */
  .ui-button-icon-only {
    width: 2.2em;
  }

  /* button elements seem to need a little more width */
  button.ui-button-icon-only {
    width: 2.4em;
  }

  .ui-button-icons-only {
    width: 3.4em;
  }

  button.ui-button-icons-only {
    width: 3.7em;
  }

  /* button text element */
  .ui-button .ui-button-text {
    display: block;
    line-height: normal;
  }

  .ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
  }

  .ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -9999999px;
  }

  .ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
  }

  .ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
  }

  .ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
  }

  /* no icon support for input elements, provide padding by default */
  input.ui-button {
    padding: 0.4em 1em;
  }

  /* button icon element(s) */
  .ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }

  .ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
  }

  .ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
  }

  .ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
  }

  /* button sets */
  .ui-buttonset {
    margin-right: 7px;
  }

  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
  }

  /* workarounds */
  /* reset extra padding in Firefox, see h5bp.com/l */
  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  .ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
  }

  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
  }

  .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
  }

  .ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }

  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }

  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
  }

  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
  }

  .ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
  }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
  }

  .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
  }

  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
  }

  .ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
  }

  .ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
  }

  .ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }

  .ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
  }

  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
  }

  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
  }

  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }

  .ui-datepicker-multi .ui-datepicker-group {
    float: left;
  }

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
  }

  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
  }

  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
  }

  .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
  }

  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
  }

  .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
  }

  .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
  }

  /* RTL support */
  .ui-datepicker-rtl {
    direction: rtl;
  }

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
  }

  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
  }

  .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
  }

  .ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
  }

  .ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
  }

  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
  }

  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
  }

  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
  }

  .ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
  }

  .ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
  }

  .ui-draggable .ui-dialog-titlebar {
    cursor: move;
  }

  .ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
  }

  .ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
  }

  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  }

  .ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
  }

  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px 0.4em;
    line-height: 1.5;
    min-height: 0;
    /* support: IE7 */
    font-weight: normal;
  }

  .ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
  }

  .ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: 0.4em 0 0.2em;
    line-height: 1.5;
  }

  .ui-menu .ui-state-disabled a {
    cursor: default;
  }

  /* icon support */
  .ui-menu-icons {
    position: relative;
  }

  .ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
  }

  /* left-aligned */
  .ui-menu .ui-icon {
    position: absolute;
    top: 0.2em;
    left: 0.2em;
  }

  /* right-aligned */
  .ui-menu .ui-menu-icon {
    position: static;
    float: right;
  }

  .ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
  }

  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
  }

  .ui-progressbar .ui-progressbar-overlay {
    background: url("images/animated-overlay.gif");
    height: 100%;
    opacity: 0.25;
  }

  .ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
  }

  .ui-slider {
    position: relative;
    text-align: left;
  }

  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
  }

  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
  }

  /* For IE8 - See #6727 */
  .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
  }

  .ui-slider-horizontal {
    height: 0.8em;
  }

  .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
  }

  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }

  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
  }

  .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
  }

  .ui-slider-vertical {
    width: 0.8em;
    height: 100px;
  }

  .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
  }

  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
  }

  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
  }

  .ui-slider-vertical .ui-slider-range-max {
    top: 0;
  }

  .ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
  }

  .ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 22px;
  }

  .ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
  }

  /* more specificity required here to overide default borders */
  .ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
  }

  /* vertical centre icon */
  .ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
  }

  .ui-spinner-up {
    top: 0;
  }

  .ui-spinner-down {
    bottom: 0;
  }

  /* TR overrides */
  .ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
  }

  .ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0.2em;
  }

  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
  }

  .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
  }

  .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
  }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
  }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: default;
  }

  .ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
  }

  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
  }

  .ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
  }

  body .ui-tooltip {
    border-width: 2px;
  }

  /* Component containers
  ----------------------------------*/
  .ui-widget {
    font-size: 1.1em;
  }

  .ui-widget .ui-widget {
    font-size: 1em;
  }

  .ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em;
  }

  .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
  }

  .ui-widget-content a {
    color: #222222;
  }

  .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
  }

  .ui-widget-header a {
    color: #222222;
  }

  /* Interaction states
  ----------------------------------*/
  .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
  }

  .ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
  }

  .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
  }

  .ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
  }

  .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
  }

  .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
  }

  /* Interaction Cues
  ----------------------------------*/
  .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
  }

  .ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
  }

  .ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(../images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
  }

  .ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
  }

  .ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
  }

  .ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
  }

  .ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    font-weight: normal;
  }

  .ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    background-image: none;
  }

  /* Icons
  ----------------------------------*/
  /* states and images */
  .ui-icon {
    width: 16px;
    height: 16px;
  }

  .ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
  }

  .ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
  }

  .ui-state-default .ui-icon {
    background-image: url(../images/ui-icons_888888_256x240.png);
  }

  .ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../images/ui-icons_454545_256x240.png);
  }

  .ui-state-active .ui-icon {
    background-image: url(../images/ui-icons_454545_256x240.png);
  }

  .ui-state-highlight .ui-icon {
    background-image: url(../images/ui-icons_2e83ff_256x240.png);
  }

  .ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../images/ui-icons_cd0a0a_256x240.png);
  }

  /* positioning */
  .ui-icon-blank {
    background-position: 16px 16px;
  }

  .ui-icon-carat-1-n {
    background-position: 0 0;
  }

  .ui-icon-carat-1-ne {
    background-position: -16px 0;
  }

  .ui-icon-carat-1-e {
    background-position: -32px 0;
  }

  .ui-icon-carat-1-se {
    background-position: -48px 0;
  }

  .ui-icon-carat-1-s {
    background-position: -64px 0;
  }

  .ui-icon-carat-1-sw {
    background-position: -80px 0;
  }

  .ui-icon-carat-1-w {
    background-position: -96px 0;
  }

  .ui-icon-carat-1-nw {
    background-position: -112px 0;
  }

  .ui-icon-carat-2-n-s {
    background-position: -128px 0;
  }

  .ui-icon-carat-2-e-w {
    background-position: -144px 0;
  }

  .ui-icon-triangle-1-n {
    background-position: 0 -16px;
  }

  .ui-icon-triangle-1-ne {
    background-position: -16px -16px;
  }

  .ui-icon-triangle-1-e {
    background-position: -32px -16px;
  }

  .ui-icon-triangle-1-se {
    background-position: -48px -16px;
  }

  .ui-icon-triangle-1-s {
    background-position: -64px -16px;
  }

  .ui-icon-triangle-1-sw {
    background-position: -80px -16px;
  }

  .ui-icon-triangle-1-w {
    background-position: -96px -16px;
  }

  .ui-icon-triangle-1-nw {
    background-position: -112px -16px;
  }

  .ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
  }

  .ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
  }

  .ui-icon-arrow-1-n {
    background-position: 0 -32px;
  }

  .ui-icon-arrow-1-ne {
    background-position: -16px -32px;
  }

  .ui-icon-arrow-1-e {
    background-position: -32px -32px;
  }

  .ui-icon-arrow-1-se {
    background-position: -48px -32px;
  }

  .ui-icon-arrow-1-s {
    background-position: -64px -32px;
  }

  .ui-icon-arrow-1-sw {
    background-position: -80px -32px;
  }

  .ui-icon-arrow-1-w {
    background-position: -96px -32px;
  }

  .ui-icon-arrow-1-nw {
    background-position: -112px -32px;
  }

  .ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
  }

  .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
  }

  .ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
  }

  .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
  }

  .ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
  }

  .ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
  }

  .ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
  }

  .ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
  }

  .ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
  }

  .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
  }

  .ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
  }

  .ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
  }

  .ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
  }

  .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
  }

  .ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
  }

  .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
  }

  .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
  }

  .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
  }

  .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
  }

  .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
  }

  .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
  }

  .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
  }

  .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
  }

  .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
  }

  .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
  }

  .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
  }

  .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
  }

  .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
  }

  .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
  }

  .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
  }

  .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
  }

  .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
  }

  .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
  }

  .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
  }

  .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
  }

  .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
  }

  .ui-icon-arrow-4 {
    background-position: 0 -80px;
  }

  .ui-icon-arrow-4-diag {
    background-position: -16px -80px;
  }

  .ui-icon-extlink {
    background-position: -32px -80px;
  }

  .ui-icon-newwin {
    background-position: -48px -80px;
  }

  .ui-icon-refresh {
    background-position: -64px -80px;
  }

  .ui-icon-shuffle {
    background-position: -80px -80px;
  }

  .ui-icon-transfer-e-w {
    background-position: -96px -80px;
  }

  .ui-icon-transferthick-e-w {
    background-position: -112px -80px;
  }

  .ui-icon-folder-collapsed {
    background-position: 0 -96px;
  }

  .ui-icon-folder-open {
    background-position: -16px -96px;
  }

  .ui-icon-document {
    background-position: -32px -96px;
  }

  .ui-icon-document-b {
    background-position: -48px -96px;
  }

  .ui-icon-note {
    background-position: -64px -96px;
  }

  .ui-icon-mail-closed {
    background-position: -80px -96px;
  }

  .ui-icon-mail-open {
    background-position: -96px -96px;
  }

  .ui-icon-suitcase {
    background-position: -112px -96px;
  }

  .ui-icon-comment {
    background-position: -128px -96px;
  }

  .ui-icon-person {
    background-position: -144px -96px;
  }

  .ui-icon-print {
    background-position: -160px -96px;
  }

  .ui-icon-trash {
    background-position: -176px -96px;
  }

  .ui-icon-locked {
    background-position: -192px -96px;
  }

  .ui-icon-unlocked {
    background-position: -208px -96px;
  }

  .ui-icon-bookmark {
    background-position: -224px -96px;
  }

  .ui-icon-tag {
    background-position: -240px -96px;
  }

  .ui-icon-home {
    background-position: 0 -112px;
  }

  .ui-icon-flag {
    background-position: -16px -112px;
  }

  .ui-icon-calendar {
    background-position: -32px -112px;
  }

  .ui-icon-cart {
    background-position: -48px -112px;
  }

  .ui-icon-pencil {
    background-position: -64px -112px;
  }

  .ui-icon-clock {
    background-position: -80px -112px;
  }

  .ui-icon-disk {
    background-position: -96px -112px;
  }

  .ui-icon-calculator {
    background-position: -112px -112px;
  }

  .ui-icon-zoomin {
    background-position: -128px -112px;
  }

  .ui-icon-zoomout {
    background-position: -144px -112px;
  }

  .ui-icon-search {
    background-position: -160px -112px;
  }

  .ui-icon-wrench {
    background-position: -176px -112px;
  }

  .ui-icon-gear {
    background-position: -192px -112px;
  }

  .ui-icon-heart {
    background-position: -208px -112px;
  }

  .ui-icon-star {
    background-position: -224px -112px;
  }

  .ui-icon-link {
    background-position: -240px -112px;
  }

  .ui-icon-cancel {
    background-position: 0 -128px;
  }

  .ui-icon-plus {
    background-position: -16px -128px;
  }

  .ui-icon-plusthick {
    background-position: -32px -128px;
  }

  .ui-icon-minus {
    background-position: -48px -128px;
  }

  .ui-icon-minusthick {
    background-position: -64px -128px;
  }

  .ui-icon-close {
    background-position: -80px -128px;
  }

  .ui-icon-closethick {
    background-position: -96px -128px;
  }

  .ui-icon-key {
    background-position: -112px -128px;
  }

  .ui-icon-lightbulb {
    background-position: -128px -128px;
  }

  .ui-icon-scissors {
    background-position: -144px -128px;
  }

  .ui-icon-clipboard {
    background-position: -160px -128px;
  }

  .ui-icon-copy {
    background-position: -176px -128px;
  }

  .ui-icon-contact {
    background-position: -192px -128px;
  }

  .ui-icon-image {
    background-position: -208px -128px;
  }

  .ui-icon-video {
    background-position: -224px -128px;
  }

  .ui-icon-script {
    background-position: -240px -128px;
  }

  .ui-icon-alert {
    background-position: 0 -144px;
  }

  .ui-icon-info {
    background-position: -16px -144px;
  }

  .ui-icon-notice {
    background-position: -32px -144px;
  }

  .ui-icon-help {
    background-position: -48px -144px;
  }

  .ui-icon-check {
    background-position: -64px -144px;
  }

  .ui-icon-bullet {
    background-position: -80px -144px;
  }

  .ui-icon-radio-on {
    background-position: -96px -144px;
  }

  .ui-icon-radio-off {
    background-position: -112px -144px;
  }

  .ui-icon-pin-w {
    background-position: -128px -144px;
  }

  .ui-icon-pin-s {
    background-position: -144px -144px;
  }

  .ui-icon-play {
    background-position: 0 -160px;
  }

  .ui-icon-pause {
    background-position: -16px -160px;
  }

  .ui-icon-seek-next {
    background-position: -32px -160px;
  }

  .ui-icon-seek-prev {
    background-position: -48px -160px;
  }

  .ui-icon-seek-end {
    background-position: -64px -160px;
  }

  .ui-icon-seek-start {
    background-position: -80px -160px;
  }

  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
  .ui-icon-seek-first {
    background-position: -80px -160px;
  }

  .ui-icon-stop {
    background-position: -96px -160px;
  }

  .ui-icon-eject {
    background-position: -112px -160px;
  }

  .ui-icon-volume-off {
    background-position: -128px -160px;
  }

  .ui-icon-volume-on {
    background-position: -144px -160px;
  }

  .ui-icon-power {
    background-position: 0 -176px;
  }

  .ui-icon-signal-diag {
    background-position: -16px -176px;
  }

  .ui-icon-signal {
    background-position: -32px -176px;
  }

  .ui-icon-battery-0 {
    background-position: -48px -176px;
  }

  .ui-icon-battery-1 {
    background-position: -64px -176px;
  }

  .ui-icon-battery-2 {
    background-position: -80px -176px;
  }

  .ui-icon-battery-3 {
    background-position: -96px -176px;
  }

  .ui-icon-circle-plus {
    background-position: 0 -192px;
  }

  .ui-icon-circle-minus {
    background-position: -16px -192px;
  }

  .ui-icon-circle-close {
    background-position: -32px -192px;
  }

  .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
  }

  .ui-icon-circle-triangle-s {
    background-position: -64px -192px;
  }

  .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
  }

  .ui-icon-circle-triangle-n {
    background-position: -96px -192px;
  }

  .ui-icon-circle-arrow-e {
    background-position: -112px -192px;
  }

  .ui-icon-circle-arrow-s {
    background-position: -128px -192px;
  }

  .ui-icon-circle-arrow-w {
    background-position: -144px -192px;
  }

  .ui-icon-circle-arrow-n {
    background-position: -160px -192px;
  }

  .ui-icon-circle-zoomin {
    background-position: -176px -192px;
  }

  .ui-icon-circle-zoomout {
    background-position: -192px -192px;
  }

  .ui-icon-circle-check {
    background-position: -208px -192px;
  }

  .ui-icon-circlesmall-plus {
    background-position: 0 -208px;
  }

  .ui-icon-circlesmall-minus {
    background-position: -16px -208px;
  }

  .ui-icon-circlesmall-close {
    background-position: -32px -208px;
  }

  .ui-icon-squaresmall-plus {
    background-position: -48px -208px;
  }

  .ui-icon-squaresmall-minus {
    background-position: -64px -208px;
  }

  .ui-icon-squaresmall-close {
    background-position: -80px -208px;
  }

  .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
  }

  .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
  }

  .ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
  }

  .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
  }

  .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
  }

  .ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
  }

  /* Misc visuals
  ----------------------------------*/
  /* Corner radius */
  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
  }

  .ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
  }

  .ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
  }

  .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
  }

  /* Overlays */
  .ui-widget-overlay {
    background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: 0.3;
  }

  .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: 0.3;
    border-radius: 8px;
  }

  .ui-tooltip {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25;
    padding: 0.5rem;
    color: var(--text);
    background: var(--bs-emphasis-color);
    border-radius: 4px;
  }

  .journal-renderer .data-field-wrapper button,
.data-field-wrapper .html-renderer button,
.data-field-wrapper .i18nhtml-renderer button {
    background-color: transparent;
  }
  .journal-renderer .data-field-wrapper .mce-tinymce,
.data-field-wrapper .html-renderer .mce-tinymce,
.data-field-wrapper .i18nhtml-renderer .mce-tinymce {
    border-radius: 4px;
  }
  .journal-renderer .data-field-wrapper .mce-container-body.mce-flow-layout,
.journal-renderer .data-field-wrapper .mce-panel.mce-first,
.data-field-wrapper .html-renderer .mce-container-body.mce-flow-layout,
.data-field-wrapper .html-renderer .mce-panel.mce-first,
.data-field-wrapper .i18nhtml-renderer .mce-container-body.mce-flow-layout,
.data-field-wrapper .i18nhtml-renderer .mce-panel.mce-first {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .journal-renderer .data-field-wrapper div.mce-edit-area, .journal-renderer .data-field-wrapper div.mce-edit-area iframe,
.data-field-wrapper .html-renderer div.mce-edit-area,
.data-field-wrapper .html-renderer div.mce-edit-area iframe,
.data-field-wrapper .i18nhtml-renderer div.mce-edit-area,
.data-field-wrapper .i18nhtml-renderer div.mce-edit-area iframe {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .mce-menu-item span.mce-text {
    background-color: transparent !important;
  }

  .action-journal-run {
    margin-left: 10px;
  }

  .action-journal {
    margin-top: 1.25rem;
  }

  .data-field-wrapper .sofi_sb_auto_classified {
    border-color: #51C17C !important;
    border-width: 1px !important;
  }

  .fs-font-bold {
    font-weight: bold;
  }

  .fs-font-italic {
    font-style: italic;
  }

  .fs-list-dot-success::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 3px;
    margin-top: 8px;
    padding-top: 10px;
    background-color: lightgreen;
  }

  .fs-list-dot-warn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 3px;
    margin-top: 8px;
    padding-top: 10px;
    background-color: darkorange;
  }

  .fs-list-dot-error::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 3px;
    margin-top: 8px;
    padding-top: 10px;
    background-color: red;
  }

  .fs-list-dot-info::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 3px;
    margin-top: 8px;
    padding-top: 10px;
    background-color: steelblue;
  }

  .fs-list-dot-lightgray::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 3px;
    margin-top: 8px;
    padding-top: 10px;
    background-color: lightgray;
  }

  .fs-list-dot-black::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 3px;
    margin-top: 8px;
    padding-top: 10px;
    background-color: black;
  }

  .data-field-element .fs-list-dot-success::before {
    display: none;
  }
  .data-field-element .fs-list-dot-warn::before {
    display: none;
  }
  .data-field-element .fs-list-dot-error::before {
    display: none;
  }
  .data-field-element .fs-list-dot-info::before {
    display: none;
  }
  .data-field-element .fs-list-dot-lightgray::before {
    display: none;
  }
  .data-field-element .fs-list-dot-black::before {
    display: none;
  }

  .fs-list-highlight-info {
    border-radius: 6px;
    padding: 2px 6px 6px 8px;
    background-color: steelblue;
    color: white;
  }
  .fs-list-highlight-info a {
    color: white !important;
  }

  .fs-list-highlight-warn {
    border-radius: 6px;
    padding: 2px 6px 6px 8px;
    background-color: darkorange;
    color: white;
  }
  .fs-list-highlight-warn a {
    color: white !important;
  }

  .fs-list-highlight-error {
    border-radius: 6px;
    padding: 2px 6px 6px 8px;
    background-color: red;
    color: white;
  }
  .fs-list-highlight-error a {
    color: white !important;
  }

  .fs-list-highlight-success {
    border-radius: 6px;
    padding: 2px 6px 6px 8px;
    background-color: lightgreen;
  }

  .fs-list-highlight-lightgray {
    border-radius: 6px;
    padding: 2px 6px 6px 8px;
    background-color: lightgray;
  }

  .fs-list-strikethrough {
    text-decoration: line-through !important;
  }
  .fs-list-strikethrough a {
    text-decoration: line-through !important;
  }

  .fs-field-vip {
    font-weight: bold;
    border-color: purple !important;
    color: purple !important;
  }

  .fs-field-major-incident {
    border-color: red !important;
    color: red !important;
  }

  /**
    This file is where we will collect the fixes for the Bootstrap/Foundation conflicts until
    we can remove Foundation.
  */
  .frow {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .frow:before, .frow:after {
    display: none;
  }
  .frow .frow {
    margin: 0 -0.625rem;
    width: auto;
  }
  .frow .frow:before, .frow .frow:after {
    content: " ";
    display: table;
  }

  .form-check-input {
    position: relative;
  }

  .form-check-inline .form-check-input {
    margin-top: 11px;
    margin-right: 0px;
  }

  /** Form.io Issues **/
  .select2-drop {
    z-index: 10000;
  }

  .builder-component:hover {
    border: 1px dotted red;
  }

  /** End Form.io Issues **/
  /** Portal overrides **/
  .sofi__chat__traditional-knowledge-search-block {
    width: calc(100% - 5px) !important;
  }

  .sofi__container__mainform {
    display: -webkit-box !important;
    display: flex !important;
    justify-content: left !important;
  }

  .sofi__container__helpform {
    width: 100% !important;
    min-width: 300px !important;
    max-width: 768px !important;
  }

  sb-portal-search {
    width: 100% !important;
  }

  sb-portal-search > div.column {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .sb-sofi-search-body {
    min-height: 0 !important;
    align-content: normal !important;
  }

  .sofi__chat__traditional-knowledge-search-container {
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding: 0 !important;
    font-family: var(--font-family) !important;
  }

  #sofi__chat__traditional-knowledge-search {
    border: 1px solid #d3d3d3 !important;
    height: auto !important;
    border-radius: 10px !important;
    font-family: var(--font-family) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    background-position: left 10px center !important;
    background-size: 17px 17px !important;
    padding: 4px 40px 4px 40px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: calc(17px * 2) !important;
    background-image: none !important;
  }

  #sofi__chat__traditional-knowledge-search:focus {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 255, 0.3) !important;
    outline: none !important;
  }

  #sofi__chat__traditional-knowledge-search-block:before {
    content: "" !important;
    width: calc(17px * 2) !important;
    height: calc(17px * 2) !important;
    font-size: 17px !important;
    line-height: calc((17px * 2) + (4px * 2)) !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 10 !important;
    position: absolute;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    vertical-align: center;
    text-transform: none;
  }

  #sofi__chat__traditional-knowledge-search::placeholder {
    color: lightgray !important;
    font-family: var(--font-family) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
  }

  .sofi__chat__traditional-knowledge-search-block .sofi-component__speech__speech-icon {
    right: 0px !important;
    top: 0px !important;
  }
  .sofi__chat__traditional-knowledge-search-block .sofi-component__speech__speech-icon:before {
    width: calc(17px * 2) !important;
    height: calc(17px * 2) !important;
    font-size: 17px !important;
    line-height: calc((17px * 2) + (4px * 2)) !important;
    color: #68728d !important;
  }

  /** Monaco editor fixes **/
  .sb-monaco-editor-wrapper:not(.fullscreen) {
    height: 500px;
  }
  .sb-monaco-editor-wrapper:not(.fullscreen).sb-monaco-editor-wrapper-large {
    height: 800px;
  }
  .sb-monaco-editor-wrapper:not(.fullscreen).sb-monaco-editor-wrapper-small {
    height: 200px;
  }
  .sb-monaco-editor-wrapper:not(.fullscreen).sb-monaco-editor-wrapper-tiny {
    height: 100px;
  }
  .sb-monaco-editor-wrapper.fullscreen {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 0;
    padding: 20px 100px;
  }
  .sb-monaco-editor-wrapper.fullscreen .sb-monaco-editor {
    border: 2px solid #51C17C;
    flex: 1;
  }
  .sb-monaco-editor-wrapper.fullscreen .sb-monaco-editor .editor-container {
    height: 100%;
  }
  .sb-monaco-editor-wrapper.fullscreen .sb-monaco-editor-parameters {
    display: none;
  }

  .sb-monaco-editor.sb-monaco-editor-hide-parameters .editor-container {
    height: 100%;
  }
  .sb-monaco-editor.sb-monaco-editor-show-parameters .editor-container {
    height: 92%;
  }
  .sb-monaco-editor.sb-monaco-editor-show-parameters-large .editor-container {
    height: 92%;
  }
  .sb-monaco-editor.sb-monaco-editor-show-parameters-small .editor-container {
    height: 82%;
  }
  .sb-monaco-editor.sb-monaco-editor-show-parameters-tiny .editor-container {
    height: 62%;
  }

  /*!
   * bootstrap-star-rating v4.0.6
   * http://plugins.krajee.com/star-rating
   *
   * Author: Kartik Visweswaran
   * Copyright: 2013 - 2019, Kartik Visweswaran, Krajee.com
   *
   * Licensed under the BSD 3-Clause
   * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
   */
  .rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url("../img/loading.gif") top left no-repeat;
    border: none;
  }

  /*
   * Stars & Input
   */
  .rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }

  .rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: none;
    opacity: 0;
    padding: 0;
    margin: 0;
  }

  .rating-container.is-display-only .rating-input,
.rating-container.is-display-only .rating-stars {
    cursor: default;
  }

  .rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed;
  }

  .rating-container .star {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    font-size: 1.1em;
  }

  .rating-container .empty-stars {
    color: #aaa;
  }

  .rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
  }

  .rating-rtl {
    float: right;
  }

  .star-band-5 {
    color: #00cf2b !important;
  }

  .rating-animate .filled-stars {
    transition: width 0.25s ease;
  }

  .rating-rtl .filled-stars {
    left: auto;
    right: 0;
    transition: none;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .rating-rtl.is-star .filled-stars {
    right: 0.06em;
  }

  .rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
  }

  /**
   * Clear
   */
  .rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
  }

  .clear-rating-active {
    cursor: pointer !important;
  }

  .clear-rating-active:hover {
    color: #843534;
  }

  .rating-container .clear-rating {
    padding-right: 5px;
  }

  /**
   * Caption
   */
  /* extend support to BS4 */
  .rating-container .caption .label {
    display: inline-block;
    padding: 0.25em 0.4em;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
  }

  .rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }

  .rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
  }

  .rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
  }

  /**
   * Print
   */
  @media print {
    .rating-container .clear-rating {
      display: none;
    }
  }
  /**
   * Sizes
   */
  .rating-xl {
    font-size: 48px;
  }

  .rating-lg {
    font-size: 40px;
  }

  .rating-md {
    font-size: 32px;
  }

  .rating-sm {
    font-size: 24px;
  }

  .rating-xs {
    font-size: 16px;
  }

  .rating-xl .caption {
    font-size: 20px;
  }

  .rating-lg .caption {
    font-size: 18px;
  }

  .rating-md .caption {
    font-size: 16px;
  }

  .rating-sm .caption {
    font-size: 14px;
  }

  .rating-xs .caption {
    font-size: 12px;
  }

  .rating-number {
    padding-top: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    align-content: center;
    vertical-align: center;
    -webkit-text-stroke: 0px #777;
    text-shadow: 0px 0px #999;
  }

  .rating-number__empty {
    background-color: #e0dede;
  }

  .rating-number__band_1 {
    color: white;
    background-color: #4993e6;
  }

  .rating-number__band_2 {
    color: white;
    background-color: #4993e6;
  }

  .rating-number__band_3 {
    color: white;
    background-color: #4993e6;
  }

  #js-licensing {
    display: none !important;
    position: static !important;
    z-index: auto !important;
  }

  html {
    height: 100%;
    overflow-x: hidden;
  }

  body {
    height: 100%;
  }

  body.page-index {
    overflow-y: hidden;
  }

  #page-content-main.invisible {
    visibility: hidden;
    position: absolute;
    height: 0px;
    top: 0px;
    opacity: 0;
  }

  .invisible {
    visibility: hidden;
    opacity: 0;
  }

  .visible {
    visibility: visible;
    opacity: 1;
  }

  @-webkit-keyframes fadeout {
    0% {
      opacity: 1;
      visibility: visible;
    }
    99% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  @-webkit-keyframes fadein {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
    }
  }
  .invisible-fade-out {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: fadeout 500ms linear;
  }

  .visible-fade-in {
    visibility: visible;
    opacity: 1;
  }

  .invisible-fade-out-long {
    visibility: hidden;
    opacity: 0;
  }

  .visible-fade-in-long {
    visibility: visible;
    opacity: 1;
  }

  #page-content-main {
    position: relative;
    width: 100%;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .workflow-progress {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .workflow-progress {
    overflow: hidden;
    width: 100%;
    box-shadow: none;
    color: var(--gray-700);
    background-color: var(--input-disabled-bg);
    border: 1px solid var(--input-disabled-border);
    border-radius: 4px;
    position: relative;
    padding-right: 8px;
  }

  .l-compact .workflow-progress {
    height: 25px;
  }
  .l-compact .workflow-progress .workflow-progress-state {
    display: none;
  }
  .l-compact .workflow-progress .workflow-progress-state.is-current {
    float: left;
    display: inline-block;
  }
  .l-compact .workflow-progress .workflow-progress-transition {
    display: none;
  }
  .l-compact .workflow-progress .workflow-progress-more {
    top: -1px;
    right: 6px;
  }
  .l-compact .workflow-progress li span, .l-compact .workflow-progress li a {
    padding: 0.1875rem 0 0 0.5rem;
    height: 1.6875rem;
    line-height: 1.25rem;
  }

  .workflow-progress li {
    display: inline-block;
  }
  .workflow-progress li span, .workflow-progress li a {
    display: block;
    padding: 0.375rem 0 0.5rem 0.5rem;
    height: 2rem;
    line-height: 1rem;
  }
  .workflow-progress li span:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "keyboard_arrow_right";
    margin-left: 0.5rem;
  }

  .workflow-progress li.is-current {
    font-weight: 700;
    color: var(--text);
  }
  .workflow-progress li.is-current span:after {
    content: "";
  }

  .workflow-progress li a {
    display: block;
    float: right;
    text-decoration: none;
    padding-right: 0.5rem;
    color: #7D8DB5;
  }

  .workflow-progress-more {
    position: absolute;
    top: 3px;
    right: 4px;
  }

  .workflow-progress-more a {
    padding: 0.375rem 0.5rem;
  }
  .workflow-progress-more a:after {
    content: "";
  }

  .tile-datatable .workflow-progress, .xl-compact .workflow-progress {
    background-color: transparent;
    border: none;
  }
  .tile-datatable .workflow-progress:after, .xl-compact .workflow-progress:after {
    content: "Renderer not for use in list or l-compact mode. Please use text-renderer instead";
  }
  .tile-datatable .workflow-progress li, .xl-compact .workflow-progress li {
    display: none;
  }

  .context-menu-right-click, .dropdown-button {
    position: absolute;
    font-size: 0.8125rem;
  }
  .context-menu-right-click ul, .dropdown-button ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .context-menu-right-click ul li, .dropdown-button ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .context-menu-right-click ul li ul, .dropdown-button ul li ul {
    list-style: none;
    font-size: 0.8125rem;
  }
  .context-menu-right-click-inner-wrapper {
    padding: 0.0625rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 7px;
    background: white;
  }
  .context-menu-right-click-inner-wrapper > ul {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }

  .context-menu-item {
    position: relative;
  }
  .context-menu-item.has-nested-items a.context-menu-item-btn:after {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.4375rem;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "arrow_right";
  }

  .context-menu-item-btn {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 0.3125rem;
    color: var(--text);
  }
  .context-menu-item-btn:hover, .context-menu-item-btn .is-open {
    background-color: var(--primary);
    color: #fff;
  }
  .context-menu-item-btn:hover .context-menu-item-btn-suffix, .context-menu-item-btn .is-open .context-menu-item-btn-suffix {
    color: var(--primary-bright);
  }
  .context-menu-item-btn i {
    margin-top: -1px;
  }
  .context-menu-item-btn .context-menu-item-btn-suffix {
    font-size: 0.6875rem;
    color: #A0B0CC;
    padding-left: 0.3125rem;
  }

  .context-menu-item-nested {
    display: none;
    position: absolute;
    width: auto;
    left: 100%;
    top: 0;
    background: white;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 7px;
  }
  .context-menu-item-nested .context-menu-item-btn:after {
    content: "" !important;
  }

  .context-menu-separator {
    border-top: 1px solid #e6e6e6;
  }

  .context-menu-right-click .fill_title {
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    overflow: hidden;
    word-wrap: break-word;
  }

  .dropdown-button {
    margin-top: 0.3125rem;
  }
  .dropdown-button .container-nip:after {
    width: 0.875rem;
    right: 0.25rem;
  }

  body.menu-active div.main-navigation-container {
    left: 0px;
  }

  body.menu-active div.page-content {
    padding-left: 16.25rem;
  }
  body.menu-active div.page-content .tile-footer {
    left: 16.25rem;
  }

  .page-index .main-navigation-container {
    position: fixed;
    left: -260px;
    width: 260px;
    z-index: 1;
    top: 0;
    height: 100%;
    overflow: hidden;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .page-index .page-content {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 0;
    min-width: 558px;
    padding-top: 0;
    padding-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    height: 100%;
  }
  .page-index .page-content:has(.page-footer) {
    height: calc(100% - 56px);
  }
  .page-index .off-canvas-wrap {
    padding-top: 40px;
    height: 100%;
    width: 100%;
  }
  .page-index .inner-wrap {
    height: 100%;
    position: relative;
    position: relative;
  }
  .page-index .server-feedback-msg {
    font-size: 0.6875rem;
    margin-right: 6px;
  }

  @media only screen and (max-width:1023px) {
    .page-index .page-content {
      min-width: 0;
    }
  }
  .tile {
    margin-bottom: 20px;
    min-width: 425px;
  }

  @media only screen and (max-width:1023px) {
    .tile {
      min-width: 0;
    }
  }
  .form-template-menu {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
  }

  .tile-header {
    width: 100%;
    clear: both;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.875rem;
    background-color: white;
  }
  .tile-header h2, .tile-header .h2 {
    display: inline;
    margin: 0;
    font-size: 1.1rem;
  }
  .tile-header .tile-config-panel {
    display: inline-block;
    float: right;
  }
  .tile-header .form-template-menu div.context-menu-right-click-inner-wrapper {
    width: 300px !important;
  }
  .tile-header .tile-config-panel-template-button {
    float: left;
    display: block;
    width: auto;
    height: 1.4375rem;
    border-radius: 4px;
    line-height: 1.25rem;
    position: relative;
    color: #A0B0CC;
    font-size: 12px;
    margin-right: 5px;
  }
  .tile-header .tile-config-panel-template-button:hover {
    color: #7f94ba;
  }
  .tile-header .tile-config-panel-template-button:before {
    position: absolute;
    left: -17px;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -0.625rem;
    color: inherit;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "grid_view";
  }
  .tile-header .tile-config-panel-button, .tile-header .tile-config-panel-button.e-btn {
    margin: 0 0 0 5px;
    float: left;
    display: block;
    width: 1.4375rem;
    height: 1.4375rem;
    border-radius: 4px;
    line-height: 1.25rem;
    position: relative;
    top: -2px;
    color: #A0B0CC;
  }
  .tile-header .tile-config-panel-button:hover, .tile-header .tile-config-panel-button.e-btn:hover {
    color: #7f94ba;
  }
  .tile-header .tile-config-panel-button:before, .tile-header .tile-config-panel-button.e-btn:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -0.625rem;
    color: #A0B0CC;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 22px;
    content: "build";
  }
  .tile-header .tile-config-refresh-button {
    float: left;
    display: block;
    width: 1.4375rem;
    height: 1.4375rem;
    border-radius: 4px;
    line-height: 1.25rem;
    position: relative;
    top: -2px;
    color: #e2e7f0;
  }
  .tile-header .tile-config-refresh-button:hover {
    color: #c1ccde;
    transform: rotate(10deg);
  }
  .tile-header .tile-config-refresh-button:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -0.625rem;
    color: inherit;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 22px;
    content: "refresh";
  }
  .tile-header h2.is-record-sync-success span, .tile-header .is-record-sync-success.h2 span {
    color: #51C17C;
    margin-left: 0.125rem;
  }
  .tile-header h2.is-record-sync-conflict span, .tile-header .is-record-sync-conflict.h2 span {
    color: #FB8E4A;
    margin-left: 0.125rem;
  }

  .tile-content {
    position: relative;
    background-color: #fdfdfd;
    width: 100%;
    min-height: 100px;
    padding: 0.625rem 1.5rem 1.5rem 1.5rem;
  }
  .tile-content:before, .tile-content:after {
    content: " ";
    display: table;
  }
  .tile-content:after {
    clear: both;
  }

  @media only screen and (max-width:1023px) {
    .tile-content {
      padding: 10px 10px 10px 10px;
    }

    .cbp-spmenu.cbp-spmenu-vertical {
      min-width: 0;
      width: 100%;
    }

    .tile-footer {
      padding-bottom: 5px;
    }
    .tile-footer .button {
      margin-bottom: 10px;
    }

    .suggested_searches_label {
      display: block;
    }

    .suggested_searches_entry {
      display: inline-block;
      margin: 10px 5px 5px 0 !important;
    }

    .audit-history-journal-filter {
      display: none !important;
    }
  }
  .tile-section-footer {
    padding: 20px;
    background-color: #f9f9f7;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
  }
  .tile-section-footer .button {
    margin-bottom: 0;
  }

  .tile-footer {
    background-color: rgba(245, 245, 245, 0.9);
    padding: 0.9375rem 1.875rem;
  }
  .tile-footer .action-group:before, .tile-footer .action-group:after {
    content: " ";
    display: table;
  }
  .tile-footer .action-group:after {
    clear: both;
  }
  .tile-footer .action-group .e-btn {
    margin-right: 0.625rem;
  }

  .tile-footer .action-group .spacer {
    display: inline-block;
    width: 50px;
  }

  .tile-footer-container {
    height: 4.3125rem;
  }
  .tile-footer-container .tile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .tile-footer-container.is-contained .tile-footer {
    position: static;
    width: 100%;
    padding: 0 1.25rem 1.25rem 1.25rem;
    border-top: 1px solid white;
  }
  .tile-footer-container.is-contained .tile-footer .action-group {
    padding-top: 1.25rem;
  }

  #right_sidebar .tile-footer-container .tile-footer {
    position: absolute;
    width: 100%;
  }

  .app-builder-is-on .tile-footer-container .tile-footer {
    right: 20rem;
  }

  .user-renderer .data-field-element {
    font-size: 0.8125rem;
    padding: 0.1875rem 0;
  }
  .user-renderer .data-field-element a {
    display: inline-block;
  }

  .user-renderer-pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.25rem;
    width: 22px;
    height: 22px;
    border: 1px solid #BECAD9;
    background-color: #d9d9d9;
    overflow: hidden;
    border-radius: 1000px;
  }
  .user-renderer-pic .user-renderer-pic-img {
    height: 100%;
    width: 100%;
  }
  .user-renderer-pic .user-renderer-pic-initials {
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: white;
  }

  .user-renderer-name {
    float: left;
    padding: 5px 10px 0 10px;
  }

  .user-renderer-group-more {
    font-weight: bold;
    color: #dadada;
    display: inline-block;
  }
  .user-renderer-group-more a {
    background-color: #dadada;
    color: #5c5c5c;
    padding: 0.1875rem 0.3125rem;
    border-radius: 4px;
    margin-top: 0.1875rem;
  }
  .user-renderer-group-more strong {
    line-height: 1.375rem;
  }

  .content-header-pic {
    text-align: left;
  }
  .content-header-pic .user-renderer-pic {
    width: 100%;
    max-width: 90px;
    height: auto;
  }
  .search-input-base {
    position: relative;
    margin-bottom: 0.625rem;
  }
  .search-input-base:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "search";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 8px;
    z-index: 2;
  }
  .search-input-base input[type=search] {
    width: 100%;
    height: 24px;
    padding-left: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0;
    font-size: 12px;
    border: none;
    border-radius: 24px;
    box-shadow: none;
  }
  .search-input-base input[type=search]:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .search-input-base input[type=search]:focus:-moz-placeholder {
    color: transparent;
  }

  .main-footer {
    position: fixed;
    width: 210px;
    height: 30px;
    bottom: 0;
    left: 0;
    background-color: var(--text), 5%;
  }

  .main-footer-sbox-icon {
    width: 60px;
    float: left;
    padding: 5px 10px 0 10px;
  }

  .main-footer-content {
    display: block;
    font-size: 9px;
    color: #6f6f6f;
    padding-top: 6px;
  }

  body.page-login {
    height: 100%;
    min-height: 100%;
    position: relative;
    background-image: url("/images/servicely-login-bg.png");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  body.page-login .servicely-content-landingpage,
body.page-login #page-content-main.visible,
body.page-login #page-content-main.visible > div,
body.page-login .visible-fade-in,
body.page-login .login-main-row {
    height: 100%;
  }

  .login-main {
    display: table;
    position: relative;
    background-color: #fff;
    height: 100%;
    height: 100vh;
    text-align: center;
    padding: 1.25rem 3rem;
    box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.09);
    max-width: 437px;
  }

  .login-main-inner {
    display: table-cell;
    vertical-align: middle;
  }

  .login-header {
    padding: 0 0.625rem;
  }
  .login-header img {
    width: 100%;
    height: auto;
    max-width: 261px;
  }
  .login-header div {
    width: 100%;
    height: auto;
    max-width: 261px;
  }

  .login-content h1, .login-content .h1 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #51C17C;
    margin: 40px 0 10px 0;
  }

  .login-alert {
    float: left;
    width: 100%;
  }
  .login-alert p {
    margin: 0.9375rem 0 0 0;
  }

  .login-separator {
    height: 15px;
    width: 100%;
    float: left;
  }

  .login-alert-success {
    color: #51C17C;
  }

  .login-alert-warning {
    color: #F9602C;
  }

  .login-footer {
    float: left;
    width: 100%;
  }

  .login-forgot-password, .login-remember-me, .login-back {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
    color: #5C6B8A;
  }

  .login-forgot-password {
    float: right;
  }

  .login-remember-me, .login-back {
    float: left;
  }
  .login-remember-me span, .login-back span {
    margin-left: 0.25rem;
  }
  .login-remember-me:hover span, .login-back:hover span {
    color: #51C17C;
  }

  .details-panel {
    position: fixed;
    top: 44px;
    bottom: 0;
    min-width: 300px;
    width: 40%;
    max-width: 400px;
    z-index: 6;
    right: 0;
    box-shadow: 0 0 9px rgba(198, 203, 210, 0.7);
  }

  .details-toolbar {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
  }

  .details-toolbar-inner {
    background-color: var(--text);
    position: relative;
    padding: 0.25rem 0;
  }

  .details-panel-outer {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .details-panel-inner {
    position: relative;
    height: calc(100% - 40px);
    border-top-left-radius: 4px;
  }

  .page-landingpage .details-panel-inner {
    height: 100%;
  }

  .details-toolbar-title {
    padding-left: 1.25rem;
  }
  .details-toolbar-title h4, .details-toolbar-title .h4 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.875rem;
    margin: 0;
    font-weight: 400;
  }

  .toolbar-expand, .toolbar-close {
    color: rgba(255, 255, 255, 0.8);
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -0.75rem;
    padding-top: 0.1875rem;
  }
  .toolbar-expand:hover, .toolbar-close:hover {
    color: white;
  }

  .toolbar-expand {
    right: 2.1875rem;
  }
  .toolbar-expand:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "left_panel_close";
  }

  .toolbar-close {
    right: 0.625rem;
    text-align: center;
    padding-top: 4px;
  }
  .toolbar-close:before {
    font-family: "sb-font2" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    content: "";
    margin-top: -0.25rem;
  }

  .details-panel-content {
    top: 0;
    bottom: 0;
    overflow-y: auto;
    height: 100%;
  }
  .details-panel-content:has(.page-footer) {
    height: calc(100% - 56px);
  }
  .details-panel-content .page-footer {
    position: absolute !important;
    left: 0 !important;
  }
  .details-panel-content .tile {
    min-width: 0;
    max-width: 100%;
  }
  .details-panel-content .tile-content {
    position: static;
    padding: 2.8125rem 0.625rem 0 0.625rem;
    width: 100%;
  }
  .details-panel-content .tile-content .quick-layout-full-width {
    position: static;
  }
  .details-panel-content .tile-footer-container {
    border-bottom-left-radius: 4px;
    max-width: 100%;
  }
  .details-panel-content .tile-footer {
    background-color: transparent;
  }
  .details-panel-content .tile-header {
    padding: 0;
  }
  .details-panel-content .tile-header h2, .details-panel-content .tile-header .h2 {
    display: none;
  }
  .details-panel-content .tile-config-panel {
    float: none;
    position: absolute;
    top: 0.5rem;
    right: 2.75rem;
    z-index: 11;
  }
  .details-panel-content .tile-config-panel .tile-config-panel-button.dropdown {
    width: 1.4375rem;
    text-align: center;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .details-panel-content .tile-config-panel .tile-config-panel-button.dropdown:after, .details-panel-content .tile-config-panel .tile-config-panel-button.dropdown:before {
    color: inherit;
  }
  .details-panel-content .tile-config-panel .tile-config-panel-button.dropdown:hover {
    color: white;
  }

  .details-panel-content-header {
    float: left;
    width: 100%;
  }

  .content-header-pic {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    text-align: center;
    vertical-align: middle;
  }

  .content-header-content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 75%;
    float: left;
  }
  .content-header-content h2, .content-header-content .h2 {
    margin-bottom: 0.25rem;
  }

  .content-header-field {
    margin-bottom: 0.3125rem;
    line-height: 1.2;
  }
  .content-header-field:last-of-type {
    margin-bottom: 0.625rem;
  }

  .button-action-small {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.1875rem 0.375rem 0.1875rem 0.375rem;
    background-color: #A0B0CC;
    border-color: #b3c0d6;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
    font-size: 0.8125rem;
    position: relative;
  }
  .button-action-small:hover, .button-action-small:focus {
    color: white;
    background-color: #b3c0d6;
  }
  .button-action-small:hover, .button-action-small:focus {
    color: #fff;
  }
  .button-action-small:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "arrow_drop_down";
    margin-left: 0.3125rem;
    top: 50%;
    margin-top: -3px;
  }

  .details-panel-content-header-status {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    padding: 1.25rem 0 1.25rem 0;
  }
  .details-panel-content-header-status p {
    margin-bottom: 0.1875rem;
  }
  .details-panel-content-header-status hr {
    border-color: #d7d9da;
    margin: 0.1875rem 0 0 0;
  }

  .details-panel-content-header-status-label {
    font-style: italic;
    color: #8c8c8c;
  }

  .details-panel-content-header-status-note {
    font-style: italic;
    color: #8c8c8c;
  }

  .details-panel-content-header-status-timestamp {
    font-style: italic;
    color: #8c8c8c;
  }

  .status-renderer {
    font-weight: bold;
  }
  .status-renderer.is-critical .status-renderer-icon {
    color: #F9602C;
  }
  .status-renderer.is-success .status-renderer-icon {
    color: #51C17C;
  }
  .status-renderer.is-warning .status-renderer-icon {
    color: #6A51BA;
  }
  .status-renderer .status-renderer-icon:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 12px;
    content: "circle";
    font-weight: normal;
  }

  .details-panel-content-fields {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    padding-top: 1.25rem;
  }

  .details-panel-content .tile-footer-container .tile-footer {
    left: auto;
    width: 30%;
    background-color: rgba(250, 250, 250, 0.9);
  }

  .details-panel-content .tile-footer-container.is-contained .tile-footer {
    width: 100%;
    background-color: transparent;
    margin-left: 0;
  }

  .system-journal:before, .system-journal:after {
    content: " ";
    display: table;
  }
  .system-journal:after {
    clear: both;
  }

  .system-journal-list {
    float: left;
    width: 100%;
    padding: 0.625rem 0;
    max-height: 500px;
    overflow: auto;
  }
  .system-journal-list:before, .system-journal-list:after {
    content: " ";
    display: table;
  }
  .system-journal-list:after {
    clear: both;
  }

  .system-journal-composer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0.9375rem;
    background-color: #ebebeb;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }

  .data-field-renderer.journal-renderer.is-valid:after {
    display: none;
  }

  .journal-refresh-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    width: 100%;
    background-color: #fff;
    border-color: white;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
    color: var(--text);
    margin-bottom: 10px;
    font-weight: 400;
    border-color: #CBD8EC;
  }
  .journal-refresh-button:hover, .journal-refresh-button:focus {
    color: white;
    background-color: white;
  }
  .journal-refresh-button:hover, .journal-refresh-button:focus {
    color: #fff;
  }
  .journal-refresh-button:hover {
    color: var(--text);
    background-color: #EEF3F8;
  }

  .journal-entry, .no-entry {
    width: 100%;
    padding: 0.3125rem 0.3125rem 0.125rem 0.3125rem;
    border-radius: 5px;
    margin-bottom: 0.3125rem;
  }
  .journal-entry:before, .journal-entry:after, .no-entry:before, .no-entry:after {
    content: " ";
    display: table;
  }
  .journal-entry:after, .no-entry:after {
    clear: both;
  }
  .journal-entry.is-sequenced, .no-entry.is-sequenced {
    padding-top: 0;
  }
  .journal-entry.is-sequenced .journal-username,
.journal-entry.is-sequenced .journal-date,
.journal-entry.is-sequenced .user-renderer-pic,
.journal-entry.is-sequenced .user-renderer-pic-img,
.journal-entry.is-sequenced .user-renderer-pic-initials, .no-entry.is-sequenced .journal-username,
.no-entry.is-sequenced .journal-date,
.no-entry.is-sequenced .user-renderer-pic,
.no-entry.is-sequenced .user-renderer-pic-img,
.no-entry.is-sequenced .user-renderer-pic-initials {
    display: none;
  }
  .journal-entry.is-sofi.is-sequenced, .no-entry.is-sofi.is-sequenced {
    margin-top: 0.875rem;
  }
  .journal-entry.is-sofi.is-sequenced .journal-username,
.journal-entry.is-sofi.is-sequenced .journal-date,
.journal-entry.is-sofi.is-sequenced .user-renderer-pic,
.journal-entry.is-sofi.is-sequenced .user-renderer-pic-img,
.journal-entry.is-sofi.is-sequenced .user-renderer-pic-initials, .no-entry.is-sofi.is-sequenced .journal-username,
.no-entry.is-sofi.is-sequenced .journal-date,
.no-entry.is-sofi.is-sequenced .user-renderer-pic,
.no-entry.is-sofi.is-sequenced .user-renderer-pic-img,
.no-entry.is-sofi.is-sequenced .user-renderer-pic-initials {
    display: block;
  }
  .journal-entry.is-current-user .journal-text-wrapper, .no-entry.is-current-user .journal-text-wrapper {
    background: white;
    border-top-right-radius: 0;
    border-top-left-radius: 0.375rem;
  }
  .journal-entry.is-current-user .journal-text-wrapper *, .no-entry.is-current-user .journal-text-wrapper * {
    color: #509365;
  }
  .journal-entry.is-current-user .journal-text-wrapper a, .no-entry.is-current-user .journal-text-wrapper a {
    color: #51C17C;
  }
  .journal-entry.is-current-user .journal-text-wrapper a:hover, .no-entry.is-current-user .journal-text-wrapper a:hover {
    color: #77ce98;
  }
  .journal-entry.is-customer .journal-text-wrapper, .no-entry.is-customer .journal-text-wrapper {
    background: #FEF8C5;
  }
  .journal-entry.is-customer .journal-text-wrapper *, .no-entry.is-customer .journal-text-wrapper * {
    color: #F97539;
  }
  .journal-entry.is-customer .journal-text-wrapper a, .no-entry.is-customer .journal-text-wrapper a {
    color: #51C17C;
  }
  .journal-entry.is-customer .journal-text-wrapper a:hover, .no-entry.is-customer .journal-text-wrapper a:hover {
    color: #77ce98;
  }
  .journal-entry.is-sofi, .no-entry.is-sofi {
    margin-top: 0.875rem;
  }
  .journal-entry.is-sofi .journal-entry-pic .user-renderer-pic, .no-entry.is-sofi .journal-entry-pic .user-renderer-pic {
    background-color: #6A51BA;
    border: none;
    padding: 0.5rem 0;
    text-align: center;
  }
  .journal-entry.is-sofi .journal-entry-pic .user-renderer-pic:before, .no-entry.is-sofi .journal-entry-pic .user-renderer-pic:before {
    color: #fff;
    font-family: "sb-font2" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    content: "";
  }
  .journal-entry.is-sofi .journal-text-wrapper, .no-entry.is-sofi .journal-text-wrapper {
    background: #FBF2FE;
  }
  .journal-entry.is-sofi .journal-text-wrapper *, .no-entry.is-sofi .journal-text-wrapper * {
    color: #7F65CA;
  }
  .journal-entry .journal-text-wrapper a, .no-entry .journal-text-wrapper a {
    color: #51C17C;
  }
  .journal-entry .journal-text-wrapper a:hover, .no-entry .journal-text-wrapper a:hover {
    color: #77ce98;
  }
  .journal-entry.is-current-user .user-renderer-pic, .no-entry.is-current-user .user-renderer-pic {
    background-color: var(--success);
  }
  .journal-entry .user-renderer-pic, .no-entry .user-renderer-pic {
    background-color: var(--primary);
  }

  .no-entry {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .no-entry p {
    margin: 0;
    color: #A0B0CC;
    text-align: center;
    font-style: italic;
  }

  .journal-entry-pic {
    float: left;
    width: 2.125rem;
    min-height: 0.625rem;
  }
  .journal-entry-pic .user-renderer-pic {
    margin: 0;
    height: 2rem;
    width: 2rem;
  }

  .journal-entry-editor {
    color: var(--text);
    font-size: 0.8125rem;
    background-color: var(--input-bg);
    border-radius: 4px;
    margin-bottom: 0.625rem;
  }
  .journal-entry-editor.cke_focus {
    box-shadow: #e2e7f0 0 0 5px;
  }
  .journal-entry-editor:focus {
    outline: none;
  }

  .journal-text-outer-wrapper {
    float: right;
    width: calc(100% - 44px);
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .journal-username {
    font-size: 0.6875rem;
    color: var(--text);
    font-weight: bold;
    margin-bottom: 0.3125rem;
  }

  .journal-date {
    float: left;
    display: inline-block;
    font-style: italic;
    font-size: 0.6875rem;
    color: #9FB0CC;
    margin-bottom: 0.3125rem;
  }
  .journal-date:hover {
    color: #7e95ba;
  }

  .journal-entry-wrapper {
    float: right;
    width: 100%;
  }
  .journal-entry-wrapper:before, .journal-entry-wrapper:after {
    content: " ";
    display: table;
  }
  .journal-entry-wrapper:after {
    clear: both;
  }

  .journal-text-wrapper {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: #EDF4FC;
    color: #4C5A72;
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .journal-text-wrapper * {
    color: var(--text);
  }
  .journal-text-wrapper p {
    font-size: 0.8125rem;
    line-height: 1.1;
    margin-bottom: 0.375rem;
  }
  .journal-text-wrapper p:last-child {
    margin-bottom: 0;
  }
  .journal-text-wrapper ul, .journal-text-wrapper ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .journal-table-preview {
    float: left;
    margin-right: 5px;
  }

  .sb-spin {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
  }

  .app-header-loader {
    padding-right: 12px;
    padding-top: 12px;
    float: right;
    width: auto;
    color: #A8B6C8;
  }
  .app-header-loader i::before {
    font-size: 18px;
  }

  .system-journal__thread {
    background: #fff;
    padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  }

  .system-journal__thread-title {
    font-size: 0.875rem;
    font-weight: 400;
    color: #919FB5;
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
  .system-journal__thread-title.is-record-sync-success span {
    color: #51C17C;
    margin-left: 0.125rem;
  }
  .system-journal__thread-title.is-record-sync-conflict span {
    color: #FB8E4A;
    margin-left: 0.125rem;
  }

  .system-journal__input {
    background-color: var(--gray-200);
    padding: 1.25rem;
    border-bottom: 1px solid #CBD8EC;
  }
  .system-journal__input:before, .system-journal__input:after {
    content: " ";
    display: table;
  }
  .system-journal__input:after {
    clear: both;
  }

  .system-journal__input-pic {
    float: right;
    width: 4.375rem;
  }

  .system-journal__input-pic-inner {
    width: 3.25rem;
    height: 3.25rem;
    overflow: hidden;
    border: 1px solid #BECAD9;
    margin-left: 0.9375rem;
    border-radius: 3.25rem;
    float: left;
  }
  .system-journal__input-pic-inner img {
    width: 100%;
    height: auto;
  }

  .system-journal__input-area {
    position: relative;
    float: left;
    width: calc(100% - 70px);
  }
  .system-journal__input-area:before, .system-journal__input-area:after {
    content: " ";
    display: table;
  }
  .system-journal__input-area:after {
    clear: both;
  }
  .system-journal__input-area .mce-content-body {
    background-color: var(--input-bg);
    border: var(--input-border) 1px solid;
    min-height: 4.6875rem;
    max-height: 37.5rem;
    overflow-y: auto;
    padding: 0.75rem;
    border-radius: 8px;
  }
  .system-journal__input-area .mce-content-body.mce-edit-focus {
    background: white;
    border-color: var(--input-border);
    outline: none;
  }

  .system-journal__input-toolbar {
    position: absolute;
    left: 0;
    bottom: -30px;
    box-shadow: 0 0 5px #a0b0cc;
    z-index: 10000;
    max-width: 100%;
  }
  .system-journal__input-toolbar .tox-tinymce-inline {
    border: none;
  }
  .system-journal__input-toolbar .tox-tinymce-inline .tox-toolbar__group {
    border-right: none !important;
  }
  .system-journal__input-toolbar .tox-tinymce-inline .tox .tox-tbtn {
    height: 24px;
  }
  .system-journal__input-toolbar .tox-tinymce-aux .tox-dialog-wrap .tox-listboxfield .tox-listbox {
    display: flex;
    gap: 9px;
    border-radius: 34px;
    border: 1px solid #a6c0da !important;
    padding: 9.5px 11.75px !important;
  }
  .system-journal__input-toolbar .tox-tinymce-aux [role=listbox] {
    position: absolute !important;
    z-index: inherit;
  }

  @media (max-width: 768px) {
    .system-journal__input-pic {
      display: none;
    }

    .system-journal__input-area {
      width: 100%;
    }

    .system-journal__input-toolbar {
      display: none;
    }
  }
  .sb-action__inner,
.sb-field-change__inner,
.sb-classification__inner,
.sb-classification:after,
.sb-classification:before,
.sb-action:after,
.sb-action:before {
    vertical-align: middle;
  }

  .sb-action,
.sb-classification,
.sb-field-change__inner {
    margin-top: 0.625rem;
  }
  .sb-action:before,
.sb-classification:before,
.sb-field-change__inner:before {
    display: inline-block;
    font-family: "sb-font2" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    content: "";
    color: #919FB5;
  }

  .sb-classification:before {
    content: "";
  }

  .sb-field-change__inner:before, .sb-field-change__inner:after {
    display: none;
  }

  .sb-action__inner,
.sb-classification__inner,
.sb-field-change__inner {
    display: inline-block;
    border-left: 2px solid #BECAD9;
    padding-left: 0.5rem;
    margin-left: 0.25rem;
    padding-right: 0.5rem;
    margin-right: 0.25rem;
  }

  .sb-action__title {
    color: #8899B8;
    font-style: italic;
    font-size: 0.8125rem;
    font-weight: 400;
    margin: 0 0 0 0;
  }

  .sb-action__outcome {
    color: var(--text);
    margin-bottom: 0;
  }
  .sb-action__outcome h1, .sb-action__outcome .h1, .sb-action__outcome h2, .sb-action__outcome .h2, .sb-action__outcome h3, .sb-action__outcome .h3, .sb-action__outcome h4, .sb-action__outcome .h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .sb-action__outcome table, .sb-action__outcome td, .sb-action__outcome th {
    text-align: left;
    padding: 0 5px 0 5px;
  }

  .sb-action__outcome-success {
    color: #51C17C;
  }
  .sb-action__outcome-success h1, .sb-action__outcome-success .h1, .sb-action__outcome-success h2, .sb-action__outcome-success .h2, .sb-action__outcome-success h3, .sb-action__outcome-success .h3, .sb-action__outcome-success h4, .sb-action__outcome-success .h4 {
    color: #51C17C;
  }

  .sb-action__outcome-warning {
    color: #FB8E4A;
  }
  .sb-action__outcome-warning h1, .sb-action__outcome-warning .h1, .sb-action__outcome-warning h2, .sb-action__outcome-warning .h2, .sb-action__outcome-warning h3, .sb-action__outcome-warning .h3, .sb-action__outcome-warning h4, .sb-action__outcome-warning .h4 {
    color: #51C17C;
  }

  .sb-action__outcome-error {
    color: #F9602C;
  }
  .sb-action__outcome-error h1, .sb-action__outcome-error .h1, .sb-action__outcome-error h2, .sb-action__outcome-error .h2, .sb-action__outcome-error h3, .sb-action__outcome-error .h3, .sb-action__outcome-error h4, .sb-action__outcome-error .h4 {
    color: #51C17C;
  }

  .sb-action__outcome--pending {
    color: #A8B6C8;
    font-style: italic;
  }

  .sofi-record__list__item .sofi-record__sofi-content__hidden {
    display: none;
  }

  .sb-action__inner .sofi-record__action-content__hidden {
    display: none;
  }

  .sb-action--is-loading:before, .sb-action--is-loading:after {
    animation: spin 600ms infinite linear;
  }

  @-webkit-keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .sb-classification dl,
.sb-field-change dl {
    margin: 0;
  }
  .sb-classification dt,
.sb-field-change dt {
    color: #8899B8;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0.125rem;
  }
  .sb-classification dd,
.sb-field-change dd {
    color: var(--text);
  }
  .sb-classification dd:last-child,
.sb-field-change dd:last-child {
    margin-bottom: 0;
  }

  .sb-classification dl {
    margin-bottom: 0.25rem;
  }
  .sb-classification dl:last-of-type {
    margin-bottom: 0;
  }

  .sb-classification__separation:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 13px;
    content: "chevron_right";
    color: #8899B8;
    margin: 0 0.25rem;
  }

  .journal-action-wrapper {
    margin-top: 0.625rem;
  }
  .journal-action-wrapper .button {
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem 0.3125rem 0.5rem;
    font-weight: 500;
  }
  .journal-action-wrapper .button.outline.success {
    border: 1px solid #b8acde;
    background-color: transparent;
    color: #b8acde;
  }
  .journal-action-wrapper .button.outline.success:hover {
    border-color: #c8bfe5;
    color: #c8bfe5;
  }

  .sb-audit-history-create,
.sb-audit-history-field-changes,
.sb-audit-history-workflow-changes,
.sb-audit-history-sla-changes {
    vertical-align: middle;
    margin-top: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.015625rem;
  }
  .sb-audit-history-create dl,
.sb-audit-history-field-changes dl,
.sb-audit-history-workflow-changes dl,
.sb-audit-history-sla-changes dl {
    margin-bottom: 0.25rem;
  }
  .sb-audit-history-create dl:last-of-type,
.sb-audit-history-field-changes dl:last-of-type,
.sb-audit-history-workflow-changes dl:last-of-type,
.sb-audit-history-sla-changes dl:last-of-type {
    margin-bottom: 0;
  }

  .sb-audit-history-create__inner,
.sb-audit-history-field-changes__inner,
.sb-audit-history-workflow-changes__inner,
.sb-audit-history-sla-changes__inner {
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5rem;
    margin-left: 0.25rem;
    padding-right: 0.5rem;
    margin-right: 0.25rem;
  }

  .sb-audit-history-field {
    padding-left: 10px;
    border-left: 2px solid var(--text);
    margin-bottom: 8px;
    cursor: pointer;
  }

  .sb-audit-history-label {
    font-style: italic;
    color: var(--text);
  }

  .sb-audit-history-value {
    font-weight: bold;
    color: var(--text);
  }

  /* New class to render the date converted to local in the case where the date in an audit record is in a different TZ */
  .sb-audit-history-value-localdate {
    font-weight: normal;
    font-style: italic;
    color: var(--text);
  }

  .sb-audit-history-value-old {
    font-weight: normal;
    color: var(--input-disabled);
  }

  .sb-audit-history-arrow {
    text-decoration: underline;
    color: var(--text);
    cursor: pointer;
    padding-left: 2px;
    font-style: italic;
    font-size: smaller;
  }

  .sb-audit-history-arrow:before {
    font-family: "FontAwesome";
    content: "";
    padding-right: 5px;
    display: inline-block;
  }

  .sb-audit-history-arrow.collapsed:before {
    content: "";
  }

  .sb-audit-history-collapsed-panel {
    padding-left: 7px;
    color: var(--text);
    font-size: smaller;
  }

  .sb-audit-history-create__inner .sb-audit-history-create-field {
    border-left: 2px solid var(--text);
  }

  .sb-audit-history-field-changes__inner .sb-audit-history-changes-field {
    border-left: 2px solid var(--text);
  }

  .sb-audit-history-workflow-changes__inner .sb-audit-history-workflow-field {
    border-left: 2px solid var(--text);
  }

  .sb-audit-history-sla-changes__inner .sb-audit-history-sla-field {
    border-left: 2px solid var(--text);
  }

  .sb-tab-customer-exchange,
.sb-tab-work-activity {
    padding: 0;
  }
  .sb-tab-customer-exchange .content.ui-tabs-panel,
.sb-tab-work-activity .content.ui-tabs-panel {
    padding: 0;
  }
  .sb-tab-customer-exchange .layout-element-wrapper,
.sb-tab-work-activity .layout-element-wrapper {
    padding: 0;
  }
  .sb-tab-customer-exchange .data-field-outer-wrapper > .data-field-label,
.sb-tab-work-activity .data-field-outer-wrapper > .data-field-label {
    display: none;
  }

  .label-customer,
.label-internal {
    display: none;
  }

  .sb-tab-customer-exchange .label-customer {
    display: inline-block;
  }
  .sb-tab-customer-exchange .label-internal {
    display: none;
  }

  .sb-tab-work-activity .label-customer {
    display: none;
  }
  .sb-tab-work-activity .label-internal {
    display: inline-block;
  }

  .sb-tab-customer-exchange .system-journal__input {
    background-color: #FFFBE9;
  }

  .sb-journal.data-field-wrapper {
    padding: 0;
  }
  .sb-journal.data-field-wrapper .data-field-renderer {
    margin-top: 0;
  }

  .activity-log-list__outer {
    position: relative;
  }

  .activity-log-list {
    max-height: 400px;
    overflow-y: auto;
  }
  .activity-log-list:before, .activity-log-list:after {
    position: absolute;
    left: 0;
    height: 1.25rem;
    width: calc(100% - 10px);
    display: block;
    content: " ";
    z-index: 1;
  }
  .activity-log-list:before {
    top: 0;
    background-image: linear-gradient(to bottom, white 0, rgba(255, 255, 255, 0) 100%);
  }
  .activity-log-list:after {
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  }
  .activity-log-list .system-journal-more-btn .button.outline {
    position: relative;
    z-index: 3;
  }
  .activity-log-list .journal-entry:first-child {
    margin-top: 0.875rem;
  }
  .activity-log-list .journal-entry:last-child {
    margin-bottom: 0.875rem;
  }

  .system-journal-more-btn {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align: center;
  }
  .system-journal-more-btn .button.outline {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    font-size: 0.6875rem;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 0);
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
    font-weight: 400;
    color: #A8B6C8;
    border: 1px solid #A8B6C8;
  }
  .system-journal-more-btn .button.outline:hover, .system-journal-more-btn .button.outline:focus {
    color: white;
    background-color: rgba(51, 51, 51, 0);
  }
  .system-journal-more-btn .button.outline:hover, .system-journal-more-btn .button.outline:focus {
    color: #fff;
  }
  .system-journal-more-btn .button.outline:hover, .system-journal-more-btn .button.outline:focus {
    color: #c0cbde;
    background-color: transparent;
  }

  .system-journal-more-btn__load {
    display: none;
  }

  .system-journal-loaded .system-journal-more-btn__load {
    display: block;
  }
  .system-journal-loaded .system-journal-more-btn__loading {
    display: none;
  }

  .journal-article-wrapper {
    position: relative;
    text-align: left;
    padding: 0.25rem 0.5rem 0.375rem 1.125rem;
  }
  .journal-article-wrapper:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0px;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "attach_file";
    color: #919FB5;
  }
  .journal-article-wrapper .journal-article-title {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .journal-article-wrapper .journal-article-title .journal-article-attached {
    color: #8899B8;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0.125rem;
    margin-right: 0.25rem;
  }
  .journal-article-wrapper a.journal-article-attached__link {
    color: #51C17C;
  }
  .journal-article-wrapper a.journal-article-attached__link:hover {
    color: #77ce98;
  }
  .journal-article-wrapper a.journal-article-attached__link:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 12px;
    content: "open_in_new";
    text-align: center;
    color: #A8B6C8;
    margin-left: 0.5rem;
  }
  .journal-article-wrapper a.journal-article-attached__remove:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 12px;
    content: "delete";
    text-align: center;
    color: #A8B6C8;
    margin-left: 0.3125rem;
  }

  .system-journal__attachment-area {
    float: left;
    width: 100%;
    margin-top: 0.625rem;
  }
  .system-journal__attachment-area:before, .system-journal__attachment-area:after {
    content: " ";
    display: table;
  }
  .system-journal__attachment-area:after {
    clear: both;
  }
  .system-journal__attachment-area a.journal-article-attached__link:after {
    display: none;
  }

  .system-journal__input-area .mce-content-body {
    padding-bottom: 1.5rem;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .system-journal__input-area .mce-content-body p {
    margin-bottom: 0.5rem;
  }

  .data-field-renderer.is-invalid .system-journal__input-area .mce-content-body {
    border-color: #F9602C;
  }

  .mce-content-body .journal-article-wrapper {
    display: block;
    position: absolute;
    width: calc(100% - 24px);
    bottom: 0;
  }

  .mce-content-body .journal-attachment-wrapper {
    display: block;
    position: relative !important;
    width: calc(100% - 24px);
    bottom: 0;
  }

  .data-field-renderer.html-renderer .tox-editor-container,
.data-field-renderer.i18nhtml-renderer .tox-editor-container {
    min-width: 49.0625rem;
    overflow-x: hidden;
  }

  sb-map-page div.map-container {
    height: calc(100vh - 93px) !important;
  }

  app-root {
    flex: auto;
    width: 100%;
  }

  .sb-portal__home-button {
    position: relative;
    background: #FDFEFE;
    box-shadow: 0 0 70px 0 rgba(115, 130, 161, 0.19), 0 0 3px 0 rgba(115, 130, 161, 0.26);
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-family: var(--font-family);
  }
  .sb-portal__home-button .sb-portal__home-button__title {
    font-size: 22px;
    color: #333b52;
    margin-left: 65px;
    margin-top: 0px;
  }
  .sb-portal__home-button .sb-portal__home-button__description {
    font-size: 14px;
    color: #68728d;
    line-height: 1.5;
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 40px 0 10px 0;
  }
  .sb-portal__home-button .sb-portal__home-button-img-wrapper {
    width: 50px;
    height: 50px;
    margin-right: auto;
    float: left;
  }
  .sb-portal__home-button .sb-portal__home-button-img-wrapper .sb-portal__home-button-img {
    diplay: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
  }
  .sb-portal__home-button .sb-portal__home-button-img-wrapper .sb-portal__home-button-img img {
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    background-color: #edfef8;
    padding: 5px;
    border-radius: 25px;
  }

  .sb-portal__home-button--catalog {
    background-color: transparent;
    padding-right: 20px !important;
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
  .sb-portal__home-button--catalog .sb-portal__home-button__title {
    font-size: 28px;
    color: #333b52;
    margin-bottom: 15px;
  }
  .sb-portal__home-button--catalog .sb-portal__home-button__description {
    font-size: 18px;
    color: #68728d;
    margin-bottom: 15px;
  }

  .sb-portal__home-button-item {
    padding-right: 20px !important;
    padding-left: 0 !important;
  }

  .sb-portal-catalog__breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sb-portal-catalog__breadcrumb .breadcrumbs {
    margin-bottom: 0;
  }

  .sb-portal-catalog__heading {
    float: left;
    width: 100%;
    padding: 3.125rem 0;
  }
  .sb-portal-catalog__heading:before, .sb-portal-catalog__heading:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__heading:after {
    clear: both;
  }

  .sb-portal-catalog__heading-title {
    margin: 0;
    text-align: center;
  }

  .sb-portal-catalog__categories {
    width: 100%;
    float: left;
  }
  .sb-portal-catalog__categories:before, .sb-portal-catalog__categories:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__categories:after {
    clear: both;
  }

  .sb-portal-catalog__categories-refine-title {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .sb-portal-catalog__categories-refine-counter {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
  }

  .sb-portal-catalog__categories-refine-top,
.sb-portal-catalog__categories-refine-bottom {
    border-bottom: 1px solid #A0B0CC;
    padding: 1.25rem 0;
  }
  .sb-portal-catalog__categories-refine-top:before, .sb-portal-catalog__categories-refine-top:after,
.sb-portal-catalog__categories-refine-bottom:before,
.sb-portal-catalog__categories-refine-bottom:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__categories-refine-top:after,
.sb-portal-catalog__categories-refine-bottom:after {
    clear: both;
  }

  .sb-portal-catalog__categories-refine-bottom {
    padding-bottom: 0.625rem;
  }

  .sb-portal-catalog__categories-refine-label {
    margin: 0;
  }

  .sb-portal-catalog__categories-refine-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sb-portal-catalog__categories-refine-nav ul li:first-child {
    padding-left: 0;
  }
  .sb-portal-catalog__categories-refine-nav ul li:last-child {
    padding-right: 0;
  }
  .sb-portal-catalog__categories-refine-nav ul li {
    padding: 0.625rem;
    display: inline-block;
  }

  .sb-portal-catalog__items {
    margin-top: 1.875rem;
    float: left;
    width: 100%;
  }
  .sb-portal-catalog__items:before, .sb-portal-catalog__items:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__items:after {
    clear: both;
  }

  .sb-portal-catalog__search {
    position: relative;
  }
  .sb-portal-catalog__search input {
    border-radius: 50px;
    padding-left: 30px;
  }
  .sb-portal-catalog__search:before {
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 16px;
    content: "";
  }

  .sb-portal-catalog__search-clear {
    position: absolute;
    right: 33px;
    top: 0;
    bottom: 0;
    height: 33px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: var(--text);
  }
  .sb-portal-catalog__search-clear:before {
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 16px;
    content: "";
  }

  .sb-portal-catalog__item {
    background: #FDFEFE;
    box-shadow: 0 0 70px 0 rgba(115, 130, 161, 0.19), 0 0 3px 0 rgba(115, 130, 161, 0.26);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .sb-portal-catalog__item a {
    position: relative;
    display: block;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
  }
  .sb-portal-catalog__item a:hover .sb-portal-catalog__item-title {
    color: var(--primary);
  }

  .sb-portal-catalog__item-img-wrapper {
    width: 170px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
  }

  .sb-portal-catalog__item-img {
    display: table-cell;
    width: 170px;
    height: 170px;
    text-align: center;
    vertical-align: middle;
  }
  .sb-portal-catalog__item-img img {
    width: 170px;
    height: auto;
    max-height: 170px;
    max-width: 170px;
  }

  .sb-portal-catalog__item-title {
    color: var(--primary-bright);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    max-height: 3.75rem;
  }

  .sb-portal-catalog__item-desc {
    color: #A0B0CC;
    line-height: 1.5;
  }
  .sb-portal-catalog__item-desc p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .sb-portal-catalog__item-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0.9375rem;
    margin-bottom: 0;
    color: var(--text) !important;
    font-weight: 700;
  }

  .sb-portal-catalog__category {
    display: block;
    position: relative;
    background: #FDFEFE;
    box-shadow: 0 0 30px 0 rgba(115, 130, 161, 0.19), 0 0 3px 0 rgba(115, 130, 161, 0.26);
    padding: 1.875rem 1.875rem 3.75rem 1.875rem;
    margin-bottom: 20px;
  }

  .sb-portal-catalog__category-items {
    margin: 0 0 15px 0;
    list-style: none;
  }
  .sb-portal-catalog__category-items li {
    margin: 0 15px 15px 0;
  }

  .sb-portal-catalog__category-wrapper-outer {
    position: relative;
    overflow: hidden;
  }
  .sb-portal-catalog__category-wrapper-outer:before, .sb-portal-catalog__category-wrapper-outer:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__category-wrapper-outer:after {
    clear: both;
  }

  .sb-portal-catalog__category-wrapper {
    float: left;
    width: 100%;
  }
  .sb-portal-catalog__category-wrapper:before, .sb-portal-catalog__category-wrapper:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__category-wrapper:after {
    clear: both;
  }

  @media only screen and (min-width:40.0625em) {
    .sb-portal-catalog__category {
      min-height: 388px;
      padding: 1.875rem;
    }
  }
  .sb-portal-catalog__category-img-wrapper {
    margin: 0 auto;
    width: 170px;
    height: 170px;
    margin-bottom: 0px;
  }

  .sb-portal-catalog__category-img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 170px;
    height: 170px;
    overflow: hidden;
  }
  .sb-portal-catalog__category-img img {
    width: 170px;
    height: auto;
    max-width: 170px;
    max-height: 170px;
  }

  .sb-portal-catalog__category-title {
    margin: 0 0 0.625rem 0;
  }

  .sb-portal-catalog__category-desc {
    color: #A0B0CC;
    line-height: 1.5;
    margin: 0 0 0.625rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .sb-portal-catalog__item-preview {
    padding: 0;
    margin: 0 0 0.625rem 0;
  }
  .sb-portal-catalog__item-preview li {
    display: inline-block;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sb-portal-catalog__submitted {
    width: 100%;
    max-width: 65.625rem;
    margin: 0 auto;
    padding: 2.5rem 1.25rem;
  }
  .sb-portal-catalog__submitted:before, .sb-portal-catalog__submitted:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__submitted:after {
    clear: both;
  }

  .sb-portal-catalog__submitted-wrapper {
    background: #FDFEFE;
    box-shadow: 0 0 30px 0 rgba(115, 130, 161, 0.19), 0 0 3px 0 rgba(115, 130, 161, 0.26);
    padding: 2.5rem 2.5rem 1.25rem 2.5rem;
    text-align: center;
  }
  .sb-portal-catalog__submitted-wrapper:before, .sb-portal-catalog__submitted-wrapper:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__submitted-wrapper:after {
    clear: both;
  }

  .sb-portal-catalog__submitted-header {
    margin-bottom: 1.25rem;
  }

  .sb-portal-catalog__submitted-item-name {
    color: #51C17C;
  }

  .sb-portal-catalog__submitted-main {
    margin-bottom: 1.25rem;
  }
  .sb-portal-catalog__submitted-main button {
    margin-bottom: 1.25rem;
  }
  .sb-portal-catalog__submitted-main h4, .sb-portal-catalog__submitted-main .h4 {
    margin-bottom: 0.625rem;
  }

  .sb-portal-catalog__form {
    background: #FDFEFE;
    box-shadow: 0 0 30px 0 rgba(115, 130, 161, 0.19), 0 0 3px 0 rgba(115, 130, 161, 0.26);
  }
  .sb-portal-catalog__form:before, .sb-portal-catalog__form:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__form:after {
    clear: both;
  }

  .sb-portal-catalog__form-header {
    float: left;
    padding: 2.5rem 1.25rem;
    width: 100%;
  }
  .sb-portal-catalog__form-header:before, .sb-portal-catalog__form-header:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__form-header:after {
    clear: both;
  }
  .sb-portal-catalog__form-header.row {
    width: 100%;
  }

  .sb-portal-catalog__form-img {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .sb-portal-catalog__form-img img {
    width: 150px;
    height: auto;
  }

  .sb-portal-catalog__form-excerpt {
    padding: 0 1.25rem;
  }

  .sb-portal-catalog__form-excerpt-title {
    margin-bottom: 1.25rem;
  }

  .sb-portal-catalog__form-excerpt-desc {
    color: #A0B0CC;
    line-height: 1.5;
  }

  .sb-portal-catalog__form-excerpt-price {
    font-weight: bold;
  }

  .sb-portal-catalog__form-questions {
    width: 100%;
    float: left;
    padding: 20px 40px 30px 40px;
    background-color: #EEF3F8;
  }
  .sb-portal-catalog__form-questions:before, .sb-portal-catalog__form-questions:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__form-questions:after {
    clear: both;
  }
  .sb-portal-catalog__form-questions .system-journal__input-area {
    float: none;
    width: 100%;
  }

  .sb-portal-catalog__form-details {
    width: 100%;
    float: left;
    padding: 2.5rem;
    background-color: #EEF3F8;
  }
  .sb-portal-catalog__form-details:before, .sb-portal-catalog__form-details:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__form-details:after {
    clear: both;
  }

  .sb-portal-catalog__form-action-pane {
    float: left;
    width: 100%;
    padding: 1.875rem;
  }
  .sb-portal-catalog__form-action-pane:before, .sb-portal-catalog__form-action-pane:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__form-action-pane:after {
    clear: both;
  }

  .sb-portal-catalog__form-progress {
    margin-bottom: 1.875rem;
  }
  .sb-portal-catalog__form-progress p {
    margin-bottom: 0.3125rem;
  }

  .sb-portal-catalog__form-progress-bar {
    background-color: #A0B0CC;
    width: 100%;
    height: 8px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
  }
  .sb-portal-catalog__form-progress-bar span {
    display: block;
    height: 8px;
    background-color: var(--text);
  }

  .sb-portal-catalog__form-action-next {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    font-size: 1rem;
  }

  .sb-portal-catalog__form-action-pane-buttons {
    text-align: center;
  }

  .sb-portal-catalog__form-action-back {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25rem;
    color: #3E8AD6;
  }
  .sb-portal-catalog__form-action-back:hover {
    color: #2771ba;
  }

  .sb-portal-catalog__form-errors {
    color: red;
    width: 100%;
    float: left;
    padding: 2.5rem;
    background-color: #EEF3F8;
  }
  .sb-portal-catalog__form-errors:before, .sb-portal-catalog__form-errors:after {
    content: " ";
    display: table;
  }
  .sb-portal-catalog__form-errors:after {
    clear: both;
  }

  @media only screen and (min-width:40.0625em) {
    .sb-portal-catalog__form-action-pane {
      padding: 2.5rem 2.5rem 0.625rem 2.5rem;
    }

    .sb-portal-catalog__form-action-pane-buttons {
      text-align: right;
    }
  }
  sb-portal-articles {
    display: block;
    width: 100%;
  }

  .sb-portal__article {
    display: inline-block;
    vertical-align: top;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
  }

  .sb-portal__article-wrapper sb-portal-articles {
    display: block;
    width: 100%;
  }

  .sb-portal__article {
    display: inline-block;
    vertical-align: top;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
  }

  @media only screen and (min-width:40.0625em) {
    .sb-portal__article {
      position: relative;
      width: 50%;
    }
    .sb-portal__article .sb-portal-news__article,
.sb-portal__article .sb-portal-announcements__article {
      min-height: 240px;
      max-height: 240px;
      overflow: hidden;
    }
    .sb-portal__article .sb-portal-news__article:before,
.sb-portal__article .sb-portal-announcements__article:before {
      position: absolute;
      content: " ";
      left: 0.625rem;
      right: 0.625rem;
      bottom: 1.25rem;
      height: 2.5rem;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
    }
  }
  .sb-portal-news__article a,
.sb-portal-announcements__article a {
    display: block;
    outline: none;
  }
  .sb-portal-news__article a:hover .sb-portal-announcements__article-title,
.sb-portal-announcements__article a:hover .sb-portal-announcements__article-title {
    color: #eb4107;
  }
  .sb-portal-news__article a:hover .sb-portal-news__article-title,
.sb-portal-announcements__article a:hover .sb-portal-news__article-title {
    color: #2771ba;
  }
  .sb-portal-news__article a .sb-portal-announcements__article-label,
.sb-portal-announcements__article a .sb-portal-announcements__article-label {
    border: 1px solid #FB8E4A;
    color: #FB8E4A;
  }
  .sb-portal-news__article a .sb-portal-news__article-label,
.sb-portal-announcements__article a .sb-portal-news__article-label {
    border: 1px solid #3E8AD6;
    color: #3E8AD6;
  }
  .sb-portal-news__article .sb-portal-announcements__article-label,
.sb-portal-news__article .sb-portal-news__article-label,
.sb-portal-announcements__article .sb-portal-announcements__article-label,
.sb-portal-announcements__article .sb-portal-news__article-label {
    display: inline-block;
    border: 1px solid #FB8E4A;
    color: #FB8E4A;
    font-size: 12px;
    font-weight: 700;
    padding: 0.125rem 0.625rem;
    border-radius: 4px;
    margin-bottom: 0.9375rem;
  }
  .sb-portal-news__article .sb-portal-announcements__article-label:before,
.sb-portal-news__article .sb-portal-news__article-label:before,
.sb-portal-announcements__article .sb-portal-announcements__article-label:before,
.sb-portal-announcements__article .sb-portal-news__article-label:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 13px;
    content: "campaign";
    margin-right: 3px;
  }
  .sb-portal-news__article .sb-portal-news__article-label,
.sb-portal-announcements__article .sb-portal-news__article-label {
    border: 1px solid #3E8AD6;
    color: #3E8AD6;
  }
  .sb-portal-news__article .sb-portal-news__article-label:before,
.sb-portal-announcements__article .sb-portal-news__article-label:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 13px;
    content: "rss_feed";
    margin-right: 3px;
  }

  .sb-portal-announcements__heading,
.sb-portal-news__heading {
    margin: 0 0 0.625rem 0;
  }

  .sb-portal-announcements__article,
.sb-portal-news__article {
    background: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(115, 130, 161, 0.19), 0 0 3px 0 rgba(115, 130, 161, 0.26);
    padding: 25px;
    margin-bottom: 20px;
  }

  .sb-portal-announcements__article-title,
.sb-portal-news__article-title {
    margin: 0 0 0.625rem 0;
    font-weight: 300;
    font-size: 1.375rem;
  }

  .sb-portal-news__article-timestamp,
.sb-portal-announcements__article-timestamp {
    color: #A0B0CC;
    font-size: 0.75rem;
    margin: 0;
  }
  .sb-portal-news__article-timestamp:before,
.sb-portal-announcements__article-timestamp:before {
    margin-right: 0.3125rem;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 13px;
    content: "schedule";
  }

  .sb-portal-news__article-markup {
    margin-top: 0.625rem;
    color: var(--text) !important;
  }

  .sb-portal-announcements__article-desc,
.sb-portal-news__article-desc {
    margin-top: 0.625rem;
    margin-bottom: 0;
    color: var(--text) !important;
    line-height: 1.5;
    font-size: 14px;
  }

  .sb-portal-modal__content {
    margin-top: 30%;
    background: #FFFFFF;
    box-shadow: 0 0 70px 0 rgba(115, 130, 161, 0.19), 0 0 3px 0 rgba(115, 130, 161, 0.26);
  }

  .sb-portal-modal__header {
    padding: 20px;
  }
  .sb-portal-modal__header:before, .sb-portal-modal__header:after {
    content: " ";
    display: table;
  }
  .sb-portal-modal__header:after {
    clear: both;
  }

  .sb-portal-modal__title {
    float: left;
    width: calc(100% - 40px);
    margin-bottom: 0.3125rem;
    cursor: grabbing;
  }

  .sb-portal-modal__body {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #A0B0CC;
    padding-top: 1.25rem;
    font-size: 0.875rem;
    max-height: 60vh;
    overflow: auto;
  }

  .sb-portal-modal__close {
    width: 2.5rem;
    height: 2.5rem;
    float: right;
    text-align: center;
    padding-top: 0.625rem;
    cursor: pointer;
  }
  .sb-portal-modal__close:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 13px;
    content: "close";
  }

  .sb-portal-modal__timestamp {
    float: left;
  }

  @media only screen {
    .sb-portal-modal__content {
      margin-top: 20%;
      width: 300px;
      min-height: 300px;
    }
  }
  @media only screen and (min-width:40.0625em) {
    .sb-portal-modal__content {
      margin-top: 30%;
      width: 500px;
      min-height: 600px;
    }
  }
  @media only screen and (min-width:64.0625em) {
    .sb-portal-modal__content {
      width: 800px;
    }
  }
  .cdk-overlay-pane {
    width: 80%;
  }

  sb-action-question-overlay {
    width: 100%;
  }

  .sb-question-overlay {
    min-width: 70vh;
    min-height: 50vh;
  }

  .sb-question-overlay__content {
    background: #FFFFFF;
    box-shadow: 0 0 70px 0 rgba(115, 130, 161, 0.19), 0 0 3px 0 rgba(115, 130, 161, 0.26);
    margin-top: 10vh;
    margin-bottom: 5vh;
    max-height: 85vh;
    overflow-y: scroll;
  }

  .sb-question-overlay__header {
    padding: 20px;
  }
  .sb-question-overlay__header:before, .sb-question-overlay__header:after {
    content: " ";
    display: table;
  }
  .sb-question-overlay__header:after {
    clear: both;
  }

  .sb-question-overlay__title {
    float: left;
    width: calc(100% - 40px);
    margin-bottom: 0.3125rem;
    margin: 0 0 0.625rem 0;
    font-weight: 300;
    font-size: 1.375rem;
    cursor: grabbing;
  }

  .sb-question-overlay__body {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #A0B0CC;
    padding-top: 1.25rem;
    font-size: 0.875rem;
  }

  .sb-question-overlay__close {
    width: 2.5rem;
    height: 2.5rem;
    float: right;
    text-align: center;
    padding-top: 0.625rem;
    cursor: pointer;
  }
  .sb-question-overlay__close:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 13px;
    content: "close";
  }

  @media only screen {
    .sb-question-overlay__content {
      width: 200px;
    }
  }
  @media only screen and (min-width:40.0625em) {
    .sb-question-overlay__content {
      width: 400px;
    }
  }
  @media only screen and (min-width:64.0625em) {
    .sb-question-overlay__content {
      width: 100%;
    }
  }
  .sb-question-overlay__viewport {
    height: 400px;
  }

  .sbquestion-overlay__item {
    height: 50px;
  }

  .dynamic-portal-chart {
    box-shadow: 0 0 10px 0 rgba(168, 182, 200, 0.55);
    margin: 0 1em 1em 0;
    color: var(--text);
  }

  .sb-sofi-search-body {
    min-height: 162px;
    width: 100%;
    align-content: center;
  }

  .sb-sofi-search div.sofi__container__helpform {
    padding-bottom: 0.625rem;
  }

  .sb-sofi-search-banner__label {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.75rem;
  }

  .sb-myitems-dashboard-list {
    padding: 1.25rem 1.25rem 0 1.25rem;
    min-width: 545px;
  }
  .sb-myitems-dashboard-list .sb-tab-wrapper-content {
    margin-top: 0;
  }
  .sb-myitems-dashboard-list .ui-tabs ol.tab-menu .ui-tabs-panel {
    padding: 1.25rem;
  }
  .sb-myitems-dashboard-list .ui-tabs .ui-tabs-panel {
    background-color: var(--gray-100);
  }

  .page-content.sb-portal-page-content, .page-content.sb-catalog-page-content, .page-content.cmdb-page-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  body.menu-active .page-content.sb-portal-page-content, body.menu-active .page-content.sb-catalog-page-content, body.menu-active .page-content.sb-cmdb-page-content {
    padding-left: 16.25rem;
  }

  .sb-portal {
    position: relative;
    padding-bottom: 30px;
    padding-top: 0;
    background-image: url("/images/servicely-login-bg.png");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .sb-portal:before, .sb-portal:after {
    content: " ";
    display: table;
  }
  .sb-portal:after {
    clear: both;
  }
  .sb-portal .tile-footer-container {
    display: block !important;
    background-color: unset;
  }

  .sb-portal--home-page {
    padding-top: 3.75rem;
  }

  .sb-dashboard--home-page {
    padding-top: 1.875rem;
  }
  .sb-dashboard--home-page .tile-header h2, .sb-dashboard--home-page .tile-header .h2 {
    display: block;
    text-align: center;
  }
  .sb-dashboard--home-page .tile-header h3, .sb-dashboard--home-page .tile-header .h3 {
    text-align: center;
    font-style: italic;
  }

  .formio-component-dynamic-sb-portal-list .layout-element-wrapper {
    float: none;
  }

  .sb-portal__loading_placeholder {
    background-color: #f5f5f5;
    border-radius: 10px;
    border: solid 1px white;
    padding: 5px;
    width: 200px;
    height: 100px;
  }
  .sb-portal__loading_placeholder h3, .sb-portal__loading_placeholder .h3 {
    text-align: center;
    vertical-align: middle;
    font-style: italic;
  }

  .sb_fulltext-search-widget {
    position: absolute;
    top: 8px;
    right: 5px;
    display: inline-block;
    height: 30px;
    float: right;
    padding: 0;
  }

  .sb_fulltext-search-widget input[type=text] {
    height: 30px;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px 30px 3px 6px;
    width: 0px;
    min-width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: transparent;
    transition: min-width 0.4s cubic-bezier(0, 0.795, 0, 1), background-color 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer;
  }

  .sb_fulltext-search-widget input[type=text]:focus:hover {
    border-bottom: 1px solid #BBB;
  }

  .sb_fulltext-search-widget input[type=text]:focus {
    min-width: 300px;
    z-index: 1;
    cursor: text;
    background-color: white;
    border-bottom: 1px solid #BBB;
  }

  .sb_fulltext-search-widget input[type=submit] {
    height: 33px;
    width: 33px;
    display: inline-block;
    color: black;
    float: right;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.4s ease;
    background-color: transparent;
    font-family: "FontAwesome";
    font-size: 20px;
  }

  .sb_fulltext-search-widget input[type=submit]:hover {
    opacity: 0.8;
  }

  .ui-widget {
    family: var(--font-family);
    font-size: inherit;
  }

  .ui-widget-content a {
    color: inherit;
  }

  .ui-front {
    z-index: 1999;
  }

  .ui-datepicker {
    z-index: 1999 !important;
  }

  .ui-state-focus, .ui-state-active {
    outline: none;
  }
  .ui-state-focus a, .ui-state-active a {
    outline: none;
  }

  /* MODULE jQuery UI Tabs : START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* Overrides the styling of the default jQuery */
  /* */
  .ui-tabs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0.625rem 0 1.25rem 0;
  }
  .ui-tabs .ui-tabs-panel {
    border-radius: 0;
    min-height: 60px;
    padding: 0 0.5rem 1.5rem 0.5rem;
    background-color: var(--gray-100);
  }
  .ui-tabs .ui-tabs-panel:before, .ui-tabs .ui-tabs-panel:after {
    content: " ";
    display: table;
  }
  .ui-tabs .ui-tabs-panel:after {
    clear: both;
  }
  .ui-tabs .ui-tabs-nav {
    display: none;
    background: transparent;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #CBD8EC;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ui-tabs .ui-tabs-nav:before, .ui-tabs .ui-tabs-nav:after {
    content: " ";
    display: table;
  }
  .ui-tabs .ui-tabs-nav:after {
    clear: both;
  }
  .ui-tabs .ui-tabs-nav li {
    position: relative;
    border-radius: 0;
  }
  .ui-tabs ol.tab-menu {
    margin: 0;
    list-style: none;
    box-shadow: 0 2px 7px rgba(164, 169, 177, 0.4);
  }
  .ui-tabs ol.tab-menu .ui-tabs-panel {
    border-bottom: 1px solid var(--input-border);
  }

  .ui-state-default {
    border: 0 !important;
    background: transparent;
    position: relative;
  }
  .ui-state-default .ui-tabs-anchor {
    display: block;
    width: 100%;
    line-height: 1.25rem;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--text);
    text-align: left;
    padding-right: 0.9375rem;
    padding-bottom: 0.75rem;
    padding-top: 0.625rem;
    border-bottom: 1px solid var(--input-border);
    padding-left: 1.5625rem;
  }
  .ui-state-default .ui-tabs-anchor:before {
    color: var(--gray-900);
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "keyboard_arrow_right";
    position: relative;
    top: 3px;
  }
  .ui-state-default.ui-state-active {
    border: 0;
  }
  .ui-state-default.ui-state-active .ui-tabs-anchor {
    box-shadow: none;
    background-color: transparent;
    color: var(--text);
  }
  .ui-state-default.ui-state-active .ui-tabs-anchor:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "keyboard_arrow_down";
  }
  .ui-state-default.ui-state-active .ui-tabs-anchor:hover {
    background-color: transparent;
    color: var(--gray-800);
  }

  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: var(--text);
    text-decoration: none;
    background-color: transparent;
  }

  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent;
  }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    position: relative;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:after {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -1px;
    height: 2px;
    left: 0;
    background-color: var(--gray-900);
    content: " ";
  }

  .sb-tab-wrapper-content .ui-tabs-nav .ui-state-default {
    display: block;
  }

  @media only screen and (min-width:64.0625em) {
    .ui-tabs .ui-tabs-nav {
      display: block;
    }
    .ui-tabs .ui-tabs-nav li {
      margin-right: 0;
    }
    .ui-tabs .ui-tabs-nav li a {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }

    .ui-state-default .ui-tabs-anchor {
      font-size: 0.8125rem;
      margin-top: 0.3125rem;
    }

    .ui-state-default .ui-tabs-anchor:before {
      display: none !important;
    }

    .details-panel-content .ui-state-default.ui-state-active .ui-tabs-anchor:before, .l-vertical-tabs .ui-state-default.ui-state-active .ui-tabs-anchor:before {
      content: "keyboard_arrow_down" !important;
      display: inline-block !important;
    }

    .details-panel-content .ui-state-default .ui-tabs-anchor:before, .l-vertical-tabs .ui-state-default .ui-tabs-anchor:before {
      content: "keyboard_arrow_right" !important;
      display: inline-block !important;
    }

    .ui-state-default .ui-tabs-anchor {
      border-bottom: none;
    }

    ol .ui-state-default {
      display: none;
    }
  }
  .ui-tabs.break-width-point .tabs {
    padding: 0;
  }
  .ui-tabs.break-width-point .ui-tabs-nav {
    display: none;
  }
  .ui-tabs.break-width-point ol li .ui-state-default {
    display: block;
    box-shadow: none;
  }
  .ui-tabs.break-width-point ol li ui-state-default.ui-state-active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
  }

  .l-vertical-tabs .ui-tabs-nav {
    display: none;
  }
  .l-vertical-tabs .ui-state-default a {
    border-bottom: 1px solid var(--input-border);
  }
  .l-vertical-tabs ol li .ui-state-default {
    display: block;
  }
  /* MODULE jQuery UI Tabs : END */
  /* MODULE jQuery UI Dialog : START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* Overrides the styling of the default jQuery */
  /* */
  .session-timeout-no-close .ui-dialog-titlebar-close {
    display: none;
  }

  .ui-tooltip {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25;
    padding: 0.5rem;
    color: var(--text);
    background: var(--bs-emphasis-color);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 7px;
    border: none;
  }

  /* Query Builder: START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* Allows the user to filter information within a table. Soon to be extended to other uses... */
  .query-builder {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    border-radius: 4px;
    background-color: #f1f1f1;
  }
  .query-builder.query-builder-condition {
    margin-top: 0;
  }
  .query-builder .select2-choice, .query-builder .select2-choices {
    border-color: var(--input-border) !important;
  }
  .query-builder .field-renderer {
    margin-bottom: 0;
  }
  .query-builder .field-renderer:after {
    content: "" !important;
  }
  .query-builder .field-renderer .select2-container .select2-choice abbr {
    top: 0.25rem;
  }
  .query-builder .field-renderer .data-field-validation-msg {
    display: none;
  }
  .query-builder .field-renderer textarea.data-field-text-renderers {
    height: auto;
    min-height: 0;
  }
  .query-builder .data-field-text-renderers {
    max-height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .query-builder .select2-container {
    margin-bottom: 0;
  }
  .query-builder .select2-container .select2-choice {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 24px;
    font-weight: normal;
    padding-left: 8px;
    padding-right: 20px;
    font-size: 12px;
  }
  .query-builder .select2-container .select2-arrow {
    background-color: transparent;
  }
  .query-builder .select2-container .select2-arrow b:before {
    color: #A0B0CC;
  }
  .query-builder .select2-container.select2-container-multi .select2-choices {
    padding: 0 1.25rem 0.125rem 0.3125rem;
    font-weight: normal;
    font-size: 0.6875rem;
    min-height: 20px;
    height: initial !important;
  }
  .query-builder .select2-container.select2-container-multi .select2-choices .select2-search-choice {
    font-size: 0.75rem;
    margin: 0.0625rem 0.0625rem 0 0;
  }
  .query-builder .select2-container.select2-container-multi .select2-choices .select2-search-field .select2-input {
    font-size: 0.75rem;
    padding: 1 5 !important;
    margin: 0.125rem 0 0 0;
  }
  .query-builder .select2-choice > .select2-chosen {
    line-height: 16px;
  }
  .query-builder-header {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 10px;
  }
  .query-builder-header .query-builder-rule-first-statement .select2-search {
    display: none !important;
  }
  .query-builder-header .query-builder-rule-first-statement:hover {
    background-color: inherit;
  }
  .query-builder-header select {
    width: auto;
    margin: 0;
  }

  .query-builder-footer {
    float: left;
    width: 100%;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .query-builder-footer .button {
    margin-bottom: 0;
  }

  .query-builder-rule-line, .query-builder-rule-first-statement {
    position: relative;
    display: block;
    margin-bottom: 0.3125rem;
    margin-top: 0.3125rem;
  }
  .query-builder-rule-line .query-builder-rule-actions, .query-builder-rule-first-statement .query-builder-rule-actions {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
  }

  .query-builder-rule-first-statement .query-builder-rule-first-statement-label {
    font-size: 0.8125rem;
    color: #536d9a;
    font-weight: bold;
    margin-left: 0.3125rem;
  }
  .query-builder-rule-first-statement .query-builder-rule-first-statement-contained {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }

  .query-builder-rule-line .query-builder-rule-field {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
  }
  .query-builder-rule-line .query-builder-rule-operator {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
  }
  .query-builder-rule-line .query-builder-rule-parameter {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    float: left;
    padding-right: 130px;
  }
  .query-builder-rule-line .query-builder-rule-parameter .data-field-validation-msg {
    margin-top: 6px;
  }
  .query-builder-rule-line .query-builder-rule-parameter .field-renderer .data-field-inner-wrapper .validation-icn {
    display: none;
  }

  .query-builder-rules {
    float: left;
    width: 100%;
  }
  .query-builder-rules .form-field, .query-builder-rules select {
    margin-bottom: 0;
  }

  .query-builder-rule {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }

  .query-builder-mode-options {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .query-builder-rule .query-builder-rule-field-nested {
    position: relative;
  }
  .query-builder-rule .query-builder-rule-field-nested:before {
    position: absolute;
    top: 50%;
    left: -18px;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "step_out";
    color: #d8d8d8;
    transform: rotate(90deg);
    margin-top: -6px;
  }

  .query-builder-toggle {
    background: #5C6B8A;
    color: white;
    text-align: center;
    padding: 0.25rem 0;
    line-height: 1.0625rem;
    font-size: 0.75rem;
    border-radius: 1.5625rem;
    height: 1.5625rem;
    width: 80px;
    float: right;
    margin-bottom: 0;
  }
  .query-builder-toggle.is-active {
    background-color: #1f242e;
  }
  .query-builder-toggle:hover, .query-builder-toggle:focus {
    color: white;
    background-color: #1f242e;
  }

  .query-builder-rule-line .query-builder-rule-field {
    padding-left: 30px;
  }
  .query-builder-rule-line .query-builder-rule-field:first-child {
    padding-left: 10px;
  }

  .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 0px;
  }
  .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 30px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 20px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 50px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 40px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 70px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 60px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 90px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 80px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 110px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 100px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 130px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 120px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 150px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 150px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 170px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 170px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 190px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-first-statement {
    padding-left: 190px;
  }
  .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule .query-builder-rule-line .query-builder-rule-field {
    padding-left: 210px;
  }

  .query-builder-rule-actions ul {
    list-style-type: none;
    margin: 0;
  }
  .query-builder-rule-actions ul li {
    display: inline-block;
  }
  .query-builder-rule-actions ul a {
    display: table-cell;
    width: 22px;
    height: 22px;
    background-color: #A0B0CC;
    border-radius: 22px;
    text-align: center;
  }
  .query-builder-rule-actions ul a:before {
    color: #fff;
    line-height: 22px;
    margin: 0px 0px -5px 0px;
  }
  .query-builder-rule-actions ul a:hover {
    background-color: #6e87b1;
  }

  .query-builder-level-down-btn:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "step_out";
    transform: rotate(90deg);
  }

  .query-builder-remove-btn:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "remove";
  }

  .query-builder-add-btn:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "add";
  }

  .query-builder-functions-bolt {
    position: absolute;
    right: -35px;
    top: 50%;
    margin-top: 2px;
    display: block;
    color: #A0B0CC;
    width: 1.4375rem;
    text-align: center;
    z-index: 3;
  }
  .query-builder-functions-bolt:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "bolt";
    color: inherit;
  }
  .query-builder-functions-bolt:hover:before {
    color: #51C17C;
  }
  .query-builder-functions-bolt:after {
    content: none;
  }

  .query-builder-functions-wrapper {
    position: relative;
    display: inline-block;
  }

  .query-builder-functions-list-wrapper {
    display: block;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 235px;
    overflow-y: scroll;
  }
  .query-builder-functions-list-wrapper.closed {
    display: none;
  }

  .query-builder-functions-list {
    font-size: 12px;
  }
  .query-builder-functions-list li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .query-builder-functions-list li a:hover {
    background-color: #ddd;
  }

  /* Form-builder: START */
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
  /* Our famous and beloved Form builder beta starts here. */
  /* */
  /*

  These are platform back-end classes and are not to be used for targeting styles.
  .pt-form-builder-available-fields

  */
  .form-column {
    padding-right: 0;
    padding-left: 0;
    padding-top: 12px;
  }
  .form-column:before, .form-column:after {
    content: " ";
    display: table;
  }
  .form-column:after {
    clear: both;
  }

  .form-column-inner {
    border: 1px solid #ecf0f1;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    min-height: 5rem;
  }
  .form-column-inner:before, .form-column-inner:after {
    content: " ";
    display: table;
  }
  .form-column-inner:after {
    clear: both;
  }

  .form-builder-container-header, .form-builder-operations-header {
    background-color: #ecf0f1;
    padding: 0.1875rem 0;
  }

  .form-builder-container-header-title, .form-builder-operations-header-title {
    font-size: 0.875rem;
    line-height: 1 !important;
    margin: 0;
    color: #7f8c8d;
  }
  .form-builder-container-header-title:before, .form-builder-operations-header-title:before {
    font-size: 14px;
    content: "";
    color: #d0d5d5;
  }

  .app-builder-is-on .form-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .layout-item {
    width: 100%;
    position: relative;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .layout-item:before, .layout-item:after {
    content: " ";
    display: table;
  }
  .layout-item:after {
    clear: both;
  }

  .layout-item-inner {
    cursor: pointer;
  }

  .layout-item.layout-item-header h3, .layout-item.layout-item-header .h3 {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
  }
  .layout-item.layout-item-header:hover .item-configure-width-plus, .layout-item.layout-item-header:hover .item-configure-width-minus, .layout-item.layout-item-header:hover .item-configure-cog, .layout-item.layout-item-header:hover .item-configure-remove, .layout-item.layout-item-header:hover .item-configure-more-info {
    opacity: 1 !important;
  }

  .app-builder-is-on .layout-item-header {
    padding-right: 0;
    padding-left: 0;
  }

  .layout-item.layout-item-hr {
    padding: 0.625rem 0;
    margin-bottom: 0.375rem;
  }
  .layout-item.layout-item-hr hr {
    margin: 0;
  }

  .app-builder-is-on .layout-item-hr:hover > .item-configure-width-plus, .app-builder-is-on .layout-item-hr:hover > .item-configure-width-minus, .app-builder-is-on .layout-item-hr:hover > .item-configure-cog, .app-builder-is-on .layout-item-hr:hover > .item-configure-remove, .app-builder-is-on .layout-item-hr:hover > .item-configure-more-info {
    opacity: 1;
    background-color: #fdfdfd;
    top: -3px;
    right: 0;
  }

  .form-builder .form-header-float {
    position: relative !important;
    width: 100% !important;
    top: 0;
    right: 0;
  }

  .form-header-float.l-compact .data-field-label {
    width: 120px !important;
  }
  .form-header-float.l-compact .data-field-renderer .data-field-outer-wrapper {
    border: none;
  }
  .form-header-float.l-compact .data-field-renderer .data-field-inner-wrapper {
    width: calc(100% - 120px) !important;
  }

  @media only screen and (max-width:1023px) {
    .form-header-float {
      display: none !important;
    }
  }
  @media only screen and (min-width:40.0625em) {
    div#page-content-main .form-header-float {
      position: relative;
      width: 100%;
      top: 0;
      right: 0;
      display: block;
    }
  }
  @media only screen and (min-width:1280px) {
    div#page-content-main .form-header-float {
      position: absolute !important;
      float: none !important;
      top: -50px;
      width: 50% !important;
      right: 130px;
      display: block;
    }
  }
  #navigate-modal-form-modal .form-header-float {
    display: none !important;
  }

  .form-container-coloured {
    padding: 8px;
    border-radius: 18px;
    border: solid 10px white;
  }
  .form-container-coloured.container-color-light {
    background-color: var(--gray-200);
  }
  .form-container-coloured.container-color-bright {
    background-color: var(--gray-300);
  }

  .ui-tabs-nav .ui-state-focus {
    outline: none;
  }
  .ui-tabs-nav .ui-state-focus a {
    outline: solid 1px lightgrey !important;
  }

  .layout-item-fieldset fieldset {
    min-width: 0 !important;
  }
  .layout-item-fieldset:hover > .item-configure-width-plus {
    opacity: 1;
    top: -12px;
    right: 28px;
  }
  .layout-item-fieldset:hover > .item-configure-width-minus {
    opacity: 1;
    top: -12px;
    right: 32px;
  }
  .layout-item-fieldset:hover > .item-configure-cog {
    opacity: 1;
    top: -12px;
    right: 14px;
  }
  .layout-item-fieldset:hover > .item-configure-remove {
    opacity: 1;
    right: 0px !important;
    top: -12px !important;
  }

  .layout-item-fieldset .data-field-wrapper:first-of-type .data-field-renderer {
    margin-top: 0;
  }

  .layout-item-fieldset-inner {
    min-height: 5rem;
  }
  .layout-item-fieldset-inner:before, .layout-item-fieldset-inner:after {
    content: " ";
    display: table;
  }
  .layout-item-fieldset-inner:after {
    clear: both;
  }

  .layout-item-tabs {
    top: -50px;
  }
  .layout-item-tabs:hover > .item-configure-cog {
    opacity: 1;
  }
  .layout-item-tabs:hover > .item-configure-remove {
    opacity: 1;
  }

  .layout-item-angular-component {
    cursor: pointer;
  }
  .layout-item-angular-component:hover > .item-configure-width-plus {
    opacity: 1;
  }
  .layout-item-angular-component:hover > .item-configure-width-minus {
    opacity: 1;
  }
  .layout-item-angular-component:hover > .item-configure-cog {
    opacity: 1;
  }
  .layout-item-angular-component:hover > .item-configure-remove {
    opacity: 1;
  }

  .layout-item-custom-related-list {
    cursor: pointer;
  }
  .layout-item-custom-related-list:hover > .item-configure-width-plus {
    opacity: 1;
  }
  .layout-item-custom-related-list:hover > .item-configure-width-minus {
    opacity: 1;
  }
  .layout-item-custom-related-list:hover > .item-configure-cog {
    opacity: 1;
  }
  .layout-item-custom-related-list:hover > .item-configure-remove {
    opacity: 1;
  }

  .data-field-renderer:hover .item-configure-width-plus, .data-field-renderer:hover .item-configure-width-minus, .data-field-renderer:hover .item-configure-cog, .data-field-renderer:hover .item-configure-remove, .data-field-renderer:hover .item-configure-more-info {
    opacity: 1;
  }

  .item-more-info-title {
    font-size: 0.8125rem;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
    margin-bottom: 0.3125rem;
  }
  .item-more-info-title small, .item-more-info-title .small {
    color: white;
  }

  .item-more-info-description {
    color: white;
    font-size: 0.75rem;
  }

  .data-item-drag-shield {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .field-type-table .item-more-info {
    background: #3E8AD6;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
    opacity: 0.9;
  }

  .sb-tab-wrapper-content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sb-tab-wrapper-content:before, .sb-tab-wrapper-content:after {
    content: " ";
    display: table;
  }
  .sb-tab-wrapper-content:after {
    clear: both;
  }

  .ui-tabs-anchor .item-configure-remove {
    top: 0px;
    right: 4px;
    padding: 0.1875rem !important;
    width: 20px;
    height: 20px;
    background-color: rgba(210, 210, 210, 0.8);
    border-radius: 10px;
  }
  .ui-tabs-anchor .item-configure-cog {
    top: 0px;
    right: 26px;
    padding: 0.1875rem !important;
    width: 20px;
    height: 20px;
    background-color: rgba(210, 210, 210, 0.8);
    border-radius: 10px;
  }
  .ui-tabs-anchor .item-configure-section-move-up {
    top: 0px;
    right: 48px;
    padding: 0.1875rem !important;
    width: 20px;
    height: 20px;
    background-color: rgba(210, 210, 210, 0.8);
    border-radius: 10px;
  }
  .ui-tabs-anchor .item-configure-section-move-down {
    top: 0px;
    right: 70px;
    padding: 0.1875rem !important;
    width: 20px;
    height: 20px;
    background-color: rgba(210, 210, 210, 0.8);
    border-radius: 10px;
  }

  .ui-tabs-anchor:hover .item-configure-cog, .ui-tabs-anchor:hover .item-configure-remove, .ui-tabs-anchor:hover .item-configure-section-move-up, .ui-tabs-anchor:hover .item-configure-section-move-down {
    opacity: 1;
    color: #7f8c8d;
  }
  .ui-tabs-anchor:hover .item-configure-cog:hover, .ui-tabs-anchor:hover .item-configure-remove:hover, .ui-tabs-anchor:hover .item-configure-section-move-up:hover, .ui-tabs-anchor:hover .item-configure-section-move-down:hover {
    color: #4e5758;
  }

  .ui-panel-anchor {
    position: relative;
  }
  .ui-panel-anchor:hover .item-configure-width-plus, .ui-panel-anchor:hover .item-configure-width-minus, .ui-panel-anchor:hover .item-configure-cog, .ui-panel-anchor:hover .item-configure-remove, .ui-panel-anchor:hover .item-configure-more-info {
    opacity: 1;
  }

  .tabs-add-tab-button {
    display: inline-block;
    padding: 0 0.375rem 0 0.375rem;
    background: transparent;
    margin-top: 1px;
  }
  .tabs-add-tab-button a {
    position: relative;
    font-size: 13px;
    border-radius: 4px;
    padding: 0.1875rem 0.375rem 0.25rem 1.1875rem;
    background-color: #D1DBE7;
    cursor: pointer !important;
  }
  .tabs-add-tab-button a:hover {
    background-color: #afc1d6;
  }
  .tabs-add-tab-button a:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "add";
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -7px;
  }

  .app-builder-is-on .sb-tab-wrapper-content {
    margin: 0;
    padding: 0.3125rem 0 0.3125rem 0;
  }
  .app-builder-is-on .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    padding-right: 2.375rem;
    padding-left: 2.375rem;
  }

  .layout-item-collapsible-panel {
    float: left;
    width: 100%;
    margin-top: 0.75rem;
  }
  .layout-item-collapsible-panel:before, .layout-item-collapsible-panel:after {
    content: " ";
    display: table;
  }
  .layout-item-collapsible-panel:after {
    clear: both;
  }

  .layout-item-collapsible-panel-inner {
    min-height: 5rem;
  }
  .layout-item-collapsible-panel-inner:before, .layout-item-collapsible-panel-inner:after {
    content: " ";
    display: table;
  }
  .layout-item-collapsible-panel-inner:after {
    clear: both;
  }

  .collapsible-header h3, .collapsible-header .h3 {
    margin-bottom: 0;
  }

  .collapsible-panel-trigger {
    position: relative;
    display: block;
    color: var(--text);
    padding-right: 0.9375rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--input-border);
    padding-left: 1.25rem;
  }
  .collapsible-panel-trigger:hover, .collapsible-panel-trigger .is-expanded {
    color: var(--gray-950);
  }
  .collapsible-panel-trigger:hover:after, .collapsible-panel-trigger .is-expanded:after {
    color: var(--gray-950);
  }
  .collapsible-panel-trigger:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.625rem;
    color: var(--gray-900);
  }
  .collapsible-panel-trigger.is-expanded {
    color: var(--text);
    border-bottom: 2px solid var(--gray-900);
  }
  .collapsible-panel-trigger.is-expanded:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 1rem;
    content: "keyboard_arrow_down";
  }
  .collapsible-panel-trigger.is-collapsed:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 1rem;
    content: "keyboard_arrow_right";
  }

  .collapsible-panel-content-container {
    padding: 0.9375rem;
    background-color: var(--gray-100);
  }
  .collapsible-panel-content-container:before, .collapsible-panel-content-container:after {
    content: " ";
    display: table;
  }
  .collapsible-panel-content-container:after {
    clear: both;
  }
  .collapsible-panel-content-container .collapsible-panel-content-container {
    background-color: var(--gray-200);
  }
  .collapsible-panel-content-container .layout-item-collapsible-panel {
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .collapsible-panel-content-container .layout-item-collapsible-panel h3, .collapsible-panel-content-container .layout-item-collapsible-panel .h3 {
    font-size: 0.8125rem;
  }
  .collapsible-panel-content-container.is-expanded {
    max-height: 1000px;
    opacity: 1;
  }
  .collapsible-panel-content-container.is-collapsed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .form-column .collapsible-panel-content-container {
    padding: 0 0.625rem 1.5rem 0.625rem;
  }

  .app-builder-is-on .layout-item-collapsible-panel {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
  .app-builder-is-on .layout-item-collapsible-panel:hover > .item-configure-width-minus.item-configure-header {
    top: 2px;
    right: 62px;
    opacity: 1;
  }
  .app-builder-is-on .layout-item-collapsible-panel:hover > .item-configure-width-plus.item-configure-header {
    top: 2px;
    right: 48px;
    opacity: 1;
  }
  .app-builder-is-on .layout-item-collapsible-panel:hover > .item-configure-cog.item-configure-header {
    top: 2px;
    right: 34px;
    opacity: 1;
  }
  .app-builder-is-on .layout-item-collapsible-panel:hover > .item-configure-remove.item-configure-header {
    top: 2px;
    right: 20px;
    opacity: 1;
  }
  .app-builder-is-on .layout-item-collapsible-panel .collapsible-header h3, .app-builder-is-on .layout-item-collapsible-panel .collapsible-header .h3 {
    margin-bottom: 0;
  }
  .app-builder-is-on .layout-item-collapsible-panel .layout-item-collapsible-panel {
    margin-bottom: 0;
  }
  .app-builder-is-on .layout-item-collapsible-panel .layout-item-collapsible-panel:hover > .item-configure-width-minus.item-configure-header {
    top: 7px;
    right: 62px;
    opacity: 1;
  }
  .app-builder-is-on .layout-item-collapsible-panel .layout-item-collapsible-panel:hover > .item-configure-width-plus.item-configure-header {
    top: 7px;
    right: 48px;
    opacity: 1;
  }
  .app-builder-is-on .layout-item-collapsible-panel .layout-item-collapsible-panel:hover > .item-configure-cog.item-configure-header {
    top: 7px;
    right: 34px;
    opacity: 1;
  }
  .app-builder-is-on .layout-item-collapsible-panel .layout-item-collapsible-panel:hover > .item-configure-remove.item-configure-header {
    top: 7px;
    right: 20px;
    opacity: 1;
  }

  .app-builder-is-on .form-column {
    position: relative;
    margin-bottom: 1.25rem;
  }
  .app-builder-is-on .form-column .column, .app-builder-is-on .form-column .layout-element-wrapper, .app-builder-is-on .form-column .data-field-wrapper {
    display: inline-block;
  }
  .app-builder-is-on .file-drop.dropzone-previews, .app-builder-is-on .form-element input, .app-builder-is-on .data-field-radio-button-option {
    margin-bottom: 0 !important;
  }
  .app-builder-is-on .data-field-radio-button-option {
    padding-bottom: 0.3125rem;
  }
  .app-builder-is-on .data-field-radio-button-option label {
    margin-top: 0;
  }
  .app-builder-is-on .select2-container, .app-builder-is-on .switch-field, .app-builder-is-on .data-field-text-renderers {
    margin: 0;
  }

  .list-builder {
    padding: 0.625rem 1.25rem;
  }
  .list-builder .root-item {
    float: none;
    width: 100%;
    display: inline-block;
    padding: 0.1875rem 0;
  }
  .list-builder .list-item {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0.3125rem;
    background-color: #e8edf3;
    margin-bottom: 0.125rem;
    padding-left: 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.3;
    height: 26px;
    border-radius: 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
  }
  .list-builder .list-item.ui-sortable-helper {
    box-shadow: rgba(73, 68, 116, 0.3) 0 8px 20px;
  }
  .list-builder .list-item:before {
    font-size: 14px;
    content: "";
    position: absolute;
    color: #D1DBE7;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
  .list-builder .list-item .item-configure-width-plus, .list-builder .list-item .item-configure-width-minus, .list-builder .list-item .item-configure-cog, .list-builder .list-item .item-configure-remove {
    opacity: 1;
    top: 4px;
  }
  .list-builder .list-item .item-configure-width-minus {
    right: 26px;
  }
  .list-builder .list-item .item-configure-width-plus {
    right: 26px;
  }
  .list-builder .list-item .item-configure-cog {
    right: 16px;
  }
  .list-builder .list-item .item-configure-remove {
    right: 3px;
  }

  .app-builder-is-on .content-header {
    background-color: rgba(255, 255, 255, 0.9);
    padding-right: 18.75rem;
  }
  .app-builder-is-on .content-header .grid-devices {
    display: inline-block !important;
    position: relative;
    width: 12.5rem;
    font-size: 0.6875rem;
    color: #D1DBE7;
  }
  .app-builder-is-on .content-header .grid-devices span {
    display: inline;
    position: relative;
    top: -2px;
  }
  .app-builder-is-on .content-header .grid-devices ul {
    display: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: -0.6875rem 0 0 0.3125rem;
  }
  .app-builder-is-on .content-header .grid-devices ul li {
    background-color: #D1DBE7;
    border-radius: 4px;
    padding: 0 0.3125rem;
    background-color: #51565c;
    color: white;
    font-size: 0.6875rem;
    width: 70px;
    text-align: center;
  }
  .app-builder-is-on .form-builder-pg-header-operations {
    display: block;
  }
  .app-builder-is-on .data-field-radio-button {
    margin: 0;
  }
  .app-builder-is-on .data-field-wrapper {
    cursor: grab;
  }

  .ui-draggable-dragging {
    box-shadow: rgba(73, 68, 116, 0.3) 0 8px 20px;
    z-index: 2002 !important;
  }

  .form-column .form-builder-panel-available-item.ui-draggable.ui-sortable-placeholder {
    float: left;
    width: 100%;
  }
  .list-builder .form-builder-panel-available-item.ui-draggable.ui-sortable-placeholder {
    display: block;
    width: 100%;
  }

  .panel-rhs-wrapper {
    width: 320px;
  }

  .page-content-full .panel-rhs-wrapper {
    top: 0px !important;
  }

  .page-content-full .tile-footer-container .tile-footer {
    left: 0px !important;
  }

  .form-builder .panel-rhs-container {
    position: sticky;
    top: 0;
    padding: 0.3125rem;
    padding-bottom: 20px;
  }
  .form-builder .panel-rhs-container:before, .form-builder .panel-rhs-container:after {
    content: " ";
    display: table;
  }
  .form-builder .panel-rhs-container:after {
    clear: both;
  }

  .form-builder-panel-section {
    width: 100%;
    margin-bottom: 0.375rem;
  }
  .form-builder-panel-section:before, .form-builder-panel-section:after {
    content: " ";
    display: table;
  }
  .form-builder-panel-section:after {
    clear: both;
  }
  .form-builder-panel-section h3, .form-builder-panel-section .h3 {
    position: relative;
  }
  .form-builder-panel-section .collapsible-header {
    border-color: white;
  }
  .form-builder-panel-section .layout-item-collapsible-panel {
    margin-bottom: 0;
  }

  .form-builder-panel-section {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .form-builder-panel-section .collapsible-panel {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .form-builder-panel-layout-elements .container-mask-top {
    background-image: linear-gradient(rgba(117, 131, 132, 0.5) 0%, rgba(117, 131, 132, 0.15) 30%, transparent 100%);
  }
  .form-builder-panel-layout-elements .container-mask-bottom {
    background-image: linear-gradient(transparent 0, rgba(117, 131, 132, 0.15) 70%, rgba(117, 131, 132, 0.5) 100%);
  }
  .form-builder-panel-layout-elements .container-mask-top, .form-builder-panel-layout-elements .container-mask-bottom {
    display: none;
  }
  .form-builder-panel-layout-elements .form-builder-panel-available-item-data-type-configure {
    display: none;
  }

  .collapsible-panel-trigger.form-builder-panel-section-reorder {
    left: 0;
  }
  .collapsible-panel-trigger.form-builder-panel-section-reorder:after {
    color: #b7c9ca;
  }

  .form-builder-field-search-input:before {
    color: white;
  }
  .form-builder-field-search-input input[type=search], .form-builder-field-search-input input[type=text] {
    background-color: #c4d1e0;
    color: white;
  }
  .form-builder-field-search-input input[type=search] -webkit-input-placeholder, .form-builder-field-search-input input[type=text] -webkit-input-placeholder {
    color: white;
  }
  .form-builder-field-search-input input[type=search] -moz-placeholder, .form-builder-field-search-input input[type=text] -moz-placeholder {
    color: white;
  }
  .form-builder-field-search-input input[type=search]:focus, .form-builder-field-search-input input[type=text]:focus {
    color: white;
  }
  .form-builder-field-search-input input[type=search]:hover, .form-builder-field-search-input input[type=text]:hover {
    background-color: #e2e8f0;
  }
  .form-builder-field-search-input input[type=search] {
    border: 1px solid #f3f5f8;
  }
  .form-builder-field-search-input input[type=search]:hover, .form-builder-field-search-input input[type=search]:focus {
    background-color: #afc1d6;
  }

  .form-builder-field-search-clear {
    display: none;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
    opacity: 0;
    color: white;
  }
  .form-builder-field-search-clear:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "cancel";
    position: relative;
    top: -3px;
  }
  .form-builder-field-search-clear:hover {
    color: white;
  }
  .form-builder-field-search-clear.is-shown {
    display: block;
    opacity: 1;
  }

  .form-builder-panel-section .form-builder-panel-section-inner {
    position: relative;
    background-color: #c0cede;
  }
  .form-builder-panel-section .form-builder-panel-section-inner.collapsible-panel-content-container {
    padding: 0.625rem;
  }

  .form-builder-panel-available-items-filter {
    width: 100%;
    float: left;
    padding: 0.3125rem 0 0 0;
  }
  .form-builder-panel-available-items-filter input {
    margin: 0;
  }

  .form-builder-panel-section-inner-nested {
    float: left;
    width: 100%;
    background-color: #afc1d6;
    padding: 0.9375rem;
    margin: 0.375rem 0;
  }
  .form-builder-panel-section-inner-nested:before, .form-builder-panel-section-inner-nested:after {
    content: " ";
    display: table;
  }
  .form-builder-panel-section-inner-nested:after {
    clear: both;
  }

  .form-builder-panel-section-inner-nested-buttons {
    padding: 0.625rem 0;
    margin: 0.375rem 0;
  }

  .form-builder-panel-inner-section-title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.9375rem;
  }

  .form-builder-panel-available-items-wrapper {
    position: relative;
  }

  .form-builder-panel-available-items-container {
    max-height: 12.5rem;
    overflow-y: auto;
  }
  .form-builder-panel-available-items-container .dialog-content {
    width: 200px;
    left: -200px !important;
  }

  .container-mask-top, .container-mask-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 2001;
    pointer-events: none;
  }

  .container-mask-top {
    background-image: linear-gradient(rgba(117, 131, 132, 0.9) 0%, rgba(117, 131, 132, 0.3) 30%, transparent 100%);
  }

  .container-mask-bottom {
    bottom: 0;
    background-image: linear-gradient(transparent 0, rgba(117, 131, 132, 0.3) 70%, rgba(117, 131, 132, 0.9) 100%);
  }

  .form-builder-panel-available-item {
    display: block;
    position: relative;
    z-index: 1999;
    width: 100%;
    max-height: 1.875rem;
    padding: 0.375rem 0 0.375rem 1.125rem;
    background-color: #e8edf3;
    margin-bottom: 0.125rem;
    font-size: 0.8125rem;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    line-height: 1rem;
  }
  .form-builder-panel-available-item:before, .form-builder-panel-available-item:after {
    content: " ";
    display: table;
  }
  .form-builder-panel-available-item:after {
    clear: both;
  }
  .form-builder-panel-available-item:before {
    font-size: 14px;
    content: "";
    position: absolute;
    color: #D1DBE7;
    top: 50%;
    left: 0;
    margin-top: -7px;
    z-index: 2;
  }
  .form-builder-panel-available-item.has-table-color:before {
    color: rgba(255, 255, 255, 0.6);
  }
  .form-builder-panel-available-item .dialog-content.to-the-right-sideways {
    left: 0;
  }
  .form-builder-panel-available-item.has-two-lines {
    max-height: 2.9375rem;
  }

  .form-builder-panel-available-item.ui-draggable-dragging, .form-builder-panel-available-item.ui-draggable-dragging.ui-sortable-helper {
    width: 180px !important;
  }

  .form-builder-panel-available-item-name {
    font-weight: normal;
  }

  .column .field-renderer {
    padding: 0;
  }

  .form-builder-panel-available-item-data-type-configure {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-top;
    color: #7d99bb;
    padding: 1px;
  }
  .form-builder-panel-available-item-data-type-configure:hover {
    color: #5c7faa;
  }

  .panel-available-item-client {
    display: inline-block;
    color: var(--gray-600);
  }

  .panel-available-item-project {
    display: inline-block;
    color: var(--gray-600);
  }

  .panel-available-item-activity {
    display: block;
    font-weight: bolder;
    padding: 0.1875rem 0 0 0;
  }

  .panel-available-item-color {
    position: absolute;
    width: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #D1DBE7;
  }

  .form-builder-panel-available-item-data-type-info {
    color: inherit;
    position: relative;
  }

  .column-arrangement {
    margin: 0;
    list-style: none;
  }
  .column-arrangement li {
    display: inline-block;
  }

  .connectedSortable {
    min-height: 5rem;
  }

  .column-arrangement-full-width, .column-arrangement-2-columns-horizontal, .column-arrangement-2col-up-1col-down, .column-arrangement-2-columns-vertical {
    position: relative;
    display: block;
    height: 26px;
    width: 26px;
    background-color: #c7d3d4;
    color: #D1DBE7;
    text-align: center;
  }
  .column-arrangement-full-width:before, .column-arrangement-2-columns-horizontal:before, .column-arrangement-2col-up-1col-down:before, .column-arrangement-2-columns-vertical:before {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -7px;
  }

  .column-arrangement-full-width, .column-arrangement-2-columns-horizontal, .column-arrangement-2col-up-1col-down, .column-arrangement-2-columns-vertical, .column-arrangement-add-column {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #ecf0f1;
    border-color: #f0f3f4;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
    color: #4b4e53;
    height: 26px;
    width: 26px;
  }
  .column-arrangement-full-width:hover, .column-arrangement-full-width:focus, .column-arrangement-2-columns-horizontal:hover, .column-arrangement-2-columns-horizontal:focus, .column-arrangement-2col-up-1col-down:hover, .column-arrangement-2col-up-1col-down:focus, .column-arrangement-2-columns-vertical:hover, .column-arrangement-2-columns-vertical:focus, .column-arrangement-add-column:hover, .column-arrangement-add-column:focus {
    color: white;
    background-color: #f0f3f4;
  }
  .column-arrangement-full-width:hover, .column-arrangement-full-width:focus, .column-arrangement-2-columns-horizontal:hover, .column-arrangement-2-columns-horizontal:focus, .column-arrangement-2col-up-1col-down:hover, .column-arrangement-2col-up-1col-down:focus, .column-arrangement-2-columns-vertical:hover, .column-arrangement-2-columns-vertical:focus, .column-arrangement-add-column:hover, .column-arrangement-add-column:focus {
    color: #fff;
  }
  .column-arrangement-full-width:before, .column-arrangement-2-columns-horizontal:before, .column-arrangement-2col-up-1col-down:before, .column-arrangement-2-columns-vertical:before, .column-arrangement-add-column:before {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -7px;
  }
  .column-arrangement-full-width.is-active, .column-arrangement-2-columns-horizontal.is-active, .column-arrangement-2col-up-1col-down.is-active, .column-arrangement-2-columns-vertical.is-active, .column-arrangement-add-column.is-active {
    background-color: white;
    color: #7d99bb;
  }

  .column-arrangement-add-column:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "add";
    width: 18px;
  }

  .column-arrangement-full-width:before {
    font-size: 14px;
    content: "";
  }

  .column-arrangement-2-columns-horizontal:before {
    font-size: 14px;
    content: "";
  }

  .column-arrangement-2col-up-1col-down:before {
    font-size: 14px;
    content: "";
  }

  .column-arrangement-2-columns-vertical:before {
    font-size: 14px;
    content: "";
  }

  .panel-rhs-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #ecf0f1;
    border-color: #f0f3f4;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
    color: #4b4e53;
    font-weight: 700 !important;
    padding-left: 1.5625rem;
    font-size: 0.75rem;
    position: relative;
  }
  .panel-rhs-button:hover, .panel-rhs-button:focus {
    color: white;
    background-color: #f0f3f4;
  }
  .panel-rhs-button:hover, .panel-rhs-button:focus {
    color: #fff;
  }
  .panel-rhs-button:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "add";
    position: absolute;
    left: 0.625rem;
    top: 50%;
    margin-top: -0.4375rem;
    color: #D1DBE7;
    height: 100%;
  }

  .form-builder-tile-footer {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 260px;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0.4375rem 18.75rem 0.4375rem 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 16px;
    min-width: 1024px;
  }
  .form-builder-tile-footer .form-limit {
    margin: 0 auto;
  }

  .form-builder-tile-footer-inner {
    position: relative;
  }

  .tile-content.tile-trash-bin {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-builder-trash-bin {
    position: relative;
    height: 2.1875rem;
    border: 1px dashed var(--input-border);
    background-color: rgba(0, 0, 0, 0.05);
  }
  .form-builder-trash-bin .form-builder-trash-bin-message {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    padding-top: 7px;
    color: var(--gray-500);
  }
  .form-builder-trash-bin .form-builder-trash-bin-message:before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "delete";
    color: var(--gray-700);
    position: relative;
    top: 2px;
  }
  .form-builder-trash-bin .form-builder-trash-bin-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 0 !important;
  }

  .item-configure-width-plus, .item-configure-width-minus, .item-configure-cog, .item-configure-remove, .item-configure-more-info, a.item-configure-cog, a.item-configure-remove, a.item-configure-more-info, a.item-configure-section-move-up, a.item-configure-section-move-down {
    display: block;
    position: absolute;
    top: 2px;
    opacity: 0;
    font-size: 0.875rem;
    padding: 0;
    z-index: 3;
    cursor: pointer !important;
    color: #7d99bb;
  }

  .item-configure-width-plus:hover, .item-configure-width-minus:hover, .item-configure-cog:hover, .item-configure-remove:hover, .item-configure-more-info:hover, a.item-configure-cog:hover, a.item-configure-remove:hover, a.item-configure-more-info:hover, a.item-configure-section-move-up:hover, a.item-configure-section-move-down:hover {
    color: #9aa5a5;
  }
  .item-configure-width-plus:hover:hover, .item-configure-width-minus:hover:hover, .item-configure-cog:hover:hover, .item-configure-remove:hover:hover, .item-configure-more-info:hover:hover, a.item-configure-cog:hover:hover, a.item-configure-remove:hover:hover, a.item-configure-more-info:hover:hover, a.item-configure-section-move-up:hover:hover, a.item-configure-section-move-down:hover:hover {
    color: #5c7faa;
  }

  .item-configure-section-move-up {
    right: 50px;
  }
  .item-configure-section-move-up:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "arrow_upward";
  }

  .item-configure-section-move-down {
    right: 70px;
  }
  .item-configure-section-move-down:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "arrow_downward";
  }

  .item-configure-more-info {
    right: 40px;
  }
  .item-configure-more-info:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 14px;
    content: "question_mark";
  }

  .item-configure-width-minus {
    right: 64px;
  }
  .item-configure-width-minus:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "remove";
  }

  .item-configure-width-plus {
    right: 52px;
  }
  .item-configure-width-plus:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "add";
  }

  .item-configure-cog {
    right: 24px;
  }
  .item-configure-cog:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "settings";
  }

  .item-configure-remove {
    right: 10px;
  }
  .item-configure-remove:after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 16px;
    content: "close";
  }

  .form-builder-container-header {
    position: relative;
  }
  .form-builder-container-header .item-configure-width-minus {
    opacity: 1;
    right: 92px;
  }
  .form-builder-container-header .item-configure-width-plus {
    opacity: 1;
    right: 78px;
  }
  .form-builder-container-header .item-configure-cog {
    opacity: 1;
    right: 28px;
  }
  .form-builder-container-header .item-configure-remove {
    opacity: 1;
    right: 14px;
  }
  .form-builder-container-header .item-configure-section-move-down {
    opacity: 1;
    right: 44px;
  }
  .form-builder-container-header .item-configure-section-move-up {
    opacity: 1;
    right: 60px;
  }

  .item-more-info {
    position: absolute;
    z-index: 6;
    top: 0px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    cursor: grab;
    padding: 0.3125rem 0.625rem;
    display: none;
  }

  .form-builder-operations {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
  }
  .form-builder-operations:hover .item-configure-cog.item-configure-header {
    opacity: 1;
  }
  .form-builder-operations:hover .item-configure-width-plus.item-configure-header {
    opacity: 1;
  }
  .form-builder-operations:hover .item-configure-width-minus.item-configure-header {
    opacity: 1;
  }

  .form-builder-operations-inner {
    background-color: #5e6d81;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .form-builder-operations-inner:before, .form-builder-operations-inner:after {
    content: " ";
    display: table;
  }
  .form-builder-operations-inner:after {
    clear: both;
  }

  .form-builder-operations-header {
    background-color: #8598b1;
  }

  .form-builder-operations-header-title {
    color: white;
  }

  .operator-renderer {
    display: inline-block;
    position: relative;
  }
  .operator-renderer:hover .item-configure-width-plus, .operator-renderer:hover .item-configure-width-minus, .operator-renderer:hover .item-configure-cog, .operator-renderer:hover .item-configure-remove, .operator-renderer:hover .item-configure-more-info {
    opacity: 1;
  }
  .operator-renderer .operator-prefix-icon {
    display: none;
  }
  .operator-renderer.is-right-aligned {
    float: right;
  }
  .operator-renderer button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #3E8AD6;
    border-color: #65a1de;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer button:hover, .operator-renderer button:focus {
    color: white;
    background-color: #65a1de;
  }
  .operator-renderer button:hover, .operator-renderer button:focus {
    color: #fff;
  }
  .operator-renderer.is-disabled button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #3E8AD6;
    border-color: #65a1de;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-disabled button:hover, .operator-renderer.is-disabled button:focus {
    color: white;
    background-color: #65a1de;
  }
  .operator-renderer.is-disabled button:hover, .operator-renderer.is-disabled button:focus {
    color: #fff;
  }
  .operator-renderer.is-disabled button:hover, .operator-renderer.is-disabled button:focus {
    background-color: #3E8AD6;
  }
  .operator-renderer.is-disabled .operator-prefix-icon {
    opacity: 0.5;
  }
  .operator-renderer.is-secondary button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #A0B0CC;
    border-color: #b3c0d6;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-secondary button:hover, .operator-renderer.is-secondary button:focus {
    color: white;
    background-color: #b3c0d6;
  }
  .operator-renderer.is-secondary button:hover, .operator-renderer.is-secondary button:focus {
    color: #fff;
  }
  .operator-renderer.is-secondary.is-disabled button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #A0B0CC;
    border-color: #b3c0d6;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-secondary.is-disabled button:hover, .operator-renderer.is-secondary.is-disabled button:focus {
    color: white;
    background-color: #b3c0d6;
  }
  .operator-renderer.is-secondary.is-disabled button:hover, .operator-renderer.is-secondary.is-disabled button:focus {
    color: #fff;
  }
  .operator-renderer.is-secondary.is-disabled button:hover, .operator-renderer.is-secondary.is-disabled button:focus {
    background-color: #A0B0CC;
  }
  .operator-renderer.is-alert button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #F9602C;
    border-color: #fa8056;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-alert button:hover, .operator-renderer.is-alert button:focus {
    color: white;
    background-color: #fa8056;
  }
  .operator-renderer.is-alert button:hover, .operator-renderer.is-alert button:focus {
    color: #fff;
  }
  .operator-renderer.is-alert.is-disabled button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #F9602C;
    border-color: #fa8056;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-alert.is-disabled button:hover, .operator-renderer.is-alert.is-disabled button:focus {
    color: white;
    background-color: #fa8056;
  }
  .operator-renderer.is-alert.is-disabled button:hover, .operator-renderer.is-alert.is-disabled button:focus {
    color: #fff;
  }
  .operator-renderer.is-alert.is-disabled button:hover, .operator-renderer.is-alert.is-disabled button:focus {
    background-color: #F9602C;
  }
  .operator-renderer.is-success button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #51C17C;
    border-color: #74cd96;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-success button:hover, .operator-renderer.is-success button:focus {
    color: white;
    background-color: #74cd96;
  }
  .operator-renderer.is-success button:hover, .operator-renderer.is-success button:focus {
    color: #fff;
  }
  .operator-renderer.is-success.is-disabled button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #51C17C;
    border-color: #74cd96;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-success.is-disabled button:hover, .operator-renderer.is-success.is-disabled button:focus {
    color: white;
    background-color: #74cd96;
  }
  .operator-renderer.is-success.is-disabled button:hover, .operator-renderer.is-success.is-disabled button:focus {
    color: #fff;
  }
  .operator-renderer.is-success.is-disabled button:hover, .operator-renderer.is-success.is-disabled button:focus {
    background-color: #51C17C;
  }
  .operator-renderer.is-critic button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #F9602C;
    border-color: #fa8056;
    color: #fff;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-critic button:hover, .operator-renderer.is-critic button:focus {
    color: white;
    background-color: #fa8056;
  }
  .operator-renderer.is-critic button:hover, .operator-renderer.is-critic button:focus {
    color: #fff;
  }
  .operator-renderer.is-critic.is-disabled button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #F9602C;
    border-color: #fa8056;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
    border-radius: 4px;
    transition: background-color 300ms ease-out;
  }
  .operator-renderer.is-critic.is-disabled button:hover, .operator-renderer.is-critic.is-disabled button:focus {
    color: white;
    background-color: #fa8056;
  }
  .operator-renderer.is-critic.is-disabled button:hover, .operator-renderer.is-critic.is-disabled button:focus {
    color: #fff;
  }
  .operator-renderer.is-critic.is-disabled button:hover, .operator-renderer.is-critic.is-disabled button:focus {
    background-color: #F9602C;
  }
  .operator-renderer.has-prefix .operator-prefix-icon {
    display: block;
    color: white;
  }
  .operator-renderer.has-prefix button {
    padding-left: 2rem !important;
  }

  .app-builder-is-on .operator-renderer:hover .item-configure-width-minus {
    top: 8px;
    right: 42px;
  }
  .app-builder-is-on .operator-renderer:hover .item-configure-width-plus {
    top: 8px;
    right: 30px;
  }
  .app-builder-is-on .operator-renderer:hover .item-configure-cog {
    top: 8px;
    right: 20px;
  }
  .app-builder-is-on .operator-renderer:hover .item-configure-remove {
    top: 8px;
    right: 6px;
  }
  .app-builder-is-on .operator-renderer:hover button {
    padding-right: 2.5rem;
  }
  .app-builder-is-on .related-list-actions {
    display: none;
  }
  .app-builder-is-on .tile-content {
    padding-top: 1.25rem;
  }

  .inner-field-create-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    font-size: 0.8125rem;
    background-color: #bec6da;
    border-color: #cbd1e1;
    color: #fff;
    transition: background-color 300ms ease-out;
    padding: 0.1875rem 0.4375rem;
    color: white !important;
    position: absolute;
    top: 5px;
    right: 36px;
    border-radius: 4px;
    border: 0;
  }
  .inner-field-create-button:hover, .inner-field-create-button:focus {
    color: white;
    background-color: #cbd1e1;
  }
  .inner-field-create-button:hover, .inner-field-create-button:focus {
    color: #fff;
  }
  .inner-field-create-button:hover {
    background-color: #5d71a3;
  }
  .inner-field-create-button i {
    margin-right: 0.3125rem;
  }

  .l-compact .inner-field-create-button {
    height: 1rem;
    width: 1.25rem;
    padding: 0 0.125rem 0.0625rem 0.125rem;
  }

  .relatedlist-renderer .data-field-element .tile {
    margin-bottom: 0;
  }
  .relatedlist-renderer .data-field-element .tile .grid-wrapper {
    padding-bottom: 0;
  }
  .relatedlist-renderer .data-field-element .tile .datatable-footer {
    right: 0;
    bottom: 1px;
  }
  .relatedlist-renderer .data-field-element .tile .datatable-footer .dataTables_info {
    display: none;
  }

  .relatedlist-renderer .related-list-actions a {
    color: white;
  }

  .relatedlist-renderer .tile {
    min-width: 0;
  }
  .relatedlist-renderer .dataTable thead th {
    background-color: transparent !important;
    color: #7B8AA1;
    border-bottom: 1px solid #CBD8EC;
  }
  .relatedlist-renderer .dataTables_wrapper {
    border: 1px solid #CBD8EC;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  .relatedlist-renderer .grid-wrapper {
    border-radius: 4px;
  }
  .relatedlist-renderer .dataTable tbody:before {
    display: none;
  }

  .data-field-element select {
    background-image: none;
  }

  .form-sidebar {
    float: right !important;
  }

  .app-builder-is-on .page-content {
    padding-right: 0;
  }

  .form-builder {
    display: flex;
    flex-flow: row wrap;
    min-width: 642px;
  }
  .form-builder .tile {
    flex: 1 0 0;
    order: 1;
  }
  .form-builder .panel-rhs-wrapper {
    flex: 1 0 0;
    order: 2;
    max-width: 320px;
  }

  body.page-landingpage.app-builder-is-on .page-content:has(.page-footer) {
    height: calc(100vh - 56px);
  }

  .tile.calendar-view .tile-content {
    padding: 1.25rem;
    min-width: 739px;
  }

  .calendar-toolbox {
    display: block;
    width: 20.5461638492%;
    min-width: 143px;
    float: left;
  }

  .calendar-view-calendar-wrapper {
    width: 76.8530559168%;
    margin-left: 2.6007802341%;
    min-width: 537px;
    float: left;
  }

  .calendar-toolbox-panel {
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.23) 0 0 6px;
    border-radius: 4px;
    margin-bottom: 0.625rem;
  }
  .calendar-toolbox-panel:before, .calendar-toolbox-panel:after {
    content: " ";
    display: table;
  }
  .calendar-toolbox-panel:after {
    clear: both;
  }
  .calendar-toolbox-panel .container-mask-top, .calendar-toolbox-panel .container-mask-bottom {
    display: none;
  }
  .calendar-toolbox-panel .form-builder-panel-section-reorder:before {
    font-size: 0.625rem;
  }
  .calendar-toolbox-panel .collapsible-header {
    box-shadow: none;
  }
  .calendar-toolbox-panel .collapsible-header .collapsible-panel-trigger {
    color: #565a61;
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
  }
  .calendar-toolbox-panel .form-builder-panel-section-inner {
    background-color: #dcdcdc;
  }
  .calendar-toolbox-panel .form-builder-field-search-input {
    background-color: transparent;
  }
  .calendar-toolbox-panel .form-builder-field-search-input input[type=search] {
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--text);
    border: 1px solid #c4c4c4 !important;
  }
  .calendar-toolbox-panel .form-builder-field-search-input:before {
    color: #929292;
  }
  .calendar-toolbox-panel .form-builder-panel-available-item {
    width: auto;
  }
  .calendar-toolbox-panel .form-builder-panel-available-item.ui-draggable-dragging {
    width: 180px;
  }
  .calendar-toolbox-panel header {
    background-color: #7e8282;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .calendar-toolbox-panel header h4, .calendar-toolbox-panel header .h4 {
    font-size: 0.75rem;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 0.125rem 0;
  }

  .calendar-view-grab-content {
    padding: 0.625rem;
  }

  .l-plain-bg {
    background-color: transparent;
  }

  .l-no-margin {
    margin: 0;
  }

  .l-no-padding {
    padding: 0;
  }

  .sb-journal-image, .journal-text-wrapper img {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 50px;
  }
  .sb-journal-image:hover, .journal-text-wrapper img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  }

  .sb-email-signature-toggle, .sb-journal-signature-toggle {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
  }

  .sb-email-signature, .sb-journal-signature {
    background-color: #e4ebf3;
  }

  div.audit-history-journal-filter .e-btn-group label.e-btn {
    font-size: 12px;
    border-radius: 6px !important;
    padding: 3px 5px;
  }
  div.audit-history-journal-filter .e-btn-group label.e-btn.e-primary, div.audit-history-journal-filter .e-btn-group label.e-btn:active.e-primary {
    background-color: #BDBDBDFF !important;
    border-color: #BDBDBDFF !important;
    color: #fff;
  }
  div.audit-history-journal-filter .e-btn-group input:checked + label.e-btn {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
  }
  div.audit-history-journal-filter .e-btn-group input:checked + label.e-btn:active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
  }

  .journal-approval-wrapper .approval-card {
    border: 1px solid #e0e0e0;
    padding: 16px;
    border-radius: 8px;
    max-width: 480px;
    font-family: Arial, sans-serif;
  }
  .journal-approval-wrapper .user-info {
    color: #8899B8;
    font-size: 16px;
  }
  .journal-approval-wrapper .user-info i {
    margin-right: 8px;
  }
  .journal-approval-wrapper .on-behalf {
    font-size: 14px;
    color: #777;
  }
  .journal-approval-wrapper .right-box {
    float: right;
  }
  .journal-approval-wrapper .number {
    font-size: 12px;
    margin: 2px 0;
    color: #777;
    text-align: right;
  }
  .journal-approval-wrapper .action-badge {
    display: inline-block;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    margin-left: 12px;
    text-transform: capitalize;
    font-size: 14px;
  }
  .journal-approval-wrapper .action-badge.approved {
    background-color: #4caf50;
  }
  .journal-approval-wrapper .action-badge.rejected {
    background-color: #e13e3e;
  }
  .journal-approval-wrapper .description {
    font-size: 14px;
    margin: 8px 0;
    color: #777;
  }
  .journal-approval-wrapper .comment {
    font-size: 12px;
    margin: 8px 0;
    color: #868686;
  }
  .journal-approval-wrapper .transition-box {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 12px;
  }
  .journal-approval-wrapper .to-status:before {
    font-family: "FontAwesome";
    content: "";
    padding: 0 5px 0 5px;
  }

  .formio-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .formio-dialog {
    z-index: 8000 !important;
  }

  .loader {
    z-index: 8000 !important;
  }

  body a[href*="help.form.io"] {
    display: none !important;
  }

  .formio-component-tabs .card-body {
    min-height: 350px !important;
  }

  .highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: var(--font-family);
    font-size: 0.9em;
  }

  .highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
  }

  .highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
  }

  .highcharts-data-table tr:hover {
    background: #eff;
  }

  .highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
  }

  /*
    PF hack to ensure that highcharts charts resize properly when the container they are in resizes (in non-edit mode).
    Thanks to John Sherwood for his assistance.
  */
  .highcharts-background, .highcharts-root, .highcharts-container {
    width: 100% !important;
  }

  .page-content-full .servicely-content-landingpage {
    height: 100vh;
  }

  a[target=_blank].e-rte-anchor::after {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    padding-left: 2px;
    margin-bottom: -3px;
    content: "open_in_new";
  }

  a[title$=".pdf"].e-rte-anchor {
    border-radius: 5px;
    color: #285787;
    background-color: #D1E6CE;
    padding: 5px 10px 5px 5px;
  }

  a[title$=".doc"].e-rte-anchor {
    border-radius: 5px;
    color: #285787;
    background-color: #D1E6CE;
    padding: 5px 10px 5px 5px;
  }

  a[title$=".docx"].e-rte-anchor {
    border-radius: 5px;
    color: #285787;
    background-color: #D1E6CE;
    padding: 5px 10px 5px 5px;
  }

  a[title$=".xls"].e-rte-anchor {
    border-radius: 5px;
    color: #285787;
    background-color: #D1E6CE;
    padding: 5px 10px 5px 5px;
  }

  a[title$=".xlsx"].e-rte-anchor {
    border-radius: 5px;
    color: #285787;
    background-color: #D1E6CE;
    padding: 5px 10px 5px 5px;
  }

  a[title$=".csv"].e-rte-anchor {
    border-radius: 5px;
    color: #285787;
    background-color: #D1E6CE;
    padding: 5px 10px 5px 5px;
  }

  a[title$=".zip"].e-rte-anchor {
    border-radius: 5px;
    color: #285787;
    background-color: #D1E6CE;
    padding: 5px 10px 5px 5px;
  }
}
.sml_user_grant_visibility--no_access {
  border-color: red !important;
  color: red !important;
  font-weight: bolder !important;
}

.sml_user_grant_visibility--warning {
  border-color: orange !important;
  color: orange !important;
  font-weight: bolder !important;
}

.sml_user_grant_visibility--has_access {
  border-color: green !important;
  color: green !important;
  font-weight: bolder !important;
}

.portal-search__welcome, .portal-search__welcome-question, .suggested_searches_label {
  color: white;
}

.search-main-menu-content:before, .app-header-text, .app-header-console-btn, .app-header-console-btn:hover, .app-header-console-btn:focus {
  color: #0E122E;
}

.sb-portal__home-button--catalog .sb-portal__home-button__description, .generic-link__description, .generic-link__title, .portal-list__block_wrapper, .portal-list__actual_text_span {
  color: #0E122E !important;
}

.sb-portal__home-button__title {
  font-size: 18px !important;
  color: #75CDDB !important;
}

.sb-portal__home-button__description {
  font-size: 14px !important;
}

.button .portal-list__primary-button {
  color: yellow !important;
}

.sb-portal-catalog__item-title, .sb-portal-catalog__item-desc {
  color: #0E122E !important;
  font-size: 18px;
}

.sb-portal-catalog__item-title, .sb-portal-catalog__item-desc {
  color: #276c42;
}

.card-title.sb-knowledge-card-title, .sb-portal-catalog__categories-refine-counter, .menu-trigger, .sb-knowledge-card-footer, .card-text sb-knowledge-card-text {
  color: #0E122E !important;
}

.sb-knowledge__search input, .sb-portal-catalog__search input {
  border-color: #0E122E;
  background-color: white;
}

.sb-knowledge-page .tile-header h2, .sb-knowledge-page .tile-header .h2, .sb-portal-catalog__categories-refine-title {
  color: #0E122E !important;
}

.sb-knowledge-base-row .card-body.sb-knowledge-card-body {
  background-color: #0E122E !important;
  color: white !important;
}

.sb-knowledge-base-row .card-title.sb-knowledge-card-title {
  color: white !important;
}

app-root {
  max-width: 100%;
}

sb-portal-page .grid-wrapper::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.app-header-branding-content {
  width: 266px !important;
}

.app-header-content {
  background-color: white;
}

.search-main-menu input[type=search] {
  height: 50px !important;
}

.sb-portal::before {
  background-size: cover !important;
  background-position: left center !important;
}

.generic-link__wrapper {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.portal-default-search {
  color: white !important;
}

.suggested_searches {
  color: white !important;
  display: none;
}

.suggested_searches_entry {
  background-color: #0E122E !important;
  border-color: #0E122E !important;
}

.generic-link__wrapper:after {
  background-color: #75CDDB !important;
}

.generic-link__wrapper:after {
  background-color: #0E122E !important;
}

.portal-list__primary-button {
  background-color: #0E122E !important;
  border-color: #0E122E !important;
}

.portal-list__secondary-button {
  background-color: #75CDDB !important;
  border-color: #75CDDB !important;
  color: white !important;
}

.main-navigation ul {
  font-weight: 400;
}

.menu-application-item.is-current .menu-application-item-btn {
  background-color: #75CDDB !important;
}

.menu-application-item-btn {
  color: #fff !important;
}
.menu-application-item-btn:after {
  color: #fff !important;
}
.menu-application-item-btn.is-current {
  background-color: #75CDDB !important;
}

.menu-application-subgroup-btn {
  color: #fff !important;
}
.menu-application-subgroup-btn:after {
  color: #fff !important;
}

.menu-application-page-btn {
  color: #fff !important;
}
.menu-application-page-btn:after {
  color: #fff !important;
}
.menu-application-page-btn.is-current {
  background-color: #75CDDB !important;
}

.main-navigation-container {
  background-color: #0E122E !important;
}

.menu-application-item-btn.open {
  background-color: #75CDDB !important;
}
.menu-application-item-btn.open:after {
  color: #fff !important;
}

.menu-application-item-wrapper {
  border-left: 2px solid #75CDDB !important;
}

.menu-application-subgroup-wrapper {
  border-left: 2px solid #75CDDB !important;
}

/*
.form-container-coloured {
  padding: 8px 8px 0px 8px;
  border-radius: 10px;
  border: solid 4px white;
}
.form-container-coloured.container-color-light {
  background-color: #EEF3F8;
}
.form-container-coloured.container-color-bright {
  background-color: #f5f5f5;
}*/
.servicely-demo-search-results span.guardian-global-search-results {
  display: inline;
  vertical-align: top;
}

.ns-status-dot:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
  background: var(--text);
}

.ns-status-dot-green:before {
  background: var(--success-bright);
}

.ns-status-dot-amber:before {
  background: var(--warning-bright);
}

.ns-status-dot-red:before {
  background: var(--danger-bright);
}

/* ThemeGenerator.generateCSS: originalUser = [null] definition = [Default] styles = [guardian, Default, Root] */
