
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #12857C;
  --bs-secondary: #0E6E66;
  --bs-success: #12857C;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 18, 133, 124;
  --bs-secondary-rgb: 14, 110, 102;
  --bs-success-rgb: 18, 133, 124;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 245, 245, 240;
  --bs-body-bg-rgb: 29, 42, 39;
  --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #F5F5F0;
  --bs-body-bg: #1D2A27;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0E6E66;
  text-decoration: underline;
}
a:hover {
  color: #0b5852;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.6rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #F5F5F0;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #F5F5F0;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #F5F5F0;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #F5F5F0;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #d0e7e5;
  --bs-table-striped-bg: #c6dbda;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbd0ce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0d6d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bbd0ce;
}

.table-secondary {
  --bs-table-bg: #cfe2e0;
  --bs-table-striped-bg: #c5d7d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1cf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbca;
}

.table-success {
  --bs-table-bg: #d0e7e5;
  --bs-table-striped-bg: #c6dbda;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbd0ce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0d6d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bbd0ce;
}

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

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

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

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

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

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

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

.col-form-label {
  padding-top: calc(0.375rem + 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;
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F5F5F0;
  background-color: #1D2A27;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.85rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #F5F5F0;
  background-color: #1D2A27;
  border-color: #89c2be;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #F5F5F0;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #F5F5F0;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #F5F5F0;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.6rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.15rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.85rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.85rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F5F5F0;
  background-color: #1D2A27;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.85rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #89c2be;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #F5F5F0;
}

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

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #1D2A27;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #89c2be;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}
.form-check-input:checked {
  background-color: #12857C;
  border-color: #12857C;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #12857C;
  border-color: #12857C;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2389c2be'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #1D2A27, 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #1D2A27, 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #12857C;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b8dad8;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #12857C;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b8dad8;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F5F5F0;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.85rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.6rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(18, 133, 124, 0.9);
  border-radius: 0.85rem;
}

.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: #12857C;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2312857C' 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: #12857C;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #12857C;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2312857C' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #12857C;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #12857C;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #12857C;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #12857C;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.85rem;
}

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem 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;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #F5F5F0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.85rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #F5F5F0;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #12857C;
  border-color: #12857C;
}
.btn-primary:hover {
  color: #000;
  background-color: #369790;
  border-color: #2a9189;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #369790;
  border-color: #2a9189;
  box-shadow: 0 0 0 0.25rem rgba(15, 113, 105, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #419d96;
  border-color: #2a9189;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 113, 105, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #12857C;
  border-color: #12857C;
}

.btn-secondary {
  color: #fff;
  background-color: #0E6E66;
  border-color: #0E6E66;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0c5e57;
  border-color: #0b5852;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #0c5e57;
  border-color: #0b5852;
  box-shadow: 0 0 0 0.25rem rgba(50, 132, 125, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0b5852;
  border-color: #0b534d;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 132, 125, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #0E6E66;
  border-color: #0E6E66;
}

.btn-success {
  color: #000;
  background-color: #12857C;
  border-color: #12857C;
}
.btn-success:hover {
  color: #000;
  background-color: #369790;
  border-color: #2a9189;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #369790;
  border-color: #2a9189;
  box-shadow: 0 0 0 0.25rem rgba(15, 113, 105, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #419d96;
  border-color: #2a9189;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 113, 105, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #12857C;
  border-color: #12857C;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #12857C;
  border-color: #12857C;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #12857C;
  border-color: #12857C;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #12857C;
  border-color: #12857C;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #12857C;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #0E6E66;
  border-color: #0E6E66;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0E6E66;
  border-color: #0E6E66;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(14, 110, 102, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #0E6E66;
  border-color: #0E6E66;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(14, 110, 102, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #0E6E66;
  background-color: transparent;
}

.btn-outline-success {
  color: #12857C;
  border-color: #12857C;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #12857C;
  border-color: #12857C;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #12857C;
  border-color: #12857C;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #12857C;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0E6E66;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0b5852;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.15rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.6rem;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #F5F5F0;
  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.85rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 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;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #12857C;
}
.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 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #12857C;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0E6E66;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0b5852;
}
.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: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.85rem;
  border-top-right-radius: 0.85rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.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: #1D2A27;
  border-color: #dee2e6 #dee2e6 #1D2A27;
}
.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.85rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #12857C;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}

.navbar-text {
  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.85rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

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

.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.55);
}
.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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55);
}
.navbar-light .navbar-text a,
.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.55);
}
.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 .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.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.85rem;
}
.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.85rem - 1px);
  border-top-right-radius: calc(0.85rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.85rem - 1px);
  border-bottom-left-radius: calc(0.85rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  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.85rem - 1px) calc(0.85rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  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.85rem - 1px) calc(0.85rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

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

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #F5F5F0;
  text-align: left;
  background-color: #1D2A27;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #107870;
  background-color: #e7f3f2;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23107870'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F5F5F0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #89c2be;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #1D2A27;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.85rem;
  border-top-right-radius: 0.85rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.85rem - 1px);
  border-top-right-radius: calc(0.85rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.85rem;
  border-bottom-left-radius: 0.85rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.85rem - 1px);
  border-bottom-left-radius: calc(0.85rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.85rem;
  border-bottom-left-radius: 0.85rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0E6E66;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0b5852;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0b5852;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #12857C;
  border-color: #12857C;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.85rem;
  border-bottom-left-radius: 0.85rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.85rem;
  border-bottom-right-radius: 0.85rem;
}

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #0b504a;
  background-color: #d0e7e5;
  border-color: #b8dad8;
}
.alert-primary .alert-link {
  color: #09403b;
}

.alert-secondary {
  color: #08423d;
  background-color: #cfe2e0;
  border-color: #b7d4d1;
}
.alert-secondary .alert-link {
  color: #063531;
}

.alert-success {
  color: #0b504a;
  background-color: #d0e7e5;
  border-color: #b8dad8;
}
.alert-success .alert-link {
  color: #09403b;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #12857C;
  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;
  }
}

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

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

.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: #F5F5F0;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  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: #12857C;
  border-color: #12857C;
}
.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.85rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.85rem;
  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.85rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.85rem;
    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.85rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.85rem;
    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.85rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.85rem;
    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.85rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.85rem;
    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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.85rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.85rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .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: #0b504a;
  background-color: #d0e7e5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b504a;
  background-color: #bbd0ce;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0b504a;
  border-color: #0b504a;
}

.list-group-item-secondary {
  color: #08423d;
  background-color: #cfe2e0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #08423d;
  background-color: #bacbca;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #08423d;
  border-color: #08423d;
}

.list-group-item-success {
  color: #0b504a;
  background-color: #d0e7e5;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0b504a;
  background-color: #bbd0ce;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0b504a;
  border-color: #0b504a;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.85rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 133, 124, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.85rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 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.85rem - 1px);
  border-top-right-radius: calc(0.85rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.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: 1.15rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(1.15rem - 1px);
  border-top-right-radius: calc(1.15rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(1.15rem - 1px);
  border-bottom-left-radius: calc(1.15rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .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;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  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.85rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: 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: 1.15rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(1.15rem - 1px);
  border-top-right-radius: calc(1.15rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #F5F5F0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.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;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

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

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

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

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

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

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

.link-primary {
  color: #12857C;
}
.link-primary:hover, .link-primary:focus {
  color: #419d96;
}

.link-secondary {
  color: #0E6E66;
}
.link-secondary:hover, .link-secondary:focus {
  color: #0b5852;
}

.link-success {
  color: #12857C;
}
.link-success:hover, .link-success:focus {
  color: #419d96;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

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

.opacity-75 {
  opacity: 0.75 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #12857C !important;
}

.border-secondary {
  border-color: #0E6E66 !important;
}

.border-success {
  border-color: #12857C !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

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

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

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

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

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

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

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

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

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

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

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

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

  .p-sm-4 {
    padding: 1.5rem !important;
  }

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

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

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

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

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

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

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

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

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

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

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

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

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

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

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

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

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

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

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

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

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

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

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

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

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

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

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

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

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

  .ps-md-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

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

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

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

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

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

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

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

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

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

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

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

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

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

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

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

  .p-lg-4 {
    padding: 1.5rem !important;
  }

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

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

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

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

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

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

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

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

:root {
  --z-base: 0;
  --z-sticky: 100;
  --z-nav: 200;
  --z-dropdown: 300;
  --z-preview: 400;
  --z-modal: 500;
  --z-flash: 600;
  --z-onboarding: 700;
  --tap-radius: 16px;
  --tap-radius-sm: 12px;
  --app-w: 1320px;
  --app-fd: "Unbounded", "Inter", system-ui, sans-serif;
  --app-fb: "Inter", system-ui, -apple-system, sans-serif;
  --tap-green: #1B8585;
  --tap-green-deep: #2AA79B;
  --tap-green-dark: #0F1815;
  --tap-green-mid: #1B8585;
  --tap-green-light: #2AA79B;
  --tap-green-tint: #1C4741;
  --tap-accent: #F05A4A;
  --tap-graph: #0F1815;
  --tap-bg: #1D2A27;
  --tap-surface: #263733;
  --tap-ink: #F5F5F0;
  --tap-ink-sub: #A9BEBA;
  --tap-ink-faint: #8AA09B;
  --tap-line: #3A4F4A;
  --tap-field: #2C403C;
  --tap-danger: #FF7A6E;
  --tap-danger-bg: rgba(240,90,74,.15);
  --tap-danger-line: rgba(240,90,74,.45);
  --tap-readonly: #1B2A27;
}

body {
  font-family: var(--app-fb);
  background: var(--tap-bg);
  color: var(--tap-ink);
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: var(--app-fd);
  letter-spacing: -0.01em;
}

.app-shell {
  width: 100%;
  max-width: var(--app-w);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 32px;
}

.qomp-nav .container {
  max-width: var(--app-w);
  padding-left: 24px;
  padding-right: 24px;
}

.qomp-nav {
  background: var(--tap-graph);
  padding-top: 12px;
  padding-bottom: 12px;
}

.qomp-brand span {
  font-family: var(--app-fd);
  font-weight: 700;
  font-size: 18px;
  color: #F5EFE2;
  letter-spacing: -0.01em;
}

.qomp-nav .nav-link {
  color: #C4CEC9 !important;
  font-weight: 500;
}

.qomp-nav .nav-link:hover {
  color: #fff !important;
}

.qomp-footer {
  background: var(--tap-graph);
  color: #C4CEC9;
}

.qomp-footer a {
  color: #C4CEC9;
  text-decoration: none;
}

.qomp-footer a:hover {
  color: #fff;
}

.tap-foot__brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--tap-ink-sub);
}

.tap-foot__brand:hover {
  color: var(--tap-green-deep);
}

.tap-foot__brand span {
  font-family: var(--app-fd);
  font-weight: 500;
  font-size: 13px;
}

.tap-foot__cta b {
  color: var(--tap-green-deep);
  font-weight: 700;
}

.tap-foot__logo {
  border-radius: 7px;
  display: block;
}

.tap-page {
  min-height: 100vh;
  background: var(--tap-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 40px;
}

.tap-card {
  --tap-ink: #241F1A;
  --tap-ink-sub: #736E62;
  --tap-ink-faint: #9A9384;
  --tap-line: #E7DFCD;
  --tap-surface: #FFFDF7;
  --tap-field: #FBF8EF;
  --tap-green-tint: #DDF0ED;
  --tap-green-deep: #0E6E66;
  --tap-danger: #C0392B;
  --tap-danger-bg: #fde8e6;
  --tap-danger-line:#f3c1bd;
  --tap-readonly: #F1ECDE;
  width: 100%;
  max-width: 440px;
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-line);
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

.tap-card--wm::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--wm-image);
  background-repeat: repeat;
  background-position: 0 var(--wm-top, 0px);
  filter: grayscale(1);
  pointer-events: none;
}

.tap-card--wmdiag::before {
  inset: -220%;
  background-position: center;
  transform: rotate(var(--wm-rotate, 0deg));
  transform-origin: center;
}

.tap-card--wm > * {
  position: relative;
  z-index: 1;
}

.tap-card--wmbox .tap-identity {
  background: var(--wm-box, var(--tap-surface));
  margin: 8px 18px 2px;
  padding: 12px 16px 12px;
  border-radius: 16px;
  border: 1px solid rgba(120, 120, 120, 0.14);
  box-shadow: 0 2px 14px -7px rgba(0, 0, 0, 0.28);
}

.tap-card--wmbox .tap-banner {
  box-shadow: 0 1px 0 0 var(--wm-box, var(--tap-surface));
}

.tap-card--wmbox .tap-foot__cta {
  background: var(--wm-box, var(--tap-surface));
  padding: 2px 3px;
  border-radius: 8px;
  border: 1px solid rgba(120, 120, 120, 0.12);
  box-shadow: 0 1px 8px -4px rgba(0, 0, 0, 0.25);
}

.tap-banner {
  height: 116px;
  background: var(--tap-green-dark);
  background-size: cover;
  background-position: center;
  position: relative;
}

.tap-avatar-wrap {
  display: flex;
  justify-content: center;
  margin-top: -52px;
  position: relative;
  z-index: 2;
}

.tap-avatar {
  width: 96px;
  height: 96px;
  min-width: 96px;
  min-height: 96px;
  flex: none;
  border-radius: 50%;
  border: 4px solid var(--tap-surface);
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--tap-green);
}

.tap-identity {
  text-align: center;
  padding: 12px 20px 4px;
}

.tap-name {
  font-size: 22px;
  font-weight: 600;
  color: var(--tap-ink);
  margin: 0;
}

.tap-role {
  font-size: 14px;
  color: var(--tap-ink-sub);
  margin: 2px 0 0;
}

.tap-company {
  font-size: 13px;
  color: var(--tap-green-deep);
  font-weight: 500;
  margin: 4px 0 0;
}

.tap-bio {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--tap-ink-sub);
  margin: 9px auto 0;
  max-width: 30ch;
}

.tap-actions {
  padding: 8px 20px 4px;
}

.tap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--tap-radius-sm);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 0.5px solid transparent;
  cursor: pointer;
  transition: filter 0.15s ease, background 0.15s ease;
}

.tap-btn svg {
  width: 19px;
  height: 19px;
}

.tap-btn--primary {
  background: var(--tap-green);
  color: #fff;
}

.tap-btn--primary:hover {
  filter: brightness(0.94);
  color: #fff;
}

.tap-btn--ghost {
  background: var(--tap-surface);
  color: var(--tap-ink);
  border-color: var(--tap-line);
}

.tap-btn--ghost:hover {
  background: rgba(27, 133, 133, 0.16);
  color: var(--tap-ink);
}

.tap-wallets {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.tap-wallets .tap-btn {
  font-size: 13px;
  padding: 10px 12px;
}

.tap-links {
  padding: 10px 16px 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tap-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius-sm);
  text-decoration: none;
  color: var(--tap-ink);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.tap-link:hover {
  border-color: var(--tap-green);
  background: rgba(27, 133, 133, 0.1);
  color: var(--tap-ink);
}

.tap-link__icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tap-link__icon svg {
  width: 19px;
  height: 19px;
}

.tap-link__body {
  flex: 1 1 auto;
  min-width: 0;
}

.tap-link__label {
  display: block;
  font-size: 11px;
  color: var(--tap-ink-faint);
}

.tap-link__value {
  display: block;
  font-size: 14px;
  color: var(--tap-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tap-link__chev {
  flex: 0 0 auto;
  color: #C4C4C4;
}

.tap-link__chev svg {
  width: 18px;
  height: 18px;
}

.tap-qr {
  margin: 12px 16px 4px;
  padding: 16px;
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.tap-qr img {
  width: 180px;
  height: 180px;
}

.tap-qr__caption {
  font-size: 12px;
  color: var(--tap-ink-faint);
}

.tap-stat {
  margin: 12px 16px 0;
  padding: 10px 14px;
  background: var(--tap-green-tint);
  border-radius: var(--tap-radius-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tap-stat__label {
  font-size: 13px;
  color: var(--tap-green-deep);
}

.tap-stat__value {
  font-size: 18px;
  font-weight: 600;
  color: var(--tap-green-deep);
}

.tap-foot {
  padding: 14px;
  text-align: center;
  font-size: 11px;
  color: var(--tap-ink-faint);
}

.tap-foot a {
  color: var(--tap-ink-faint);
  text-decoration: none;
}

.tap-ownerbar {
  width: 100%;
  max-width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.tap-ownerbar a {
  font-size: 14px;
  color: var(--tap-green-deep);
  text-decoration: none;
  font-weight: 500;
}

.tap-shell {
  max-width: var(--app-w);
  margin: 0 auto;
}

.tap-panel {
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius);
  padding: 20px 22px;
  margin-bottom: 18px;
}

.tap-panel__title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tap-ink-sub);
  margin: 0 0 14px;
}

.tap-link-editor {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tap-link-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius-sm);
  background: var(--tap-surface);
}

.tap-link-row.dragging {
  opacity: 0.5;
}

.tap-link-row.drop-target {
  border-color: var(--tap-green);
  background: rgba(27, 133, 133, 0.1);
}

.tap-link-row__handle {
  cursor: grab;
  color: var(--tap-ink-faint);
  display: flex;
}

.tap-link-row__handle svg {
  width: 18px;
  height: 18px;
}

.tap-link-row select,
.tap-link-row input {
  margin: 0;
}

.tap-link-row__kind {
  flex: 0 0 150px;
}

.tap-link-row__value {
  flex: 1 1 auto;
}

.tap-link-row__probar {
  flex: 0 1 auto;
  max-width: 190px;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tap-ink-faint);
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  padding: 6px;
  white-space: nowrap;
  overflow: hidden;
}

.tap-link-row__probar span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.tap-link-row__probar:hover {
  color: var(--tap-green);
  text-decoration: underline;
}

@media (max-width: 560px) {
  .tap-link-row__probar span {
    display: none;
  }
}
.tap-link-row__del {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: var(--tap-danger);
  cursor: pointer;
  display: flex;
  padding: 6px;
}

.tap-link-row__del svg {
  width: 18px;
  height: 18px;
}

.tap-add-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 9px 14px;
  border: 0.5px dashed var(--tap-green);
  border-radius: var(--tap-radius-sm);
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.tap-dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.tap-dash-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}

.tap-mini {
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius);
  padding: 20px 22px;
  text-decoration: none;
  color: var(--tap-ink);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}

.tap-mini:hover {
  border-color: var(--tap-green);
  color: var(--tap-ink);
  box-shadow: 0 10px 26px -18px rgba(36, 31, 26, 0.5);
}

.tap-mini__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--tap-green-tint);
  flex: none;
}

.tap-mini__name {
  font-weight: 700;
  font-size: 17px;
}

.tap-mini__meta {
  font-size: 13px;
  color: var(--tap-ink-sub);
  margin-top: 2px;
}

.tap-quick {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 20px 2px;
}

.tap-quick[hidden] {
  display: none;
}

.tap-quick__ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.12s ease, filter 0.12s ease;
}

.tap-quick__ico:hover {
  transform: translateY(-2px);
  filter: brightness(0.96);
  color: var(--tap-green-deep);
}

.qi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.qi-kick {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='M6%206h7v20H6z'/%3E%3Cpath%20d='M13%2010h5v6h-5z'/%3E%3Cpath%20d='M18%206h6v6h-6z'/%3E%3Cpath%20d='M13%2016h5v6h-5z'/%3E%3Cpath%20d='M18%2020h6v6h-6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='M6%206h7v20H6z'/%3E%3Cpath%20d='M13%2010h5v6h-5z'/%3E%3Cpath%20d='M18%206h6v6h-6z'/%3E%3Cpath%20d='M13%2016h5v6h-5z'/%3E%3Cpath%20d='M18%2020h6v6h-6z'/%3E%3C/svg%3E");
}

.tap-link-row__ico {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  font-size: 15px;
}

.tap-card--onDark {
  --tap-ink: #F5F5F0;
  --tap-ink-sub: rgba(255,255,255,.75);
  --tap-ink-faint: rgba(255,255,255,.55);
  --tap-line: rgba(255,255,255,.18);
  --tap-surface: rgba(255,255,255,.08);
  --tap-field: rgba(255,255,255,.10);
  --tap-green-tint: rgba(255,255,255,.14);
  --tap-green-deep: #7FD8CE;
}
.tap-card--onDark .tap-name {
  color: #fff;
}
.tap-card--onDark .tap-role, .tap-card--onDark .tap-company {
  color: rgba(255, 255, 255, 0.82);
}
.tap-card--onDark .tap-bio {
  color: rgba(255, 255, 255, 0.74);
}
.tap-card--onDark .tap-quick__ico {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.tap-card--onDark .tap-link {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.tap-card--onDark .tap-link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.tap-card--onDark .tap-link__icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.tap-card--onDark .tap-link__label {
  color: rgba(255, 255, 255, 0.6);
}
.tap-card--onDark .tap-link__value {
  color: #fff;
}
.tap-card--onDark .tap-foot__brand {
  color: rgba(255, 255, 255, 0.8);
}
.tap-card--onDark .tap-foot__cta b {
  color: #fff;
}

.tap-leads {
  margin: 12px 16px 0;
  padding: 12px 14px;
  border: 1px solid var(--tap-line);
  border-radius: var(--tap-radius-sm);
  background: var(--tap-surface);
}

.tap-leads__title {
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--tap-ink);
  font-size: 14px;
}

.tap-leads__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid var(--tap-line);
}

.tap-leads__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.tap-leads__name {
  font-weight: 600;
  color: var(--tap-ink);
}

.tap-leads__meta a {
  color: var(--tap-green-deep);
  text-decoration: none;
  margin-right: 12px;
  font-size: 13px;
}

.tap-leads__date {
  color: var(--tap-ink-faint);
  font-size: 12px;
}

.tap-leads__acts {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.tap-leads__acts form {
  margin: 0;
  display: inline;
}

.tap-iconbtn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tap-line);
  border-radius: 9px;
  background: var(--tap-surface);
  color: var(--tap-green-deep);
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
}

.tap-iconbtn:hover {
  background: var(--tap-green-tint);
}

.tap-iconbtn--del {
  color: var(--tap-danger);
}

.tap-iconbtn--del:hover {
  background: var(--tap-danger-bg);
  border-color: var(--tap-danger-line);
}

.tap-colorfield {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.tap-swatch {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--tap-line);
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%);
  background-size: 12px 12px;
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
}

.tap-swatch__fill {
  position: absolute;
  inset: 0;
}

.tap-colorfield__hex {
  font-size: 13px;
  color: var(--tap-ink-sub);
  font-family: monospace;
}

.tap-colorfield__reset {
  font-size: 12px;
  color: var(--tap-green-deep);
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
}

.tap-cpop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: var(--z-dropdown);
  margin-top: 8px;
  width: 236px;
  background: var(--tap-surface);
  border: 1px solid var(--tap-line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 20px 50px -18px rgba(0, 0, 0, 0.5);
}

.tap-cpop[hidden] {
  display: none;
}

