
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import 'select2/dist/css/select2.css';
@import '@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.css';
@import "fontawesome/all.css";
@import 'simplelightbox/dist/simple-lightbox.min.css';
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .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;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .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;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .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;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .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;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .qr-scanner-container #html5-qrcode-button-camera-start,
.qr-scanner-container #html5-qrcode-button-camera-stop {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .qr-scanner-container #html5-qrcode-button-camera-start,
  .qr-scanner-container #html5-qrcode-button-camera-stop {
    transition: none;
  }
}
.btn:hover, .qr-scanner-container #html5-qrcode-button-camera-start:hover,
.qr-scanner-container #html5-qrcode-button-camera-stop:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .qr-scanner-container #html5-qrcode-button-camera-start:focus,
.qr-scanner-container #html5-qrcode-button-camera-stop:focus, .btn.focus, .qr-scanner-container .focus#html5-qrcode-button-camera-start,
.qr-scanner-container .focus#html5-qrcode-button-camera-stop {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .qr-scanner-container .disabled#html5-qrcode-button-camera-start,
.qr-scanner-container .disabled#html5-qrcode-button-camera-stop, .btn:disabled, .qr-scanner-container #html5-qrcode-button-camera-start:disabled,
.qr-scanner-container #html5-qrcode-button-camera-stop:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .qr-scanner-container #html5-qrcode-button-camera-start:not(:disabled):not(.disabled),
.qr-scanner-container #html5-qrcode-button-camera-stop:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .qr-scanner-container a.disabled#html5-qrcode-button-camera-start,
.qr-scanner-container a.disabled#html5-qrcode-button-camera-stop,
fieldset:disabled a.btn,
fieldset:disabled .qr-scanner-container a#html5-qrcode-button-camera-start,
.qr-scanner-container fieldset:disabled a#html5-qrcode-button-camera-start,
fieldset:disabled .qr-scanner-container a#html5-qrcode-button-camera-stop,
.qr-scanner-container fieldset:disabled a#html5-qrcode-button-camera-stop {
  pointer-events: none;
}

.btn-primary, .qr-scanner-container #html5-qrcode-button-camera-start {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .qr-scanner-container #html5-qrcode-button-camera-start:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .qr-scanner-container #html5-qrcode-button-camera-start:focus, .btn-primary.focus, .qr-scanner-container .focus#html5-qrcode-button-camera-start {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .qr-scanner-container .disabled#html5-qrcode-button-camera-start, .btn-primary:disabled, .qr-scanner-container #html5-qrcode-button-camera-start:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .qr-scanner-container #html5-qrcode-button-camera-start:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .qr-scanner-container #html5-qrcode-button-camera-start:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .qr-scanner-container .show > .dropdown-toggle#html5-qrcode-button-camera-start {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .qr-scanner-container #html5-qrcode-button-camera-start:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .qr-scanner-container #html5-qrcode-button-camera-start:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .qr-scanner-container .show > .dropdown-toggle#html5-qrcode-button-camera-start:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary, .qr-scanner-container #html5-qrcode-button-camera-stop {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover, .qr-scanner-container #html5-qrcode-button-camera-stop:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .qr-scanner-container #html5-qrcode-button-camera-stop:focus, .btn-secondary.focus, .qr-scanner-container .focus#html5-qrcode-button-camera-stop {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .qr-scanner-container .disabled#html5-qrcode-button-camera-stop, .btn-secondary:disabled, .qr-scanner-container #html5-qrcode-button-camera-stop:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .qr-scanner-container #html5-qrcode-button-camera-stop:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .qr-scanner-container #html5-qrcode-button-camera-stop:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .qr-scanner-container .show > .dropdown-toggle#html5-qrcode-button-camera-stop {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .qr-scanner-container #html5-qrcode-button-camera-stop:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .qr-scanner-container #html5-qrcode-button-camera-stop:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .qr-scanner-container .show > .dropdown-toggle#html5-qrcode-button-camera-stop:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .qr-scanner-container .btn-group-lg > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-lg > #html5-qrcode-button-camera-stop {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .qr-scanner-container .btn-group-sm > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-sm > #html5-qrcode-button-camera-stop {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block, .qr-scanner-container #html5-qrcode-button-camera-start,
.qr-scanner-container #html5-qrcode-button-camera-stop {
  display: block;
  width: 100%;
}
.btn-block + .btn-block, .qr-scanner-container #html5-qrcode-button-camera-start + .btn-block,
.qr-scanner-container #html5-qrcode-button-camera-stop + .btn-block, .qr-scanner-container .btn-block + #html5-qrcode-button-camera-start, .qr-scanner-container #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-start,
.qr-scanner-container #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-block + #html5-qrcode-button-camera-stop,
.qr-scanner-container #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-stop,
.qr-scanner-container #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-stop {
  margin-top: 0.5rem;
}

input[type=submit].btn-block, .qr-scanner-container input[type=submit]#html5-qrcode-button-camera-start,
.qr-scanner-container input[type=submit]#html5-qrcode-button-camera-stop,
input[type=reset].btn-block,
.qr-scanner-container input[type=reset]#html5-qrcode-button-camera-start,
.qr-scanner-container input[type=reset]#html5-qrcode-button-camera-stop,
input[type=button].btn-block,
.qr-scanner-container input[type=button]#html5-qrcode-button-camera-start,
.qr-scanner-container input[type=button]#html5-qrcode-button-camera-stop {
  width: 100%;
}

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .qr-scanner-container .btn-group > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group > #html5-qrcode-button-camera-stop,
.btn-group-vertical > .btn,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-stop {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .qr-scanner-container .btn-group > #html5-qrcode-button-camera-start:hover,
.qr-scanner-container .btn-group > #html5-qrcode-button-camera-stop:hover,
.btn-group-vertical > .btn:hover,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-start:hover,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-stop:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .qr-scanner-container .btn-group > #html5-qrcode-button-camera-start:focus,
.qr-scanner-container .btn-group > #html5-qrcode-button-camera-stop:focus, .btn-group > .btn:active, .qr-scanner-container .btn-group > #html5-qrcode-button-camera-start:active,
.qr-scanner-container .btn-group > #html5-qrcode-button-camera-stop:active, .btn-group > .btn.active, .qr-scanner-container .btn-group > .active#html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group > .active#html5-qrcode-button-camera-stop,
.btn-group-vertical > .btn:focus,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-start:focus,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-stop:focus,
.btn-group-vertical > .btn:active,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-start:active,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-stop:active,
.btn-group-vertical > .btn.active,
.qr-scanner-container .btn-group-vertical > .active#html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-vertical > .active#html5-qrcode-button-camera-stop {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child), .qr-scanner-container .btn-group > #html5-qrcode-button-camera-start:not(:first-child),
.qr-scanner-container .btn-group > #html5-qrcode-button-camera-stop:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .qr-scanner-container .btn-group > #html5-qrcode-button-camera-start:not(:last-child):not(.dropdown-toggle),
.qr-scanner-container .btn-group > #html5-qrcode-button-camera-stop:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.qr-scanner-container .btn-group > .btn-group:not(:last-child) > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group > .btn-group:not(:last-child) > #html5-qrcode-button-camera-stop {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .qr-scanner-container .btn-group > #html5-qrcode-button-camera-start:not(:first-child),
.qr-scanner-container .btn-group > #html5-qrcode-button-camera-stop:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.qr-scanner-container .btn-group > .btn-group:not(:first-child) > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group > .btn-group:not(:first-child) > #html5-qrcode-button-camera-stop {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .qr-scanner-container .btn-group-sm > #html5-qrcode-button-camera-start + .dropdown-toggle-split,
.qr-scanner-container .btn-group-sm > #html5-qrcode-button-camera-stop + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .qr-scanner-container .btn-group-lg > #html5-qrcode-button-camera-start + .dropdown-toggle-split,
.qr-scanner-container .btn-group-lg > #html5-qrcode-button-camera-stop + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-stop,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-start:not(:first-child),
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-stop:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-start:not(:last-child):not(.dropdown-toggle),
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-stop:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.qr-scanner-container .btn-group-vertical > .btn-group:not(:last-child) > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-vertical > .btn-group:not(:last-child) > #html5-qrcode-button-camera-stop {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-start:not(:first-child),
.qr-scanner-container .btn-group-vertical > #html5-qrcode-button-camera-stop:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.qr-scanner-container .btn-group-vertical > .btn-group:not(:first-child) > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-vertical > .btn-group:not(:first-child) > #html5-qrcode-button-camera-stop {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .qr-scanner-container .btn-group-toggle > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-toggle > #html5-qrcode-button-camera-stop,
.btn-group-toggle > .btn-group > .btn,
.qr-scanner-container .btn-group-toggle > .btn-group > #html5-qrcode-button-camera-start,
.qr-scanner-container .btn-group-toggle > .btn-group > #html5-qrcode-button-camera-stop {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .qr-scanner-container .btn-group-toggle > #html5-qrcode-button-camera-start input[type=radio],
.qr-scanner-container .btn-group-toggle > #html5-qrcode-button-camera-stop input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.qr-scanner-container .btn-group-toggle > #html5-qrcode-button-camera-start input[type=checkbox],
.qr-scanner-container .btn-group-toggle > #html5-qrcode-button-camera-stop input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.qr-scanner-container .btn-group-toggle > .btn-group > #html5-qrcode-button-camera-start input[type=radio],
.qr-scanner-container .btn-group-toggle > .btn-group > #html5-qrcode-button-camera-stop input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.qr-scanner-container .btn-group-toggle > .btn-group > #html5-qrcode-button-camera-start input[type=checkbox],
.qr-scanner-container .btn-group-toggle > .btn-group > #html5-qrcode-button-camera-stop input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-start,
.input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-stop,
.input-group-append .btn,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-start,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-stop {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-start:focus, .qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-start:focus,
.input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-stop:focus,
.qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-stop:focus,
.input-group-append .btn:focus,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-start:focus,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-start:focus,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-stop:focus,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-stop:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-start + .btn, .qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-start + .btn,
.input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-stop + .btn,
.qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-stop + .btn, .input-group-prepend .qr-scanner-container .btn + #html5-qrcode-button-camera-start, .qr-scanner-container .input-group-prepend .btn + #html5-qrcode-button-camera-start, .input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-start, .qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-start,
.input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-start,
.input-group-prepend .qr-scanner-container .btn + #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-prepend .btn + #html5-qrcode-button-camera-stop,
.input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-stop,
.input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-stop,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-start + .input-group-text,
.qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-start + .input-group-text,
.input-group-prepend .qr-scanner-container #html5-qrcode-button-camera-stop + .input-group-text,
.qr-scanner-container .input-group-prepend #html5-qrcode-button-camera-stop + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .qr-scanner-container .input-group-text + #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-prepend .input-group-text + #html5-qrcode-button-camera-start,
.input-group-prepend .qr-scanner-container .input-group-text + #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-prepend .input-group-text + #html5-qrcode-button-camera-stop,
.input-group-append .btn + .btn,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-start + .btn,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-start + .btn,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-stop + .btn,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-stop + .btn,
.input-group-append .qr-scanner-container .btn + #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-append .btn + #html5-qrcode-button-camera-start,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-start,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-start,
.input-group-append .qr-scanner-container .btn + #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-append .btn + #html5-qrcode-button-camera-stop,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-start + #html5-qrcode-button-camera-stop,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-stop + #html5-qrcode-button-camera-stop,
.input-group-append .btn + .input-group-text,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-start + .input-group-text,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-start + .input-group-text,
.input-group-append .qr-scanner-container #html5-qrcode-button-camera-stop + .input-group-text,
.qr-scanner-container .input-group-append #html5-qrcode-button-camera-stop + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .qr-scanner-container .input-group-text + #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-append .input-group-text + #html5-qrcode-button-camera-start,
.input-group-append .qr-scanner-container .input-group-text + #html5-qrcode-button-camera-stop,
.qr-scanner-container .input-group-append .input-group-text + #html5-qrcode-button-camera-stop {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.qr-scanner-container .input-group-lg > .input-group-prepend > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-lg > .input-group-prepend > #html5-qrcode-button-camera-stop,
.input-group-lg > .input-group-append > .btn,
.qr-scanner-container .input-group-lg > .input-group-append > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-lg > .input-group-append > #html5-qrcode-button-camera-stop {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.qr-scanner-container .input-group-sm > .input-group-prepend > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-sm > .input-group-prepend > #html5-qrcode-button-camera-stop,
.input-group-sm > .input-group-append > .btn,
.qr-scanner-container .input-group-sm > .input-group-append > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group-sm > .input-group-append > #html5-qrcode-button-camera-stop {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .qr-scanner-container .input-group > .input-group-prepend > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group > .input-group-prepend > #html5-qrcode-button-camera-stop,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.qr-scanner-container .input-group:not(.has-validation) > .input-group-append:not(:last-child) > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group:not(.has-validation) > .input-group-append:not(:last-child) > #html5-qrcode-button-camera-stop,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.qr-scanner-container .input-group.has-validation > .input-group-append:nth-last-child(n+3) > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group.has-validation > .input-group-append:nth-last-child(n+3) > #html5-qrcode-button-camera-stop,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.qr-scanner-container .input-group > .input-group-append:last-child > #html5-qrcode-button-camera-start:not(:last-child):not(.dropdown-toggle),
.qr-scanner-container .input-group > .input-group-append:last-child > #html5-qrcode-button-camera-stop:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .qr-scanner-container .input-group > .input-group-append > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group > .input-group-append > #html5-qrcode-button-camera-stop,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.qr-scanner-container .input-group > .input-group-prepend:not(:first-child) > #html5-qrcode-button-camera-start,
.qr-scanner-container .input-group > .input-group-prepend:not(:first-child) > #html5-qrcode-button-camera-stop,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.qr-scanner-container .input-group > .input-group-prepend:first-child > #html5-qrcode-button-camera-start:not(:first-child),
.qr-scanner-container .input-group > .input-group-prepend:first-child > #html5-qrcode-button-camera-stop:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  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, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .qr-scanner-container #html5-qrcode-button-camera-start .badge,
.qr-scanner-container #html5-qrcode-button-camera-stop .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vh-100 {
  height: 100vh !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;
}

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

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

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

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

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !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;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Showroom & Manufacturer Portal Theme - Premium/Luxury Aesthetic */
/* Variables */
/* Deep Charcoal */
/* Champagne Gold */
/* Soft White/Gray */
/* Dark Slate */
/* Global Overrides for Portal */
body.manufacturer-portal {
  background-color: #f9f9f9;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
}
body.manufacturer-portal h1,
body.manufacturer-portal h2,
body.manufacturer-portal h3,
body.manufacturer-portal h4,
body.manufacturer-portal h5,
body.manufacturer-portal h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  /* Lighter weight for elegance */
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

/* Sidebar Navigation */
#manufacturer-sidebar-panel.manufacturer-sidebar {
  background-color: #1a1a1a !important;
  color: white !important;
  width: 280px;
  min-height: 100vh;
  padding: 2rem 1.5rem;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.05);
  z-index: 1045;
  /* Above overlay */
  transition: transform 0.3s ease-in-out;
  /* Mobile Styles */
}
@media (max-width: 991.98px) {
  #manufacturer-sidebar-panel.manufacturer-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    /* Hidden by default */
  }
  #manufacturer-sidebar-panel.manufacturer-sidebar.show {
    transform: translateX(0);
    /* Slide in */
  }
}
#manufacturer-sidebar-panel.manufacturer-sidebar .brand {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 1.5rem;
  color: white !important;
  text-decoration: none !important;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5rem;
}
#manufacturer-sidebar-panel.manufacturer-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.95rem;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-weight: 300;
}
#manufacturer-sidebar-panel.manufacturer-sidebar .nav-link:hover {
  color: #d4af37 !important;
  background: rgba(255, 255, 255, 0.05);
  padding-left: 1.2rem;
  text-decoration: none !important;
}
#manufacturer-sidebar-panel.manufacturer-sidebar .nav-link.active {
  color: white !important;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.2) 0%, transparent 100%);
  border-left: 3px solid #d4af37;
}

/* Main Content Area */
.manufacturer-main {
  padding: 3rem 4rem;
  flex: 1;
}
@media (max-width: 991.98px) {
  .manufacturer-main {
    padding: 1rem 0;
    /* Minimal padding on mobile */
  }
}

/* Premium Cards */
.card-premium {
  border: none;
  border-radius: 8px;
  background-color: white !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  /* Soft, luxurious shadow */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 1.5rem;
  position: relative;
}
.card-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
}
.card-premium .card-body {
  padding: 2rem;
}
.card-premium h3.metric-value {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}
.card-premium .metric-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #6c757d;
  font-weight: 600;
}

/* Tables */
.table-premium {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  /* Gap between rows */
}
.table-premium thead th {
  border: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #6c757d;
  padding: 1rem;
  background: transparent;
}
.table-premium tbody tr {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  transition: transform 0.1s ease;
}
.table-premium tbody tr:hover {
  transform: scale(1.005);
  background: #fffef9;
  /* Very subtle warm tint */
}
.table-premium tbody tr td {
  padding: 1rem;
  border: none;
  vertical-align: middle;
}
.table-premium tbody tr td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.table-premium tbody tr td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Buttons */
.btn-premium-primary {
  background-color: #1a1a1a;
  color: white;
  border-radius: 2px;
  /* Sharp corners for fashion feel */
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border: 1px solid #1a1a1a;
}
.btn-premium-primary:hover {
  background-color: #d4af37;
  border-color: #d4af37;
  color: white;
}

.btn-premium-outline {
  background-color: transparent;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}
.btn-premium-outline:hover {
  background-color: #1a1a1a;
  color: white;
}

/* Status Badges */
.badge-status {
  padding: 0.35em 0.8em;
  border-radius: 50px;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge-status.approved {
  background-color: #e6f4ea;
  color: #1e7e34;
}
.badge-status.pending {
  background-color: #fff3cd;
  color: #856404;
}
.badge-status.rejected {
  background-color: #f8d7da;
  color: #721c24;
}

/* Form Styles */
.form-premium-group {
  margin-bottom: 2rem;
}
.form-premium-group label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.form-premium-group .form-control {
  border: none;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0;
  padding: 0.75rem 0;
  font-size: 1rem;
  background: transparent;
}
.form-premium-group .form-control:focus {
  box-shadow: none;
  border-bottom-color: #d4af37;
  background: transparent;
}

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: 0.5;
}

.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

.alertify .ajs-dialog.ajs-capture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}

.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}

.alertify .ajs-body {
  min-height: 56px;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize;
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}

.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}

.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}

.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}

.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}

.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}

.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}

.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}

.alertify.ajs-basic .ajs-header {
  opacity: 0;
}

.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

.alertify.ajs-frameless .ajs-footer {
  display: none;
}

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}

.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn;
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut;
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn;
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut;
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn;
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut;
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX;
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX;
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY;
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY;
}

@-webkit-keyframes ajs-pulseIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}

.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}

.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}

.alertify-notifier.ajs-top {
  top: 10px;
}

.alertify-notifier.ajs-bottom {
  bottom: 10px;
}

.alertify-notifier.ajs-right {
  right: 10px;
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}

