/* for grays https://noeldelgado.github.io/shadowlord/#182447 13.9% */
/* Box sizing rules */
@import url("https://cdn.jsdelivr.net/npm/inter-ui@3.19.3/inter.min.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 10px;
  border: 3px solid var(--scrollbarBG);
}

[data-theme=light],
:root:not([data-theme=dark]) {
  --accent-color: #214ddf;
  --light-color: #ffffff;
  --dark-color: #111a33;
  --text-primary-color: #384261;
  --text-secondary-color: #787f94;
  --text-tertiary-color: #989ead;
  --surface-primary-color: #ffffff;
  --surface-secondary-color: #f9f9fa;
  --surface-tertiary-color: #d9dbe0;
  --scrollbarBG: var(--surface-secondary-color);
  --thumbBG: var(--surface-tertiary-color);
  --border-primary-color: #d9dbe0;
  --border-secondary-color: #b9bcc7;
  --border-tertiary-color: #989ead;
  --link-text-color: #1c41be;
  --link-hover-color: #17369c;
  --blockquote-border-color: #1c41be;
  --blockquote-text-color: var(--text-primary-color);
  --blockquote-bg-color: var(--surface-secondary-color);
  --hr-border-color: var(--border-primary-color);
  --figcaption-text-color: var(--text-secondary-color);
  --code-bg-color: var(--surface-secondary-color);
  --button-primary-color: #214ddf;
  --button-primary-hover-color: #4268e4;
  --button-primary-text-color: #ffffff;
  --button-primary-focus-ring-color: rgba(33, 77, 223, 0.25);
  --button-highlight-border-color: "transparent";
  --button-error-color: #f44336;
  --button-error-hover-color: #ef5350;
  --button-error-text-color: #ffffff;
  --button-error-focus-ring-color: rgba(244, 67, 54, 0.25);
  --button-success-color: #3f9142;
  --button-success-hover-color: #57ae5b;
  --button-success-text-color: #ffffff;
  --button-success-focus-ring-color: rgba(63, 145, 66, 0.25);
  --button-info-color: #2196f3;
  --button-info-hover-color: #42a5f5;
  --button-info-text-color: #ffffff;
  --button-info-focus-ring-color: rgba(33, 150, 243, 0.25);
  --button-warning-color: #f9703e;
  --button-warning-hover-color: #ff9466;
  --button-warning-text-color: #ffffff;
  --button-warning-focus-ring-color: rgba(243, 86, 39, 0.25);
  --button-light-color: #f9f9fa;
  --button-light-hover-color: #d9dbe0;
  --button-light-text-color: #111a33;
  --button-light-focus-ring-color: rgba(185, 188, 199, 0.25);
  --button-dark-color: #384261;
  --button-dark-hover-color: #58617a;
  --button-dark-text-color: #ffffff;
  --button-dark-focus-ring-color: rgba(152, 158, 173, 0.25);
  --button-link-hover-color: #4268e4;
  --button-link-text-color: #214ddf;
  --card-bg-color: var(--surface-primary-color);
  --card-header-bg-color: var(--surface-secondary-color);
  --card-footer-bg-color: var(--surface-secondary-color);
  --input-bg-color: var(--surface-primary-color);
  --input-focus-ring-color: rgba(33, 77, 223, 0.25);
  --input-focus-border-color: #214ddf;
  --input-valid-text-color: #3f9142;
  --input-valid-border-color: #3f9142;
  --input-focus-valid-ring-color: rgba(87, 174, 91, 0.5);
  --input-invalid-text-color: #f44336;
  --input-invalid-border-color: #f44336;
  --input-focus-invalid-ring-color: rgba(244, 67, 54, 0.25);
  --input-disabled-bg-color: var(--surface-secondary-color);
  --table-bg-color: var(--surface-primary-color);
  --table-accent-bg-color: #f9f9fa;
  --table-hover-bg-color: var(--surface-tertiary-color);
  --table-border-color: var(--border-primary-color);
  --nav-primary-bg-color: #214ddf;
  --nav-primary-text-color: #ffffff;
  --nav-primary-link-hover-color: rgba(255, 255, 255, 0.2);
  --nav-primary-dropdown-link-color: var(--text-primary-color);
  --nav-primary-dropdown-bg-color: var(--surface-secondary-color);
  --loader-light-bg-color: rgba(255, 255, 255, 0.7);
  --loader-light-border-color: rgba(255, 255, 255, 0.4);
  --loader-dark-bg-color: rgba(33, 77, 223, 0.5);
  --loader-dark-border-color: rgba(33, 77, 223, 0.2);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

@media only screen and (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --accent-color: #214ddf;
    --light-color: #ffffff;
    --dark-color: #111a33;
    --text-primary-color: #c8d3f7;
    --text-secondary-color: rgba(200, 211, 247, 0.75);
    --text-tertiary-color: rgba(200, 211, 247, 0.5);
    --surface-primary-color: #111a33;
    --surface-secondary-color: #182447;
    --surface-tertiary-color: #384261;
    --scrollbarBG: var(--surface-secondary-color);
    --thumbBG: var(--surface-tertiary-color);
    --border-primary-color: #384261;
    --border-secondary-color: #182447;
    --border-tertiary-color: #151f3d;
    --link-text-color: #4268e4;
    --link-hover-color: #214ddf;
    --blockquote-border-color: #1c41be;
    --blockquote-text-color: var(--text-primary-color);
    --blockquote-bg-color: var(--surface-secondary-color);
    --hr-border-color: var(--border-primary-color);
    --figcaption-text-color: var(--text-secondary-color);
    --code-bg-color: var(--surface-secondary-color);
    --button-primary-color: #214ddf;
    --button-primary-hover-color: #6482e9;
    --button-primary-text-color: #ffffff;
    --button-primary-focus-ring-color: rgba(33, 77, 223, 0.4);
    --button-highlight-border-color: rgba(255, 255, 255, 0.2);
    --button-error-color: #ef5350;
    --button-error-hover-color: #e57373;
    --button-error-text-color: #ffffff;
    --button-error-focus-ring-color: rgba(239, 83, 80, 0.4);
    --button-success-color: #57ae5b;
    --button-success-hover-color: #7bc47f;
    --button-success-text-color: #ffffff;
    --button-success-focus-ring-color: rgba(87, 174, 91, 0.4);
    --button-info-color: #42a5f5;
    --button-info-hover-color: #64b5f6;
    --button-info-text-color: #ffffff;
    --button-info-focus-ring-color: rgba(66, 165, 245, 0.4);
    --button-warning-color: #f9703e;
    --button-warning-hover-color: #ff9466;
    --button-warning-text-color: #ffffff;
    --button-warning-focus-ring-color: rgba(249, 112, 62, 0.4);
    --button-light-color: #f9f9fa;
    --button-light-hover-color: #d9dbe0;
    --button-light-text-color: #111a33;
    --button-light-focus-ring-color: rgba(185, 188, 199, 0.4);
    --button-dark-color: #384261;
    --button-dark-hover-color: #58617a;
    --button-dark-text-color: #ffffff;
    --button-dark-focus-ring-color: rgba(88, 97, 122, 0.4);
    --button-link-hover-color: #214ddf;
    --button-link-text-color: #214ddf;
    --card-bg-color: var(--surface-primary-color);
    --card-header-bg-color: var(--surface-secondary-color);
    --card-footer-bg-color: var(--surface-secondary-color);
    --input-bg-color: var(--surface-primary-color);
    --input-focus-ring-color: rgba(33, 77, 223, 0.25);
    --input-focus-border-color: #214ddf;
    --input-valid-text-color: #3f9142;
    --input-valid-border-color: #3f9142;
    --input-focus-valid-ring-color: rgba(87, 174, 91, 0.5);
    --input-invalid-text-color: #f44336;
    --input-invalid-border-color: #f44336;
    --input-focus-invalid-ring-color: rgba(244, 67, 54, 0.25);
    --input-disabled-bg-color: var(--surface-secondary-color);
    --table-bg-color: var(--surface-primary-color);
    --table-accent-bg-color: var(--surface-secondary-color);
    --table-hover-bg-color: #384261;
    --table-border-color: var(--border-primary-color);
    --nav-primary-bg-color: #214ddf;
    --nav-primary-text-color: #ffffff;
    --nav-primary-link-hover-color: rgba(255, 255, 255, 0.2);
    --nav-primary-dropdown-link-color: var(--text-primary-color);
    --nav-primary-dropdown-bg-color: var(--surface-secondary-color);
    --loader-light-bg-color: rgba(255, 255, 255, 0.7);
    --loader-light-border-color: rgba(255, 255, 255, 0.4);
    --loader-dark-bg-color: rgba(100, 130, 233, 0.7);
    --loader-dark-border-color: rgba(100, 130, 233, 0.4);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.7);
    --shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.2),
      0 1px 2px 0 rgba(0, 0, 0, 0.7);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
      0 2px 4px -1px rgba(0, 0, 0, 0.7);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.2),
      0 4px 6px -2px rgba(0, 0, 0, 0.7);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.2),
      0 10px 10px -5px rgba(0, 0, 0, 0.5);
    --shadow-2xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.7);
  }
}
[data-theme=dark] {
  --accent-color: #214ddf;
  --light-color: #ffffff;
  --dark-color: #111a33;
  --text-primary-color: #c8d3f7;
  --text-secondary-color: rgba(200, 211, 247, 0.75);
  --text-tertiary-color: rgba(200, 211, 247, 0.5);
  --surface-primary-color: #111a33;
  --surface-secondary-color: #182447;
  --surface-tertiary-color: #384261;
  --scrollbarBG: var(--surface-secondary-color);
  --thumbBG: var(--surface-tertiary-color);
  --border-primary-color: #384261;
  --border-secondary-color: #182447;
  --border-tertiary-color: #151f3d;
  --link-text-color: #4268e4;
  --link-hover-color: #214ddf;
  --blockquote-border-color: #1c41be;
  --blockquote-text-color: var(--text-primary-color);
  --blockquote-bg-color: var(--surface-secondary-color);
  --hr-border-color: var(--border-primary-color);
  --figcaption-text-color: var(--text-secondary-color);
  --code-bg-color: var(--surface-secondary-color);
  --button-primary-color: #214ddf;
  --button-primary-hover-color: #6482e9;
  --button-primary-text-color: #ffffff;
  --button-primary-focus-ring-color: rgba(33, 77, 223, 0.4);
  --button-highlight-border-color: rgba(255, 255, 255, 0.2);
  --button-error-color: #ef5350;
  --button-error-hover-color: #e57373;
  --button-error-text-color: #ffffff;
  --button-error-focus-ring-color: rgba(239, 83, 80, 0.4);
  --button-success-color: #57ae5b;
  --button-success-hover-color: #7bc47f;
  --button-success-text-color: #ffffff;
  --button-success-focus-ring-color: rgba(87, 174, 91, 0.4);
  --button-info-color: #42a5f5;
  --button-info-hover-color: #64b5f6;
  --button-info-text-color: #ffffff;
  --button-info-focus-ring-color: rgba(66, 165, 245, 0.4);
  --button-warning-color: #f9703e;
  --button-warning-hover-color: #ff9466;
  --button-warning-text-color: #ffffff;
  --button-warning-focus-ring-color: rgba(249, 112, 62, 0.4);
  --button-light-color: #f9f9fa;
  --button-light-hover-color: #d9dbe0;
  --button-light-text-color: #111a33;
  --button-light-focus-ring-color: rgba(185, 188, 199, 0.4);
  --button-dark-color: #384261;
  --button-dark-hover-color: #58617a;
  --button-dark-text-color: #ffffff;
  --button-dark-focus-ring-color: rgba(88, 97, 122, 0.4);
  --button-link-hover-color: #214ddf;
  --button-link-text-color: #214ddf;
  --card-bg-color: var(--surface-primary-color);
  --card-header-bg-color: var(--surface-secondary-color);
  --card-footer-bg-color: var(--surface-secondary-color);
  --input-bg-color: var(--surface-primary-color);
  --input-focus-ring-color: rgba(33, 77, 223, 0.25);
  --input-focus-border-color: #214ddf;
  --input-valid-text-color: #3f9142;
  --input-valid-border-color: #3f9142;
  --input-focus-valid-ring-color: rgba(87, 174, 91, 0.5);
  --input-invalid-text-color: #f44336;
  --input-invalid-border-color: #f44336;
  --input-focus-invalid-ring-color: rgba(244, 67, 54, 0.25);
  --input-disabled-bg-color: var(--surface-secondary-color);
  --table-bg-color: var(--surface-primary-color);
  --table-accent-bg-color: var(--surface-secondary-color);
  --table-hover-bg-color: #384261;
  --table-border-color: var(--border-primary-color);
  --nav-primary-bg-color: #214ddf;
  --nav-primary-text-color: #ffffff;
  --nav-primary-link-hover-color: rgba(255, 255, 255, 0.2);
  --nav-primary-dropdown-link-color: var(--text-primary-color);
  --nav-primary-dropdown-bg-color: var(--surface-secondary-color);
  --loader-light-bg-color: rgba(255, 255, 255, 0.7);
  --loader-light-border-color: rgba(255, 255, 255, 0.4);
  --loader-dark-bg-color: rgba(100, 130, 233, 0.7);
  --loader-dark-border-color: rgba(100, 130, 233, 0.4);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.7);
  --shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.2),
    0 1px 2px 0 rgba(0, 0, 0, 0.7);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
    0 2px 4px -1px rgba(0, 0, 0, 0.7);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.2),
    0 4px 6px -2px rgba(0, 0, 0, 0.7);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.2),
    0 10px 10px -5px rgba(0, 0, 0, 0.5);
  --shadow-2xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.7);
}

