@charset "UTF-8";
/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-blue: #4285f4;
  --bs-indigo: #6610f2;
  --bs-purple: #8618D5;
  --bs-pink: #F92779;
  --bs-red: #dc3545;
  --bs-orange: #ff5722;
  --bs-yellow: #EFC300;
  --bs-green: #259b24;
  --bs-teal: #20c997;
  --bs-cyan: #4BD2F8;
  --bs-white: #fff;
  --bs-gray: #63696F;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #EDEFF3;
  --bs-gray-300: #E5E6E7;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #95999D;
  --bs-gray-600: #63696F;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #2D343D;
  --bs-primary: #F92779;
  --bs-secondary: #8618D5;
  --bs-success: #259b24;
  --bs-info: #4BD2F8;
  --bs-warning: #EFC300;
  --bs-danger: #ff5722;
  --bs-light: #E5E6E7;
  --bs-dark: #2D343D;
  --bs-white: #fff;
  --bs-primary-rgb: 249, 39, 121;
  --bs-secondary-rgb: 134, 24, 213;
  --bs-success-rgb: 37, 155, 36;
  --bs-info-rgb: 75, 210, 248;
  --bs-warning-rgb: 239, 195, 0;
  --bs-danger-rgb: 255, 87, 34;
  --bs-light-rgb: 229, 230, 231;
  --bs-dark-rgb: 45, 52, 61;
  --bs-white-rgb: 255, 255, 255;
  --bs-primary-text-emphasis: #641030;
  --bs-secondary-text-emphasis: #360a55;
  --bs-success-text-emphasis: #0f3e0e;
  --bs-info-text-emphasis: #1e5463;
  --bs-warning-text-emphasis: #604e00;
  --bs-danger-text-emphasis: #66230e;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #fed4e4;
  --bs-secondary-bg-subtle: #e7d1f7;
  --bs-success-bg-subtle: #d3ebd3;
  --bs-info-bg-subtle: #dbf6fe;
  --bs-warning-bg-subtle: #fcf3cc;
  --bs-danger-bg-subtle: #ffddd3;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #fda9c9;
  --bs-secondary-border-subtle: #cfa3ee;
  --bs-success-border-subtle: #a8d7a7;
  --bs-info-border-subtle: #b7edfc;
  --bs-warning-border-subtle: #f9e799;
  --bs-danger-border-subtle: #ffbca7;
  --bs-light-border-subtle: #EDEFF3;
  --bs-dark-border-subtle: #95999D;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "IBM Plex Sans", sans-serif;
  --bs-font-monospace: ;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "IBM Plex Sans", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-text-align: inherit;
  --bs-body-color: #2D343D;
  --bs-body-color-rgb: 45, 52, 61;
  --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(45, 52, 61, 0.75);
  --bs-secondary-color-rgb: 45, 52, 61;
  --bs-secondary-bg: #EDEFF3;
  --bs-secondary-bg-rgb: 237, 239, 243;
  --bs-tertiary-color: rgba(45, 52, 61, 0.5);
  --bs-tertiary-color-rgb: 45, 52, 61;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #F92779;
  --bs-link-color-rgb: 249, 39, 121;
  --bs-link-decoration: none;
  --bs-link-hover-color: #ce0654;
  --bs-link-hover-color-rgb: 205.783783784, 5.7162162162, 83.8378378378;
  --bs-link-hover-decoration: none;
  --bs-code-color: #F92779;
  --bs-highlight-color: #2D343D;
  --bs-highlight-bg: #fcf3cc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #E5E6E7;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 24px;
  --bs-border-radius-sm: 0.5rem;
  --bs-border-radius-lg: 56px;
  --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(249, 39, 121, 0.25);
  --bs-form-valid-color: #259b24;
  --bs-form-valid-border-color: #259b24;
  --bs-form-invalid-color: #ff5722;
  --bs-form-invalid-border-color: #ff5722;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #E5E6E7;
  --bs-body-color-rgb: 229, 230, 231;
  --bs-body-bg: #2D343D;
  --bs-body-bg-rgb: 45, 52, 61;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(229, 230, 231, 0.75);
  --bs-secondary-color-rgb: 229, 230, 231;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(229, 230, 231, 0.5);
  --bs-tertiary-color-rgb: 229, 230, 231;
  --bs-tertiary-bg: #31373f;
  --bs-tertiary-bg-rgb: 49, 55, 63;
  --bs-primary-text-emphasis: #fb7daf;
  --bs-secondary-text-emphasis: #b674e6;
  --bs-success-text-emphasis: #7cc37c;
  --bs-info-text-emphasis: #93e4fb;
  --bs-warning-text-emphasis: #f5db66;
  --bs-danger-text-emphasis: #ff9a7a;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #E5E6E7;
  --bs-primary-bg-subtle: #320818;
  --bs-secondary-bg-subtle: #1b052b;
  --bs-success-bg-subtle: #071f07;
  --bs-info-bg-subtle: #0f2a32;
  --bs-warning-bg-subtle: #302700;
  --bs-danger-bg-subtle: #331107;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #951749;
  --bs-secondary-border-subtle: #500e80;
  --bs-success-border-subtle: #165d16;
  --bs-info-border-subtle: #2d7e95;
  --bs-warning-border-subtle: #8f7500;
  --bs-danger-border-subtle: #993414;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #fb7daf;
  --bs-link-hover-color: #fc97bf;
  --bs-link-color-rgb: 251, 125, 175;
  --bs-link-hover-color-rgb: 252, 151, 191;
  --bs-code-color: #fb7daf;
  --bs-highlight-color: #E5E6E7;
  --bs-highlight-bg: #604e00;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #7cc37c;
  --bs-form-valid-border-color: #7cc37c;
  --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, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto Slab", serif;
  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.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

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: 500;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 80%;
}

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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}

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: 80%;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 80%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 80%;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.5rem;
}

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.75rem;
  padding-bottom: 0.75rem;
  color: #63696F;
  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: 80%;
  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: 80%;
  color: #63696F;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.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: 80%;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  --bs-gutter-x: 30px;
  --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;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.row {
  --bs-gutter-x: 30px;
  --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;
  }
}

.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: #fff;
  --bs-table-border-color: #E5E6E7;
  --bs-table-accent-bg: rgba(0, 0, 0, 0.05);
  --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(32, 201, 151, 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(32, 201, 151, 0.1);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.75rem 1rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(1px * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.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: #fed4e4;
  --bs-table-border-color: #cbaab6;
  --bs-table-striped-bg: #f1c9d9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5bfcd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebc4d3;
  --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: #e7d1f7;
  --bs-table-border-color: #b9a7c6;
  --bs-table-striped-bg: #dbc7eb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d0bcde;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d6c1e4;
  --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: #d3ebd3;
  --bs-table-border-color: #a9bca9;
  --bs-table-striped-bg: #c8dfc8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bed4be;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3d9c3;
  --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: #dbf6fe;
  --bs-table-border-color: #afc5cb;
  --bs-table-striped-bg: #d0eaf1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5dde5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbe4eb;
  --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: #fcf3cc;
  --bs-table-border-color: #cac2a3;
  --bs-table-striped-bg: #efe7c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3dbb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9e1bd;
  --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: #ffddd3;
  --bs-table-border-color: #ccb1a9;
  --bs-table-striped-bg: #f2d2c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6c7be;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecccc3;
  --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: #E5E6E7;
  --bs-table-border-color: #b7b8b9;
  --bs-table-striped-bg: #dadbdb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cecfd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d4d5d6;
  --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: #2D343D;
  --bs-table-border-color: #575d64;
  --bs-table-striped-bg: #383e47;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #424850;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #3d434c;
  --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;
  }
}

.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(15px + var(--bs-border-width));
  padding-bottom: calc(15px + var(--bs-border-width));
  font-size: 1rem;
}

.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: 80%;
  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: #63696F;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 24px;
  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: #63696F;
  background-color: var(--bs-body-bg);
  border-color: #fc93bc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(249, 39, 121, 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: #63696F;
  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: 0.5rem;
}

.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 + 30px + calc(var(--bs-border-width) * 2));
  padding: 15px 20px;
  font-size: 1rem;
  border-radius: 56px;
}

.form-control-lg::file-selector-button {
  padding: 15px 20px;
  margin: -15px -20px;
  margin-inline-end: 20px;
}

textarea.form-control {
  min-height: calc(1.5em + 0.375rem + 0.5rem + 1px);
}

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 + 30px + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.375rem + 0.5rem + 1px);
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 24px;
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 24px;
}

.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 + 30px + 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: #63696F;
  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: 24px;
  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: #fc93bc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(249, 39, 121, 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 #63696F;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.form-select-lg {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 1rem;
  border-radius: 56px;
}

[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='%23E5E6E7' 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: #fc93bc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(249, 39, 121, 0.25);
}

.form-check-input:checked {
  background-color: #F92779;
  border-color: #F92779;
}

.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: #F92779;
  border-color: #F92779;
  --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='%23fc93bc'/%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(249, 39, 121, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(249, 39, 121, 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: #F92779;
  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: #fdbed7;
}

.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: #F92779;
  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: #fdbed7;
}

.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: 24px;
}

.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: #63696F;
}

.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: #63696F;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 24px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 15px 20px;
  font-size: 1rem;
  border-radius: 56px;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.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: 80%;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.35rem 0.75rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  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: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23259b24' 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: 2.25rem;
  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='%23259b24' 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: 5.25rem;
}

.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: .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: 80%;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.35rem 0.75rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  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: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5722'%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='%23ff5722' 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: 2.25rem;
  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='%23ff5722'%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='%23ff5722' 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: 5.25rem;
}

.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: .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: 1.25rem;
  --bs-btn-padding-y: 0.47rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 24px;
  --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.2rem 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;
  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-check:checked:focus-visible + .btn {
  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: #000;
  --bs-btn-bg: #F92779;
  --bs-btn-border-color: #F92779;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fa478d;
  --bs-btn-hover-border-color: #fa3d86;
  --bs-btn-focus-shadow-rgb: 212, 33, 103;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fa5294;
  --bs-btn-active-border-color: #fa3d86;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F92779;
  --bs-btn-disabled-border-color: #F92779;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8618D5;
  --bs-btn-border-color: #8618D5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7214b5;
  --bs-btn-hover-border-color: #6b13aa;
  --bs-btn-focus-shadow-rgb: 152, 59, 219;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6b13aa;
  --bs-btn-active-border-color: #6512a0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #8618D5;
  --bs-btn-disabled-border-color: #8618D5;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #259b24;
  --bs-btn-border-color: #259b24;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #46aa45;
  --bs-btn-hover-border-color: #3ba53a;
  --bs-btn-focus-shadow-rgb: 31, 132, 31;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #51af50;
  --bs-btn-active-border-color: #3ba53a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #259b24;
  --bs-btn-disabled-border-color: #259b24;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #4BD2F8;
  --bs-btn-border-color: #4BD2F8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #66d9f9;
  --bs-btn-hover-border-color: #5dd7f9;
  --bs-btn-focus-shadow-rgb: 64, 179, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6fdbf9;
  --bs-btn-active-border-color: #5dd7f9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4BD2F8;
  --bs-btn-disabled-border-color: #4BD2F8;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #EFC300;
  --bs-btn-border-color: #EFC300;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1cc26;
  --bs-btn-hover-border-color: #f1c91a;
  --bs-btn-focus-shadow-rgb: 203, 166, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2cf33;
  --bs-btn-active-border-color: #f1c91a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EFC300;
  --bs-btn-disabled-border-color: #EFC300;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff5722;
  --bs-btn-border-color: #ff5722;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff7043;
  --bs-btn-hover-border-color: #ff6838;
  --bs-btn-focus-shadow-rgb: 217, 74, 29;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff794e;
  --bs-btn-active-border-color: #ff6838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff5722;
  --bs-btn-disabled-border-color: #ff5722;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #E5E6E7;
  --bs-btn-border-color: #E5E6E7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c3c4c4;
  --bs-btn-hover-border-color: #b7b8b9;
  --bs-btn-focus-shadow-rgb: 195, 196, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b7b8b9;
  --bs-btn-active-border-color: #acadad;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E5E6E7;
  --bs-btn-disabled-border-color: #E5E6E7;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2D343D;
  --bs-btn-border-color: #2D343D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d525a;
  --bs-btn-hover-border-color: #424850;
  --bs-btn-focus-shadow-rgb: 77, 82, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #575d64;
  --bs-btn-active-border-color: #424850;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2D343D;
  --bs-btn-disabled-border-color: #2D343D;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-outline-primary {
  --bs-btn-color: #F92779;
  --bs-btn-border-color: #F92779;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F92779;
  --bs-btn-hover-border-color: #F92779;
  --bs-btn-focus-shadow-rgb: 249, 39, 121;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F92779;
  --bs-btn-active-border-color: #F92779;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F92779;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F92779;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #8618D5;
  --bs-btn-border-color: #8618D5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8618D5;
  --bs-btn-hover-border-color: #8618D5;
  --bs-btn-focus-shadow-rgb: 134, 24, 213;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8618D5;
  --bs-btn-active-border-color: #8618D5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8618D5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8618D5;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #259b24;
  --bs-btn-border-color: #259b24;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #259b24;
  --bs-btn-hover-border-color: #259b24;
  --bs-btn-focus-shadow-rgb: 37, 155, 36;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #259b24;
  --bs-btn-active-border-color: #259b24;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #259b24;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #259b24;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #4BD2F8;
  --bs-btn-border-color: #4BD2F8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4BD2F8;
  --bs-btn-hover-border-color: #4BD2F8;
  --bs-btn-focus-shadow-rgb: 75, 210, 248;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4BD2F8;
  --bs-btn-active-border-color: #4BD2F8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4BD2F8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4BD2F8;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #EFC300;
  --bs-btn-border-color: #EFC300;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFC300;
  --bs-btn-hover-border-color: #EFC300;
  --bs-btn-focus-shadow-rgb: 239, 195, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFC300;
  --bs-btn-active-border-color: #EFC300;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EFC300;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EFC300;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #ff5722;
  --bs-btn-border-color: #ff5722;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff5722;
  --bs-btn-hover-border-color: #ff5722;
  --bs-btn-focus-shadow-rgb: 255, 87, 34;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff5722;
  --bs-btn-active-border-color: #ff5722;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff5722;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff5722;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #E5E6E7;
  --bs-btn-border-color: #E5E6E7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E5E6E7;
  --bs-btn-hover-border-color: #E5E6E7;
  --bs-btn-focus-shadow-rgb: 229, 230, 231;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E5E6E7;
  --bs-btn-active-border-color: #E5E6E7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E5E6E7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E5E6E7;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #2D343D;
  --bs-btn-border-color: #2D343D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2D343D;
  --bs-btn-hover-border-color: #2D343D;
  --bs-btn-focus-shadow-rgb: 45, 52, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2D343D;
  --bs-btn-active-border-color: #2D343D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2D343D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2D343D;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-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: #63696F;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 212, 33, 103;
  text-decoration: none;
}

.btn-link:hover, .btn-link:focus-visible {
  text-decoration: none;
}

.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.875rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 24px;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 24px;
}

.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: #fff;
  --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: 0 0px 10px rgba(45, 52, 61, 0.08);
  --bs-dropdown-link-color: #2D343D;
  --bs-dropdown-link-hover-color: #22272e;
  --bs-dropdown-link-hover-bg: rgba(0, 0, 0, 0.075);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #F92779;
  --bs-dropdown-link-disabled-color: rgba(0, 0, 0, 0.38);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.75rem;
  --bs-dropdown-header-color: #63696F;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.25rem;
  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;
  }
}

.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;
  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: #E5E6E7;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #E5E6E7;
  --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: #F92779;
  --bs-dropdown-link-disabled-color: #95999D;
  --bs-dropdown-header-color: #95999D;
}

.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: 24px;
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(1px * -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.9375rem;
  padding-left: 0.9375rem;
}

.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.5625rem;
  padding-left: 0.5625rem;
}

.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(1px * -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-size: 0.875rem;
  --bs-nav-link-font-weight: 500;
  --bs-nav-link-color: #63696F;
  --bs-nav-link-hover-color: #2D343D;
  --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);
  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(249, 39, 121, 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: #2D343D;
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) transparent;
  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: #2D343D;
  --bs-nav-pills-link-active-bg: rgba(130, 100, 250, 0.1);
}

.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: 1rem;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: #2D343D;
  --bs-navbar-hover-color: #F92779;
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.38);
  --bs-navbar-active-color: #F92779;
  --bs-navbar-brand-padding-y: 0.125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.5rem;
  --bs-navbar-brand-color: #F92779;
  --bs-navbar-brand-hover-color: #F92779;
  --bs-navbar-nav-link-padding-x: 1rem;
  --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%2845, 52, 61, 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: 24px;
  --bs-navbar-toggler-focus-width: 0.2rem;
  --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 {
  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);
  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-size: 0.875rem;
  --bs-nav-link-font-weight: 500;
  --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;
  }
}

.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.84);
  --bs-navbar-hover-color: #fff;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.5);
  --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.84%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.84%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: #63696F;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.5rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.5rem - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.75rem;
  --bs-card-cap-padding-x: 1.5rem;
  --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: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 15px;
  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='none' stroke='%232D343D' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='none' stroke='%23641030' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(249, 39, 121, 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;
  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-header .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-header .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-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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse {
  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='%23fb7daf'%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='%23fb7daf'%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-font-size: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #2D343D;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: rgba #2D343D, 0.74;
  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: 0.75rem;
  --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(249, 39, 121, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #F92779;
  --bs-pagination-active-border-color: #F92779;
  --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);
  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: 0.875rem;
  --bs-pagination-padding-y: 0.625rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 56px;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 24px;
}

.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: 0.5rem;
  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: 1.25rem;
  --bs-alert-padding-y: 0.75rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 24px;
  --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: 3.75rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.9375rem 1.25rem;
}

.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);
}

.alert-white {
  --bs-alert-color: var(--bs-white-text-emphasis);
  --bs-alert-bg: var(--bs-white-bg-subtle);
  --bs-alert-border-color: var(--bs-white-border-subtle);
  --bs-alert-link-color: var(--bs-white-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 4px;
  }
}

.progress,
.progress-stacked {
  --bs-progress-height: 4px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: rgba(45, 52, 61, 0.16);
  --bs-progress-border-radius: 0;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ffffff;
  --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: #fff;
  --bs-list-group-border-color: #EDEFF3;
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 24px;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.75rem;
  --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: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #F92779;
  --bs-list-group-active-border-color: #F92779;
  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);
  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);
  }
}

.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);
}

.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-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(249, 39, 121, 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: 24px;
  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.5rem;
  --bs-toast-padding-y: 0.23rem;
  --bs-toast-spacing: 30px;
  --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: 0.5rem;
  --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: 1.5rem;
  --bs-modal-header-padding-y: 1.5rem;
  --bs-modal-header-padding: 1.5rem 1.5rem;
  --bs-modal-header-border-color: #E5E6E7;
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: #E5E6E7;
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.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;
  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;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.75rem;
  --bs-tooltip-padding-y: 0.35rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #2D343D;
  --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: "IBM Plex Sans", 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: "IBM Plex Sans", 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%;
}

.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") /*rtl: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-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") /*rtl: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-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-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas {
  --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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .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;
  }
}

.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;
  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: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

.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: .6em;
}

.placeholder-sm {
  min-height: .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: #000 !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: #000 !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: #000 !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;
}

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(var(--bs-white-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(250, 82, 148, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 82, 148, 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(107, 19, 170, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(107, 19, 170, 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(81, 175, 80, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(81, 175, 80, 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(111, 219, 249, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(111, 219, 249, 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(242, 207, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 207, 51, 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(255, 121, 78, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 121, 78, 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(234, 235, 236, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(234, 235, 236, 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(36, 42, 49, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(36, 42, 49, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, 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;
  }
}

.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));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-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-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-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-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.275rem + 0.3vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1rem !important;
}

.fs-6 {
  font-size: 0.875rem !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.5 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 1.5 !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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-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-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-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-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: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    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;
  }
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com)
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
:root {
  --blue: #4285f4;
  --indigo: #6610f2;
  --purple: #8618D5;
  --pink: #F92779;
  --red: #dc3545;
  --orange: #ff5722;
  --yellow: #EFC300;
  --green: #259b24;
  --teal: #20c997;
  --cyan: #4BD2F8;
  --white: #fff;
  --gray: #63696F;
  --gray-dark: #343a40;
  --primary: #F92779;
  --secondary: #8618D5;
  --success: #259b24;
  --info: #4BD2F8;
  --warning: #EFC300;
  --danger: #ff5722;
  --light: #E5E6E7;
  --dark: #2D343D;
  --white: #fff;
  --font-family-sans-serif: "IBM Plex Sans", sans-serif;
  --font-family-monospace: ;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2D343D;
  text-align: inherit;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  background-color: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: 500;
}

b,
strong {
  font-weight: 600;
}

small, .small {
  font-size: 80%;
}

a {
  color: #F92779;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #ce0654;
  text-decoration: none;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #63696F;
  text-align: left;
  caption-side: bottom;
}

label {
  display: inline-block;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto/Roboto-Thin-webfont.eot?") format("eot"), url("../fonts/roboto/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Thin-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Thin-webfont.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/Roboto-Light-webfont.eot?") format("eot"), url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light-webfont.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/Roboto-Regular-webfont.eot?") format("eot"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular-webfont.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto/Roboto-Medium-webfont.eot?") format("eot"), url("../fonts/roboto/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Medium-webfont.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/Roboto-Bold-webfont.eot?") format("eot"), url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold-webfont.svg#Roboto") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto/Roboto-Black-webfont.eot?") format("eot"), url("../fonts/roboto/Roboto-Black-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Black-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Black-webfont.svg#Roboto") format("svg");
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): typography.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
a {
  color: #F92779;
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  text-decoration: none;
  outline: none;
  color: #ce0654;
  outline-offset: -2px;
}

.lead, p.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2, .h2 {
  font-size: 2rem;
}

h3, .h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5, .h5 {
  font-size: 1rem;
}

h6, .h6, .h6 {
  font-size: 0.875rem;
}

.cui-display1 {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 7rem;
  letter-spacing: -0.04em;
}

.cui-display2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.cui-display3 {
  font-size: 2.8125rem;
  line-height: 3rem;
  font-weight: 400;
}

.cui-display4 {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.cui-headline {
  font-size: 1.5rem;
  line-height: inherit;
  font-weight: 400;
}

.cui-subheading2 {
  font-size: 1rem;
  line-height: inherit;
  font-weight: 400;
}

.cui-subheading1 {
  font-size: 0.938rem;
  line-height: inherit;
  font-weight: 400;
}

.cui-body2 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.cui-body1 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.cui-caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com)
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-z-depth-1 {
  -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
}

.cui-z-depth-2 {
  -moz-box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
  -webkit-box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
  box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
}

.cui-z-depth-3 {
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cui-z-depth-4 {
  -moz-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.2), 0 8px 20px 1px rgba(0, 0, 0, 0.14), 0 6px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.2), 0 8px 20px 1px rgba(0, 0, 0, 0.14), 0 6px 12px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.2), 0 8px 20px 1px rgba(0, 0, 0, 0.14), 0 6px 12px 0px rgba(0, 0, 0, 0.12);
}

.cui-z-depth-5 {
  -moz-box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.2), 0 12px 36px 1px rgba(0, 0, 0, 0.14), 0 8px 20px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.2), 0 12px 36px 1px rgba(0, 0, 0, 0.14), 0 8px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.2), 0 12px 36px 1px rgba(0, 0, 0, 0.14), 0 8px 20px 0px rgba(0, 0, 0, 0.12);
}

.cui-z-depth-light-1 {
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}

.cui-z-depth-light-2 {
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.08);
}

.cui-z-depth-light-3 {
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.08);
}

.cui-z-depth-light-4 {
  -moz-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.12), 0 8px 20px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.12), 0 8px 20px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.12), 0 8px 20px 1px rgba(0, 0, 0, 0.08);
}

.cui-z-depth-light-5 {
  -moz-box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.12), 0 12px 36px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.12), 0 12px 36px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 28px -4px rgba(0, 0, 0, 0.12), 0 12px 36px 1px rgba(0, 0, 0, 0.08);
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): google-icons.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.material-icons.cui-xs, .material-icons.md-18 {
  font-size: 18px;
}

.material-icons.cui-sm, .material-icons.md-24 {
  font-size: 24px;
}

.material-icons.cui-md, .material-icons.md-36 {
  font-size: 36px;
}

.material-icons.cui-lg, .material-icons.md-48 {
  font-size: 48px;
}

.md-dark {
  color: rgba(0, 0, 0, 0.87);
}

.md-dark svg {
  fill: rgba(0, 0, 0, 0.87);
}

.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.38);
}

.md-dark.md-inactive svg {
  fill: rgba(0, 0, 0, 0.38);
}

.md-light {
  color: white;
}

.md-light svg {
  fill: white;
}

.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.5);
}

.md-light.md-inactive svg {
  fill: rgba(255, 255, 255, 0.5);
}

.cui-icon-xs {
  display: inline-flex;
  font-size: 18px;
}

.cui-icon-xs svg, .cui-icon-xs img {
  height: 18px;
}

.cui-icon-sm {
  display: inline-flex;
  font-size: 24px;
}

.cui-icon-sm svg, .cui-icon-sm img {
  height: 24px;
}

.cui-icon-md {
  display: inline-flex;
  font-size: 36px;
}

.cui-icon-md svg, .cui-icon-md img {
  height: 36px;
}

.cui-icon-lg {
  display: inline-flex;
  font-size: 48px;
}

.cui-icon-lg svg, .cui-icon-lg img {
  height: 48px;
}

.cui-icon-xl {
  display: inline-flex;
  font-size: 72px;
}

.cui-icon-xl svg, .cui-icon-xl img {
  height: 72px;
}

.cui-icon-circle {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
}

.cui-icon-circle svg, .cui-icon-circle img {
  height: 70%;
}

.cui-icon-circle.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-circle.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-circle.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-circle.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-circle.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-circle-lg {
  width: 72px;
  height: 72px;
}

.cui-icon-with-title {
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.cui-icon-with-title .cui-icon-title {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #63696F;
}

button.cui-icon-with-title {
  background-color: transparent;
  border: none;
}

.cui-icon-rounded {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
}

.cui-icon-rounded-primary {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #f92779;
  background-color: #fedcea;
  border-color: #fedcea;
}

.cui-icon-rounded-primary svg, .cui-icon-rounded-primary img {
  height: 70%;
}

.cui-icon-rounded-primary.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-primary.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-primary.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-primary.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-primary.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-rounded-secondary {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #8618d5;
  background-color: #ecdaf8;
  border-color: #ecdaf8;
}

.cui-icon-rounded-secondary svg, .cui-icon-rounded-secondary img {
  height: 70%;
}

.cui-icon-rounded-secondary.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-secondary.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-secondary.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-secondary.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-secondary.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-rounded-success {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #259b24;
  background-color: #dcefdc;
  border-color: #dcefdc;
}

.cui-icon-rounded-success svg, .cui-icon-rounded-success img {
  height: 70%;
}

.cui-icon-rounded-success.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-success.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-success.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-success.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-success.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-rounded-info {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #4bd2f8;
  background-color: #e2f8fe;
  border-color: #e2f8fe;
}

.cui-icon-rounded-info svg, .cui-icon-rounded-info img {
  height: 70%;
}

.cui-icon-rounded-info.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-info.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-info.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-info.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-info.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-rounded-warning {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #efc300;
  background-color: #fcf5d6;
  border-color: #fcf5d6;
}

.cui-icon-rounded-warning svg, .cui-icon-rounded-warning img {
  height: 70%;
}

.cui-icon-rounded-warning.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-warning.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-warning.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-warning.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-warning.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-rounded-danger {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #ff5722;
  background-color: #ffe4dc;
  border-color: #ffe4dc;
}

.cui-icon-rounded-danger svg, .cui-icon-rounded-danger img {
  height: 70%;
}

.cui-icon-rounded-danger.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-danger.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-danger.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-danger.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-danger.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-rounded-light {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #e5e6e7;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}

.cui-icon-rounded-light svg, .cui-icon-rounded-light img {
  height: 70%;
}

.cui-icon-rounded-light.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-light.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-light.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-light.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-light.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-rounded-dark {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: #2d343d;
  background-color: #dddfe0;
  border-color: #dddfe0;
}

.cui-icon-rounded-dark svg, .cui-icon-rounded-dark img {
  height: 70%;
}

.cui-icon-rounded-dark.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-dark.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-dark.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-dark.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-dark.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-rounded-white {
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  color: white;
  background-color: white;
  border-color: white;
}

.cui-icon-rounded-white svg, .cui-icon-rounded-white img {
  height: 70%;
}

.cui-icon-rounded-white.cui-icon-xl {
  height: 96px;
  width: 96px;
}

.cui-icon-rounded-white.cui-icon-lg {
  height: 80px;
  width: 80px;
}

.cui-icon-rounded-white.cui-icon-md {
  height: 64px;
  width: 64px;
}

.cui-icon-rounded-white.cui-icon-sm {
  height: 40px;
  width: 40px;
}

.cui-icon-rounded-white.cui-icon-xs {
  height: 32px;
  width: 32px;
}

.cui-icon-primary {
  color: #F92779;
}

.cui-icon-secondary {
  color: #8618D5;
}

.cui-icon-success {
  color: #259b24;
}

.cui-icon-info {
  color: #4BD2F8;
}

.cui-icon-warning {
  color: #EFC300;
}

.cui-icon-danger {
  color: #ff5722;
}

.cui-icon-light {
  color: #E5E6E7;
}

.cui-icon-dark {
  color: #2D343D;
}

.cui-icon-white {
  color: #fff;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): card.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-card {
  display: block;
  padding: 1px 0;
  margin-bottom: 30px;
  background-color: #fff;
  border: none;
  border-radius: 0.5rem;
  -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
}

.cui-card .card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.cui-card .form-horizontal .form-group {
  margin-right: inherit;
  margin-left: inherit;
}

.cui-card .card-body {
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .cui-card .card-body {
    padding: 0 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.cui-card .card-body .cui-list .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.cui-card .card-body .cui-list .list-group-item.list-group-item-action {
  padding-left: 1rem;
  padding-right: 1rem;
}

.cui-card .card-body .cui-list.cui-list-bullet .list-group-item {
  padding-left: 1.5rem;
}

.cui-card .card-header {
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

@media (max-width: 767.98px) {
  .cui-card .card-header {
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 1rem;
  }
}

.cui-card .card-header .dropdown .dropdown-toggle {
  color: inherit;
}

.cui-card .card-header.cui-card-border {
  border-bottom: 1px solid #E5E6E7;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}

.cui-card .card-title {
  margin-bottom: 0.5rem;
}

.cui-card .card-title:last-child {
  margin-bottom: 0;
}

.cui-card .card-subtitle {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #63696F;
}

.cui-card .card-subtitle:first-child {
  margin-bottom: 0;
  margin-top: 0;
}

.cui-card .card-subtitle + .card-subtitle {
  margin-top: 0;
}

.cui-card.bg-dark .card-subtitle {
  color: rgba(255, 255, 255, 0.84);
}

.cui-card .card-footer {
  background-color: transparent;
  border-color: transparent;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .cui-card .card-footer {
    padding: 0 1rem 1rem 1rem;
    margin-top: 1rem;
  }
}

.cui-card .card-footer.cui-card-border {
  border-top: 1px solid #E5E6E7;
  padding-top: 1.5rem;
  margin-top: 0;
}

.cui-card .card-footer .btn {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  min-width: inherit;
}

.cui-card .card-footer .btn:first-child {
  margin-left: 0;
}

.cui-card .card-footer .btn:last-child {
  margin-right: 0;
}

.cui-card .card-footer .btn.cui-btn-flat {
  margin-top: -0.47rem;
  margin-bottom: -0.47rem;
}

.cui-card .card-footer .btn.cui-btn-flat:first-child {
  margin-left: -0.5rem;
}

.cui-card .card-footer .btn.cui-btn-fab {
  padding: 0;
}

.cui-card .cui-list {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cui-card .cui-list.cui-list-border .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.cui-card .cui-list.cui-list-border:first-child .list-group-item:first-child {
  border-top: 0;
}

.cui-card .cui-list.cui-list-border:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.cui-card.cui-card-sm .card-header {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
}

.cui-card.cui-card-sm .card-body {
  padding: 0 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.cui-card.cui-card-sm .card-footer {
  padding: 0 1rem 1rem 1rem;
  margin-top: 1rem;
}

.cui-card.cui-card-sm .cui-icon-sm {
  font-size: 19px;
  line-height: 18px;
}

.card-deck .cui-card {
  display: flow-root;
}

.cui-card-icon {
  margin-bottom: 1.5rem;
}

.cui-icon-top {
  margin-top: -50%;
}

.cui-fab-bottom-center {
  position: relative;
}

.cui-fab-bottom-center .cui-icon-circle,
.cui-fab-bottom-center .cui-btn-fab {
  position: absolute;
  transform: translateY(50%);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.cui-fab-bottom-center.card-header {
  margin-top: 0;
  padding-bottom: 2rem;
}

.cui-fab-top-center {
  position: relative;
}

.cui-fab-top-center.card-body {
  margin-top: 0;
  padding-top: 3rem;
}

.cui-fab-top-center .cui-icon-circle {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.cui-fab-bottom-right {
  position: relative;
}

.cui-fab-bottom-right .cui-icon-circle,
.cui-fab-bottom-right .cui-btn-fab {
  position: absolute;
  transform: translateY(50%);
  right: 1rem;
  margin: auto;
  bottom: 0;
}

.cui-fab-bottom-right.card-header {
  margin-top: 0;
  padding-bottom: 2rem;
}

.cui-social-icon {
  margin-top: 8px;
}

.cui-social-icon a {
  margin: 0 4px;
  display: inline-flex;
  justify-content: center;
}

.cui-social-icon a svg {
  fill: #848484;
  width: 50%;
}

.cui-social-icon a:hover svg {
  fill: #ffffff;
}

/* Card info css */
.cui-card-info {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  padding: 8px 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.cui-list.cui-list-progress .list-group-item {
  padding-left: 50px;
  width: 100%;
  background-color: transparent;
}

.cui-list.cui-list-progress .list-group-item:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #ffffff;
  left: 0;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 9;
}

