@charset "UTF-8";
/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[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 {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

[type=search] {
  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-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  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 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  flex: 1 0 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: 1200px;
  }
}
.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: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  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: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  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: #212529;
  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-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 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: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.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: #212529;
  background-color: #fff;
  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 5 6 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.375rem;
  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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  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;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  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 10 3 3 6-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: #0d6efd;
  border-color: #0d6efd;
  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 {
  cursor: default;
  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='%2386b7fe'/%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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

.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 #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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: #b6d4fe;
}
.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: #0d6efd;
  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: #b6d4fe;
}
.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-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ 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-control-plaintext ~ 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);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 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: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.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: 0.5rem;
}

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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: #198754;
}
.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 5 6 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='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.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 5 6 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-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #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;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

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

.btn-group {
  border-radius: 0.375rem;
}
.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.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
  --bs-accordion-plus-btn-icon: url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='var%28--bs-body-color%29' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='icons/ui/plus'%3e %3cpath id='icon' d='M8.00065 3.3335V12.6668M3.33398 8.00016H12.6673' stroke='%23222A28' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3c/svg%3e");
  --bs-accordion-minus-btn-icon: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='var%28--bs-body-color%29' xmlns='http://www.w3.org/2000/svg'%3e %3cg id='icons/ui/minus'%3e %3cpath id='icon' d='M5 12H19' stroke='%23222A28' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3c/svg%3e");
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

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

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

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

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

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

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

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

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

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

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

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

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

.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  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(13, 110, 253, 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%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.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;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -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%;
  }
}
.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;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

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

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

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

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

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

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

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-semibold {
  font-weight: 600 !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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .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;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .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;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .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;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .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;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .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;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.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-group-divider {
  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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* base colors */
/* typography */
/**COLORS**/
/*basew colors*/
/*$blue-color: #1AB1E8;
$light-blue-color: #C5E9F5;
$green-color: #5abc51;
$orange-color: #FF9900;
$dark-grey-color: #F2F2F2;
$light-grey-color: #FAFAFA;
$light-green: #FAFFF9;*/
/*typography*/
@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?3752079d3e79d4ee1e8c985de935205c);
  src: url(/fonts/icomoon.eot?3752079d3e79d4ee1e8c985de935205c#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?48a03e5e4e511869c604211473bc8569) format("truetype"), url(/fonts/icomoon.woff?f45c49328bceeb42089b4de675759656) format("woff"), url(/fonts/icomoon.svg?a58d650fd18de56b77ff7fdac5d8c70a#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i, .fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-settings:before {
  content: "\e901";
}

.fa-cog:before {
  content: "\e901";
}

.fa-preferences:before {
  content: "\e901";
}

.fa-shopping-cart:before {
  content: "\e902";
}

.fa-home-outline:before {
  content: "\e900";
}

.fa-comments:before {
  content: "\e903";
}

.fa-chat:before {
  content: "\e903";
}

.fa-talk:before {
  content: "\e903";
}

.fa-bubble:before {
  content: "\e903";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

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

.fa-close:before {
  content: "\f00d";
}

.fa-remove:before {
  content: "\f00d";
}

.fa-times:before {
  content: "\f00d";
}

.fa-download:before {
  content: "\f019";
}

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-warning:before {
  content: "\f071";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-usd:before {
  content: "\f155";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-search:before {
  content: "\f002";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-shopping-cart1:before {
  content: "\f07a";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-phone:before {
  content: "\f095";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-navicon:before {
  content: "\f0c9";
}

.fa-reorder:before {
  content: "\f0c9";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-edit:before {
  content: "\f044";
}

.fa-flask:before {
  content: "\e9aa";
}

.container {
  max-width: 1400px;
}

body {
  font-size: 14px;
  font-family: system-ui, sans-serif;
  font-weight: 400;
}

a {
  color: #01597e;
  text-decoration: none;
}

h1 {
  font-size: 30px;
  font-weight: 200;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.color-blue {
  color: #0eb4eb;
}

.color-light-blue {
  color: #39c5f3;
}

.color-body {
  color: #323e4b;
}

[type=button] {
  -webkit-appearance: none;
  outline: none;
}

.patient-pages {
  border-radius: 2rem;
  background: #ECF0EF;
  flex-wrap: wrap;
  margin: 0 !important;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .patient-pages {
    margin-top: 0.5rem !important;
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .patient-pages {
    background: var(--Neutral-50, #F4F6F5);
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .subscriptions-page .patient-pages {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .payment-page {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.header-and-content-wrapper {
  margin-bottom: 10rem;
}

.patient-header-new-wrapper {
  background: white;
}
@media only screen and (max-width: 768px) {
  .patient-header-new-wrapper {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .patient-page-content-top-border {
    border-top: 1px solid var(--Neutral-300, #C7D1CE);
    border-radius: 0 !important;
  }
}
.button {
  border-radius: 3px;
  background: #ff9205;
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
  display: inline-flex;
}
.button.button > span {
  margin-right: 7px;
  font-size: 18px;
}
.button.button-orange {
  background: #ff9205;
  border: 1px solid #ff9205;
}
.button.button-orange:hover {
  color: #fff;
}
.button.button-green {
  background: #5abc51;
  border: 1px solid #5abc51;
  color: #fff;
}
.button.button-green-big {
  background: #5abc51;
  border: 1px solid #5abc51;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button.button-green-big:hover {
  color: #fff;
}
.button.button-green:hover {
  color: #fff;
}
.button.button-blue {
  background: #0eb4eb;
  border: 1px solid #0eb4eb;
}
.button.button-blue:hover {
  color: #fff;
}
.button.button-white {
  background: #fff;
  border: 1px solid rgba(153, 136, 136, 0.5333333333);
  color: #000;
}
.button.button-expired {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #999;
}
.button.button-expired {
  color: #999;
}
.button.button-white:hover {
  color: #000;
}
.button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.button.button-small {
  padding: 4px 10px;
}
.button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
  .button {
    display: block;
    padding: 7px 10px;
  }
}
input.error {
  border: 1px solid red !important;
}

span.error {
  color: red;
  font-style: italic;
  font-size: 13px;
  display: block;
}

.modal-body div.error {
  color: red;
  text-align: center;
  margin-bottom: 20px;
}

.f-11 {
  font-size: 11px;
}

.important-message {
  color: red;
  font-size: 14px;
  font-weight: 500;
}

/* Model popup Css start */
.icons-fa-caret-up:before {
  content: "\f0d8";
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.35);
}
.modal .modal-header {
  display: block;
}

.fade.in {
  opacity: 1;
  display: block;
  padding-right: 17px;
}

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

.modal-dialog {
  background: #fff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 7px;
  overflow-y: auto;
}

.close {
  float: right;
  background: none;
}

form[name=modelReorderForm] h2 {
  background: #f2f2f2;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 7px;
  margin: 0px 0px 10px;
  min-height: 60px;
  align-items: center;
  display: grid;
  grid-template-columns: auto;
  width: 100%;
}

form[name=modelReorderForm] .measuringWrapper > h2 {
  margin-top: 20px;
}

form[name=modelReorderForm] .form-control {
  font-size: 14px;
}

.header .welcome-text-container {
  color: var(--Neutral-700, #45544F);
}
.header .welcome-text-container .welcome-text {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
  margin-bottom: 0 !important;
}
.header .welcome-text-container .thanks-text {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
  margin-bottom: 0 !important;
}
.header .loyalty-points {
  display: flex;
  align-items: center;
  justify-content: left;
  flex: 2 1 auto;
  max-width: 25rem;
  cursor: pointer;
}
.header .loyalty-points img {
  width: 0.75rem;
}
.header .loyalty-points div:first-of-type {
  background: #573894;
  color: var(--Tertiary-50, #FACA9E);
  font-size: 12px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding: 0.5rem 1rem;
  font-weight: 510;
  white-space: nowrap;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.header .loyalty-points div:last-of-type {
  background: #412A6F;
  color: var(--Base-White, #FFF);
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-align: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  flex: 2 1 auto;
  justify-content: center;
  line-height: 1rem;
}
.header .order-btn-div .logout-button-patient-portal {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.header .order-btn-div .new-order-btn {
  display: flex;
  padding: 0.5rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-900, #222A28);
  background: white !important;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.header .order-btn-div .btn-logout {
  color: var(--Neutral-900, #222A28);
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 7px 0.5rem;
  border-radius: 0.25rem;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-900, #222A28);
}

@media (max-width: 768px) {
  .header .loyalty-btn {
    justify-content: center;
  }
  .header .loyalty-btn button {
    padding: 5px 5px 5px 5px;
    min-width: 135px;
    width: 145px;
  }
  .header .new-order-btn {
    padding: 5px 5px 5px 5px;
    min-width: 135px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .order-btn-div {
    justify-content: space-between;
  }
  .header .header-sub-div {
    justify-content: space-between;
  }
  .header-mobile-border-bottom {
    margin-top: 16px;
    margin-left: -7px;
    margin-right: -7px;
    border-bottom: 1px solid var(--Neutral-300, #C7D1CE);
  }
}
@media (max-width: 375px) {
  .header .loyalty-btn {
    justify-content: center;
  }
  .header .loyalty-btn .loyalty-points div {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 11px;
  }
  .header .loyalty-btn button {
    padding: 5px 5px 5px 5px;
    min-width: 135px;
    width: 145px;
  }
  .header .new-order-btn {
    padding: 5px 5px 5px 5px;
    min-width: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }
  .header .order-btn-div {
    justify-content: space-between;
  }
  .header .header-sub-div {
    justify-content: space-between;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1210px) {
  .order-btn-div .new-order-btn {
    padding: 7px 10px !important;
  }
  .order-btn-div .patient-profile-selector {
    width: 45%;
  }
  .patient-home-header {
    height: 155px !important;
  }
}
.patient-menu .loyalty-menu-image {
  height: 15px;
  width: 15px;
  margin-bottom: 5px;
}
.patient-menu .credit-card-image {
  height: 15px;
  width: 15px;
  margin-bottom: 5px;
}

.patient-mobile-menu .loyalty-mobile-menu {
  height: 22px;
  width: 22px;
}
.patient-mobile-menu .subscription-mobile-icon {
  height: 22px;
  width: 22px;
}

.patient-mobile-menu-new {
  display: flex;
  width: 375px;
  padding: 8px 16px;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid var(--neutral-500-main, #949E9B);
  background: var(--Base-White, #FFF);
}
.patient-mobile-menu-new ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
}
.patient-mobile-menu-new ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
  border-radius: 16px;
  color: var(--neutral-500-main, #949E9B);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.patient-mobile-menu-new ul a .payment-menu-notification-icon {
  position: absolute;
  right: 22.25px;
  top: 0;
}
@media (max-width: 374px) {
  .patient-mobile-menu-new ul a .payment-menu-notification-icon {
    right: 10.25px;
  }
}
.patient-mobile-menu-new ul .active-menu {
  color: var(--Neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.patient-mobile-menu-new ul .dark-menu-text {
  color: var(--Neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.patient-mobile-menu-new ul .sub-menu {
  border-top: 1px solid var(--neutral-500-main, #949E9B);
  background: var(--Base-White, #FFF);
  padding: 32px 48px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.patient-mobile-menu-new ul .sub-menu .sub-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.patient-mobile-menu-new ul .sub-menu .sub-menu-wrapper a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.patient-mobile-menu-new ul .sub-menu a {
  display: none;
  color: var(--Neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

#cardFormModal.show {
  display: block;
}

#cardFormModal .modal-dialog-centered {
  max-width: 400px;
  margin: 1.75rem auto;
  min-height: auto;
}
#cardFormModal .modal-dialog-centered .modal-header {
  padding: 0;
}
#cardFormModal .modal-dialog-centered .modal-header .close {
  background: none;
  border: 0;
  font-size: 2em;
  color: darkgray;
}

#loyaltyModal.show, #walletModal.show, #deletePaymentModal.show, #deleteReminderModal.show, #addTestModal.show, #newAddTestModal.show, #readBeforeModal.show {
  display: block;
}

#loyaltyModal .modal-dialog-centered, #walletModal .modal-dialog-centered, #deletePaymentModal .modal-dialog-centered, #deleteReminderModal .modal-dialog-centered, #addTestModal .modal-dialog-centered, #newAddTestModal .modal-dialog-centered, #readBeforeModal .modal-dialog-centered {
  max-width: 400px;
  margin: 1.75rem auto;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
#loyaltyModal .modal-dialog-centered .modal-body, #walletModal .modal-dialog-centered .modal-body, #deletePaymentModal .modal-dialog-centered .modal-body, #deleteReminderModal .modal-dialog-centered .modal-body, #addTestModal .modal-dialog-centered .modal-body, #newAddTestModal .modal-dialog-centered .modal-body, #readBeforeModal .modal-dialog-centered .modal-body {
  font-size: 18px;
}
#loyaltyModal .modal-dialog-centered .modal-image, #walletModal .modal-dialog-centered .modal-image, #deletePaymentModal .modal-dialog-centered .modal-image, #deleteReminderModal .modal-dialog-centered .modal-image, #addTestModal .modal-dialog-centered .modal-image, #newAddTestModal .modal-dialog-centered .modal-image, #readBeforeModal .modal-dialog-centered .modal-image {
  border-bottom: 1px solid #e9ecef;
}
#loyaltyModal .modal-dialog-centered .get-point-text, #walletModal .modal-dialog-centered .get-point-text, #deletePaymentModal .modal-dialog-centered .get-point-text, #deleteReminderModal .modal-dialog-centered .get-point-text, #addTestModal .modal-dialog-centered .get-point-text, #newAddTestModal .modal-dialog-centered .get-point-text, #readBeforeModal .modal-dialog-centered .get-point-text {
  font-weight: 400;
}
#loyaltyModal .modal-dialog-centered .modal-header, #walletModal .modal-dialog-centered .modal-header, #deletePaymentModal .modal-dialog-centered .modal-header, #deleteReminderModal .modal-dialog-centered .modal-header, #addTestModal .modal-dialog-centered .modal-header, #newAddTestModal .modal-dialog-centered .modal-header, #readBeforeModal .modal-dialog-centered .modal-header {
  padding: 0;
}
#loyaltyModal .modal-dialog-centered .modal-header .close, #walletModal .modal-dialog-centered .modal-header .close, #deletePaymentModal .modal-dialog-centered .modal-header .close, #deleteReminderModal .modal-dialog-centered .modal-header .close, #addTestModal .modal-dialog-centered .modal-header .close, #newAddTestModal .modal-dialog-centered .modal-header .close, #readBeforeModal .modal-dialog-centered .modal-header .close {
  background: none;
  border: 0;
  font-size: 2em;
  color: darkgray;
}
#loyaltyModal .modal-dialog-centered .learn-more-btn, #walletModal .modal-dialog-centered .learn-more-btn, #deletePaymentModal .modal-dialog-centered .learn-more-btn, #deleteReminderModal .modal-dialog-centered .learn-more-btn, #addTestModal .modal-dialog-centered .learn-more-btn, #newAddTestModal .modal-dialog-centered .learn-more-btn, #readBeforeModal .modal-dialog-centered .learn-more-btn {
  background: #7B62FF;
  border: none;
  border-radius: 40px;
  padding: 10px 0 10px 0px;
}
#loyaltyModal .modal-dialog-centered .learn-more-btn .learn-more-text, #walletModal .modal-dialog-centered .learn-more-btn .learn-more-text, #deletePaymentModal .modal-dialog-centered .learn-more-btn .learn-more-text, #deleteReminderModal .modal-dialog-centered .learn-more-btn .learn-more-text, #addTestModal .modal-dialog-centered .learn-more-btn .learn-more-text, #newAddTestModal .modal-dialog-centered .learn-more-btn .learn-more-text, #readBeforeModal .modal-dialog-centered .learn-more-btn .learn-more-text {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
  padding-right: 10px;
}
#loyaltyModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #walletModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #deletePaymentModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #deleteReminderModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #addTestModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #newAddTestModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #readBeforeModal .modal-dialog-centered .learn-more-btn .right-circle-arrow {
  font-size: 2rem;
  color: #FFFFFF;
  margin-left: 80px;
  margin-right: 10px;
}

#walletModal .modal-dialog {
  padding: 0;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0px 1rem 1rem 0px rgba(0, 0, 0, 0.1);
}
#walletModal .modal-dialog .modal-content {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
#walletModal .modal-dialog .modal-content .wallet-modal-heading .wallet-modal-heading-icon {
  border-radius: 1rem;
  background: var(--primary-500-main, #56FCA2);
}
#walletModal .modal-dialog .modal-content .wallet-modal-heading .wallet-modal-title {
  flex: 1 0 0;
}
#walletModal .modal-dialog .modal-content .wallet-modal-heading .wallet-modal-title .welcome-back-text {
  color: var(--Neutral-700, #45544F);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#walletModal .modal-dialog .modal-content .wallet-modal-heading .wallet-modal-title .whats-new-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
#walletModal .modal-dialog .modal-content .wallet-info-wrapper span {
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
}
#walletModal .modal-dialog .modal-content #closeWalletButton {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
}

#readBeforeModal .modal-header .modal-title {
  color: var(--neutral-900, #222A28);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
}
#readBeforeModal .modal-body ul li {
  color: var(--neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}
#readBeforeModal .modal-footer .got-it-button {
  border-radius: 4px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}

#deletePaymentModal .modal-content form button, #deleteReminderModal .modal-content form button {
  border: none;
  padding: 0;
  background: none;
}
#deletePaymentModal .modal-content form .delete-btn, #deleteReminderModal .modal-content form .delete-btn {
  margin-left: 15px;
  color: #EE7672;
}

#addTestModal .modal-dialog-centered, #newAddTestModal .modal-dialog-centered {
  max-width: 500px;
}
#addTestModal .modal-dialog, #newAddTestModal .modal-dialog {
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}
#addTestModal .modal-dialog .search-product-form, #addTestModal .modal-dialog .new-search-product-form, #newAddTestModal .modal-dialog .search-product-form, #newAddTestModal .modal-dialog .new-search-product-form {
  gap: 0;
}
#addTestModal .modal-dialog .search-product-form .input-content, #addTestModal .modal-dialog .new-search-product-form .input-content, #newAddTestModal .modal-dialog .search-product-form .input-content, #newAddTestModal .modal-dialog .new-search-product-form .input-content {
  width: 100%;
  border-bottom: 1px solid var(--neutral-100, #C7D1CE);
  padding: 0.75rem;
}
#addTestModal #search-lab-test input, #addTestModal #new-search-lab-test input, #newAddTestModal #search-lab-test input, #newAddTestModal #new-search-lab-test input {
  border: none;
  box-shadow: none;
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.015rem;
  padding: 0 0.5rem !important;
}
#addTestModal #search-lab-test .search-suggestions-menu, #addTestModal #new-search-lab-test .search-suggestions-menu, #newAddTestModal #search-lab-test .search-suggestions-menu, #newAddTestModal #new-search-lab-test .search-suggestions-menu {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
#addTestModal #search-lab-test .search-suggestions-menu li, #addTestModal #new-search-lab-test .search-suggestions-menu li, #newAddTestModal #search-lab-test .search-suggestions-menu li, #newAddTestModal #new-search-lab-test .search-suggestions-menu li {
  display: flex;
  padding: 4px 8px 4px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--neutral-100, #ECF0EF);
}
#addTestModal #search-lab-test .search-suggestions-menu li button, #addTestModal #new-search-lab-test .search-suggestions-menu li button, #newAddTestModal #search-lab-test .search-suggestions-menu li button, #newAddTestModal #new-search-lab-test .search-suggestions-menu li button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
}
#addTestModal #search-lab-test .search-suggestions-menu li .cart-added, #addTestModal #new-search-lab-test .search-suggestions-menu li .cart-added, #newAddTestModal #search-lab-test .search-suggestions-menu li .cart-added, #newAddTestModal #new-search-lab-test .search-suggestions-menu li .cart-added {
  border: 1px solid var(--service-success-500-main, #09AA2C);
  background: var(--service-success-500-main, #09AA2C);
}
#addTestModal #search-lab-test .new-search-suggestions-menu, #addTestModal #new-search-lab-test .new-search-suggestions-menu, #newAddTestModal #search-lab-test .new-search-suggestions-menu, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
#addTestModal #search-lab-test .new-search-suggestions-menu .item:nth-child(n):last-child, #addTestModal #new-search-lab-test .new-search-suggestions-menu .item:nth-child(n):last-child, #newAddTestModal #search-lab-test .new-search-suggestions-menu .item:nth-child(n):last-child, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .item:nth-child(n):last-child {
  border-bottom: none;
  padding-bottom: 1rem !important;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li, #addTestModal #new-search-lab-test .new-search-suggestions-menu li, #newAddTestModal #search-lab-test .new-search-suggestions-menu li, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li {
  display: flex;
  min-width: 15.5rem;
  padding: var(--tokens-spacing-spc-8, 0.5rem) 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-bottom: 1px solid var(--Neutral-300, #C7D1CE);
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .dollar-sign, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .dollar-sign, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .dollar-sign, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .dollar-sign {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2px;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li button, #addTestModal #new-search-lab-test .new-search-suggestions-menu li button, #newAddTestModal #search-lab-test .new-search-suggestions-menu li button, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li button {
  display: flex;
  padding: 0.5rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
  min-width: 85px;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .description-list, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .description-list, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .description-list, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .description-list {
  padding-left: 1.25rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .description-list li, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .description-list li, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .description-list li, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .description-list li {
  display: list-item;
  border-bottom: none !important;
  padding: 0 !important;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .product-card-action, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .product-card-action, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .product-card-action, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .product-card-action {
  display: flex;
  height: 2rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .product-card-action .old-price, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .product-card-action .old-price, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .product-card-action .old-price, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .product-card-action .old-price {
  position: relative;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .product-card-action .old-price::after, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .product-card-action .old-price::after, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .product-card-action .old-price::after, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .product-card-action .old-price::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 0.25rem;
  transform-origin: center;
  background: var(--service-error-500-main, #FF6060);
  opacity: 0.5;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .information-div, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .information-div, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .information-div, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .information-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  align-self: stretch;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #addTestModal #search-lab-test .new-search-suggestions-menu li .information-div, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .information-div, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .information-div, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .information-div {
    margin-bottom: 0 !important;
  }
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .product-name-text, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .product-name-text, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .product-name-text, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .product-name-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 150%;
  letter-spacing: -0.02rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .product-name-text strong, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .product-name-text strong, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .product-name-text strong, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .product-name-text strong {
  font-weight: 590 !important;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .price-section, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .price-section, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .price-section, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .price-section {
  display: flex;
  align-items: center;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .show-details-section, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .show-details-section, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .show-details-section, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .show-details-section {
  display: flex;
  align-items: center;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .price-text, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .price-text, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .price-text, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .price-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .earn-pts-text, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .earn-pts-text, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .earn-pts-text, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .earn-pts-text {
  color: var(--service-success-500-main, #09AA2C);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .show-details-btn, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .show-details-btn, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .show-details-btn, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .show-details-btn {
  cursor: pointer;
  display: flex;
  padding: 0.125rem 0rem;
  align-items: flex-start;
  border: none;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B) !important;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .cart-added, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .cart-added, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .cart-added, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .cart-added {
  cursor: pointer;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Primary-50, #E5FFF1);
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu li .add-to-card-btn, #addTestModal #new-search-lab-test .new-search-suggestions-menu li .add-to-card-btn, #newAddTestModal #search-lab-test .new-search-suggestions-menu li .add-to-card-btn, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu li .add-to-card-btn {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
#addTestModal #search-lab-test .new-search-suggestions-menu .panel-includes-wrapper, #addTestModal #new-search-lab-test .new-search-suggestions-menu .panel-includes-wrapper, #newAddTestModal #search-lab-test .new-search-suggestions-menu .panel-includes-wrapper, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .panel-includes-wrapper {
  flex-wrap: wrap;
}
#addTestModal #search-lab-test .new-search-suggestions-menu .panel-includes-wrapper .badge, #addTestModal #new-search-lab-test .new-search-suggestions-menu .panel-includes-wrapper .badge, #newAddTestModal #search-lab-test .new-search-suggestions-menu .panel-includes-wrapper .badge, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .panel-includes-wrapper .badge {
  border-radius: 1rem;
  border: 1px solid #1E4639;
  background: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
}
#addTestModal #search-lab-test .new-search-suggestions-menu .panel-includes-wrapper .list-of-biomarkers, #addTestModal #new-search-lab-test .new-search-suggestions-menu .panel-includes-wrapper .list-of-biomarkers, #newAddTestModal #search-lab-test .new-search-suggestions-menu .panel-includes-wrapper .list-of-biomarkers, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .panel-includes-wrapper .list-of-biomarkers {
  display: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
#addTestModal #search-lab-test .new-search-suggestions-menu .panel-includes-wrapper img.action-icon, #addTestModal #new-search-lab-test .new-search-suggestions-menu .panel-includes-wrapper img.action-icon, #newAddTestModal #search-lab-test .new-search-suggestions-menu .panel-includes-wrapper img.action-icon, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .panel-includes-wrapper img.action-icon {
  width: 1rem;
  margin-left: 5px;
}
#addTestModal #search-lab-test .new-search-suggestions-menu .show-biomarker-list, #addTestModal #new-search-lab-test .new-search-suggestions-menu .show-biomarker-list, #newAddTestModal #search-lab-test .new-search-suggestions-menu .show-biomarker-list, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .show-biomarker-list {
  display: flex !important;
}
#addTestModal #search-lab-test .new-search-suggestions-menu .biomarker-wrapper, #addTestModal #new-search-lab-test .new-search-suggestions-menu .biomarker-wrapper, #newAddTestModal #search-lab-test .new-search-suggestions-menu .biomarker-wrapper, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .biomarker-wrapper {
  background-color: #56FCA2;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements li, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements li, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements li, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements li {
  min-width: auto !important;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements .panel-includes-div, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements .panel-includes-div, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements .panel-includes-div, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements .panel-includes-div {
  gap: 0.25rem !important;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements .whats-included-text, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements .whats-included-text, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements .whats-included-text, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements .whats-included-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1rem;
  margin-bottom: 0 !important;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements span, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements span, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements span, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements span {
  margin-bottom: 1rem !important;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements span strong, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements span strong, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements span strong, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements span strong {
  font-weight: 700;
  font-size: 1rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements span.badge, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements span.badge, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements span.badge, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements span.badge {
  border-radius: 2rem;
  border: 1px solid #1E4639;
  background: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
  min-width: auto;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements p, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements p, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements p, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements p {
  font-weight: 400;
  font-size: 14px;
}
#addTestModal #search-lab-test .new-search-suggestions-menu #elements p b, #addTestModal #new-search-lab-test .new-search-suggestions-menu #elements p b, #newAddTestModal #search-lab-test .new-search-suggestions-menu #elements p b, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu #elements p b {
  font-weight: 700;
  font-size: 14px;
}
#addTestModal #search-lab-test .new-search-suggestions-menu .order-now-line, #addTestModal #new-search-lab-test .new-search-suggestions-menu .order-now-line, #newAddTestModal #search-lab-test .new-search-suggestions-menu .order-now-line, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .order-now-line {
  display: flex;
  padding: var(--tokens-spacing-spc-8, 0.5rem);
  gap: 0.25rem !important;
  justify-content: space-between !important;
  align-items: center;
  align-self: stretch;
  flex-direction: row !important;
  border-radius: var(--tokens-spacing-spc-0, 0px);
  background: var(--service-success-50, #BAF7C7);
  border-top: 1px solid var(--Service-Success-100, #3CDD5F);
  border-bottom: 1px solid var(--Service-Success-100, #3CDD5F);
}
#addTestModal #search-lab-test .new-search-suggestions-menu .order-now-line span, #addTestModal #new-search-lab-test .new-search-suggestions-menu .order-now-line span, #newAddTestModal #search-lab-test .new-search-suggestions-menu .order-now-line span, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .order-now-line span {
  color: var(--Service-Success-900, #0A7621);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
#addTestModal #search-lab-test .new-search-suggestions-menu .order-now-line .order-now-text, #addTestModal #new-search-lab-test .new-search-suggestions-menu .order-now-line .order-now-text, #newAddTestModal #search-lab-test .new-search-suggestions-menu .order-now-line .order-now-text, #newAddTestModal #new-search-lab-test .new-search-suggestions-menu .order-now-line .order-now-text {
  color: var(--Neutral-900, #222A28);
  padding: 7px 16px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  margin-left: auto;
  border-radius: 16px;
  background-color: var(--service-warning-300, #FDCC81);
  font-weight: 510;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.smart-clinic-home-page .patient-profile-search-form .search-icon-wrapper button, .smart-clinic-home-page .patient-profile-search-form .search-icon-wrapper a, .patient-portal-home-page .patient-profile-search-form .search-icon-wrapper button, .patient-portal-home-page .patient-profile-search-form .search-icon-wrapper a, .smart-clinic-result-section .patient-profile-search-form .search-icon-wrapper button, .smart-clinic-result-section .patient-profile-search-form .search-icon-wrapper a, .trends-page .patient-profile-search-form .search-icon-wrapper button, .trends-page .patient-profile-search-form .search-icon-wrapper a {
  border: none;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  color: #949E9B;
  padding: 10px;
}
.smart-clinic-home-page .patient-profile-search-form .close-icon-wrapper button, .smart-clinic-home-page .patient-profile-search-form .close-icon-wrapper a, .patient-portal-home-page .patient-profile-search-form .close-icon-wrapper button, .patient-portal-home-page .patient-profile-search-form .close-icon-wrapper a, .smart-clinic-result-section .patient-profile-search-form .close-icon-wrapper button, .smart-clinic-result-section .patient-profile-search-form .close-icon-wrapper a, .trends-page .patient-profile-search-form .close-icon-wrapper button, .trends-page .patient-profile-search-form .close-icon-wrapper a {
  border: none;
  position: absolute;
  z-index: 9;
  right: 0;
  color: #949E9B;
  top: 0;
  padding: 10px;
}
.smart-clinic-home-page .patient-profile-search-form .search-suggestions-menu, .patient-portal-home-page .patient-profile-search-form .search-suggestions-menu, .smart-clinic-result-section .patient-profile-search-form .search-suggestions-menu, .trends-page .patient-profile-search-form .search-suggestions-menu {
  position: absolute;
  top: 36px;
  z-index: 999;
  background: #fff;
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
  box-shadow: 0px 4px 8px 0px rgba(128, 128, 128, 0.5);
  border-radius: 0 0 7px 7px;
  min-width: calc(100% - 10px);
  margin-left: 3px !important;
}
.smart-clinic-home-page .patient-profile-search-form .search-suggestions-menu > li, .patient-portal-home-page .patient-profile-search-form .search-suggestions-menu > li, .smart-clinic-result-section .patient-profile-search-form .search-suggestions-menu > li, .trends-page .patient-profile-search-form .search-suggestions-menu > li {
  margin-bottom: 0px;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 10px;
  min-width: 150px;
  text-align: left;
}
.smart-clinic-home-page .patient-profile-search-form .patient-profile-suggestions, .patient-portal-home-page .patient-profile-search-form .patient-profile-suggestions, .smart-clinic-result-section .patient-profile-search-form .patient-profile-suggestions, .trends-page .patient-profile-search-form .patient-profile-suggestions {
  border-radius: 4px;
  border: 1px solid var(--neutral-700, #45544F);
  background: var(--base-white, #FFF);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
}
.smart-clinic-home-page .patient-profile-search-form .rounded-search, .patient-portal-home-page .patient-profile-search-form .rounded-search, .smart-clinic-result-section .patient-profile-search-form .rounded-search, .trends-page .patient-profile-search-form .rounded-search {
  border: 1px solid var(--neutral-300, #C7D1CE);
  padding: 8px 8px 8px 32px !important;
  border-radius: 0.5rem !important;
  font-size: 12px;
  min-width: 230px;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.smart-clinic-home-page .patient-profile-search-form .rounded-search:focus, .patient-portal-home-page .patient-profile-search-form .rounded-search:focus, .smart-clinic-result-section .patient-profile-search-form .rounded-search:focus, .trends-page .patient-profile-search-form .rounded-search:focus {
  box-shadow: none;
  border: 1px solid #0DB3EB;
}
.smart-clinic-home-page .patient-profile-search-form .patient-profile-selected-input, .patient-portal-home-page .patient-profile-search-form .patient-profile-selected-input, .smart-clinic-result-section .patient-profile-search-form .patient-profile-selected-input, .trends-page .patient-profile-search-form .patient-profile-selected-input {
  color: #0DB3EB;
  border: 1px solid var(--neutral-900, #0DB3EB);
  padding-left: 12px !important;
  padding-right: 28px !important;
}
.smart-clinic-home-page .patient-profile-search-form .selected-patient-profile-removal button .fa-times:before, .smart-clinic-home-page .patient-profile-search-form .selected-patient-profile-removal a .fa-times:before, .patient-portal-home-page .patient-profile-search-form .selected-patient-profile-removal button .fa-times:before, .patient-portal-home-page .patient-profile-search-form .selected-patient-profile-removal a .fa-times:before, .smart-clinic-result-section .patient-profile-search-form .selected-patient-profile-removal button .fa-times:before, .smart-clinic-result-section .patient-profile-search-form .selected-patient-profile-removal a .fa-times:before, .trends-page .patient-profile-search-form .selected-patient-profile-removal button .fa-times:before, .trends-page .patient-profile-search-form .selected-patient-profile-removal a .fa-times:before {
  color: #0DB3EB;
}
.smart-clinic-home-page .patient-profile-search-form .per-page-form, .patient-portal-home-page .patient-profile-search-form .per-page-form, .smart-clinic-result-section .patient-profile-search-form .per-page-form, .trends-page .patient-profile-search-form .per-page-form {
  white-space: nowrap;
}
.smart-clinic-home-page .patient-profile-search-form .per-page-form select, .patient-portal-home-page .patient-profile-search-form .per-page-form select, .smart-clinic-result-section .patient-profile-search-form .per-page-form select, .trends-page .patient-profile-search-form .per-page-form select {
  color: var(--Secondary-900, #0F241D);
  padding: 7px 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
  letter-spacing: -0.24px;
  border-radius: 16px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  min-width: 125px;
  background: url(/img/chevron-down.png) no-repeat #FFF;
  background-position: right 8px center;
  background-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.smart-clinic-home-page .patient-profile-search-form .per-page-form select::-webkit-shadow-root, .patient-portal-home-page .patient-profile-search-form .per-page-form select::-webkit-shadow-root, .smart-clinic-result-section .patient-profile-search-form .per-page-form select::-webkit-shadow-root, .trends-page .patient-profile-search-form .per-page-form select::-webkit-shadow-root {
  margin: 0;
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch, .patient-portal-home-page .patient-profile-search-form .page-layout-switch, .smart-clinic-result-section .patient-profile-search-form .page-layout-switch, .trends-page .patient-profile-search-form .page-layout-switch {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout, .patient-portal-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout, .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .button-switch-layout, .trends-page .patient-profile-search-form .page-layout-switch .button-switch-layout {
  display: flex;
  padding: 8px 16px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  color: var(--Neutral-900, #222A28);
  font-size: 12px;
  font-weight: 510;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  cursor: pointer;
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout.selected, .patient-portal-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout.selected, .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .button-switch-layout.selected, .trends-page .patient-profile-search-form .page-layout-switch .button-switch-layout.selected {
  background: var(--Primary-50, #E5FFF1);
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout:first-child, .patient-portal-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout:first-child, .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .button-switch-layout:first-child, .trends-page .patient-profile-search-form .page-layout-switch .button-switch-layout:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout:first-child:not(.selected), .patient-portal-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout:first-child:not(.selected), .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .button-switch-layout:first-child:not(.selected), .trends-page .patient-profile-search-form .page-layout-switch .button-switch-layout:first-child:not(.selected) {
  border-right: none;
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout:nth-child(2), .patient-portal-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout:nth-child(2), .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .button-switch-layout:nth-child(2), .trends-page .patient-profile-search-form .page-layout-switch .button-switch-layout:nth-child(2) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout:nth-child(2):not(.selected), .patient-portal-home-page .patient-profile-search-form .page-layout-switch .button-switch-layout:nth-child(2):not(.selected), .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .button-switch-layout:nth-child(2):not(.selected), .trends-page .patient-profile-search-form .page-layout-switch .button-switch-layout:nth-child(2):not(.selected) {
  border-left: none;
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout, .patient-portal-home-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout, .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .tooltip-switch-layout, .trends-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout {
  position: absolute;
  top: 48px;
  right: -4px;
  width: 235px;
  z-index: 1;
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper, .patient-portal-home-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper, .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper, .trends-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper {
  position: relative;
  padding: 16px;
  border-radius: 16px;
  background: var(--Neutral-900, #222A28);
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper::before, .patient-portal-home-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper::before, .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper::before, .trends-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 36px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid var(--Neutral-900, #222A28);
}
.smart-clinic-home-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper p, .patient-portal-home-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper p, .smart-clinic-result-section .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper p, .trends-page .patient-profile-search-form .page-layout-switch .tooltip-switch-layout .tooltip-wrapper p {
  margin-bottom: 0;
  color: var(--Base-White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: normal;
}
.smart-clinic-home-page .patient-profile-search-form .patient-results-main-actions, .patient-portal-home-page .patient-profile-search-form .patient-results-main-actions, .smart-clinic-result-section .patient-profile-search-form .patient-results-main-actions, .trends-page .patient-profile-search-form .patient-results-main-actions {
  display: inline-flex;
  padding: var(--tokens-spacing-spc-0, 0px);
  align-items: center;
  gap: 8px;
  border-radius: var(--tokens-spacing-spc-0, 0px);
}
.smart-clinic-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items, .patient-portal-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items, .smart-clinic-result-section .patient-profile-search-form .patient-results-main-actions .patient-results-action-items, .trends-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items {
  display: flex;
  padding: var(--tokens-spacing-spc-0, 0px);
  align-items: flex-start;
  gap: 16px;
  border-radius: var(--tokens-spacing-spc-0, 0px);
}
.smart-clinic-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items span, .patient-portal-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items span, .smart-clinic-result-section .patient-profile-search-form .patient-results-main-actions .patient-results-action-items span, .trends-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items span {
  color: var(--Neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.smart-clinic-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-email-action, .patient-portal-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-email-action, .smart-clinic-result-section .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-email-action, .trends-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-email-action {
  display: flex;
  padding: var(--tokens-spacing-spc-0, 0px);
  align-items: center;
  gap: 8px;
}
.smart-clinic-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-email-action .form-group, .patient-portal-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-email-action .form-group, .smart-clinic-result-section .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-email-action .form-group, .trends-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-email-action .form-group {
  margin-bottom: 0.5rem;
}
.smart-clinic-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-sms-action, .patient-portal-home-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-sms-action, .smart-clinic-result-section .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-sms-action, .trends-page .patient-profile-search-form .patient-results-main-actions .patient-results-action-items .patient-result-by-sms-action {
  display: flex;
  padding: var(--tokens-spacing-spc-0, 0px);
  align-items: center;
  gap: 8px;
}
.smart-clinic-home-page .home-page-filter-div .home-page-profile-selector, .patient-portal-home-page .home-page-filter-div .home-page-profile-selector, .smart-clinic-result-section .home-page-filter-div .home-page-profile-selector, .trends-page .home-page-filter-div .home-page-profile-selector {
  color: var(--neutral-500-main, #949E9B);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.smart-clinic-home-page .home-page-filter-div .filter-section .pagination-div span, .patient-portal-home-page .home-page-filter-div .filter-section .pagination-div span, .smart-clinic-result-section .home-page-filter-div .filter-section .pagination-div span, .trends-page .home-page-filter-div .filter-section .pagination-div span {
  white-space: nowrap;
}
.smart-clinic-home-page .home-page-filter-div .filter-section .filter-action-div button, .patient-portal-home-page .home-page-filter-div .filter-section .filter-action-div button, .smart-clinic-result-section .home-page-filter-div .filter-section .filter-action-div button, .trends-page .home-page-filter-div .filter-section .filter-action-div button {
  border-radius: 4px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
}
.smart-clinic-home-page .home-page-filter-div .filter-section .filter-action-div button span, .patient-portal-home-page .home-page-filter-div .filter-section .filter-action-div button span, .smart-clinic-result-section .home-page-filter-div .filter-section .filter-action-div button span, .trends-page .home-page-filter-div .filter-section .filter-action-div button span {
  color: var(--neutral-900, #222A28);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .smart-clinic-home-page .referral-div, .patient-portal-home-page .referral-div, .smart-clinic-result-section .referral-div, .trends-page .referral-div {
    padding: 0 !important;
  }
}

.smart-clinic-result-section .rounded-search {
  min-width: 200px !important;
}
.smart-clinic-result-section .patient-result-forward-table .order-table {
  border-radius: 8px;
  border: 1px solid var(--neutral-300, #C7D1CE);
  background: var(--base-white, #FFF);
}
.smart-clinic-result-section .patient-result-forward-table .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: var(--neutral-50, #F4F6F5) !important;
}
.smart-clinic-result-section .patient-result-forward-table .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #FFF !important;
}
.smart-clinic-result-section .patient-result-forward-table table thead th {
  padding: 0.5rem;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  white-space: nowrap;
  color: var(--neutral-700, #45544F);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  border-right: 1px solid var(--neutral-100, #ECF0EF);
  background: var(--neutral-50, #F4F6F5);
}
.smart-clinic-result-section .patient-result-forward-table table tbody .order-item td {
  padding: 0.5rem;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-right: 1px solid var(--neutral-100, #ECF0EF);
  background: var(--base-white, #FFF);
  vertical-align: middle;
  color: var(--neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.smart-clinic-result-section .patient-result-forward-table table tbody .order-item td .order-id-text {
  font-weight: 500;
}
.smart-clinic-result-section .patient-result-forward-table table tbody .order-item td .patient-name {
  color: var(--Neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.smart-clinic-result-section .patient-result-forward-table table tbody .order-item td .patient-email {
  color: var(--Neutral-700, #45544F);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.smart-clinic-result-section .checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--gray-200);
  cursor: pointer;
  height: 1.5em;
  position: relative;
  top: 3px;
  transition: background-color 0.25s ease, border-color 0.25s ease, background-position 0.15s ease-in-out, opacity 0.15s ease-out, box-shadow 0.15s ease-in-out;
  width: 2.5rem;
  border-radius: 10px;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--neutral-500-main, #949E9B);
  background: var(--Neutral-100, #ECF0EF);
}
.smart-clinic-result-section .checkbox::after {
  border: var(--tokens-spacing-spc-0, 1px) solid var(--neutral-500-main, #949E9B);
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.12);
  content: "";
  height: 0.8rem;
  position: absolute;
  left: 0.1rem;
  top: 3px;
  transform: translateX(1px);
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  width: 0.8rem;
}
.smart-clinic-result-section .checkbox:checked {
  border-radius: 12px;
  border: 1px solid var(--Primary-900, #04E76D);
  background: var(--primary-500-main, #56FCA2);
  background-image: none;
  background-position: 100%;
}
.smart-clinic-result-section .checkbox:checked::after {
  transform: translateX(21px);
}

#readBeforeModal .read-before-buttons {
  border: 1px solid var(--secondary-500-main, #1E4639);
  border-radius: 6px;
  overflow: hidden;
  display: inline-flex;
  flex-flow: wrap;
}
#readBeforeModal .read-before-buttons .read-before-button {
  display: flex;
  flex: 1 0 auto;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
  margin: -1px;
  border-radius: 0;
}
#readBeforeModal .read-before-buttons .read-before-button label {
  color: var(--neutral-900, #222A28);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
  --bs-btn-focus-box-shadow: none;
  padding: 6px 12px;
  width: 100%;
  cursor: pointer;
}
#readBeforeModal .read-before-buttons .btn-check:checked + label, #readBeforeModal .read-before-buttons .btn-check:active + label, #readBeforeModal .read-before-buttons label:active, #readBeforeModal .read-before-buttons label.active, #readBeforeModal .read-before-buttons label.show {
  background: var(--primary-50, #E5FFF1);
}

@media screen and (max-width: 767px) {
  .smart-clinic-home-page .weeks-23-banner, .patient-portal-home-page .weeks-23-banner {
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .smart-clinic-home-page .patient-profile-search-form .rounded-search, .smart-clinic-home-page .patient-profile-search-form .filter-patient-selector, .patient-portal-home-page .patient-profile-search-form .rounded-search, .patient-portal-home-page .patient-profile-search-form .filter-patient-selector {
    min-width: 100%;
  }
}
.payment-page .payment-error {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FDCC81;
  font-weight: 500;
  font-size: 12px;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem;
}
.payment-page .payment-error img {
  margin-bottom: 2px;
}
.payment-page .payment-error .payment-error-msg {
  padding-left: 10px;
}
.payment-page .payment-error .close-btn {
  background: none;
  border: none;
  padding-left: 10px;
  font-size: 15px;
  position: absolute;
  top: -4px;
}
.payment-page .payment-success {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #56FCA2;
  font-weight: 500;
  font-size: 12px;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem;
}
.payment-page .payment-success img {
  margin-bottom: 2px;
}
.payment-page .payment-success .payment-error-msg {
  padding-left: 10px;
}
.payment-page .payment-success .close-btn {
  background: none;
  border: none;
  padding-left: 10px;
  font-size: 15px;
  position: absolute;
  top: -4px;
}
.payment-page .form-select, .payment-page .form-control {
  font-size: 0.875rem;
}
.payment-page .create-btn-div .create-new-payment {
  margin-right: 20px;
}
.payment-page .credit-card-row .credit-card-div .default-credit-card {
  border: 1px solid #56FCA2 !important;
}
.payment-page .credit-card-row .credit-card-div .credit-card-body {
  position: relative;
  min-height: 260px;
  border: 1px solid #C7D1CE;
  border-radius: 16px;
  padding: 25px 25px 25px 25px;
  background: white;
}
.payment-page .credit-card-row .credit-card-div .credit-card-body .card-content-div {
  padding-left: 15px;
}
.payment-page .credit-card-row .credit-card-div .credit-card-body .card-content-div .saved-card-span {
  font-weight: 500;
  font-size: 16px;
}
.payment-page .credit-card-row .credit-card-div .credit-card-body .card-content-div .saved-card-span .credit-card-number {
  font-size: 15px;
}
.payment-page .credit-card-row .credit-card-div .credit-card-body .card-content-div .expire-text-color {
  color: #949E9B;
}
.payment-page .credit-card-row .credit-card-div .credit-card-body .card-content-div .expire-text-color.expired {
  color: #EE7672;
}
.payment-page .credit-card-row .credit-card-div .credit-card-body .add-new-card-image {
  background: #C7D1CE;
  border-radius: 4px;
  width: 48px;
  height: 32px;
}
.payment-page .credit-card-row .credit-card-div .card-form-body .month-selector {
  width: 400px;
}
.payment-page .credit-card-row .credit-card-div .card-form-body .year-selector {
  width: 400px;
}
.payment-page .credit-card-row .credit-card-div .default-cc-div .default-text {
  padding-left: 10px;
  font-size: 12px;
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer {
  position: absolute;
  width: 85%;
  bottom: 0;
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer button {
  border: none;
  padding: 0;
  background: none;
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer label {
  color: rgba(16, 16, 16, 0.3);
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer label .show-tooltip-active {
  width: 180px;
  background: #000;
  color: #fff;
  font-size: 12px;
  bottom: -70px;
  left: -14px;
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer label.remove .show-tooltip-active {
  bottom: -108px;
  left: unset;
  right: -35px;
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer .delete-cc-form {
  display: contents;
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer .remove-item {
  color: #EE7672;
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer .save-credit-card {
  color: #09AA2C;
}
.payment-page .credit-card-row .credit-card-div .credit-card-footer .edit-button {
  padding-left: 10px;
}
.payment-page .credit-card-row .credit-card-div .blank-credit-card-body {
  border: 1px dashed #C7D1CE;
  border-radius: 16px;
}
.payment-page .credit-card-row .credit-card-div .blank-credit-card-body img {
  max-width: 100px;
  max-height: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .payment-page .credit-card-row .credit-card-div .credit-card-body {
    padding: 25px 15px 25px 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .payment-page .form-select, .payment-page .form-control {
    font-size: 0.875rem;
  }
  .payment-page .credit-card-row .credit-card-div .credit-card-body {
    padding: 10px 20px 10px 20px;
  }
  .payment-page .credit-card-row #new-credit-card-form .credit-card-body {
    min-height: 330px !important;
  }
}
@media screen and (max-width: 300px) {
  .payment-page .credit-card-row .credit-card-div .credit-card-body {
    padding: 10px 10px 10px 10px;
  }
}
@media (min-width: 768px) {
  .patient-points-page .patient-header-wrapper {
    background: white;
  }
}
.patient-points-page .credit-gift-tooltip {
  position: relative;
  margin-bottom: 0.7rem;
  margin-left: 7px;
}
.patient-points-page .credit-gift-tooltip .fa-question-circle-o {
  font-size: 20px;
  color: black;
}
.patient-points-page .credit-gift-tooltip .show-tooltip-active {
  top: 45px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  left: 0 !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  right: 0 !important;
  z-index: 9999;
  width: 160px;
}
.patient-points-page .credit-gift-heading {
  font-weight: 400;
  font-size: 28px;
  padding-left: 15px;
}
.patient-points-page #search-table_wrapper, .patient-points-page #certificate-table_wrapper {
  margin-top: 0 !important;
}
.patient-points-page #search-table_length, .patient-points-page #certificate-table_length {
  display: none;
}
.patient-points-page table {
  border-bottom: none !important;
}
.patient-points-page table tr {
  border-bottom: 1px solid #EAECF0;
}
.patient-points-page table tr .gift-code {
  font-weight: 700;
  font-size: 16px;
  color: #475467;
  letter-spacing: 1px;
}
.patient-points-page table tr .loyalty-log {
  font-weight: 700;
  font-size: 14px;
  color: #475467;
  letter-spacing: 1px;
}
.patient-points-page table sup {
  font-size: 1em;
  top: 0;
}
.patient-points-page table thead th {
  color: #475467 !important;
  font-size: 14px;
  font-weight: 500 !important;
  border-bottom: 1px solid #EAECF0;
}
.patient-points-page #search-table_paginate, .patient-points-page #certificate-table_paginate {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  margin-bottom: 1rem;
  padding: 0px 20px;
}
.patient-points-page #search-table_paginate #certificate-table_next, .patient-points-page #search-table_paginate #certificate-table_previous, .patient-points-page #search-table_paginate #search-table_previous, .patient-points-page #search-table_paginate #search-table_next, .patient-points-page #certificate-table_paginate #certificate-table_next, .patient-points-page #certificate-table_paginate #certificate-table_previous, .patient-points-page #certificate-table_paginate #search-table_previous, .patient-points-page #certificate-table_paginate #search-table_next {
  white-space: nowrap;
  height: 2rem;
  display: flex;
  justify-content: center;
}
.patient-points-page #search-table_paginate .paginate_button, .patient-points-page #certificate-table_paginate .paginate_button {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .patient-points-page #search-table_paginate .paginate_button, .patient-points-page #certificate-table_paginate .paginate_button {
    padding: 6px 4px;
    border-radius: 6px;
  }
}
.patient-points-page #search-table_paginate .previous, .patient-points-page #search-table_paginate .next, .patient-points-page #certificate-table_paginate .previous, .patient-points-page #certificate-table_paginate .next {
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #344054;
}
.patient-points-page #search-table_paginate .previous::before, .patient-points-page #certificate-table_paginate .previous::before {
  content: url("/img/left-arrow.png");
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .patient-points-page #search-table_paginate .previous::before, .patient-points-page #certificate-table_paginate .previous::before {
    margin-right: 10px;
  }
}
.patient-points-page #search-table_paginate .next::after, .patient-points-page #certificate-table_paginate .next::after {
  content: url("/img/right-arrow.png");
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .patient-points-page #search-table_paginate .next::after, .patient-points-page #certificate-table_paginate .next::after {
    margin-left: 10px;
  }
}

.subscriptions-page .subscriptions-page-title {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-weight: 590;
  line-height: 2rem; /* 133.333% */
  letter-spacing: -0.03rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.subscriptions-page .subscription-content {
  border: 1px solid var(--Neutral-300, #C7D1CE);
  border-radius: 1rem;
  padding: 0px 0px;
  background: white;
}
.subscriptions-page .subscription-content table {
  margin-bottom: 0;
  border-bottom: none !important;
}
.subscriptions-page .subscription-content table thead th {
  padding: 0.75rem;
  background: var(--Neutral-50, #F4F6F5);
  border-right: 1px solid var(--Neutral-100, #ECF0EF);
  color: var(--Neutral-700, #45544F) !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.6px;
}
.subscriptions-page .subscription-content table thead th:first-child {
  border-top-left-radius: 1rem;
}
.subscriptions-page .subscription-content table thead th:last-child {
  border-right: none;
  border-top-right-radius: 1rem;
}
.subscriptions-page .subscription-content table tr {
  border-bottom: 1px solid var(--Neutral-100, #ECF0EF);
  --bs-table-striped-bg: none;
}
.subscriptions-page .subscription-content table tr td {
  height: 4rem;
  padding: 0 0.75rem;
  border-right: 1px solid var(--Neutral-100, #ECF0EF);
  vertical-align: middle;
}
.subscriptions-page .subscription-content table tr td:last-child {
  border-right: none;
}
.subscriptions-page .subscription-content table tr td .status {
  display: flex;
  padding: 0.25rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 1rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 590;
  line-height: 1rem; /* 133.333% */
  text-transform: uppercase;
  white-space: nowrap;
}
.subscriptions-page .subscription-content table tr td .status.active {
  color: var(--Neutral-900, #222A28);
  background: var(--primary-500-main, #56FCA2);
}
.subscriptions-page .subscription-content table tr td .status.paused {
  color: var(--Neutral-900, #222A28);
  background: var(--Service-Warning-300, #FDCC81);
}
.subscriptions-page .subscription-content table tr td .status.cancelled {
  color: var(--Service-Error-900, #E83030);
  background: var(--Service-Error-50, #FFE5E6);
}
.subscriptions-page .subscription-content table tr td .status.past_due {
  color: var(--Neutral-900, #222A28);
  background: var(--Service-Warning-300, #FDCC81);
}
.subscriptions-page .subscription-content table tr td .product-name {
  text-decoration: underline;
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  cursor: pointer;
}
.subscriptions-page .subscription-content table tr td.show-tooltip-td {
  position: relative;
}
.subscriptions-page .subscription-content table tr td.show-tooltip-td .show-tooltip-active {
  width: -moz-max-content;
  width: max-content;
  left: 0;
  bottom: -3.4375rem;
}
.subscriptions-page .subscription-content table tr td .original-price {
  display: block;
  color: var(--Neutral-400, #ACB9B5);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 114.286% */
  text-decoration-line: line-through;
}
.subscriptions-page .subscription-content table tr td .price {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-weight: 510;
  line-height: 1rem; /* 100% */
}
.subscriptions-page .subscription-content table tr td .testing-interval {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
}
.subscriptions-page .subscription-content table tr td .testing-interval .selector {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.subscriptions-page .subscription-content table tr td .testing-interval .selector svg {
  padding: 0.25rem;
  cursor: pointer;
}
.subscriptions-page .subscription-content table tr td .testing-interval .selector input {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.75rem;
  border: 1px solid var(--Neutral-900, #222A28);
  outline: none;
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.subscriptions-page .subscription-content table tr td .testing-interval .selector input.highlight {
  background-color: rgba(254, 234, 205, 0.3);
}
.subscriptions-page .subscription-content table tr td .testing-interval .selector input::-webkit-outer-spin-button, .subscriptions-page .subscription-content table tr td .testing-interval .selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.subscriptions-page .subscription-content table tr td .testing-interval select {
  display: flex;
  padding: 0.75rem 2rem 0.75rem 1rem;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  outline: none;
  border-radius: 0.75rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: url(/img/chevron-down.png) no-repeat #FFF;
  background-position: right 0.5rem center;
  background-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1rem; /* 114.286% */
}
.subscriptions-page .subscription-content table tr td .testing-interval select.small {
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 0.5rem;
}
.subscriptions-page .subscription-content table tr td .testing-interval select.highlight {
  background-color: rgba(254, 234, 205, 0.3);
}
.subscriptions-page .subscription-content table tr td .next-renewal {
  padding: 0.75rem;
  padding-right: 1rem;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.75rem;
  border: 1px solid var(--Neutral-900, #222A28);
  outline: none;
  background-color: var(--Base-White, #FFF);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/img/icon/calendar_16_16.svg) no-repeat right 0.5rem center;
  background-size: 1.25rem 1.25rem;
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-weight: 510;
  line-height: 1rem; /* 100% */
}
.subscriptions-page .subscription-content table tr td .next-renewal.highlight {
  background-color: rgba(254, 234, 205, 0.3);
}
.subscriptions-page .subscription-content table tr td .next-renewal::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.subscriptions-page .subscription-content table tr td .next-renewal::-webkit-date-and-time-value {
  display: flex;
  align-items: center;
  text-align: left !important;
}
@-moz-document url-prefix() {
  .subscriptions-page .subscription-content table tr td .next-renewal {
    background: none;
  }
}
.subscriptions-page .subscription-content table tr td .label {
  color: var(--Neutral-600, #758A83);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.038rem;
  text-transform: uppercase;
  display: flex;
  margin: 0.5rem 0 0.375rem;
  white-space: nowrap;
}
.subscriptions-page .subscription-content table tr td .label .red-dot {
  color: var(--service-error-500-main, #FF6060);
  margin-right: 0.25rem;
  font-size: 1rem;
}
.subscriptions-page .subscription-content table tr td .label .black-text {
  color: var(--Neutral-900, #222A28);
  margin-left: 0.25rem;
}
.subscriptions-page .subscription-content table tr td .btn-renew {
  padding: 0.25rem 0;
  align-items: flex-start;
  border-bottom: 1px solid var(--neutral-500-main, #91A19C);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  white-space: nowrap;
  cursor: pointer;
}
.subscriptions-page .subscription-content table tr td .subscription-action-button {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 0.75rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1rem;
  cursor: pointer;
  white-space: nowrap;
}
.subscriptions-page .subscription-content table tr td .subscription-action-button.small {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.subscriptions-page .subscription-content table tr td .subscription-action-button.red {
  border: 1px solid var(--Service-Error-50, #FFE5E6);
  background: rgba(255, 229, 230, 0.5);
  color: var(--Service-Error-900, #E83030);
}
.subscriptions-page .subscription-content table tr td .subscription-action-button.green {
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--primary-500-main, #56FCA2);
}
.subscriptions-page .subscription-content table tr td .subscription-action-button.btn-spinner-animation::before {
  width: 1rem;
  height: 1rem;
}
.subscriptions-page .subscription-content table tr td .subscription-modify {
  border-radius: 0.5rem;
  color: #222A28;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 510;
  border: 1px solid #1E4639;
  padding: 0.75rem 1rem;
}
.subscriptions-page .subscription-content table tr td .subscription-cancel {
  border-radius: 8px;
  color: #E83030;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #E83030;
}
.subscriptions-page .subscription-content table tr td .disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .subscription-frequency {
  display: inline-block;
  position: relative;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .subscription-frequency input[type=radio] {
  display: none;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .subscription-frequency label {
  color: #666;
  font-weight: normal;
  cursor: pointer;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .subscription-frequency label:before {
  color: #000000;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-top: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #888888;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .ONE-month:before {
  content: "1";
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .THREE-month:before {
  content: "3";
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .FOUR-month:before {
  content: "4";
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .SIX-month:before {
  content: "6";
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .TWELVE-month:before {
  content: "12";
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency .subscription-frequency input[type=radio]:checked + label:before {
  background: #56FCA2;
  color: #555555;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency.times-per-year .ONE-month:before {
  content: "monthly";
  width: 70px;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency.times-per-year .THREE-month:before {
  content: "4";
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency.times-per-year .FOUR-month:before {
  content: "3";
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency.times-per-year .SIX-month:before {
  content: "2";
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency.times-per-year .TWELVE-month:before {
  content: "1";
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency.times-per-year .subscription-frequency:first-child label::before {
  border-radius: 15px 0 0 15px;
}
.subscriptions-page .subscription-content table tr td .subscription-months-frequency.times-per-year .subscription-frequency:last-child label::before {
  border-radius: 0 15px 15px 0;
}
.subscriptions-page .subscription-content table sup {
  font-size: 1em;
  top: 0;
}
.subscriptions-page .no-subscription-message {
  margin-top: 1rem;
  font-size: 16px;
  padding-left: 1.5rem;
  text-align: center;
}
.subscriptions-page .no-subscription-message a {
  text-decoration: underline !important;
}
.subscriptions-page .subscription-info-message {
  max-width: 40rem;
  text-align: center;
  background-color: #006FF2 !important;
  color: #FFF;
}
.subscriptions-page .custom-svg-color {
  filter: invert(100%) brightness(2);
}

@media (max-width: 768px) {
  .smart-clinic-result-section .patient-result-forward-table .order-table .order-item .patient-name-box {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .subscriptions-page .subscription-content {
    border: none;
    background: none;
  }
  .subscriptions-page table, .subscriptions-page thead, .subscriptions-page tbody, .subscriptions-page th, .subscriptions-page td, .subscriptions-page tr {
    display: block;
  }
  .subscriptions-page thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .subscriptions-page tr {
    position: relative;
    display: grid;
    gap: 0.5rem;
    margin: 0 0 0.5rem 0;
    border-radius: 1.5rem;
    padding: 1.5rem;
    background: white;
  }
  .subscriptions-page tr td {
    height: unset !important;
    border: none;
    border-right: 0 !important;
    padding: 0 !important;
  }
  .subscriptions-page tr td.product-name-td {
    min-height: 3rem;
  }
  .subscriptions-page tr td .status {
    display: inline-block !important;
    padding: 0 0.5rem !important;
  }
  .subscriptions-page tr td .product-name {
    display: flex;
    margin-right: 4.5rem;
    font-size: 1.25rem !important;
    font-weight: 590 !important;
    line-height: 1.5rem !important;
    letter-spacing: -0.023rem !important;
  }
  .subscriptions-page tr td.show-tooltip-td {
    position: absolute !important;
    top: 3rem;
    right: 1.5rem;
    text-align: right;
  }
  .subscriptions-page tr td.show-tooltip-td .show-tooltip-active {
    right: 0;
    left: unset !important;
    bottom: -4.375rem !important;
  }
  .subscriptions-page tr td .original-price {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important; /* 133.333% */
    letter-spacing: -0.023rem !important;
  }
  .subscriptions-page tr td .price {
    font-size: 1.5rem !important;
    font-weight: 590 !important;
    line-height: 2rem !important; /* 133.333% */
    letter-spacing: -0.03rem !important;
  }
  .subscriptions-page tr td .testing-interval {
    font-size: 1rem !important;
    width: 100%;
  }
  .subscriptions-page tr td .next-renewal {
    width: 100%;
  }
  .subscriptions-page tr td .btn-renew {
    font-size: 1rem !important;
  }
  .subscriptions-page tr td .subscription-action-button {
    font-size: 1rem !important;
  }
  .subscriptions-page tr td .btn-group {
    flex-direction: row-reverse;
  }
  .no-subscription-message {
    margin-bottom: 8rem;
    padding-left: 0.5rem !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1320px) {
  .patient-points-page .credit-gift-div #search-table_paginate, .patient-points-page .credit-gift-div #certificate-table_paginate {
    padding: 0px 0px;
  }
  .patient-points-page .credit-gift-div .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 0.5em;
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .patient-points-page .credit-gift-tooltip .show-tooltip-active {
    left: auto !important;
  }
  .patient-points-page .credit-gift-tooltip .show-tooltip-points .show-tooltip-active {
    right: auto !important;
  }
}
@media (max-width: 768px) {
  .patient-points-page .credit-gift-div {
    margin-bottom: 0;
  }
  .patient-points-page .credit-gift-div table tr .gift-code {
    font-size: 14px;
  }
  .patient-points-page .credit-gift-div #search-table_paginate, .patient-points-page .credit-gift-div #certificate-table_paginate {
    padding: 0px 0px;
  }
  .patient-points-page .credit-gift-div #search-table_paginate .paginate_button, .patient-points-page .credit-gift-div #certificate-table_paginate .paginate_button {
    padding: 0.5em 0.3em !important;
  }
  .patient-points-page .credit-gift-div #search-table_paginate .previous::before, .patient-points-page .credit-gift-div #certificate-table_paginate .previous::before {
    margin-right: 5px;
  }
  .patient-points-page .credit-gift-div #search-table_paginate .next::after, .patient-points-page .credit-gift-div #certificate-table_paginate .next::after {
    margin-left: 5px;
  }
  .patient-points-page .no-points-text {
    margin-top: 4rem !important;
  }
  #loyaltyModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #walletModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #deletePaymentModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #deleteReminderModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #addTestModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #newAddTestModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #readBeforeModal .modal-dialog-centered .learn-more-btn .right-circle-arrow {
    margin-left: 70px;
  }
}
@media (max-width: 425px) {
  #loyaltyModal .modal-dialog-centered, #walletModal .modal-dialog-centered, #deletePaymentModal .modal-dialog-centered, #deleteReminderModal .modal-dialog-centered, #addTestModal .modal-dialog-centered, #newAddTestModal .modal-dialog-centered, #readBeforeModal .modal-dialog-centered {
    margin: 0.5rem;
    width: auto;
  }
  #loyaltyModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #walletModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #deletePaymentModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #deleteReminderModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #addTestModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #newAddTestModal .modal-dialog-centered .learn-more-btn .right-circle-arrow, #readBeforeModal .modal-dialog-centered .learn-more-btn .right-circle-arrow {
    margin-left: 50px;
  }
}
.gender-select {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 2px;
  font-size: 16px;
}

.gender-select > label {
  margin: 1px 10px 0;
  position: relative;
  top: 2px;
}

.payment__method {
  margin: 15px;
  display: flow-root;
  text-align: center;
  margin-top: 0px;
}

.payment__method > a {
  width: 105px;
  height: 30px;
  display: inline-flex;
  padding: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.payment__method > a:hover {
  text-decoration: none;
}

.payment__method > a.google-pay {
  background: #000;
  color: #fff;
}

.payment__method > a.google-pay svg {
  position: relative;
  z-index: 99;
  fill: #fff;
  transform: scale(0.45);
}

.payment__method > a.apple-pay {
  background: #000;
  color: #fff;
}

.payment__method > a.apple-pay svg {
  position: relative;
  z-index: 99;
  fill: #fff;
  transform: scale(0.45);
}

.payment__method > a.btn-paypal {
  background: #f5c556;
  color: #fff;
}

.payment__method > a.btn-klarna {
  background-color: #FFA8CD;
  color: #0B051D;
}

.payment__method > a.btn-amazon-pay {
  background-color: #f9e2c0;
  border: 1px solid #f9e2c0;
}

.payment__method > a.btn-paypal svg {
  transform: scale(0.5);
}

.payment__method > a.btn-klarna svg {
  transform: scale(0.5);
}

.payment__method > a.btn-amazon-pay svg {
  transform: scale(0.5);
}

.payment__method > a.apple-pay > span, .payment__method > a.google-pay > span {
  position: relative;
  left: -7px;
}

.multi-pay-btn {
  display: none;
  float: none;
  width: 100%;
  margin: 5px 0 10px 0;
  align-items: center;
  justify-content: center;
}

#payment__method {
  display: none;
  width: 200px;
  margin: 0 auto;
}

#paypalBtn {
  width: 200px;
  margin: 0 auto;
}

#apple-pay-icon-wrapper, #google-pay-icon-wrapper {
  display: none;
}

.pay_btn_wrapper #apple-pay-icon-wrapper svg {
  transform: scale(1.65);
  position: absolute;
  top: 3px;
  left: -15px;
}

.pay_btn_wrapper #google-pay-icon-wrapper svg {
  transform: scale(0.75);
  position: absolute;
  top: -1px;
  left: -10px;
}

#cards-logo-svg svg {
  transform: scale(0.75);
  left: 0px;
  position: absolute;
  top: 23px;
}

.seperator_wrapper {
  display: none;
  text-align: center;
  margin: 5px 0 5px;
  float: left;
  width: 100%;
}

.paypal_btn_tc {
  display: none;
  position: relative;
  left: 0;
  top: 0px;
  font-size: 85%;
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
  margin-bottom: 20px;
}

.seperator_wrapper .or_seperator {
  position: relative;
}

.seperator_wrapper .or_seperator:after {
  content: "";
  width: calc(50% - 15px);
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  background: #ababab;
  z-index: 9;
  top: 12px;
}

.seperator_wrapper .or_seperator:before {
  content: "";
  width: calc(50% - 15px);
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 0;
  background: #ababab;
  z-index: 9;
  top: 12px;
}

.payment__method {
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  margin: 0 10px 0 0px;
}

.lab-address-wrapper {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}

.order-bumps-wrapper {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}

#lab-address-wrapper-temp {
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-bottom: 10px;
  display: none;
}

#lab-address-wrapper-temp .top {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.order-panel {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.order-wrapper {
  border: 1px solid #ddd;
  border-radius: 7px;
}

.order-wrapper > div {
  padding: 10px;
}

.order-wrapper > .order-container {
  padding: 0;
  margin-bottom: 10px;
  max-height: 228px;
  overflow: auto;
}

.order-wrapper .top {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}

.order-wrapper .cart-price {
  position: relative;
  padding-top: 0px;
}
.order-wrapper .cart-price .add-more-test {
  cursor: pointer;
}

.order-panel .test-name {
  margin-bottom: 0px;
}

.product-price {
  background: #ffe4b9;
  padding: 2px 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.text-orange {
  color: #feb541;
}

.text-blue {
  color: #01597e;
}

#checkout-lab-details > h3 {
  text-transform: capitalize;
  font-size: 14px;
}

#checkout-lab-details .font-18 {
  font-size: 18px;
  font-weight: 400;
}

.cc-exp-label {
  display: block;
}

.cc-exp-select {
  display: inline-block;
  width: 49%;
}

.cc-exp-select {
  width: 48%;
}

form[name=modelReorderForm] .form-group {
  margin-bottom: 10px;
}
form[name=modelReorderForm] .form-control {
  padding: 7px;
  height: 32px;
}
form[name=modelReorderForm] .form-control.cc-exp-select {
  padding: 2px;
}
form[name=modelReorderForm] .help-block svg {
  transform: scale(0.85 fmo);
}
form[name=modelReorderForm] input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  border-radius: 7px;
}
form[name=modelReorderForm] .inst-text {
  cursor: pointer;
  padding: 0 10px;
}

#checkoutModal {
  /* hide arrows
  Chrome, Safari, Edge, Opera */
  /* Firefox */
  /* order bumps */
  /* end order bumps */
}
#checkoutModal #coupon_code, #checkoutModal #gccoupon_code {
  max-width: 192px;
}
#checkoutModal .modal-title button {
  border: none;
}
#checkoutModal .modal-title #err_msg {
  display: none;
}
#checkoutModal .payment-request-button {
  width: 100%;
  max-width: 200px;
  margin: 0px;
  min-width: 200px;
}
#checkoutModal .birthday-month {
  padding-left: 10px;
}
#checkoutModal .birthday-month .form-select {
  padding: 0.375rem 1.25rem 0.375rem 0.75rem;
}
#checkoutModal .saved-card-row {
  padding: 0px 10px;
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  background: #e5e5e5;
  border-radius: 5px;
  position: relative;
}
#checkoutModal .saved-card-option > ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
}
#checkoutModal .saved-card-row {
  padding: 0px 10px;
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  background: #e5e5e5;
  border-radius: 5px;
  position: relative;
}
#checkoutModal .saved-card-row label {
  padding: 5px 10px;
  min-height: 38px;
  margin-bottom: 0px;
}
#checkoutModal .saved-card-row label > span {
  display: inline-block;
  padding-top: 3px;
}
#checkoutModal .saved-card-row label img {
  margin-right: 7px;
}
#checkoutModal .section.none {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
#checkoutModal .section.block {
  display: block;
  position: relative;
}
#checkoutModal .selectedcardcode {
  position: absolute;
  width: 75px;
  right: 10px;
  top: calc(50% - 13px);
}
#checkoutModal .saved-card-option {
  width: 90%;
  margin: 0 20px;
}
#checkoutModal input::-webkit-outer-spin-button,
#checkoutModal input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
#checkoutModal input[type=number] {
  -moz-appearance: textfield !important;
}
#checkoutModal .payment-method-title {
  font-size: 18px;
  margin-top: 0;
  margin: 0px 0 10px 0;
}
#checkoutModal .payment-methods-links-wrapper {
  margin: 0px 0 0px 0;
}
#checkoutModal .btn.btn-default {
  background: #ffffff;
  font-weight: normal;
  text-shadow: none;
  border-radius: 7px;
  padding: 4px 10px;
  min-height: 32px;
  margin: 0 5px;
  border: 1px solid #000000;
  color: #000;
}
#checkoutModal .order-summary {
  float: left;
  width: 100%;
  padding: 0;
  max-height: 228px;
  font-weight: 400;
  text-align: right;
}
#checkoutModal .patient-address-form {
  display: none;
}
#checkoutModal #formSubmitBtn, #checkoutModal #formSubmitBtn1 {
  font-size: 16px;
}
#checkoutModal #bulk-discount-summary {
  display: none;
}
#checkoutModal #coupon-discount-summary {
  display: none;
}
#checkoutModal #coupon_code_err_msg {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
}
#checkoutModal #loyalty_err_msg {
  color: red;
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
}
#checkoutModal .coupon_wrapper {
  float: left;
}
#checkoutModal .order-bump-box .head-title {
  font-size: 14px;
  font-weight: 600;
}
#checkoutModal .order-bump-box .cart-custom-btn span {
  font-size: 14px;
}
#checkoutModal .order-bump-box .cart-custom-btn p {
  margin: -4px 0 0;
  font-size: 11px;
  font-weight: 400;
}
#checkoutModal .order-bump-box a.cart-custom-btn {
  right: 0 !important;
}
#checkoutModal .order-bump-box.tr.product-info > div:nth-child(1) {
  width: 67%;
}
#checkoutModal .order-bump-box.tr.product-info > div:nth-child(2) {
  width: 33%;
}
#checkoutModal .order-bump-box .bump-cartprice {
  background: #5abc51;
  position: relative;
  border-radius: 7px;
  color: #fff !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 5px 14px;
  border: none;
  right: 10px;
  height: 50px;
  max-width: 160px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 90%;
    margin: 0px auto;
    max-width: 1191px;
    background: #fff;
    top: 3;
  }
  .modal-dialog.subscription-renew-modal {
    max-width: 480px;
  }
  #checkoutModal .payment-methods-links-wrapper {
    margin: 10px 0 20px 0;
  }
  .payment-btn-wrapper .terms-conditions {
    text-align: right;
  }
}
@media (max-width: 767px) {
  form[name=modelReorderForm] h2 {
    min-height: auto;
  }
  .order-bump-box.tr.product-info > div:nth-child(1) {
    width: 100% !important;
    text-align: center;
  }
  .order-bump-box.tr.product-info > div:nth-child(2) {
    width: 100% !important;
  }
  .order-bump-box .bump-cartprice {
    width: 160px;
  }
  .payment__method {
    display: flex;
    flex-direction: column;
  }
  #checkoutModal.fade.in {
    padding-right: 0px;
  }
  .modal-dialog {
    position: relative;
    top: 5px;
  }
  .help-block > div {
    position: relative;
    min-height: 44px;
  }
  .help-block > div > svg {
    transform: scale(0.75);
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: calc(50% - 174px);
  }
  .mobile-order-set {
    display: grid;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .terms-conditions, .order-wrapper {
    width: 100%;
    clear: both;
    position: relative;
  }
  .terms-conditions {
    text-align: center;
  }
  .gender-select {
    max-width: 100%;
  }
  .gender-select > label {
    margin: 1px 20px 0px 0px;
  }
  #checkout-change-lab-location {
    display: block;
  }
  #checkoutModal .saved-card-option {
    width: 90%;
  }
  #checkoutModal .coupon_wrapper {
    width: 100%;
  }
  #checkoutModal span.saved-card-span.active {
    width: calc(100% - 110px);
  }
  #checkoutModal .saved-card-row label {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .formSubmitBtnWrapper {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 10px 0 0 0;
  }
  .multi-pay-btn {
    display: grid;
  }
  .multi-pay-btn > .payment__method {
    margin-bottom: 8px;
  }
  .patient-address-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  #checkoutModal .payment-methods-links-wrapper {
    margin: 0 0 20px 0;
  }
  .cards-logo-svg-wrapper {
    position: relative;
    min-height: 54px;
  }
  .cards-logo-svg-wrapper svg {
    width: 252px;
    transform: scale(1);
  }
}
.top-block-wrapper {
  margin: 0 auto;
}

.top-block-wrapper .top-block-title:first-child {
  margin-top: 0px;
}

.top-block-title {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.text-heighlight {
  font-size: 17px;
  font-weight: 500;
}

.top-block-wrapper .text-content {
  font-size: 16px;
}

.link-section {
  background: #d8eef3;
  margin: 30px 0;
  width: 100%;
}

.link-section p {
  width: 100%;
  color: #000;
  margin: 12px 0;
}

.social-media-links-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-media-links-wrapper li {
  display: inline-block;
  margin: 5px;
}

.social-media-links-wrapper li a {
  width: 40px;
  height: 40px;
  background: #858585;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.social-media-links-wrapper li a:hover {
  text-decoration: none;
}

.btn-media-links, .btn-media-links:hover {
  width: auto;
  height: 34px;
  background: #858585;
  color: #fff;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
}

.item-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro_btn_update {
  cursor: pointer;
  margin-top: -5px;
}

#ref_url {
  font-weight: 700;
}

#checkoutModal .payment-btn-wrapper .row {
  margin-left: -15px;
  margin-right: -15px;
}

#checkoutModal #formSubmitBtn1 {
  margin: 20px 0 20px 0;
}

.payment-methods-links {
  font-size: 16px;
}

.payment-btn-wrapper .formSubmitBtnWrapper {
  text-align: right;
}

.payment-btn-wrapper .payment-methods-links-wrapper {
  display: inline-block;
  margin-bottom: 10px !important;
}

.payment-btn-wrapper .formSubmitBtnWrapper {
  float: right;
}

.pay_btn_wrapper {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.pay_btn_wrapper li {
  /* display: inline-block;
   border: 1px solid #ddd;
   padding: 5px 5px 5px 15px;
   border-radius: 10px;
   position: relative;
   min-width: 82px;
   cursor: pointer;
   text-align: right;
   cursor:pointer;*/
}
.pay_btn_wrapper li a, .pay_btn_wrapper li a:hover {
  text-decoration: none;
  color: #212529;
  position: relative;
  min-height: 15px;
  display: inline-block;
  width: 90px;
  font-size: 14px;
}
.pay_btn_wrapper li .paypal_radio_btn svg {
  transform: scale(0.65);
  position: absolute;
  top: -4px;
  left: 2px;
}
.pay_btn_wrapper li label.active {
  border: 1px solid #0EB4EB;
  position: relative;
}
.pay_btn_wrapper li label.active a {
  color: #0EB4EB;
}
.pay_btn_wrapper li label:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 6px;
}
.pay_btn_wrapper li label input {
  display: none;
}
.pay_btn_wrapper li label.active:after {
  background-color: #0EB4EB;
}
.pay_btn_wrapper .stripe_radio_btn_wrapper {
  display: none;
}

#checkoutModal #patient-edit-icon1 {
  margin-top: -6px;
}

@media (max-width: 767px) {
  form[name=modelReorderForm] h2 {
    padding: 10px 20px;
  }
  .top-block-wrapper {
    width: 100%;
  }
  .top-block-title {
    font-size: 30px;
    line-height: 35px;
  }
  .social-media-links-wrapper li {
    margin: 2px;
  }
  .link-section {
    padding: 0 10px;
  }
  .top-block-title:not(.text-uppercase) {
    line-height: 35px;
    font-size: 28px;
  }
  #checkout-change-lab-location {
    display: inline-flex;
  }
  .payment-btn-wrapper.terms-conditions {
    text-align: center !important;
  }
  #checkoutModal .payment-methods-links-wrapper a {
    font-size: 14px;
  }
  #checkoutModal #formSubmitBtn1, #checkoutModal #formSubmitBtn {
    font-size: 18px;
  }
  .pay_btn_wrapper {
    margin-bottom: 15px;
    text-align: center;
  }
  .pay_btn_wrapper li {
    margin: 0px 10px 10px 0px;
  }
  .pay_btn_wrapper li a, .pay_btn_wrapper li a:hover {
    width: 100px;
  }
  .patient-info-wrapper h2#patient-h2 {
    font-size: 13px;
    padding: 10px 0px 10px 10px;
  }
  .patient-info-wrapper #patient-column-1 {
    display: inline-block;
    align-items: center;
    font-size: 15px;
  }
  .patient-info-wrapper .patient-column-1 {
    font-size: 15px;
  }
  .patient-info-wrapper #patient-column-2 {
    display: inline-block;
    align-items: center;
  }
  .patient-info-wrapper #patient-edit-icon {
    margin-top: -5px;
    width: 16px;
    height: 16px;
  }
  .patient-info-wrapper #inputContent {
    margin-top: -15px;
  }
  #checkoutModal .mobile-payment-method {
    display: grid;
    grid-template-columns: 42% 58%;
  }
  .patient-intro:first-child {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  #checkoutModal .lab-address-wrapper-parent {
    margin-top: 10px;
  }
  #checkoutModal .button-green-big {
    margin: 0 auto;
    float: none;
  }
  #checkoutModal #formSubmitBtn {
    position: relative;
    right: auto;
  }
  #checkoutModal h2 {
    margin-top: 20px;
  }
  #checkoutModal #formSubmitBtn1 {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .top-block-title {
    font-size: 25px;
  }
  .text-heighlight {
    font-size: 21px;
  }
  div .ref_url_container #ref_url {
    font-size: 14px;
  }
  .top-block-wrapper .top-block-title:first-child {
    line-height: 25px;
  }
  .top-block-title {
    line-height: 30px;
  }
}
@media screen and (min-device-width: 576px) and (max-device-width: 1105px) {
  #checkoutModal .payment-methods-links-wrapper, .payment-btn-wrapper .formSubmitBtnWrapper {
    margin: 0 auto;
  }
  .payment-btn-wrapper {
    display: grid;
  }
  .payment-btn-wrapper .terms-conditions {
    text-align: center !important;
  }
}
@media screen and (min-device-width: 310px) and (max-device-width: 420px) {
  #checkoutModal .payment-methods-links-wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .payment-btn-wrapper {
    display: grid;
  }
}
.ref_url_container {
  position: relative;
}

.ref_url_container #ref_url {
  font-family: monospace;
  font-size: 16px;
  cursor: pointer;
  word-break: break-word;
}

.ref_url_container code {
  padding: 4px 5px;
  background: #ccc;
  color: #2d2d2d;
  border-radius: 4px;
  cursor: pointer;
}

#copy-notify-2 {
  min-width: 120px;
  display: inline-block;
}

.icon-facebook, .icon-twitter, .icon-whatsapp, .icon-pinterest, .icon-linkedin, .icon-envelop {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: #fff;
  fill: #fff;
}

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

.pac-container {
  z-index: 9999;
}

.reorder-modal .spinner {
  width: 32px;
  height: 32px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reorder-modal .measuringWrapper .patient-address-form .below-eighteen-warning {
  border-radius: 4px;
  background: var(--service-warning-100, #FEE0B4);
}
.reorder-modal .measuringWrapper .patient-address-form .below-eighteen-warning span {
  font-size: 12px;
}
.reorder-modal .measuringWrapper .patient-address-form .parent-release-text {
  border-radius: 16px;
  overflow-y: scroll;
  border: 1px solid var(--neutral-300, #C7D1CE);
  background: var(--base-white, #FFF);
  display: flex;
  height: 130px;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.reorder-modal .measuringWrapper .patient-address-form .sign-release-form {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.reorder-modal .measuringWrapper .patient-address-form .sign-release-form .form-control {
  padding: 0.255rem 0.75rem;
}
.reorder-modal .measuringWrapper .patient-address-form .sign-release-form .sign-release-btn {
  border-radius: 20px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  white-space: nowrap;
  line-height: 2;
}
.reorder-modal .measuringWrapper .patient-address-form .success-sign-parental {
  border-radius: 10px;
  background: var(--service-warning-100, #56FCA2);
  display: flex;
  align-items: center;
  padding: 5px 0px 5px 8px;
}
.reorder-modal .measuringWrapper .patient-address-form .success-sign-parental span {
  font-size: 12px;
}
.reorder-modal .payment-methods-selector {
  background: #f2f2f2;
  font-size: 14px;
  border-radius: 7px;
  margin: 0px 0px 10px;
  min-height: auto;
  font-weight: 400;
  align-items: center;
}
.reorder-modal .no-payment-options {
  background: #f2f2f2;
  padding: 20px;
  font-size: 14px;
}
.reorder-modal .pay_btn_wrapper {
  padding: 0px;
  margin: 0px;
}
.reorder-modal .pay_btn_wrapper li {
  padding: 3px;
  align-items: center;
}
.reorder-modal .pay_btn_wrapper li img {
  height: 22px;
}
.reorder-modal .pay_btn_wrapper li .pay_btn {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 5px 5px 25px;
  border-radius: 10px;
  position: relative;
  min-width: 82px;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  width: 100%;
}
.reorder-modal .pay_btn_wrapper li .pay_btn.active {
  border: 1px solid #0EB4EB;
  color: #0EB4EB;
}
.reorder-modal .btn-paypal, .reorder-modal .btn-klarna, .reorder-modal .btn-amazon-pay {
  background-color: rgb(255, 196, 57);
  color: rgb(0, 0, 0);
  border: 0px solid rgb(0, 0, 0);
  border-radius: 0.5rem;
  max-width: none;
  width: 100%;
  padding: 5px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
}
.reorder-modal .btn-paypal img, .reorder-modal .btn-klarna img, .reorder-modal .btn-amazon-pay img {
  height: 100%;
}
.reorder-modal .btn-klarna {
  background-color: #FFA8CD;
  color: #0B051D;
}
.reorder-modal .btn-amazon-pay {
  background-color: #f9e2c0;
  border: 1px solid #f9e2c0;
}
.reorder-modal #patient-h2 {
  font-size: 13px;
}
.reorder-modal .gender-select {
  padding: 6px;
}
.reorder-modal .input-apply-coupon button:hover {
  opacity: 0.8;
}
.reorder-modal .code-applied {
  color: #5abc51;
}
.reorder-modal .coupon-wrapper .loyalty-div {
  align-items: center;
  margin-bottom: 10px;
}
.reorder-modal .coupon-wrapper .loyalty-div p {
  margin-bottom: 0;
}
.reorder-modal .new-payment-wrapper {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1rem;
}
.reorder-modal .new-payment-wrapper#quick-checkout {
  background: unset;
}
.reorder-modal .new-payment-wrapper .payment-option {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.reorder-modal .new-payment-wrapper .payment-option:last-child {
  margin-bottom: 0;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-header {
  display: flex;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.2s ease;
  position: relative;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-header::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background: url("/img/chevron-down.png") no-repeat center;
  background-size: contain;
  transition: transform 0.4s ease;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-header #add-card-btn {
  background: #fff;
  border-radius: 1.375rem;
  border: 1px solid #1E4639;
  color: #212529;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-header #add-card-btn span {
  margin-left: 0;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-header #add-card-btn:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  margin-right: 1.25rem;
  transition: background-color 0.2s ease;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-icon svg {
  color: #6b7280;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-icon img {
  max-width: 1.25rem;
  height: auto;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-icon.klarna-icon {
  width: 1.25rem;
  margin-right: 1rem;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-icon.amazon-pay-icon {
  width: 2rem;
  height: auto;
  margin-right: 0.25rem;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-icon.amazon-pay-icon img {
  max-width: 100%;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-title {
  font-size: 1rem;
  color: #111827;
  font-weight: 500;
  transition: color 0.2s ease;
}
.reorder-modal .new-payment-wrapper .payment-option .payment-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin-left: 0.5rem;
}
@media (max-width: 345px) {
  .reorder-modal .new-payment-wrapper .payment-option .payment-subtitle {
    font-size: 0.75rem;
    margin-left: 0.25rem;
  }
}
.reorder-modal .new-payment-wrapper .payment-content {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  animation: collapsePaymentContent 300ms ease-out;
  animation-fill-mode: forwards;
  overflow: hidden;
}
.reorder-modal .new-payment-wrapper .payment-content > * {
  padding: 1rem;
}
.reorder-modal .new-payment-wrapper .payment-content .redirect-payment-content .redirect-payment-info {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 0.375rem;
}
.reorder-modal .new-payment-wrapper .payment-content .redirect-payment-content .redirect-payment-info .info-icon {
  display: flex;
  color: #6b7280;
  flex-shrink: 0;
  padding-top: 0.25rem;
}
.reorder-modal .new-payment-wrapper .payment-content .redirect-payment-content .redirect-payment-info .info-text {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.4;
}
.reorder-modal .new-payment-wrapper .payment-content .redirect-payment-content .btn-amazon-pay,
.reorder-modal .new-payment-wrapper .payment-content .redirect-payment-content .btn-paypal,
.reorder-modal .new-payment-wrapper .payment-content .redirect-payment-content .btn-klarna {
  width: 100%;
  padding: 5px;
}
.reorder-modal .new-payment-wrapper .payment-content .redirect-payment-content .btn-amazon-pay {
  padding-top: 0.75rem;
}
.reorder-modal .new-payment-wrapper .payment-content .payment-methods-links {
  color: #0F241D;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  font-weight: 600;
  cursor: pointer;
}
.reorder-modal .new-payment-wrapper .payment-content #add-card-btn {
  background: #fff;
  border-radius: 1.375rem;
  border: 1px solid #1E4639;
  color: #212529;
}
.reorder-modal .new-payment-wrapper .payment-content #add-card-btn span {
  margin-left: 0;
}
.reorder-modal .new-payment-wrapper .payment-content #add-card-btn:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
@keyframes collapsePaymentContent {
  from {
    max-height: var(--payment-content-height, 600px);
  }
  to {
    max-height: 0;
  }
}
.reorder-modal .new-payment-wrapper .card-form .form-field {
  margin-bottom: 1rem;
  position: relative;
}
.reorder-modal .new-payment-wrapper .card-form .form-field:last-child {
  margin-bottom: 0;
}
.reorder-modal .new-payment-wrapper .card-form .form-field input,
.reorder-modal .new-payment-wrapper .card-form .form-field select,
.reorder-modal .new-payment-wrapper .card-form .form-field .stripe-card-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  outline: none;
  transition: border-color 0.2s ease;
}
.reorder-modal .new-payment-wrapper .card-form .form-field input:focus,
.reorder-modal .new-payment-wrapper .card-form .form-field select:focus,
.reorder-modal .new-payment-wrapper .card-form .form-field .stripe-card-input:focus {
  border-color: #6366f1;
}
.reorder-modal .new-payment-wrapper .card-form .form-field input::-moz-placeholder, .reorder-modal .new-payment-wrapper .card-form .form-field select::-moz-placeholder, .reorder-modal .new-payment-wrapper .card-form .form-field .stripe-card-input::-moz-placeholder {
  color: #9ca3af;
}
.reorder-modal .new-payment-wrapper .card-form .form-field input::placeholder,
.reorder-modal .new-payment-wrapper .card-form .form-field select::placeholder,
.reorder-modal .new-payment-wrapper .card-form .form-field .stripe-card-input::placeholder {
  color: #9ca3af;
}
.reorder-modal .new-payment-wrapper .card-form .form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}
.reorder-modal .new-payment-wrapper .card-form .billing-country-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0.3em;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid black;
  opacity: 0.5;
}
.reorder-modal .new-payment-wrapper .card-form .form-row {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.reorder-modal .new-payment-wrapper .card-form .form-row .form-field {
  flex: 1;
}
.reorder-modal .new-payment-wrapper .card-form .form-row .alert-error {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 0.5rem;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .reorder-modal .new-payment-wrapper .card-form .form-row.form-group {
    row-gap: 1rem;
  }
  .reorder-modal .new-payment-wrapper .card-form .form-row.form-group .form-field {
    flex: 0 0 100%;
  }
  .reorder-modal .new-payment-wrapper .card-form .form-row.form-group .billing-zip {
    order: 1;
  }
  .reorder-modal .new-payment-wrapper .card-form .form-row.form-group .alert-error {
    order: 2;
    margin-top: 0.25rem !important;
    margin-bottom: 1rem;
  }
  .reorder-modal .new-payment-wrapper .card-form .form-row.form-group .billing-country {
    order: 3;
  }
  .reorder-modal .new-payment-wrapper .card-form .form-row.form-group:has(.alert-error) {
    row-gap: 0;
  }
}
.reorder-modal .new-payment-wrapper .card-form .card-number {
  position: relative;
  margin-bottom: 1.25rem;
}
.reorder-modal .new-payment-wrapper .card-form .card-number .card-types {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.reorder-modal .new-payment-wrapper .card-form .card-number .card-types img {
  width: 1.5rem;
  height: auto;
}
.reorder-modal .new-payment-wrapper .payment-radio {
  display: none;
}
.reorder-modal .new-payment-wrapper .payment-radio:checked + .payment-option {
  border-color: #000;
}
.reorder-modal .new-payment-wrapper .payment-radio:checked + .payment-option .payment-header {
  cursor: default;
}
.reorder-modal .new-payment-wrapper .payment-radio:checked + .payment-option .payment-header::after {
  transform: rotate(180deg);
}
.reorder-modal .new-payment-wrapper .payment-radio:checked + .payment-option .payment-content {
  animation: expandPaymentContent 300ms ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes expandPaymentContent {
  from {
    max-height: 0;
  }
  to {
    max-height: var(--payment-content-height, 600px);
  }
}
.reorder-modal .new-payment-wrapper .saved-cards-container {
  /* item list */
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-selector {
  display: none;
}
.reorder-modal .new-payment-wrapper .saved-cards-container #payment-card-listing {
  padding-left: 0px;
}
.reorder-modal .new-payment-wrapper .saved-cards-container #payment-card-listing img,
.reorder-modal .new-payment-wrapper .saved-cards-container .btn-select img {
  width: 2.5rem;
}
.reorder-modal .new-payment-wrapper .saved-cards-container #payment-card-listing img.wallet-img,
.reorder-modal .new-payment-wrapper .saved-cards-container .btn-select img.wallet-img {
  width: 1.5rem;
}
.reorder-modal .new-payment-wrapper .saved-cards-container #payment-card-listing li {
  list-style: none;
  padding: 0 0.5rem;
  cursor: pointer;
}
.reorder-modal .new-payment-wrapper .saved-cards-container #payment-card-listing li:hover {
  background-color: #F4F3F3;
}
.reorder-modal .new-payment-wrapper .saved-cards-container #payment-card-listing li img {
  margin: 0.125rem;
}
.reorder-modal .new-payment-wrapper .saved-cards-container #payment-card-listing li span,
.reorder-modal .new-payment-wrapper .saved-cards-container .btn-select li span {
  color: #212529;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-card-section {
  display: none;
  width: 100%;
  box-shadow: 0 6px 0.75rem rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .open {
  display: show !important;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .btn-select {
  margin-top: 0.625rem;
  width: 100%;
  height: 3.75rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0.5rem;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .btn-select:hover li {
  margin-left: 0px;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .btn-select:focus {
  outline: none;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing {
  flex: 1 0 0;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .payment-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .payment-icon img {
  max-width: 100%;
  height: auto;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .payment-options-section {
  flex: 1;
  min-width: 0;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .card-detail-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .card-detail-wrapper .cart-detail-text {
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .card-detail-wrapper .expiry-text {
  color: #949E9B !important;
  font-weight: 400;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  .reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .card-detail-wrapper {
    flex-direction: column;
    gap: 0.125rem;
  }
  .reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .card-detail-wrapper .cart-detail-text {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .reorder-modal .new-payment-wrapper .saved-cards-container .payment-options-listing .card-detail-wrapper .expiry-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.reorder-modal .new-payment-wrapper .saved-cards-container .payment-card-select .down-arrow {
  margin-left: 1rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .reorder-modal .new-payment-wrapper .payment-card-select .down-arrow {
    margin-left: 0 !important;
  }
  .reorder-modal .new-payment-wrapper .payment-card-select .btn-select {
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 425px) {
  .reorder-modal .new-payment-wrapper .payment-options-section span {
    margin-left: 0 !important;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.reorder-modal .new-payment-wrapper .buy-with-text {
  color: #fff;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.reorder-modal .smart-clinic-reorder-heading .heading-text {
  color: var(--neutral-900, #222A28);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.reorder-modal .quick-order-details .order-summary-wrapper {
  flex: 1 0 0;
  border-radius: 1rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary {
  border-radius: 8px;
  border: 1px solid var(--neutral-300, #C7D1CE);
  background: var(--base-white, #FFF);
  max-height: unset !important;
  text-align: left !important;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-header p {
  align-self: stretch;
  color: var(--neutral-900, #222A28);
  font-family: system-ui, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .order-line-item {
  justify-content: space-between;
  margin-top: 1rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .order-line-item p {
  margin-bottom: 0;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .order-line-item .product-name {
  color: var(--neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .order-line-item .product-price {
  background: none;
  color: var(--neutral-900, #222A28);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .order-line-item .remove-cart-btn {
  cursor: pointer;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-save-div .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--gray-200);
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease, background-position 0.15s ease-in-out, opacity 0.15s ease-out, box-shadow 0.15s ease-in-out;
  width: 2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--neutral-500-main, #949E9B);
  background: var(--Neutral-100, #ECF0EF);
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-save-div .checkbox:focus {
  background-image: none;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-save-div .checkbox:checked {
  background-image: none;
  background-position: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--Primary-900, #04E76D);
  background: var(--primary-500-main, #56FCA2);
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-save-div .checkbox:checked::after {
  border: 1px solid var(--Primary-900, #04E76D);
  transform: translateX(17px);
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-save-div .checkbox::after {
  box-shadow: 0 0.3125rem 0.625rem 0 var(--black-shadow-200);
  content: "";
  position: absolute;
  top: 1px;
  transform: translateX(1px);
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border-radius: 0.375rem;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--neutral-500-main, #949E9B);
  background: var(--Base-White, #FFF);
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-save-div .percentage-box-outer-div .percentage-box {
  color: var(--Service-Success-900, #0A7621);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  border-radius: 0.25rem;
  background: var(--Service-Success-50, #BAF7C7);
  padding: 0.1rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-save-div label {
  display: contents;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months {
  padding-left: 0.75rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .month-listing {
  white-space: nowrap;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .test-every-text {
  padding-right: 5px;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .months-text {
  padding-left: 0.5rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .subscription-frequency {
  display: inline-block;
  position: relative;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .subscription-frequency input[type=radio] {
  display: none;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .subscription-frequency label {
  color: #666;
  font-weight: normal;
  cursor: pointer;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .subscription-frequency label:before {
  color: #000000;
  text-align: center;
  display: inline-block;
  position: relative;
  padding-top: 5px;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #888888;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .ONE-month:before {
  content: "1";
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .THREE-month:before {
  content: "3";
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .FOUR-month:before {
  content: "3";
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .SIX-month:before {
  content: "6";
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .TWELVE-month:before {
  content: "12";
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .subscription-frequency input[type=radio]:checked + label:before {
  background: #219D3C;
  color: #FFFFFF;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months.times-per-year .ONE-month:before {
  content: "monthly";
  width: 70px;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months.times-per-year .THREE-month:before {
  content: "4";
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months.times-per-year .FOUR-month:before {
  content: "3";
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months.times-per-year .SIX-month:before {
  content: "2";
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months.times-per-year .TWELVE-month:before {
  content: "1";
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months.times-per-year .subscription-frequency:first-child label::before {
  border-radius: 0.5rem 0 0 0.5rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months.times-per-year .subscription-frequency:last-child label::before {
  border-radius: 0 0.5rem 0.5rem 0;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months {
  padding: 0.25rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .test-every-text {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .months-text {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
@media screen and (max-width: 767px) {
  .reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .months-text {
    padding-left: 0;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 480px) {
  .reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months {
    padding: 0;
  }
  .reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .test-every-text {
    display: block;
    margin-bottom: 4px;
    text-align: left;
    font-size: 0.875rem;
  }
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .subscription-frequency label:before {
  padding-top: 0;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border: none;
  background: #F4F6F5;
  color: #45544F;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 320px) {
  .reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .subscription-frequency label:before {
    width: 1.35rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .order-items .subscription-months .subscription-frequency input[type=radio]:checked + label:before {
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  background: #56FCA2 !important;
  color: #000000;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .reorder-section-divider {
  height: 1px;
  align-self: stretch;
  border-radius: var(--tokens-spacing-spc-0, 0px);
  background: var(--neutral-100, #ECF0EF);
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .reorder-adjustments .adjustment-item p {
  color: var(--neutral-900, #222A28);
  font-family: system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .reorder-adjustments .adjustment-item .adjustment-amount {
  color: var(--service-success-500-main, #09AA2C);
  white-space: nowrap;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .reorder-adjustments .adjustment-item .adjustment-fee {
  color: black !important;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .reorder-amount-section .reorder-amount-total {
  color: var(--neutral-900, #222A28);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .reorder-amount-section .reorder-sub-total {
  padding: var(--tokens-spacing-spc-0, 0px);
  color: var(--neutral-500-main, #949E9B);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .order-summary-details .reorder-amount-section .reorder-main-total {
  padding: var(--tokens-spacing-spc-0, 0px);
  color: var(--neutral-500-main, #222A28);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .add-more-test-btn {
  border-radius: 4px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
}
.reorder-modal .quick-order-details .order-summary-wrapper .order-summary .add-more-test-btn span {
  color: var(--neutral-900, #222A28);
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests {
  border-radius: 8px;
  border: 1px solid var(--neutral-300, #C7D1CE);
  background: var(--base-white, #FFF);
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-add-test-heading p {
  color: var(--neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper {
  border-radius: var(--tokens-spacing-spc-0, 0px);
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card {
  border-radius: 8px;
  background: var(--aux-0150, #ECF4F9);
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .reorder-more-product-card {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .reorder-more-product-card {
    justify-content: space-between;
    align-self: stretch;
  }
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .more-test-card-content span {
  color: var(--neutral-900, #222A28);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
@media screen and (min-width: 768px) {
  .reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .more-test-card-content {
    max-width: 50%;
  }
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .add-test-btn {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .product-price-block {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .product-price-block .product-price {
  display: flex;
  align-items: center;
  background: unset;
  padding: 0.5rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .product-price-block .product-price.reverse {
  flex-direction: row-reverse;
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .product-price-block .product-price .actual-price-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .product-price-block .product-price .price-text.old {
  font-weight: 400 !important;
  position: relative;
  font-size: 0.875rem;
  line-height: 1rem;
}
.reorder-modal .quick-order-details .order-summary-wrapper .reorder-add-more-tests .reorder-more-test-card-wrapper .reorder-more-test-card .product-price-block .product-price .price-text.old::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0.125rem;
  width: 100%;
  height: 0.25rem;
  background: var(--service-error-500-main, #FF6060);
  opacity: 0.5;
}
.reorder-modal .quick-order-details .order-payment-details {
  flex: 1 0 0;
  border-radius: var(--tokens-spacing-spc-0, 0px);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section {
  border-radius: 8px;
  border: 1px solid var(--neutral-300, #C7D1CE);
  background: var(--base-white, #FFF);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .apply-loyalty-points-text {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .coupon-certificate-section {
  border-radius: var(--tokens-spacing-spc-0, 0px);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .coupon-certificate-section .coupon-certificate-heading {
  color: var(--neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .coupon-certificate-section .coupon-certificate-input-wrapper {
  border-radius: var(--tokens-spacing-spc-0, 0px);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .coupon-certificate-section .coupon-certificate-input-wrapper .coupon-certificate-input-div {
  flex: 1 0 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .coupon-certificate-section .coupon-certificate-input-wrapper .coupon-certificate-input-div .coupon-input {
  max-width: unset !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid var(--neutral-300, #C7D1CE);
  background: var(--neutral-50, #F4F6F5);
  color: var(--neutral-900, #222A28);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .coupon-certificate-section .coupon-certificate-input-wrapper .apply-btn, .reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .coupon-certificate-section .coupon-certificate-input-wrapper .remove-btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
  color: var(--neutral-900, #222A28);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .coupon-certificate-section .coupon-certificate-input-wrapper .applied-green-btn {
  background: #56FCA2;
  color: #0F241D;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section #gcccouponform #submit-gc {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
  color: var(--neutral-900, #222A28);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section #gcccouponform #remove-gc {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: #56FCA2;
  color: #0F241D;
}
@media (max-width: 768px) {
  .reorder-modal .quick-order-details .order-payment-details .reorder-discount-section #gcccouponform #submit-gc, .reorder-modal .quick-order-details .order-payment-details .reorder-discount-section #gcccouponform #remove-gc {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .discount-or-divider {
  border-radius: var(--tokens-spacing-spc-0, 0px);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .discount-or-divider .discount-or-divider-rectangle {
  height: 1px;
  flex: 1 0 0;
  border-radius: var(--tokens-spacing-spc-0, 0px);
  background: var(--neutral-100, #ECF0EF);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .discount-or-divider .discount-or-divider-text {
  color: var(--neutral-500-main, #949E9B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-discount-section .loyalty-points-heading span {
  color: var(--neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-discount-section .loyalty-container {
  flex: 1 0 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-discount-section .loyalty-container .loyalty-points-div {
  flex: 1 0 0;
  border-radius: 2rem;
  background: var(--aux-02500-main, #573894);
  cursor: pointer;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-discount-section .loyalty-container .loyalty-points-div .loyalty-point-number {
  color: var(--base-white, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-discount-section .loyalty-container .apply-btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
  color: var(--neutral-900, #222A28);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-points-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-points-container .loyalty-points {
  display: flex;
  align-items: center;
  justify-content: left;
  flex: 2 1 auto;
  max-width: 25rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-points-container .loyalty-points img {
  width: 0.75rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-points-container .loyalty-points div:first-of-type {
  background: #573894;
  color: #FACA9E;
  font-size: 1rem;
  text-align: center;
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 2rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-weight: 700;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-points-container .loyalty-points div:last-of-type {
  background: #412A6F;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-align: center;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 0.5rem;
  font-weight: 700;
  flex: 2 1 auto;
  justify-content: center;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-points-container .loyalty-points-applied div:first-of-type {
  background: #BAF7C7 !important;
  color: #0A7621 !important;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-points-container .loyalty-points-applied div:last-of-type {
  background: #3CDD5F !important;
  color: #0A7621 !important;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-discount-section .loyalty-points-container .remove-loyalty-btn {
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0.25rem;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #0F241D;
  text-align: center;
  border: 1px solid #1E4639;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-option {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-option .credit-amount-section {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  background: var(--Neutral-100, #ECF0EF);
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-option .credit-amount-section .dollar-image {
  position: inherit;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-option .credit-amount-section .amount-text {
  color: var(--Neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-option .credit-amount-section .quantity-text {
  color: var(--Neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .select-option {
  display: flex;
  padding: 8px 12px !important;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  pointer-events: none;
  color: var(--Neutral-700, #45544F);
  font-size: 14px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .wallet-card-select ul {
  padding-left: 0;
  margin-bottom: 0 !important;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .wallet-card-select .credit-listing-section {
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 250px;
  overflow-y: scroll;
  border-radius: 8px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .btn-credit-select {
  height: auto;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  margin-top: 0 !important;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .btn-credit-select {
  margin-top: 0.625rem;
  width: 100%;
  border-radius: 36px;
  background-color: #fff;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-listing-section {
  display: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-listing-section .credit-option {
  border-bottom: 1px solid var(--Neutral-100, #ECF0EF);
  padding: 4px 8px 4px 12px;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .wallet-card-select .down-arrow {
  margin-left: 0 !important;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .wallet-card-select .btn-select {
  height: 6rem !important;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-listing-section {
  display: none;
  width: 100%;
  box-shadow: 0 6px 0.75rem rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .credit-listing-section {
  display: none;
  width: 100%;
  box-shadow: 0 6px 0.75rem rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .open {
  display: show !important;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .btn-credit-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .btn-credit-select:hover li {
  margin-left: 0px;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .btn-credit-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .btn-credit-select:focus {
  outline: none;
}
.reorder-modal .quick-order-details .order-payment-details .customer-wallet-selector-wrapper .wallet-card-select .down-arrow {
  margin-left: 1rem;
  width: auto;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section {
  border-radius: 8px;
  border: 1px solid var(--neutral-300, #C7D1CE);
  background: var(--base-white, #FFF);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .lab-location-div .lab-selection-heading {
  color: var(--neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .lab-location-div .lab-location-content .lab-location-address {
  color: var(--neutral-700, #45544F);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .lab-location-div .lab-location-content .add-lab-location-message {
  color: var(--neutral-700, #0F241D);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.28px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .lab-location-div .lab-location-content .change-lab-link {
  cursor: pointer;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .lab-location-div .lab-location-content .change-lab-link .button-text {
  color: #0F241D;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  font-weight: 600;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .patient-selection-div .patient-selection-heading {
  color: var(--neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .patient-selection-div .patient-selection-content .select_patient_profile {
  width: -webkit-fill-available;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .patient-selection-div .change-patient-link {
  cursor: pointer;
  white-space: nowrap;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .patient-selection-div .change-patient-link .button-text {
  color: #0F241D;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  font-weight: 600;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div {
  margin-top: 0rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-method-heading {
  color: var(--neutral-900, #222A28);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .wrapped-text {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  color: var(--neutral-900, #222A28);
  letter-spacing: 0.64px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .wrapped-text::before, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .wrapped-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: currentColor;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-selector {
  background: unset;
  display: flex;
  padding-bottom: 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-selector .hide-wallet-option {
  display: none !important;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container {
  /* item list */
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .payment-selector {
  display: none;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #credit-card .payment-methods-links-wrapper .payment-methods-links {
  color: #0F241D;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  font-weight: 600;
  cursor: pointer;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #credit-card #select, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #credit-card #expy {
  padding: 0.375rem 1.25rem 0.375rem 0.75rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #payment-card-listing {
  padding-left: 0px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #payment-card-listing img, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select img {
  width: 2.5rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #payment-card-listing img.wallet-img, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select img.wallet-img {
  width: 1.5rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #payment-card-listing li {
  list-style: none;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  cursor: pointer;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #payment-card-listing li:hover {
  background-color: #F4F3F3;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #payment-card-listing li img {
  margin: 0.125rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #payment-card-listing li span, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select li span {
  color: #212529;
}
@media screen and (max-width: 768px) {
  .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container #payment-card-listing li span, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select li span {
    margin-left: 0;
  }
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .payment-card-section {
  display: none;
  width: 100%;
  box-shadow: 0 6px 0.75rem rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .open {
  display: show !important;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select {
  margin-top: 0.625rem;
  width: 100%;
  height: 3.75rem;
  border-radius: 0.3125rem;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 0.5rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select #add-card-btn {
  background: #fff;
  border-radius: 1.375rem;
  border: 1px solid #1E4639;
  color: #212529;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select #add-card-btn span {
  margin-left: 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select:hover li {
  margin-left: 0px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .btn-select:focus {
  outline: none;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .payment-options-listing {
  flex: 1 0 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .payment-options-listing .payment-options-section {
  flex: 1 0 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .payment-options-listing .payment-options-section .expiry-text {
  color: #949E9B;
  font-weight: 400;
  font-size: 0.75rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .payment-card-select .down-arrow {
  margin-left: 1rem;
  width: auto;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .month-year-div {
  flex: 2 0 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .month-year-div .alert-error {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-methods-container .cvv-div {
  flex: 1 0 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .button-primary {
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 2rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--neutral-900, #222A28);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div label {
  margin-bottom: 0.75rem;
  font-weight: 500;
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div label .field-description {
  color: #949E9B;
  margin-left: 0.25rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div label .mobile-gender-description {
  color: #949E9B;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div input[type=radio] {
  display: none;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div label {
  cursor: pointer;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div label img {
  margin-right: 0.5rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div #credit-card .form-icon-container img {
  filter: opacity(0.5);
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div ul {
  padding-right: 0;
  padding-left: 0;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div ul label {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .btn-paypal img, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .btn-klarna img {
  height: 1.875rem;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .pay_btn_wrapper-div li .pay_btn.active {
  border-bottom: 1px solid;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section #wallet-payment-lab-location-requester .google-pay, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section #wallet-payment-lab-location-requester .apple-pay {
  width: 100%;
  background: black;
  border-radius: 0.5rem;
  border: none;
  opacity: 1;
  height: 40px;
}
.reorder-modal .quick-order-details .order-payment-details .reorder-payment-section #wallet-payment-lab-location-requester .google-pay img, .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section #wallet-payment-lab-location-requester .apple-pay img {
  height: 20px;
}

@media (min-width: 768px) {
  .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-options-together-wrapper {
    display: flex;
    align-items: center;
  }
  .reorder-modal .quick-order-details .order-payment-details .reorder-payment-section .payment-selection-div .payment-options-together {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
  }
}
@media screen and (max-device-width: 768px) {
  .reorder-modal .quick-order-details .order-payment-details .apply-btn, .reorder-modal .quick-order-details .order-payment-details .remove-btn, .reorder-modal .quick-order-details .order-payment-details .remove-loyalty-btn {
    width: 100%;
  }
  .reorder-modal .patient-selection-div .patient-selection-content select {
    width: 100% !important;
  }
  .reorder-modal .quick-order-details .order-payment-details .payment-methods-container .payment-card-select .btn-select {
    height: 6rem !important;
  }
}
.alert-success, .modal-alert-success {
  color: #5abc51;
  background: none;
  font-size: 14px;
  border: none;
  padding: initial;
}

.alert-error {
  color: red;
  background: none;
  font-size: 14px;
  padding: initial;
}

code.discontinued-product {
  margin-top: 2px;
  color: #e83e8c;
  margin-left: 10px;
}

.header-home-content p {
  font-size: 16px;
}
.header-home-content h3 {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 20px;
}
.header-home-content h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.header-home-content .carbon-emission-container p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #858585;
  position: relative;
}
.header-home-content .carbon-emission-container p span.value {
  font-size: 22px;
  font-weight: 600;
  color: #212529;
}
.header-home-content .carbon-emission-container a {
  font-size: 14px;
  color: #0EB4EB;
  -webkit-text-decoration: underline dotted !important;
          text-decoration: underline dotted !important;
}
.header-home-content .carbon-emission-container a > .show-tooltip-active {
  top: -20px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  left: 0 !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  right: 0 !important;
  z-index: 9999;
}
.header-home-content .carbon-emission-container img {
  width: 25px;
  margin-top: -5px;
}
.header-home-content .share-with-friend-container p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #858585;
}
.header-home-content .share-with-friend-container .button-white {
  padding: 5px;
}
.header-home-content .share-with-friend-container .ref-url-container p {
  font-size: 14px;
  color: #212529;
}

@media screen and (max-device-width: 768px) {
  .header-home-content .button.button-white {
    background: #fff;
    border: 1px solid rgba(153, 136, 136, 0.5333333333);
    color: #000;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px !important;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #search-form .button.button-white {
    margin-top: 0px !important;
  }
}
@media screen and (max-device-width: 420px) {
  #search-form input {
    font-size: 12px;
  }
  #search-form button {
    font-size: 12px;
    padding: 6px;
  }
}
@media screen and (max-device-width: 1210px) {
  .reorder-modal .pay_btn_wrapper li {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 875px) {
  .reorder-modal .pay_btn_wrapper li {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (max-device-width: 768px) {
  .reorder-modal .coupon-wrapper .loyalty-div {
    justify-content: center;
  }
}
.show-tooltip-active {
  position: absolute;
  bottom: -42px;
  left: -25px;
  background: #fff;
  padding: 5px 10px;
  color: #222;
  width: 300px;
  z-index: 999;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
  border: 1px solid #222;
  text-align: left;
  font-style: normal;
}
.show-tooltip-active a {
  color: #fff;
  text-decoration: underline;
}

.sale-wrapper img {
  max-width: 100%;
}

body #labLocatorModal {
  overflow: hidden;
}
body #labLocatorModal input.error,
body #labLocatorModal select.error {
  color: #E83030;
  background: #FFE5E6;
  border: 1px solid #FF6060;
}
body #labLocatorModal .alert-notification-success {
  background: #BAF7C7;
  border-radius: 0.25rem;
  color: #0A7621;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1rem;
}
body #labLocatorModal .alert-notification-success:before {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3333 4.33333L6 11.6667L2.66667 8.33333" stroke="%230A7621" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
body #labLocatorModal .alert-notification-error {
  background: #FFB3B3;
  border-radius: 0.25rem;
  color: #222A28;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1rem;
}
body #labLocatorModal .alert-notification-error:before {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 8.74666V6.25333" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.99933 10.75C7.90733 10.75 7.83267 10.8247 7.83333 10.9167C7.83333 11.0087 7.908 11.0833 8 11.0833C8.092 11.0833 8.16667 11.0087 8.16667 10.9167C8.16667 10.8247 8.092 10.75 7.99933 10.75" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.35267 2.75935L14.4587 11.6953C15.052 12.734 14.302 14.0267 13.106 14.0267H2.894C1.69733 14.0267 0.947334 12.734 1.54133 11.6953L6.64733 2.75935C7.24533 1.71201 8.75467 1.71201 9.35267 2.75935Z" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
body #labLocatorModal .alert-notification-warning {
  background: #FEE0B4;
  border-radius: 0.25rem;
  color: #222A28;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1rem;
}
body #labLocatorModal .alert-notification-warning:before {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_621_2980)"><path d="M8.00001 14.6663C11.6819 14.6663 14.6667 11.6816 14.6667 7.99967C14.6667 4.31778 11.6819 1.33301 8.00001 1.33301C4.31811 1.33301 1.33334 4.31778 1.33334 7.99967C1.33334 11.6816 4.31811 14.6663 8.00001 14.6663Z" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 10.6667V8" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 5.33301H8.00667" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_621_2980"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
body #labLocatorModal .button-primary {
  background: #56FCA2;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F241D;
  text-align: center;
  border: 1px solid #1E4639;
  box-shadow: 1px 1px 0px #1E4639;
  font-weight: 500;
  text-decoration: none;
}
body #labLocatorModal .button-primary.button-large {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1rem;
}
body #labLocatorModal .button-primary.button-medium {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
body #labLocatorModal .button-primary.button-small {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
body #labLocatorModal .button-primary sup {
  padding-right: 0.125rem;
  top: -0.1875rem;
  font-size: 0.625rem;
  font-weight: 700;
}
body #labLocatorModal .button-primary img.image-left {
  padding-right: 0.625rem;
}
body #labLocatorModal .button-primary img.image-right {
  padding-left: 0.5rem;
}
body #labLocatorModal .button-primary:hover {
  background: #B3FFD5;
  box-shadow: 2px 3px 0px #1E4639;
  color: #0F241D;
}
body #labLocatorModal .button-primary:focus {
  background: #2DF087;
  box-shadow: none;
  color: #0F241D;
}
body #labLocatorModal .button-primary:disabled {
  background: #C7D1CE;
  box-shadow: none;
  border: none;
  color: #fff;
}
body #labLocatorModal .button-primary-icon {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #1E4639;
  box-shadow: 1px 1px 0px #1E4639;
  background: #56FCA2;
  border-radius: 1.5rem;
  position: relative;
  align-items: center;
}
body #labLocatorModal .button-primary-icon.button-large {
  width: 3rem;
  height: 3rem;
}
body #labLocatorModal .button-primary-icon.button-large img {
  width: auto;
  height: 1.25rem;
}
body #labLocatorModal .button-primary-icon.button-medium {
  width: 2.5rem;
  height: 2.5rem;
}
body #labLocatorModal .button-primary-icon.button-medium img {
  width: auto;
  height: 1.25rem;
}
body #labLocatorModal .button-primary-icon.button-small {
  width: 2rem;
  height: 2rem;
}
body #labLocatorModal .button-primary-icon.button-small img {
  width: auto;
  height: 0.833125rem;
}
body #labLocatorModal .button-primary-icon:hover {
  background: #B3FFD5;
  box-shadow: 2px 3px 0px #1E4639;
}
body #labLocatorModal .button-primary-icon:active {
  background: #2DF087;
  box-shadow: none;
}
body #labLocatorModal .button-primary-icon:disabled {
  background: #C7D1CE;
  box-shadow: none;
  border: none;
  color: #fff;
}
body #labLocatorModal .button-primary-icon span {
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  background: #ED780C;
  border-radius: 50%;
  right: 0.4375rem;
}
body #labLocatorModal .button-secondary {
  border-radius: 1.5rem;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #0F241D;
  text-align: center;
  border: 1px solid #1E4639;
  box-shadow: 1px 1px 0px #1E4639;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
}
body #labLocatorModal .button-secondary.button-large {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1rem;
}
body #labLocatorModal .button-secondary.button-medium {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
body #labLocatorModal .button-secondary.button-small {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
body #labLocatorModal .button-secondary sup {
  padding-right: 0.125rem;
  top: -0.1875rem;
  font-size: 0.625rem;
  font-weight: 700;
}
body #labLocatorModal .button-secondary img.image-left {
  padding-right: 0.625rem;
}
body #labLocatorModal .button-secondary img.image-right {
  padding-left: 0.5rem;
}
body #labLocatorModal .button-secondary:hover {
  background: #fff;
  box-shadow: 2px 3px 0px #1E4639;
}
body #labLocatorModal .button-secondary:focus {
  background: #E5FFF1;
  box-shadow: none;
}
body #labLocatorModal .button-secondary:disabled {
  background: #C7D1CE;
  box-shadow: none;
  border: none;
  color: #fff;
}
body #labLocatorModal .button-secondary-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  border: 1px solid #1E4639;
  box-shadow: 1px 1px 0px #1E4639;
  border-radius: 1.5rem;
  position: relative;
  align-items: center;
}
body #labLocatorModal .button-secondary-icon.button-large {
  width: 3rem;
  height: 3rem;
}
body #labLocatorModal .button-secondary-icon.button-large img {
  width: auto;
  height: 1.25rem;
}
body #labLocatorModal .button-secondary-icon.button-medium {
  width: 2.5rem;
  height: 2.5rem;
}
body #labLocatorModal .button-secondary-icon.button-medium img {
  width: auto;
  height: 1.25rem;
}
body #labLocatorModal .button-secondary-icon.button-small {
  width: 2rem;
  height: 2rem;
}
body #labLocatorModal .button-secondary-icon.button-small img {
  width: auto;
  height: 0.833125rem;
}
body #labLocatorModal .button-secondary-icon:hover {
  background: #fff;
  box-shadow: 2px 3px 0px #1E4639;
}
body #labLocatorModal .button-secondary-icon:active {
  background: #E5FFF1;
  box-shadow: none;
}
body #labLocatorModal .button-secondary-icon:disabled {
  background: #C7D1CE;
  box-shadow: none;
  border: none;
  color: #fff;
}
body #labLocatorModal .button-secondary-icon span {
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  background: #04E76D;
  border-radius: 50%;
  right: 0.4375rem;
}
body #labLocatorModal .cancel-lab-location-select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #222A28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}
body #labLocatorModal .confirm-lab-location-select {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid #1E4639;
  background: #fff;
  box-shadow: 1px 1px 0px 0px #1E4639;
  color: #222A28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}
body #labLocatorModal .confirm-lab-location-select img.image-left {
  padding-right: 0px;
}
body #labLocatorModal input:not([type=checkbox]):not([type=radio]):not(.input-default) {
  padding: 1rem;
  background: #F4F6F5;
  color: #45544F;
  border: 1px solid #C7D1CE;
  border-radius: 1rem;
}
body #labLocatorModal input:not([type=checkbox]):not([type=radio]):not(.input-default):hover {
  background: none;
  border: 1px solid #1E4639;
  box-shadow: 1px 1px 0px #1E4639;
}
body #labLocatorModal input:not([type=checkbox]):not([type=radio]):not(.input-default):active {
  background: none;
  border: 1px solid #04E76D;
  box-shadow: none;
}
body #labLocatorModal .form-icon-container {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}
body #labLocatorModal .form-icon-container img {
  z-index: 99;
  position: absolute;
  left: 0.5rem;
  height: 16px;
  width: auto;
  top: 1.125rem;
}
body #labLocatorModal .form-icon-container img.search {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  body #labLocatorModal .form-icon-container img {
    top: 1.125rem;
  }
}
@media screen and (max-width: 390px) {
  body #labLocatorModal .form-icon-container img {
    top: 0.65rem;
  }
}
@media screen and (max-width: 320px) {
  body #labLocatorModal .form-icon-container img {
    top: 0.65rem;
  }
}
body #labLocatorModal .form-icon-container input {
  padding-left: 2rem !important;
}
body #labLocatorModal .form-icon-container input.normal-input {
  padding-left: 2.5rem !important;
}
body #labLocatorModal .form-icon-container input.medium-input {
  padding-left: 1.75rem !important;
}
body #labLocatorModal .form-icon-container input.small-input {
  padding-left: 1.75rem !important;
}
body #labLocatorModal .form-icon-container.normal-input img {
  left: 1.125rem;
}
body #labLocatorModal .form-icon-container.medium-input img {
  left: 0.5rem;
}
body #labLocatorModal .form-icon-container.small-input img {
  left: 0.5rem;
}
body #labLocatorModal .form-icon-container .icon-left {
  position: absolute;
  left: 1rem;
}
body #labLocatorModal .form-icon-container .icon-right {
  position: absolute;
  right: 1rem;
  top: 0.1125rem;
}
body #labLocatorModal .form-icon-container .icon-right img {
  position: relative;
  left: initial;
  right: initial;
  top: 0.8rem;
}
body #labLocatorModal .form-icon-container img:has(+ .error) {
  filter: invert(47%) sepia(79%) saturate(2476%) hue-rotate(321deg) brightness(118%) contrast(119%);
}
@media screen and (max-width: 768px) {
  body #labLocatorModal .newsletter-subscribe-form .form-icon-container img {
    top: 1.125rem;
  }
}
@media screen and (max-width: 390px) {
  body #labLocatorModal .newsletter-subscribe-form .form-icon-container img {
    top: 0.55rem;
  }
}
body #labLocatorModal .input-default-with-button-container button {
  margin-left: -1.75rem;
  box-shadow: none;
}
body #labLocatorModal .input-default-with-button-container input:hover ~ button {
  box-shadow: 2px 1px 0px #1E4639;
}
body #labLocatorModal .input-default-with-button-container input:focus ~ button {
  border: 1px solid #04E76D;
  box-shadow: none;
}
body #labLocatorModal input.input-default,
body #labLocatorModal select.input-default {
  border: 1px solid #C7D1CE;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  background: #F4F6F5;
}
body #labLocatorModal input.input-default:hover,
body #labLocatorModal select.input-default:hover {
  border: 1px solid #1E4639;
  box-shadow: 1px 1px 0px #1E4639;
  border-radius: 1rem;
}
body #labLocatorModal input.input-default:focus,
body #labLocatorModal select.input-default:focus {
  border: 1px solid #04E76D;
  box-shadow: none;
  border-radius: 1rem;
  color: #222A28;
}
body #labLocatorModal input.input-default.error:focus,
body #labLocatorModal select.input-default.error:focus {
  box-shadow: none;
  border-radius: 1rem;
  background: #FFE5E6;
  border: 1px solid #FF6060;
  color: #E83030;
}
body #labLocatorModal input.input-default.normal-input,
body #labLocatorModal select.input-default.normal-input {
  padding: 1rem;
  font-size: 0.875rem;
  border-radius: 1rem;
}
body #labLocatorModal input.input-default.medium-input,
body #labLocatorModal select.input-default.medium-input {
  padding: 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}
body #labLocatorModal input.input-default.small-input,
body #labLocatorModal select.input-default.small-input {
  padding: 0.5rem;
  font-size: 0.75rem;
  border-radius: 1rem;
}
body #labLocatorModal .navbar-search {
  border: 1px solid #C7D1CE;
  border-radius: 1rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #949E9B;
}
body #labLocatorModal .navbar-search:hover {
  border: 1px solid #1E4639;
  box-shadow: 1px 1px 0px #1E4639;
  border-radius: 1rem;
}
body #labLocatorModal .navbar-search:focus {
  border: 1px solid #04E76D;
  box-shadow: none;
  border-radius: 1rem;
  color: #222A28;
}
@media screen and (min-width: 768px) {
  body #labLocatorModal .search-form > form[method=POST] {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  body #labLocatorModal .search-form > form[method=POST] .zip-address-div {
    width: calc(100% - 90px);
  }
  body #labLocatorModal .search-form > form[method=POST] input[type=submit] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  body #labLocatorModal .search-form {
    width: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body #labLocatorModal .patient-container input.input-default.normal-input,
body #labLocatorModal .patient-container select.input-default.normal-input {
    color: #212529;
    height: 3.3rem;
    line-height: 1.1rem;
  }
  body #labLocatorModal .patient-container input.input-default.normal-input#city42,
body #labLocatorModal .patient-container select.input-default.normal-input#city42 {
    padding: 1rem 0.5rem;
  }
  body #labLocatorModal .patient-container input.input-default.error,
body #labLocatorModal .patient-container select.input-default.error {
    color: #E83030;
  }
  body #labLocatorModal .payment-container input.input-default.normal-input,
body #labLocatorModal .payment-container select.input-default.normal-input {
    color: #212529;
    height: 3.3rem;
    line-height: 1.1rem;
  }
  body #labLocatorModal .payment-container input.input-default.normal-input#city42,
body #labLocatorModal .payment-container select.input-default.normal-input#city42 {
    padding: 1rem 0.5rem;
  }
  body #labLocatorModal .payment-container input.input-default.error,
body #labLocatorModal .payment-container select.input-default.error {
    color: #E83030;
  }
}
body #labLocatorModal .content-switcher label {
  font-size: 1rem;
  line-height: 1rem;
  color: #222A28;
  position: relative;
  cursor: pointer;
}
body #labLocatorModal .content-switcher input[type=radio] {
  display: none;
}
body #labLocatorModal .content-switcher input[type=radio]:checked + label {
  font-weight: 500;
}
body #labLocatorModal .content-switcher input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid;
  left: 0;
  bottom: -0.25rem;
}

#labLocatorModal {
  z-index: 9999;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
@media (min-width: 768px) {
  #labLocatorModal .modal-dialog {
    width: 45%;
  }
}
#labLocatorModal .modal-body {
  padding: 2rem !important;
}
#labLocatorModal .lab-locator-container form {
  margin-bottom: 0 !important;
}
#labLocatorModal .modal-dialog {
  background: none;
  box-shadow: none;
}
#labLocatorModal .modal-dialog .modal-content .lab-locator-container h4 {
  font-size: 1.5rem;
}
#labLocatorModal .modal-dialog .modal-content .lab-locator-container .cancel-lab-location-select {
  text-decoration: none !important;
}
#labLocatorModal .modal-dialog .modal-content .lab-results .selected-lab p {
  font-size: 1rem;
  font-weight: 500;
}
#labLocatorModal .modal-dialog .modal-content .lab-results .lab-location-action a,
#labLocatorModal .modal-dialog .modal-content .lab-results .lab-location-action button {
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  #labLocatorModal .modal-dialog {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #labLocatorModal .modal-dialog {
    width: 100%;
  }
}
.alert-notification.alert-notification-warning {
  position: relative;
  background: var(--Service-Warning-100, #FEE0B4);
  color: var(--Neutral-900, #222A28);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.25rem;
  margin: 0 !important;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
}
.alert-notification.alert-notification-warning:before {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_621_2980)"><path d="M8.00001 14.6663C11.6819 14.6663 14.6667 11.6816 14.6667 7.99967C14.6667 4.31778 11.6819 1.33301 8.00001 1.33301C4.31811 1.33301 1.33334 4.31778 1.33334 7.99967C1.33334 11.6816 4.31811 14.6663 8.00001 14.6663Z" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 10.6667V8" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 5.33301H8.00667" stroke="%23222A28" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_621_2980"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.alert-notification.alert-notification-warning.hide-before {
  padding-left: 0.5rem;
}
.alert-notification.alert-notification-warning.hide-before::before {
  display: none;
}

.dropdown-receipt {
  position: relative;
  display: inline-block;
}
.dropdown-receipt .result-drop-down-open-btn {
  display: block;
}
.dropdown-receipt .result-drop-down-close-btn {
  display: none;
}
.dropdown-receipt .download-result-button {
  background: white;
}
.dropdown-receipt .download-result-dropdown {
  background: white;
}
.dropdown-receipt .dropdown-additional-actions {
  display: flex;
  padding: 0.25rem var(--tokens-spacing-spc-8, 0.5rem);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.dropdown-receipt .dropdown-additional-actions .additional-action {
  color: var(--Neutral-700, #45544F);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.dropdown-receipt .dropdown-additional-actions .set-default {
  cursor: pointer;
}
.dropdown-receipt .action-wrapper {
  display: flex;
  padding: var(--tokens-spacing-spc-8, 0.5rem) var(--tokens-spacing-spc-12, 0.75rem);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: var(--tokens-spacing-spc-12, 0.75rem);
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
  width: 100%;
}
.dropdown-receipt input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0;
  background-clip: content-box;
  border: 0.25rem solid #000;
  background-color: #ECF0EF;
  border-radius: 50%;
  margin-right: 0 !important;
}
.dropdown-receipt input[type=radio] {
  padding: initial;
}
.dropdown-receipt input[type=radio]:checked {
  background-color: #222A28;
}
.dropdown-receipt input[type=radio]:checked {
  background-color: #04E76D;
}
.dropdown-receipt input[type=radio]:not(:checked) {
  background-color: #ECF0EF;
  border: 1px solid #949E9B;
  padding: 0;
}
.dropdown-receipt .dropdown-toggle {
  display: flex;
  align-items: center;
}
.dropdown-receipt .dropdown-toggle::after {
  display: none;
}
.dropdown-receipt .dropdown-toggle .caret.close {
  display: none;
}
.dropdown-receipt .dropdown-toggle.dropdown-toggle-underline {
  gap: 4px;
}
.dropdown-receipt .dropdown-toggle.dropdown-toggle-underline .toggle-slot {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 510;
  line-height: 16px;
  color: var(--Neutral-900, #222A28);
  border-bottom: solid 1px var(--neutral-500-main, #949E9B);
}
.dropdown-receipt .dropdown-toggle.dropdown-toggle-button {
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  border-radius: 26px;
}
.dropdown-receipt .dropdown-toggle.dropdown-toggle-button .toggle-slot {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 510;
  line-height: 16px;
  color: var(--Neutral-900, #222A28);
  border-right: 1px solid var(--secondary-500-main, #1E4639);
}
.dropdown-receipt .dropdown-toggle.dropdown-toggle-button .caret {
  padding: 8px 16px 8px 8px;
}
.dropdown-receipt .dropdown-menu {
  display: none;
  min-width: 220px;
  margin-top: 8px;
  padding: var(--tokens-spacing-spc-8, 8px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 8px);
  border-radius: var(--tokens-spacing-spc-12, 12px);
  border: 1px solid var(--Neutral-700, #45544F);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .dropdown-receipt .dropdown-menu {
    min-width: 190px;
  }
}
.dropdown-receipt .dropdown-menu.dropdown-menu-end {
  right: 0;
}
.dropdown-receipt .dropdown-menu .dropdown-item {
  display: flex;
  padding: var(--tokens-spacing-spc-8, 8px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 8px);
  align-self: stretch;
  border-radius: 8px;
}
.dropdown-receipt .dropdown-menu .dropdown-item .receipt-type {
  color: var(--Neutral-700, #45544F);
  font-size: 14px;
  font-weight: 510;
  line-height: 16px;
}
.dropdown-receipt .dropdown-menu .dropdown-item .receipt-type-description {
  color: var(--Neutral-700, #45544F);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.dropdown-receipt .dropdown-menu .dropdown-item:hover {
  background: var(--primary-500-main, #56FCA2);
}
.dropdown-receipt.open .result-drop-down-open-btn {
  display: none;
}
.dropdown-receipt.open .result-drop-down-close-btn {
  display: block;
}
.dropdown-receipt.open .download-result-button {
  background: var(--Primary-50, #E5FFF1) !important;
}
.dropdown-receipt.open .download-result-dropdown {
  background: var(--Primary-50, #E5FFF1) !important;
}
.dropdown-receipt.open .dropdown-toggle .caret {
  display: none;
}
.dropdown-receipt.open .dropdown-toggle .caret.close {
  display: inline;
}
.dropdown-receipt.open .dropdown-toggle.dropdown-toggle-underline .toggle-slot {
  color: var(--Secondary-50, #4CB390);
}
.dropdown-receipt.open .dropdown-menu {
  display: flex;
}

.dropdown-receipt-results .dropdown-menu {
  min-width: 280px;
}
.dropdown-receipt-results .dropdown-menu .receipt-type {
  color: var(--Neutral-900, #222A28) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 510 !important;
  line-height: 1rem !important;
}
.dropdown-receipt-results .dropdown-menu .receipt-type-description {
  color: var(--Neutral-700, #45544F) !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1rem !important;
  letter-spacing: -0.015rem !important;
}
.dropdown-receipt-results .dropdown-menu .action-wrapper {
  padding: var(--tokens-spacing-spc-8, 0.5rem) var(--tokens-spacing-spc-12, 0.75rem);
}
.dropdown-receipt-results .dropdown-menu .action-wrapper a, .dropdown-receipt-results .dropdown-menu .action-wrapper form {
  padding: 0 !important;
  border-right: 1px solid #C7D1CE;
  border-radius: 0 !important;
  cursor: pointer;
}
.dropdown-receipt-results .dropdown-menu .action-wrapper .result-checkbox-wrapper {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding-left: 1rem;
}
.dropdown-receipt-results .dropdown-menu .action-wrapper:hover {
  background: var(--primary-500-main, #56FCA2);
}

.receipt-link {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1rem;
  color: var(--Neutral-900, #222A28);
  border-bottom: solid 1px var(--neutral-500-main, #949E9B);
}
.receipt-link:hover {
  color: var(--Secondary-50, #4CB390);
}

/* subscription frequency */
.order-summary-details .order-items {
  margin-top: -1.5rem;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-0.5rem);
  }
  50% {
    transform: translateX(0.5rem);
  }
  75% {
    transform: translateX(-0.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
.select-frequency {
  display: flex;
  width: 16.938rem;
  height: 2rem;
  border-radius: 1rem;
  border: 0.063rem solid var(--Neutral-700, #45544F);
  background: var(--colors-base-white, #FFF);
  justify-content: space-between;
  align-items: center;
  color: var(--Neutral-900, #222A28);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
  padding: 0.5rem 0.75rem;
  margin-left: 0.5rem;
  cursor: pointer;
  position: relative;
}
.select-frequency.warning {
  border: 1px solid var(--Service-Warning-900, #F2960D);
}
.select-frequency.shake {
  animation: shake 0.25s ease;
}
@media screen and (max-width: 340px) {
  .select-frequency {
    width: 13.188rem;
  }
}
.select-frequency span, .select-frequency svg {
  pointer-events: none;
}
.select-frequency .warning-tooltip {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 11.5rem;
  width: 13.25rem;
}
@media screen and (max-width: 500px) {
  .select-frequency .warning-tooltip {
    left: 3rem;
  }
}
@media screen and (max-width: 340px) {
  .select-frequency .warning-tooltip {
    left: 0.2rem;
  }
}
.select-frequency .warning-tooltip .tooltip-pointer {
  display: grid;
  padding: 0 2.5rem;
}
@media screen and (max-width: 500px) {
  .select-frequency .warning-tooltip .tooltip-pointer {
    padding: 0 11rem;
  }
}
.select-frequency .warning-tooltip .tooltip-content {
  padding: 1rem;
  border-radius: 1rem;
  background: var(--aux-01500-main, #006FF2);
  color: var(--Base-White, var(--colors-base-white, #FFF));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.15), 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}

.select-frequency .select-frequency-box {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: flex;
  width: 17rem;
  padding: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 0.063rem solid var(--Neutral-700, #45544F);
  background: var(--Neutral-50, #F4F6F5);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.08);
  cursor: default;
}
@media screen and (max-width: 340px) {
  .select-frequency .select-frequency-box {
    width: 15rem;
    margin-left: -0.5rem;
    padding: 0.75rem 0.5rem;
  }
}
.select-frequency .select-frequency-box .default-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: var(--neutral-500-main, #91A19C);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.015rem;
  cursor: pointer;
}
.select-frequency .select-frequency-box .subscription-frequency {
  display: flex !important;
  padding: 0.5rem 0.75rem;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--colors-base-white, #FFF);
  color: var(--Neutral-700, #45544F) !important;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1rem;
  letter-spacing: -0.015rem;
  cursor: pointer;
}
.select-frequency .select-frequency-box .subscription-frequency:hover {
  border: 1px solid var(--neutral-500-main, #91A19C);
}
.select-frequency .select-frequency-box .subscription-frequency:before {
  display: none;
}
.select-frequency .select-frequency-box .subscription-frequency.popular {
  color: var(--Neutral-900, #222A28) !important;
  font-weight: 510 !important;
  border: 1px solid var(--Primary-900, #04E76D);
  background: var(--primary-500-main, #56FCA2);
}
.select-frequency .select-frequency-box .subscription-frequency.popular:hover {
  background: var(--Primary-300, #86F9BA);
}
.select-frequency .select-frequency-box .subscription-frequency.popular .discount {
  color: var(--Service-Success-900, #0A7621);
}
@media screen and (max-width: 340px) {
  .select-frequency .select-frequency-box .subscription-frequency {
    padding: 0.5rem;
  }
}
.select-frequency .select-frequency-box .subscription-frequency .discount {
  color: var(--service-success-500-main, #09AA2C);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.select-frequency .select-frequency-box .subscription-frequency .discount .label {
  color: var(--Neutral-900, #222A28);
}
.select-frequency .select-frequency-box input[type=radio]:checked + .subscription-frequency {
  color: var(--Neutral-900, #222A28) !important;
  font-weight: 510 !important;
  border: 1px solid var(--Neutral-700, #45544F) !important;
  background: var(--colors-base-white, #FFF) !important;
}
.select-frequency .select-frequency-box input[type=radio]:checked + .subscription-frequency svg {
  display: block !important;
}

.estradiol-delay-info, .lipoprotein-delay-info, .pregnenolone-delay-info {
  position: relative;
  display: inline-flex;
  padding: 0 0.5rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 999px;
  background: var(--Aux-01-300, #2388FF);
}
.estradiol-delay-info .estradiol-delay-text, .lipoprotein-delay-info .estradiol-delay-text, .pregnenolone-delay-info .estradiol-delay-text {
  color: var(--Base-White, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  white-space: nowrap;
}
.estradiol-delay-info .warning-tooltip, .lipoprotein-delay-info .warning-tooltip, .pregnenolone-delay-info .warning-tooltip {
  position: absolute;
  z-index: 999;
  top: 2rem;
  left: 4.5rem;
  width: 19.625rem;
}
@media screen and (max-width: 560px) {
  .estradiol-delay-info .warning-tooltip, .lipoprotein-delay-info .warning-tooltip, .pregnenolone-delay-info .warning-tooltip {
    left: 3rem;
  }
}
@media screen and (max-width: 420px) {
  .estradiol-delay-info .warning-tooltip, .lipoprotein-delay-info .warning-tooltip, .pregnenolone-delay-info .warning-tooltip {
    left: 0.2rem;
  }
}
@media screen and (max-width: 390px) {
  .estradiol-delay-info .warning-tooltip, .lipoprotein-delay-info .warning-tooltip, .pregnenolone-delay-info .warning-tooltip {
    width: 16.625rem;
  }
}
.estradiol-delay-info .warning-tooltip .tooltip-pointer, .lipoprotein-delay-info .warning-tooltip .tooltip-pointer, .pregnenolone-delay-info .warning-tooltip .tooltip-pointer {
  display: grid;
  padding-left: 9.5rem;
}
@media screen and (max-width: 560px) {
  .estradiol-delay-info .warning-tooltip .tooltip-pointer, .lipoprotein-delay-info .warning-tooltip .tooltip-pointer, .pregnenolone-delay-info .warning-tooltip .tooltip-pointer {
    padding-left: 11rem;
  }
}
@media screen and (max-width: 420px) {
  .estradiol-delay-info .warning-tooltip .tooltip-pointer, .lipoprotein-delay-info .warning-tooltip .tooltip-pointer, .pregnenolone-delay-info .warning-tooltip .tooltip-pointer {
    padding-left: 14rem;
  }
}
.estradiol-delay-info .warning-tooltip .tooltip-content, .lipoprotein-delay-info .warning-tooltip .tooltip-content, .pregnenolone-delay-info .warning-tooltip .tooltip-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--aux-01500-main, #006FF2);
  color: var(--Base-White, var(--colors-base-white, #FFF));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.15), 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  color: var(--Base-White, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.estradiol-delay-info .warning-tooltip .tooltip-content .emphasize, .lipoprotein-delay-info .warning-tooltip .tooltip-content .emphasize, .pregnenolone-delay-info .warning-tooltip .tooltip-content .emphasize {
  color: var(--service-warning-500-main, #FCBA55);
  font-weight: 590;
}

.patient-pages.custom-panel-page .show-biomarker-list {
  display: flex !important;
}
.patient-pages.custom-panel-page .biomarker-wrapper {
  background-color: #56FCA2;
}
.patient-pages.custom-panel-page .panel-includes-wrapper {
  flex-wrap: wrap;
}
.patient-pages.custom-panel-page .panel-includes-wrapper .badge {
  border-radius: 1rem;
  border: 1px solid #1E4639;
  background: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
}
.patient-pages.custom-panel-page .panel-includes-wrapper .list-of-biomarkers {
  display: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.patient-pages.custom-panel-page .panel-includes-wrapper img.action-icon {
  width: 1rem;
  margin-left: 0.313rem;
}
.patient-pages.custom-panel-page .close-icon-wrapper {
  position: relative;
}
.patient-pages.custom-panel-page .close-icon-wrapper button {
  border: none;
  position: absolute;
  z-index: 9;
  left: -2.5rem;
  color: #949E9B;
}
.patient-pages.custom-panel-page .search-suggestions-menu {
  position: absolute;
  top: 2.25rem;
  z-index: 1050;
  opacity: 1;
  background: #fff;
  list-style-type: none;
  padding: 0.313rem 0;
  margin: 0;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(128, 128, 128, 0.5);
  border-radius: 0 0 0.438rem 0.438rem;
  min-width: calc(100% - 0.625rem);
  margin-left: 0.938rem !important;
}
.patient-pages.custom-panel-page .search-suggestions-menu.test-library-page-suggestions {
  top: 3.313rem;
}
.patient-pages.custom-panel-page .search-suggestions-menu > li {
  margin-bottom: 0;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.313rem 0.625rem;
  min-width: 9.375rem;
  text-align: left;
}
.patient-pages.custom-panel-page .search-suggestions-menu > li:hover, .patient-pages.custom-panel-page .search-suggestions-menu > li:focus, .patient-pages.custom-panel-page .search-suggestions-menu > li:focus-visible {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  transition: opacity 0.5s ease;
  cursor: pointer;
}

.header {
  padding: 0.25rem 0px;
  border-bottom: none;
}
.header h1 {
  color: #888;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.23;
}
.header h1 span {
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
  .header {
    height: auto;
  }
}
.result-tab-tooltip-wrapper {
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 96%;
  top: 3.5rem;
  z-index: 999;
}
.result-tab-tooltip-wrapper .tool-tip-pointer {
  display: flex;
  padding: 1.5rem var(--tokens-spacing-spc-0, 0rem);
  justify-content: flex-end;
  align-items: flex-start;
}
.result-tab-tooltip-wrapper .result-tab-tooltip {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  background: var(--Neutral-900, #222A28);
}
.result-tab-tooltip-wrapper .result-tab-tooltip .tool-tip-text {
  color: var(--Base-White, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.result-tab-tooltip-wrapper .result-tab-tooltip .tooltip-actions {
  display: flex;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
}
.result-tab-tooltip-wrapper .result-tab-tooltip .tooltip-actions .show-orders-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: none;
  white-space: nowrap;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  color: var(--primary-500-main, #56FCA2);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.result-tab-tooltip-wrapper .result-tab-tooltip .tooltip-actions .show-results-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
@media only screen and (max-width: 767px) {
  .result-tab-tooltip-wrapper {
    flex-direction: column-reverse;
    left: 1rem;
    bottom: 5.5rem;
    top: 0;
  }
  .result-tab-tooltip-wrapper .tool-tip-pointer {
    padding: 0 1.5rem;
  }
}

.navigation-left {
  background: var(--Base-White, #FFF);
  padding: 0 !important;
}
.navigation-left nav {
  padding: 1.25rem 0.9375rem;
  padding-bottom: 0 !important;
  background: var(--Base-White, #FFF);
}
@media only screen and (min-width: 1440px) {
  .navigation-left nav {
    padding-left: 0 !important;
  }
}
.navigation-left nav .refer-button {
  display: flex;
  min-width: auto;
  padding: 0.5rem 1rem !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  box-shadow: none;
  text-transform: none !important;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28) !important;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.navigation-left nav .active {
  border-radius: 0.5rem;
}
.navigation-left nav .active .nav-link {
  color: var(--Base-White, #FFF);
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  border-radius: 0.5rem;
  background: var(--aux-01500-main, #006FF2);
}
.navigation-left nav .nav-link {
  display: flex;
  padding: 1rem;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.navigation-left nav .nav-link .white-space-no-wrap {
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navigation-left nav .nav-link {
    gap: 0.25rem;
    font-size: 0.875rem;
    padding-left: 0.25rem;
  }
}
.navigation-left .logo-container {
  padding: 0.75rem 0px;
  border-bottom: none;
}
@media only screen and (max-width: 1440px) {
  .navigation-left .logo-container {
    padding-left: 0.75rem !important;
  }
}

.content {
  padding: 30px 20px;
  margin-bottom: 70px;
}
.content .main-card {
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
.content .main-card .card-header {
  padding: 10px 20px;
  background-color: transparent;
}
.content .main-card .card-header span {
  text-transform: uppercase;
  font-size: 13px;
  color: #888;
}
.content .main-card .order-num {
  flex: 0 0 16%;
  max-width: 16%;
}
.content .main-card .order-num span {
  font-size: 12px;
  display: block;
}
.content .main-card .order-date {
  flex: 0 0 14%;
  max-width: 14%;
}
.content .main-card .reorder-button-container {
  flex: 0 0 27%;
  max-width: 27%;
}
.content .main-card .reorder-button-container .reorder-info {
  max-width: 130px;
  line-height: 11px;
  margin-top: 3px;
  margin-left: auto;
}
.content .main-card .reorder-button-container .reorder-patient-btn {
  cursor: pointer;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.1rem;
  border: 1px solid #1E4639;
  background: #fff;
  font-weight: 400;
}
.content .main-card .main-button-container {
  flex: 0 0 43%;
  max-width: 43%;
}
.content .main-card .card-content {
  padding: 0px 0px 10px;
}
.content .main-card .card-content .documents-container {
  padding-top: 30px;
  padding-bottom: 25px;
}
.content .main-card .card-content .order-date {
  padding-top: 7px;
}
.content .main-card .card-content .order-num {
  padding-top: 7px;
}
.content .main-card .card-content .products-container {
  border-bottom: 1px solid #F2F2F2;
  padding: 0px 20px 30px;
}
.content .main-card .card-content .products-container .products-item-container {
  background-color: #F2F2F2;
  padding: 10px 20px;
  border-radius: 8px;
}
.content .main-card .card-content .products-container .products-item-container .product-item {
  margin-right: 20px;
  color: #888;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 5px !important;
}
.content .main-card .card-content .products-container .products-item-container .product-item span.badge {
  background-color: #D9D9D9;
  border-radius: 8px;
  color: #777777;
  margin-left: 0px;
  font-size: 14px;
  min-width: 62px;
}
.content .main-card .card-content .products-container .products-item-container .product-item i[class^=fa] {
  font-size: 20px;
  margin-right: 7px;
  margin-top: 0px;
}
.content .main-card .card-content .products-container .products-item-container .product-item > div:first-of-type {
  display: inline-flex;
}
.content .main-card .card-content .products-container .products-item-container .item-description, .content .main-card .card-content .products-container .products-item-container .item-description-hidden {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.content .main-card .card-content .products-container .modify-lab-visit-section .modify-lab-visit-btn {
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #222A28;
  font-weight: 400;
  border-radius: 25px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
.content .main-card .card-content .products-container .modify-lab-visit-section .modify-lab-visit-btn img {
  padding-right: 0.5rem;
}
.content .main-card .card-content .products-container .book-lab-visit-section .book-lab-visit-btn {
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #222A28;
  font-weight: 500;
  border-radius: 25px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
.content .main-card .card-content .products-container .book-lab-visit-section .book-lab-visit-btn img {
  padding-right: 0.5rem;
}
.content .main-card .card-content .products-container:last-of-type {
  border: none;
  padding-bottom: 10px;
}
.content .show-description {
  display: none;
}
.content .show-description p {
  margin-bottom: 0px;
}
.content .pagination {
  justify-content: center;
  margin-top: 15px;
}
.content .pagination .page-item.active .page-link {
  background-color: #0eb4eb;
  border-color: #0eb4eb;
  color: #fff;
}
.content .pagination .page-link {
  color: #01597e;
}
.content .important-content a {
  word-break: break-word;
}
.content .smart-clinic-result-section .notify-patient-header-text {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.smart-clinic-page-container {
  min-height: calc(100vh - 115px);
  border-radius: 1rem;
  padding: 2rem;
  background: var(--Neutral-100, #ECF0EF);
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.smart-clinic-page-container.layout-grid {
  background: var(--Neutral-100, #ECF0EF);
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  .smart-clinic-page-container {
    background: transparent !important;
    min-height: calc(100vh - 246px);
  }
}

.patient-portal-home-page .no-order-box, .smart-clinic-home-page .no-order-box {
  background: var(--Base-White, #FFF);
  display: flex;
  max-width: 380px;
  padding: 1.5rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
}
.patient-portal-home-page .no-order-box.grid-view #empty-search-lab-test .input-field, .patient-portal-home-page .no-order-box.list-view #empty-search-lab-test .input-field, .smart-clinic-home-page .no-order-box.grid-view #empty-search-lab-test .input-field, .smart-clinic-home-page .no-order-box.list-view #empty-search-lab-test .input-field {
  background: var(--Neutral-50, #F4F6F5);
}
.patient-portal-home-page .no-order-box .box-content, .smart-clinic-home-page .no-order-box .box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.patient-portal-home-page .no-order-box .box-content .box-heading, .smart-clinic-home-page .no-order-box .box-content .box-heading {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.patient-portal-home-page .no-order-box .box-content .box-info, .smart-clinic-home-page .no-order-box .box-content .box-info {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
}
.patient-portal-home-page .no-order-box .input-w .input-field .input-content, .smart-clinic-home-page .no-order-box .input-w .input-field .input-content {
  width: 100%;
}
.patient-portal-home-page .no-order-box .input-w .selected-lab-input, .smart-clinic-home-page .no-order-box .input-w .selected-lab-input {
  background: #BAF7C7 !important;
}
.patient-portal-home-page .no-order-box .input-w .input-field-zip, .smart-clinic-home-page .no-order-box .input-w .input-field-zip {
  border-radius: 0px 1rem 1rem 0px;
  border-top: 2px solid #222A28;
  border-right: 2px solid #222A28;
  border-bottom: 2px solid #222A28;
  background: #fff;
}
.patient-portal-home-page .no-order-box .input-w span, .smart-clinic-home-page .no-order-box .input-w span {
  font-weight: 700;
}
.patient-portal-home-page .no-order-box .empty-search-suggestions-menu, .smart-clinic-home-page .no-order-box .empty-search-suggestions-menu {
  position: absolute;
  z-index: 999999;
  opacity: 1;
  list-style-type: none;
  margin: 0;
  min-width: calc(100% - 10px);
}
.patient-portal-home-page .no-order-box .empty-search-suggestions-menu.test-library-page-suggestions, .smart-clinic-home-page .no-order-box .empty-search-suggestions-menu.test-library-page-suggestions {
  top: 53px;
}
.patient-portal-home-page .no-order-box .empty-search-suggestions-menu > li, .smart-clinic-home-page .no-order-box .empty-search-suggestions-menu > li {
  margin-bottom: 0px;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 0.625rem;
  min-width: 150px;
  text-align: left;
  font-size: 1rem;
}
.patient-portal-home-page .no-order-box .empty-search-suggestions-menu > li:hover, .patient-portal-home-page .no-order-box .empty-search-suggestions-menu > li:focus, .patient-portal-home-page .no-order-box .empty-search-suggestions-menu > li:focus-visible, .smart-clinic-home-page .no-order-box .empty-search-suggestions-menu > li:hover, .smart-clinic-home-page .no-order-box .empty-search-suggestions-menu > li:focus, .smart-clinic-home-page .no-order-box .empty-search-suggestions-menu > li:focus-visible {
  background: var(--Primary-50, #E5FFF1);
  border: none;
  outline: none;
}
.patient-portal-home-page .no-order-box #empty-search-lab-test, .smart-clinic-home-page .no-order-box #empty-search-lab-test {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  cursor: pointer;
}
.patient-portal-home-page .no-order-box #empty-search-lab-test img, .smart-clinic-home-page .no-order-box #empty-search-lab-test img {
  padding-left: 0.5rem;
}
.patient-portal-home-page .no-order-box #empty-search-lab-test #empty-lab-test-search, .smart-clinic-home-page .no-order-box #empty-search-lab-test #empty-lab-test-search {
  border: none;
  padding: 0.5rem;
  box-shadow: none;
  padding-left: 0 !important;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.patient-portal-home-page .no-order-box #empty-search-lab-test .empty-search-suggestions-menu, .smart-clinic-home-page .no-order-box #empty-search-lab-test .empty-search-suggestions-menu {
  top: 3.75rem;
  margin-left: 0px !important;
  padding-left: 0 !important;
  overflow: hidden;
  width: 100%;
  left: 0;
  border-radius: 0.75rem;
  border: 1px solid var(--Primary-900, #04E76D);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.patient-portal-home-page .no-order-box #lab-test-suggestion > li:first-child, .smart-clinic-home-page .no-order-box #lab-test-suggestion > li:first-child {
  padding-top: 0.5rem;
}
.patient-portal-home-page .no-order-box #lab-test-suggestion > li:last-child, .smart-clinic-home-page .no-order-box #lab-test-suggestion > li:last-child {
  padding-bottom: 0.5rem;
}
.patient-portal-home-page .no-order-box #empty-search-lab-test .input-field, .smart-clinic-home-page .no-order-box #empty-search-lab-test .input-field {
  padding: 0.5rem !important;
  align-items: center !important;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Base-White, #FFF);
}
.patient-portal-home-page .no-order-box #empty-search-lab-test .input-field-zip, .smart-clinic-home-page .no-order-box #empty-search-lab-test .input-field-zip {
  border-radius: 0px 0.5rem 0.5rem 0px;
  border-top: 1px solid #222A28;
  border-right: 1px solid #222A28;
  border-bottom: 1px solid #222A28;
  background: #fff;
  padding: 0 !important;
}
.patient-portal-home-page .no-order-box #empty-search-lab-test .input-content, .smart-clinic-home-page .no-order-box #empty-search-lab-test .input-content {
  gap: 0;
  margin-left: 0.25rem;
}
.patient-portal-home-page .no-order-box #empty-search-lab-test .input-content img, .smart-clinic-home-page .no-order-box #empty-search-lab-test .input-content img {
  padding-left: 0.3rem;
}
.patient-portal-home-page .no-order-box #empty-search-lab-test .input-content input, .smart-clinic-home-page .no-order-box #empty-search-lab-test .input-content input {
  line-height: 1rem;
  color: #45544F;
  background: none;
  font-size: 0.875rem;
  letter-spacing: -0.24px;
  font-weight: 510;
}
.patient-portal-home-page .no-order-box .search-example-wrapper, .smart-clinic-home-page .no-order-box .search-example-wrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.patient-portal-home-page .no-order-box .search-example-wrapper ul, .smart-clinic-home-page .no-order-box .search-example-wrapper ul {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  flex-wrap: wrap;
  padding-left: 0rem !important;
}
.patient-portal-home-page .no-order-box .search-example-wrapper ul li, .smart-clinic-home-page .no-order-box .search-example-wrapper ul li {
  display: flex !important;
  padding: 0.25rem 0px;
  margin-bottom: 0 !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  border-radius: 0;
}
.patient-portal-home-page .no-order-box .search-example-wrapper ul li a, .smart-clinic-home-page .no-order-box .search-example-wrapper ul li a {
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-bottom: none;
}
.patient-portal-home-page .no-order-box .search-example-wrapper ul li.mobile-blue-sapphire a, .smart-clinic-home-page .no-order-box .search-example-wrapper ul li.mobile-blue-sapphire a {
  color: var(--aux-01500-main, #0F618A);
}
.patient-portal-home-page .no-order-box .search-example-wrapper ul li.mobile-venetian-red a, .smart-clinic-home-page .no-order-box .search-example-wrapper ul li.mobile-venetian-red a {
  color: #FF6060;
}
.patient-portal-home-page .no-order-box .search-example-wrapper ul li.mobile-robin-egg-blue a, .smart-clinic-home-page .no-order-box .search-example-wrapper ul li.mobile-robin-egg-blue a {
  color: #B25600;
}
.patient-portal-home-page .no-order-box .search-example-wrapper ul li.mobile-magenta-violet a, .smart-clinic-home-page .no-order-box .search-example-wrapper ul li.mobile-magenta-violet a {
  color: #573894;
}
@media only screen and (max-width: 767px) {
  .patient-portal-home-page .no-order-box #empty-search-lab-test .empty-search-suggestions-menu, .smart-clinic-home-page .no-order-box #empty-search-lab-test .empty-search-suggestions-menu {
    top: 3rem;
  }
  .patient-portal-home-page .no-order-box #empty-search-lab-test .input-field, .smart-clinic-home-page .no-order-box #empty-search-lab-test .input-field {
    padding: 0.25rem !important;
    border-radius: 0.75rem;
  }
  .patient-portal-home-page .no-order-box .search-example-wrapper, .smart-clinic-home-page .no-order-box .search-example-wrapper {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .patient-portal-home-page .no-order-box .search-example-wrapper li, .smart-clinic-home-page .no-order-box .search-example-wrapper li {
    border-radius: 1rem !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.75rem !important;
  }
  .patient-portal-home-page .no-order-box .search-example-wrapper li.mobile-blue-sapphire, .smart-clinic-home-page .no-order-box .search-example-wrapper li.mobile-blue-sapphire {
    background: #ECF4F9;
    border: 1px solid #0F618A;
  }
  .patient-portal-home-page .no-order-box .search-example-wrapper li.mobile-venetian-red, .smart-clinic-home-page .no-order-box .search-example-wrapper li.mobile-venetian-red {
    border: 1px solid #FF6060;
    background: #FFF4F4;
  }
  .patient-portal-home-page .no-order-box .search-example-wrapper li.mobile-robin-egg-blue, .smart-clinic-home-page .no-order-box .search-example-wrapper li.mobile-robin-egg-blue {
    border: 1px solid #B25600;
    background: #FEEACD;
  }
  .patient-portal-home-page .no-order-box .search-example-wrapper li.mobile-magenta-violet, .smart-clinic-home-page .no-order-box .search-example-wrapper li.mobile-magenta-violet {
    border: 1px solid #573894;
    background: #EEE7FE;
  }
}

.content .patient-orders-page-grid .order-item {
  position: relative;
  border-radius: 16px;
  padding: 24px;
  background-color: #FFF;
}
.content .patient-orders-page-grid .order-item .badge-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.content .patient-orders-page-grid .order-item .badge-wrapper .badge-recent {
  position: absolute;
  top: 15px;
  right: -30px;
  padding: 6px 8px;
  background-color: #0066FF;
  text-align: center;
  width: 120px;
  color: #FFF;
  rotate: 45deg;
}
.content .patient-orders-page-grid .order-item .badge-wrapper .badge-pack {
  position: absolute;
  top: 15px;
  right: -30px;
  padding: 6px 8px;
  background-color: #56FCA2;
  text-align: center;
  width: 120px;
  color: #222A28;
  rotate: 45deg;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.content .patient-orders-page-grid .order-item .badge-wrapper .badge-locked {
  position: absolute;
  top: 1rem;
  right: -2rem;
  background-color: var(--service-error-500-main, #FF6060);
  text-align: center;
  width: 120px;
  color: #FFF;
  transform: rotate(45deg);
  padding: 0.375rem 0.5rem;
}
.content .patient-orders-page-grid .order-item .pack-label, .content .patient-orders-page-grid .order-item .order-id {
  padding: 4px 8px;
  border-radius: 4px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--neutral-700, #45544F);
  line-height: 16px;
  margin-right: 16px;
  letter-spacing: 0.6px;
}
.content .patient-orders-page-grid .order-item .pack-label {
  background-color: #006FF2;
}
.content .patient-orders-page-grid .order-item .order-item-button {
  display: inline-block;
  line-height: 16px;
}
.content .patient-orders-page-grid .order-item .order-item-button.button-receipt {
  color: var(--neutral-900, #222A28);
  font-size: 12px;
  border-bottom: solid 1px var(--neutral-500-main, #949E9B);
  padding: 2px 0;
}
.content .patient-orders-page-grid .order-item .order-item-button.button {
  padding: 10px 16px;
  border-radius: 20px;
  text-align: center;
  font-weight: var(--neutral-500-main, 510);
  flex: 1 1 auto;
  min-width: calc(50% - 8px);
  white-space: nowrap;
}
.content .patient-orders-page-grid .order-item .order-item-button.button.button-default {
  color: var(--neutral-900, #222A28);
  background: var(--primary-500-main, #56FCA2);
  border: solid 1px var(--secondary-500-main, #1E4639);
}
.content .patient-orders-page-grid .order-item .order-item-button.button.button-unlock-pay-after-results {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  background: var(--Service-Warning-300, #FDCC81);
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 510;
  border: 1px solid var(--Neutral-900, #222A28);
}
.content .patient-orders-page-grid .order-item .order-item-button.button.button-outline {
  color: var(--neutral-900, #222A28);
  background: var(--base-white, #FFF);
  border: solid 1px var(--secondary-500-main, #1E4639);
}
.content .patient-orders-page-grid .order-item .order-item-button.button.button-underline {
  color: var(--Neutral-900, #222A28);
  background: none;
  border-radius: 0;
  border: none;
}
.content .patient-orders-page-grid .order-item .order-item-button.button.button-underline span {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding: 4px 0;
  border-bottom: solid 1px var(--neutral-500-main, #949E9B);
}
.content .patient-orders-page-grid .order-item .appointment-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fef3c7;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  border: 1px solid #fcd34d;
}
.content .patient-orders-page-grid .order-item .appointment-inline .label {
  font-size: 0.75rem;
  color: #92400e;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.content .patient-orders-page-grid .order-item .appointment-inline .value {
  font-size: 0.875rem;
  color: #451a03;
  font-weight: 700;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper {
  position: relative;
  padding: 16px 8px 2.5rem;
  background: var(--neutral-50, #F4F6F5);
  border-radius: 8px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper::-webkit-scrollbar {
  width: 0;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 8px;
  gap: 8px;
  list-style-position: inside;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper ul li {
  color: var(--neutral-900, #222A28);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  cursor: pointer;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper ul li:first-child {
  padding-right: 16px;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper ul li::marker {
  font-size: 12px;
  line-height: 16px;
  margin-right: 8px;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper .btn-collapse-products {
  position: absolute;
  bottom: 9px;
  left: 30px;
  color: #222A28;
  border-radius: 4px;
  background: #ECF0EF;
  display: flex;
  padding: 2px 4px;
  align-items: center;
  gap: 4px;
  font-weight: 510;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper.collapsable.collapsed ul li:nth-child(n+4) {
  display: none;
}
.content .patient-orders-page-grid .order-item .product-info-wrapper.collapsable.collapsed ul li:nth-child(3) {
  color: var(--neutral-500-main, #949E9B);
}
.content .patient-orders-page-grid .order-item .order-info-wrapper .order-info-field {
  color: var(--neutral-700, #45544F);
  font-weight: 400;
  width: 96px;
  min-width: 96px;
  margin-right: 16px;
}
.content .patient-orders-page-grid .order-item .order-info-wrapper .order-info-value {
  color: var(--neutral-900, #222A28);
  font-weight: 500;
}
.content .patient-orders-page-grid .order-item .order-info-wrapper .order-info-value .show-tooltip {
  position: relative;
}
.content .patient-orders-page-grid .order-item .order-info-wrapper .order-info-value .show-tooltip .show-tooltip-active {
  top: 20px;
  right: -43px;
  bottom: auto !important;
  left: auto !important;
  background: #000;
  color: #fff;
  font-size: 12px;
  width: 297px;
}
@media screen and (max-width: 480px) {
  .content .patient-orders-page-grid .order-item .order-info-wrapper .order-info-value .show-tooltip .show-tooltip-active {
    width: calc(100vw - 32px);
    left: -238px !important;
    right: unset;
    max-width: 300px;
  }
}
.content .patient-orders-page-grid .order-item.recent {
  border: 2px solid #0066FF;
  box-shadow: 0px 32px 32px 0px rgba(0, 102, 255, 0.0509803922);
}
.content .patient-orders-page-grid .order-item.recent .order-id {
  margin-right: 16px;
}
.content .patient-orders-page-grid .order-item.multi-pack {
  border: 2px solid #56FCA2;
  box-shadow: 0px 32px 32px 0px rgba(86, 252, 162, 0.0509803922);
}
.content .patient-orders-page-grid .order-item.multi-pack .order-id {
  margin-right: 16px;
}
.content .patient-orders-page-grid .order-item.pay-after-result-locked {
  border: 2px solid var(--service-error-500-main, #FF6060);
  box-shadow: 0px 32px 32px 0px rgba(0, 102, 255, 0.05);
}
.content .patient-orders-page-grid .order-item.pay-after-result-locked .order-id {
  margin-right: 1rem;
}
.content .patient-orders-page-grid .refunded-order {
  border-radius: 0.25rem;
  background: #FFE5E6;
  display: flex;
  padding: 0.25rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
}
.content .patient-orders-page-grid .refunded-order span {
  color: #FF6060;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.content .patient-orders-page-list .order-table {
  border-radius: 8px;
  border: 1px solid var(--neutral-300, #C7D1CE);
  background: var(--base-white, #FFF);
}
.content .patient-orders-page-list .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: var(--neutral-50, #F4F6F5) !important;
}
.content .patient-orders-page-list .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #FFF !important;
}
.content .patient-orders-page-list table thead th {
  padding: 0.5rem;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  white-space: nowrap;
  color: var(--neutral-700, #45544F);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  border-right: 1px solid var(--neutral-100, #ECF0EF);
  background: var(--neutral-50, #F4F6F5);
}
.content .patient-orders-page-list table thead th:last-child {
  border-right-color: var(--Neutral-300, #C7D1CE);
}
.content .patient-orders-page-list table thead .order-action-section {
  white-space: nowrap;
  line-height: unset;
}
.content .patient-orders-page-list table tbody .order-item.order-item-locked {
  border: 2px solid var(--service-error-500-main, #FF6060);
}
.content .patient-orders-page-list table tbody .order-item.order-item-locked td {
  border-bottom: unset;
}
.content .patient-orders-page-list table tbody .order-item td {
  padding: 0.5rem;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-right: 1px solid var(--neutral-100, #ECF0EF);
  background: var(--base-white, #FFF);
  vertical-align: middle;
  color: var(--neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.content .patient-orders-page-list table tbody .order-item td .order-id-text {
  font-weight: 500;
}
.content .patient-orders-page-list table tbody .order-item td .product-name {
  display: flex;
  gap: 0.8rem;
  color: var(--neutral-900, #222A28);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.content .patient-orders-page-list table tbody .order-item td .more-info-wrapper,
.content .patient-orders-page-list table tbody .order-item td .less-info-wrapper {
  cursor: pointer;
}
.content .patient-orders-page-list table tbody .order-item td .more-info-wrapper .less-icon-wrapper,
.content .patient-orders-page-list table tbody .order-item td .more-info-wrapper .more-icon-wrapper,
.content .patient-orders-page-list table tbody .order-item td .less-info-wrapper .less-icon-wrapper,
.content .patient-orders-page-list table tbody .order-item td .less-info-wrapper .more-icon-wrapper {
  display: flex;
  padding: 2px;
  align-items: center;
  gap: 8px;
  max-height: 16px;
  margin-right: 3px;
  border-radius: 4px;
  background: var(--neutral-100, #ECF0EF);
}
.content .patient-orders-page-list table tbody .order-item td .more-info-wrapper .more-text,
.content .patient-orders-page-list table tbody .order-item td .more-info-wrapper .less-text,
.content .patient-orders-page-list table tbody .order-item td .less-info-wrapper .more-text,
.content .patient-orders-page-list table tbody .order-item td .less-info-wrapper .less-text {
  color: var(--neutral-700, #45544F);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.content .patient-orders-page-list table tbody .order-item td .no-result-wrapper {
  font-size: 10px;
}
.content .patient-orders-page-list table tbody .order-item td .hsa-fsa-tooltip strong {
  font-weight: bold;
}
.content .patient-orders-page-list table tbody .order-item td .hsa-fsa-tooltip .turnaround-days-item {
  row-gap: 4px;
}
.content .patient-orders-page-list table tbody .order-item td:last-child {
  border-right-color: var(--Neutral-300, #C7D1CE);
}
.content .patient-orders-page-list table tbody .order-item td .appointment-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fef3c7;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  border: 1px solid #fcd34d;
}
.content .patient-orders-page-list table tbody .order-item td .appointment-inline .label {
  font-size: 0.625rem;
  color: #92400e;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.content .patient-orders-page-list table tbody .order-item td .appointment-inline .value {
  font-size: 0.75rem;
  color: #451a03;
  font-weight: 700;
}
.content .patient-orders-page-list table tbody .order-item .order-date {
  white-space: nowrap;
}
.content .patient-orders-page-list table tbody .order-item .result-state {
  padding: 2px 4px;
  align-items: flex-start;
  border-radius: 4px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2px;
}
.content .patient-orders-page-list table tbody .order-item .result-available {
  background: var(--service-success-50, #BAF7C7);
  color: var(--service-success-900, #0A7621);
}
.content .patient-orders-page-list table tbody .order-item .partial-result {
  color: var(--tertiary-900, #B25600);
  background: var(--service-warning-50, #FEEACD);
}
.content .patient-orders-page-list table tbody .order-item .turnaround-days {
  background: var(--aux-0150, #ECF4F9);
  color: var(--aux-01900, #0A415C);
}
.content .patient-orders-page-list table tbody .order-item .get-result-button {
  margin: 0.25rem;
  border-radius: 4px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  font-size: 12px;
  white-space: nowrap;
  gap: 0.3rem;
  color: var(--neutral-900, #222A28);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.content .patient-orders-page-list table tbody .order-item .booking-button {
  margin: 0.25rem;
  border-radius: 4px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  font-size: 12px;
  white-space: nowrap;
  gap: 0.3rem;
  color: var(--neutral-900, #222A28);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.content .patient-orders-page-list table tbody .order-item .unlock-pay-after-results-button {
  background: var(--Service-Warning-300, #FDCC81);
}
.content .patient-orders-page-list table tbody .order-item .reorder-button,
.content .patient-orders-page-list table tbody .order-item .lab-order-button {
  margin: 0.25rem;
  border-radius: 4px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--base-white, #FFF);
  font-size: 12px;
  gap: 0.3rem;
  color: var(--neutral-900, #222A28);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.content .patient-orders-page-list table tbody .order-item .refund-button {
  margin: 0.25rem;
  padding: 0.25rem 0;
  border: none;
  border-radius: 0;
  background: none;
  color: var(--neutral-900, #222A28);
  font-size: 0.875rem;
  gap: 0.3rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
  white-space: nowrap;
  border-bottom: solid 1px var(--neutral-500-main, #949E9B);
}
.content .patient-orders-page-list table tbody .order-item .receipt-button {
  margin: 0.25rem;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  cursor: pointer;
  color: var(--neutral-900, #222A28);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.24px;
  text-align: center;
}
.content .patient-orders-page-list table tbody .order-item .read-before-lab-button {
  margin: 0.25rem;
  white-space: nowrap;
}
.content .patient-orders-page-list table tbody .order-item .hsa-fsa-tooltip .show-tooltip-active {
  bottom: auto !important;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 1rem;
  width: 23.125rem;
}
.content .patient-orders-page-list table tbody .order-item .order-action-section {
  position: relative;
}
.content .patient-orders-page-list table tbody .order-item .order-action-section .dropdown-receipt {
  margin-left: 4px;
  margin-right: 4px;
}
.content .patient-orders-page-list table tbody .order-item .order-action-section .refund-info {
  position: absolute;
  right: 0.5rem;
  align-self: center;
}
.content .patient-orders-page-list .refunded-order-list {
  border-radius: 0.25rem;
  background: #FFE5E6;
  padding: 0.25rem 0.5rem;
  color: #FF6060;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.content .no-orders-message .text-underline {
  text-decoration: underline;
}
.content .no-orders-message .text-underline:hover {
  text-decoration: underline !important;
}
.content .refund-info {
  margin-left: auto;
}
.content .refund-info .show-tooltip-active {
  bottom: unset;
  left: unset;
  right: 0.5rem;
  max-width: 18.75rem;
}
.content .refund-info .show-tooltip-active ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 360px) {
  .content .refund-info .show-tooltip-active {
    right: 0;
    max-width: 17.75rem;
  }
}

@media only screen and (max-width: 768px) {
  .content .patient-orders-page-list-mobile .patient-orders-table-header {
    background: var(--neutral-50, #F4F6F5);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table-header .header-item {
    border-bottom: 1px solid var(--neutral-300, #C7D1CE);
    background: var(--neutral-50, #F4F6F5);
    white-space: nowrap;
    color: var(--neutral-700, #45544F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table {
    border: 1px solid var(--neutral-300, #C7D1CE);
    width: 100%;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .header-item-sorting .ascending-icon,
.content .patient-orders-page-list-mobile .patient-orders-table .header-item-sorting .descending-icon {
    display: none;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .header-item-sorting:not(.asc):not(.desc) .descending-icon {
    display: inline-block;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .header-item-sorting.asc .descending-icon {
    display: inline-block;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .header-item-sorting.desc .ascending-icon {
    display: inline-block;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item {
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    border-bottom: 1px solid var(--neutral-300, #C7D1CE);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item.order-item-locked {
    border: 2px solid var(--service-error-500-main, #FF6060);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .patient-info-wrapper {
    flex: 1 0 0;
    min-width: 192px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .patient-info-wrapper .patient-name-wrapper {
    gap: 2px;
    color: var(--neutral-700, #45544F);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .patient-info-wrapper .patient-name-wrapper .result-state {
    padding: 2px 4px;
    align-items: flex-start;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.2px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .patient-info-wrapper .patient-name-wrapper .result-available {
    background: var(--service-success-50, #BAF7C7);
    color: var(--service-success-900, #0A7621);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .patient-info-wrapper .patient-name-wrapper .partial-result {
    color: var(--tertiary-900, #B25600);
    background: var(--service-warning-50, #FEEACD);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .patient-info-wrapper .patient-name-wrapper .turnaround-days {
    background: var(--aux-0150, #ECF4F9);
    color: var(--aux-01900, #0A415C);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .order-id-text {
    padding: 0px 8px;
    color: var(--neutral-900, #222A28);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-name {
    color: var(--neutral-900, #222A28);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .more-info-wrapper,
.content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .less-info-wrapper {
    cursor: pointer;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .more-info-wrapper .more-icon-wrapper,
.content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .more-info-wrapper .less-icon-wrapper,
.content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .less-info-wrapper .more-icon-wrapper,
.content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .less-info-wrapper .less-icon-wrapper {
    display: flex;
    padding: 2px;
    align-items: center;
    gap: 8px;
    margin-right: 3px;
    border-radius: 4px;
    background: var(--neutral-100, #ECF0EF);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .more-info-wrapper .more-text,
.content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .more-info-wrapper .less-text,
.content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .less-info-wrapper .more-text,
.content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-product-info .product-info-wrapper .less-info-wrapper .less-text {
    color: var(--neutral-700, #45544F);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .appointment-inline {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fef3c7;
    padding: 0.375rem 0.625rem;
    border-radius: 0.375rem;
    border: 1px solid #fcd34d;
    width: 100%;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .appointment-inline .label {
    font-size: 0.625rem;
    color: #92400e;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .appointment-inline .value {
    font-size: 0.75rem;
    color: #451a03;
    font-weight: 700;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .booking-button {
    border-radius: 4px;
    border: 1px solid var(--secondary-500-main, #1E4639);
    background: var(--primary-500-main, #56FCA2);
    font-size: 12px;
    white-space: nowrap;
    gap: 0.3rem;
    color: var(--neutral-900, #222A28);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.24px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .unlock-pay-after-results-button {
    background: var(--Service-Warning-300, #FDCC81);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .get-result-button {
    margin: 0.25rem;
    border-radius: 4px;
    border: 1px solid var(--secondary-500-main, #1E4639);
    background: var(--primary-500-main, #56FCA2);
    font-size: 12px;
    white-space: nowrap;
    gap: 0.3rem;
    color: var(--neutral-900, #222A28);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.24px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .reorder-button,
.content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .lab-order-button {
    margin: 0.25rem;
    margin-left: 0;
    border-radius: 4px;
    border: 1px solid var(--secondary-500-main, #1E4639);
    background: var(--base-white, #FFF);
    font-size: 12px;
    gap: 0.3rem;
    color: var(--neutral-900, #222A28);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.24px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .refund-button {
    margin: 0.25rem;
    padding: 0.25rem 0;
    border: none;
    border-radius: 0;
    background: none;
    color: var(--neutral-900, #222A28);
    font-size: 0.875rem;
    gap: 0.3rem;
    font-style: normal;
    font-weight: 510;
    line-height: 1rem;
    letter-spacing: -0.24px;
    white-space: nowrap;
    border-bottom: solid 1px var(--neutral-500-main, #949E9B);
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .receipt-button {
    margin: 0.25rem;
    border-bottom: 1px solid var(--neutral-500-main, #949E9B);
    cursor: pointer;
    color: var(--neutral-900, #222A28);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.24px;
    text-align: center;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .refunded-order-list {
    border-radius: 0.25rem;
    background: #FFE5E6;
    padding: 0.25rem 0.5rem;
    color: #FF6060;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 510;
    line-height: 1rem;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-action .refund-info .show-tooltip-active {
    right: 1rem;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .hsa-fsa-tooltip .show-tooltip-active {
    bottom: auto !important;
    left: auto !important;
    background: #000;
    color: #fff;
    font-size: 12px;
    width: 320px;
  }
}
@media only screen and (max-width: 425px) {
  nav .pagination .page-item .page-link {
    padding: 0.5rem;
    font-size: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .content .main-card .products-container .modify-lab-visit-section .modify-lab-visit-btn {
    padding: 12px 8px !important;
    font-size: 12px !important;
  }
  .content .main-card .products-container .book-lab-visit-section .book-lab-visit-btn {
    padding: 12px 8px !important;
    font-size: 12px !important;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table-header .header-item {
    white-space: nowrap;
    font-size: 12px;
    padding: 8px 4px !important;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table-header .header-item:first-child {
    padding-left: 8px !important;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .patient-info-wrapper {
    min-width: 164px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .order-id-text {
    padding: 0 4px !important;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .order-item-info .order-id-text:first-child {
    padding-left: 8px;
  }
  .content .patient-orders-page-list-mobile .patient-orders-table .order-item .hsa-fsa-tooltip .show-tooltip-active {
    width: 264px;
  }
}
@media only screen and (max-width: 768px) {
  .content {
    padding: 0px 0px 30px;
  }
  .content .main-card .products-container {
    padding: 10px 15px 20px !important;
  }
  .content .main-card .products-container .products-item-container {
    padding: 10px 15px !important;
  }
  .content .main-card .products-container .products-item-container .product-item span.badge {
    height: -moz-max-content;
    height: max-content;
  }
  .content .main-card .products-container .product-item {
    width: 100%;
    margin: 0 !important;
  }
  .content .main-card .products-container .product-item > .show-on-mobile {
    display: none;
  }
  .content .main-card .card-content .documents-container {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .content .main-card .card-content .documents-container a {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
  }
  .content .main-card .card-content .documents-container .main-button-container {
    text-align: center;
    margin: 0 auto 7px;
    flex: initial;
    max-width: initial;
  }
  .content .main-card .card-content .documents-container .button {
    display: inline-block;
    max-width: initial;
    min-width: 195px;
  }
  .content .main-card .card-content .documents-container .reorder-button-container {
    flex: 1 0 38%;
    max-width: 38%;
    text-align: center !important;
  }
  .content .main-card .card-content .documents-container .reorder-button-container .reorder-info {
    max-width: 200px;
    text-align: center !important;
    width: 100%;
    margin: 0 auto;
  }
  .content .main-card .card-content .documents-container .expired-info {
    margin-top: 0px;
  }
  .content .main-card .order-num {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .content .main-card .order-date {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .content .main-card .card-header {
    padding: 10px 15px;
  }
  .content .main-card .card-header span {
    font-size: 14px !important;
  }
  .content .item-description {
    display: none;
  }
  .header-mobile-new {
    display: flex;
    padding: 8px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--Neutral-300, #C7D1CE);
  }
  .header-mobile-new .header-mobile-new-wrapper {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  .header-mobile-new .header-mobile-new-wrapper .refer-button {
    border-radius: 16px !important;
    white-space: nowrap;
  }
  .header-mobile-new .header_strip .btn-outline.btn-green {
    align-items: center;
    background: #56fca2;
    border: 1px solid #1e4639;
    border-radius: 8px;
    color: #222A28;
  }
  .header {
    padding: 0;
    border-bottom: none;
  }
  .header h1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .header-mobile-new {
    padding: 0.5rem 0.625rem;
  }
  .header-mobile-new .header-mobile-new-wrapper .private-md-logo {
    width: 170px;
  }
}
@media only screen and (max-width: 1420px) {
  .content .main-card .order-num {
    flex: 0 0 17%;
    max-width: 17%;
  }
  .content .main-card .order-num span {
    display: block;
    font-size: 12px;
  }
  .content .main-card .reorder-button-container {
    flex: 0 0 26%;
    max-width: 26%;
  }
}
@media only screen and (max-width: 1320px) {
  .navigation-left nav {
    padding: 20px 10px;
  }
  .content .main-card .order-num {
    flex: 0 0 14%;
    max-width: 14%;
  }
  .content .main-card .order-num span {
    display: block;
    font-size: 12px;
  }
  .content .main-card .reorder-button-container {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  .main-card .reorder-button-container {
    flex: 0 0 29%;
    max-width: 29%;
  }
  .main-card .reorder-button-container .reorder-patient-btn {
    font-size: smaller;
  }
}
@media only screen and (max-width: 1120px) {
  .content .products-container .button {
    padding: 7px 8px;
  }
  .content .main-card .reorder-button-container .reorder-info {
    max-width: 130px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
  .content .main-card .main-button-container {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
  }
  .content .main-card .reorder-button-container {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .content .main-card .reorder-button-container .reorder-patient-btn {
    font-size: smaller;
  }
}
.top-banner {
  padding: 5px;
  background: green;
  color: #fff;
}
.top-banner a {
  color: #fff;
  text-decoration: none;
}
.top-banner span {
  color: #fff;
  text-decoration: underline;
}

/*search*/
.clear-search {
  position: absolute;
  right: 100px;
  font-size: 18px;
  z-index: 999;
  cursor: pointer;
  top: 4px;
  font-family: monospace;
}

@media only screen and (max-width: 768px) {
  .clear-search {
    right: 80px;
  }
  .content .main-card .card-content .documents-container .reorder-button-container {
    flex: 1 0 39%;
    max-width: 100%;
    text-align: left !important;
  }
  .reorder-button-container .reorder-patient-btn {
    font-size: smaller;
  }
  .content .main-card .card-content .documents-container .reorder-button-container .reorder-info {
    max-width: 210px;
    text-align: left !important;
    width: 100%;
    margin: px auto;
    margin-left: 0;
    font-size: xx-small;
    margin-right: 0;
  }
}
@media only screen and (max-width: 470px) {
  .main-card .order-date {
    text-align: right;
  }
  .main-card .content .main-card .card-content .documents-container .reorder-button-container {
    flex: 1 0 39%;
    max-width: 100%;
    text-align: left !important;
  }
  .main-card .reorder-button-container .reorder-patient-btn {
    font-size: smaller;
  }
  .main-card .content .main-card .card-content .documents-container .reorder-button-container .reorder-info {
    max-width: 210px;
    text-align: left !important;
    width: 100%;
    margin: px auto;
    margin-left: 0;
    font-size: xx-small;
    margin-right: 0;
  }
}
/*end search*/
.email-send-container a {
  text-decoration: underline;
}

.update-default-page {
  display: inline-flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1rem;
  background: white;
}
.update-default-page .form-heading {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}
.update-default-page .form-actions {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.update-default-page .form-actions label {
  display: flex;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  border-radius: 4rem;
  border: 1px solid var(--Neutral-100, #ECF0EF);
  background: #ECF0EF;
}
.update-default-page .form-actions label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0;
  background-clip: content-box;
  border: 0.25rem solid #000;
  background-color: #ECF0EF;
  border-radius: 50%;
}
.update-default-page .form-actions label input[type=radio] {
  padding: initial;
}
.update-default-page .form-actions label input[type=radio]:checked {
  background-color: #222A28;
}
.update-default-page .form-actions label input[type=radio]:checked {
  background-color: #04E76D;
}
.update-default-page .form-actions label input[type=radio]:not(:checked) {
  background-color: white;
  border: 1px solid #949E9B;
  padding: 0;
}
.update-default-page .form-actions label .option-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
@media only screen and (max-width: 768px) {
  .update-default-page {
    width: 100%;
  }
  .update-default-page .form-actions {
    flex-direction: column;
  }
}

.password-reset input {
  background-color: white;
  padding: 15px;
  border-radius: 0.5rem;
  border: none;
  min-width: 280px;
}

.navbar-nav-mobile {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 99;
}
.navbar-nav-mobile ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.navbar-nav-mobile ul li a {
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.23;
}
.navbar-nav-mobile ul li a span {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.navbar-nav-mobile ul li a span:before {
  font-size: 20px;
}
.navbar-nav-mobile ul li a.nav-link {
  padding: 0px;
}
.navbar-nav-mobile ul li.nav-item {
  padding: 15px 0px;
}
.navbar-nav-mobile ul li.active {
  background: #F2F2F2;
}
.navbar-nav-mobile ul li.active a {
  color: #0eb4eb;
}
.navbar-nav-mobile .sub-menu {
  display: none;
  position: absolute;
  bottom: 60px;
  background: #fff;
  text-align: left;
  width: 100%;
  right: 0;
  border: 1px solid #ebebeb;
}

.book-appoitment a {
  padding: 4px 10px;
}

.download-page .content .main-card .card-header span {
  text-transform: initial;
}
.download-page .order-for-others-button {
  background-color: white;
  border: 1px solid #09AA2C;
  border-radius: 8px;
  color: #09AA2C;
  display: flex;
  align-content: center;
}
.download-page .order-for-others-button span {
  font-size: 14px !important;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .book-appoitment span {
    width: 100%;
  }
  .download-page .order-num {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .card-download-page {
    text-align: center;
    margin: 0 auto;
  }
  .card-download-page .download-reorder-btn {
    display: inline-block;
    min-width: 170px;
  }
}
@media only screen and (max-width: 1024px) {
  .download-page .content .main-card .order-num, .download-page .content .main-card .order-date {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media only screen and (max-width: 470px) {
  .book-appoitment span {
    width: 100%;
  }
  .download-page .content .main-card .order-num, .download-page .content .main-card .order-date {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .download-page .content .main-card .order-date {
    text-align: right;
  }
  .download-page .content .main-card .documents .mail-to-link {
    display: block;
    text-decoration: underline;
  }
}
.mail-to-link {
  text-decoration: underline !important;
}

.hippa-blue-btn, .hippa-blue-btn:hover {
  background: #0eb4eb;
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  margin: 10px 0;
  text-decoration: none;
}

/*lab approve page*/
.hsa-fsa-patient-button {
  margin: 0.25rem;
  border: 1px solid #1E4639 !important;
  background: #56FCA2 !important;
  font-size: 14px;
  white-space: nowrap;
  gap: 0.3rem;
  color: #222A28 !important;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.24px;
  padding: 0.75rem 1rem;
  border-radius: 22px;
}

.lab-approved-page h1 {
  color: #ff9205;
  font-weight: bold;
  /*font-size: 24px;*/
}

.testing-location-container {
  padding: 20px 20px 10px;
  background: #f6f6f6;
  border-radius: 10px;
}

.lab-approved-page h2 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0;
  color: #ff9205;
  text-transform: capitalize;
  font-weight: 500;
}

.testing-location-container a {
  text-decoration: none;
  color: #888;
}

.testing-location {
  position: relative;
  padding-left: 25px;
}

.testing-location:before {
  position: absolute;
  content: "";
  border-left: 10px solid #ff9205;
  height: 100%;
  left: 0;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .testing-location-info {
    margin-top: 25px;
  }
  .lab-approved-page .lab_cart_show_new .tr.product-info > div.product-price .right-part {
    float: none;
    position: relative;
    text-align: right;
  }
  .order-number-container {
    width: 100%;
  }
}
.underline {
  position: relative;
  text-decoration: underline !important;
}

.underline:hover {
  text-decoration: underline !important;
}

.lab-approved-page .lab_cart_show_new .price-summary-wrapper, .lab-approved-page .lab_cart_show_new .tr.head-title {
  background: #dddddd;
}

.lab-approved-page p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.lab-approved-page .green-cart-btn, .lab-approved-page .orange-btn {
  font-size: 14px;
  padding: 3px 14px;
  border-radius: 3px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.order-number-container {
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.order-number-container h2, .order-number-container p {
  margin-bottom: 0px;
}

.lab-approved-page .lab-approved-page-terms ol li {
  margin-bottom: 10px;
}

.lab-approved-page .lab-approved-page-terms h2 {
  margin-top: 15px;
  color: #39add4;
  font-size: 24px;
}

.lab-approved-page .lab-approved-page-terms {
  padding-top: 20px;
}

.testing-location-info p {
  margin-bottom: 15px;
}

.testing-location-info a {
  color: #ff9205;
}

.lab-approved-page a {
  text-decoration: none;
}

.lab-approved-page-terms {
  display: none;
}

.lab-approved-page .lab_cart_show_new .tr.head-title > div:nth-child(2) {
  width: 23%;
  text-align: right;
}

@media print {
  .lab-approved-page, .footer-wrapper {
    -webkit-print-color-adjust: exact;
  }
  .container {
    flex: 0 0 100%;
    max-width: none !important;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lab-approved-page a {
    text-decoration: none !important;
  }
  .lab-approved-page-terms {
    display: block;
  }
  .col-print-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-print-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-print-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-print-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-print-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
/*end approve page*/
/* lab_cart_show_new */
.svg-bar-wrapper {
  text-align: left;
}

.svg-bar-img {
  transform: scale(0.65);
  transform-origin: left;
}

.text-center > .svg-bar-img {
  transform-origin: center;
}

.font-weight-500 {
  font-weight: 500;
}

.lab_cart_show_new .tr > .td, .lab_cart_show_new .tr > .th {
  display: inline-block;
}

.cartTable.table {
  margin-top: 20px;
  color: #888;
}

.lab_cart_show_new .tr.head-title {
  width: 100%;
  background: #d0f0f6;
  padding: 10px;
  border-radius: 10px;
  color: #333;
}

.lab_cart_show_new .tr.head-title > div {
  font-weight: 600;
}

.lab_cart_show_new .tr.head-title > div:nth-child(1) {
  width: 75%;
}

.lab_cart_show_new .tr.head-title > div:nth-child(2) {
  width: 25%;
}

.lab_cart_show_new .tr.product-info {
  width: 100%;
  display: inline-flex;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.lab_cart_show_new .tr.product-info > div {
  position: relative;
  display: inline-block;
}

.lab_cart_show_new .tr.product-info > div:nth-child(1) {
  width: 74%;
}

.lab_cart_show_new .tr.product-info > div:nth-child(2) {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 25%;
}

.lab_cart_show_new .tr.product-info > div.product-price .left-part {
  float: left;
}

.lab_cart_show_new .tr.product-info > div.product-price .right-part {
  float: right;
}

.lab_cart_show_new .tr.product-info > div.product-price .right-part a {
  color: #f9b952;
}

.lab_cart_show_new .test-details-a span.txt {
  text-decoration: underline;
  color: #323e4b;
  font-size: 12px;
}

.lab_cart_show_new .svg-info-wrapper {
  margin-right: 5px;
}

.lab_cart_show_new .test-details-a {
  display: inline-flex;
}

.lab_cart_show_new .price-summary-wrapper {
  max-width: calc(40% - 5px); /* display: inline-block; */
  background: #d0f0f6;
  padding: 10px;
  border-radius: 10px;
  float: right;
  margin-top: 10px;
  text-align: right;
}

.lab_cart_show_new .price-summary-wrapper span.price-wrapper {
  min-width: 100px;
  display: inline-block;
}

.lab_cart_show_new .price-summary-wrapper .total {
  font-weight: 700;
}

.lab_cart_show_new .price-summary-wrapper .sales-tax {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.lab_cart_show_new .coupon-wrapper {
  width: 50%;
  display: inline-block;
  padding: 0 30px 0 0;
  min-height: 120px;
}

.lab_cart_show_new .coupon-price-wrapper {
  display: block;
  margin-top: 10px;
}

.lab_cart_show_new .input-apply-coupon {
  margin-left: 20px;
}

.lab_cart_show_new .input-apply-coupon .btn-default {
  color: #ff9205;
  background: #fff;
  font-weight: normal;
  text-shadow: none;
  border-radius: 7px;
}

#coupon_code, #gccoupon_code {
  max-width: 220px;
}

/*GC code*/
.gc_code_container {
  position: relative;
}

.gc_code_container #gc_code {
  font-family: monospace;
  font-size: 16px;
  cursor: pointer;
}

.gc_code_container code {
  padding: 4px 5px;
  background: #ccc;
  color: #2d2d2d;
  border-radius: 4px;
  cursor: pointer;
}

.gc_code_container #copy-notify {
  display: none;
  position: absolute;
  top: -23px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}

/*end GC code*/
.login-page .notice-text {
  color: #45544F;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.28px;
}
.login-page .error-element, .login-page .validation-error {
  color: red !important;
}
.login-page .text-warning {
  color: #F2960D !important;
}
.login-page .your-email-text {
  border: none;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #949E9B !important;
  color: #222A28;
  background: none;
}
.login-page .resend-code-link {
  border: none;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #949E9B !important;
  color: #222A28;
  margin-left: 5px;
  background: none;
}
.login-page .wrong-email-password .message-inside-div {
  margin-bottom: 0;
}
.login-page .back-to-start-button, .login-page .resend-code-active-button {
  border: none;
  background: none;
  display: flex;
  padding: 0.5rem 0;
  align-items: flex-start;
  border-bottom: 1px solid #949E9B;
  color: #222A28;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.login-page .only-magic-link-form-input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.login-page .divider-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.login-page .divider-container .divider {
  flex-grow: 1;
  height: 1px;
  background-color: #d3d3d3;
}
.login-page .divider-container .magic-link-title {
  color: #949E9B;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.login-page .account-login-heading {
  color: #222A28;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.login-page .account-login-heading-info {
  color: #222A28;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
}
.login-page .magic-link-text {
  align-self: stretch;
  color: #222A28;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
}
.login-page .forgot-password-text {
  align-self: stretch;
  color: #7A8289;
  text-align: center;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
  text-decoration: underline;
}
.login-page .form-group {
  width: 100%;
  margin-bottom: 0;
}
.login-page .form-group .iti--allow-dropdown {
  width: 100%;
}
.login-page .form-group .iti--allow-dropdown .iti__selected-flag {
  border-right: 1px solid #C7D1CE;
}
.login-page .form-group .iti--allow-dropdown #phone {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  padding: 0.75rem;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.75rem;
  border: var(--tokens-spacing-spc-0, 1px) solid #C7D1CE;
  color: #45544F;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.login-page .form-group input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  line-height: 1rem;
  background: #ECF0EF;
  border: solid 1px #C7D1CE;
}
.login-page .form-group input[type=checkbox]:checked:after {
  content: url("/v2/img/checked.svg");
  color: white;
  background: #04E76D;
  width: 1rem;
  height: 1rem;
  display: block;
  line-height: 1rem;
  border-radius: 0.3125rem;
}
.login-page .form-icon-container {
  position: relative;
}
.login-page .form-icon-container img {
  position: absolute;
  top: 1.125rem;
  left: 0.625rem;
}
.login-page .form-icon-container input, .login-page .form-icon-container textarea {
  border: 1px solid #C7D1CE;
  border-radius: 1rem;
  font-weight: 400;
  line-height: 1rem;
  background: #F4F6F5;
  padding: 1rem;
  font-size: 0.875rem;
  padding-left: 2.5rem !important;
}
.login-page .form-icon-container textarea {
  padding-left: 1rem !important;
}
.login-page .form-icon-container .form-control:focus-visible {
  outline: none;
  border: 1px solid #04E76D;
}
.login-page .form-icon-container .form-control:focus {
  box-shadow: none;
}
.login-page .email-magic-button, .login-page .passkey-login-button-primary {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1.5rem;
  border: 1px solid #1E4639;
  background: #FFF;
  color: #222A28;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.login-page .continue-button {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1.5rem;
  border: 1px solid #1E4639;
  background: var(--primary-500-main, #56FCA2);
  color: #222A28;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.login-page .other-login-option-button, .login-page .create-account-button, .login-page .already-have-account-btn, .login-page .passkey-login-button {
  padding: 0.5rem 0;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid #949E9B;
  color: #222A28;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.login-page .white-background {
  border-radius: 1rem;
  background: #FFF;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}
.login-page .single-login-forms-wrapper, .login-page .all-login-forms, .login-page .only-magic-link-form, .login-page .with-password-login-form, .login-page .phone-verification-form, .login-page .conflict-phone-magic-form {
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.login-page .single-login-forms-wrapper .account-login-header, .login-page .all-login-forms .account-login-header, .login-page .only-magic-link-form .account-login-header, .login-page .with-password-login-form .account-login-header, .login-page .phone-verification-form .account-login-header, .login-page .conflict-phone-magic-form .account-login-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.login-page .single-login-forms-wrapper .only-cell-phone-input-wrapper .form-icon-container, .login-page .all-login-forms .only-cell-phone-input-wrapper .form-icon-container, .login-page .only-magic-link-form .only-cell-phone-input-wrapper .form-icon-container, .login-page .with-password-login-form .only-cell-phone-input-wrapper .form-icon-container, .login-page .phone-verification-form .only-cell-phone-input-wrapper .form-icon-container, .login-page .conflict-phone-magic-form .only-cell-phone-input-wrapper .form-icon-container {
  display: none;
}
.login-page .single-login-forms-wrapper .only-cell-phone-input-wrapper .iti--show-flags, .login-page .all-login-forms .only-cell-phone-input-wrapper .iti--show-flags, .login-page .only-magic-link-form .only-cell-phone-input-wrapper .iti--show-flags, .login-page .with-password-login-form .only-cell-phone-input-wrapper .iti--show-flags, .login-page .phone-verification-form .only-cell-phone-input-wrapper .iti--show-flags, .login-page .conflict-phone-magic-form .only-cell-phone-input-wrapper .iti--show-flags {
  display: none;
}
.login-page .single-login-forms-wrapper .cell-phone-login-wrapper, .login-page .all-login-forms .cell-phone-login-wrapper, .login-page .only-magic-link-form .cell-phone-login-wrapper, .login-page .with-password-login-form .cell-phone-login-wrapper, .login-page .phone-verification-form .cell-phone-login-wrapper, .login-page .conflict-phone-magic-form .cell-phone-login-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--tokens-spacing-spc-16, 1rem);
  align-self: stretch;
}
.login-page .single-login-forms-wrapper .cell-phone-login-wrapper .mobile-input, .login-page .all-login-forms .cell-phone-login-wrapper .mobile-input, .login-page .only-magic-link-form .cell-phone-login-wrapper .mobile-input, .login-page .with-password-login-form .cell-phone-login-wrapper .mobile-input, .login-page .phone-verification-form .cell-phone-login-wrapper .mobile-input, .login-page .conflict-phone-magic-form .cell-phone-login-wrapper .mobile-input {
  display: flex;
  padding: var(--tokens-spacing-spc-16, 1rem);
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  border: 1px solid #C7D1CE;
  background: #F4F6F5;
  flex: 1 0 0;
  color: #45544F;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.login-page .single-login-forms-wrapper .cell-phone-login-wrapper .mobile-input:focus-visible, .login-page .all-login-forms .cell-phone-login-wrapper .mobile-input:focus-visible, .login-page .only-magic-link-form .cell-phone-login-wrapper .mobile-input:focus-visible, .login-page .with-password-login-form .cell-phone-login-wrapper .mobile-input:focus-visible, .login-page .phone-verification-form .cell-phone-login-wrapper .mobile-input:focus-visible, .login-page .conflict-phone-magic-form .cell-phone-login-wrapper .mobile-input:focus-visible {
  outline: none;
  border: 1px solid #04E76D;
}
.login-page .single-login-forms-wrapper .cell-phone-login-wrapper .mobile-input:focus, .login-page .all-login-forms .cell-phone-login-wrapper .mobile-input:focus, .login-page .only-magic-link-form .cell-phone-login-wrapper .mobile-input:focus, .login-page .with-password-login-form .cell-phone-login-wrapper .mobile-input:focus, .login-page .phone-verification-form .cell-phone-login-wrapper .mobile-input:focus, .login-page .conflict-phone-magic-form .cell-phone-login-wrapper .mobile-input:focus {
  box-shadow: none;
}
.login-page .single-login-forms-wrapper .magic-link-form, .login-page .single-login-forms-wrapper .login-with-password-form, .login-page .all-login-forms .magic-link-form, .login-page .all-login-forms .login-with-password-form, .login-page .only-magic-link-form .magic-link-form, .login-page .only-magic-link-form .login-with-password-form, .login-page .with-password-login-form .magic-link-form, .login-page .with-password-login-form .login-with-password-form, .login-page .phone-verification-form .magic-link-form, .login-page .phone-verification-form .login-with-password-form, .login-page .conflict-phone-magic-form .magic-link-form, .login-page .conflict-phone-magic-form .login-with-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--tokens-spacing-spc-16, 1rem);
  align-self: stretch;
}
.login-page .single-login-forms-wrapper .only-magic-link-form-wrapper, .login-page .all-login-forms .only-magic-link-form-wrapper, .login-page .only-magic-link-form .only-magic-link-form-wrapper, .login-page .with-password-login-form .only-magic-link-form-wrapper, .login-page .phone-verification-form .only-magic-link-form-wrapper, .login-page .conflict-phone-magic-form .only-magic-link-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--tokens-spacing-spc-16, 1rem);
  align-self: stretch;
}
.login-page .single-login-forms-wrapper .only-magic-link-form-wrapper .resend-code-div, .login-page .single-login-forms-wrapper .only-magic-link-form-wrapper .resend-code-phone-timer-div, .login-page .all-login-forms .only-magic-link-form-wrapper .resend-code-div, .login-page .all-login-forms .only-magic-link-form-wrapper .resend-code-phone-timer-div, .login-page .only-magic-link-form .only-magic-link-form-wrapper .resend-code-div, .login-page .only-magic-link-form .only-magic-link-form-wrapper .resend-code-phone-timer-div, .login-page .with-password-login-form .only-magic-link-form-wrapper .resend-code-div, .login-page .with-password-login-form .only-magic-link-form-wrapper .resend-code-phone-timer-div, .login-page .phone-verification-form .only-magic-link-form-wrapper .resend-code-div, .login-page .phone-verification-form .only-magic-link-form-wrapper .resend-code-phone-timer-div, .login-page .conflict-phone-magic-form .only-magic-link-form-wrapper .resend-code-div, .login-page .conflict-phone-magic-form .only-magic-link-form-wrapper .resend-code-phone-timer-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.login-page .single-login-forms-wrapper .only-magic-link-form-wrapper .resend-code-div button, .login-page .single-login-forms-wrapper .only-magic-link-form-wrapper .resend-code-phone-timer-div button, .login-page .all-login-forms .only-magic-link-form-wrapper .resend-code-div button, .login-page .all-login-forms .only-magic-link-form-wrapper .resend-code-phone-timer-div button, .login-page .only-magic-link-form .only-magic-link-form-wrapper .resend-code-div button, .login-page .only-magic-link-form .only-magic-link-form-wrapper .resend-code-phone-timer-div button, .login-page .with-password-login-form .only-magic-link-form-wrapper .resend-code-div button, .login-page .with-password-login-form .only-magic-link-form-wrapper .resend-code-phone-timer-div button, .login-page .phone-verification-form .only-magic-link-form-wrapper .resend-code-div button, .login-page .phone-verification-form .only-magic-link-form-wrapper .resend-code-phone-timer-div button, .login-page .conflict-phone-magic-form .only-magic-link-form-wrapper .resend-code-div button, .login-page .conflict-phone-magic-form .only-magic-link-form-wrapper .resend-code-phone-timer-div button {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  gap: 2px;
  color: #C7D1CE;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.login-page .single-login-forms-wrapper .only-magic-link-form-wrapper .resend-code-div .resend-code-time, .login-page .single-login-forms-wrapper .only-magic-link-form-wrapper .resend-code-phone-timer-div .resend-code-time, .login-page .all-login-forms .only-magic-link-form-wrapper .resend-code-div .resend-code-time, .login-page .all-login-forms .only-magic-link-form-wrapper .resend-code-phone-timer-div .resend-code-time, .login-page .only-magic-link-form .only-magic-link-form-wrapper .resend-code-div .resend-code-time, .login-page .only-magic-link-form .only-magic-link-form-wrapper .resend-code-phone-timer-div .resend-code-time, .login-page .with-password-login-form .only-magic-link-form-wrapper .resend-code-div .resend-code-time, .login-page .with-password-login-form .only-magic-link-form-wrapper .resend-code-phone-timer-div .resend-code-time, .login-page .phone-verification-form .only-magic-link-form-wrapper .resend-code-div .resend-code-time, .login-page .phone-verification-form .only-magic-link-form-wrapper .resend-code-phone-timer-div .resend-code-time, .login-page .conflict-phone-magic-form .only-magic-link-form-wrapper .resend-code-div .resend-code-time, .login-page .conflict-phone-magic-form .only-magic-link-form-wrapper .resend-code-phone-timer-div .resend-code-time {
  color: #949E9B;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.login-page .single-login-forms-wrapper .otp-input-wrapper, .login-page .all-login-forms .otp-input-wrapper, .login-page .only-magic-link-form .otp-input-wrapper, .login-page .with-password-login-form .otp-input-wrapper, .login-page .phone-verification-form .otp-input-wrapper, .login-page .conflict-phone-magic-form .otp-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.login-page .single-login-forms-wrapper .otp-input-wrapper .otp-input, .login-page .all-login-forms .otp-input-wrapper .otp-input, .login-page .only-magic-link-form .otp-input-wrapper .otp-input, .login-page .with-password-login-form .otp-input-wrapper .otp-input, .login-page .phone-verification-form .otp-input-wrapper .otp-input, .login-page .conflict-phone-magic-form .otp-input-wrapper .otp-input {
  width: 2.5rem;
  flex-direction: column;
  display: flex;
  padding: 0.75rem;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.75rem;
  border: 1px solid #C7D1CE;
  background: #F4F6F5;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.login-page .single-login-forms-wrapper .otp-input-wrapper .otp-input:focus-visible, .login-page .all-login-forms .otp-input-wrapper .otp-input:focus-visible, .login-page .only-magic-link-form .otp-input-wrapper .otp-input:focus-visible, .login-page .with-password-login-form .otp-input-wrapper .otp-input:focus-visible, .login-page .phone-verification-form .otp-input-wrapper .otp-input:focus-visible, .login-page .conflict-phone-magic-form .otp-input-wrapper .otp-input:focus-visible {
  outline: none;
  border: 1px solid #04E76D;
}
.login-page .separator {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.login-page .separator:before {
  position: absolute;
  content: "";
  left: 0;
  border-top: 1px solid #000;
  width: 46%;
  top: 9px;
}
.login-page .separator:after {
  position: absolute;
  content: "";
  right: 0;
  border-top: 1px solid #000;
  width: 46%;
  top: 9px;
}
.login-page .register-link {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  padding: 0;
}
.login-page .register-link span {
  display: flex;
  padding: 0.25rem var(--tokens-spacing-spc-0, 0px);
  align-items: flex-start;
  border-bottom: 1px solid #949E9B;
  color: #222A28;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.login-page .passkey-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}
.login-page .passkey-section.passkey-not-supported {
  display: none !important;
}
.login-page .passkey-btn-loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.unsubscribe-form label {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .unsubscribe-form .white-background {
    padding: 1rem;
  }
}

#credit-card-logo1 .cls-1,
#credit-card-logo1 .cls-14 {
  fill: none;
}

#credit-card-logo1 .cls-2 {
  isolation: isolate;
}

#credit-card-logo1 .cls-3 {
  clip-path: url(#clip-path);
}

#credit-card-logo1 .cls-4 {
  fill: #2b6bb4;
}

#credit-card-logo1 .cls-5 {
  fill: #fff;
}

#credit-card-logo1 .cls-13,
#credit-card-logo1 .cls-6 {
  fill: #231f20;
}

#credit-card-logo1 .cls-7 {
  fill: #eb621d;
}

#credit-card-logo1 .cls-8 {
  fill: #e41522;
}

#credit-card-logo1 .cls-9 {
  fill: #f59e1f;
}

#credit-card-logo1 .cls-10 {
  fill: url(#Degradado_sin_nombre_3);
}

#credit-card-logo1 .cls-11 {
  clip-path: url(#clip-path-2);
}

#credit-card-logo1 .cls-12 {
  fill: #f08224;
}

#credit-card-logo1 .cls-13,
#credit-card-logo1 .cls-14,
#credit-card-logo1 .cls-15,
#credit-card-logo1 .cls-18,
#credit-card-logo1 .cls-21 {
  fill-rule: evenodd;
}

#credit-card-logo1 .cls-15 {
  fill: #252122;
}

#credit-card-logo1 .cls-16 {
  fill: url(#linear-gradient);
}

#credit-card-logo1 .cls-17 {
  clip-path: url(#clip-path-3);
}

#credit-card-logo1 .cls-18 {
  fill: url(#linear-gradient-2);
}

#credit-card-logo1 .cls-19 {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}

#credit-card-logo1 .cls-20 {
  mix-blend-mode: multiply;
  opacity: 0.75;
}

#credit-card-logo1 .cls-21 {
  fill: #8b381f;
}

#credit-card-logo1 .cls-22 {
  filter: url(#luminosity-invert);
}

.saved-card-row span.alert-error {
  display: none;
}
.saved-card-row label.alert-error {
  color: #212529;
}

.payment-methods-container #paypal-payment {
  text-align: center;
}
.payment-methods-container #paypal-payment .btn-paypal {
  width: 50%;
}
.payment-methods-container #klarna-payment {
  text-align: center;
}
.payment-methods-container #klarna-payment .btn-klarna {
  width: 50%;
}
.payment-methods-container #amazon-pay-payment {
  text-align: center;
}
.payment-methods-container #amazon-pay-payment .btn-amazon-pay {
  width: 50%;
  padding-top: 0.75rem;
}
.payment-methods-container #payment-request-button {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .payment-methods-container #paypal-payment {
    text-align: center;
  }
  .payment-methods-container #paypal-payment .btn-paypal {
    width: 100%;
  }
  .payment-methods-container #klarna-payment {
    text-align: center;
  }
  .payment-methods-container #klarna-payment .btn-klarna {
    width: 100%;
  }
  .payment-methods-container #amazon-pay-payment {
    text-align: center;
  }
  .payment-methods-container #amazon-pay-payment .btn-amazon-pay {
    width: 100%;
  }
  .payment-methods-container #payment-request-button {
    width: 100%;
    margin: 0 auto;
  }
}
.cart-table-total {
  width: auto;
  padding: 10px;
  padding-right: 0;
  border-radius: 10px;
  text-align: right;
}
.cart-table-total .sales-tax {
  margin-bottom: 5px;
}
.cart-table-total .total span {
  font-weight: 700;
}
.cart-table-total span {
  justify-content: flex-end !important;
  min-width: 122px;
}
.cart-table-total span.price-wrapper {
  min-width: 100px;
}

/*Health insight*/
.table-health-insight-container {
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.table-health-insight-container h5 {
  margin-top: 30px;
  position: sticky;
  left: 0px;
}
.table-health-insight-container .table thead tr th {
  height: auto;
  vertical-align: initial;
}
.table-health-insight-container .results-values {
  margin-bottom: 0;
}
.table-health-insight-container .results-values th {
  border-top: none;
}
.table-health-insight-container .results-values tbody tr td {
  border: none;
  text-align: right;
}
.table-health-insight-container .results-values tr {
  background-color: initial !important;
}
.table-health-insight-container .res-dates-title {
  margin-bottom: 0px;
}
.table-health-insight-container .res-dates-title th:first-of-type {
  border-right: none;
}
.table-health-insight-container .res-dates-title th {
  height: auto;
  border-right: 1px solid #dee2e6;
  padding-left: 0;
  text-align: right;
  padding-top: 5px;
  font-style: italic;
  font-weight: 500;
}
.table-health-insight-container .all_results > thead > tr > th:first-of-type {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 0;
}
.table-health-insight-container .all_results > thead > tr > th:nth-of-type(2) {
  position: sticky;
  left: 221px;
  background: #fff;
  z-index: 9;
  width: 130px;
}
.table-health-insight-container .all_results > thead > tr > th:nth-of-type(2) .tooltiptext {
  max-width: 650px;
  width: -moz-max-content;
  width: max-content;
  left: -175px;
  font-weight: 500;
  padding: 10px;
  top: 18px;
}
.table-health-insight-container .all_results > thead > tr:first-of-type > th:nth-of-type(3) {
  position: sticky;
  left: 355px;
  background: #fff;
  z-index: 8;
}
.table-health-insight-container .all_results > thead th {
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
}
.table-health-insight-container .all_results > thead th:nth-child(1) {
  width: 221px;
}
.table-health-insight-container .all_results > thead th:nth-child(2) {
  width: 115px;
}
.table-health-insight-container .all_results > tbody td.res_name {
  position: sticky;
  left: 0;
  color: #373737;
  z-index: 8;
}
.table-health-insight-container .all_results > tbody td.res_name span {
  font-size: 9px;
}
.table-health-insight-container .all_results > tbody td.res_ref_range {
  position: sticky;
  left: 221px;
  color: #373737;
  z-index: 8;
}
.table-health-insight-container .all_results > tbody tr:nth-of-type(odd) td.res_name, .table-health-insight-container .all_results > tbody tr:nth-of-type(odd) td.res_ref_range {
  background-color: #f2f2f2;
}
.table-health-insight-container .all_results > tbody tr:nth-of-type(even) td.res_name, .table-health-insight-container .all_results > tbody tr:nth-of-type(even) td.res_ref_range {
  background-color: #fff;
}
.table-health-insight-container .all_results > tbody tr.is-dragging td {
  background-color: #cacaca !important;
  box-shadow: black;
  color: #373737;
}
.table-health-insight-container .all_results > tbody tr {
  cursor: grabbing;
}
.table-health-insight-container .all_results .fa-thumbs-down {
  color: red;
}
.table-health-insight-container .all_results .fa-thumbs-up {
  color: green;
}
.table-health-insight-container span.up-down-result {
  padding-left: 5px;
}
.table-health-insight-container span.up-down-result.fa-caret-up {
  color: black;
}
.table-health-insight-container span.up-down-result.fa-caret-down {
  color: black;
}
.table-health-insight-container .modal-comments {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #666;
  display: block !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  top: 30%;
}
.table-health-insight-container span.fa-exclamation-triangle {
  color: red;
  font-size: 16px !important;
}

.close-modal-comments {
  position: absolute;
  right: 7px;
  top: 3px;
  font-size: 25px;
  color: #888;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.test-results-by-date {
  width: 85px !important;
  border-right: 1px solid #dee2e6;
  text-align: right;
}
.test-results-by-date .tooltip {
  text-align: center;
}
.test-results-by-date .tooltip a {
  color: inherit;
}
.test-results-by-date .tooltip a:hover {
  text-decoration: none;
}

.res-dates-title th {
  border-right: 1px solid #dee2e6;
  text-align: right;
}

.search_biosignals_container ul {
  list-style: none;
  border: 1px solid #ced4da;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: none;
}
.search_biosignals_container span {
  cursor: pointer;
  position: absolute;
  right: 26px;
  top: 8px;
}

@media only screen and (max-width: 768px) {
  .table-health-insight-container .all_results > thead th:nth-child(2) {
    width: 120px;
  }
  .table-health-insight-container .all_results > thead th:nth-child(1) {
    width: 155px;
  }
  .table-health-insight-container .all_results > thead > tr:first-of-type > th:nth-of-type(3) {
    left: 150px;
  }
  .table-health-insight-container .all_results > thead > tr > th:nth-of-type(2) {
    left: 0px;
  }
  .test-select-note {
    position: relative !important;
    width: 100% !important;
    right: inherit;
    margin: inherit;
    z-index: 99;
    font-size: 14px;
  }
}
.action-content {
  position: relative;
}
.action-content ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}
.action-content ul a {
  text-decoration: underline;
}

.action-button {
  cursor: pointer;
}

.container-chart-modal {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 10px;
  border: 1px solid #666;
  display: block !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  top: 20%;
}
.container-chart-modal .close-btn-container {
  text-align: right;
  margin-top: -10px;
}
.container-chart-modal .close-btn-container a {
  font-size: 20px;
}

.fade-out {
  animation: fade 0.5s;
  -webkit-animation: fade 0.5s;
  -moz-animation: fade 0.5s;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.draggable-table .draggable-table__drag {
  font-size: 0.95em;
  font-weight: lighter;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  text-indent: 50px;
  border: 1px solid #f1f1f1;
  z-index: 10;
  cursor: grabbing;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.draggable-table tbody tr {
  cursor: grabbing;
}
.draggable-table tbody tr.is-dragging {
  background: #f1c40f !important;
}

.test-select-note {
  position: fixed;
  top: 0;
  background: green;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.234;
  width: 36%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  font-size: 16px;
}
.test-select-note a {
  text-decoration: underline;
  color: #fff;
}
#loading-spinner-demo {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
}

#loading-spinner {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
}

.loading-gif {
  background: url("/img/loading_animation.gif");
  z-index: 9999;
  background-size: 300px;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
}

.health-report {
  color: #45544f !important;
  font-weight: 500;
}
.health-report h1 {
  color: #222a28;
  flex: 0 1;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.health-report h3 {
  color: #222a28;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
}
.health-report h4 {
  font-weight: bold;
}
.health-report strong {
  color: #676c6b;
  font-weight: 700;
}
.health-report .text-bad {
  color: #dc3545 !important;
}
.health-report .text-good {
  color: #136941 !important;
}
.health-report .bg-bad {
  background-color: #dc3545;
}
.health-report .collapse-arrow {
  transition: transform 0.35s ease-out;
}
.health-report .beta {
  background-color: #c7d1ce;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 16px;
}
.health-report .cta-btn {
  border-radius: 8px;
  line-height: 24px;
  padding: 10px 14px;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.health-report .cta-btn.download {
  background-color: #573894;
  border: 1px solid #573894;
  color: #fff;
}
.health-report .cta-btn.reorder {
  background-color: #09aa2c;
  border: 1px solid #09aa2c;
  color: #fff;
}
.health-report .cta-btn.order-for-others {
  background-color: #fff;
  border: 1px solid #09aa2c;
  color: #09aa2c;
}
.health-report .email-results {
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px dotted #222a28 !important;
  color: #222a28;
  font-weight: 400;
  line-height: 24px;
}
.health-report .notice {
  background-color: #feeacd !important;
  font-size: 10px;
  line-height: 16px;
}
.health-report .notice img {
  filter: invert(88%) sepia(13%) saturate(668%) hue-rotate(114deg) brightness(90%) contrast(87%);
}
.health-report .card {
  border-radius: 15px;
  padding: 20px 25px;
  transition: padding 0.15s;
}
.health-report .card.card-light {
  background-color: #fff;
  border: 1px solid #d6e0dd;
}
.health-report .card.card-dark {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .health-report .card.card-dark {
    background-color: transparent;
  }
}
.health-report .card.collapse-toggle {
  cursor: pointer;
}
.health-report .card.collapsed {
  padding: 10px 20px;
}
.health-report .card.collapsed > div:first-child {
  margin-bottom: 0 !important;
}
.health-report .card.collapsed .card-title {
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
}
.health-report .card.collapsed .collapse-arrow {
  transform: rotate(180deg);
}
.health-report .card.collapsed .range {
  display: none !important;
}
.health-report .card.collapsed .notes {
  display: none !important;
}
.health-report .card.collapsed .you-marker {
  display: none !important;
}
.health-report .card .card-title {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0 !important;
}
.health-report .card .notes {
  font-size: 14px;
}
.health-report .card p:last-child {
  margin-bottom: 0 !important;
}
.health-report .markers {
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.health-report .range div:first-child {
  margin-bottom: 8px;
}
.health-report .range div:first-child > span {
  font-weight: bold;
}
.health-report .range .range-segment {
  border-radius: 20px;
  height: 8px;
  width: 100%;
}
.health-report .range .range-segment.range-good {
  background-color: #17ce3f;
}
.health-report .range .range-segment.range-bad {
  background-color: #ff6060;
}
.health-report .evaluation {
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  height: 37px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 12px;
}
.health-report .evaluation.evaluation-normal {
  background-color: #17ce3f;
}
.health-report .evaluation.evaluation-high, .health-report .evaluation.evaluation-low, .health-report .evaluation.evaluation-abnormal {
  background-color: #ff6060;
}
.health-report .evaluation img {
  color: #fff;
}
.health-report .you-marker {
  background-color: #45544f;
  border-radius: 8px;
  color: #fff;
  padding: 4px 8px;
  position: relative;
}
.health-report .you-marker:not(.no-triangle)::before {
  border-color: transparent transparent #45544f;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 4px;
  left: 43%;
  position: absolute;
  top: -8px;
}
.health-report .nps-container {
  margin-bottom: 0 !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .health-report h1 {
    flex: 0 auto;
  }
  .health-report .w-md-auto {
    width: auto !important;
  }
  .health-report .markers {
    grid-template-columns: 1fr 1fr;
  }
  .health-report .card.card-dark {
    background-color: transparent;
  }
  .health-report .card.collapsed {
    max-height: 65px;
  }
  .health-report .card.collapsed .card-title {
    white-space: nowrap;
  }
  .health-report .nps-container {
    margin-left: calc(-1 * var(--bs-gutter-x));
  }
}

.customer-wallet-page {
  gap: 1rem;
  padding: 1rem;
  border-radius: 2rem;
  display: flex;
  background: var(--Neutral-100, #ECF0EF);
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .customer-wallet-page {
    background: transparent !important;
  }
}
.customer-wallet-page .customer-wallet-credit-column {
  gap: 2rem;
  flex: 1 0 0;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .show-tooltip-active {
  width: 200px;
}
.customer-wallet-page .customer-wallet-credit-column .no-credit-section span {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.customer-wallet-page .customer-wallet-credit-column .no-points-section span {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .show-tooltip-active, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .show-tooltip-active {
  bottom: unset;
  top: 30px;
  left: 0px;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credit-text, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credit-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.36px;
  white-space: nowrap;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .customer-waller-heading .available-credit-wrapper .available-credit-text, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .customer-waller-heading .available-credit-wrapper .available-credit-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .customer-waller-heading .available-credit-wrapper .available-balance, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .customer-waller-heading .available-credit-wrapper .available-balance {
  border-radius: 1rem;
  background: var(--Base-White, #FFF);
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .customer-waller-heading .available-credit-wrapper .available-balance .balance, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .customer-waller-heading .available-credit-wrapper .available-balance .balance {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table {
  border-radius: 1rem;
  background: var(--Base-White, #FFF);
  border-bottom: none;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tbody .multiple-amount-text, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tbody .multiple-amount-text {
  border-radius: 1rem;
  background: var(--Neutral-100, #ECF0EF);
  margin-left: -8px;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tbody .customer-wallet-type, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tbody .customer-wallet-type {
  text-transform: capitalize;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tbody .single-amount-text-wrapper, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tbody .single-amount-text-wrapper {
  padding-left: 8px;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tbody .single-amount-text-wrapper .single-amount-text, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tbody .single-amount-text-wrapper .single-amount-text {
  margin-left: 5px;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tr, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tr {
  border-bottom: 1px solid var(--Neutral-100, #ECF0EF);
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tr th, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tr th {
  color: var(--Neutral-700, #45544F) !important;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tr td, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tr td {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tr th, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .credits-table tr td, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tr th, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .credits-table tr td {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-bottom: none;
  padding: 0;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-total-points, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-total-points {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table {
  border-radius: 1rem;
  background: var(--Base-White, #FFF);
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table table, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table table, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table table, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table table {
  overflow: initial;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .show-tooltip-active, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .show-tooltip-active, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .show-tooltip-active, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .show-tooltip-active {
  top: 20px !important;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .type-tooltip .show-tooltip-active, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .type-tooltip .show-tooltip-active, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .type-tooltip .show-tooltip-active, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .type-tooltip .show-tooltip-active {
  width: 350px;
  height: auto !important;
  white-space: normal;
  top: 15px !important;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .dataTables_wrapper, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .dataTables_wrapper, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .dataTables_wrapper, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .dataTables_wrapper {
  width: 100%;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .dataTables_wrapper #search-table_length, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .dataTables_wrapper #search-table_length, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .dataTables_wrapper #search-table_length, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .dataTables_wrapper #search-table_length {
  padding: 1rem !important;
  padding-bottom: 0 !important;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .wrapper-center, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .wrapper-center, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .wrapper-center, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .wrapper-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .progress-bar, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .progress-bar, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .progress-bar, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .progress, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .progress, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .progress, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .progress {
  width: 4rem;
  height: 4rem;
  z-index: 1;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .progress .track, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .progress .fill, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .progress .track, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .progress .fill, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .progress .track, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .progress .fill, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .progress .track, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .progress .fill {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 3;
  transform: rotate(90deg) translate(0px, -80px);
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .progress .track, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .progress .track, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .progress .track, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .progress .track {
  stroke: var(--Neutral-100, #ECF0EF);
  stroke-width: 0.65rem;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .progress .fill, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .progress .fill, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .progress .fill, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .progress .fill {
  stroke: #56FCA2;
  stroke-width: 0.65rem;
  stroke-dasharray: 219.9907836914;
  stroke-dashoffset: -219.9907836914;
  transition: stroke-dashoffset 1s;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .progress .value, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .progress .value, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .progress .value, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .progress .value {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: -0.24px;
  fill: #222A28;
  text-anchor: middle;
}
.customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .loyalty-points-table .loyalty-points-heading .progress .text, .customer-wallet-page .customer-wallet-credit-column .customer-loyalty-section .gift-certificates-table .loyalty-points-heading .progress .text, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .loyalty-points-table .loyalty-points-heading .progress .text, .customer-wallet-page .customer-wallet-credit-column .customer-wallet-section .gift-certificates-table .loyalty-points-heading .progress .text {
  font-size: 0.75rem;
  fill: #fff;
  text-anchor: middle;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .customer-refer-heading {
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.36px;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content {
  background: #56FCA2;
  margin: auto;
  max-width: 22.5rem;
  padding: 1.5rem;
  border-radius: 2rem;
  background: #FFF;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .modal-body p {
  color: #222A28;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .modal-body a {
  font-weight: 500;
  color: #222A28;
  line-height: 0;
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .modal-body a img {
  margin-right: 0.625rem;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .popup-heading {
  margin-right: 2rem;
  margin-bottom: 0;
  color: var(--Neutral-900, #222A28) !important;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .popup-heading span {
  color: #ED780C;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .popup-text {
  color: var(--Neutral-700, #45544F) !important;
  text-align: left;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .sharing-link-section .share-input-field {
  max-width: 310px;
  padding-left: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--Neutral-50, #F4F6F5);
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .sharing-link-section .share-input-field .share-input-content {
  flex: 1 0 0;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--Neutral-700, #45544F);
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .sharing-link-section .share-input-field .copy-link-btn {
  box-shadow: none;
  border-width: 1px;
  margin: -1px -2px -1px 0;
  background: #56FCA2;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F241D;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-color: #222A28;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .social-share-section .social-media-div {
  text-decoration: none;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .social-share-section .social-media-div img {
  margin-right: 0 !important;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .social-share-section .social-media-div span {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .login-section a {
  cursor: pointer;
  display: flex;
  padding: 1.25rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  box-shadow: none;
  text-decoration: none;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .social-share-section .social-media-div {
  text-decoration: none;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .social-share-section .social-media-div img {
  margin-right: 0 !important;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .social-share-section .social-media-div span {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .invite-benefit-section .benefit-title {
  border-radius: 1rem;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-100, #ECF0EF);
  background: var(--Neutral-50, #F4F6F5);
  flex: 1 0 0;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .invite-benefit-section .benefit-title .benefits-item .done-image-div {
  padding: 2px;
  border-radius: 1rem;
  background: var(--primary-500-main, #56FCA2);
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .invite-benefit-section .benefit-title .benefits-item span {
  color: var(--Neutral-700, #45544F);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content .invite-footer-text {
  color: var(--neutral-500-main, #949E9B);
  text-align: left;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 767px) {
  .customer-wallet-page {
    padding: 0.5rem;
    margin-bottom: 4rem;
  }
  .customer-wallet-page .customer-wallet-refer-column {
    width: 100%;
  }
  .customer-wallet-page .customer-wallet-refer-column .customer-refer-section .modal-content {
    padding: 1rem;
  }
  .customer-wallet-page .social-share-section .social-media-div {
    width: 4rem;
  }
  .customer-wallet-page .loyalty-points-table, .customer-wallet-page .gift-certificates-table {
    overflow: initial;
  }
  .customer-wallet-page .loyalty-points-table .type-tooltip .show-tooltip-active, .customer-wallet-page .gift-certificates-table .type-tooltip .show-tooltip-active {
    width: 260px !important;
    top: 0 !important;
    left: -120px;
  }
}

.referral-div {
  padding: 0 1.25rem;
}
.referral-div .referral-section-home-page {
  border-radius: 1rem;
  background: white;
}
.referral-div .referral-section-home-page .referral-section-info-section {
  flex: 1 0 0;
}
.referral-div .referral-section-home-page .referral-section-info-section .get-200-text {
  color: var(--Neutral-900, #222A28);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -0.04rem;
}
.referral-div .referral-section-home-page .referral-section-info-section .referral-info-section {
  flex: 1 0 0;
}
.referral-div .referral-section-home-page .referral-section-info-section .referral-info-section .referral-info-text-bold {
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.36px;
}
.referral-div .referral-section-home-page .referral-section-info-section .referral-info-section .referral-info-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.02rem;
}
.referral-div .referral-section-home-page .referral-share-section {
  background: white;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.referral-div .referral-section-home-page .referral-share-section .social-media-div span {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.referral-div .referral-section-home-page .referral-share-section .referral-share-link-section {
  border-radius: 1rem;
}
.referral-div .referral-section-home-page .referral-share-section .referral-share-link-section .share-input-field {
  display: flex;
  padding-left: 1rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--Neutral-50, #F4F6F5);
  max-width: 100%;
}
.referral-div .referral-section-home-page .referral-share-section .referral-share-link-section .share-input-field .share-input-content {
  flex: 1 0 0;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--Neutral-700, #45544F);
  text-overflow: ellipsis;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.0125rem;
}
.referral-div .referral-section-home-page .referral-share-section .referral-share-link-section .share-input-field button {
  min-width: 85px;
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
  margin: -1px;
}
@media screen and (max-width: 1200px) {
  .referral-div .referral-section-home-page .referral-section-info-section {
    padding: 1rem !important;
    justify-content: center;
    gap: 0.5rem !important;
    flex: 1 0 0;
  }
  .referral-div .referral-section-home-page .referral-section-info-section .get-200-text {
    color: var(--Neutral-900, #222A28);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: -0.36px;
  }
  .referral-div .referral-section-home-page .referral-section-info-section .referral-info-section .referral-info-text, .referral-div .referral-section-home-page .referral-section-info-section .referral-info-section .referral-info-text-bold {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: -0.24px;
  }
  .referral-div .referral-section-home-page .referral-share-section {
    padding: 1rem !important;
    gap: 1rem !important;
  }
}
@media (max-width: 768px) {
  .referral-div {
    padding: 1.875rem 0px !important;
  }
  .referral-div .referral-section-home-page .referral-section-info-section {
    padding: 1rem !important;
    gap: 0 !important;
  }
  .referral-div .referral-section-home-page .referral-section-info-section .get-200-text {
    width: 100%;
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: -0.0225rem;
  }
  .referral-div .referral-section-home-page .referral-section-info-section .referral-info-section {
    width: 100%;
  }
  .referral-div .referral-section-home-page .referral-share-section {
    border-top-right-radius: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    gap: 1.5rem !important;
  }
  .referral-div .referral-section-home-page .referral-share-section .referral-share-link-section button {
    white-space: normal;
  }
  .referral-div .referral-section-home-page .referral-share-section .social-media-div-icons {
    gap: 1.5rem !important;
  }
}
@media (max-width: 375px) {
  .referral-div .share-input-field {
    max-width: 15.625rem !important;
  }
  .referral-div .referral-section-home-page .referral-share-section .social-media-div-icons {
    gap: 1rem !important;
  }
}

.download-page .referral-div {
  padding: 0 !important;
}

.referral-card .referral-section-card {
  height: 100%;
}
.referral-card .referral-section-card .referral-section-info-section {
  padding: 24px 32px;
  border-radius: 1rem 1rem 0 0;
  background: white;
  flex: 1 0 0;
}
.referral-card .referral-section-card .referral-section-info-section .get-200-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.referral-card .referral-section-card .referral-section-info-section .referral-info-text-bold {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: var(--primary-500-main, 510);
  text-align: center;
  line-height: 18px;
}
.referral-card .referral-section-card .referral-section-info-section .referral-info-section .referral-info-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  text-align: center;
}
.referral-card .referral-section-card .referral-share-section {
  background: white;
  border-radius: 0 0 1rem 1rem;
  padding: 1.5rem 1rem !important;
}
.referral-card .referral-section-card .referral-share-section .social-media-div span {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.referral-card .referral-section-card .referral-share-section .referral-share-link-section {
  border-radius: 1rem;
  border: 1px solid var(--Neutral-900, #222A28);
  max-width: 100%;
}
.referral-card .referral-section-card .referral-share-section .referral-share-link-section .share-input-field {
  display: flex;
  padding-left: 1rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  background: var(--Neutral-50, #F4F6F5);
}
.referral-card .referral-section-card .referral-share-section .referral-share-link-section .share-input-field .share-input-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: var(--Neutral-700, #45544F);
  text-overflow: ellipsis;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.0125rem;
}
@media (max-width: 375px) {
  .referral-card .referral-section-card .referral-share-section .referral-share-link-section .share-input-field .share-input-content {
    max-width: 150px;
  }
}
.referral-card .referral-section-card .referral-share-section .referral-share-link-section .share-input-field button {
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
  white-space: nowrap;
  margin-left: auto;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
}
@media (max-width: 768px) {
  .referral-card .referral-section-card .referral-section-info-section {
    text-align: center;
    padding: 1rem 2rem !important;
  }
  .referral-card .referral-section-card .referral-section-info-section .get-200-text {
    width: 100%;
    font-size: 1.5rem;
  }
  .referral-card .referral-section-card .referral-section-info-section .referral-info-section {
    width: 100%;
  }
  .referral-card .referral-section-card .referral-share-section {
    gap: 1.5rem !important;
  }
  .referral-card .referral-section-card .referral-share-section .referral-share-link-section button {
    white-space: normal;
  }
}

.custom-message {
  position: relative;
  width: 100%;
}
.custom-message .message-inside-div {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem;
}
.custom-message .background-green {
  background-color: #56FCA2;
}
.custom-message .background-orange {
  background-color: #FDCC81;
}
.custom-message .background-light-blue {
  background-color: #E7F2FF;
}
.custom-message img {
  margin-bottom: 2px;
}
.custom-message .close-btn {
  background: none;
  border: none;
  padding-left: 10px;
  font-size: 15px;
  position: absolute;
  top: -4px;
  right: 0;
  color: black;
  padding-right: 2px;
}
.custom-message .reset-btn {
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  text-align: center;
  letter-spacing: -0.02rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  margin-top: 0.5rem;
  background: #2D3748;
  color: #FFFFFF;
  border: 1px solid #1D2532;
}
.custom-message .reset-btn:hover {
  background: #606775;
  border-color: #4A5568;
}
.custom-message .warning-background {
  border-radius: var(--border-radius-lg, 1rem);
  border: 1px solid var(--tailwind-colors-orange-300, #FDBA74);
  background: var(--tailwind-colors-orange-50, #FFF7ED);
  padding: 1rem;
}

.trends-info-message {
  position: relative;
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  border-radius: 1rem;
  background: var(--primary-500-main, #56FCA2);
}
.trends-info-message .trends-info-div {
  flex: 1 0 0;
}
.trends-info-message .trends-info-div .trends-notification-heading {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.trends-info-message .highlighted-message-text {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.28px;
}
.trends-info-message .close-info-message {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border-radius: 1rem;
  background: var(--Primary-100, #B3FFD5);
}

@media (max-width: 768px) {
  .trends-info-message .trends-info-div .trends-notification-heading {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .trends-info-message .highlighted-message-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (max-width: 375px) {
  .message-inside-div {
    font-size: 0.85rem !important;
  }
}
.custom-success-message {
  display: flex;
  padding: 0.5rem;
  gap: 0.5rem;
  align-items: flex-start;
  border-radius: 0.25rem;
  background: var(--aux-01500-main, #006FF2);
}

.success-message-text {
  color: var(--Base-White, var(--colors-base-white, #FFF));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  text-align: left;
}

.warning-primary-background {
  border: 2px solid #F59E0B;
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
}

.accordion-header {
  --bs-accordion-btn-focus-border-color: #ECEFEE;
  --bs-accordion-active-bg: #ECEFEE;
  --bs-accordion-active-color: #ECEFEE;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0 #ECEFEE;
  color: #222A28;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ECEFEE;
}

.trends-bg-color {
  background: var(--Neutral-100, #ECF0EF);
}

.trends-page {
  overflow: hidden;
  background: var(--Neutral-100, #ECF0EF);
  /* Fixed shadow overlays */
}
.trends-page .trends-title {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem; /* 133.333% */
  letter-spacing: -0.03rem;
}
.trends-page .select-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.trends-page .select-container select {
  border-radius: 1rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
}
.trends-page .timeline-container {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-scrollbar-width: none;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  cursor: grab;
  user-select: none; /* Prevent text selection while dragging */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.trends-page .timeline-container::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.trends-page .edge-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  pointer-events: none;
  z-index: 1;
}
.trends-page .edge-shadow.left {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.trends-page .edge-shadow.right {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.trends-page .timeline-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px;
  min-width: -moz-min-content;
  min-width: min-content;
}
.trends-page .trends-page-inner-div, .trends-page .accordion, .trends-page .accordion-item, .trends-page .accordion-header, .trends-page .accordion-button {
  background-color: #FFFFFF;
}
.trends-page .trends-page-div {
  background: var(--Neutral-100, #ECF0EF);
}
.trends-page .trends-page-inner-div {
  border-radius: 2rem;
}
.trends-page .accordion {
  padding: 2rem;
  padding-left: 0.75rem;
  border-radius: 2rem;
}
.trends-page .trend-filters {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.trends-page .trend-filters li {
  border: 1px solid var(--secondary-500-main, #1E4639);
  border-right: none;
  overflow: hidden;
}
.trends-page .trend-filters li:first-child {
  border-radius: 1rem 0 0 1rem;
  border-right: none;
}
.trends-page .trend-filters li:last-child {
  border-radius: 0 1rem 1rem 0;
  border-right: 1px solid var(--secondary-500-main, #1E4639);
}
.trends-page .trend-filters li a {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.trends-page .trend-filters li a:hover {
  background: var(--Neutral-100, #E5FFF1);
}
.trends-page .trend-filters li a.active {
  background: var(--Neutral-100, #E5FFF1);
}
.trends-page .trends-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  position: relative;
}
.trends-page .trends-search input {
  border-radius: 0.75rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
  padding: 0.75rem;
  padding-left: 2rem;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 114.286% */
}
.trends-page .trends-search img {
  position: absolute;
  cursor: pointer;
  margin-left: 0.75rem;
  margin-right: 0.5rem;
}
.trends-page hr {
  margin: 0.5rem;
  border-color: #DDE3E1;
  opacity: 1;
  width: 100%;
}
.trends-page .trends-menu {
  list-style: none;
  padding-left: 0;
}
.trends-page .trends-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
.trends-page .trends-menu li a {
  color: var(--Neutral-700, #45544F);
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 114.286% */
}
.trends-page .trends-menu li a:hover {
  font-weight: 590;
  color: var(--Neutral-900, #222A28);
}
.trends-page .trends-menu li a.active {
  color: var(--Neutral-900, #222A28);
  font-weight: 590;
}
.trends-page .pin-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.trends-page .pin-btn.mobile {
  padding: 0.25rem;
  background-color: #F4F6F5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.trends-page .accordion .accordion-button::after {
  background-image: none;
}
.trends-page .accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
}
.trends-page .accordion .accordion-header .accordion-title {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  word-wrap: break-word;
  display: flex;
  padding: 0.25rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 2rem;
  background: var(--Neutral-100, #ECF0EF);
}
.trends-page .accordion .accordion-header .accordion-button {
  display: flex;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  outline: none;
}
.trends-page .accordion .accordion-body {
  padding-left: 0;
}
.trends-page .accordion .accordion-body .accordion-body-div {
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  display: inline-flex;
  width: 100%;
}
.trends-page .accordion .accordion-body .accordion-body-div .test-name .test-name-text {
  color: #222A28;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  word-wrap: break-word;
}
.trends-page .accordion .accordion-body .accordion-body-div .result-list {
  padding: 0.5rem;
  border-radius: 1.5rem;
  gap: 0.5rem;
  overflow-x: auto;
  align-items: center;
  text-align: center;
}
.trends-page .accordion .accordion-body .accordion-body-div .result-list .result-box .result-box-div {
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  display: inline-flex;
  width: 100%;
  min-width: 4.5rem;
}
.trends-page .accordion .accordion-body .accordion-body-div .result-list .result-box .result-date {
  color: #45544F;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  word-wrap: break-word;
  width: 100%;
}
.trends-page .empty-state-text {
  font-size: 1.25rem;
}
.trends-page .accordion-title {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  word-wrap: break-word;
  display: flex;
  padding: 0.25rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 2rem;
  background: var(--Neutral-100, #ECF0EF);
}
.trends-page .text-green-bg,
.trends-page .text-red-bg,
.trends-page .text-yellow-bg {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.02rem;
  white-space: nowrap;
  display: inline-flex;
  min-width: 2rem;
  padding: 0 0.25rem;
  align-items: center;
  gap: 0.125rem;
  border-radius: 0.5rem;
}
.trends-page .text-green-bg {
  color: var(--service-success-500-main, #09AA2C);
  background: var(--Primary-50, #E5FFF1);
}
.trends-page .text-red-bg {
  color: var(--Service-Error-900, #E83030);
  background: rgba(255, 229, 230, 0.5);
}
.trends-page .text-yellow-bg {
  color: var(--tertiary-500-main, #ED780C);
  background: rgba(255, 235, 136, 0.5);
}
.trends-page .text-orange {
  color: var(--tertiary-500-main, #ED780C);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 114.286% */
}

.trends-modal {
  padding-top: 3rem;
}
.trends-modal .modal-dialog {
  width: 19.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1), 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: auto;
}
.trends-modal .modal-dialog .modal-body {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
}
.trends-modal .modal-dialog .modal-body .result_name {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem; /* 133.333% */
  letter-spacing: -0.03rem;
}
.trends-modal .modal-dialog .modal-body .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.trends-modal .modal-dialog .modal-body .header .value {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem; /* 133.333% */
  letter-spacing: -0.03rem;
}
.trends-modal .modal-dialog .modal-body .body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.trends-modal .modal-dialog .modal-body .body .details {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.trends-modal .modal-dialog .modal-body .body .details .detail-label,
.trends-modal .modal-dialog .modal-body .body .details .detail-value {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.02rem;
}
.trends-modal .modal-dialog .modal-body .body .details .detail-label {
  color: var(--Neutral-600, #758A83);
  font-weight: 400;
}
.trends-modal .modal-dialog .modal-body .body .details .detail-value {
  color: var(--Neutral-900, #222A28);
  font-weight: 590;
}

.accordion-body {
  padding-top: 0.25rem;
}

.result-box {
  padding: 0.5rem;
  border-radius: 1rem;
  background: var(--Base-White, #FFF);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 0;
  border: 1px solid var(--Neutral-200, #DDE3E1);
}

.green-circle {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  background: #09AA2C;
  border-radius: 0.25rem;
}

.red-circle {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  background: #FF6060;
  border-radius: 0.25rem;
}

.red-border {
  border: 1px solid var(--Service-Error-300, #FF8080) !important;
}

.orange-border {
  border: 1px solid var(--tertiary-500-main, #ED780C) !important;
}

.test-value {
  font-size: 1.125rem !important;
  font-style: normal !important;
  font-weight: 590 !important;
  line-height: 1.5rem !important;
  letter-spacing: -0.0225rem !important;
  color: #222A28;
  white-space: nowrap;
}

.green-text {
  color: #09AA2C;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.red-text {
  color: #FF6060 !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  word-wrap: break-word;
}

.test-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}

.result-list {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  overflow-x: auto;
  width: 100%;
  background-color: #ECEFEE;
}

@media only screen and (min-width: 767px) {
  .patient-trends-page .patient-header-wrapper {
    background: white;
  }
  .trends-page {
    /* Track */
    /* Handle */
  }
  .trends-page ::-webkit-scrollbar {
    height: 0.3125rem;
  }
  .trends-page ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.3125rem #949E9B;
    border-radius: 1rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-right: 0.625rem;
  }
  .trends-page ::-webkit-scrollbar-thumb {
    background: #949E9B;
    border-radius: 1rem;
    margin-top: 0.3125rem;
  }
}
@media (max-width: 768px) {
  .result-list::-webkit-scrollbar {
    display: none;
  }
}
.ranges {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  overflow-x: auto;
  background-color: #ECEFEE;
}

.ranges::-webkit-scrollbar {
  display: none;
}

.ranges .text {
  color: var(--Neutral-700, #45544F);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}

.ranges .tag-abnormal {
  display: flex;
  gap: 0.25rem;
  padding: 2px 0.25rem;
  align-items: flex-start;
  border-radius: 0.25rem;
  background: var(--Service-Error-50, #FFE5E6);
  color: var(--Service-Error-900, #E83030);
  white-space: nowrap;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}

.ranges .tag-normal {
  display: flex;
  padding: 2px 0.25rem;
  align-items: flex-start;
  border-radius: 0.25rem;
  background: var(--Service-Success-50, #BAF7C7);
  color: var(--Service-Success-900, #0A7621);
  white-space: nowrap;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.ranges .tag-normal .content {
  background-color: #ECEFEE;
}

@media (max-width: 768px) {
  .trends-page .trends-page-div .trends-page-inner-div {
    padding-left: 1rem;
    padding-right: 0;
  }
  .trends-page .trends-page-div .trends-page-inner-div .accordion-button {
    padding-left: 0;
    width: 100%;
    padding-right: 1rem;
  }
  .trends-page .trends-page-div .trends-page-inner-div .accordion-body {
    padding-left: 0;
    padding-right: 0;
  }
  .trends-page .trends-page-div .trends-page-inner-div .trend-filters li a {
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 768px) {
  .trends-page .trends-page-div .trends-page-inner-div {
    padding-right: 0 !important;
  }
  .trends-page .trends-page-div .trends-page-inner-div .accordion-body {
    padding-right: 0;
  }
  .trends-page .trends-page-div .trends-page-inner-div .accordion-header {
    margin-bottom: 1rem;
  }
}
.reminder-page input[type=number]::-webkit-outer-spin-button,
.reminder-page input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.reminder-page input[type=number]:hover::-webkit-input-placeholder {
  color: transparent;
}
.reminder-page input[type=number]::-moz-placeholder {
  color: transparent;
}
.reminder-page input[type=number]:hover::-moz-placeholder {
  color: transparent;
}
.reminder-page input[type=number]:hover:-ms-input-placeholder {
  color: transparent;
}
.reminder-page .time-input::-moz-selection {
  background-color: transparent;
}
.reminder-page .time-input::selection {
  background-color: transparent;
}
.reminder-page .validation-error {
  color: red !important;
}
.reminder-page .iti__country-list {
  z-index: 9999;
}
.reminder-page .custom-round-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--gray-200);
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease, background-position 0.15s ease-in-out, opacity 0.15s ease-out, box-shadow 0.15s ease-in-out;
  width: 3rem;
  height: 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--neutral-500-main, #949E9B);
  background: var(--Neutral-100, #ECF0EF);
}
.reminder-page .custom-round-checkbox:focus {
  background-image: none;
}
.reminder-page .custom-round-checkbox:checked {
  background-image: none;
  background-position: 100%;
  border-radius: 1rem;
  border: 1px solid var(--Primary-900, #04E76D);
  background: var(--primary-500-main, #56FCA2);
}
.reminder-page .custom-round-checkbox:checked::after {
  border: 1px solid var(--Primary-900, #04E76D);
  transform: translateX(26px);
}
.reminder-page .custom-round-checkbox::after {
  box-shadow: 0 0.3125rem 0.625rem 0 var(--black-shadow-200);
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  transform: translateX(1px);
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border-radius: 0.5rem;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--neutral-500-main, #949E9B);
  background: var(--Base-White, #FFF);
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.reminder-page .time-selector-container, .reminder-page .time-zone-selector-container, .reminder-page .phone-selector-selector-container {
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.reminder-page .time-selector-container .time-selector-wrapper, .reminder-page .time-selector-container .time-zone-selector-wrapper, .reminder-page .time-selector-container .phone-selector-selector-wrapper, .reminder-page .time-zone-selector-container .time-selector-wrapper, .reminder-page .time-zone-selector-container .time-zone-selector-wrapper, .reminder-page .time-zone-selector-container .phone-selector-selector-wrapper, .reminder-page .phone-selector-selector-container .time-selector-wrapper, .reminder-page .phone-selector-selector-container .time-zone-selector-wrapper, .reminder-page .phone-selector-selector-container .phone-selector-selector-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.reminder-page .time-selector-container .time-input, .reminder-page .time-selector-container .time-zone-input, .reminder-page .time-zone-selector-container .time-input, .reminder-page .time-zone-selector-container .time-zone-input, .reminder-page .phone-selector-selector-container .time-input, .reminder-page .phone-selector-selector-container .time-zone-input {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  text-align: center;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .time-selector-container .time-input:hover, .reminder-page .time-selector-container .time-zone-input:hover, .reminder-page .time-zone-selector-container .time-input:hover, .reminder-page .time-zone-selector-container .time-zone-input:hover, .reminder-page .phone-selector-selector-container .time-input:hover, .reminder-page .phone-selector-selector-container .time-zone-input:hover {
  cursor: pointer;
}
.reminder-page .time-selector-container .time-input:-internal-autofill-selected, .reminder-page .time-selector-container .time-zone-input:-internal-autofill-selected, .reminder-page .time-zone-selector-container .time-input:-internal-autofill-selected, .reminder-page .time-zone-selector-container .time-zone-input:-internal-autofill-selected, .reminder-page .phone-selector-selector-container .time-input:-internal-autofill-selected, .reminder-page .phone-selector-selector-container .time-zone-input:-internal-autofill-selected {
  background-color: transparent !important;
}
.reminder-page .time-selector-container .time-selector, .reminder-page .time-selector-container .time-zone-selector, .reminder-page .time-zone-selector-container .time-selector, .reminder-page .time-zone-selector-container .time-zone-selector, .reminder-page .phone-selector-selector-container .time-selector, .reminder-page .phone-selector-selector-container .time-zone-selector {
  border-radius: 0.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
  gap: 0.5rem;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem;
  font-size: 1rem;
  width: inherit;
}
.reminder-page .time-selector-container .time-zone-selector-bg-white, .reminder-page .time-zone-selector-container .time-zone-selector-bg-white, .reminder-page .phone-selector-selector-container .time-zone-selector-bg-white {
  background: white !important;
}
.reminder-page .time-selector-container .time-zone-selector-bg-white input, .reminder-page .time-zone-selector-container .time-zone-selector-bg-white input, .reminder-page .phone-selector-selector-container .time-zone-selector-bg-white input {
  cursor: initial !important;
}
.reminder-page .time-selector-container .suggestions-container-time, .reminder-page .time-selector-container .suggestions-container-time-zone, .reminder-page .time-selector-container .suggestions-container-phone, .reminder-page .time-zone-selector-container .suggestions-container-time, .reminder-page .time-zone-selector-container .suggestions-container-time-zone, .reminder-page .time-zone-selector-container .suggestions-container-phone, .reminder-page .phone-selector-selector-container .suggestions-container-time, .reminder-page .phone-selector-selector-container .suggestions-container-time-zone, .reminder-page .phone-selector-selector-container .suggestions-container-phone {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 0.25rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 12.5rem;
  overflow-y: scroll;
}
.reminder-page .time-selector-container .suggestion, .reminder-page .time-zone-selector-container .suggestion, .reminder-page .phone-selector-selector-container .suggestion {
  padding: 0.625rem;
  cursor: pointer;
}
.reminder-page .time-selector-container .suggestion:hover, .reminder-page .time-zone-selector-container .suggestion:hover, .reminder-page .phone-selector-selector-container .suggestion:hover {
  background-color: #E5FFF1;
}
.reminder-page .reminder-page-row {
  display: flex;
  padding: 1rem;
  background: var(--Neutral-100, #ECF0EF);
  flex-wrap: wrap;
  margin-bottom: 3rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 768px) {
  .reminder-page .reminder-page-row {
    background: transparent !important;
  }
}
.reminder-page .reminder-page-row .healthy-reminders-title-div {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.reminder-page .reminder-page-row .healthy-reminders-title-div .add-new-reminder-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-page-row .health-reminder-info-text {
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
}
.reminder-page .reminder-form-wrapper {
  display: flex;
  width: 304px;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 1.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
}
.reminder-page .reminder-div, .reminder-page .reminder-page-edit-section {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.reminder-page .reminder-div .reminder-body-wrapper, .reminder-page .reminder-page-edit-section .reminder-body-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-title-div, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-title-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-title-div .reminder-title-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-title-div .reminder-title-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-title-div .reminder-info-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-title-div .reminder-info-text {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.28px;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-name-div, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-name-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-name-div .edit-icon, .reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-name-div .save-icon, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-name-div .edit-icon, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-name-div .save-icon {
  cursor: pointer;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-name-div .reminder-name-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-name-div .reminder-name-text {
  background: none;
  border: none;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-name-div .reminder-name-text:focus-visible, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-name-div .reminder-name-text:focus-visible {
  outline: none;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-name-div .reminder-name-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-name-div .reminder-name-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  text-align: center;
  padding: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .first-reminder-info-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .first-reminder-info-text {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;
  border-radius: 0.75rem;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container {
  position: relative;
  width: -webkit-fill-available;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .input-container, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .input-container {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  width: inherit;
  border-radius: 5px;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  background: var(--Base-White, #FFF);
  gap: 0.5rem;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .input-container .clear-reminder-button, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .input-container .clear-reminder-button {
  cursor: pointer;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container #inputField, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container #inputField {
  color: var(--Neutral-900, #222A28);
  border: none;
  background: none;
  outline: none;
  width: 100%;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .suggestions-container, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 0.25rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 12.5rem;
  overflow-y: scroll;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .suggestion, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .suggestion {
  padding: 0.625rem;
  cursor: pointer;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .suggestion:hover, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .reminder-suggestion-container .suggestion:hover {
  background-color: #E5FFF1;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div {
  display: flex;
  padding: 1rem 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.25rem;
  background: var(--Base-White, #FFF);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .how-much-day-title, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .how-much-day-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .how-much-day-title .how-much-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .how-much-day-title .how-much-text {
  flex: 1 0 0;
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 114.286% */
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators input, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators input {
  background: none;
  border: none !important;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators input:hover, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators input:hover {
  cursor: pointer;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators input:focus, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators input:focus {
  box-shadow: none;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators button, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .how-much-day-div .day-indicators button {
  background: none;
  border: none !important;
  margin-bottom: 0.2rem;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div {
  display: flex;
  padding: 1rem 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  border-radius: 0.25rem;
  background: var(--Base-White, #FFF);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .when-a-day-title, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .when-a-day-title {
  display: flex;
  gap: 0.5rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .when-a-day-title .every-day-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .when-a-day-title .every-day-text {
  color: var(--Neutral-700, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .when-a-day-title .every-day-text .example-every-day-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .when-a-day-title .every-day-text .example-every-day-text {
  color: var(--neutral-500-main, #949E9B);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .every-day-checkbox, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .every-day-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  width: -moz-fit-content;
  width: fit-content;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .every-day-checkbox .percentage-box-outer-div .percentage-box, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .every-day-checkbox .percentage-box-outer-div .percentage-box {
  color: var(--Service-Success-900, #0A7621);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  border-radius: 0.25rem;
  background: var(--Service-Success-50, #BAF7C7);
  padding: 0.1rem;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher #custom-tabs, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher #custom-tabs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher #custom-tabs .button-groups, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher #custom-tabs .button-groups {
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-button, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s;
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .on-a-day-tab-button, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .on-a-day-tab-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .periodic-button, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .periodic-button {
  border-left: 1px solid var(--secondary-500-main, #1E4639);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-button.active, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-button.active {
  background: var(--Primary-50, #E5FFF1);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-content, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-content {
  display: none;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-content.active, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-content.active {
  display: flex;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector {
  padding: 0px 0px;
  align-items: center;
  align-content: center;
  gap: 0.25rem;
  align-self: stretch;
  flex-wrap: wrap;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector .day-checkbox-wrapper, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector .day-checkbox-wrapper {
  cursor: pointer;
  display: flex;
  padding: 0.25rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  border: 1px solid var(--Neutral-100, #ECF0EF);
  background: var(--Neutral-50, #F4F6F5);
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector .day-checkbox-wrapper input[type=checkbox], .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector .day-checkbox-wrapper input[type=checkbox] {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  line-height: 1rem;
  background: #fff;
  border: 1px solid var(--Neutral-900, #222A28);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector .day-checkbox-wrapper input[type=checkbox]:checked, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector .day-checkbox-wrapper input[type=checkbox]:checked {
  border: none !important;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector .day-checkbox-wrapper input[type=checkbox]:checked:after, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-selector .day-checkbox-wrapper input[type=checkbox]:checked:after {
  content: url("/img/icon/check_icon_14_14.svg");
  color: white;
  background: #04E76D;
  width: 1rem;
  height: 1rem;
  display: block;
  line-height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--primary-500-main, #56FCA2);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator span, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator span {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator .day-indicators, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator .day-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator .day-indicators input, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator .day-indicators input {
  background: none;
  border: none !important;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator .day-indicators input:hover, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator .day-indicators input:hover {
  cursor: pointer;
  box-shadow: none;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator .day-indicators button, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .when-a-day-div .frequency-tab-switcher .tab-day-indicator .day-indicators button {
  background: none;
  border: none !important;
  margin-bottom: 0.2rem;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div {
  display: flex;
  padding: 1rem 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
  background: var(--Base-White, #FFF);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-title, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-title {
  color: #222A28;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-title .every-day-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-title .every-day-text {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-title .every-day-text .example-until-cancelled-text, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-title .every-day-text .example-until-cancelled-text {
  color: var(--neutral-500-main, #949E9B);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .until-cancel-checkbox, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .until-cancel-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .day-indicators, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .day-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
  flex: 1 0 0;
  border-radius: 0.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .day-indicators input, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .day-indicators input {
  background: none;
  border: none !important;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .day-indicators input:hover, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .day-indicators input:hover {
  cursor: pointer;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .day-indicators button, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .day-indicators button {
  padding: 0.5rem;
  background: none;
  border: none !important;
  margin-bottom: 0.2rem;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .cancel-until-duration-selector, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .cancel-until-duration-selector {
  cursor: pointer;
  display: flex;
  padding: 0.5rem;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  flex: 1 0 0;
  border-radius: 0.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .cancel-until-duration-selector .custom-select, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .cancel-until-duration-selector .custom-select {
  height: 100%;
  cursor: pointer;
  border: none;
  border-radius: 0;
  padding: 0;
  padding-right: 1rem !important;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-color: #F4F6F5;
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .cancel-until-duration-selector .custom-select:focus, .reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div .reminder-body-content .for-how-long-div .for-how-long-element-wrapper .cancel-until-duration-selector .custom-select:focus {
  outline: none; /* Remove default focus outline */
  box-shadow: none; /* Optional: Add a focus effect */
}
.reminder-page .reminder-div .reminder-actions, .reminder-page .reminder-page-edit-section .reminder-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-actions .phone-selector, .reminder-page .reminder-page-edit-section .reminder-actions .phone-selector {
  background: var(--Neutral-50, #F4F6F5);
  gap: 0.5rem;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem;
  font-size: 1rem;
  width: inherit;
  padding: 0;
  border-radius: 0.75rem;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-300, #C7D1CE);
}
.reminder-page .reminder-div .reminder-actions .phone-selector .dropdown-icon, .reminder-page .reminder-page-edit-section .reminder-actions .phone-selector .dropdown-icon {
  position: absolute;
  right: 5px;
  top: 12px;
}
.reminder-page .reminder-div .reminder-actions .form-group, .reminder-page .reminder-page-edit-section .reminder-actions .form-group {
  width: 100%;
  margin-bottom: 0;
}
.reminder-page .reminder-div .reminder-actions .form-group .iti--allow-dropdown, .reminder-page .reminder-page-edit-section .reminder-actions .form-group .iti--allow-dropdown {
  width: 100%;
}
.reminder-page .reminder-div .reminder-actions .form-group .iti--allow-dropdown .iti__selected-flag, .reminder-page .reminder-page-edit-section .reminder-actions .form-group .iti--allow-dropdown .iti__selected-flag {
  border-right: 1px solid var(--Neutral-300, #C7D1CE);
}
.reminder-page .reminder-div .reminder-actions .form-group .iti--allow-dropdown #phone, .reminder-page .reminder-page-edit-section .reminder-actions .form-group .iti--allow-dropdown #phone {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  padding: 0.75rem;
  gap: 0.5rem;
  align-self: stretch;
  background: none;
  border: none;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-actions .form-group .iti--allow-dropdown #phone:focus, .reminder-page .reminder-page-edit-section .reminder-actions .form-group .iti--allow-dropdown #phone:focus {
  box-shadow: none;
}
.reminder-page .reminder-div .reminder-actions .start-reminder-button, .reminder-page .reminder-page-edit-section .reminder-actions .start-reminder-button {
  display: flex;
  width: 132px;
  height: 2rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-actions .information-text, .reminder-page .reminder-page-edit-section .reminder-actions .information-text {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-actions .add-another-button, .reminder-page .reminder-page-edit-section .reminder-actions .add-another-button {
  display: flex;
  height: 2rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-div .reminder-actions .edit-reminder-actions-wrapper, .reminder-page .reminder-page-edit-section .reminder-actions .edit-reminder-actions-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.reminder-page .reminder-div .reminder-actions .edit-reminder-actions-wrapper .edit-reminder-actions, .reminder-page .reminder-page-edit-section .reminder-actions .edit-reminder-actions-wrapper .edit-reminder-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
}
.reminder-page .reminder-div .reminder-actions .edit-reminder-actions-wrapper .edit-reminder-actions .delete-button, .reminder-page .reminder-page-edit-section .reminder-actions .edit-reminder-actions-wrapper .edit-reminder-actions .delete-button {
  color: var(--Neutral-900, #222A28);
  display: flex;
  height: 2rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Service-Error-50, #FFE5E6);
}
.reminder-page .reminder-div .reminder-actions .edit-reminder-actions-wrapper .edit-reminder-actions .cancel-edit-button, .reminder-page .reminder-page-edit-section .reminder-actions .edit-reminder-actions-wrapper .edit-reminder-actions .cancel-edit-button {
  color: var(--Neutral-900, #222A28);
  display: flex;
  height: 2rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: #FFFFFF;
}
.reminder-page .reminder-div .reminder-actions .edit-reminder-actions-wrapper .edit-reminder-actions .save-changes-button, .reminder-page .reminder-page-edit-section .reminder-actions .edit-reminder-actions-wrapper .edit-reminder-actions .save-changes-button {
  color: var(--Neutral-900, #222A28);
  display: flex;
  height: 2rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
@media only screen and (max-width: 768px) {
  .reminder-page .reminder-page-row {
    padding: 0.5rem 0.5rem 30px 0.5rem;
  }
  .reminder-page .reminder-div-wrapper {
    width: 304px;
  }
}
.reminder-page .reminder-page-edit-section {
  min-height: 465px;
  padding: 1rem;
  display: flex;
  width: 304px;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 1.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
}
.reminder-page .reminder-page-edit-section .reminder-name-text {
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.5rem !important;
  letter-spacing: -0.32px !important;
}
.reminder-page .reminder-page-edit-section .reminder-body-wrapper .reminder-body-div {
  gap: 1rem !important;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .reminder-suggestion-container .input-container {
  justify-content: start !important;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing span {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 0.5rem;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper::-webkit-scrollbar {
  width: 0;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0.5rem;
  gap: 0.5rem;
  list-style-position: inside;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper ul li {
  color: var(--neutral-900, #222A28);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper ul li:first-child {
  padding-right: 1rem;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper ul li::marker {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper .btn-collapse-products {
  padding: 0.25rem;
  color: #222A28;
  border-radius: 0.25rem;
  background: #ECF0EF;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 510;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper.collapsable.collapsed span:nth-child(n+3) {
  display: none;
}
.reminder-page .reminder-page-edit-section .reminder-body-content .when-a-day-div .reminder-timing .product-info-wrapper.collapsable.collapsed span:nth-child(2) {
  color: var(--neutral-500-main, #949E9B);
}
.reminder-page .reminder-page-edit-section .reminder-body-content .reminder-dose-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.reminder-page .reminder-page-edit-section .mobile-phone-form-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: -1px;
  flex: 1 0 0;
  margin-bottom: 0;
  border-radius: 0.75rem;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-300, #C7D1CE);
  width: 100%;
  background: var(--Base-White, #FFF);
}
.reminder-page .reminder-page-edit-section .mobile-phone-form-group .mobile-phone-form-group-dial-code {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  align-items: center;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
  border-right: 1px solid var(--Neutral-300, #C7D1CE);
}
.reminder-page .reminder-page-edit-section .mobile-phone-form-group .mobile-phone-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 0 0;
  padding: 0.75rem;
}
.reminder-page .reminder-page-edit-section .mobile-phone-form-group .mobile-phone-input a {
  color: var(--Neutral-900, #222A28);
}
.reminder-page .reminder-page-edit-section .sending-reminder-text {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.reminder-page .reminder-page-edit-section .edit-reminder-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.reminder-page .reminder-page-edit-section .edit-reminder-buttons #pauseReminderForm {
  flex: 1 0 0;
}
.reminder-page .reminder-page-edit-section .edit-reminder-buttons .pause-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  align-self: stretch;
}
.reminder-page .reminder-page-edit-section .edit-reminder-buttons .pause-button-wrapper .pause-button {
  color: var(--Neutral-900, #222A28);
  background: none;
  border: none;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  display: flex;
  padding: 2px 0px;
  align-items: flex-start;
  font-weight: 510;
}
.reminder-page .reminder-page-edit-section .edit-reminder-buttons .edit-reminder-button {
  color: var(--Neutral-900, #222A28);
  flex: 1 0 0;
  display: flex;
  height: 2rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  font-weight: 510;
}
.reminder-page .reminder-add-new-div {
  display: flex;
  width: 304px;
  height: 682px;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  border-radius: 1.5rem;
  background: var(--Neutral-50, #F4F6F5);
}
.reminder-page .reminder-add-new-div .add-new-reminder-button {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}

.results-page .download-result-button-group {
  display: flex;
  align-items: flex-start;
  gap: -1px;
  border-radius: 1rem;
  cursor: pointer;
}
.results-page .download-result-button-group .download-result-button, .results-page .download-result-button-group .download-result-dropdown {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.results-page .download-result-button-group .download-result-dropdown {
  display: flex;
  padding: 0.5rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}
.results-page .dropdown-menu {
  left: 0 !important;
}
.results-page .collapse-arrow {
  display: none;
}
.results-page .card-light:not(.collapsed) .collapse-minus-icon {
  display: block;
}
.results-page .card-light.collapse-toggle.collapsed .collapse-plus-icon {
  display: block;
}
.results-page .card.collapse-toggle {
  cursor: pointer;
}
.results-page .card.collapsed > div:first-child {
  margin-bottom: 0 !important;
}
.results-page .card.collapsed .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
}
.results-page .card.collapsed .collapse-arrow {
  transform: rotate(180deg);
}
.results-page .card.collapsed .range {
  display: none !important;
}
.results-page .card.collapsed .notes {
  display: none !important;
}
.results-page .card.collapsed .you-marker {
  display: none !important;
}
.results-page .accordion {
  width: 100%;
}
.results-page .accordion .range {
  border-radius: 0.5rem;
  background: var(--Neutral-50, #F4F6F5);
  padding: 0.5rem;
}
.results-page .accordion .range span {
  color: var(--Neutral-700, #45544F);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510 !important;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.results-page .accordion .range div:first-child {
  margin-bottom: 0.5rem;
}
.results-page .accordion .range .range-segment {
  border-radius: 1.25rem;
  height: 0.5rem;
  width: 100%;
}
.results-page .accordion .range .range-segment.range-good {
  background-color: #17ce3f;
}
.results-page .accordion .range .range-segment.range-bad {
  background-color: #ff6060;
}
.results-page .accordion .evaluation {
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  height: unset !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.5rem 0.75rem;
}
.results-page .accordion .evaluation.evaluation-normal {
  background: var(--Service-Success-50, #BAF7C7);
  color: var(--Service-Success-900, #0A7621);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  padding: 0.25rem 0.75rem !important;
}
.results-page .accordion .evaluation.evaluation-high, .results-page .accordion .evaluation.evaluation-low, .results-page .accordion .evaluation.evaluation-abnormal {
  background-color: #ff6060;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  padding: 0.25rem 0.75rem !important;
}
.results-page .accordion .evaluation img {
  color: #fff;
}
.results-page .accordion .accordion-title-button {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.75rem;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.25rem;
  background: var(--Base-White, #FFF);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  align-items: center;
}
.results-page .accordion .accordion-title-button .overall-test-result-positive-sign {
  display: flex;
  padding: 0.25rem var(--tokens-spacing-spc-12, 0.75rem);
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  display: none;
  border-radius: var(--tokens-spacing-spc-8, 0.5rem);
  background: var(--Service-Success-50, #BAF7C7);
}
.results-page .accordion .accordion-title-button .overall-test-result-negative-sign {
  display: flex;
  padding: 0.25rem var(--tokens-spacing-spc-12, 0.75rem);
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  display: none;
  border-radius: var(--tokens-spacing-spc-8, 0.5rem);
  background: var(--service-error-500-main, #FF6060);
}
.results-page .accordion .accordion-title-button span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: var(--Neutral-900, #222A28);
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 125%;
  text-align: start;
}
.results-page .accordion .accordion-title-button.collapsed {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.results-page .accordion .accordion-title-button.collapsed .overall-test-result-positive-sign {
  display: block;
}
.results-page .accordion .accordion-title-button.collapsed .overall-test-result-negative-sign {
  display: block;
}
.results-page .accordion .accordion-title-button.collapsed {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.results-page .accordion .last-marker-item {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.results-page .accordion .accordion-title-button.collapsed .chevron-down-arrow {
  display: block !important;
}
.results-page .accordion .accordion-title-button.collapsed .chevron-up-arrow {
  display: none !important;
}
.results-page .accordion .accordion-collapse {
  margin-top: 2px;
}
.results-page .accordion .accordion-collapse .card-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.results-page .accordion .accordion-collapse .card-body .about-test-text {
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
}
.results-page .accordion .accordion-collapse .card-body .insights-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
}
.results-page .accordion .accordion-collapse .card-body .card-body-inside-section {
  display: flex;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  cursor: pointer;
  border-radius: 0.25rem;
  background: var(--Base-White, #FFF);
}
.results-page .accordion .accordion-collapse .card-body .card-body-inside-section .card-light .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: var(--Neutral-700, #45544F);
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.results-page .accordion .accordion-collapse .card-body .card-body-inside-section .insights-heading {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1rem;
}
.results-page .accordion .accordion-collapse .card-body .card-body-inside-section .hold-tight-text {
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.results-page .accordion .accordion-collapse .card-body .card-body-inside-section .pending-result-names-wrapper {
  display: flex;
  padding: var(--tokens-spacing-spc-0, 0rem) 1.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  align-self: stretch;
}
.results-page .accordion .accordion-collapse .card-body .card-body-inside-section .pending-result-names-wrapper .pending-result-test-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: var(--Neutral-900, #222A28);
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  position: relative;
  padding-left: 1rem;
}
.results-page .accordion .accordion-collapse .card-body .card-body-inside-section .pending-result-names-wrapper .pending-result-test-name::before {
  content: "•";
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--neutral-900, #222A28);
}
.results-page .you-marker {
  background-color: #45544f;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  position: relative;
  white-space: nowrap;
  color: var(--Base-White, #FFF);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
  margin-bottom: 0 !important;
}
.results-page .you-marker:not(.no-triangle)::before {
  border-color: transparent transparent #45544f;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 0.25rem;
  left: 43%;
  position: absolute;
  top: -8px;
}
.results-page .pending-partial-tag {
  display: flex;
  padding: var(--tokens-spacing-spc-0, 0rem) 0.25rem;
  align-items: center;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  border-radius: 0.25rem;
  background: var(--Service-Warning-100, #FEE0B4);
}
.results-page .pending-partial-tag .pending-partial-text {
  overflow: hidden !important;
  color: var(--Neutral-900, #222A28) !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  font-size: 0.75rem !important;
  font-style: normal !important;
  font-weight: 510 !important;
  line-height: 1rem !important;
  letter-spacing: -0.015rem !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
.results-page .results-page-row {
  display: flex;
  padding: 1.5rem;
}
.results-page .results-page-row .result-page-switcher {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}
.results-page .results-page-row .result-page-switcher-btn {
  padding: 0.55rem 1rem;
  font-size: 0.75rem;
  font-weight: 510;
  line-height: 1rem;
  color: var(--Secondary-900, #0F241D);
  background: #fff;
  white-space: nowrap;
  border: 0.0625rem solid var(--secondary-500-main, #1E4639);
}
.results-page .results-page-row .result-page-switcher-btn:not(:first-child) {
  border-left: none;
}
.results-page .results-page-row .result-page-switcher-btn:first-child {
  border-radius: 1rem 0 0 1rem;
}
.results-page .results-page-row .result-page-switcher-btn:last-child {
  border-radius: 0 1rem 1rem 0;
}
.results-page .results-page-row .result-page-switcher-btn.active {
  background: var(--Primary-50, #E5FFF1);
}
.results-page .results-page-row .result-page-title-div {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.results-page .results-page-row .result-page-top-actions-wrapper {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.results-page .results-page-row .result-page-top-actions-wrapper .custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.results-page .results-page-row .result-page-top-actions-wrapper #order-selector {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.results-page .results-page-row .result-page-top-actions-wrapper .styled-select-value {
  white-space: nowrap;
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
}
.results-page .results-page-row .result-page-top-actions-wrapper .styled-select-value .first-half {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.results-page .results-page-row .result-page-top-actions-wrapper .styled-select-value .second-half {
  color: var(--Neutral-700, #45544F);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
@media only screen and (max-width: 768px) {
  .results-page .results-page-row .result-page-top-actions-wrapper .styled-select-value {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 1.25rem;
  }
}
.results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector #order-selector {
  color: var(--Secondary-900, #0F241D);
  padding: 7px 1rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  min-width: 11.25rem;
  background: url(/img/chevron-down.png) no-repeat #FFF;
  background-position: right 0.5rem center;
  background-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.results-page .results-page-row .result-page-top-actions-wrapper .result-page-reorder-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .results-page .results-page-row .result-page-top-actions-wrapper {
    flex-direction: column;
    gap: var(--tokens-spacing-spc-16, 1rem);
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector {
    flex-direction: column;
    gap: var(--tokens-spacing-spc-8, 0.5rem);
    width: 100%;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector select {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem !important;
    font-size: 0.875rem !important;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector .result-page-reorder-actions {
    width: 100%;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector .result-page-reorder-actions .dropdown-receipt {
    width: 100%;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector .result-page-reorder-actions .dropdown-receipt .download-result-button-group {
    width: 100%;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector .result-page-reorder-actions .dropdown-receipt .download-result-button-group form {
    width: 100%;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector .result-page-reorder-actions .dropdown-receipt .download-result-button-group form button {
    width: 100%;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector .result-page-reorder-actions .dropdown-receipt .download-result-button-group .download-result-button {
    flex: 1 0 0;
    font-size: 0.875rem !important;
    padding: 0.75rem 1rem;
    border-bottom-left-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector .result-page-reorder-actions .dropdown-receipt .download-result-button-group .download-result-dropdown {
    padding: 0.75rem 0.75rem;
    border-bottom-right-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
  .results-page .results-page-row .result-page-top-actions-wrapper .result-page-order-result-selector .download-result-btn {
    width: 100%;
    padding: 0.75rem;
    border-radius: 1.25rem;
  }
}
.results-page .results-page-row .result-page-view-result-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: var(--Neutral-900, #222A28);
  background: #fff;
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  border: 1px solid var(--Neutral-300, #C7D1CE);
  font-size: 1rem;
  font-weight: 590;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 0.7;
  overflow: hidden;
}
.results-page .results-page-row .result-page-view-result-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url("/img/test_result_sample.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 50%;
  filter: blur(0.2rem);
  -webkit-filter: blur(0.2rem);
}
.results-page .results-page-row .result-page-view-result-btn img, .results-page .results-page-row .result-page-view-result-btn span {
  position: relative;
  z-index: 1;
}
.results-page .results-page-row .result-page-view-result-btn img {
  width: 2rem;
}
@media only screen and (min-width: 576px) {
  .results-page .results-page-row .result-page-view-result-btn {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .results-page .results-page-row .result-page-view-result-btn {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1200px) {
  .results-page .results-page-row .result-page-view-result-btn {
    width: 25%;
  }
}
.results-page .results-page-row .email-result-button {
  display: flex;
  padding: 0.25rem 0px;
  align-items: flex-start;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.results-page .results-page-row .reorder-button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.results-page .results-page-row .download-result-btn {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
@media only screen and (max-width: 768px) {
  .results-page .results-page-row {
    padding: 1rem;
  }
}
.results-page .result-body-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  height: -moz-fit-content;
  height: fit-content;
}
.results-page .result-comments-nav {
  position: sticky;
  top: 1rem;
  background-color: var(--neutral-25, #F9FBFA);
  border-radius: 1rem;
  border: solid 1px var(--Neutral-300, #C7D1CE);
  overflow: hidden;
}
.results-page .result-comments-nav .result-comment-nav--item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  padding-right: 3rem;
  border-top: solid 1px var(--Neutral-300, #C7D1CE);
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-weight: 500;
}
.results-page .result-comments-nav .result-comment-nav--item:first-child {
  border-top: none;
}
.results-page .result-comments-nav .result-comment-nav--item.active {
  background-color: #fff;
  color: var(--Neutral-900, #222A28);
}
.results-page .result-comments-nav .result-comment-nav--item.active svg {
  color: var(--Neutral-900, #222A28);
}
.results-page .result-comments-nav .result-comment-nav--item svg {
  width: 1rem;
  height: 1rem;
  color: var(--neutral-500-main, #91A19C);
}
.results-page .result-comments-nav .result-comment-nav--item .result-abnormal-count {
  position: absolute;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: var(--service-error-500-main, #FF6060);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
}
.results-page .white-bg-referral-div .referral-section-home-page {
  border-radius: 1rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Base-White, #FFF);
}
.results-page .white-bg-referral-div .referral-section-home-page .referral-section-info-section {
  flex-direction: column !important;
}
.results-page .white-bg-referral-div .referral-section-home-page .referral-section-info-section .get-200-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5rem;
  letter-spacing: -0.0225rem;
}
.results-page .white-bg-referral-div .referral-section-home-page .referral-section-info-section .referral-info-section .referral-info-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0225rem;
}
.results-page .white-bg-referral-div .referral-section-home-page .referral-share-section {
  background: var(--Base-White, #FFF);
  border-left: 1px solid var(--Neutral-300, #C7D1CE);
}
.results-page .white-bg-referral-div .referral-section-home-page .referral-share-section .referral-share-link-section {
  border: none !important;
}
.results-page .white-bg-referral-div .referral-section-home-page .referral-share-section .social-media-div span {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
@media only screen and (max-width: 768px) {
  .results-page .white-bg-referral-div .referral-section-home-page .get-200-text {
    line-height: 2rem !important;
  }
  .results-page .white-bg-referral-div .referral-section-home-page .referral-share-section {
    border-top: 1px solid var(--Neutral-300, #C7D1CE);
    border-left: none;
  }
  .results-page .white-bg-referral-div .referral-section-home-page .referral-info-section .referral-info-text {
    color: var(--Neutral-900, #222A28);
    font-size: 0.75rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1rem !important;
    letter-spacing: -0.24px !important;
  }
}
.results-page .no-result-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  flex-wrap: wrap;
}
.results-page .no-result-wrapper .no-results-div {
  display: flex;
  min-width: 17.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  flex: 1 0 0;
}
.results-page .no-result-wrapper .referral-card {
  display: flex;
  min-width: 17.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1 0 0;
}
@media only screen and (max-width: 768px) {
  .results-page .no-result-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .results-page .no-result-wrapper .no-results-div {
    min-width: 100%;
  }
  .results-page .no-result-wrapper .referral-card {
    min-width: 100%;
  }
  .results-page .result-div-wrapper {
    width: 100%;
  }
  .results-page .result-div-wrapper .result-body-wrapper {
    width: 100%;
  }
}

.modify-subscription-items-popup {
  -webkit-overflow-scrolling: touch;
  font-family: system-ui, sans-serif;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.modify-subscription-items-popup .close-btn {
  color: #45544f;
  position: absolute;
  right: 8px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .modify-subscription-items-popup .close-btn {
    top: -0.9rem;
    right: -0.9rem;
  }
}
.modify-subscription-items-popup .popup-section {
  background: no-repeat;
  box-shadow: none;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  pointer-events: unset;
}
.modify-subscription-items-popup .popup-section .modal-content {
  background: #56FCA2;
  margin: auto;
  max-width: 48.5rem;
  max-height: 100%;
  border-radius: var(--tokens-spacing-spc-24, 1.5rem);
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--colors-base-white, #F4F6F5);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .modify-subscription-items-popup .popup-section .modal-content {
    top: unset;
    width: 95% !important;
  }
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: var(--Base-White, #FFF);
}
@media screen and (max-width: 768px) {
  .modify-subscription-items-popup .popup-section .modal-content .modal-body {
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
  }
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .heading-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .heading-section span {
  color: #2E3835;
  font-size: 1.125rem;
  font-weight: 590;
  line-height: 1.333;
  letter-spacing: -0.0225rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header #status {
  display: flex;
  padding: 0.25rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 1rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 590;
  line-height: 1rem;
  text-transform: uppercase;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header #status.active {
  color: var(--Neutral-900, #222A28);
  background: var(--primary-500-main, #56FCA2);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header #status.paused {
  color: var(--Neutral-900, #222A28);
  background: var(--Service-Warning-300, #FDCC81);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header #status.cancelled {
  color: var(--Service-Error-900, #E83030);
  background: var(--Service-Error-50, #FFE5E6);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header #status.past_due {
  color: var(--Neutral-900, #222A28);
  background: var(--Service-Warning-300, #FDCC81);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header #pro-title {
  font-size: 1.5rem;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  text-wrap-style: balance;
  color: var(--Neutral-900, #222A28);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header .lab-test-info-wrapper .lab-tests-list-bullet-points li {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header .show-tooltip {
  position: relative;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header .show-tooltip .show-tooltip-active {
  width: -moz-max-content;
  width: max-content;
  left: 0;
  bottom: -4.375rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header #original-price {
  color: var(--Neutral-400, #ACB9B5);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 133.333% */
  letter-spacing: -0.36px;
  text-decoration-line: line-through;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .lab-test-list-card-header #price {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #elements h2 {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #elements .panel-includes-div .panel-includes-wrapper {
  flex-wrap: wrap;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #elements .panel-includes-div .panel-includes-wrapper ul.list-of-biomarkers {
  display: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #elements .panel-includes-div .panel-includes-wrapper ul.list-of-biomarkers.show-biomarker-list {
  display: flex;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #elements .panel-includes-div .panel-includes-wrapper ul.list-of-biomarkers li.badge {
  border-radius: 1rem;
  border: 1px solid #1E4639;
  background: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #elements .panel-includes-div span.badge {
  border-radius: 2rem;
  border: 1px solid rgb(30, 70, 57);
  background: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-weight: 510;
  color: var(--Neutral-900, #222A28);
  margin-bottom: 0px !important;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #elements .panel-includes-div span.badge img.action-icon {
  width: 1rem;
  margin-left: 0.313rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card .preparation-divider {
  width: 100%;
  height: 1px;
  background: #DDE3E1;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #instructions .preparation-wrapper {
  margin-top: 0 !important;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #instructions .preparation-wrapper .preparation-section {
  flex: 1 0 0;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #instructions .preparation-wrapper .preparation-section .preparation-heading {
  color: var(--Neutral-900, #222A28);
  font-style: normal;
  letter-spacing: -0.023rem;
  font-size: 1rem;
  font-weight: 590;
  line-height: 1rem;
  padding-bottom: 0.25rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #instructions .preparation-wrapper .preparation-section .preparation-line {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.02rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .productdata .lab-test-list-card #instructions .preparation-wrapper .preparation-section .preparation-line .preparation-point {
  font-weight: 590;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body form {
  display: flex;
  gap: 1rem;
  align-self: stretch;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .modify-subscription-items-popup .popup-section .modal-content .modal-body form {
    flex-direction: column;
    align-items: unset !important;
  }
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container span.product-label {
  overflow: hidden;
  color: #222A28;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 590;
  line-height: 1.25;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col {
    flex-direction: column;
    align-self: stretch;
  }
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper {
    align-self: stretch;
  }
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .input-label {
  color: var(--Neutral-600, #758A83);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .input-label .red-dot {
  color: var(--service-error-500-main, #FF6060);
  margin-right: 0.25rem;
  font-size: 1rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select .selector {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select .selector svg {
  padding: 0.25rem;
  cursor: pointer;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select .selector input {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.75rem;
  border: 1px solid var(--Neutral-900, #222A28);
  outline: none;
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select .selector input.highlight {
  background-color: rgba(254, 234, 205, 0.3);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select .selector input::-webkit-outer-spin-button, .modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select .selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select select {
  color: #222A28;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 590;
  line-height: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--Neutral-900, #222A28);
  outline: none;
  flex: 1 0 0;
  background: url(/img/chevron-down.png) no-repeat #FFF;
  background-position: right 0.5rem center;
  background-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-select select.highlight {
  background-color: rgba(254, 234, 205, 0.3);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-date {
  background-color: #fff;
  padding-right: 0.6rem !important;
  border: 1px solid var(--Neutral-900, #222A28);
  border-radius: 1rem;
  padding: 1rem;
  color: #222A28;
  font-size: 1rem;
  font-weight: 510;
  line-height: 1rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/img/icon/calendar_16_16.svg) no-repeat right 0.5rem center;
  background-size: 1.25rem 1.25rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-date.highlight {
  background-color: rgba(254, 234, 205, 0.3);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-date::-webkit-date-and-time-value {
  display: flex;
  align-items: center;
  text-align: left !important;
}
@-moz-document url-prefix() {
  .modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .custom-date {
    background: none;
  }
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .modify-subscription-items-wrapper .modify-subscription-items-container .modify-subscriptions-items-col .input-wrapper .btn-renew {
  padding: 0.25rem 0;
  align-items: flex-start;
  border-bottom: 1px solid var(--neutral-500-main, #91A19C);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  white-space: nowrap;
  cursor: pointer;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper {
  display: flex;
  gap: 0.75rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .label {
  color: var(--Neutral-600, #758A83);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.038rem;
  text-transform: uppercase;
  display: flex;
  margin: 0.5rem 0 0.375rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .label .black-text {
  color: var(--Neutral-900, #222A28);
  margin-left: 0.25rem;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .subscription-action-button {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  border-radius: 0.75rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1rem;
  cursor: pointer;
  white-space: nowrap;
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .subscription-action-button.red {
  border: 1px solid var(--Service-Error-50, #FFE5E6);
  background: rgba(255, 229, 230, 0.5);
  color: var(--Service-Error-900, #E83030);
}
.modify-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .subscription-action-button.green {
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--primary-500-main, #56FCA2);
}
@media (max-width: 768px) {
  .modify-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper {
    flex-direction: row-reverse;
  }
}

.cancellation-options-modal .cancellation-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Neutral-800, #2E3835);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5;
  letter-spacing: -0.0225rem;
}
.cancellation-options-modal .cancellation-main-header .close-button {
  border-radius: 1rem;
  background: var(--Neutral-300, #C7D1CE);
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
}
.cancellation-options-modal .cancellation-main-header .back-circle {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0rem;
  border: none;
  background: none;
  color: #222A28;
  margin-bottom: 0.25rem;
  background: var(--Base-White, #FFF);
}
.cancellation-options-modal .cancellation-main-header .header-text {
  margin-top: 0;
}
.cancellation-options-modal .modal-content {
  box-shadow: none !important;
}
.cancellation-options-modal .modal-content .modal-body {
  overflow-x: hidden;
  border-radius: 1.5rem;
  background: var(--Neutral-50, #F4F6F5);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.cancellation-options-modal .modal-content .modal-body .sub-headline {
  font-weight: 590;
}
.cancellation-options-modal a.contact-us-link {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.cancellation-options-modal .cancellation-options-list-wrapper, .cancellation-options-modal .modify-subscription-items-wrapper {
  width: 100%;
}
.cancellation-options-modal .cancellation-options-list-wrapper .error {
  font-style: normal !important;
}

.cancellation-options-list {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background: #FFFFFF;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  width: 100%;
}
.cancellation-options-list .other-feedback {
  display: flex;
  padding: 0.5rem;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Base-White, #FFF);
  outline: none;
  min-height: 6rem;
}
.cancellation-options-list .cancellation-options-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  border-bottom: 1px solid var(--Neutral-300, #C7D1CE);
  width: 100%;
}
.cancellation-options-list .cancellation-options-list-item:last-child {
  border-bottom: none;
}
.cancellation-options-list .cancellation-options-list-item label {
  width: 100%;
}
.cancellation-options-list .cancellation-options-list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0;
  background-clip: content-box;
  border: 0.25rem solid #000;
  background-color: #ECF0EF;
  border-radius: 50%;
}
.cancellation-options-list .cancellation-options-list-item input[type=radio]:checked {
  background-color: #222A28;
}
.cancellation-options-list .cancellation-options-list-item input[type=radio]:checked {
  background-color: #04E76D;
}
.cancellation-options-list .cancellation-options-list-item input[type=radio]:not(:checked) {
  background-color: white;
  border: 1px solid #949E9B;
  padding: 0;
}
.cancellation-options-list .duplicate-subscription-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1rem;
}
.cancellation-options-list .duplicate-subscription-section.has-multiple {
  padding: 0;
  border: 1px solid var(--service-warning-500-main, #FCBA55);
  border-bottom: 1px solid var(--service-warning-500-main, #FCBA55);
  background: #FFFBF5;
  gap: 0;
}
.cancellation-options-list .duplicate-subscription-section.has-multiple form {
  gap: 0;
}
.cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-heading {
  display: none;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-heading {
    padding: 1rem;
  }
}
.cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-items-container {
  padding: 1rem 1.5rem;
  gap: 0.75rem;
  background: #FFF7EB;
}
.cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-items-container:first-of-type {
  border-top: 1px solid var(--service-warning-500-main, #FCBA55);
}
.cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-items-container .product-name-label {
  overflow: hidden;
  color: var(--Neutral-900, #222A28);
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-weight: 590;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-items-container {
    padding: 1rem;
  }
}
.cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-cta-container {
  padding: 0 1.5rem 1rem;
  gap: 0.75rem;
  background: #FFF7EB;
}
.cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-cta-container:last-child {
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section.has-multiple .duplicate-subscription-cta-container {
    padding: 0 1rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section {
    padding: 1rem;
  }
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-heading {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-heading .text-heading {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.33;
  letter-spacing: -0.03rem;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-heading .text-subheading {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02rem;
}
.cancellation-options-list .duplicate-subscription-section form {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.5rem;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 1rem;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-name-wrapper {
  display: flex;
  padding: 0.75rem 1rem 0.5rem 1rem;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  border-bottom: 1px solid var(--Neutral-300, #C7D1CE);
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-name-wrapper span {
  overflow: hidden;
  color: var(--Neutral-900, #222A28);
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 590;
  line-height: 1.25;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper {
  display: flex;
  padding: 0.75rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-bottom: 1px solid var(--Neutral-200, #DDE3E1);
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper {
    padding: 1rem;
  }
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row {
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
  }
  .cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row:not(:last-child) {
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #C7D1CE;
  }
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row span {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row .product-detail-frequency-col {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row .product-detail-frequency-col span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row .product-detail-frequency-detail {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row .product-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-bottom: 1px dashed #C7D1CE;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row .product-divider {
    display: none;
  }
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row .product-detail-date-col {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-row .product-detail-wrapper .product-detail-row .product-detail-date-col span {
  font-weight: 510;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row {
    flex-direction: column;
  }
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row .input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row .input-wrapper {
    align-self: stretch;
  }
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row .input-wrapper .input-label {
  color: #222A28;
  font-size: 1rem;
  font-weight: 510;
  line-height: 1;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row .input-wrapper .custom-select {
  color: #222A28;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 590;
  line-height: 1.2;
  border-radius: 0.75rem;
  border: 1px solid #C7D1CE;
  min-width: 11.25rem;
  background: url(/img/chevron-down.png) no-repeat #FFF;
  background-position: right 0.5rem center;
  background-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row .input-wrapper .custom-date {
  color: #222A28;
  border-radius: 0.75rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 590;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/img/icon/calendar_16_16.svg) no-repeat right 10px center;
  background-size: 20px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row .input-wrapper .custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row .input-wrapper .custom-date::-webkit-date-and-time-value {
  display: flex;
  align-items: center;
  text-align: left !important;
}
@-moz-document url-prefix() {
  .cancellation-options-list .duplicate-subscription-section .duplicate-subscription-items-container .subscription-item-options-row .input-wrapper .custom-date {
    background: none;
  }
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-cta-container {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-cta-container .cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-cta-container .cta-wrapper .btn-keep-duplicates-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-cta-container .cta-wrapper .btn-keep-duplicates-wrapper .btn-keep-duplicates {
  display: flex;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0.25rem 0rem;
  align-items: flex-start;
  color: #222A28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1.14;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B) !important;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-cta-container .cta-wrapper .btn-merge-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.cancellation-options-list .duplicate-subscription-section .duplicate-subscription-cta-container .cta-wrapper .btn-merge-wrapper .btn-merge {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #222A28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1.14;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
.cancellation-options-list .merge-subscription-items-popup {
  -webkit-overflow-scrolling: touch;
  font-family: system-ui, sans-serif;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.cancellation-options-list .merge-subscription-items-popup .close-btn {
  color: #45544f;
  position: absolute;
  right: 0;
  top: 0;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section {
  top: 25%;
  background: no-repeat;
  box-shadow: none;
  width: 30rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .merge-subscription-items-popup .popup-section {
    width: 17.5rem;
    top: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content {
  background: #56FCA2;
  margin: auto;
  max-width: 30rem;
  border-radius: var(--tokens-spacing-spc-24, 1.5rem);
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--colors-base-white, #FFF);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content {
    max-width: 17.5rem;
  }
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body {
    padding: 1rem;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .heading-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .heading-section span {
  color: #2E3835;
  font-size: 1.125rem;
  font-weight: 590;
  line-height: 1.333;
  letter-spacing: -0.0225rem;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container span.product-label {
  overflow: hidden;
  color: #222A28;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 590;
  line-height: 1.25;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col {
    flex-direction: column;
    align-self: stretch;
  }
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col .input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col .input-wrapper {
    align-self: stretch;
  }
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col .input-wrapper .input-label {
  color: #222A28;
  font-size: 1rem;
  font-weight: 510;
  line-height: 1;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col .input-wrapper .custom-select {
  color: #222A28;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 590;
  line-height: 1.2;
  border-radius: 0.75rem;
  border: 1px solid #C7D1CE;
  min-width: 11.25rem;
  background: url(/img/chevron-down.png) no-repeat #FFF;
  background-position: right 0.5rem center;
  background-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col .input-wrapper .custom-date {
  color: #222A28;
  border-radius: 0.75rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 590;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/img/icon/calendar_16_16.svg) no-repeat right 10px center;
  background-size: 20px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col .input-wrapper .custom-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col .input-wrapper .custom-date::-webkit-date-and-time-value {
  display: flex;
  align-items: center;
  text-align: left !important;
}
@-moz-document url-prefix() {
  .cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .merge-subscription-items-wrapper .merge-subscription-items-container .merge-subscriptions-items-col .input-wrapper .custom-date {
    background: none;
  }
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .btn-cancel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .btn-cancel-wrapper .btn-cancel {
  display: flex;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0.25rem 0rem;
  align-items: flex-start;
  color: #222A28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1.14;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B) !important;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .btn-confirm-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.cancellation-options-list .merge-subscription-items-popup .popup-section .modal-content .modal-body .popup-cta-container .popup-cta-wrapper .btn-confirm-wrapper .btn-confirm {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #222A28;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1.14;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}

.contact-us-wrapper {
  background: none;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 100% */
}
.contact-us-wrapper .qr-code-image {
  width: 7.5rem;
  height: 7.5rem;
}
.contact-us-wrapper .contact-us-block {
  padding: 1.5rem 1rem;
  background: #FFFFFF;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  align-self: stretch;
}
.contact-us-wrapper .scan-me {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 114.286% */
}

.cancellation-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cancellation-actions .changed-my-mind, .cancellation-actions .back {
  text-decoration: none;
  padding: 0.25rem 0rem;
  border: none;
  background: none;
  color: #222A28;
}
.cancellation-actions .changed-my-mind {
  border-bottom: 1px solid var(--neutral-500-main, #91A19C);
}
.cancellation-actions .cancel-subscription,
.cancellation-actions .cancel-subscription-close {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  font-weight: 510;
  color: #222A28;
}
.cancellation-actions .cancel-subscription.green,
.cancellation-actions .cancel-subscription-close.green {
  background: var(--primary-500-main, #56FCA2);
}
.cancellation-actions .cancel-subscription.red,
.cancellation-actions .cancel-subscription-close.red {
  background: var(--primary-500-main, #FFE5E6);
}

.subscription-item-name,
.subscription-item-price {
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: line-through;
}

#pause-confirmation-item-name,
#pause-confirmation-item-price,
#pause-confirmation-item-frequency,
#pause-confirmation-item-resumes {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 100% */
}

#pause-confirmation-item-frequency {
  font-weight: 400;
}

#pause-confirmation-item-resumes {
  color: var(--aux-01500-main, #006FF2);
}

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

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

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  #modify-subscription-items-modal .modal-dialog, .cancellation-options-modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  #modify-subscription-items-modal .modal-dialog .modal-content, .cancellation-options-modal .modal-dialog .modal-content {
    width: 21.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #modify-subscription-items-modal .modal-dialog .modal-content .modal-body, .cancellation-options-modal .modal-dialog .modal-content .modal-body {
    width: 100%;
    gap: 3rem;
  }
  #modify-subscription-items-modal .cancellation-actions, .cancellation-options-modal .cancellation-actions {
    width: 100%;
    flex-direction: column-reverse;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  #modify-subscription-items-modal .cancellation-actions .back, .cancellation-options-modal .cancellation-actions .back {
    display: none;
  }
  #modify-subscription-items-modal .back-circle, .cancellation-options-modal .back-circle {
    padding: 0.5rem !important;
    border-radius: 1.5rem;
    border: 1px solid var(--secondary-500-main, #1E4639) !important;
  }
  #modify-subscription-items-modal .header-text, .cancellation-options-modal .header-text {
    margin-top: 2rem !important;
  }
  #modify-subscription-items-modal .subscription-item-name, .cancellation-options-modal .subscription-item-name {
    text-overflow: ellipsis;
  }
}
#panel-modal {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  background: rgba(34, 42, 40, 0.3);
  -webkit-backdrop-filter: blur(0.75rem);
          backdrop-filter: blur(0.75rem);
  z-index: 99999;
}
#panel-modal .modal-dialog {
  width: 45rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
#panel-modal .modal-dialog .modal-content {
  box-shadow: rgba(0, 0, 0, 0.35) 0 0.313rem 0.938rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  border-radius: 1.5rem;
  padding: 0.5rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: none;
  display: flex;
  padding: 0.25rem;
  border-radius: 1rem;
  background: var(--Neutral-300, #C7D1CE);
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card {
  display: flex;
  min-width: 17.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
  background: var(--Base-White, #FFF);
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .hsa-fsa-text {
  color: var(--Secondary-50, #4CB390);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header #pro_title {
  font-size: 1.5rem;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  text-wrap-style: balance;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .blue-info-block {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.25rem;
  flex-wrap: wrap;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .blue-info-block .blue-info-text {
  display: flex;
  padding: 0.25rem 0.5rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  background: var(--aux-01500-main, #006FF2);
  color: var(--Base-White, var(--colors-base-white, #FFF));
  line-height: 1rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .blue-info-block.temp .blue-info-text {
  background: var(--Aux-01-50, #E7F2FF);
  color: var(--Aux-01-700, #0d5bb4);
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .biomarker-notes {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  align-items: flex-start;
  border-radius: 1rem;
  border: 2px solid var(--service-warning-500-main, #FCBA55);
  background: #FFFBF5;
  width: 100%;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .biomarker-notes span {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.018rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .biomarker-notes span.title {
  margin-top: 0.25rem;
  font-weight: 590;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .lab-test-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .lab-test-info-wrapper .lab-tests-list-bullet-points {
  list-style-type: disc;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .lab-test-info-wrapper .lab-tests-list-bullet-points li {
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  margin: 0;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-card-header .lab-test-info-wrapper .lab-tests-list-bullet-points li:before {
  content: none !important;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .btn-add-to-cart-full .add-to-cart-btn {
  font-size: 1.125rem;
  font-weight: 590;
  color: var(--Neutral-900, #222A28);
  line-height: 1.5rem;
  letter-spacing: -0.0225rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .test-now-pay-later-button {
  width: 100% !important;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-weight: 590;
  line-height: 1.5rem;
  letter-spacing: -0.023rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--service-warning-500-main, #FCBA55);
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .test-now-pay-later-button .add-to-cart-btn-description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-price-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-price-block .product-price {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  margin: 0;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-price-block .product-price.reverse {
  flex-direction: row-reverse;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-price-block .product-price .price-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-weight: 510;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-price-block .product-price .price-text.old {
  font-weight: 400 !important;
  position: relative;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-price-block .product-price .price-text.old::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0.125rem;
  width: 100%;
  height: 0.25rem;
  transform-origin: center;
  transform: rotate(-15deg);
  background: var(--service-error-500-main, #FF6060);
  opacity: 0.5;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-price-block .loyalty-points-amount {
  color: var(--service-success-500-main, #09AA2C);
  white-space: nowrap;
  font-weight: 500;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-cart-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-cart-block .add-to-cart-btn-wrapper .btn-add-to-cart {
  max-width: 7.5rem;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 1.25rem;
  padding: 0.5rem 0.75rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-cart-block .add-to-cart-btn-wrapper .btn-add-to-cart.btn-green {
  color: #0F241D;
  border: 1px solid #1E4639;
  background: #56FCA2;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-cart-block .add-to-cart-btn-wrapper .btn-add-to-cart:hover {
  text-decoration: none;
  opacity: 0.8;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .product-cart-block .add-to-cart-btn-wrapper .btn-add-to-cart .add-to-cart-btn {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .add-to-panel-form .add-to-custom-panel-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  background: var(--Base-White, #FFF);
  border: none;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-view .lab-test-list-card .lab-test-list-footer .add-to-panel-form .add-to-custom-panel-btn .add-to-panel-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  border-bottom: 1px solid var(--neutral-500-main, #222A28);
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-mobile-view .lab-test-list-footer {
  flex-direction: column;
  gap: 1rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-mobile-view .lab-test-list-footer .product-price-block {
  justify-content: space-between;
  width: 100%;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-mobile-view .lab-test-list-footer .product-cart-block {
  width: 100%;
  flex-direction: column-reverse;
  gap: 0.5rem !important;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-mobile-view .lab-test-list-footer .product-cart-block .loyalty-points-amount {
  color: var(--service-success-500-main, #09AA2C);
  white-space: nowrap;
  font-weight: 500;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-mobile-view .lab-test-list-footer .product-cart-block .add-to-cart-btn-wrapper {
  width: 100%;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-mobile-view .lab-test-list-footer .product-cart-block .add-to-cart-btn-wrapper form {
  width: 100%;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .lab-test-lists-new-mobile-view .lab-test-list-footer .product-cart-block .add-to-cart-btn-wrapper form button {
  width: 100%;
  max-width: 100% !important;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata .preparation-divider {
  width: 100%;
  height: 1px;
  background: #DDE3E1;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #elements h2 {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-weight: 590;
  line-height: 1rem;
  margin-bottom: 1rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #elements span.badge {
  border-radius: 2rem;
  border: 1px solid #1E4639;
  background: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
  font-weight: 510;
  color: var(--Neutral-900, #222A28);
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #elements span.badge.cursor-pointer {
  cursor: pointer;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #elements span.badge img.action-icon {
  width: 1rem;
  margin-left: 0.313rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #elements .panel-includes-wrapper {
  flex-wrap: wrap;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #elements .panel-includes-wrapper .list-of-biomarkers {
  display: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #elements .panel-includes-wrapper .list-of-biomarkers.show-biomarker-list {
  display: flex !important;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #elements .panel-includes-wrapper .list-of-biomarkers .badge {
  border-radius: 1rem;
  border: 1px solid #1E4639;
  background: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #instructions .preparation-wrapper {
  gap: 1rem !important;
  margin-top: 0 !important;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #instructions .preparation-wrapper .preparation-section {
  gap: 0.5rem !important;
  flex: 1 0 0;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #instructions .preparation-wrapper .preparation-section .preparation-heading {
  color: var(--Neutral-900, #222A28);
  font-style: normal;
  font-size: 1rem;
  font-weight: 590;
  line-height: 1rem;
  letter-spacing: -0.023rem;
  padding-bottom: 0.25rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #instructions .preparation-wrapper .preparation-section .preparation-line {
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.02rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #instructions .preparation-wrapper .preparation-section .preparation-line .preparation-point {
  font-size: 0.875rem;
  font-weight: 590;
  line-height: 1rem;
}
#panel-modal .modal-dialog .modal-content .modal-body .productdata #instructions .preparation-wrapper .preparation-section .preparation-line .preparation-answer {
  font-size: 0.875rem;
  line-height: 1rem;
}
#panel-modal .show-tooltip-active {
  top: -1rem;
  left: -0.5rem;
  bottom: unset;
}

@media screen and (max-width: 767px) {
  #panel-modal {
    z-index: 9999;
  }
  #panel-modal .modal-dialog {
    width: 95%;
  }
  #panel-modal .modal-dialog .modal-body .productdata .lab-test-list-card {
    min-width: unset !important;
  }
  #panel-modal .modal-dialog .modal-body .productdata .lab-test-list-card #pro_title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.023rem;
  }
  #panel-modal .modal-dialog .modal-body .productdata .lab-test-list-card .lab-tests-list-bullet-points li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: -0.018rem;
  }
}
.nps-container-review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-12, 0.75rem);
}
.nps-container-review--content {
  display: flex;
  padding: var(--tokens-spacing-spc-16, 1rem);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-16, 1rem);
  align-self: stretch;
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  border: 1px solid var(--Primary-900, #04E76D);
  background: var(--primary-500-main, #56FCA2);
}
@media screen and (max-width: 768px) {
  .nps-container-review--content.simplified-container {
    padding: 0.5rem 0.75rem;
    background: var(--Neutral-900, #222A28);
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
    border: unset;
    align-items: center;
  }
  .nps-container-review--content.simplified-container .stepper-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    gap: unset;
  }
  .nps-container-review--content.simplified-container .stepper-content .title-text {
    align-self: stretch;
    color: var(--Base-White, #FFF);
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
  }
  .nps-container-review--content.simplified-container .stepper-content .main-text {
    align-self: stretch;
    color: var(--Base-White, #FFF);
    text-align: center;
    font-size: 1.125rem;
    font-weight: 590;
    line-height: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.nps-container-review--content .stepper-header {
  display: flex;
  align-items: center;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  align-self: stretch;
}
.nps-container-review--content .stepper-header div {
  display: flex;
  padding: 0.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-900, #222A28);
  color: #09AA2C;
  border-color: #09AA2C;
}
.nps-container-review--content .stepper-header div.active {
  border-color: #222a28;
  color: #222a28;
}
.nps-container-review--content .stepper-header div span {
  width: 1rem;
  height: 1rem;
  text-align: center;
  color: inherit;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1rem; /* 114.286% */
}
.nps-container-review--content .stepper-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.nps-container-review--content .stepper-content--wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 auto; /* Adjusted */
}
.nps-container-review--content .stepper-content--wrapper .header-text {
  color: var(--Service-Success-900, #0A7621);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
.nps-container-review--content .stepper-content--wrapper .main-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.nps-container-review--content .stepper-content--wrapper .secondary-text {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.nps-container-review--content .stepper-content--actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
}
.nps-container-review--content .stepper-content--actions a {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  text-decoration: none;
  cursor: pointer;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 114.286% */
}
.nps-container-review--content .stepper-content--actions span {
  color: var(--Neutral-900, #222A28);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.nps-container-review--content .stepper-content--actions span u {
  cursor: pointer;
  text-decoration-line: underline;
}
.nps-container-review--text {
  align-self: stretch;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
}
.nps-container-review--text a {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
  text-decoration-line: underline;
}

@media screen and (min-device-width: 576px) and (max-width: 1200px) {
  .nps-container-review--content .stepper-content {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--tokens-spacing-spc-24, 24px);
  }
  .nps-container-review--content .stepper-content--actions {
    justify-content: flex-start;
  }
  .nps-container-review--text {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .nps-container-review--content .stepper-header {
    justify-content: center;
  }
  .nps-container-review--content .stepper-content {
    flex-direction: column;
    align-items: center;
    gap: var(--tokens-spacing-spc-24, 24px);
    justify-content: center;
  }
  .nps-container-review--content .stepper-content--wrapper {
    align-items: center;
  }
  .nps-container-review--content .stepper-content--wrapper .main-text {
    text-align: center;
  }
  .nps-container-review--content .stepper-content--wrapper .header-text {
    text-align: center;
  }
  .nps-container-review--content .stepper-content--wrapper .secondary-text {
    text-align: center;
  }
  .nps-container-review--content .stepper-content--actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .nps-container-review--content .stepper-content--actions a {
    min-width: 11.25rem;
    flex: 1 0 0;
  }
  .nps-container-review--content .stepper-content--actions .btnShareSocialMedia {
    width: 100%;
  }
  .nps-container-review--content .stepper-content--actions .btnSubmitVideo {
    width: 100%;
  }
  .nps-container-review--text {
    text-align: center;
  }
}
.nps-container {
  background-color: #56fca2;
  border-radius: 16px;
  color: #222a28;
  padding: 8px;
  text-align: center;
}
.nps-container h2 {
  color: #222a28;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.nps-container h2 img {
  margin-top: -8px;
}
.nps-container .rating {
  border: 1px solid;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px;
  text-decoration: none !important;
}
.nps-container .rating-wrapper {
  min-width: 210px;
}
.nps-container .rating-wrapper > li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}
.nps-container.submit-low .rating-container, .nps-container.submit-high .rating-container {
  display: none !important;
}
.nps-container.submit-low {
  background-color: #ffe5e6;
}
.nps-container .ref-url {
  background: #b3ffd5;
  border-bottom: 1px solid #1e4639;
  border-bottom-left-radius: 16px;
  border-left: 1px solid #1e4639;
  border-top: 1px solid #1e4639;
  border-top-left-radius: 16px;
  color: #45544f;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  padding: 16px;
}
.nps-container .ref-copy {
  background: white;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border: 1px solid #1e4639;
  color: #222a28;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 32px 16px 24px;
}
.nps-container .ref-copy.alert-success {
  color: #1e4639;
}
.nps-container .rating-info-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0.5rem;
}
.nps-container .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1.5rem;
}
.nps-container .rating.high {
  background-color: #fff !important;
}
.nps-container .rating.low {
  background-color: transparent !important;
  border-color: #2e6b57;
}
.nps-container .rating.high,
.nps-container .rating.low {
  color: #222a28 !important;
  font-size: 16px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 24px;
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.nps-container .rating.high:hover,
.nps-container .rating.low:hover {
  opacity: 0.8;
}
.nps-container .response-reasons {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
.nps-container .response-wrapper {
  max-width: 570px;
}
.nps-container.submit-low .response-low, .nps-container.submit-high .response-high {
  display: block;
}
.nps-container .response-high > p,
.nps-container .response-low > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.nps-container .star {
  margin-left: 3px;
  margin-top: -6px;
}
.nps-container .reason-checkbox {
  opacity: 0;
  position: absolute;
}
.nps-container .reason-checkbox + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 0;
  position: relative;
}
.nps-container .reason-checkbox + label::before {
  background: white;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  vertical-align: text-top;
  width: 16px;
}
.nps-container .reason-checkbox:hover + label::before {
  background: #ff6060;
}
.nps-container .reason-checkbox:focus + label::before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.nps-container .reason-checkbox:checked + label::before {
  background: #ff6060;
}
.nps-container .reason-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.nps-container .reason-checkbox:disabled + label::before {
  background: #b8b8b8;
  box-shadow: none;
}
.nps-container .reason-checkbox:checked + label::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.33335 1.5L3.75002 6.08333L1.66669 4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  left: 3px;
  position: absolute;
  top: 5px;
  width: 16px;
}
.nps-container .response-message-wrapper {
  max-width: 400px;
}
.nps-container .response-message-wrapper input[type=submit] {
  background-color: white;
  border: 1px solid #222a28;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 24px;
  color: #222a28 !important;
}
.nps-container .response-message {
  border: 1px solid #ffb3b3;
  border-radius: 16px;
  padding: 16px;
}

.receipt-page-nps-box {
  border-radius: 16px;
  background: var(--primary-500-main, #56FCA2);
}
.receipt-page-nps-box .receipt-page-nps-box-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.receipt-page-nps-box .receipt-page-nps-box-header .receipt-page-nps-box-review-text {
  color: var(--Neutral-900, #222A28);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  align-self: stretch;
}
.receipt-page-nps-box .receipt-page-nps-box-header .receipt-page-nps-box-support-text {
  align-self: stretch;
  color: var(--Neutral-700, #45544F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-align: start;
}
.receipt-page-nps-box .receipt-page-nps-box-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  margin-bottom: 0;
}
.receipt-page-nps-box .receipt-page-nps-box-actions .maybe-later-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 0 !important;
  border: none;
  padding: 2px 0px;
  border-bottom: 1px solid var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.receipt-page-nps-box .receipt-page-nps-box-actions .nope-button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
.receipt-page-nps-box .receipt-page-nps-box-actions .nope-button-text {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.receipt-page-nps-box .receipt-page-nps-box-actions .sure-button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
}

@media screen and (min-width: 768px) {
  .nps-container {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .receipt-page-nps-box {
    gap: 0.5rem !important;
  }
  .receipt-page-nps-box .receipt-page-nps-box-header .receipt-page-nps-box-review-text {
    font-size: 16px;
  }
  .receipt-page-nps-box .receipt-page-nps-box-actions {
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 8px;
  }
  .receipt-page-nps-box .receipt-page-nps-box-actions li {
    width: 100%;
    margin-right: 0px;
  }
  .receipt-page-nps-box .receipt-page-nps-box-actions .nope-button-text, .receipt-page-nps-box .receipt-page-nps-box-actions .sure-button {
    width: 100%;
  }
}
.text-left {
  text-align: left !important;
}

.submit-video-popup {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.35);
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  color: #222a28;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.submit-video-popup .video-form-success {
  background-color: #77ed8b;
  padding: 1rem;
  border-radius: 1rem;
}
.submit-video-popup .modal-predefine-review {
  max-width: 40rem !important;
}
.submit-video-popup .modal-dialog {
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
}
.submit-video-popup .modal-content {
  display: flex;
  max-width: 25rem;
  padding: var(--tokens-spacing-spc-24, 1.75rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-12, 0.75rem);
  border-radius: var(--tokens-spacing-spc-24, 1.5rem);
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-300, #C7D1CE);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}
.submit-video-popup .modal-content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-4, 0.25rem);
  align-self: stretch;
}
.submit-video-popup .modal-content-box .card {
  display: flex;
  padding: var(--tokens-spacing-spc-12, 0.75rem) var(--tokens-spacing-spc-16, 1rem);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  align-self: stretch;
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  background: var(--Neutral-50, #F4F6F5);
}
.submit-video-popup .modal-content-box .card span {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: -0.0175rem;
}
.submit-video-popup .modal-content-box .card-footer {
  display: flex;
  align-items: center;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
}
@media screen and (max-width: 576px) {
  .submit-video-popup .modal-content-box .card-footer {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }
}
.submit-video-popup .modal-content-box .card-footer button {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 133.333% */
  letter-spacing: -0.015rem;
}
@media screen and (max-width: 576px) {
  .submit-video-popup .modal-content-box .card-footer button {
    align-self: stretch;
  }
}
.submit-video-popup .modal-content-box .card-footer span {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
  letter-spacing: -0.015rem;
}
.submit-video-popup .video-link-section .video-input-field {
  padding-left: 0.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
}
.submit-video-popup .video-link-section .video-input-field .video-input-content {
  flex: 1 0 0;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--Neutral-700, #45544F);
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.submit-video-popup .video-link-section .video-input-field .input-img {
  width: var(--tokens-spacing-spc-16, 1rem);
  height: var(--tokens-spacing-spc-16, 1rem);
}
.submit-video-popup .video-link-section .video-input-field .input-url {
  border: none;
  padding: 0;
  font-size: 0.75rem;
  background-color: transparent;
  color: var(--Neutral-700, #45544F);
}
.submit-video-popup .video-link-section .video-input-field .input-url:focus {
  outline: none;
  box-shadow: none;
}
.submit-video-popup .video-link-section .video-input-field .input-url::-moz-placeholder {
  color: var(--Neutral-700, #45544F);
}
.submit-video-popup .video-link-section .video-input-field .input-url::placeholder {
  color: var(--Neutral-700, #45544F);
}
.submit-video-popup .video-link-section .video-input-field .btn-video-submit {
  box-shadow: none;
  margin: -1px -2px -1px 0;
  background: var(--Base-White, #FFF);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F241D;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-color: #222A28;
  border: 1px solid var(--Neutral-300, #C7D1CE);
}
.submit-video-popup .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1875rem;
  align-self: stretch;
  padding: 0;
}
.submit-video-popup .modal-header .sub-heading {
  align-self: stretch;
  color: var(--Neutral-700, #45544F);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 133.333% */
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
.submit-video-popup .modal-header .heading {
  align-self: stretch;
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5rem; /* 133.333% */
  letter-spacing: -0.0225rem;
}
.submit-video-popup .modal-header .heading-2 {
  align-self: stretch;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: -0.0175rem;
}
@media screen and (max-width: 576px) {
  .submit-video-popup .modal-header--text-center {
    align-self: stretch;
    color: var(--Neutral-700, #45544F);
    text-align: center;
  }
}
.submit-video-popup .text-modal-footer {
  align-self: stretch;
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: -0.0175rem;
}
.submit-video-popup .text-modal-footer a {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
  text-decoration-line: underline;
}
.submit-video-popup .text-modal-footer--icon {
  display: flex;
  padding: var(--tokens-spacing-spc-8, 0.5rem) var(--tokens-spacing-spc-4, 0.25rem);
  align-items: center;
  gap: var(--tokens-spacing-spc-4, 0.25rem);
}
.submit-video-popup .text-modal-footer--icon span {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.submit-video-popup .text-modal-footer--icon span a {
  cursor: pointer;
  text-decoration-line: underline;
}
.submit-video-popup .text-modal-footer--icon span a:hover {
  text-decoration-line: underline;
}
.submit-video-popup .close-button {
  display: flex;
  padding: var(--tokens-spacing-spc-4, 0.25rem);
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  background: var(--Neutral-300, #C7D1CE);
}
.submit-video-popup .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.submit-video-popup .modal-body p {
  color: #222A28;
}
.submit-video-popup .modal-body a {
  font-weight: 400;
  color: var(--Neutral-700, #45544F);
  line-height: 0;
  font-size: 1rem;
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
  letter-spacing: -0.02rem;
}
.submit-video-popup .modal-body a img {
  margin-right: 0.625rem;
}
.submit-video-popup .button-primary.button-small {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.submit-video-popup .close-btn {
  color: #45544f;
  position: absolute;
  right: -1rem;
  top: -1rem;
}
.submit-video-popup .popup-section {
  top: 5%;
  background: no-repeat;
  box-shadow: none;
  width: auto;
}

.lab-locator-container .map-lab-locator {
  border: 1px solid #C7D1CE;
  border-radius: 1rem;
}
.lab-locator-container .map-lab-locator .loading-text {
  font-size: 1.5rem;
  font-weight: bold;
}
.lab-locator-container .map-lab-locator .no-operate-delivery h4 {
  color: var(--Neutral-900, #222A28);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.lab-locator-container .map-lab-locator .no-operate-delivery p {
  color: var(--Neutral-900, #222A28);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.36px;
}
.lab-locator-container .map-lab-locator .no-operate-delivery .newsletter-subscribe-form .newsletter-email {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
  color: var(--Neutral-700, #45544F);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.lab-locator-container .map-lab-locator .no-operate-delivery .newsletter-subscribe-form .form-icon-container img {
  position: absolute;
  top: 17px;
  left: 10px;
}
.lab-locator-container .map-lab-locator .no-operate-delivery .newsletter-subscribe-form button {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  box-shadow: none;
}
.lab-locator-container .selected-lab p {
  margin-bottom: 0;
}
.lab-locator-container .gm-style-iw {
  padding: 0 !important;
  background: #949E9B;
  color: #222A28;
  font-size: 0.75rem;
}
.lab-locator-container .gm-style-iw + .gm-style-iw-tc:after {
  display: none;
}
.lab-locator-container .gm-style-iw-c {
  box-shadow: none;
  border-radius: 0.5rem;
}
.lab-locator-container .gm-style-iw-c button {
  display: none !important;
}
.lab-locator-container .gm-style-iw-t {
  right: -3rem !important;
  bottom: 0.1875rem !important;
}
.lab-locator-container .gm-style-iw-d {
  overflow: inherit !important;
  padding: 0.125rem 1rem !important;
}
.lab-locator-container .gm-style-iw:has(.selected-lab-info) {
  background: #56FCA2;
}
.lab-locator-container .gm-style-iw-d:has(.selected-lab-info) {
  background: #56FCA2;
}
.lab-locator-container .selected-lab-info {
  font-size: 0.75rem;
  font-weight: 400;
}
.lab-locator-container .lab-filter {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lab-locator-container .lab-filter a {
  background: #ECF4F9;
  color: #0A415C;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
}
.lab-locator-container .lab-filter a:hover {
  background: #0F618A;
  color: #fff;
}
.lab-locator-container .lab-filter a.selected {
  background: #fff;
  border: 1px solid #ECF0EF;
  color: #0A415C;
}
.lab-locator-container .select-lab-location-form button:disabled img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(302deg) brightness(103%) contrast(103%);
}
.lab-locator-container .alert.alert-info {
  background: #fff;
  border-color: #4CB390;
  width: 100%;
}
.lab-locator-container .alert.alert-info > a {
  color: #222A28;
  font-size: 1rem;
}
.lab-locator-container .alert.alert-info > p {
  color: #222A28;
}
.lab-locator-container .marker-label-class {
  position: absolute;
  bottom: inherit;
  left: 0.75rem;
  background: #222A28;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem !important;
  color: #fff;
}
.lab-locator-container .marker-label-class.active-label {
  background: #56FCA2;
  color: #222A28;
}
.lab-locator-container .search_by_container label {
  font-size: 1rem;
  line-height: 1rem;
  color: #222A28;
  position: relative;
  cursor: pointer;
  flex: 1 1 0;
}
.lab-locator-container .search_by_container input[type=radio] {
  display: none;
}
.lab-locator-container .search_by_container input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid;
  left: 0;
  bottom: -0.25rem;
}
.lab-locator-container .map-container form .zipAddressSearch {
  color: var(--Neutral-700, #45544F);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
}
.lab-locator-container .map-container form .error {
  color: var(--Service-Error-900, #E83030);
  border-radius: 16px;
  border: 1px solid var(--service-error-500-main, #FF6060);
  background: var(--Service-Error-50, #FFE5E6);
}
.lab-locator-container .map-container #lab-locator-form img {
  top: 17px;
}
.lab-locator-container .map-container .lab-results .lab-location-action .cancel-lab-location-select, .lab-locator-container .map-container .lab-results .lab-location-action .confirm-location-button {
  box-shadow: none;
}
.lab-locator-container .map-container .lab-results .view-on-google-maps-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1a73e8;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
  margin-top: 0.5rem;
  font-weight: 500;
  padding: 0.25rem 0.875rem;
  border-radius: 1.5rem;
  border: 1px solid #1a73e8;
}
.lab-locator-container .map-container .lab-results .view-on-google-maps-link .lab-result-maps-icon {
  width: 0.875rem;
  height: 0.875rem;
}

@media screen and (max-width: 767px) {
  .lab-locator-container .lab-filter {
    display: none;
  }
  .lab-locator-container .map-container form .zipAddressSearch {
    padding: 12px;
  }
  .lab-locator-container .map-container #lab-locator-form img {
    top: 13px;
  }
}
@media screen and (max-width: 375px) {
  .lab-locator-container .map-lab-locator {
    min-height: 12.5rem !important;
  }
}
#labLocatorModal .lab-results {
  flex-direction: column !important;
}

.invite-popup {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.35);
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  color: #222a28;
  font-weight: 400;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
}
.invite-popup.transparent-background {
  background-color: transparent !important; /* Makes the backdrop invisible */
}
.invite-popup .button-primary.button-small {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.invite-popup .close-btn {
  color: #45544f;
  position: absolute;
  right: -1rem;
  top: -1rem;
}
.invite-popup .popup-section {
  top: 5%;
  background: no-repeat;
  box-shadow: none;
  width: auto;
}
.invite-popup .popup-section .modal-content {
  display: flex;
  background: #56FCA2;
  margin: auto;
  width: 100%;
  padding: 2rem;
  border-radius: 2rem;
  flex-direction: column;
  align-items: flex-start;
  background: #FFF;
  box-shadow: 0px 1rem 1rem 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--Neutral-300, #C7D1CE);
}
.invite-popup .popup-section .modal-content.first-time-user {
  max-width: 23.75rem;
  position: fixed;
  top: 1rem;
  left: 1rem;
  margin: 0;
}
.invite-popup .popup-section .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.invite-popup .popup-section .modal-content .modal-body p {
  color: #222A28;
}
.invite-popup .popup-section .modal-content .modal-body a {
  font-weight: 400;
  color: var(--Neutral-700, #45544F);
  line-height: 0;
  font-size: 1rem;
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
  letter-spacing: -0.02rem;
}
.invite-popup .popup-section .modal-content .modal-body a img {
  margin-right: 0.625rem;
}
.invite-popup .popup-section .modal-content .modal-body a.btn-first-time-user {
  text-decoration: none;
}
.invite-popup .popup-section .modal-content .popup-heading {
  color: var(--Neutral-900, #222A28) !important;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
}
.invite-popup .popup-section .modal-content .popup-heading span.superscript {
  vertical-align: 0.4rem;
  font-size: smaller;
}
.invite-popup .popup-section .modal-content .popup-sub-heading {
  color: #45544F !important;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.02rem;
}
.invite-popup .popup-section .modal-content .popup-text {
  color: var(--Neutral-700, #45544F) !important;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.invite-popup .popup-section .modal-content .sharing-link-section .share-input-field {
  max-width: 310px;
  padding-left: 1rem;
  border-radius: 1.5rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--Neutral-50, #F4F6F5);
}
.invite-popup .popup-section .modal-content .sharing-link-section .share-input-field .share-input-content {
  flex: 1 0 0;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--Neutral-700, #45544F);
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.invite-popup .popup-section .modal-content .sharing-link-section .share-input-field .copy-link-btn {
  box-shadow: none;
  border-width: 1px;
  margin: -1px -2px -1px 0;
  background: #56FCA2;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F241D;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-color: #222A28;
}
.invite-popup .popup-section .modal-content .login-section a {
  cursor: pointer;
  display: flex;
  padding: 1.25rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  box-shadow: none;
  text-decoration: none;
}
.invite-popup .popup-section .modal-content .login-section .colored-btn {
  background: #56FCA2;
}
.invite-popup .popup-section .modal-content .login-section .colored-btn span {
  font-weight: 510;
}
.invite-popup .popup-section .modal-content .login-section a.go-btn {
  border-radius: 1.5rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
.invite-popup .popup-section .modal-content .login-section a.go-btn span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  color: var(--Neutral-900, #222A28);
}
.invite-popup .popup-section .modal-content .login-section .or-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.invite-popup .popup-section .modal-content .login-section .register-link {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  padding: 0;
}
.invite-popup .popup-section .modal-content .login-section .register-link span {
  display: flex;
  padding: 0.25rem var(--tokens-spacing-spc-0, 0px);
  align-items: flex-start;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.invite-popup .popup-section .modal-content .btn-first-time-user {
  display: flex;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
.invite-popup .popup-section .modal-content .btn-first-time-user span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  color: var(--Neutral-900, #222A28);
}
.invite-popup .popup-section .modal-content .btn-first-time-user img {
  height: 1rem;
  color: var(--Neutral-900, #222A28);
  margin-right: 0 !important;
}
.invite-popup .popup-section .modal-content .done-image-div {
  padding: 0.125rem;
  border-radius: 1rem;
  background: var(--primary-500-main, #56FCA2);
  align-self: center;
}
.invite-popup .popup-section .modal-content .social-share-section .social-media-div {
  text-decoration: none;
  width: 4rem;
}
.invite-popup .popup-section .modal-content .social-share-section .social-media-div img {
  margin-right: 0 !important;
}
.invite-popup .popup-section .modal-content .social-share-section .social-media-div span {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title {
  border-radius: 1rem;
  border: 1px solid var(--Neutral-200, #DDE3E1);
  background: var(--Neutral-25, #F9FBFA);
  flex: 1 0 0;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title.first-time-user {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.02rem;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title.first-time-user .bold {
  font-weight: 590;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title.first-time-user .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: -0.0175rem;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title .to-get {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5rem;
  letter-spacing: -0.0175rem;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title .to-get .superscript {
  vertical-align: 0.4rem;
  font-size: x-small;
  margin-left: -1px;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title .benefits-item span {
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title .benefits-item hr {
  background: var(--Neutral-300, #C7D1CE);
  border: 0;
  height: 0.0625rem;
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-left: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .benefit-title .benefits-item .superscript {
  vertical-align: 0.4rem;
  font-size: x-small;
  margin-left: -1px;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .form-control {
  padding: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  color: var(--Neutral-700, #45544F);
  background: var(--Neutral-50, #F4F6F5);
  border-radius: 0.75rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem #56FCA2;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .form-control:not(:-moz-placeholder-shown) {
  background: #ffffff;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .form-control:not(:placeholder-shown) {
  background: #ffffff;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section ul li {
  margin-bottom: 0;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .verify-phone-email-box {
  display: flex;
  padding: 0.5rem 0.75rem;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  margin-top: 0.5rem;
  border-radius: 1rem;
  border: 1px dashed var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-25, #F9FBFA);
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.0225rem;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .verify-phone-email-box:has(input[type=checkbox]:checked) {
  background: #fff;
  border: 1px solid #56FCA2;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .verify-phone-email-box input[type=checkbox] {
  width: 2.8rem;
  height: 1rem;
  color: var(--base-white, #FFF);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  line-height: 1rem;
  background: var(--base-white, #FFF);
  border: solid 1px #C7D1CE;
  margin-top: 0.3rem;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .verify-phone-email-box input[type=checkbox]:checked:after {
  content: url("/v2/img/checked.svg");
  color: white;
  background: #56FCA2;
  width: 1rem;
  height: 1rem;
  display: block;
  line-height: 1rem;
  border-radius: 0.3125rem;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .goal-section .goal-item {
  border-radius: 2rem;
  background: var(--Neutral-50, #F4F6F5);
  cursor: pointer;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .goal-section .goal-item label {
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 133.333% */
  letter-spacing: -0.0225rem;
  cursor: pointer;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .goal-section .other-goal {
  border-radius: 2rem;
  background: var(--Neutral-50, #F4F6F5);
  border: none;
  padding: 0.75rem 0.73rem;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .goal-section .other-goal input {
  background: transparent;
  border: none;
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
  letter-spacing: -0.0225rem;
  cursor: pointer;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .goal-section .other-goal input:focus {
  outline: none;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .goal-section input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0;
  background-clip: content-box;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #000;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .goal-section input[type=radio] {
  padding: initial;
}
.invite-popup .popup-section .modal-content .invite-benefit-section .goal-section input[type=radio]:checked {
  background-color: #56FCA2;
  border: 0.25rem solid #000;
}
.invite-popup .popup-section .modal-content .dont-show-me-section {
  padding: 0.25rem 0;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.invite-popup .popup-section .modal-content .dont-show-me-section span {
  cursor: pointer;
  border-bottom: 1px solid var(--neutral-500-main, #91A19C);
}
.invite-popup .popup-section .modal-content .invite-footer-text {
  color: var(--neutral-500-main, #949E9B);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 23.75rem) {
  .invite-popup .popup-section .modal-content {
    max-width: 23.75rem;
    padding: 1rem;
  }
  .invite-popup .close-btn {
    right: 0.3rem;
    top: -0.5rem;
  }
}
.invite-popup .modal-dialog {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .invite-popup .modal-dialog {
    max-width: var(--bs-modal-width);
  }
}

@media screen and (max-width: 768px) {
  .invite-popup .popup-section .modal-content {
    border-radius: 1.5rem;
  }
  .invite-popup .popup-section .modal-content .invite-benefit-section .input-data-section .verify-phone-email-box input[type=checkbox] {
    width: 2rem;
  }
  .invite-popup .popup-section .modal-content .invite-benefit-section .first-time-user-second-screen {
    max-width: 23.75rem;
    margin-right: auto;
    margin-left: auto;
  }
  .invite-popup .popup-section .modal-content.first-time-user {
    padding: 1rem;
    position: fixed;
    max-width: none;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; /* Center horizontally */
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
@media screen and (max-width: 320px) {
  .invite-popup .popup-section .modal-content .sharing-link-section .share-input-field {
    max-width: 100%;
  }
}
.emergency-contact-popup {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.35);
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  color: #222a28;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.emergency-contact-popup .close-btn {
  color: #45544f;
  position: absolute;
  right: 0;
}
.emergency-contact-popup .popup-section {
  top: 15%;
  background: no-repeat;
  box-shadow: none;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.emergency-contact-popup .popup-section .modal-content {
  display: flex;
  width: 360px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 32px;
  background: var(--Base-White, #FFF);
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.1);
}
.emergency-contact-popup .popup-section .modal-content .close-btn {
  position: absolute !important;
  right: 16px;
  top: 16px;
}
.emergency-contact-popup .popup-section .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.emergency-contact-popup .popup-section .modal-content .modal-body p {
  color: #222A28;
}
.emergency-contact-popup .popup-section .modal-content .modal-body a {
  font-weight: 500;
  color: #222A28;
  line-height: 0;
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
}
.emergency-contact-popup .popup-section .modal-content .modal-body a img {
  margin-right: 0.625rem;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .blood-type-line {
  align-self: stretch;
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .blood-type-line .blood-type-text {
  border-radius: 8px;
  background: var(--Aux-02-300, #8A6BC7);
  color: #FFF;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .blood-type-line .blood-type-edit-text {
  color: var(--Neutral-900, #222A28);
  border-bottom: 1px solid #949E9B;
  font-size: 14px;
  font-weight: 510;
  cursor: pointer;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .be-prepared-text {
  align-self: stretch;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 320px) {
  .emergency-contact-popup .popup-section .modal-content .modal-body .be-prepared-text {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
}
.emergency-contact-popup .popup-section .modal-content .modal-body .enter-emergency-info-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .form-icon-container {
  position: relative;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .form-icon-container input {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
  padding-left: 2rem;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .form-icon-container img {
  position: absolute;
  top: 16px;
  left: 10px;
}
.emergency-contact-popup .popup-section .modal-content .modal-body select.input-default.normal-input {
  padding: 12px;
  font-size: 0.875rem;
  border-radius: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.emergency-contact-popup .popup-section .modal-content .modal-body select.input-default {
  border: 1px solid #C7D1CE;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  background: #F4F6F5;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .iti--allow-dropdown {
  width: 100%;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .iti__country-list {
  max-width: 260px;
  overflow-x: hidden;
  max-height: 125px !important;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .select-container:after {
  content: "";
  background-image: url("/img/quest-appointment/chevron-down.svg");
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: right;
  position: absolute;
  right: 5px;
  top: calc(50% - 8px);
  color: transparent;
  transition: 0.1s ease-in-out;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .add-another-one-button, .emergency-contact-popup .popup-section .modal-content .modal-body .free-blood-test-form-button {
  border: none;
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .emergency-contact-actions .share-blood-type {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .emergency-contact-actions .emergency-footer-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.emergency-contact-popup .popup-section .modal-content .modal-body .emergency-contact-actions .dont-know-blood-text {
  display: flex;
  padding: 4px 0px;
  align-items: flex-start;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
}
.emergency-contact-popup .popup-section .modal-content .popup-heading {
  margin-right: 2rem;
  margin-bottom: 0;
  color: var(--Neutral-900, #222A28) !important;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.emergency-contact-popup .popup-section .modal-content .popup-heading span {
  color: #ED780C;
}
.emergency-contact-popup .popup-section .modal-content .popup-text {
  color: var(--Neutral-700, #45544F) !important;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.emergency-contact-popup .popup-section .modal-content .invite-footer-text {
  color: var(--neutral-500-main, #949E9B);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 320px) {
  .emergency-contact-popup .popup-section .modal-content {
    width: 304px;
    padding: 40px 16px;
    gap: 16px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .emergency-contact-popup .modal-dialog {
    padding: 5px;
  }
}
.emergency-contact-popup .validation-error {
  color: red !important;
}

@media screen and (max-width: 768px) {
  .invite-popup .popup-section .modal-content {
    border-radius: 1.5rem;
  }
}
.referral-section {
  background: #56FCA2;
  margin: auto;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--Neutral-50, #F4F6F5);
}
.referral-section .referral-section-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.referral-section .referral-section-body p {
  color: #222A28;
}
.referral-section .referral-section-body a {
  font-weight: 500;
  color: #222A28;
  line-height: 0;
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
}
.referral-section .referral-section-body a img {
  margin-right: 0.625rem;
}
.referral-section .referral-section-body .login-button {
  padding: 1.25rem 1rem;
  box-shadow: none;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid var(--secondary-500-main, #1E4639);
}
.referral-section .referral-section--heading {
  margin-right: 2rem;
  margin-bottom: 0;
  color: var(--Neutral-900, #222A28) !important;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.referral-section .referral-section--heading span {
  color: #ED780C;
}
.referral-section .referral-text {
  color: var(--Neutral-700, #45544F) !important;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.referral-section .sharing-link-section .share-input-field {
  max-width: 19.375rem;
  padding-left: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--Base-White, #FFF);
}
.referral-section .sharing-link-section .share-input-field .share-input-content {
  flex: 1 0 0;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--Neutral-700, #45544F);
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.referral-section .sharing-link-section .share-input-field .copy-link-btn {
  box-shadow: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  background: #56FCA2;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F241D;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
.referral-section .login-section a {
  cursor: pointer;
  display: flex;
  padding: 1.25rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  box-shadow: none;
  text-decoration: none;
}
.referral-section .social-share-section .or-share-it-text {
  font-size: 1rem;
}
.referral-section .social-share-section .social-media-div {
  text-decoration: none;
  width: 4rem;
}
.referral-section .social-share-section .social-media-div img {
  margin-right: 0 !important;
}
.referral-section .social-share-section .social-media-div span {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.referral-section .invite-benefit-section .benefit-title {
  border-radius: 1rem;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-100, #ECF0EF);
  background: var(--Base-White, #FFF);
  flex: 1 0 0;
}
.referral-section .invite-benefit-section .benefit-title .to-get {
  font-weight: 700;
}
.referral-section .invite-benefit-section .benefit-title .benefits-item .done-image-div {
  padding: 2px;
  border-radius: 1rem;
  background: var(--primary-500-main, #56FCA2);
}
.referral-section .invite-benefit-section .benefit-title .benefits-item span {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.referral-section .invite-footer-text {
  color: var(--neutral-500-main, #949E9B);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
@media (max-width: 1024px) {
  .referral-section .sharing-link-section .share-input-field {
    max-width: 17.375rem;
  }
}
@media (max-width: 320px) {
  .referral-section .sharing-link-section .share-input-field {
    max-width: 16.375rem;
  }
}

.download-page .referral-section {
  max-width: 40.625rem;
}
.download-page .referral-section .invite-benefit-section {
  flex-direction: column !important;
}

.dont-show-me-again, .remind-me-later {
  padding-bottom: 4px;
  border-bottom: 1px solid #949E9B;
  font-size: 14px;
  font-weight: 510;
  cursor: pointer;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check:focus + .btn, .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

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

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

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

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

.btn-group {
  border-radius: 0.375rem;
}
.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.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -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;
}

.subscription-cancel-popup {
  -webkit-overflow-scrolling: touch;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  color: #222a28;
  font-weight: 400;
  letter-spacing: -0.02em;
  background: rgba(34, 42, 40, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.subscription-cancel-popup .close-btn {
  color: #45544f;
  position: absolute;
  right: 0;
}
.subscription-cancel-popup .popup-section {
  display: block;
  width: 100%;
  background: no-repeat;
  box-shadow: none;
  margin: auto;
}
.subscription-cancel-popup .popup-section .modal-content {
  background: #FFF;
  margin: 0 auto;
  width: 100%;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0px 1rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.subscription-cancel-popup .popup-section .modal-content .close-btn {
  position: absolute !important;
  right: 0.625rem;
  top: 0.625rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .payment-failed-text {
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  font-size: 0.875rem;
  line-height: 1rem;
  border-radius: 0.5rem;
  background: var(--Service-Error-50, #FFE5E6);
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .why-charge-text {
  align-self: stretch;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .cancel-fee-explanation {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .update-payment-method {
  margin-top: 0.75rem;
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .need-help-text {
  margin-bottom: 0;
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.28px;
  margin-top: 0.75rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header {
  gap: 0.75rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .popup-title {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
  align-self: stretch;
  text-align: center;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .talking-points {
  text-align: start;
  color: var(--Neutral-700, #45544F);
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .notification-title {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
  width: 100%;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .success-text {
  color: var(--Neutral-900, #222A28);
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .notification-text {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .notification-text.renew-error-text {
  text-wrap: balance;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .success-notification-wrapper {
  border-radius: 0.5rem;
  background: var(--Service-Success-50, #BAF7C7);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .success-notification-wrapper.renew-success-text {
  font-size: 1rem;
  line-height: 1.4;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .cancel-disadvantages span {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  flex: 1 0 0;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .cancel-disadvantages span #cancel-subscription-percentage, .subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .cancel-disadvantages span #self-cancel-subscription-percentage-no-fee {
  color: var(--Service-Success-900, #0A7621);
  font-weight: 510;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-header .cancel-disadvantages span #cancel-amount-difference {
  color: var(--Service-Error-900, #E83030);
  font-weight: 400;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-actions .sure-text {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.28px;
  align-self: stretch;
  text-align: center;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-actions .yes-sure-btn {
  background: none;
  border: none;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B) !important;
  padding: 2px 0px;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-actions .keep-it-btn {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  border-radius: 1.5rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.24px;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-actions .close-success-btn {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1.5rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  font-size: 0.875rem;
  color: #222A28;
}
.subscription-cancel-popup .popup-section .modal-content .modal-body .popup-actions .close-success-btn:hover, .subscription-cancel-popup .popup-section .modal-content .modal-body .popup-actions .close-success-btn:focus, .subscription-cancel-popup .popup-section .modal-content .modal-body .popup-actions .close-success-btn:active {
  background: var(--primary-500-main, #E5FFF1);
}
.subscription-cancel-popup .popup-section .modal-content .success-modal-body {
  gap: 1rem;
}
.subscription-cancel-popup .cancel-now {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1.25rem;
  border: 1px solid var(--Service-Error-900, #E83030);
  background: var(--Service-Error-50, #FFE5E6);
  color: var(--Service-Error-900, #E83030);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1;
  margin-top: 0.5rem;
}
.subscription-cancel-popup .cancel-now:hover, .subscription-cancel-popup .cancel-now:focus, .subscription-cancel-popup .cancel-now:active {
  background: rgba(255, 229, 230, 0.5019607843);
}
.subscription-cancel-popup .pay-and-cancel {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--colors-base-white, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1;
  margin-top: 0.5rem;
}
.subscription-cancel-popup .pay-and-cancel:hover, .subscription-cancel-popup .pay-and-cancel:focus, .subscription-cancel-popup .pay-and-cancel:active {
  background: var(--primary-500-main, #E5FFF1);
}
.subscription-cancel-popup .keep-it-on {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: #56FCA2;
  margin-top: 0.5rem;
}
.subscription-cancel-popup .keep-it-on:hover, .subscription-cancel-popup .keep-it-on:focus, .subscription-cancel-popup .keep-it-on:active {
  background: #B3FFD5;
}
.subscription-cancel-popup .cta-label {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-align: center;
}
.subscription-cancel-popup .section-splitter {
  padding: 1rem;
  border-bottom: 1px solid var(--Neutral-300, #C7D1CE);
}
.subscription-cancel-popup .section-splitter-title {
  color: var(--Neutral-900, #222A28) !important;
  text-align: center !important;
  font-size: 1.125rem !important;
  font-style: normal !important;
  font-weight: 590 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.0225rem !important;
}
.subscription-cancel-popup .text-us {
  color: #222A28;
  text-decoration: underline;
  white-space: nowrap;
}

.subscription-cancel-popup-confirm {
  -webkit-overflow-scrolling: touch;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  color: #222a28;
  font-weight: 400;
  letter-spacing: -0.02em;
  background: rgba(34, 42, 40, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.subscription-cancel-popup-confirm .close-btn {
  color: #45544f;
  position: absolute;
  right: 0;
}
.subscription-cancel-popup-confirm .popup-section {
  display: block;
  width: 100%;
  background: no-repeat;
  box-shadow: none;
  margin: auto;
}
.subscription-cancel-popup-confirm .popup-section .modal-content {
  background: #FFF;
  margin: 0 auto;
  width: 100%;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0px 1rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.subscription-cancel-popup-confirm .keep-it-on {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: #56FCA2;
  margin-bottom: 1rem;
}
.subscription-cancel-popup-confirm .keep-it-on:hover, .subscription-cancel-popup-confirm .keep-it-on:focus, .subscription-cancel-popup-confirm .keep-it-on:active {
  background: #B3FFD5;
}
.subscription-cancel-popup-confirm .yes-cancel {
  color: #222A28;
  text-align: center;
  border: none;
  background-color: transparent;
}
.subscription-cancel-popup-confirm .yes-cancel .yes-cancel-text {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  border-bottom: 1px solid var(--neutral-500-main, #91A19C);
}
.subscription-cancel-popup-confirm .section-splitter {
  padding: 1.5rem;
}
.subscription-cancel-popup-confirm .section-splitter-title {
  color: var(--Neutral-900, #222A28) !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 590 !important;
  line-height: 2 !important;
  letter-spacing: -0.03rem !important;
  margin-bottom: 0.75rem;
}
.subscription-cancel-popup-confirm .section-splitter-alert {
  border-radius: 1rem;
  background-color: #FFB3B3;
  padding: 0.5rem;
  color: var(--Neutral-900, #222A28) !important;
  text-align: center !important;
  font-size: 1 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.02rem !important;
  margin-bottom: 1.5rem;
}
.subscription-cancel-popup-confirm .section-splitter-text {
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
  margin-bottom: 0.5rem;
}

.self-subscription-refund {
  background: rgba(34, 42, 40, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.self-subscription-refund .modal-dialog {
  max-width: 32rem;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 1.5rem;
  border: 1px solid var(--Neutral-200, #DDE3E1);
  border-radius: 2rem;
  margin: auto;
  overflow: unset;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog {
    padding: 1rem;
    width: 95%;
  }
}
.self-subscription-refund .modal-dialog .modal-content {
  gap: 1.5rem;
  position: unset;
}
.self-subscription-refund .modal-dialog .modal-content button.close {
  display: flex;
  align-items: center;
  border: none;
  padding: 0.25rem;
  background: var(--Neutral-300, #C7D1CE);
  border-radius: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content button.close {
    display: none;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  padding: 0;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .modal-title {
  align-self: stretch;
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.023rem;
    margin-top: 0;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-info-banner {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem;
  align-self: stretch;
  background: var(--Aux-01-50, #E7F2FF);
  border: 1px solid var(--Aux-01-100, #BCDBFF);
  border-radius: 1rem;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-info-banner .refund-info-icon {
  flex: 0 0 auto;
  display: inline-flex;
  line-height: 0;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-info-banner .refund-info-text {
  max-width: 21rem;
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  font-weight: 400;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-info-banner {
    padding: 0.625rem;
    border-radius: 0.75rem;
  }
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-info-banner .refund-info-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper {
    flex-direction: row;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body {
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 999px;
  background: var(--Neutral-25, #F9FBFA);
  border: 1px solid var(--Neutral-100, #ECF0EF);
  cursor: pointer;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body {
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 1rem;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body.active {
  border: 1px solid var(--Neutral-900, #222A28);
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  background: var(--Neutral-100, #ECF0EF);
  border: 1px solid var(--neutral-500-main, #91A19C);
  border-radius: 1rem;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option {
    display: none;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option:checked {
  background: var(--primary-500-main, #56FCA2);
  border: 4px solid var(--Neutral-900, #222A28);
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option_label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option_label .title {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option_label .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option_label .title .bold {
  font-weight: 590;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option_label .description {
  color: var(--Neutral-600, #758A83);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
  letter-spacing: -0.015rem;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-content .refund_option_label .description {
    display: none;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-tag {
  display: flex;
  padding: 0.25rem 0.5rem;
  align-items: center;
  border-radius: 999px;
  background: var(--Base-White, #FFF);
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-tag {
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-tag.green {
  border: 1px solid var(--Service-Success-300, #17CF3F);
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-tag.blue {
  border: 1px solid var(--Aux-01-100, #BCDBFF);
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-tag .tag-text {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 114.286% */
  white-space: nowrap;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-tag .tag-text.green {
  color: var(--service-success-500-main, #09AA2C);
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-body .refund-option-tag .tag-text.blue {
  color: var(--Aux-01-900, #004AA0);
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 5rem;
  cursor: pointer;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint span {
  padding: 0.125rem 0;
  border-bottom: 1px dashed var(--neutral-500-main, #91A19C);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem; /* 133.333% */
  letter-spacing: -0.015rem;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 0;
  width: 23.625rem;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip {
    width: 22.625rem;
    left: -3rem;
  }
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip.cash {
    left: -14rem;
  }
}
@media screen and (max-width: 390px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip {
    width: 20.625rem;
  }
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip.cash {
    left: -12.5rem;
  }
}
@media screen and (max-width: 360px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip {
    width: 17.625rem;
    left: -2rem;
  }
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip.cash {
    left: -10rem;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip .tooltip-pointer {
  display: grid;
  padding-left: 20rem;
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip .tooltip-pointer {
    padding-left: 5rem;
  }
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip .tooltip-pointer.cash {
    padding-left: 16rem;
  }
}
@media screen and (max-width: 390px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip .tooltip-pointer.cash {
    padding-left: 15rem;
  }
}
@media screen and (max-width: 360px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip .tooltip-pointer {
    padding-left: 4rem;
  }
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip .tooltip-pointer.cash {
    padding-left: 12rem;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option .refund-option-hint .warning-tooltip .tooltip-content {
  padding: 1rem;
  border-radius: 1rem;
  background: var(--aux-01500-main, #006FF2);
  color: var(--Base-White, var(--colors-base-white, #FFF));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.15), 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option.credits .warning-tooltip {
    left: -9rem;
  }
}
@media screen and (max-width: 390px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option.credits .warning-tooltip {
    left: -8rem;
  }
}
@media screen and (max-width: 360px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option.credits .warning-tooltip {
    left: -6rem;
  }
}
@media screen and (max-width: 490px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option.credits .warning-tooltip .tooltip-pointer {
    padding-left: 11rem;
  }
}
@media screen and (max-width: 390px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option.credits .warning-tooltip .tooltip-pointer {
    padding-left: 10rem;
  }
}
@media screen and (max-width: 360px) {
  .self-subscription-refund .modal-dialog .modal-content .modal-body .refund-option-wrapper .refund-option.credits .warning-tooltip .tooltip-pointer {
    padding-left: 8rem;
  }
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .cancel-subscription-body {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  padding: 1rem;
  border-radius: 1.5rem;
  background: var(--Neutral-25, #F9FBFA);
  border: 1px solid var(--Neutral-200, #DDE3E1);
  cursor: pointer;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .cancel-subscription-body.active {
  border: 1px solid var(--Neutral-900, #222A28);
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .cancel-subscription-body .cancel-subscription {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  background: var(--Neutral-100, #ECF0EF);
  border: 1px solid var(--neutral-500-main, #91A19C);
  border-radius: 0.125rem;
  margin: 0;
  cursor: pointer;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .cancel-subscription-body .cancel-subscription:checked {
  background-image: url("/img/checkmark-14.svg");
  background-color: var(--primary-500-main, #56FCA2);
  border: 1px solid var(--Neutral-900, #222A28);
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .cancel-subscription-body .cancel-subscription-label {
  color: var(--Neutral-700, #45544F);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.85rem;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .content-wrapper {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Service-Success-300, #17CF3F);
  background: #FAFFFB;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .content-wrapper .response-content {
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 133.333% */
  letter-spacing: -0.023rem;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .content-wrapper .response-content .link {
  color: var(--Neutral-900, #222A28);
  font-weight: 590;
  text-decoration: underline;
}
.self-subscription-refund .modal-dialog .modal-content .modal-body .content-wrapper .response-content a {
  white-space: nowrap;
  text-decoration: underline;
}
.self-subscription-refund .modal-dialog .modal-content .modal-footer {
  padding: 0;
}
.self-subscription-refund .modal-dialog .modal-content .modal-footer button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem 1.5rem;
  flex: 1 0 0;
  border-radius: 1.5rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  font-size: 1rem;
  font-weight: 510;
  line-height: 1rem;
}
.self-subscription-refund .modal-dialog .modal-content .modal-footer button.white {
  background: var(--Base-White, #FFF);
  color: black;
}
.self-subscription-refund .modal-dialog .modal-content .modal-footer button.red {
  color: var(--Service-Error-900, #E83030);
  background: var(--Service-Error-50, #FFE5E6);
  border: 1px solid var(--Service-Error-900, #E83030);
  opacity: 0.5;
  pointer-events: none;
}
.self-subscription-refund .modal-dialog .modal-content .modal-footer button.red.active {
  opacity: 1;
  pointer-events: unset;
}

@media screen and (max-width: 490px) {
  #self-subscription-refund-response .modal-dialog {
    width: 95%;
  }
}

#self-refund-reason .modal-content {
  max-width: 23.75rem;
}
@media screen and (max-width: 490px) {
  #self-refund-reason .modal-content .cancellation-main-header {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
#self-refund-reason .modal-content .cancellation-main-header .close-button {
  top: 1rem;
  right: 1rem;
}
@media screen and (max-width: 490px) {
  #self-refund-reason .modal-content .cancellation-main-header .close-button {
    display: none;
  }
}
#self-refund-reason .modal-content .cancellation-options-list.shake {
  animation: horizontal-shaking 0.3s;
  animation-iteration-count: 3;
}
#self-refund-reason .modal-content .cancellation-options-list .cancellation-options-list-item {
  padding: 0.75rem;
}
#self-refund-reason .modal-content .cancellation-options-list .cancellation-options-list-item input[type=radio]:not(:checked) {
  background: var(--Neutral-100, #ECF0EF);
  border: 1px solid var(--neutral-500-main, #91A19C);
}
#self-refund-reason .modal-content .other-feedback {
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid var(--Primary-900, #04E76D);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  outline: none;
}
#self-refund-reason .modal-content .other-feedback.shake {
  animation: horizontal-shaking 0.3s;
  animation-iteration-count: 3;
}

.email-address-collapse-wrapper .email-address-collapse {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-weight: 590;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  align-items: flex-start;
  gap: 0.5rem;
}
.email-address-collapse-wrapper .email-address-collapse .custom-round-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--gray-200);
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease, background-position 0.15s ease-in-out, opacity 0.15s ease-out, box-shadow 0.15s ease-in-out;
  width: 3rem;
  height: 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--neutral-500-main, #949E9B);
  background: var(--Neutral-100, #ECF0EF);
  flex-shrink: 0;
  margin-top: 0.05rem;
}
.email-address-collapse-wrapper .email-address-collapse .custom-round-checkbox:focus {
  background-image: none;
}
.email-address-collapse-wrapper .email-address-collapse .custom-round-checkbox:checked {
  background-image: none;
  background-position: 100%;
  border-radius: 1rem;
  border: 1px solid var(--Primary-900, #04E76D);
  background: var(--primary-500-main, #56FCA2);
}
.email-address-collapse-wrapper .email-address-collapse .custom-round-checkbox:checked::after {
  border: 1px solid var(--Primary-900, #04E76D);
  transform: translateX(1.625rem);
}
.email-address-collapse-wrapper .email-address-collapse .custom-round-checkbox::after {
  box-shadow: 0 0.3125rem 0.625rem 0 var(--black-shadow-200);
  content: "" !important;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  transform: translateX(1px);
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border-radius: 0.5rem !important;
  border: var(--tokens-spacing-spc-0, 1px) solid var(--neutral-500-main, #949E9B);
  background: var(--Base-White, #FFF) !important;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.email-address-collapse-wrapper .email-address-collapse .field-description {
  color: var(--Neutral-600, #758A83);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.018rem;
  margin-left: 0;
}
.email-address-collapse-wrapper .form-icon-container {
  position: relative;
}
.email-address-collapse-wrapper .form-icon-container img {
  position: absolute;
  top: 0.75rem;
  left: 0.9375rem;
}
.email-address-collapse-wrapper .form-icon-container img.big-top {
  top: 1.125rem;
}
.email-address-collapse-wrapper .form-icon-container input {
  padding-left: 2.5rem;
}

.custom-panel-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}
.custom-panel-page .custom-panel-heading {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
}
.custom-panel-page .custom-panel-page-inner-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div #reset-panel-modal .reset-panel-text {
  color: var(--Neutral-800, #2E3835);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 590;
  line-height: 1.5rem;
  letter-spacing: -0.0225rem;
}
.custom-panel-page .custom-panel-page-inner-div #reset-panel-modal .popup-section {
  top: 40% !important;
}
.custom-panel-page .custom-panel-page-inner-div #reset-panel-modal .modal-content {
  padding: 1.5rem;
  border-radius: 1.5rem;
}
.custom-panel-page .custom-panel-page-inner-div #reset-panel-modal .reset-panel-actions-wrapper {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.custom-panel-page .custom-panel-page-inner-div #reset-panel-modal .reset-panel-actions-wrapper .cancel-reset-panel-button {
  display: flex;
  padding: 0.25rem 0rem;
  align-items: flex-start;
  background: none;
  border: none;
  border-bottom: 1px solid var(--neutral-500-main, #91A19C) !important;
}
.custom-panel-page .custom-panel-page-inner-div #reset-panel-modal .reset-panel-actions-wrapper .reset-panel-button {
  display: flex;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
}
@media (min-width: 767px) {
  .custom-panel-page .custom-panel-page-inner-div {
    min-width: 45rem;
    max-width: 45rem;
  }
}
.custom-panel-page .custom-panel-page-inner-div .panel-saved-text {
  color: var(--neutral-500-main, #949E9B);
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .share-button {
  display: flex;
  padding: 0.25rem 0rem;
  align-items: flex-start;
  border: none;
  background: none;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card {
  display: flex;
  width: 100%;
  min-width: 17.5rem;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1rem;
  border: 2px solid var(--neutral-500-main, #949E9B);
  background: var(--Base-White, #FFF);
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .reset-panel-icon {
  display: flex;
  padding: 0rem 0.25rem;
  justify-content: center;
  align-items: center;
  gap: var(--tokens-units-6, 0.375rem);
  border: none;
  background: none;
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
@media (min-width: 767px) {
  .custom-panel-page .custom-panel-page-inner-div .custom-panel-card .reset-panel-icon {
    position: absolute;
    height: 100%;
    right: 0;
  }
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .custom-panel-name-div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .custom-panel-name-div .panel-name-update-button {
  background: none;
  border: none;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .custom-panel-name-div .custom-panel-name {
  color: var(--Neutral-900, #222A28);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  border: none;
  background: white;
  outline: none;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .custom-success-message {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  background: var(--aux-01500-main, #006FF2);
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .custom-success-message .success-message-text {
  color: var(--Base-White, var(--colors-base-white, #FFF));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .panel-includes-div .mobile-panel-includes-wrapper {
  flex-direction: column;
  align-items: flex-start !important;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .panel-includes-div .remove-button {
  border: none;
  background: none;
  padding: 0;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .panel-includes-div .remove-button .action-icon-remove-product {
  margin-left: 0;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-card-header .custom-panel-inner-frame .panel-includes-div .badge {
  cursor: pointer;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-price-section {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-price-section .old-new-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 0.5rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-price-section .superscript-symbol {
  vertical-align: 0.3rem;
  font-size: 0.6rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-price-section .price-block-old .price-number {
  position: relative;
  color: var(--Neutral-700, #45544F);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-price-section .price-block-old .price-number::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0.125rem;
  width: 100%;
  height: 0.25rem;
  transform-origin: center;
  transform: rotate(-15deg);
  background: var(--service-error-500-main, #FF6060);
  opacity: 0.5;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-price-section .price-block-new .final-price-text {
  display: flex;
  align-items: flex-start;
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-price-section .earn-point-text {
  color: var(--service-success-500-main, #09AA2C);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-action-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-action-section .panel-add-to-cart-button {
  display: flex;
  height: 2.5rem;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--primary-500-main, #56FCA2);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-action-section .panel-add-to-cart-button.test-now-pay-later {
  height: auto;
  width: auto;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.023rem;
  border: 1px solid var(--Neutral-900, #222A28);
  background: var(--service-warning-500-main, #FCBA55);
  gap: 0;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-action-section .panel-add-to-cart-button.test-now-pay-later .description-with-loyalty-points {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-action-div .custom-panel-action-section .panel-add-to-cart-button.test-now-pay-later .description-with-loyalty-points .add-to-cart-btn-description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .custom-panel-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.custom-panel-page .custom-panel-page-inner-div .search-custom-panel-page .input-group-sm .form-control.rounded-search {
  border-radius: 0.5rem !important;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  padding: 0.75rem !important;
  padding-left: 2.25rem !important;
  min-width: 17.375rem;
  color: var(--Neutral-700, #45544F);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.custom-panel-page .custom-panel-page-inner-div .search-custom-panel-page .search-background-image {
  background-image: url(/img/icon/16_16/search_icon_16_16_neutral_700.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-show-text {
  color: var(--neutral-500-main, #949E9B);
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options {
  display: flex;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  padding: 8px 16px;
  border: solid 1px #1E4639;
  border-left: none;
  letter-spacing: -0.015rem;
  background-color: #FFF;
  white-space: nowrap;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option a, .custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option select {
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option:first-child {
  border-left: solid 1px #1E4639;
  border-radius: 18px 0 0 18px;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option:last-child {
  border-radius: 0 18px 18px 0;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option.selected {
  background-color: #E5FFF1;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option.selected select {
  background-color: #E5FFF1;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option.select-wrapper {
  padding: 0;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option select {
  border: none;
  width: 122px;
  background: url(/img/chevron-down.png) no-repeat !important;
  background-position: 94px 8px !important;
  background-size: 16px;
  outline: none !important;
  box-shadow: none !important;
  color: var(--Neutral-900, #222A28) !important;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 32px 8px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option select:focus, .custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .filter-options .filter-option select:focus-visible {
  border: none;
  outline: none;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .vendor-selector {
  border: none;
  background: none;
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  padding-right: 0.25rem;
}
.custom-panel-page .custom-panel-page-inner-div .product-filter-actions .product-filter-section .vendor-selector:focus-visible {
  outline: none;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem var(--tokens-spacing-spc-8, 0.5rem);
  align-self: stretch;
  flex-wrap: wrap;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card {
  display: flex;
  min-width: 280px;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  gap: 30px;
  border-radius: var(--tokens-spacing-spc-16, 1rem);
  border: var(--tokens-spacing-spc-0, 1px) solid var(--Neutral-300, #C7D1CE);
  background: var(--Base-White, #FFF);
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-header .popular-product-name {
  color: var(--Neutral-900, #222A28);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1.5rem;
  letter-spacing: -0.36px;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-header .lab-tests-list-bullet-points {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-header .lab-tests-list-bullet-points li {
  color: var(--Neutral-700, #45544F);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.0175rem;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-header .lab-tests-list-bullet-points li:before {
  content: none !important;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-16, 1rem);
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-content .popular-product-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-16, 1rem);
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-content .popular-product-actions .top-actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-content .popular-product-actions .top-actions .product-price {
  color: var(--Neutral-900, #222A28);
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  background: none;
  padding: 0;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-content .popular-product-actions .top-actions .product-price.old {
  font-weight: 400 !important;
  position: relative;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-content .popular-product-actions .top-actions .product-price.old::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0.125rem;
  width: 100%;
  height: 0.25rem;
  transform-origin: center;
  transform: rotate(-15deg);
  background: var(--service-error-500-main, #FF6060);
  opacity: 0.5;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-content .popular-product-actions .top-actions .whats-included-text {
  cursor: pointer;
  display: flex;
  padding: 0.25rem 0px;
  align-items: flex-start;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .popular-product-card .popular-product-content .popular-product-actions .bottom-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--tokens-spacing-spc-8, 0.5rem);
  align-self: stretch;
}
.custom-panel-page .custom-panel-page-inner-div .popular-tests-cards .no-result-text {
  color: var(--neutral-500-main, #949E9B);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 590;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  border: none;
  outline: none;
}
.custom-panel-page .custom-panel-page-inner-div .more-test-wrapper {
  display: flex;
  justify-content: center;
}
.custom-panel-page .custom-panel-page-inner-div .privacy-policy-text {
  margin-top: 2rem;
  color: var(--Neutral-700, #45544F);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
}
.custom-panel-page .custom-panel-page-inner-div .privacy-policy-text a {
  color: var(--Neutral-900, #222A28);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
  border-bottom: 1px solid var(--neutral-500-main, #949E9B);
}
.custom-panel-page .custom-panel-page-inner-div .more-tests-button {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}
.custom-panel-page .custom-panel-page-inner-div .more-tests-button:hover {
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  box-shadow: 1px 1px 0px 0px #1E4639;
}
@media screen and (max-width: 768px) {
  .custom-panel-page {
    padding: 1rem 1rem;
  }
  .custom-panel-page .custom-panel-action-section-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .custom-panel-page .custom-panel-page-inner-div .custom-panel-card {
    border: 1px solid var(--Neutral-300, #C7D1CE);
    padding: 1rem;
  }
  .custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-name-div {
    align-items: start !important;
  }
  .custom-panel-page .custom-panel-page-inner-div .custom-panel-card .custom-panel-name-div .custom-panel-name {
    color: var(--Neutral-900, #222A28) !important;
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 590 !important;
    line-height: 133.333% !important;
    letter-spacing: -0.0225rem !important;
  }
  .custom-panel-page .custom-panel-page-inner-div .product-filter-actions {
    flex-direction: column;
    gap: 1rem;
  }
  .custom-panel-page .custom-panel-page-inner-div .custom-panel-action-div {
    flex-direction: column;
    gap: 1rem;
  }
  .custom-panel-page .custom-panel-page-inner-div .custom-panel-action-div .custom-panel-price-section {
    justify-content: space-between;
    width: 100%;
  }
  .custom-panel-page .custom-panel-page-inner-div .custom-panel-action-div .custom-panel-action-section {
    width: 100%;
    gap: 0 !important;
  }
  .custom-panel-page .custom-panel-page-inner-div .custom-panel-action-div .custom-panel-action-section .panel-add-to-cart-button {
    width: 100% !important;
  }
}

.add-to-panel-button {
  display: flex;
  height: 2.5rem;
  padding: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1.25rem;
  border: 1px solid var(--secondary-500-main, #1E4639);
  background: var(--Base-White, #FFF);
  color: var(--Neutral-900, #222A28);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}

.add-to-panel-button.disabled {
  border-radius: 1.25rem;
  border: 1px solid var(--Neutral-300, #C7D1CE);
  background: var(--Neutral-50, #F4F6F5);
  color: var(--Neutral-300, #C7D1CE);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
}

.share-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.share-btn:hover {
  color: #f08a3e;
}
.share-btn__icon {
  flex-shrink: 0;
}
.share-btn__label {
  font-size: 0.875rem;
  line-height: 1.03rem;
  border-bottom: 1px solid var(--neutral-500-main, #222A28);
}

.share-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  width: 14rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  z-index: 1000;
}
.share-menu__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border: none;
  background: white;
  cursor: pointer;
  transition: background 0.2s;
  color: var(--Neutral-700, #45544F);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  margin: 0;
}
.share-menu__item:hover {
  background: #f9fafb;
}
.share-menu__icon {
  width: 1rem;
  height: 1rem;
}

.share-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1050;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.share-modal-overlay .copy-animate {
  animation: fadeInUp 0.3s ease;
}

.share-modal {
  background: white;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  padding: 1.5rem;
  animation: slideUp 0.3s ease;
  text-align: start;
}
.share-modal .fw-semibold {
  text-decoration: none !important;
  color: #222A28;
  font-weight: 600 !important;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.share-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s;
  text-align: left;
}
.share-option:hover {
  background: #f9fafb;
}
.share-option + .share-option {
  margin-top: 0.75rem;
}
.share-option .fw-semibold {
  text-decoration: none !important;
  color: #222A28;
}

.icon-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-blue-100 {
  background: #dbeafe;
}

.bg-purple-100 {
  background: #f3e8ff;
}

.bg-green-100 {
  background: #E5FFF1;
}

.text-blue-600 {
  color: #2563eb;
}

.text-purple-600 {
  color: #9333ea;
}

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

.share-close-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #333;
}

.share-close-btn svg {
  pointer-events: none;
  stroke: currentColor;
}

.order-for-others-content {
  background: #f6f6f6;
  padding: 25px;
  border-radius: 10px;
}
.order-for-others-content p {
  line-height: 27px;
}
.order-for-others-content h2 {
  margin-bottom: 24px;
}
.order-for-others-content #orderForOthersCheckoutForm label {
  font-size: 14px;
}
.order-for-others-content #orderForOthersCheckoutForm p {
  font-size: 14px;
}
.order-for-others-content #orderForOthersCheckoutForm input {
  height: 40px;
  font-size: 14px;
}
.order-for-others-content #orderForOthersCheckoutForm input[type=radio] {
  font-size: 14px;
  height: 1.2rem;
  width: 1.2rem;
}
.order-for-others-content #orderForOthersCheckoutForm ul {
  list-style: none;
  padding-left: 0;
}
.order-for-others-content #orderForOthersCheckoutForm ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.order-for-others-content #orderForOthersCheckoutForm ul li .form-icon-container img {
  top: 9px;
}
.order-for-others-content #orderForOthersCheckoutForm ul li input {
  margin-right: 10px;
  max-width: 210px;
  max-height: 32px;
  padding-left: 24px !important;
}
.order-for-others-content #orderForOthersCheckoutForm ul li label {
  display: flex;
  align-items: center;
}
.order-for-others-content #orderForOthersCheckoutForm ul li:last-of-type {
  margin-bottom: 24px;
}
.order-for-others-content #orderForOthersCheckoutForm .submit-button {
  border: none;
  -webkit-appearance: none;
  outline: none;
  font-size: 18px;
  padding: 12px 24px 12px 24px;
  width: 100%;
  font-weight: bold;
  text-shadow: none;
  line-height: 22px;
  border-radius: 6px;
}
.order-for-others-content #orderForOthersCheckoutForm .btn-paypal {
  background-color: rgb(255, 196, 57);
  color: rgb(0, 0, 0);
  border: 0px solid rgb(0, 0, 0);
  border-radius: 3px;
  max-width: none;
  width: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}
.order-for-others-content .form-icon-container {
  position: relative;
}
.order-for-others-content .form-icon-container img {
  position: absolute;
  top: 11px;
  left: 11px;
}
.order-for-others-content .form-icon-container input {
  padding-left: 40px !important;
}
.order-for-others-content .orange-add-cart-btn {
  background: #fe9d15 !important;
  color: white;
}

.alert-success {
  color: #222222;
  background: #E6FFE6;
  font-size: 14px;
  border: none;
  padding: 16px 5px;
}

.alert-warning {
  color: #45544F;
  background: none;
  font-size: 12px;
  border: none;
  padding: initial;
}
.alert-warning.checkout-alert-warning {
  display: block;
  color: #45544f;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #ECF0EF;
  padding: 8px 12px;
  border-radius: 16px;
  background-color: #f7f9ff;
}
@media screen and (max-width: 768px) {
  .alert-warning.checkout-alert-warning {
    padding: 4px 8px;
  }
}

input[type=checkbox], input[type=radio] {
  accent-color: #459d3d;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.iti {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .iti {
    display: block;
  }
}

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

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

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

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

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

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

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

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

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

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

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

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

.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

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

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

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}

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

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

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

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

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

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

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

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

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

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

[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

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

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

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

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

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

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}

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

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

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

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

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

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

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/images/flags.png?1952df896c6a79bb730cdfb69adf4fa0);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/images/flags@2x.png?276410ffdcdd2ff8dca2477e71874903);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-spinner-animation {
  position: relative;
  pointer-events: none;
  opacity: 0.75;
  color: transparent !important;
}
.btn-spinner-animation > * {
  visibility: hidden;
}
.btn-spinner-animation::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url("/img/spinner-dark-25.svg") no-repeat center center;
  background-size: contain;
  animation: spinner-dark-25-spin 1s linear infinite;
}
@keyframes spinner-dark-25-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Passkey Setup Modal - Matching invite popup design */
.passkey-setup-modal {
  /* Success Image Placeholder */
  /* Device Info Card */
  /* Screen transition animation */
}
.passkey-setup-modal .modal-dialog {
  background: none !important;
  box-shadow: none !important;
  max-width: 26rem;
  margin: 1.75rem auto;
}
@media (min-width: 768px) {
  .passkey-setup-modal .modal-dialog {
    background: none !important;
    width: auto;
    max-width: 26rem;
  }
}
.passkey-setup-modal .modal-content {
  border: none;
  border-radius: 2rem;
}
.passkey-setup-modal .modal-body {
  padding: 0;
  margin: 0;
}
.passkey-setup-modal .passkey-modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 2rem 1.5rem 2rem;
  position: relative;
}
.passkey-setup-modal .passkey-modal-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 115, 230, 0.1) 0%, rgba(0, 82, 179, 0.1) 100%);
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.passkey-setup-modal .passkey-modal-icon svg {
  width: 32px;
  height: 32px;
  color: #0073E6;
}
.passkey-setup-modal .passkey-modal-title {
  color: #222A28;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
  text-transform: none !important;
}
.passkey-setup-modal .passkey-modal-description {
  color: #45544F;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  margin: 0;
}
.passkey-setup-modal .passkey-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.passkey-setup-modal .passkey-close-btn:hover {
  opacity: 0.7;
}
.passkey-setup-modal .passkey-benefits-wrapper {
  padding: 0 2rem 1.5rem 2rem;
}
.passkey-setup-modal .benefit-title {
  border-radius: 1rem;
  border: 1px solid #DDE3E1;
  background: #F9FBFA;
  flex: 1 0 0;
}
.passkey-setup-modal .benefits-item .done-image-div {
  width: 1.25;
  height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--primary-500-main, #56FCA2);
  border-radius: 50%;
  padding: 4px;
}
.passkey-setup-modal .benefits-item .done-image-div img {
  width: 0.75rem;
  height: 0.75rem;
}
.passkey-setup-modal .benefits-item span {
  color: #222A28;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.passkey-setup-modal .passkey-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 2rem 2rem 2rem;
}
.passkey-setup-modal .passkey-setup-btn {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  width: 100%;
  border-radius: 1.5rem;
  border: 1px solid var(--aux-01500-main, #006FF2);
  background: var(--aux-01500-main, #006FF2);
  color: #FFFFFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 510;
  line-height: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 115, 230, 0.2);
}
.passkey-setup-modal .passkey-setup-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 115, 230, 0.2);
}
.passkey-setup-modal .passkey-setup-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.passkey-setup-modal .passkey-dismiss-btn {
  padding: 0.5rem 0;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  color: #949E9B;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.passkey-setup-modal .passkey-dismiss-btn:hover {
  color: #222A28;
}
.passkey-setup-modal .passkey-setup-btn.success {
  background: var(--primary-500-main, #56FCA2) !important;
  border-color: #1E4639 !important;
  color: #1E4639 !important;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(86, 252, 162, 0.3) !important;
}
.passkey-setup-modal .passkey-setup-btn.loading {
  opacity: 0.7;
  pointer-events: none;
}
.passkey-setup-modal.show .modal-content {
  animation: fadeInPasskeyModal 0.3s ease-out;
}
.passkey-setup-modal .passkey-success-icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.passkey-setup-modal .passkey-success-icon svg {
  width: 5rem;
  height: 5rem;
}
.passkey-setup-modal .passkey-success-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F6F5;
  border-radius: 0.75rem;
  margin: 0 2rem 1.5rem 2rem;
  min-height: 12.5rem;
}
.passkey-setup-modal .passkey-success-image img {
  border-radius: 1rem;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.passkey-setup-modal .passkey-device-info {
  padding: 0 2rem 1.5rem 2rem;
}
.passkey-setup-modal .device-info-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #F4F6F5;
  border-radius: 0.75rem;
  border: 1px solid #C7D1CE;
}
.passkey-setup-modal .device-info-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0073E6 0%, #0052B3 100%);
  border-radius: 0.5rem;
  flex-shrink: 0;
}
.passkey-setup-modal .device-info-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #FFFFFF;
}
.passkey-setup-modal .device-info-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.passkey-setup-modal .device-info-text .device-name {
  color: #222A28;
  font-size: 1rem;
  font-weight: 510;
  line-height: 1.25rem;
}
.passkey-setup-modal .device-info-text .device-status {
  color: #45544F;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
}
.passkey-setup-modal #passkey-setup-screen,
.passkey-setup-modal #passkey-success-screen {
  animation: fadeInScreen 0.3s ease-out;
}

.passkey-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.passkey-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #C7D1CE;
  border-radius: 0.75rem;
  background: #FFF;
}
.passkey-item .passkey-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
.passkey-item .passkey-info .passkey-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.passkey-item .passkey-info svg {
  color: #1E4639;
  flex-shrink: 0;
}

.passkey-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
.passkey-info svg {
  color: #1E4639;
  flex-shrink: 0;
}

.passkey-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.passkey-name {
  color: #222A28;
  font-size: 1rem;
  font-weight: 510;
  line-height: 1.25rem;
}

.passkey-date {
  color: #949E9B;
  font-size: 0.875rem;
  line-height: 1rem;
}

.passkey-delete-btn {
  padding: 0.5rem 0.75rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EF4444;
  font-size: 0.875rem;
  font-weight: 510;
  line-height: 1rem;
}
.passkey-delete-btn:hover {
  opacity: 0.8;
}
.passkey-delete-btn:active {
  opacity: 0.6;
}

.passkey-delete-modal .modal-dialog {
  background: none !important;
  box-shadow: none !important;
  max-width: 26rem;
  margin: 1.75rem auto;
}
@media (min-width: 768px) {
  .passkey-delete-modal .modal-dialog {
    background: none !important;
    width: auto;
    max-width: 26rem;
  }
}
.passkey-delete-modal .modal-content {
  border: none;
  border-radius: 2rem;
}
.passkey-delete-modal .modal-body {
  padding: 0;
  margin: 0;
}
.passkey-delete-modal .passkey-modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 2rem 1.5rem 2rem;
  position: relative;
}
.passkey-delete-modal .passkey-delete-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.passkey-delete-modal .passkey-delete-icon svg {
  width: 2rem;
  height: 2rem;
  color: #EF4444;
}
.passkey-delete-modal .passkey-modal-title {
  color: #222A28;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
  margin: 0;
  text-transform: none !important;
}
.passkey-delete-modal .passkey-modal-description {
  color: #45544F;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  margin: 0;
}
.passkey-delete-modal .passkey-modal-description strong {
  color: #222A28;
  font-weight: 600;
}
.passkey-delete-modal .passkey-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.passkey-delete-modal .passkey-close-btn:hover {
  opacity: 0.7;
}
.passkey-delete-modal .passkey-delete-warning {
  padding: 0 2rem 1.5rem 2rem;
}
.passkey-delete-modal .warning-item {
  border-radius: 1rem;
  border: 1px solid #FEE2E2;
  background: #FEF2F2;
  padding: 1rem;
  margin-bottom: 0.75rem;
}
.passkey-delete-modal .warning-item:last-child {
  margin-bottom: 0;
}
.passkey-delete-modal .warning-item p {
  color: #7F1D1D;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.28px;
  margin: 0;
}
.passkey-delete-modal .warning-item p strong {
  font-weight: 600;
}
.passkey-delete-modal .passkey-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 2rem 2rem 2rem;
}
.passkey-delete-modal .passkey-delete-confirm-btn {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 1.5rem;
  border: 1px solid #EF4444;
  background: #EF4444;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 510;
  line-height: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.passkey-delete-modal .passkey-delete-confirm-btn:hover {
  background: #DC2626;
  border-color: #DC2626;
}
.passkey-delete-modal .passkey-delete-confirm-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.passkey-delete-modal .passkey-dismiss-btn {
  padding: 0.5rem 0;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #949E9B;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.passkey-delete-modal .passkey-dismiss-btn:hover {
  color: #222A28;
}

@keyframes fadeInScreen {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=patient.css.map*/