body {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  line-height: 1.6;
  color: var(--text-primary-color);
  background-color: var(--surface-primary-color);
}
@supports (font-variation-settings: normal) {
  body :root {
    font-family: "Inter var", sans-serif;
  }
}

:root {
  --font-size-h1: 2.5rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-h6: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.25;
}

h1 {
  font-size: clamp(1.875rem, 5vw + 1rem, var(--font-size-h1));
  font-weight: 800;
}

h2 {
  font-size: clamp(1.5rem, 4vw + 1rem, var(--font-size-h2));
  font-weight: 700;
}

h3 {
  font-size: clamp(1.375rem, 3.5vw + 1rem, var(--font-size-h3));
  font-weight: 600;
}

h4 {
  font-size: clamp(1.25rem, 3vw + 1rem, var(--font-size-h4));
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 2.5vw + 1rem, var(--font-size-h5));
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 2vw + 1rem, var(--font-size-h6));
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

a {
  color: var(--link-text-color);
  text-decoration: none;
  font-weight: 500;
}
a:hover, a:focus {
  text-decoration: underline;
  color: var(--link-hover-color);
}
a:active {
  color: var(--link-hover-color);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}
ul li,
ol li {
  margin-bottom: 0.5em;
}

blockquote {
  margin: 1em 0;
  padding: 1em;
  border-left: 4px solid var(--blockquote-border-color);
  color: var(--blockquote-text-color);
  font-style: italic;
  background-color: var(--blockquote-bg-color);
}

blockquote p {
  margin-bottom: 0;
}

hr {
  border: none;
  border-top: 1px solid var(--hr-border-color);
  margin: 2em 0;
}

label {
  margin-bottom: 0.25rem;
  display: inline-block;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 1em 0;
}
figure figcaption {
  font-size: 0.875em;
  color: var(--figcaption-text-color);
  margin-top: 0.5em;
}

code {
  font-family: monospace;
  font-size: 1em;
  background-color: var(--code-bg-color);
  border-radius: 0.5rem;
}

pre {
  font-family: monospace;
  padding: 1em;
  overflow: auto;
  background-color: var(--code-bg-color);
  border-radius: 0.5rem;
}

small {
  font-size: 0.875em;
}

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  display: flex;
  position: relative;
}
.alert-icon {
  margin-right: 0.5rem;
  height: 24px;
  width: 24px;
}
.alert-body {
  flex-grow: 1;
}
.alert-body-title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}
.alert-body-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.alert-close {
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: inherit;
}
.alert ul,
.alert ol {
  padding-left: 1em;
}
.alert ul,
.alert ul li,
.alert ol li {
  margin-bottom: 0;
}
.alert a {
  color: inherit;
}
.alert-primary {
  color: var(--light-color);
  background-color: #214ddf;
  border: 1px solid #214ddf;
}
.alert-outline-primary {
  color: #214ddf;
  background-color: rgba(33, 77, 223, 0.05);
  border: 1px solid rgba(33, 77, 223, 0.7);
}
.alert-secondary {
  color: var(--light-color);
  background-color: #58617a;
  border: 1px solid #58617a;
}
.alert-outline-secondary {
  color: #58617a;
  background-color: rgba(88, 97, 122, 0.05);
  border: 1px solid rgba(88, 97, 122, 0.7);
}
.alert-success {
  color: var(--light-color);
  background-color: #3f9142;
  border: 1px solid #3f9142;
}
.alert-outline-success {
  color: #3f9142;
  background-color: rgba(63, 145, 66, 0.05);
  border: 1px solid rgba(63, 145, 66, 0.7);
}
.alert-danger {
  color: var(--light-color);
  background-color: #f44336;
  border: 1px solid #f44336;
}
.alert-outline-danger {
  color: #f44336;
  background-color: rgba(244, 67, 54, 0.05);
  border: 1px solid rgba(244, 67, 54, 0.7);
}
.alert-warning {
  color: var(--light-color);
  background-color: #f9703e;
  border: 1px solid #f9703e;
}
.alert-outline-warning {
  color: #f9703e;
  background-color: rgba(249, 112, 62, 0.05);
  border: 1px solid rgba(249, 112, 62, 0.7);
}
.alert-info {
  color: var(--light-color);
  background-color: #42a5f5;
  border: 1px solid #42a5f5;
}
.alert-outline-info {
  color: #42a5f5;
  background-color: rgba(66, 165, 245, 0.05);
  border: 1px solid rgba(66, 165, 245, 0.7);
}
.alert-light {
  color: var(--light-color);
  color: var(--dark-color);
  background-color: #f9f9fa;
  border: 1px solid #f9f9fa;
}
.alert-outline-light {
  color: #f9f9fa;
  background-color: rgba(249, 249, 250, 0.05);
  border: 1px solid rgba(249, 249, 250, 0.7);
}
.alert-dark {
  color: var(--light-color);
  background-color: #151f3d;
  border: 1px solid #151f3d;
}
.alert-outline-dark {
  color: #151f3d;
  background-color: rgba(21, 31, 61, 0.05);
  border: 1px solid rgba(21, 31, 61, 0.7);
}

.accordion-item {
  border-bottom: 1px solid var(--border-primary-color);
  padding: 1em;
  transition: background-color 0.3s ease;
}
.accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion-item[open] .accordion-title {
  color: var(--text-primary-color);
}
.accordion-item[open] .accordion-title::after {
  transform: rotate(-180deg);
}
.accordion-item .accordion-title {
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-secondary-color);
}
.accordion-item .accordion-title::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><polyline points="2,4 6,8 10,4" stroke="%23cccccc" stroke-width="2" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.accordion-item .accordion-title:focus {
  outline: none;
}
.accordion-item .accordion-content {
  padding-top: 0.5em;
  max-height: 0;
  overflow: hidden;
}

summary::-webkit-details-marker {
  display: none;
}

.accordion-item[open] .accordion-content {
  max-height: 1000px;
}

.modal {
  z-index: 999;
  border: 0;
  border-radius: 0.5rem;
  position: fixed;
  background-color: transparent;
  padding: 0;
  inset: 0;
  margin: auto;
  overflow: hidden;
  animation: hideModal 0.5s ease normal;
  transition: opacity 0.5s ease;
  border-block-start: 1px solid var(--border-primary-color);
  display: block;
  overscroll-behavior: contain;
}
.modal-header, .modal-body, .modal-footer {
  padding: 20px;
}
.modal-body {
  background-color: var(--surface-primary-color);
  color: var(--text-primary-color);
  overflow-y: auto;
  max-block-size: 60vh;
  max-block-size: 60dvb;
}
.modal-header {
  background-color: var(--surface-secondary-color);
  position: relative;
  border-bottom: 1px solid var(--border-primary-color);
  color: var(--text-primary-color);
}
.modal-header .close-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  cursor: pointer;
  border: none;
  background: transparent;
  color: var(--text-secondary-color);
}
.modal-footer {
  border-top: 1px solid var(--border-primary-color);
  background-color: var(--surface-secondary-color);
  color: var(--text-primary-color);
  text-align: end;
}
.modal:not([open]) {
  pointer-events: none;
  opacity: 0;
}
.modal::backdrop {
  backdrop-filter: blur(5px);
  transition: backdrop-filter 0.5s ease;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  overscroll-behavior: contain;
}
.modal[open] {
  animation: showModal 0.5s forwards;
}
.modal[open]::backdrop {
  opacity: 1;
}

html:has(.modal[open]) {
  overflow: hidden;
}

@media (max-width: 768px) {
  .modal {
    margin-block-end: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
  }
}
@keyframes showModal {
  0% {
    transform: translateY(100%);
  }
}
@keyframes hideModal {
  to {
    transform: scale(0.75);
  }
}
.modal-sm {
  max-inline-size: min(400px, 95%);
  max-block-size: 95%;
}

.modal-md {
  max-inline-size: min(700px, 95%);
  max-block-size: 95%;
}

.modal-lg {
  max-inline-size: min(900px, 95%);
  max-block-size: 95%;
}

.modal-xl {
  max-inline-size: min(1100px, 95%);
  max-block-size: 95%;
}

.modal-xxl {
  max-inline-size: min(1300px, 95%);
  max-block-size: 95%;
}