.cui-list.cui-list-progress .list-group-item:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.cui-list.cui-list-progress .list-group-item.list-group-item-success:before, .cui-list.cui-list-progress .list-group-item.list-group-item-success:after {
  background-color: #67b951;
}

.cui-list.cui-list-progress .list-group-item.list-group-item-danger:before, .cui-list.cui-list-progress .list-group-item.list-group-item-danger:after {
  background-color: #df6c6c;
}

.cui-no-data-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
  overflow: hidden;
}

.cui-no-data-card .card-icon .material-icons {
  color: #D6D4D4;
}

.with-border:after {
  content: "";
  display: block;
  width: 60px;
  margin: 20px auto;
  height: 3px;
  border-radius: 3px;
  background-color: #018af0;
}

.with-left-border:after {
  content: "";
  display: block;
  width: 60px;
  margin: 20px 0;
  height: 3px;
  border-radius: 3px;
  background-color: #018af0;
}

.cui-card-overlay {
  background-color: #041a34;
  overflow: hidden;
}

.cui-card-overlay .card-title {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(47%);
  -webkit-transform: translateY(47%);
  transform: translateY(47%);
  bottom: 0;
  text-align: center;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  font-size: 24px;
}

.cui-card-overlay img {
  opacity: 0.64;
  height: 350px;
  display: block;
  transition: all 0.2s ease-in-out;
  min-width: 100%;
}

.cui-card-overlay:hover .card-title {
  -ms-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

.cui-card-overlay:hover img {
  opacity: 0.16;
  transform: scale(1.1);
}

.cui-view-details {
  padding: 0 32px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  transition: all 0.2s ease-in-out;
  overflow: visible;
  margin: 0 auto;
  top: 50%;
}

.cui-view-details:before {
  content: attr(data-title);
  position: absolute;
  bottom: -28px;
  -ms-transform: translate(-17px, 0);
  -webkit-transform: translate(-17px, 0);
  transform: translate(-17px, 0);
  color: #ffffff;
}

.cui-card-overlay:hover .cui-view-details,
.cui-card-overlay .card-title:hover + .cui-view-details {
  -ms-transform: translate(0, -40%);
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
  opacity: 1;
}

.icon-wrap {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  margin: auto;
  line-height: 100px;
}

.icon-wrap svg {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}

.cui-profile-card .cui-card-border {
  padding: 1rem !important;
}

.cui-col-list-group .cui-col-list-group-item {
  margin-bottom: 1rem;
}

.cui-col-list-group .cui-col-list-group-item p {
  font-size: 13px;
}

.cui-avatar.cui-avatar-xl {
  width: 90px;
  height: 90px;
}

.cui-avatar.cui-avatar-md {
  width: 56px;
  height: 56px;
}

.cui-avatar.cui-avatar-sm {
  width: 36px;
  height: 36px;
}

.cui-avatar.cui-avtar-circle {
  border-radius: 50%;
}

.cui-card-widget .card-header {
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.cui-card-widget .media {
  display: flex;
  align-items: center;
}

.cui-card-widget .cui-icon-lg {
  margin-right: 1rem;
}

.cui-card-widget .card-title {
  margin-bottom: 5px;
}

.cui-card-widget .card-text {
  line-height: 1;
}

.cui-rating {
  font-weight: 600;
  display: flex;
  margin-bottom: 0;
}

.cui-rating i {
  margin-right: 0.25rem !important;
}

.cui-card-thumbnail .cui-card-media {
  max-height: 180px;
  display: flex;
}

.cui-card-thumbnail .cui-card-media img {
  flex: 1;
}

.cui-list .cui-list-sm {
  margin-top: 0;
  margin-bottom: 0;
}

.cui-card-with-media .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cui-card-with-media .media img {
  margin-right: 1rem;
}

.cui-card-with-media ul.list-group {
  margin-bottom: 0;
}

.cui-card-with-media ul.list-group .list-group-item {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.cui-card-with-media ul.list-group .list-group-item i {
  margin-right: 1rem;
  font-size: 18px;
}

.cui-list-left .list-inline-item {
  text-align: left !important;
  padding-left: 0 !important;
}

.list-group-flush .list-group-item {
  border-bottom: solid 1px rgba(85, 85, 85, 0.12) !important;
}

.cui-chip.cui-chip-healthcare {
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  padding: 3px 6px;
  transition: all 0.2s ease-in-out;
}

.cui-chip.cui-chip-healthcare:hover, .cui-chip.cui-chip-healthcare:focus {
  background-color: #e0e0e0;
  border-color: #c7c6c6;
}

.cui-chip.cui-chip-healthcare .material-icons {
  margin-right: 4px;
}

.cui-form .form-subtitle {
  font-weight: 700;
  position: relative;
  color: rgba(85, 85, 85, 0.54);
  display: flex;
  font-size: 13px;
  align-items: center;
}

.cui-form .form-subtitle.seprator-right:after {
  content: "";
  position: relative;
  background-color: rgba(85, 85, 85, 0.12);
  height: 1px;
  top: 0px;
  display: flex;
  flex: 1 1 auto;
  margin-left: 0.625rem;
}

.cui-form .cui-textfield .ui-igcombo {
  margin-top: 0;
}

.form-label-media {
  display: flex;
  align-items: center;
}

.form-label-media .label {
  margin-bottom: 0;
  margin-top: -5px;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): navbar.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-navbar.navbar {
  justify-content: inherit;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 1rem;
}

.cui-navbar .navbar-brand {
  margin-right: 1.5rem;
  font-size: 1.5rem;
  line-height: 40px;
}

@media (max-width: 767.98px) {
  .cui-navbar .navbar-brand {
    margin-right: 1rem;
  }
}

.cui-navbar .navbar-toggler-icon {
  background-image: none;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.cui-navbar .navbar-toggler-icon::after {
  font-family: "Material Symbols Outlined";
  content: "\E5D2";
  font-size: 24px;
}

.cui-navbar .navbar-nav .nav-link {
  line-height: 24px;
  font-weight: 600;
  text-transform: inherit;
}

.cui-navbar .navbar-toggler {
  outline: none;
  float: left;
  border-radius: 50%;
  border: none;
  padding: 0.625rem;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
}

.cui-navbar .navbar-toggler .icon-bar {
  width: 20px;
}

.cui-navbar .navbar-toggler:hover, .cui-navbar .navbar-toggler:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.cui-navbar .cui-navbar-right-icon {
  margin-left: 1rem;
}

.cui-navbar .cui-navbar-right-icon a {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .cui-navbar .cui-navbar-right-icon {
    flex-direction: row;
    margin-left: auto;
  }
}

.cui-navbar .btn.cui-btn-fab {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  padding: 0;
}

@media (max-width: 767.98px) {
  .cui-navbar .btn.cui-btn-fab {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .cui-navbar .btn.cui-sidebar-toggle {
    margin-left: -0.5rem;
  }
}

.cui-navbar .navbar-form {
  padding-top: 7px;
  padding-bottom: 6px;
}

.cui-navbar .navbar-form .btn {
  padding: 9px 14px;
}

.cui-navbar.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.84);
}

.cui-navbar.navbar-dark .navbar-nav .nav-link:hover, .cui-navbar.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

.cui-navbar.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}

.cui-navbar.navbar-dark .navbar-nav .show > .nav-link,
.cui-navbar.navbar-dark .navbar-nav .active > .nav-link,
.cui-navbar.navbar-dark .navbar-nav .nav-link.show,
.cui-navbar.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.cui-navbar.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.84);
}

.cui-navbar.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.84);
}

.cui-navbar.navbar-dark .navbar-text a {
  color: #fff;
}

.cui-navbar.navbar-dark .navbar-text a:hover, .cui-navbar.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.cui-navbar.navbar-dark .cui-user-info > a {
  color: rgba(255, 255, 255, 0.84);
}

.cui-navbar.navbar-dark .cui-user-info > a:hover, .cui-navbar.navbar-dark .cui-user-info > a:focus {
  color: #fff;
}

.cui-navbar.navbar-light .navbar-nav .nav-link {
  color: #2D343D;
}

.cui-navbar.navbar-light .navbar-nav .nav-link:hover, .cui-navbar.navbar-light .navbar-nav .nav-link:focus {
  color: #F92779;
}

.cui-navbar.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.38);
}

.cui-navbar.navbar-light .navbar-nav .show > .nav-link,
.cui-navbar.navbar-light .navbar-nav .active > .nav-link,
.cui-navbar.navbar-light .navbar-nav .nav-link.show,
.cui-navbar.navbar-light .navbar-nav .nav-link.active {
  color: #F92779;
}

.cui-navbar.navbar-light .navbar-toggler {
  color: #2D343D;
}

.cui-navbar.navbar-light .navbar-text {
  color: #2D343D;
}

.cui-navbar.navbar-light .navbar-text a {
  color: #F92779;
}

.cui-navbar.navbar-light .navbar-text a:hover, .cui-navbar.navbar-light .navbar-text a:focus {
  color: #F92779;
}

.cui-navbar.navbar-light .cui-user-info > a {
  color: #2D343D;
}

.cui-navbar.navbar-light .cui-user-info > a:hover, .cui-navbar.navbar-light .cui-user-info > a:focus {
  color: #F92779;
}

.cui-navbar .cui-dropdown.dropup .dropdown-menu {
  top: inherit;
  transform: inherit;
}

.cui-navbar.guideline-header {
  z-index: 1030;
  border-bottom: solid 1px #f5f7f9;
}

.cui-sidebar-overlay,
.cui-navebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #2D343D;
  z-index: 1050;
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.cui-sidebar-overlay.cui-sidebar-overlay-active, .cui-sidebar-overlay.cui-navebar-overlay-active, .cui-sidebar-overlay.active,
.cui-navebar-overlay.cui-sidebar-overlay-active,
.cui-navebar-overlay.cui-navebar-overlay-active,
.cui-navebar-overlay.active {
  opacity: 0.5;
  visibility: visible;
  transition-delay: 0;
}

/* Menu in right sidebar */
@media (max-width: 767.98px) {
  .cui-navbar .navbar-header {
    padding: 0 0.5rem;
  }
  .cui-navbar.navbar-fixed-top, .cui-navbar.navbar-fixed-bottom {
    z-index: 998;
  }
}

.cui-user-info {
  display: flex;
  flex-direction: column;
}

.cui-user-info .dropdown-menu {
  min-width: 100%;
}

.cui-user-info .dropdown-toggle::after {
  display: none;
}

.cui-user-info > a {
  padding: 0.5rem 0.5rem;
  text-decoration: none;
}

.cui-navbar-sidebar {
  display: block;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  min-width: 85%;
  width: 85%;
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1051;
  left: 0;
  background: #fff;
}

@media (max-width: 767.98px) {
  .cui-navbar-sidebar {
    left: -1px;
  }
}

.cui-navbar-sidebar:after {
  clear: both;
}

.cui-navbar-sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}

.cui-navbar-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #F7F7F7;
}

.cui-navbar-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BFBFBF;
}

.cui-navbar-sidebar.cui-sidebar-open {
  transform: translate3d(0, 0, 0);
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767.98px) {
  .cui-navbar-sidebar.cui-sidebar-open {
    left: 0px;
  }
}

.cui-navbar-sidebar.cui-sidebar-open .navbar-text {
  padding: 0.5rem 1rem;
}

.cui-navbar-sidebar .dropdown-menu {
  opacity: 1;
  position: relative;
  box-shadow: none;
  transition: inherit;
}

.cui-navbar-sidebar .dropdown-menu::before {
  background-color: transparent;
}

.cui-navbar-sidebar .dropdown-menu .dropdown-item,
.cui-navbar-sidebar .dropdown-menu .dropdown-header {
  padding: 0.25rem 1rem 0.25rem 2rem;
  line-height: 24px;
}

.cui-navbar-sidebar .nav-link {
  padding: 0.75rem 1rem;
}

.cui-navbar-sidebar .cui-user-info > a {
  padding: 0.5rem 1rem;
  background-color: #434d5a;
}

.cui-navbar-sidebar .cui-user-info > a:hover, .cui-navbar-sidebar .cui-user-info > a:focus {
  background-color: #434d5a;
}

.cui-navbar-sidebar.collapse:not(.show) {
  display: block;
}