.alertify-notifier.ajs-left {
  left: 10px;
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}

.alertify-notifier.ajs-center {
  left: 50%;
}

.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}

.ajs-no-transition.alertify .ajs-dimmer,
.ajs-no-transition.alertify .ajs-modal,
.ajs-no-transition.alertify .ajs-dialog {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.ajs-no-transition.alertify-notifier .ajs-message {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .alertify .ajs-dimmer,
  .alertify .ajs-modal,
  .alertify .ajs-dialog {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .alertify-notifier .ajs-message {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/../img/flags.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/../img/flags@2x.png);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.swiffy-slider {
  position: relative;
  display: block;
  width: 100%;
  --swiffy-slider-snap-align: center;
  --swiffy-slider-item-width: 100%;
  --swiffy-slider-item-gap: 1rem;
  --swiffy-slider-item-reveal: 0rem;
  --swiffy-slider-item-ratio: 2/1;
  --swiffy-slider-item-count: 1;
  --swiffy-slider-nav-light: #fff;
  --swiffy-slider-nav-dark: #333;
  --swiffy-slider-nav-zoom: 1;
  --swiffy-slider-track-opacity: 0.1;
  --swiffy-slider-track-height: 0;
  --swiffy-slider-nav-outside-size: 3.5rem;
  --swiffy-slider-indicator-outside-size: 1.5rem;
  --swiffy-slider-animation-duration: .75s;
  --swiffy-slider-animation-delay: 0s;
  --swiffy-slider-animation-timing: ease-in-out;
}

.swiffy-slider,
.swiffy-slider::after,
.swiffy-slider::before {
  box-sizing: border-box;
}

.swiffy-slider ::-webkit-scrollbar {
  height: var(--swiffy-slider-track-height);
}

.swiffy-slider ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
}

.swiffy-slider ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}

.swiffy-slider ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

.slider-container {
  --swiffy-slider-item-gap-totalwidth: calc(var(--swiffy-slider-item-gap) * (var(--swiffy-slider-item-count) - 1));
  --swiffy-slider-item-width: calc((100% - var(--swiffy-slider-item-reveal) - var(--swiffy-slider-item-gap-totalwidth)) / var(--swiffy-slider-item-count));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  display: grid;
  align-items: center;
  height: 100%;
  grid: auto/auto-flow max-content;
  grid-auto-rows: 100%;
  grid-auto-columns: var(--swiffy-slider-item-width);
  grid-auto-flow: column;
  grid-gap: var(--swiffy-slider-item-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
  background-clip: padding-box;
}

.slider-container > * {
  /*The slides*/
  scroll-snap-align: var(--swiffy-slider-snap-align);
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-item-helper .slider-container > * {
  background-size: cover;
  background-color: #e1e1e1;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item-helper:not(.slider-item-ratio) .slider-container > * {
  min-height: 20rem;
}

.slider-item-ratio .slider-container > * > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-item-ratio-contain .slider-container > * > * {
  object-fit: contain;
}

.slider-item-ratio .slider-container > *::after {
  display: block;
  padding-top: calc(100% / (var(--swiffy-slider-item-ratio)));
  content: "";
}

.slider-item-ratio-32x9 {
  --swiffy-slider-item-ratio: 32/9;
}

.slider-item-ratio-21x9 {
  --swiffy-slider-item-ratio: 21/9;
}

.slider-item-ratio-16x9 {
  --swiffy-slider-item-ratio: 16/9;
}

.slider-item-ratio-4x3 {
  --swiffy-slider-item-ratio: 4/3;
}

.slider-item-ratio-2x1 {
  --swiffy-slider-item-ratio: 2/1;
}

.slider-item-ratio-1x1 {
  --swiffy-slider-item-ratio: 1/1;
}

.slider-item-ratio-3x4 {
  --swiffy-slider-item-ratio: 3/4;
}

.slider-nav-scrollbar {
  --swiffy-slider-track-height: 0.5rem;
}

.slider-nav-scrollbar .slider-container {
  scrollbar-width: thin;
}

.slider-nav-nodelay .slider-container {
  scroll-behavior: auto;
}

.slider-indicators {
  position: absolute;
  right: 2rem;
  bottom: 0;
  left: 2rem;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.slider-nav-scrollbar .slider-indicators {
  margin-bottom: calc(1rem + var(--swiffy-slider-track-height));
}

.slider-indicators > *.active {
  opacity: 1;
}

.swiffy-slider.slider-indicators-outside .slider-nav {
  margin-bottom: var(--swiffy-slider-indicator-outside-size);
}

.swiffy-slider.slider-indicators-outside {
  padding-bottom: var(--swiffy-slider-indicator-outside-size);
}

.swiffy-slider.slider-indicators-outside.slider-indicators,
.swiffy-slider.slider-indicators-outside .slider-indicators {
  margin-bottom: 0;
}

.slider-indicators > * {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 2rem;
  height: 0.2rem;
  padding: 0;
  border: 0.4rem solid transparent;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

.slider-indicators-square.slider-indicators > *,
.slider-indicators-square .slider-indicators > * {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.4rem solid transparent;
}

.slider-indicators-round.slider-indicators > *,
.slider-indicators-round .slider-indicators > * {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.4rem solid transparent;
  border-radius: 50%;
}

.slider-indicators-highlight.slider-indicators > *.active,
.slider-indicators-highlight .slider-indicators > *.active {
  border: 0.33rem solid transparent;
  padding: 0.07rem;
}

.slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  visibility: hidden;
  opacity: 0.8;
  transition: visibility 0.1s, opacity 0.2s linear;
  margin-bottom: var(--swiffy-slider-track-height);
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
  transform: scale(var(--swiffy-slider-nav-zoom));
}

.slider-nav::before {
  position: absolute;
  content: "";
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
}

.slider-nav::after {
  content: "";
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
  mask-size: cover;
  background-color: var(--swiffy-slider-nav-light);
  background-origin: content-box;
  width: 3rem;
  height: 3rem;
}

.slider-nav-arrow .slider-nav::after {
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'></path></svg>");
}

.slider-nav-chevron .slider-nav::after {
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z'></path></svg>");
}

.slider-nav-caret .slider-nav::after {
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z'></path></svg>");
}

.slider-nav-caretfill .slider-nav::after {
  mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'></path></svg>");
}

.swiffy-slider:hover .slider-nav {
  visibility: visible;
}

.swiffy-slider.slider-nav-autohide.slider-item-first-visible .slider-nav:not(.slider-nav-next) {
  visibility: hidden;
}

.swiffy-slider.slider-nav-autohide.slider-item-last-visible .slider-nav.slider-nav-next {
  visibility: hidden;
}

.slider-nav-outside .slider-container {
  margin: 0 var(--swiffy-slider-nav-outside-size);
}

.slider-nav-outside .slider-nav {
  padding: 0;
}

.swiffy-slider .slider-nav:hover {
  opacity: 1;
}

.slider-nav-square .slider-nav {
  padding: 0;
}

.slider-nav-round .slider-nav::before,
.slider-nav-square .slider-nav::before {
  background-color: var(--swiffy-slider-nav-light);
}

.slider-nav-round .slider-nav::after,
.slider-nav-square .slider-nav::after {
  background-color: var(--swiffy-slider-nav-dark);
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
}

.slider-nav-round .slider-nav::before {
  border-radius: 50%;
}

.slider-nav-round .slider-nav::after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E");
}

.slider-nav-dark .slider-nav::after {
  background-color: var(--swiffy-slider-nav-dark);
}

.slider-nav-dark.slider-nav-round .slider-nav::before,
.slider-nav-dark.slider-nav-square .slider-nav::before {
  background-color: var(--swiffy-slider-nav-dark);
}

.slider-nav-dark.slider-nav-round .slider-nav::after,
.slider-nav-dark.slider-nav-square .slider-nav::after {
  background-color: var(--swiffy-slider-nav-light);
}

.slider-nav-sm {
  --swiffy-slider-nav-zoom: .75;
  --swiffy-slider-nav-outside-size: 2.5rem;
}

.slider-nav.slider-nav-next::after {
  transform: rotate(180deg);
}

.slider-nav.slider-nav-next {
  right: 0;
  left: unset;
}

.slider-nav-visible .slider-nav {
  visibility: visible;
}

.slider-nav-dark .slider-nav {
  opacity: 0.6;
}

.slider-indicators-dark.slider-indicators > *,
.slider-indicators-dark .slider-indicators > * {
  filter: invert(1);
}

.slider-item-snapstart {
  --swiffy-slider-snap-align: start;
}

.slider-item-nosnap {
  --swiffy-slider-snap-align: unset;
}

.slider-item-nogap {
  --swiffy-slider-item-gap: 0rem;
}

.slider-item-reveal {
  --swiffy-slider-item-reveal: 8rem;
}

.slider-item-snapstart.slider-item-reveal {
  --swiffy-slider-item-reveal: 4rem;
}

.slider-item-show2 {
  --swiffy-slider-item-count: 2;
}

.slider-item-show3 {
  --swiffy-slider-item-count: 3;
}

.slider-item-show4 {
  --swiffy-slider-item-count: 4;
}

.slider-item-show5 {
  --swiffy-slider-item-count: 5;
}

.slider-item-show6 {
  --swiffy-slider-item-count: 6;
}

.slider-nav-mousedrag .slider-container {
  cursor: grab;
}

.slider-nav-mousedrag.dragging .slider-container {
  scroll-snap-type: unset;
  scroll-behavior: unset;
  user-select: none;
}

.slider-nav-mousedrag.dragging .slider-nav {
  visibility: hidden;
}

@media (hover: hover) {
  .slider-nav-mousedrag .slider-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .slider-nav-animation.slider-nav-animation-fast {
    --swiffy-slider-animation-duration: .25s;
  }
  .slider-nav-animation.slider-nav-animation-slow {
    --swiffy-slider-animation-duration: 1.25s;
  }
  .slider-nav-animation .slider-container > * > * {
    transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
    transition-delay: var(--swiffy-slider-animation-delay);
  }
  .slider-nav-animation .slider-container .slide-visible > * {
    transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
    transition-delay: var(--swiffy-slider-animation-delay);
  }
  .slider-nav-animation.slider-nav-animation-fadein .slider-container > * > * {
    opacity: 0.5;
  }
  .slider-nav-animation.slider-nav-animation-scale .slider-container > * > * {
    transform: scale(0.9);
  }
  .slider-nav-animation.slider-nav-animation-appear .slider-container > * > * {
    opacity: 0.3;
    transform: scale(0.9);
  }
  .slider-nav-animation.slider-nav-animation-scaleup .slider-container > * > * {
    transform: scale(0.25);
  }
  .slider-nav-animation.slider-nav-animation-zoomout .slider-container > * {
    overflow: hidden;
  }
  .slider-nav-animation.slider-nav-animation-zoomout .slider-container > * > * {
    transform: scale(1.3);
  }
  .slider-nav-animation.slider-nav-animation-turn .slider-container > * > * {
    transform: rotateY(70deg);
  }
  .slider-nav-animation.slider-nav-animation-slideup .slider-container > * > * {
    transform: translateY(60%) scale(0.99);
  }
  .slider-nav-animation.slider-nav-animation-slideup .slider-container {
    overflow-y: hidden;
  }
  .slider-nav-animation .slider-container > *.slide-visible > * {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 62rem) {
  .slider-item-show6:not(.slider-item-snapstart) .slider-container > *,
  .slider-item-show4:not(.slider-item-snapstart) .slider-container > *,
  .slider-item-show2:not(.slider-item-snapstart) .slider-container > * {
    scroll-snap-align: unset;
  }
  .slider-item-show6:not(.slider-item-snapstart) .slider-container > *::before,
  .slider-item-show4:not(.slider-item-snapstart) .slider-container > *::before,
  .slider-item-show2:not(.slider-item-snapstart) .slider-container > *::before {
    content: " ";
    display: block;
    position: absolute;
    left: calc(var(--swiffy-slider-item-gap) / 2 * -1);
    top: 0;
    /*FF fix setting w+h to 1 px - otherwise snap will not occur*/
    width: 1px;
    height: 1px;
    scroll-snap-align: var(--swiffy-slider-snap-align);
  }
  .slider-nav-outside-expand .slider-nav {
    margin-left: -4rem;
  }
  .slider-nav-outside-expand .slider-nav.slider-nav-next {
    margin-right: -4rem;
  }
  .slider-nav-sm.slider-nav-outside-expand .slider-nav {
    margin-left: -3.5rem;
  }
  .slider-nav-sm.slider-nav-outside-expand .slider-nav.slider-nav-next {
    margin-right: -3.5rem;
  }
  .slider-indicators-sm.slider-indicators {
    display: none;
  }
}
@media (max-width: 62rem) {
  .swiffy-slider {
    --swiffy-slider-track-height: 0rem;
    --swiffy-slider-item-reveal: 0rem;
    --swiffy-slider-item-count: 1;
    --swiffy-slider-nav-zoom: .875;
  }
  .swiffy-slider .slider-item-show2-sm {
    --swiffy-slider-item-count: 2;
  }
  .slider-item-reveal {
    --swiffy-slider-item-reveal: 4rem;
  }
  .slider-item-snapstart.slider-item-reveal {
    --swiffy-slider-item-reveal: 2rem;
  }
  .slider-item-show6 .slider-container {
    grid-auto-columns: calc(25% - var(--swiffy-slider-item-gap) / 4 * 3);
  }
  .slider-item-show6.slider-item-reveal .slider-container {
    grid-auto-columns: calc(25% - var(--swiffy-slider-item-gap) / 4 * 3 - 0.5rem);
  }
  .slider-item-show6.slider-item-reveal .slider-container > * {
    scroll-snap-align: unset;
  }
  .slider-item-show6.slider-item-reveal .slider-container > *::before {
    content: " ";
    display: block;
    position: absolute;
    left: calc(var(--swiffy-slider-item-gap) / 2 * -1);
    top: 0;
    /*FF fix setting w+h to 1 px - otherwise snap will not occur*/
    width: 1px;
    height: 1px;
    scroll-snap-align: center;
  }
  .slider-nav::before,
  .slider-nav::after {
    width: 2rem;
    height: 2rem;
    padding: 0.3rem;
  }
  .slider-nav-round .slider-nav::after,
  .slider-nav-square .slider-nav::after {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0.125rem;
  }
  .slider-nav-outside-expand .slider-container,
  .slider-nav-outside .slider-container {
    margin: 0 2rem;
  }
  .slider-nav-outside-expand .slider-container {
    margin: 0 var(--swiffy-slider-nav-outside-size);
  }
  .slider-nav-outside-expand .slider-nav {
    padding: 0;
  }
  .slider-indicators-square.slider-indicators > *,
  .slider-indicators-square .slider-indicators > *,
  .slider-indicators-round.slider-indicators > *,
  .slider-indicators-round .slider-indicators > * {
    width: 0.3rem;
    height: 0.3rem;
  }
  .slider-indicators {
    margin-bottom: 0.5rem;
    display: none;
  }
  .slider-nav-scrollbar .slider-indicators {
    margin-bottom: 0rem;
  }
  .slider-indicators > * {
    width: 1rem;
    height: 0.125rem;
    border-width: 0.25rem;
  }
  .slider-indicators-sm .slider-indicators,
  .slider-indicators-sm.slider-indicators {
    display: flex;
  }
}
@media (max-width: 48rem) {
  .slider-item-show6 .slider-container {
    grid-auto-columns: calc(50% - var(--swiffy-slider-item-gap) / 2);
  }
  .slider-item-show6.slider-item-reveal .slider-container {
    grid-auto-columns: calc(50% - var(--swiffy-slider-item-gap) / 2 - 1.5rem);
  }
}
@media (hover: none) {
  .swiffy-slider.slider-nav-touch .slider-nav {
    visibility: visible;
  }
  .swiffy-slider:not(.slider-nav-touch).slider-nav-outside-expand .slider-container,
  .swiffy-slider:not(.slider-nav-touch).slider-nav-outside .slider-container {
    margin: 0 0rem;
  }
  .slider-item-nosnap-touch {
    --swiffy-slider-snap-align: unset;
  }
}
/*
 * Default Trix editor styles. See Action Text overwrites below.
*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.bridalbit-menu.nav-link {
  font-size: 16px;
  padding: 0.5rem 0.25rem;
}

.clientlogo {
  max-height: 86px;
}

.table-responsive::-webkit-scrollbar {
  width: 1.5rem;
  height: 1.5rem;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: rgb(94, 93, 89);
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgb(183, 156, 98);
  border-radius: 2px;
}

.table-header.sticky-top {
  position: sticky;
  top: 0;
  background-color: white; /* You can adjust the background color as needed */
  z-index: 1; /* Ensure it's above other content */
}

.col-260 {
  min-width: 260px;
  text-align: center;
  font-size: large;
}

.col-105 {
  min-width: 105px;
}

.table-height-90 {
  max-height: 80vh !important;
}

.table .sticky-column {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 2px solid black;
}

.appointment_block_closed {
  background-color: #eff6f8;
}

.frequency-buttons {
  display: flex;
}

.frequency-button {
  cursor: pointer;
  padding: 8px 12px;
  border: 1px solid rgb(183, 156, 98);
  color: #ffffff;
  background-color: #000000;
}

.frequency-button.active {
  background-color: rgb(183, 156, 98);
  color: #fff;
  border: 1px solid rgb(183, 156, 98);
}

#card-element {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.events-page {
  background-color: #f8f9fa;
}
.events-page .events-jumbo {
  background-color: #e9ecef;
  color: #495057;
  margin-bottom: 2rem;
  padding: 2rem;
}
.events-page .events-list {
  padding-bottom: 2rem;
}
.events-page .event-card {
  border: none;
  border-radius: 0.5rem;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.events-page .event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.events-page .event-img {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.events-page .card-body {
  padding: 1.5rem;
}
.events-page .event-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343a40;
}
.events-page .event-date,
.events-page .event-location,
.events-page .event-time {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.events-page .btn-primary, .events-page .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .events-page #html5-qrcode-button-camera-start {
  background-color: #007bff;
  border-color: #007bff;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.events-page .btn-primary:hover, .events-page .qr-scanner-container #html5-qrcode-button-camera-start:hover, .qr-scanner-container .events-page #html5-qrcode-button-camera-start:hover {
  background-color: #0056b3;
  border-color: #004085;
}

.events-show .ticket-container {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100vw;
}
.events-show .ticket-header {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: white;
  text-align: center;
  padding: 3rem 1rem;
  position: relative;
}
.events-show .ticket-body {
  padding: 2rem;
}
.events-show .ticket-footer {
  background-color: #f1f1f1;
  padding: 1.5rem;
  text-align: center;
  color: #6c757d;
  border-top: 1px dashed #ddd;
}
.events-show .status-badge {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  letter-spacing: 1px;
  border: 2px solid white;
}
.events-show .list-group-item {
  background-color: transparent;
  border: none;
  padding: 0.75rem 0;
}
.events-show .list-group-item strong {
  color: #333;
}
.events-show .list-group-item i {
  width: 25px;
  text-align: center;
  color: #3b82f6;
}
.events-show .qr-code-section {
  text-align: center;
  border: 1px dashed #ddd;
  padding: 1.5rem;
  border-radius: 8px;
  background-color: #fafafa;
}
@media (max-width: 576px) {
  .events-show .ticket-body .col {
    text-align: center !important;
  }
  .events-show .action-section .btn, .events-show .action-section .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .events-show .action-section #html5-qrcode-button-camera-start,
  .events-show .action-section .qr-scanner-container #html5-qrcode-button-camera-stop,
  .qr-scanner-container .events-show .action-section #html5-qrcode-button-camera-stop {
    display: block;
    margin: 10px 0;
  }
}
@media print {
  .events-show body {
    background-color: white !important;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 100vw;
    font-size: 24px;
  }
  .events-show .ticket-container {
    box-shadow: none;
    margin: 0;
    border-radius: 0;
  }
  .events-show .ticket-container:before,
  .events-show .ticket-container .ticket-footer,
  .events-show .ticket-container .action-section {
    display: none;
  }
  .events-show .ticket-header {
    background: white !important;
    color: black !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding: 5px;
  }
  .events-show .qr-code-section {
    border-color: #ccc;
  }
  .events-show h1,
  .events-show h5,
  .events-show p,
  .events-show span {
    color: black !important;
  }
  .events-show .badge {
    background-color: transparent !important;
    border: 1px solid black !important;
    border-radius: 25px;
  }
  .events-show .lead {
    display: none;
  }
  .events-show .ticket {
    border: 3px solid black;
  }
}

.event-registration {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.event-registration .thankyou-container {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 3rem auto;
  text-align: center;
  position: relative;
  animation: fadeIn 0.6s ease-out;
}
.event-registration .thankyou-header {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: white;
  padding: 2rem 1rem;
  border-radius: 16px 16px 0 0;
  position: relative;
}
.event-registration .thankyou-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.event-registration .status-badge {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 25px;
  color: white;
  font-size: 0.9rem;
}
.event-registration .status-confirmed {
  background-color: #28a745;
}
.event-registration .status-waitlisted {
  background-color: #ffc107;
  color: #212529;
}
.event-registration .status-pending {
  background-color: #17a2b8;
}
.event-registration .status-not_selected {
  background-color: #dc3545;
}
.event-registration .thankyou-body {
  padding: 2rem;
}
.event-registration .thankyou-body p.lead {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.event-registration .event-details {
  text-align: left;
  margin: 2rem 0;
  padding: 1.5rem;
  border: 1px dashed #ddd;
  border-radius: 12px;
  background-color: #f9f9f9;
}
.event-registration .event-details li {
  margin-bottom: 0.5rem;
  list-style: none;
  font-size: 1rem;
}
.event-registration .event-details i {
  width: 20px;
  display: inline-block;
  color: #3b82f6;
}
.event-registration .ticket-link,
.event-registration .calendar-link {
  display: inline-block;
  background-color: #3b82f6;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 0.5rem;
}
.event-registration .ticket-link:hover,
.event-registration .calendar-link:hover {
  background-color: #1e40af;
}
.event-registration .celebration {
  font-size: 3rem;
  margin-bottom: 1rem;
  animation: bounce 0.8s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}

.events-shared .action-button {
  background-color: #3b82f6;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
.events-shared .action-button.google {
  background-color: #4285F4;
}
.events-shared .action-button.google:hover {
  background-color: #357ae8;
}
.events-shared .action-button.ical {
  background-color: #ec36a1;
}
.events-shared .action-button.ical:hover {
  background-color: #ec36a1;
}

.lp-hello2026 {
  font-family: "Outfit", sans-serif !important;
  color: #000;
  overflow-x: hidden;
}
.lp-hello2026 a {
  transition: all 0.3s ease;
}
.lp-hello2026 .lp-hello-hero {
  position: relative;
  background-color: #FF00CC;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-hello2026 .lp-hello-hero .lp-hello-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(135deg, #FF6B00 0%, #FF00CC 100%);
}
.lp-hello2026 .lp-hello-hero .lp-hello-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.lp-hello2026 .lp-hello-hero .container {
  position: relative;
  z-index: 2;
}
.lp-hello2026 .lp-hello-title {
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 4px 4px 0px #FF6B00;
  letter-spacing: -2px;
}
@media (max-width: 768px) {
  .lp-hello2026 .lp-hello-title {
    font-size: 3.5rem;
  }
}
.lp-hello2026 .lp-hello-title .lp-hello-year-v2 {
  color: #FFFFFF;
  text-shadow: none;
  display: inline-block;
}
.lp-hello2026 .lp-hello-subtitle {
  font-size: 1.5rem;
  color: #000000;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.5rem 1rem;
  transform: rotate(-2deg);
  font-weight: 700;
  margin-top: 1rem;
  box-shadow: 4px 4px 0px #000000;
}
.lp-hello2026 .lp-hello-pill {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: inline-block;
}
.lp-hello2026 .lp-hello-cta-box {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 4px solid #000000;
  padding: 2rem;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
  transform: rotate(1deg);
  max-width: 600px;
}
.lp-hello2026 .btn-hello-primary {
  background-color: #FF6B00;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 0;
  font-size: 1.25rem;
}
.lp-hello2026 .btn-hello-primary:hover {
  background-color: #FFFFFF;
  color: #FF6B00;
  border-color: #FF6B00;
  box-shadow: 2px 2px 0px #000000;
  transform: translate(2px, 2px);
}
.lp-hello2026 .btn-hello-outline {
  background-color: transparent;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: 3px solid #000000;
  box-shadow: none;
  border-radius: 0;
}
.lp-hello2026 .btn-hello-outline:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.lp-hello2026 .lp-hello-urgency {
  background-color: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
.lp-hello2026 .lp-hello-urgency i {
  color: #FF6B00;
}
.lp-hello2026 .lp-hello-grid .lp-hello-figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 2px solid #000000;
  aspect-ratio: 3/4;
}
.lp-hello2026 .lp-hello-grid .lp-hello-figure img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-hello2026 .lp-hello-grid .lp-hello-figure .lp-hello-price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #FF00CC;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  box-shadow: 2px 2px 0px #000000;
}
.lp-hello2026 .lp-hello-grid .lp-hello-figure:hover img {
  transform: scale(1.05);
}
.lp-hello2026 .lp-hello-section {
  position: relative;
  padding: 5rem 0;
}
.lp-hello2026 .lp-hello-section.bg-white {
  background-color: #FFFFFF;
}
.lp-hello2026 .lp-hello-section.bg-light {
  background-color: #f0f0f0;
}
.lp-hello2026 .section-title {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.5rem;
}
.lp-hello2026 .section-title span {
  color: #FF00CC;
}
.lp-hello2026 .section-subtitle {
  font-size: 1.25rem;
  color: #555;
  font-weight: 500;
}
.lp-hello2026 .lp-hello-card {
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 6px 6px 0px #FF6B00;
  transition: all 0.2s ease;
}
.lp-hello2026 .lp-hello-card:hover {
  transform: translateY(-5px);
  box-shadow: 8px 8px 0px #FF00CC;
}
.lp-hello2026 .lp-hello-card .lp-hello-icon {
  font-size: 3rem;
  color: #000000;
}
.lp-hello2026 .lp-hello-card h5 {
  font-weight: 800;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.lp-hello2026 .lp-hello-rsvp {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 10px 10px 0px #FF00CC;
  padding: 2rem;
}
.lp-hello2026 .lp-hello-faq-card {
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
.lp-hello2026 .lp-hello-faq-card .card-header {
  background: transparent;
  border: none;
  padding: 1.5rem 0;
}
.lp-hello2026 .lp-hello-faq-card .card-header button {
  color: #000000;
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.lp-hello2026 .lp-hello-faq-card .card-header button span {
  text-align: left;
  margin-right: 1rem;
  flex: 1;
}
.lp-hello2026 .lp-hello-faq-card .card-header button:after {
  content: "+";
  font-size: 2rem;
  line-height: 1rem;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  flex-shrink: 0;
}
.lp-hello2026 .lp-hello-faq-card .card-header button[aria-expanded=true]:after {
  content: "-";
}
.lp-hello2026 .lp-hello-faq-card .card-header button:focus {
  box-shadow: none;
}
.lp-hello2026 .lp-hello-faq-card .card-body {
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #333;
}
.lp-hello2026 .reveal-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.lp-hello2026 .reveal-up.revealed {
  opacity: 1;
  transform: translateY(0);
}
.lp-hello2026 .reveal-fade {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.lp-hello2026 .reveal-fade.revealed {
  opacity: 1;
}

.storefronts-home h1, .storefronts-home h2, .storefronts-home h3, .storefronts-home h4, .storefronts-home h5, .storefronts-home h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.storefronts-home p, .storefronts-home a, .storefronts-home li, .storefronts-home span, .storefronts-home div {
  font-family: "Montserrat", sans-serif;
}
.storefronts-home .section-padding {
  padding: 80px 0;
}
.storefronts-home .fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.storefronts-home .fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.storefronts-home .hero-section {
  position: relative;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.storefronts-home .hero-section .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.storefronts-home .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(179, 122, 153, 0.2);
}
.storefronts-home .hero-section .hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.storefronts-home .hero-section h1 {
  font-size: 4.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.storefronts-home .hero-section p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.storefronts-home .hero-section .btn-primary-custom {
  background-color: #74919f;
  border-color: rgb(183, 156, 98);
  color: white;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.storefronts-home .hero-section .btn-primary-custom:hover {
  background-color: rgb(91.5063829787, 119.1489361702, 132.4936170213);
  border-color: rgb(91.5063829787, 119.1489361702, 132.4936170213);
  transform: translateY(-2px);
}
.storefronts-home .hero-section .btn-secondary-custom {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 10px 28px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.storefronts-home .hero-section .btn-secondary-custom:hover {
  background-color: white;
  color: #1a1a1a;
}
.storefronts-home .quiz-promo-section {
  position: relative;
  overflow: hidden;
  color: #1a1a1a;
  background: linear-gradient(-45deg, #2E3B33, #8D9B8A, #6F93CD, #F2E9DC);
  background-size: 400% 400%;
  animation: gradient-flow 18s ease infinite;
}
.storefronts-home .quiz-foreground-content {
  position: relative;
  z-index: 10;
}
.storefronts-home .quiz-content-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.storefronts-home .floating-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.storefronts-home .floating-icons ul {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.storefronts-home .floating-icons li {
  position: absolute;
  display: block;
  list-style: none;
  animation: float-up 25s linear infinite;
  bottom: -200px;
  font-size: 3.5rem;
}
.storefronts-home .floating-icons li:nth-child(1) {
  color: rgba(242, 233, 220, 0.8);
}
.storefronts-home .floating-icons li:nth-child(2) {
  color: rgba(141, 155, 138, 0.7);
}
.storefronts-home .floating-icons li:nth-child(3) {
  color: rgba(255, 255, 255, 0.9);
}
.storefronts-home .floating-icons li:nth-child(4) {
  color: rgba(111, 147, 205, 0.6);
}
.storefronts-home .floating-icons li:nth-child(5) {
  color: rgba(242, 233, 220, 0.9);
}
.storefronts-home .floating-icons li:nth-child(6) {
  color: rgba(46, 59, 51, 0.7);
}
.storefronts-home .floating-icons li:nth-child(7) {
  color: rgba(255, 255, 255, 0.8);
}
.storefronts-home .floating-icons li:nth-child(8) {
  color: rgba(141, 155, 138, 0.8);
}
.storefronts-home .floating-icons li:nth-child(9) {
  color: rgba(111, 147, 205, 0.7);
}
.storefronts-home .floating-icons li:nth-child(10) {
  color: rgba(242, 233, 220, 0.6);
}
.storefronts-home .floating-icons li:nth-child(1) {
  left: 25%;
  font-size: 90px;
  animation-delay: 0s;
  filter: blur(2px);
}
.storefronts-home .floating-icons li:nth-child(2) {
  left: 10%;
  font-size: 30px;
  animation-delay: 2s;
  animation-duration: 15s;
  filter: blur(1px);
}
.storefronts-home .floating-icons li:nth-child(3) {
  left: 70%;
  font-size: 25px;
  animation-delay: 4s;
  filter: blur(3px);
}
.storefronts-home .floating-icons li:nth-child(4) {
  left: 40%;
  font-size: 70px;
  animation-delay: 0s;
  animation-duration: 20s;
  filter: blur(1px);
}
.storefronts-home .floating-icons li:nth-child(5) {
  left: 65%;
  font-size: 35px;
  animation-delay: 1s;
  animation-duration: 28s;
  filter: blur(2px);
}
.storefronts-home .floating-icons li:nth-child(6) {
  left: 85%;
  font-size: 120px;
  animation-delay: 3s;
  opacity: 0.5;
  filter: blur(4px);
}
.storefronts-home .floating-icons li:nth-child(7) {
  left: 5%;
  font-size: 45px;
  animation-delay: 8s;
  animation-duration: 32s;
  filter: blur(1px);
}
.storefronts-home .floating-icons li:nth-child(8) {
  left: 50%;
  font-size: 40px;
  animation-delay: 12s;
  animation-duration: 40s;
  filter: blur(3px);
}
.storefronts-home .floating-icons li:nth-child(9) {
  left: 90%;
  font-size: 20px;
  animation-delay: 5s;
  animation-duration: 18s;
  filter: blur(1px);
}
.storefronts-home .floating-icons li:nth-child(10) {
  left: 15%;
  font-size: 55px;
  animation-delay: 15s;
  animation-duration: 25s;
  filter: blur(2px);
}
@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes float-up {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh) rotate(720deg);
    opacity: 0;
  }
}
.storefronts-home .btn-primary-custom:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.storefronts-home .vibe-carousel-section .section-title-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.storefronts-home .vibe-carousel-section .splide__slide {
  opacity: 0.4;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.storefronts-home .vibe-carousel-section .splide__slide.is-active {
  opacity: 1;
}
.storefronts-home .vibe-carousel-section .vibe-card {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  border: none;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  aspect-ratio: 9/16;
}
.storefronts-home .vibe-carousel-section .vibe-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.storefronts-home .vibe-carousel-section .vibe-card .vibe-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  transition: background-color 0.4s ease;
}
.storefronts-home .vibe-carousel-section .vibe-card .vibe-card-content {
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.storefronts-home .vibe-carousel-section .vibe-card h3 {
  font-size: 2.25rem;
  margin: 0;
}
.storefronts-home .vibe-carousel-section .vibe-card .vibe-description, .storefronts-home .vibe-carousel-section .vibe-card .btn, .storefronts-home .vibe-carousel-section .vibe-card .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .storefronts-home .vibe-carousel-section .vibe-card #html5-qrcode-button-camera-start,
.storefronts-home .vibe-carousel-section .vibe-card .qr-scanner-container #html5-qrcode-button-camera-stop,
.qr-scanner-container .storefronts-home .vibe-carousel-section .vibe-card #html5-qrcode-button-camera-stop {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
}
.storefronts-home .vibe-carousel-section .vibe-card:hover img {
  transform: scale(1.05);
}
.storefronts-home .vibe-carousel-section .vibe-card:hover .vibe-card-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.storefronts-home .vibe-carousel-section .vibe-card:hover .vibe-card-content {
  transform: translateY(0);
}
.storefronts-home .vibe-carousel-section .vibe-card:hover .vibe-description, .storefronts-home .vibe-carousel-section .vibe-card:hover .btn, .storefronts-home .vibe-carousel-section .vibe-card:hover .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .storefronts-home .vibe-carousel-section .vibe-card:hover #html5-qrcode-button-camera-start,
.storefronts-home .vibe-carousel-section .vibe-card:hover .qr-scanner-container #html5-qrcode-button-camera-stop,
.qr-scanner-container .storefronts-home .vibe-carousel-section .vibe-card:hover #html5-qrcode-button-camera-stop {
  opacity: 1;
  transform: translateY(0);
  max-height: 150px;
}
.storefronts-home .vibe-carousel-section .splide__arrow {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.storefronts-home .vibe-carousel-section .splide__arrow svg {
  fill: #1a1a1a;
  width: 1.2rem;
  height: 1.2rem;
}
.storefronts-home .vibe-carousel-section .splide__arrow:hover {
  opacity: 1;
  transform: scale(1.1);
}
.storefronts-home .vibe-carousel-section .splide__arrow--prev {
  left: 1.5rem;
}
.storefronts-home .vibe-carousel-section .splide__arrow--next {
  right: 1.5rem;
}
.storefronts-home .ugc-showcase {
  background-color: white;
  position: relative;
  overflow: hidden;
}
.storefronts-home .ugc-showcase::before {
  content: "Love Story Forever Always Cherish Vows Union Celebrate Joy Laughter Happily Ever After I Do Soulmate Together Love Story Forever Always Cherish Vows Union Celebrate Joy Laughter Happily Ever After I Do Soulmate Together";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%) rotate(-15deg);
  font-family: "Playfair Display", serif;
  font-size: 18vw;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  white-space: pre-wrap;
  color: rgba(26, 26, 26, 0.03);
  z-index: 1;
  pointer-events: none;
}
.storefronts-home .ugc-showcase .ugc-foreground-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .storefronts-home .ugc-showcase .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .storefronts-home .ugc-showcase .card-columns {
    column-count: 3;
  }
}
.storefronts-home .ugc-showcase .ugc-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  break-inside: avoid;
  position: relative;
}
.storefronts-home .ugc-showcase .ugc-card .ugc-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
  padding: 1.5rem 1rem 1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.storefronts-home .ugc-showcase .ugc-card:hover.ugc-overlay {
  opacity: 1;
  transform: translateY(0);
}
.storefronts-home .vip-upsell {
  background-color: #1a1a1a;
  color: #f0f0f0;
}
.storefronts-home .vip-upsell .icon-feature {
  font-size: 2.5rem;
  color: #74919f;
  margin-bottom: 1rem;
}
.storefronts-home .vip-upsell h3 {
  color: white;
}
.storefronts-home .event-card {
  border: 1px solid #eee;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.storefronts-home .event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
.storefronts-home .event-card.card-img {
  object-fit: cover;
  object-position: center; /* This ensures the image is centered */
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/../../../../../../Downloads/lightbox2-2.11.3/dist/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/../../../../../../Downloads/lightbox2-2.11.3/dist/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/../../../../../../Downloads/lightbox2-2.11.3/dist/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/../../../../../../Downloads/lightbox2-2.11.3/dist/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.pricing-table-1 header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.pricing-table-1 header h4 {
  margin: 0;
}
.pricing-table-1 .tiere-feature-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.pricing-table-1 .tiere-feature-list li {
  border-bottom: 1px solid #aebac8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pricing-table-1 .tiere-feature-list li:first-of-type {
  padding-top: 0;
}
.pricing-table-1 .tiere-feature-list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.pricing-table-2 header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.pricing-table-2 header h4 {
  margin: 0;
}
.pricing-table-2 .tiere-feature-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.pricing-table-2 .tiere-feature-list li {
  border-bottom: 1px solid #aebac8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pricing-table-2 .tiere-feature-list li:first-of-type {
  padding-top: 0;
}
.pricing-table-2 .tiere-feature-list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.pricing-table-3 header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem;
  background-color: #fdfcfc;
}
.pricing-table-3 header h4 {
  margin: 0;
}
.pricing-table-3 header small {
  font-size: 1rem;
}
.pricing-table-3 .tiere-feature-list {
  padding: 1.5rem 3rem;
}
.pricing-table-3 .tiere-feature-list li {
  padding-top: 0.5rem;
}
.pricing-table-3 .tiere-feature-list li:first-of-type {
  padding-top: 0;
}

.price_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.price_badge_area {
  display: flex;
  margin-left: 5px;
}

.price_badge {
  display: flex;
  align-self: center;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: white;
  border: 1px solid white;
  border-radius: 2px;
  padding: 0.2rem 0.5rem;
  height: 18px;
}

.price_badge_sale {
  color: #ffffff;
  border-color: #EA0606;
  background-color: #EA0606;
}

.price_badge_promo {
  color: #242020;
  border-color: #65ea06;
  background-color: #65ea06;
}

.price_badge_vip {
  color: #ffffff;
  border-color: #6506ea;
  background-color: #6506ea;
}

.qty_select_product {
  font-size: 30px;
  width: 100px;
  text-align: center;
}

.qty_select_cart {
  font-size: 15px;
  width: 80px;
  text-align: center;
}

.stock_row_even {
  background: #eeeeee;
}

.stock_row_odd {
  background: #ffffff;
}

.product-preview .icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%;
}

.product-preview .btn-light {
  background-color: #fff;
  border-color: #e4e4e4;
}

.product-preview .list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.product-preview .list-menu a {
  color: #343a40;
}

.product-preview .card-product-grid .info-wrap {
  overflow: hidden;
  padding: 18px 20px;
}

.product-preview [class*=card-product] a.title {
  color: #212529;
  display: block;
}

.product-preview .card-product-grid:hover .btn-overlay {
  opacity: 1;
}

.product-preview .card-product-grid .btn-overlay {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

/* Sticky Sidebar on Desktop */
@media (min-width: 992px) {
  .sticky-sidebar {
    position: sticky;
    top: 100px;
    /* Adjust based on header height */
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    z-index: 900;
  }
}
/* Mobile Filter Drawer (Slide Up) */
@media (max-width: 991px) {
  #mobileFilters {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1050;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
    max-height: 85vh;
    overflow-y: auto;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
  #mobileFilters.show {
    transform: translateY(0);
  }
}
/* CSS Grid for Product Collections */
.product-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Mobile: 2 columns */
  gap: 15px;
}
@media (min-width: 768px) {
  .product-grid-container {
    grid-template-columns: repeat(3, 1fr);
    /* Tablet: 3 columns */
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .product-grid-container {
    grid-template-columns: repeat(4, 1fr);
    /* Desktop: 4 columns */
    gap: 30px;
  }
}

/* Skeleton Loader Animation */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.skeleton-loader {
  animation: shimmer 2s infinite linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%);
  background-size: 1000px 100%;
}

/* Aspect Ratio Container for Images */
.product-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  /* 4:5 Aspect Ratio (Typical for fashion/dresses) */
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  /* Rounded top corners */
  /* Background color handled by skeleton-loader class now */
}

/* Ensure image fades in nicely or sits on top */
.product-image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  /* Start hidden for skeleton effect */
  transition: transform 0.8s ease, opacity 0.5s ease;
  z-index: 1;
}

.product-image-content.loaded {
  opacity: 1;
  /* Fade in when loaded */
}

/* Hover Effects */
.card-product-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-product-grid:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  /* Soft premium shadow */
}

.card-product-grid:hover .product-image-content {
  transform: scale(1.03);
  /* Subtle zoom */
}

.card-product-grid .product-image-container {
  flex-shrink: 0;
  /* Prevent image shrinking */
  overflow: hidden;
  /* Contain zoom */
}

/* Luxury Action Buttons (Glassmorphism) */
.btn-action-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #333;
  margin-bottom: 8px;
  /* Spacing in stack */
  /* Mobile Touch Target Optimization */
}
@media (max-width: 991px) {
  .btn-action-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    /* Larger icon */
  }
}
.btn-action-icon:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  color: #000;
}
.btn-action-icon.active {
  color: #d4af37;
  /* Luxury Gold */
  background: #fff;
}
.btn-action-icon.active i.fas.fa-heart {
  color: #dc3545;
  /* Red for heart specifically if desired, or keep gold */
  animation: heartPulse 0.3s ease-in-out;
}

@keyframes heartPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/* Ranking Pill Adjustment */
.ranking-pill {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.card-product-grid .info-wrap {
  flex-grow: 1;
  /* Info area takes remaining space */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Space out title/price from buttons if needed */
}

.card-product-grid:hover .product-image-container img {
  transform: scale(1.05);
  /* Subtle zoom on hover */
}

/* Luxury Utilities */
.text-serif {
  font-family: "Playfair Display", serif;
}

.tracking-wider {
  letter-spacing: 0.1em;
}

.bg-light-texture {
  background-color: #fcfcfc;
  background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
  background-size: 20px 20px;
}

.bg-gold-light {
  background-color: rgba(212, 175, 55, 0.1);
  /* Very subtle luxury gold */
}

.product-info-luxury {
  padding-top: 15px;
}
.product-info-luxury h5 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 500;
  /* Regular weight, serif does the heavy lifting */
}

.product-preview .img-wrap {
  overflow: hidden;
  position: relative;
  background: rgb(183, 156, 98);
  background: radial-gradient(circle, rgb(183, 156, 98) 72%, rgb(142, 119, 70) 100%);
}

.product-preview .img-wrap .badges {
  position: absolute;
  top: 2px;
  left: 5px;
  z-index: 2;
}

.product-preview .img-wrap .icons {
  position: absolute;
  top: 2px;
  right: 5px;
  text-shadow: 2px 2px 0px #000000;
  z-index: 2;
}

.product-preview .img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5803921569) -3%, transparent 10%);
  pointer-events: none;
  z-index: 1;
}