.tap-cpop__row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.tap-cpwheel {
  position: relative;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  cursor: crosshair;
  flex: 0 0 auto;
  background: radial-gradient(circle at center, #fff 0%, rgba(255, 255, 255, 0) 72%), conic-gradient(red, yellow, lime, aqua, blue, fuchsia, red);
}

.tap-cpwheel__val {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  pointer-events: none;
}

.tap-cpwheel__knob {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.tap-cpslider {
  position: relative;
  width: 22px;
  border-radius: 11px;
  cursor: pointer;
  flex: 0 0 auto;
  background: linear-gradient(to top, #000, var(--cp-hue, #f00));
}

.tap-cpslider__knob {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 8px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.tap-cpop__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.tap-cpop__hex {
  flex: 1 1 auto;
  width: 100%;
  border: 1px solid var(--tap-line);
  border-radius: 9px;
  padding: 8px 10px;
  font-family: monospace;
  font-size: 14px;
  text-transform: uppercase;
}

.tap-cpop__q {
  width: 26px;
  height: 26px;
}

.tap-imgnote {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--tap-ink-sub);
  background: var(--tap-green-tint);
  border-radius: 10px;
  padding: 10px 12px;
}

.tap-imgnote i {
  color: var(--tap-green-deep);
  margin-right: 4px;
}

.announcement strong {
  color: #495057;
  font-weight: 900;
}

.unread-announcements:before {
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dc3545;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 6px;
}

.qtaller {
  --qt-fondo: #121C1A;
  --qt-panel: #1A2523;
  --qt-panel-2: #22302D;
  --qt-panel-3: #2A3A36;
  --qt-linea: #2E3F3A;
  --qt-linea-2: #26332F;
  --qt-texto: #E9F0EC;
  --qt-texto-2: #A6BAB3;
  --qt-texto-3: #7A8E87;
  --qt-teal: #2AA79B;
  --qt-teal-h: #12857C;
  --qt-coral: #E0674E;
  --qt-oro: #D9A441;
  position: relative;
  min-height: 100vh;
  margin: 0;
  padding: 0 0 60px;
  background: var(--qt-fondo);
  color: var(--qt-texto);
}
.qtaller__bar {
  position: sticky;
  top: 0;
  z-index: var(--z-nav);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  background: rgba(18, 28, 26, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--qt-linea);
}
.qtaller__back {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--qt-panel-2);
  border: 1px solid var(--qt-linea-2);
  color: var(--qt-texto-2);
  text-decoration: none;
  transition: color 0.16s, border-color 0.16s;
}
.qtaller__back:hover {
  color: var(--qt-texto);
  border-color: var(--qt-teal);
}
.qtaller__ident {
  flex: 1;
  min-width: 0;
}
.qtaller__titlewrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.qtaller__h1 {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--qt-texto);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qtaller__h1.is-placeholder {
  color: var(--qt-texto-3);
  font-weight: 400;
}
.qtaller__titleinput {
  flex: 1;
  min-width: 0;
  background: var(--qt-panel-2);
  border: 1px solid var(--qt-teal);
  border-radius: 9px;
  padding: 7px 11px;
  color: var(--qt-texto);
  font-size: 0.95rem;
}
.qtaller__titleedit {
  border: 0;
  background: none;
  padding: 4px;
  color: var(--qt-texto-3);
  cursor: pointer;
  font-size: 0.82rem;
}
.qtaller__titleedit:hover {
  color: var(--qt-teal);
}
.qtaller__acciones {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.qtaller__abrir {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--qt-teal);
  color: #0C1615;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 9px 14px;
  border-radius: 10px;
  text-decoration: none;
}
.qtaller__abrir:hover {
  background: #31BBAD;
  color: #0C1615;
}
.qtaller__estado {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--qt-teal);
  white-space: nowrap;
}
.qtaller__estado.is-sucio {
  color: var(--qt-oro);
}
.qtaller__rielsep {
  display: block;
  height: 1px;
  margin: 4px 6px;
  background: var(--qt-linea);
}
.qtaller__auto {
  cursor: pointer;
  margin: 0;
}
.qtaller__auto:hover {
  color: var(--qt-texto);
}
.qtaller.is-autosave .qtaller__auto {
  background: rgba(42, 167, 155, 0.16);
  color: var(--qt-teal);
}
.qtaller__plantwrap {
  position: relative;
}
.qtaller__plantbtn {
  position: relative;
  width: 100%;
}
.qtaller__candadito {
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-size: 0.58rem;
  color: var(--qt-oro);
}
.qtaller__abanico {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: var(--z-modal);
  pointer-events: none;
}
.qtaller__abanico.is-open {
  pointer-events: auto;
}
.qtaller__abanico[hidden] {
  display: none;
}
.qtaller__plant {
  position: absolute;
  left: 0;
  top: 0;
  margin: -25px 0 0 -21px;
  width: 42px;
  height: 50px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 9px;
  background: transparent;
  box-shadow: 0 0 0 1px var(--qt-linea), 0 10px 24px -10px rgba(0, 0, 0, 0.8);
  display: grid;
  place-items: center;
  transform: rotate(var(--a, 0deg)) translateX(0) rotate(calc(-1 * var(--a, 0deg))) scale(0.3);
  opacity: 0;
  transition: transform 0.34s cubic-bezier(0.2, 0.9, 0.3, 1.1), opacity 0.2s, box-shadow 0.16s;
  transition-delay: var(--t, 0ms);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.75));
}
.qtaller__plant:hover {
  filter: drop-shadow(0 0 8px var(--c)) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.85));
}
.qtaller__plant.is-on {
  filter: drop-shadow(0 0 9px var(--qt-teal)) drop-shadow(0 10px 22px rgba(0, 0, 0, 0.8));
}
.qtaller__plant.is-on .qtaller__mini {
  outline: 2px solid var(--qt-teal);
  outline-offset: 1px;
}
.qtaller__abanico.is-open .qtaller__plant {
  transform: rotate(var(--a, 0deg)) translateX(var(--r, 150px)) rotate(calc(-1 * var(--a, 0deg))) scale(1);
  opacity: 1;
}
.qtaller__mini {
  width: 38px;
  height: 46px;
  display: block;
  border-radius: 6px;
  transition: transform 0.16s;
}
.qtaller__plant:hover .qtaller__mini {
  transform: scale(1.08);
}
.qtaller__plantok {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--qt-teal);
  color: #08100F;
  display: none;
  place-items: center;
  font-size: 0.55rem;
  box-shadow: 0 0 0 2px #121C1A;
}
.qtaller__plant.is-on .qtaller__plantok {
  display: grid;
}
.qtaller__plantcorte {
  display: grid;
  place-items: center;
  width: 30px;
  height: 50px;
  flex: 0 0 30px;
  color: var(--qt-oro);
  font-size: 0.78rem;
  border-left: 1px dashed var(--qt-oro);
  margin: 0 2px;
}
.qtaller__plantia {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--qt-oro);
  color: #1A1405;
  display: grid;
  place-items: center;
  font-size: 0.5rem;
  box-shadow: 0 0 0 2px #121C1A;
}
.qtaller__plantnom {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.64rem;
  font-weight: 700;
  white-space: nowrap;
  color: var(--qt-texto-2);
  background: rgba(18, 28, 26, 0.92);
  padding: 2px 7px;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.14s;
  pointer-events: none;
}
.qtaller__plant:hover .qtaller__plantnom, .qtaller__plant.is-on .qtaller__plantnom {
  opacity: 1;
}
.qtaller__plantcerrado {
  position: absolute;
  left: 14px;
  top: -70px;
  width: 236px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  background: var(--qt-panel-2);
  border: 1px solid var(--qt-oro);
  border-radius: 14px;
  padding: 15px 16px;
  box-shadow: 0 22px 50px -20px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.2s, transform 0.2s;
}
.qtaller__plantcerrado > i {
  color: var(--qt-oro);
  font-size: 1.05rem;
}
.qtaller__plantcerrado b {
  font-size: 0.84rem;
}
.qtaller__plantcerrado span {
  font-size: 0.75rem;
  color: var(--qt-texto-3);
  line-height: 1.45;
}
.qtaller__plantcerrado .qtaller__btn {
  align-self: flex-start;
  margin-top: 3px;
}
.qtaller__abanico.is-open .qtaller__plantcerrado {
  opacity: 1;
  transform: none;
}
.qtaller__resumen {
  display: none;
}
.qtaller__cuerpo {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 18px 14px 0;
}
.qtaller__riel {
  flex: 0 0 66px;
  position: sticky;
  top: 74px;
  z-index: var(--z-sticky);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: var(--qt-panel);
  border: 1px solid var(--qt-linea-2);
  border-radius: 18px;
}
.qtaller__rielbtn {
  border: 0;
  background: none;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  gap: 2px;
  border-radius: 12px;
  color: var(--qt-texto-3);
  font-size: 1.02rem;
  transition: background 0.16s, color 0.16s;
}
.qtaller__rielbtn span {
  display: none;
}
.qtaller__rielbtn:hover {
  color: var(--qt-texto);
}
.qtaller__rielbtn.is-on {
  background: var(--qt-panel-3);
  color: var(--qt-teal);
}
.qtaller__forma {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.qtaller__riel.is-abanico {
  z-index: calc(var(--z-modal) + 4);
  overflow: visible;
}
.qtaller__plant.is-ensayo .qtaller__mini {
  outline: 2px dashed var(--qt-oro);
  outline-offset: 1px;
}
.qtaller__previo {
  flex: 0 0 316px;
  position: sticky;
  top: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.qtaller__tel {
  width: 300px;
  max-width: 100%;
  border-radius: 30px;
  padding: 9px;
  background: #0B1211;
  box-shadow: 0 28px 64px -26px rgba(0, 0, 0, 0.85), 0 0 0 1px var(--qt-linea);
}
.qtaller__telpant {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #1D2A27;
  max-height: 60vh;
  overflow-y: auto;
}
.qtaller__telpant.tiene-ensayo {
  height: 60vh;
  overflow: hidden;
}
.qtaller__telpant.tiene-ensayo .qtaller__telclasica {
  display: none;
}
.qtaller__ensayo {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #1D2A27;
  opacity: 0;
  transition: opacity 0.22s;
}
.qtaller__ensayo.is-on {
  opacity: 1;
}
.qtaller__ensayo[hidden] {
  display: none;
}
.qtaller__ensayo iframe {
  width: 390px;
  border: 0;
  display: block;
  transform-origin: top left;
}
.qtaller__ensayonota {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--qt-texto-2);
  background: rgba(10, 17, 16, 0.86);
  padding: 4px 8px;
  border-radius: 7px;
  pointer-events: none;
}
.qtaller__previopie {
  font-size: 0.76rem;
  color: var(--qt-texto-3);
  margin: 0;
}
.qtaller__previoacts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.qtaller__btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--qt-linea);
  background: var(--qt-panel-2);
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--qt-texto-2);
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.16s, color 0.16s;
}
.qtaller__btn:hover {
  border-color: var(--qt-teal);
  color: var(--qt-texto);
}
.qtaller__btn--primario {
  background: var(--qt-teal);
  border-color: var(--qt-teal);
  color: #0C1615;
}
.qtaller__btn--primario:hover {
  background: #31BBAD;
  color: #0C1615;
}
.qtaller__btn.is-ok {
  background: var(--qt-teal-h);
  border-color: var(--qt-teal-h);
  color: #EAFBF8;
}
.qtaller .tap-panel,
.qtaller .tap-editor {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.qtaller .tap-form-cols {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
.qtaller .tap-form-col {
  background: var(--qt-panel);
  border: 1px solid var(--qt-linea-2);
  border-radius: 18px;
  padding: 20px 22px;
  min-width: 0;
}
.qtaller .tap-panel__title {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  color: var(--qt-texto);
  margin: 0 0 14px;
}
.qtaller .form-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: var(--qt-texto-3);
  margin-bottom: 6px;
}
.qtaller .form-control,
.qtaller .form-select,
.qtaller input[type=text], .qtaller input[type=email], .qtaller input[type=tel],
.qtaller input[type=url], .qtaller input[type=number], .qtaller textarea {
  background: var(--qt-panel-2);
  border: 1px solid var(--qt-linea);
  border-radius: 11px;
  color: var(--qt-texto);
  padding: 11px 13px;
  font-size: 0.9rem;
}
.qtaller .form-control::-moz-placeholder, .qtaller .form-select::-moz-placeholder, .qtaller input[type=text]::-moz-placeholder, .qtaller input[type=email]::-moz-placeholder, .qtaller input[type=tel]::-moz-placeholder, .qtaller input[type=url]::-moz-placeholder, .qtaller input[type=number]::-moz-placeholder, .qtaller textarea::-moz-placeholder {
  color: var(--qt-texto-3);
}
.qtaller .form-control::placeholder,
.qtaller .form-select::placeholder,
.qtaller input[type=text]::placeholder, .qtaller input[type=email]::placeholder, .qtaller input[type=tel]::placeholder,
.qtaller input[type=url]::placeholder, .qtaller input[type=number]::placeholder, .qtaller textarea::placeholder {
  color: var(--qt-texto-3);
}
.qtaller .form-control:focus,
.qtaller .form-select:focus,
.qtaller input[type=text]:focus, .qtaller input[type=email]:focus, .qtaller input[type=tel]:focus,
.qtaller input[type=url]:focus, .qtaller input[type=number]:focus, .qtaller textarea:focus {
  background: var(--qt-panel-2);
  border-color: var(--qt-teal);
  color: var(--qt-texto);
  box-shadow: 0 0 0 3px rgba(42, 167, 155, 0.18);
}
.qtaller .btn-primary {
  background: var(--qt-teal);
  border-color: var(--qt-teal);
  color: #0C1615;
  font-weight: 700;
}
.qtaller .btn-primary:hover, .qtaller .btn-primary:focus {
  background: #31BBAD;
  border-color: #31BBAD;
  color: #0C1615;
}
.qtaller .btn-light, .qtaller .btn-outline-secondary {
  background: var(--qt-panel-2);
  border-color: var(--qt-linea);
  color: var(--qt-texto-2);
}
.qtaller .btn-light:hover, .qtaller .btn-outline-secondary:hover {
  border-color: var(--qt-teal);
  color: var(--qt-texto);
  background: var(--qt-panel-3);
}
.qtaller .tap-media__preview,
.qtaller .tap-media__empty {
  background: var(--qt-panel-2);
  border: 1px dashed var(--qt-linea);
  border-radius: 14px;
  color: var(--qt-texto-2);
}
.qtaller .tap-media__empty:hover {
  border-color: var(--qt-teal);
  color: var(--qt-texto);
}
.qtaller .tap-media__btn {
  background: rgba(10, 17, 16, 0.72);
  border: 1px solid var(--qt-linea);
  color: var(--qt-texto);
}
.qtaller .tap-media__btn--del:hover {
  border-color: var(--qt-coral);
  color: var(--qt-coral);
}
.qtaller .tap-link-row, .qtaller .tap-link, .qtaller .list-group-item {
  background: var(--qt-panel-2);
  border: 1px solid var(--qt-linea);
  border-radius: 12px;
  color: var(--qt-texto);
}
.qtaller *::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.qtaller * {
  scrollbar-width: none;
}

.qtaller__hojafondo,
.qtaller__hoja {
  display: none;
}

@media (max-width: 900px) {
  .qtaller__bar {
    gap: 9px;
    padding: 10px 12px;
  }
  .qtaller__acciones {
    order: 3;
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .qtaller__abrir span {
    display: none;
  }
  .qtaller__resumen {
    display: flex;
    align-items: center;
    gap: 11px;
    position: sticky;
    top: 58px;
    z-index: var(--z-sticky);
    margin: 10px 12px 0;
    padding: 10px 12px;
    background: rgba(26, 37, 35, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--qt-linea-2);
    border-radius: 16px;
  }
  .qtaller__resumen-foto {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .qtaller__resumen-quien {
    flex: 1;
    min-width: 0;
  }
  .qtaller__resumen-quien b {
    display: block;
    font-size: 0.85rem;
  }
  .qtaller__resumen-quien small, .qtaller__resumen-quien .small {
    display: block;
    font-size: 0.72rem;
    color: var(--qt-texto-3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .qtaller__cuerpo {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 12px 0;
  }
  .qtaller__riel {
    position: sticky;
    top: 116px;
    z-index: var(--z-sticky);
    flex: none;
    width: 100%;
    flex-direction: row;
    gap: 4px;
    padding: 6px;
    border-radius: 14px;
    overflow-x: auto;
    margin-bottom: 12px;
  }
  .qtaller__rielbtn {
    width: auto;
    aspect-ratio: auto;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
  }
  .qtaller__rielbtn span {
    display: inline;
    font-size: 0.78rem;
    font-weight: 600;
  }
  .qtaller__rielsep {
    width: 1px;
    height: auto;
    flex: 0 0 1px;
    margin: 4px 2px;
  }
  .qtaller__auto {
    flex: 0 0 auto;
  }
  .qtaller__plantwrap {
    flex: 0 0 auto;
    display: flex;
  }
  .qtaller__riel.is-abanico {
    z-index: var(--z-sticky);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .qtaller__plantcerrado {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.96);
    width: 88vw;
    max-width: 300px;
  }
  .qtaller__abanico.is-open .qtaller__plantcerrado {
    transform: translate(-50%, -50%);
  }
  .qtaller__estado span {
    display: none;
  }
  .qtaller__previo {
    display: none;
  }
  .qtaller .tap-form-col {
    padding: 16px;
    border-radius: 16px;
  }

  .qtaller__abanico {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 58px !important;
    width: auto !important;
    height: auto !important;
    z-index: calc(var(--z-modal) + 3);
    display: flex;
    gap: 9px;
    padding: 10px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    background: rgba(18, 28, 26, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid #2E3F3A;
    border-bottom: 1px solid #2E3F3A;
    transform: translateY(-8px);
    transition: opacity 0.2s, transform 0.2s;
    opacity: 0;
  }
  .qtaller__abanico.is-open {
    opacity: 1;
    transform: none;
  }

  .qtaller__abanico .qtaller__plant {
    position: static !important;
    margin: 0 !important;
    flex: 0 0 auto;
    width: 58px;
    height: 70px;
    transform: none !important;
    opacity: 1 !important;
    transition-delay: 0ms !important;
  }

  .qtaller__abanico .qtaller__mini {
    width: 54px;
    height: 66px;
  }

  .qtaller__abanico .qtaller__plantnom {
    display: none;
  }

  .qtaller__ensayo.es-movil {
    position: fixed;
    left: 0;
    right: 0;
    top: 152px;
    bottom: 0;
    z-index: calc(var(--z-modal) + 2);
    background: #1D2A27;
    border-top: 1px solid #2E3F3A;
  }
  .qtaller__ensayo.es-movil iframe {
    width: 390px;
    transform-origin: top left;
  }

  .qtaller__ensayo.es-movil .qtaller__ensayonota {
    bottom: 10px;
    font-size: 0.7rem;
    line-height: 1.35;
    white-space: normal;
  }

  body.qtaller-abanico,
body.qtaller-abanico .qtaller {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .qtaller__hojafondo {
    display: block;
    position: fixed;
    inset: 0;
    z-index: var(--z-modal);
    background: rgba(8, 13, 12, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.26s;
  }

  .qtaller__hoja {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: calc(var(--z-modal) + 1);
    background: #1A2523;
    border-top: 1px solid #2E3F3A;
    border-radius: 24px 24px 0 0;
    padding: 12px 16px calc(20px + env(safe-area-inset-bottom));
    transform: translateY(102%);
    transition: transform 0.32s cubic-bezier(0.2, 0.85, 0.3, 1);
    max-height: 92vh;
    overflow-y: auto;
  }

  .qtaller__tirador {
    width: 44px;
    height: 4px;
    flex: 0 0 4px;
    border-radius: 99px;
    background: #2E3F3A;
  }

  .qtaller__hoja .qtaller__tel {
    width: 84vw;
    max-width: 300px;
  }

  .qtaller__hoja .qtaller__telpant {
    max-height: 58vh;
    position: relative;
  }

  .qtaller__hojamarco {
    width: 100%;
    height: 58vh;
    border: 0;
    display: block;
    background: #1D2A27;
  }

  body.qtaller-hoja-abierta {
    overflow: hidden;
  }

  body.qtaller-hoja-abierta .qtaller__hojafondo {
    opacity: 1;
    pointer-events: auto;
  }

  body.qtaller-hoja-abierta .qtaller__hoja {
    transform: none;
  }
}
@media (min-width: 901px) {
  .qtaller__bar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .qtaller__cuerpo {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .qtaller__hoja {
    transition: none;
  }
}
body.qtaller-abanico {
  overflow-x: hidden;
}

.qblog {
  max-width: 760px;
  margin: 0 auto;
  padding: 8px 4px 40px;
  color: var(--tap-ink, #F5F5F0);
}

.qblog__crumb {
  font-size: 12.5px;
  color: var(--tap-ink-faint, #8AA09B);
  margin-bottom: 14px;
}

.qblog__crumb a {
  color: var(--tap-green, #2AA79B);
  text-decoration: none;
}

.qblog__crumb a:hover {
  text-decoration: underline;
}

/* Índice */
.qblog__lead {
  font-size: 15px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 6px 0 26px;
}

.qblog__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.qblog__card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 13px;
  padding: 18px 20px;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.qblog__card:hover {
  border-color: var(--tap-green, #2AA79B);
  box-shadow: 0 10px 26px -18px rgba(0, 0, 0, 0.5);
}

.qblog__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--tap-green, #2AA79B);
  background: rgba(42, 167, 155, 0.12);
  border: 1px solid rgba(42, 167, 155, 0.4);
  padding: 2px 9px;
  border-radius: 999px;
  margin-bottom: 9px;
}

.qblog__ctitle {
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 6px;
  line-height: 1.25;
}

.qblog__cdesc {
  font-size: 13.5px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 0 0 8px;
}

.qblog__cmeta {
  font-size: 12px;
  color: var(--tap-ink-faint, #8AA09B);
}

.qblog__cmeta i {
  color: var(--tap-green, #2AA79B);
}

/* Artículo */
.qblog__h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.4px;
  margin: 4px 0 10px;
}

.qblog__meta {
  font-size: 12.5px;
  color: var(--tap-ink-faint, #8AA09B);
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--tap-line, #3A4F4A);
}

.qblog__meta i {
  color: var(--tap-green, #2AA79B);
}

.qblog__body {
  font-size: 16px;
  line-height: 1.7;
  color: #E6EEEB;
}

.qblog__body h2, .qblog__body .h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 34px 0 12px;
  letter-spacing: -0.2px;
}

.qblog__body h3, .qblog__body .h3 {
  font-size: 17.5px;
  font-weight: 700;
  color: var(--tap-green, #2AA79B);
  margin: 24px 0 8px;
}

.qblog__body p {
  margin: 0 0 16px;
}

.qblog__body strong {
  color: #fff;
}

.qblog__body ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.qblog__body li {
  margin: 0 0 8px;
}

.qblog__body a {
  color: var(--tap-green, #2AA79B);
}

/* Tabla comparativa (se extrae limpio en IA) */
.qblog__table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 20px;
  font-size: 14.5px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--tap-line, #3A4F4A);
}

.qblog__table th, .qblog__table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--tap-line, #3A4F4A);
}

.qblog__table thead th {
  background: rgba(42, 167, 155, 0.14);
  font-size: 13px;
}

.qblog__table td:first-child {
  color: var(--tap-ink-sub, #A9BEBA);
}

/* Caja de definición (respuesta directa, ideal para citas de IA) */
.qblog__def {
  background: rgba(42, 167, 155, 0.1);
  border-left: 3px solid var(--tap-green, #2AA79B);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 4px 0 22px;
  font-size: 15.5px;
  color: #EAF3F0;
}

/* CTA de conversión */
.qblog__cta {
  background: linear-gradient(135deg, var(--tap-green-deep, #12857C), var(--tap-green, #2AA79B));
  border-radius: 14px;
  padding: 22px 24px;
  margin: 30px 0 8px;
  text-align: center;
}

.qblog__cta p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px;
}

.qblog__cta a {
  display: inline-block;
  background: #fff;
  color: var(--tap-green-deep, #12857C);
  font-weight: 800;
  font-size: 14.5px;
  text-decoration: none;
  padding: 11px 22px;
  border-radius: 10px;
}

@media (max-width: 560px) {
  .qblog__h1 {
    font-size: 25px;
  }

  .qblog__body {
    font-size: 15.5px;
  }
}
.tap-inbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tap-inbox__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 12px;
  padding: 12px 14px;
}

.tap-inbox__row.is-new {
  border-color: rgba(42, 167, 155, 0.55);
  background: rgba(42, 167, 155, 0.07);
}

.tap-inbox__main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 260px;
  position: relative;
}

.tap-inbox__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tap-green, #2AA79B);
  flex: 0 0 8px;
}

.tap-inbox__gone {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  color: var(--tap-ink-faint, #8AA09B);
  flex: 0 0 48px;
}

.tap-inbox__info {
  min-width: 0;
}

.tap-inbox__name {
  font-weight: 700;
  font-size: 14px;
}

.tap-inbox__name--off {
  color: var(--tap-ink-sub, #A9BEBA);
  font-style: italic;
}

.tap-inbox__meta {
  font-size: 12px;
  color: var(--tap-ink-sub, #A9BEBA);
}

.tap-inbox__from {
  font-size: 11.5px;
  color: var(--tap-ink-faint, #8AA09B);
  margin-top: 4px;
}

.tap-inbox__from i {
  color: var(--tap-green, #2AA79B);
  margin-right: 3px;
}

.tap-inbox__acts {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.tap-inbox__acts form {
  margin: 0;
}

/* ── Editor alineado al tema "dim" del dashboard (mismos tokens) ───── */
/* El toggle Oscuro mantiene el MISMO dim que el resto de la app para que
   el editor y el dashboard se vean parejos (antes usaba un dark distinto). */
html.tap-dark {
  color-scheme: dark;
  --tap-bg: #1D2A27;
  --tap-surface: #263733;
  --tap-field: #2C403C;
  --tap-ink: #F5F5F0;
  --tap-ink-sub: #A9BEBA;
  --tap-ink-faint: #8AA09B;
  --tap-line: #3A4F4A;
  --tap-green-tint:#1C4741;
}

html.tap-dark body {
  background: #1D2A27;
}

/* ── Studio: 2 columnas centradas (solo PC) ────────────────── */
/* Llena el ancho del .app-shell → la cabecera (título/toggles) alinea con logo/avatar. */
.tap-studio {
  max-width: none;
  margin: 0 auto;
  padding-bottom: 48px;
  color: var(--tap-ink);
}

/* Título editable de la tarjeta */
.tap-studio__titlewrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tap-studio__titleinput {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--tap-ink);
  border: 1px solid var(--tap-green);
  border-radius: 9px;
  padding: 2px 10px;
  max-width: 320px;
  background: var(--tap-surface);
  outline: none;
  box-shadow: 0 0 0 3px var(--tap-green-tint);
}

.tap-studio__titleinput[hidden] {
  display: none;
}

.tap-studio__titleedit {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tap-line);
  border-radius: 8px;
  background: var(--tap-surface);
  color: var(--tap-ink-sub);
  cursor: pointer;
  font-size: 12px;
  transition: 0.15s;
}

.tap-studio__titleedit:hover {
  border-color: var(--tap-green);
  color: var(--tap-green-deep);
}

.tap-studio__h1.is-placeholder {
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  color: var(--tap-ink-faint);
  cursor: text;
}

.tap-studio__autosave {
  margin-top: 5px;
}

/* Margen entre "Qontactos recibidos" y el borde de la ventana de vista propietario */
.tap-studio__stage .tap-leads {
  margin-bottom: 18px;
}

/* Scroll no invasivo: oculto pero funcional en las ventanas de preview */
.tap-studio__stage, .tap-floatprev__body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tap-studio__stage::-webkit-scrollbar,
.tap-floatprev__body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.tap-studio__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.tap-studio__barleft {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tap-studio__back {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-ink-sub);
  text-decoration: none;
  transition: 0.15s;
}

.tap-studio__back:hover {
  border-color: var(--tap-green);
  color: var(--tap-green-deep);
}

.tap-studio__h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: var(--tap-ink);
  letter-spacing: -0.01em;
}

.tap-studio__sub {
  margin: 0;
  font-size: 13px;
  color: var(--tap-ink-sub);
}

.tap-studio__barright {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tap-studio__open {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--tap-green-deep);
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
}

.tap-studio__open:hover {
  border-color: var(--tap-green);
}

.tap-studio__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
  gap: 28px;
  align-items: start;
}

.tap-studio__col {
  min-width: 0;
}

.tap-studio__coltitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--tap-ink-sub);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.tap-studio__coltitle i {
  color: var(--tap-green);
}

.tap-studio__stage {
  background: var(--tap-bg);
  border: 1px solid var(--tap-line);
  border-radius: 22px;
  padding: 18px;
  position: sticky;
  top: 14px;
  max-height: calc(100vh - 28px);
  overflow: auto;
}

.tap-studio__stage .tap-card,
.tap-floatprev__body .tap-card {
  max-width: 340px;
  margin: 0 auto;
  box-shadow: 0 10px 34px -16px rgba(0, 0, 0, 0.28);
}

/* La vista propietario no necesita el footer de marca. */
.tap-studio__stage .tap-foot {
  display: none;
}

/* ── Switches (toggles) ────────────────────────────────────── */
.tap-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--tap-ink-sub);
}

.tap-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.tap-switch__track {
  position: relative;
  width: 40px;
  height: 23px;
  border-radius: 999px;
  background: var(--tap-line);
  transition: background 0.18s;
  flex: 0 0 auto;
}

.tap-switch__track::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s;
}

.tap-switch input:checked + .tap-switch__track {
  background: var(--tap-green);
}

.tap-switch input:checked + .tap-switch__track::after {
  transform: translateX(17px);
}

.tap-switch input:focus-visible + .tap-switch__track {
  box-shadow: 0 0 0 3px var(--tap-green-tint);
}

.tap-switch__lbl i {
  margin-right: 3px;
}

/* ── Ventana flotante de la tarjeta pública ────────────────── */
.tap-floatprev {
  position: fixed;
  top: 76px;
  right: 0;
  z-index: var(--z-preview);
  width: 380px;
  max-width: 92vw;
  max-height: calc(100vh - 92px);
  background: var(--tap-bg);
  border: 1px solid var(--tap-line);
  border-right: 0;
  border-radius: 20px 0 0 20px;
  box-shadow: -18px 0 48px -24px rgba(0, 0, 0, 0.45);
  transform: translateX(106%);
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.tap-floatprev.is-open {
  transform: translateX(0);
}

.tap-floatprev__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--tap-line);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--tap-ink-sub);
}

.tap-floatprev__head i {
  color: var(--tap-green);
  margin-right: 6px;
}

.tap-floatprev__close {
  border: 0;
  background: none;
  font-size: 24px;
  line-height: 1;
  color: var(--tap-ink-faint);
  cursor: pointer;
}

.tap-floatprev__close:hover {
  color: var(--tap-ink);
}

.tap-floatprev__body {
  padding: 18px;
  overflow: auto;
}

/* ══ Formulario moderno (scoped al studio) ═════════════════════ */
.tap-studio .tap-panel {
  background: var(--tap-surface);
  border: 1px solid var(--tap-line);
  border-radius: 18px;
  padding: 22px 22px 24px;
  margin-bottom: 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.tap-studio .tap-panel__title {
  color: var(--tap-green-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tap-studio .form-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--tap-ink-sub);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.tap-studio .form-control,
.tap-studio .form-select {
  background: var(--tap-field);
  color: var(--tap-ink);
  border: 1px solid var(--tap-line);
  border-radius: 12px;
  padding: 11px 14px;
  font-size: 15px;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.tap-studio .form-control::-moz-placeholder {
  color: var(--tap-ink-faint);
}

.tap-studio .form-control::placeholder {
  color: var(--tap-ink-faint);
}

.tap-studio .form-control:focus,
.tap-studio .form-select:focus {
  background: var(--tap-surface);
  border-color: var(--tap-green);
  box-shadow: 0 0 0 3px var(--tap-green-tint);
  outline: none;
}

.tap-studio .form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2312857C' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px;
}

/* Inputs de archivo */
.tap-studio input[type=file].form-control {
  padding: 7px;
  font-size: 13px;
  color: var(--tap-ink-sub);
}

.tap-studio input[type=file]::file-selector-button {
  border: 0;
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  padding: 8px 13px;
  border-radius: 9px;
  font-weight: 600;
  margin-right: 12px;
  cursor: pointer;
  transition: 0.15s;
}

.tap-studio input[type=file]::file-selector-button:hover {
  filter: brightness(0.96);
}

/* Filas de enlaces */
.tap-studio .tap-link-row {
  background: var(--tap-field);
  border: 1px solid var(--tap-line);
  border-radius: 14px;
  padding: 10px 12px;
}

.tap-studio .tap-link-row.drop-target {
  border-color: var(--tap-green);
  background: var(--tap-green-tint);
}

.tap-studio .tap-link-row__handle {
  color: var(--tap-ink-faint);
}

.tap-studio .tap-add-link {
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  border: 1px dashed var(--tap-green);
  border-radius: 12px;
  padding: 10px 15px;
  font-weight: 600;
}

/* Botones */
.tap-studio .btn-primary {
  background: var(--tap-green);
  border-color: var(--tap-green);
  border-radius: 12px;
  padding: 11px 22px;
  font-weight: 600;
  box-shadow: 0 6px 16px -8px var(--tap-green);
}

.tap-studio .btn-primary:hover {
  background: var(--tap-green-deep);
  border-color: var(--tap-green-deep);
}

.tap-studio .btn-link {
  color: var(--tap-ink-sub);
}

.tap-studio .text-muted {
  color: var(--tap-ink-sub) !important;
}

/* La barra de guardar acompaña al hacer scroll del formulario. */
.tap-studio__col--form .d-flex.align-items-center.gap-2 {
  position: sticky;
  bottom: 0;
  margin-top: 4px;
  padding: 14px 0;
  background: linear-gradient(to top, var(--tap-bg) 65%, transparent);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 5;
}

/* Toast al guardar */
.tap-toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 20px);
  z-index: var(--z-flash);
  display: none;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--tap-graph, #38443F);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 16px 40px -16px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}

.tap-toast.is-show {
  display: flex;
  opacity: 1;
  transform: translate(-50%, 0);
}

.tap-toast--ok {
  background: var(--tap-green-deep, #0E6E66);
}

.tap-toast--err {
  background: #b3261e;
}

/* Ocultar Guardar/Cancelar cuando el auto-guardado está activo
   (Bootstrap pone display:flex !important en .d-flex → requiere !important) */
/* Con el auto-guardado encendido, «Guardar» y «Cancelar» sobran y se ocultan.
   ⚠️ La regla debe nombrar a las DOS pieles: `.tap-studio` es la clásica y `.qtaller`
   la nueva. Con solo la primera, en Taller los botones se quedaban abajo. */
.tap-studio.is-autosave .tap-savebar,
.qtaller.is-autosave .tap-savebar {
  display: none !important;
}

/* Modal: confirmar salida con cambios sin guardar */
.tap-leaveask {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.tap-leaveask[hidden] {
  display: none;
}

.tap-leaveask__box {
  background: var(--tap-surface);
  border-radius: 18px;
  padding: 22px;
  width: min(92vw, 380px);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}

.tap-leaveask__title {
  font-weight: 700;
  color: var(--tap-ink);
  margin: 0 0 4px;
}

.tap-leaveask__msg {
  color: var(--tap-ink-sub);
  margin: 0 0 16px;
  font-size: 14px;
}

.tap-leaveask__acts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tap-leaveask__acts .btn {
  width: 100%;
}

.tap-toast [data-toast-icon].fa-spinner {
  animation: tapspin 0.8s linear infinite;
}

@keyframes tapspin {
  to {
    transform: rotate(360deg);
  }
}
/* Debajo del ancho de PC: apilar y soltar sticky. */
@media (max-width: 900px) {
  .tap-studio__grid {
    grid-template-columns: 1fr;
  }

  /* Barra de toggles SIEMPRE visible (pegada arriba) mientras se edita en móvil. */
  .tap-studio__bar {
    position: sticky;
    top: 0;
    z-index: var(--z-sticky);
    /* banda: barra pegada */
    background: var(--tap-bg);
    padding: 8px 0 10px;
    margin-bottom: 14px;
    box-shadow: 0 1px 0 0 var(--tap-line);
  }

  .tap-studio__barright {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}
/* ── UN solo editor con 2 módulos (Perfil | Enlaces) separados por una división interna ── */
.tap-editor {
  padding: 0;
  overflow: hidden;
}

/* una sola tarjeta; los módulos llevan el padding */
.tap-form-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.tap-form-col {
  min-width: 0;
  padding: 20px 24px;
}

.tap-form-cols > .tap-form-col:first-child {
  border-right: 1px solid var(--tap-line);
}

/* divisor vertical */
@media (max-width: 860px) {
  .tap-form-cols {
    grid-template-columns: 1fr;
  }

  .tap-form-cols > .tap-form-col:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--tap-line);
  }
}
/* ── FIX móvil del editor de enlaces ───────────────────────────────
   La fila de enlace es flex sin envolver: `__kind` era fijo 150px y `__value`
   tenía el `min-width:auto` por defecto (no encoge), así que la fila DESBORDABA
   y `.tap-editor{overflow:hidden}` recortaba el input de valor → «no se ve en
   pantalla». Solución: el valor puede encoger SIEMPRE, y en móvil la fila
   ENVUELVE (kind flexible arriba, valor a lo ancho abajo). */
.tap-link-row__value {
  min-width: 0;
}

@media (max-width: 560px) {
  .tap-form-col {
    padding: 18px 16px;
  }

  .tap-studio .tap-link-row,
.tap-link-row {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .tap-studio .tap-link-row__kind,
.tap-link-row__kind {
    flex: 1 1 120px;
  }

  .tap-studio .tap-link-row__value,
.tap-link-row__value {
    flex: 1 1 100%;
    order: 10;
  }
}
/* ── Campo de imagen con preview + editar/eliminar (iconos) ── */
.tap-media {
  position: relative;
}

.tap-media__file {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.tap-media__preview {
  position: relative;
  display: inline-flex;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--tap-line);
  background: var(--tap-field, #FBF8EF);
  line-height: 0;
}

.tap-media--wide .tap-media__preview {
  display: block;
  width: 100%;
}

.tap-media__preview.is-empty {
  display: none;
}

.tap-media__img--avatar {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* La foto viva, encima de la quieta. `pointer-events:none` para no robarle el «mantener para
   ampliar» ni los botones de editar/eliminar que van sobre la miniatura. */
.tap-media__viva {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tap-media__viva[hidden] {
  display: none;
}

.tap-media__img--banner {
  width: 100%;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Acciones: aparecen al pasar el cursor (no invasivas) */
.tap-media__acts {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  gap: 6px;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.15s, transform 0.15s;
}

.tap-media__preview:hover .tap-media__acts,
.tap-media__preview:focus-within .tap-media__acts {
  opacity: 1;
  transform: none;
}

.tap-media__btn {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.94);
  color: #241F1A;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.tap-media__btn:hover {
  background: #fff;
}

.tap-media__btn--del {
  color: #c0392b;
}

.tap-media__img--avatar ~ .tap-media__acts {
  top: 4px;
  right: 4px;
}

.tap-media__empty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px dashed var(--tap-line);
  border-radius: 12px;
  background: var(--tap-field, #FBF8EF);
  color: var(--tap-ink-sub, #736E62);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.tap-media__empty:hover {
  border-color: var(--tap-green, #12857C);
  color: var(--tap-green-deep, #0E6E66);
}

.tap-media__preview:not(.is-empty) + .tap-media__empty {
  display: none;
}

/* Patrón de texto: input con botón borrar + botones de dirección */
.tap-pattern {
  display: flex;
  gap: 10px;
  align-items: stretch;
  flex-wrap: wrap;
}

.tap-pattern__field {
  position: relative;
  flex: 1 1 260px;
}

.tap-pattern__field .form-control {
  padding-right: 40px;
}

.tap-pattern__clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--tap-ink-faint);
  font-size: 16px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tap-pattern__clear:hover {
  color: var(--tap-danger);
  background: var(--tap-line);
}

.tap-pattern__dirs {
  display: flex;
  gap: 5px;
}

.tap-pattern__dir {
  width: 34px;
  height: 34px;
  border: 1px solid var(--tap-line);
  border-radius: 9px;
  background: var(--tap-field, #FBF8EF);
  color: var(--tap-ink-sub);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.15s;
}

.tap-pattern__dir:hover {
  border-color: var(--tap-green);
  color: var(--tap-green-deep);
}

.tap-pattern__dir.is-active {
  background: var(--tap-green);
  border-color: var(--tap-green);
  color: #fff;
}

.tap-pattern__gallerybtn {
  color: var(--tap-green-deep);
}

.tap-pattern__gallerybtn.is-open {
  background: var(--tap-green-tint);
  border-color: var(--tap-green);
}

/* Galería de íconos seleccionables (a lo ancho) */
.tap-gallery {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--tap-line);
  border-radius: 14px;
  background: var(--tap-field, #FBF8EF);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(46px, 1fr));
  gap: 6px;
  max-height: 260px;
  overflow: auto;
}

.tap-gallery[hidden] {
  display: none;
}

.tap-gallery__item {
  height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: var(--tap-surface);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.12s;
}

.tap-gallery__item:hover {
  border-color: var(--tap-green);
  background: var(--tap-green-tint);
  transform: translateY(-1px);
}

/* ── Recortador de imagen con zoom (perfil / portada) ── */
.tap-crop {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(20, 17, 13, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.tap-crop[hidden] {
  display: none;
}

.tap-crop__box {
  background: var(--tap-surface, #FFFDF7);
  border-radius: 18px;
  padding: 16px;
  width: min(500px, 100%);
  box-shadow: 0 30px 70px -24px rgba(0, 0, 0, 0.6);
}

.tap-crop__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tap-crop__title {
  font-weight: 700;
  color: var(--tap-ink);
  font-size: 15px;
}

.tap-crop__x {
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint);
  cursor: pointer;
  padding: 0 4px;
}

.tap-crop__stage {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: #2a2723;
  touch-action: none;
  cursor: grab;
}

.tap-crop__stage:active {
  cursor: grabbing;
}

.tap-crop__img {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  max-width: none;
}

.tap-crop__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 9999px rgba(20, 17, 13, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.92);
  pointer-events: none;
  box-sizing: border-box;
}

.tap-crop__frame.is-round {
  border-radius: 50%;
}

.tap-crop__zoom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 4px 6px;
}

.tap-crop__zoom button {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-green-deep);
  cursor: pointer;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tap-crop__zoom button:hover {
  background: var(--tap-green-tint);
}

.tap-crop__zoom input[type=range] {
  flex: 1;
  accent-color: var(--tap-green);
}

.tap-crop__hint {
  font-size: 11.5px;
  color: var(--tap-ink-faint);
  text-align: center;
  margin: 0 0 12px;
}

.tap-crop__foot {
  display: flex;
  gap: 10px;
}

.tap-crop__btn {
  flex: 1;
  padding: 11px;
  border-radius: 11px;
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-ink);
  font-weight: 600;
  cursor: pointer;
}

.tap-crop__btn--go {
  background: var(--tap-green);
  border-color: var(--tap-green);
  color: #fff;
}

.tap-studio-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 9px;
}

.tap-studio-btn {
  border: 1px solid var(--tap-line, #3A4F4A);
  background: transparent;
  color: var(--tap-ink, #F5F5F0);
  border-radius: 10px;
  padding: 7px 13px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.tap-studio-btn[hidden] {
  display: none;
}

.tap-studio-btn:hover {
  background: rgba(42, 167, 155, 0.12);
  border-color: var(--tap-green, #2AA79B);
}

.tap-studio-btn i {
  color: var(--tap-green, #2AA79B);
  font-size: 12px;
}

/* Quitar la foto viva: es una acción que deshace, así que va en coral, no en teal. */
.tap-studio-btn--del i {
  color: #E0674E;
}

/* La IA en dorado: es la única opción de esta fila que CUESTA, y eso tiene que verse. */
.tap-studio-btn--ia i {
  color: #D9A441;
}

.tap-studio-btn--ia {
  border-color: rgba(217, 164, 65, 0.42);
}

.tap-studio-btn--ia:hover {
  background: rgba(217, 164, 65, 0.12);
  border-color: #D9A441;
}

.tap-studio-btn--del:hover {
  background: rgba(224, 103, 78, 0.12);
  border-color: #E0674E;
}

.tap-vivanote {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--tap-ink-sub, #B9C9C4);
  margin: 8px 0 0;
}

.tap-vivanote i {
  color: var(--tap-green-deep, #12857C);
  margin-right: 4px;
}

.tap-vivanote b {
  color: var(--tap-ink, #F5F5F0);
}

[data-media-thumb] {
  cursor: zoom-in;
  -webkit-touch-callout: none;
}

.tap-hold {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 26px;
  background: rgba(15, 24, 21, 0.72);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

/* Obligatorio junto con el atributo `hidden`: un display en la regla normal le gana al
   display:none del navegador y el visor quedaría pegado en pantalla. */
.tap-hold[hidden] {
  display: none;
}

.tap-hold img {
  max-width: min(92vw, 900px);
  max-height: 82vh;
  border-radius: 14px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
  background: #0e1613;
}

.tap-hold__hint {
  color: #cfe0db;
  font-size: 12.5px;
  opacity: 0.85;
}

.tap-hold__hint i {
  margin-right: 6px;
}

[hidden] {
  display: none !important;
}

.tap-share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 0;
  width: -moz-fit-content;
  width: fit-content;
}

.tap-qr-hero {
  border: none;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  line-height: 0;
  border: 0.5px solid var(--tap-line);
}

.tap-qr-hero svg {
  width: 200px;
  height: 200px;
  display: block;
}

.tap-share--compact .tap-qr-hero {
  padding: 8px;
}

.tap-share--compact .tap-qr-hero svg {
  width: 180px;
  height: 180px;
}

.tap-qr-hero__cap {
  font-size: 12px;
  color: var(--tap-ink-sub);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Los iconos ocupan el mismo ancho que el QR y se reparten (space-between). */
.tap-share__acts {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
}

.tap-shareico {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 0.5px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-green-deep);
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.tap-shareico:hover {
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
}

.tap-qr-modal {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 2);
  background: rgba(18, 30, 18, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tap-qr-modal__box {
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.tap-qr-modal__code svg {
  width: min(74vw, 340px);
  height: min(74vw, 340px);
  display: block;
}

.tap-qr-modal__name {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 0;
  color: #241F1A;
}

.tap-qr-modal__hint {
  font-size: 13px;
  color: #6E675A;
  margin: 0;
}

.tap-qr-modal__actions {
  display: flex;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}

.qtaller__listo {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: var(--z-flash);
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: min(92vw, 420px);
  padding: 12px 18px;
  border-radius: 14px;
  background: #17241F;
  color: #F5F5F0;
  border: 1px solid #3A4F4A;
  box-shadow: 0 18px 44px -16px rgba(0, 0, 0, 0.7);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
}

/* Obligatorio junto a `hidden`: el display de arriba le gana al display:none del navegador. */
.qtaller__listo[hidden] {
  display: none;
}

.qtaller__listo i {
  color: #2AA79B;
  font-size: 16px;
  flex: 0 0 auto;
}

#qwallet-tip {
  position: fixed;
  z-index: var(--z-flash);
  max-width: 262px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background: #1b221e;
  color: #eef2ee;
  border: 1px solid #3c473f;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 12.5px;
  line-height: 1.4;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 14px));
}

#qwallet-tip[hidden] {
  display: none;
}

#qwallet-tip i {
  color: #16a99d;
  margin-top: 1px;
  flex: 0 0 auto;
}

#qwallet-tip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: #1b221e;
  border-right: 1px solid #3c473f;
  border-bottom: 1px solid #3c473f;
  transform: translateX(-50%) rotate(45deg);
}

.qgok {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 24, 21, 0.62);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.qgok[hidden] {
  display: none;
}

.qgok__box {
  background: linear-gradient(180deg, #2b342e, #1b221e);
  border: 1px solid #3c473f;
  width: min(94vw, 420px);
  padding: 28px 24px 22px;
  border-radius: 20px;
  text-align: center;
  color: #eef2ee;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.55);
}

.qgok__ico {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: rgba(18, 133, 124, 0.18);
  color: #16a99d;
}

.qgok__t {
  font-family: var(--app-fd, "Unbounded", system-ui, sans-serif);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px;
}

.qgok__p {
  font-size: 14px;
  line-height: 1.6;
  color: #9fb0a6;
  margin: 0 0 20px;
}

.qgok__btn {
  border: 0;
  border-radius: 12px;
  padding: 12px 26px;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #12857C, #16a99d);
}

.qsend-ov {
  position: fixed;
  inset: 0;
  z-index: var(--z-dropdown);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(20, 26, 22, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.qsend-ov[hidden] {
  display: none;
}

.qsend-box {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, #2b342e, #1b221e);
  border: 1px solid #3c473f;
  border-radius: 20px;
  padding: 26px 24px 20px;
  text-align: center;
  color: #eef2ee;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.qsend-ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(18, 133, 124, 0.18);
  color: #16a99d;
}

.qsend-box h3, .qsend-box .h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.qsend-box p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #9fb0a6;
}

.qsend-actions {
  display: flex;
  gap: 10px;
}

.qsend-btn {
  flex: 1;
  border: 0;
  border-radius: 12px;
  padding: 12px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}

.qsend-btn--go {
  background: linear-gradient(135deg, #12857C, #16a99d);
}

.qsend-btn--ghost {
  background: transparent;
  border: 1.5px solid #3c473f;
  color: #eef2ee;
}

.qinvite {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 24, 21, 0.6);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.qinvite[hidden] {
  display: none;
}

.qinvite__box {
  position: relative;
  background: var(--tap-surface, #263733);
  color: var(--tap-ink, #F5F5F0);
  width: min(94vw, 440px);
  padding: 28px 24px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--tap-line, #3A4F4A);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.55);
}

.qinvite__x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #8AA09B);
  cursor: pointer;
}

.qinvite__ico {
  font-size: 30px;
  color: var(--tap-green, #2AA79B);
  margin-bottom: 8px;
}

.qinvite__t {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 8px;
}

.qinvite__p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 0 0 18px;
}

.qinvite__field {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.qinvite__field input {
  flex: 1;
  min-width: 0;
  background: var(--tap-field, #1E332D);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 10px;
  color: var(--tap-ink, #F5F5F0);
  font-size: 13px;
  padding: 10px 12px;
  outline: 0;
}

.qinvite__copy {
  background: var(--tap-green, #12857C);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 13.5px;
  cursor: pointer;
  white-space: nowrap;
}

.qinvite__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  background: #25D366;
  color: #fff;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.qinvite__wa:hover {
  filter: brightness(1.05);
}

/* Disparador estilo "mensaje" (teal-tinte) */
.tap-guide-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  border: 0;
  border-radius: 12px;
  padding: 13px 18px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  margin: 6px 0 20px;
}

.tap-guide-btn i {
  color: var(--tap-green-deep);
}

.tap-guide-btn:hover {
  filter: brightness(1.06);
}

/* Modal SPOTLIGHT — mismo look que "Reportar un problema" / "Enviar mi Qontacto" */
.qguide {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: qguideFade 0.15s ease;
}

.qguide[hidden] {
  display: none;
}

@keyframes qguideFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.qguide__box {
  position: relative;
  background: var(--tap-surface);
  width: min(94vw, 520px);
  padding: 24px 24px 22px;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}

.qguide__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint);
  cursor: pointer;
}

.qguide__title {
  margin: 0 0 14px;
  font-weight: 700;
  color: var(--tap-ink);
  padding-right: 20px;
}

.qguide__list {
  padding-left: 20px;
  margin: 0;
  font-size: 14px;
  color: var(--tap-ink-sub);
  line-height: 1.6;
}

.qguide__list li {
  margin: 8px 0;
}

.qcd {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
}

.qcd[hidden] {
  display: none;
}

.qcd__scrim {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 16, 0.55);
  opacity: 0;
  transition: opacity 0.25s;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.qcd.is-open .qcd__scrim {
  opacity: 1;
}

.qcd__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(460px, 100%);
  background: #1b221e;
  border-left: 1px solid #3c473f;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.qcd.is-open .qcd__panel {
  transform: none;
}

.qcd__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  border-bottom: 1px solid #3c473f;
  color: #eef2ee;
  flex: 0 0 auto;
}

.qcd__title {
  font-weight: 700;
  font-size: 15.5px;
}

.qcd__title i {
  color: #16a99d;
  margin-right: 8px;
}

.qcd__x {
  border: 0;
  background: none;
  color: #9fb0a6;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.qcd__x:hover {
  color: #eef2ee;
}

.qcd__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 20px 18px;
  color: #eef2ee;
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.qcd__center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fb0a6;
  font-size: 14px;
}

.qcd__hero {
  text-align: center;
  margin-bottom: 16px;
}

.qcd__hero-emoji {
  font-size: 40px;
  line-height: 1;
}

.qcd__hero h4, .qcd__hero .h4 {
  font-size: 19px;
  margin: 10px 0 6px;
}

.qcd__hero p {
  font-size: 13.5px;
  color: #9fb0a6;
  margin: 0;
  line-height: 1.55;
}

.qcd__sum {
  background: #232b26;
  border: 1px solid #3c473f;
  border-radius: 14px;
  padding: 14px 16px;
  margin: 0 0 14px;
}

.qcd__sumrow {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13.5px;
}

.qcd__sumrow + .qcd__sumrow {
  margin-top: 9px;
}

.qcd__sumrow span {
  color: #9fb0a6;
}

.qcd__sumrow--total {
  font-size: 16px;
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid #3c473f;
  font-weight: 700;
}

.qcd__note {
  background: rgba(22, 169, 157, 0.1);
  border: 1px solid rgba(22, 169, 157, 0.3);
  border-radius: 12px;
  padding: 11px 13px;
  margin: 0 0 18px;
  font-size: 12px;
  color: #c4d3cd;
  line-height: 1.5;
}

.qcd__acts {
  display: flex;
  gap: 10px;
}

.qcd__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 12px;
  padding: 13px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}

.qcd__btn--go {
  background: linear-gradient(135deg, #12857C, #16a99d);
}

.qcd__btn--go:disabled {
  opacity: 0.6;
  cursor: default;
}

.qcd__btn--ghost {
  background: transparent;
  border: 1.5px solid #3c473f;
  color: #eef2ee;
}

.qcd__err {
  background: rgba(224, 103, 78, 0.14);
  border: 1px solid rgba(224, 103, 78, 0.5);
  color: #ffd9cf;
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 12.5px;
  margin: 0 0 12px;
}

.qcd__ok {
  text-align: center;
  padding: 26px 6px;
}

.qcd__ok-ico {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  background: rgba(18, 133, 124, 0.18);
  color: #16a99d;
  margin: 0 auto 14px;
}

.qcd__ok h4, .qcd__ok .h4 {
  font-size: 20px;
  margin: 0 0 8px;
}

.qcd__ok p {
  font-size: 14px;
  color: #9fb0a6;
  margin: 0 auto;
  max-width: 300px;
  line-height: 1.6;
}

@media (max-width: 520px) {
  .qcd__panel {
    width: 100%;
  }
}
/* Spotlight de reasignación con estilos PROPIOS: no puede depender de .qdel, que se
         define dentro del bloque `if @cards.any?` (un usuario con regalos y sin tarjetas
         lo vería sin estilo). */
.qrsg {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 24, 21, 0.62);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.qrsg[hidden] {
  display: none;
}

.qrsg__box {
  position: relative;
  background: var(--tap-surface, #263733);
  color: var(--tap-ink, #F5F5F0);
  width: min(92vw, 420px);
  max-height: 84vh;
  overflow: auto;
  padding: 26px 24px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--tap-line, #3A4F4A);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
}

.qrsg__icon {
  font-size: 32px;
  line-height: 1;
}

.qrsg__title {
  margin: 12px 0 6px;
  font-weight: 700;
}

.qrsg__name {
  font-weight: 600;
  margin: 0 0 6px;
  font-size: 13px;
  color: var(--tap-ink-sub, #A9BEBA);
}

.qrsg__sub {
  font-size: 12.5px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 0;
  line-height: 1.5;
}

.qrsg__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.qrsg__actions .tap-btn {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}

/* Contador de pendientes en el botón «Regalos» de la cabecera */
/* «Completar mi pago»: ámbar a propósito — no es un error rojo (no se rompió nada),
   es algo pendiente que la persona puede resolver. Debe destacar sobre los demás. */
.qpay-btn {
  background: #F0A04A;
  border: 0;
  color: #3A2A10 !important;
  font-weight: 700;
}

.qpay-btn:hover {
  filter: brightness(1.06);
  color: #3A2A10 !important;
}

.qgifts-btn__n {
  background: var(--tap-green-deep, #0E6E66);
  color: #fff;
  border-radius: 20px;
  padding: 1px 8px;
  font-size: 11.5px;
  font-weight: 700;
  margin-left: 2px;
}

/* Estado vacío: nadie ha regalado aún → se le empuja a hacerlo */
.qgifts__empty {
  text-align: center;
  padding: 6px 4px 14px;
}

.qgifts__empty-ico {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 8px;
}

.qgifts__empty b {
  display: block;
  font-size: 15px;
  color: var(--tap-ink);
  margin-bottom: 6px;
}

.qgifts__empty p {
  font-size: 13px;
  color: var(--tap-ink-sub);
  margin: 0;
  line-height: 1.55;
}

/* Separador «Regalar otra» cuando SÍ hay regalos listados */
.qgifts__sep {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tap-ink-faint);
}

.qgifts__sep::before, .qgifts__sep::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--tap-line);
}

.qgifts__lead {
  font-size: 12px;
  color: var(--tap-ink-sub);
  margin: 4px 0 8px;
  line-height: 1.45;
}

.qgifts__hd {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--tap-ink);
  margin-bottom: 4px;
  padding-right: 24px;
}

.qgifts__hd i {
  color: var(--tap-green-deep, #0E6E66);
}

.qgifts__n {
  margin-left: auto;
  font-size: 11.5px;
  color: var(--tap-ink-sub);
}

.qgifts__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--tap-line);
}

.qgifts__who {
  min-width: 0;
}

.qgifts__mail {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tap-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qgifts__meta {
  font-size: 11.5px;
  color: var(--tap-ink-sub);
  margin-top: 2px;
}

.qgifts__meta code {
  color: var(--tap-ink-sub);
}

.qgifts__btn {
  margin-left: auto;
  flex: 0 0 auto;
  border: 1px solid var(--tap-line);
  background: transparent;
  color: var(--tap-ink);
  border-radius: 10px;
  padding: 8px 13px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.qgifts__btn:hover:not(:disabled) {
  border-color: var(--tap-green-deep, #0E6E66);
  color: var(--tap-green-deep, #0E6E66);
}

.qgifts__btn.is-off {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Identificador de plan (bajo el título). Discreto pero legible de un vistazo: pastilla
         teal en estado normal, ámbar cuando quedan pocos días y coral si la cuenta no tiene plan
         confirmado. Es un <a>, así que se le quita el subrayado heredado. */
.tap-plan {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  text-decoration: none;
  border: 1px solid rgba(42, 167, 155, 0.42);
  background: rgba(42, 167, 155, 0.12);
  color: var(--tap-ink, #F5F5F0);
}

.tap-plan:hover {
  background: rgba(42, 167, 155, 0.2);
  color: var(--tap-ink, #F5F5F0);
}

.tap-plan b {
  font-weight: 800;
}

.tap-plan i {
  color: var(--tap-green, #2AA79B);
  font-size: 12px;
}

.tap-plan__sep {
  opacity: 0.45;
}

.tap-plan__vig {
  color: var(--tap-ink-sub, #A9BEBA);
}

.tap-plan--aviso {
  border-color: rgba(231, 169, 78, 0.5);
  background: rgba(231, 169, 78, 0.14);
}

.tap-plan--aviso i, .tap-plan--aviso .tap-plan__vig {
  color: #E7A94E;
}

.tap-plan--alerta {
  border-color: rgba(224, 103, 78, 0.5);
  background: rgba(224, 103, 78, 0.14);
}

.tap-plan--alerta i, .tap-plan--alerta .tap-plan__vig {
  color: #E0674E;
}

/* Selector de vista del dueño (Mi tarjeta / Mi equipo). */
/* ══ CABECERA SIMÉTRICA ══════════════════════════════════════════════════════════
   Rejilla de 2 columnas × 2 filas con la ALTURA DE FILA FIJA e idéntica a la altura de
   los controles: por eso los bordes de arriba y los de abajo calzan en las dos columnas.
   Sustituye al viejo `display:flex; align-items:center`, que centraba una columna
   respecto de la otra y hacía imposible cualquier alineación (la pastilla del plan
   cortaba los botones por la mitad). Una sola variable manda sobre todas las alturas. */
.tap-dash-head {
  --tap-ctl: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: var(--tap-ctl) var(--tap-ctl);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 10px;
  align-items: stretch;
  margin-bottom: 18px;
}

.tap-dh__title {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

/* El título NUNCA se encoge ni se parte: si cede espacio al subtítulo, «Mis tarjetas»
   se quiebra en dos líneas y desborda la fila de 40 px. Quien cede es el subtítulo. */
.tap-dh__title h1, .tap-dh__title .h1 {
  margin: 0;
  line-height: 1.15;
  flex: 0 0 auto;
  white-space: nowrap;
}

.tap-dh__acts {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.tap-dh__meta {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

/* La pastilla NO se encoge ni parte su texto: al fijarle 40 px de alto, dejarla encoger
   hacía que «Equipo Starter · 30 tarjetas · 365 días» se plegara en tres líneas dentro de
   una caja de una. Quien cede espacio es el subtítulo, que es texto decorativo. */
.tap-dash-head .tap-plan {
  flex: 0 0 auto;
  white-space: nowrap;
}

.tap-dh__sub {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  color: var(--tap-ink-sub, #A9BEBA);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tap-dh__vista {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tap-dh__note {
  grid-column: 1/-1;
  grid-row: 3;
  margin: 0 !important;
}

/* TODOS los controles de la cabecera miden exactamente lo mismo. Sin esto los bordes
   inferiores se desalinean aunque los superiores calcen: medidos antes, convivían
   alturas de 38, 31 y 31 px en la misma fila. */
.tap-dash-head .btn,
.tap-dash-head .tap-plan,
.tap-dash-head .tap-vista {
  height: var(--tap-ctl);
  margin-top: 0;
  display: inline-flex;
  align-items: center;
}

.tap-dash-head .btn {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

/* El selector es una pastilla con dos botones dentro. Si la pastilla mide 40 pero los
   botones 30, los bordes de los BOTONES no calzan con los de la pastilla del plan de al
   lado — y eso es lo que se ve. Se quita el relleno de la pastilla y los botones la llenan
   por completo: los tres controles de la fila miden 40 y arrancan en la misma y. */
.tap-dash-head .tap-vista {
  padding: 0;
}

.tap-dash-head .tap-vista__b {
  height: var(--tap-ctl);
  padding: 0 13px;
}

/* En pantalla angosta se apila en UNA columna: mantener dos columnas ahí rompería la
   simetría en vez de conservarla. */
@media (max-width: 860px) {
  .tap-dash-head {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .tap-dh__title, .tap-dh__acts, .tap-dh__meta, .tap-dh__vista, .tap-dh__note {
    grid-column: 1;
    grid-row: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .tap-dh__acts {
    min-height: var(--tap-ctl);
  }

  /* ⛔ LA PASTILLA DEL PLAN SE DEJA CRECER A LO ALTO. Arriba lleva `white-space: nowrap` y
     `flex: 0 0 auto` para que en pantalla ancha no se parta y sus bordes calcen con los de
     los botones de al lado. En una sola columna no hay nada con lo que alinearla, y esa
     misma regla la obligaba a caber en UNA línea: con «Pro · 1 tarjeta» no se notaba, pero
     al comprar un plan de equipo el texto pasó a «Equipo Starter · 25 tarjetas (usas 0) ·
     365 días restantes» y se salía de la pantalla, llevándose el ancho de toda la página.
     Se rompió al arreglar el cupo, no antes: el fallo estaba puesto y esperando un texto
     más largo. */
  .tap-dash-head .tap-plan {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    height: auto;
    min-height: var(--tap-ctl);
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.35;
  }

  /* El subtítulo cede TODA la fila: con la pastilla ocupando el ancho, recortarlo con
     puntos suspensivos al lado dejaba dos textos peleando por el mismo renglón. */
  .tap-dh__sub {
    flex: 1 1 100%;
    white-space: normal;
    overflow: visible;
  }
}
.tap-vista {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 999px;
  padding: 4px;
}

.tap-vista__lbl {
  font-size: 11px;
  color: var(--tap-ink-faint, #8AA09B);
  padding: 0 8px 0 6px;
}

.tap-vista__b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  color: var(--tap-ink-sub, #A9BEBA);
}

.tap-vista__b:hover {
  color: var(--tap-ink, #F5F5F0);
  text-decoration: none;
}

.tap-vista__b.is-on {
  background: var(--tap-green, #12857C);
  color: #fff;
}

.tap-vista__b i {
  font-size: 11.5px;
}

.tap-vista__nota {
  margin: 8px 0 0;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--tap-ink-sub, #A9BEBA);
  max-width: 460px;
}

.tap-vista__nota i {
  color: var(--tap-green, #2AA79B);
  margin-right: 5px;
}

/* Barra del dashboard: DOS columnas parejas (guía+orden · selección múltiple).
   La clave para que no se vean descuadradas es que los dos hijos se estilen IGUAL desde el
   propio contenedor —mismo borde, fondo, alto mínimo y centrado vertical— sin depender de lo
   que traiga cada uno por dentro; `align-items: stretch` (por defecto) los deja del mismo alto
   aunque uno envuelva a dos líneas. */
.tap-dashbar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 6px 0 16px;
}

.tap-dashbar--1 {
  grid-template-columns: 1fr;
}

.tap-dashbar > * {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
  min-height: 58px;
  padding: 10px 14px;
  margin: 0;
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 12px;
}

.tap-dashbar .tap-bulk {
  margin: 0;
}

/* Cada panel empuja su acción principal al borde derecho → la barra lee simétrica. */
.tap-dashbar .tap-sort {
  margin-left: auto;
}

.tap-dashbar .tap-guide-btn {
  width: auto;
}

/* Misma ley que en la cabecera: un solo alto para TODO control de la barra. Medidos antes
   del arreglo convivían 47, 34, 16 y 36 px en la misma fila, y por eso se veía torcida. */
.tap-dashbar {
  --tap-ctl: 40px;
}

.tap-dashbar .tap-guide-btn,
.tap-dashbar .tap-sort,
.tap-dashbar .tap-sort select,
.tap-dashbar .tap-bulk__all,
.tap-dashbar .tap-bulk__del {
  height: var(--tap-ctl);
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.tap-dashbar .tap-guide-btn {
  padding-top: 0;
  padding-bottom: 0;
}

.tap-dashbar .tap-sort select {
  padding-top: 0;
  padding-bottom: 0;
}

.tap-dashbar .tap-bulk__del {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 820px) {
  .tap-dashbar {
    grid-template-columns: 1fr;
  }

  .tap-dashbar .tap-sort {
    margin-left: 0;
  }
}
/* Buscador FLOTANTE (pastilla + panel). Abajo a la IZQUIERDA: la derecha ya la ocupan los
   botones flotantes de Tutorial / Reportar (.qob-help, right:16px bottom:16px). */
.tap-fs {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: var(--z-modal);
}

.tap-fs__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: #12857C;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
}

.tap-fs__btn:hover {
  background: #0E6E66;
}

.tap-fs.is-on .tap-fs__btn {
  background: #E0674E;
}

/* filtrando: salta a la vista */
.tap-fs__badge {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 11.5px;
  font-weight: 700;
}

.tap-fs__panel {
  position: absolute;
  left: 0;
  bottom: 52px;
  width: min(92vw, 330px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 14px;
  box-shadow: 0 22px 50px -18px rgba(0, 0, 0, 0.65);
  animation: tapFsPop 0.14s ease;
}

/* ⚠️ OBLIGATORIO: el panel se oculta con el atributo `hidden`, y un display en la regla normal
   le gana al display:none del navegador si no se declara esta excepción (es el bug que dejó
   trabado el spotlight de las miniaturas en madmin). */
.tap-fs__panel[hidden] {
  display: none;
}

@keyframes tapFsPop {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tap-fs__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 18px;
}

.tap-fs__clear {
  border: 0;
  background: transparent;
  color: var(--tap-ink-sub, #A9BEBA);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

.tap-fs .tap-search {
  flex: none;
  min-width: 0;
}

.tap-fs .tap-chips {
  display: flex;
  flex-wrap: wrap;
}

.tap-search {
  position: relative;
  flex: 1 1 240px;
  min-width: 200px;
}

.tap-search > i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tap-ink-faint, #8AA09B);
  font-size: 13px;
  pointer-events: none;
}

.tap-search input {
  width: 100%;
  border: 1px solid var(--tap-line);
  border-radius: 11px;
  padding: 9px 12px 9px 34px;
  background: var(--tap-field, var(--tap-surface));
  color: var(--tap-ink);
  font-size: 13.5px;
  outline: 0;
}

.tap-search input:focus {
  border-color: var(--tap-green, #12857C);
}

.tap-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.tap-chips {
  display: inline-flex;
  gap: 6px;
}

.tap-chip {
  border: 1px solid var(--tap-line);
  background: transparent;
  color: var(--tap-ink-sub);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.tap-chip.is-on {
  background: var(--tap-green, #12857C);
  border-color: var(--tap-green, #12857C);
  color: #fff;
}

.tap-toolbar-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.tap-count {
  font-size: 12.5px;
  color: var(--tap-ink-faint, #8AA09B);
  white-space: nowrap;
}

.tap-mini__pending {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(224, 103, 78, 0.92);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.tap-cards-empty {
  text-align: center;
  color: var(--tap-ink-faint, #8AA09B);
  padding: 40px 16px;
}

.tap-cards-empty[hidden] {
  display: none;
}

.tap-cards-empty i {
  font-size: 26px;
  opacity: 0.5;
}

.tap-cards-empty p {
  margin: 10px 0 0;
  font-size: 14px;
}

.tap-sort {
  font-size: 13px;
  color: var(--tap-ink-sub);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tap-sort select {
  border: 1px solid var(--tap-line);
  border-radius: 10px;
  padding: 7px 11px;
  background: var(--tap-field, var(--tap-surface));
  color: var(--tap-ink);
  font-size: 13px;
  cursor: pointer;
}

.tap-mini-wrap {
  position: relative;
}

.tap-mini-wrap[hidden] {
  display: none !important;
}

.tap-mini-wrap .tap-mini {
  height: 100%;
}

.tap-mini__del {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  margin: 0;
}

.tap-mini__delbtn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b3261e;
  cursor: pointer;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.32;
  transition: opacity 0.18s, color 0.15s, transform 0.12s;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

/* solo ícono, sin cuadrado */
.tap-mini-wrap:hover .tap-mini__delbtn {
  opacity: 0.6;
}

/* sobre la tarjeta: se insinúa */
.tap-mini__delbtn:hover {
  opacity: 1;
  color: #8f1d17;
  transform: scale(1.18);
}

/* sobre el ícono: resalta */
/* ── Selección múltiple + borrado masivo (equipos) ── */
.tap-bulk {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 12px;
  padding: 10px 14px;
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 12px;
}

.tap-bulk__all {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
}

.tap-bulk__all input {
  width: 16px;
  height: 16px;
  accent-color: var(--tap-green, #2AA79B);
  cursor: pointer;
}

.tap-bulk__n {
  font-size: 12.5px;
  color: var(--tap-ink-sub, #A9BEBA);
}

.tap-bulk__del {
  margin-left: auto;
  background: #B4443A;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
}

.tap-bulk__del:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.tap-bulk__del:not(:disabled):hover {
  filter: brightness(1.08);
}

.tap-mini-wrap {
  position: relative;
}

.tap-pick {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  cursor: pointer;
  margin: 0;
}

.tap-pick input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.tap-pick__box {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(15, 24, 21, 0.72);
  border: 1.5px solid rgba(245, 239, 226, 0.45);
  color: transparent;
  font-size: 12px;
}

.tap-pick input:checked + .tap-pick__box {
  background: var(--tap-green, #2AA79B);
  border-color: var(--tap-green, #2AA79B);
  color: #fff;
}

.tap-pick input:focus-visible + .tap-pick__box {
  outline: 2px solid var(--tap-green, #2AA79B);
  outline-offset: 2px;
}

.tap-mini-wrap.is-picked .tap-mini {
  outline: 2px solid var(--tap-green, #2AA79B);
  outline-offset: 1px;
  border-radius: 12px;
}

.qdel {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 24, 21, 0.62);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: qdelFade 0.15s ease;
}

.qdel[hidden] {
  display: none;
}

@keyframes qdelFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.qdel__box {
  position: relative;
  background: var(--tap-surface, #263733);
  color: var(--tap-ink, #F5F5F0);
  width: min(92vw, 420px);
  padding: 26px 24px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--tap-line, #3A4F4A);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
  animation: qdelPop 0.16s ease;
}

@keyframes qdelPop {
  from {
    transform: translateY(8px) scale(0.98);
    opacity: 0.6;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.qdel__icon {
  font-size: 34px;
  color: var(--tap-danger, #FF7A6E);
  line-height: 1;
}

.qdel__title {
  margin: 14px 0 6px;
  font-weight: 700;
  color: var(--tap-ink, #F5F5F0);
}

.qdel__name {
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--tap-ink, #F5F5F0);
}

.qdel__sub {
  font-size: 13px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 0;
}

.qdel__warn {
  text-align: left;
  background: var(--tap-danger-bg, rgba(240, 90, 74, 0.15));
  border: 1px solid var(--tap-danger-line, rgba(240, 90, 74, 0.45));
  border-radius: 12px;
  padding: 12px 14px;
  margin: 4px 0 14px;
}

.qdel__warn-line {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--tap-ink, #F5F5F0);
  margin: 0;
}

.qdel__warn-line + .qdel__warn-line {
  margin-top: 7px;
}

.qdel__warn-line i {
  color: var(--tap-danger, #FF7A6E);
}

.qdel__ack {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  text-align: left;
  cursor: pointer;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--tap-ink-sub, #A9BEBA);
}

.qdel__ack input {
  margin-top: 2px;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  accent-color: var(--tap-accent, #F05A4A);
  cursor: pointer;
}

.qdel__ack b {
  color: var(--tap-ink, #F5F5F0);
}

.qdel__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.qdel__actions .tap-btn {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}

.qdel .tap-btn--danger {
  background: var(--tap-accent, #F05A4A);
  color: #fff;
  border: 0;
}

.qdel .tap-btn--danger:hover {
  filter: brightness(1.06);
  color: #fff;
}

.qdel .tap-btn--danger[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  filter: none;
}

.tap-rej-sw {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: calc(var(--z-modal) + 1);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(42, 167, 155, 0.5);
  background: rgba(38, 55, 51, 0.94);
  color: #F5EFE2;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.tap-rej-sw:hover {
  background: rgba(18, 133, 124, 0.35);
}

.tap-rej-sw.is-on {
  background: #12857C;
  border-color: #2AA79B;
}

.tap-rej {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: var(--z-modal);
  pointer-events: none;
}

.tap-rej__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Zona: rectángulo punteado con su nombre de clase arriba a la izquierda. */
.rj-z {
  position: absolute;
  border: 1px dashed rgba(42, 167, 155, 0.75);
  border-radius: 6px;
}

.rj-z__t {
  position: absolute;
  top: -9px;
  left: 8px;
  background: #12857C;
  color: #fff;
  font: 700 10px/1.6 ui-monospace, monospace;
  padding: 0 7px;
  border-radius: 4px;
  white-space: nowrap;
}

/* Línea de fila (horizontal) y de columna (vertical). */
.rj-f {
  position: absolute;
  height: 0;
  border-top: 1px dashed rgba(224, 103, 78, 0.75);
}

.rj-f__t {
  position: absolute;
  top: -8px;
  left: -30px;
  background: #E0674E;
  color: #fff;
  font: 700 10px/1.6 ui-monospace, monospace;
  padding: 0 5px;
  border-radius: 4px;
}

.rj-c {
  position: absolute;
  width: 0;
  border-left: 1px dotted rgba(245, 239, 226, 0.45);
}

/* Chapita sobre cada control con su coordenada. */
.rj-b {
  position: absolute;
  background: #263733;
  color: #F5EFE2;
  border: 1px solid #2AA79B;
  font: 700 9.5px/1.5 ui-monospace, monospace;
  padding: 1px 5px;
  border-radius: 4px;
  transform: translate(-2px, -11px);
  white-space: nowrap;
}

/* Tabla de resultados: flotante, desplazable, sin barra visible (ley de scroll). */
.tap-rej__tbl {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: calc(var(--z-modal) + 2);
  width: min(430px, 100vw - 28px);
  max-height: min(62vh, 520px);
  overflow: auto;
  scrollbar-width: none;
  background: rgba(38, 55, 51, 0.97);
  border: 1px solid #12857C;
  border-radius: 12px;
  padding: 12px 14px;
  color: #F5EFE2;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}

.tap-rej__tbl::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tap-rej__tbl h4, .tap-rej__tbl .h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
}

.tap-rej__tbl table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11.5px;
}

.tap-rej__tbl th {
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8fa39d;
  padding: 4px 6px;
  border-bottom: 1px solid rgba(245, 239, 226, 0.18);
}

.tap-rej__tbl td {
  padding: 4px 6px;
  border-bottom: 1px solid rgba(245, 239, 226, 0.08);
  vertical-align: top;
}

.tap-rej__tbl tr.is-zona td {
  background: rgba(18, 133, 124, 0.22);
  font-weight: 800;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.tap-rej__tbl .fc {
  font-family: ui-monospace, monospace;
  color: #2AA79B;
  font-weight: 700;
  white-space: nowrap;
}

.tap-rej__tbl .px {
  color: #8fa39d;
  font-family: ui-monospace, monospace;
  font-size: 10px;
}

/* ⛔ AIRE AL PIE DE LA TARJETA PÚBLICA (14-08-2026).
   Reporte del dueño en el teléfono: «el marco inferior está casi rozando el borde del último
   link». MEDIDO: el último bloque de la tarjeta terminaba a **1 px** del borde —`.tap-actions`
   cierra con `padding-bottom: 4px` y no hay nada más debajo—, así que el contorno pasaba
   pegado al botón.
   ⚠️ Va en la TARJETA y no en `.tap-actions`: el último bloque no siempre es el mismo (con más
   de 4 enlaces, abajo queda la lista). Puesto acá, el pie respira sea cual sea.
   ⚠️ Y NO toca el panel del dueño (`--owner`), que es otra pantalla y ya tiene su propio ritmo. */
.tap-card:not(.tap-card--owner) {
  padding-bottom: 18px;
}

/* ── Vista propietario en PC: UNA sola tarjeta ancha (todo integrado) ── */
/* Sin padding horizontal: el .app-shell ya alinea con logo/avatar; la tarjeta llena ese ancho. */
.tap-page--owner {
  padding-left: 0;
  padding-right: 0;
}

.tap-card--owner {
  max-width: var(--app-w, 1040px);
}

/* Dashboard NEUTRO: sin color/patrón de la tarjeta pública, pero SIGUE el tema
   OSCURO único de la app. Reinicia los tokens locales que .tap-card fija y así
   hereda los del tema activo en <html>. */
.tap-card--plain {
  --tap-ink: inherit;
  --tap-ink-sub: inherit;
  --tap-ink-faint: inherit;
  --tap-line: inherit;
  --tap-surface: inherit;
  --tap-field: inherit;
  --tap-green-tint: inherit;
  --tap-green-deep: inherit;
  --tap-danger: inherit;
  --tap-danger-bg: inherit;
  --tap-danger-line: inherit;
  --tap-readonly: inherit;
  background: var(--tap-surface) !important;
  --wm-box: var(--tap-surface);
}

.tap-card--plain::before, .tap-card--plain::after {
  display: none !important;
}

.tap-card--owner .tap-banner {
  height: 180px;
}

/* Acciones del dueño como iconos TENUES sobre las esquinas de la portada (100% al hover). */
.tap-cornerbtn {
  position: absolute;
  top: 12px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 31, 26, 0.34);
  color: #fff;
  text-decoration: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 15px;
  opacity: 0.45;
  transition: opacity 0.15s ease, background 0.15s ease, transform 0.1s ease;
}

.tap-cornerbtn--back {
  left: 12px;
}

.tap-cornerbtn--edit {
  right: 12px;
}

.tap-cornerbtn:hover, .tap-cornerbtn:focus-visible {
  opacity: 1;
  background: rgba(18, 133, 124, 0.95);
  color: #fff;
}

.tap-cornerbtn:active {
  transform: scale(0.94);
}

/* Cuerpo del dueño: 2 columnas REDIMENSIONABLES (flex + divisor arrastrable). */
.tap-obody--split {
  display: flex;
  align-items: stretch;
  border-top: 0.5px solid var(--tap-line);
  margin-top: 8px;
}

.tap-ocol {
  padding: 18px 20px;
  min-width: 0;
}

.tap-ocol--main {
  flex: 0 0 var(--split, 52%);
}

.tap-ocol--side {
  flex: 1 1 0;
  min-width: 0;
}

.tap-obody .tap-links {
  padding: 0;
}

.tap-obody .tap-wallets {
  margin: 0;
}

/* Columna derecha del dueño: DOS FILAS de dos columnas.
      fila 1   QR y compartir   │  Añadir a una wallet
      ──────────── separación ────────────
      fila 2   Sumar un aliado  │  Aliados / Mis aliados
   Los bloques son hijos directos y la rejilla los coloca en orden; no hay contenedores de fila,
   así que cada columna conserva su propio alto y nada se estira de más. */
.tap-side-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  align-items: start;
}

.tap-side-cols .tap-osec {
  margin-bottom: 0;
}

/* El bloque de wallet es corto y el QR es alto: pegado arriba quedaba descolgado, sin relación
   con lo que tiene al lado. Centrado contra el QR, las dos columnas se leen como una fila. */
.tap-side-cols .tap-osec--wallets {
  align-self: center;
}

/* La separación entre la fila del QR y la de aliados. Ocupa las dos columnas: si fuera un borde
   de un bloque, cortaría solo media fila y se vería torcido. */
.tap-side-sep {
  grid-column: 1/-1;
  height: 1px;
  background: var(--tap-line);
  opacity: 0.8;
  margin: 2px 0;
}

/* Wallets apiladas: Apple arriba, Google abajo (botones a lo ancho de su columna). */
.tap-ocol--side .tap-wallets {
  flex-direction: column;
  align-items: stretch;
  margin-top: 8px;
}

/* Globito junto al puntero: en PC las wallets se agregan desde el teléfono. */
.tap-wallet-hint {
  position: fixed;
  z-index: var(--z-dropdown);
  /* banda: flotante sobre el contenido */
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -118%) translateY(5px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  background: rgba(38, 35, 30, 0.96);
  color: #FCF8EF;
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 9px 13px;
  border-radius: 11px;
  font-size: 12.5px;
  line-height: 1.35;
  max-width: 240px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
}

.tap-wallet-hint.is-on {
  opacity: 1;
  transform: translate(-50%, -118%);
}

.tap-wallet-hint b {
  color: #fff;
  font-weight: 700;
}

.tap-wallet-hint i {
  color: #6FD7C4;
  margin-right: 5px;
}

.tap-wallet-hint::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 11px;
  height: 11px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(38, 35, 30, 0.96);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

/* Qontactos recibidos: fila completa dentro de la columna derecha, bajo QR/Wallets. */
.tap-ocol--side .tap-qbox {
  margin-top: 18px;
}

.tap-resizer {
  flex: 0 0 11px;
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: none;
  border: 0;
  padding: 0;
}

.tap-resizer span {
  width: 1px;
  height: 100%;
  background: var(--tap-line);
  transition: background 0.15s, width 0.15s;
}

.tap-resizer:hover span, .tap-resizer.is-drag span {
  width: 3px;
  background: var(--tap-green);
  border-radius: 2px;
}

body.tap-resizing {
  cursor: col-resize;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.tap-osec {
  margin-bottom: 20px;
}

.tap-osec:last-child {
  margin-bottom: 0;
}

.tap-osec__t {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tap-ink-sub);
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.tap-osec__t i {
  color: var(--tap-green-deep);
}

/* «Te la pasó …» — quién hizo llegar esta tarjeta. Va sobre el nombre, discreta: informa sin
   competir con la identidad de la persona, que es lo que el visitante vino a ver. */
.tap-viene-de {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: var(--tap-ink-sub);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.tap-viene-de i {
  color: var(--tap-green-deep);
}

.tap-viene-de span {
  opacity: 0.75;
}

/* Aviso de característica apagada en este entorno (pase de tarjeta en lab). Se DICE que está
   apagada en vez de esconder el botón: un botón que desaparece se lee como que se perdió. */
.tap-osec__off {
  font-size: 12px;
  line-height: 1.5;
  color: var(--tap-ink-sub);
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tap-osec__off i {
  color: var(--tap-ink-sub);
  margin-top: 2px;
}

/* Pie del bloque de aliados: explica que el pase es de prueba, sin robarle peso al botón. */
.tap-osec__hint {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--tap-ink-sub);
  margin: 8px 0 0;
}

/* Estadísticas: DONUT único (segmentos = clics por app, centro = visitas + clics). */
.tap-donut {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* Layout de 3 columnas: izq = donut · centro = apps+subtotales · der = más apps (>10). */
.tap-donut--cols {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 28px;
  align-items: start;
}

.tap-donut--cols.tap-donut--two {
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
}

.tap-donut--cols .tap-donut__ring {
  align-self: center;
}

.tap-donut__legcol {
  align-self: start;
}

/* "Liquid glass": disco de vidrio esmerilado bajo el donut (frostea el fondo de la tarjeta).
   El reflejo/brillo siguen el puntero vía las variables --gx/--gy (las setea el JS). */
.tap-donut__ring {
  position: relative;
  border-radius: 50%;
  padding: 7px;
  isolation: isolate;
  --gx: 30%;
  --gy: 16%;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  -webkit-backdrop-filter: blur(7px) saturate(1.2);
  backdrop-filter: blur(7px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 8px 22px rgba(11, 59, 52, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.55), inset 0 -7px 16px rgba(0, 0, 0, 0.07);
  transform-style: preserve-3d;
  will-change: transform;
}

/* sheen ambiental que se reposiciona hacia el puntero */
.tap-donut__ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(120% 82% at var(--gx) var(--gy), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 55%);
}

/* brillo especular concentrado que aparece y sigue al mouse */
.tap-donut__ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  background: radial-gradient(34% 34% at var(--gx) var(--gy), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 66%);
  transition: opacity 0.35s ease;
}

.tap-donut__ring.is-glow::after {
  opacity: 1;
}

.tap-donut__ring .tap-donut__svg {
  position: relative;
  z-index: 0;
}

html.tap-dark .tap-donut__ring {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.28), inset 0 -7px 16px rgba(0, 0, 0, 0.22);
}

@media (prefers-reduced-motion: no-preference) {
  .tap-donut__ring {
    transition: box-shadow 0.25s ease, transform 0.12s ease;
  }
}
.tap-donut__ring.is-glow {
  box-shadow: 0 10px 24px rgba(11, 59, 52, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.55), inset 0 -7px 16px rgba(0, 0, 0, 0.07);
}

.tap-donut__svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Nota flotante al pasar el mouse por un color del donut (app + sus clics). */
.tap-donut__tip {
  position: fixed;
  z-index: var(--z-dropdown);
  /* banda: flotante sobre el contenido */
  pointer-events: none;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.12s ease, transform 0.12s ease;
  left: 0;
  top: 0;
  background: rgba(38, 35, 30, 0.93);
  color: #FCF8EF;
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 6px 10px;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.tap-donut__tip.is-on {
  opacity: 1;
  transform: translateY(0);
}

.tap-donut__tip .d {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 7px;
  vertical-align: 1px;
}

.tap-donut__tip .a {
  font-weight: 700;
  color: #fff;
}

.tap-donut__tip .n {
  color: rgba(252, 248, 239, 0.72);
  margin-left: 4px;
}

.tap-donut__legend {
  width: 100%;
}

.tap-donut__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: 13px;
}

.tap-donut__dot {
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

.tap-donut__name {
  flex: 1;
  min-width: 0;
  color: var(--tap-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tap-donut__name i {
  color: var(--tap-green-deep);
  margin-right: 4px;
  width: 16px;
  text-align: center;
}

.tap-donut__val {
  flex: none;
  font-weight: 700;
  color: var(--tap-ink);
}

.tap-donut__empty {
  font-size: 12.5px;
  color: var(--tap-ink-faint);
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

/* Contador de clics junto a cada enlace (vista dueño). */
.tap-link__clicks {
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--tap-ink-faint);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ── Qontactos recibidos: panel PLEGABLE (oculto por defecto) con conteo + notificación ── */
.tap-qbox {
  border-top: 0.5px solid var(--tap-line);
}

.tap-qbox__sum {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 20px;
}

.tap-qbox__sum::-webkit-details-marker {
  display: none;
}

.tap-qbox__t {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tap-ink-sub);
}

.tap-qbox__t > i {
  color: var(--tap-green-deep);
}

.tap-qbox__count {
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  border-radius: 999px;
  padding: 1px 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.tap-qbox__bell {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #E0674E;
  animation: qbell 1.6s ease-in-out 2;
}

.tap-qbox__badge {
  position: absolute;
  top: -8px;
  right: -9px;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 999px;
  background: #E0674E;
  color: #fff;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@keyframes qbell {
  0%, 100% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-16deg);
  }
  40% {
    transform: rotate(12deg);
  }
  60% {
    transform: rotate(-8deg);
  }
  80% {
    transform: rotate(4deg);
  }
}
.tap-qbox__chev {
  color: var(--tap-ink-faint);
  font-size: 12px;
  transition: transform 0.2s;
}

.tap-qbox[open] .tap-qbox__chev {
  transform: rotate(180deg);
}

.tap-qbox__body {
  padding: 0 20px 18px;
}

.tap-qbox__empty {
  font-size: 13px;
  color: var(--tap-ink-faint);
  margin: 0;
  line-height: 1.5;
}

.tap-qbox .tap-leads {
  margin: 0;
  border: 0;
  background: none;
  padding: 0;
}

.tap-leads__newdot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E0674E;
  margin-right: 6px;
  vertical-align: middle;
}

.tap-leads__row.is-new {
  background: linear-gradient(90deg, rgba(224, 103, 78, 0.07), transparent);
  border-radius: 8px;
  padding-left: 8px;
}

/* Apila en pantallas angostas: una sola columna, sin divisor. */
@media (max-width: 720px) {
  .tap-obody--split {
    flex-direction: column;
  }

  .tap-ocol--main {
    flex: 1 1 auto;
    border-bottom: 0.5px solid var(--tap-line);
  }

  .tap-resizer {
    display: none;
  }

  .tap-card--owner .tap-banner {
    height: 150px;
  }

  /* Estadísticas: en móvil las 3 columnas se apilan (donut arriba, apps debajo). */
  .tap-donut--cols, .tap-donut--cols.tap-donut--two {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .tap-donut__legcol {
    width: 100%;
  }

  /* La columna derecha (QR | Wallets) también se apila en móvil. */
  .tap-side-cols {
    grid-template-columns: 1fr;
  }
}
.tap-avatar-btn {
  border: 0;
  padding: 0;
  background: none;
  cursor: zoom-in;
  line-height: 0;
  display: inline-block;
}

.tap-banner {
  height: 140px;
}

.tap-banner--btn {
  border: 0;
  padding: 0;
  width: 100%;
  display: block;
  cursor: zoom-in;
}

/* Efecto «foto difuminada de fondo»: la capa va DENTRO con inset negativo para que el
   desenfoque no deje bordes claros en los cantos de la portada. */
.tap-banner--blur {
  position: relative;
  overflow: hidden;
}

.tap-banner__blur {
  position: absolute;
  inset: -14%;
  display: block;
  background-size: cover;
  background-position: center;
  filter: blur(18px) saturate(1.12);
  transform: scale(1.05);
}

.tap-photo-modal__img--wide {
  max-width: min(94vw, 640px);
}

.tap-photo-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
  animation: tapFade 0.15s ease;
}

.tap-photo-modal[hidden] {
  display: none;
}

.tap-photo-modal__img {
  max-width: min(88vw, 460px);
  max-height: 82vh;
  width: auto;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
  border: 3px solid #fff;
}

@keyframes tapFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Enviar mis datos (intercambio) */
.tap-btn--send {
  background: var(--tap-surface);
  color: var(--tap-green-deep);
  border: 1px solid var(--tap-green);
}

.tap-btn--send:hover {
  background: var(--tap-green-tint);
}

.tap-leadok {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.tap-lead {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: tapFade 0.15s ease;
}

.tap-lead[hidden] {
  display: none;
}

.tap-lead__box {
  position: relative;
  background: var(--tap-surface);
  width: min(92vw, 380px);
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}

.tap-lead__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint);
  cursor: pointer;
}

.tap-lead__title {
  margin: 0 0 12px;
  font-weight: 700;
  color: var(--tap-ink);
  padding-right: 20px;
}

.tap-lead__input {
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 12px;
  border: 1px solid var(--tap-line);
  border-radius: 10px;
  font-size: 15px;
}

.tap-lead__err {
  color: #C0392B;
  font-size: 13px;
  margin: 0 0 8px;
}

.tap-lead__legal {
  font-size: 11px;
  color: var(--tap-ink-faint);
  margin: 8px 0 0;
  line-height: 1.4;
}

/* Bandeja de contactos recibidos (dueño) */
.tap-leads {
  margin: 12px 16px 0;
  padding: 12px 14px;
  border: 1px solid var(--tap-line);
  border-radius: var(--tap-radius-sm);
  background: var(--tap-surface);
}

.tap-leads__title {
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--tap-ink);
  font-size: 14px;
}

.tap-leads__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid var(--tap-line);
}

.tap-leads__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.tap-leads__name {
  font-weight: 600;
  color: var(--tap-ink);
}

.tap-leads__meta a {
  color: var(--tap-green-deep);
  text-decoration: none;
  margin-right: 12px;
  font-size: 13px;
}

.tap-leads__date {
  color: var(--tap-ink-faint);
  font-size: 12px;
}

.tap-leads__acts {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.tap-leads__acts form {
  margin: 0;
  display: inline;
}

.tap-iconbtn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tap-line);
  border-radius: 9px;
  background: var(--tap-surface);
  color: var(--tap-green-deep);
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}

.tap-iconbtn:hover {
  background: var(--tap-green-tint);
}

.tap-iconbtn--del {
  color: #C0392B;
}

.tap-iconbtn--del:hover {
  background: #fde8e6;
  border-color: #f3c1bd;
}

/* Botón presente pero APAGADO (el pase de aliados en un computador). Se muestra en vez de
   esconderse: un botón que desaparece se lee como una característica que no existe — le costó
   una tarde al dueño buscando «el botón para crear el pase» que sí estaba construido. */
.tap-btn.is-off {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* ── BLOQUE DE ALIADOS ────────────────────────────────────────────────────────────────────
   ⛔ EL FALLO QUE ESTO ARREGLÓ: los botones iban SUELTOS dentro del bloque, sin contenedor ni
   gap. Un `.tap-btn` es `display:flex` a ancho completo, así que quedaban APILADOS BORDE CON
   BORDE. El bloque de wallets de la tarjeta nunca lo tuvo porque envuelve los suyos en
   `.tap-wallets` (gap 8px); acá faltaba justamente eso. Ahora TODOS los pares de botones de
   aliados usan `.tap-wallets`, el mismo componente, así que la separación es la misma en los
   dos bloques y en las dos filas — que es lo que hace que se vea simétrico. */
.tap-aliados__pases {
  flex-direction: column;
  align-items: stretch;
  margin-top: 8px;
}

.qpau-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 18px;
  background: var(--tap-bg, #1D2A27);
}

.qpau-card {
  max-width: 470px;
  width: 100%;
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 22px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 22px 50px -28px rgba(0, 0, 0, 0.55);
}

.qpau-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 22px;
}

.qpau-brand__logo {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: block;
  flex: 0 0 auto;
}

.qpau-brand__name {
  font-family: var(--app-fd, "Unbounded", system-ui);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--tap-ink, #F5F5F0);
}

.qpau-badge {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 34px;
  color: var(--tap-green-deep, #2AA79B);
  background: var(--tap-green-tint, #1C4741);
}

.qpau-title {
  font-family: var(--app-fd, "Unbounded", system-ui);
  font-weight: 700;
  font-size: clamp(21px, 4vw, 27px);
  color: var(--tap-ink, #F5F5F0);
  margin: 0 0 12px;
}

.qpau-sub {
  color: var(--tap-ink-sub, #A9BEBA);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.qpau-sub b {
  color: var(--tap-ink, #F5F5F0);
  font-weight: 600;
}

.qpau-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.qpau-btn {
  display: inline-block;
  background: var(--tap-green, #12857C);
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  padding: 13px 28px;
  font-weight: 700;
  font-size: 15.5px;
  text-decoration: none;
  cursor: pointer;
}

.qpau-btn:hover {
  filter: brightness(1.07);
}

.qpau-btn--ghost {
  background: transparent;
  color: var(--tap-green-deep, #2AA79B) !important;
  border: 1.5px solid var(--tap-green, #12857C);
}

.qpau-foot {
  color: var(--tap-ink-faint, #8AA09B);
  font-size: 12.5px;
  margin: 26px 0 0;
}

:root {
  --qc-bg:#232b26;
  --qc-bg2:#1b221e;
  --qc-panel:#2b342e;
  --qc-line:#3c473f;
  --qc-teal:#12857C;
  --qc-teal2:#16a99d;
  --qc-coral:#E0674E;
  --qc-ink:#eef2ee;
  --qc-mut:#9fb0a6;
}

.qc-shell {
  background: var(--qc-bg);
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* ley: scroll oculto */
* {
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
}

.qc-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 16px;
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 50% -10%, #2c3730 0%, var(--qc-bg) 55%);
  color: var(--qc-ink);
}

.qc-card {
  width: 100%;
  max-width: 440px;
  background: linear-gradient(180deg, var(--qc-panel), var(--qc-bg2));
  border: 1px solid var(--qc-line);
  border-radius: 22px;
  padding: 26px 24px 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.qc-brand {
  text-align: center;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.qc-q {
  color: var(--qc-teal2);
}

.qc-head h1, .qc-head .h1 {
  font-size: 22px;
  margin: 0 0 6px;
  text-align: center;
}

.qc-sub {
  font-size: 14px;
  line-height: 1.55;
  color: var(--qc-mut);
  text-align: center;
  margin: 0 0 16px;
}

.qc-who {
  background: rgba(18, 133, 124, 0.12);
  border: 1px solid rgba(22, 169, 157, 0.35);
  border-radius: 14px;
  padding: 12px 14px;
  text-align: center;
  margin-bottom: 16px;
}

.qc-who-name {
  font-weight: 700;
  font-size: 16px;
}

.qc-who-role {
  font-size: 13px;
  color: var(--qc-mut);
  margin-top: 2px;
}

.qc-alert {
  background: rgba(224, 103, 78, 0.14);
  border: 1px solid rgba(224, 103, 78, 0.5);
  color: #ffd9cf;
  border-radius: 12px;
  padding: 10px 13px;
  font-size: 13.5px;
  margin-bottom: 14px;
}

.qc-drop {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px dashed var(--qc-line);
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 12px;
  transition: border-color 0.15s, background 0.15s;
}

.qc-drop:hover, .qc-drop.is-drag {
  border-color: var(--qc-teal2);
  background: rgba(18, 133, 124, 0.1);
}

.qc-drop.is-set {
  border-style: solid;
  border-color: var(--qc-teal);
}

.qc-drop-prev {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141a16;
  color: var(--qc-mut);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.qc-drop-prev--round {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  font-size: 22px;
}

.qc-drop-prev--wide {
  width: 96px;
  height: 60px;
  border-radius: 10px;
  font-size: 20px;
}

.qc-drop-txt {
  min-width: 0;
}

.qc-drop-t {
  font-weight: 650;
  font-size: 15px;
}

.qc-opt {
  color: var(--qc-mut);
  font-weight: 400;
  font-size: 12.5px;
}

.qc-drop-h {
  font-size: 12.5px;
  color: var(--qc-mut);
  margin-top: 2px;
}

.qc-note {
  font-size: 12px;
  color: var(--qc-mut);
  text-align: center;
  margin: 6px 2px 16px;
  line-height: 1.5;
}

.qc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border: 0;
  border-radius: 13px;
  padding: 14px;
  font-size: 15.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.qc-btn--go {
  background: linear-gradient(135deg, var(--qc-teal), var(--qc-teal2));
}

.qc-btn--go:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.qc-btn--ghost {
  background: transparent;
  border: 1.5px solid var(--qc-line);
  color: var(--qc-ink);
  margin-top: 14px;
}

.qc-go-load {
  display: none;
}

#qc-form.is-busy .qc-go-txt {
  display: none;
}

#qc-form.is-busy .qc-go-load {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qc-state {
  text-align: center;
  padding: 8px 4px 6px;
}

.qc-ico {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 6px auto 14px;
}

.qc-ico--ok {
  background: rgba(18, 133, 124, 0.18);
  color: var(--qc-teal2);
}

.qc-ico--bad {
  background: rgba(224, 103, 78, 0.16);
  color: var(--qc-coral);
}

.qc-state h1, .qc-state .h1 {
  font-size: 21px;
  margin: 0 0 8px;
}

.qc-state p {
  font-size: 14px;
  color: var(--qc-mut);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 340px;
}

.qc-foot {
  text-align: center;
  font-size: 11.5px;
  color: var(--qc-mut);
  margin-top: 18px;
  opacity: 0.8;
}

.qc-selfie {
  width: 100%;
  margin: -4px 0 12px;
  border: 1px solid var(--tap-line, #3A4F4A);
  background: transparent;
  color: var(--tap-ink, #F5F5F0);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.qc-selfie[hidden] {
  display: none;
}

.qc-selfie:hover {
  background: rgba(42, 167, 155, 0.12);
  border-color: var(--tap-green, #2AA79B);
}

.qc-selfie i {
  color: var(--tap-green, #2AA79B);
}

.qc-wallet-lbl {
  margin: 18px 0 8px;
  font-size: 12.5px;
  color: var(--tap-ink-sub, #A9BEBA);
}

.qc-wallet {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Cada marca con su identidad, como exigen sus guías: Apple en negro, Google en blanco. */
.qc-wbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  flex: 1 1 150px;
}

.qc-wbtn--apple {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.qc-wbtn--google {
  background: #fff;
  color: #1F1F1F;
  border: 1px solid #DADCE0;
}

.qc-wbtn--google i {
  color: #4285F4;
}

.qc-wbtn:hover {
  filter: brightness(0.96);
  text-decoration: none;
}

.tap-account {
  padding-bottom: 40px;
}

.tap-account__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

.tap-account__back {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-ink);
  text-decoration: none;
}

.tap-account__back:hover {
  border-color: var(--tap-green);
  color: var(--tap-green-deep);
}

.tap-account__head h1, .tap-account__head .h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: var(--tap-ink);
}

.tap-account__card {
  margin: 0;
}

/* full width → alineado a logo/avatar por el .app-shell */
/* Tarjeta única con 2 módulos (Datos | Seguridad) separados por divisor (igual que el editor). */
.tap-account .tap-editor {
  padding: 0;
  overflow: hidden;
}

.tap-account .tap-form-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.tap-account .tap-form-col {
  min-width: 0;
  padding: 20px 24px;
}

.tap-account .tap-form-cols > .tap-form-col:first-child {
  border-right: 1px solid var(--tap-line);
}

@media (max-width: 860px) {
  .tap-account .tap-form-cols {
    grid-template-columns: 1fr;
  }

  .tap-account .tap-form-cols > .tap-form-col:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--tap-line);
  }
}
/* Inputs modernos */
.tap-account .form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--tap-ink-sub);
  margin-bottom: 6px;
}

.tap-account .form-control {
  border-radius: 12px;
  border: 1px solid var(--tap-line);
  background: var(--tap-field, #FBF8EF);
  padding: 10px 13px;
  font-size: 15px;
  color: var(--tap-ink);
}

.tap-account .form-control:focus {
  border-color: var(--tap-green);
  box-shadow: 0 0 0 3px rgba(18, 133, 124, 0.15);
  background: var(--tap-surface);
  outline: none;
}

.tap-account .form-control[readonly] {
  background: var(--tap-readonly);
  color: var(--tap-ink-sub);
  cursor: default;
}

.tap-account__hint {
  font-size: 12.5px;
  color: var(--tap-ink-faint);
  margin: 6px 0 0;
  line-height: 1.45;
  display: block;
}

.tap-account__opt {
  font-weight: 400;
  color: var(--tap-ink-faint);
  font-size: 12px;
}

.tap-account__actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tap-account__actions .btn-primary {
  background: var(--tap-green);
  border-color: var(--tap-green);
  border-radius: 12px;
  padding: 11px 22px;
  font-weight: 600;
}

.tap-account__autosave {
  gap: 8px;
}

.tap-account__autosave-lbl {
  font-size: 13px;
  font-weight: 600;
  color: var(--tap-ink-sub);
}

.tap-account__autosave-lbl i {
  margin-right: 4px;
  color: var(--tap-green-deep);
}

/* Con auto-guardado ON: se oculta el botón Guardar (protocolo del editor). */
.tap-account.is-autosave [data-account-savebar] {
  display: none;
}

.tap-account.is-autosave [data-autosave-note] {
  display: block !important;
}

/* Toast */
.tap-acc-toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%) translateY(10px);
  background: var(--tap-graph);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 14px 34px -14px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  z-index: var(--z-flash);
}

.tap-acc-toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.tap-acc-toast--err {
  background: #b3261e;
}

/* Zona de cuenta (desactivar / eliminar), a lo ancho bajo los módulos */
.tap-account__danger {
  border-top: 1px solid var(--tap-line);
  padding: 18px 24px 20px;
}

.tap-account__dangerrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--tap-line);
  flex-wrap: wrap;
}

.tap-account__dangerrow:last-child {
  border-bottom: 0;
}

/* ⛔ SOLO EL PRIMER `<b>` ES EL TÍTULO DE LA FILA. Esta regla decía `.tap-account__dangerrow b`
   a secas, así que convertía en bloque a TODAS las negritas — incluidas las que van DENTRO del
   párrafo explicativo. Resultado: «…pasaron los» / «10 días» / «de garantía desde tu pago…»
   caían en renglones sueltos y se leían como tres cosas distintas.
   Anotación del dueño (13-08-2026): «¿todo esto es 1 solo párrafo? porque se lee como si fueran
   2 o más cosas diferentes… ahora aplicas enter cada 2 o 3 palabras». Tenía razón.
   ⚠️ `:first-of-type` y no `:first-child`: el título es el primer <b>, pero no siempre es el
   primer hijo del contenedor. */
.tap-account__dangerrow > b:first-of-type {
  display: block;
  color: var(--tap-ink);
  font-size: 14.5px;
}

/* Las negritas del cuerpo del texto siguen el flujo del párrafo, como cualquier énfasis. */
.tap-account__dangerrow b {
  display: inline;
}

.tap-account__dangerrow > b:first-of-type {
  display: block;
}

.tap-account__btnghost, .tap-account__btndanger {
  border-radius: 11px;
  padding: 9px 16px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.tap-account__btnghost {
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-ink);
}

.tap-account__btnghost:hover {
  border-color: var(--tap-green);
  color: var(--tap-green-deep);
}

.tap-account__btndanger {
  border: 1px solid var(--tap-danger-line);
  background: var(--tap-danger-bg);
  color: var(--tap-danger);
}

.tap-account__btndanger:hover:not(:disabled) {
  background: #fadbd8;
}

.tap-account__btndanger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tap-account__danger form {
  margin: 0;
}

/* Switch iOS del auto-guardado */
.tap-switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex: none;
}

.tap-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.tap-switch__track {
  position: relative;
  width: 44px;
  height: 25px;
  border-radius: 999px;
  background: var(--tap-line);
  transition: background 0.18s;
  flex: 0 0 auto;
}

.tap-switch__track::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s;
}

.tap-switch input:checked ~ .tap-switch__track {
  background: var(--tap-green);
}

.tap-switch input:checked ~ .tap-switch__track::after {
  transform: translateX(19px);
}

.tap-delmodal__go {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

/* Campo de correo con botón de solicitud (icono) */
.tap-emailfield {
  position: relative;
}

.tap-emailfield .form-control {
  padding-right: 46px;
}

.tap-emailfield__btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-green-deep);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.tap-emailfield__btn:hover {
  background: var(--tap-green-tint);
  border-color: var(--tap-green);
}

/* Modales */
.tap-emailmodal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(20, 17, 13, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.tap-emailmodal[hidden] {
  display: none;
}

.tap-emailmodal__box {
  position: relative;
  background: var(--tap-surface);
  border-radius: 18px;
  padding: 22px;
  width: min(440px, 100%);
  box-shadow: 0 30px 70px -24px rgba(0, 0, 0, 0.5);
}

.tap-emailmodal__x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint);
  cursor: pointer;
}

.tap-emailmodal__title {
  font-weight: 700;
  color: var(--tap-ink);
  margin: 0 0 6px;
  padding-right: 20px;
}

.tap-emailmodal__send {
  width: 100%;
  margin-top: 10px;
  background: var(--tap-green);
  border-color: var(--tap-green);
  border-radius: 11px;
  font-weight: 600;
}

.tap-delwarn {
  background: var(--tap-danger-bg);
  border: 1px solid var(--tap-danger-line);
  color: var(--tap-danger);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0 12px;
}

.tap-delwarn b {
  color: var(--tap-danger);
}

@media (max-width: 560px) {
  .tap-account__danger {
    padding: 16px;
  }
}
.qpw {
  position: relative;
}

.qpw .form-control {
  padding-right: 46px;
}

.qpw__eye {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44px;
  display: grid;
  place-items: center;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #8AA09B;
  border-radius: 0 8px 8px 0;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.qpw__eye:hover {
  color: #F5F5F0;
}

.qpw__eye.on {
  color: #2AA79B;
}

.qpw__eye:focus-visible {
  outline: 2px solid #2AA79B;
  outline-offset: -2px;
}

.qpw__eye svg {
  width: 21px;
  height: 21px;
  display: block;
  pointer-events: none;
}

.qoauth {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 24, 21, 0.6);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.qoauth[hidden] {
  display: none;
}

.qoauth__box {
  position: relative;
  background: var(--tap-surface, #263733);
  color: var(--tap-ink, #F5F5F0);
  width: min(92vw, 410px);
  padding: 28px 24px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--tap-line, #3A4F4A);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.55);
}

.qoauth__x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #8AA09B);
  cursor: pointer;
}

.qoauth__ico {
  font-size: 30px;
  color: var(--tap-green, #2AA79B);
  margin-bottom: 8px;
}

.qoauth__t {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 8px;
  color: var(--tap-ink, #F5F5F0);
}

.qoauth__p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 0 0 20px;
}

.qoauth__btn {
  background: var(--tap-green, #12857C);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 11px 26px;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
}

.qoauth__btn:hover {
  filter: brightness(1.07);
}

.qnoacc {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 24, 21, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.qnoacc[hidden] {
  display: none;
}

.qnoacc__box {
  position: relative;
  background: var(--tap-surface, #263733);
  width: min(92vw, 430px);
  padding: 30px 26px;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.qnoacc__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #8AA09B);
  cursor: pointer;
}

.qnoacc__ico {
  font-size: 30px;
  color: var(--tap-green-deep, #2AA79B);
  margin-bottom: 10px;
}

.qnoacc__t {
  font-family: var(--app-fd, "Unbounded", system-ui);
  font-weight: 700;
  font-size: 19px;
  color: var(--tap-ink, #F5F5F0);
  margin: 0 0 10px;
}

.qnoacc__p {
  color: var(--tap-ink-sub, #A9BEBA);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.qnoacc__p b {
  color: var(--tap-ink, #F5F5F0);
  word-break: break-all;
}

.qnoacc__acts {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.qnoacc__btn {
  display: inline-block;
  background: var(--tap-green, #12857C);
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  padding: 11px 24px;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  cursor: pointer;
}

.qnoacc__btn:hover {
  filter: brightness(1.07);
}

.qnoacc__btn--ghost {
  background: transparent;
  color: var(--tap-green-deep, #2AA79B) !important;
  border: 1.5px solid var(--tap-green, #12857C);
}

/* Botones de acceso social con la identidad que cada marca EXIGE en sus guías: Google sobre
     BLANCO con su letra oscura, Apple sobre NEGRO con su logo blanco. Antes usaban clases de
     Bootstrap (`btn-outline-secondary` y `btn-dark`) que sobre el tema oscuro del producto se
     veían descoloridos —el de Google prácticamente transparente—, y además ninguna marca permite
     que su botón se pinte de cualquier color. Se escriben acá y no en el .scss global porque son
     de esta pantalla (y de las que rendericen este mismo bloque). */
.qsoc {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  transition: filter 0.15s ease;
}

.qsoc:hover {
  filter: brightness(0.96);
  text-decoration: none;
}

.qsoc i {
  font-size: 17px;
}

.qsoc svg {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
}

.qsoc--google {
  background: #FFFFFF;
  color: #1F1F1F;
  border: 1px solid #DADCE0;
}

.qsoc--google:hover {
  background: #F6F7F8;
  color: #1F1F1F;
}

.qsoc--google i {
  color: #4285F4;
}

.qsoc--apple {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}

.qsoc--apple:hover {
  background: #111111;
  color: #FFFFFF;
}

.qsoc--apple i {
  color: #FFFFFF;
}

.qsoc--apple svg {
  color: #FFFFFF;
}

/* button_to envuelve el botón en un <form>: sin esto el ancho del form corta el botón. */
form.button_to {
  width: 100%;
  margin: 0;
}

.qret {
  position: fixed;
  inset: 0;
  z-index: var(--z-flash);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: radial-gradient(1000px 500px at 50% -10%, #2c3730, #1b221e 60%);
  color: #eef2ee;
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.qret__box {
  text-align: center;
  max-width: 360px;
}

.qret__ico {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  background: rgba(18, 133, 124, 0.18);
  color: #16a99d;
}

.qret__ico--x {
  background: rgba(224, 103, 78, 0.16);
  color: #E0674E;
}

.qret h1, .qret .h1 {
  font-size: 22px;
  margin: 0 0 10px;
}

.qret p {
  font-size: 14px;
  line-height: 1.6;
  color: #9fb0a6;
  margin: 0 auto;
}

.qret__btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #12857C, #16a99d);
}

.qret__btn--ghost {
  background: transparent;
  border: 1.5px solid #3c473f;
  color: #eef2ee;
}

.qgift-wrap {
  min-height: 62vh;
  display: grid;
  place-items: center;
  padding: 40px 18px;
}

.qgift-card {
  max-width: 480px;
  width: 100%;
  background: var(--tap-surface, #fff);
  border: 1px solid var(--tap-line, #E7DFCD);
  border-radius: 22px;
  padding: 38px 32px;
  text-align: center;
  box-shadow: 0 22px 50px -28px rgba(0, 0, 0, 0.35);
}

.qgift-emoji {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 14px;
}

.qgift-title {
  font-size: clamp(22px, 4vw, 28px);
  color: var(--tap-ink, #241F1A);
  margin: 0 0 10px;
}

.qgift-sub {
  color: var(--tap-ink-sub, #736E62);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.qgift-quote {
  background: var(--tap-tint, #F5EFE2);
  border-radius: 12px;
  padding: 12px 16px;
  font-style: italic;
  color: var(--tap-ink-sub, #5c564b);
  font-size: 14px;
  margin: 0 0 16px;
}

.qgift-code {
  background: var(--tap-green-deep, #0E6E66);
  color: #fff;
  border-radius: 14px;
  padding: 15px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 0 0 20px;
}

.qgift-hint {
  color: var(--tap-ink-faint, #9A9384);
  font-size: 13px;
  margin: 0 0 12px;
}

.qgift-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.qgift-btn {
  display: inline-block;
  background: var(--tap-green, #12857C);
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 15.5px;
  text-decoration: none;
  cursor: pointer;
}

.qgift-btn:hover {
  filter: brightness(1.07);
}

.qgift-btn--ghost {
  background: transparent;
  color: var(--tap-green-deep, #0E6E66) !important;
  border: 1.5px solid var(--tap-green, #12857C);
}

/* --- Qontacta landing (6a desktop / 5a movil) --- */
.qh-desktop, .qh-mobile {
  background: #EAEBF0;
}

summary::-webkit-details-marker {
  display: none;
}

details[open] .faq-chev {
  transform: rotate(180deg);
}

.qh-desktop {
  display: block;
  padding: 24px 0 48px;
}

.qh-mobile {
  display: none;
}

/* Se muestra a su ANCHO NATURAL centrado, sin marco de maqueta. */
[id=qh6a] {
  margin: 0 auto !important;
}

[id=qh5a] {
  width: 100% !important;
  max-width: 440px !important;
  margin: 0 auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  min-height: 100vh;
}

@media (max-width: 860px) {
  .qh-desktop {
    display: none !important;
  }

  .qh-mobile {
    display: block !important;
  }

  .qh-mobile {
    background: #F5EFE2;
  }
}
.tap-legal__law {
  font-family: "Unbounded", "Space Grotesk", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.1;
  color: #1B8585;
  margin: 2px 0 14px;
}

.qpriv {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  color: var(--tap-ink, #241F1A);
}

.qpriv h1, .qpriv .h1 {
  font-family: var(--app-fd);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(24px, 4vw, 30px);
  margin: 0 0 6px;
}

.qpriv__law {
  color: var(--tap-green-deep, #0E6E66);
  font-weight: 700;
  margin: 0 0 4px;
}

.qpriv__resp {
  color: var(--tap-ink-sub, #736E62);
  font-size: 14.5px;
  margin: 0 0 22px;
}

.qpriv__list {
  display: grid;
  gap: 14px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.65;
}

.qpriv__sub {
  margin: 8px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 7px;
  font-size: 14.5px;
}

.qpriv__list a, .qpriv__resp a, .qpriv__foot a {
  color: var(--tap-green-deep, #0E6E66);
}

.qpriv__foot {
  margin-top: 26px;
  color: var(--tap-ink-faint, #9A9384);
  font-size: 13px;
}

/* IDÉNTICO a .q-tc__law de la web raíz de prod: fuente, peso, tamaño y color EXACTOS. */
.tap-legal__law {
  font-family: "Unbounded", "Space Grotesk", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.1;
  color: #1B8585;
  margin: 2px 0 18px;
}

.tap-legal {
  max-width: 760px;
  margin: 8px 0 48px;
  color: var(--tap-ink);
  line-height: 1.6;
}

.tap-legal__h1 {
  font-family: var(--app-fd);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

.tap-legal__updated {
  color: var(--tap-ink-faint);
  font-size: 13px;
  margin: 0 0 22px;
}

.tap-legal h2, .tap-legal .h2 {
  font-size: 19px;
  font-weight: 700;
  margin: 26px 0 8px;
  color: var(--tap-ink);
}

.tap-legal p {
  margin: 0 0 12px;
  color: var(--tap-ink-sub);
}

.tap-legal a {
  color: var(--tap-green-deep);
}

.tap-legal__note {
  margin-top: 28px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--tap-green-tint);
  color: var(--tap-green-deep);
  font-size: 13px;
}

.tap-legal__note i {
  margin-right: 6px;
}

body.qlegal-body {
  background: transparent !important;
  margin: 0;
}

.legal-doc {
  max-width: none;
  margin: 0;
  padding: 30px 24px 34px;
}

/* El doc trae su propio H1/subtítulo; anulamos su padding/centrado propio para que
   mande el .legal-doc y quede alineado dentro del recuadro del spotlight. */
.legal-doc .tap-legal,
.legal-doc .qpriv {
  max-width: none;
  margin: 0;
  padding: 0;
}

.legal-doc .tap-legal__h1,
.legal-doc .qpriv h1,
.legal-doc .qpriv .h1 {
  line-height: 1.15;
}

@media (max-width: 520px) {
  .legal-doc {
    padding: 26px 18px 28px;
  }
}
/* Email styles need to be inline */
.qpend {
  min-height: 78vh;
  display: grid;
  place-items: center;
  padding: 30px 18px;
}

.qpend__box {
  max-width: 460px;
  width: 100%;
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 22px;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 22px 50px -28px rgba(0, 0, 0, 0.55);
}

.qpend__ico {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #F0A04A;
  background: rgba(240, 160, 74, 0.16);
}

.qpend__t {
  font-family: var(--app-fd, "Unbounded", system-ui);
  font-weight: 700;
  font-size: clamp(19px, 3.4vw, 24px);
  color: var(--tap-ink, #F5F5F0);
  margin: 0 0 12px;
}

.qpend__p {
  color: var(--tap-ink-sub, #A9BEBA);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.qpend__p b {
  color: var(--tap-ink, #F5F5F0);
  word-break: break-all;
}

.qpend__acts {
  display: flex;
  gap: 9px;
  justify-content: center;
  flex-wrap: wrap;
}

.qpend__btn {
  display: inline-block;
  background: #F0A04A;
  color: #3A2A10 !important;
  border: 0;
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
  cursor: pointer;
}

.qpend__btn:hover {
  filter: brightness(1.06);
}

.qpend__btn--ghost {
  background: transparent;
  color: var(--tap-ink-sub, #A9BEBA) !important;
  border: 1.5px solid var(--tap-line, #3A4F4A);
  font-weight: 600;
}

.qpend__foot {
  color: var(--tap-ink-faint, #8AA09B);
  font-size: 12px;
  margin: 22px 0 0;
}

.qpend__foot a {
  color: var(--tap-green-deep, #2AA79B);
}

/* Réplica del formulario "Enviar mi Qontacto" (modal .tap-lead) adaptado a página completa. */
.tap-report {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}

.tap-report__box {
  width: min(92vw, 440px);
}

.tap-lead__box {
  position: relative;
  background: var(--tap-surface);
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}

.tap-lead__title {
  margin: 0 0 6px;
  font-weight: 700;
  color: var(--tap-ink);
}

.tap-report__sub {
  font-size: 14px;
  color: var(--tap-ink-sub);
  margin: 0 0 14px;
  line-height: 1.5;
}

.tap-lead__input {
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 12px;
  border: 1px solid var(--tap-line);
  border-radius: 10px;
  font-size: 15px;
  background: var(--tap-field, var(--tap-surface));
  color: var(--tap-ink);
}

.tap-report__area {
  font-family: inherit;
  resize: vertical;
}

.tap-lead__legal {
  font-size: 11px;
  color: var(--tap-ink-faint);
  margin: 8px 0 0;
  line-height: 1.4;
}

.tap-report__cancel {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: var(--tap-ink-sub);
  text-decoration: none;
}

.tap-report__cancel:hover {
  color: var(--tap-ink);
}

/* Llena el ancho del .app-shell (como el editor .tap-studio) → el margen calza con el logo/avatar. */
.qbuy {
  max-width: none;
  margin: 0;
  padding: 4px 0 56px;
  color: var(--tap-ink, #F5F5F0);
}

/* ── Panel ÚNICO que engloba las dos columnas: se leen como un solo bloque ── */
.qbuy__panel {
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 20px;
  padding: 20px 24px 22px;
  box-shadow: 0 14px 40px -22px rgba(0, 0, 0, 0.55);
}

/* Dos columnas con un DIVISOR vertical entre ellas; en móvil se apilan (divisor horizontal). */
.qbuy__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.qbuy__cols > .qbuy__sec:first-child {
  padding-right: 26px;
  border-right: 1px solid var(--tap-line, #3A4F4A);
}

.qbuy__cols > .qbuy__sec:last-child {
  padding-left: 26px;
}

@media (max-width: 860px) {
  .qbuy__panel {
    padding: 16px 16px 18px;
  }

  .qbuy__cols {
    grid-template-columns: 1fr;
  }

  .qbuy__cols > .qbuy__sec:first-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--tap-line, #3A4F4A);
    padding-bottom: 18px;
  }

  .qbuy__cols > .qbuy__sec:last-child {
    padding-left: 0;
    padding-top: 16px;
  }
}
.qbuy__back {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--tap-ink-sub, #9DB3AF);
  text-decoration: none;
  font-size: 14px;
}

.qbuy__back:hover {
  color: var(--tap-ink, #F5F5F0);
}

.qbuy__title {
  font-family: var(--app-fd, "Unbounded", system-ui, sans-serif);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 30px;
  margin: 0 0 4px;
}

.qbuy__sub {
  color: var(--tap-ink-sub, #9DB3AF);
  font-size: 14px;
  margin: 0 0 22px;
}

.qbuy__note {
  background: rgba(240, 160, 74, 0.14);
  color: #F0A04A;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 18px;
}

.qbuy__sec {
  margin-top: 0;
}

.qbuy__h2 {
  font-family: var(--app-fd, "Unbounded", system-ui, sans-serif);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.qbuy__ico {
  font-size: 18px;
}

.qbuy__empty {
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  color: var(--tap-ink-sub, #9DB3AF);
  font-size: 14px;
}

/* Tarjetas "inset" (más oscuras que el panel) → se ven claramente dentro del bloque. */
.qbuy__card {
  background: var(--tap-bg, #1D2A27);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 14px;
  padding: 15px 16px;
  margin-bottom: 12px;
}

.qbuy__card:last-child {
  margin-bottom: 0;
}

.qbuy__row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.qbuy__plan {
  font-weight: 700;
  font-size: 16px;
}

.qbuy__cards {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(63, 211, 198, 0.14);
  color: #3FD3C6;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.qbuy__cards i {
  font-size: 11px;
  opacity: 0.95;
}

.qbuy__amount {
  margin-left: auto;
  font-weight: 700;
  font-size: 16px;
}

.qbuy__pill {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
}

.qbuy__pill--ok {
  background: rgba(63, 211, 198, 0.16);
  color: #3FD3C6;
}

.qbuy__pill--warn {
  background: rgba(240, 160, 74, 0.16);
  color: #F0A04A;
}

.qbuy__pill--bad {
  background: rgba(192, 57, 43, 0.18);
  color: #E7897F;
}

.qbuy__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 0;
}

.qbuy__meta > div {
  min-width: 0;
}

.qbuy__meta dt {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--tap-ink-sub, #9DB3AF);
  margin-bottom: 2px;
}

.qbuy__meta dd {
  margin: 0;
  font-size: 14px;
  word-break: break-word;
}

.qbuy__mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12.5px;
}

.qbuy__doc {
  margin-top: 14px;
}

.qbuy__docbtn {
  display: inline-block;
  background: var(--tap-green-deep, #0E6E66);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 13.5px;
  padding: 9px 14px;
  border-radius: 10px;
}

.qbuy__docbtn:hover {
  filter: brightness(1.1);
}

.qbuy__docsoon {
  font-size: 13px;
}

.qbuy__docsoon-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(224, 163, 62, 0.14);
  color: var(--tap-amber, #E7B24E);
  border: 1px solid rgba(224, 163, 62, 0.35);
  font-weight: 700;
  font-size: 12.5px;
  padding: 5px 11px;
  border-radius: 999px;
}

.qbuy__docsoon small, .qbuy__docsoon .small {
  display: block;
  margin-top: 7px;
  font-size: 12.5px;
  color: var(--tap-ink-sub, #9DB3AF);
  font-style: italic;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .qbuy__meta {
    grid-template-columns: 1fr;
  }
}
/* ── Regaladas: MISMO componente que «Tus regalos» de /cards ── */
.qgifts__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--tap-line, #3A4F4A);
}

.qgifts__row:first-of-type {
  border-top: 0;
  padding-top: 2px;
}

.qgifts__who {
  min-width: 0;
}

.qgifts__mail {
  font-size: 14px;
  font-weight: 600;
  color: var(--tap-ink, #F5F5F0);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qgifts__meta {
  font-size: 11.5px;
  color: var(--tap-ink-sub, #9DB3AF);
  margin-top: 3px;
}

.qgifts__meta code {
  color: var(--tap-ink-sub, #9DB3AF);
}

.qgifts__status {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.qgifts__status .qbuy__pill {
  padding: 2px 8px;
}

/* Estado del retracto: se dice SIEMPRE, se pueda o no pedir. Tono apagado para que informe sin
   competir con el estado del regalo, que es la información principal de la fila. */
.qgifts__refund {
  margin-top: 3px;
  opacity: 0.85;
}

.qgifts__refund i {
  margin-right: 5px;
}

.qgifts__btn + form .qgifts__btn, form + .qgifts__btn {
  margin-left: 8px;
}

/* Con dos botones en la fila (devolución + reasignar), solo el PRIMERO empuja a la derecha; si
   no, el segundo se despega y quedan separados por todo el ancho. */
.qgifts__btn {
  margin-left: auto;
  flex: 0 0 auto;
  border: 1px solid var(--tap-line, #3A4F4A);
  background: transparent;
  color: var(--tap-ink, #F5F5F0);
  border-radius: 10px;
  padding: 8px 13px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.qgifts__btn:hover:not(:disabled) {
  border-color: var(--tap-green-deep, #0E6E66);
  color: var(--tap-green-deep, #0E6E66);
}

.qgifts__btn.is-off {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Spotlight de reasignación (estilos propios, oscuros) */
.qrsg {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 24, 21, 0.62);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.qrsg[hidden] {
  display: none;
}

.qrsg__box {
  position: relative;
  background: var(--tap-surface, #263733);
  color: var(--tap-ink, #F5F5F0);
  width: min(92vw, 420px);
  max-height: 84vh;
  overflow: auto;
  padding: 26px 24px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--tap-line, #3A4F4A);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
}

.qrsg__icon {
  font-size: 32px;
  line-height: 1;
}

.qrsg__title {
  margin: 12px 0 6px;
  font-weight: 700;
}

.qrsg__name {
  font-weight: 600;
  margin: 0 0 6px;
  font-size: 13px;
  color: var(--tap-ink-sub, #A9BEBA);
}

.qrsg__sub {
  font-size: 12.5px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 0;
  line-height: 1.5;
}

.qrsg__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.qrsg__actions .tap-btn {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}

/* Estilos del botón: viajan CON el parcial, no en la hoja compartida. */
.tap-net__btn {
  margin-top: 8px;
  width: 100%;
  justify-content: center;
}

.tap-net__btn.is-on {
  border-color: rgba(42, 167, 155, 0.55);
  color: var(--tap-green, #2AA79B);
}

.tap-net__btn form {
  margin: 0;
}

.tap-net__hint {
  font-size: 11.5px;
  color: var(--tap-ink-faint, #8AA09B);
  margin: 6px 0 0;
  text-align: center;
}

/* Contador de recibidas sin leer. Coral para que se note sin gritar. */
.qomp-inboxlink {
  position: relative;
}

.qomp-inboxlink__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 4px;
  border-radius: 999px;
  background: #E0674E;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

/* ── La FICHA COMPLETA es el recuadro ────────────────────────────────────────
     Antes el recuadro era `.tap-mini` (el enlace) y la fila de acciones era un
     HERMANO, así que los botones quedaban colgando por fuera de la tarjeta. Ahora
     el contenedor `.tap-red__item` es la caja visual y adentro viven las dos partes:
     la zona clicable de la persona y la barra de acciones. No se pueden meter los
     botones DENTRO del <a> (HTML inválido y los clics chocarían), así que siguen
     siendo hermanos — pero ambos dentro del mismo recuadro. */
.tap-red__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--tap-surface, #263733);
  border: 0.5px solid var(--tap-line, #3A4F4A);
  border-radius: var(--tap-radius, 14px);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tap-red__item:hover {
  border-color: var(--tap-green, #2AA79B);
  box-shadow: 0 10px 26px -18px rgba(36, 31, 26, 0.5);
}

.tap-red__item.is-off {
  opacity: 0.72;
}

/* El enlace interior deja de ser una caja: es solo la zona clicable de la persona. */
.tap-red__item .tap-mini, .tap-red__item .tap-mini--off {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  flex: 1 1 auto;
  padding: 18px 18px 14px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.tap-red__item .tap-mini:hover {
  border: 0;
  box-shadow: none;
}

.tap-red__item .tap-mini--off {
  cursor: default;
}

/* Insignia «Mutua» EN LÍNEA con el nombre (ya no flotando, que se recortaba). */
.tap-red__who {
  min-width: 0;
}

.tap-red__item .tap-mini__name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tap-red__mutual {
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(42, 167, 155, 0.2);
  color: var(--tap-green, #2AA79B);
  border: 1px solid rgba(42, 167, 155, 0.5);
  padding: 2px 8px;
  border-radius: 999px;
}

.tap-red__mutual i {
  font-size: 9px;
}

/* Barra de acciones DENTRO del recuadro, separada por una línea y con un fondo
   apenas más claro para que se lea como parte de la misma tarjeta. */
.tap-red__acts {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 9px 12px;
  border-top: 0.5px solid var(--tap-line, #3A4F4A);
  background: rgba(255, 255, 255, 0.025);
}

.tap-red__acts form {
  margin: 0;
}

.tap-red__count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: var(--tap-ctl, 40px);
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  border: 1px solid rgba(42, 167, 155, 0.42);
  background: rgba(42, 167, 155, 0.12);
  color: var(--tap-ink, #F5F5F0);
}

.tap-red__count i {
  color: var(--tap-green, #2AA79B);
}

/* Buscador alineado a la misma altura que el resto de la cabecera (simetría). */
.tap-red__search {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--tap-ctl, 40px);
  margin: 0;
}

.tap-red__search > i {
  position: absolute;
  left: 12px;
  color: var(--tap-ink-faint, #8AA09B);
  font-size: 13px;
}

.tap-red__input {
  height: var(--tap-ctl, 40px);
  width: min(320px, 60vw);
  padding: 0 30px 0 32px;
  border-radius: 999px;
  border: 1px solid var(--tap-line, #3A4F4A);
  background: var(--tap-field, #263733);
  color: var(--tap-ink, #F5F5F0);
  font-size: 13px;
}

.tap-red__input:focus {
  outline: none;
  border-color: var(--tap-green, #2AA79B);
}

.tap-red__clear {
  position: absolute;
  right: 12px;
  color: var(--tap-ink-faint, #8AA09B);
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}

.tap-red__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 6px;
  border-radius: 999px;
  background: var(--tap-coral, #E0674E);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.tap-red__empty {
  text-align: center;
  padding: 56px 20px;
  color: var(--tap-ink-sub, #A9BEBA);
}

.tap-red__empty i {
  font-size: 34px;
  color: var(--tap-green, #2AA79B);
  margin-bottom: 14px;
  display: block;
}

.tap-red__empty p {
  margin: 0 0 6px;
}

.tap-red__hint {
  font-size: 13px;
  color: var(--tap-ink-faint, #8AA09B);
  max-width: 46ch;
  margin: 0 auto;
}

.tia {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(12, 20, 17, 0.72);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

/* Obligatorio junto a `hidden`: el display de arriba le gana al display:none del navegador. */
.tia[hidden] {
  display: none;
}

.tia__box {
  position: relative;
  width: min(96vw, 460px);
  max-height: 94vh;
  overflow: auto;
  background: var(--tap-surface, #20302B);
  color: var(--tap-ink, #F5F5F0);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 20px;
  padding: 22px 20px 18px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
}

.tia__box {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tia__box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tia__x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #8AA09B);
  cursor: pointer;
}

.tia__t {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin: 0 0 12px;
}

.tia__t i {
  color: #D9A441;
  margin-right: 7px;
}

.tia__nota {
  font-size: 13px;
  line-height: 1.55;
  color: var(--tap-ink-sub, #B9C9C4);
  margin: 0 0 14px;
}

.tia__nota b, .tia__cupo b {
  color: var(--tap-ink, #F5F5F0);
}

.tia__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--tap-ink-sub, #B9C9C4);
}

.tia__campo {
  width: 100%;
  border-radius: 12px;
  padding: 11px 13px;
  font-size: 13.5px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.07);
  color: var(--tap-ink, #F5F5F0);
  border: 1px solid var(--tap-line, #3A4F4A);
  resize: vertical;
  font-family: inherit;
}

.tia__campo:focus {
  outline: 2px solid rgba(217, 164, 65, 0.55);
  outline-offset: 1px;
}

.tia__pista {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--tap-ink-faint, #8AA09B);
  margin: 6px 0 0;
}

.tia__pista b {
  color: var(--tap-ink-sub, #B9C9C4);
}

.tia__cupo {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 14px 0 0;
  padding: 11px 13px;
  border-radius: 12px;
  background: rgba(217, 164, 65, 0.12);
  border: 1px solid rgba(217, 164, 65, 0.34);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--tap-ink-sub, #B9C9C4);
}

.tia__cupo i {
  color: #D9A441;
  font-size: 14px;
  flex: 0 0 auto;
  margin-top: 1px;
}

/* Aviso de «todavía no conectado»: en coral, para que no se confunda con el saldo de cupos. */
.tia__cupo--espera {
  background: rgba(224, 103, 78, 0.12);
  border-color: rgba(224, 103, 78, 0.34);
}

.tia__cupo--espera i {
  color: #E0674E;
}

.tia__aviso {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 14px;
  padding: 12px 13px;
  border-radius: 12px;
  background: rgba(42, 167, 155, 0.13);
  border: 1px solid rgba(42, 167, 155, 0.32);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--tap-ink-sub, #B9C9C4);
}

.tia__aviso i {
  color: #3FD3C6;
  font-size: 15px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.tia__aviso b {
  color: var(--tap-ink, #F5F5F0);
}

.tia__ejemplos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 10px;
}

.tia__ejtit {
  font-size: 11.5px;
  color: var(--tap-ink-faint, #8AA09B);
}

.tia__ej {
  border: 1px dashed var(--tap-line, #3A4F4A);
  background: rgba(255, 255, 255, 0.05);
  color: var(--tap-ink-sub, #B9C9C4);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 11.5px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.tia__ej:hover {
  border-style: solid;
  border-color: #D9A441;
  color: var(--tap-ink, #F5F5F0);
}

.tia__load {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--tap-ink-sub, #B9C9C4);
}

.tia__load[hidden] {
  display: none;
}

.tia__spin {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #D9A441;
  animation: tiaspin 0.8s linear infinite;
  flex: 0 0 auto;
}

@keyframes tiaspin {
  to {
    transform: rotate(360deg);
  }
}
.tia__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tia__b {
  flex: 1 1 auto;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid var(--tap-line, #3A4F4A);
  background: rgba(255, 255, 255, 0.06);
  color: var(--tap-ink, #F5F5F0);
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tia__b[hidden] {
  display: none;
}

.tia__b:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Tinta oscura sobre el dorado: en blanco este color queda bajo el mínimo legible. */
.tia__b--go {
  background: #D9A441;
  border-color: transparent;
  color: #2A1B06;
  font-weight: 700;
}

.qmore {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.qmore[hidden] {
  display: none;
}

.qmore__box {
  position: relative;
  background: var(--tap-surface, #263733);
  width: min(92vw, 430px);
  padding: 30px 26px 24px;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
  text-align: center;
  animation: qmorePop 0.18s ease;
}

@keyframes qmorePop {
  from {
    transform: scale(0.96);
    opacity: 0.6;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.qmore__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #9DB3AF);
  cursor: pointer;
}

.qmore__ico {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(63, 211, 198, 0.16);
  color: #3FD3C6;
  font-size: 24px;
}

.qmore__title {
  font-family: var(--app-fd, "Unbounded", system-ui, sans-serif);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 21px;
  color: var(--tap-ink, #F5F5F0);
  margin: 0 0 8px;
}

.qmore__text {
  color: var(--tap-ink-sub, #C4CEC9);
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.qmore__cta {
  display: block;
  width: 100%;
  padding: 13px 16px;
  border-radius: 12px;
  border: 0;
  background: var(--tap-green-deep, #0E6E66);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  font-family: var(--app-fd, "Unbounded", system-ui, sans-serif);
  letter-spacing: -0.01em;
}

.qmore__cta:hover {
  filter: brightness(1.1);
}

.qmore__ghost {
  margin-top: 12px;
  border: 0;
  background: none;
  color: var(--tap-ink-faint, #9DB3AF);
  font-size: 13.5px;
  cursor: pointer;
}

.qomp-footer__fila {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 22px;
  flex-wrap: wrap;
}

.qomp-footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 20px;
}

.qomp-footer__links a {
  text-decoration: none;
}

.qomp-footer__links a:hover {
  text-decoration: underline;
}

.qomp-footer__copy {
  white-space: nowrap;
  opacity: 0.75;
}

/* En teléfono se apila y se centra, en vez de quedar todo apretado en una línea. */
@media (max-width: 575.98px) {
  .qomp-footer__fila {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }

  .qomp-footer__links {
    justify-content: center;
    gap: 6px 16px;
  }
}
.tap-fwd {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 20, 18, 0.72);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 18px;
}

.tap-fwd[hidden] {
  display: none !important;
}

.tap-fwd__box {
  position: relative;
  width: min(440px, 100%);
  background: var(--tap-surface, #263733);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.55);
  color: var(--tap-ink, #F5F5F0);
  max-height: 88vh;
  overflow: auto;
  scrollbar-width: none;
}

.tap-fwd__box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tap-fwd__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: 0;
  color: var(--tap-ink-sub, #A9BEBA);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.tap-fwd__title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 16px;
  padding-right: 24px;
}

.tap-fwd__title span {
  color: var(--tap-green, #2AA79B);
}

.tap-fwd__sec {
  border-top: 1px solid rgba(245, 239, 226, 0.09);
  padding-top: 14px;
  margin-top: 14px;
}

.tap-fwd__sec:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.tap-fwd__lbl {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--tap-ink-faint, #8AA09B);
  margin: 0 0 10px;
}

.tap-fwd__lbl i {
  color: var(--tap-green, #2AA79B);
  margin-right: 5px;
}

.tap-fwd__ext {
  display: flex;
  gap: 10px;
}

.tap-fwd__ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--tap-line, #3A4F4A);
  color: var(--tap-ink, #F5F5F0);
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
}

.tap-fwd__ico:hover {
  background: rgba(42, 167, 155, 0.18);
  border-color: var(--tap-green, #2AA79B);
  color: var(--tap-ink, #F5F5F0);
}

.tap-fwd__url {
  font-size: 11px;
  color: var(--tap-ink-faint, #8AA09B);
  margin: 10px 0 0;
  word-break: break-all;
  font-family: ui-monospace, monospace;
}

.tap-fwd__inapp {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.tap-fwd__select {
  flex: 1 1 180px;
  height: 40px;
  border-radius: 10px;
  padding: 0 10px;
  border: 1px solid var(--tap-line, #3A4F4A);
  background: var(--tap-field, #1e2b27);
  color: var(--tap-ink, #F5F5F0);
  font-size: 13px;
}

.tap-fwd__hint {
  font-size: 12px;
  color: var(--tap-ink-faint, #8AA09B);
  margin: 10px 0 0;
}

.tviv {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(12, 20, 17, 0.72);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

/* Obligatorio junto con el atributo `hidden`: el display de la regla de arriba le gana al
   display:none del navegador y el spotlight queda pegado tapando la página. Ya pasó. */
.tviv[hidden] {
  display: none;
}

.tviv__box {
  position: relative;
  width: min(96vw, 460px);
  max-height: 94vh;
  overflow: auto;
  background: var(--tap-surface, #20302B);
  color: var(--tap-ink, #F5F5F0);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 20px;
  padding: 22px 20px 18px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
}

/* Ley de la casa: el scroll funciona, la barra no se ve. */
.tviv__box {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tviv__box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tviv__x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #8AA09B);
  cursor: pointer;
}

.tviv__t {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin: 0 0 14px;
}

.tviv__t i {
  color: var(--tap-green, #2AA79B);
  margin-right: 7px;
}

.tviv__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #0e1613;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tviv__stage video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.tviv__stage video[hidden] {
  display: none;
}

/* Respaldo del recuadro: la foto tomada al terminar de grabar. Va ENCIMA del video —que sigue
   ahí, intentando— para que nunca se vea el fondo negro del escenario. Se apaga en cuanto la
   ráfaga arranca. */
#tviv-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
}

#tviv-fallback[hidden] {
  display: none;
}

/* La cámara frontal se ve invertida y la persona no se reconoce; la GRABACIÓN no se toca. */
#tviv-cam {
  transform: scaleX(-1);
}

/* Cuenta de los 2 s: una barra que se llena. Más legible que un número que salta. */
.tviv__barra {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: rgba(255, 255, 255, 0.18);
}

.tviv__barra > span {
  display: block;
  height: 100%;
  width: 0;
  background: #E0674E;
}

.tviv__barra.is-run > span {
  animation: tvivfill 3s linear forwards;
}

/* dura lo que la grabación */
@keyframes tvivfill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.tviv__load {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: rgba(8, 14, 12, 0.72);
  font-size: 13px;
  text-align: center;
  padding: 16px;
}

.tviv__load[hidden] {
  display: none;
}

.tviv__spin {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: var(--tap-green, #2AA79B);
  animation: tvivspin 0.8s linear infinite;
}

@keyframes tvivspin {
  to {
    transform: rotate(360deg);
  }
}
.tviv__hint {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--tap-ink-sub, #B9C9C4);
  margin: 12px 0 0;
}

.tviv__hint b {
  color: var(--tap-ink, #F5F5F0);
}

.tviv__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tviv__b {
  flex: 1 1 auto;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid var(--tap-line, #3A4F4A);
  background: rgba(255, 255, 255, 0.06);
  color: var(--tap-ink, #F5F5F0);
  font-size: 13.5px;
  font-weight: 600;
}

.tviv__b[hidden] {
  display: none;
}

.tviv__b:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Tinta oscura sobre el teal, no blanca: en blanco este verde queda en 2,9:1. */
.tviv__b--go {
  background: var(--tap-green, #2AA79B);
  border-color: transparent;
  color: #06201C;
  font-weight: 700;
}

#tviv-rec i {
  color: #E0674E;
}

/* Aviso: mismas medidas, color y sombra que `.qflash` para que se sienta la misma pieza. */
.tvivmsg {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.tvivmsg[hidden] {
  display: none;
}

.tvivmsg__box {
  position: relative;
  background: var(--tap-surface, #263733);
  width: min(92vw, 420px);
  padding: 26px 24px;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.45;
  color: var(--tap-ink, #F5F5F0);
}

.tvivmsg__x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #8AA09B);
  cursor: pointer;
}

.tvivmsg__i {
  font-size: 22px;
  flex: 0 0 auto;
  color: var(--tap-green-deep, #0E6E66);
}

/* Chip de estado junto a los botones del editor. */
/* `margin` EXPLÍCITO: al ponerle `display:inline-flex` a un <p> se pierde el margen que el
   navegador le da por defecto, así que el chip quedaba pegado —borde contra borde— a la fila de
   botones de arriba. Va el mismo aire de 9 px que usa `.tap-studio-btns`. */
.tap-viva-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  margin: 9px 0 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(42, 167, 155, 0.16);
  color: var(--tap-green-deep, #12857C);
  border: 1px solid rgba(42, 167, 155, 0.34);
}

/* Obligatorio: el `display` de arriba le gana al display:none del atributo `hidden` y el chip
   «Tu foto se mueve» se vería incluso sin foto viva. Es la trampa que ya dejó un overlay
   invisible tapando toda la página. */
.tap-viva-chip[hidden] {
  display: none;
}

.tap-viva-chip i {
  font-size: 11px;
}

.qidle {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 24, 21, 0.62);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: qidleFade 0.15s ease;
}

.qidle[hidden] {
  display: none;
}

/* Con el aviso de inactividad abierto, ocultar los botones flotantes (Tutorial y
   «Reportar un problema», ambos .qob-help) para que no floten sobre el overlay. */
html.qidle-open .qob-help {
  display: none !important;
}

@keyframes qidleFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.qidle__box {
  position: relative;
  background: var(--tap-surface, #263733);
  color: var(--tap-ink, #F5F5F0);
  width: min(92vw, 420px);
  padding: 26px 24px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--tap-line, #3A4F4A);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
  animation: qidlePop 0.16s ease;
}

@keyframes qidlePop {
  from {
    transform: translateY(8px) scale(0.98);
    opacity: 0.6;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.qidle__icon {
  font-size: 34px;
  color: var(--tap-accent, #F05A4A);
  line-height: 1;
}

.qidle__title {
  margin: 14px 0 6px;
  font-weight: 700;
  color: var(--tap-ink, #F5F5F0);
}

.qidle__sub {
  font-size: 14px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 0;
  line-height: 1.5;
}

.qidle__sub b {
  color: var(--tap-ink, #F5F5F0);
}

.qidle__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}

.qidle__actions .tap-btn {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}

/* Modal SPOTLIGHT — mismo look que .qguide (Guía rápida) / "Reportar un problema" */
.qlegal {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: qlegalFade 0.15s ease;
}

.qlegal[hidden] {
  display: none;
}

@keyframes qlegalFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.qlegal__box {
  position: relative;
  background: var(--tap-surface);
  width: min(94vw, 560px);
  height: min(86vh, 780px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}

.qlegal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint);
  cursor: pointer;
  padding: 0 4px;
}

.qlegal__close:hover {
  color: var(--tap-ink);
}

.qlegal__load {
  padding: 26px;
  text-align: center;
  color: var(--tap-ink-sub);
  font-size: 14px;
  font-weight: 600;
}

.qlegal__spin {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 6px;
  border-radius: 50%;
  border: 3px solid var(--tap-line);
  border-top-color: var(--tap-green-deep);
  animation: qlegalspin 0.8s linear infinite;
}

@keyframes qlegalspin {
  to {
    transform: rotate(360deg);
  }
}
.qlegal__frame {
  flex: 1;
  width: 100%;
  border: 0;
  background: transparent;
}

/* ── Campo de imagen con preview + editar/eliminar (iconos) ── */
.tap-media {
  position: relative;
}

.tap-media__file {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.tap-media__preview {
  position: relative;
  display: inline-flex;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--tap-line);
  background: var(--tap-field, #FBF8EF);
  line-height: 0;
}

.tap-media--wide .tap-media__preview {
  display: block;
  width: 100%;
}

.tap-media__preview.is-empty {
  display: none;
}

.tap-media__img--avatar {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tap-media__img--banner {
  width: 100%;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.tap-media__acts {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  gap: 6px;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.15s, transform 0.15s;
}

.tap-media__preview:hover .tap-media__acts,
.tap-media__preview:focus-within .tap-media__acts {
  opacity: 1;
  transform: none;
}

.tap-media__btn {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.94);
  color: #241F1A;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.tap-media__btn:hover {
  background: #fff;
}

.tap-media__btn--del {
  color: #c0392b;
}

.tap-media__img--avatar ~ .tap-media__acts {
  top: 4px;
  right: 4px;
}

.tap-media__empty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px dashed var(--tap-line);
  border-radius: 12px;
  background: var(--tap-field, #FBF8EF);
  color: var(--tap-ink-sub, #736E62);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.tap-media__empty:hover {
  border-color: var(--tap-green, #12857C);
  color: var(--tap-green-deep, #0E6E66);
}

.tap-media__preview:not(.is-empty) + .tap-media__empty {
  display: none;
}

/* ── Recortador de imagen con zoom (perfil / portada) ── */
.tap-crop {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(20, 17, 13, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.tap-crop[hidden] {
  display: none;
}

.tap-crop__box {
  background: var(--tap-surface, #FFFDF7);
  border-radius: 18px;
  padding: 16px;
  width: min(500px, 100%);
  box-shadow: 0 30px 70px -24px rgba(0, 0, 0, 0.6);
}

.tap-crop__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tap-crop__title {
  font-weight: 700;
  color: var(--tap-ink);
  font-size: 15px;
}

.tap-crop__x {
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint);
  cursor: pointer;
  padding: 0 4px;
}

.tap-crop__stage {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: #2a2723;
  touch-action: none;
  cursor: grab;
}

.tap-crop__stage:active {
  cursor: grabbing;
}

.tap-crop__img {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  max-width: none;
}

.tap-crop__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 9999px rgba(20, 17, 13, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.92);
  pointer-events: none;
  box-sizing: border-box;
}

.tap-crop__frame.is-round {
  border-radius: 50%;
}

.tap-crop__zoom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 4px 6px;
}

.tap-crop__zoom button {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-green-deep);
  cursor: pointer;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tap-crop__zoom button:hover {
  background: var(--tap-green-tint);
}

.tap-crop__zoom input[type=range] {
  flex: 1;
  accent-color: var(--tap-green);
}

.tap-crop__hint {
  font-size: 11.5px;
  color: var(--tap-ink-faint);
  text-align: center;
  margin: 0 0 12px;
}

.tap-crop__foot {
  display: flex;
  gap: 10px;
}

.tap-crop__btn {
  flex: 1;
  padding: 11px;
  border-radius: 11px;
  border: 1px solid var(--tap-line);
  background: var(--tap-surface);
  color: var(--tap-ink);
  font-weight: 600;
  cursor: pointer;
}

.tap-crop__btn--go {
  background: var(--tap-green);
  border-color: var(--tap-green);
  color: #fff;
}

.qomp-navavatar {
  display: inline-flex;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.qomp-nav .navbar-nav > .qomp-nav__cuenta {
  order: 99;
}

.qomp-navavatar::after {
  display: none;
}

/* oculta el caret de Bootstrap */
.qomp-navavatar__img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: var(--tap-green, #12857C);
  transition: border-color 0.15s;
}

.qomp-navavatar:hover .qomp-navavatar__img {
  border-color: #fff;
}

/* ── Menú de cuenta: iconos alineados + encabezados de categoría ── */
.qomp-accountmenu {
  min-width: 224px;
  padding: 6px;
}

.qomp-accountmenu .dropdown-item {
  border-radius: 9px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
}

.qomp-accountmenu .dropdown-item i {
  width: 18px;
  text-align: center;
  margin-right: 9px;
  opacity: 0.8;
}

.qomp-accountmenu .dropdown-header {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tap-ink-sub, #9DB3AF);
  padding: 8px 12px 3px;
  margin: 0;
}

.qomp-accountmenu .dropdown-divider {
  margin: 5px 4px;
}

.qomp-accountmenu .qomp-signout {
  color: #C0392B;
}

.qomp-accountmenu .qomp-signout i {
  opacity: 0.9;
}

/* ── Móvil: el menú (hamburguesa) se despliega a la DERECHA, bajo las 3 líneas ── */
@media (max-width: 767.98px) {
  .qomp-nav .container {
    position: relative;
  }

  .qomp-nav .navbar-collapse {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    /* alineado a la derecha, bajo el botón hamburguesa */
    left: auto;
    width: auto;
    min-width: 210px;
    background: var(--tap-graph, #38443F);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 22px 48px -18px rgba(0, 0, 0, 0.6);
    z-index: var(--z-nav);
  }

  .qomp-nav .navbar-collapse .navbar-nav {
    width: 100%;
    gap: 2px;
  }

  .qomp-nav .navbar-collapse .navbar-nav.me-auto {
    display: none;
  }

  /* ul vacío, no ocupa espacio */
  .qomp-nav .navbar-collapse .nav-item.dropdown {
    display: flex;
    flex-direction: column;
  }

  .qomp-nav .navbar-collapse .nav-link {
    padding: 9px 12px;
    border-radius: 9px;
  }

  .qomp-nav .navbar-collapse .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  /* La foto de la cuenta actúa como encabezado del panel; su submenú se aplana (siempre visible). */
  /* En el teléfono NO se reordena: manda el DOM, o sea el avatar primero. Y se alinea a la
     izquierda como el resto de los enlaces — `flex-end` lo dejaba descolgado a la derecha,
     que tenía sentido cuando era el último de la lista y ya no. */
  .qomp-nav .navbar-nav > .qomp-nav__cuenta {
    order: 0;
  }

  .qomp-nav .navbar-collapse .qomp-navavatar {
    align-self: flex-start;
  }

  .qomp-nav .navbar-collapse .dropdown-menu {
    position: static;
    float: none;
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 2px 0 0;
    width: 100%;
  }

  .qomp-nav .navbar-collapse .dropdown-item {
    color: #C4CEC9;
    border-radius: 9px;
    padding: 9px 12px;
  }

  .qomp-nav .navbar-collapse .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .qomp-nav .navbar-collapse .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.14);
    margin: 4px 0;
  }

  .qomp-nav .navbar-collapse .dropdown-header {
    color: rgba(255, 255, 255, 0.5);
    padding: 6px 12px 2px;
  }

  .qomp-nav .navbar-collapse .qomp-signout {
    color: #F1A9A0 !important;
  }

  .qomp-nav .navbar-collapse form {
    margin: 0;
  }

  .qomp-nav .navbar-collapse form .dropdown-item {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    cursor: pointer;
  }
}
.qflash {
  position: fixed;
  inset: 0;
  z-index: var(--z-flash);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: qflashFade 0.15s ease;
}

.qflash[hidden] {
  display: none;
}

@keyframes qflashFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.qflash__box {
  position: relative;
  background: var(--tap-surface, #263733);
  width: min(92vw, 420px);
  padding: 26px 24px;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
  text-align: center;
  animation: qflashPop 0.18s ease;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

@keyframes qflashPop {
  from {
    transform: scale(0.96);
    opacity: 0.6;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.qflash__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #999);
  cursor: pointer;
}

.qflash__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  color: var(--tap-ink, #F5F5F0);
  line-height: 1.45;
}

.qflash__row + .qflash__row {
  margin-top: 10px;
}

.qflash__icon {
  font-size: 22px;
  flex: 0 0 auto;
}

.qflash__row--ok .qflash__icon {
  color: var(--tap-green-deep, #0E6E66);
}

.qflash__row--err .qflash__icon {
  color: var(--tap-danger, #C0392B);
}

/* Bienvenida post-pago en la tipografía OFICIAL de la marca: Unbounded (Bold). */
.qflash__box--welcome .qflash__text {
  font-family: "Unbounded", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.qflash__box--welcome .qflash__cta {
  font-family: "Unbounded", "Inter", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.qflash__cta {
  margin-top: 18px;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
  background: var(--tap-green-deep, #0E6E66);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: filter 0.12s ease;
}

.qflash__cta:hover {
  filter: brightness(1.1);
}

.qob-spot {
  position: fixed;
  z-index: calc(var(--z-onboarding) + 2);
  border-radius: 14px;
  pointer-events: none;
  box-shadow: 0 0 0 9999px rgba(11, 16, 15, 0.74);
  outline: 2px solid rgba(111, 215, 196, 0.95);
  outline-offset: 3px;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s, height 0.3s;
}

.qob-veil {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-onboarding) + 1);
  background: transparent;
  cursor: default;
}

.qob-tip {
  position: fixed;
  z-index: calc(var(--z-onboarding) + 3);
  width: 288px;
  max-width: calc(100vw - 24px);
  background: #2A2723;
  color: #FCF8EF;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 15px 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s, transform 0.22s;
}

.qob-tip.is-on {
  opacity: 1;
  transform: none;
}

.qob-tip__step {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6FD7C4;
  font-weight: 600;
  margin-bottom: 5px;
}

.qob-tip__title {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 5px;
  color: #fff;
}

.qob-tip__text {
  margin: 0 0 13px;
  color: rgba(252, 248, 239, 0.86);
}

.qob-tip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.qob-tip__skip {
  background: none;
  border: 0;
  color: rgba(252, 248, 239, 0.55);
  font-size: 12px;
  cursor: pointer;
  padding: 4px 0;
}

.qob-tip__skip:hover {
  color: rgba(252, 248, 239, 0.9);
}

.qob-tip__btns {
  display: flex;
  gap: 8px;
}

.qob-b {
  border: 0;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  font-family: inherit;
}

.qob-b--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #FCF8EF;
}

.qob-b--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

.qob-b--go {
  background: #12857C;
  color: #fff;
}

.qob-b--go:hover {
  background: #0E6E66;
}

.qob-cursor {
  position: fixed;
  z-index: calc(var(--z-onboarding) + 4);
  pointer-events: none;
  font-size: 22px;
  color: #fff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
  transition: left 0.06s linear, top 0.06s linear;
}

.qob-help {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: var(--z-onboarding);
  height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  border: 0;
  background: #12857C;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: system-ui, sans-serif;
}

.qob-help:hover {
  background: #0E6E66;
}

/* Botón "Reportar un problema": mismo estilo que Tutorial; cuando hay tutorial en la
   página se sube (--above) para quedar JUSTO ENCIMA de él. */
.qob-report {
  text-decoration: none;
  transform: translateX(calc(100% + 16px));
  opacity: 0;
  pointer-events: none;
  /* ESCONDIDO por defecto */
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s;
}

.qob-report.is-near {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

/* mouse cerca → SE ASOMA */
.qob-report:hover {
  background: #0E6E66;
  color: #fff;
}

.qob-report--above {
  bottom: 64px;
}

@media (hover: none) {
  .qob-report {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
}
/* táctil: siempre visible */
/* En TELÉFONO no flotan sobre el contenido: pasan al menú hamburguesa (ver shared/_navbar).
   768px = el mismo punto de quiebre del navbar (navbar-expand-md). */
@media (max-width: 767.98px) {
  .qob-help {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .qob-spot, .qob-cursor {
    transition: none;
  }
}
.qpbg {
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 14px;
  padding: 14px 16px 12px;
  margin: 0 0 14px;
  display: grid;
  gap: 8px;
}

.qpbg--compact {
  padding: 12px 14px 10px;
}

.qpbg__t {
  font-size: 13px;
  font-weight: 700;
  color: var(--tap-ink, #F5F5F0);
  padding: 0 4px;
  width: auto;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.qpbg__t i {
  color: var(--tap-green, #2AA79B);
  font-size: 12.5px;
}

.qpbg__opt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  margin: 0;
}

.qpbg__opt input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: var(--tap-green, #2AA79B);
  flex: 0 0 auto;
  cursor: pointer;
}

.qpbg__box {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.qpbg__n {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tap-ink, #F5F5F0);
}

.qpbg__d {
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--tap-ink-sub, #A9BEBA);
}

.qpbg__tag {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: rgba(42, 167, 155, 0.18);
  color: var(--tap-green, #2AA79B);
  border: 1px solid rgba(42, 167, 155, 0.4);
  border-radius: 999px;
  padding: 1px 6px;
  margin-left: 4px;
  vertical-align: 1px;
}

.qpbg__opt input:disabled ~ .qpbg__box {
  opacity: 0.45;
}

.qpbg__hint {
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 2px 0 0;
  padding-left: 26px;
}

.qpbg__hint[hidden] {
  display: none;
}

.qpbg__hint.is-work {
  color: var(--tap-green, #2AA79B);
}

.qpbg__hint.is-err {
  color: #E0674E;
}

.qpbg__doing {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--tap-green, #2AA79B);
  background: rgba(42, 167, 155, 0.1);
  border: 1px solid rgba(42, 167, 155, 0.34);
  border-radius: 10px;
  padding: 8px 11px;
}

.qpbg__doing i {
  margin-right: 5px;
}

.qpbg__note {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.45;
  color: var(--tap-green, #2AA79B);
}

.qpbg__note i {
  margin-right: 4px;
}

.qpbg__warn {
  display: block;
  margin-top: 5px;
  font-size: 11.5px;
  line-height: 1.45;
  color: #E7B24E;
  background: rgba(231, 178, 78, 0.1);
  border: 1px solid rgba(231, 178, 78, 0.32);
  border-radius: 8px;
  padding: 6px 9px;
}

.qpbg__warn i {
  margin-right: 4px;
}

/* Por encima del tutorial pasivo (su velo va en 99997): si no, un usuario que entra por primera
     vez abre el estudio y no puede pinchar nada, porque el velo transparente se come los clics.
     Además, mientras el estudio está abierto el tutorial se esconde —mismo criterio que ya usa el
     aviso de cierre de sesión con el botón de ayuda—. */
html.tstu-open .qob-veil, html.tstu-open .qob-tip,
html.tstu-open .qob-spot, html.tstu-open .qob-help {
  display: none !important;
}

.tstu {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(12, 20, 17, 0.72);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

/* Obligatorio junto con el atributo `hidden`: el display de la regla normal le ganaría al
   display:none del navegador y el estudio quedaría pegado en pantalla. */
.tstu[hidden] {
  display: none;
}

.tstu__box {
  position: relative;
  width: min(96vw, 460px);
  max-height: 94vh;
  overflow: auto;
  background: var(--tap-surface, #20302B);
  color: var(--tap-ink, #F5F5F0);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 20px;
  padding: 22px 20px 18px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55);
}

/* Ley de la casa: el scroll funciona, la barra no se ve. */
.tstu__box {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tstu__box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tstu__x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #8AA09B);
  cursor: pointer;
}

.tstu__t {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin: 0 0 14px;
}

.tstu__t i {
  color: var(--tap-green, #2AA79B);
  margin-right: 7px;
}

.tstu__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #0e1613;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tstu__stage canvas, .tstu__stage video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.tstu__stage video[hidden] {
  display: none;
}

.tstu__load {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(14, 22, 19, 0.82);
  font-size: 12.5px;
  color: var(--tap-ink-sub, #A9BEBA);
  text-align: center;
  padding: 16px;
}

.tstu__load[hidden] {
  display: none;
}

.tstu__spin {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid rgba(42, 167, 155, 0.25);
  border-top-color: var(--tap-green, #2AA79B);
  animation: tstuSpin 0.8s linear infinite;
}

@keyframes tstuSpin {
  to {
    transform: rotate(360deg);
  }
}
.tstu__sello {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  background: rgba(18, 133, 124, 0.92);
  color: #fff;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
}

.tstu__sello[hidden] {
  display: none;
}

.tstu__sello small, .tstu__sello .small {
  font-weight: 500;
  opacity: 0.9;
  font-size: 11.5px;
}

.tstu__opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 14px 0 0;
}

.tstu__opt {
  border: 1px solid var(--tap-line, #3A4F4A);
  background: transparent;
  color: var(--tap-ink, #F5F5F0);
  border-radius: 11px;
  padding: 10px 10px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.tstu__opt {
  grid-column: auto;
}

.tstu__opt i {
  font-size: 11.5px;
  color: var(--tap-green, #2AA79B);
}

.tstu__opt.is-on {
  background: rgba(42, 167, 155, 0.16);
  border-color: var(--tap-green, #2AA79B);
}

.tstu__opt:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.tstu__colors {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.tstu__colors[hidden] {
  display: none;
}

.tstu__clabel {
  font-size: 11.5px;
  color: var(--tap-ink-faint, #8AA09B);
  margin-right: 2px;
}

.tstu__color {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: var(--c);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
}

.tstu__color.is-on {
  border-color: var(--tap-ink, #F5F5F0);
}

.tstu__hint {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 12px 0 0;
}

.tstu__hint b {
  color: var(--tap-ink, #F5F5F0);
}

.tstu__acts {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
  flex-wrap: wrap;
}

.tstu__b {
  border: 1px solid var(--tap-line, #3A4F4A);
  background: transparent;
  color: var(--tap-ink, #F5F5F0);
  border-radius: 11px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.tstu__b[hidden] {
  display: none;
}

.tstu__b--go {
  background: var(--tap-green, #12857C);
  border-color: var(--tap-green, #12857C);
  color: #fff;
}

.tstu__b--go:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.qreport {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(36, 31, 26, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: qreportFade 0.15s ease;
}

.qreport[hidden] {
  display: none;
}

@keyframes qreportFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.qreport__box {
  position: relative;
  background: var(--tap-surface, #fff);
  width: min(92vw, 440px);
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}

.qreport__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #999);
  cursor: pointer;
}

.qreport__title {
  margin: 0 0 6px;
  font-weight: 700;
  color: var(--tap-ink, #241F1A);
  padding-right: 20px;
}

.qreport__sub {
  font-size: 14px;
  color: var(--tap-ink-sub, #736E62);
  margin: 0 0 14px;
  line-height: 1.5;
}

.qreport__input {
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 12px;
  border: 1px solid var(--tap-line, #E7DFCD);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  resize: vertical;
  background: var(--tap-field, var(--tap-surface, #fff));
  color: var(--tap-ink, #241F1A);
}

.qreport__legal {
  font-size: 11px;
  color: var(--tap-ink-faint, #999);
  margin: 8px 0 0;
  line-height: 1.4;
}

.qti {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 24, 21, 0.62);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.qti[hidden] {
  display: none;
}

.qti__box {
  position: relative;
  background: var(--tap-surface, #20302B);
  color: var(--tap-ink, #F5F5F0);
  width: min(96vw, 540px);
  max-height: 92vh;
  overflow: auto;
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 20px;
  padding: 24px;
}

.qti__x {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--tap-ink-faint, #8AA09B);
  cursor: pointer;
}

.qti__title {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin: 0 4px 12px;
}

.qti__dots {
  display: flex;
  gap: 6px;
  margin: 0 4px 16px;
}

.qti__dots span {
  flex: 1;
  height: 4px;
  border-radius: 99px;
  background: var(--tap-line, #3A4F4A);
}

.qti__dots span.on {
  background: var(--tap-green, #2AA79B);
}

.qti__step {
  display: none;
}

.qti__step.on {
  display: block;
}

.qti-drop {
  border: 1.6px dashed var(--tap-line, #3A4F4A);
  border-radius: 16px;
  padding: 30px 18px;
  text-align: center;
  cursor: pointer;
  background: rgba(42, 167, 155, 0.04);
}

.qti-drop:hover, .qti-drop.hot {
  border-color: var(--tap-green, #2AA79B);
  background: rgba(42, 167, 155, 0.08);
}

.qti-drop.busy {
  opacity: 0.6;
  pointer-events: none;
}

.qti-drop i {
  font-size: 30px;
  color: var(--tap-green, #2AA79B);
}

.qti-drop__t {
  font-weight: 700;
  font-size: 15px;
  margin-top: 8px;
}

.qti-drop__s {
  font-size: 12.5px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin-top: 3px;
}

.qti-err {
  color: #E0674E;
  font-size: 13px;
  margin: 10px 2px 0;
  min-height: 1px;
}

.qti-note {
  background: rgba(42, 167, 155, 0.1);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 12px;
  padding: 11px 13px;
  font-size: 12.5px;
  color: var(--tap-ink-sub, #A9BEBA);
  line-height: 1.55;
  margin: 14px 0;
}

.qti-note b {
  color: var(--tap-ink, #F5F5F0);
}

.qti-note i {
  color: var(--tap-green, #2AA79B);
  margin-right: 5px;
}

.qti-row2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.qti-link {
  color: var(--tap-green, #2AA79B);
  font-weight: 600;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.qti-lead {
  font-size: 13.5px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin: 0 0 12px;
}

.qti-lead b {
  color: var(--tap-ink, #F5F5F0);
}

.qti-lbl {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--tap-ink-faint, #8AA09B);
  margin: 10px 0 7px;
}

.qti-omit__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.qti-omit__chips span {
  font-size: 11.5px;
  color: var(--tap-ink-faint, #8AA09B);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 7px;
  padding: 4px 9px;
  text-decoration: line-through;
}

/* Vista previa con SCROLL LATERAL. La barra del sistema está oculta en todo el producto
   (ley de la casa), así que acá se pone una PROPIA, finita y translúcida, que además solo se
   nota al pasar el mouse: sin ella no había forma de saber que las columnas seguían. Se suma
   un degradado en el borde derecho que se apaga al llegar al final, y arrastre con el mouse
   (click sostenido) porque en PC no hay gesto lateral. */
.qti-prevscroll {
  position: relative;
}

.qti-prevscroll::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 46px;
  pointer-events: none;
  border-radius: 0 12px 12px 0;
  opacity: 0.9;
  transition: opacity 0.18s ease;
  background: linear-gradient(to right, rgba(32, 48, 43, 0), var(--tap-surface, #20302B));
}

.qti-prevscroll.at-end::after {
  opacity: 0;
}

.qti-prevwrap {
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 12px;
  overflow: auto;
  max-height: 44vh;
  scrollbar-width: thin;
  scrollbar-color: rgba(42, 167, 155, 0.28) transparent;
  cursor: grab;
}

.qti-prevwrap.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.qti-prevwrap::-webkit-scrollbar {
  display: block;
  width: 7px;
  height: 7px;
}

.qti-prevwrap::-webkit-scrollbar-track {
  background: transparent;
}

.qti-prevwrap::-webkit-scrollbar-thumb {
  background: rgba(42, 167, 155, 0.22);
  border-radius: 99px;
}

.qti-prevwrap:hover::-webkit-scrollbar-thumb {
  background: rgba(42, 167, 155, 0.48);
}

.qti-hint {
  font-size: 10.5px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--tap-ink-faint, #8AA09B);
  opacity: 0.9;
}

.qti-prev {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 440px;
}

/* Portada común del equipo (paso 3). */
.qti-cover {
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 14px;
  padding: 13px 14px;
  margin-top: 14px;
  background: rgba(42, 167, 155, 0.06);
}

.qti-cover__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.qti-cover__t {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--tap-ink, #F5F5F0);
}

.qti-cover__t i {
  color: var(--tap-green, #2AA79B);
  margin-right: 6px;
}

.qti-cover__s {
  font-size: 12px;
  color: var(--tap-ink-sub, #A9BEBA);
  margin-top: 3px;
  line-height: 1.5;
  max-width: 330px;
}

.qti-cover__s b {
  color: var(--tap-ink, #F5F5F0);
}

.qti-cover__btn {
  border: 1px solid var(--tap-green, #2AA79B);
  background: transparent;
  color: var(--tap-green, #2AA79B);
  border-radius: 10px;
  padding: 7px 13px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.qti-cover__btn:hover {
  background: rgba(42, 167, 155, 0.12);
}

.qti-cover__prev {
  margin-top: 12px;
}

.qti-cover__prev img {
  width: 100%;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
  border: 1px solid var(--tap-line, #3A4F4A);
}

.qti-cover__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
  font-size: 11.5px;
  color: var(--tap-ink-faint, #8AA09B);
}

.qti-cover__x {
  border: 0;
  background: transparent;
  color: #E0674E;
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.qti-prev th {
  background: rgba(255, 255, 255, 0.03);
  color: var(--tap-ink-faint, #8AA09B);
  text-align: left;
  font-weight: 700;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 10px;
}

.qti-prev td {
  padding: 8px 10px;
  border-top: 1px solid var(--tap-line, #3A4F4A);
  color: var(--tap-ink-sub, #A9BEBA);
  white-space: nowrap;
}

.qti-prev tr.bad td {
  background: rgba(224, 103, 78, 0.08);
}

.qti-flag {
  color: #E0674E;
  font-weight: 700;
  font-size: 11px;
}

.qti-more {
  text-align: center;
  color: var(--tap-ink-faint, #8AA09B);
  font-style: italic;
}

.qti-valid {
  background: rgba(231, 169, 78, 0.1);
  border: 1px solid rgba(231, 169, 78, 0.3);
  border-radius: 11px;
  padding: 10px 13px;
  font-size: 12.5px;
  color: #f0c98a;
  margin: 12px 0;
}

.qti-confirm {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--tap-line, #3A4F4A);
  border-radius: 14px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.qti-confirm b {
  color: var(--tap-ink, #F5F5F0);
}

.qti-badge {
  background: rgba(231, 169, 78, 0.16);
  color: #f0c98a;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 99px;
}

.qti__acts {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.qti__acts .btn {
  flex: 1;
}

.qti-done {
  text-align: center;
  padding: 8px 0 4px;
}

.qti-done__ic {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(65, 185, 140, 0.16);
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  color: #41B98C;
  font-size: 24px;
}

.qti-done h3, .qti-done .h3 {
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 6px;
}

.qti-done p {
  font-size: 13px;
  color: var(--tap-ink-sub, #A9BEBA);
  line-height: 1.55;
  margin: 0 0 16px;
}

.tap-2fa__qr svg {
  display: block;
  width: 200px;
  height: 200px;
}
@media (max-width: 480px) {
  .tap-2fa__qr svg {
    width: min(62vw, 200px);
    height: min(62vw, 200px);
  }
}

.qali-kpi {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius);
  padding: 20px 22px;
  margin-bottom: 20px;
}
.qali-kpi__n {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--tap-green-deep);
  font-variant-numeric: tabular-nums;
}
.qali-kpi__l {
  font-size: 0.95rem;
  line-height: 1.45;
}
.qali-kpi__l small, .qali-kpi__l .small {
  display: block;
  margin-top: 3px;
  font-size: 0.78rem;
  color: var(--tap-ink-sub);
}

.qali-cmp {
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius);
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.qali-cmp small, .qali-cmp .small {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--tap-ink-sub);
}

.qali-h2 {
  font-size: 1.02rem;
  margin: 26px 0 12px;
}

.qali-lista {
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius);
  overflow: hidden;
}

.qali-fila {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 0.5px solid var(--tap-line);
}
.qali-fila:last-child {
  border-bottom: 0;
}
.qali-fila--cab {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tap-ink-sub);
  background: rgba(255, 255, 255, 0.02);
}
.qali-fila__quien {
  font-weight: 600;
  font-size: 0.95rem;
}
.qali-fila__lugar {
  font-size: 0.86rem;
  color: var(--tap-ink-sub);
}
.qali-fila__cnt {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.qali-fila__cnt small, .qali-fila__cnt .small {
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  text-align: right;
  color: var(--tap-ink-sub);
  margin-top: 2px;
}
.qali-fila__dormido {
  color: var(--tap-amber, #E7A94E) !important;
  font-weight: 600 !important;
}
@media (max-width: 640px) {
  .qali-fila {
    grid-template-columns: 1fr auto;
    row-gap: 4px;
  }
  .qali-fila--cab {
    display: none;
  }
  .qali-fila__lugar {
    grid-column: 1/2;
  }
  .qali-fila__cnt {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .qali-fila form, .qali-fila .btn {
    grid-column: 1/3;
    justify-self: start;
    margin-top: 6px;
  }
}

.qali-nota {
  margin: 14px 2px 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--tap-ink-sub);
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.qali-vacio {
  background: var(--tap-surface);
  border: 0.5px dashed var(--tap-line);
  border-radius: var(--tap-radius);
  padding: 22px;
  font-size: 0.93rem;
  line-height: 1.6;
}
.qali-vacio p {
  margin: 0 0 12px;
}
.qali-vacio p:last-child {
  margin-bottom: 0;
}
.qali-vacio__t {
  font-weight: 700;
  font-size: 1.02rem;
}
.qali-vacio__como {
  padding-top: 12px;
  border-top: 0.5px solid var(--tap-line);
}

.qali-oferta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px 20px;
  border: 0.5px solid var(--tap-green-deep);
  border-radius: var(--tap-radius);
  background: var(--tap-surface);
  font-size: 0.92rem;
  line-height: 1.5;
}
.qali-oferta small, .qali-oferta .small {
  display: block;
  margin-top: 5px;
  font-size: 0.78rem;
  color: var(--tap-ink-sub);
}
.qali-oferta__n {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: var(--tap-green-deep);
  font-variant-numeric: tabular-nums;
}
.qali-oferta__n small, .qali-oferta__n .small {
  display: inline;
  font-size: 0.8rem;
  color: var(--tap-ink-sub);
  margin: 0;
}

.qali-gar {
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius);
  padding: 22px;
}
.qali-gar__f {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.5;
}
.qali-gar__e {
  margin: 0 0 18px;
  padding: 13px 16px;
  font-size: 0.9rem;
  line-height: 1.55;
  background: rgba(255, 255, 255, 0.03);
  border-radius: calc(var(--tap-radius) - 4px);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.qali-gar__e i {
  margin-top: 3px;
  color: var(--tap-green-deep);
}
.qali-gar__n {
  margin: 12px 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--tap-ink-sub);
  text-align: center;
}
.qali-gar__u {
  margin: 8px 0 0;
  font-size: 0.76rem;
  text-align: center;
  color: var(--tap-ink-sub);
}

.qali-aviso {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 13px 16px;
  border-radius: var(--tap-radius);
  font-size: 0.88rem;
  line-height: 1.55;
  border: 0.5px solid rgba(231, 169, 78, 0.5);
  background: rgba(231, 169, 78, 0.12);
}
.qali-aviso i {
  margin-top: 3px;
  color: var(--tap-amber, #E7A94E);
}

.qali-pasos {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-line);
  border-radius: var(--tap-radius);
  overflow: hidden;
}

.qali-paso {
  display: flex;
  gap: 15px;
  padding: 18px 20px;
  align-items: flex-start;
  border-bottom: 0.5px solid var(--tap-line);
}
.qali-paso:last-child {
  border-bottom: 0;
}
.qali-paso b {
  display: block;
  font-size: 0.96rem;
  margin-bottom: 4px;
}
.qali-paso p {
  margin: 0 0 6px;
  font-size: 0.87rem;
  line-height: 1.55;
  color: var(--tap-ink-sub);
}
.qali-paso p:last-child {
  margin-bottom: 0;
}
.qali-paso__n {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--tap-line);
  color: var(--tap-ink-sub);
}
.qali-paso.is-ok .qali-paso__n {
  background: var(--tap-green-deep);
  color: #fff;
  border-color: var(--tap-green-deep);
}
.qali-paso__link {
  word-break: break-all;
  font-size: 0.78rem !important;
}

.qali-listo {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 15px 18px;
  border-radius: var(--tap-radius);
  font-size: 0.92rem;
  line-height: 1.55;
  background: var(--tap-surface);
  border: 0.5px solid var(--tap-green-deep);
}
.qali-listo i {
  margin-top: 3px;
  color: var(--tap-green-deep);
}

.qali-paso__nota {
  font-size: 0.82rem !important;
}

.qs-7bda3ad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  background: var(--graph);
}

.qs-b87ca32 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qs-7702771 {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: block;
}

.qs-4d9f92e {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 18px;
  color: #F5EFE2;
}

.qs-d3bf202 {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13.5px;
  font-weight: 500;
  color: #C4CEC9;
}

.qs-7bb4174 {
  color: inherit;
  text-decoration: none;
}

.qs-0d5683e {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 44px;
  align-items: center;
  padding: 52px 40px 46px;
}

.qs-4a032f6 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.qs-3d479c7 {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 14px;
  color: var(--mut);
}

.qs-c34155b {
  width: 60px;
  height: 1px;
  background: var(--line);
}

.qs-e33d714 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--p);
}

.qs-8718b35 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0 0 12px;
}

.qs-bc7ec70 {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 26px;
  color: var(--a);
  margin: 0 0 18px;
}

.qs-a86ea09 {
  font-size: 17px;
  line-height: 1.55;
  color: var(--mut);
  margin: 0 0 26px;
  max-width: 440px;
}

.qs-462c42a {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.qs-b7ff320 {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 15px 22px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
}

.qs-61ca4d5 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.qs-6eba930 {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  padding: 8px 13px;
  border-radius: 999px;
}

.qs-332389e {
  color: var(--p);
  margin-right: 6px;
}

.qs-a1ebb25 {
  justify-self: center;
  width: 258px;
  background: var(--graph);
  border-radius: 38px;
  padding: 11px;
  box-shadow: 0 34px 60px -24px rgba(36, 31, 26, 0.5);
}

.qs-e3fdf71 {
  background: var(--bg);
  border-radius: 29px;
  overflow: hidden;
}

.qs-f5be67e {
  height: 84px;
  background: var(--hg);
  position: relative;
}

.qs-ff140d0 {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #12857C, #E0674E);
  border: 3px solid var(--bg);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 24px;
}

.qs-212bf0e {
  padding: 42px 18px 18px;
  text-align: center;
}

.qs-28aaad4 {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 18px;
}

.qs-9b5e584 {
  font-size: 13px;
  color: var(--mut);
  margin-top: 3px;
}

.qs-f130076 {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 14px 0 16px;
}

.qs-6d38938 {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #F0EBDD;
  display: grid;
  place-items: center;
  color: var(--p);
}

.qs-433de30 {
  font-size: 14px;
}

.qs-5eaa48d {
  width: 132px;
  height: 132px;
  margin: 0 auto;
  border-radius: 13px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  background-image: repeating-linear-gradient(0deg, #241F1A 0 3px, transparent 3px 6px), repeating-linear-gradient(90deg, #241F1A 0 3px, transparent 3px 6px);
  background-clip: content-box;
}

.qs-acb4b57 {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.qs-1098491 {
  flex: 1;
  padding: 11px;
  border-radius: 10px;
  border: none;
  background: var(--p);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.qs-8896c95 {
  margin-right: 5px;
}

.qs-9c4a811 {
  padding: 11px 13px;
  border-radius: 10px;
  border: none;
  background: var(--graph);
  color: #F5EFE2;
  font-size: 13px;
  font-weight: 600;
}

.qs-a2248df {
  padding: 52px 40px;
  background: var(--card);
  border-top: 1px solid var(--line);
}

.qs-593ee90 {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 30px;
}

.qs-5482ed5 {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--p);
}

.qs-74190dd {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.08;
  margin: 10px 0 8px;
}

.qs-9d165ef {
  font-size: 15.5px;
  color: var(--mut);
  margin: 0;
  line-height: 1.55;
}

.qs-79ea2ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 820px;
  margin: 0 auto;
}

.qs-0f19372 {
  border: 1px solid #E9D9B8;
  border-radius: 16px;
  overflow: hidden;
  background: #FBF3E0;
  display: flex;
  flex-direction: column;
}

.qs-a1d7a30 {
  padding: 11px 16px;
  background: #F3E2BC;
  color: #8A6314;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
}

.qs-fa5e742 {
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.qs-8c9799e {
  flex: none;
  position: relative;
  width: 104px;
  height: 104px;
  border-radius: 12px;
  padding: 9px;
  background: #fff;
  border: 1px solid #E9D9B8;
  background-image: repeating-linear-gradient(0deg, #B08A2E 0 3px, transparent 3px 6px), repeating-linear-gradient(90deg, #B08A2E 0 3px, transparent 3px 6px);
  background-clip: content-box;
}

.qs-6be0d8b {
  text-align: left;
}

.qs-f2f5748 {
  font-size: 14px;
  color: var(--ink);
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.35;
}

.qs-a944275 {
  font-size: 12.5px;
  color: var(--mut);
  margin: 0 0 12px;
  line-height: 1.45;
}

.qs-e68a11e {
  border: 1px solid #BFE0DB;
  border-radius: 16px;
  overflow: hidden;
  background: #EEF7F5;
  display: flex;
  flex-direction: column;
}

.qs-c302843 {
  padding: 11px 16px;
  background: #D6ECE8;
  color: var(--pd);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
}

.qs-720ef56 {
  flex: none;
  width: 104px;
  height: 104px;
  border-radius: 12px;
  padding: 9px;
  background: #fff;
  border: 1px solid var(--line);
  background-image: repeating-linear-gradient(0deg, #241F1A 0 3px, transparent 3px 6px), repeating-linear-gradient(90deg, #241F1A 0 3px, transparent 3px 6px);
  background-clip: content-box;
}

.qs-f288b7e {
  padding: 10px 16px;
  border-radius: 9px;
  border: none;
  background: var(--graph);
  color: #F5EFE2;
  font-size: 12.5px;
  font-weight: 600;
}

.qs-4deb544 {
  padding: 52px 40px;
}

.qs-5222b75 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.qs-3cd8ec1 {
  flex: 1;
  height: 1px;
  background: var(--line);
}

.qs-1a5cc6f {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 38px;
  margin: 0 0 28px;
}

.qs-e0f896b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.qs-c86e2d4 {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
}

.qs-f118080 {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #E4F1EE;
  color: var(--p);
  margin-bottom: 14px;
}

.qs-4ff818f {
  font-size: 18px;
}

.qs-f7ea47b {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}

.qs-4807a85 {
  font-size: 14px;
  color: var(--mut);
  line-height: 1.5;
}

.qs-a4f8c41 {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #FBE6DF;
  color: var(--a);
  margin-bottom: 14px;
}

.qs-0c266de {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.qs-0079032 {
  border: 1.5px solid #BFE0DB;
  border-radius: 16px;
  padding: 30px;
  background: linear-gradient(180deg, #EEF7F5, var(--card));
}

.qs-0a6cd03 {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--p);
}

.qs-3630e22 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 10px 0 2px;
}

.qs-8359317 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 56px;
  color: var(--ink);
}

.qs-360939b {
  font-size: 14px;
  color: var(--mut);
}

.qs-c6e73ce {
  font-size: 13px;
  color: var(--mut);
  margin-bottom: 20px;
}

.qs-f91acd7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-bottom: 22px;
}

.qs-8c3952c {
  font-size: 14px;
  display: flex;
  gap: 9px;
}

.qs-8f1e203 {
  color: var(--p);
}

.qs-f76109c {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--mut);
  text-align: center;
  background: var(--bg);
  border: 1px dashed var(--line);
  border-radius: 10px;
  padding: 11px;
}

.qs-4e93e14 {
  color: var(--a);
  margin-right: 5px;
}

.qs-7891572 {
  color: var(--ink);
}

.qs-85c7354 {
  border-radius: 16px;
  overflow: hidden;
  background: var(--hg);
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qs-f50da2a {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.92;
}

.qs-f0b0592 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 34px;
  margin: 10px 0 10px;
}

.qs-b5a15cd {
  font-size: 14.5px;
  line-height: 1.55;
  opacity: 0.95;
  margin: 0 0 20px;
}

.qs-d7fb9e7 {
  display: flex;
  gap: 8px;
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 11px;
  padding: 12px 14px;
  margin-bottom: 12px;
}

.qs-c5b7f63 {
  flex: 1;
  font-size: 13px;
  font-family: "DM Sans";
}

.qs-13a072a {
  margin-right: 7px;
}

.qs-067ee41 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.qs-26f9f76 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 36px;
  margin: 0;
}

.qs-33c7e14 {
  color: var(--a);
  font-size: 13px;
  margin-bottom: 10px;
}

.qs-29bf4ca {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.qs-c223860 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--hg);
}

.qs-b4a173d {
  font-size: 13.5px;
  font-weight: 700;
}

.qs-caf0fdd {
  font-size: 12px;
  color: var(--mut);
}

.qs-0d5d061 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 24px;
  text-align: center;
}

.qs-3316da5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.qs-39e23c0 {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 2px 16px;
}

.qs-2dabb91 {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  font-size: 14.5px;
  font-weight: 600;
}

.qs-e9140d5 {
  color: var(--mut);
  font-size: 12px;
  transition: transform 0.2s;
}

.qs-ff8a83d {
  font-size: 13.5px;
  color: var(--mut);
  line-height: 1.55;
  margin: 0 0 15px;
}

.qs-6c46627 {
  padding: 44px 40px 34px;
  background: var(--graph);
  color: #C4CEC9;
}

.qs-df07938 {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #4C5A55;
}

.qs-8d44620 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.qs-9d81079 {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: block;
}

.qs-eb6c98c {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  color: #F5EFE2;
}

.qs-a0a0379 {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 15px;
  color: #9DB0AA;
  margin: 0;
  max-width: 240px;
}

.qs-c774f8b {
  color: #F5EFE2;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 13px;
}

.qs-d9c1a49 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #A6B4AF;
  font-size: 13px;
}

.qs-fda92c2 {
  margin-top: 18px;
  font-size: 11.5px;
  color: #7E8F8A;
  line-height: 1.5;
}

.qs-7e3c9a6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 14px;
  background: var(--graph);
}

.qs-0c88fe3 {
  display: flex;
  align-items: center;
  gap: 9px;
}

.qs-82aedce {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: #F5EFE2;
}

.qs-015a5e7 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qs-bcd2680 {
  padding: 26px 22px 30px;
}

.qs-813e66c {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.qs-012da9b {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 13px;
  color: var(--mut);
}

.qs-7f4da0c {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--p);
}

.qs-a21e433 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.qs-8bed713 {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 20px;
  color: var(--a);
  margin: 0 0 14px;
}

.qs-81bce8b {
  font-size: 15px;
  line-height: 1.55;
  color: var(--mut);
  margin: 0 0 20px;
}

.qs-3efc987 {
  display: flex;
  gap: 10px;
}

.qs-fb0e89a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 600;
}

.qs-32cfdaa {
  margin: 30px auto 0;
  width: 236px;
  background: var(--graph);
  border-radius: 36px;
  padding: 10px;
  box-shadow: 0 30px 54px -22px rgba(36, 31, 26, 0.5);
}

.qs-6c38cc2 {
  background: var(--bg);
  border-radius: 27px;
  overflow: hidden;
}

.qs-fe0dbdb {
  height: 78px;
  background: var(--hg);
  position: relative;
}

.qs-e0fd909 {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #12857C, #E0674E);
  border: 3px solid var(--bg);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 22px;
}

.qs-56593b0 {
  padding: 38px 16px 16px;
  text-align: center;
}

.qs-f49d3fb {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 17px;
}

.qs-8c2a290 {
  font-size: 12.5px;
  color: var(--mut);
  margin-top: 2px;
}

.qs-00e5e46 {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 14px;
}

.qs-b32904a {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #F0EBDD;
  display: grid;
  place-items: center;
  color: var(--p);
}

.qs-5e0faad {
  font-size: 13px;
}

.qs-b52ae76 {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 9px;
  background: #fff;
  border: 1px solid var(--line);
  background-image: repeating-linear-gradient(0deg, #241F1A 0 3px, transparent 3px 6px), repeating-linear-gradient(90deg, #241F1A 0 3px, transparent 3px 6px);
  background-clip: content-box;
}

.qs-d848e6b {
  display: flex;
  gap: 7px;
  margin-top: 14px;
}

.qs-8ef2e37 {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: var(--p);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
}

.qs-7bd2625 {
  padding: 10px 12px;
  border-radius: 10px;
  border: none;
  background: var(--graph);
  color: #F5EFE2;
  font-size: 12.5px;
  font-weight: 600;
}

.qs-08639a4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 22px 30px;
  justify-content: center;
}

.qs-4f9b3b7 {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  padding: 7px 12px;
  border-radius: 999px;
}

.qs-69867e3 {
  color: var(--p);
  margin-right: 5px;
}

.qs-52d905f {
  padding: 34px 22px;
  background: var(--card);
  border-top: 1px solid var(--line);
}

.qs-675bef4 {
  text-align: center;
  max-width: 340px;
  margin: 0 auto 22px;
}

.qs-834c124 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  margin: 8px 0 8px;
}

.qs-7cf705b {
  font-size: 14px;
  color: var(--mut);
  margin: 0;
  line-height: 1.5;
}

.qs-8aed95a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.qs-52de1a1 {
  border: 1px solid #E9D9B8;
  border-radius: var(--rad);
  overflow: hidden;
  background: #FBF3E0;
}

.qs-b4ad18c {
  padding: 9px 12px;
  background: #F3E2BC;
  color: #8A6314;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.qs-b23b38e {
  padding: 14px;
  text-align: center;
}

.qs-62b7f3e {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid #E9D9B8;
  background-image: repeating-linear-gradient(0deg, #B08A2E 0 3px, transparent 3px 6px), repeating-linear-gradient(90deg, #B08A2E 0 3px, transparent 3px 6px);
  background-clip: content-box;
}

.qs-5b067d7 {
  font-size: 11.5px;
  color: var(--ink);
  font-weight: 600;
  margin: 12px 0 4px;
  line-height: 1.35;
}

.qs-bcc313f {
  font-size: 10.5px;
  color: var(--mut);
  margin: 9px 0 0;
  line-height: 1.4;
}

.qs-a0b4ac6 {
  border: 1px solid #BFE0DB;
  border-radius: var(--rad);
  overflow: hidden;
  background: #EEF7F5;
}

.qs-def9a33 {
  padding: 9px 12px;
  background: #D6ECE8;
  color: var(--pd);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.qs-13235ed {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  background-image: repeating-linear-gradient(0deg, #241F1A 0 3px, transparent 3px 6px), repeating-linear-gradient(90deg, #241F1A 0 3px, transparent 3px 6px);
  background-clip: content-box;
}

.qs-d54d00b {
  width: 100%;
  margin-top: 6px;
  padding: 9px;
  border-radius: 9px;
  border: none;
  background: var(--graph);
  color: #F5EFE2;
  font-size: 12px;
  font-weight: 600;
}

.qs-eb6d4e2 {
  padding: 34px 22px;
}

.qs-fb8c3aa {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.qs-4706ae5 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 27px;
  margin: 0 0 18px;
}

.qs-e12feb9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.qs-84316b0 {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 16px;
}

.qs-f8e0e10 {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #E4F1EE;
  color: var(--p);
  display: grid;
  place-items: center;
}

.qs-c24959b {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 15px;
}

.qs-35fc467 {
  font-size: 13px;
  color: var(--mut);
  margin-top: 2px;
  line-height: 1.45;
}

.qs-3753088 {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #FBE6DF;
  color: var(--a);
  display: grid;
  place-items: center;
}

.qs-dc6e6b9 {
  border: 1.5px solid #BFE0DB;
  border-radius: var(--rad);
  padding: 24px 20px;
  background: linear-gradient(180deg, #EEF7F5, var(--card));
}

.qs-5031ec3 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 8px 0 2px;
}

.qs-9f35b38 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0;
  color: var(--ink);
}

.qs-a47eb63 {
  font-size: 13px;
  color: var(--mut);
}

.qs-023ca62 {
  font-size: 12.5px;
  color: var(--mut);
  margin-bottom: 16px;
}

.qs-a879811 {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px;
}

.qs-148a4e8 {
  font-size: 13.5px;
  display: flex;
  gap: 9px;
}

.qs-247e41b {
  margin-top: 12px;
  font-size: 12px;
  color: var(--mut);
  text-align: center;
  background: var(--bg);
  border: 1px dashed var(--line);
  border-radius: 10px;
  padding: 9px;
}

.qs-54f9ca7 {
  border-radius: var(--rad);
  overflow: hidden;
  background: var(--hg);
  color: #fff;
  padding: 24px 20px;
}

.qs-bb56978 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.92;
}

.qs-bfc321a {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 26px;
  margin: 8px 0 8px;
}

.qs-7adefb9 {
  font-size: 13.5px;
  line-height: 1.5;
  opacity: 0.95;
  margin: 0 0 16px;
}

.qs-6a45ce5 {
  display: flex;
  gap: 8px;
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 11px;
  padding: 10px 12px;
  margin-bottom: 10px;
}

.qs-9d30d98 {
  flex: 1;
  font-size: 12.5px;
  font-family: "DM Sans";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qs-aba76af {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.qs-7183ef6 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
}

.qs-f2cb6bb {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 16px;
}

.qs-be2435a {
  color: var(--a);
  font-size: 12px;
  margin-bottom: 8px;
}

.qs-1c835f2 {
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.qs-9373949 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--hg);
}

.qs-4013b54 {
  font-size: 12.5px;
  font-weight: 700;
}

.qs-c5a89d6 {
  font-size: 11px;
  color: var(--mut);
}

.qs-a8a62a7 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 25px;
  margin: 0 0 16px;
  text-align: center;
}

.qs-26af12d {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.qs-22fcdb7 {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 2px 14px;
}

.qs-391d2e9 {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  font-size: 13.5px;
  font-weight: 600;
}

.qs-7c1a69a {
  color: var(--mut);
  font-size: 11px;
  transition: transform 0.2s;
}

.qs-eed08a1 {
  font-size: 13px;
  color: var(--mut);
  line-height: 1.5;
  margin: 0 0 13px;
}

.qs-12e2667 {
  padding: 30px 22px 34px;
  background: var(--graph);
  color: #C4CEC9;
}

.qs-c27aa99 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

.qs-393a723 {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: block;
}

.qs-bc70fb8 {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 15px;
  color: #F5EFE2;
}

.qs-9be1ac8 {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 14px;
  color: #9DB0AA;
  margin: 0 0 18px;
}

.qs-a889dc6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
  font-size: 12.5px;
}

.qs-26221c5 {
  color: #F5EFE2;
  font-weight: 700;
  margin-bottom: 8px;
}

.qs-a89f8fe {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #A6B4AF;
}

.qs-0fe10bd {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #4C5A55;
  font-size: 11px;
  color: #7E8F8A;
  line-height: 1.5;
}

.qs-55f4f43 {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.qs-1e35abb {
  font-size: 38px;
  line-height: 1;
  color: var(--tap-danger);
}

.qs-bb285cb {
  margin: 14px 0 8px;
}

.qs-5a9770f {
  font-size: 14px;
  color: var(--tap-ink-sub);
  line-height: 1.6;
  margin: 0 0 8px;
}

.qs-3ed6a5d {
  font-size: 13px;
  color: var(--tap-ink-faint);
  line-height: 1.5;
  margin: 0 0 22px;
}

.qs-23dafa5 {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.qs-ca820d9 {
  max-width: 520px;
  margin: 0 auto;
}

.qs-ba62946 {
  font-size: 14px;
}

.qs-9e6595f {
  font-size: 13px;
}

.qs-0466783 {
  width: 100%;
}

.qs-39bfd7d {
  color: var(--tap-green-deep, #0E6E66);
}

.qs-a82d706 {
  margin-bottom: 14px;
}

.qs-e2ae434 {
  display: grid;
  gap: 9px;
  text-align: left;
}

.qs-1f52f28 {
  font-size: 12px;
  color: var(--tap-ink-sub);
}

.qs-d2a8a61 {
  font-size: 16px;
  margin: 26px 0 10px;
}

.qs-dbee97c {
  color: var(--q-accent);
}

.qs-8e0da57 {
  background: var(--q-surface);
  border: 1px solid var(--q-line);
  border-radius: 14px;
  overflow: hidden;
}

.qs-6a2bcee {
  color: var(--q-sub);
  font-size: 13px;
}

.qs-65b3ed4 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 14px 0;
  align-items: flex-end;
}

.qs-2a0b934 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.9rem;
}

.qs-581be41 {
  width: 90px;
}

.qs-c95abf1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
}

.qs-9544e0d {
  font-size: 0.9rem;
  color: var(--q-ink);
}

.qs-2e255e8 {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}

.qs-759e41d {
  margin: 0 0 10px;
}

.qs-bb7096e {
  opacity: 0.85;
}

.qs-29f0ffc {
  background: #c0574a;
  border-color: #c0574a;
  color: #fff;
}

.qs-86de7ac {
  margin-top: 18px;
}

.qs-ebef490 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.qs-ca1474d {
  text-align: left;
  opacity: 0.7;
}

.qs-8b8d33e {
  padding: 6px 4px;
}

.qs-48196cd {
  text-align: right;
  padding: 6px 4px;
}

.qs-bbf9e35 {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
  vertical-align: top;
}

.qs-1805f47 {
  padding: 8px 4px;
  white-space: nowrap;
}

.qs-c1dfff4 {
  padding: 8px 4px;
}

.qs-f2353a1 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 2px 0;
}

.qs-a726b01 {
  font-size: 0.8rem;
}

.qs-2a1f67e {
  opacity: 0.7;
}

.qs-3e00383 {
  padding: 8px 4px;
  white-space: nowrap;
  text-align: right;
}

.qs-d86cbf2 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.qs-0fd8744 {
  max-width: 420px;
}

.qs-2d86c9b {
  color: #FF7A6E;
  margin-right: 6px;
}

.qs-f93a6a6 {
  font-size: 14px;
  color: var(--q-ink);
  margin-top: 12px;
}

.qs-fc18f53 {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.qs-d84af8f {
  max-width: 460px;
}

.qs-ef47d61 {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  font-size: 13px;
  color: var(--q-sub);
}

.qs-bbc73ad {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.qs-784aa37 {
  background: #c0574a;
  border-color: #c0574a;
  color: #fff;
  opacity: 0.5;
}

.qs-0762ee8 {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
}

.qs-7a1609e {
  color: #6b7280;
  font-size: 12px;
}

.qs-48a19c8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qs-8f01b2e {
  color: #F0795F;
}

.qs-bb6a43f {
  position: absolute;
}

.qs-6b99de8 {
  display: none;
}

.qs-fe0cb3d {
  background: #fff;
  border: 1px solid var(--q-line, #E7DFCD);
  border-radius: 12px;
  overflow: hidden;
}

.qs-7ed82d0 {
  margin: 22px 0 0;
}

.qs-56f5f60 {
  font-weight: 700;
  margin: 0 0 4px;
}

.qs-0c47a93 {
  color: var(--q-sub, #736E62);
  font-size: 13px;
  margin: 0 0 12px;
}

.qs-eee7876 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qs-54bf8a5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid var(--q-line, #E7DFCD);
  border-radius: 11px;
  background: var(--q-surface, #FFFDF7);
  text-decoration: none;
  color: var(--q-ink, #241F1A);
  font-size: 14px;
}

.qs-da828d2 {
  color: var(--q-teal-deep, #0E6E66);
}

.qs-f51d314 {
  position: fixed;
  z-index: calc(var(--z-modal) + 2);
  pointer-events: none;
  display: none;
  width: 280px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
  background: #fff;
}

.qs-559ac4e {
  position: relative;
  height: 118px;
  background: linear-gradient(135deg, #0E6E66, #12857C);
}

.qs-d626bd7 {
  display: none;
  width: 100%;
  height: 118px;
  -o-object-fit: cover;
     object-fit: cover;
}

.qs-93337e9 {
  position: absolute;
  left: 16px;
  bottom: -28px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.28);
}

.qs-d1f7772 {
  padding: 36px 16px 15px;
}

.qs-c3ac94a {
  font-weight: 700;
  font-size: 15px;
  color: #241F1A;
  line-height: 1.3;
}

.qs-dac4fe6 {
  text-align: center;
}

.qs-869d91a {
  margin-right: 6px;
}

.qs-28e4037 {
  font-size: 13px;
  color: var(--tap-ink-faint, #8AA09B);
}

.qs-3e96d6c {
  text-align: center;
  padding-top: 40px;
}

.qs-842252d {
  justify-content: center;
}

.qs-222138f {
  color: var(--tap-green, #2AA79B);
  font-weight: 700;
}

.qs-900159c {
  height: 0.6em;
  width: auto;
  display: inline-block;
  vertical-align: -0.04em;
  margin: 0 4px;
}

.qs-b6cfc92 {
  max-width: 560px;
  margin: 0 auto;
  padding: 28px 18px;
}

.qs-1012e9f {
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  color: var(--tap-crema, #F5EFE2);
  margin-bottom: 8px;
}

.qs-9d7dbdb {
  color: var(--tap-dim, #A8B0A5);
  font-size: 0.92rem;
  margin-bottom: 22px;
}

.qs-f19caef {
  background: var(--tap-surface, #242E29);
  border: 1px solid var(--tap-line, #3A4640);
  border-radius: 16px;
  padding: 22px;
}

.qs-9d2d01f {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  color: var(--tap-crema, #F5EFE2);
  margin-bottom: 6px;
}

.qs-b929968 {
  color: var(--tap-dim, #A8B0A5);
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.qs-000fde6 {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  display: inline-block;
}

.qs-88b9d5c {
  margin-top: 14px;
}

.qs-cb6e62b {
  color: var(--tap-teal-hi, #1EC2B4);
  font-size: 0.85rem;
  cursor: pointer;
}

.qs-af9c591 {
  color: var(--tap-dim, #A8B0A5);
  font-size: 0.82rem;
  margin-top: 8px;
}

.qs-99d3bd0 {
  font-family: monospace;
  letter-spacing: 2px;
  color: var(--tap-crema, #F5EFE2);
  word-break: break-all;
}

.qs-fe2dbb3 {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  color: var(--tap-crema, #F5EFE2);
  margin: 22px 0 6px;
}

.qs-9bfe91c {
  width: 100%;
  background: #141A17;
  color: #E9E4D6;
  border: 1px solid #3A4640;
  border-radius: 10px;
  padding: 13px;
  font-size: 1.4rem;
  letter-spacing: 8px;
  text-align: center;
  font-family: monospace;
}

.qs-e254128 {
  width: 100%;
  margin-top: 12px;
  background: #12857C;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 13px;
  font-weight: 600;
  cursor: pointer;
}

.qs-81f65aa {
  color: var(--tap-dim, #A8B0A5);
  font-size: 0.78rem;
  margin-top: 12px;
}

.qs-5881e2d {
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  color: #F5EFE2;
  margin-bottom: 8px;
}

.qs-d881fe9 {
  color: #A8B0A5;
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.qs-34bd75e {
  color: #E9E4D6;
}

.qs-2bd092e {
  color: #E8C267;
  font-size: 0.86rem;
  margin-bottom: 20px;
}

.qs-d0de22f {
  background: #141A17;
  border: 1px solid #3A4640;
  border-radius: 14px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-family: monospace;
  font-size: 1rem;
  color: #E9E4D6;
  letter-spacing: 1px;
}

.qs-ec98850 {
  max-width: 420px;
  margin: 0 auto;
  padding: 40px 18px;
}

.qs-e8e2336 {
  font-family: "Unbounded", sans-serif;
  font-size: 1.35rem;
  color: #F5EFE2;
  margin-bottom: 8px;
}

.qs-b4d9995 {
  color: #A8B0A5;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.qs-670b5bc {
  width: 100%;
  background: #141A17;
  color: #E9E4D6;
  border: 1px solid #3A4640;
  border-radius: 10px;
  padding: 14px;
  font-size: 1.4rem;
  letter-spacing: 6px;
  text-align: center;
  font-family: monospace;
}

.qs-45a51ca {
  color: #A8B0A5;
  font-size: 0.8rem;
  margin-top: 16px;
  text-align: center;
}

.qs-b1ecc49 {
  margin-top: 8px;
}

.qs-82ea66d {
  color: var(--tap-green-deep);
}

.qs-8353e47 {
  font-size: 13.5px;
  color: var(--tap-ink-sub);
  margin: 0 0 14px;
  line-height: 1.55;
}

.qs-c317fec {
  display: grid;
  gap: 10px;
}

.qs-e779e93 {
  display: none;
  font-size: 12.5px;
  color: #ffd9cf;
  background: rgba(224, 103, 78, 0.14);
  border: 1px solid rgba(224, 103, 78, 0.5);
  border-radius: 10px;
  padding: 8px 11px;
  margin: 0;
}

.qs-cad980f {
  width: 100%;
}

.qs-436f6f3 {
  font-size: 11.5px;
  color: var(--tap-ink-faint);
  text-align: center;
  margin: 0;
}

.qs-80d8055 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  pointer-events: none;
}

.qs-9cf547f {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  overflow: hidden;
}

.qs-ee16d6c {
  font-size: 38px;
  line-height: 1;
}

.qs-15b1c94 {
  margin: 12px 0 6px;
}

.qs-c5c6e4d {
  font-size: 13.5px;
  color: var(--tap-ink-sub);
  margin: 0 0 18px;
  line-height: 1.55;
}

.qs-3fdd191 {
  background: var(--tap-field, var(--tap-surface));
  border: 1px solid var(--tap-line);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 16px;
}

.qs-fa43840 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13.5px;
}

.qs-d659e67 {
  color: var(--tap-ink-sub);
}

.qs-40fc7ac {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13.5px;
  margin-top: 7px;
}

.qs-fd69108 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid var(--tap-line);
}

.qs-70a5308 {
  background: var(--tap-danger-bg);
  border: 1px solid var(--tap-danger-line);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0 0 16px;
}

.qs-a232ff4 {
  font-size: 12.5px;
  color: var(--tap-ink);
  margin: 0;
  line-height: 1.5;
}

.qs-6b00e75 {
  display: flex;
  gap: 10px;
}

.qs-5763ba0 {
  border-radius: 8px;
  display: block;
}

.qs-8ada2e3 {
  color: var(--tap-accent);
}

.qs-267a255 {
  margin-top: -4px;
  margin-bottom: 12px;
}

.qs-21e1312 {
  border-color: var(--tap-line);
}

.qs-2e33711 {
  color: var(--tap-danger);
}

.qs-291b7bb {
  margin-top: 0;
}

.qs-ef591f2 {
  font-size: 13.5px;
}

.qs-0491bf4 {
  color: #8a8a8a;
  font-size: 13px;
}

.qs-c33a547 {
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 2px;
}

.qs-4ed66aa {
  font-size: 12px;
  color: #8aa09b;
  margin-top: 6px;
  line-height: 1.5;
}

.qs-b6c56d0 {
  background-color: #F5EFE2;
}

/* La pantalla de la prueba de 10 días. Sigue el aspecto de la casa: superficie oscura, tokens
   `--tap-*`, sin inventar layout — llena el `.app-shell` como el resto de las internas. */
.qprueba {
  max-width: 560px;
}

.qprueba__t {
  font-family: var(--app-fd);
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 14px;
}

.qprueba__s {
  color: var(--tap-ink-sub);
  font-size: 14px;
  margin: 0 0 18px;
}

.qprueba__lista {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}

.qprueba__lista li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.45;
}

.qprueba__lista i {
  color: var(--tap-green);
  margin-top: 0.25em;
  flex: 0 0 auto;
}

.qprueba__btn {
  width: 100%;
  max-width: 340px;
}

.qprueba__pie {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--tap-ink-sub);
}

.qprueba__pie a {
  color: var(--tap-green);
}