/* -- sidebar nav ------------------------------- */
.container > .navbar-collapse.cui-navbar-sidebar,
.container-fluid > .navbar-collapse.cui-navbar-sidebar,
.container-sm > .navbar-collapse.cui-navbar-sidebar,
.container-md > .navbar-collapse.cui-navbar-sidebar,
.container-lg > .navbar-collapse.cui-navbar-sidebar,
.container-xl > .navbar-collapse.cui-navbar-sidebar {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

/* -- sidebar inverse ------------------------------- */
.navbar-dark .cui-navbar-sidebar {
  background-color: #2D343D;
}

.navbar-dark .cui-navbar-sidebar .dropdown-menu a {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .cui-navbar-sidebar .dropdown-menu a:hover,
.navbar-dark .cui-navbar-sidebar .dropdown-menu a :focus {
  background-color: transparent;
  color: white;
}

.navbar-dark .cui-navbar-sidebar .dropdown-divider {
  border-color: #434d5a;
}

@media (min-width: 576px) {
  .cui-navbar.navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar {
    overflow: inherit;
    transition: inherit;
    transform: inherit;
    position: relative;
    background-color: inherit;
    min-width: inherit;
    width: inherit;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .dropdown-menu {
    position: absolute;
    -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    transition: all 0.2s ease-in-out;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .dropdown-menu::before {
    background-color: #fff;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .dropdown-menu a {
    color: #2D343D;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .dropdown-menu a:hover,
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .dropdown-menu a :focus {
    background-color: rgba(0, 0, 0, 0.075);
    color: #22272e;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .dropdown-menu .dropdown-divider {
    border-color: #e9ecef;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .dropdown-menu .dropdown-header {
    padding: 0.25rem 1rem;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .cui-user-info {
    flex-direction: row;
    margin-right: -15px;
    margin-left: 1rem;
    order: 1;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .cui-user-info .dropdown-menu {
    border-bottom: transparent solid 1px;
    border-color: transparent;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .cui-user-info .flex-grow-1 {
    width: auto;
  }
  .cui-navbar.navbar-expand-sm .cui-navbar-sidebar .cui-user-info a {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
  }
}

@media (min-width: 768px) {
  .cui-navbar.navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar {
    overflow: inherit;
    transition: inherit;
    transform: inherit;
    position: relative;
    background-color: inherit;
    min-width: inherit;
    width: inherit;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .dropdown-menu {
    position: absolute;
    -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    transition: all 0.2s ease-in-out;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .dropdown-menu::before {
    background-color: #fff;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .dropdown-menu a {
    color: #2D343D;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .dropdown-menu a:hover,
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .dropdown-menu a :focus {
    background-color: rgba(0, 0, 0, 0.075);
    color: #22272e;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .dropdown-menu .dropdown-divider {
    border-color: #e9ecef;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .dropdown-menu .dropdown-header {
    padding: 0.25rem 1rem;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .cui-user-info {
    flex-direction: row;
    margin-right: -15px;
    margin-left: 1rem;
    order: 1;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .cui-user-info .dropdown-menu {
    border-bottom: transparent solid 1px;
    border-color: transparent;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .cui-user-info .flex-grow-1 {
    width: auto;
  }
  .cui-navbar.navbar-expand-md .cui-navbar-sidebar .cui-user-info a {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
  }
}

@media (min-width: 992px) {
  .cui-navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar {
    overflow: inherit;
    transition: inherit;
    transform: inherit;
    position: relative;
    background-color: inherit;
    min-width: inherit;
    width: inherit;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .dropdown-menu {
    position: absolute;
    -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    transition: all 0.2s ease-in-out;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .dropdown-menu::before {
    background-color: #fff;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .dropdown-menu a {
    color: #2D343D;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .dropdown-menu a:hover,
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .dropdown-menu a :focus {
    background-color: rgba(0, 0, 0, 0.075);
    color: #22272e;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .dropdown-menu .dropdown-divider {
    border-color: #e9ecef;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .dropdown-menu .dropdown-header {
    padding: 0.25rem 1rem;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .cui-user-info {
    flex-direction: row;
    margin-right: -15px;
    margin-left: 1rem;
    order: 1;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .cui-user-info .dropdown-menu {
    border-bottom: transparent solid 1px;
    border-color: transparent;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .cui-user-info .flex-grow-1 {
    width: auto;
  }
  .cui-navbar.navbar-expand-lg .cui-navbar-sidebar .cui-user-info a {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
  }
}

@media (min-width: 1200px) {
  .cui-navbar.navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar {
    overflow: inherit;
    transition: inherit;
    transform: inherit;
    position: relative;
    background-color: inherit;
    min-width: inherit;
    width: inherit;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .dropdown-menu {
    position: absolute;
    -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    transition: all 0.2s ease-in-out;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .dropdown-menu::before {
    background-color: #fff;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .dropdown-menu a {
    color: #2D343D;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .dropdown-menu a:hover,
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .dropdown-menu a :focus {
    background-color: rgba(0, 0, 0, 0.075);
    color: #22272e;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .dropdown-menu .dropdown-divider {
    border-color: #e9ecef;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .dropdown-menu .dropdown-header {
    padding: 0.25rem 1rem;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .cui-user-info {
    flex-direction: row;
    margin-right: -15px;
    margin-left: 1rem;
    order: 1;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .cui-user-info .dropdown-menu {
    border-bottom: transparent solid 1px;
    border-color: transparent;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .cui-user-info .flex-grow-1 {
    width: auto;
  }
  .cui-navbar.navbar-expand-xl .cui-navbar-sidebar .cui-user-info a {
    padding: 0.5rem 0.5rem;
    background-color: inherit;
  }
}

.cui-navbar.navbar-expand .navbar-nav .nav-link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar {
  overflow: inherit;
  transition: inherit;
  transform: inherit;
  position: relative;
  background-color: inherit;
  min-width: inherit;
  width: inherit;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .dropdown-menu {
  position: absolute;
  -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  transition: all 0.2s ease-in-out;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .dropdown-menu::before {
  background-color: #fff;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .dropdown-menu a {
  color: #2D343D;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .dropdown-menu a:hover,
.cui-navbar.navbar-expand .cui-navbar-sidebar .dropdown-menu a :focus {
  background-color: rgba(0, 0, 0, 0.075);
  color: #22272e;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .dropdown-menu .dropdown-divider {
  border-color: #e9ecef;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .dropdown-menu .dropdown-header {
  padding: 0.25rem 1rem;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .cui-user-info {
  flex-direction: row;
  margin-right: -15px;
  margin-left: 1rem;
  order: 1;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .cui-user-info .dropdown-menu {
  border-bottom: transparent solid 1px;
  border-color: transparent;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .cui-user-info .flex-grow-1 {
  width: auto;
}

.cui-navbar.navbar-expand .cui-navbar-sidebar .cui-user-info a {
  padding: 0.5rem 0.5rem;
  background-color: inherit;
}

.navbar-brand {
  display: inline-block;
}

.cui-nav-divider {
  padding: 0;
  line-height: 1;
}

.cui-nav-divider li {
  color: #63696F;
  font-weight: 500;
  padding: 1px 0.5rem 0 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: relative;
}

.cui-nav-divider li a {
  text-decoration: underline;
  color: #63696F;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.cui-nav-divider li a:hover, .cui-nav-divider li a:focus {
  text-decoration: none;
}

.cui-nav-divider li::after {
  background-color: #63696F;
  width: 1px;
  content: "";
  position: absolute;
  height: 80%;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}

.cui-nav-divider li:first-child {
  padding-left: 0;
}

.cui-nav-divider li:last-child {
  padding-right: 0;
}

.cui-nav-divider li:last-child::after {
  display: none;
}

.cui-nav-divider.cui-nav-uppercase li {
  text-transform: uppercase;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): accordion.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-accordion .accordion-item {
  margin: 1rem 0;
  transition: all 0.2s ease-in-out;
}

.cui-accordion .accordion-item .accordion-header .accordion-button {
  padding: 0.75rem 1rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: inherit;
  font-weight: 500;
}

.cui-accordion .accordion-item .accordion-header.cui-accordion-header .accordion-button::after {
  display: none;
}

.cui-accordion .accordion-item.active .material-icons.cui-accordion-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cui-accordion:not(.cui-accordion-outlined) .accordion-item {
  -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
}

.cui-accordion:not(.cui-accordion-nospace) .accordion-item {
  border-radius: var(--bs-accordion-border-radius);
}

.cui-accordion:not(.cui-accordion-nospace) .accordion-item:not(:first-of-type) {
  border-top: solid 1px #E5E6E7;
}

.cui-accordion:not(.cui-accordion-nospace) .accordion-item .accordion-header .accordion-button {
  border-radius: var(--bs-accordion-border-radius);
}

.cui-accordion-nospace .accordion-item {
  margin: 0;
}

.cui-accordion-arrow {
  display: flex;
  margin-left: auto;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): accordion.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-accordion-icon-left {
  float: left;
  padding-right: 32px;
}

.cui-accordion-icon-right {
  float: right;
  padding-left: 32px;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): alert.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or latert
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
cui-alert {
  display: block;
}

.alert-primary {
  color: #81143f;
  border-color: #fdc3d9;
  background-color: #fed4e4;
}

.alert-primary hr {
  border-top-color: #fcaac9;
}

.alert-primary .alert-link {
  color: #550d29;
}

.alert-secondary {
  color: #460c6f;
  border-color: #ddbef3;
  background-color: #e7d1f7;
}

.alert-secondary hr {
  border-top-color: #d2a8ef;
}

.alert-secondary .alert-link {
  color: #290741;
}

.alert-success {
  color: #135113;
  border-color: #c2e3c2;
  background-color: #d3ebd3;
}

.alert-success hr {
  border-top-color: #b1dbb1;
}

.alert-success .alert-link {
  color: #092809;
}

.alert-info {
  color: #276d81;
  border-color: #cdf2fd;
  background-color: #dbf6fe;
}

.alert-info hr {
  border-top-color: #b4ecfc;
}

.alert-info .alert-link {
  color: #1b4c5a;
}

.alert-warning {
  color: #7c6500;
  border-color: #fbeeb8;
  background-color: #fcf3cc;
}

.alert-warning hr {
  border-top-color: #fae8a0;
}

.alert-warning .alert-link {
  color: #493b00;
}

.alert-danger {
  color: #852d12;
  border-color: #ffd0c1;
  background-color: #ffddd3;
}

.alert-danger hr {
  border-top-color: #ffbda8;
}

.alert-danger .alert-link {
  color: #581e0c;
}

.alert-light {
  color: #777878;
  border-color: #f8f8f8;
  background-color: #fafafa;
}

.alert-light hr {
  border-top-color: #ebebeb;
}

.alert-light .alert-link {
  color: #5e5e5e;
}

.alert-dark {
  color: #171b20;
  border-color: #c4c6c9;
  background-color: #d5d6d8;
}

.alert-dark hr {
  border-top-color: #b7b9bd;
}

.alert-dark .alert-link {
  color: #020202;
}

.alert-white {
  color: #858585;
  border-color: white;
  background-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6b6b;
}

.alert .alert-link:hover {
  text-decoration: underline;
}

.alert .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.cui-alert-container {
  position: fixed;
  z-index: 100000000;
}

.cui-alert-container.top {
  top: 20px;
}

.cui-alert-container.bottom {
  bottom: 20px;
}

.cui-alert-container.left {
  left: 20px;
}

.cui-alert-container.right {
  right: 20px;
}

.cui-alert-container.center {
  left: 50%;
}

@media (max-width: 767.98px) {
  .cui-alert-container.left {
    left: 50%;
  }
  .cui-alert-container.right {
    right: 50%;
  }
}

.cui-alert-container .cui-alert {
  position: relative;
  z-index: 1000;
  margin-bottom: 5px;
  clear: both;
  text-align: left;
  vertical-align: middle;
  width: 300px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: #2D343D;
  border-radius: 24px;
  animation-duration: 1s;
  animation-fill-mode: both;
  font-size: 1rem;
}

.cui-alert-container .cui-alert a {
  position: absolute;
  right: 18px;
  float: right;
  color: #F92779;
}

.cui-alert-container .cui-alert a:before {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  margin: auto;
  content: "";
}

.cui-alert-container .cui-alert.primary {
  color: #fff;
  background-color: #F92779;
}

.cui-alert-container .cui-alert.secondary {
  color: #fff;
  background-color: #8618D5;
}

.cui-alert-container .cui-alert.success {
  color: #fff;
  background-color: #259b24;
}

.cui-alert-container .cui-alert.info {
  color: #2D343D;
  background-color: #4BD2F8;
}

.cui-alert-container .cui-alert.warning {
  color: #2D343D;
  background-color: #EFC300;
}

.cui-alert-container .cui-alert.danger {
  color: #fff;
  background-color: #ff5722;
}

.cui-alert-container .cui-alert.light {
  color: #2D343D;
  background-color: #E5E6E7;
}

.cui-alert-container .cui-alert.dark {
  color: #fff;
  background-color: #2D343D;
}

.cui-alert-container .cui-alert.white {
  color: #2D343D;
  background-color: #fff;
}

.cui-alert-container .cui-alert.cui-alert-hide {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.notification a {
  position: absolute;
  right: 18px;
  float: right;
  color: #F92779;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): badge.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.badge {
  display: inline-block;
  vertical-align: baseline;
}

.badge:hover {
  text-decoration: none;
  cursor: pointer;
}

.badge-primary {
  color: #fff;
  background-color: #F92779;
  border-color: #F92779;
}

.badge-primary:hover, .badge-primary:focus {
  color: #fff;
  background-color: #e7065e;
  border-color: #e7065e;
}

.cui-badge-primary[data-badge]::after {
  color: #fff;
  background-color: #F92779;
}

.badge-secondary {
  color: #fff;
  background-color: #8618D5;
  border-color: #8618D5;
}

.badge-secondary:hover, .badge-secondary:focus {
  color: #fff;
  background-color: #6913a7;
  border-color: #6913a7;
}

.cui-badge-secondary[data-badge]::after {
  color: #fff;
  background-color: #8618D5;
}

.badge-success {
  color: #fff;
  background-color: #259b24;
  border-color: #259b24;
}

.badge-success:hover, .badge-success:focus {
  color: #fff;
  background-color: #1b721a;
  border-color: #1b721a;
}

.cui-badge-success[data-badge]::after {
  color: #fff;
  background-color: #259b24;
}

.badge-info {
  color: #2D343D;
  background-color: #4BD2F8;
  border-color: #4BD2F8;
}

.badge-info:hover, .badge-info:focus {
  color: #2D343D;
  background-color: #1ac6f6;
  border-color: #1ac6f6;
}

.cui-badge-info[data-badge]::after {
  color: #2D343D;
  background-color: #4BD2F8;
}

.badge-warning {
  color: #2D343D;
  background-color: #EFC300;
  border-color: #EFC300;
}

.badge-warning:hover, .badge-warning:focus {
  color: #2D343D;
  background-color: #bc9900;
  border-color: #bc9900;
}

.cui-badge-warning[data-badge]::after {
  color: #2D343D;
  background-color: #EFC300;
}

.badge-danger {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.badge-danger:hover, .badge-danger:focus {
  color: #fff;
  background-color: #ee3900;
  border-color: #ee3900;
}

.cui-badge-danger[data-badge]::after {
  color: #fff;
  background-color: #ff5722;
}

.badge-light {
  color: #2D343D;
  background-color: #E5E6E7;
  border-color: #E5E6E7;
}

.badge-light:hover, .badge-light:focus {
  color: #2D343D;
  background-color: #cacdcf;
  border-color: #cacdcf;
}

.cui-badge-light[data-badge]::after {
  color: #2D343D;
  background-color: #E5E6E7;
}

.badge-dark {
  color: #fff;
  background-color: #2D343D;
  border-color: #2D343D;
}

.badge-dark:hover, .badge-dark:focus {
  color: #fff;
  background-color: #171b20;
  border-color: #171b20;
}

.cui-badge-dark[data-badge]::after {
  color: #fff;
  background-color: #2D343D;
}

.badge-white {
  color: #2D343D;
  background-color: #fff;
  border-color: #fff;
}

.badge-white:hover, .badge-white:focus {
  color: #2D343D;
  background-color: #e6e5e5;
  border-color: #e6e5e5;
}

.cui-badge-white[data-badge]::after {
  color: #2D343D;
  background-color: #fff;
}

.cui-badge {
  padding: 0.34rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}

.cui-badge.cui-badge-primary {
  color: #81143f;
  background-color: #fed4e4;
  border-color: #fdc3d9;
  box-shadow: none;
}

.cui-badge.cui-badge-secondary {
  color: #460c6f;
  background-color: #e7d1f7;
  border-color: #ddbef3;
  box-shadow: none;
}

.cui-badge.cui-badge-success {
  color: #135113;
  background-color: #d3ebd3;
  border-color: #c2e3c2;
  box-shadow: none;
}

.cui-badge.cui-badge-info {
  color: #276d81;
  background-color: #dbf6fe;
  border-color: #cdf2fd;
  box-shadow: none;
}

.cui-badge.cui-badge-warning {
  color: #7c6500;
  background-color: #fcf3cc;
  border-color: #fbeeb8;
  box-shadow: none;
}

.cui-badge.cui-badge-danger {
  color: #852d12;
  background-color: #ffddd3;
  border-color: #ffd0c1;
  box-shadow: none;
}

.cui-badge.cui-badge-light {
  color: #777878;
  background-color: #fafafa;
  border-color: #f8f8f8;
  box-shadow: none;
}

.cui-badge.cui-badge-dark {
  color: #171b20;
  background-color: #d5d6d8;
  border-color: #c4c6c9;
  box-shadow: none;
}

.cui-badge.cui-badge-white {
  color: #858585;
  background-color: white;
  border-color: white;
  box-shadow: none;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): Chip.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-chip {
  border-radius: 1.5rem;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 0.5rem 0 0.75rem;
  text-transform: capitalize;
  background: #E0E0E0;
  color: #2D343D;
  display: inline-flex;
  align-items: center;
  cursor: default;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
}

.cui-chip:hover, .cui-chip:focus {
  background-color: #c7c6c6;
  border-color: #c7c6c6;
}

.cui-chip .material-icons {
  margin-right: 4px;
}

.cui-chip-action i {
  font-size: 0.875rem;
  color: #fff;
  background-color: #95999D;
  border-radius: 50%;
  padding: 2px;
  margin-left: 5px;
}

.cui-chip-action .material-icons:hover {
  background-color: #7b8085;
}

.cui-chip-contact {
  margin-right: 5px;
  width: 2.25rem;
  border-radius: 50%;
  margin-left: -0.75rem;
}

.cui-chip-primary {
  color: #fff;
  background-color: #F92779;
  border-color: #F92779;
}

.cui-chip-primary:hover, .cui-chip-primary:focus {
  color: #fff;
  background-color: #e7065e;
  border-color: #e7065e;
}

.cui-chip-secondary {
  color: #fff;
  background-color: #8618D5;
  border-color: #8618D5;
}

.cui-chip-secondary:hover, .cui-chip-secondary:focus {
  color: #fff;
  background-color: #6913a7;
  border-color: #6913a7;
}

.cui-chip-success {
  color: #fff;
  background-color: #259b24;
  border-color: #259b24;
}

.cui-chip-success:hover, .cui-chip-success:focus {
  color: #fff;
  background-color: #1b721a;
  border-color: #1b721a;
}

.cui-chip-info {
  color: #2D343D;
  background-color: #4BD2F8;
  border-color: #4BD2F8;
}

.cui-chip-info:hover, .cui-chip-info:focus {
  color: #2D343D;
  background-color: #1ac6f6;
  border-color: #1ac6f6;
}

.cui-chip-warning {
  color: #2D343D;
  background-color: #EFC300;
  border-color: #EFC300;
}

.cui-chip-warning:hover, .cui-chip-warning:focus {
  color: #2D343D;
  background-color: #bc9900;
  border-color: #bc9900;
}

.cui-chip-danger {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.cui-chip-danger:hover, .cui-chip-danger:focus {
  color: #fff;
  background-color: #ee3900;
  border-color: #ee3900;
}

.cui-chip-light {
  color: #2D343D;
  background-color: #E5E6E7;
  border-color: #E5E6E7;
}

.cui-chip-light:hover, .cui-chip-light:focus {
  color: #2D343D;
  background-color: #cacdcf;
  border-color: #cacdcf;
}

.cui-chip-dark {
  color: #fff;
  background-color: #2D343D;
  border-color: #2D343D;
}

.cui-chip-dark:hover, .cui-chip-dark:focus {
  color: #fff;
  background-color: #171b20;
  border-color: #171b20;
}

.cui-chip-white {
  color: #2D343D;
  background-color: #fff;
  border-color: #fff;
}

.cui-chip-white:hover, .cui-chip-white:focus {
  color: #2D343D;
  background-color: #e6e5e5;
  border-color: #e6e5e5;
}

.cui-chip-outline-primary {
  background-color: transparent;
  color: #F92779;
  border-color: #F92779;
}

.cui-chip-outline-primary .cui-chip-action i {
  background-color: rgba(249, 39, 121, 0.38);
}

.cui-chip-outline-primary:hover, .cui-chip-outline-primary:focus {
  color: #fff;
  background-color: #F92779;
  border-color: #F92779;
}

.cui-chip-outline-primary:hover .cui-chip-action i, .cui-chip-outline-primary:focus .cui-chip-action i {
  background-color: #95999D;
}

.cui-chip-outline-secondary {
  background-color: transparent;
  color: #8618D5;
  border-color: #8618D5;
}

.cui-chip-outline-secondary .cui-chip-action i {
  background-color: rgba(134, 24, 213, 0.38);
}

.cui-chip-outline-secondary:hover, .cui-chip-outline-secondary:focus {
  color: #fff;
  background-color: #8618D5;
  border-color: #8618D5;
}

.cui-chip-outline-secondary:hover .cui-chip-action i, .cui-chip-outline-secondary:focus .cui-chip-action i {
  background-color: #95999D;
}

.cui-chip-outline-success {
  background-color: transparent;
  color: #259b24;
  border-color: #259b24;
}

.cui-chip-outline-success .cui-chip-action i {
  background-color: rgba(37, 155, 36, 0.38);
}

.cui-chip-outline-success:hover, .cui-chip-outline-success:focus {
  color: #fff;
  background-color: #259b24;
  border-color: #259b24;
}

.cui-chip-outline-success:hover .cui-chip-action i, .cui-chip-outline-success:focus .cui-chip-action i {
  background-color: #95999D;
}

.cui-chip-outline-info {
  background-color: transparent;
  color: #4BD2F8;
  border-color: #4BD2F8;
}

.cui-chip-outline-info .cui-chip-action i {
  background-color: rgba(75, 210, 248, 0.38);
}

.cui-chip-outline-info:hover, .cui-chip-outline-info:focus {
  color: #2D343D;
  background-color: #4BD2F8;
  border-color: #4BD2F8;
}

.cui-chip-outline-info:hover .cui-chip-action i, .cui-chip-outline-info:focus .cui-chip-action i {
  background-color: #95999D;
}

.cui-chip-outline-warning {
  background-color: transparent;
  color: #EFC300;
  border-color: #EFC300;
}

.cui-chip-outline-warning .cui-chip-action i {
  background-color: rgba(239, 195, 0, 0.38);
}

.cui-chip-outline-warning:hover, .cui-chip-outline-warning:focus {
  color: #2D343D;
  background-color: #EFC300;
  border-color: #EFC300;
}

.cui-chip-outline-warning:hover .cui-chip-action i, .cui-chip-outline-warning:focus .cui-chip-action i {
  background-color: #95999D;
}

.cui-chip-outline-danger {
  background-color: transparent;
  color: #ff5722;
  border-color: #ff5722;
}

.cui-chip-outline-danger .cui-chip-action i {
  background-color: rgba(255, 87, 34, 0.38);
}

.cui-chip-outline-danger:hover, .cui-chip-outline-danger:focus {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.cui-chip-outline-danger:hover .cui-chip-action i, .cui-chip-outline-danger:focus .cui-chip-action i {
  background-color: #95999D;
}

.cui-chip-outline-light {
  background-color: transparent;
  color: #E5E6E7;
  border-color: #E5E6E7;
}

.cui-chip-outline-light .cui-chip-action i {
  background-color: rgba(229, 230, 231, 0.38);
}

.cui-chip-outline-light:hover, .cui-chip-outline-light:focus {
  color: #2D343D;
  background-color: #E5E6E7;
  border-color: #E5E6E7;
}

.cui-chip-outline-light:hover .cui-chip-action i, .cui-chip-outline-light:focus .cui-chip-action i {
  background-color: #95999D;
}

.cui-chip-outline-dark {
  background-color: transparent;
  color: #2D343D;
  border-color: #2D343D;
}

.cui-chip-outline-dark .cui-chip-action i {
  background-color: rgba(45, 52, 61, 0.38);
}

.cui-chip-outline-dark:hover, .cui-chip-outline-dark:focus {
  color: #fff;
  background-color: #2D343D;
  border-color: #2D343D;
}

.cui-chip-outline-dark:hover .cui-chip-action i, .cui-chip-outline-dark:focus .cui-chip-action i {
  background-color: #95999D;
}

.cui-chip-outline-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.cui-chip-outline-white .cui-chip-action i {
  background-color: rgba(255, 255, 255, 0.38);
}

.cui-chip-outline-white:hover, .cui-chip-outline-white:focus {
  color: #2D343D;
  background-color: #fff;
  border-color: #fff;
}

.cui-chip-outline-white:hover .cui-chip-action i, .cui-chip-outline-white:focus .cui-chip-action i {
  background-color: #95999D;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com):: button.css
 * Copyright 2024-2025 A Design Saga.
 * This software is covered by Codeeffic Pro Plan 1 License (License.txt)
 * Usage without proper license is prohibited.
 */
.btn {
  font-weight: 600;
  border-width: 1px;
  padding: 0.47rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 24px;
  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;
}

.btn.cui-ripple-effect:focus, .btn.cui-ripple-effect.focus {
  box-shadow: none;
}

.btn.cui-ripple-effect:not(:disabled):not(.disabled):active:focus, .btn.cui-ripple-effect:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn.cui-btn-raised {
  -moz-box-shadow: 0 4px 8px rgba(45, 52, 61, 0.2);
  -webkit-box-shadow: 0 4px 8px rgba(45, 52, 61, 0.2);
  box-shadow: 0 4px 8px rgba(45, 52, 61, 0.2);
}

.btn.cui-btn-raised:focus, .btn.cui-btn-raised.focus {
  -moz-box-shadow: 0 8px 24px rgba(45, 52, 61, 0.3);
  -webkit-box-shadow: 0 8px 24px rgba(45, 52, 61, 0.3);
  box-shadow: 0 8px 24px rgba(45, 52, 61, 0.3);
}

.btn.cui-btn-raised:not(:disabled):not(.disabled):active:focus, .btn.cui-btn-raised:not(:disabled):not(.disabled).active:focus {
  -moz-box-shadow: 0 8px 24px rgba(45, 52, 61, 0.3);
  -webkit-box-shadow: 0 8px 24px rgba(45, 52, 61, 0.3);
  box-shadow: 0 8px 24px rgba(45, 52, 61, 0.3);
}

.btn.cui-btn-fab {
  padding: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.btn.cui-btn-fab span,
.btn.cui-btn-fab i {
  line-height: 54px;
}

.btn.cui-btn-fab.btn-lg, .btn-group-lg > .btn.cui-btn-fab {
  width: 78px;
  height: 78px;
  min-width: 78px;
}

.btn.cui-btn-fab.btn-lg span, .btn-group-lg > .btn.cui-btn-fab span,
.btn.cui-btn-fab.btn-lg i,
.btn-group-lg > .btn.cui-btn-fab i {
  line-height: 76px;
}

.btn.cui-btn-fab.btn-sm, .btn-group-sm > .btn.cui-btn-fab {
  width: 36px;
  height: 36px;
  min-width: 36px;
}

.btn.cui-btn-fab.btn-sm span, .btn-group-sm > .btn.cui-btn-fab span,
.btn.cui-btn-fab.btn-sm i,
.btn-group-sm > .btn.cui-btn-fab i {
  line-height: 34px;
}

.btn.cui-btn-fab.btn-xs {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.btn.cui-btn-fab.btn-xs span,
.btn.cui-btn-fab.btn-xs i {
  line-height: 22px;
}

.btn-primary {
  color: #fff;
  background-color: #F92779;
  border-color: #F92779;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d80658;
  border-color: #ce0654;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 39, 121, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ce0654;
  border-color: #cb0653;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 39, 121, 0.5);
}

.btn-primary .ink {
  background-color: #ce0654;
}

.btn-primary.cui-btn-flat {
  color: #F92779;
  background-color: transparent;
  border-color: transparent;
}

.btn-primary.cui-btn-flat:hover {
  color: #F92779;
  background-color: #e5e5e5;
}

.btn-primary.cui-btn-flat:focus, .btn-primary.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-primary.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-primary.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-primary.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #F92779;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-secondary {
  color: #fff;
  background-color: #8618D5;
  border-color: #8618D5;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #611199;
  border-color: #5b1090;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 24, 213, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5b1090;
  border-color: #59108e;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 24, 213, 0.5);
}

.btn-secondary .ink {
  background-color: #5b1090;
}

.btn-secondary.cui-btn-flat {
  color: #8618D5;
  background-color: transparent;
  border-color: transparent;
}

.btn-secondary.cui-btn-flat:hover {
  color: #8618D5;
  background-color: #e5e5e5;
}

.btn-secondary.cui-btn-flat:focus, .btn-secondary.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-secondary.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-secondary.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-secondary.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #8618D5;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-success {
  color: #fff;
  background-color: #259b24;
  border-color: #259b24;
}

.btn-success:hover {
  color: #fff;
  background-color: #186518;
  border-color: #165d16;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 155, 36, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #165d16;
  border-color: #165b15;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 155, 36, 0.5);
}

.btn-success .ink {
  background-color: #165d16;
}

.btn-success.cui-btn-flat {
  color: #259b24;
  background-color: transparent;
  border-color: transparent;
}

.btn-success.cui-btn-flat:hover {
  color: #259b24;
  background-color: #e5e5e5;
}

.btn-success.cui-btn-flat:focus, .btn-success.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-success.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-success.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-success.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #259b24;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-info {
  color: #2D343D;
  background-color: #4BD2F8;
  border-color: #4BD2F8;
}

.btn-info:hover {
  color: #fff;
  background-color: #0bc2f6;
  border-color: #09bbed;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 210, 248, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #09bbed;
  border-color: #09b9eb;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 210, 248, 0.5);
}

.btn-info .ink {
  background-color: #09bbed;
}

.btn-info.cui-btn-flat {
  color: #4BD2F8;
  background-color: transparent;
  border-color: transparent;
}

.btn-info.cui-btn-flat:hover {
  color: #4BD2F8;
  background-color: #e5e5e5;
}

.btn-info.cui-btn-flat:focus, .btn-info.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-info.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-info.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-info.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #4BD2F8;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-warning {
  color: #2D343D;
  background-color: #EFC300;
  border-color: #EFC300;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ad8d00;
  border-color: #a38500;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 195, 0, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #a38500;
  border-color: #a08300;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 195, 0, 0.5);
}

.btn-warning .ink {
  background-color: #a38500;
}

.btn-warning.cui-btn-flat {
  color: #EFC300;
  background-color: transparent;
  border-color: transparent;
}

.btn-warning.cui-btn-flat:hover {
  color: #EFC300;
  background-color: #e5e5e5;
}

.btn-warning.cui-btn-flat:focus, .btn-warning.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-warning.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-warning.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-warning.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #EFC300;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-danger {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-danger:hover {
  color: #fff;
  background-color: #df3500;
  border-color: #d53300;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d53300;
  border-color: #d23200;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-danger .ink {
  background-color: #d53300;
}

.btn-danger.cui-btn-flat {
  color: #ff5722;
  background-color: transparent;
  border-color: transparent;
}

.btn-danger.cui-btn-flat:hover {
  color: #ff5722;
  background-color: #e5e5e5;
}

.btn-danger.cui-btn-flat:focus, .btn-danger.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-danger.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-danger.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-danger.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #ff5722;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-light {
  color: #2D343D;
  background-color: #E5E6E7;
  border-color: #E5E6E7;
}

.btn-light:hover {
  color: #2D343D;
  background-color: #c3c5c7;
  border-color: #bdc0c2;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 230, 231, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #2D343D;
  background-color: #bdc0c2;
  border-color: #bcbec1;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 230, 231, 0.5);
}

.btn-light .ink {
  background-color: #bdc0c2;
}

.btn-light.cui-btn-flat {
  color: #E5E6E7;
  background-color: transparent;
  border-color: transparent;
}

.btn-light.cui-btn-flat:hover {
  color: #E5E6E7;
  background-color: #e5e5e5;
}

.btn-light.cui-btn-flat:focus, .btn-light.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-light.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-light.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-light.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #E5E6E7;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-dark {
  color: #fff;
  background-color: #2D343D;
  border-color: #2D343D;
}

.btn-dark:hover {
  color: #fff;
  background-color: #111317;
  border-color: #0d0e11;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 52, 61, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0d0e11;
  border-color: #0b0d10;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 52, 61, 0.5);
}

.btn-dark .ink {
  background-color: #0d0e11;
}

.btn-dark.cui-btn-flat {
  color: #2D343D;
  background-color: transparent;
  border-color: transparent;
}

.btn-dark.cui-btn-flat:hover {
  color: #2D343D;
  background-color: #e5e5e5;
}

.btn-dark.cui-btn-flat:focus, .btn-dark.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-dark.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-dark.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-dark.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #2D343D;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-white {
  color: #2D343D;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #2D343D;
  background-color: #dedede;
  border-color: #d9d9d9;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #2D343D;
  background-color: #d9d9d9;
  border-color: #d7d7d7;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white .ink {
  background-color: #d9d9d9;
}

.btn-white.cui-btn-flat {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-white.cui-btn-flat:hover {
  color: #fff;
  background-color: #e5e5e5;
}

.btn-white.cui-btn-flat:focus, .btn-white.cui-btn-flat.focus {
  background-color: #e5e5e5;
}

.btn-white.cui-btn-flat .ink {
  background-color: #808080;
}

.btn-white.cui-btn-flat:not(:disabled):not(.disabled):active, .btn-white.cui-btn-flat:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #e5e5e5;
  border-color: transparent;
}

.btn-outline-primary {
  color: #F92779;
  border-color: #F92779;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #F92779;
  border-color: #F92779;
}

.btn-outline-primary .ink {
  background-color: #F92779;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F92779;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #F92779;
  border-color: #F92779;
}

.btn-outline-secondary {
  color: #8618D5;
  border-color: #8618D5;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #8618D5;
  border-color: #8618D5;
}

.btn-outline-secondary .ink {
  background-color: #8618D5;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8618D5;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #8618D5;
  border-color: #8618D5;
}

.btn-outline-success {
  color: #259b24;
  border-color: #259b24;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #259b24;
  border-color: #259b24;
}

.btn-outline-success .ink {
  background-color: #259b24;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #259b24;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #259b24;
  border-color: #259b24;
}

.btn-outline-info {
  color: #4BD2F8;
  border-color: #4BD2F8;
}

.btn-outline-info:hover {
  color: #2D343D;
  background-color: #4BD2F8;
  border-color: #4BD2F8;
}

.btn-outline-info .ink {
  background-color: #4BD2F8;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4BD2F8;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #2D343D;
  background-color: #4BD2F8;
  border-color: #4BD2F8;
}

.btn-outline-warning {
  color: #EFC300;
  border-color: #EFC300;
}

.btn-outline-warning:hover {
  color: #2D343D;
  background-color: #EFC300;
  border-color: #EFC300;
}

.btn-outline-warning .ink {
  background-color: #EFC300;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #EFC300;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #2D343D;
  background-color: #EFC300;
  border-color: #EFC300;
}

.btn-outline-danger {
  color: #ff5722;
  border-color: #ff5722;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-outline-danger .ink {
  background-color: #ff5722;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5722;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-outline-light {
  color: #E5E6E7;
  border-color: #E5E6E7;
}

.btn-outline-light:hover {
  color: #2D343D;
  background-color: #E5E6E7;
  border-color: #E5E6E7;
}

.btn-outline-light .ink {
  background-color: #E5E6E7;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #E5E6E7;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #2D343D;
  background-color: #E5E6E7;
  border-color: #E5E6E7;
}

.btn-outline-dark {
  color: #2D343D;
  border-color: #2D343D;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2D343D;
  border-color: #2D343D;
}

.btn-outline-dark .ink {
  background-color: #2D343D;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2D343D;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2D343D;
  border-color: #2D343D;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #2D343D;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white .ink {
  background-color: #fff;
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
  color: #2D343D;
  background-color: #fff;
  border-color: #fff;
}

.btn-default.cui-btn-flat {
  color: #2D343D;
}

.btn-default.cui-btn-outline {
  color: #2D343D;
  border-color: #2D343D;
}

.btn-default.cui-btn-outline:hover, .btn-default.cui-btn-outline:focus {
  border-color: #2D343D;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 24px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 24px;
}

.cui-ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -ms-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}

.ink.animate {
  animation: ripple .5s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.btn-group.open .dropdown-toggle {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 0;
}

.btn-group > .btn:focus:hover,
.btn-group-vertical > .btn:focus:hover,
.btn-group > .btn:active:hover,
.btn-group-vertical > .btn:active:hover,
.btn-group > .btn.active:hover,
.btn-group-vertical > .btn.active:hover {
  z-index: 2;
}

.cui-content {
  margin-bottom: 200px;
}

/* Pill Button */
.cui-btn-pill {
  border-radius: 25px;
}

/* Button with side tooltip */
.cui-btn-tooltip {
  display: inline-flex;
  align-items: center;
  /* Left tooltip */
}

.cui-btn-tooltip span {
  padding: 0.47rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 24px;
  position: relative;
  background: #95999D;
  margin-left: 10px;
  color: #fff;
}

.cui-btn-tooltip span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 8px solid #95999D;
  border-bottom: 4px solid transparent;
  right: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cui-btn-tooltip.cui-btn-tooltip-left span {
  margin-left: 0;
  margin-right: 10px;
}

.cui-btn-tooltip.cui-btn-tooltip-left span:after {
  border-top: 4px solid transparent;
  border-left: 8px solid #95999D;
  border-bottom: 4px solid transparent;
  right: auto;
  left: 100%;
  border-right: 0;
}

/* Button with Icon */
.cui-btn-icon {
  display: inline-flex;
  align-items: center;
  /* Reveal icon on submit button */
}

.cui-btn-icon i,
.cui-btn-icon .material-icons,
.cui-btn-icon .badge {
  margin-right: 0.5rem;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  margin-left: -0.4rem;
  top: auto;
}

.cui-btn-icon.cui-btn-check i,
.cui-btn-icon.cui-btn-check .material-icons {
  opacity: 0;
  width: 0;
  margin-right: 0;
  transition: all 0.2s ease-in-out;
  -ms-transform: scale(0) rotate(120deg);
  -webkit-transform: scale(0) rotate(120deg);
  transform: scale(0) rotate(120deg);
}

.cui-btn-icon.cui-btn-check.active i,
.cui-btn-icon.cui-btn-check.active .material-icons {
  opacity: 1;
  width: auto;
  margin-right: 8px;
  -ms-transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}

/* Button with Gradient */
.btn.cui-btn-gradient {
  border: none;
  color: #fff;
  background: #F92779;
  background: -moz-linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  background: -webkit-linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  background: linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$btn-gradient-primary",endColorstr="$btn-gradient-secondary",GradientType=1);
  line-height: 1.5;
}

.btn.cui-btn-gradient:hover {
  color: 90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%;
  background-color: #F92779;
}

.btn.cui-btn-gradient:focus, .btn.cui-btn-gradient.focus {
  background-color: #F92779;
}

.btn.cui-btn-gradient .ink {
  background-color: #e7065e;
}

.btn.cui-btn-gradient:not(:disabled):not(.disabled):active, .btn.cui-btn-gradient:not(:disabled):not(.disabled).active {
  color: 90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%;
  background-color: #F92779;
  border-color: transparent;
}

.btn.cui-btn-gradient-vertical {
  border: none;
  color: #fff;
  background: #F92779;
  background: -moz-linear-gradient(180deg, #F92779 0, #8618D5 100%);
  background: -webkit-linear-gradient(180deg, #F92779 0, #8618D5 100%);
  background: linear-gradient(180deg, #F92779 0, #8618D5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$btn-gradient-primary",endColorstr="$btn-gradient-secondary",GradientType=1);
  line-height: 1.5;
}

.btn.cui-btn-gradient-vertical:hover {
  color: 180deg, #F92779 0, #8618D5 100%;
  background-color: #F92779;
}

.btn.cui-btn-gradient-vertical:focus, .btn.cui-btn-gradient-vertical.focus {
  background-color: #F92779;
}

.btn.cui-btn-gradient-vertical .ink {
  background-color: #e7065e;
}

.btn.cui-btn-gradient-vertical:not(:disabled):not(.disabled):active, .btn.cui-btn-gradient-vertical:not(:disabled):not(.disabled).active {
  color: 180deg, #F92779 0, #8618D5 100%;
  background-color: #F92779;
  border-color: transparent;
}

.btn.cui-btn-gradient-diagonal {
  border: none;
  color: #fff;
  background: #F92779;
  background: -moz-linear-gradient(45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  background: -webkit-linear-gradient(45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  background: linear-gradient(45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$btn-gradient-primary",endColorstr="$btn-gradient-secondary",GradientType=1);
  line-height: 1.5;
}

.btn.cui-btn-gradient-diagonal:hover {
  color: 45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%;
  background-color: #F92779;
}

.btn.cui-btn-gradient-diagonal:focus, .btn.cui-btn-gradient-diagonal.focus {
  background-color: #F92779;
}

.btn.cui-btn-gradient-diagonal .ink {
  background-color: #e7065e;
}

.btn.cui-btn-gradient-diagonal:not(:disabled):not(.disabled):active, .btn.cui-btn-gradient-diagonal:not(:disabled):not(.disabled).active {
  color: 45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%;
  background-color: #F92779;
  border-color: transparent;
}

.btn.cui-btn-gradient-diagonal-reverse {
  border: none;
  color: #fff;
  background: #F92779;
  background: -moz-linear-gradient(-45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  background: -webkit-linear-gradient(-45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  background: linear-gradient(-45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$btn-gradient-primary",endColorstr="$btn-gradient-secondary",GradientType=1);
  line-height: 1.5;
}

.btn.cui-btn-gradient-diagonal-reverse:hover {
  color: -45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%;
  background-color: #F92779;
}

.btn.cui-btn-gradient-diagonal-reverse:focus, .btn.cui-btn-gradient-diagonal-reverse.focus {
  background-color: #F92779;
}

.btn.cui-btn-gradient-diagonal-reverse .ink {
  background-color: #e7065e;
}

.btn.cui-btn-gradient-diagonal-reverse:not(:disabled):not(.disabled):active, .btn.cui-btn-gradient-diagonal-reverse:not(:disabled):not(.disabled).active {
  color: -45deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%;
  background-color: #F92779;
  border-color: transparent;
}

.btn.cui-btn-gradient-radial {
  border: none;
  color: #fff;
  background: #F92779;
  background: -moz-radial-gradient(ellipse at center, #F92779 0, #8618D5 100%);
  background: -webkit-radial-gradient(ellipse at center, #F92779 0, #8618D5 100%);
  background: radial-gradient(ellipse at center, #F92779 0, #8618D5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$btn-gradient-primary",endColorstr="$btn-gradient-secondary",GradientType=1);
  line-height: 1.5;
}

.btn.cui-btn-gradient-radial:hover {
  color: ellipse at center, #F92779 0, #8618D5 100%;
  background-color: #F92779;
}

.btn.cui-btn-gradient-radial:focus, .btn.cui-btn-gradient-radial.focus {
  background-color: #F92779;
}

.btn.cui-btn-gradient-radial .ink {
  background-color: #e7065e;
}

.btn.cui-btn-gradient-radial:not(:disabled):not(.disabled):active, .btn.cui-btn-gradient-radial:not(:disabled):not(.disabled).active {
  color: ellipse at center, #F92779 0, #8618D5 100%;
  background-color: #F92779;
  border-color: transparent;
}

/* Button Loader Animation */
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.cui-btn-loader {
  position: relative;
}

.cui-btn-loader.active {
  background-color: transparent !important;
  border: 0;
  color: transparent !important;
  box-shadow: none !important;
}

.cui-loader-text-visible {
  display: none;
}

.cui-btn-loader .loader {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 4px solid #20c997 !important;
  border-radius: 50%;
  border-top: 4px solid rgba(32, 201, 151, 0.5) !important;
  min-width: 50px;
  background-color: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  min-width: 100px;
  margin: 0;
}

.cui-btn-loader.active .loader {
  width: 50px;
  min-width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  opacity: 1;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
  animation-iteration-count: 3;
  animation-delay: 0.35s;
}

.cui-btn-loader.active.completed .loader {
  opacity: 0;
}

.cui-btn-loader.completed .cui-loader-text-default {
  display: none;
}

.cui-btn-loader.completed .cui-loader-text-visible {
  display: inline-flex;
}

.cui-btn-loader.completed .cui-loader-text-visible .material-icons {
  -webkit-animation: scale 0.3s linear;
  animation: scale 0.3s linear;
}

.cui-btn-loader .loader, .cui-btn-loader {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): modal.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-modal {
  /* Form css */
}

.cui-modal .modal-content {
  border-radius: 24px;
  display: block;
}

.cui-modal .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin-bottom: 1.5rem;
  align-items: start;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.cui-modal .modal-header .dropdown .dropdown-toggle {
  color: inherit;
}

.cui-modal .modal-header.cui-modal-border {
  border-bottom: 1px solid #E5E6E7;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}

.cui-modal .modal-footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin-top: 1.5rem;
  border: none;
}

.cui-modal .modal-footer.cui-modal-border {
  border-top: 1px solid #E5E6E7;
  padding-top: 1.5rem;
  margin-top: 0;
}

.cui-modal .modal-footer .btn {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  min-width: inherit;
}

.cui-modal .modal-footer .btn:first-child {
  margin-left: 0;
}

.cui-modal .modal-footer .btn:last-child {
  margin-right: 0;
}

.cui-modal .modal-footer .btn.cui-btn-flat {
  margin-top: -0.47rem;
  margin-bottom: -0.47rem;
}

.cui-modal .modal-footer .btn.cui-btn-flat:first-child {
  margin-left: -0.5rem;
}

.cui-modal .modal-footer .btn.cui-btn-fab {
  padding: 0;
}

.cui-modal .modal-body {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}

.cui-modal .modal-body > p:last-child {
  margin-bottom: 0;
}

.cui-modal .modal-body .custom-control {
  padding: 0.75rem 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.cui-modal .cui-modal-list {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.cui-modal .modal .radio,
.cui-modal .modal .checkbox {
  margin: 1rem 0;
}

.cui-modal .modal .radio-options > label {
  padding-left: 32px;
}

.cui-modal .modal .list-group.cui-list-avatar {
  margin-bottom: 1.5rem;
  padding: 0;
}

.cui-modal .modal.list-group:last-child {
  margin-bottom: 0;
}

.cui-modal .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.cui-modal .cui-list {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cui-modal .cui-list.cui-list-border .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.cui-modal .cui-list.cui-list-border:first-child .list-group-item:first-child {
  border-top: 0;
}

.cui-modal .cui-list.cui-list-border:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.cui-modal.cui-profile-modal .modal-body {
  padding: 0;
  margin: 0;
}

.cui-modal.cui-profile-modal .cui-profile-modal-header > * {
  position: relative;
  z-index: 10;
}

.cui-modal.cui-profile-modal .cui-profile-modal-header {
  position: relative;
  background-color: #2D343D;
  text-align: left;
  padding: 1.25rem 1.875rem;
}

.cui-modal.cui-profile-modal .cui-profile-modal-header .cui-profile-modal-header-bg-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  opacity: 0.3;
}

.cui-modal.cui-profile-modal .cui-profile-modal-header .cui-avatar-circle {
  border-radius: 50%;
  border: 4px solid #fff;
  display: inline-block;
  width: 190px;
  height: 190px;
  overflow: hidden;
  float: left;
  margin: 10px 1.875rem 0 0;
  background: #fff;
  box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
}

.cui-modal.cui-profile-modal .cui-profile-modal-header .cui-avatar-circle img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cui-modal.cui-profile-modal .cui-profile-modal-header .cui-profile-modal-info .card-title {
  margin-top: 1.5rem;
}

.cui-modal.cui-profile-modal .cui-profile-modal-bio {
  padding: 15px 1.875rem 1.875rem;
  clear: both;
}

.cui-modal .btn-close {
  background-size: 0.75rem;
  outline: none;
  box-shadow: none;
  float: right;
}

.cui-body-open.modal-open {
  overflow: hidden;
}

.modal[aria-labelledby="dialog-nested-name1"] {
  z-index: 1056;
}

.modal[aria-labelledby="dialog-nested-name2"] {
  z-index: 1057;
}

.modal[aria-labelledby="dialog-nested-name3"] {
  z-index: 1058;
}

.modal-backdrop {
  background-color: #2D343D;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-backdrop:nth-of-type(2) {
  z-index: 1056;
}

.modal-backdrop:nth-of-type(3) {
  z-index: 1057;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): dropdown.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-dropdown.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.cui-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  clip: rect(0 0 0 0);
  background-color: transparent;
  padding: 0.5rem 0;
  opacity: 0;
  margin: 0;
  transition: opacity 0.2s ease-in-out 0.2s, clip 0.2s ease-in-out 0.2s;
}

.cui-dropdown .dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
  color: #2D343D;
  line-height: 1.42857143;
}

.cui-dropdown .dropdown-menu .dropdown-item:hover, .cui-dropdown .dropdown-menu .dropdown-item:focus {
  color: #22272e;
  background-color: rgba(0, 0, 0, 0.075);
}

.cui-dropdown .dropdown-menu .dropdown-item.disabled, .cui-dropdown .dropdown-menu .dropdown-item:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: transparent;
}

.cui-dropdown .dropdown-menu .dropdown-item.active, .cui-dropdown .dropdown-menu .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.075);
}

.cui-dropdown .dropdown-menu::before {
  border-radius: 0;
  background-color: #fff;
  border: none;
  -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  will-change: transform;
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cui-dropdown .dropdown-menu[data-popper-placement="top-start"]::before {
  -moz-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  will-change: transform;
}

.cui-dropdown .dropdown-menu[x-placement="top-end"]::before {
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  will-change: transform;
}

.cui-dropdown .dropdown-menu[data-popper-placement="bottom-end"]::before {
  -moz-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  will-change: transform;
}

.cui-dropdown.show > .dropdown-menu {
  opacity: 1;
}

.cui-dropdown.show > .dropdown-menu::before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cui-dropdown.dropup .dropdown-menu {
  top: 0;
  transform: translate3d(0px, -100%, 0px);
}

.cui-dropdown.dropup .caret {
  border-bottom: 4px solid;
}

.cui-dropdown.dropleft .dropdown-menu {
  top: 0;
  transform: translate3d(-100%, 0px, 0px);
}

.cui-dropdown .dropdown-menu-right {
  clip: rect(0 0 0 0);
}

.dropdown-header {
  padding: 0.25rem 1rem;
  margin-top: 8px;
  color: #63696F;
}

/* .navbar-fixed-bottom {
	.cui-dropdown{
		&.dropdown {
			.caret {
				border-bottom: 4px solid;
			}
		}
	}
}*/
/* .cui-sidebar-open{
	&.cui-navbar-sidebar{
		.dropdown-menu{ 
			background-color:transparent; 
			top:0; 
			border: none; 
			border-radius: 0; 
			box-shadow:none; 
			opacity:1; 
			&{
				.show { display: block;}
			}
		}
	}
}
@include media-breakpoint-down(sm) {
	.cui-sidebar-dropdown {
		.dropdown-menu{
			opacity:1;
		}
	}
} */
/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): checkbox.css
 * Copyright 2016-2019 A Design Saga.
 * Licensed under MIT (https://codeeffic.com/LICENSE)
 */
.cui-checkbox-ripple-effect {
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.checkbox .cui-checkbox-ripple-effect {
  padding-left: 0;
}

.checkbox .cui-checkbox {
  padding-left: 0;
}

.cui-checkbox .form-check-input:focus ~ .form-check-label::after,
.cui-radio .form-check-input:focus ~ .form-check-label::after {
  border-color: #96accd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 88, 155, 0.25);
}

.cui-checkbox,
.cui-radio {
  position: relative;
  margin-bottom: 0;
}

.cui-checkbox.form-check,
.cui-radio.form-check {
  padding-left: 0;
  min-height: 1.4rem;
}

.cui-checkbox .form-check-input,
.cui-radio .form-check-input {
  position: absolute;
  left: 23px;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.cui-checkbox .form-check-label,
.cui-radio .form-check-label {
  position: static;
  padding-left: 1.7rem;
  cursor: pointer;
  margin-bottom: 0;
}

.cui-checkbox .form-check-label::after,
.cui-radio .form-check-label::after {
  width: 18px;
  height: 18px;
  border: 0.125rem solid rgba(45, 52, 61, 0.16);
  top: 2px;
  margin: auto;
  left: 0;
}

.cui-checkbox .form-check-label::after, .cui-checkbox .form-check-label::before,
.cui-radio .form-check-label::after,
.cui-radio .form-check-label::before {
  position: absolute;
  content: "";
}

.cui-checkbox .form-check-input:checked ~ .form-check-label::after,
.cui-radio .form-check-input:checked ~ .form-check-label::after {
  border-color: #F92779;
}

.cui-checkbox .form-check-input:focus ~ .form-check-label::before,
.cui-radio .form-check-input:focus ~ .form-check-label::before {
  box-shadow: none;
}

.cui-checkbox .form-check-input:disabled ~ .form-check-label,
.cui-radio .form-check-input:disabled ~ .form-check-label {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.cui-checkbox .form-check-input:disabled ~ .form-check-label::after,
.cui-radio .form-check-input:disabled ~ .form-check-label::after {
  border-color: rgba(0, 0, 0, 0.38);
}

.cui-checkbox .ink,
.cui-radio .ink {
  background-color: rgba(0, 0, 0, 0.38);
}

.cui-radio .form-check-label::after {
  border-radius: 18px;
}

.cui-radio .form-check-label::before {
  top: 7px;
  background: #fff;
  border-radius: 4px;
  transition: .2s ease-in-out;
  height: 8px;
  width: 8px;
  left: 5px;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  margin: auto;
}

.cui-radio .form-check-input:checked ~ .form-check-label::after {
  background-color: #F92779;
  background-image: none;
  z-index: 0;
}

.cui-radio .form-check-input:checked ~ .form-check-label::before {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #fff;
  border-color: #fff;
  z-index: 1;
}

.cui-checkbox .form-check-label::after {
  border-radius: 0.125rem;
}

.cui-checkbox .form-check-label::before {
  height: 12px;
  top: 3px;
  margin: auto;
  left: 6px;
  width: 6px;
  transition: all .2s;
  opacity: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  z-index: 1;
  background-color: transparent;
}

.cui-checkbox .form-check-input:checked ~ .form-check-label::after {
  background-color: #F92779;
  background-image: none;
}

.cui-checkbox .form-check-input:checked ~ .form-check-label::before {
  color: #fff;
  background-image: none;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 0.125rem 0.125rem 0;
  opacity: 1;
  background-color: transparent;
  border-color: #fff;
}

/* hover style just for information */
.cui-checkbox.cui-checkbox-ripple-effect {
  position: relative;
}

.cui-checkbox .cui-checkboxwrap {
  position: absolute;
  z-index: -1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  top: -8px;
  left: -11px;
}

.checkbox-inline.cui-checkbox {
  padding-left: 0;
}

.cui-checkbox-ripple-effect .ink {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-white .cui-checkbox .form-check-label::after,
.text-white .cui-radio .form-check-label::after {
  width: 18px;
  height: 18px;
  border: 0.125rem solid rgba(255, 255, 255, 0.84);
}

.text-white .cui-checkbox .form-check-input:checked ~ .form-check-label::after,
.text-white .cui-radio .form-check-input:checked ~ .form-check-label::after {
  border-color: #F92779;
}

.text-white .cui-checkbox .form-check-input:focus ~ .form-check-label::before,
.text-white .cui-radio .form-check-input:focus ~ .form-check-label::before {
  box-shadow: none;
}

.text-white .cui-checkbox .form-check-input:disabled ~ .form-check-label,
.text-white .cui-radio .form-check-input:disabled ~ .form-check-label {
  color: rgba(255, 255, 255, 0.5);
}

.text-white .cui-checkbox .form-check-input:disabled ~ .form-check-label::after,
.text-white .cui-radio .form-check-input:disabled ~ .form-check-label::after {
  border-color: rgba(255, 255, 255, 0.5);
}

.text-white .cui-checkbox .ink,
.text-white .cui-radio .ink {
  background-color: rgba(255, 255, 255, 0.5);
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): textfield.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-textfield-focused {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  width: 100%;
  height: 2px;
  display: block;
  top: -1px;
  background-color: #8618D5;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: relative;
  z-index: 2;
}

.cui-textfield {
  display: block;
}

.cui-textfield.cui-textfield-floating-label-active .cui-textfield-focused {
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cui-textfield.cui-textfield-is-invalid ~ .invalid-feedback {
  display: block;
}

.cui-textfield .form-control,
.cui-textfield .form-select {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #E5E6E7;
  outline: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.25rem 0 0.5rem;
  color: #2D343D;
  height: calc(1.5em + 0.375rem + 0.5rem + 1px);
}

.cui-textfield .form-control:-webkit-autofill, .cui-textfield .form-control:-webkit-autofill:hover, .cui-textfield .form-control:-webkit-autofill:focus,
.cui-textfield .form-select:-webkit-autofill,
.cui-textfield .form-select:-webkit-autofill:hover,
.cui-textfield .form-select:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #2D343D;
}

.cui-textfield .form-select {
  background: url(../../../../../src/assets/images/baseline-arrow_drop_down.svg) no-repeat right 0.35rem center/22px 22px;
  padding-left: 0.375rem;
}

.cui-textfield .form-select.is-invalid,
.cui-textfield .was-validated .form-select:invalid {
  background: url(../../../../../src/assets/images/baseline-arrow_drop_down.svg) no-repeat right 0.35rem center/22px 22px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.cui-textfield .form-select.is-valid,
.cui-textfield .was-validated .form-select:invalid {
  background: url(../../../../../src/assets/images/baseline-arrow_drop_down.svg) no-repeat right 0.35rem center/22px 22px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.cui-textfield label {
  font-weight: normal;
  line-height: 1;
  font-size: 0.875rem;
  color: #63696F;
  margin-bottom: 0;
}

.cui-textfield label.col-form-label-lg, .cui-textfield label.col-form-label-sm {
  padding-top: 0;
  padding-bottom: 0;
}

.cui-textfield textarea.form-control {
  height: auto;
}

.cui-textfield .col-form-label {
  font-size: inherit;
  color: #2D343D;
  line-height: 1.5;
}

.cui-textfield .form-control-lg {
  font-size: 1.25rem;
}

.cui-textfield .form-control-sm {
  font-size: 0.875rem;
}

.cui-textfield .col-form-label-lg {
  font-size: 1rem;
}

.cui-textfield .col-form-label-sm {
  font-size: 0.625rem;
}

.cui-textfield .form-select::after {
  font-family: "Material icons";
  content: "\E5C5";
}

.cui-textfield .form-control-plaintext {
  outline: none;
}

.cui-textfield.cui-textfield-is-valid .valid-feedback {
  display: block;
}

.cui-textfield.cui-textfield-is-invalid .invalid-feedback {
  display: block;
  padding-left: 0;
}

.cui-textfield.cui-textfield-outline .form-control,
.cui-textfield.cui-textfield-outline .form-select {
  border: 1px solid #E5E6E7;
  border-radius: 0.5rem;
  padding: calc(0.875rem - 1px) calc(0.75rem - 1px);
  height: calc(1.5em + 1.75rem);
}

.cui-textfield.cui-textfield-outline .form-control-sm {
  padding: calc(0.6rem - 1px) calc(0.75rem - 1px);
  height: calc(1.5em + 1.2rem);
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-wrapper {
  position: relative;
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-wrapper .form-control:not([placeholder]),
.cui-textfield.cui-textfield-outline .cui-textfield-outline-wrapper .form-select:not([placeholder]) {
  border: none;
  padding: 0.875rem 0.75rem;
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-wrapper textarea.form-control:not([placeholder]) {
  margin-top: 0.875rem;
  display: inline-flex;
  padding-top: 0;
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-wrapper .form-control-sm:not([placeholder]) {
  padding: 0.6rem 0.75rem;
  height: calc(1.5em + 1.2rem);
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-wrapper label {
  transform: translateY(-11px);
}

.cui-textfield.cui-textfield-outline .cui-textfield-label-wrapper {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-left,
.cui-textfield.cui-textfield-outline .cui-textfield-outline-right,
.cui-textfield.cui-textfield-outline .cui-textfield-outline-middle {
  box-sizing: border-box;
  height: 100%;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid #E5E6E7;
  border-bottom: 1px solid #E5E6E7;
  pointer-events: none;
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-left {
  border-radius: 0.5rem 0 0 0.5rem;
  border-left: 1px solid #E5E6E7;
  border-right: none;
  width: 8px;
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-right {
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: none;
  border-right: 1px solid #E5E6E7;
  flex-grow: 1;
}

.cui-textfield.cui-textfield-outline .cui-textfield-outline-middle {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-top: none;
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label label {
  -ms-transform: translateY(14px);
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label label.col-form-label-lg {
  -ms-transform: translateY(18px);
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label label.col-form-label-sm {
  -ms-transform: translateY(7px);
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label .cui-textfield-outline-middle {
  border-top: 1px solid #E5E6E7;
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label.cui-textfield-floating-label-completed label {
  transform: translateY(-11px);
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label.cui-textfield-floating-label-completed .cui-textfield-outline-middle {
  border-top: none;
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active label {
  color: #8618D5;
  transform: translateY(-11px);
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-left,
.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-right,
.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-middle {
  border-top: 2px solid #8618D5;
  border-bottom: 2px solid #8618D5;
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-left {
  border-left: 2px solid #8618D5;
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-right {
  border-right: 2px solid #8618D5;
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-middle {
  border-top: none;
}

.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .form-control,
.cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .form-select {
  border: 2px solid #8618D5;
  padding: calc(0.875rem - 2px) calc(0.75rem - 2px);
  box-shadow: inherit;
}

.cui-textfield.cui-textfield-outline.cui-textfield-is-valid .valid-feedback {
  display: block;
}

.cui-textfield.cui-textfield-outline.cui-textfield-is-valid .cui-textfield-outline-left,
.cui-textfield.cui-textfield-outline.cui-textfield-is-valid .cui-textfield-outline-right,
.cui-textfield.cui-textfield-outline.cui-textfield-is-valid .cui-textfield-outline-middle {
  border-color: #259b24;
}

.cui-textfield.cui-textfield-outline.cui-textfield-is-valid label {
  color: #259b24;
}

.cui-textfield.cui-textfield-outline.cui-textfield-is-invalid .invalid-feedback {
  display: block;
  padding-left: 0;
}

.cui-textfield.cui-textfield-outline.cui-textfield-is-invalid .cui-textfield-outline-left,
.cui-textfield.cui-textfield-outline.cui-textfield-is-invalid .cui-textfield-outline-right,
.cui-textfield.cui-textfield-outline.cui-textfield-is-invalid .cui-textfield-outline-middle {
  border-color: #ff5722;
}

.cui-textfield.cui-textfield-outline.cui-textfield-is-invalid label {
  color: #ff5722;
}

.cui-textfield.cui-textfield-filled {
  position: relative;
}

.cui-textfield.cui-textfield-filled .form-control,
.cui-textfield.cui-textfield-filled .form-select {
  background-color: #f8f9fa;
  padding: calc(0.875rem - 1px) calc(0.75rem - 1px);
  height: calc(1.5em + 1.75rem);
}

.cui-textfield.cui-textfield-filled .form-control-sm {
  padding: calc(0.6rem - 1px) calc(0.75rem - 1px);
  height: calc(1.5em + 1.2rem);
}

.cui-textfield.cui-textfield-filled .cui-textfield-filled-wrapper {
  background-color: #f8f9fa;
  border-radius: 56px 56px 0 0;
  position: relative;
  display: flex;
}

.cui-textfield.cui-textfield-filled .cui-textfield-filled-wrapper .form-control:not([placeholder]),
.cui-textfield.cui-textfield-filled .cui-textfield-filled-wrapper .form-select:not([placeholder]) {
  padding: 1.3125rem 0.75rem 0.3rem 0.75rem;
  background-color: transparent;
}

.cui-textfield.cui-textfield-filled .cui-textfield-filled-wrapper textarea.form-control:not([placeholder]) {
  display: inline-flex;
  margin-top: 1.3125rem;
  padding-top: 0;
}

.cui-textfield.cui-textfield-filled .cui-textfield-filled-wrapper label {
  padding-left: 0.75rem;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
  transform: translateY(8px);
  font-size: 13px;
}

.cui-textfield.cui-textfield-filled .cui-textfield-filled-wrapper label.col-form-label {
  font-size: inherit;
}

.cui-textfield.cui-textfield-filled.cui-textfield-floating-label label {
  -ms-transform: translateY(18px);
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
  font-size: 1rem;
}

.cui-textfield.cui-textfield-filled.cui-textfield-floating-label label.col-form-label-lg {
  font-size: 1.25rem;
  -ms-transform: translateY(22px);
  -webkit-transform: translateY(22px);
  transform: translateY(22px);
}

.cui-textfield.cui-textfield-filled.cui-textfield-floating-label label.col-form-label-sm {
  font-size: 0.875rem;
  -ms-transform: translateY(13px);
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}

.cui-textfield.cui-textfield-filled.cui-textfield-floating-label.cui-textfield-floating-label-completed label {
  transform: translateY(8px);
  font-size: 13px;
}

.cui-textfield.cui-textfield-filled.cui-textfield-floating-label.cui-textfield-floating-label-completed.col-form-label-sm {
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.cui-textfield.cui-textfield-filled.cui-textfield-floating-label-active label {
  color: #8618D5;
}

.cui-textfield.cui-textfield-filled.cui-textfield-floating-label-active label.is-invalid {
  color: #ff5722;
}

.cui-textfield.cui-textfield-filled.cui-textfield-floating-label-active label.is-valid {
  color: #259b24;
}

.cui-textfield.cui-textfield-filled .cui-textfield-focused {
  left: 0;
  position: absolute;
  bottom: 0;
  top: inherit;
  width: auto;
  right: 0;
  height: 2px;
}

.cui-textfield-outline .form-text,
.cui-textfield-outline .valid-feedback,
.cui-textfield-outline .invalid-feedback,
.cui-custom-file-outline .form-text,
.cui-custom-file-outline .valid-feedback,
.cui-custom-file-outline .invalid-feedback {
  padding-left: 0;
}

.cui-textfield-filled .form-text,
.cui-textfield-filled .valid-feedback,
.cui-textfield-filled .invalid-feedback,
.cui-custom-file-filled .form-text,
.cui-custom-file-filled .valid-feedback,
.cui-custom-file-filled .invalid-feedback {
  padding-left: 0;
}

.cui-textfield-floating-label {
  position: relative;
}

.cui-textfield-floating-label label {
  -ms-transform: translateY(26px);
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
  font-size: 1rem;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cui-textfield-floating-label label.col-form-label-lg {
  font-size: 1.25rem;
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.cui-textfield-floating-label label.col-form-label-sm {
  font-size: 0.875rem;
  -ms-transform: translateY(26px);
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
}

.cui-textfield-floating-label .form-control {
  position: relative;
}

.cui-textfield-floating-label.cui-textfield-floating-label-completed label, .cui-textfield-floating-label.cui-textfield-floating-label-active label {
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  font-size: 0.875rem;
  color: #8618D5;
}

.cui-textfield-floating-label.cui-textfield-floating-label-completed label.col-form-label-lg, .cui-textfield-floating-label.cui-textfield-floating-label-active label.col-form-label-lg {
  font-size: 1rem;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cui-textfield-floating-label.cui-textfield-floating-label-completed label.col-form-label-sm, .cui-textfield-floating-label.cui-textfield-floating-label-active label.col-form-label-sm {
  font-size: 0.625rem;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cui-input-group .form-control[type="file"],
.cui-input-group-outline .form-control[type="file"],
.cui-input-group-filled .form-control[type="file"] {
  position: relative;
  font-size: 1rem;
  color: #2D343D;
  padding: 0.375rem;
}

.cui-input-group .form-control[type="file"]::-webkit-file-upload-button,
.cui-input-group-outline .form-control[type="file"]::-webkit-file-upload-button,
.cui-input-group-filled .form-control[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}

.cui-input-group .form-control[type="file"]::before,
.cui-input-group-outline .form-control[type="file"]::before,
.cui-input-group-filled .form-control[type="file"]::before {
  content: 'Browser';
  outline: none;
  cursor: pointer;
  border-left: none;
  border-radius: 4;
  background-color: #E5E6E7;
  color: #2D343D;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  align-items: center;
  display: flex;
  padding-left: 0.47rem;
  padding-right: 0.47rem;
  text-transform: uppercase;
  font-size: 14px;
}

.cui-input-group .form-control[type="file"]:hover::before,
.cui-input-group-outline .form-control[type="file"]:hover::before,
.cui-input-group-filled .form-control[type="file"]:hover::before {
  border-color: black;
}

.cui-input-group .form-control[type="file"]:active::before,
.cui-input-group-outline .form-control[type="file"]:active::before,
.cui-input-group-filled .form-control[type="file"]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.cui-input-group .form-control[type="file"] {
  border: none;
  border-bottom: solid 1px #E5E6E7;
  border-radius: 0;
  background: transparent;
}

.cui-input-group-outline .form-control[type="file"] {
  height: calc(1.5em + 1.75rem);
  padding: 0.875rem 0.75rem;
  color: #2D343D;
  background-color: transparent;
  border: 1px solid #E5E6E7;
  border-radius: 0.5rem;
}

.cui-input-group-filled .form-control[type="file"] {
  height: calc(1.5em + 1.75rem);
  padding: 0.875rem 0.75rem;
  color: #2D343D;
  background-color: #f8f9fa;
  border: none;
  border-bottom: 1px solid #E5E6E7;
  border-radius: 56px;
}

.cui-file.form-control[type="file"],
.cui-file-outline.form-control[type="file"],
.cui-file-filled.form-control[type="file"] {
  position: relative;
  font-size: 1rem;
  color: #2D343D;
  padding: 0.25rem 0 0.5rem;
  background-color: transparent;
  border-color: #E5E6E7;
  outline: none;
  box-shadow: none;
}

.cui-file.form-control[type="file"]::-webkit-file-upload-button,
.cui-file-outline.form-control[type="file"]::-webkit-file-upload-button,
.cui-file-filled.form-control[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}

.cui-file.form-control[type="file"]::before,
.cui-file-outline.form-control[type="file"]::before,
.cui-file-filled.form-control[type="file"]::before {
  content: 'Browser';
  outline: none;
  cursor: pointer;
  border-left: none;
  border-radius: 0 24px 24px 0;
  background-color: #E5E6E7;
  color: #2D343D;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  align-items: center;
  display: flex;
  padding-left: 0.47rem;
  padding-right: 0.47rem;
  text-transform: uppercase;
  font-size: 14px;
}

.cui-file.form-control[type="file"]:hover::before,
.cui-file-outline.form-control[type="file"]:hover::before,
.cui-file-filled.form-control[type="file"]:hover::before {
  border-color: black;
}

.cui-file.form-control[type="file"]:active::before,
.cui-file-outline.form-control[type="file"]:active::before,
.cui-file-filled.form-control[type="file"]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.cui-file.form-control[type="file"].is-invalid,
.cui-file-outline.form-control[type="file"].is-invalid,
.cui-file-filled.form-control[type="file"].is-invalid {
  border-color: #ff5722;
}

.cui-file.form-control[type="file"].is-valid,
.cui-file-outline.form-control[type="file"].is-valid,
.cui-file-filled.form-control[type="file"].is-valid {
  border-color: #259b24;
}

.cui-file.form-control[type="file"] {
  border: none;
  border-bottom: solid 1px #E5E6E7;
  border-radius: 0;
}

.cui-file-outline.form-control[type="file"] {
  height: calc(1.5em + 1.75rem);
  padding: 0.875rem 0.75rem;
  color: #2D343D;
  background-color: transparent;
  border: 1px solid #E5E6E7;
  border-radius: 0.5rem;
}

.cui-file-outline.form-control[type="file"]:focus {
  border: 2px solid #8618D5;
  box-shadow: none;
  outline: none;
}

.cui-file-filled.form-control[type="file"] {
  height: calc(1.5em + 1.75rem);
  padding: 0.875rem 0.75rem;
  color: #2D343D;
  background-color: #f8f9fa;
  border: none;
  border-bottom: 1px solid #E5E6E7;
  border-radius: 56px 56px 0 0;
}

.cui-file-filled.form-control[type="file"]:focus {
  border-bottom: 2px solid #8618D5;
  box-shadow: none;
  outline: none;
}

.cui-custom-file .custom-file-input:focus ~ .custom-file-label {
  box-shadow: none;
  border-color: #8618D5;
  border-width: 2px;
}

.cui-custom-file .custom-file-label {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #E5E6E7;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 0.375rem;
  padding-left: 0;
  color: #2D343D;
}

.cui-custom-file .custom-file-label::after {
  border-left: none;
  border-radius: 4;
  background-color: #E5E6E7;
  color: #2D343D;
}

.cui-custom-file-outline {
  height: calc(1.5em + 1.75rem);
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.cui-custom-file-outline .custom-file-label {
  height: calc(1.5em + 1.75rem);
  padding: 0.875rem 0.75rem;
  color: #2D343D;
  background-color: transparent;
  border: 1px solid #E5E6E7;
  border-radius: 0.5rem;
  left: 0;
  z-index: 1;
}

.cui-custom-file-outline .custom-file-label::after {
  height: calc(1.5em + 1.75rem - 2px);
  padding: 0.875rem 0.75rem;
  border-left: none;
  border-radius: 4px;
  background-color: #E5E6E7;
  color: #2D343D;
}

.cui-custom-file-outline .custom-file-label,
.cui-custom-file-outline .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
}

.cui-custom-file-outline .custom-file-input {
  height: calc(1.5em + 1.75rem);
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.cui-custom-file-outline .custom-file-input:focus ~ .custom-file-label {
  border: 2px solid #8618D5;
  box-shadow: none;
  outline: none;
}

.cui-custom-file-outline .custom-file-input:focus ~ .custom-file-label::after {
  height: calc(1.5em + 1.75rem - 4px);
}

.cui-custom-file-filled {
  height: calc(1.5em + 1.75rem);
}

.cui-custom-file-filled .custom-file-label {
  height: calc(1.5em + 1.75rem);
  padding: 0.875rem 0.75rem;
  color: #2D343D;
  background-color: #f8f9fa;
  border: none;
  border-bottom: 1px solid #E5E6E7;
  border-radius: 56px;
}

.cui-custom-file-filled .custom-file-label::after {
  height: calc(1.5em + 1.75rem - 1px);
  padding: 0.875rem 0.75rem;
  border-left: none;
  border-radius: 4;
}

.cui-custom-file-filled .custom-file-input {
  height: calc(1.5em + 1.75rem);
}

.cui-custom-file-filled .custom-file-input:focus ~ .custom-file-label {
  border-bottom: 2px solid #8618D5;
  box-shadow: none;
  outline: none;
}

.cui-custom-file-filled .custom-file-input:focus ~ .custom-file-label::after {
  height: calc(1.5em + 1.75rem - 2px);
}

.valid-feedback {
  color: #259b24;
}

.valid-tooltip {
  color: #fff;
  background-color: rgba(37, 155, 36, 0.8);
}

.was-validated .cui-textfield .form-control:valid, .cui-textfield .form-control.is-valid, .was-validated
.cui-textfield .custom-select:valid,
.cui-textfield .custom-select.is-valid {
  border-color: #259b24;
}

.was-validated .cui-textfield .form-control:valid:focus, .cui-textfield .form-control.is-valid:focus, .was-validated
.cui-textfield .custom-select:valid:focus,
.cui-textfield .custom-select.is-valid:focus {
  border-color: #259b24;
  box-shadow: none;
}

.was-validated .cui-textfield .form-control:valid ~ .cui-textfield-focused, .cui-textfield .form-control.is-valid ~ .cui-textfield-focused, .was-validated
.cui-textfield .custom-select:valid ~ .cui-textfield-focused,
.cui-textfield .custom-select.is-valid ~ .cui-textfield-focused {
  background-color: #259b24;
}

.cui-textfield label.is-valid {
  color: #259b24;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #259b24;
}

.was-validated .cui-checkbox .custom-control-input:valid ~ .custom-control-label, .cui-checkbox .custom-control-input.is-valid ~ .custom-control-label, .was-validated
.cui-radio .custom-control-input:valid ~ .custom-control-label,
.cui-radio .custom-control-input.is-valid ~ .custom-control-label {
  color: #259b24;
}

.was-validated .cui-checkbox .custom-control-input:valid ~ .custom-control-label::after, .cui-checkbox .custom-control-input.is-valid ~ .custom-control-label::after, .was-validated
.cui-radio .custom-control-input:valid ~ .custom-control-label::after,
.cui-radio .custom-control-input.is-valid ~ .custom-control-label::after {
  border-color: #259b24;
}

.was-validated .cui-radio .custom-control-input:valid ~ .custom-control-label::before, .cui-radio .custom-control-input.is-valid ~ .custom-control-label::before {
  background: #259b24;
  border-color: #259b24;
}

.was-validated .cui-checkbox .custom-control-input:valid ~ .custom-control-label::before, .cui-checkbox .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: transparent;
  box-shadow: none;
  border-color: #fff;
}

.was-validated .cui-checkbox .custom-control-input:valid ~ .custom-control-label::after, .cui-checkbox .custom-control-input.is-valid ~ .custom-control-label::after {
  background-color: #259b24;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #259b24;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: none;
}

.invalid-feedback {
  color: #ff5722;
}

.invalid-tooltip {
  color: #fff;
  background-color: rgba(255, 87, 34, 0.8);
}

.was-validated .cui-textfield .form-control:invalid, .cui-textfield .form-control.is-invalid, .was-validated
.cui-textfield .custom-select:invalid,
.cui-textfield .custom-select.is-invalid {
  border-color: #ff5722;
}

.was-validated .cui-textfield .form-control:invalid:focus, .cui-textfield .form-control.is-invalid:focus, .was-validated
.cui-textfield .custom-select:invalid:focus,
.cui-textfield .custom-select.is-invalid:focus {
  border-color: #ff5722;
  box-shadow: none;
}

.was-validated .cui-textfield .form-control:invalid ~ .cui-textfield-focused, .cui-textfield .form-control.is-invalid ~ .cui-textfield-focused, .was-validated
.cui-textfield .custom-select:invalid ~ .cui-textfield-focused,
.cui-textfield .custom-select.is-invalid ~ .cui-textfield-focused {
  background-color: #ff5722;
}

.cui-textfield label.is-invalid {
  color: #ff5722;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff5722;
}

.was-validated .cui-checkbox .custom-control-input:invalid ~ .custom-control-label, .cui-checkbox .custom-control-input.is-invalid ~ .custom-control-label, .was-validated
.cui-radio .custom-control-input:invalid ~ .custom-control-label,
.cui-radio .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff5722;
}

.was-validated .cui-checkbox .custom-control-input:invalid ~ .custom-control-label::after, .cui-checkbox .custom-control-input.is-invalid ~ .custom-control-label::after, .was-validated
.cui-radio .custom-control-input:invalid ~ .custom-control-label::after,
.cui-radio .custom-control-input.is-invalid ~ .custom-control-label::after {
  border-color: #ff5722;
}

.was-validated .cui-radio .custom-control-input:invalid ~ .custom-control-label::before, .cui-radio .custom-control-input.is-invalid ~ .custom-control-label::before {
  background: #ff5722;
  border-color: #ff5722;
}

.was-validated .cui-checkbox .custom-control-input:invalid ~ .custom-control-label::before, .cui-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: transparent;
  box-shadow: none;
  border-color: #fff;
}

.was-validated .cui-checkbox .custom-control-input:invalid ~ .custom-control-label::after, .cui-checkbox .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: #ff5722;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff5722;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: none;
}

.was-validated .cui-checkbox .custom-control-input:invalid ~ .custom-control-label::before, .cui-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: transparent;
  box-shadow: none;
  border-color: #fff;
}

.was-validated .cui-checkbox .custom-control-input:invalid ~ .custom-control-label::after, .cui-checkbox .custom-control-input.is-invalid ~ .custom-control-label::after {
  background-color: transparent;
}

.help-block {
  font-size: 14px;
  margin-top: 0;
}

.has-error-text {
  display: none;
}

.text-white .cui-textfield label {
  color: rgba(255, 255, 255, 0.84);
}

.text-white .cui-textfield label.is-invalid {
  color: #ff5722;
}

.text-white .cui-textfield label.is-valid {
  color: #259b24;
}

.text-white .cui-textfield .form-select {
  background: url(../../../../../src/assets/images/baseline-arrow_drop_down-white.svg) no-repeat right 0.35rem center/22px 22px;
}

.text-white .cui-textfield .form-select.is-invalid,
.text-white .cui-textfield .was-validated .form-select:invalid {
  background: url(../../../../../src/assets/images/baseline-arrow_drop_down-white.svg) no-repeat right 0.35rem center/22px 22px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.text-white .cui-textfield .form-select.is-valid,
.text-white .cui-textfield .was-validated .form-select:invalid {
  background: url(../../../../../src/assets/images/baseline-arrow_drop_down-white.svg) no-repeat right 0.35rem center/22px 22px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.text-white .cui-textfield .form-control,
.text-white .cui-textfield .form-select {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.text-white .cui-textfield .form-control:-webkit-autofill, .text-white .cui-textfield .form-control:-webkit-autofill:hover, .text-white .cui-textfield .form-control:-webkit-autofill:focus,
.text-white .cui-textfield .form-select:-webkit-autofill,
.text-white .cui-textfield .form-select:-webkit-autofill:hover,
.text-white .cui-textfield .form-select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}

.text-white .cui-textfield .form-control.is-invalid,
.text-white .cui-textfield .form-select.is-invalid {
  border-bottom-color: #ff5722;
  background-color: transparent;
}

.text-white .cui-textfield .form-control.is-valid,
.text-white .cui-textfield .form-select.is-valid {
  border-bottom-color: #259b24;
  background-color: transparent;
}

.text-white .cui-textfield select option {
  color: #2D343D;
}

.text-white .cui-textfield .form-control-plaintext {
  color: #fff;
}

.text-white .cui-textfield.cui-textfield-outline .cui-textfield-outline-left,
.text-white .cui-textfield.cui-textfield-outline .cui-textfield-outline-right,
.text-white .cui-textfield.cui-textfield-outline .cui-textfield-outline-middle {
  border-color: rgba(255, 255, 255, 0.12);
}

.text-white .cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active label {
  color: #8618D5;
}

.text-white .cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-left,
.text-white .cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-right,
.text-white .cui-textfield.cui-textfield-outline.cui-textfield-floating-label-active .cui-textfield-outline-middle {
  border-color: #8618D5;
}

.text-white .cui-textfield.cui-textfield-outline.cui-textfield-is-valid .cui-textfield-outline-left,
.text-white .cui-textfield.cui-textfield-outline.cui-textfield-is-valid .cui-textfield-outline-right,
.text-white .cui-textfield.cui-textfield-outline.cui-textfield-is-valid .cui-textfield-outline-middle {
  border-color: #259b24;
}

.text-white .cui-textfield.cui-textfield-outline.cui-textfield-is-valid label {
  color: #259b24;
}

.text-white .cui-textfield.cui-textfield-outline.cui-textfield-is-invalid .cui-textfield-outline-left,
.text-white .cui-textfield.cui-textfield-outline.cui-textfield-is-invalid .cui-textfield-outline-right,
.text-white .cui-textfield.cui-textfield-outline.cui-textfield-is-invalid .cui-textfield-outline-middle {
  border-color: #ff5722;
}

.text-white .cui-textfield.cui-textfield-outline.cui-textfield-is-invalid label {
  color: #ff5722;
}

.text-white .cui-textfield.cui-textfield-filled .cui-textfield-filled-wrapper {
  background-color: rgba(255, 255, 255, 0.04);
}

.text-white .cui-textfield.cui-textfield-filled.cui-textfield-floating-label-active label.is-invalid {
  color: #ff5722;
}

.text-white .cui-textfield.cui-textfield-filled.cui-textfield-floating-label-active label.is-valid {
  color: #259b24;
}

.text-white .cui-file.form-control[type="file"],
.text-white .cui-file-outline.form-control[type="file"],
.text-white .cui-file-filled.form-control[type="file"] {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.text-white .cui-file.form-control[type="file"].is-invalid,
.text-white .cui-file-outline.form-control[type="file"].is-invalid,
.text-white .cui-file-filled.form-control[type="file"].is-invalid {
  border-color: #ff5722;
}

.text-white .cui-file.form-control[type="file"].is-valid,
.text-white .cui-file-outline.form-control[type="file"].is-valid,
.text-white .cui-file-filled.form-control[type="file"].is-valid {
  border-color: #259b24;
}

.text-white .cui-file-filled.form-control[type="file"] {
  background-color: rgba(255, 255, 255, 0.04);
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): textfield.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-input-group.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating).cui-form-select .custom-select-trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cui-input-group.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).cui-textfield.cui-textfield-outline .cui-textfield-outline-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cui-input-group.input-group > .cui-form-select .custom-select-trigger {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.cui-input-group .input-group-text {
  background-color: transparent;
  border-color: transparent;
  border-top: none;
  font-weight: 500;
}

.cui-input-group .input-group-text:last-child {
  z-index: 3;
  padding-left: 1rem;
}

.cui-input-group .input-group-text:first-child {
  padding-right: 1rem;
}

.cui-input-group > .btn ~ .cui-textfield label {
  padding-left: 0.375rem;
}

.cui-input-group > .btn ~ .cui-textfield .form-control,
.cui-input-group > .btn ~ .cui-textfield .custom-select {
  padding-left: 0.375rem;
}

.cui-input-group > .btn ~ .cui-custom-file .custom-file-label {
  padding-left: 0.375rem;
}

.cui-input-group .cui-textfield-focused {
  top: 0;
}

.cui-input-group.cui-input-group-icon .input-group-text {
  background-color: transparent;
  border-color: transparent;
}

.cui-input-group.cui-input-group-icon .input-group-text .material-icons {
  vertical-align: middle;
}

.cui-input-group.cui-input-group-icon .input-group-text:not(:last-child) {
  padding-right: 1rem;
}

.cui-input-group.cui-input-group-icon .input-group-text:not(:last-child) ~ .cui-textfield label {
  padding-left: 0;
}

.cui-input-group.cui-input-group-icon .input-group-text:not(:last-child) ~ .cui-textfield .form-control,
.cui-input-group.cui-input-group-icon .input-group-text:not(:last-child) ~ .cui-textfield .custom-select {
  padding-left: 0;
}

.cui-input-group.cui-input-group-icon .input-group-text:not(:first-child) {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.cui-input-group.input-group-lg .form-control,
.cui-input-group.input-group-lg .input-group-text,
.cui-input-group.input-group-lg .btn {
  font-size: 1.25rem;
  padding: 0.375rem 0.5rem;
}

.cui-input-group.input-group-sm .form-control,
.cui-input-group.input-group-sm .input-group-text,
.cui-input-group.input-group-sm .btn {
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.cui-input-group .cui-checkbox .form-check-label,
.cui-input-group .cui-radio .form-check-label,
.cui-input-group-outline .cui-checkbox .form-check-label,
.cui-input-group-outline .cui-radio .form-check-label,
.cui-input-group-filled .cui-checkbox .form-check-label,
.cui-input-group-filled .cui-radio .form-check-label {
  position: static;
  padding-left: 1.75rem;
}

.cui-input-group > .cui-textfield,
.cui-input-group-outline > .cui-textfield,
.cui-input-group-filled > .cui-textfield {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.cui-input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown,
.cui-input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown,
.cui-input-group-outline:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown,
.cui-input-group-outline:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown,
.cui-input-group-filled:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown,
.cui-input-group-filled:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown {
  display: inline-flex;
}

.cui-input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown .btn,
.cui-input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown .btn,
.cui-input-group-outline:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown .btn,
.cui-input-group-outline:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown .btn,
.cui-input-group-filled:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown .btn,
.cui-input-group-filled:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cui-input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown .btn:not(:first-child),
.cui-input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown .btn:not(:first-child),
.cui-input-group-outline:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown .btn:not(:first-child),
.cui-input-group-outline:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown .btn:not(:first-child),
.cui-input-group-filled:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).cui-dropdown .btn:not(:first-child),
.cui-input-group-filled:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).cui-dropdown .btn:not(:first-child) {
  margin-left: -1px;
}

.cui-input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).cui-dropdown,
.cui-input-group-outline > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).cui-dropdown,
.cui-input-group-filled > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).cui-dropdown {
  display: inline-flex;
}

.cui-input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).cui-dropdown .btn,
.cui-input-group-outline > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).cui-dropdown .btn,
.cui-input-group-filled > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).cui-dropdown .btn {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cui-input-group.cui-input-group-is-invalid .custom-select-trigger,
.cui-input-group-outline.cui-input-group-is-invalid .custom-select-trigger,
.cui-input-group-filled.cui-input-group-is-invalid .custom-select-trigger {
  border-color: #ff5722;
}

.cui-input-group.cui-input-group-is-invalid .input-group-text,
.cui-input-group-outline.cui-input-group-is-invalid .input-group-text,
.cui-input-group-filled.cui-input-group-is-invalid .input-group-text {
  height: 52px;
}

.cui-input-group-outline:not(.cui-input-group-icon) > :not(:last-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) .cui-textfield-outline-right {
  border-radius: 0;
}

.cui-input-group-outline:not(.cui-input-group-icon) .cui-textfield-outline:not(:first-child) .cui-textfield-outline-left {
  border-radius: 0;
}

.cui-input-group-outline > .cui-textfield + .cui-textfield {
  margin-left: -1px;
}

.cui-input-group-outline .input-group-text {
  border-color: #E5E6E7;
  background-color: transparent;
}

.cui-input-group-outline > .cui-textfield-outline:not(:first-child) .form-control,
.cui-input-group-outline > .cui-textfield-outline:not(:first-child) .custom-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cui-input-group-outline > .cui-textfield-outline:not(:last-child) .form-control,
.cui-input-group-outline > .cui-textfield-outline:not(:last-child) .custom-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cui-input-group-outline.cui-input-group-icon .input-group-text {
  position: absolute;
  height: 100%;
  background-color: transparent;
  border: none;
}

.cui-input-group-outline.cui-input-group-icon .input-group-text:not(:first-child) {
  right: 0;
}

.cui-input-group-outline.cui-input-group-icon .input-group-text ~ .cui-textfield-outline .custom-select,
.cui-input-group-outline.cui-input-group-icon .input-group-text ~ .cui-textfield-outline .form-control {
  padding-left: 44px;
}

.cui-input-group-outline.cui-input-group-icon .input-group-text ~ .cui-textfield-outline.cui-textfield-floating-label label {
  padding-left: 34px;
}

.cui-input-group-outline.cui-input-group-icon .input-group-text ~ .cui-textfield-outline.cui-textfield-floating-label.cui-textfield-floating-label-completed label {
  padding-left: 0;
}

.cui-input-group-outline.input-group-sm .custom-select,
.cui-input-group-outline.input-group-sm .form-control:not(textarea) {
  height: calc(1.5em + 1rem);
  padding: calc(0.5rem - 1px) 0.75rem;
}

.cui-input-group-outline.input-group-sm .cui-textfield-outline-wrapper .custom-select:not([placeholder]),
.cui-input-group-outline.input-group-sm .cui-textfield-outline-wrapper .form-control:not([placeholder]) {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

.cui-input-group-outline.input-group-sm > .btn,
.cui-input-group-outline.input-group-sm > .input-group-text {
  font-size: 0.875rem;
  padding: calc(0.5rem - 1px) 0.75rem;
}

.cui-input-group-outline.input-group-sm .cui-textfield-floating-label label {
  font-size: 0.875rem;
  -ms-transform: translateY(7px);
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.cui-input-group-outline.input-group-sm .cui-textfield-floating-label.cui-textfield-floating-label-completed label {
  font-size: 0.625rem;
}

.cui-input-group-outline.input-group-lg .custom-select,
.cui-input-group-outline.input-group-lg .form-control:not(textarea) {
  font-size: 1.25rem;
  height: calc(1.5em + 2rem);
  padding: calc(1rem - 1px) 0.75rem;
}

.cui-input-group-outline.input-group-lg .cui-textfield-outline-wrapper .custom-select:not([placeholder]),
.cui-input-group-outline.input-group-lg .cui-textfield-outline-wrapper .form-control:not([placeholder]) {
  padding: 1rem 0.75rem;
}

.cui-input-group-outline.input-group-lg > .btn,
.cui-input-group-outline.input-group-lg > .input-group-text {
  font-size: 1.25rem;
  padding: calc(1rem - 1px) 0.75rem;
  height: calc(1.5em + 2rem);
}

.cui-input-group-outline.input-group-lg .cui-textfield-floating-label label {
  font-size: 1.25rem;
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.cui-input-group-outline.input-group-lg .cui-textfield-floating-label.cui-textfield-floating-label-completed label {
  font-size: 1rem;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): toggle-switch.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-switch {
  vertical-align: middle;
  min-height: 2.25rem;
  padding-left: 4em;
}

.cui-switch .form-check-input {
  height: 2rem;
  width: 3.5em;
  margin-left: -4em;
  border-width: 2px;
}

.cui-switch .form-check-input:checked {
  background-color: #F92779;
  border-color: #F92779;
}

.cui-switch-custom {
  display: flex;
}

.cui-switch-custom .cui-switch {
  margin: 0 0.5rem;
}

.cui-switch-custom .cui-switch .switch-label-caption {
  display: none;
}

.cui-switch-custom label {
  font-size: .749875rem;
  text-transform: uppercase;
  color: #838d91;
}

.cui-switch-custom label.active {
  opacity: 1;
  color: #1b2e35;
}

.cui-switch-custom.with-label {
  align-items: center;
}

.cui-switch-custom.both-true-toggle .form-check-input {
  background-color: #20c997;
}

.cui-switch-custom.both-true-toggle .form-check-input:before {
  color: #0aa05c;
  content: "check";
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com):: list.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-card-list {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 0;
  background-color: #fff;
  -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
}

.cui-card-list.cui-list-collapse .cui-collapse-list-content {
  min-width: 172px;
}

.pf-pass-valid-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
}

.pf-pass-valid-list .pf-pass-valid-item {
  position: relative;
  padding: 0 0 0 1.5rem;
  list-style: none;
  margin-bottom: 0.5rem;
  width: 50%;
  font-size: 0.749875rem;
  color: #2D343D;
}

@media (max-width: 991.98px) {
  .pf-pass-valid-list .pf-pass-valid-item {
    width: 100%;
  }
}

.pf-pass-valid-list .pf-pass-valid-item:nth-child(odd) {
  padding-right: 1rem;
}

@media (max-width: 991.98px) {
  .pf-pass-valid-list .pf-pass-valid-item:nth-child(odd) {
    padding-right: 0;
  }
}

.pf-pass-valid-list .pf-pass-valid-item:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(45, 52, 61, 0.3);
  border-radius: 8px;
  position: absolute;
  left: 4px;
  top: 6px;
  text-decoration: none;
}

.pf-pass-valid-list .pf-pass-valid-item.valid-point {
  text-decoration: line-through;
}

.pf-pass-valid-list .pf-pass-valid-item.valid-point:before {
  left: 0;
  top: 2px;
  width: 18px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTggMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAsMGgxOHYxOEgwVjB6Ii8+DQo8cGF0aCBmaWxsPSIjMjU5QjI0IiBkPSJNNi44LDEyLjJMMy42LDlsLTEsMWw0LjIsNC4ybDktOWwtMS0xLjFMNi44LDEyLjJ6Ii8+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-size: 18px;
  height: 18px;
  text-decoration: none;
  display: inline-block;
}

.cui-list .list-group-item {
  padding: 0.75rem 1rem;
}

.cui-list .list-group-item.cui-list-item-inset {
  padding-left: calc(1rem + 40px + 1rem);
}

.cui-list .list-group-item .cui-child-list {
  margin: 0 -1rem;
}

.cui-list .list-group-item .cui-child-list .list-group-item {
  padding: 0.75rem 1rem 0.75rem 2.75rem;
}

.cui-list .list-group-item .cui-switch label {
  margin-bottom: 0;
}

.cui-list .list-group-item {
  margin-bottom: -1px;
  border: inherit;
  line-height: 1.4;
}

.cui-list .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cui-list .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.cui-list.cui-list-border .list-group-item {
  border: 1px solid #EDEFF3;
}

.cui-list.cui-list-sm .list-group-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cui-list.cui-list-sm.cui-list-bullet .list-group-item:before {
  top: 0.5rem;
}

.cui-list.cui-list-bullet .list-group-item {
  padding-left: 1.5rem;
  position: relative;
}

.cui-list.cui-list-bullet .list-group-item:before {
  content: "";
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  top: 0.625rem;
  opacity: 0.54;
}

.cui-list .material-icons.media-left {
  padding-right: 32px;
  vertical-align: top;
  display: table-cell;
}

.cui-list .material-icons.media-right {
  padding-left: 32px;
  vertical-align: top;
  display: table-cell;
}

.cui-list .material-icons.media-middle {
  vertical-align: middle;
  display: table-cell;
}

.cui-list.cui-inset-divider .list-group-item {
  position: relative;
  margin-bottom: 0;
}

.cui-list.cui-inset-divider .list-group-item:after {
  content: "";
  position: absolute;
  right: 0;
  left: calc(1rem + 40px + 1rem);
  bottom: 0;
  height: 1px;
  background-color: #E5E6E7;
}

.cui-list.cui-inset-divider .list-group-item:last-child:after {
  display: none;
}

.cui-list.cui-inset-divider .list-group-item.cui-inser-divider-0:after, .cui-list.cui-inset-divider .list-group-item.border-0:after {
  display: none;
}

.cui-list-title {
  color: #2D343D;
  font-size: 1rem;
}

.cui-list-title:last-child {
  margin-bottom: 0;
}

.cui-list-title:first-child {
  margin-bottom: 0.5rem;
}

.cui-list-subtitle {
  color: #63696F;
  font-size: 0.875rem;
  margin-top: -0.25rem;
}

.cui-list-subtitle:first-child {
  margin-bottom: 0;
  margin-top: 0;
}

.cui-list-text {
  color: #63696F;
  font-size: 1rem;
}

.cui-list-text:last-child,
.cui-list-subtitle:last-child {
  margin-bottom: 0;
}

.cui-list-subtitle + .cui-list-subtitle {
  margin-top: 0;
}

.list-group-item.active .cui-list-title {
  color: #fff;
}

.list-group-item.active .cui-list-subtitle {
  color: rgba(255, 255, 255, 0.84);
}

.list-group-item.active .cui-list-text {
  color: rgba(255, 255, 255, 0.84);
}

.cui-list-avatar {
  padding: 0.5rem 0;
}

.cui-list-avatar .list-group-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cui-list-icon {
  width: 40px;
  margin-right: 1rem;
}

.cui-avatar-list-img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  overflow: hidden;
  display: inline-block;
}

.media-body.cui-word-break {
  word-break: break-all;
  word-wrap: break-word;
}

.media-body + .cui-avatar-list-img,
.media-body + .cui-list-icon {
  margin-right: 0;
  margin-left: 1rem;
}

.media-body + .cui-list-icon {
  text-align: right;
  justify-content: flex-end;
}

.media-body + .dropdown {
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
}

.cui-list-inline {
  margin: 0 -0.375rem;
}

.cui-list-inline .list-inline-item {
  padding: 0 0.375rem;
  margin: 0;
}

.cui-list-inline.cui-list-inline-border {
  margin-left: -1rem;
  margin-right: -1rem;
}

.cui-list-inline.cui-list-inline-border .list-inline-item {
  padding-left: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #E5E6E7;
}

.cui-list-inline.cui-list-inline-border .list-inline-item:last-child {
  border-right: 0;
}

.list-group-item-action a {
  color: inherit;
}

.list-group-item-action a:hover, .list-group-item-action a:focus {
  text-decoration: none;
}

.dropdown .dropdown-toggle.no-caret:after, .dropdown .dropdown-toggle.cui-btn-fab:after {
  display: none;
}

[aria-expanded*="true"] .cui-accordion-arrow {
  transform: rotate(180deg);
  justify-content: end;
}

.cui-list-divider {
  height: 0;
  margin: 0.5rem 0rem;
  overflow: hidden;
  border-top: 1px solid #E5E6E7;
}

.cui-list-divider.cui-list-item-inset {
  margin-left: calc(1rem + 40px + 1rem);
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): pagination.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-pagination .page-item {
  display: flex;
}

.cui-pagination .page-item .page-link {
  border: 0;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  margin: 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 56px;
  line-height: 1;
  color: #63696F;
  height: 24px;
  width: 24px;
  padding: 0 0;
}

.cui-pagination .page-item .page-link:focus {
  box-shadow: none;
  text-decoration: none;
}

.cui-pagination .page-item .page-link:active:focus {
  text-decoration: none;
}

.cui-pagination .page-item .page-link:hover {
  background-color: #E5E6E7;
  color: #2D343D;
}

.cui-pagination .page-item .page-link.disabled {
  opacity: 0.6;
}

.cui-pagination .page-item.pagination-arrow .page-link {
  background-color: inherit;
}

.cui-pagination .page-item.pagination-arrow .page-link:hover {
  background-color: #E5E6E7;
  color: #2D343D;
}

.cui-pagination .page-item.active .page-link {
  background-color: #8618D5;
  color: #fff;
}

.cui-pagination .page-item:first-child .page-link, .cui-pagination .page-item:last-child .page-link {
  border-radius: 56px;
}

.cui-pagination.cui-pagination-outline .page-item .page-link {
  border: 1px solid #E5E6E7;
}

.cui-pagination.cui-pagination-outline .page-item .page-link:hover {
  border-color: #E5E6E7;
}

.cui-pagination.cui-pagination-outline .page-item.active .page-link {
  border-color: #F92779;
}

.cui-pagination.cui-pagination-outline .page-item.disabled {
  opacity: 0.7;
}

.cui-pagination.pagination-lg .page-item .page-link {
  padding: 0.625rem 0.875rem;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 56px;
}

.cui-pagination.pagination-lg .page-item:first-child .page-link, .cui-pagination.pagination-lg .page-item:last-child .page-link {
  border-radius: 56px;
}

.cui-pagination.pagination-sm .page-item .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 24px;
}

.cui-pagination.pagination-sm .page-item:first-child .page-link, .cui-pagination.pagination-sm .page-item:last-child .page-link {
  border-radius: 24px;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): popover.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.popover.primary {
  background-color: #F92779;
  border-color: #fdc3d9;
}

.popover.primary .popover-body {
  color: #fff;
}

.popover.primary.bs-popover-top .arrow::before, .popover.primary.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #fdc3d9;
}

.popover.primary.bs-popover-top .arrow::after, .popover.primary.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #F92779;
}

.popover.primary.bs-popover-right .arrow::before {
  border-right-color: #fdc3d9;
}

.popover.primary.bs-popover-right .arrow::after {
  border-right-color: #F92779;
}

.popover.primary.bs-popover-bottom .arrow::before, .popover.primary.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: #fdc3d9;
}

.popover.primary.bs-popover-bottom .arrow::after, .popover.primary.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #F92779;
}

.popover.primary.bs-popover-left .arrow::before {
  border-left-color: #fdc3d9;
}

.popover.primary.bs-popover-left .arrow::after {
  border-left-color: #F92779;
}

.popover.secondary {
  background-color: #8618D5;
  border-color: #ddbef3;
}

.popover.secondary .popover-body {
  color: #fff;
}

.popover.secondary.bs-popover-top .arrow::before, .popover.secondary.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #ddbef3;
}

.popover.secondary.bs-popover-top .arrow::after, .popover.secondary.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #8618D5;
}

.popover.secondary.bs-popover-right .arrow::before {
  border-right-color: #ddbef3;
}

.popover.secondary.bs-popover-right .arrow::after {
  border-right-color: #8618D5;
}

.popover.secondary.bs-popover-bottom .arrow::before, .popover.secondary.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: #ddbef3;
}

.popover.secondary.bs-popover-bottom .arrow::after, .popover.secondary.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #8618D5;
}

.popover.secondary.bs-popover-left .arrow::before {
  border-left-color: #ddbef3;
}

.popover.secondary.bs-popover-left .arrow::after {
  border-left-color: #8618D5;
}

.popover.success {
  background-color: #259b24;
  border-color: #c2e3c2;
}

.popover.success .popover-body {
  color: #fff;
}

.popover.success.bs-popover-top .arrow::before, .popover.success.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #c2e3c2;
}

.popover.success.bs-popover-top .arrow::after, .popover.success.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #259b24;
}

.popover.success.bs-popover-right .arrow::before {
  border-right-color: #c2e3c2;
}

.popover.success.bs-popover-right .arrow::after {
  border-right-color: #259b24;
}

.popover.success.bs-popover-bottom .arrow::before, .popover.success.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: #c2e3c2;
}

.popover.success.bs-popover-bottom .arrow::after, .popover.success.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #259b24;
}

.popover.success.bs-popover-left .arrow::before {
  border-left-color: #c2e3c2;
}

.popover.success.bs-popover-left .arrow::after {
  border-left-color: #259b24;
}

.popover.info {
  background-color: #4BD2F8;
  border-color: #cdf2fd;
}

.popover.info .popover-body {
  color: #2D343D;
}

.popover.info.bs-popover-top .arrow::before, .popover.info.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #cdf2fd;
}

.popover.info.bs-popover-top .arrow::after, .popover.info.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #4BD2F8;
}

.popover.info.bs-popover-right .arrow::before {
  border-right-color: #cdf2fd;
}

.popover.info.bs-popover-right .arrow::after {
  border-right-color: #4BD2F8;
}

.popover.info.bs-popover-bottom .arrow::before, .popover.info.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: #cdf2fd;
}

.popover.info.bs-popover-bottom .arrow::after, .popover.info.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #4BD2F8;
}

.popover.info.bs-popover-left .arrow::before {
  border-left-color: #cdf2fd;
}

.popover.info.bs-popover-left .arrow::after {
  border-left-color: #4BD2F8;
}

.popover.warning {
  background-color: #EFC300;
  border-color: #fbeeb8;
}

.popover.warning .popover-body {
  color: #2D343D;
}

.popover.warning.bs-popover-top .arrow::before, .popover.warning.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #fbeeb8;
}

.popover.warning.bs-popover-top .arrow::after, .popover.warning.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #EFC300;
}

.popover.warning.bs-popover-right .arrow::before {
  border-right-color: #fbeeb8;
}

.popover.warning.bs-popover-right .arrow::after {
  border-right-color: #EFC300;
}

.popover.warning.bs-popover-bottom .arrow::before, .popover.warning.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: #fbeeb8;
}

.popover.warning.bs-popover-bottom .arrow::after, .popover.warning.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #EFC300;
}

.popover.warning.bs-popover-left .arrow::before {
  border-left-color: #fbeeb8;
}

.popover.warning.bs-popover-left .arrow::after {
  border-left-color: #EFC300;
}

.popover.danger {
  background-color: #ff5722;
  border-color: #ffd0c1;
}

.popover.danger .popover-body {
  color: #fff;
}

.popover.danger.bs-popover-top .arrow::before, .popover.danger.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #ffd0c1;
}

.popover.danger.bs-popover-top .arrow::after, .popover.danger.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #ff5722;
}

.popover.danger.bs-popover-right .arrow::before {
  border-right-color: #ffd0c1;
}

.popover.danger.bs-popover-right .arrow::after {
  border-right-color: #ff5722;
}

.popover.danger.bs-popover-bottom .arrow::before, .popover.danger.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffd0c1;
}

.popover.danger.bs-popover-bottom .arrow::after, .popover.danger.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #ff5722;
}

.popover.danger.bs-popover-left .arrow::before {
  border-left-color: #ffd0c1;
}

.popover.danger.bs-popover-left .arrow::after {
  border-left-color: #ff5722;
}

.popover.light {
  background-color: #E5E6E7;
  border-color: #f8f8f8;
}

.popover.light .popover-body {
  color: #2D343D;
}

.popover.light.bs-popover-top .arrow::before, .popover.light.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #f8f8f8;
}

.popover.light.bs-popover-top .arrow::after, .popover.light.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #E5E6E7;
}

.popover.light.bs-popover-right .arrow::before {
  border-right-color: #f8f8f8;
}

.popover.light.bs-popover-right .arrow::after {
  border-right-color: #E5E6E7;
}

.popover.light.bs-popover-bottom .arrow::before, .popover.light.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f8f8;
}

.popover.light.bs-popover-bottom .arrow::after, .popover.light.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #E5E6E7;
}

.popover.light.bs-popover-left .arrow::before {
  border-left-color: #f8f8f8;
}

.popover.light.bs-popover-left .arrow::after {
  border-left-color: #E5E6E7;
}

.popover.dark {
  background-color: #2D343D;
  border-color: #c4c6c9;
}

.popover.dark .popover-body {
  color: #fff;
}

.popover.dark.bs-popover-top .arrow::before, .popover.dark.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #c4c6c9;
}

.popover.dark.bs-popover-top .arrow::after, .popover.dark.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #2D343D;
}

.popover.dark.bs-popover-right .arrow::before {
  border-right-color: #c4c6c9;
}

.popover.dark.bs-popover-right .arrow::after {
  border-right-color: #2D343D;
}

.popover.dark.bs-popover-bottom .arrow::before, .popover.dark.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: #c4c6c9;
}

.popover.dark.bs-popover-bottom .arrow::after, .popover.dark.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #2D343D;
}

.popover.dark.bs-popover-left .arrow::before {
  border-left-color: #c4c6c9;
}

.popover.dark.bs-popover-left .arrow::after {
  border-left-color: #2D343D;
}

.popover.white {
  background-color: #fff;
  border-color: white;
}

.popover.white .popover-body {
  color: #2D343D;
}

.popover.white.bs-popover-top .arrow::before, .popover.white.bs-popover-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: white;
}

.popover.white.bs-popover-top .arrow::after, .popover.white.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
  border-top-color: #fff;
}

.popover.white.bs-popover-right .arrow::before {
  border-right-color: white;
}

.popover.white.bs-popover-right .arrow::after {
  border-right-color: #fff;
}

.popover.white.bs-popover-bottom .arrow::before, .popover.white.bs-popover-auto[data-popper-placement^="bottom"] .arrow::before {
  border-bottom-color: white;
}

.popover.white.bs-popover-bottom .arrow::after, .popover.white.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
  border-bottom-color: #fff;
}

.popover.white.bs-popover-left .arrow::before {
  border-left-color: white;
}

.popover.white.bs-popover-left .arrow::after {
  border-left-color: #fff;
}

.popover .popover-body {
  margin-left: -0.5rem;
}

.popover .popover-arrow {
  height: 1rem;
}

.popover.bs-popover-start, .popover.bs-popover-auto[data-popper-placement^="left"] {
  margin-right: 8px;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): progressbar.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-progress {
  background: none repeat scroll 0 0 rgba(45, 52, 61, 0.16);
  border-radius: 0;
  box-shadow: none;
  height: 4px;
}

.progress-bar {
  box-shadow: none;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): spinners.css
 * Copyright 2024-2025 A Design Saga.
 * This software is covered by Codeeffic Pro Plan 1 License (License.txt)
 * Usage without proper license is prohibited.
 */
.spinner-border {
  width: 3rem;
  height: 3rem;
}

.cui-spinner {
  border: none;
  color: #2D343D;
  mask-image: linear-gradient(transparent 50%, black 50%), linear-gradient(to right, transparent 50%, black 50%);
  animation: cui-spinner 6s infinite cubic-bezier(0.3, 0.6, 1, 1);
}

.cui-spinner:before {
  content: "";
  display: block;
  border: solid 0.3em transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  width: 100% !important;
  height: 100%;
  animation: cui-spinner-pseudo 0.75s infinite linear alternate;
}

@keyframes cui-spinner {
  0% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(180deg);
    animation-timing-function: linear;
  }
  25% {
    transform: rotate(630deg);
  }
  37.5% {
    transform: rotate(810deg);
    animation-timing-function: linear;
  }
  50% {
    transform: rotate(1260deg);
  }
  62.5% {
    transform: rotate(1440deg);
    animation-timing-function: linear;
  }
  75% {
    transform: rotate(1890deg);
  }
  87.5% {
    transform: rotate(2070deg);
    animation-timing-function: linear;
  }
  100% {
    transform: rotate(2520deg);
  }
}

@keyframes cui-spinner-pseudo {
  0% {
    transform: rotate(-30deg);
  }
  29.4% {
    border-left-color: transparent;
  }
  29.41% {
    border-left-color: currentColor;
  }
  64.7% {
    border-bottom-color: transparent;
  }
  64.71% {
    border-bottom-color: currentColor;
  }
  100% {
    border-left-color: currentColor;
    border-bottom-color: currentColor;
    transform: rotate(225deg);
  }
}

.spinner-border-sm {
  width: 1.5rem;
  height: 1.5rem;
}

.spinner-border-sm:before {
  border-width: 0.25em;
}

.cui-logo-spinner {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  position: relative;
}

.cui-logo-spinner svg, .cui-logo-spinner i, .cui-logo-spinner img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 4.2rem;
  height: 4.2rem;
}

.cui-logo-spinner .cui-spinner {
  width: 5.25rem;
  height: 5.25rem;
}

.cui-logo-spinner .cui-spinner:before {
  border-width: 0.2em;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): tab.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-tab-container.cui-card .tab-content {
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.cui-tabs {
  position: relative;
}

@media (max-width: 767.98px) {
  .cui-tabs {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.cui-tabs .nav-tabs, .cui-tabs .nav-pills {
  border-bottom: none;
}

.cui-tabs .nav-tabs .nav-item.show .nav-link, .cui-tabs .nav-pills .nav-item.show .nav-link {
  color: #2D343D;
  background-color: transparent;
}

.cui-tabs .nav-tabs .nav-link, .cui-tabs .nav-pills .nav-link {
  padding: 1.125rem 1.5rem 1.0625rem;
  border: none;
  border-radius: 0;
  color: #63696F;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cui-tabs .nav-tabs .nav-link.active, .cui-tabs .nav-pills .nav-link.active {
  color: #2D343D;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  opacity: 1;
}

.cui-tabs .cui-tab-active-bar {
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 3px;
  background: #8618D5;
  transition: all 0.2s ease-in-out;
}

.cui-tabs-dark {
  background-color: #F92779;
}

.cui-tabs-dark .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.84);
}

.cui-tabs-dark .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
}

.cui-tabs-dark .nav-tabs .nav-link .dropdown-menu a {
  color: #2D343D;
}

.cui-tabs-dark .cui-tabs-scroll-right,
.cui-tabs-dark .cui-tabs-scroll-left {
  background-color: #F92779;
  color: rgba(255, 255, 255, 0.84);
}

.cui-tabs-scroll-container {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cui-tabs-scroll-right {
  float: right;
  right: 0;
  top: 0;
}

.cui-tabs-scroll-left {
  float: left;
  left: 0;
}

.cui-tabs-scroll-right,
.cui-tabs-scroll-left {
  position: absolute;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
  padding: 0.75rem 1.5rem 0.375rem;
  background-color: #fff;
  color: #63696F;
  line-height: 1;
}

.cui-tabs-icons-bottom-label .nav-tabs .nav-link {
  flex-direction: column;
}

.cui-tabs-icons-bottom-label .nav-tabs .nav-link .material-icons {
  padding-bottom: 0.5rem;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): table.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-card .cui-table caption {
  padding: 0.75rem;
}

.cui-card .table {
  margin-bottom: 0;
}

.cui-card .table th, .cui-card .table td {
  padding: 0.75rem;
}

.cui-table.table {
  margin-bottom: 0;
  background-color: transparent;
}

.cui-table.table th,
.cui-table.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: middle;
  border-top: 1px solid #E5E6E7;
  border-bottom: none;
  text-align: left;
  transition: all 0.2s ease-in-out;
}

.cui-table.table thead th {
  font-weight: 400;
  color: #2D343D;
  border-top: none;
  font-size: 0.875rem;
  border-bottom: 1px solid #E5E6E7;
}

.cui-table.table tbody + tbody {
  border-top: 2px solid #E5E6E7;
}

.cui-table.table .table {
  margin-bottom: 0;
}

.cui-table.table.table-reflow {
  display: block;
  overflow-x: scroll;
}

.cui-table.table.table-reflow thead {
  position: absolute;
}

.cui-table.table.table-reflow tbody {
  margin-left: 150px;
}

.cui-table.table.table-reflow tr {
  display: table-cell;
  vertical-align: top;
  float: none;
  width: 150px;
  background-color: #fff;
}

.cui-table.table.table-reflow th {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 151px;
}

.cui-table.table.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.cui-table.table.table-reflow th,
.cui-table.table.table-reflow td {
  border-right: 1px solid #E5E6E7;
  display: block !important;
}

.cui-table.table.table-reflow th:last-child,
.cui-table.table.table-reflow td:last-child {
  border-right: 1px solid #E5E6E7;
}

.cui-table.table.table-reflow td {
  border: none;
  border-left: 1px solid #E5E6E7;
  border-bottom: 1px solid #E5E6E7;
}

.cui-table.table .thead-dark th {
  color: rgba(255, 255, 255, 0.84);
  background-color: #2D343D;
}

.cui-table.table .thead-light th {
  color: #63696F;
  background-color: #E5E6E7;
}

.cui-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.cui-table.table-sm th,
.cui-table.table-sm td {
  padding: 0.25rem;
}

.cui-table.table-bordered {
  border: 1px solid #E5E6E7;
}

.cui-table.table-bordered th,
.cui-table.table-bordered td {
  border: 1px solid #E5E6E7;
}

.cui-table.table-bordered thead {
  border-color: transparent;
}

.cui-table.table-bordered thead th,
.cui-table.table-bordered thead td {
  border-bottom-width: 1px;
}

.cui-table.table-hover > tbody > tr {
  background-color: #fff;
}

.cui-table.table-hover > tbody > tr:hover > * {
  background-color: rgba(32, 201, 151, 0.1);
  --bs-table-accent-bg: inherit;
}

.cui-table.table-hover tbody tr:hover {
  color: rgba(32, 201, 151, 0.1);
  background-color: rgba(32, 201, 151, 0.1);
}

.cui-table.table-borderless th,
.cui-table.table-borderless td {
  border: 0;
}

.cui-table.table-borderless thead th {
  border: 0;
}

.cui-table.table-dark {
  color: #fff;
  background-color: #2D343D;
}

.cui-table.table-dark th,
.cui-table.table-dark td,
.cui-table.table-dark thead th {
  border-color: rgba(255, 255, 255, 0.12);
}

.cui-table.table-dark thead th {
  color: rgba(255, 255, 255, 0.84);
}

.cui-table.table-dark.table-bordered {
  border: 0;
}

.cui-table.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.02);
}

.cui-table.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.38);
}

.cui-table .child-table {
  background-color: #fff;
}

.cui-table .child-table > td {
  padding: 0 !important;
  border-top: none;
}

.cui-table .child-table > td .table > thead > tr {
  background-color: #fff;
}

.cui-table .child-table .table-sm th,
.cui-table .child-table .table-sm td {
  padding: 0.25rem 0.75rem;
}

@media (max-width: 767.98px) {
  .cui-table .child-table {
    margin-top: -20px;
  }
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fed4e4;
}

.table-hover .table-primary:hover {
  background-color: #fdbbd4;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #fdbbd4;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e7d1f7;
}

.table-hover .table-secondary:hover {
  background-color: #dcbbf3;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #dcbbf3;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d3ebd3;
}

.table-hover .table-success:hover {
  background-color: #c1e3c1;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c1e3c1;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #dbf6fe;
}

.table-hover .table-info:hover {
  background-color: #c2f0fd;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c2f0fd;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf3cc;
}

.table-hover .table-warning:hover {
  background-color: #fbedb4;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbedb4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffddd3;
}

.table-hover .table-danger:hover {
  background-color: #ffc9ba;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffc9ba;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafafa;
}

.table-hover .table-light:hover {
  background-color: #ededed;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ededed;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d5d6d8;
}

.table-hover .table-dark:hover {
  background-color: #c8c9cc;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c8c9cc;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(32, 201, 151, 0.1);
}

.table-hover .table-active:hover {
  background-color: rgba(28, 179, 134, 0.1);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(28, 179, 134, 0.1);
}

.table-heading {
  min-height: 64px;
  border-bottom: 1px solid #ddd;
  padding: 4px 24px 4px 24px;
}

.table-footer {
  padding: 8px 24px 8px 24px;
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

.shoarting {
  margin-left: 6px;
}

.cui-table.cui-table-card {
  border-radius: 0.5rem;
  -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  background-color: #fff;
}

.table > :not(:first-child) {
  border-top: 0 solid currentColor;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .cui-table-card-md.cui-table.table {
    border: none;
    background-color: transparent;
    box-shadow: none;
  }
  .cui-table-card-md.cui-table.table thead {
    display: none;
  }
  .cui-table-card-md.cui-table.table tbody {
    display: block;
  }
  .cui-table-card-md.cui-table.table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
    background-color: #fff;
    border: solid 1px #E5E6E7;
    padding-bottom: 1rem;
  }
  .cui-table-card-md.cui-table.table tr:last-child {
    margin-bottom: 0;
  }
  .cui-table-card-md.cui-table.table td[data-title]:before {
    content: attr(data-title);
    font-size: 13px;
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 400;
    color: rgba(99, 105, 111, 0.75);
  }
  .cui-table-card-md.cui-table.table td {
    border: none;
    padding: 1rem;
    padding-bottom: 0;
  }
  .cui-table-card-md.cui-table.table td:hover {
    background-color: transparent;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .cui-table-card-md.cui-table.table td.checkbox-column {
    position: absolute;
    border: none;
    right: 10px;
  }
}

@media (min-width: 992px) {
  .cui-table-card-md.cui-table.table td {
    width: inherit;
  }
}

@media (min-width: 992px) {
  .cui-table-card-md.cui-table.table td {
    width: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cui-table-card-md.cui-table.table td.pbt-md-p50 {
    padding-left: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .cui-table-card-md.cui-table.table td.pbt-sm-p50 {
    padding-left: 70px !important;
  }
}

@media (max-width: 575.98px) {
  .cui-table-card-md.cui-table.table td.pbt-xs-p50 {
    padding-left: 70px !important;
  }
}

@media (max-width: 991.98px) {
  .cui-table-card-md.cui-table.table td.pbt-p50 {
    padding-left: 70px;
  }
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): tooltip.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-tooltip-left.tooltip .tooltip-arrow,
.cui-tooltip-right.tooltip .tooltip-arrow {
  height: .8rem;
}

.cui-tooltip .tooltip-arrow::before {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.cui-tooltip .tooltip-inner {
  background-color: transparent;
  padding: 0.35rem 0.75rem;
  left: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
}

.cui-tooltip .tooltip-inner:before {
  background-color: #2D343D;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  z-index: -1;
  content: "";
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 4px;
}

.cui-tooltip.show {
  filter: alpha(opacity=100);
}

.cui-tooltip.show .tooltip-arrow::before {
  opacity: 1;
}

.cui-tooltip.show .tooltip-inner {
  opacity: 100;
  transition: all 0.2s ease-in-out;
}

.cui-tooltip.show .tooltip-inner:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cui-tooltip.cui-tooltip-left .tooltip-inner:before {
  left: 100%;
  top: 0;
  bottom: 0;
}

.cui-tooltip.cui-tooltip-left.show .tooltip-inner:before {
  left: 0;
}

.cui-tooltip.cui-tooltip-top .tooltip-inner:before {
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
}

.cui-tooltip.cui-tooltip-top.show .tooltip-inner:before {
  top: 0;
}

.cui-tooltip.cui-tooltip-bottom .tooltip-inner:before {
  left: 0;
  right: 0;
  top: -100%;
  bottom: 0;
}

.cui-tooltip.cui-tooltip-bottom.show .tooltip-inner:before {
  top: 0;
}

.cui-tooltip.cui-tooltip-right .tooltip-inner:before {
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
}

.cui-tooltip.cui-tooltip-right.show .tooltip-inner:before {
  left: 0;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): floating-action-button.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-floating-action {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1000;
}

.cui-floating-action:hover .cui-floating-action-btn,
.menu--floating--open .cui-floating-action-btn {
  opacity: 1;
  -ms-transform: none;
  transform: none;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.cui-floating-action:hover .cui-floating-action-btn:before,
.menu--floating--open .cui-floating-action-btn:before {
  opacity: 1;
}

.cui-floating-action-btn {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.cui-floating-action-btn:before {
  bottom: 10%;
  content: attr(data-title);
  opacity: 0;
  position: absolute;
  right: 100%;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 24px;
  color: #2D343D;
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  display: inline-block;
  -moz-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  -webkit-box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
}

.cui-floating-action-btn:last-child:before {
  font-size: 14px;
  bottom: 25%;
}

.cui-floating-action-btn:hover, .cui-floating-action-btn:focus, .cui-floating-action-btn:active {
  -moz-box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
  -webkit-box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
  box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
}

.cui-floating-action-btn:not(:last-child) {
  opacity: 0;
  transform: translateY(20px) scale(0.3);
  -ms-transform: translateY(20px) scale(0.3);
  margin-bottom: 0.9375rem;
  margin-left: 0.5rem;
  position: absolute;
  bottom: 0;
}

.cui-floating-action-btn:not(:last-child):nth-last-child(1) {
  transition-delay: 50ms;
}

.cui-floating-action-btn:not(:last-child):nth-last-child(2) {
  transition-delay: 100ms;
}

.cui-floating-action-btn:not(:last-child):nth-last-child(3) {
  transition-delay: 150ms;
}

.cui-floating-action-btn:not(:last-child):nth-last-child(4) {
  transition-delay: 200ms;
}

.cui-floating-action-btn:not(:last-child):nth-last-child(5) {
  transition-delay: 250ms;
}

.cui-floating-action-btn:not(:last-child):nth-last-child(6) {
  transition-delay: 300ms;
}

.cui-floating-action-btn.btn:hover {
  overflow: visible;
}

.cui-floating-action-btn .ink {
  width: 50px;
  height: 50px;
}

.cui-floating-hidden {
  display: none;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): card.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/* Card info css */
.icon-wrap {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  margin: auto;
  line-height: 100px;
}

.icon-wrap svg {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}

.cui-card div[class^="card-header bg-"] {
  padding-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .cui-card div[class^="card-header bg-"] {
    padding-bottom: 1rem;
  }
}

.cui-card div[class^="card-footer bg-"] {
  padding-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .cui-card div[class^="card-footer bg-"] {
    padding-top: 1rem;
  }
}

.cui-card .list-group-item {
  background-color: transparent;
}

.cui-card-dark {
  color: #fff;
}

.cui-card-dark a,
.cui-card-dark .card-title,
.cui-card-dark .material-icons,
.cui-card-dark .cui-list-title {
  color: #fff;
}

.cui-card-dark .card-subtitle,
.cui-card-dark .cui-list-subtitle {
  color: rgba(255, 255, 255, 0.84);
}

.cui-card-dark svg path,
.cui-card-dark svg rect,
.cui-card-dark svg circle,
.cui-card-dark svg polygon {
  fill: #fff;
}

.cui-card-dark .cui-btn-flat:hover {
  background-color: rgba(229, 229, 229, 0.2);
}

.cui-card-dark .cui-inline-list-divider li {
  border-color: rgba(255, 255, 255, 0.74);
}

.cui-card-dark hr {
  border-color: rgba(255, 255, 255, 0.74);
}

.fill-primary svg path,
.fill-primary svg rect,
.fill-primary svg circle,
.fill-primary svg polygon {
  fill: #F92779;
}

.fill-secondary svg path,
.fill-secondary svg rect,
.fill-secondary svg circle,
.fill-secondary svg polygon {
  fill: #8618D5;
}

.fill-secondary svg path,
.fill-secondary svg rect,
.fill-secondary svg circle,
.fill-secondary svg polygon {
  fill: #fff;
}

.cui-title-separator:after, .cui-title-separator-center:after, .cui-title-separator-right:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background-color: #F92779;
  margin: 1rem 0 1.5rem;
}

.cui-title-separator-center:after {
  margin-left: auto;
  margin-right: auto;
}

.cui-title-separator-right:after {
  margin-left: auto;
}

.cui-card-media {
  position: relative;
}

.cui-btn-fill {
  display: flex;
}

.cui-btn-fill .btn {
  flex: 1;
}

.cui-btn-fill.cui-item-justify-border .btn {
  border-bottom: 0;
  margin-left: -1px;
}

.cui-btn-fill.cui-item-justify-border .btn:first-child {
  border-left: 0;
  margin-left: 0;
}

.cui-btn-fill.cui-item-justify-border .btn:last-child {
  border-right: 0;
}

.cui-list-fill {
  display: flex;
}

.cui-list-fill.list-inline {
  margin-left: 0;
  margin-right: 0;
}

.cui-list-fill.list-inline .list-inline-item {
  text-align: center;
  padding: 0.5rem 0.5rem;
}

.cui-list-fill .list-inline-item {
  flex: 1;
}

.cui-floating-icon-wrapper {
  position: relative;
  display: inline-block;
}

.cui-floating-icon-wrapper .cui-floating-icon-br,
.cui-floating-icon-wrapper .cui-floating-icon-tr,
.cui-floating-icon-wrapper .cui-floating-icon-tl,
.cui-floating-icon-wrapper .cui-floating-icon-bl {
  background-color: #F92779;
  border-radius: 100%;
  color: #fff;
  height: 24px;
  width: 24px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 18px;
  position: absolute;
}

.cui-floating-icon-wrapper .cui-floating-icon-br.material-icons,
.cui-floating-icon-wrapper .cui-floating-icon-tr.material-icons,
.cui-floating-icon-wrapper .cui-floating-icon-tl.material-icons,
.cui-floating-icon-wrapper .cui-floating-icon-bl.material-icons {
  font-size: 14px;
}

.cui-floating-icon-wrapper .cui-floating-icon-br {
  bottom: 2px;
  right: 2px;
}

.cui-floating-icon-wrapper .cui-floating-icon-bl {
  bottom: 2px;
  left: 2px;
}

.cui-floating-icon-wrapper .cui-floating-icon-tl {
  top: 2px;
  left: 2px;
}

.cui-floating-icon-wrapper .cui-floating-icon-tr {
  right: 2px;
  top: 2px;
}

.cui-floating-content-wrapper {
  position: relative;
}

.cui-floating-content-wrapper .cui-floating-content-br,
.cui-floating-content-wrapper .cui-floating-content-bl,
.cui-floating-content-wrapper .cui-floating-content-bc {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}

.cui-floating-content-wrapper .cui-floating-content-bl {
  left: 1rem;
}

.cui-floating-content-wrapper .cui-floating-content-br {
  right: 1rem;
}

.cui-floating-content-wrapper .cui-floating-content-bc {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cui-floating-content-wrapper .cui-floating-content-tr,
.cui-floating-content-wrapper .cui-floating-content-tl,
.cui-floating-content-wrapper .cui-floating-content-tc {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.cui-floating-content-wrapper .cui-floating-content-tl {
  left: 1rem;
}

.cui-floating-content-wrapper .cui-floating-content-tr {
  right: 1rem;
}

.cui-floating-content-wrapper .cui-floating-content-tc {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cui-floating-content-wrapper.card-body .cui-floating-content-br,
.cui-floating-content-wrapper.card-body .cui-floating-content-bl,
.cui-floating-content-wrapper.card-body .cui-floating-content-bc {
  bottom: -1rem;
}

.cui-floating-content-wrapper.card-body .cui-floating-content-tr,
.cui-floating-content-wrapper.card-body .cui-floating-content-tl,
.cui-floating-content-wrapper.card-body .cui-floating-content-tc {
  top: -1rem;
}

.cui-col-listing {
  position: relative;
}

.cui-col-listing:before, .cui-col-listing:after {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.cui-col-listing:before {
  height: 2px;
  left: 0;
}

.cui-col-listing:after {
  width: 2px;
  top: 0;
}

.cui-col-listing .cui-col-listing-item {
  border-bottom: 1px solid #E5E6E7;
  border-right: 1px solid #E5E6E7;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  color: #2D343D;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.cui-col-listing .cui-col-listing-item .material-icons {
  color: #8618D5;
}

.cui-col-listing .cui-col-listing-item .card-title {
  margin-top: 0.5rem;
}

.cui-col-listing.cui-border-dashed .cui-col-listing-item {
  border-bottom: 1px dashed #E5E6E7;
  border-right: 1px dashed #E5E6E7;
}

.cui-col-listing.cui-col-listing-hover .cui-col-listing-item:hover {
  background-color: #8618D5;
  color: #fff;
  -moz-box-shadow: box-shadow(2);
  -webkit-box-shadow: box-shadow(2);
  box-shadow: box-shadow(2);
  z-index: 2;
  text-decoration: none;
}

.cui-col-listing.cui-col-listing-hover .cui-col-listing-item:hover .material-icons {
  color: #fff;
}

/*!
* Codeeffic v1.0.0 (http://www.codeeffic.com): stepper.css
* Copyright 2024-2025 A Design Saga.
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*------------------------
    Stepper Default  
------------------------*/
.cui-stepper .nav-item {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  color: #2D343D;
}

.cui-stepper .nav-item:not(:last-child):after, .cui-stepper .nav-item:not(:first-child):before {
  content: "";
  position: relative;
  flex: 1 1 auto;
  height: 1px;
  background-color: #E5E6E7;
  z-index: 1;
}

.cui-stepper .nav-item .cui-stepper-media {
  background-color: #E5E6E7;
  color: #2D343D;
  margin-right: 0.75rem;
  margin-bottom: 0;
}

.cui-stepper .nav-item .cui-stepper-media .completed-media {
  display: none;
}

.cui-stepper .nav-item .cui-stepper-item,
.cui-stepper .nav-item .cui-stepper-item {
  padding: 1.5rem 1.5rem;
  color: #2D343D;
  align-items: center;
}

.cui-stepper .nav-item .cui-stepper-item:hover, .cui-stepper .nav-item .cui-stepper-item:focus,
.cui-stepper .nav-item .cui-stepper-item:hover,
.cui-stepper .nav-item .cui-stepper-item:focus {
  text-decoration: none;
}

.cui-stepper .nav-item .cui-stepper-item .flex-grow-1,
.cui-stepper .nav-item .cui-stepper-item .flex-grow-1 {
  margin-top: auto;
  margin-bottom: auto;
}

.cui-stepper .nav-item .cui-stepper-item .cui-stepper-title,
.cui-stepper .nav-item .cui-stepper-item .cui-stepper-title {
  font-size: 1rem;
  margin-bottom: 0;
}

.cui-stepper .nav-item .cui-stepper-item .cui-stepper-subtitle,
.cui-stepper .nav-item .cui-stepper-item .cui-stepper-subtitle {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.cui-stepper .nav-item .cui-stepper-item.media,
.cui-stepper .nav-item .cui-stepper-item.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cui-stepper .nav-item.active .cui-stepper-media {
  background-color: #F92779;
  color: #fff;
}

.cui-stepper .nav-item.error .cui-stepper-media {
  background-color: #ff5722;
  color: #fff;
}

.cui-stepper .nav-item.completed .cui-stepper-media {
  background-color: #259b24;
  color: #fff;
}

.cui-stepper .nav-item.completed .cui-stepper-media .completed-media {
  display: block;
}

.cui-stepper .nav-item.completed .cui-stepper-media .default-media {
  display: none;
}

.cui-stepper .nav-item.completed .card-title {
  font-weight: 700;
}

.cui-stepper .nav-item.completed:after {
  background-color: #259b24;
}

.cui-stepper .nav-item.completed + .nav-item:before,
.cui-stepper .nav-item.completed + .active:before,
.cui-stepper .nav-item.completed + .disabled:before,
.cui-stepper .nav-item.completed + .completed:before {
  background-color: #259b24;
}

.cui-stepper .nav-item.disabled {
  pointer-events: none;
  color: #63696F;
}

.cui-stepper .nav-item.disabled .cui-stepper-item {
  color: #63696F;
}

.cui-stepper .nav-item.disabled .cui-stepper-media {
  background-color: #E5E6E7;
  color: #63696F;
}

.cui-stepper .nav-item.disabled:before {
  background-color: #E5E6E7;
}

.cui-stepper .nav-item.disabled + .active:before,
.cui-stepper .nav-item.disabled + .completed:before {
  background-color: #E5E6E7;
}

@media (max-width: 1199.98px) {
  .cui-stepper.cui-stepper-vertical-lg {
    flex-direction: column;
  }
  .cui-stepper.cui-stepper-vertical-lg .nav-item {
    align-items: flex-start;
    flex-direction: column;
  }
  .cui-stepper.cui-stepper-vertical-lg .nav-item:not(:first-child):before {
    position: absolute;
    width: 1px;
    height: calc(100% - 3rem);
    left: 2.5rem;
    bottom: calc(50% + 1.5rem);
    margin-top: .2rem;
  }
}

@media (max-width: 991.98px) {
  .cui-stepper.cui-stepper-vertical-md {
    flex-direction: column;
  }
  .cui-stepper.cui-stepper-vertical-md .nav-item {
    align-items: flex-start;
    flex-direction: column;
  }
  .cui-stepper.cui-stepper-vertical-md .nav-item:not(:first-child):before {
    position: absolute;
    width: 1px;
    height: calc(100% - 3rem);
    left: 2.5rem;
    bottom: calc(50% + 1.5rem);
    margin-top: .2rem;
  }
}

@media (max-width: 767.98px) {
  .cui-stepper.cui-stepper-vertical-sm {
    flex-direction: column;
  }
  .cui-stepper.cui-stepper-vertical-sm .nav-item {
    align-items: flex-start;
    flex-direction: column;
  }
  .cui-stepper.cui-stepper-vertical-sm .nav-item:not(:first-child):before {
    position: absolute;
    width: 1px;
    height: calc(100% - 3rem);
    left: 2.5rem;
    bottom: calc(50% + 1.5rem);
    margin-top: .2rem;
  }
}

.cui-stepper.cui-stepper-hover .nav-item .cui-stepper-item {
  transition: all 0.2s ease-in-out;
}

.cui-stepper.cui-stepper-hover .nav-item .cui-stepper-item:hover {
  background-color: #E5E6E7;
}

.cui-stepper.cui-stepper-no-divider .nav-item:not(:last-child):after, .cui-stepper.cui-stepper-no-divider .nav-item:not(:first-child):before {
  content: "";
  position: relative;
  flex: 1 1 auto;
  height: 0;
  background-color: transparent;
  z-index: 1;
}

.cui-stepper.cui-stepper-bottom-label .nav-item {
  text-align: center;
}

.cui-stepper.cui-stepper-bottom-label .nav-item .cui-stepper-media {
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.cui-stepper.cui-stepper-bottom-label.cui-stepper-divider .nav-item {
  display: block;
}

.cui-stepper.cui-stepper-bottom-label.cui-stepper-divider .nav-item:before {
  display: none;
}

.cui-stepper.cui-stepper-bottom-label.cui-stepper-divider .nav-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: calc(100% - 3rem);
  height: 1px;
  top: 2.5rem;
  z-index: 0;
  left: calc(50% + 1.5rem);
}

.cui-stepper.cui-stepper-bottom-label.cui-stepper-divider .nav-item .cui-stepper-item {
  z-index: 1;
  position: relative;
  display: block;
}

@media (max-width: 1199.98px) {
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-lg .nav-item {
    text-align: left;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-lg .nav-item .cui-stepper-item {
    display: flex;
    width: 100%;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-lg .nav-item .cui-stepper-media {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-lg .nav-item:not(:last-child):after {
    position: absolute;
    height: calc(100% - 3rem);
    width: 1px;
    right: auto;
    top: calc(2.5rem + 1.5rem);
    left: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-md .nav-item {
    text-align: left;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-md .nav-item .cui-stepper-item {
    display: flex;
    width: 100%;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-md .nav-item .cui-stepper-media {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-md .nav-item:not(:last-child):after {
    position: absolute;
    height: calc(100% - 3rem);
    width: 1px;
    right: auto;
    top: calc(2.5rem + 1.5rem);
    left: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-sm .nav-item {
    text-align: left;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-sm .nav-item .cui-stepper-item {
    display: flex;
    width: 100%;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-sm .nav-item .cui-stepper-media {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
  .cui-stepper.cui-stepper-bottom-label.cui-stepper-vertical-sm .nav-item:not(:last-child):after {
    position: absolute;
    height: calc(100% - 3rem);
    width: 1px;
    right: auto;
    top: calc(2.5rem + 1.5rem);
    left: 2.5rem;
  }
}

.cui-stepper.cui-stepper-vertical {
  flex-direction: column;
}

.cui-stepper.cui-stepper-vertical a {
  cursor: pointer;
}

.cui-stepper.cui-stepper-vertical .nav-item {
  align-items: flex-start;
  flex-direction: column;
}

.cui-stepper.cui-stepper-vertical .nav-item {
  text-align: left;
}

.cui-stepper.cui-stepper-vertical .nav-item .cui-stepper-item {
  display: flex;
  width: 100%;
}

.cui-stepper.cui-stepper-vertical .nav-item .cui-stepper-media {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.cui-stepper.cui-stepper-vertical .nav-item:not(:last-child):after {
  position: absolute;
  height: calc(100% - 3rem);
  width: 1px;
  right: auto;
  top: calc(2.5rem + 1.5rem);
  left: 2.5rem;
}

.cui-stepper.cui-stepper-vertical .cui-stepper-content {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  margin-left: 4.25rem;
}

.cui-stepper.cui-stepper-vertical .cui-stepper-content p:last-child {
  margin-bottom: 0;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com):: intro-section.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-intro-bg-img {
  position: relative;
  width: 100%;
  background-position: center center;
  background-color: #000;
  background-size: cover;
}

.cui-intro-bg-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.cui-intro-img-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  opacity: 0.87;
  background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
}

.cui-intro-img-overlay:before {
  background: #000;
  opacity: 0.87;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.cui-intro-gradient {
  position: relative;
}

.cui-intro-gradient:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  background: #000;
  background: linear-gradient(45deg, #e1112e 0%, #0971b2 100%);
  opacity: 0.87;
}

.cui-intro-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 10;
}

.cui-intro-container {
  min-height: 600px;
  padding: 1.5rem 0;
  z-index: 89;
  position: relative;
}

.cui-intro-container .cui-card {
  position: relative;
}

.cui-intro-container hr {
  background-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
}

.cui-intro-container.text-light hr {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cui-text-before-line {
  position: relative;
  padding-left: 40px;
}

.cui-text-before-line:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.84);
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cui-text-before-line-dark {
  position: relative;
  padding-left: 40px;
}

.cui-text-before-line-dark:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cui-intro-img {
  z-index: 11;
}

.cui-intro-img img {
  max-width: 100%;
}

.cui-intro-img-wrapper {
  position: relative;
}

.cui-intro-img-wrapper .cui-intro-img {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .cui-intro-img-wrapper.order-3 {
    order: 1;
  }
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  overflow: hidden;
  z-index: 0;
  width: 600px;
  height: 600px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle {
  border: 1px solid #4acc8e;
  border-radius: 50%;
  position: absolute;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4acc8e;
  position: absolute;
  left: 50%;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-lg {
  width: 100%;
  height: 100%;
  -ms-transform: rotate(23deg);
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-animation: circle-lg 35s linear infinite;
  animation: circle-lg 35s linear infinite;
  opacity: 0.5;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-lg span.cui-animate-circle-dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-lg span.cui-animate-circle-dot:nth-child(2n) {
  margin-left: -224px;
  top: 90px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-lg span.cui-animate-circle-dot:nth-child(3n) {
  margin-left: -202px;
  top: 520px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-lg span.cui-animate-circle-dot:nth-child(4n) {
  margin-left: 273px;
  top: 405px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-md {
  width: 500px;
  top: 50px;
  height: 500px;
  left: 50px;
  -ms-transform: rotate(-41deg);
  -webkit-transform: rotate(-41deg);
  transform: rotate(-41deg);
  -webkit-animation: circle-md 25s linear infinite;
  animation: circle-md 25s linear infinite;
  opacity: 0.3;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-md span.cui-animate-circle-dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-md span.cui-animate-circle-dot:nth-child(2n) {
  margin-left: -201px;
  top: 90px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-md span.cui-animate-circle-dot:nth-child(3n) {
  margin-left: -202px;
  top: 398px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-md span.cui-animate-circle-dot:nth-child(4n) {
  margin-left: 235px;
  top: 315px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-sm {
  width: 400px;
  top: 100px;
  height: 400px;
  left: 100px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: circle-sm 15s linear infinite;
  animation: circle-sm 15s linear infinite;
  opacity: 0.5;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-sm span.cui-animate-circle-dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-sm span.cui-animate-circle-dot:nth-child(2n) {
  margin-left: -175px;
  top: 90px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-sm span.cui-animate-circle-dot:nth-child(3n) {
  margin-left: -141px;
  top: 340px;
}

.cui-intro-img-wrapper .cui-animate-circle-wrapper .cui-animate-circle.cui-animate-circle-sm span.cui-animate-circle-dot:nth-child(4n) {
  margin-left: 172px;
  top: 285px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes circle-lg {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Standard syntax */
@keyframes circle-lg {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes circle-md {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Standard syntax */
@keyframes circle-md {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes circle-sm {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Standard syntax */
@keyframes circle-sm {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 767.98px) {
  .m-text-block {
    text-align: left !important;
    margin-top: calc(2.5rem);
  }
}

.cui-img-sm {
  max-width: 150px;
  height: 150px;
}

.cui-img-md {
  max-width: 250px;
  height: 250px;
}

.cui-img-lg {
  max-width: 300px;
  height: 300px;
}

.cui-intro-fab-btn-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 1.5rem auto 0;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com):: footer.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.social-links a:after {
  transition: all 0.2s ease-in-out;
}

.cui-footer {
  padding: 1.25rem 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}

.cui-site-info {
  font-size: 0.875rem;
  margin: 0;
  color: #63696F;
}

.cui-site-info a {
  font-weight: 400;
  color: #2D343D;
}

.cui-site-info a img {
  max-width: 100%;
}

.cui-site-info strong {
  color: #000;
  font-weight: 500;
}

.cui-site-info p {
  display: inline-block;
  margin: 0;
}

.cui-footer-nav {
  padding: 0;
  margin: 0 -0.625rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

.cui-footer-nav li {
  padding: 0 0.625rem;
}

.cui-footer-nav li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.cui-footer-nav li a:hover {
  color: #2D343D;
}

.cui-footer-nav-divider li {
  border-right: 1px solid #E5E6E7;
}

.cui-footer-nav-divider li:last-child {
  border-right: none;
}

.btn .cui-svg-icons {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn .cui-svg-icons svg {
  padding: 2px;
}

.cui-social-icons .btn {
  margin: 0 2px;
  line-height: 0.7rem;
}

.cui-social-icons .btn img {
  width: 24px;
  height: 24px;
}

.cui-social-icons .cui-footer-sub-title {
  padding-right: 1.25rem;
}

.cui-footer-sub-title {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.cui-visit-us {
  padding-top: 1.25rem;
}

@media (max-width: 991.98px) {
  .cui-visit-us {
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .cui-visit-us {
    padding-bottom: 0.625rem;
  }
}

.cui-visit-us .cui-social-icons .btn {
  margin-bottom: -1.5rem;
}

.cui-visit-us .cui-social-icons .btn.btn-sm, .cui-visit-us .cui-social-icons .btn-group-sm > .btn {
  margin-bottom: -1.25rem;
}

.cui-visit-us .cui-social-icons .btn.btn-md {
  margin-bottom: -1.5rem;
}

.cui-visit-us .cui-social-icons .btn.btn-lg, .cui-visit-us .cui-social-icons .btn-group-lg > .btn {
  margin-bottom: calc(-2.4rem);
}

.cui-social-inline {
  margin: 8px 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  .cui-social-inline {
    width: 100%;
    display: block;
  }
}

.cui-social-inline .cui-social-icons {
  margin: 0 auto;
}

.cui-footer-nav-hover li a {
  position: relative;
}

.cui-footer-nav-hover li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 51%;
  right: 51%;
  background-color: #2D343D;
  transition: all 0.2s ease-in-out;
}

.cui-footer-nav-hover li a:hover:after {
  right: 0;
  left: 0;
}

.cui-footer-nav-hover.effect-right li a:after {
  right: 0;
  left: 100%;
}

.cui-footer-nav-hover.effect-right li a:hover:after {
  left: 0;
}

.cui-footer-nav-hover.effect-left li a :after {
  right: 100%;
  left: 0;
}

.cui-footer-nav-hover.effect-left li a:hover:after {
  right: 0;
}

/* Footer Dark */
.cui-footer-dark {
  color: rgba(255, 255, 255, 0.9);
  /*.cui-footer-dark a{color: rgb(255,255,255);}*/
}

.cui-footer-dark .primary {
  color: #fff;
}

.cui-footer-dark .secondary {
  color: rgba(255, 255, 255, 0.84);
}

.cui-footer-dark .text-muted, .cui-footer-dark .hint, .cui-footer-dark .disabled, .cui-footer-dark .icon {
  color: rgba(255, 255, 255, 0.74);
}

.cui-footer-dark .hover {
  color: rgba(255, 255, 255, 0.38);
}

.cui-footer-dark .divider {
  color: rgba(255, 255, 255, 0.12);
}

.cui-footer-dark .cui-site-info {
  color: rgba(255, 255, 255, 0.38);
}

.cui-footer-dark .cui-site-info a {
  color: rgba(255, 255, 255, 0.84);
}

.cui-footer-dark .cui-site-info strong {
  color: #fff;
}

.cui-footer-dark .cui-footer-nav li a {
  color: rgba(255, 255, 255, 0.84);
}

.cui-footer-dark .cui-footer-nav li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.cui-footer-dark .cui-footer-nav li a:after {
  background-color: rgba(255, 255, 255, 0.9);
}

.cui-footer-dark .cui-footer-nav-divider li {
  border-color: rgba(255, 255, 255, 0.12);
}

.cui-footer-dark .cui-social-icons .btn .material-icons svg {
  fill: rgba(255, 255, 255, 0.74);
}

.cui-footer-dark .cui-social-icons .btn:hover .material-icons svg {
  fill: rgba(255, 255, 255, 0.9);
}

.cui-footer-dark hr {
  border-color: #E5E6E7;
}

.cui-footer-dark .border-end {
  border-color: rgba(255, 255, 255, 0.38) !important;
}

.cui-footer-dark label {
  color: rgba(255, 255, 255, 0.84);
}

.cui-footer-dark .cui-textfield-floating-label.cui-textfield-floating-label-completed label {
  color: rgba(255, 255, 255, 0.84);
}

.cui-footer-dark .form-control {
  color: rgba(255, 255, 255, 0.9);
}

.cui-footer-dark .cui-textfield .form-control {
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}

.cui-footer-dark .cui-list-subtitle {
  color: rgba(255, 255, 255, 0.84);
}

.cui-footer-dark .cui-list-title {
  color: #fff;
}

.cui-list-transparent .list-group-item {
  background-color: transparent;
}

/* Table Fixed Header */
.cui-table-header-fixed .scrollbar {
  overflow-x: auto;
  max-height: 300px;
}

.cui-table-header-fixed .cui-table-header-fixed {
  position: relative;
}

.cui-table-header-fixed .header-fixed {
  position: absolute;
  top: 0;
  background-color: #fff;
  left: 0;
  right: 0;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com):: contact-sections.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/* Media Queries */
.cui-contact-us .cui-title {
  margin-top: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.38);
  display: inline-block;
  padding-bottom: 2px;
}

@media (max-width: 767.98px) {
  .cui-contact-us .cui-title {
    margin-top: 0.5rem;
  }
}

.cui-contact-us textarea {
  resize: none;
}

.cui-contact-us hr {
  background-color: #E5E6E7;
  opacity: 1;
}

.cui-contact-us.bg-dark hr {
  background-color: #fff;
}

.section-inverse.section.border-bottom {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.cui-word-break {
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .sm-mb-4 {
    margin-bottom: calc(2.5rem);
  }
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): breadcrumb.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.cui-breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.cui-breadcrumb .breadcrumb-item {
  font-size: 1rem;
  font-weight: 400;
}

.cui-breadcrumb .breadcrumb-item a {
  color: #2D343D;
}

.cui-breadcrumb .breadcrumb-item a:hover, .cui-breadcrumb .breadcrumb-item a:focus, .cui-breadcrumb .breadcrumb-item a:active {
  color: #1d2127;
}

.cui-breadcrumb .breadcrumb-item.active {
  color: rgba #2D343D, 0.74;
  font-weight: 400;
}

.cui-breadcrumb .breadcrumb-item::before {
  font-weight: 400;
  color: #2D343D;
}

@media (max-width: 767.98px) {
  .cui-breadcrumb {
    display: none;
  }
}

.cui-breadcrumb.cui-breadcrumb-dark .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.84);
}

.cui-breadcrumb.cui-breadcrumb-dark .breadcrumb-item a:hover, .cui-breadcrumb.cui-breadcrumb-dark .breadcrumb-item a:focus, .cui-breadcrumb.cui-breadcrumb-dark .breadcrumb-item a:active {
  color: #fff;
}

.cui-breadcrumb.cui-breadcrumb-dark .breadcrumb-item.active {
  color: #fff;
}

.cui-breadcrumb.cui-breadcrumb-dark .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.84);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}

.cui-breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.cui-breadcrumb .breadcrumb-item {
  font-size: 1rem;
  font-weight: 400;
}

.cui-breadcrumb .breadcrumb-item a {
  color: #2D343D;
  text-decoration: none;
}

.cui-breadcrumb .breadcrumb-item a:hover, .cui-breadcrumb .breadcrumb-item a:focus, .cui-breadcrumb .breadcrumb-item a:active {
  color: #1d2127;
}

.cui-breadcrumb .breadcrumb-item.active {
  color: rgba #2D343D, 0.74;
  font-weight: 400;
}

.cui-breadcrumb .breadcrumb-item::before {
  font-weight: 400;
  color: #2D343D;
}

.cui-breadcrumb-icon .breadcrumb-item {
  display: flex;
}

.cui-breadcrumb-icon .breadcrumb-item .breadcrumb-link, .cui-breadcrumb-icon .breadcrumb-item.active {
  display: inline-flex;
  align-items: center;
}

.cui-breadcrumb-icon .breadcrumb-item .breadcrumb-link i, .cui-breadcrumb-icon .breadcrumb-item .breadcrumb-link .material-icons, .cui-breadcrumb-icon .breadcrumb-item.active i, .cui-breadcrumb-icon .breadcrumb-item.active .material-icons {
  margin-right: 0.5rem;
}

.cui-breadcrumb-icon .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 1rem;
}

.cui-breadcrumb-icon .breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

/*!
 * Codeeffic v1.0.0 (http://www.codeeffic.com): badge.css
 * Copyright 2024-2025 A Design Saga.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.border-primary {
  border-color: #F92779 !important;
}

.border-secondary {
  border-color: #8618D5 !important;
}

.border-success {
  border-color: #259b24 !important;
}

.border-info {
  border-color: #4BD2F8 !important;
}

.border-warning {
  border-color: #EFC300 !important;
}

.border-danger {
  border-color: #ff5722 !important;
}

.border-light {
  border-color: #E5E6E7 !important;
}

.border-dark {
  border-color: #2D343D !important;
}

.border-white {
  border-color: #fff !important;
}

.bg-primary {
  background-color: #F92779 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #e7065e !important;
}

.bg-secondary {
  background-color: #8618D5 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6913a7 !important;
}

.bg-success {
  background-color: #259b24 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1b721a !important;
}

.bg-info {
  background-color: #4BD2F8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1ac6f6 !important;
}

.bg-warning {
  background-color: #EFC300 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #bc9900 !important;
}

.bg-danger {
  background-color: #ff5722 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ee3900 !important;
}

.bg-light {
  background-color: #E5E6E7 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cacdcf !important;
}

.bg-dark {
  background-color: #2D343D !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #171b20 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e5e5 !important;
}

.text-primary {
  color: #F92779 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #e7065e !important;
}

.text-secondary {
  color: #8618D5 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #6913a7 !important;
}

.text-success {
  color: #259b24 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1b721a !important;
}

.text-info {
  color: #4BD2F8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1ac6f6 !important;
}

.text-warning {
  color: #EFC300 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #bc9900 !important;
}

.text-danger {
  color: #ff5722 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ee3900 !important;
}

.text-light {
  color: #E5E6E7 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cacdcf !important;
}

.text-dark {
  color: #2D343D !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #171b20 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #e6e5e5 !important;
}

.cui-avatar {
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.cui-avatarimg {
  border-radius: 24px;
  height: 40px;
  width: 40px;
}

.cui-avatar-primary {
  color: #f92779;
  background-color: #fedcea;
  border-color: #fedcea;
  box-shadow: none;
}

.cui-avatar-secondary {
  color: #8618d5;
  background-color: #ecdaf8;
  border-color: #ecdaf8;
  box-shadow: none;
}

.cui-avatar-success {
  color: #259b24;
  background-color: #dcefdc;
  border-color: #dcefdc;
  box-shadow: none;
}

.cui-avatar-info {
  color: #4bd2f8;
  background-color: #e2f8fe;
  border-color: #e2f8fe;
  box-shadow: none;
}

.cui-avatar-warning {
  color: #efc300;
  background-color: #fcf5d6;
  border-color: #fcf5d6;
  box-shadow: none;
}

.cui-avatar-danger {
  color: #ff5722;
  background-color: #ffe4dc;
  border-color: #ffe4dc;
  box-shadow: none;
}

.cui-avatar-light {
  color: #e5e6e7;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  box-shadow: none;
}

.cui-avatar-dark {
  color: #2d343d;
  background-color: #dddfe0;
  border-color: #dddfe0;
  box-shadow: none;
}

.cui-avatar-white {
  color: white;
  background-color: white;
  border-color: white;
  box-shadow: none;
}

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container .ngx-toastr {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  pointer-events: auto;
}

.toast-container .ngx-toastr .toast-message a:hover {
  text-decoration: underline;
}

.toast-container .ngx-toastr .toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}

.toast-container .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.3;
}

.toast-container .ngx-toastr .toast-close-button:hover,
.toast-container .ngx-toastr .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
  cursor: pointer;
}

.toast-success {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/check.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(19, 81, 19, 0.999999)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  color: #135113;
  background-color: #d3ebd3;
  border: 1px solid #c2e3c2;
}

.toast-error {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/times-circle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(133, 45, 18, 0.999999)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
  color: #852d12;
  background-color: #ffddd3;
  border: 1px solid #ffd0c1;
}

.toast-info {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/info-circle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(39, 109, 129, 0.999999)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
  color: #276d81;
  background-color: #dbf6fe;
  border: 1px solid #cdf2fd;
}

.toast-warning {
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/exclamation-triangle.svg */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgba(124, 101, 0, 0.999999)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
  color: #7c6500;
  background-color: #fcf3cc;
  border: 1px solid #fbeeb8;
}

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.toast-container .cui-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 12px 15px;
  width: 320px;
  border-radius: 0.25rem;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 0.875rem;
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 575.98px) {
  .toast-container .cui-toastr {
    width: initial;
  }
}

.toast-container .cui-toastr:hover, .toast-container .cui-toastr:focus {
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
}

.toast-container .cui-toastr.cui-toastr-lg {
  min-width: 400px;
}

@media (max-width: 767.98px) {
  .toast-container .cui-toastr.cui-toastr-lg {
    width: initial;
    min-width: inherit;
  }
}

.toast-container .cui-toastr.cui-toastr-light.toast-info {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2D343D;
}

.toast-container .cui-toastr.cui-toastr-light.toast-info .toast-close-button::before {
  background-image: url("data:image/svg+xml,<svg class='bi bi-x' width='1em' height='1em' viewBox='0 0 16 16' fill='rgba(0,0,0,1)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708-.708l7-7a.5.5 0 0 1 .708 0z'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 0 0 0 .708l7 7a.5.5 0 0 0 .708-.708l-7-7a.5.5 0 0 0-.708 0z'/></svg>");
}

.toast-container .cui-toastr.toast-info {
  background-image: none;
  background-color: #2D343D;
}

.toast-container .cui-toastr.toast-error {
  background-image: none;
  background-color: #ff5722;
}

.toast-container .cui-toastr.toast-success {
  background-image: none;
  background-color: #259b24;
}

.toast-container .cui-toastr.toast-warning {
  background-image: none;
  background-color: #EFC300;
}

.toast-container .cui-toastr .toast-title {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

.toast-container .cui-toastr .toast-message {
  word-wrap: break-word;
}

.toast-container .cui-toastr .toast-close-button {
  font-size: inherit;
  display: inline-block;
  top: 2px;
  opacity: 0.54;
  order: 1;
}

.toast-container .cui-toastr .toast-close-button::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg class='bi bi-x' width='1em' height='1em' viewBox='0 0 16 16' fill='rgba(255,255,255,1)' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708-.708l7-7a.5.5 0 0 1 .708 0z'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 0 0 0 .708l7 7a.5.5 0 0 0 .708-.708l-7-7a.5.5 0 0 0-.708 0z'/></svg>");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}

.toast-container .cui-toastr .toast-close-button:hover, .toast-container .cui-toastr .toast-close-button:focus {
  opacity: 1;
}

.toast-container .cui-toastr .toast-close-button span {
  display: none;
}

.margin-r8 {
  margin-right: 8px !important;
}

.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

pre.pre-codebox {
  margin: 0;
  border-radius: 0;
  background: #f8f8f8;
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em !important;
  counter-reset: linenumber;
}

pre.pre-codebox {
  max-height: 400px;
  overflow: auto;
  position: initial;
}

pre.line-numbers > code {
  position: relative;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: .8em;
  text-align: right;
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  color: #000;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.spinner-on-card::before {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.spinner-on-card .spinner-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cui-spinner-svg {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: -0.125em;
  -webkit-animation: .2s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {
  0%, to {
    stroke: #ff8300;
  }
  40% {
    stroke: #00739f;
  }
  66% {
    stroke: #003966;
  }
  80%, 90% {
    stroke: #00bab5;
  }
}

@keyframes color {
  0%, to {
    stroke: #ff8300;
  }
  40% {
    stroke: #00739f;
  }
  66% {
    stroke: #003966;
  }
  80%, 90% {
    stroke: #00bab5;
  }
}

.ngx-datatable.cui-datatable {
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
  transform: none;
}

.ngx-datatable.cui-datatable .datatable-body-cell,
.ngx-datatable.cui-datatable .datatable-header-cell {
  padding: 0.75rem 1rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #E5E6E7;
  text-align: left;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.ngx-datatable.cui-datatable .datatable-header-cell:not(:first-child) .datatable-header-cell-template-wrap {
  text-align: left;
  display: flex;
  justify-content: left;
}

.ngx-datatable.cui-datatable .datatable-header-cell {
  font-weight: 400;
  color: #2D343D;
  border-top: none;
  font-size: 0.875rem;
}

.ngx-datatable.cui-datatable .datatable-header-cell .datatable-header-cell-template-wrap {
  display: flex;
}

.ngx-datatable.cui-datatable .datatable-header-cell .datatable-header-cell-template-wrap .sort-btn {
  line-height: 1.5;
  margin-left: 0.25rem;
}

.ngx-datatable.cui-datatable .datatable-header-cell .datatable-header-cell-template-wrap .sort-btn:before {
  content: '\e5d7';
  font-family: 'Material Icons';
  font-size: 16px;
}

.ngx-datatable.cui-datatable .datatable-header-cell .datatable-header-cell-template-wrap .sort-btn.sort-asc:before {
  content: '\e316';
}

.ngx-datatable.cui-datatable .datatable-header-cell .datatable-header-cell-template-wrap .sort-btn.sort-desc:before {
  content: '\e313';
}

.ngx-datatable.cui-datatable .datatable-header {
  background-color: #E5E6E7;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: inherit;
  z-index: 11;
}

@media (max-width: 1199.98px) {
  .ngx-datatable.cui-datatable .datatable-header {
    overflow-x: auto;
  }
}

.ngx-datatable.cui-datatable .datatable-header .datatable-header-inner .datatable-header-cell {
  font-weight: 500;
  overflow: inherit !important;
}

.ngx-datatable.cui-datatable .datatable-header.datatable-header-down {
  position: fixed;
  top: 0;
  z-index: 11;
  width: auto !important;
  transition: all 0.2s ease-in-out;
}

.ngx-datatable.cui-datatable .datatable-header.datatable-header-up {
  position: fixed;
  z-index: 11;
  top: 76px;
  width: auto !important;
  transition: all 0.2s ease-in-out;
}

.ngx-datatable.cui-datatable .datatable-summary-row .datatable-body-row {
  background-color: rgba(32, 201, 151, 0.02);
}

.ngx-datatable.cui-datatable .datatable-summary-row .cui-datatable-summary-text {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F92779;
}

.ngx-datatable.cui-datatable .datatable-summary-row .cui-datatable-summary-label {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.ngx-datatable.cui-datatable .datatable-header-cell .datatable-header-cell-template-wrap .cui-table-column-header {
  display: flex;
  align-items: center;
}

.ngx-datatable.cui-datatable .datatable-header-cell:not(:first-child) .datatable-header-cell-template-wrap .cui-table-column-header {
  justify-content: center;
}

.ngx-datatable.cui-datatable .datatable-row-wrapper:first-child .datatable-body-cell {
  border-top: 0px;
}

.ngx-datatable.cui-datatable .datatable-body .datatable-body-cell:last-child {
  text-align: right;
}

.ngx-datatable.cui-datatable .datatable-body .datatable-body-cell:not(:first-child) .datatable-body-cell-label {
  text-align: left;
  vertical-align: middle;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

.ngx-datatable.cui-datatable .datatable-body .datatable-body-cell .datatable-body-cell-label {
  vertical-align: middle;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  word-break: break-word;
}

.ngx-datatable.cui-datatable .datatable-body .datatable-body-cell-label a {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.ngx-datatable.cui-datatable .datatable-body .datatable-body-cell-label a:hover {
  text-decoration: none;
}

.ngx-datatable.cui-datatable .datatable-body .datatable-body-cell-label a.right-arrow {
  text-decoration: none;
}

.ngx-datatable.cui-datatable .datatable-body .datatable-body-cell-label .class-dropdown-menu a {
  text-decoration: none;
}

.ngx-datatable.cui-datatable .datatable-body .datatable-body-cell-label .cui-list-subtitle {
  margin-top: 0.25rem;
}

.ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:first-child .datatable-body-cell-label {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:not(:first-child) .datatable-body-cell-label {
  display: inline-grid;
  text-align: left;
  align-items: center;
}

.ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:not(:first-child) .datatable-body-cell-label .cui-donut-chart:first-child,
.ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:not(:first-child) .datatable-body-cell-label .program-avg-difference {
  position: relative;
}

.ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:not(:first-child) .datatable-body-cell-label .cui-datatable-difference-label {
  margin-bottom: 0;
  position: absolute;
  display: flex;
  top: 36%;
  right: -20px;
}

.ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:not(:first-child) .datatable-body-cell-label .cui-datatable-difference-label small, .ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:not(:first-child) .datatable-body-cell-label .cui-datatable-difference-label .small {
  font-weight: 700;
}

.ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:not(:first-child) .datatable-body-cell-label .program-avg-difference {
  margin-bottom: 0;
}

.ngx-datatable.cui-datatable.cui-datatable-compare .datatable-body-cell:not(:first-child) .datatable-body-cell-label .program-avg-difference .cui-datatable-difference-label {
  top: 18%;
  right: -26px;
}

.rs-teacher-cell {
  min-width: 200px;
}

.rs-teacher-cell .rs-teacher-list {
  display: flex;
}

.rs-teacher-cell .rs-teacher-list > div {
  margin-left: 0.25rem;
}

.feedbackTable .ngx-datatable.cui-datatable .datatable-header-cell:not(:first-child) .datatable-header-cell-template-wrap {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

.feedbackTable .ngx-datatable.cui-datatable .datatable-body .datatable-body-cell:not(:first-child) .datatable-body-cell-label {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.feedbackTable .ngx-datatable.cui-datatable .datatable-body .datatable-body-cell:not(:first-child) .datatable-body-cell-label .h6 {
  font-weight: 600;
}

.feedbackTable .ngx-datatable.cui-datatable .datatable-body .datatable-body-cell:not(:first-child) .datatable-body-cell-label .actionBtn {
  display: flex;
  flex-direction: column;
}

.feedbackTable .ngx-datatable.cui-datatable .datatable-body .datatable-body-cell:not(:first-child) .datatable-body-cell-label .cust-mb-10 {
  margin-bottom: 10px;
}

.feedbackTable .ngx-datatable.cui-datatable .datatable-body .datatable-body-cell:not(:first-child) .btn-secondary, .feedbackTable .ngx-datatable.cui-datatable .datatable-body .datatable-body-cell:not(:first-child) .btn-outline-secondary {
  padding: 8px 16px;
}

.feedbackTable .ngx-datatable.cui-datatable .datatable-body .datatable-body-cell.status-visible {
  overflow: visible;
}

.feedbackTable .ngx-datatable.cui-datatable .cui-list-title:first-child {
  margin-bottom: 0.25rem;
}

#classDatatable .ngx-datatable.cui-datatable .datatable-body-cell {
  padding: 0.75rem 1rem;
}

.cui-card .ngx-datatable.cui-datatable .cui-table-column-header.dropdown-toggle {
  justify-content: start;
}

.cui-card.tbl-double-dount-chart .ngx-datatable.cui-datatable .datatable-header-cell.olp-header .datatable-header-cell-template-wrap {
  text-align: left;
}

.cui-card.tbl-double-dount-chart .ngx-datatable.cui-datatable .datatable-header-cell.olp-header .datatable-header-cell-template-wrap .cui-table-column-header {
  justify-content: start;
}

.cui-card.tbl-double-dount-chart .ngx-datatable.cui-datatable .datatable-header-cell .datatable-header-cell-template-wrap {
  justify-content: start;
}

.empty-row {
  background-color: rgba(45, 52, 61, 0.03);
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

.cui-datatable.striped .datatable-row-odd {
  background-color: rgba(45, 52, 61, 0.03);
}

.cui-datatable.striped .datatable-row-even {
  background-color: #ffffff;
}

.is-female {
  background: #ceb3ea;
}

@media screen and (max-width: 800px) {
  .desktop-hidden {
    display: initial;
  }
  .mobile-hidden {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .desktop-hidden {
    display: none;
  }
  .mobile-hidden {
    display: initial;
  }
}

/* your.component.css or your.component.scss */
.inner-datatable {
  /* Add your custom styles for the inner datatable here */
  border: 1px solid #ccc;
  margin-top: 10px;
}

.inner-datatable .datatable-header {
  /* Styles for the header of the inner datatable */
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  z-index: 1;
}

.inner-datatable .datatable-row {
  /* Styles for each row in the inner datatable */
  border-bottom: 1px solid #ddd;
}

.inner-datatable .datatable-row:hover {
  /* Styles for a hovered row in the inner datatable */
  background-color: #e0e0e0;
}

.inner-datatable .datatable-body {
  /* Styles for the body of the inner datatable */
  max-height: 200px;
  /* Set your desired max height for virtualization */
  overflow-y: auto;
}

.inner-datatable .datatable-row .datatable-cell {
  /* Styles for each cell in the inner datatable */
  padding: 8px;
}

.cui-default-checkbox {
  position: relative;
}

.cui-default-checkbox:after {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  top: -1px;
  margin: auto;
  left: 0;
  content: '';
  border-radius: 0.125rem;
  cursor: pointer;
  background-color: #fff;
}

.cui-default-checkbox:before {
  height: 12px;
  top: 1px;
  margin: auto;
  left: 6px;
  width: 6px;
  transition: all .2s;
  opacity: 0;
  transform: rotate(45deg);
  border-radius: 0;
  z-index: 1;
  background-color: transparent;
  content: '';
  position: absolute;
}

.cui-default-checkbox:checked::after {
  background-color: #2b44ac;
  background-image: none;
  border-color: #F92779;
}

.cui-default-checkbox:checked::before {
  color: #fff;
  background-image: none;
  border-image: none;
  border-style: none solid solid none;
  border-width: 0 0.125rem 0.125rem 0;
  opacity: 1;
  background-color: transparent;
  border-color: #fff;
}

.cui-default-checkbox:focus::after {
  border-color: #96accd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 88, 155, 0.25);
}

.datatable-row-left {
  background-color: #f8f9fa;
  height: 45px;
}

.datatable-row-group.datatable-row-left, .datatable-row-group.datatable-row-right {
  background-color: #fff;
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}

.datatable-row-group.datatable-row-right {
  background-position: 0 100%;
}

.datatable-footer {
  border-top: 2px solid #eee;
  background: rgba(0, 0, 0, 0.02);
  font-size: 12px;
}

.cui-toggle-row.ngx-datatable .datatable-body .datatable-body-row > div {
  height: 100%;
}

.cui-toggle-row .datatable-row-group.datatable-row-left, .cui-toggle-row .datatable-row-group.datatable-row-right {
  background: none;
}

.cui-toggle-row .datatable-icon-down {
  transform: rotate(90deg);
}

.cui-toggle-row .datatable-row-detail {
  background-color: rgba(45, 52, 61, 0.02);
}

datatable {
  display: block;
  overflow-x: auto;
}

/* Custom Header Row Styles */
.datatable-row-header {
  background-color: #f5f5f5;
  border-bottom: 2px solid #ddd;
}

/* Data Rows Styles */
.datatable-row-data {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.datatable-body-cell {
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
}

/* Responsive Table  */
.cui-datatable-card .data-title {
  display: none;
}

@media (max-width: 320px) {
  .ngx-datatable.cui-datatable-card .datatable-row-group .datatable-body-cell.col-sm-1 {
    width: 15.33333333% !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-row-group .datatable-body-cell.col-sm-11 {
    width: 84.66666667% !important;
  }
}

@media (max-width: 991.98px) {
  .border-md-0 {
    border: none !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-row-group {
    flex-flow: wrap;
  }
  .ngx-datatable.cui-datatable-card .datatable-header {
    display: none;
  }
  .ngx-datatable.cui-datatable-card .data-title {
    display: block;
  }
  .ngx-datatable.cui-datatable-card .datatable-row-wrapper:first-child .datatable-body-cell {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row {
    outline: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px #2980b914;
    background-color: #fff;
    border: solid 1px rgba(28, 36, 58, 0.1);
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .datatable-row-left {
    display: none !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .datatable-body-cell:first-child, .ngx-datatable.cui-datatable-card .datatable-body-row .datatable-body-cell:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .datatable-header-cell, .ngx-datatable.cui-datatable-card .datatable-body-row .datatable-body-cell {
    border-top: 0 !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .datatable-body-cell-label {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .datatable-body-cell-label .data-title {
    font-size: 13px;
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 600;
    color: #556075bf;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .col-md-1 {
    width: 8.33333333% !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .col-md-2 {
    width: 16.66666667% !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .col-md-3 {
    width: 25% !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .col-md-6 {
    width: 50% !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .col-md-4 {
    width: 33.33333333% !important;
  }
  .ngx-datatable.cui-datatable-card .datatable-body-row .col-md-11 {
    width: 91.66666667% !important;
  }
}

/*!
 * Propeller Pro v1.6.0 (http://pro.propeller.in/): range-slider.css
 * Copyright 2016-2020 Digicorp Information Systems Pvt. Ltd.
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
html:not([dir=rtl]) .cui-range-slider.noUi-horizontal .noUi-handle {
  right: -7px;
}

.cui-range-slider.noUi-target {
  box-shadow: none;
  border: none;
  height: 6px;
  margin: 0 0 6px;
}

.cui-range-slider.noUi-connect {
  background: linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
}

.cui-range-slider .noUi-connect {
  background: linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
}

.cui-range-slider .noUi-handle {
  border: none;
  box-shadow: none;
  border-radius: 50%;
  background: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.cui-range-slider .noUi-handle:after, .cui-range-slider .noUi-handle:before {
  display: none;
}

.cui-range-slider .noUi-handle:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: #F92779 solid 2px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.cui-range-slider.noUi-target,
.cui-range-slider .noUi-target {
  box-shadow: none;
  background: #dedede;
}

.cui-range-slider.noUi-target {
  transition: all 0.2s ease-in-out;
}

.cui-range-slider .noUi-pips-horizontal {
  height: 2px;
  padding: 0;
  top: 1px;
}

.cui-range-slider .noUi-pips .noUi-value {
  display: none;
}

.cui-range-slider .noUi-pips .noUi-marker-horizontal {
  background: #000000;
  height: 2px;
}

.cui-range-slider .noUi-pips.noUi-pips-horizontal .noUi-marker-large:first-child {
  margin-left: 0;
}

.cui-range-slider .noUi-pips.noUi-pips-horizontal .noUi-marker-large:nth-last-child(2) {
  margin-left: -2px;
}

.cui-range-slider .noUi-pips-vertical {
  width: 2px;
  padding: 0;
  left: 1px;
  z-index: 10;
}

.cui-range-slider .noUi-pips .noUi-marker-vertical {
  background: #000000;
  width: 2px;
}

.cui-range-slider .noUi-pips.noUi-pips-vertical .noUi-marker-large:first-child {
  margin-top: -2px;
}

.cui-range-slider .noUi-pips.noUi-pips-vertical .noUi-marker-large:nth-last-child(2) {
  margin-top: 0px;
}

.cui-range-slider .noUi-tooltip {
  left: 50%;
  padding: 0;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  border: none;
  background: linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  color: #ffffff;
  line-height: 28px;
  border-radius: 50%;
  font-size: 11px;
}

.cui-range-slider.noUi-horizontal .noUi-handle-upper .noUi-tooltip,
.cui-range-slider.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px;
  bottom: auto;
}

.cui-range-slider.noUi-horizontal .noUi-handle-upper .noUi-tooltip:before,
.cui-range-slider.noUi-horizontal .noUi-handle-lower .noUi-tooltip:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  background: linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  margin-left: -10px;
  z-index: -1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  border-radius: 10px 10px 0px 10px;
}

.cui-range-slider.cui-range-tooltip-right-bottom.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  top: auto;
  bottom: -32px;
}

.cui-range-slider.cui-range-tooltip-right-bottom.noUi-horizontal .noUi-handle-upper .noUi-tooltip:before {
  top: auto;
  bottom: 9px;
  border-radius: 0 10px 10px 10px;
}

.cui-range-slider.cui-range-tooltip-left-bottom.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: auto;
  bottom: -32px;
}

.cui-range-slider.cui-range-tooltip-left-bottom.noUi-horizontal .noUi-handle-lower .noUi-tooltip:before {
  top: auto;
  bottom: 9px;
  border-radius: 0 10px 10px 10px;
}

.cui-range-slider.cui-range-tooltip-bottom.noUi-horizontal .noUi-handle-upper .noUi-tooltip,
.cui-range-slider.cui-range-tooltip-bottom.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: auto;
  bottom: -32px;
}

.cui-range-slider.cui-range-tooltip-bottom.noUi-horizontal .noUi-handle-upper .noUi-tooltip:before,
.cui-range-slider.cui-range-tooltip-bottom.noUi-horizontal .noUi-handle-lower .noUi-tooltip:before {
  top: auto;
  bottom: 9px;
  border-radius: 0 10px 10px 10px;
}

.cui-range-slider.cui-range-tooltip-bottom.noUi-horizontal .noUi-tooltip {
  top: auto;
  bottom: -32px;
}

.cui-range-slider.cui-range-tooltip-right-bottom.noUi-horizontal .noUi-handle-upper .noUi-tooltip,
.cui-range-slider.cui-range-tooltip-left-bottom.noUi-horizontal .noUi-handle-lower .noUi-tooltip,
.cui-range-slider.cui-range-tooltip-bottom.noUi-horizontal .noUi-tooltip {
  -moz-transform-origin: 50% -50%;
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  will-change: transform;
}

.cui-range-slider.noUi-vertical {
  height: 300px;
  margin: 20px auto;
}

.cui-range-slider.noUi-vertical.noUi-target {
  width: 2px;
}

.cui-range-slider.noUi-vertical.noUi-connect {
  background: linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
}

.cui-range-slider.noUi-vertical .noUi-handle {
  left: -6px;
}

.cui-range-slider.noUi-vertical .noUi-tooltip {
  margin-left: 0;
  margin-top: -14px;
  top: 50%;
  left: -32px;
}

.cui-range-slider.noUi-vertical .noUi-handle-upper .noUi-tooltip:before,
.cui-range-slider.noUi-vertical .noUi-handle-lower .noUi-tooltip:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  background: linear-gradient(90deg, #f92779 0%, #b458fa 49%, #4ba2fa 100%);
  margin-top: -10px;
  z-index: -1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 9px;
  border-radius: 10px 0px 10px 10px;
}

.cui-range-slider.cui-range-tooltip-top-right.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  left: auto;
  right: -32px;
}

.cui-range-slider.cui-range-tooltip-top-right.noUi-vertical .noUi-handle-upper .noUi-tooltip:before {
  left: auto;
  right: 9px;
  border-radius: 10px 10px 10px 0px;
}

.cui-range-slider.cui-range-tooltip-bottom-right.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: auto;
  right: -32px;
}

.cui-range-slider.cui-range-tooltip-bottom-right.noUi-vertical .noUi-handle-lower .noUi-tooltip:before {
  left: auto;
  right: 9px;
  border-radius: 10px 10px 10px 0px;
}

.cui-range-slider.cui-range-tooltip-right.noUi-vertical .noUi-handle-upper .noUi-tooltip,
.cui-range-slider.cui-range-tooltip-right.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: auto;
  right: -32px;
}

.cui-range-slider.cui-range-tooltip-right.noUi-vertical .noUi-handle-upper .noUi-tooltip:before,
.cui-range-slider.cui-range-tooltip-right.noUi-vertical .noUi-handle-lower .noUi-tooltip:before {
  left: auto;
  right: 9px;
  border-radius: 10px 10px 10px 0px;
}

.cui-range-slider.cui-range-tooltip-right.noUi-vertical .noUi-tooltip {
  left: auto;
  right: -32px;
}

.cui-range-slider.cui-range-tooltip-top-right.noUi-vertical .noUi-handle-upper .noUi-tooltip,
.cui-range-slider.cui-range-tooltip-bottom-right.noUi-vertical .noUi-handle-lower .noUi-tooltip,
.cui-range-slider.cui-range-tooltip-right.noUi-vertical .noUi-tooltip {
  -moz-transform-origin: -50% 50%;
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  will-change: transform;
}

.cui-range-slider .noUi-tooltip {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cui-range-slider.noUi-horizontal .noUi-tooltip {
  -moz-transform-origin: 50% 150%;
  -webkit-transform-origin: 50% 150%;
  transform-origin: 50% 150%;
  will-change: transform;
}

.cui-range-slider.noUi-vertical .noUi-tooltip {
  -moz-transform-origin: 150% 50%;
  -webkit-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  will-change: transform;
}

.cui-range-slider .noUi-handle:before,
.cui-range-slider .noUi-tooltip {
  transition: all 0.2s ease-in-out;
}

.cui-range-slider.cui-noUi-tooltip .noUi-handle.noUi-active:before {
  opacity: 0;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cui-range-slider.cui-noUi-tooltip .noUi-handle.noUi-active .noUi-tooltip {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cui-range-slider.cui-range-tooltip .noUi-handle:before {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cui-range-slider.cui-range-tooltip .noUi-tooltip {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

[disabled].noUi-connect {
  background: #d0d0d0;
}

[disabled].cui-range-slider.noUi-background {
  background: #f1f1f1;
}

[disabled].cui-range-slider .noUi-background {
  background: #f1f1f1;
}

[disabled].cui-range-slider .noUi-handle:before {
  background: #d0d0d0;
}

.cui-range-slider [disabled].noUi-origin .noUi-handle,
[disabled].cui-range-slider .noUi-handle {
  cursor: not-allowed;
}

.cui-range-slider [disabled].noUi-origin .noUi-handle:before {
  background: #d0d0d0;
}

.cui-badge-lg {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  padding: 8px 12px;
}

.cui-badge-lg.text-bg-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

.imt-badge-count {
  width: 16px;
  height: 16px;
  line-height: 16px !important;
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  margin-top: 3px;
  color: #000;
  border: solid 1px #fff;
}

@media (max-width: 1199.98px) {
  .cui-search {
    order: -1;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.input-group.cui-input-group-search {
  width: 47%;
  position: absolute;
  top: 12px;
  right: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1199.98px) {
  .input-group.cui-input-group-search {
    width: 100% !important;
    margin: 0 10px;
    position: relative;
    top: 8px;
  }
}

.input-group.cui-input-group-search .input-group-text {
  background-color: transparent;
}

.input-group.cui-input-group-search .input-group-text i {
  color: rgba(0, 0, 0, 0.38);
}

.input-group.cui-input-group-search .input-group-text,
.input-group.cui-input-group-search .btn {
  position: absolute;
  z-index: 22;
  top: 0;
  bottom: 0;
  border: none;
}

.input-group.cui-input-group-search .btn {
  right: 0;
  border-radius: 24px !important;
  margin: 4px;
  line-height: 6px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
}

.input-group.cui-input-group-search .form-control {
  border-radius: 24px !important;
  padding-left: 46px;
  padding-right: 160px;
  background-color: #EDEFF3;
  border: none;
  font-size: 0.875rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.cui-input-group-icon.cui-input-group-outline > .cui-textfield-outline .form-control {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.imt-input-group .imt-ig-icon {
  position: absolute;
  z-index: 23;
  background-color: transparent;
}

.imt-input-group.input-group > :first-child.imt-ig-icon {
  border-right: none;
}

.imt-input-group.input-group > :first-child.imt-ig-icon ~ .form-control {
  padding-left: 56px !important;
  border-top-left-radius: 56px !important;
  border-bottom-left-radius: 56px !important;
}

.cui-input-group-white {
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.5rem;
}

.imt-light-card {
  position: relative;
  border-radius: 24px;
  padding: 1.5rem 0;
}

@media (max-width: 767.98px) {
  .imt-light-card {
    padding: 1rem 0;
  }
}

.imt-light-card::before {
  background: #f92779;
  background: linear-gradient(150deg, #f92779 0%, #b658fa 25%, #4bcff9 50%, #42e4e2 75%, #65ee4c 100%);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: plus-lighter;
  z-index: 1;
  opacity: 0.09;
  border-radius: 24px;
}

.imt-light-card img {
  z-index: 3;
  position: relative;
}

.imt-light-card::after {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: "";
  opacity: 0.6;
  border-radius: 24px;
}

.cui-card {
  transition: all 0.2s ease-in-out;
  border: solid 1px rgba(45, 52, 61, 0.2);
}

.cui-card:hover {
  box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
}

@media (max-width: 767.98px) {
  .cui-card:hover {
    box-shadow: 0 0px 12px rgba(45, 52, 61, 0.2);
  }
}

.cui-card.imt-gray-card {
  background-color: #EDEFF3;
  box-shadow: none;
  border-color: transparent;
  transition: all 0.2s ease-in-out;
}

.cui-card.imt-gray-card:hover {
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  border: solid 1px rgba(45, 52, 61, 0.2);
}

.cui-card.imt-gray-light-card {
  background-color: rgba(45, 52, 61, 0.04);
  box-shadow: none;
  border-color: transparent;
}

.cui-card.imt-gradient-card {
  background: #f92779;
  background: linear-gradient(150deg, rgba(249, 39, 121, 0.2) 0%, rgba(182, 88, 250, 0.2) 25%, rgba(75, 207, 249, 0.2) 50%, rgba(66, 228, 226, 0.2) 75%, rgba(101, 238, 76, 0.2) 100%);
  box-shadow: none;
  border: none;
}

.cui-card.imt-card-40 {
  border-radius: 40px;
}

.imt-book-cover {
  position: relative;
  display: inline-block;
  min-width: 135px;
}

@media (max-width: 767.98px) {
  .imt-book-cover {
    min-width: inherit;
  }
}

.imt-book-cover::before {
  background-color: rgba(5, 27, 37, 0.2);
  content: "";
  left: 0;
  right: -6px;
  top: 8px;
  bottom: 0;
  position: absolute;
  border-radius: 0.25rem;
}

.imt-book-cover::after {
  background-color: rgba(5, 27, 37, 0.5);
  content: "";
  left: 0;
  right: -2px;
  top: 4px;
  bottom: 0;
  position: absolute;
  border-radius: 0.25rem;
}

.imt-book-cover .imt-book-cover-top {
  border-radius: 0.25rem;
  position: relative;
  z-index: 1;
}

.imt-book-cover .imt-book-cover-top::before {
  background: white;
  background: linear-gradient(90deg, white 0%, black 100%);
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 12px;
  opacity: 0.3;
  z-index: 1;
}

.imt-book-cover .imt-book-cover-top::after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.2;
  width: 0;
  height: 0;
  border-top: 120px solid #fff;
  border-right: 120px solid transparent;
  z-index: 0;
}

.imt-book-cover .imt-book-cover-top img {
  border-radius: 0.25rem;
  box-shadow: 0 8px 18px rgba(2, 8, 12, 0.3);
}

.imt-cd-cover::before {
  background-image: url("../images/cds/cd.png");
}

.imt-vinyl-cover::before {
  background-image: url("../images/vinyls/vinyl.png");
}

.imt-cd-cover,
.imt-vinyl-cover {
  position: relative;
  display: inline-block;
  width: 78%;
}

.imt-cd-cover::before,
.imt-vinyl-cover::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-size: contain;
  border-radius: 0.25rem;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: -37%;
  width: 100%;
}

.imt-cd-cover::after,
.imt-vinyl-cover::after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.2;
  width: 0;
  height: 0;
  border-top: 120px solid #fff;
  border-right: 120px solid transparent;
  z-index: 1;
}

.imt-cd-cover img,
.imt-vinyl-cover img {
  position: relative;
  z-index: 1;
  border-radius: 0.25rem;
  box-shadow: 0 8px 18px rgba(2, 8, 12, 0.3);
}

.imt-cd-cover:hover::before,
.imt-vinyl-cover:hover::before {
  animation: animName 4s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.imt-book-card,
.imt-cd-card,
.imt-vinyl-card,
.imt-carvaan-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.imt-book-card.cui-card.cui-card-sm .card-title a,
.imt-cd-card.cui-card.cui-card-sm .card-title a,
.imt-vinyl-card.cui-card.cui-card-sm .card-title a,
.imt-carvaan-card.cui-card.cui-card-sm .card-title a {
  color: #2D343D;
}

.imt-book-card.cui-card.cui-card-sm .card-title a span,
.imt-cd-card.cui-card.cui-card-sm .card-title a span,
.imt-vinyl-card.cui-card.cui-card-sm .card-title a span,
.imt-carvaan-card.cui-card.cui-card-sm .card-title a span {
  font-weight: 400;
}

.imt-book-card.cui-card.cui-card-sm .card-subtitle a,
.imt-cd-card.cui-card.cui-card-sm .card-subtitle a,
.imt-vinyl-card.cui-card.cui-card-sm .card-subtitle a,
.imt-carvaan-card.cui-card.cui-card-sm .card-subtitle a {
  color: #63696F;
}

.imt-book-card.cui-card.cui-card-sm .card-subtitle a strong,
.imt-cd-card.cui-card.cui-card-sm .card-subtitle a strong,
.imt-vinyl-card.cui-card.cui-card-sm .card-subtitle a strong,
.imt-carvaan-card.cui-card.cui-card-sm .card-subtitle a strong {
  font-weight: 500;
}

.imt-book-card.cui-card.cui-card-sm .card-footer,
.imt-cd-card.cui-card.cui-card-sm .card-footer,
.imt-vinyl-card.cui-card.cui-card-sm .card-footer,
.imt-carvaan-card.cui-card.cui-card-sm .card-footer {
  margin-top: 0;
}

.imt-language-card .card-body {
  padding: 12px !important;
  margin: 0 !important;
}

.imt-language-card .card-title {
  background: linear-gradient(130deg, #f92779 0%, #b658fa 25%, #39b0d6 50%, #37c0be 75%, #65ee4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.imt-author-card {
  background-color: rgba(101, 238, 76, 0.12);
  border: none;
  box-shadow: none;
  position: relative;
  margin-top: 60px;
}

.imt-author-card .imt-floating-content-tc {
  margin: auto;
  width: 120px;
  margin-top: -60px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.imt-card-500 {
  max-width: 500px;
}

.imt-carvaan-card {
  overflow: hidden;
  padding: 0;
}

.imt-carvaan-card .imt-carvaan-cover {
  border-bottom: solid 1px #e7e7e7;
  min-height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imt-carvaan-card .imt-carvaan-cover img {
  opacity: 1;
}

@media (min-width: 576px) {
  body:not(.cui-body-open) .navbar-sm {
    box-shadow: 0 0px 20px rgba(45, 52, 61, 0.2);
    background-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

@media (min-width: 576px) {
  body:not(.cui-body-open) .navbar-sm .cui-navbar-sidebar {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  .cui-navbar .navbar-brand {
    display: inline-flex;
    margin-right: 0;
  }
  .cui-navbar .navbar-brand img {
    height: 22px;
  }
}

@media only screen and (max-width: 1250px) {
  .cui-navbar.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .cui-navbar-right-icon .btn {
    padding: 0.47rem 0.65rem;
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .cui-navbar-right-icon .btn.cui-btn-fab {
    margin-right: 0;
  }
}

.cui-pills-icon {
  margin-left: -5px;
  margin-right: -5px;
}

.cui-pills-icon .nav-item {
  padding: 0 5px;
}

.cui-pills-icon .nav-link {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  display: flex;
  border: solid 1px rgba(149, 153, 157, 0.5);
  align-items: center;
}

.cui-pills-icon .nav-link i {
  filter: grayscale(1);
  opacity: 0.84;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
  .cui-pills-icon .nav-link {
    font-size: 0.75rem;
  }
}

.cui-pills-icon .nav-link.active {
  border-color: rgba(130, 100, 250, 0.1);
}

.cui-pills-icon .nav-link.active i {
  filter: inherit;
  opacity: 1;
}

@media (max-width: 767.98px) {
  p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  h1, .h1, .h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  h2, .h2, .h2 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  h3, .h3, .h3 {
    font-size: 20px;
  }
}

h6, .h6, .h6 {
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .lead, p.lead {
    font-size: 16px;
    font-weight: 400;
  }
}

.cui-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.cui-swiper .swiper-slide .cui-card {
  margin-bottom: 0;
  width: 100%;
}

.cui-swiper-thumbs.swiper .swiper-slide {
  padding: 4px;
  margin: 10px;
  border-radius: 6px;
  width: 60px;
  border: solid 1px transparent;
}

.cui-swiper-thumbs.swiper .swiper-slide:hover, .cui-swiper-thumbs.swiper .swiper-slide:focus, .cui-swiper-thumbs.swiper .swiper-slide:active {
  border: solid 1px rgba(45, 52, 61, 0.3);
}

.cui-swiper-thumbs.swiper .swiper-slide.swiper-slide-thumb-active {
  border: solid 1px rgba(45, 52, 61, 0.3);
}

.swiper {
  margin: -15px;
}

@media (max-width: 767.98px) {
  .swiper {
    margin: -8px;
  }
}

.swiper-slide {
  padding: 15px;
}

@media (max-width: 767.98px) {
  .swiper-slide {
    padding: 8px;
  }
}

.swiper-slide .cui-card {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .imt-book-swiper .swiper-slide {
    max-width: 204px;
  }
}

@media (max-width: 767.98px) {
  .imt-cd-swiper .swiper-slide,
  .imt-vinyl-swiper .swiper-slide {
    max-width: 262px;
  }
}

.swiper-pagination {
  bottom: 25px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F92779;
  width: 10px;
  height: 10px;
  transition: all 0.2s ease-in-out;
}

.swiper-slide [data-aos^=fade][data-aos^=fade] {
  opacity: 0 !important;
  transition-property: opacity, transform;
}

.swiper-slide [data-aos=fade-up] {
  transform: translate3d(0, 100px, 0) !important;
}

.swiper-slide [data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0) !important;
}

.swiper-slide [data-aos=fade-left] {
  transform: translate3d(100px, 0, 0) !important;
}

.swiper-slide.swiper-slide-active [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.cui-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cui-list.cui-list-bullet {
  padding-left: 15px;
}

.cui-list.cui-list-bullet .cui-list-item {
  position: relative;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cui-list.cui-list-bullet .cui-list-item a {
  color: rgba(255, 255, 255, 0.84);
}

.cui-list.cui-list-bullet .cui-list-item a:hover, .cui-list.cui-list-bullet .cui-list-item a:focus {
  color: #F92779;
}

.cui-list.cui-list-bullet .cui-list-item::before {
  content: "";
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.84);
  position: absolute;
  left: -15px;
}

.cui-list.cui-list-bottom-border .list-group-item {
  border-bottom: solid #E5E6E7 1px;
  margin-bottom: 0;
  padding: 30px 0;
}

.cui-list.cui-list-bottom-border .list-group-item:last-child {
  border-bottom: none;
}

.imt-progress-bar-list {
  padding-left: 0;
  margin: -8px 0 !important;
}

.imt-progress-bar-list .list-group-item {
  padding: 0.5rem 1rem;
}

.imt-progress-bar-list .list-group-item span {
  width: 50px;
}

@media (max-width: 991.98px) {
  .imt-progress-bar-list .list-group-item span {
    width: 40px;
  }
}

.imt-progress-bar-list .list-group-item span:nth-of-type(2) {
  text-align: right;
}

.imt-progress-bar-list .list-group-item .progress {
  height: 6px;
  border-radius: 4px;
}

.btn-white {
  color: #F92779;
}

.btn-white:hover, .btn-white:focus {
  background-color: #2D343D;
  color: #fff;
}

.cui-btn-icon {
  padding-right: 0.75rem;
  padding-top: 0.41rem;
  padding-bottom: 0.41rem;
}

@media (max-width: 767.98px) {
  .btn.cui-btn-fab {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .btn.cui-btn-fab i {
    line-height: 40px;
  }
}

.imt-is-card {
  background-color: #F92779;
  color: #fff;
}

.imt-is-card:hover, .imt-is-card:focus {
  background-color: #d80658;
  color: #fff;
}

.cui-navbar-sidebar .navbar-nav {
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1199.98px) {
  .cui-navbar-sidebar {
    display: flex;
    flex-direction: column;
  }
  .cui-navbar-sidebar .navbar-nav {
    flex-grow: 1;
    width: 100%;
    margin-top: 15px;
    opacity: 1 !important;
  }
  .cui-navbar-sidebar .navbar-nav .nav-link {
    padding: 12px 12px !important;
    border-top: solid 1px #E5E6E7;
  }
  .cui-navbar-sidebar .navbar-nav .nav-link.active {
    background-color: #F92779;
    color: #fff;
  }
}

.cui-form-check-list {
  font-size: 13px;
}

.cui-form-check-list .form-check {
  margin-top: 6px;
  margin-bottom: 6px;
}

.cui-form-check-list .form-check:last-child {
  margin-bottom: 0;
}

.cui-form-check-list .form-check:first-child {
  margin-top: 0;
}

.cui-checkbox .form-check-label,
.cui-radio .form-check-label {
  font-weight: 500;
  color: #63696F;
}

.cui-checkbox .form-check-label .badge,
.cui-radio .form-check-label .badge {
  margin-left: 2px;
}

.cui-checkbox .form-check-input:checked ~ .form-check-label,
.cui-radio .form-check-input:checked ~ .form-check-label {
  color: #2D343D;
}

.cui-toast-container {
  margin-top: 20px;
}

.cui-toast-container.cui-toast-top-end {
  top: 40px;
  right: 0;
  margin-right: 10px;
}

.cui-toast-container .toast {
  animation-name: bounce-6;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

.cui-toast-container .toast.cui-toast-sm {
  width: 170px;
}

.cui-toast-container .toast img {
  border-radius: 4px;
}

.bounce-6 {
  animation-name: bounce-6;
  animation-timing-function: ease;
}

@keyframes bounce-6 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-50px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

/* styles.css */
.cui-form-select {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 0.875rem;
}

.cui-form-select.cui-form-select-end .cui-custom-select-group {
  left: inherit;
}

.cui-form-select.cui-form-select-auto {
  width: auto;
}

.cui-form-select.cui-form-select-auto .cui-custom-select-group {
  min-width: auto;
}

.cui-form-select.cui-form-select-no-bg .custom-select-trigger {
  background: transparent;
  border: none;
  padding: 0;
}

.cui-form-select select {
  display: none;
  /* Hide the original select element */
}

.cui-form-select .custom-select {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.cui-form-select .custom-select-trigger {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #2D343D;
  outline: none;
}

.cui-form-select .custom-select-trigger::after {
  content: "\e313";
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  color: #95999D;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  margin-right: -6px;
}

.cui-form-select .custom-select-trigger .flag-icon {
  border-radius: 2px;
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  margin-right: 10px;
}

.cui-form-select .cui-custom-select-group {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  /* Hide by default */
  z-index: 1000;
  min-width: 150px;
}

.cui-form-select .cui-custom-select-group .cui-custom-select-group-item {
  padding: 0.375rem 0.75rem;
  outline: none;
  cursor: pointer;
}

.cui-form-select .cui-custom-select-group .cui-custom-select-group-item:hover, .cui-form-select .cui-custom-select-group .cui-custom-select-group-item[aria-selected="true"], .cui-form-select .cui-custom-select-group .cui-custom-select-group-item.selected {
  background: #e9ecef;
}

.cui-form-select .cui-custom-select-group .cui-custom-select-group-item .flag-icon {
  border-radius: 2px;
  box-shadow: 0 0px 10px rgba(45, 52, 61, 0.08);
  margin-right: 10px;
}

.cui-form-select.cui-form-select-country .cui-custom-select-group {
  min-width: 155px;
}

.cui-form-select.cui-form-select-country .cui-custom-select-group .cui-custom-select-group-item {
  white-space: nowrap;
}

.imt-loader-container {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 999;
  min-height: 100vh;
}

.loader {
  height: 20px;
  width: 200px;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
}

.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}

.loader--dot:first-child {
  background-color: #F92779;
  animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
  background-color: #B458FA;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
  background-color: #00C4FF;
  animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
  background-color: #3FEACE;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
  background-color: #69EE42;
  animation-delay: 0.1s;
}

.loader--text {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
  line-height: 1;
}

.loader--text:after {
  content: "Loading";
  font-weight: 400;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  color: #63696F;
  font-size: 0.875rem;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(200px);
  }
  65% {
    transform: translateX(200px);
  }
  95% {
    transform: translateX(0);
  }
}

@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}

.imt-bg-glow-yallow {
  background: rgba(251, 243, 168, 0.59);
  backdrop-filter: blur(400px);
  -webkit-backdrop-filter: blur(400px);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 300px 200px rgba(251, 243, 168, 0.59);
  -moz-box-shadow: 0px 0px 300px 200px rgba(251, 243, 168, 0.59);
  box-shadow: 0px 0px 300px 200px rgba(251, 243, 168, 0.59);
  opacity: 0.2;
  position: absolute;
  z-index: 1;
}

.imt-bg-glow-blue {
  position: absolute;
  background: #4BD2F8;
  backdrop-filter: blur(400px);
  -webkit-backdrop-filter: blur(400px);
  width: 1px;
  height: 1px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 300px 200px rgba(75, 208, 249, 0.59);
  -moz-box-shadow: 0px 0px 300px 200px rgba(75, 208, 249, 0.59);
  box-shadow: 0px 0px 300px 200px rgba(75, 208, 249, 0.59);
  opacity: 0.2;
  z-index: 1;
}

.imt-bg-shape-dot-round {
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/bg-shape1.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: center;
  transform: translate(0, -50%);
}

.imt-white-bg-shape {
  background: url(../images/bg-shape2.png);
}

.imt-bg-shape-round {
  position: absolute;
}

.imt-bg-gradient {
  background: #f92779;
  background: linear-gradient(150deg, rgba(249, 39, 121, 0.2) 0%, rgba(182, 88, 250, 0.2) 25%, rgba(75, 207, 249, 0.2) 50%, rgba(66, 228, 226, 0.2) 75%, rgba(101, 238, 76, 0.2) 100%);
}

.imt-bg-gradient-black {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.imt-bg-gradient-black-reverse {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.card-subtitle {
  color: #63696F;
}

.bg-gray-200 {
  background-color: #EDEFF3;
}

.imt-tdp {
  color: #2D343D;
}

.imt-tds {
  color: #63696F;
}

.imt-tdh {
  color: #95999D;
}

.imt-tls {
  color: rgba(255, 255, 255, 0.84);
}

.imt-ths {
  color: rgba(255, 255, 255, 0.74);
}

.imt-tlh {
  color: rgba(255, 255, 255, 0.74);
}

.imt-text-gradient {
  background: linear-gradient(130deg, #f92779 0%, #b658fa 25%, #4bcff9 50%, #42e4e2 75%, #65ee4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fw-semibold {
  font-weight: 600;
}

.ff-ibm {
  font-family: "IBM Plex Sans", sans-serif;
}

.cui-link-info {
  text-decoration: underline;
  color: rgba(75, 210, 248, 0.74);
  font-weight: 600;
  font-size: 0.875rem;
}

.cui-link-info:hover {
  color: #4bd2f8;
}

a.cui-link-primary,
button.cui-link-primary {
  text-decoration: underline;
  color: #f92779;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
}

a.cui-link-primary:hover,
button.cui-link-primary:hover {
  text-decoration: none;
  color: #f92779;
}

.cui-link-light {
  color: #95999D;
}

.cui-link-light:hover {
  color: #f92779;
}

.cui-link-ic-light {
  display: flex;
  align-items: center;
  margin-left: -4px;
  color: #95999D;
}

.cui-link-ic-light:hover {
  color: #f92779;
}

.imt-header-fixed {
  padding-top: 68px;
}

@media (max-width: 767.98px) {
  .imt-header-fixed {
    padding-top: 52px;
  }
}

.fs-24 {
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .fs-24 {
    font-size: 1rem;
  }
}

.material-symbols-fill {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  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;
}

.imt-flex-auto {
  flex: 0 0 auto !important;
  width: auto !important;
}

.fs-10 {
  font-size: 10px;
}

.fs-16 {
  font-size: 16px;
}

.imt-link-tds-fwm {
  font-weight: 600;
  color: #63696F;
  text-decoration: underline;
}

.imt-icon-link-tds {
  font-weight: 600;
  color: #63696F;
}

.material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.imt-bg-warning {
  background-color: rgba(239, 195, 0, 0.1);
  border: none;
  box-shadow: none;
}

.imt-link-divider {
  display: flex;
  align-items: center;
}

.imt-link-divider::before, .imt-link-divider::after {
  display: flex;
  content: " ";
  flex-grow: 1;
}

.imt-link-divider::before {
  border-bottom: #E5E6E7 1px solid;
  margin-right: 20px;
}

.imt-link-divider::after {
  border-bottom: #E5E6E7 1px solid;
  margin-left: 20px;
}

.cui-bt-dashed {
  border-top: 1px dashed #E5E6E7;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-image: none;
}

.imt-password-validation {
  display: flex;
  gap: 8px;
}

.imt-password-validation span {
  background-color: #E5E6E7;
  border-radius: 4px;
  height: 4px;
  flex-grow: 1;
}

.imt-password-validation span.active {
  background-color: #EFC300;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
}

.imt-content {
  margin-top: 64px;
}

@media (max-width: 767.98px) {
  .imt-content {
    margin-top: 52px;
  }
}

.imt-section-py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .imt-section-py40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.imt-section-my40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .imt-section-my40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.imt-section-py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .imt-section-py50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.imt-section-py90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .imt-section-py90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.imt-section-gradient {
  border-radius: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f92779;
  margin: 0 40px;
  background: linear-gradient(150deg, rgba(249, 39, 121, 0.2) 0%, rgba(182, 88, 250, 0.2) 25%, rgba(75, 207, 249, 0.2) 50%, rgba(66, 228, 226, 0.2) 75%, rgba(101, 238, 76, 0.2) 100%);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .imt-section-gradient {
    margin: 0 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
  }
}

.imt-card-gradient {
  background: linear-gradient(150deg, rgba(249, 39, 121, 0.2) 0%, rgba(182, 88, 250, 0.2) 25%, rgba(75, 207, 249, 0.2) 50%, rgba(66, 228, 226, 0.2) 75%, rgba(101, 238, 76, 0.2) 100%);
  border: none;
  box-shadow: none;
  padding: 0;
}

.imt-card-gradient .card-body {
  padding: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .imt-card-gradient .card-body {
    padding: 1rem;
  }
}

.imt-avatar-gradient {
  background: linear-gradient(150deg, rgba(249, 39, 121, 0.2) 0%, rgba(182, 88, 250, 0.2) 25%, rgba(75, 207, 249, 0.2) 80%, rgba(66, 228, 226, 0.2) 75%, rgba(101, 238, 76, 0.2) 100%);
  color: rgba(134, 24, 213, 0.74);
}

.cui-body-open {
  overflow: hidden;
}

.imt-about-section {
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .imt-quick-search {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .imt-quick-search.input-group > .input-group-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .imt-quick-search.input-group > .form-control,
  .imt-quick-search.input-group > .form-select {
    flex: inherit !important;
    width: inherit !important;
    border-radius: 56px !important;
    margin-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .imt-quick-search.input-group > .form-control.form-select-lg, .imt-quick-search.input-group > .form-control.form-control-lg,
  .imt-quick-search.input-group > .form-select.form-select-lg,
  .imt-quick-search.input-group > .form-select.form-control-lg {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.875rem;
    min-height: 42px;
  }
}

.imt-nac-button {
  display: none;
}

.imt-usp-card svg {
  margin-right: 8px;
}

@media (max-width: 1199.98px) {
  .imt-usp-card {
    font-size: 0.875rem;
  }
  .imt-usp-card svg {
    width: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .imt-usp-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .imt-usp-card svg {
    margin-right: 0;
  }
}

.imt-intro-section {
  overflow: hidden;
}

.imt-intro-section .swiper-button-next,
.imt-intro-section .swiper-button-prev {
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .imt-intro-section .cui-intro-container {
    padding-bottom: 2.5rem;
    min-height: 676px;
  }
}

@media (max-width: 767.98px) {
  .imt-intro-section .cui-intro-bg-img {
    background-position: -420px bottom;
  }
}

@media (max-width: 767.98px) {
  .imt-intro-section .cui-intro-bg-img .imt-light-card img {
    height: 110px;
  }
}

.imt-footer-section {
  overflow: hidden;
}

.btn-go-to-bag {
  display: none;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
}

.btn-buy-now {
  margin: 0 !important;
  align-items: center;
  justify-content: center;
}

.intro-banner-2-img {
  margin-right: -100px;
  margin-left: -20px;
  -webkit-filter: drop-shadow(0 -20px 40px rgba(45, 52, 61, 0.5));
  filter: drop-shadow(0 -20px 40px rgba(45, 52, 61, 0.5));
}

@media (max-width: 767.98px) {
  .intro-banner-2-img {
    margin-right: -50px;
  }
}

.intro-banner-3-img {
  -webkit-filter: drop-shadow(0 -20px 40px rgba(45, 52, 61, 0.5));
  filter: drop-shadow(0 -20px 40px rgba(45, 52, 61, 0.5));
  text-align: center;
  justify-content: center;
  display: flex;
  max-width: 900px;
}

.intro-banner-4-img {
  margin-right: -100px;
  margin-left: -20px;
}

.imt-ip-intro-section {
  overflow: hidden;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .imt-ip-intro-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.imt-ip-intro-section::after {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.imt-ip-intro-section .container {
  z-index: 1;
  position: relative;
}

.mit-list-container {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.imt-filter-card {
  border-bottom: solid #E5E6E7 1px;
  padding: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
  .imt-filter-card {
    padding: 1rem;
  }
}

.imt-filter-card:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.imt-filter-card .cui-form-check-list {
  overflow: auto;
  max-height: 220px;
  margin: 12px 0 0 -10px;
  padding: 0 10px 0 10px;
}

.imt-filter-card .cui-form-check-list:before, .imt-filter-card .cui-form-check-list:after {
  content: " ";
  display: table;
}

.imt-filter-card .cui-form-check-list:after {
  clear: both;
}

.imt-filter-card .cui-form-check-list::-webkit-scrollbar-track {
  border-radius: 2px;
}

.imt-filter-card .cui-form-check-list::-webkit-scrollbar-track {
  border-radius: 2px;
}

.imt-filter-card .cui-form-check-list::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(45, 52, 61, 0.08);
}

.imt-filter-card .cui-form-check-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(45, 52, 61, 0.08);
}

.imt-filter-card .imt-filter-card-header {
  display: flex;
  align-items: center;
  position: relative;
}

.imt-filter-card .imt-filter-card-title {
  text-transform: uppercase;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-bottom: 0;
}

.imt-filter-card .imt-filter-card-title a {
  color: #2D343D;
  display: flex;
}

.imt-filter-card .imt-filter-card-title a span::before {
  font-family: 'Material Symbols Outlined';
  content: "\e644";
}

.imt-filter-card .imt-filter-card-title a.collapsed span::before {
  content: "\e147";
}

.imt-filter-card .imt-btn-fab-white {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #E5E6E7;
  color: #95999D;
}

.imt-filter-card .imt-btn-fab-white:hover, .imt-filter-card .imt-btn-fab-white:focus {
  color: #fff;
}

.imt-filter-search {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 30px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.imt-filter-search .input-group-text {
  padding: 0 0 0 0 !important;
}

.imt-filter-search .input-group-text .imt-btn-close {
  border: none;
  background-color: transparent;
}

.imt-filter-search .input-group-text .imt-btn-close:hover, .imt-filter-search .input-group-text .imt-btn-close:focus {
  color: #2D343D;
}

.imt-filter-search.show-filter {
  z-index: 1;
  opacity: 1;
  width: 100%;
}

.imt-filter-search .cui-textfield .form-control {
  background-color: #fff;
  padding: 0 0.5rem !important;
  height: 32px !important;
}

.languageSwiper {
  margin: -6px;
}

.languageSwiper .swiper-slide {
  width: 125px;
  padding: 6px;
}

.languageSwiper .swiper-slide .imt-language-card {
  width: 100%;
}

@media (max-width: 991.98px) {
  .imt-filter-container,
  .imt-sort-container {
    background-color: #fff;
    position: fixed;
    z-index: 999999999;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 991.98px) {
  .imt-filter-container.imt-show-filter,
  .imt-sort-container.imt-show-filter {
    transform: translateY(0);
  }
  .imt-filter-container.imt-show-filter .card-header,
  .imt-sort-container.imt-show-filter .card-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .imt-filter-container {
    position: sticky;
    top: 80px;
  }
}

@media (max-width: 991.98px) {
  .imt-filter-container {
    height: 92%;
  }
}

.imt-filter-btn-group {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border-radius: 0;
}

.imt-filter-btn-group .btn {
  border-radius: 0;
  border-color: rgba(45, 52, 61, 0.23);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}

.imt-filter-btn-group .btn:last-child {
  border-right: none;
}

.imt-filter-btn-group .btn:first-child {
  border-left: none;
}

.imt-filter-btn-group .btn i {
  margin-right: 4px;
}

.imt-star-rating {
  direction: rtl;
  display: inline-flex;
  font-size: 2em;
}

.imt-star-rating.imt-star-rating-sm .material-symbols-rounded {
  font-size: 18px;
}

.imt-star-rating input {
  display: none;
}

.imt-star-rating label {
  color: lightgray;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .imt-star-rating label {
    font-size: 20px;
  }
}

.imt-star-rating input:checked ~ label {
  color: gold;
}

.imt-star-rating label:hover,
.imt-star-rating label:hover ~ label {
  color: gold;
}

.imt-book-cover-col {
  margin-left: -110px;
  position: relative;
}

.imt-book-cover-col::before {
  background: url("../images/books/img_book_cover_front.png");
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(200px);
  mix-blend-mode: hard-light;
}

@media (max-width: 991.98px) {
  .imt-book-cover-col {
    margin-left: 0;
  }
}

.imt-cover-container {
  overflow: hidden;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.imt-cover-bg {
  background-image: url("../images/img_login-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.imt-cover-bg::after {
  background-image: url("../images/img_login-overlay.png");
  position: absolute;
  z-index: 999;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100% 100%;
  mix-blend-mode: multiply;
}

.infinite-scrolling {
  height: 2515px;
  /* The image width times 3 */
  animation: slide 60s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -1680px, 0);
    /* The image width */
  }
}

.imt-form-container {
  position: relative;
  z-index: 2;
  height: 100vh;
}

.imt-signup-form,
.imt-login-form,
.imt-verify-account-form,
.imt-thank-you-message,
.imt-forgot-password-form,
.imt-recovery-account-form,
.imt-new-password-form,
.imt-password-reset-message {
  display: none;
  opacity: 0;
}

.imt-signup-form.show,
.imt-login-form.show,
.imt-verify-account-form.show,
.imt-thank-you-message.show,
.imt-forgot-password-form.show,
.imt-recovery-account-form.show,
.imt-new-password-form.show,
.imt-password-reset-message.show {
  display: block;
  opacity: 1;
}

.imt-otp-container {
  display: flex;
  gap: 24px;
}

@media (max-width: 767.98px) {
  .imt-otp-container {
    gap: 8px;
    justify-content: space-between;
  }
}

.imt-otp-container .cui-textfield.cui-textfield-outline .form-control {
  height: 52px;
  width: 52px;
  min-height: 52px;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .imt-otp-container .cui-textfield.cui-textfield-outline .form-control {
    height: 42px;
    width: 42px;
    min-height: 42px;
  }
}

/*# sourceMappingURL=imusti.css.map */