/* Quick View Dossier Styles */
.border-left-gold {
  border-left: 3px solid #d4af37;
}

.modal-content {
  overflow: hidden;
  /* Rounded corners clip content */
}

/* Scrollbar refinement for dossier */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* Quick View Mobile Optimization */
.quick-view-gallery-viewer {
  min-height: 500px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .quick-view-gallery-viewer {
    /* Tablet and Mobile */
    min-height: auto;
    height: 45vh;
    /* Takes exactly 45% of screen height */
  }
}

.quick-view-dossier-container {
  max-height: 90vh;
  /* Scrollable on desktop */
  overflow-y: auto;
}
@media (max-width: 991px) {
  .quick-view-dossier-container {
    /* Tablet and Mobile */
    max-height: none;
    overflow-y: visible;
    padding-bottom: 80px;
    /* Padding for bottom bar/safari nav */
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 0.5rem;
  }
}
/* Featured & Discontinued Logic */
.card-product-featured {
  border: 1px solid #d4af37 !important;
  /* Gold Border */
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.15);
}

.card-product-discontinued {
  opacity: 0.9;
}

.card-product-discontinued .product-image-container img {
  filter: grayscale(80%);
  /* Desaturated to indicate outdated */
  transition: filter 0.3s ease;
}

.card-product-discontinued:hover .product-image-container img {
  filter: grayscale(0%);
  /* Color returns on hover */
}