.btn {
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn:active:not(.btn-group .btn) {
  transform: scale(0.95) translate3d(0, 0, 0);
}

.btn-primary {
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  color: var(--button-primary-text-color);
  border-top: 1px solid var(--button-highlight-border-color);
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem var(--button-primary-focus-ring-color);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  background-color: var(--button-primary-hover-color);
  border-color: var(--button-primary-hover-color);
  border-top: 1px solid var(--button-highlight-border-color);
}

.btn-error {
  background-color: var(--button-error-color);
  border-color: var(--button-error-color);
  color: var(--button-error-text-color);
  border-top: 1px solid var(--button-highlight-border-color);
}
.btn-error:focus {
  box-shadow: 0 0 0 0.25rem var(--button-error-focus-ring-color);
}
.btn-error:hover, .btn-error:active, .btn-error.active {
  background-color: var(--button-error-hover-color);
  border-color: var(--button-error-hover-color);
  border-top: 1px solid var(--button-highlight-border-color);
}

.btn-success {
  background-color: var(--button-success-color);
  border-color: var(--button-success-color);
  color: var(--button-success-text-color);
  border-top: 1px solid var(--button-highlight-border-color);
}
.btn-success:focus {
  box-shadow: 0 0 0 0.25rem var(--button-success-focus-ring-color);
}
.btn-success:hover, .btn-success:active, .btn-success.active {
  background-color: var(--button-success-hover-color);
  border-color: var(--button-success-hover-color);
  border-top: 1px solid var(--button-highlight-border-color);
}

.btn-warning {
  background-color: var(--button-warning-color);
  border-color: var(--button-warning-color);
  color: var(--button-warning-text-color);
  border-top: 1px solid var(--button-highlight-border-color);
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.25rem var(--button-warning-focus-ring-color);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active {
  background-color: var(--button-warning-hover-color);
  border-color: var(--button-warning-hover-color);
  border-top: 1px solid var(--button-highlight-border-color);
}

.btn-info {
  background-color: var(--button-info-color);
  border-color: var(--button-info-color);
  color: var(--button-info-text-color);
  border-top: 1px solid var(--button-highlight-border-color);
}
.btn-info:focus {
  box-shadow: 0 0 0 0.25rem var(--button-info-focus-ring-color);
}
.btn-info:hover, .btn-info:active, .btn-info.active {
  background-color: var(--button-info-hover-color);
  border-color: var(--button-info-hover-color);
  border-top: 1px solid var(--button-highlight-border-color);
}

.btn-dark {
  background-color: var(--button-dark-color);
  border-color: var(--button-dark-color);
  color: var(--button-dark-text-color);
  border-top: 1px solid var(--button-highlight-border-color);
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem var(--button-dark-focus-ring-color);
}
.btn-dark:hover, .btn-dark:active, .btn-dark.active {
  background-color: var(--button-dark-hover-color);
  border-color: var(--button-dark-hover-color);
  border-top: 1px solid var(--button-highlight-border-color);
}

.btn-light {
  background-color: var(--button-light-color);
  border-color: var(--button-light-color);
  color: var(--button-light-text-color);
  border-top: 1px solid var(--button-highlight-border-color);
}
.btn-light:focus {
  box-shadow: 0 0 0 0.25rem var(--button-light-focus-ring-color);
}
.btn-light:hover, .btn-light:active, .btn-light.active {
  background-color: var(--button-light-hover-color);
  border-color: var(--button-light-hover-color);
  border-top: 1px solid var(--button-highlight-border-color);
}

.btn-outline-primary {
  background-color: transparent;
  border-color: var(--button-primary-color);
  color: var(--button-primary-color);
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem var(--button-primary-focus-ring-color);
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: var(--button-primary-color);
  color: var(--button-primary-text-color);
}

.btn-outline-error {
  background-color: transparent;
  border-color: var(--button-error-color);
  color: var(--button-error-color);
}
.btn-outline-error:focus {
  box-shadow: 0 0 0 0.25rem var(--button-error-focus-ring-color);
}
.btn-outline-error:hover, .btn-outline-error:active, .btn-outline-error.active {
  background-color: var(--button-error-color);
  color: var(--button-error-text-color);
}

.btn-outline-success {
  background-color: transparent;
  border-color: var(--button-success-color);
  color: var(--button-success-color);
}
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem var(--button-success-focus-ring-color);
}
.btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success.active {
  background-color: var(--button-success-color);
  color: var(--button-success-text-color);
}

.btn-outline-warning {
  background-color: transparent;
  border-color: var(--button-warning-color);
  color: var(--button-warning-color);
}
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem var(--button-warning-focus-ring-color);
}
.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning.active {
  background-color: var(--button-warning-color);
  color: var(--button-warning-text-color);
}

.btn-outline-info {
  background-color: transparent;
  border-color: var(--button-info-color);
  color: var(--button-info-color);
}
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem var(--button-info-focus-ring-color);
}
.btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info.active {
  background-color: var(--button-info-color);
  color: var(--button-info-text-color);
}

.btn-outline-dark {
  background-color: transparent;
  border-color: var(--button-dark-color);
  color: var(--button-dark-color);
}
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem var(--button-dark-focus-ring-color);
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark.active {
  background-color: var(--button-dark-color);
  color: var(--button-dark-text-color);
}

.btn-outline-light {
  background-color: transparent;
  border-color: var(--button-light-color);
  color: var(--button-light-color);
}
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem var(--button-light-focus-ring-color);
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light.active {
  background-color: var(--button-light-color);
  color: var(--button-light-text-color);
}

.btn-link {
  color: var(--button-link-text-color);
  text-decoration: underline;
  background: transparent;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: var(--button-link-hover-color);
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.btn-md {
  padding: 0.4rem 0.7rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-round {
  border-radius: 1000px;
  padding: 1em;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
}

.btn-group {
  display: inline-flex;
  vertical-align: middle;
}
.btn-group .btn {
  position: relative;
  border-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.btn-group .btn:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.btn-group .btn:not(:first-child) {
  border-left: none;
}

.btn-group + .btn-group {
  margin-left: 0.5rem;
}

.dropdown {
  position: relative;
  display: inline-block;
  user-select: none;
}
.dropdown .dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.dropdown .dropdown-toggle:after {
  content: "";
  position: absolute;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  padding: 3px;
  top: 46%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.dropdown .dropdown-toggle[aria-expanded=true]::after {
  transform: translateY(50%) rotate(-135deg);
}
.dropdown .dropdown-toggle::-webkit-details-marker {
  display: none;
}
.dropdown[open] .dropdown-toggle::after {
  transform: rotate(225deg);
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: var(--surface-secondary-color);
  min-width: 160px;
  box-shadow: var(--shadow-lg);
  z-index: 1;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-primary-color);
  padding: 0.5rem 0;
}
.dropdown .dropdown-item {
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: var(--text-primary-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
.dropdown .dropdown-item:hover {
  background-color: var(--surface-tertiary-color);
}
.dropdown[open] .dropdown-menu {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-menu {
  animation: fadeIn 0.3s ease-out;
}

.input,
.select,
.textarea,
.file-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-primary-color);
  background-color: var(--input-bg-color);
  background-clip: padding-box;
  border: 1px solid var(--border-primary-color);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-sm);
  -webkit-box-shadow: var(--shadow-sm);
  -moz-box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.input::after,
.select::after,
.textarea::after,
.file-input::after {
  color: rgba(204, 204, 204, 0.8);
}
.input.input-small,
.select.input-small,
.textarea.input-small,
.file-input.input-small {
  padding: 0.2rem 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.input:focus,
.select:focus,
.textarea:focus,
.file-input:focus {
  outline: none;
  border-color: var(--input-focus-border-color);
  box-shadow: 0 0 0 0.2rem var(--input-focus-ring-color);
}
.input::placeholder,
.select::placeholder,
.textarea::placeholder,
.file-input::placeholder {
  color: var(--text-secondary-color);
}
.input:disabled,
.select:disabled,
.textarea:disabled,
.file-input:disabled {
  cursor: not-allowed;
  background-color: var(--input-disabled-bg-color);
  opacity: 0.5;
}

.select {
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><polyline points="2,4 6,8 10,4" stroke="%23cccccc" stroke-width="2" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.8rem 0.8rem;
  padding-right: 2rem;
}

.file-input {
  display: block;
  width: 100%;
}

.input-group {
  margin-bottom: 1rem;
}
.input-group .helper-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-secondary-color);
}
.input-group .helper-text-invalid {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--input-invalid-text-color);
}
.input-group .helper-text-valid {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--input-valid-text-color);
}
.input-group .input-addon {
  position: relative;
  display: flex;
  align-items: center;
}
.input-group .leading-addon {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.25rem;
  user-select: none;
}
.input-group .trailing-addon {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.25rem;
  user-select: none;
}
.input-group .is-valid {
  border: 2px solid var(--input-valid-border-color);
}
.input-group .is-valid:focus {
  box-shadow: 0 0 0 0.2rem var(--input-focus-valid-ring-color);
  border: 2px solid var(--input-valid-border-color);
}
.input-group .is-invalid {
  border: 2px solid var(--input-invalid-border-color);
}
.input-group .is-invalid:focus {
  box-shadow: 0 0 0 0.2rem var(--input-focus-invalid-ring-color);
  border: 2px solid var(--input-invalid-border-color);
}

/* Switch styles */
.switch {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  padding-left: 3rem;
  align-items: center;
  line-height: 1.2;
}
.switch input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  -moz-appearance: none;
  width: 0px;
  height: 0px;
}
.switch input[type=checkbox]::before {
  cursor: pointer;
  position: absolute;
  content: " ";
  height: 1rem;
  width: 1rem;
  left: 4px;
  top: 4px;
  background-color: var(--light-color);
  transition: 0.4s;
  border-radius: 50%;
  z-index: 2;
  transform: translateX(0);
}
.switch input[type=checkbox]::after {
  cursor: pointer;
  content: " ";
  position: absolute;
  display: block;
  width: 2.7rem;
  height: 1.5rem;
  left: 0;
  top: 0;
  background-color: var(--border-secondary-color);
  border: 2px solid var(--border-primary-color);
  transition: 0.4s;
  border-radius: 34px;
}
.switch input[type=checkbox]:focus::after {
  box-shadow: 0 0 0 0.2rem var(--input-focus-ring-color);
  border: 2px solid var(--input-focus-ring-color);
}
.switch input[type=checkbox]:disabled::before {
  cursor: not-allowed;
  opacity: 0.2;
  border: 2px solid var(--text-secondary-color);
}
.switch input[type=checkbox]:disabled::after {
  cursor: not-allowed;
  opacity: 0.3;
}
.switch input[type=checkbox]:checked::before {
  transform: translateX(18px);
}
.switch input[type=checkbox]:checked::after {
  background-color: var(--accent-color);
}

.radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: 1.5rem;
  line-height: 1.2;
}
.radio input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  -moz-appearance: none;
  width: 0;
  height: 0;
}
.radio input[type=radio]:before {
  cursor: pointer;
  position: absolute;
  content: " ";
  height: 1.3rem;
  width: 1.3rem;
  left: 3px;
  top: 0;
  background-color: var(--input-bg-color);
  transition: 0.4s;
  border-radius: 50%;
  border: 2px solid var(--border-primary-color);
  z-index: 2;
}
.radio input[type=radio]:checked:before {
  background-color: var(--input-bg-color);
  border: 6px solid var(--accent-color);
}
.radio input[type=radio]:disabled:before {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: var(--border-primary-color);
}
.radio input[type=radio]:focus:before {
  box-shadow: 0 0 0 0.2rem var(--input-focus-ring-color);
}

.checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-left: 1.5rem;
  line-height: 1.2;
}
.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  -moz-appearance: none;
  width: 0;
  height: 0;
}
.checkbox input[type=checkbox]:before {
  cursor: pointer;
  position: absolute;
  content: " ";
  height: 1.3rem;
  width: 1.3rem;
  left: 3px;
  top: 0;
  border-radius: 20%;
  background-color: var(--input-bg-color);
  transition: 0.4s;
  border: 2px solid var(--border-primary-color);
  z-index: 2;
}
.checkbox input[type=checkbox]:checked:before {
  transition: 0s;
  background-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='3' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.checkbox input[type=checkbox]:indeterminate:before {
  background-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='%23ffffff' d='M19,13H5v-2h14v2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.checkbox input[type=checkbox]:disabled:before {
  cursor: not-allowed;
  opacity: 0.5;
  border: 2px solid var(--border-secondary-color);
}
.checkbox input[type=checkbox]:focus:before {
  box-shadow: 0 0 0 0.2rem var(--input-focus-ring-color);
}

/* Range Slider Styles */
.range {
  -webkit-appearance: none;
  width: 100%;
  height: 0.75rem;
  background: var(--border-primary-color);
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  border-radius: 0.5rem;
  cursor: pointer;
}
.range:hover {
  opacity: 1;
}
.range:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.range::-webkit-slider-thumb {
  border: 2px solid var(--input-bg-color);
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  background: var(--accent-color);
  border-radius: 50%;
}
.range::-moz-range-thumb {
  width: 1.5rem;
  border: 2px solid var(--input-bg-color);
  height: 1.5rem;
  background: var(--accent-color);
  border-radius: 50%;
}

.nav, .nav-vertical {
  background-color: var(--nav-primary-bg-color);
  color: var(--nav-primary-text-color);
  padding: 0.5rem 0.5rem;
  border-top: 1px solid var(--button-highlight-border-color);
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo-img {
  max-height: 40px;
}
.nav-logo-text {
  margin-left: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.nav-links {
  list-style: none;
  display: flex;
}
.nav-links-item {
  position: relative;
  margin-bottom: 0em;
  margin: 0rem 0.5rem;
}
.nav-links-item-link {
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.5rem;
  color: var(--nav-primary-text-color);
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  transition: color 0.15s ease-in-out;
}
.nav-links-item-link:hover, .nav-links-item-link:focus,
.nav-links-item-link .active {
  text-decoration: none;
  color: var(--nav-primary-text-color);
  background-color: var(--nav-primary-link-hover-color);
}
.nav-links-item .active {
  text-decoration: none;
  background-color: var(--nav-primary-link-hover-color);
}
.nav-toggle {
  display: none;
  cursor: pointer;
  padding: 1rem 1rem;
}
.nav-toggle-icon {
  color: var(--nav-primary-link-color);
  font-size: 1.5rem;
}

.nav-vertical .nav-container {
  flex-direction: column;
}
.nav-vertical .nav-container {
  flex-wrap: wrap;
}
.nav-vertical .nav-links {
  display: block;
  width: 100%;
  flex-direction: column;
}
.nav-vertical .nav-links-item {
  margin: 0.5rem 0rem;
}
.nav-vertical .nav-links-item-link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.nav-vertical .nav-links-item .dropdown {
  width: 100%;
}
.nav-vertical .nav-links-item .dropdown .dropdown-menu {
  position: relative;
}

@media (max-width: 1024px) {
  .nav-container {
    flex-wrap: wrap;
  }
  .nav-links {
    display: block;
    width: 100%;
    flex-direction: column;
  }
  .nav-links-item {
    margin: 0.5rem 0rem;
  }
  .nav-links-item-link {
    width: 100%;
  }
  .nav-links-item .dropdown {
    width: 100%;
  }
  .nav-links-item .dropdown .dropdown-menu {
    position: relative;
  }
  .nav-toggle {
    display: block;
  }
}
.breadcrumbs {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.breadcrumbs .breadcrumbs-item a {
  text-decoration: none;
  color: var(--link-text-color);
}
.breadcrumbs .breadcrumbs-item a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumbs-item.active a {
  color: var(--link-active-color);
  pointer-events: none;
}
.breadcrumbs .breadcrumbs-item:not(:last-child)::after {
  content: "/";
  padding: 0 0.5rem;
}

.card {
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-primary-color);
  border-radius: 0.5rem;
  overflow: hidden;
}
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: var(--card-header-bg-color);
  border-bottom: 1px solid var(--border-primary-color);
}
.card-body {
  padding: 1.25rem;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: var(--card-footer-bg-color);
  border-top: 1px solid var(--border-primary-color);
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.card-link:hover {
  text-decoration: none;
}
.card-link:not(:last-child) {
  margin-right: 1.25rem;
}

.slideover {
  position: fixed;
  background-color: var(--surface-primary-color);
  z-index: 1040;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
}
.slideover-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1030;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.slideover.active {
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.slideover.active ~ .slideover-backdrop {
  visibility: visible;
  opacity: 1;
}
.slideover-header, .slideover-footer {
  position: relative;
  padding: 20px;
  background-color: var(--surface-secondary-color);
  border-bottom: 1px solid var(--border-primary-color);
  border-top: 1px solid var(--border-primary-color);
}
.slideover-header .close-icon, .slideover-footer .close-icon {
  position: absolute;
  top: 40%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  cursor: pointer;
  border: none;
  background: transparent;
  color: var(--text-secondary-color);
}
.slideover-footer {
  text-align: end;
}
.slideover-body {
  padding: 1rem;
  overflow-y: auto;
  height: 100%;
}
.slideover.right, .slideover.left {
  top: 0;
  bottom: 0;
  max-width: 500px;
}
.slideover.right.size-sm, .slideover.left.size-sm {
  max-width: 400px;
}
.slideover.right.size-md, .slideover.left.size-md {
  max-width: 500px;
}
.slideover.right.size-lg, .slideover.left.size-lg {
  max-width: 600px;
}
.slideover.right.size-xl, .slideover.left.size-xl {
  max-width: 700px;
}
.slideover.top, .slideover.bottom {
  left: 0;
  right: 0;
  height: 500px;
}
.slideover.top.size-sm, .slideover.bottom.size-sm {
  height: 400px;
}
.slideover.top.size-md, .slideover.bottom.size-md {
  height: 500px;
}
.slideover.top.size-lg, .slideover.bottom.size-lg {
  height: 600px;
}
.slideover.top.size-xl, .slideover.bottom.size-xl {
  height: 700px;
}
.slideover.right {
  right: 0;
  margin-left: 40px;
  transform: translateX(150%);
}
.slideover.right.active {
  transform: translateX(0);
}
.slideover.left {
  margin-right: 40px;
  left: 0;
  transform: translateX(-150%);
}
.slideover.left.active {
  transform: translateX(0);
}
.slideover.top {
  top: 0;
  transform: translateY(-150%);
}
.slideover.top.active {
  transform: translateY(0);
}
.slideover.bottom {
  bottom: 0;
  transform: translateY(150%);
}
.slideover.bottom.active {
  transform: translateY(0);
}

.blur-backdrop.slideover-backdrop {
  backdrop-filter: blur(5px);
  transition: backdrop-filter 0.3s ease;
}

.slideover-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  border: none;
  background: none;
  cursor: pointer;
}

.body-no-scroll {
  overflow: hidden;
  width: 100%;
}

.progress-stepper {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
@media (min-width: 768px) {
  .progress-stepper {
    flex-direction: row;
  }
}

.progress-step {
  flex: 1;
}
.progress-step.completed a {
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.progress-step.completed a:hover {
  border-color: var(--text-secondary-color);
  color: var(--text-secondary-color);
}
.progress-step.current a {
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.progress-step.upcoming a {
  border-color: var(--text-tertiary-color);
  color: var(--text-tertiary-color);
}
.progress-step.upcoming a:hover {
  border-color: var(--text-secondary-color);
  color: var(--text-secondary-color);
}
.progress-step a {
  display: flex;
  flex-direction: column;
  border-left-style: solid;
  border-top-style: solid;
  text-decoration: none;
  padding: 0rem 1rem;
  border-left-width: 5px;
  border-top-width: 0;
}
@media (min-width: 768px) {
  .progress-step a {
    padding: 0.5rem 0rem;
    border-left-width: 0;
    border-top-width: 5px;
  }
}
.progress-step a .step-description {
  font-size: 0.875rem;
  color: var(--text-secondary-color);
}

.tabs-container {
  border-bottom: 1px solid var(--border-primary-color);
}
.tabs-container .tabs {
  display: flex;
  margin-bottom: -1px;
}
.tabs-container .tabs .tab {
  margin-right: 2rem;
  padding: 1rem 0.5rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--text-secondary-color);
  border-bottom: 3px solid transparent;
}
.tabs-container .tabs .tab:hover {
  border-color: var(--border-primary-color);
  color: var(--text-primary-color);
}
.tabs-container .tabs .tab.active {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.segmented-control {
  display: inline-flex;
  background-color: var(--surface-tertiary-color);
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.2rem 0.25rem;
  gap: 0.5rem;
}
.segmented-control input[type=radio] {
  display: none;
}
.segmented-control input[type=radio]:checked + label {
  background-color: var(--surface-primary-color);
  color: var(--text-primary-color);
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.17));
  box-shadow: 0 1px 0 var(--border-primary-color) inset;
}
.segmented-control label {
  font-size: 1rem;
  border-radius: 0.4rem;
  margin-bottom: 0px;
  flex-grow: 1;
  padding: 0.2rem 1rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--text-primary-color);
  user-select: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.segmented-control label:hover {
  background-color: var(--button-highlight-border-color);
}
.segmented-control.small label {
  padding: 0.2rem 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.circular-loader, .circular-loader-xl, .circular-loader-lg, .circular-loader-md, .circular-loader-sm {
  display: inline-block;
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
  border-width: 3px;
  border-style: solid;
}
.circular-loader.light, .light.circular-loader-xl, .light.circular-loader-lg, .light.circular-loader-md, .light.circular-loader-sm {
  border-color: var(--loader-light-border-color);
  border-top-color: var(--loader-light-bg-color);
}
.circular-loader.dark, .dark.circular-loader-xl, .dark.circular-loader-lg, .dark.circular-loader-md, .dark.circular-loader-sm {
  border-color: var(--loader-dark-border-color);
  border-top-color: var(--loader-dark-bg-color);
}

.circular-loader-sm {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 4px;
}

.circular-loader-md {
  width: 1.75rem;
  height: 1.75rem;
  border-width: 6px;
}

.circular-loader-lg {
  width: 2.25rem;
  height: 2.25rem;
  border-width: 8px;
}

.circular-loader-xl {
  width: 3.75rem;
  height: 3.75rem;
  border-width: 10px;
}

/* Progress Bar Styles */
.progress {
  background-color: var(--border-primary-color);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0.7rem;
}
.progress .progress-bar {
  background-color: var(--accent-color);
  height: 100%;
  transition: width 0.4s ease;
}
.progress.light {
  background-color: var(--loader-light-border-color);
}
.progress.light .progress-bar {
  background-color: var(--loader-light-border-color);
}
.progress.dark {
  background-color: var(--loader-dark-border-color);
}
.progress.dark .progress-bar {
  background-color: var(--loader-dark-bg-color);
}

/* Loader variation */
.progress-loader .progress-bar {
  width: 0%;
  animation: loading-animation 1.5s ease-in-out infinite;
}

@keyframes loading-animation {
  0%, 100% {
    width: 0%;
    transform: translateX(0);
  }
  50% {
    width: 100%;
    transform: translateX(100%);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: var(--table-bg-color);
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--table-border-color);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--table-border-color);
}
.table tbody + tbody {
  border-top: 2px solid var(--table-border-color);
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--table-accent-bg-color);
}
.table.table-hover tbody tr:hover {
  background-color: var(--table-hover-bg-color);
}
.table.table-bordered {
  border: 1px solid var(--table-border-color);
}
.table.table-bordered th,
.table.table-bordered td {
  border: 1px solid var(--table-border-color);
}
.table.table-bordered thead th,
.table.table-bordered thead td {
  border-bottom-width: 2px;
}
.table.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table.table-responsive > .table {
  border: 0;
}

.avatar {
  display: inline-flex;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: var(--light-color);
  font-weight: 600;
  border: 3px solid var(--border-primary-color);
}
.avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.avatar.avatar-sm {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.avatar.avatar-md {
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.avatar.avatar-lg {
  width: 70px;
  height: 70px;
  font-size: 28px;
}
.avatar.avatar-xl {
  width: 100px;
  height: 100px;
  font-size: 40px;
}

.avatar-stack {
  display: inline-flex;
  align-items: center;
}
.avatar-stack .avatar {
  margin-right: -10px;
  border: 3px solid var(--surface-primary-color);
}
.avatar-stack:last-child {
  margin-right: 0;
}

.avatar-primary {
  background-color: #214ddf;
}

.avatar-primary-outline {
  color: #214ddf;
  border: 1px solid #214ddf;
  background-color: rgba(33, 77, 223, 0.1);
}

.avatar-secondary {
  background-color: #58617a;
}

.avatar-secondary-outline {
  color: #58617a;
  border: 1px solid #58617a;
  background-color: rgba(88, 97, 122, 0.1);
}

.avatar-success {
  background-color: #3f9142;
}

.avatar-success-outline {
  color: #3f9142;
  border: 1px solid #3f9142;
  background-color: rgba(63, 145, 66, 0.1);
}

.avatar-danger {
  background-color: #f44336;
}

.avatar-danger-outline {
  color: #f44336;
  border: 1px solid #f44336;
  background-color: rgba(244, 67, 54, 0.1);
}

.avatar-warning {
  background-color: #f9703e;
}

.avatar-warning-outline {
  color: #f9703e;
  border: 1px solid #f9703e;
  background-color: rgba(249, 112, 62, 0.1);
}

.avatar-info {
  background-color: #42a5f5;
}

.avatar-info-outline {
  color: #42a5f5;
  border: 1px solid #42a5f5;
  background-color: rgba(66, 165, 245, 0.1);
}

.avatar-light {
  color: var(--dark-color);
  background-color: #f9f9fa;
}

.avatar-light-outline {
  color: #f9f9fa;
  border: 1px solid #f9f9fa;
  background-color: rgba(249, 249, 250, 0.1);
}

.avatar-dark {
  background-color: #151f3d;
}

.avatar-dark-outline {
  color: #151f3d;
  border: 1px solid #151f3d;
  background-color: rgba(21, 31, 61, 0.1);
}

.badge {
  font-size: 75%;
  display: inline-block;
  padding: 0.25em 0.6em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.badge-primary {
  color: var(--light-color);
  background-color: #214ddf;
}

.badge-outline-primary {
  color: #214ddf;
  background-color: rgba(33, 77, 223, 0.07);
  border: 1px solid rgba(33, 77, 223, 0.1);
}

.badge-secondary {
  color: var(--light-color);
  background-color: #58617a;
}

.badge-outline-secondary {
  color: #58617a;
  background-color: rgba(88, 97, 122, 0.07);
  border: 1px solid rgba(88, 97, 122, 0.1);
}

.badge-success {
  color: var(--light-color);
  background-color: #3f9142;
}

.badge-outline-success {
  color: #3f9142;
  background-color: rgba(63, 145, 66, 0.07);
  border: 1px solid rgba(63, 145, 66, 0.1);
}

.badge-danger {
  color: var(--light-color);
  background-color: #f44336;
}

.badge-outline-danger {
  color: #f44336;
  background-color: rgba(244, 67, 54, 0.07);
  border: 1px solid rgba(244, 67, 54, 0.1);
}

.badge-warning {
  color: var(--light-color);
  background-color: #f9703e;
}

.badge-outline-warning {
  color: #f9703e;
  background-color: rgba(249, 112, 62, 0.07);
  border: 1px solid rgba(249, 112, 62, 0.1);
}

.badge-info {
  color: var(--light-color);
  background-color: #42a5f5;
}

.badge-outline-info {
  color: #42a5f5;
  background-color: rgba(66, 165, 245, 0.07);
  border: 1px solid rgba(66, 165, 245, 0.1);
}

.badge-light {
  color: var(--light-color);
  color: var(--dark-color);
  background-color: #f9f9fa;
}

.badge-outline-light {
  color: #f9f9fa;
  background-color: rgba(249, 249, 250, 0.07);
  border: 1px solid rgba(249, 249, 250, 0.1);
}

.badge-dark {
  color: var(--light-color);
  background-color: #151f3d;
}

.badge-outline-dark {
  color: #151f3d;
  background-color: rgba(21, 31, 61, 0.07);
  border: 1px solid rgba(21, 31, 61, 0.1);
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.hr-divider {
  border: none;
  height: 1px;
  background-color: var(--border-primary-color);
  margin: 1em 0;
}

.vr-divider {
  border-left: 1px solid var(--border-primary-color);
  width: 0;
  height: 100%;
  display: inline-block;
  margin: 0 1em;
}

.dashed-divider {
  border-top: 2px dashed var(--border-primary-color);
  height: 0;
}

.text-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--text-secondary-color);
}
.text-divider::before, .text-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--border-primary-color);
}
.text-divider:not(:empty)::before {
  margin-right: 0.25em;
}
.text-divider:not(:empty)::after {
  margin-left: 0.25em;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  background: var(--surface-tertiary-color);
  color: var(--text-primary-color);
  padding: 10px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  font-size: 0.875rem;
}
.tooltip[data-placement=top]::after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
}
.tooltip[data-placement=bottom]::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
}
.tooltip[data-placement=left]::after {
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(-15px);
}
.tooltip[data-placement=right]::after {
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(15px);
}
.tooltip:hover::after {
  visibility: visible;
  opacity: 1;
}
.tooltip::before {
  content: "";
  position: absolute;
  border-style: solid;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
}
.tooltip[data-placement=top]::before {
  bottom: 100%;
  left: 50%;
  border-width: 10px 10px 0 10px;
  border-color: var(--surface-tertiary-color) transparent transparent transparent;
  transform: translateX(-50%) translateY(-5px);
}
.tooltip[data-placement=bottom]::before {
  top: 100%;
  left: 50%;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--surface-tertiary-color) transparent;
  transform: translateX(-50%) translateY(5px);
}
.tooltip[data-placement=left]::before {
  top: 50%;
  right: 100%;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent var(--surface-tertiary-color);
  transform: translateY(-50%) translateX(-5px);
}
.tooltip[data-placement=right]::before {
  top: 50%;
  left: 100%;
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--surface-tertiary-color) transparent transparent;
  transform: translateY(-50%) translateX(5px);
}
.tooltip:hover::before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 600px) {
  .tooltip::after {
    font-size: 0.75rem; /* Reduce font size */
  }
}
.container {
  width: 100%;
  padding-right: calc(15px * 1.5);
  padding-left: calc(15px * 1.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(15px / -2);
  margin-left: calc(15px / -2);
}

.row .row {
  margin-right: calc(15px / -4);
  margin-left: calc(15px / -4);
}

.row-start {
  justify-content: flex-start;
}

.row-center {
  justify-content: center;
}

.row-end {
  justify-content: flex-end;
}

.row-around {
  justify-content: space-around;
}

.row-between {
  justify-content: space-between;
}

.row-evenly {
  justify-content: space-evenly;
}

.row-items-start {
  align-items: flex-start;
}

.row-items-center {
  align-items: center;
}

.row-items-end {
  align-items: flex-end;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters > .col,
.row-no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row-gutter-sm {
  margin-right: calc(15px / -4);
  margin-left: calc(15px / -4);
}
.row-gutter-sm > .col,
.row-gutter-sm > [class*=col-] {
  padding-right: calc(15px / 4);
  padding-left: calc(15px / 4);
}

.row-gutter-lg {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}
.row-gutter-lg > .col,
.row-gutter-lg > [class*=col-] {
  padding-right: calc(15px);
  padding-left: calc(15px);
}

.col {
  flex: 1 0 0%;
  max-width: 100%;
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-1 {
  flex: 0 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-2 {
  flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-3 {
  flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-4 {
  flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-5 {
  flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-6 {
  flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-7 {
  flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-8 {
  flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-9 {
  flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-10 {
  flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-11 {
  flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.col-12 {
  flex: 0 0 calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
  padding-right: calc(15px / 2);
  padding-left: calc(15px / 2);
}

.offset-0 {
  margin-left: calc(100% / 12 * 0);
}

.offset-1 {
  margin-left: calc(100% / 12 * 1);
}

.offset-2 {
  margin-left: calc(100% / 12 * 2);
}

.offset-3 {
  margin-left: calc(100% / 12 * 3);
}

.offset-4 {
  margin-left: calc(100% / 12 * 4);
}

.offset-5 {
  margin-left: calc(100% / 12 * 5);
}

.offset-6 {
  margin-left: calc(100% / 12 * 6);
}

.offset-7 {
  margin-left: calc(100% / 12 * 7);
}

.offset-8 {
  margin-left: calc(100% / 12 * 8);
}

.offset-9 {
  margin-left: calc(100% / 12 * 9);
}

.offset-10 {
  margin-left: calc(100% / 12 * 10);
}

.offset-11 {
  margin-left: calc(100% / 12 * 11);
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-sm-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-md-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-lg-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .col-xxl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    padding-right: calc(15px / 2);
    padding-left: calc(15px / 2);
  }
  .offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
  .offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
}
.border-0 {
  border-width: 0 !important;
  border-style: solid;
  border-color: var(--border-primary-color);
}

.border-1 {
  border-width: 1px !important;
  border-style: solid;
  border-color: var(--border-primary-color);
}

.border-2 {
  border-width: 2px !important;
  border-style: solid;
  border-color: var(--border-primary-color);
}

.border-3 {
  border-width: 3px !important;
  border-style: solid;
  border-color: var(--border-primary-color);
}

.border-4 {
  border-width: 4px !important;
  border-style: solid;
  border-color: var(--border-primary-color);
}

.border-5 {
  border-width: 5px !important;
  border-style: solid;
  border-color: var(--border-primary-color);
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded-md {
  border-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-xl {
  border-radius: 1rem !important;
}

.rounded-full {
  border-radius: 50% !important;
}

.border-top-0 {
  border-top-width: 0 !important;
}

.border-top-1 {
  border-top-width: 1px !important;
}

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

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

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

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

.border-top-primary {
  border-top-color: #214ddf !important;
}

.border-top-secondary {
  border-top-color: #58617a !important;
}

.border-top-success {
  border-top-color: #3f9142 !important;
}

.border-top-danger {
  border-top-color: #f44336 !important;
}

.border-top-warning {
  border-top-color: #f9703e !important;
}

.border-top-info {
  border-top-color: #42a5f5 !important;
}

.border-top-light {
  border-top-color: #f9f9fa !important;
}

.border-top-dark {
  border-top-color: #151f3d !important;
}

.border-right-0 {
  border-right-width: 0 !important;
}

.border-right-1 {
  border-right-width: 1px !important;
}

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

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

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

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

.border-right-primary {
  border-right-color: #214ddf !important;
}

.border-right-secondary {
  border-right-color: #58617a !important;
}

.border-right-success {
  border-right-color: #3f9142 !important;
}

.border-right-danger {
  border-right-color: #f44336 !important;
}

.border-right-warning {
  border-right-color: #f9703e !important;
}

.border-right-info {
  border-right-color: #42a5f5 !important;
}

.border-right-light {
  border-right-color: #f9f9fa !important;
}

.border-right-dark {
  border-right-color: #151f3d !important;
}

.border-bottom-0 {
  border-bottom-width: 0 !important;
}

.border-bottom-1 {
  border-bottom-width: 1px !important;
}

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

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

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

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

.border-bottom-primary {
  border-bottom-color: #214ddf !important;
}

.border-bottom-secondary {
  border-bottom-color: #58617a !important;
}

.border-bottom-success {
  border-bottom-color: #3f9142 !important;
}

.border-bottom-danger {
  border-bottom-color: #f44336 !important;
}

.border-bottom-warning {
  border-bottom-color: #f9703e !important;
}

.border-bottom-info {
  border-bottom-color: #42a5f5 !important;
}

.border-bottom-light {
  border-bottom-color: #f9f9fa !important;
}

.border-bottom-dark {
  border-bottom-color: #151f3d !important;
}

.border-left-0 {
  border-left-width: 0 !important;
}

.border-left-1 {
  border-left-width: 1px !important;
}

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

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

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

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

.border-left-primary {
  border-left-color: #214ddf !important;
}

.border-left-secondary {
  border-left-color: #58617a !important;
}

.border-left-success {
  border-left-color: #3f9142 !important;
}

.border-left-danger {
  border-left-color: #f44336 !important;
}

.border-left-warning {
  border-left-color: #f9703e !important;
}

.border-left-info {
  border-left-color: #42a5f5 !important;
}

.border-left-light {
  border-left-color: #f9f9fa !important;
}

.border-left-dark {
  border-left-color: #151f3d !important;
}

.border-none {
  border: none !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.text-primary {
  color: #214ddf !important;
}

.text-secondary {
  color: #58617a !important;
}

.text-success {
  color: #3f9142 !important;
}

.text-danger {
  color: #f44336 !important;
}

.text-warning {
  color: #f9703e !important;
}

.text-info {
  color: #42a5f5 !important;
}

.text-light {
  color: #f9f9fa !important;
}

.text-dark {
  color: #151f3d !important;
}

.surface-primary {
  background-color: var(--surface-primary-color);
}

.surface-secondary {
  background-color: var(--surface-secondary-color);
}

.surface-tertiary {
  background-color: var(--surface-tertiary-color);
}

.text-primary {
  color: var(--text-primary-color);
}

.text-secondary {
  color: var(--text-secondary-color);
}

.text-tertiary {
  color: var(--text-tertiary-color);
}

.bg-primary {
  background-color: #214ddf !important;
}

.bg-secondary {
  background-color: #58617a !important;
}

.bg-success {
  background-color: #3f9142 !important;
}

.bg-danger {
  background-color: #f44336 !important;
}

.bg-warning {
  background-color: #f9703e !important;
}

.bg-info {
  background-color: #42a5f5 !important;
}

.bg-light {
  background-color: #f9f9fa !important;
}

.bg-dark {
  background-color: #151f3d !important;
}

.border-primary {
  border-color: #214ddf !important;
}

.border-secondary {
  border-color: #58617a !important;
}

.border-success {
  border-color: #3f9142 !important;
}

.border-danger {
  border-color: #f44336 !important;
}

.border-warning {
  border-color: #f9703e !important;
}

.border-info {
  border-color: #42a5f5 !important;
}

.border-light {
  border-color: #f9f9fa !important;
}

.border-dark {
  border-color: #151f3d !important;
}

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

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

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

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

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

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

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

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

.d-table-cell {
  display: table-cell !important;
}

.d-table-row {
  display: table-row !important;
}

.flex {
  display: flex !important;
}

.flex-inline {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !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;
}

.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-auto {
  flex: 1 1 auto !important;
}

.flex-none {
  flex: none !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-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-last {
  order: 99999 !important;
}

.grid {
  display: grid !important;
}

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

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
}

.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
}

.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.grid-area-1 {
  grid-area: 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.grid-area-2 {
  grid-area: 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.grid-area-3 {
  grid-area: 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.grid-area-4 {
  grid-area: 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.grid-area-5 {
  grid-area: 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.grid-area-6 {
  grid-area: 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.grid-area-7 {
  grid-area: 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.grid-area-8 {
  grid-area: 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.row-span-9 {
  grid-row: span 9/span 9;
}

.grid-area-9 {
  grid-area: 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.row-span-10 {
  grid-row: span 10/span 10;
}

.grid-area-10 {
  grid-area: 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.row-span-11 {
  grid-row: span 11/span 11;
}

.grid-area-11 {
  grid-area: 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.row-span-12 {
  grid-row: span 12/span 12;
}

.grid-area-12 {
  grid-area: 12;
}

.gap-0 {
  gap: 0 !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-x-1 {
  column-gap: 0.25rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-x-2 {
  column-gap: 0.5rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-x-3 {
  column-gap: 1rem !important;
}

.gap-y-3 {
  row-gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-x-4 {
  column-gap: 1.5rem !important;
}

.gap-y-4 {
  row-gap: 1.5rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-x-5 {
  column-gap: 2rem !important;
}

.gap-y-5 {
  row-gap: 2rem !important;
}

.gap-6 {
  gap: 2.5rem !important;
}

.gap-x-6 {
  column-gap: 2.5rem !important;
}

.gap-y-6 {
  row-gap: 2.5rem !important;
}

.gap-7 {
  gap: 3rem !important;
}

.gap-x-7 {
  column-gap: 3rem !important;
}

.gap-y-7 {
  row-gap: 3rem !important;
}

.gap-8 {
  gap: 3.5rem !important;
}

.gap-x-8 {
  column-gap: 3.5rem !important;
}

.gap-y-8 {
  row-gap: 3.5rem !important;
}

.gap-9 {
  gap: 4rem !important;
}

.gap-x-9 {
  column-gap: 4rem !important;
}

.gap-y-9 {
  row-gap: 4rem !important;
}

.gap-10 {
  gap: 4.5rem !important;
}

.gap-x-10 {
  column-gap: 4.5rem !important;
}

.gap-y-10 {
  row-gap: 4.5rem !important;
}

.grid-auto-flow-row {
  grid-auto-flow: row !important;
}

.grid-auto-flow-column {
  grid-auto-flow: column !important;
}

.grid-auto-flow-dense {
  grid-auto-flow: dense !important;
}

.align-grid-items-start {
  align-items: start !important;
}

.align-grid-items-end {
  align-items: end !important;
}

.align-grid-items-center {
  align-items: center !important;
}

.justify-grid-items-start {
  justify-items: start !important;
}

.justify-grid-items-end {
  justify-items: end !important;
}

.justify-grid-items-center {
  justify-items: center !important;
}

.align-grid-content-start {
  align-content: start !important;
}

.align-grid-content-end {
  align-content: end !important;
}

.align-grid-content-center {
  align-content: center !important;
}

.align-grid-content-stretch {
  align-content: stretch !important;
}

.justify-grid-content-start {
  justify-content: start !important;
}

.justify-grid-content-end {
  justify-content: end !important;
}

.justify-grid-content-center {
  justify-content: center !important;
}

.justify-grid-content-between {
  justify-content: space-between !important;
}

.justify-grid-content-around {
  justify-content: space-around !important;
}

@media (min-width: 576px) {
  .grid-cols-1-sm {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-2-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-3-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-4-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-5-sm {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-6-sm {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-7-sm {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-8-sm {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-9-sm {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-10-sm {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-11-sm {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-12-sm {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 768px) {
  .grid-cols-1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-5-md {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-6-md {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-7-md {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-8-md {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-9-md {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-10-md {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-11-md {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-12-md {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 992px) {
  .grid-cols-1-lg {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-2-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-3-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-4-lg {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-5-lg {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-6-lg {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-7-lg {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-8-lg {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-9-lg {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-10-lg {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-11-lg {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-12-lg {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1200px) {
  .grid-cols-1-xl {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-2-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-3-xl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-4-xl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-5-xl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-6-xl {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-7-xl {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-8-xl {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-9-xl {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-10-xl {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-11-xl {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-12-xl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1400px) {
  .grid-cols-1-xxl {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-2-xxl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-3-xxl {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-4-xxl {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-5-xxl {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-6-xxl {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-7-xxl {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-8-xxl {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-9-xxl {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-10-xxl {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-11-xxl {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-12-xxl {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
}
.hover-bg-primary:hover {
  background-color: #214ddf !important;
}

.hover-text-primary:hover {
  color: #214ddf !important;
}

.hover-border-primary:hover {
  border-color: #214ddf !important;
}

.hover-bg-secondary:hover {
  background-color: #58617a !important;
}

.hover-text-secondary:hover {
  color: #58617a !important;
}

.hover-border-secondary:hover {
  border-color: #58617a !important;
}

.hover-bg-success:hover {
  background-color: #3f9142 !important;
}

.hover-text-success:hover {
  color: #3f9142 !important;
}

.hover-border-success:hover {
  border-color: #3f9142 !important;
}

.hover-bg-danger:hover {
  background-color: #f44336 !important;
}

.hover-text-danger:hover {
  color: #f44336 !important;
}

.hover-border-danger:hover {
  border-color: #f44336 !important;
}

.hover-bg-warning:hover {
  background-color: #f9703e !important;
}

.hover-text-warning:hover {
  color: #f9703e !important;
}

.hover-border-warning:hover {
  border-color: #f9703e !important;
}

.hover-bg-info:hover {
  background-color: #42a5f5 !important;
}

.hover-text-info:hover {
  color: #42a5f5 !important;
}

.hover-border-info:hover {
  border-color: #42a5f5 !important;
}

.hover-bg-light:hover {
  background-color: #f9f9fa !important;
}

.hover-text-light:hover {
  color: #f9f9fa !important;
}

.hover-border-light:hover {
  border-color: #f9f9fa !important;
}

.hover-bg-dark:hover {
  background-color: #151f3d !important;
}

.hover-text-dark:hover {
  color: #151f3d !important;
}

.hover-border-dark:hover {
  border-color: #151f3d !important;
}

.focus-bg-primary:focus {
  background-color: #214ddf !important;
}

.focus-text-primary:focus {
  color: #214ddf !important;
}

.focus-border-primary:focus {
  border-color: #214ddf !important;
}

.focus-bg-secondary:focus {
  background-color: #58617a !important;
}

.focus-text-secondary:focus {
  color: #58617a !important;
}

.focus-border-secondary:focus {
  border-color: #58617a !important;
}

.focus-bg-success:focus {
  background-color: #3f9142 !important;
}

.focus-text-success:focus {
  color: #3f9142 !important;
}

.focus-border-success:focus {
  border-color: #3f9142 !important;
}

.focus-bg-danger:focus {
  background-color: #f44336 !important;
}

.focus-text-danger:focus {
  color: #f44336 !important;
}

.focus-border-danger:focus {
  border-color: #f44336 !important;
}

.focus-bg-warning:focus {
  background-color: #f9703e !important;
}

.focus-text-warning:focus {
  color: #f9703e !important;
}

.focus-border-warning:focus {
  border-color: #f9703e !important;
}

.focus-bg-info:focus {
  background-color: #42a5f5 !important;
}

.focus-text-info:focus {
  color: #42a5f5 !important;
}

.focus-border-info:focus {
  border-color: #42a5f5 !important;
}

.focus-bg-light:focus {
  background-color: #f9f9fa !important;
}

.focus-text-light:focus {
  color: #f9f9fa !important;
}

.focus-border-light:focus {
  border-color: #f9f9fa !important;
}

.focus-bg-dark:focus {
  background-color: #151f3d !important;
}

.focus-text-dark:focus {
  color: #151f3d !important;
}

.focus-border-dark:focus {
  border-color: #151f3d !important;
}

.active-bg-primary:active {
  background-color: #214ddf !important;
}

.active-text-primary:active {
  color: #214ddf !important;
}

.active-border-primary:active {
  border-color: #214ddf !important;
}

.active-bg-secondary:active {
  background-color: #58617a !important;
}

.active-text-secondary:active {
  color: #58617a !important;
}

.active-border-secondary:active {
  border-color: #58617a !important;
}

.active-bg-success:active {
  background-color: #3f9142 !important;
}

.active-text-success:active {
  color: #3f9142 !important;
}

.active-border-success:active {
  border-color: #3f9142 !important;
}

.active-bg-danger:active {
  background-color: #f44336 !important;
}

.active-text-danger:active {
  color: #f44336 !important;
}

.active-border-danger:active {
  border-color: #f44336 !important;
}

.active-bg-warning:active {
  background-color: #f9703e !important;
}

.active-text-warning:active {
  color: #f9703e !important;
}

.active-border-warning:active {
  border-color: #f9703e !important;
}

.active-bg-info:active {
  background-color: #42a5f5 !important;
}

.active-text-info:active {
  color: #42a5f5 !important;
}

.active-border-info:active {
  border-color: #42a5f5 !important;
}

.active-bg-light:active {
  background-color: #f9f9fa !important;
}

.active-text-light:active {
  color: #f9f9fa !important;
}

.active-border-light:active {
  border-color: #f9f9fa !important;
}

.active-bg-dark:active {
  background-color: #151f3d !important;
}

.active-text-dark:active {
  color: #151f3d !important;
}

.active-border-dark:active {
  border-color: #151f3d !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.transition {
  transition: all 0.3s ease !important;
}

.transition-fast {
  transition: all 0.15s ease !important;
}

.transition-slow {
  transition: all 0.5s ease !important;
}

.scale-hover:hover {
  transform: scale(1.1);
}

.rotate-hover:hover {
  transform: rotate(5deg);
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10 {
  opacity: 1 !important;
}

.opacity-hover:hover {
  opacity: 0.8 !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.top-1 {
  top: 0.25rem !important;
}

.right-1 {
  right: 0.25rem !important;
}

.bottom-1 {
  bottom: 0.25rem !important;
}

.left-1 {
  left: 0.25rem !important;
}

.top-2 {
  top: 0.5rem !important;
}

.right-2 {
  right: 0.5rem !important;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.left-2 {
  left: 0.5rem !important;
}

.top-3 {
  top: 1rem !important;
}

.right-3 {
  right: 1rem !important;
}

.bottom-3 {
  bottom: 1rem !important;
}

.left-3 {
  left: 1rem !important;
}

.top-4 {
  top: 1.5rem !important;
}

.right-4 {
  right: 1.5rem !important;
}

.bottom-4 {
  bottom: 1.5rem !important;
}

.left-4 {
  left: 1.5rem !important;
}

.top-5 {
  top: 2rem !important;
}

.right-5 {
  right: 2rem !important;
}

.bottom-5 {
  bottom: 2rem !important;
}

.left-5 {
  left: 2rem !important;
}

.top-6 {
  top: 2.5rem !important;
}

.right-6 {
  right: 2.5rem !important;
}

.bottom-6 {
  bottom: 2.5rem !important;
}

.left-6 {
  left: 2.5rem !important;
}

.top-7 {
  top: 3rem !important;
}

.right-7 {
  right: 3rem !important;
}

.bottom-7 {
  bottom: 3rem !important;
}

.left-7 {
  left: 3rem !important;
}

.top-8 {
  top: 3.5rem !important;
}

.right-8 {
  right: 3.5rem !important;
}

.bottom-8 {
  bottom: 3.5rem !important;
}

.left-8 {
  left: 3.5rem !important;
}

.top-9 {
  top: 4rem !important;
}

.right-9 {
  right: 4rem !important;
}

.bottom-9 {
  bottom: 4rem !important;
}

.left-9 {
  left: 4rem !important;
}

.top-10 {
  top: 4.5rem !important;
}

.right-10 {
  right: 4.5rem !important;
}

.bottom-10 {
  bottom: 4.5rem !important;
}

.left-10 {
  left: 4.5rem !important;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-none {
  object-fit: none !important;
}

.object-fit-scale-down {
  object-fit: scale-down !important;
}

.object-position-top {
  object-position: top !important;
}

.object-position-bottom {
  object-position: bottom !important;
}

.object-position-left {
  object-position: left !important;
}

.object-position-right {
  object-position: right !important;
}

.object-position-center {
  object-position: center !important;
}

.full-position {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.max-w-0 {
  max-width: 0 !important;
}

.max-h-0 {
  max-height: 0 !important;
}

.w-1 {
  width: 1rem !important;
}

.h-1 {
  height: 1rem !important;
}

.min-w-1 {
  min-width: 1rem !important;
}

.min-h-1 {
  min-height: 1rem !important;
}

.max-w-1 {
  max-width: 1rem !important;
}

.max-h-1 {
  max-height: 1rem !important;
}

.w-2 {
  width: 2rem !important;
}

.h-2 {
  height: 2rem !important;
}

.min-w-2 {
  min-width: 2rem !important;
}

.min-h-2 {
  min-height: 2rem !important;
}

.max-w-2 {
  max-width: 2rem !important;
}

.max-h-2 {
  max-height: 2rem !important;
}

.w-3 {
  width: 3rem !important;
}

.h-3 {
  height: 3rem !important;
}

.min-w-3 {
  min-width: 3rem !important;
}

.min-h-3 {
  min-height: 3rem !important;
}

.max-w-3 {
  max-width: 3rem !important;
}

.max-h-3 {
  max-height: 3rem !important;
}

.w-4 {
  width: 4rem !important;
}

.h-4 {
  height: 4rem !important;
}

.min-w-4 {
  min-width: 4rem !important;
}

.min-h-4 {
  min-height: 4rem !important;
}

.max-w-4 {
  max-width: 4rem !important;
}

.max-h-4 {
  max-height: 4rem !important;
}

.w-5 {
  width: 5rem !important;
}

.h-5 {
  height: 5rem !important;
}

.min-w-5 {
  min-width: 5rem !important;
}

.min-h-5 {
  min-height: 5rem !important;
}

.max-w-5 {
  max-width: 5rem !important;
}

.max-h-5 {
  max-height: 5rem !important;
}

.w-6 {
  width: 6rem !important;
}

.h-6 {
  height: 6rem !important;
}

.min-w-6 {
  min-width: 6rem !important;
}

.min-h-6 {
  min-height: 6rem !important;
}

.max-w-6 {
  max-width: 6rem !important;
}

.max-h-6 {
  max-height: 6rem !important;
}

.w-7 {
  width: 7rem !important;
}

.h-7 {
  height: 7rem !important;
}

.min-w-7 {
  min-width: 7rem !important;
}

.min-h-7 {
  min-height: 7rem !important;
}

.max-w-7 {
  max-width: 7rem !important;
}

.max-h-7 {
  max-height: 7rem !important;
}

.w-8 {
  width: 8rem !important;
}

.h-8 {
  height: 8rem !important;
}

.min-w-8 {
  min-width: 8rem !important;
}

.min-h-8 {
  min-height: 8rem !important;
}

.max-w-8 {
  max-width: 8rem !important;
}

.max-h-8 {
  max-height: 8rem !important;
}

.w-9 {
  width: 9rem !important;
}

.h-9 {
  height: 9rem !important;
}

.min-w-9 {
  min-width: 9rem !important;
}

.min-h-9 {
  min-height: 9rem !important;
}

.max-w-9 {
  max-width: 9rem !important;
}

.max-h-9 {
  max-height: 9rem !important;
}

.w-10 {
  width: 10rem !important;
}

.h-10 {
  height: 10rem !important;
}

.min-w-10 {
  min-width: 10rem !important;
}

.min-h-10 {
  min-height: 10rem !important;
}

.max-w-10 {
  max-width: 10rem !important;
}

.max-h-10 {
  max-height: 10rem !important;
}

.w-11 {
  width: 11rem !important;
}

.h-11 {
  height: 11rem !important;
}

.min-w-11 {
  min-width: 11rem !important;
}

.min-h-11 {
  min-height: 11rem !important;
}

.max-w-11 {
  max-width: 11rem !important;
}

.max-h-11 {
  max-height: 11rem !important;
}

.w-12 {
  width: 12rem !important;
}

.h-12 {
  height: 12rem !important;
}

.min-w-12 {
  min-width: 12rem !important;
}

.min-h-12 {
  min-height: 12rem !important;
}

.max-w-12 {
  max-width: 12rem !important;
}

.max-h-12 {
  max-height: 12rem !important;
}

.w-13 {
  width: 13rem !important;
}

.h-13 {
  height: 13rem !important;
}

.min-w-13 {
  min-width: 13rem !important;
}

.min-h-13 {
  min-height: 13rem !important;
}

.max-w-13 {
  max-width: 13rem !important;
}

.max-h-13 {
  max-height: 13rem !important;
}

.w-14 {
  width: 14rem !important;
}

.h-14 {
  height: 14rem !important;
}

.min-w-14 {
  min-width: 14rem !important;
}

.min-h-14 {
  min-height: 14rem !important;
}

.max-w-14 {
  max-width: 14rem !important;
}

.max-h-14 {
  max-height: 14rem !important;
}

.w-15 {
  width: 15rem !important;
}

.h-15 {
  height: 15rem !important;
}

.min-w-15 {
  min-width: 15rem !important;
}

.min-h-15 {
  min-height: 15rem !important;
}

.max-w-15 {
  max-width: 15rem !important;
}

.max-h-15 {
  max-height: 15rem !important;
}

.w-16 {
  width: 16rem !important;
}

.h-16 {
  height: 16rem !important;
}

.min-w-16 {
  min-width: 16rem !important;
}

.min-h-16 {
  min-height: 16rem !important;
}

.max-w-16 {
  max-width: 16rem !important;
}

.max-h-16 {
  max-height: 16rem !important;
}

.w-20 {
  width: 20rem !important;
}

.h-20 {
  height: 20rem !important;
}

.min-w-20 {
  min-width: 20rem !important;
}

.min-h-20 {
  min-height: 20rem !important;
}

.max-w-20 {
  max-width: 20rem !important;
}

.max-h-20 {
  max-height: 20rem !important;
}

.w-18 {
  width: 18rem !important;
}

.h-18 {
  height: 18rem !important;
}

.min-w-18 {
  min-width: 18rem !important;
}

.min-h-18 {
  min-height: 18rem !important;
}

.max-w-18 {
  max-width: 18rem !important;
}

.max-h-18 {
  max-height: 18rem !important;
}

.w-24 {
  width: 24rem !important;
}

.h-24 {
  height: 24rem !important;
}

.min-w-24 {
  min-width: 24rem !important;
}

.min-h-24 {
  min-height: 24rem !important;
}

.max-w-24 {
  max-width: 24rem !important;
}

.max-h-24 {
  max-height: 24rem !important;
}

.w-28 {
  width: 28rem !important;
}

.h-28 {
  height: 28rem !important;
}

.min-w-28 {
  min-width: 28rem !important;
}

.min-h-28 {
  min-height: 28rem !important;
}

.max-w-28 {
  max-width: 28rem !important;
}

.max-h-28 {
  max-height: 28rem !important;
}

.w-32 {
  width: 32rem !important;
}

.h-32 {
  height: 32rem !important;
}

.min-w-32 {
  min-width: 32rem !important;
}

.min-h-32 {
  min-height: 32rem !important;
}

.max-w-32 {
  max-width: 32rem !important;
}

.max-h-32 {
  max-height: 32rem !important;
}

.w-25 {
  width: 25% !important;
}

.h-25 {
  height: 25% !important;
}

.min-w-25 {
  min-width: 25% !important;
}

.min-h-25 {
  min-height: 25% !important;
}

.max-w-25 {
  max-width: 25% !important;
}

.max-h-25 {
  max-height: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.h-50 {
  height: 50% !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.max-w-50 {
  max-width: 50% !important;
}

.max-h-50 {
  max-height: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.h-75 {
  height: 75% !important;
}

.min-w-75 {
  min-width: 75% !important;
}

.min-h-75 {
  min-height: 75% !important;
}

.max-w-75 {
  max-width: 75% !important;
}

.max-h-75 {
  max-height: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.min-w-auto {
  min-width: auto !important;
}

.min-h-auto {
  min-height: auto !important;
}

.max-w-auto {
  max-width: auto !important;
}

.max-h-auto {
  max-height: auto !important;
}

.w-full {
  width: 100% !important;
}

.h-full {
  height: 100% !important;
}

.min-w-full {
  min-width: 100% !important;
}

.min-h-full {
  min-height: 100% !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-h-full {
  max-height: 100% !important;
}

.w-vh {
  width: 100vh !important;
}

.h-vh {
  height: 100vh !important;
}

.min-w-vh {
  min-width: 100vh !important;
}

.min-h-vh {
  min-height: 100vh !important;
}

.max-w-vh {
  max-width: 100vh !important;
}

.max-h-vh {
  max-height: 100vh !important;
}

.w-vw {
  width: 100vw !important;
}

.h-vw {
  height: 100vw !important;
}

.min-w-vw {
  min-width: 100vw !important;
}

.min-h-vw {
  min-height: 100vw !important;
}

.max-w-vw {
  max-width: 100vw !important;
}

.max-h-vw {
  max-height: 100vw !important;
}

.w-sm {
  width: 576px !important;
}

.h-sm {
  height: 576px !important;
}

.min-w-sm {
  min-width: 576px !important;
}

.min-h-sm {
  min-height: 576px !important;
}

.max-w-sm {
  max-width: 576px !important;
}

.max-h-sm {
  max-height: 576px !important;
}

.w-md {
  width: 768px !important;
}

.h-md {
  height: 768px !important;
}

.min-w-md {
  min-width: 768px !important;
}

.min-h-md {
  min-height: 768px !important;
}

.max-w-md {
  max-width: 768px !important;
}

.max-h-md {
  max-height: 768px !important;
}

.w-lg {
  width: 992px !important;
}

.h-lg {
  height: 992px !important;
}

.min-w-lg {
  min-width: 992px !important;
}

.min-h-lg {
  min-height: 992px !important;
}

.max-w-lg {
  max-width: 992px !important;
}

.max-h-lg {
  max-height: 992px !important;
}

.w-xl {
  width: 1200px !important;
}

.h-xl {
  height: 1200px !important;
}

.min-w-xl {
  min-width: 1200px !important;
}

.min-h-xl {
  min-height: 1200px !important;
}

.max-w-xl {
  max-width: 1200px !important;
}

.max-h-xl {
  max-height: 1200px !important;
}

.w-xxl {
  width: 1400px !important;
}

.h-xxl {
  height: 1400px !important;
}

.min-w-xxl {
  min-width: 1400px !important;
}

.min-h-xxl {
  min-height: 1400px !important;
}

.max-w-xxl {
  max-width: 1400px !important;
}

.max-h-xxl {
  max-height: 1400px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

.m-10 {
  margin: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}

.p-10 {
  padding: 4.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}

@media (min-width: 576px) {
  .m-0-sm {
    margin: 0 !important;
  }
  .p-0-sm {
    padding: 0 !important;
  }
  .m-1-sm {
    margin: 0.25rem !important;
  }
  .p-1-sm {
    padding: 0.25rem !important;
  }
  .m-2-sm {
    margin: 0.5rem !important;
  }
  .p-2-sm {
    padding: 0.5rem !important;
  }
  .m-3-sm {
    margin: 1rem !important;
  }
  .p-3-sm {
    padding: 1rem !important;
  }
  .m-4-sm {
    margin: 1.5rem !important;
  }
  .p-4-sm {
    padding: 1.5rem !important;
  }
  .m-5-sm {
    margin: 2rem !important;
  }
  .p-5-sm {
    padding: 2rem !important;
  }
  .m-6-sm {
    margin: 2.5rem !important;
  }
  .p-6-sm {
    padding: 2.5rem !important;
  }
  .m-7-sm {
    margin: 3rem !important;
  }
  .p-7-sm {
    padding: 3rem !important;
  }
  .m-8-sm {
    margin: 3.5rem !important;
  }
  .p-8-sm {
    padding: 3.5rem !important;
  }
  .m-9-sm {
    margin: 4rem !important;
  }
  .p-9-sm {
    padding: 4rem !important;
  }
  .m-10-sm {
    margin: 4.5rem !important;
  }
  .p-10-sm {
    padding: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-0-md {
    margin: 0 !important;
  }
  .p-0-md {
    padding: 0 !important;
  }
  .m-1-md {
    margin: 0.25rem !important;
  }
  .p-1-md {
    padding: 0.25rem !important;
  }
  .m-2-md {
    margin: 0.5rem !important;
  }
  .p-2-md {
    padding: 0.5rem !important;
  }
  .m-3-md {
    margin: 1rem !important;
  }
  .p-3-md {
    padding: 1rem !important;
  }
  .m-4-md {
    margin: 1.5rem !important;
  }
  .p-4-md {
    padding: 1.5rem !important;
  }
  .m-5-md {
    margin: 2rem !important;
  }
  .p-5-md {
    padding: 2rem !important;
  }
  .m-6-md {
    margin: 2.5rem !important;
  }
  .p-6-md {
    padding: 2.5rem !important;
  }
  .m-7-md {
    margin: 3rem !important;
  }
  .p-7-md {
    padding: 3rem !important;
  }
  .m-8-md {
    margin: 3.5rem !important;
  }
  .p-8-md {
    padding: 3.5rem !important;
  }
  .m-9-md {
    margin: 4rem !important;
  }
  .p-9-md {
    padding: 4rem !important;
  }
  .m-10-md {
    margin: 4.5rem !important;
  }
  .p-10-md {
    padding: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-0-lg {
    margin: 0 !important;
  }
  .p-0-lg {
    padding: 0 !important;
  }
  .m-1-lg {
    margin: 0.25rem !important;
  }
  .p-1-lg {
    padding: 0.25rem !important;
  }
  .m-2-lg {
    margin: 0.5rem !important;
  }
  .p-2-lg {
    padding: 0.5rem !important;
  }
  .m-3-lg {
    margin: 1rem !important;
  }
  .p-3-lg {
    padding: 1rem !important;
  }
  .m-4-lg {
    margin: 1.5rem !important;
  }
  .p-4-lg {
    padding: 1.5rem !important;
  }
  .m-5-lg {
    margin: 2rem !important;
  }
  .p-5-lg {
    padding: 2rem !important;
  }
  .m-6-lg {
    margin: 2.5rem !important;
  }
  .p-6-lg {
    padding: 2.5rem !important;
  }
  .m-7-lg {
    margin: 3rem !important;
  }
  .p-7-lg {
    padding: 3rem !important;
  }
  .m-8-lg {
    margin: 3.5rem !important;
  }
  .p-8-lg {
    padding: 3.5rem !important;
  }
  .m-9-lg {
    margin: 4rem !important;
  }
  .p-9-lg {
    padding: 4rem !important;
  }
  .m-10-lg {
    margin: 4.5rem !important;
  }
  .p-10-lg {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-0-xl {
    margin: 0 !important;
  }
  .p-0-xl {
    padding: 0 !important;
  }
  .m-1-xl {
    margin: 0.25rem !important;
  }
  .p-1-xl {
    padding: 0.25rem !important;
  }
  .m-2-xl {
    margin: 0.5rem !important;
  }
  .p-2-xl {
    padding: 0.5rem !important;
  }
  .m-3-xl {
    margin: 1rem !important;
  }
  .p-3-xl {
    padding: 1rem !important;
  }
  .m-4-xl {
    margin: 1.5rem !important;
  }
  .p-4-xl {
    padding: 1.5rem !important;
  }
  .m-5-xl {
    margin: 2rem !important;
  }
  .p-5-xl {
    padding: 2rem !important;
  }
  .m-6-xl {
    margin: 2.5rem !important;
  }
  .p-6-xl {
    padding: 2.5rem !important;
  }
  .m-7-xl {
    margin: 3rem !important;
  }
  .p-7-xl {
    padding: 3rem !important;
  }
  .m-8-xl {
    margin: 3.5rem !important;
  }
  .p-8-xl {
    padding: 3.5rem !important;
  }
  .m-9-xl {
    margin: 4rem !important;
  }
  .p-9-xl {
    padding: 4rem !important;
  }
  .m-10-xl {
    margin: 4.5rem !important;
  }
  .p-10-xl {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-0-xxl {
    margin: 0 !important;
  }
  .p-0-xxl {
    padding: 0 !important;
  }
  .m-1-xxl {
    margin: 0.25rem !important;
  }
  .p-1-xxl {
    padding: 0.25rem !important;
  }
  .m-2-xxl {
    margin: 0.5rem !important;
  }
  .p-2-xxl {
    padding: 0.5rem !important;
  }
  .m-3-xxl {
    margin: 1rem !important;
  }
  .p-3-xxl {
    padding: 1rem !important;
  }
  .m-4-xxl {
    margin: 1.5rem !important;
  }
  .p-4-xxl {
    padding: 1.5rem !important;
  }
  .m-5-xxl {
    margin: 2rem !important;
  }
  .p-5-xxl {
    padding: 2rem !important;
  }
  .m-6-xxl {
    margin: 2.5rem !important;
  }
  .p-6-xxl {
    padding: 2.5rem !important;
  }
  .m-7-xxl {
    margin: 3rem !important;
  }
  .p-7-xxl {
    padding: 3rem !important;
  }
  .m-8-xxl {
    margin: 3.5rem !important;
  }
  .p-8-xxl {
    padding: 3.5rem !important;
  }
  .m-9-xxl {
    margin: 4rem !important;
  }
  .p-9-xxl {
    padding: 4rem !important;
  }
  .m-10-xxl {
    margin: 4.5rem !important;
  }
  .p-10-xxl {
    padding: 4.5rem !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.text-2xl {
  font-size: 1.75rem !important;
}

.text-3xl {
  font-size: 2rem !important;
}

.text-4xl {
  font-size: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semi-bold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extra-bold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.line-height-none {
  line-height: 1 !important;
}

.line-height-tight {
  line-height: 1.25 !important;
}

.line-height-snug {
  line-height: 1.375 !important;
}

.line-height-normal {
  line-height: 1.5 !important;
}

.line-height-relaxed {
  line-height: 1.625 !important;
}

.line-height-loose {
  line-height: 2 !important;
}

.letter-spacing-tighter {
  letter-spacing: -0.05em !important;
}

.letter-spacing-tight {
  letter-spacing: -0.025em !important;
}

.letter-spacing-normal {
  letter-spacing: 0 !important;
}

.letter-spacing-wide {
  letter-spacing: 0.025em !important;
}

.letter-spacing-wider {
  letter-spacing: 0.05em !important;
}

.letter-spacing-widest {
  letter-spacing: 0.1em !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-none {
  text-transform: none !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !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-decoration-overline {
  text-decoration: overline !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-clip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
  .visible-xl {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none !important;
  }
  .visible-xxl {
    display: block !important;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-non-draggable {
  -moz-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
}

.aspect-16-9 {
  position: relative;
  display: block;
  width: 100%;
}
.aspect-16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.aspect-16-9 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-4-3 {
  position: relative;
  display: block;
  width: 100%;
}
.aspect-4-3::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.aspect-4-3 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-1-1 {
  position: relative;
  display: block;
  width: 100%;
}
.aspect-1-1::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.aspect-1-1 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-circle {
  border-radius: 50%;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--surface-primary-color);
  border: 1px solid var(--border-primary-color);
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

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

.shadow-default {
  box-shadow: var(--shadow-default);
}

.shadow-md {
  box-shadow: var(--shadow-md);
}

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

.shadow-xl {
  box-shadow: var(--shadow-xl);
}

.shadow-2xl {
  box-shadow: var(--shadow-2xl);
}

.shadow-inner {
  box-shadow: var(--shadow-inner);
}

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

/*# sourceMappingURL=minimacss.css.map */