.badge-featured {
  background-color: #d4af37;
  color: white;
  border: 1px solid #d4af37;
}

.badge-discontinued {
  background-color: #333;
  color: white;
  border: 1px solid #333;
}

/* --- Collections Page Editorial New --- */
.editorial-image-container {
  overflow: hidden;
  background-color: #f0f0f0;
  /* Fallback placeholder color */
}

.editorial-image-container img {
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.editorial-image-link:hover .editorial-image-container img {
  transform: scale(1.05);
  /* Slow premium zoom */
}

.editorial-overlay {
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.5s ease;
  top: 0;
  left: 0;
  opacity: 0;
}

.editorial-image-link:hover .editorial-overlay {
  opacity: 1;
}

.hover-reveal-btn {
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.editorial-image-link:hover .hover-reveal-btn {
  opacity: 1 !important;
  transform: translateY(0);
}

.hover-underline-gold {
  background-image: linear-gradient(120deg, #d4af37 0%, #d4af37 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  background-position: 0 100%;
  transition: background-size 0.25s ease-in;
}

.hover-underline-gold:hover {
  background-size: 100% 88%;
  color: white !important;
  /* Invert text color logic if needed, but simple underline is safer */
}

/* Override hover for cleaner look */
.hover-underline-gold:hover {
  background-size: 100% 2px;
  /* Just the line */
  color: #d4af37 !important;
}

.editorial-link {
  position: relative;
  display: inline-block;
}

.editorial-link i {
  transition: transform 0.3s ease;
}

.editorial-link:hover i {
  transform: translateX(5px);
}

.tracking-tight {
  letter-spacing: -0.02em;
}

.leading-relaxed {
  line-height: 1.8;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .editorial-row {
    border-bottom: 1px solid #eee;
  }
}
/* --- Tiered Layout Utilities --- */
.vh-60 {
  height: 60vh;
}

.opacity-75 {
  opacity: 0.75;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Directory Group Hover */
.group:hover h5 {
  text-decoration: underline;
}

/* --- Utility Classes (Fix for Smooshed Images) --- */
.object-fit-cover {
  object-fit: cover !important;
  font-family: "object-fit: cover";
  /* Polyfill hook */
}

.object-fit-contain {
  object-fit: contain !important;
  font-family: "object-fit: contain";
}

.object-position-top {
  object-position: 50% 20% !important;
  /* Focus on face/bodice */
  font-family: "object-position: 50% 20%";
}

.qr-scanner-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.qr-scanner-container h1 {
  font-size: 1.5rem;
  font-weight: 700;
}
.qr-scanner-container .alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.qr-scanner-container .alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 50px;
  padding: 0;
  width: 50px;
}

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/* Import a cute bridal font (example: Dancing Script from Google Fonts) */
html {
  scroll-behavior: auto !important;
}

.lp-sipsee-hero {
  background-color: #93ccc6;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; /* Important for parallax layers */
}

.lp-sipsee-hero .container {
  position: relative;
  z-index: 5; /* Ensure text is above parallax layers */
}

.lp-sipsee-title {
  font-family: "Dancing Script", cursive; /* Apply bridal font */
  font-size: 4.5rem; /* Increased for impact */
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Soft shadow for readability */
}
@media (max-width: 767.98px) {
  .lp-sipsee-title {
    font-size: 3rem;
  }
}

.lp-sipsee-subtitle {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.lp-sipsee-cta {
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  background-color: #c39bd3; /* A nice complementary purple */
  border-color: #c39bd3;
  transition: all 0.3s ease;
}
.lp-sipsee-cta:hover {
  background-color: rgb(173.75, 119.5833333333, 195.4166666667);
  border-color: rgb(173.75, 119.5833333333, 195.4166666667);
  transform: translateY(-2px);
}

.lp-sipsee-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.lp-sipsee-card:hover {
  transform: translateY(-5px);
}

.lp-sipsee-icon {
  font-size: 2rem;
  color: #93ccc6;
}

.lp-sipsee #rsvp {
  background: #93ccc6;
}

.lp-sipsee-rsvp-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.lp-sipsee-countdown {
  font-weight: 600;
  font-size: 1.1rem;
  color: #c0392b;
}

.lp-sipsee-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #444;
  border-left: 4px solid #c39bd3;
  padding-left: 1rem;
}

.lp-sipsee-final {
  background-color: #93ccc6;
  position: relative;
}

.lp-sipsee-final::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.lp-sipsee-final .container {
  position: relative;
  z-index: 2;
}

/* Sticky Mobile RSVP Button */
.lp-sipsee-sticky-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c39bd3;
  color: #fff;
  text-align: center;
  padding: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  z-index: 999;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* Parallax Icon Styling */
.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Allow interaction with elements behind */
  background-repeat: no-repeat;
  background-size: contain; /* Ensure icons are visible */
  opacity: 0.2; /* Make them subtle */
  transition: transform 0.1s linear; /* Smooth scrolling effect */
}

/* Floating Animation Keyframes */
@keyframes float {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  25% {
    transform: translateY(-5px) translateX(5px);
  }
  50% {
    transform: translateY(0px) translateX(0px);
  }
  75% {
    transform: translateY(5px) translateX(-5px);
  }
  100% {
    transform: translateY(0px) translateX(0px);
  }
}
/* Apply float animation to each layer with different durations/delays for varied movement */
.parallax-layer-1 {
  background-image: asset_data_url(/assets/sip/gown-4bc771d1fb89c1b918356e6dc3f32856ed64990254fbbc7a26bb41f844909e98.png), asset_data_url(/assets/sip/heart1-dc23d67e8cfea0deb9e6a8c8a44f7d1c1ad768a0265007c921c5c2f4c2345527.png), asset_data_url(/assets/sip/necklace-cd5e1812402a47dd8dc26056b5a8f048527a3a6be7a8f68be7eb99622b48659e.png), asset_data_url(/assets/sip/cupcake-cfea21ce3b5c21da63c7e37697c6add498ef749dd4293e3d624d544a8205e5fb.png);
  background-position: 10% 20%, 80% 60%, 40% 10%, 90% 90%;
  background-size: 80px, 60px, 70px, 50px;
}

.parallax-layer-2 {
  background-image: asset_data_url(/assets/sip/lips-b61e18cf5f9d19727a34ff63b2b29d6ad6afcf5ccf18bc54244b54610c7cf186.png), asset_data_url(/assets/sip/bow-ca0e36226f76a748a02d4f26f3e5a27deee1c53afccb426648ce53d16ac765b1.png), asset_data_url(/assets/sip/ring-3314da6a4415a0006cdd8defa4a8748103285bdaa671b07d20ed00facdc6efab.png), asset_data_url(/assets/sip/glasses-60f94bcf4836d595459af8790beaa4382d598055397eccb3fb2f6a7384353bf1.png);
  background-position: 30% 10%, 60% 80%, 90% 40%, 15% 50%;
  background-size: 70px, 90px, 50px, 85px;
}

.parallax-layer-3 {
  background-image: asset_data_url(/assets/sip/heart4-8cee4e457ed6c4cbe8e86ad3300f2b954ce09c69b825bd5b4255fb54ce893013.png), asset_data_url(/assets/sip/sparkle1-727aa33f2abd11f4540bc8a50cb36eb69ae83e7b8b0990d505175225fb0bad30.png), asset_data_url(/assets/sip/sparkle2-74343c07c99550ded364b9597ca9b0d23719f8979b70fa4bfa8a2c3f326c54c7.png), asset_data_url(/assets/sip/sparkle3-6fc979272dd2459ad3d818e74715ecf687bd6bfd5641b6c5a62f7460f38336f4.png);
  background-position: 5% 70%, 70% 30%, 40% 5%, 85% 75%;
  background-size: 90px, 75px, 65px, 100px;
}

/* Root / tokens */
.lp-blackfriday {
  --bf-bg: #0b0b0f;
  --bf-grad1:#ff4d6d;
  --bf-grad2:#ffe066;
  --bf-grad3: #f7ab5e;
  --bf-ink:#111;
  --bf-card:#ffffff;
}

/* Hero */
.lp-blackfriday-hero {
  min-height: 88vh;
  position: relative;
  overflow: hidden;
  background: var(--bf-bg);
}

.lp-bf-hero-bg {
  position: absolute;
  inset: 0;
}

.lp-bf-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  filter: saturate(1.2) contrast(1.1);
}

.lp-bf-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 50% 10%, rgba(255, 77, 109, 0.35), transparent 60%), radial-gradient(900px 500px at 80% 20%, rgba(132, 94, 247, 0.25), transparent 60%), radial-gradient(700px 400px at 20% 30%, rgba(255, 224, 102, 0.25), transparent 60%);
  animation: pulse 10s ease-in-out infinite alternate;
}

@keyframes pulse {
  from {
    transform: scale(1);
    filter: hue-rotate(0deg);
  }
  to {
    transform: scale(1.05);
    filter: hue-rotate(15deg);
  }
}
.lp-bf-pill {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0.02em;
}

.lp-bf-title {
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .lp-bf-title {
    font-size: 3.2rem;
  }
}
.lp-bf-subtitle {
  opacity: 0.95;
}

.lp-bf-cta-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1rem;
  backdrop-filter: blur(6px);
}

.lp-bf-faq-card {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 0.5rem;
}

.lp-bf-countdown {
  font-weight: 700;
}

.lp-bf-countdown span strong {
  font-size: 1.2rem;
}

/* Social proof line */
.lp-bf-socialproof li {
  display: flex;
  align-items: center;
  margin: 0.25rem 0.6rem;
  font-size: 0.9rem;
  opacity: 0.95;
}

.lp-bf-socialproof i {
  margin-right: 0.4rem;
}

/* Urgency strip */
.lp-bf-urgency {
  background: linear-gradient(90deg, rgba(255, 224, 102, 0.12), rgba(255, 77, 109, 0.12));
  font-weight: 600;
}

/* Sections */
.lp-bf-section .section-title {
  font-weight: 800;
  letter-spacing: 0.01em;
}

.lp-bf-section .section-subtitle {
  color: #6c757d;
}

.lp-bf-registration {
  background-image: url(/assets/blackfriday/bg2-7772388fc29d875713e232b0afb69d30b4f7cf19fee39e647995f55ff9242086.jpg);
  background-size: contain;
  background-position: center;
}

/* Cards */
.lp-bf-card {
  border: 1px solid #eee;
  border-radius: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #fff;
}

.lp-bf-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}

.lp-bf-icon {
  font-size: 1.6rem;
  color: #ff4d6d;
}

/* RSVP box */
.lp-bf-rsvp {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.06);
}

.lp-bf-capacity .progress {
  background: #f2f2f2;
  border-radius: 999px;
  overflow: hidden;
}

/* Details card */
.lp-bf-details li {
  margin-bottom: 0.5rem;
}

.lp-bf-details i {
  margin-right: 0.5rem;
}

/* Grid */
.lp-bf-grid .lp-bf-figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.lp-bf-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lp-bf-grid .lp-bf-figure:hover img {
  transform: scale(1.05);
}

.lp-bf-price {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Quotes */
.lp-bf-quote {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
}

.lp-bf-quote footer {
  display: block;
  margin-top: 0.75rem;
  color: #6c757d;
  font-weight: 600;
}

/* Final CTA */
.lp-bf-final {
  background: radial-gradient(600px 400px at 50% 50%, rgba(255, 224, 102, 0.18), transparent 60%), radial-gradient(600px 400px at 80% 30%, rgba(255, 77, 109, 0.18), transparent 60%), #0b0b0f;
}

/* Sticky CTAs */
.lp-bf-sticky-cta {
  position: fixed;
  right: 1rem;
  bottom: 4.75rem;
  z-index: 1040;
  padding: 0.8rem 1rem;
  background: #fff;
  color: #111;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.lp-bf-sticky-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  text-align: center;
  padding: 1rem;
  background: #111;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.lp-bf-sticky-btn:hover, .lp-bf-sticky-cta:hover {
  text-decoration: none;
  opacity: 0.95;
}

#bfFaq .card-body {
  color: white;
}

/* Micro‑animations (scroll reveal) */
.reveal-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-up.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-fade {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.reveal-fade.revealed {
  opacity: 1;
}

/* Accessibility helpers */
.lp-blackfriday .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ============== Gold glow + motion (safe patch) ============== */
.lp-blackfriday {
  --bf-gold-1: #f7d774;
  --bf-gold-2: #e9b949;
  --bf-gold-3: #fceabb;
  --bf-gold-shadow: rgba(199,154,44,.28);
}

.lp-blackfriday .lp-bf-urgency {
  position: relative;
  overflow: hidden;
  background-color: black;
  color: white;
}

.lp-blackfriday .lp-bf-urgency::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background: repeating-linear-gradient(135deg, rgba(247, 215, 116, 0.08) 0 10px, rgba(247, 215, 116, 0) 10px 20px);
}

/* Cards: gentle gold lift on hover (no weird compositing) */
.lp-blackfriday .lp-bf-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lp-blackfriday .lp-bf-card:hover {
  box-shadow: 0 0.9rem 1.6rem rgba(0, 0, 0, 0.09), 0 0 0 1px rgba(233, 185, 73, 0.25) inset;
  border-color: rgba(233, 185, 73, 0.45);
}

/* Price chips: tiny gold glow */
.lp-blackfriday .lp-bf-price {
  box-shadow: 0 0 0.75rem var(--bf-gold-shadow);
}

/* CTA buttons: quick sheen on hover (scoped to this page only) */
.lp-blackfriday .btn, .lp-blackfriday .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .lp-blackfriday #html5-qrcode-button-camera-start,
.lp-blackfriday .qr-scanner-container #html5-qrcode-button-camera-stop,
.qr-scanner-container .lp-blackfriday #html5-qrcode-button-camera-stop {
  position: relative;
  overflow: hidden;
}

.lp-blackfriday .btn::after, .lp-blackfriday .qr-scanner-container #html5-qrcode-button-camera-start::after, .qr-scanner-container .lp-blackfriday #html5-qrcode-button-camera-start::after,
.lp-blackfriday .qr-scanner-container #html5-qrcode-button-camera-stop::after,
.qr-scanner-container .lp-blackfriday #html5-qrcode-button-camera-stop::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(75deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-150%) skewX(-12deg);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.lp-blackfriday .btn:hover::after, .lp-blackfriday .qr-scanner-container #html5-qrcode-button-camera-start:hover::after, .qr-scanner-container .lp-blackfriday #html5-qrcode-button-camera-start:hover::after,
.lp-blackfriday .qr-scanner-container #html5-qrcode-button-camera-stop:hover::after,
.qr-scanner-container .lp-blackfriday #html5-qrcode-button-camera-stop:hover::after {
  transform: translateX(250%) skewX(-12deg);
}

/* Icons: micro glow to feel richer */
.lp-blackfriday .lp-bf-icon {
  filter: drop-shadow(0 2px 6px var(--bf-gold-shadow));
}

/* Motion safety + mobile tuning */
@media (prefers-reduced-motion: reduce) {
  .lp-blackfriday .lp-blackfriday-hero::before,
  .lp-blackfriday .lp-bf-urgency::after,
  .lp-blackfriday .section-title::after,
  .lp-blackfriday .btn::after,
  .lp-blackfriday .qr-scanner-container #html5-qrcode-button-camera-start::after,
  .qr-scanner-container .lp-blackfriday #html5-qrcode-button-camera-start::after,
  .lp-blackfriday .qr-scanner-container #html5-qrcode-button-camera-stop::after,
  .qr-scanner-container .lp-blackfriday #html5-qrcode-button-camera-stop::after {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 575.98px) {
  .lp-blackfriday .lp-blackfriday-hero::before {
    opacity: 0.14;
  }
  .lp-blackfriday .lp-blackfriday-hero::after {
    opacity: 0.22;
  }
}
/* ==================
   NEW SECTION THEMES
   ================== */
/* 1. The "Dark" Theme (for Perks, Lookbook, FAQ) */
.lp-bf-section--dark {
  background-color: var(--bf-bg);
  position: relative;
  overflow: hidden;
  /* Re-use the hero's gradient concept, but softer */
}
.lp-bf-section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  z-index: 1;
  /* Using your brand gradients */
  background: radial-gradient(circle at 15% 20%, var(--bf-grad3), transparent 45%), radial-gradient(circle at 85% 80%, var(--bf-grad1), transparent 40%); /* Pink/Red */
  filter: blur(120px); /* Soft, modern blur */
}
.lp-bf-section--dark {
  /* Ensure content is on top */
}
.lp-bf-section--dark .container {
  position: relative;
  z-index: 3;
}
.lp-bf-section--dark {
  /* Fix section titles/subtitles for dark bg */
}
.lp-bf-section--dark .section-title {
  color: #ffffff;
}
.lp-bf-section--dark .section-subtitle {
  color: #adb5bd; /* Muted light gray */
}

/* ===========================
   WINTER EVENT THEME (SCSS)
   Deep navy, icy blues, rich gold, snow + glow
   =========================== */
/* Root / tokens */
.lp-sip-holiday {
  /* Core palette */
  --sip-bg: #0d1b2a;
  /* deep winter night */
  --sip-grad1: #1e3a5f;
  /* deep ice blue */
  --sip-grad2: #d4af37;
  /* rich gold */
  --sip-grad3: #e6f4ff;
  /* frosted white-blue */
  --sip-ink: #e8f1fb;
  --sip-ink-dark: #1e3a5f
      /* primary light text */
      --sip-card: rgba(255, 255, 255, 0.12);
  /* frosted glass card */
  /* Gold glow + accents */
  --sip-gold-1: #f7d774;
  --sip-gold-2: #e9b949;
  --sip-gold-3: #fceabb;
  --sip-gold-shadow: rgba(199, 154, 44, 0.4);
}

/* Hero */
.lp-sip-hero {
  min-height: 88vh;
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 800px at 50% 0%, #182b42 0, transparent 60%), var(--sip-bg);
  color: var(--sip-ink);
}

.lp-sip-hero-bg {
  position: absolute;
  inset: 0;
}

.lp-sip-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: brightness(0.7) contrast(1.15) saturate(1.1);
}

.lp-sip-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 50% 10%, rgba(30, 62, 95, 0.45), transparent 60%), radial-gradient(900px 500px at 80% 20%, rgba(212, 175, 55, 0.18), transparent 60%), radial-gradient(700px 400px at 20% 30%, rgba(230, 244, 255, 0.25), transparent 60%);
  animation: pulse 12s ease-in-out infinite alternate;
}

@keyframes pulse {
  from {
    transform: scale(1);
    filter: hue-rotate(0deg);
  }
  to {
    transform: scale(1.05);
    filter: hue-rotate(10deg);
  }
}
.lp-sip-pill {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #10243a;
  /* dark ink inside pill for contrast */
  backdrop-filter: blur(10px);
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0.02em;
}

.lp-sip-title {
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.1;
  color: #fdfdfd;
  font-family: "Great Vibes", cursive;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .lp-sip-title {
    font-size: 4.5rem;
  }
}
.lp-sip-subtitle {
  opacity: 0.95;
  color: var(--sip-ink-dark);
  font-weight: 500;
}

/* Hero CTA / content boxes */
.lp-sip-cta-box {
  background: rgba(7, 16, 30, 0.75);
  border: 1px solid rgba(230, 244, 255, 0.18);
  border-radius: 1rem;
  padding: 1rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.lp-sip-faq-card {
  background: rgba(13, 27, 42, 0.8);
  border: 1px solid rgba(230, 244, 255, 0.25);
  border-radius: 1rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.lp-sip-countdown {
  font-weight: 700;
  color: var(--sip-ink);
}

.lp-sip-countdown span strong {
  font-size: 1.2rem;
}

/* Social proof line */
.lp-sip-socialproof li {
  display: flex;
  align-items: center;
  margin: 0.25rem 0.6rem;
  font-size: 0.9rem;
  opacity: 0.95;
  color: var(--sip-ink);
}

.lp-sip-socialproof i {
  margin-right: 0.4rem;
  color: var(--sip-grad2);
}

/* Urgency strip */
.lp-sip-urgency {
  background: linear-gradient(90deg, rgba(30, 64, 94, 0.9), rgba(212, 175, 55, 0.75));
  font-weight: 600;
  color: #fdfdfd;
}

/* Sections */
.lp-sip-section {
  background: radial-gradient(900px 700px at 20% 0%, #111827 0, transparent 60%), radial-gradient(900px 700px at 80% 100%, #020617 0, transparent 60%), #02010b;
}

.lp-sip-section-light {
  background: radial-gradient(900px 700px at 20% 0%, #8a99b9 0, transparent 60%), radial-gradient(900px 700px at 80% 100%, #34448b 0, transparent 60%), #386091;
}

.lp-sip-section .section-title {
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #f9fafb;
}

.lp-sip-section .section-subtitle {
  color: #cbd5f5;
}

/* Registration section (slightly lighter but still wintery) */
.lp-sip-registration {
  background: radial-gradient(900px 700px at 50% 0%, rgba(37, 99, 235, 0.25), transparent 60%), #050b16;
}

/* Cards */
.lp-sip-card {
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  background: var(--sip-card);
  backdrop-filter: blur(14px);
  color: var(--sip-ink);
}

.lp-sip-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.85);
  border-color: var(--sip-grad2);
}

.lp-sip-icon {
  font-size: 1.6rem;
  color: var(--sip-grad2);
}

/* RSVP box */
.lp-sip-rsvp {
  background: rgb(255, 255, 255);
  border-radius: 1rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.85);
  border: 2px solid var(--sip-grad2);
  color: var(--sip-ink-dark);
}

.lp-sip-capacity .progress {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 999px;
  overflow: hidden;
}

/* Details card */
.lp-sip-details li {
  margin-bottom: 0.5rem;
  color: #1a366c;
}

.lp-sip-details i {
  margin-right: 0.5rem;
  color: var(--sip-grad2);
}

/* Grid */
.lp-sip-grid .lp-sip-figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
}

.lp-sip-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lp-sip-grid .lp-sip-figure:hover img {
  transform: scale(1.05);
}

.lp-sip-price {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: rgba(7, 10, 18, 0.9);
  color: #f9fafb;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.8);
}

/* Quotes */
.lp-sip-quote {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 1rem;
  color: var(--sip-ink);
}

.lp-sip-quote footer {
  display: block;
  margin-top: 0.75rem;
  color: #9ca3af;
  font-weight: 600;
}

/* Final CTA */
.lp-sip-final {
  background: radial-gradient(600px 400px at 50% 50%, rgba(37, 99, 235, 0.25), transparent 60%), radial-gradient(600px 400px at 80% 30%, rgba(212, 175, 55, 0.35), transparent 60%), #050816;
  color: #ffffff !important;
}

/* Sticky CTAs */
.lp-sip-sticky-cta {
  position: fixed;
  right: 1rem;
  bottom: 4.75rem;
  z-index: 1040;
  padding: 0.8rem 1rem;
  background: rgba(15, 23, 42, 0.96);
  color: #f9fafb;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.lp-sip-sticky-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  text-align: center;
  padding: 1rem;
  background: var(--sip-grad2);
  color: #111827;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.lp-sip-sticky-btn:hover,
.lp-sip-sticky-cta:hover {
  text-decoration: none;
  opacity: 0.95;
}

/* Micro-animations (scroll reveal) */
.reveal-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-up.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-fade {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.reveal-fade.revealed {
  opacity: 1;
}

/* Accessibility helpers */
.lp-sip-holiday .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ============== Snow Animation ============== */
.snow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  top: -10px;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  opacity: 0.6;
  animation: fall linear infinite;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

@keyframes fall {
  to {
    transform: translateY(100vh);
  }
}
/* Sass-powered snowflake randomization */
.snowflake:nth-child(1) {
  left: 16%;
  animation-duration: 6.9s;
  animation-delay: -4s;
  opacity: 0.4;
  width: 9px;
  height: 9px;
}

.snowflake:nth-child(2) {
  left: 26%;
  animation-duration: 5.8s;
  animation-delay: -2s;
  opacity: 0.4;
  width: 9px;
  height: 8px;
}

.snowflake:nth-child(3) {
  left: 80%;
  animation-duration: 6.4s;
  animation-delay: -4s;
  opacity: 0.3;
  width: 6px;
  height: 7px;
}

.snowflake:nth-child(4) {
  left: 66%;
  animation-duration: 5.3s;
  animation-delay: -2s;
  opacity: 0.5;
  width: 7px;
  height: 6px;
}

.snowflake:nth-child(5) {
  left: 73%;
  animation-duration: 7.3s;
  animation-delay: -3s;
  opacity: 1;
  width: 8px;
  height: 6px;
}

.snowflake:nth-child(6) {
  left: 78%;
  animation-duration: 6.3s;
  animation-delay: -1s;
  opacity: 0.5;
  width: 6px;
  height: 10px;
}

.snowflake:nth-child(7) {
  left: 86%;
  animation-duration: 6.6s;
  animation-delay: -1s;
  opacity: 0.6;
  width: 8px;
  height: 6px;
}

.snowflake:nth-child(8) {
  left: 66%;
  animation-duration: 6.9s;
  animation-delay: -3s;
  opacity: 0.7;
  width: 9px;
  height: 8px;
}

.snowflake:nth-child(9) {
  left: 7%;
  animation-duration: 7.5s;
  animation-delay: -2s;
  opacity: 0.8;
  width: 8px;
  height: 10px;
}

.snowflake:nth-child(10) {
  left: 43%;
  animation-duration: 7.2s;
  animation-delay: -3s;
  opacity: 0.9;
  width: 9px;
  height: 10px;
}

.snowflake:nth-child(11) {
  left: 51%;
  animation-duration: 6.5s;
  animation-delay: -2s;
  opacity: 0.5;
  width: 6px;
  height: 9px;
}

.snowflake:nth-child(12) {
  left: 67%;
  animation-duration: 5.1s;
  animation-delay: -3s;
  opacity: 0.9;
  width: 7px;
  height: 6px;
}

.snowflake:nth-child(13) {
  left: 56%;
  animation-duration: 5.6s;
  animation-delay: -4s;
  opacity: 0.6;
  width: 7px;
  height: 10px;
}

.snowflake:nth-child(14) {
  left: 15%;
  animation-duration: 7.3s;
  animation-delay: -5s;
  opacity: 0.8;
  width: 8px;
  height: 8px;
}

.snowflake:nth-child(15) {
  left: 57%;
  animation-duration: 7.4s;
  animation-delay: -1s;
  opacity: 0.8;
  width: 7px;
  height: 7px;
}

.snowflake:nth-child(16) {
  left: 27%;
  animation-duration: 5.4s;
  animation-delay: -3s;
  opacity: 0.3;
  width: 10px;
  height: 9px;
}

.snowflake:nth-child(17) {
  left: 77%;
  animation-duration: 7.2s;
  animation-delay: -4s;
  opacity: 0.2;
  width: 9px;
  height: 8px;
}

.snowflake:nth-child(18) {
  left: 57%;
  animation-duration: 7.8s;
  animation-delay: -2s;
  opacity: 1;
  width: 7px;
  height: 7px;
}

.snowflake:nth-child(19) {
  left: 80%;
  animation-duration: 6.7s;
  animation-delay: -3s;
  opacity: 0.8;
  width: 8px;
  height: 10px;
}

.snowflake:nth-child(20) {
  left: 2%;
  animation-duration: 7s;
  animation-delay: -4s;
  opacity: 0.5;
  width: 6px;
  height: 6px;
}

.snowflake:nth-child(21) {
  left: 65%;
  animation-duration: 6.2s;
  animation-delay: -2s;
  opacity: 0.5;
  width: 8px;
  height: 9px;
}

.snowflake:nth-child(22) {
  left: 13%;
  animation-duration: 7.2s;
  animation-delay: -5s;
  opacity: 0.3;
  width: 6px;
  height: 9px;
}

.snowflake:nth-child(23) {
  left: 95%;
  animation-duration: 7.7s;
  animation-delay: -3s;
  opacity: 0.9;
  width: 7px;
  height: 10px;
}

.snowflake:nth-child(24) {
  left: 19%;
  animation-duration: 7.4s;
  animation-delay: -5s;
  opacity: 1;
  width: 10px;
  height: 9px;
}

.snowflake:nth-child(25) {
  left: 66%;
  animation-duration: 6.7s;
  animation-delay: -3s;
  opacity: 0.9;
  width: 6px;
  height: 6px;
}

.snowflake:nth-child(26) {
  left: 70%;
  animation-duration: 7.8s;
  animation-delay: -1s;
  opacity: 0.3;
  width: 6px;
  height: 9px;
}

.snowflake:nth-child(27) {
  left: 78%;
  animation-duration: 6.1s;
  animation-delay: -2s;
  opacity: 1;
  width: 9px;
  height: 8px;
}

.snowflake:nth-child(28) {
  left: 14%;
  animation-duration: 5.4s;
  animation-delay: -2s;
  opacity: 0.5;
  width: 7px;
  height: 10px;
}

.snowflake:nth-child(29) {
  left: 26%;
  animation-duration: 7.7s;
  animation-delay: -2s;
  opacity: 0.8;
  width: 6px;
  height: 10px;
}

.snowflake:nth-child(30) {
  left: 77%;
  animation-duration: 7.7s;
  animation-delay: -1s;
  opacity: 0.6;
  width: 7px;
  height: 8px;
}

.snowflake:nth-child(31) {
  left: 66%;
  animation-duration: 5.5s;
  animation-delay: -1s;
  opacity: 0.8;
  width: 10px;
  height: 10px;
}

.snowflake:nth-child(32) {
  left: 23%;
  animation-duration: 7.5s;
  animation-delay: -5s;
  opacity: 0.5;
  width: 7px;
  height: 9px;
}

.snowflake:nth-child(33) {
  left: 48%;
  animation-duration: 6.6s;
  animation-delay: -5s;
  opacity: 1;
  width: 8px;
  height: 9px;
}

.snowflake:nth-child(34) {
  left: 41%;
  animation-duration: 6s;
  animation-delay: -4s;
  opacity: 1;
  width: 10px;
  height: 6px;
}

.snowflake:nth-child(35) {
  left: 48%;
  animation-duration: 5.1s;
  animation-delay: -1s;
  opacity: 0.3;
  width: 7px;
  height: 10px;
}

.snowflake:nth-child(36) {
  left: 52%;
  animation-duration: 5.7s;
  animation-delay: -3s;
  opacity: 0.5;
  width: 8px;
  height: 7px;
}

.snowflake:nth-child(37) {
  left: 2%;
  animation-duration: 6.3s;
  animation-delay: -1s;
  opacity: 0.1;
  width: 9px;
  height: 9px;
}

.snowflake:nth-child(38) {
  left: 36%;
  animation-duration: 6.2s;
  animation-delay: -2s;
  opacity: 0.7;
  width: 8px;
  height: 7px;
}

.snowflake:nth-child(39) {
  left: 96%;
  animation-duration: 5.5s;
  animation-delay: -5s;
  opacity: 0.2;
  width: 7px;
  height: 7px;
}

.snowflake:nth-child(40) {
  left: 63%;
  animation-duration: 7.3s;
  animation-delay: -1s;
  opacity: 0.2;
  width: 9px;
  height: 7px;
}

.snowflake:nth-child(41) {
  left: 94%;
  animation-duration: 5.3s;
  animation-delay: -5s;
  opacity: 1;
  width: 9px;
  height: 10px;
}

.snowflake:nth-child(42) {
  left: 57%;
  animation-duration: 5.1s;
  animation-delay: -5s;
  opacity: 1;
  width: 9px;
  height: 9px;
}

.snowflake:nth-child(43) {
  left: 90%;
  animation-duration: 6.8s;
  animation-delay: -4s;
  opacity: 0.1;
  width: 6px;
  height: 10px;
}

.snowflake:nth-child(44) {
  left: 62%;
  animation-duration: 6.5s;
  animation-delay: -5s;
  opacity: 0.8;
  width: 10px;
  height: 8px;
}

.snowflake:nth-child(45) {
  left: 85%;
  animation-duration: 5.9s;
  animation-delay: -2s;
  opacity: 0.1;
  width: 8px;
  height: 10px;
}

.snowflake:nth-child(46) {
  left: 90%;
  animation-duration: 6.7s;
  animation-delay: -5s;
  opacity: 0.7;
  width: 9px;
  height: 7px;
}

.snowflake:nth-child(47) {
  left: 44%;
  animation-duration: 6.4s;
  animation-delay: -5s;
  opacity: 0.2;
  width: 8px;
  height: 9px;
}

.snowflake:nth-child(48) {
  left: 67%;
  animation-duration: 7.6s;
  animation-delay: -5s;
  opacity: 0.8;
  width: 6px;
  height: 9px;
}

.snowflake:nth-child(49) {
  left: 88%;
  animation-duration: 5.7s;
  animation-delay: -3s;
  opacity: 0.7;
  width: 8px;
  height: 10px;
}

.snowflake:nth-child(50) {
  left: 22%;
  animation-duration: 7s;
  animation-delay: -2s;
  opacity: 0.4;
  width: 8px;
  height: 10px;
}

/* ============== Buttons ============== */
.lp-sip-holiday .btn-primary, .lp-sip-holiday .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .lp-sip-holiday #html5-qrcode-button-camera-start {
  background-color: var(--sip-grad2);
  /* gold */
  border-color: var(--sip-grad2);
  color: #111827;
  font-weight: 700;
}

.lp-sip-holiday .btn-primary:hover, .lp-sip-holiday .qr-scanner-container #html5-qrcode-button-camera-start:hover, .qr-scanner-container .lp-sip-holiday #html5-qrcode-button-camera-start:hover {
  background-color: rgb(221.024691358, 191.7901234568, 96.975308642);
  border-color: rgb(221.024691358, 191.7901234568, 96.975308642);
  color: #020617;
}

.lp-sip-holiday .btn-light {
  background-color: rgba(255, 255, 255, 0.18);
  color: var(--sip-ink);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.lp-sip-holiday .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}

.lp-sip-holiday .btn-outline-light:hover {
  background-color: #ffffff;
  color: #111827;
}

/* ==========================================
   HERO VARIANT – "HOLIDAY DUSK"
   Slightly moodier / more dimensional hero
   Light winter page, duskier hero
   ========================================== */
.lp-sip-hero--dusk {
  /* Soft dusk vignette behind the hero */
  background: radial-gradient(1200px 700px at 50% 0%, #fdfbff 0%, rgba(253, 251, 255, 0) 5%), radial-gradient(1000px 600px at 10% 10%, #d6e3fb 0%, rgba(214, 227, 251, 0) 5%), radial-gradient(1200px 650px at 90% 15%, #f4d9b1 0%, rgba(244, 217, 177, 0) 5%), #e3ebfb;
}

/* Slightly darker / richer photo treatment */
.lp-sip-hero--dusk .lp-sip-hero-img {
  opacity: 0.1;
  filter: brightness(0.8) contrast(1.1) saturate(1.1);
}

/* Richer overlay – more winter blue + champagne glow */
.lp-sip-hero--dusk .lp-sip-gradient {
  background: radial-gradient(1100px 600px at 50% -10%, rgba(255, 255, 255, 0.9), transparent 60%), radial-gradient(950px 520px at 15% 15%, rgba(179, 205, 240, 0.9), transparent 60%), radial-gradient(900px 520px at 85% 25%, rgba(232, 198, 141, 0.7), transparent 65%);
  mix-blend-mode: soft-light;
  animation: pulse-dusk 16s ease-in-out infinite alternate;
}

@keyframes pulse-dusk {
  from {
    transform: scale(1);
    filter: hue-rotate(0deg);
  }
  to {
    transform: scale(1.04);
    filter: hue-rotate(4deg);
  }
}
/* Pill a touch more champagne + crisp */
.lp-sip-hero--dusk .lp-sip-pill {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(243, 217, 165, 0.7);
  box-shadow: 0 8px 16px rgba(50, 60, 90, 0.15);
}

/* Title / subtitle – slightly more contrast for dusk */
.lp-sip-hero--dusk .lp-sip-title {
  color: #ffffff;
  text-shadow: 0 14px 28px rgba(12, 22, 44, 0.65), 0 0 1px rgba(255, 255, 255, 0.4);
}

.lp-sip-hero--dusk .lp-sip-subtitle {
  color: #f4f7ff;
}

/* CTA box – a bit warmer and more “spotlit” in dusk */
.lp-sip-hero--dusk .lp-sip-cta-box {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.98), rgba(255, 253, 246, 0.96));
  border: 1px solid rgba(234, 222, 200, 0.9);
  box-shadow: 0 18px 44px rgba(17, 26, 52, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.4);
}

/* Mystery Gift Section Styles */
.lp-mystery-section {
  background-color: var(--sip-grad1);
  /* Light background to make gifts pop */
  overflow: hidden;
  color: var(--sip-ink);
}

.gift-container {
  position: relative;
  cursor: pointer;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  transition: transform 0.2s;
}

.gift-container:hover {
  transform: scale(1.05);
}

/* The Box Icon Styling */
.gift-icon-wrapper {
  font-size: 5rem;
  color: var(--sip-grad2);
  position: relative;
  z-index: 2;
}

/* Animation: Gentle Wiggle */
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.gift-animating .gift-icon-wrapper {
  animation: wiggle 2s infinite ease-in-out;
  transform-origin: bottom center;
}

/* Delay animations so they don't move in unison */
.col-gift:nth-child(1) .gift-animating .gift-icon-wrapper {
  animation-delay: 0s;
}

.col-gift:nth-child(2) .gift-animating .gift-icon-wrapper {
  animation-delay: 0.5s;
}

.col-gift:nth-child(3) .gift-animating .gift-icon-wrapper {
  animation-delay: 1s;
}

/* Open State */
.gift-container.opened .gift-icon-wrapper {
  animation: none;
  opacity: 0;
  /* Hide closed box */
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.gift-reveal-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 5rem;
  color: var(--sip-grad2);
  opacity: 0;
  transform: scale(0.5) translateY(20px);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
}

.gift-container.opened .gift-reveal-icon {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* The Message Box */
#mystery-message-container {
  background: rgba(7, 16, 30, 0.75);
  border: 1px solid rgba(230, 244, 255, 0.18);
  border-radius: 1rem;
  padding: 1rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  color: var(--sip-ink);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
  transform: translateY(20px);
}

#mystery-message-container.visible {
  opacity: 1;
  max-height: 500px;
  /* arbitrary height to allow expansion */
  transform: translateY(0);
}

.sticky-nav-background {
  background-color: rgb(183, 156, 98);
  /* Set the initial background color */
  transition: background-color 0.3s ease;
  /* Add transition for background color changes */
}

.sticky-nav-background.sticky {
  background-color: rgb(183, 156, 98);
  /* Set the background color when the element is sticky */
  transition: background-color 0.3s ease;
  /* Add transition for background color changes */
}

.sticky-nav-background.sticky .nav-link {
  color: #f8f9fa !important;
  transition: color 0.3s ease;
  /* Add transition for background color changes */
}

.navbar-light .navbar-toggler {
  color: #f8f9fa !important;
  transition: color 0.3s ease;
  /* Add transition for background color changes */
  border-color: #f8f9fa !important;
}

.nav-link {
  font-weight: 400;
}

.nav-link:hover {
  font-weight: 600;
  transition: 0.3s;
}

.card-img-top {
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.btn-primary, .qr-scanner-container #html5-qrcode-button-camera-start {
  background-color: rgb(183, 156, 98) !important;
  border-color: #826f47 !important;
}

.btn-outline-gold {
  background-color: transparent;
  color: rgb(183, 156, 98) !important;
  border: 1px solid rgb(183, 156, 98) !important;
  transition: 0.6s;
}

.btn-outline-gold:hover {
  background-color: rgb(36, 36, 34) !important;
  color: white !important;
  border: 1px solid rgb(183, 156, 98);
  transition: 0.6s;
}

.btn-gold {
  color: white;
  background-color: rgb(183, 156, 98) !important;
  border: 1px solid rgb(183, 156, 98) !important;
  transition: 0.6s;
}

.bg-gold {
  color: white;
  background-color: rgb(183, 156, 98) !important;
}

.btn-pink {
  color: white;
  background-color: #b7628d !important;
  border: 1px solid #b7628d !important;
  transition: 0.6s;
}

.btn-pink:hover {
  background-color: #9f5279 !important;
  color: white !important;
  border: 1px solid #9f5279;
  transition: 0.6s;
}

.text-gold {
  color: rgb(183, 156, 98) !important;
}

.btn-gold:hover {
  background-color: rgb(36, 36, 34) !important;
  color: white !important;
  border: 1px solid rgb(183, 156, 98);
  transition: 0.6s;
}

.pre-header {
  background-color: rgb(183, 156, 98);
  padding: 10px;
  text-align: center;
  color: #f9f9f9;
  font-size: 13px;
}

.pre-header:hover {
  color: #000;
}

.top-nav {
  background-color: #f9f9f9;
  padding: 10px;
}

.card-gold {
  border-color: rgb(183, 156, 98) !important;
}

.border-gold {
  border: 1px;
  border-style: solid;
  border-color: rgb(183, 156, 98) !important;
}

.award {
  margin: 2px;
  width: 70px;
  max-height: 70px;
}

.award img {
  max-width: 70px;
  max-height: 70px;
}

.award-featured {
  margin: 2px;
  width: 140px;
  max-height: 140px;
}

.award-featured img {
  max-width: 140px;
  max-height: 140px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
  color: rgb(36, 36, 34);
  font-size: 14px;
}

.footer-header {
  color: rgb(183, 156, 98);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.footer-info-link {
  font-size: 16px;
  line-height: 2em;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 20px;
}

.storefront-main-menu {
  font-size: 20px;
}

.footer .hours-box {
  font-size: 16px;
}

.blue-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: blue;
  top: -2px;
  margin-left: 2px;
}

@media (max-width: 991.98px) {
  /* Customize the width at which the menu slides out */
  body {
    overflow-x: hidden;
  }
  #navbarNav {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: rgb(183, 156, 98);
    /* Customize background color */
    padding-top: 56px;
    /* Adjust padding-top to account for the fixed navbar */
    transition: 0.1s;
    /* Add a smooth transition effect */
    z-index: 500;
  }
  #navbarNav.show {
    left: 0;
  }
}
/* Typewriter Cursor */
.cursor-blink {
  animation: blink 0.7s infinite;
  font-weight: 100;
  color: #ccc;
  margin-left: 2px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.careers-hero {
  background: linear-gradient(135deg, #fdfbf7 0%, #fff0f5 100%);
  padding: 4rem 1rem;
  border-radius: 0 0 2rem 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .careers-hero {
    padding: 6rem 2rem;
  }
}
.careers-hero h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgb(183, 156, 98);
}
.careers-hero .lead {
  font-weight: 500;
  color: #555;
}

.vibe-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease;
}
.vibe-card:hover {
  transform: translateY(-5px);
}
.vibe-card .icon-box {
  width: 60px;
  height: 60px;
  background: white;
  color: rgb(183, 156, 98);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.career-ladder {
  position: relative;
}
.career-ladder .ladder-step {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 2rem;
  border-left: 2px solid #e9ecef;
}
.career-ladder .ladder-step:last-child {
  border-left: 0;
  padding-left: 2.1rem;
}
.career-ladder .ladder-step::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid rgb(183, 156, 98);
  border-radius: 50%;
}
.career-ladder .ladder-step .step-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #343a40;
}
.career-ladder .ladder-step .step-meta {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 0.5rem;
  display: block;
}

.job-card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
.job-card:hover {
  border-color: rgb(183, 156, 98);
  background: white;
  transform: scale(1.01);
  color: inherit;
  text-decoration: none !important;
}
.job-card:hover * {
  text-decoration: none !important;
}
.job-card .btn-apply {
  background: #343a40;
  color: white;
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: background 0.2s;
}
.job-card .btn-apply:hover {
  background: rgb(183, 156, 98);
}

.job-card-featured {
  border: 2px solid rgb(231.1048034934, 222.1441048035, 202.8951965066);
  background: white;
  box-shadow: 0 4px 15px rgba(183, 156, 98, 0.05);
}
.job-card-featured:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(183, 156, 98, 0.1);
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}
.pulse-dot {
  width: 10px;
  height: 10px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
  animation: pulse-green 2s infinite;
}

.job-header {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 3rem 0;
}
.job-header .job-meta {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.job-content {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #343a40;
}
.job-content h2,
.job-content h3 {
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #000;
}
.job-content ul {
  padding-left: 1.5rem;
}
.job-content ul li {
  margin-bottom: 0.75rem;
}

.apply-sidebar {
  position: sticky;
  top: 2rem;
}

.mobile-apply-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 1rem;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-apply-bar {
    display: block;
  }
}

.mb-6 {
  margin-bottom: 5rem !important;
}

#careersFAQ .accordion-item {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 1.5rem;
}
#careersFAQ .accordion-header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  border: none;
}
#careersFAQ .accordion-button {
  width: auto !important;
  max-width: 90%;
  display: inline-block;
  background-color: #e9e9eb !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 1.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  padding: 1rem 1.5rem !important;
  font-size: 1.05rem;
  line-height: 1.4;
  box-shadow: none !important;
  margin-bottom: 0.25rem;
}
#careersFAQ .accordion-button::after {
  display: none !important;
  content: none !important;
}
#careersFAQ .accordion-button:hover {
  transform: scale(1.02);
  background-color: rgb(219.6428571429, 219.6428571429, 222.8571428571) !important;
}
#careersFAQ .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
#careersFAQ .accordion-button:not(.collapsed) {
  background-color: #e9e9eb !important;
  color: #000000 !important;
  box-shadow: none !important;
}
@media (max-width: 991.98px) {
  #careersFAQ .accordion-button {
    padding: 1rem 1.25rem !important;
    font-size: 1rem;
    max-width: 95%;
  }
}
#careersFAQ .accordion-collapse {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
#careersFAQ .accordion-collapse.show {
  display: block;
}
#careersFAQ .accordion-body {
  display: inline-block;
  max-width: 95%;
  background-color: rgb(183, 156, 98) !important;
  color: #fff !important;
  border-radius: 1.25rem !important;
  border-top-left-radius: 0.25rem !important;
  padding: 1.25rem 1.75rem !important;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#careersFAQ .accordion-body strong {
  color: #fff !important;
  font-weight: 600;
}

/* Hiring Badge Pulse Animation */
.hiring-pulse-badge {
  animation: pulse-badge 2s infinite;
  transition: all 0.3s ease;
}

.hiring-pulse-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5) !important;
}

@keyframes pulse-badge {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* Luxury Tasks UI - Workforce Command Standard */
.bb-tasks-container {
  font-family: "Quicksand", sans-serif !important;
  color: #4A4A4A;
  /* Global Standards */
  --bb-gold: #B79C62;
  --bb-gold-dim: rgba(183, 156, 98, 0.1);
  --bb-text-main: #2e384d;
  --bb-text-muted: #8898aa;
  /* Density Settings */
  --row-height-compact: 40px;
  --row-height-normal: 56px;
  --font-size-compact: 0.85rem;
  --font-size-normal: 0.95rem;
  /* Status Colors (ClickUp Inspired) */
  --status-open-bg: #E4E7EB;
  --status-open-text: #4B5563;
  --status-active-bg: #DBEAFE;
  /* Blue-ish */
  --status-active-text: #1E40AF;
  --status-done-bg: #D1FAE5;
  /* Green */
  --status-done-text: #065F46;
  /* Priority Colors */
  --priority-urgent: #EF4444;
  --priority-high: #F59E0B;
  --priority-normal: #6B7280;
  --priority-low: #9CA3AF;
}
.bb-tasks-container .qs {
  font-family: "Quicksand", sans-serif !important;
}
.bb-tasks-container .rounded-xl {
  border-radius: 1rem !important;
}
.bb-tasks-container .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bb-tasks-container .bg-primary-subtle {
  background-color: rgba(183, 156, 98, 0.1) !important;
  /* Gold tint */
  color: #B79C62;
}
.bb-tasks-container .bg-success-subtle {
  background-color: rgba(28, 200, 138, 0.1) !important;
  color: #1cc88a;
}
.bb-tasks-container .bg-info-subtle {
  background-color: rgba(54, 185, 204, 0.1) !important;
  color: #36b9cc;
}
.bb-tasks-container .text-dark {
  color: #2e384d !important;
}
.bb-tasks-container .font-weight-bold {
  font-weight: 700 !important;
}
.bb-tasks-container .letter-spacing-1 {
  letter-spacing: 1px;
}
.bb-tasks-container .hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bb-tasks-container .hover-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}
.bb-tasks-container {
  /* Icon Circles */
}
.bb-tasks-container .icon-circle {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
}
.bb-tasks-container {
  /* Card Styling */
}
.bb-tasks-container .card-luxury {
  border: none;
  border-radius: 1rem;
  background: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
.bb-tasks-container .card-luxury .card-header {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 1rem 1rem 0 0;
  padding: 1.25rem 1.5rem;
}
.bb-tasks-container .card-luxury .card-header .nav-pills .nav-link {
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  color: #8898aa;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.bb-tasks-container .card-luxury .card-header .nav-pills .nav-link:hover {
  color: #B79C62;
  background: rgba(183, 156, 98, 0.05);
}
.bb-tasks-container .card-luxury .card-header .nav-pills .nav-link.active {
  background-color: #B79C62;
  color: white;
  box-shadow: 0 4px 6px rgba(183, 156, 98, 0.2);
}
.bb-tasks-container {
  /* Table Styling */
}
.bb-tasks-container .table-luxury thead th {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8898aa;
  font-size: 0.75rem;
  font-weight: 700;
  border-bottom: 1px solid #e9ecef;
  padding: 1rem 1.5rem;
  background: #F8F9FA;
}
.bb-tasks-container .table-luxury tbody td {
  padding: 1.25rem 1.5rem;
  vertical-align: middle;
  color: #525f7f;
  font-size: 0.95rem;
  border-bottom: 1px solid #f6f9fc;
}
.bb-tasks-container .table-luxury tbody tr {
  transition: all 0.2s;
}
.bb-tasks-container .table-luxury tbody tr:hover {
  background-color: #fbfbfb;
}
.bb-tasks-container {
  /* Board View Styling */
}
.bb-tasks-container .board-column {
  background-color: #f4f5f7;
  border-radius: 1rem;
  padding: 1rem;
  min-height: 600px;
}
.bb-tasks-container .task-card-board {
  background: white;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.02);
  cursor: grab;
  transition: all 0.2s;
}
.bb-tasks-container .task-card-board:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.bb-tasks-container {
  /* Avatars */
}
.bb-tasks-container .avatar-stack {
  display: flex;
}
.bb-tasks-container .avatar-stack .avatar {
  border: 2px solid white;
  margin-right: -10px;
}
.bb-tasks-container .avatar-stack .avatar:last-child {
  margin-right: 0;
}
.bb-tasks-container {
  /* Checklist Styling */
}
.bb-tasks-container .checklist-item {
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s;
}
.bb-tasks-container .checklist-item:hover {
  background-color: var(--status-open-bg);
}
.bb-tasks-container .checklist-item.completed label {
  text-decoration: line-through;
  color: var(--bb-text-muted);
}
.bb-tasks-container .group:hover .group-hover-opacity-100 {
  opacity: 1 !important;
}
.bb-tasks-container .opacity-0 {
  opacity: 0;
}
.bb-tasks-container .animate-fade-in {
  animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-backdrop-slide-over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeInBackdrop 0.2s forwards;
}

.slide-over-panel {
  width: 95vw;
  max-width: 1400px;
  height: 90vh;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.95);
  opacity: 0;
  animation: scaleInModal 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@keyframes scaleInModal {
  to {
    transform: none;
    /* using scale(1) creates a containing block that breaks position: sticky */
    opacity: 1;
  }
}
@keyframes fadeInBackdrop {
  to {
    opacity: 1;
  }
}
.w-65 {
  width: 65%;
}

.w-35 {
  width: 35%;
}

.min-h-100 {
  min-height: 100px;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dropdown-menu {
  z-index: 1060;
}

.table-responsive {
  overflow: visible !important;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes highlightPulse {
  0% {
    background-color: rgba(255, 243, 205, 0.5);
  }
  100% {
    background-color: transparent;
  }
}
/* Responsive Modal Layout */
.task-modal-layout {
  display: flex;
  flex-direction: column;
  /* height: 100%; REMOVED to prevent overflow created by Header + 100% */
  /* Fill the panel via flex-grow in HTML */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Critical for iOS momentum scroll */
  /* Allow full body scroll on mobile */
  overflow-x: hidden;
  position: relative;
  /* Ensure it contains sticky elements properly */
}

@media (min-width: 992px) {
  .task-modal-layout {
    flex-direction: row;
    overflow: hidden;
    /* Lock body on desktop, rely on internal panes */
  }
  .overflow-lg-auto {
    overflow-y: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
}
/* Mobile Scroll Constraint */
.animate-slide-in {
  animation: premiumEntry 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-pulse-once {
  animation: pulse-once 0.3s ease-in-out forwards;
}

.highlight-update {
  animation: highlightPulse 2s ease-out;
}

.fade-out-remove {
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: scale(0.95);
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  pointer-events: none;
}

/* Status Pipeline Animations */
.transition-all-300 {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.scale-105 {
  transform: scale(1.05);
}

.hover-bg-white-50:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@keyframes pulse-once {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid rgb(183, 156, 98);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.75s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgb(221, 221, 221);
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.simple-calendar tr {
  border-collapse: collapse;
}
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid rgb(221, 221, 221);
  border-collapse: collapse;
  border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
  border-top: 0px none rgb(51, 51, 51);
  box-sizing: border-box;
  text-align: left;
}
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(221, 221, 221);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(221, 221, 221);
  border-left-style: solid;
  border-left-width: 1px;
}
.simple-calendar .calendar-heading nav {
  display: inline-block;
}
.simple-calendar .day {
  height: 80px;
}
.simple-calendar .today {
  background: #FFFFC0;
}
.simple-calendar .prev-month {
  background: #DDD;
}
.simple-calendar .next-month {
  background: #DDD;
}
.appointmentTabs {
  /* Enhanced Tab Styling */
}
.appointmentTabs .nav-tabs .nav-link {
  color: #6c757d;
  font-weight: 500;
  padding: 0.875rem 1rem;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}
.appointmentTabs .nav-tabs .nav-link:hover {
  color: #495057;
  border-color: rgb(183, 156, 98);
  background-color: rgba(255, 193, 7, 0.1);
}
.appointmentTabs .nav-tabs .nav-link.active {
  color: rgb(183, 156, 98);
  background-color: transparent;
  border-color: rgb(183, 156, 98);
  font-weight: 600;
}
.appointmentTabs {
  /* Smooth Transitions */
}
.appointmentTabs .tab-content {
  min-height: 300px;
}
.appointmentTabs .tab-pane {
  animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.appointmentTabs {
  /* Mobile Optimizations */
}
@media (max-width: 767.98px) {
  .appointmentTabs .nav-tabs .nav-link {
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
  }
  .appointmentTabs .appointment-quick-info {
    font-size: 0.9rem;
  }
  .appointmentTabs .tab-content {
    min-height: 200px;
  }
}
.appointmentTabs {
  /* Tablet Optimizations */
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .appointmentTabs .nav-tabs .nav-link {
    padding: 0.875rem 0.75rem;
  }
}
.appointmentTabs {
  /* Action Buttons Responsiveness */
}
.appointmentTabs .actions .btn, .appointmentTabs .actions .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .appointmentTabs .actions #html5-qrcode-button-camera-start,
.appointmentTabs .actions .qr-scanner-container #html5-qrcode-button-camera-stop,
.qr-scanner-container .appointmentTabs .actions #html5-qrcode-button-camera-stop {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .appointmentTabs .actions {
    position: sticky;
    top: 120px;
  }
}
.appointmentTabs {
  /* Badge in tabs */
}
.appointmentTabs .nav-tabs .badge {
  font-size: 0.7rem;
  padding: 0.25em 0.5em;
  vertical-align: middle;
}
.appointmentTabs .badge-primary {
  background-color: rgb(183, 156, 98);
  color: white;
}
.appointmentTabs {
  /* Print Styles */
}
@media print {
  .appointmentTabs .nav-tabs, .appointmentTabs .btn, .appointmentTabs .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .appointmentTabs #html5-qrcode-button-camera-start,
  .appointmentTabs .qr-scanner-container #html5-qrcode-button-camera-stop,
  .qr-scanner-container .appointmentTabs #html5-qrcode-button-camera-stop, .appointmentTabs .sticky-top {
    display: none !important;
  }
  .appointmentTabs .tab-content {
    display: block !important;
  }
  .appointmentTabs .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}

/* Custom Tab Styling based on Appointment Tabs */
.customerTabs {
  /* Using representative hex codes for SASS variables */
  --primary-color: #B79C62; /* Placeholder for your 'gold' or primary brand color */
  --dark-gray: #242422;
}
.customerTabs .text-primary {
  color: var(--primary-color) !important;
}
.customerTabs {
  /* Enhanced Tab Styling */
}
.customerTabs .nav-tabs .nav-link {
  color: #6c757d;
  font-weight: 500;
  padding: 0.875rem 1rem;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}
.customerTabs .nav-tabs .nav-link:hover {
  color: #495057;
  border-color: var(--primary-color);
  background-color: rgba(255, 193, 7, 0.1); /* Light hover background */
}
.customerTabs .nav-tabs .nav-link.active {
  color: var(--primary-color);
  background-color: transparent;
  border-color: var(--primary-color);
  font-weight: 600;
}
.customerTabs {
  /* Smooth Transitions */
}
.customerTabs .tab-content {
  min-height: 300px;
}
.customerTabs .tab-pane {
  animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.customerTabs {
  /* Mobile Optimizations */
}
@media (max-width: 767.98px) {
  .customerTabs .nav-tabs .nav-link {
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
  }
  .customerTabs .tab-content {
    min-height: 200px;
  }
}
.customerTabs {
  /* Tablet Optimizations */
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customerTabs .nav-tabs .nav-link {
    padding: 0.875rem 0.75rem;
  }
}
.customerTabs {
  /* Badge in tabs */
}
.customerTabs .nav-tabs .badge {
  font-size: 0.7rem;
  padding: 0.25em 0.5em;
  vertical-align: middle;
}
.customerTabs .badge-primary {
  /* Ensures the badge color matches the active tab underline */
  background-color: var(--primary-color) !important;
  color: white;
}
.customerTabs {
  /* Card hover effects for list items and cards within tabs */
}
.customerTabs .tab-pane .card,
.customerTabs .tab-pane .list-group-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.customerTabs .tab-pane .card:hover,
.customerTabs .tab-pane .list-group-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.customerTabs {
  /* Print Styles (critical for a smooth print experience) */
}
@media print {
  .customerTabs .nav-tabs, .customerTabs .btn, .customerTabs .qr-scanner-container #html5-qrcode-button-camera-start, .qr-scanner-container .customerTabs #html5-qrcode-button-camera-start,
  .customerTabs .qr-scanner-container #html5-qrcode-button-camera-stop,
  .qr-scanner-container .customerTabs #html5-qrcode-button-camera-stop, .customerTabs .sticky-top {
    display: none !important;
  }
  .customerTabs .tab-content {
    display: block !important;
  }
  .customerTabs .tab-pane {
    display: block !important;
    opacity: 1 !important;
    /* Add some space between sections for readability */
    margin-bottom: 20px;
    page-break-inside: avoid;
  }
}

.fooddrive-hero {
  top: 0;
  left: 0;
  background-image: url(/assets/fooddrive-fae4ef88a3a49cde5bb087948c81f3b0ed02041747da9e73a1de0bff98672110.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #fff;
  /* Removed explicit border to rely on container shadow or bootstrap dropdown styles */
  /* border: 1px solid rgba(0, 0, 0, .15); */
  border-radius: 0.25rem;
}

.tribute-container li {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  color: #333;
}

.tribute-container li:last-child {
  border-bottom: none;
}

.tribute-container li.highlight {
  background: #f8f9fa;
  color: #0088cc;
  /* Primary blueish */
}

.tribute-container li span {
  font-weight: 600;
}

.tribute-container li.no-match {
  cursor: default;
  color: #999;
  font-style: italic;
  padding: 8px 12px;
}

.tribute-container .menu-highlighted {
  font-weight: bold;
}

@keyframes gold-glow {
  0% {
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 0);
  }
  10% {
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    border-color: rgba(255, 215, 0, 1);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), inset 0 0 10px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 1);
  }
  90% {
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 1);
  }
  100% {
    border-color: rgba(255, 215, 0, 0);
    box-shadow: none;
  }
}
/* Global Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Target Note Wrapper */
div[id^=note_]:target {
  /* No animation on target alone - rely on JS controller class */
  /* animation: gold-glow 8s ease-out forwards; */
  border: 2px solid transparent;
  /* Ensure width/style exists for animation */
  /* Default state */
  /* Placeholder to prevent layout shift if possible, or handle in animation */
  /* Use border from animation */
  border-radius: 8px;
  scroll-margin-top: 150px;
}

/* Slide In Highlight (for new notes) */
.slide-in-highlight {
  border: 2px solid transparent;
  /* Ensure border exists for animation */
  animation: gold-glow 16s ease-in-out 1;
}

/* Notification Badge Pop */
@keyframes notification-pop {
  0% {
    transform: scale(1) translate(40%, -40%);
  }
  50% {
    transform: scale(1.5) translate(40%, -40%);
  }
  100% {
    transform: scale(1) translate(40%, -40%);
  }
}
.notification-pop {
  animation: notification-pop 0.3s ease-out;
}

/* New Notification Slide In */
@keyframes notification-slide-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
    background-color: #f8f9fa;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.notification-new {
  animation: notification-slide-in 0.5s ease-out forwards;
}

@keyframes fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fade-out {
  animation: fade-out 0.5s ease-out forwards;
}

/* iOS Style Notification Cards */
.notification-card {
  background: rgba(30, 30, 30, 0.85);
  /* Dark semi-transparent */
  backdrop-filter: blur(10px);
  /* Glassmorphism */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  margin-bottom: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s, background 0.2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Dark mode override if theme is dark */
.dark .glass-panel,
.d-dark .glass-panel {
  background: rgba(20, 20, 20, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

/* Custom Scrollbar for Notifications */
#notifications_list::-webkit-scrollbar {
  width: 6px;
}

#notifications_list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

#notifications_list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#notifications_list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Dark mode scrollbar */
.dark #notifications_list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.dark #notifications_list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
}

.dark #notifications_list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.notification-card:hover {
  transform: scale(1.02);
  background: rgba(40, 40, 40, 0.95);
  text-decoration: none;
}

.notification-card.unread {
  border-left: 4px solid #007bff;
  /* Blue indicator for unread */
}

.notification-title {
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

.notification-body {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  line-height: 1.3;
}

.notification-time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 400;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gold-gradient {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes slide-in-highlight {
  0% {
    transform: translateY(-20px);
    opacity: 0;
    background-color: rgba(255, 193, 7, 0.3);
  }
  20% {
    transform: translateY(0);
    opacity: 1;
    background-color: rgba(255, 193, 7, 0.3);
  }
  100% {
    background-color: transparent;
  }
}
.slide-in-highlight {
  animation: slide-in-highlight 2s ease-out forwards;
}

.bb-2 {
  --bs-body-bg: #FDFBF7;
  --bs-body-color: #4A4A4A;
  --primary-color: #B79C62FF;
  --secondary-color: #D1C5BA;
  --light-color: #FDFBF7;
  --dark-color: #4A4A4A;
  --sale-color: #CD5C5C;
  --featured-color: #F8F4EF;
  --section-bg-1: #FDFBF7;
  --section-bg-2: #F8F4EF;
  --hero-bg-color: #F8F4EF;
  --hero-image-home: url(/assets/bb/2150762306-aeca67927ea54eeaed9d37a65d143fe0fe826c3bd6577354cdb3a8a478fb9732.jpg);
  --hero-image-appointments: url(/assets/bb/3824-2750335ec9b47800daff95ffd2df972c4b5ea7f330a1c2c93c127d205fe747e9.jpg);
  --hero-image-features: url(/assets/bb/4948-63faec427d5f63574d696889b29b6abb93b765290420c32872caab5c7ea0a95f.jpg);
  font-family: "Inter", sans-serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  scroll-behavior: smooth;
}
.bb-2 .jul {
  font-family: "Julius Sans One", sans-serif;
}
.bb-2 .qs {
  font-family: "Quicksand", sans-serif !important;
}
.bb-2 .exo {
  font-family: "Exo", sans-serif;
}
.bb-2 .mont {
  font-family: "Montserrat", sans-serif;
}
.bb-2 .soli {
  font-family: "Solitreo", cursive;
}
.bb-2 .gv {
  font-family: "Great Vibes", cursive;
}
.bb-2 .pf {
  font-family: "Playfair Display", serif;
}
.bb-2 h1,
.bb-2 h2,
.bb-2 h3,
.bb-2 h4,
.bb-2 h5,
.bb-2 h6 {
  font-family: "Quicksand", sans-serif;
  color: var(--dark-color);
}
.bb-2 .btn-primary-custom {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #FFFFFF;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(163, 126, 99, 0.3);
}
.bb-2 .btn-primary-custom:hover {
  background-color: #8C6D57;
  border-color: #8C6D57;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(163, 126, 99, 0.4);
}
.bb-2 .btn-outline-custom {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.bb-2 .btn-outline-custom:hover {
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.bb-2 .card-body.light {
  color: black;
  background-color: white;
}
.bb-2 .card-body.dark {
  color: white;
  background-color: #212529;
}
.bb-2 .page-container.light {
  color: black;
  background-color: white;
}
.bb-2 .page-container.dark {
  color: white;
  background-color: #212529;
}
.bb-2 .onboarding-step h2,
.bb-2 .onboarding-step h3 {
  color: var(--dark-color);
}
.bb-2 .card-commit {
  background-color: #FFFFFF;
  border: 1px solid var(--secondary-color);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
}
.bb-2 .guarantee-box {
  background-color: var(--secondary-color);
  border-radius: 1.5rem;
  padding: 3rem;
  text-align: center;
}
.bb-2 #app-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  background-repeat: repeat;
}
.bb-2 .light #app-background {
  background-image: asset_data_url(/assets/chruch-dbcca1f753656c221eadaecd18470c3239f431e7e628dae762c43fb0bd313d54.png);
}
.bb-2 .dark #app-background {
  background-image: asset_data_url(/assets/chruch-dark-785d9c687ad56b3254e4e582e7c291e559b08328063bb5e521390a7859b63fe8.png);
}
.bb-2 .app-page {
  min-height: 90vh;
  background: transparent;
}
.bb-2 .church {
  min-height: 90vh;
  background-image: asset_data_url(/assets/chruch-dbcca1f753656c221eadaecd18470c3239f431e7e628dae762c43fb0bd313d54.png);
  background-repeat: repeat;
}
.bb-2 .sand {
  background-image: asset_data_url(/assets/grey_sandbag-7f621f4de2e68ab395222cb4516ba6b7059b03ad514134693bca147e6d9282c4.png);
  background-repeat: repeat;
}
.bb-2 .main_menu.light {
  background-color: #f1d0d8;
}
.bb-2 .main_menu.dark {
  background-color: #9a0054;
}
.bb-2 .bg-section-1 {
  background-color: var(--section-bg-1);
}
.bb-2 .bg-section-2 {
  background-color: var(--section-bg-2);
}
.bb-2 .bg-section-3 {
  background-color: #F3F0EC;
}
.bb-2 .bg-hero {
  background-image: var(--hero-image-home);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.bb-2 .bg-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(253, 251, 247, 0.7);
  z-index: -1;
}
.bb-2 .bg-hero-features {
  background-image: var(--hero-image-features);
}
.bb-2 .bg-secondary {
  background-color: var(--secondary-color) !important;
}
.bb-2 .bg-black {
  background-color: black;
}
.bb-2 .trends-home-bg {
  background-color: #dbb7be;
}
.bb-2 .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}
.bb-2 .dark-mode {
  color: #ffffff;
}
.bb-2 .light-mode {
  color: #000000;
}
.bb-2 .text-bold {
  font-weight: bold;
}
.bb-2 .text-bolder {
  font-weight: bolder;
}
.bb-2 .text-underline {
  text-decoration: underline;
}
.bb-2 .text-white {
  color: #fff !important;
}
.bb-2 .crossed-out-label {
  text-decoration: line-through;
  color: #999;
}
.bb-2 .gold-gradient {
  position: relative;
  display: inline-block;
  font-size: 2em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.bb-2 .gold-gradient::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-text-fill-color: gold;
  opacity: 0;
  background: linear-gradient(to right, gold, #d3af5b);
  background-clip: text;
  -webkit-background-clip: text;
  animation: gold-gradient 10s linear infinite;
}
.bb-2 .progress {
  background-color: var(--secondary-color);
}
.bb-2 .progress-bar {
  background-color: var(--primary-color);
}
.bb-2 .calendar-container {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}
.bb-2 .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.bb-2 .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
}
.bb-2 .day-label {
  text-align: center;
  font-weight: 600;
  color: var(--bs-body-color);
}
.bb-2 .day-cell {
  text-align: center;
  padding: 0.5rem 0.25rem;
  border-radius: 50px;
  cursor: not-allowed;
  color: #b0b0b0;
  font-weight: 500;
}
.bb-2 .day-cell.available {
  cursor: pointer;
  color: var(--dark-color);
  background-color: #fff;
  border: 1px solid var(--secondary-color);
  transition: all 0.2s ease;
}
.bb-2 .day-cell.available:hover, .bb-2 .day-cell.available.active {
  background-color: var(--primary-color);
  color: #fff;
}
.bb-2 .time-slot-btn {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
  transition: all 0.2s ease;
}
.bb-2 .time-slot-btn:hover, .bb-2 .time-slot-btn.active {
  background-color: var(--primary-color);
  color: #fff;
}
.bb-2 .time-slot-btn:disabled {
  display: none;
}
.bb-2 .promotion-banner {
  background-color: var(--sale-color);
  color: #FFFFFF;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  animation: pulse 1.5s infinite;
}
.bb-2 .fade-in {
  opacity: 0.25;
  transition: opacity 1s ease-in-out;
}
.bb-2 .fade-in.is-visible {
  opacity: 1;
}
.bb-2 .image-placeholder {
  min-height: 450px;
  background-color: #E6E2DC;
  border-radius: 1rem;
}
.bb-2 .card-img-overlay-bottom {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.bb-2 .contact-info {
  background-image: asset_data_url(/assets/1x/hex-floral-1-803ff067e849ce51ceb46801232bc474794533e7aaf452094fe045fb4498aa95.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bb-2 .square-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.bb-2 .square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-2 .feature-item-image {
  max-height: 500px;
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.bb-2 #chat-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 1000;
}
.bb-2 .d-placehold-32 {
  min-height: 32px;
}
.bb-2 .table-custom th,
.bb-2 .table-custom td {
  vertical-align: middle;
  text-align: left;
  padding: 1rem;
}
.bb-2 .table-custom thead th {
  font-weight: 600;
  color: var(--dark-color);
}
.bb-2 .table-custom tbody tr:nth-child(even) {
  background-color: rgba(209, 197, 186, 0.1);
}
.bb-2 .table-custom .checkmark {
  color: var(--primary-color);
  font-weight: 700;
}
.bb-2 .table-custom .xmark {
  color: #CD5C5C;
  font-weight: 700;
  font-size: 1.25rem;
}
.bb-2 .table-responsive {
  overflow-x: auto;
}
.bb-2 .feature-list li {
  font-size: 0.95rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.bb-2 .feature-list li::before {
  content: "✓";
  color: var(--primary-color);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.bb-2 .comparison-table {
  border: 1px solid var(--secondary-color);
  border-radius: 1rem;
  overflow: hidden;
}
.bb-2 .comparison-table th,
.bb-2 .comparison-table td {
  padding: 1rem;
  vertical-align: middle;
}
.bb-2 .comparison-table thead th {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  background-color: var(--primary-color);
  color: #FFFFFF;
}
.bb-2 .comparison-table tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.bb-2 .comparison-table tbody tr:nth-child(even) {
  background-color: var(--featured-color);
}
.bb-2 .comparison-table .checkmark {
  color: var(--primary-color);
  font-weight: 700;
}
.bb-2 .comparison-table .xmark {
  color: #CD5C5C;
  font-weight: 700;
}
.bb-2 .testimonial-card {
  background-color: var(--secondary-color);
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
  font-style: italic;
  margin-top: 3rem;
}
.bb-2 .testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid var(--primary-color);
}
.bb-2 .enterprise-section {
  background-color: var(--secondary-color);
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
}
.bb-2 .pricing-card {
  border: 1px solid var(--secondary-color);
  border-radius: 1rem;
  background-color: #FFFFFF;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.bb-2 .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.bb-2 .pricing-card .price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
}
.bb-2 .pricing-card.featured {
  border-color: var(--primary-color);
  background-color: var(--featured-color);
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(163, 126, 99, 0.2);
  position: relative;
  z-index: 10;
}
.bb-2 .pricing-card.featured .badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-color);
  color: #FFFFFF;
  padding: 0.25rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
}
.bb-2 .feature-card {
  border: 1px solid var(--secondary-color);
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  padding: 1.5rem;
}
.bb-2 .feature-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}
.bb-2 .feature-icon-lg {
  font-size: 3rem;
  color: var(--primary-color);
}
.bb-2 .feature-subheading {
  font-weight: 600;
  color: var(--primary-color);
}
.bb-2 .toggle-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.bb-2 .toggle-label {
  margin: 0 1rem;
  font-weight: 500;
}
.bb-2 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.bb-2 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bb-2 .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  transition: 0.4s;
  border-radius: 34px;
}
.bb-2 .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.bb-2 .switch input:checked + .slider {
  background-color: var(--primary-color);
}
.bb-2 .switch input:checked + .slider:before {
  transform: translateX(26px);
}
.bb-2 .filtered {
  -webkit-filter: url(#f1);
  filter: url(#f1);
}
.bb-2 .dropdown-menu {
  z-index: 1021;
}
.bb-2 .results tr[visible=false],
.bb-2 .no-result {
  display: none;
}
.bb-2 .results tr[visible=true] {
  display: table-row;
}
.bb-2 .counter {
  padding: 8px;
  color: #ccc;
}
.bb-2 .a-notice-icon {
  position: absolute !important;
  bottom: 0px;
  right: 17px;
}
.bb-2 .a-notice-icon-mobile {
  position: absolute !important;
  bottom: 5px;
  right: 17px;
}
@media (max-width: 767px) {
  .bb-2 .feature-comparison-desktop {
    display: none;
  }
  .bb-2 .feature-comparison-mobile {
    display: block;
  }
  .bb-2 .image-placeholder {
    min-height: 150px;
  }
  .bb-2 .comparison-table thead th {
    font-size: 0.8rem;
  }
}

.nav-link-expandable {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nav-link-expandable .nav-text {
  max-width: 0;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  margin-left: 0;
  font-weight: 600;
}
.nav-link-expandable:hover .nav-text, .nav-link-expandable.active .nav-text {
  max-width: 150px;
  opacity: 1;
  margin-left: 0.5rem;
}

@media (max-width: 992px) {
  .nav-link-expandable {
    justify-content: center;
  }
  .nav-link-expandable .nav-text {
    max-width: none;
    opacity: 1;
    margin-left: 0.5rem;
  }
  .custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    display: none;
  }
  .custom-scrollbar::-webkit-scrollbar-corner {
    background: transparent;
  }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 3px solid transparent;
    background-clip: content-box;
  }
  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
  .bg-soft-primary {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
  }
  .bg-soft-success {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
  }
  .bg-soft-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
  }
  .bg-soft-warning {
    background-color: rgba(255, 193, 7, 0.1);
    color: #856404;
  }
  .bg-soft-info {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0c4128;
  }
  .bg-soft-secondary {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
  }
  .avatar-sm {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
  .custom-role-check .btn-check:checked + .btn-outline-secondary {
    color: white;
    border-color: var(--primary-color);
  }
  .icon-expandable {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    max-width: 40px;
    white-space: nowrap;
    border: 1px solid transparent;
    cursor: pointer;
    vertical-align: middle;
  }
  .icon-expandable .icon-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    background: transparent;
  }
  .icon-expandable .icon-text {
    opacity: 0;
    margin-left: 0;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--dark-color);
    transform: translateX(-10px);
    transition: all 0.3s ease;
    padding-right: 0;
  }
  .icon-expandable:hover, .icon-expandable.active {
    max-width: 200px;
    padding-right: 1.25rem;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .icon-expandable:hover .icon-text, .icon-expandable.active .icon-text {
    opacity: 1;
    transform: translateX(0);
    margin-left: 0.5rem;
  }
  .icon-expandable.locked {
    background: #f8f9fa;
  }
  .icon-expandable.locked .icon-circle {
    color: #6c757d;
  }
  .icon-expandable.locked:hover {
    background: #fff;
  }
  .icon-expandable.locked:hover .icon-text {
    color: #dc3545;
  }
  .icon-expandable.live-indicator .icon-circle {
    color: #1cc88a;
  }
  .icon-expandable.live-indicator:hover .icon-text {
    color: #1cc88a;
  }
  .btn-pill-dropdown {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 0.75rem;
    background: #fff;
    border: 1px solid #e3e6f0;
    border-radius: 50px;
    color: var(--dark-color);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    text-decoration: none !important;
  }
  .btn-pill-dropdown:hover, .btn-pill-dropdown[aria-expanded=true] {
    background: #f8f9fa;
    border-color: #d1d3e2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    color: var(--primary-color);
    transform: translateY(-1px);
  }
  .btn-pill-dropdown .icon-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #6c757d;
  }
  .btn-pill-dropdown .chevron {
    font-size: 0.7em;
    margin-left: auto;
    opacity: 0.5;
  }
}
body {
  font-family: "Quicksand", sans-serif !important;
}

.jul {
  font-family: "Julius Sans One", sans-serif;
}

.qs {
  font-family: "Quicksand", sans-serif;
}

.exo {
  font-family: "Exo", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.soli {
  font-family: "Solitreo", cursive;
}

.gv {
  font-family: "Great Vibes", cursive;
}

.pf {
  font-family: "Playfair Display", serif;
}

.card-body.light {
  color: black;
  background-color: white;
}

.card-body.dark {
  color: white;
  background-color: #212529;
}

.page-container.light {
  color: black;
  background-color: white;
}

.page-container.dark {
  color: white;
  background-color: #212529;
}

.church {
  min-height: 90vh;
  background-image: url(/assets/chruch-dbcca1f753656c221eadaecd18470c3239f431e7e628dae762c43fb0bd313d54.png);
  background-repeat: repeat;
}

.app-page.light {
  min-height: 90vh;
  background-image: url(/assets/chruch-dbcca1f753656c221eadaecd18470c3239f431e7e628dae762c43fb0bd313d54.png);
  background-repeat: repeat;
}

.app-page.dark {
  min-height: 90vh;
  background-image: url(/assets/chruch-dark-785d9c687ad56b3254e4e582e7c291e559b08328063bb5e521390a7859b63fe8.png);
  background-repeat: repeat;
}

.sand {
  background-image: url(/assets/grey_sandbag-7f621f4de2e68ab395222cb4516ba6b7059b03ad514134693bca147e6d9282c4.png);
  background-repeat: repeat;
}

/* Status Badge Soft Colors - Global */
.bg-primary-soft, .badge-soft-primary {
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}

.text-primary-dark {
  color: #0a58ca;
}

.bg-warning-soft, .badge-soft-warning {
  background-color: rgba(255, 193, 7, 0.15);
  color: #856404;
}

.bg-info-soft, .badge-soft-info {
  background-color: rgba(13, 202, 240, 0.1);
  color: #0dcaf0;
}

.text-info-dark {
  color: #0aa2c0;
}

.bg-success-soft, .badge-soft-success {
  background-color: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.text-success-dark {
  color: #146c43;
}

.bg-danger-soft, .badge-soft-danger {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.text-danger-dark {
  color: #b02a37;
}

.badge-soft-teal {
  background-color: rgba(32, 201, 151, 0.1);
  color: #20c997;
}

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

.card {
  border: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.main_menu.light {
  background-color: #f1d0d8;
}

.main_menu.dark {
  background-color: #9a0054;
}

.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

.dark-mode {
  color: #ffffff;
}

.light-mode {
  color: #000000;
}

.card-img-overlay-bottom {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.text-bold {
  font-weight: bold;
}

.text-bolder {
  font-weight: bolder;
}

.text-underline {
  text-decoration: underline;
}

.contact-info {
  background-image: url(/assets/1x/hex-floral-1-803ff067e849ce51ceb46801232bc474794533e7aaf452094fe045fb4498aa95.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.filtered {
  -webkit-filter: url(#f1);
  filter: url(#f1);
}

.d-placehold-32 {
  min-height: 32px;
}

.dropdown-menu {
  z-index: 1021;
}

.fade-in {
  opacity: 0.25;
  transition: opacity 1s ease-in-out;
}

.fade-in.is-visible {
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes premiumEntry {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.premium-entry {
  animation: premiumEntry 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.gold-gradient {
  position: relative;
  display: inline-block;
  font-size: 2em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gold-gradient::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-text-fill-color: gold;
  opacity: 0;
  background: linear-gradient(to right, gold, #d3af5b);
  background-clip: text;
  -webkit-background-clip: text;
  animation: gold-gradient 10s linear infinite;
}

@keyframes gold-gradient {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.square-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trends-home-bg {
  background-color: #dbb7be;
}

.bg-black {
  background-color: black;
}

.a-notice-icon {
  position: absolute !important;
  bottom: 0px;
  right: 17px;
}

.a-notice-icon-mobile {
  position: absolute !important;
  bottom: 5px;
  right: 17px;
}

.results tr[visible=false],
.no-result {
  display: none;
}

.results tr[visible=true] {
  display: table-row;
}

.counter {
  padding: 8px;
  color: #ccc;
}

.crossed-out-label {
  text-decoration: line-through;
  color: #999;
  /* Optional: change the color to a muted one when crossed out */
}

.iti {
  width: 100%;
}

.office-event-registrations .card > .table-responsive {
  /* Allow dropdown menus to escape the table container without clipping */
  overflow: visible;
}

.office-event-registrations .dropdown-menu {
  /* Keep menus above table headers and nearby UI; below modals (z=1055) */
  z-index: 1051;
}

/* On small screens, ensure dropdown isn't clipped by narrow cells */
@media (max-width: 575.98px) {
  .office-event-registrations .dropdown-menu {
    min-width: 12rem;
    max-width: 90vw;
    word-wrap: break-word;
  }
}
/* UI Utilities */
.transition-all {
  transition: all 0.2s ease-in-out;
}

.hover-shadow-md:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-1px);
}

.hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.xsmall {
  font-size: 0.65rem;
}

.lp-hello2026 {
  font-family: "Outfit", sans-serif !important;
  color: #000;
  overflow-x: hidden;
}
.lp-hello2026 a {
  transition: all 0.3s ease;
}
.lp-hello2026 .lp-hello-hero {
  position: relative;
  background-color: #FF00CC;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-hello2026 .lp-hello-hero .lp-hello-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(135deg, #FF6B00 0%, #FF00CC 100%);
}
.lp-hello2026 .lp-hello-hero .lp-hello-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.lp-hello2026 .lp-hello-hero .container {
  position: relative;
  z-index: 2;
}
.lp-hello2026 .lp-hello-title {
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 4px 4px 0px #FF6B00;
  letter-spacing: -2px;
}
@media (max-width: 768px) {
  .lp-hello2026 .lp-hello-title {
    font-size: 3.5rem;
  }
}
.lp-hello2026 .lp-hello-title .lp-hello-year-v2 {
  color: #FFFFFF;
  text-shadow: none;
  display: inline-block;
}
.lp-hello2026 .lp-hello-subtitle {
  font-size: 1.5rem;
  color: #000000;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.5rem 1rem;
  transform: rotate(-2deg);
  font-weight: 700;
  margin-top: 1rem;
  box-shadow: 4px 4px 0px #000000;
}
.lp-hello2026 .lp-hello-pill {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  display: inline-block;
}
.lp-hello2026 .lp-hello-cta-box {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 4px solid #000000;
  padding: 2rem;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
  transform: rotate(1deg);
  max-width: 600px;
}
.lp-hello2026 .btn-hello-primary {
  background-color: #FF6B00;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 0px #000000;
  border-radius: 0;
  font-size: 1.25rem;
}
.lp-hello2026 .btn-hello-primary:hover {
  background-color: #FFFFFF;
  color: #FF6B00;
  border-color: #FF6B00;
  box-shadow: 2px 2px 0px #000000;
  transform: translate(2px, 2px);
}
.lp-hello2026 .btn-hello-outline {
  background-color: transparent;
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: 3px solid #000000;
  box-shadow: none;
  border-radius: 0;
}
.lp-hello2026 .btn-hello-outline:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.lp-hello2026 .lp-hello-urgency {
  background-color: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
.lp-hello2026 .lp-hello-urgency i {
  color: #FF6B00;
}
.lp-hello2026 .lp-hello-grid .lp-hello-figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 2px solid #000000;
  aspect-ratio: 3/4;
}
.lp-hello2026 .lp-hello-grid .lp-hello-figure img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-hello2026 .lp-hello-grid .lp-hello-figure .lp-hello-price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #FF00CC;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  font-weight: bold;
  box-shadow: 2px 2px 0px #000000;
}
.lp-hello2026 .lp-hello-grid .lp-hello-figure:hover img {
  transform: scale(1.05);
}
.lp-hello2026 .lp-hello-section {
  position: relative;
  padding: 5rem 0;
}
.lp-hello2026 .lp-hello-section.bg-white {
  background-color: #FFFFFF;
}
.lp-hello2026 .lp-hello-section.bg-light {
  background-color: #f0f0f0;
}
.lp-hello2026 .section-title {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.5rem;
}
.lp-hello2026 .section-title span {
  color: #FF00CC;
}
.lp-hello2026 .section-subtitle {
  font-size: 1.25rem;
  color: #555;
  font-weight: 500;
}
.lp-hello2026 .lp-hello-card {
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 6px 6px 0px #FF6B00;
  transition: all 0.2s ease;
}
.lp-hello2026 .lp-hello-card:hover {
  transform: translateY(-5px);
  box-shadow: 8px 8px 0px #FF00CC;
}
.lp-hello2026 .lp-hello-card .lp-hello-icon {
  font-size: 3rem;
  color: #000000;
}
.lp-hello2026 .lp-hello-card h5 {
  font-weight: 800;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.lp-hello2026 .lp-hello-rsvp {
  background: #FFFFFF;
  border: 4px solid #000000;
  box-shadow: 10px 10px 0px #FF00CC;
  padding: 2rem;
}
.lp-hello2026 .lp-hello-faq-card {
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
.lp-hello2026 .lp-hello-faq-card .card-header {
  background: transparent;
  border: none;
  padding: 1.5rem 0;
}
.lp-hello2026 .lp-hello-faq-card .card-header button {
  color: #000000;
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.lp-hello2026 .lp-hello-faq-card .card-header button span {
  text-align: left;
  margin-right: 1rem;
  flex: 1;
}
.lp-hello2026 .lp-hello-faq-card .card-header button:after {
  content: "+";
  font-size: 2rem;
  line-height: 1rem;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  flex-shrink: 0;
}
.lp-hello2026 .lp-hello-faq-card .card-header button[aria-expanded=true]:after {
  content: "-";
}
.lp-hello2026 .lp-hello-faq-card .card-header button:focus {
  box-shadow: none;
}
.lp-hello2026 .lp-hello-faq-card .card-body {
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #333;
}
.lp-hello2026 .reveal-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.lp-hello2026 .reveal-up.revealed {
  opacity: 1;
  transform: translateY(0);
}
.lp-hello2026 .reveal-fade {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.lp-hello2026 .reveal-fade.revealed {
  opacity: 1;
}
