@charset "UTF-8";
/**
 * Profile layout: mustdash + app + product shell (pi-product-wrapper) + entity profile styles.
 */
/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* Quickly adjust the font smoothing */
/* Quickly adjust the appearance of form fields */
/* Quickly adjust the selection colour */
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
button {
  margin: 0;
  border-radius: 0;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
}

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

ul {
  margin: 0;
}

ul.list-unstyled {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group-lg > .pi-input:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .pi-input {
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .pi-input:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .pi-input {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  background-color: transparent;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 11px 22px;
  vertical-align: top;
  border-top: solid 1px #444;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: solid 2px #444;
  border-top: 0;
}

.table tbody + tbody {
  border-top: solid 2px #444;
}

html {
  font-size: 100%;
}

body {
  color: #cccccc;
  background: #000;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (min-width: 992px) {
  html,
  body {
    font-size: 100%;
  }
}
body.pi-theme-light:not(.pi-theme-body-bg) {
  background: #000;
  color: #cccccc;
}

/* Body text */
p,
li,
small,
label,
.pi-hint,
.pi-inset-text {
  line-height: 1.6;
}

p {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}

a {
  color: #7fa2c0;
  line-height: inherit;
  text-decoration: none;
}
a:focus, a:hover, a:visited {
  text-decoration: underline;
}

body.pi-logged-in a {
  color: #7fa2c0;
}
body.pi-logged-in a:focus, body.pi-logged-in a:hover, body.pi-logged-in a:visited {
  text-decoration: underline;
}

/* Headings — scale from $font-size-base (h1 = 2× body) */
h1,
.h1 {
  font-size: 2.25rem;
  color: #7fa2c0;
}

h2,
.h2 {
  font-size: 1.6875rem;
  color: #cccccc;
}

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

h1.pi-no-margin,
h2.pi-no-margin,
h3.pi-no-margin,
h4.pi-no-margin,
h5.pi-no-margin {
  margin-bottom: 0 !important;
}

h1,
h2,
h3 {
  font-weight: 700;
  text-transform: none;
}

h4 {
  font-weight: 700;
  text-transform: none;
}

h5 {
  font-weight: 700;
  text-transform: uppercase;
}

/* v-tooltip (portaled to body) — match body text size */
.tooltip .tooltip-inner {
  font-size: 1.125rem !important;
  line-height: 1.6;
  text-transform: none !important;
}

/* Native buttons — UA stylesheet uses ~13px; match body / form controls */
button,
[type=button],
[type=reset],
[type=submit],
input[type=image] {
  font-family: inherit;
  font-size: 1.125rem;
}

/* Mustdash menu */
.mustdash-menu,
.mustdash-menu .category,
.mustdash-menu .item,
.mustdash-menu .flat-item,
.mustdash-menu .submenu-item,
.mustdash-menu .dropdown-btn,
.mustdash-menu .menu-breadcrumb-bar,
.mustdash-menu .pi-checkboxes__item,
.mustdash-menu .pi-radios__item,
.mustdash-menu .pi-checkboxes__label,
.mustdash-menu .pi-radios__label,
.mustdash-item,
.mustdash-category-title,
.mustdash-link,
.mustdash-all-clear-link {
  font-size: 1.125rem !important;
}

/* Login / checkout autofill — match body size on webkit-filled fields */
.pi-form[data-form-type=login] input:-webkit-autofill,
.pi-form[data-form-type=login] input:-webkit-autofill:hover,
.pi-form[data-form-type=login] input:-webkit-autofill:focus,
.pi-form[data-form-type=login] input:-webkit-autofill:active,
.pi-form[data-form-type=checkout] input:-webkit-autofill,
.pi-form[data-form-type=checkout] input:-webkit-autofill:hover,
.pi-form[data-form-type=checkout] input:-webkit-autofill:focus,
.pi-form[data-form-type=checkout] input:-webkit-autofill:active {
  font-size: 1.125rem !important;
  font-family: inherit !important;
}

/* Form controls — same size as body text */
.pi-input,
.pi-select,
.pi-textarea,
.multiselect,
.multiselect__input,
.multiselect__single,
.multiselect__tags,
.multiselect__placeholder,
.pi-timepicker-wireframe,
.pi-timepicker-wireframe label,
.multiselect__option,
.multiselect__content li,
.multiselect__content-wrapper,
table.vgt-table,
.vgt-table,
.pi-table-wrapper table,
#pi-table-wrapper table {
  font-size: 1.125rem !important;
}

.pi-input,
.pi-select,
.pi-textarea,
.multiselect,
.multiselect__input,
.multiselect__single,
.multiselect__tags,
.multiselect__placeholder,
.pi-timepicker-wireframe,
.pi-timepicker-wireframe label,
.multiselect__option {
  font-family: inherit;
}

.pi-checkboxes__label,
.pi-radios__label {
  line-height: 1.4;
}

.pi-input,
.pi-select,
.multiselect__tags,
.multiselect__single,
.pi-timepicker-wireframe label {
  line-height: 2rem;
}

/* Account feature toggles — layout only; type uses rules above */
#pi-account-logs-toggle .pi-checkboxes__item .pi-checkboxes__label,
#pi-account-logs-toggle .pi-input .pi-checkboxes__label,
#pi-account-features-toggle .pi-checkboxes__item .pi-checkboxes__label,
#pi-account-features-toggle .pi-input .pi-checkboxes__label,
#pi-account-admin-dev-features-toggle .pi-checkboxes__item .pi-checkboxes__label,
#pi-account-admin-dev-features-toggle .pi-input .pi-checkboxes__label,
#pi-account-beta-features-toggle .pi-checkboxes__item .pi-checkboxes__label,
#pi-account-beta-features-toggle .pi-input .pi-checkboxes__label {
  margin-top: 2px;
}
#pi-account-logs-toggle .pi-checkboxes__item p,
#pi-account-logs-toggle .pi-input p,
#pi-account-features-toggle .pi-checkboxes__item p,
#pi-account-features-toggle .pi-input p,
#pi-account-admin-dev-features-toggle .pi-checkboxes__item p,
#pi-account-admin-dev-features-toggle .pi-input p,
#pi-account-beta-features-toggle .pi-checkboxes__item p,
#pi-account-beta-features-toggle .pi-input p {
  max-width: 75%;
  margin-left: 28px;
}
#pi-account-logs-toggle .pi-checkboxes__item,
#pi-account-features-toggle .pi-checkboxes__item,
#pi-account-admin-dev-features-toggle .pi-checkboxes__item,
#pi-account-beta-features-toggle .pi-checkboxes__item {
  margin-left: -21px;
  margin-bottom: 22px;
}

/* pi- form styles (pi-input, pi-checkbox, etc.) are in form.css */
/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* ==========================================================================
   Buttons — single source
   ========================================================================== */
/* --- Reboot (native button reset) --- */
button {
  margin: 0;
  border-radius: 0;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
}

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

[role=button] {
  cursor: pointer;
}

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

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

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

/* --- Pi form buttons (.pi-button) --- */
.pi-button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
  background: #000;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-top: 22px;
}
.pi-button:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 2px;
}
.pi-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pi-button--secondary {
  background: #cccccc;
  color: #000;
}
.pi-button--secondary:hover:not(:disabled) {
  background: #cccccc;
}

.pi-button--start {
  line-height: 1.25;
}

a.pi-button {
  background: #99cc00;
  color: #fff;
  border: solid 1px #99cc00;
  padding: 11px 15px;
  margin: 0 15px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: none;
}
a.pi-button:focus, a.pi-button:hover {
  background: #99cc00;
  color: #fff;
  border: solid 1px #99cc00;
}

header#pi-header .pi-form-group,
header#pi-header .pi-button {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.pi-search-wrapper .pi-button {
  display: none;
}

/* --- Bootstrap-style .btn --- */
.btn-1 {
  background: #99cc00;
  color: #000 !important;
  text-transform: uppercase;
  border: solid 1px #99cc00;
  border-radius: 4px;
  min-height: 50px;
  min-width: 100px;
  line-height: 2rem;
  text-decoration: none;
  font-weight: bold;
}

.btn-2 {
  background: #cc0000;
  color: #fff !important;
  text-transform: uppercase;
  border: solid 1px #cc0000;
  border-radius: 4px;
  min-height: 50px;
  min-width: 100px;
  line-height: 2rem;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #fff !important;
  border-radius: 4px !important;
}

.btn-signup {
  margin-top: 10px;
}

.other .btn-signup {
  display: none;
}

/* --- Image / icon action buttons --- */
.btn-search {
  cursor: pointer !important;
}

.pi-form-button {
  cursor: pointer;
  width: 80px;
  height: 50px;
}

.pi-form-button.disabled,
.pi-form-button-hidden {
  opacity: 0.3;
  transition: all 0.5s;
}

.pi-form-save-button .pi-form-button,
.pi-form-save-button-left .pi-form-button {
  height: 80px;
}
.pi-form-save-button input[type=image],
.pi-form-save-button-left input[type=image] {
  width: 80px !important;
}

#pi-header .pi-form-button {
  margin-top: -12px !important;
}

.pi-search-wrapper #pi-search .pi-form-button {
  width: 50px;
  height: 50px;
  margin-left: 0;
}
.pi-search-wrapper #pi-search .pi-form-button.disabled {
  opacity: 0.9;
  cursor: disabled;
}

.promocode-button {
  display: block;
}

.change_upload {
  display: block;
  margin-bottom: 11px;
  cursor: pointer;
}

.pi-small-button {
  width: 38px;
  height: 38px;
  margin: -8px 0 5.5px;
}

.pi-product-more-button {
  display: block !important;
  float: right !important;
  width: 55px !important;
  height: 55px !important;
  margin-right: 0 !important;
}
.pi-product-more-button img {
  width: 55px !important;
  height: 55px !important;
}

/* --- Signup / promo buttons --- */
.pi-signup-buy-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
}
.pi-signup-buy-button:disabled, .pi-signup-buy-button[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(60%);
}
.pi-signup-buy-button .pi-payment-button {
  display: block;
  width: auto;
  height: 50px;
  max-width: none;
}

.pi-signup-trial-link {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  vertical-align: baseline;
}
.pi-signup-trial-link:hover, .pi-signup-trial-link:focus, .pi-signup-trial-link.focus, .pi-signup-trial-link:active {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: inherit !important;
}
.pi-signup-trial-link:focus-visible {
  outline-color: currentColor;
  outline-offset: 3px;
}
.pi-signup-trial-link.disabled, .pi-signup-trial-link[disabled], .pi-signup-trial-link.disabled:hover, .pi-signup-trial-link[disabled]:hover {
  opacity: 0.65;
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.form-tab-buttons {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.form-tab-button-9:not(:disabled),
.form-tab-button-8:not(:disabled),
.form-tab-button-7:not(:disabled),
.form-tab-button-4:not(:disabled) {
  opacity: 1 !important;
}

.pi-tag-search-results.pi-logged-out .pi-signup-button,
.pi-password-reset .pi-signup-button,
.pi-registration-successful .pi-signup-button {
  display: none;
}

.enable_cookies .pi-signup-button,
.enable_cookies .pi-search-wrapper {
  display: none;
}

/* --- Cookie consent --- */
.js-cookie-consent-agree {
  background: #99cc00;
  border: solid 1px #99cc00;
  color: #000;
  border-radius: 5px;
  padding: 10px 81px;
  font-weight: bold;
  margin-bottom: 22px;
  cursor: pointer;
}

/* --- Back to top --- */
.back-to-top-wrapper {
  margin-bottom: 20px;
  text-align: left;
}
.back-to-top-wrapper img {
  width: 75px !important;
}

@media (min-width: 992px) {
  .sticky-large .back-to-top-wrapper {
    position: fixed;
    left: 15px;
    bottom: 0;
    margin-bottom: 22px;
  }
}
.pi-entity-profile .back-to-top-wrapper {
  text-align: left;
  margin-left: 70px;
}

.pi-entity-profile .copyright-notice-wrapper .container .back-to-top-wrapper,
.pi-product-profile .copyright-notice-wrapper .container .back-to-top-wrapper {
  text-align: left;
}

.pi-tag-search-results.pi-logged-out .back-to-top-wrapper,
.pi-password-reset .back-to-top-wrapper,
.pi-registration-successful .back-to-top-wrapper {
  display: none;
}

/* --- Back to menu --- */
.back-to-menu-wrapper {
  text-align: right;
}
.back-to-menu-wrapper img {
  transition: all 0.5s;
  margin-top: 28px;
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .back-to-menu-wrapper {
    display: none;
  }
}
/* --- Keypad control buttons --- */
#pi-keypad a.btn-reset:focus,
#pi-keypad a.btn-delete:focus {
  outline: 0 !important;
}
#pi-keypad a.btn-delete.hovered g path:last-child,
#pi-keypad a.btn-reset.hovered g path:last-child {
  stroke: initial;
}
#pi-keypad a.btn-delete.hovered g path:nth-child(4),
#pi-keypad a.btn-reset.hovered g path:nth-child(4) {
  stroke: #f39325;
}

/* --- Mustdash menu buttons --- */
.mustdash-menu .btn-icon,
.mustdash-menu .btn-arrow {
  width: var(--mustdash-menu-image-width) !important;
  height: var(--mustdash-menu-image-height) !important;
  flex-shrink: 0;
}

.mustdash-menu .btn-icon {
  transform: translateY(5px);
}

.mustdash-menu .dropdown-btn {
  cursor: pointer !important;
}

/* --- Task Manager API docs (MustDash filters) --- */
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .dropdown-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: #000 !important;
  border: solid 2px #444 !important;
  border-radius: 4px !important;
  color: #cccccc !important;
  line-height: 2rem !important;
  padding: 4px 10px;
  height: 50px;
  min-height: 50px;
  cursor: pointer;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .dropdown-btn.active {
  border-color: #fff !important;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-icon,
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-arrow {
  width: 35px !important;
  height: 35px !important;
  flex-shrink: 0;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-text,
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-breadcrumb,
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-breadcrumb-item {
  color: #cccccc !important;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .filters-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 50px;
  padding: 4px 16px;
  background: #000 !important;
  color: #cccccc !important;
  border: solid 2px #444 !important;
  border-radius: 4px;
  line-height: 2rem;
  text-transform: uppercase;
  cursor: pointer;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .filters-apply-btn:hover:not(:disabled) {
  border-color: #444 !important;
  color: #fff !important;
}

/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* ==========================================================================
   Pi keypad — single source (Keypad.vue markup)
   ========================================================================== */
/* --- Component root & width stack --- */
.pi-keypad-component-root {
  max-width: 300px !important;
  box-sizing: border-box;
}

.pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper {
  box-sizing: border-box !important;
  max-width: 270px !important;
  width: min(100%, 270px) !important;
}

.pi-keypad-width-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 300px !important;
  box-sizing: border-box;
}
.pi-keypad-width-stack .keypad-determine-type-wrapper {
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
}
.pi-keypad-width-stack #pi-keypad {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.pi-keypad-width-stack .pi-keypad-sub-wrapper {
  align-self: stretch;
  width: 100%;
  max-width: 100% !important;
}

.row .col-lg-12 .pi-keypad-width-stack #determine_type,
.row .col-lg-12 .pi-keypad-width-stack #pi-number.pi-input.pi-number {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}

.row .col-lg-12 .pi-keypad-width-stack .pi-input {
  max-width: none !important;
}

.pi-keypad-sub-wrapper input[type=image],
.has-search-wrapper input[type=image] {
  float: right;
}

.pi-close-keypad-icon {
  cursor: pointer;
}

/* --- Keypad grid (#pi-keypad) --- */
#pi-keypad {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  transition: all 0.5s;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
#pi-keypad td {
  text-align: center;
  vertical-align: middle;
  background: #000;
  color: #cccccc;
  padding: 0;
  width: 33.333%;
}
#pi-keypad td img {
  width: 100%;
  height: auto;
}
#pi-keypad td span {
  display: block;
}
#pi-keypad a {
  background: #000;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  height: auto;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
}
#pi-keypad a:focus {
  outline: 0 !important;
}
#pi-keypad a svg {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#pi-keypad a.hovered svg g path:last-child {
  stroke: #f39325;
}
#pi-keypad #randomPi {
  max-width: 289px;
}
#pi-keypad #PiDigit0 g path:nth-child(1),
#pi-keypad #PiDigit0 g path:nth-child(2),
#pi-keypad #PiDigit0 g path:nth-child(3),
#pi-keypad #PiDigit0 g path:nth-child(4),
#pi-keypad #PiDigit0 g path:nth-child(5),
#pi-keypad #PiDigit0 g path:first-child,
#pi-keypad #PiDigit1 g path:nth-child(1),
#pi-keypad #PiDigit1 g path:nth-child(2),
#pi-keypad #PiDigit1 g path:nth-child(3),
#pi-keypad #PiDigit1 g path:nth-child(4),
#pi-keypad #PiDigit1 g path:nth-child(5),
#pi-keypad #PiDigit1 g path:first-child,
#pi-keypad #PiDigit2 g path:nth-child(1),
#pi-keypad #PiDigit2 g path:nth-child(2),
#pi-keypad #PiDigit2 g path:nth-child(3),
#pi-keypad #PiDigit2 g path:nth-child(4),
#pi-keypad #PiDigit2 g path:nth-child(5),
#pi-keypad #PiDigit2 g path:first-child,
#pi-keypad #PiDigit3 g path:nth-child(1),
#pi-keypad #PiDigit3 g path:nth-child(2),
#pi-keypad #PiDigit3 g path:nth-child(3),
#pi-keypad #PiDigit3 g path:nth-child(4),
#pi-keypad #PiDigit3 g path:nth-child(5),
#pi-keypad #PiDigit3 g path:first-child,
#pi-keypad #PiDigit4 g path:nth-child(1),
#pi-keypad #PiDigit4 g path:nth-child(2),
#pi-keypad #PiDigit4 g path:nth-child(3),
#pi-keypad #PiDigit4 g path:nth-child(4),
#pi-keypad #PiDigit4 g path:nth-child(5),
#pi-keypad #PiDigit4 g path:first-child,
#pi-keypad #PiDigit5 g path:nth-child(1),
#pi-keypad #PiDigit5 g path:nth-child(2),
#pi-keypad #PiDigit5 g path:nth-child(3),
#pi-keypad #PiDigit5 g path:nth-child(4),
#pi-keypad #PiDigit5 g path:nth-child(5),
#pi-keypad #PiDigit5 g path:first-child,
#pi-keypad #PiDigit6 g path:nth-child(1),
#pi-keypad #PiDigit6 g path:nth-child(2),
#pi-keypad #PiDigit6 g path:nth-child(3),
#pi-keypad #PiDigit6 g path:nth-child(4),
#pi-keypad #PiDigit6 g path:nth-child(5),
#pi-keypad #PiDigit6 g path:first-child,
#pi-keypad #PiDigit7 g path:nth-child(1),
#pi-keypad #PiDigit7 g path:nth-child(2),
#pi-keypad #PiDigit7 g path:nth-child(3),
#pi-keypad #PiDigit7 g path:nth-child(4),
#pi-keypad #PiDigit7 g path:nth-child(5),
#pi-keypad #PiDigit7 g path:first-child,
#pi-keypad #PiDigit8 g path:nth-child(1),
#pi-keypad #PiDigit8 g path:nth-child(2),
#pi-keypad #PiDigit8 g path:nth-child(3),
#pi-keypad #PiDigit8 g path:nth-child(4),
#pi-keypad #PiDigit8 g path:nth-child(5),
#pi-keypad #PiDigit8 g path:first-child,
#pi-keypad #PiDigit9 g path:nth-child(1),
#pi-keypad #PiDigit9 g path:nth-child(2),
#pi-keypad #PiDigit9 g path:nth-child(3),
#pi-keypad #PiDigit9 g path:nth-child(4),
#pi-keypad #PiDigit9 g path:nth-child(5),
#pi-keypad #PiDigit9 g path:first-child {
  fill: #7fa2c0;
}

/* --- Pi number input --- */
.pi-number {
  background-color: transparent;
  margin: 0;
  max-width: 289px;
  color: #cccccc;
}

.pi-digit-single {
  display: block;
  line-height: 1.45;
}

.pi-keypad-wrapper.pi-number-wrapper + .pi-keypad-choose-pi-hint,
.pi-number-wrapper + .pi-keypad-choose-pi-hint {
  margin-top: 11px;
  box-sizing: border-box;
}

.has-search .pi-number {
  width: calc(100% + 10px) !important;
  max-width: calc(100% + 10px) !important;
}

/* --- Determine-type / determinator row --- */
.pi-determinator-login {
  background: none !important;
  padding-left: 0;
}

.pi-determinator-login > div:has(.pi-number) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}
.pi-determinator-login > div:has(.pi-number) .pi-number {
  flex: 0 1 auto;
  width: auto !important;
  max-width: 11.5em;
  margin-bottom: 0 !important;
}
.pi-determinator-login > div:has(.pi-number) .login-search-wrapper {
  position: static;
  flex: 0 0 auto;
  z-index: 1;
}
.pi-determinator-login > div:has(.pi-number) .login-search-wrapper .btn-search {
  width: 50px;
  height: 50px;
  margin: 0;
  display: block;
}

.pi-determinator ::-webkit-input-placeholder,
.pi-determinator input:-webkit-autofill,
.pi-determinator input::placeholder,
input.pi-determinator:-webkit-autofill,
input.pi-determinator:-webkit-autofill:hover,
input.pi-determinator:-webkit-autofill:focus,
input.pi-determinator:-webkit-autofill:active,
#determine_type:-webkit-autofill,
#determine_type:-webkit-autofill:hover,
#determine_type:-webkit-autofill:focus,
#determine_type:-webkit-autofill:active {
  line-height: 1.35 !important;
}

/* --- Header search dropdown --- */
.pi-search-wrapper label {
  display: none;
}
.pi-search-wrapper .pi-field-wrapper {
  margin: 0;
}
.pi-search-wrapper #determine_type,
.pi-search-wrapper .pi-determinator:not(.pi-determinator-login),
.pi-search-wrapper input.pi-determinator {
  background-color: #000 !important;
  background-image: url("/svg/mustdash/search.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-position: 8px center !important;
  padding-left: 54px !important;
  color: #cccccc !important;
}
.pi-search-wrapper .pi-input,
.pi-search-wrapper .pi-determinator,
.pi-search-wrapper #determine_type {
  border: solid 2px #444;
}
.pi-search-wrapper input:-webkit-autofill,
.pi-search-wrapper input:-webkit-autofill:hover,
.pi-search-wrapper input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #cccccc !important;
  background-color: #000 !important;
  background-image: none !important;
  line-height: 1.35 !important;
}
.pi-search-wrapper .btn-search {
  margin-left: -4px;
  margin-top: -1px;
}
.pi-search-wrapper .pi-number {
  width: 270px !important;
  margin-bottom: 0 !important;
}
.pi-search-wrapper .pi-close-keypad-icon {
  width: 55px !important;
  height: 55px !important;
  display: block;
  margin: 0 auto;
}
.pi-search-wrapper #pi-keypad {
  width: 290px;
  max-width: none;
}
.pi-search-wrapper input[type=image],
.pi-search-wrapper .btn-search {
  float: right;
  margin-left: 0;
}

/* --- Mustdash menu keypad --- */
.pi-mustdash-menu-wrapper #pi-keypad {
  width: 271px !important;
  max-width: 100%;
  margin: 0 auto;
}
.pi-mustdash-menu-wrapper #pi-keypad td {
  text-align: center;
}
.pi-mustdash-menu-wrapper #pi-keypad td img {
  height: 50px;
  width: 50px;
}
.pi-mustdash-menu-wrapper #pi-keypad td a {
  text-align: center;
}
.pi-mustdash-menu-wrapper #pi-keypad.pi-keypad-enabled {
  margin: 11px auto 0;
}
.pi-mustdash-menu-wrapper label[for=pi-number] {
  display: none;
}
.pi-mustdash-menu-wrapper .no-messages {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .pi-mustdash-menu-wrapper #pi-keypad {
    width: 289px !important;
  }
}
.pi-logged-in .has-search .pi-number {
  margin-bottom: 0;
}

/* --- Logged-in search / keypad spacing --- */
.pi-logged-in {
  transition: all 0.5s !important;
}
.pi-logged-in .has-search .pi-number,
.pi-logged-in .has-search #determine_type {
  width: calc(100% + 10px) !important;
  max-width: none !important;
}
.pi-logged-in #determine_type {
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 0;
}
.pi-logged-in .has-search #determine_type {
  width: 100% !important;
}
.pi-logged-in .has-search-wrapper #determine_type,
.pi-logged-in .has-search .pi-number {
  width: calc(100% + 22px) !important;
}
.pi-logged-in #determine_type {
  margin-top: 0;
}
.pi-logged-in .pi-keypad-sub-wrapper input[type=image],
.pi-logged-in .has-search-wrapper input[type=image] {
  float: right;
  margin-right: 0;
}
.pi-logged-in .pi-search-wrapper #pi-keypad {
  margin: 10px auto;
}

.pi-logged-out .pi-search-wrapper {
  margin-top: 14px;
}

.pi-logged-out .pi-keypad-wrapper {
  margin-top: 11px;
}
.pi-logged-out .pi-keypad-wrapper #determine_type {
  margin-bottom: 0;
}
.pi-logged-out .pi-keypad-wrapper #determine_type {
  max-width: 287px;
}
.pi-logged-out .pi-keypad-wrapper .has-search #determine_type {
  max-width: 100% !important;
  margin-left: 1px;
}
.pi-logged-out .pi-keypad-wrapper .btn-search {
  margin-left: -11px;
}
.pi-logged-out .pi-keypad-wrapper .login-search-wrapper .btn-search {
  margin-left: 0;
}

.pi-agent-pi-number-wrapper #pi-keypad {
  max-width: 301px !important;
}

/* --- Login / homepage: pi-signup-left (logo) + pi-signup-right (fields), same as signup --- */
.pi-existing .container > .pi-form,
.homepage .container > .pi-form {
  margin-left: auto;
  margin-right: auto;
}
.pi-existing .pi-signup-right > .pi-form-fields-wrapper,
.homepage .pi-signup-right > .pi-form-fields-wrapper {
  overflow: visible !important;
  display: flow-root;
}

@media (max-width: 597px) {
  body.pi-signup-layout .pi-signup-left,
  body.pi-login-layout .pi-signup-left,
  .pi-existing .pi-signup-left,
  .homepage .pi-signup-left {
    width: 17%;
    float: left;
  }
  body.pi-signup-layout .pi-signup-right,
  body.pi-login-layout .pi-signup-right,
  .pi-existing .pi-signup-right,
  .homepage .pi-signup-right {
    width: 83%;
    float: left;
  }
  body.pi-login-layout .pi-login-logo-fields-row .pi-signup-left .text-right,
  body.pi-login-layout .pi-api-buy-login-logo-row .pi-signup-left .text-right,
  .pi-existing .pi-signup-left .text-right,
  .homepage .pi-signup-left .text-right {
    text-align: left !important;
  }
  body.pi-login-layout img.pi-logo {
    margin-left: -12px;
  }
  body.pi-login-layout .pi-login-logo-fields-row,
  body.pi-login-layout .pi-api-buy-login-logo-row {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  body.pi-login-layout .pi-login-logo-fields-row > .pi-signup-left,
  body.pi-login-layout .pi-api-buy-login-logo-row > .pi-signup-left {
    flex: 0 0 17% !important;
    width: 17% !important;
    max-width: 17% !important;
    min-width: 0;
  }
  body.pi-login-layout .pi-login-logo-fields-row > .pi-signup-right,
  body.pi-login-layout .pi-api-buy-login-logo-row > .pi-signup-right {
    flex: 0 0 83% !important;
    width: 83% !important;
    max-width: 83% !important;
    min-width: 0;
  }
  .pi-logged-out .pi-field-wrapper {
    max-width: calc(100% - 50px);
  }
  .pi-logged-out .pi-address-wrapper .pi-field-wrapper,
  .pi-logged-out .pi-loaded-address-fields .pi-field-wrapper,
  .pi-logged-out .pi-keypad-wrapper .pi-field-wrapper {
    max-width: 100%;
  }
}
/* --- Pi /existing & login layout: logo beside keypad; password + signup alignment --- */
.pi-existing .pi-login-logo-fields-row,
body.pi-login-layout .pi-login-logo-fields-row {
  align-items: flex-start;
}
.pi-existing .pi-a-password-wrapper.pi-account-a-password-wrapper .pi-field-wrapper,
body.pi-login-layout .pi-a-password-wrapper.pi-account-a-password-wrapper .pi-field-wrapper {
  max-width: 100% !important;
}
.pi-existing .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper,
body.pi-login-layout .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper {
  max-width: none !important;
  width: 100% !important;
}
.pi-existing .pi-login-password-field-stack,
body.pi-login-layout .pi-login-password-field-stack {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.pi-existing .pi-login-password-input-wrap,
body.pi-login-layout .pi-login-password-input-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.pi-existing .pi-login-password-input-wrap #pi-account-a-password,
body.pi-login-layout .pi-login-password-input-wrap #pi-account-a-password {
  flex: 0 0 270px;
  width: 270px;
  max-width: 270px;
  min-width: 0;
  box-sizing: border-box;
}
.pi-existing .pi-login-password-input-wrap .pi-login-button-wrapper,
body.pi-login-layout .pi-login-password-input-wrap .pi-login-button-wrapper {
  position: static;
  top: auto;
  right: auto;
  transform: none;
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 1px 0 0;
}
@media (max-width: 597px) {
  .pi-existing .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper,
  body.pi-login-layout .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper {
    max-width: 270px !important;
    width: 100% !important;
  }
  .pi-existing .pi-login-password-field-stack,
  .pi-existing .pi-login-password-input-wrap,
  .pi-existing .pi-login-signup-help-inner,
  body.pi-login-layout .pi-login-password-field-stack,
  body.pi-login-layout .pi-login-password-input-wrap,
  body.pi-login-layout .pi-login-signup-help-inner {
    max-width: 300px;
    width: 100%;
  }
  .pi-existing .pi-login-password-input-wrap,
  body.pi-login-layout .pi-login-password-input-wrap {
    flex-wrap: wrap;
  }
  .pi-existing .pi-login-password-input-wrap #pi-account-a-password,
  body.pi-login-layout .pi-login-password-input-wrap #pi-account-a-password {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .pi-existing .pi-login-password-input-wrap .pi-login-button-wrapper,
  body.pi-login-layout .pi-login-password-input-wrap .pi-login-button-wrapper {
    flex: 0 0 100%;
    margin-top: 10px;
    text-align: right;
  }
}
.pi-existing .pi-login-signup-help-inner,
body.pi-login-layout .pi-login-signup-help-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 270px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  box-sizing: border-box;
}
.pi-existing .pi-login-signup-link,
body.pi-login-layout .pi-login-signup-link {
  flex: 0 0 auto;
  line-height: 0;
}
.pi-existing .pi-login-info-control,
body.pi-login-layout .pi-login-info-control {
  flex: 0 0 auto;
  margin-left: 15px;
  position: static;
}

/* --- Tag search / password-reset pages --- */
.pi-tag-search-results.pi-logged-out .keypad-determine-type-wrapper,
.pi-password-reset .keypad-determine-type-wrapper,
.pi-registration-successful .keypad-determine-type-wrapper {
  max-width: 282px;
}
.pi-tag-search-results.pi-logged-out .has-search .pi-number,
.pi-password-reset .has-search .pi-number,
.pi-registration-successful .has-search .pi-number {
  width: 282px !important;
}
.pi-tag-search-results.pi-logged-out .pi-search-wrapper #pi-keypad,
.pi-password-reset .pi-search-wrapper #pi-keypad,
.pi-registration-successful .pi-search-wrapper #pi-keypad {
  float: left;
}
.pi-tag-search-results.pi-logged-out .pi-search-wrapper,
.pi-password-reset .pi-search-wrapper,
.pi-registration-successful .pi-search-wrapper {
  margin-top: 11px;
}
.pi-tag-search-results.pi-logged-out .pi-keypad-sub-wrapper input[type=image],
.pi-tag-search-results.pi-logged-out .has-search-wrapper input[type=image],
.pi-password-reset .pi-keypad-sub-wrapper input[type=image],
.pi-password-reset .has-search-wrapper input[type=image],
.pi-registration-successful .pi-keypad-sub-wrapper input[type=image],
.pi-registration-successful .has-search-wrapper input[type=image] {
  float: left;
}

/* --- Api-buy guest login keypad --- */
.container.api-buy.api-buy--guest .api-buy-login .pi-signup-left {
  display: block !important;
}
.container.api-buy.api-buy--guest .api-buy-login .pi-signup-left img {
  display: inline-block !important;
}
.container.api-buy.api-buy--guest .api-buy-login .pi-form-fields-wrapper {
  margin: 0;
}
.container.api-buy.api-buy--guest .api-buy-login .pi-login-button-wrapper {
  top: 0;
}

@media (min-width: 768px) {
  .container.api-buy.api-buy--guest .api-buy-login #pi-account-a-password,
  .container.api-buy.api-buy--guest .api-buy-login .pi-number {
    float: none !important;
  }
}
.pi-api-buy .pi-number-wrapper .pi-field-wrapper::before {
  right: -55px !important;
  top: 0 !important;
}

/* --- Login: show/hide extra fields --- */
body.hide-extra-login-inputs .pi-signup-inner-left .pi-html-wrapper,
body.hide-extra-login-inputs .pi-signup-inner-right,
body.hide-extra-login-inputs .pi-a-password-wrapper,
body.hide-extra-login-inputs .pi-v-password-wrapper {
  display: none !important;
  opacity: 0;
  margin-left: -200%;
}

body.show-extra-login-inputs .pi-signup-inner-left .pi-html-wrapper,
body.show-extra-login-inputs .pi-signup-inner-right,
body.show-extra-login-inputs .pi-a-password-wrapper,
body.show-extra-login-inputs .pi-v-password-wrapper {
  display: block;
  margin-left: 0;
}

.no-messages #determine_type {
  max-width: 100% !important;
}

/* --- Responsive --- */
@media (max-width: 597px) {
  .pi-logged-out #determine_type,
  .homepage #determine_type,
  .pi-existing #determine_type,
  body.pi-login-layout #determine_type {
    max-width: 300px !important;
  }
  .pi-logged-out .pi-a-email-wrapper,
  .pi-logged-out .pi-v-email-wrapper,
  .pi-logged-out .pi-small-text-input-wrapper,
  .pi-logged-out .pi-firstname-wrapper,
  .pi-logged-out .pi-middlename-wrapper,
  .pi-logged-out .pi-lastname-wrapper,
  .pi-logged-out .pi-a-password-wrapper,
  .pi-logged-out .pi-v-password-wrapper,
  .pi-logged-out .pi-keypad-wrapper,
  .homepage .pi-a-email-wrapper,
  .homepage .pi-v-email-wrapper,
  .homepage .pi-small-text-input-wrapper,
  .homepage .pi-firstname-wrapper,
  .homepage .pi-middlename-wrapper,
  .homepage .pi-lastname-wrapper,
  .homepage .pi-a-password-wrapper,
  .homepage .pi-v-password-wrapper,
  .homepage .pi-keypad-wrapper,
  .pi-existing .pi-a-email-wrapper,
  .pi-existing .pi-v-email-wrapper,
  .pi-existing .pi-small-text-input-wrapper,
  .pi-existing .pi-firstname-wrapper,
  .pi-existing .pi-middlename-wrapper,
  .pi-existing .pi-lastname-wrapper,
  .pi-existing .pi-a-password-wrapper,
  .pi-existing .pi-v-password-wrapper,
  .pi-existing .pi-keypad-wrapper,
  body.pi-login-layout .pi-a-email-wrapper,
  body.pi-login-layout .pi-v-email-wrapper,
  body.pi-login-layout .pi-small-text-input-wrapper,
  body.pi-login-layout .pi-firstname-wrapper,
  body.pi-login-layout .pi-middlename-wrapper,
  body.pi-login-layout .pi-lastname-wrapper,
  body.pi-login-layout .pi-a-password-wrapper,
  body.pi-login-layout .pi-v-password-wrapper,
  body.pi-login-layout .pi-keypad-wrapper {
    max-width: 90%;
  }
  .homepage .pi-a-email-wrapper,
  .homepage .pi-v-email-wrapper,
  .homepage .pi-small-text-input-wrapper,
  .homepage .pi-firstname-wrapper,
  .homepage .pi-middlename-wrapper,
  .homepage .pi-lastname-wrapper,
  .homepage .pi-a-password-wrapper,
  .homepage .pi-v-password-wrapper,
  .homepage .pi-keypad-wrapper,
  .pi-existing .pi-a-email-wrapper,
  .pi-existing .pi-v-email-wrapper,
  .pi-existing .pi-small-text-input-wrapper,
  .pi-existing .pi-firstname-wrapper,
  .pi-existing .pi-middlename-wrapper,
  .pi-existing .pi-lastname-wrapper,
  .pi-existing .pi-a-password-wrapper,
  .pi-existing .pi-v-password-wrapper,
  .pi-existing .pi-keypad-wrapper,
  body.pi-login-layout .pi-a-email-wrapper,
  body.pi-login-layout .pi-v-email-wrapper,
  body.pi-login-layout .pi-small-text-input-wrapper,
  body.pi-login-layout .pi-firstname-wrapper,
  body.pi-login-layout .pi-middlename-wrapper,
  body.pi-login-layout .pi-lastname-wrapper,
  body.pi-login-layout .pi-a-password-wrapper,
  body.pi-login-layout .pi-v-password-wrapper,
  body.pi-login-layout .pi-keypad-wrapper {
    max-width: 100%;
  }
  .pi-keypad-sub-wrapper {
    max-width: 300px;
  }
}
@media (max-width: 539px) {
  #pi-keypad {
    width: 100%;
    max-width: 100%;
  }
  #pi-keypad svg {
    min-width: 100%;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  #pi-keypad a {
    min-width: 100%;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .pi-number {
    max-width: 100%;
  }
  .pi-keypad-sub-wrapper {
    width: 100%;
  }
  .pi-api-buy .pi-keypad-wrapper {
    max-width: 100% !important;
  }
}
@media (min-width: 480px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 23px) !important;
  }
}
@media (min-width: 597px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 23px) !important;
  }
  .pi-logged-in .pi-keypad-sub-wrapper input[type=image],
  .pi-logged-in .has-search-wrapper input[type=image] {
    margin-right: -4px;
  }
  .pi-logged-out .no-messages #determine_type {
    max-width: 282px !important;
  }
}
@media (min-width: 768px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 40px) !important;
  }
}
@media (min-width: 992px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 1px) !important;
  }
  .container.api-buy.api-buy--guest .api-buy-login .pi-api-buy-login-logo-row {
    position: relative;
    overflow: visible;
  }
  .container.api-buy.api-buy--guest .api-buy-login .pi-signup-left {
    position: absolute;
    left: -82px;
    top: 0;
    width: 70px;
    flex: none !important;
    max-width: none !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    z-index: 1;
  }
  .container.api-buy.api-buy--guest .api-buy-login .pi-signup-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 19px) !important;
  }
  .pi-logged-in .pi-keypad-sub-wrapper input[type=image],
  .pi-logged-in .has-search-wrapper input[type=image] {
    margin-right: 0;
  }
  .pi-logged-out .has-search .pi-number {
    width: 100% !important;
    max-width: 283px !important;
  }
}
.pi-subscription-loss-notice {
  margin: 0;
  padding: 0.35rem 0.75rem;
  text-align: center;
  color: #cc0000;
  background: transparent;
  line-height: 1.35;
}
.pi-subscription-loss-notice a {
  font-weight: 600;
}

.pi-user-nav-wrapper {
  background: #000;
}
.pi-user-nav-wrapper .pi-user-nav-links-wrapper {
  margin: 0 -15px 0 0;
  padding: 0;
}
.pi-user-nav-wrapper .pi-user-nav-links-wrapper li {
  display: inline-block;
}
.pi-user-nav-wrapper .pi-user-nav-links-wrapper li a {
  display: block;
  padding: 5.5px 15px;
}

.pi-logout-icon {
  width: 50px;
  height: 50px;
}

.mustdash-menu .multiselect__content {
  border-radius: 5px !important;
  border-width: 2px !important;
}

.mustdash-menu .multiselect--active .multiselect__tags {
  border: solid 1px #fff !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mustdash-menu .multiselect--active .multiselect__content {
  top: 50px;
}
.mustdash-menu .multiselect--active .multiselect__content {
  top: 70px !important;
}

.sticky .pi-header-shortcuts {
  display: none;
}
.sticky .progress-wrapper .progress,
.sticky .progress {
  top: 0 !important;
  z-index: 100003 !important;
}
.sticky #pi-header .pi-header-top .pi-notifications-wrapper {
  display: none !important;
}
.sticky #pi-header .pi-header-top-center,
.sticky #pi-header .pi-header-top-right {
  display: none !important;
}
.sticky #pi-header .pi-header-top {
  display: none !important;
}

.pi-sticky-logo-wrapper {
  display: none;
}

.pi-sticky-right {
  display: none;
}

.pi-header-browse-media-only {
  padding-top: 10px !important;
}

.pi-header-top {
  margin-bottom: 11px;
  align-items: center;
}

@media (min-width: 768px) {
  .pi-header-top-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 76px;
  }
  .pi-header-top-left {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
  .pi-header-top-left .pi-logo-class {
    flex: 0 0 auto;
    min-width: 70px;
  }
  .pi-header-top-left .pi-number-class {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  .pi-header-top-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
  }
  .pi-header-top-right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  .pi-header-top-right .pi-notifications-wrapper {
    display: inline-flex;
    align-items: center;
  }
  .pi-header-top-right .pi-notifications-wrapper .pi-notifications-button {
    transform: none !important;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
  }
  .pi-header-shortcuts-nav {
    min-height: 2.75rem;
  }
}
@media (max-width: 991px) {
  #pi-header .pi-header-top.pi-header-top-desktop {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  #pi-header .pi-header-top .pi-header-top-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #pi-header .pi-header-top .pi-header-top-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    padding: 0 8px;
  }
  #pi-header .pi-header-top .pi-header-top-right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
}
.pi-header-shortcuts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.125rem;
  padding: 0 10px;
}

.pi-header-shortcuts .pi-header-account-notices {
  margin-top: 0;
  padding-top: 0;
}

.pi-header-shortcuts-nav {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .pi-header-shortcuts-nav {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.pi-header-shortcut-sep {
  color: rgba(255, 255, 255, 0.6);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.pi-number-class {
  margin-top: 29px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  #pi-header .pi-header-top-left .pi-number-class {
    margin-left: 0;
    margin-top: 6px;
  }
}
.pi-search-class .pi-field-wrapper {
  margin: 0;
}

@media (min-width: 1200px) {
  .sticky {
    transition: all 0.5s;
    padding-top: 275px;
  }
  .sticky #pi-header {
    border-bottom: solid 1px #000;
    top: 0;
    padding: 0 0 5px;
    background: black;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  .sticky #pi-header .pi-header-bottom {
    transition: all 0.5s;
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .sticky #pi-header .pi-sticky-logo-wrapper {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 20px;
    gap: 12px;
  }
  .sticky #pi-header .pi-sticky-logo-wrapper .pi-logo-class {
    width: auto;
    max-width: none;
    float: none;
    padding: 0;
  }
  .sticky #pi-header .pi-sticky-logo-wrapper .pi-number-class {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .sticky #pi-header .pi-header-bottom .pi-search-class {
    flex: 1;
    min-width: 0;
  }
  .sticky #pi-header .pi-sticky-right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 20px;
    gap: 8px;
  }
  .sticky #pi-header .pi-sticky-right .pi-notifications-wrapper .pi-notifications-button {
    transform: none !important;
  }
  body.sticky.pi-header-apply-visible #pi-header {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  body.mustdash-sticky-disabled .sticky #pi-header {
    position: static !important;
    top: auto !important;
    width: auto !important;
    padding: 0 !important;
    background: transparent !important;
  }
  body.not_sticky_mustdash .sticky #pi-header {
    position: static !important;
    top: auto !important;
    width: auto !important;
    padding: 0 !important;
    background: transparent !important;
  }
  body.not_sticky_mustdash #pi-header {
    position: static !important;
    top: auto !important;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  body:not(.sticky) .filters-mustdash-outer {
    position: relative;
  }
  body:not(.sticky) .filters-apply-bar {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 6px;
    z-index: 999;
  }
  /* Browse-media picker: Apply sits in-flow to the right of FILTERS (flex in FiltersMustDashMenu.vue) */
  body:not(.sticky) .filters-mustdash-outer--browse-picker .filters-apply-bar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 0 !important;
  }
}
.filters-mustdash-outer--browse-picker .filters-apply-bar {
  text-align: center;
}

body.sticky .ptl-search-results {
  margin-left: 16px;
}

@media (min-width: 992px) {
  .ptl-search-results {
    min-width: 527px;
    z-index: 100;
  }
}
.mustdash_menu_1 {
  margin-bottom: 11px;
}

@media (min-width: 992px) {
  .mustdash_menu_1 {
    margin-bottom: 0;
  }
}
/* Untabbed signup: fields renderer is a direct child of .pi-signup-right (tabbed nests it inside .form-tab).
   flow-root contains floats; visible overflow avoids clipping the help block that follows. */
body.pi-signup-layout .pi-signup-right > .pi-form-fields-wrapper {
  overflow: visible !important;
  display: flow-root;
  padding-bottom: 33px;
}

body.pi-signup-layout .pi-signup-right > .pi-form-tab-help {
  clear: both;
  overflow: visible;
  position: relative;
  z-index: 1;
}

/* Prevent floats inside .form-tab (keypad/Pi fields) collapsing height so sibling help rides up/overlaps */
body.pi-signup-layout .pi-signup-right > .form-tab {
  display: flow-root;
}

body.pi-signup-layout .pi-signup-tab-address-after-heading {
  margin-bottom: 33px;
  display: block;
}

/* Signup screenshot / divider titles (h4) — same explicit-id pattern as screenshot images below */
body.pi-signup-layout #pi-signup-tab-checkout-screenshot-before-header h4.pi-signup-tab-before-screenshot-header {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

body.pi-signup-layout #pi-signup-tab-checkout-screenshot-2-before-header h4.pi-signup-tab-before-screenshot-header {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

body.pi-signup-layout #pi-signup-tab-checkout-screenshot-before-features-before-header h4.pi-signup-tab-before-screenshot-header {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

body.pi-signup-layout #pi-signup-tab-checkout-screenshot-after-features-before-header h4.pi-signup-tab-before-screenshot-header {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

body.pi-signup-layout #pi-signup-tab-payment-screenshot-before-header h4.pi-signup-tab-before-screenshot-header {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

body.pi-signup-layout #pi-signup-tab-payment-screenshot-2-before-header h4.pi-signup-tab-before-screenshot-header {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

body.pi-signup-layout #pi-signup-tab-checkout-divider h4.pi-signup-tab-divider {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

body.pi-signup-layout #pi-signup-tab-payment-divider h4.pi-signup-tab-divider {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

body.pi-signup-layout h4.pi-signup-tab-before-screenshot-header,
body.pi-signup-layout h4.pi-signup-tab-divider {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 11px;
}

/* Signup tab headings: same spacing in tabbed wizard and untabbed all-sections */
body.pi-signup-layout .form-tab .pi-tab:not(#pi-tab-0) h2 {
  margin-top: 0;
  margin-bottom: 44px;
}
body.pi-signup-layout .form-tab .pi-tab .pi-form-header-wrapper,
body.pi-signup-layout .form-tab .pi-tab .pi-signup-alltabs-title {
  margin: 0;
  padding: 0;
}
body.pi-signup-layout .form-tab .pi-tab .pi-form-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

body.pi-signup-layout .form-tab .pi-tab.pi-tab--signup-all-sections {
  margin-bottom: 22px;
  max-width: 768px;
}
body.pi-signup-layout .form-tab .pi-tab.pi-tab--signup-all-sections:has(+ .pi-tab.pi-tab--signup-all-sections) {
  border-bottom: solid 1px #444;
  padding-bottom: 75px;
}

/* Tabbed wizard: section width + HEYYU logo matches untabbed */
body.pi-signup-layout .form-tab > .pi-tab:not(.pi-tab--signup-all-sections) {
  max-width: 768px;
}
body.pi-signup-layout .form-tab > .pi-tab:not(.pi-tab--signup-all-sections) .pi-signup-heyyu-platform-opt-in-logo {
  max-width: 768px;
}
body.pi-signup-layout .form-tab > .pi-tab:not(.pi-tab--signup-all-sections) .pi-signup-heyyu-platform-opt-in-logo__img {
  width: 50%;
  max-width: 384px;
}

body.pi-signup-layout .pi-signup-tab-checkout-screenshot,
body.pi-signup-layout #pi-signup-tab-checkout-screenshot,
body.pi-signup-layout .pi-signup-screenshot-block,
body.pi-signup-layout #pi-signup-tab-checkout-screenshot-before-features-image,
body.pi-signup-layout #pi-signup-tab-checkout-screenshot-after-features-image {
  display: block;
  width: 100%;
  max-width: 768px;
  margin-top: 44px;
  margin-bottom: 44px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  clear: both;
  box-sizing: border-box;
}

body.pi-signup-layout .pi-signup-screenshot {
  max-width: 500px;
  width: 100%;
  height: auto;
}

/* Checkout screenshots beside features checkbox: respect CMS width/height (inline !important), left-aligned */
body.pi-signup-layout img.pi-signup-screenshot-before-features,
body.pi-signup-layout img.pi-signup-screenshot-after-features {
  display: block;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}

body.pi-signup-layout #signup-help-tabbed-bottom.pi-form-tab-help,
body.pi-signup-layout #signup-help-untabbed.pi-form-tab-help,
body.pi-signup-layout .pi-tab.pi-tab--signup-all-sections .pi-form-tab-help {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding-top: 22px;
}

@media (min-width: 768px) {
  body.pi-signup-layout #signup-help-tabbed-bottom.pi-form-tab-help,
  body.pi-signup-layout #signup-help-untabbed.pi-form-tab-help,
  body.pi-signup-layout .pi-tab.pi-tab--signup-all-sections .pi-form-tab-help {
    z-index: 0;
  }
  body.pi-signup-layout .pi-signup-right > .form-tab-buttons {
    position: relative;
    z-index: 2;
    clear: both;
  }
}
body.pi-signup-layout .pi-signup-left-help-row {
  margin-top: 0.25rem;
}

body.pi-signup-layout .pi-signup-help-trigger {
  line-height: 0;
}

body.pi-signup-layout .pi-form-tab-help .pi-help-item > .d-flex.text-left {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  body.pi-signup-layout .pi-form-tab-help .pi-help-item > .d-flex.text-left {
    margin-left: -50px;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    box-sizing: border-box;
  }
}
body.pi-signup-layout .pi-signup-header-row {
  height: 95px;
  max-height: 95px;
  overflow: hidden;
  box-sizing: border-box;
}
body.pi-signup-layout .pi-signup-header-row > [class*=col-] {
  min-width: 0;
  max-height: 100%;
  overflow: hidden;
}
body.pi-signup-layout .pi-signup-header-row > .pi-signup-left {
  position: relative;
  z-index: 2;
  overflow: visible;
}
body.pi-signup-layout .pi-signup-header-row > .pi-signup-right {
  background: transparent;
  overflow: hidden;
}
body.pi-signup-layout .pi-signup-header-row .pi-signup-progress-row {
  margin-top: 0;
  isolation: auto;
  z-index: auto;
}
body.pi-signup-layout .pi-signup-header-row .pi-signup-progress {
  margin-top: 0;
  margin-bottom: 0;
}

body.pi-signup-layout .pi-signup-header-row:has(.pi-signup-progress-row--signup-untabbed) {
  height: 75px;
  max-height: 75px;
}

.pi-signup-progress-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 10px 0 0;
  position: relative;
  isolation: isolate;
}
.pi-signup-progress-row .pi-signup-progress {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
.pi-signup-progress-row .pi-signup-tabs-layout-toggle {
  flex: 0 0 auto;
  align-self: center;
  margin-top: -4px;
  line-height: 0;
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  border: none;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  touch-action: manipulation;
}
.pi-signup-progress-row .pi-signup-tabs-layout-toggle img,
.pi-signup-progress-row .pi-signup-tabs-layout-toggle .svg-icon {
  width: 36px;
  height: 36px;
  cursor: inherit;
  vertical-align: middle;
  pointer-events: none;
}
.pi-signup-progress-row .pi-signup-tabs-layout-toggle .svg-icon:hover {
  border: solid 1px #f39325;
  border-radius: 5px;
}
.pi-signup-progress-row .pi-signup-tabs-layout-toggle .svg-icon.selected {
  border: solid 1px #99cc00;
  border-radius: 5px;
}

.pi-signup-progress {
  margin: 23px 0 5px;
  padding: 0;
}
.pi-signup-progress li {
  display: inline-block;
}
.pi-signup-progress li img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  body.pi-signup-layout .pi-signup-progress-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem 0.5rem;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 6;
    overflow: visible;
  }
  body.pi-signup-layout .pi-signup-progress-row .pi-signup-progress {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }
  body.pi-signup-layout .pi-signup-progress-row .pi-signup-tabs-layout-toggle {
    flex-shrink: 0;
    margin-left: auto;
    align-self: center;
  }
  body.pi-signup-layout .pi-signup-header-row .pi-signup-progress-row {
    z-index: auto;
    isolation: auto;
    margin-bottom: 0;
  }
  body.pi-signup-layout .signup-help-scroll-target {
    scroll-margin-top: 0.75rem;
  }
}
@media (max-width: 499.98px) {
  body.pi-signup-layout img.pi-logo {
    margin-left: -12px;
  }
  body.pi-signup-layout .pi-signup-header-row {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 95px;
    max-height: none;
    overflow: visible;
    box-sizing: border-box;
  }
  body.pi-signup-layout .pi-signup-header-row > .pi-signup-right {
    overflow: visible;
  }
  body.pi-signup-layout .pi-signup-header-row:has(.pi-signup-progress-row--signup-untabbed) {
    height: auto;
    min-height: 75px;
    max-height: none;
  }
  body.pi-signup-layout .pi-signup-header-row > .pi-signup-left {
    flex: 0 0 17%;
    width: 17%;
    max-width: 17%;
    min-width: 0;
  }
  body.pi-signup-layout .pi-signup-header-row > .pi-signup-right {
    flex: 0 0 83%;
    width: 83%;
    max-width: 83%;
    min-width: 0;
    padding-right: 0;
  }
  body.pi-signup-layout .pi-signup-right {
    width: 83%;
    max-width: 83%;
  }
  body.pi-signup-layout .pi-signup-progress-row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem 0.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
    margin-bottom: 0.5rem;
  }
  body.pi-signup-layout .pi-signup-progress-row .pi-signup-progress {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style: none;
    line-height: 0;
  }
  body.pi-signup-layout .pi-signup-progress-row .pi-signup-progress li {
    display: inline-block;
    margin: 0 0.35rem 0.35rem 0;
    vertical-align: middle;
    float: none;
  }
  body.pi-signup-layout .pi-signup-progress-row .pi-signup-progress li img {
    width: 25px;
    height: 25px;
    margin: 0;
    display: block;
  }
  body.pi-signup-layout .pi-signup-progress-row .pi-signup-tabs-layout-toggle {
    flex: 0 0 auto;
    flex-shrink: 0;
    margin-left: auto;
  }
}
body.pi-signup-layout .pi-signup-progress-row.pi-signup-progress-row--signup-untabbed {
  justify-content: flex-start;
}
body.pi-signup-layout .pi-signup-progress-row.pi-signup-progress-row--signup-untabbed .pi-signup-tabs-layout-toggle {
  margin-left: 0;
}

.pi-search-wrapper #txt-search {
  background: #000 url("/svg/mustdash/search.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-position: 8px center !important;
  padding-left: 54px;
}

.pi-logo-class {
  float: left;
}

.pi-search-class {
  width: calc(100% - 100px);
  float: right;
}

.pi-search-radar-location-prompt {
  margin: 0 0 0.35rem;
  padding: 0.35rem 0.5rem;
  border: solid 1px #444;
  background: #000;
  clear: both;
}

.top-right-nav {
  margin-top: 11px;
}

@media (min-width: 576px) {
  .top-right-nav {
    margin-top: 56px;
  }
}
@media (min-width: 597px) {
  .top-right-nav img {
    float: right;
    margin-right: -15px;
  }
}
@media (min-width: 597px) and (max-width: 992px) {
  .top-right-nav img {
    margin-right: -30px;
  }
}
@media (min-width: 768px) {
  .top-right-nav {
    margin-top: 58px;
  }
  .top-right-nav img {
    margin-right: -30px;
  }
}
@media (min-width: 992px) {
  .top-right-nav img {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .pi-search-wrapper #txt-search {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .top-right-nav img {
    margin-right: -15px;
  }
}
.pi-logged-in #pi-brand-image {
  margin-top: 6px;
}

.pi-table-icons-list .pi-icon-item-right img {
  margin: 0;
}

.multiselect__single {
  margin-left: 0;
}

.mustdash-menu .multiselect__single {
  padding: 0;
}
.mustdash-menu .multiselect__content {
  max-height: 100vh !important;
  overflow: hidden !important;
  padding: 0;
}
.mustdash-menu .multiselect__content li {
  padding: 0 10px;
  opacity: 1 !important;
  text-shadow: none !important;
}
.mustdash-menu .multiselect__content li:hover {
  background: #7fa2c0;
  color: #000 !important;
}
.mustdash-menu .multiselect .multiselect__single {
  background-color: transparent;
  border-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mustdash-menu .multiselect__tags {
  margin: 0 0 0 50px;
}
.mustdash-menu .mustdash_menu_1 .multiselect__tags {
  background: #000 url("/svg/icons/add-control-YD-87-52-77.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 29px !important;
  background-position: 11px center !important;
}
.mustdash-menu .mustdash_menu_2 .multiselect__tags {
  background: #000 url("/svg/mustdash/view-control-YD-23-85-86.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-position: 8px center !important;
}
.mustdash-menu .multiselect .multiselect__single {
  max-width: 90%;
}

@media (min-width: 992px) {
  .mustdash-menu .multiselect .multiselect__single {
    max-width: 178px;
  }
}
@media (min-width: 1200px) {
  .mustdash-menu .multiselect .multiselect__single {
    max-width: 212px;
  }
}
.pi-logged-out #pi-header {
  margin-top: 11px;
}
.pi-logged-out #pi-search {
  margin-top: 10px;
}

body.sticky.pi-logged-out #pi-header {
  margin-top: 0;
}

.pi-mustdash-dropdown-top {
  margin-bottom: 33px;
}

@media (max-width: 992px) {
  .pi-mustdash-menu-wrapper {
    margin-bottom: 11px;
  }
}
header#pi-header {
  background: #000;
  color: #f39325;
  padding: 0;
  margin-bottom: 5.5px;
}

.mustdash-menu .pi-mustdash-dropdown {
  width: 100%;
  text-transform: uppercase;
}
.mustdash-menu .pi-mustdash-dropdown option {
  background: #000;
  color: #cccccc;
}

@media (max-width: 991px) {
  .mustdash-menu .dropdown {
    margin-bottom: 11px;
  }
}
body.bm-overlay {
  background: transparent;
}

body .bm-menu {
  background: #808080;
}
body .bm-menu .bm-item-list {
  margin: 0;
}
body .bm-menu .bm-item-list span {
  color: #fff;
  margin: 0;
}

.line-style {
  height: 10%;
}

.bm-burger-bars {
  background: #000 !important;
}

.bm-burger-button {
  top: 52px !important;
}

.bm-cross {
  background: #fff !important;
}

#pi-header .mustdash-menu .multiselect__single {
  padding: 0 !important;
}
#pi-header .mustdash-menu .multiselect__tags {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
#pi-header .mustdash-menu .mustdash_menu_1 .multiselect .multiselect__tags .multiselect__input,
#pi-header .mustdash-menu .mustdash_menu_2 .multiselect .multiselect__tags .multiselect__input {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  padding: 0 2px 3px !important;
}
#pi-header .mustdash-menu .mustdash_menu_1 .multiselect .multiselect__tags .multiselect__single,
#pi-header .mustdash-menu .mustdash_menu_2 .multiselect .multiselect__tags .multiselect__single {
  text-transform: capitalize !important;
  padding: 0 !important;
}
#pi-header .mustdash-menu .mustdash_menu_1 .multiselect .multiselect__content li,
#pi-header .mustdash-menu .mustdash_menu_2 .multiselect .multiselect__content li {
  padding: 4px 10px !important;
  text-transform: capitalize !important;
}

.pi-header.ptltimeline-full-width {
  position: relative;
  z-index: 100002;
}
.pi-header.ptltimeline-full-width .pi-mustdash-menu-wrapper {
  min-height: 52px;
}
.pi-header.ptltimeline-full-width .mustdash-menus-row {
  min-height: 56px;
  align-items: center;
}
@media (min-width: 992px) {
  .pi-header.ptltimeline-full-width .mustdash-menus-row {
    flex-wrap: nowrap;
  }
}
.pi-header.ptltimeline-full-width .mustdash-menus-row,
.pi-header.ptltimeline-full-width .mustdash-menu .dropdown {
  overflow: visible;
}

footer#pi-footer {
  background: #000;
  color: #f39325;
  padding: 44px 0;
  text-align: center;
}

.copyright-notice-wrapper {
  font-size: 0.84375rem;
  /* Footer "What is this?" — product profile vs user profile only */
}
.copyright-notice-wrapper a {
  padding: 0;
  color: #7fa2c0 !important;
}
.copyright-notice-wrapper a:hover, .copyright-notice-wrapper a:focus, .copyright-notice-wrapper a:visited {
  color: #7fa2c0 !important;
}
.copyright-notice-wrapper a.pi-help-link {
  display: none !important;
}

body.pi-product-profile .copyright-notice-wrapper a.pi-help-link.pi-help-link-profile {
  display: none !important;
}

body.pi-product-profile .copyright-notice-wrapper a.pi-help-link:not(.pi-help-link-profile) {
  display: inline !important;
}

body.pi-entity-profile .copyright-notice-wrapper a.pi-help-link.pi-help-link-profile {
  display: inline !important;
}

.copyright-notice-wrapper .pi-signup-right {
  padding: 11px 0;
  color: #cccccc;
  line-height: 1.6;
}

body.pi-signup-layout .copyright-notice-wrapper .pi-signup-right,
body.pi-login-layout .copyright-notice-wrapper .pi-signup-right {
  padding-left: 15px;
}

.copyright-notice {
  padding: 11px;
}

.pi-logged-out .copyright-notice {
  text-align: left;
  padding-left: 141px;
}

.pi-product-profile-manager-title p,
.copyright-notice {
  text-transform: uppercase !important;
}
.pi-product-profile-manager-title p .lowercase,
.copyright-notice .lowercase {
  text-transform: lowercase !important;
}
.pi-product-profile-manager-title p a,
.copyright-notice a {
  padding: 0;
  color: #7fa2c0 !important;
}
.pi-product-profile-manager-title p a:hover, .pi-product-profile-manager-title p a:focus, .pi-product-profile-manager-title p a:visited,
.copyright-notice a:hover,
.copyright-notice a:focus,
.copyright-notice a:visited {
  color: #7fa2c0 !important;
}

.pi-product-profile-manager-title p {
  font-size: 0.84375rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #7fa2c0;
  margin-bottom: 0;
}

.pi-entity-profile .copyright-notice-wrapper .container,
.pi-product-profile .copyright-notice-wrapper .container {
  max-width: 90% !important;
}

.js-cookie-consent {
  background: #000;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 33px 0;
}

.enable_cookies #pi-main {
  min-height: 100vh;
}
.enable_cookies .pi-search-wrapper {
  display: none;
}
.enable_cookies .copyright-notice {
  text-align: center;
  padding-left: 0;
}

footer#pi-footer {
  background: #000 !important;
}

/* Search/keypad — components/pi/Keypad.scss */
.container {
  max-width: 100% !important;
}

/* Mustdash menu: all links white */
.mustdash-menu a.mustdash-label,
.mustdash-menu a.mustdash-label .checkbox-label,
.mustdash-menu .mustdash-link {
  color: var(--mustdash-item-color, #fff) !important;
  text-decoration: none;
}

.mustdash-menu a.mustdash-label:hover,
.mustdash-menu a.mustdash-label:focus,
.mustdash-menu .mustdash-link:hover {
  color: var(--mustdash-item-color, #fff) !important;
}

/* Mustdash menu: variables, checkbox/radio and img/svg sizes */
.mustdash-menu {
  --mustdash-checkbox-width: 35px;
  --mustdash-checkbox-height: 35px;
  --mustdash-menu-image-width: 33px;
  --mustdash-menu-image-height: 33px;
}

.mustdash-menu .menu-item-mustdash .pi-checkboxes__label,
.mustdash-menu .menu-item-mustdash .checkbox-icon,
.mustdash-menu .menu-item-mustdash .checkbox-icon img {
  pointer-events: none !important;
}

.mustdash-menu .menu-item-mustdash .pi-checkboxes__label,
.mustdash-menu .menu-item-mustdash .checkbox-icon img,
.mustdash-menu .menu-item-mustdash-row:active .checkbox-icon img,
.mustdash-menu .menu-item-mustdash-row:active .pi-checkboxes__label,
.mustdash-menu .menu-item-mustdash.pi-checkboxes__item:active .checkbox-icon img,
.mustdash-menu .menu-item-mustdash.pi-checkboxes__item:active .pi-checkboxes__label {
  opacity: 1 !important;
}

.mustdash-menu .menu-item-mustdash-row:active {
  background: var(--mustdash-item-bg, #000) !important;
}

.mustdash-menu .checkbox-icon img,
.mustdash-menu .lock-icon img,
.mustdash-menu .sticky-lock-icon img {
  width: var(--mustdash-menu-image-width) !important;
  height: var(--mustdash-menu-image-height) !important;
  filter: invert(1);
}

.mustdash-menu .sticky-lock-icon {
  position: relative;
  z-index: 100;
  pointer-events: auto;
}

.mustdash-menu .sticky-lock-icon-always-locked {
  cursor: default;
}

.sticky-lock-icon-img,
.letter-header-icon img {
  filter: invert(1);
}

.mustdash-menu .pi-checkboxes__input,
.mustdash-menu .pi-radios__input {
  width: var(--mustdash-checkbox-width) !important;
  height: var(--mustdash-checkbox-height) !important;
  min-width: var(--mustdash-checkbox-width) !important;
  min-height: var(--mustdash-checkbox-height) !important;
}

.mustdash-menu .pi-checkboxes__label::before,
.mustdash-menu .pi-radios__label::before {
  width: var(--mustdash-checkbox-width) !important;
  height: var(--mustdash-checkbox-height) !important;
  top: 2px !important;
}

.mustdash-menu .pi-checkboxes__label::after,
.mustdash-menu .pi-radios__label::after {
  width: var(--mustdash-checkbox-width) !important;
  height: var(--mustdash-checkbox-height) !important;
  left: 7px !important;
  right: -1px !important;
  top: 1px !important;
}

.mustdash-menu .pi-radios__label::after {
  left: 4px !important;
  right: 0 !important;
  top: 6px !important;
  width: 27px !important;
  height: 27px !important;
}

.mustdash-menu .view-checkbox-wrap .pi-radios__label::before {
  top: 2px !important;
}

.mustdash-menu .view-checkbox-wrap .pi-radios__label::after {
  left: 7px !important;
  top: 9px !important;
  width: 21px !important;
  height: 21px !important;
}

.mustdash-menu .pi-checkboxes__item,
.mustdash-menu .pi-radios__item {
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  min-height: 0;
}

.mustdash-menu .pi-checkboxes .flat-item,
.mustdash-menu .pi-radios .flat-item {
  padding: 0 !important;
}

.mustdash-menu .flat-item-section-top {
  display: block;
  width: 100%;
}

.mustdash-menu .pi-checkboxes__label,
.mustdash-menu .pi-radios__label {
  padding: 2px 15px !important;
  font-weight: normal !important;
}

.mustdash-menu .mustdash-checkbox,
.mustdash-menu .mustdash-radio,
.mustdash-menu .pi-checkboxes__item,
.mustdash-menu .pi-radios__item {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.mustdash-menu .mustdash-checkbox .checkbox-label,
.mustdash-menu .mustdash-radio .checkbox-label,
.mustdash-menu .standalone-checkbox-wrap .checkbox-label {
  padding-left: 8px !important;
}

.mustdash-menu .checkbox-label {
  padding-left: 50px;
}

/* Main menu between-dimension AND/OR: one row, compact */
.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  padding: 6px 15px 8px;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios .pi-radios__item {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-bottom: 0 !important;
}

/* Between-dimension AND/OR: radio graphic left, AND/OR text on the right */
.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios > label.mustdash-item.mustdash-radio.pi-radios__item {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios > label.mustdash-item.mustdash-radio.pi-radios__item > .mustdash-label.pi-radios__label {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  min-height: var(--mustdash-checkbox-height) !important;
  padding: 0 8px 0 calc(var(--mustdash-checkbox-width) + 8px) !important;
  margin: 0 !important;
}

.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios > label.mustdash-item.mustdash-radio.pi-radios__item > .mustdash-label.pi-radios__label > .checkbox-label {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios > label.mustdash-item.mustdash-radio.pi-radios__item > .mustdash-label.pi-radios__label::before {
  left: 0 !important;
  top: 50% !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}

.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios > label.mustdash-item.mustdash-radio.pi-radios__item > .mustdash-label.pi-radios__label::after {
  left: 4px !important;
  top: 50% !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}

/* Submenu within-dimension AND/OR: stacked lines, full width */
.mustdash-menu .mustdash-filter-logic-outside .mustdash-filter-logic-radios {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  padding: 6px 15px 8px;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

.mustdash-menu .mustdash-filter-logic-outside .mustdash-filter-logic-radios .pi-radios__item {
  flex: 0 0 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.mustdash-menu .mustdash-filter-logic-outside .mustdash-filter-logic-radios .checkbox-label {
  padding-left: 0 !important;
}

/* Filters menu only: checkbox/radio label inset (.filters-dropdown-content on MustDashMenuShell). */
.mustdash-menu .filters-dropdown-content .pi-checkboxes__label,
.mustdash-menu .filters-dropdown-content .pi-radios__label,
.mustdash-menu .filters-dropdown-content .checkbox-label {
  padding-left: 50px !important;
  padding-top: 5px !important;
}

/* Within-dimension AND/OR in filter submenus: align with filter option labels. */
.mustdash-menu .filters-dropdown-content .mustdash-filter-logic-outside .mustdash-filter-logic-radios > label.mustdash-item.mustdash-radio.pi-radios__item > .mustdash-label.pi-radios__label {
  padding-left: 50px !important;
  padding-top: 5px !important;
}

.mustdash-menu .filters-dropdown-content .mustdash-filter-logic-outside .mustdash-filter-logic-radios > label.mustdash-item.mustdash-radio.pi-radios__item > .mustdash-label.pi-radios__label > .checkbox-label {
  padding: 0 !important;
}

.mustdash-menu .view-checkbox-wrap .checkbox-label {
  padding-left: 47px !important;
  padding-top: 7px;
}

.mustdash-menu .view-checkbox-wrap .submenu-pi-timeline-period .checkbox-label {
  padding-left: 30px !important;
}

.mustdash-menu .view-checkbox-wrap .mustdash-group .mustdash-li {
  padding: 5px 0;
}

.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios .pi-radios__input:focus,
.mustdash-menu .mustdash-filter-logic-between .mustdash-filter-logic-radios .pi-radios__input:focus-visible,
.mustdash-menu .mustdash-filter-logic-outside .mustdash-filter-logic-radios .pi-radios__input:focus,
.mustdash-menu .mustdash-filter-logic-outside .mustdash-filter-logic-radios .pi-radios__input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.mustdash-menu .mustdash-icon-img {
  width: 32px;
  height: 32px;
}

.mustdash-menu .has-checkbox-icon .pi-checkboxes__input,
.mustdash-menu .has-checkbox-icon .pi-radios__input,
.mustdash-menu .has-checkbox-icon .checkbox-label {
  padding-left: 0;
}

.flat-item-section-top .checkbox-label {
  padding-left: 50px;
}

/* Mustdash menu: pointer cursor on all menu items */
.mustdash-menu .item,
.mustdash-menu .flat-item,
.mustdash-menu .category,
.mustdash-menu .submenu-item,
.mustdash-menu .submenu-level-3-item,
.mustdash-menu .pi-checkboxes__item,
.mustdash-menu .pi-radios__item,
.mustdash-menu .pi-checkboxes__label,
.mustdash-menu .pi-radios__label {
  cursor: pointer !important;
}

/* Mustdash menu: submenu arrow at the very right */
.mustdash-menu .category,
.mustdash-menu .submenu-item,
.mustdash-menu .submenu-level-3-item,
.mustdash-menu .pi-checkboxes__item,
.mustdash-menu .pi-radios__item {
  display: flex !important;
  align-items: center !important;
}

.mustdash-menu .submenu-arrow,
.mustdash-menu .category-arrow {
  margin-left: auto !important;
}

.mustdash-menu .mustdash-submenu-arrow {
  margin-left: auto !important;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.mustdash-menu .mustdash-submenu-arrow-img {
  width: 20px !important;
  height: 20px !important;
  transform: rotate(-90deg);
  flex-shrink: 0;
}

/* Mustdash submenus: hidden by default, open to the left of parent */
.mustdash-menu .category.has-submenu,
.mustdash-menu .submenu-item.has-submenu,
.mustdash-menu .submenu-level-3-item.has-submenu {
  position: relative !important;
  overflow: visible !important;
}

.mustdash-menu .category.has-submenu .submenu-level-2,
.mustdash-menu .submenu-item.has-submenu .submenu-level-3,
.mustdash-menu .submenu-level-3-item.has-submenu .submenu-level-4 {
  position: absolute !important;
  top: 0 !important;
  left: auto !important;
  right: 100% !important;
  margin-left: 0 !important;
  margin-right: -2px !important;
  display: none !important;
  background: #000 !important;
  border: 2px solid #444 !important;
  border-radius: 4px !important;
  min-width: 250px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  white-space: nowrap !important;
  z-index: 1001 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  overflow: visible !important;
  max-width: calc(100vw - 40px) !important;
  max-height: calc(100vh - 40px) !important;
  padding: 0 !important;
}

.mustdash-menu .category.has-submenu .submenu-level-2.submenu-visible,
.mustdash-menu .submenu-item.has-submenu .submenu-level-3:not([style*="display: none"]),
.mustdash-menu .submenu-level-3-item.has-submenu .submenu-level-4:not([style*="display: none"]) {
  display: block !important;
}

/* MustdashGroup nested submenus (Resources, Components under Layers) - open to the side like submenu-level-3 */
.mustdash-menu .checkbox-item-with-submenu {
  position: relative !important;
  overflow: visible !important;
}

.mustdash-menu .checkbox-nested-submenu {
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  right: auto !important;
  margin-left: -2px !important;
  min-width: 250px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  background: #000 !important;
  border: 2px solid #444 !important;
  border-radius: 4px !important;
  z-index: 1001 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  padding: 0 !important;
}

.mustdash-menu .mustdash-li.has-submenu,
.mustdash-menu .mustdash-has-submenu {
  width: 100%;
}

/* Sale Status filter: match RadioCheckboxMultiselect colors (CrmConfig getStatusLabelColorsStatic) */
.mustdash-menu .filter-label-tba .checkbox-label {
  color: #444;
}

.mustdash-menu .filter-label-qualified .checkbox-label {
  color: #7fa2c0;
}

.mustdash-menu .filter-label-interested .checkbox-label {
  color: #99cc00;
}

.mustdash-menu .filter-label-held .checkbox-label {
  color: #cc0000;
}

.mustdash-menu .filter-label-trial .checkbox-label {
  color: #f39325;
}

.mustdash-menu .filter-label-won .checkbox-label {
  color: #7fa2c0;
}

.mustdash-menu .filter-label-dead .checkbox-label {
  color: #444;
}

.mustdash-menu .filter-label-potential .checkbox-label {
  color: #c9a227;
}

.mustdash-menu .checkbox-nested-submenu.nested-submenu-left {
  left: auto !important;
  right: 100% !important;
  margin-left: 0 !important;
  margin-right: -2px !important;
}

.item-pi-heyyu-play,
.item-pi-timeline-period,
.item-pi-timeline-play {
  padding: 5px 0 !important;
}

.submenu-pi-timeline-period li {
  padding: 5px 10px !important;
}

/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* Quickly adjust the font smoothing */
/* Quickly adjust the appearance of form fields */
/* Quickly adjust the selection colour */
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
button {
  margin: 0;
  border-radius: 0;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
}

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

ul {
  margin: 0;
}

ul.list-unstyled {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group-lg > .pi-input:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .pi-input {
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .pi-input:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .pi-input {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  background-color: transparent;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 11px 22px;
  vertical-align: top;
  border-top: solid 1px #444;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: solid 2px #444;
  border-top: 0;
}

.table tbody + tbody {
  border-top: solid 2px #444;
}

html {
  font-size: 100%;
}

body {
  color: #cccccc;
  background: #000;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (min-width: 992px) {
  html,
  body {
    font-size: 100%;
  }
}
body.pi-theme-light:not(.pi-theme-body-bg) {
  background: #000;
  color: #cccccc;
}

/* Body text */
p,
li,
small,
label,
.pi-hint,
.pi-inset-text {
  line-height: 1.6;
}

p {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}

a {
  color: #7fa2c0;
  line-height: inherit;
  text-decoration: none;
}
a:focus, a:hover, a:visited {
  text-decoration: underline;
}

body.pi-logged-in a {
  color: #7fa2c0;
}
body.pi-logged-in a:focus, body.pi-logged-in a:hover, body.pi-logged-in a:visited {
  text-decoration: underline;
}

/* Headings — scale from $font-size-base (h1 = 2× body) */
h1,
.h1 {
  font-size: 2.25rem;
  color: #7fa2c0;
}

h2,
.h2 {
  font-size: 1.6875rem;
  color: #cccccc;
}

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

h1.pi-no-margin,
h2.pi-no-margin,
h3.pi-no-margin,
h4.pi-no-margin,
h5.pi-no-margin {
  margin-bottom: 0 !important;
}

h1,
h2,
h3 {
  font-weight: 700;
  text-transform: none;
}

h4 {
  font-weight: 700;
  text-transform: none;
}

h5 {
  font-weight: 700;
  text-transform: uppercase;
}

/* v-tooltip (portaled to body) — match body text size */
.tooltip .tooltip-inner {
  font-size: 1.125rem !important;
  line-height: 1.6;
  text-transform: none !important;
}

/* Native buttons — UA stylesheet uses ~13px; match body / form controls */
button,
[type=button],
[type=reset],
[type=submit],
input[type=image] {
  font-family: inherit;
  font-size: 1.125rem;
}

/* Mustdash menu */
.mustdash-menu,
.mustdash-menu .category,
.mustdash-menu .item,
.mustdash-menu .flat-item,
.mustdash-menu .submenu-item,
.mustdash-menu .dropdown-btn,
.mustdash-menu .menu-breadcrumb-bar,
.mustdash-menu .pi-checkboxes__item,
.mustdash-menu .pi-radios__item,
.mustdash-menu .pi-checkboxes__label,
.mustdash-menu .pi-radios__label,
.mustdash-item,
.mustdash-category-title,
.mustdash-link,
.mustdash-all-clear-link {
  font-size: 1.125rem !important;
}

/* Login / checkout autofill — match body size on webkit-filled fields */
.pi-form[data-form-type=login] input:-webkit-autofill,
.pi-form[data-form-type=login] input:-webkit-autofill:hover,
.pi-form[data-form-type=login] input:-webkit-autofill:focus,
.pi-form[data-form-type=login] input:-webkit-autofill:active,
.pi-form[data-form-type=checkout] input:-webkit-autofill,
.pi-form[data-form-type=checkout] input:-webkit-autofill:hover,
.pi-form[data-form-type=checkout] input:-webkit-autofill:focus,
.pi-form[data-form-type=checkout] input:-webkit-autofill:active {
  font-size: 1.125rem !important;
  font-family: inherit !important;
}

/* Form controls — same size as body text */
.pi-input,
.pi-select,
.pi-textarea,
.multiselect,
.multiselect__input,
.multiselect__single,
.multiselect__tags,
.multiselect__placeholder,
.pi-timepicker-wireframe,
.pi-timepicker-wireframe label,
.multiselect__option,
.multiselect__content li,
.multiselect__content-wrapper,
table.vgt-table,
.vgt-table,
.pi-table-wrapper table,
#pi-table-wrapper table {
  font-size: 1.125rem !important;
}

.pi-input,
.pi-select,
.pi-textarea,
.multiselect,
.multiselect__input,
.multiselect__single,
.multiselect__tags,
.multiselect__placeholder,
.pi-timepicker-wireframe,
.pi-timepicker-wireframe label,
.multiselect__option {
  font-family: inherit;
}

.pi-checkboxes__label,
.pi-radios__label {
  line-height: 1.4;
}

.pi-input,
.pi-select,
.multiselect__tags,
.multiselect__single,
.pi-timepicker-wireframe label {
  line-height: 2rem;
}

/* Account feature toggles — layout only; type uses rules above */
#pi-account-logs-toggle .pi-checkboxes__item .pi-checkboxes__label,
#pi-account-logs-toggle .pi-input .pi-checkboxes__label,
#pi-account-features-toggle .pi-checkboxes__item .pi-checkboxes__label,
#pi-account-features-toggle .pi-input .pi-checkboxes__label,
#pi-account-admin-dev-features-toggle .pi-checkboxes__item .pi-checkboxes__label,
#pi-account-admin-dev-features-toggle .pi-input .pi-checkboxes__label,
#pi-account-beta-features-toggle .pi-checkboxes__item .pi-checkboxes__label,
#pi-account-beta-features-toggle .pi-input .pi-checkboxes__label {
  margin-top: 2px;
}
#pi-account-logs-toggle .pi-checkboxes__item p,
#pi-account-logs-toggle .pi-input p,
#pi-account-features-toggle .pi-checkboxes__item p,
#pi-account-features-toggle .pi-input p,
#pi-account-admin-dev-features-toggle .pi-checkboxes__item p,
#pi-account-admin-dev-features-toggle .pi-input p,
#pi-account-beta-features-toggle .pi-checkboxes__item p,
#pi-account-beta-features-toggle .pi-input p {
  max-width: 75%;
  margin-left: 28px;
}
#pi-account-logs-toggle .pi-checkboxes__item,
#pi-account-features-toggle .pi-checkboxes__item,
#pi-account-admin-dev-features-toggle .pi-checkboxes__item,
#pi-account-beta-features-toggle .pi-checkboxes__item {
  margin-left: -21px;
  margin-bottom: 22px;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: #000;
  color: #f39325;
  border: solid 1px #808080;
  padding: 5px;
  border-radius: 0;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #808080;
  z-index: 1;
}
.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}
.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=right] {
  margin-left: 5px;
}
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^=left] {
  margin-right: 5px;
}
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
.tooltip .tooltip {
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip .tooltip-inner {
  background: #000;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #000;
  z-index: 1;
}
.tooltip .tooltip[x-placement^=top] {
  margin-bottom: 5px;
}
.tooltip .tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip .tooltip[x-placement^=bottom] {
  margin-top: 5px;
}
.tooltip .tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip .tooltip[x-placement^=right] {
  margin-left: 5px;
}
.tooltip .tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip .tooltip[x-placement^=left] {
  margin-right: 5px;
}
.tooltip .tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip .tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip .tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.pi-status-unknown {
  color: #f39325;
}

.pi-status-discontinued {
  color: #cc0000;
}

.pi-status-available {
  color: #99cc00;
}

img {
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.loading-screen img,
.spinner img,
.loading-spinner img {
  max-height: none;
}

img.pi-logo {
  width: 70px;
  height: 70px;
  max-height: none;
}

.img-max-none {
  max-height: none !important;
}

.img-fixed-70 {
  width: 70px !important;
  height: 70px !important;
  max-height: none !important;
}

.img-fixed-120 {
  width: 120px !important;
  height: 120px !important;
  max-height: none !important;
}

.pi-medium-icon {
  width: 50px;
  height: 50px;
}

.pi-add-tag,
.pi-field-replicator-add input[type=image],
.pi-tag-wrapper-add-control input[type=image] {
  width: 50px;
  height: 50px;
  max-height: none;
  display: block;
  box-sizing: border-box;
}

.chevron.left {
  background-image: url("/svg/icons/transp-back-control-YD-34-76-74.svg");
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-position: center center;
  display: block;
}
.chevron.left ::after {
  display: none;
}

.chevron.right {
  background-image: url("/svg/icons/transp-next-control-YD-64-56-88.svg");
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-position: center center;
  display: block;
}
.chevron.right ::after {
  display: none;
}

.chevron::after {
  display: none !important;
}

.footer__navigation__page-btn span {
  display: none;
}
.footer__navigation__page-btn .chevron {
  display: block;
  width: 50px !important;
  height: 50px !important;
  margin: 0 6px !important;
}

@media (min-width: 597px) and (max-width: 768px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 75%;
  }
}
.pi-form-group {
  margin-bottom: 22px;
}

.pi-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.pi-hint {
  display: block;
  margin-bottom: 4px;
  line-height: 1.6;
}

.pi-width-two-thirds {
  max-width: 66.66%;
}

.pi-inset-text {
  max-width: 768px;
  border-left: 4px solid #7fa2c0;
}

.pi-label {
  display: var(--pi-label-display, block);
  margin-bottom: var(--pi-label-margin-bottom, 4px);
  font-weight: var(--pi-label-font-weight, 600);
  line-height: var(--pi-label-line-height, 1.4);
  color: var(--pi-label-color, #7fa2c0);
}

.pi-existing,
.homepage,
body.pi-login-layout {
  --pi-label-display: none;
}

.api-buy .pi-keypad-sub-wrapper {
  --pi-label-display: none;
}

.pi-form-field-wrapper {
  margin-bottom: var(--pi-form-field-margin-bottom, 22px);
  margin-top: var(--pi-form-field-margin-top, 0);
  max-width: var(--pi-form-field-max-width, 100%);
  min-width: 0;
  box-sizing: border-box;
}

.pi-form-save-button {
  margin-bottom: var(--pi-form-field-margin-bottom, 22px);
}

.pi-form-fields-compact,
.pi-number-wrapper,
.pi-sequence-maker-wrapper .pi-form-group,
body.pi-signup-layout .pi-form-header-wrapper,
.other.pi-logged-out #pi-tab-0 .pi-form-header-wrapper,
.pi-account-new-email-wrapper,
.pi-upload-carousel-overlay .pi-media-date-row,
.pi-media-date-row {
  --pi-form-field-margin-bottom: 0;
}

.yair-date {
  --pi-form-field-margin-top: 0;
}

.pi-dropzone-wrapper,
.pi-form-header-wrapper,
.pi-inset-wrapper {
  --pi-form-field-max-width: calc(100% - 41px);
}

.other.pi-logged-out #pi-tab-0 .pi-form-fields-wrapper .pi-keypad-wrapper {
  --pi-form-field-max-width: 300px;
}

@media (min-width: 597px) {
  .pi-input-select-wrapper {
    --pi-form-field-max-width: 73%;
  }
}
.pi-input-select-wrapper .pi-input-select-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 11px;
  width: 100%;
  box-sizing: border-box;
}
.pi-input-select-wrapper .pi-input-select-col-value {
  flex: 0 0 auto;
}
.pi-input-select-wrapper .pi-input-select-col-value .pi-field-wrapper {
  margin-bottom: 0;
}
.pi-input-select-wrapper .pi-input-select-col-value .pi-label {
  white-space: nowrap;
}
.pi-input-select-wrapper .pi-input-select-col-value .pi-input {
  width: 6.5rem;
  max-width: 100%;
}
.pi-input-select-wrapper .pi-input-select-col-select {
  flex: 1 1 0;
  min-width: 10rem;
}
.pi-input-select-wrapper .pi-input-select-col-select .pi-field-wrapper {
  margin-bottom: 0;
}
.pi-input-select-wrapper .pi-input-select-col-select .pi-field-wrapper,
.pi-input-select-wrapper .pi-input-select-col-select .pi-form-group,
.pi-input-select-wrapper .pi-input-select-col-select .multiselect {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.pi-input-select-wrapper .pi-input-select-col-select .multiselect {
  position: relative;
}
@media (max-width: 767.98px) {
  .pi-input-select-wrapper .pi-input-select-row {
    flex-direction: column;
    align-items: stretch;
  }
  .pi-input-select-wrapper .pi-input-select-col-value,
  .pi-input-select-wrapper .pi-input-select-col-select {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }
  .pi-input-select-wrapper .pi-input-select-col-value .pi-input {
    width: 100%;
  }
}

.pi-account-info-wrapper,
.pi-account-about-wrapper {
  --pi-form-field-margin-bottom: 11px;
}

.other.pi-logged-out {
  --pi-form-field-margin-bottom: 15px;
}

.pi-address-wrapper {
  --pi-form-field-margin-top: 15px;
}

.pi-form-fields-wrapper {
  margin: 0;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pi-form-fields-wrapper > .pi-field-mount-tracker {
  max-width: 100%;
  min-width: 0;
}

.pi-form-fields-wrapper .pi-small-text-input-wrapper,
.pi-form-fields-wrapper .pi-firstname-wrapper,
.pi-form-fields-wrapper .pi-middlename-wrapper,
.pi-form-fields-wrapper .pi-lastname-wrapper,
.pi-form-fields-wrapper .pi-a-email-wrapper,
.pi-form-fields-wrapper .pi-v-email-wrapper,
.pi-form-fields-wrapper .pi-a-password-wrapper,
.pi-form-fields-wrapper .pi-v-password-wrapper,
.pi-form-fields-wrapper .pi-keypad-wrapper,
.pi-form-fields-wrapper .pi-address-wrapper {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pi-form-fields-wrapper .pi-firstname-wrapper > div,
.pi-form-fields-wrapper .pi-middlename-wrapper > div,
.pi-form-fields-wrapper .pi-lastname-wrapper > div {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pi-field-wrapper {
  margin: 0;
}

.pi-form-fields-wrapper .pi-field-wrapper {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pi-form-fields-wrapper .pi-input:not(.multiselect__input),
.pi-form-fields-wrapper .pi-select {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.pi-checkbox-wrapper,
.pi-checkbox-input-wrapper,
.pi-checkboxes-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.pi-checkbox-wrapper > .pi-form-field-wrapper,
.pi-checkbox-input-wrapper > .pi-form-field-wrapper,
.pi-checkboxes-wrapper > .pi-form-field-wrapper {
  width: 100%;
  max-width: 100%;
}
.pi-checkbox-wrapper .pi-field-wrapper,
.pi-checkbox-input-wrapper .pi-field-wrapper,
.pi-checkboxes-wrapper .pi-field-wrapper {
  width: 100%;
  max-width: 100%;
}

.pi-field-other-wrapper {
  margin-top: 11px;
}

.pi-listmaker-wrapper .pi-list-wrapper,
.pi-opening-hours-wrapper .pi-list-wrapper,
.pi-sequence-maker-wrapper > .pi-list-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pi-listmaker-wrapper .pi-list-wrapper > .pi-form-field-wrapper,
.pi-opening-hours-wrapper .pi-list-wrapper > .pi-form-field-wrapper,
.pi-sequence-maker-wrapper > .pi-list-wrapper > .pi-form-field-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.pi-listmaker-wrapper .pi-list-wrapper .list-field-wrapper,
.pi-opening-hours-wrapper .pi-list-wrapper .list-field-wrapper,
.pi-sequence-maker-wrapper > .pi-list-wrapper .list-field-wrapper {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.pi-listmaker-wrapper .pi-list-wrapper .list-field-wrapper > .pi-input:not(.pi-lm-item-title-input),
.pi-opening-hours-wrapper .pi-list-wrapper .list-field-wrapper > .pi-input:not(.pi-lm-item-title-input),
.pi-sequence-maker-wrapper > .pi-list-wrapper .list-field-wrapper > .pi-input:not(.pi-lm-item-title-input) {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.pi-list-wrapper .list-field-wrapper > .pi-input.pi-lm-item-title-input {
  display: block;
  width: 50ch !important;
  min-width: 12ch !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.pi-listmaker-wrapper .pi-group-wrapper .pi-input.pi-lm-group-title-input {
  display: block;
  width: 50ch !important;
  min-width: 12ch !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.pi-serial-number-field .pi-serial-number-input.pi-input {
  display: block;
  width: 50ch !important;
  min-width: 12ch !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.pi-field-wrapper-main {
  margin-top: 11px;
}

.pi-select-with-price-wrapper .pi-field-wrapper-main {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.pi-select-with-price-wrapper .pi-currency-value-field {
  width: auto;
  max-width: 100%;
}
.pi-select-with-price-wrapper .pi-currency-value-field .pi-input {
  width: 9rem !important;
  max-width: 9rem !important;
}

/* Single definitions — typography in config/fonts.scss; contexts via --pi-input-* / --pi-textarea-* */
.pi-input {
  box-sizing: border-box !important;
  width: var(--pi-input-width, 100%) !important;
  max-width: var(--pi-input-max-width, 100%) !important;
  height: var(--pi-input-height, 50px) !important;
  min-height: var(--pi-input-height, 50px) !important;
  margin: 0;
  padding: var(--pi-input-padding, 4px 10px);
  background: var(--pi-input-bg, #000) !important;
  color: var(--pi-input-color, #cccccc) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid var(--pi-input-border-width, 2px) var(--pi-input-border-color, #444) !important;
  border-radius: var(--pi-input-border-radius, 4px) !important;
  box-shadow: none !important;
  transition: all 0.5s;
}
.pi-input:hover {
  border-color: var(--pi-input-border-hover-color, #fff) !important;
  color: var(--pi-input-hover-color, #fff) !important;
}
.pi-input:focus {
  outline: none !important;
  border-color: var(--pi-input-border-hover-color, #fff) !important;
  color: var(--pi-input-hover-color, #fff) !important;
  box-shadow: none !important;
}
.pi-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pi-input::-moz-placeholder {
  color: var(--pi-input-placeholder-color, inherit);
}
.pi-input::placeholder {
  color: var(--pi-input-placeholder-color, inherit);
}

.pi-textarea,
.pi-select {
  box-sizing: border-box;
  width: var(--pi-input-width, 100%) !important;
  background: var(--pi-input-bg, #000) !important;
  color: var(--pi-input-color, #cccccc) !important;
}
.pi-textarea:disabled,
.pi-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pi-select {
  padding: var(--pi-input-padding, 4px 10px);
  height: var(--pi-input-height, 50px) !important;
  min-height: var(--pi-input-height, 50px) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid var(--pi-input-border-width, 2px) var(--pi-input-border-color, #444) !important;
  border-radius: var(--pi-input-border-radius, 4px) !important;
  box-shadow: none !important;
  transition: all 0.5s;
}
.pi-select:hover {
  border-color: var(--pi-input-border-hover-color, #fff) !important;
  color: var(--pi-input-hover-color, #fff) !important;
}
.pi-select:focus {
  outline: none !important;
  border-color: var(--pi-input-border-hover-color, #fff) !important;
  color: var(--pi-input-hover-color, #fff) !important;
  box-shadow: none !important;
}

.pi-textarea,
textarea {
  resize: var(--pi-textarea-resize, both) !important;
}

.pi-textarea,
textarea.pi-input {
  height: auto !important;
}

.pi-textarea {
  margin-top: 0;
  padding: var(--pi-textarea-padding, 10px);
  min-height: var(--pi-textarea-min-height, 95px) !important;
  border: solid var(--pi-input-border-width, 2px) var(--pi-input-border-color, #444) !important;
  border-radius: var(--pi-input-border-radius, 4px) !important;
  box-shadow: none !important;
  transition: all 0.5s;
}
.pi-textarea:hover {
  border-color: var(--pi-input-border-hover-color, #fff) !important;
  color: var(--pi-input-hover-color, #fff) !important;
}
.pi-textarea:focus {
  outline: none !important;
  border-color: var(--pi-input-border-hover-color, #fff) !important;
  color: var(--pi-input-hover-color, #fff) !important;
  box-shadow: none !important;
}

textarea.pi-input {
  min-height: var(--pi-textarea-min-height, 95px) !important;
}

.pi-textarea.pi-textarea--code {
  line-height: 1.4;
  white-space: pre;
  overflow-x: auto;
}

.pi-checkboxes__input:focus,
.pi-radios__input:focus {
  outline: none !important;
}

.pi-datepicker-wrapper,
.pi-select-with-date-wrapper {
  --pi-label-margin-bottom: 5.5px;
}

.pi-select-with-price-wrapper .pi-currency-value-field {
  --pi-input-width: 9rem;
  --pi-input-max-width: 9rem;
}

@media (max-width: 768px) {
  .pi-field-wrapper {
    --pi-label-line-height: 1.5rem;
  }
}
.pi-location-field-wrap {
  --pi-label-margin-bottom: 5px;
}

.pi-carousel-slide-inner,
.pi-carousel-file-row {
  --pi-label-color: #7fa2c0;
  --pi-input-bg: #000;
  --pi-input-border-color: #444;
  --pi-input-color: #fff;
  --pi-input-padding: 0.4rem 0.5rem;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner,
.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner {
  --pi-input-bg: #000;
  --pi-input-border-color: #444;
  --pi-input-color: #cccccc;
  --pi-input-height: 50px;
  --pi-input-padding: 4px 10px;
  --pi-input-placeholder-color: #444;
}

.pi-upload-carousel-overlay .pi-media-date-row .pi-date-label,
.pi-upload-carousel-overlay-from-ptl .pi-media-date-row .pi-date-label {
  --pi-label-color: #7fa2c0;
  --pi-label-font-weight: bold;
  --pi-label-margin-bottom: 0;
}

.pi-upload-carousel-overlay .pi-media-date-row .day_label,
.pi-upload-carousel-overlay-from-ptl .pi-media-date-row .day_label {
  --pi-label-color: #7fa2c0;
  --pi-label-font-weight: normal;
  --pi-label-line-height: 1.25;
  --pi-label-margin-bottom: 0;
}

.pi-menu-builder-catalog-groups {
  --pi-label-color: #7fa2c0;
}

.pi-menu-builder-item-adv {
  --pi-label-color: #7fa2c0;
  --pi-input-bg: #000;
  --pi-input-color: #cccccc;
  --pi-input-border-color: #444;
}

.pi-file-expanded {
  --pi-label-margin-bottom: 0;
}

.pi-sequence-maker-wrapper .pi-sequence-maker-fields > .pi-form-field-wrapper.pi-playback-order {
  margin-bottom: 22px;
}

.yair-cell-num {
  --pi-input-max-width: 120px;
  --pi-input-height: 32px;
}

.admin-heyyu-block-textarea-wrap {
  --pi-textarea-min-height: 4.5rem;
}

.pi-form--task-manager-api-docs {
  --pi-input-border-radius: 4px;
}

/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
.pi-checkboxes__input {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  opacity: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.pi-checkboxes__input:focus + .pi-checkboxes__label::before {
  outline: none !important;
  box-shadow: none !important;
}

.pi-checkboxes__input:checked + .pi-checkboxes__label::after {
  opacity: 1;
}

.pi-checkboxes__label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  touch-action: manipulation;
}
.pi-checkboxes__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background: #000 !important;
  border: solid 2px #444;
  width: 50px !important;
  height: 50px !important;
  border-radius: 4px;
  box-shadow: none !important;
}
.pi-checkboxes__label::after {
  content: "";
  position: absolute;
  opacity: 0;
  border: none !important;
  background: url("/svg/icons/001184-checkbox-tick.svg") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: 9px !important;
  transform: none !important;
  width: 50px !important;
  height: 50px !important;
  top: -2px !important;
}

.pi-label.pi-checkboxes__label {
  color: #fff;
}

.pi-checkboxes__item {
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 11px !important;
}
.pi-checkboxes__item:hover .pi-checkboxes__label::before {
  border-color: #fff !important;
}
.pi-checkboxes__item:focus .pi-checkboxes__label::before {
  outline: none !important;
  box-shadow: none !important;
}

.pi-checkbox-align-root,
.pi-form-fields-wrapper {
  --pi-checkbox-box-size: 50px;
}

#pi-account-features-toggle.pi-checkbox-align-root .pi-checkboxes .pi-label.pi-checkboxes__label,
#pi-account-logs-toggle.pi-checkbox-align-root .pi-checkboxes .pi-label.pi-checkboxes__label,
#pi-account-admin-dev-features-toggle.pi-checkbox-align-root .pi-checkboxes .pi-label.pi-checkboxes__label,
#pi-account-beta-features-toggle.pi-checkbox-align-root .pi-checkboxes .pi-label.pi-checkboxes__label {
  margin-top: 0 !important;
}

.pi-checkbox-align-root .pi-checkboxes > .pi-checkboxes__item,
.pi-form-fields-wrapper .pi-checkboxes:not(.multiselect__option .pi-checkboxes):not(.multiselect__content .pi-checkboxes) > .pi-checkboxes__item,
.pi-listmaker-wrapper .pi-checkboxes:not(.multiselect__option .pi-checkboxes):not(.multiselect__content .pi-checkboxes) > .pi-checkboxes__item {
  display: flex;
  align-items: flex-start;
}

.pi-checkbox-align-root .pi-checkboxes .pi-label.pi-checkboxes__label {
  display: inline-flex !important;
  align-items: flex-start !important;
  align-self: flex-start;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: var(--pi-checkbox-box-size);
  padding-top: calc(max(0px, var(--pi-checkbox-box-size) - 2rem) / 2) !important;
  padding-bottom: 0 !important;
}

.pi-form-fields-wrapper .pi-checkboxes:not(.multiselect__option .pi-checkboxes):not(.multiselect__content .pi-checkboxes) .pi-label.pi-checkboxes__label,
.pi-listmaker-wrapper .pi-checkboxes:not(.multiselect__option .pi-checkboxes):not(.multiselect__content .pi-checkboxes) .pi-label.pi-checkboxes__label {
  display: inline-flex !important;
  align-items: flex-start !important;
  align-self: flex-start;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: var(--pi-checkbox-box-size);
  padding-top: 8px !important;
  padding-bottom: 0 !important;
}

.pi-checkbox-align-root .pi-checkboxes__item:not(.pi-checkboxes__item--managed-feature-layout) {
  padding-left: 0 !important;
}
.pi-checkbox-align-root .pi-checkboxes__item:not(.pi-checkboxes__item--managed-feature-layout) > .pi-checkboxes__label > span {
  padding-left: 35px;
}
.pi-checkbox-align-root .pi-checkboxes__item:not(.pi-checkboxes__item--managed-feature-layout) > .pi-checkboxes__input {
  left: 13px !important;
}
.pi-checkbox-align-root .pi-checkboxes__item:not(.pi-checkboxes__item--managed-feature-layout) > .pi-label.pi-checkboxes__label::before {
  left: 15px !important;
}
.pi-checkbox-align-root .pi-checkboxes__item:not(.pi-checkboxes__item--managed-feature-layout) > .pi-label.pi-checkboxes__label::after {
  left: 24px !important;
}

.pi-managed-feature-layout {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.pi-managed-feature-layout--ordered-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.pi-managed-feature-layout__media-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 0.75rem;
  margin-top: 0.35rem;
}

.pi-managed-feature-layout__field-line {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
}

.pi-checkbox-align-root .pi-checkboxes,
.pi-field-wrapper.pi-checkbox-align-root .pi-checkboxes {
  width: 100%;
  box-sizing: border-box;
}

.pi-checkboxes__item--managed-feature-layout {
  width: 100%;
  box-sizing: border-box;
}

.pi-field-wrapper .pi-managed-feature-layout__field-line > .pi-checkboxes__input,
.pi-checkbox-align-root .pi-managed-feature-layout__field-line > .pi-checkboxes__input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}

.pi-field-wrapper .pi-checkboxes__item--managed-feature-layout .pi-managed-feature-layout__field-line > .pi-checkboxes__label,
.pi-checkbox-align-root .pi-checkboxes__item--managed-feature-layout .pi-managed-feature-layout__field-line > .pi-checkboxes__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 65px !important;
  padding-right: 0 !important;
  min-height: 50px;
}

.pi-field-wrapper .pi-checkboxes__item--managed-feature-layout .pi-managed-feature-layout__field-line > .pi-checkboxes__label span,
.pi-checkbox-align-root .pi-checkboxes__item--managed-feature-layout .pi-managed-feature-layout__field-line > .pi-checkboxes__label span {
  display: block;
  width: 100%;
  padding: 5px 0;
  padding-left: 0 !important;
  text-align: left;
}

.pi-field-wrapper .pi-checkboxes__item--managed-feature-layout .pi-managed-feature-layout__field-line > .pi-checkboxes__label::before,
.pi-checkbox-align-root .pi-checkboxes__item--managed-feature-layout .pi-managed-feature-layout__field-line > .pi-checkboxes__label::before {
  left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
}

.pi-field-wrapper .pi-checkboxes__item--managed-feature-layout .pi-managed-feature-layout__field-line > .pi-checkboxes__label::after,
.pi-checkbox-align-root .pi-checkboxes__item--managed-feature-layout .pi-managed-feature-layout__field-line > .pi-checkboxes__label::after {
  left: 9px !important;
  top: -2px !important;
}

.pi-field-wrapper p.feature-description,
.pi-checkbox-align-root p.feature-description {
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 75px;
  padding-right: 0;
  text-align: left;
}

.pi-managed-feature-layout__media-img {
  display: block;
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pi-managed-feature-layout__info {
  align-self: center;
  flex-shrink: 0;
}

.pi-managed-feature-layout__info-icon {
  width: 40px;
  height: 40px;
  display: block;
}

.pi-managed-feature-layout__info-link {
  display: inline-block;
  line-height: 0;
}

.pi-context-controls-wrapper .pi-checkboxes__label,
.pi-context-controls-wrapper .pi-checkboxes__label span {
  line-height: 1.35 !important;
}

.pi-accept-terms-wrapper .pi-checkboxes__item {
  padding-left: 0 !important;
}
.pi-accept-terms-wrapper #pi-accept-terms:focus + .pi-checkboxes__label::before,
.pi-accept-terms-wrapper #pi-accept-terms:focus-visible + .pi-checkboxes__label::before {
  outline: none !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 2px #fff !important;
}

.autosave-wrapper .pi-checkboxes__label {
  padding: 11px 30px 0;
}

#pi-tab-5 .pi-checkboxes__item:not(.pi-checkboxes__item--managed-feature-layout) .pi-checkboxes__label span,
.pi-tab-5 .pi-checkboxes__item:not(.pi-checkboxes__item--managed-feature-layout) .pi-checkboxes__label span {
  padding-left: 19px !important;
}

.pi-checkbox-select-wrapper {
  margin-top: 35px;
}
.pi-checkbox-select-wrapper .pi-label {
  float: none !important;
}

.pi-radios__item {
  display: block;
  position: relative;
  min-height: 40px;
  margin-bottom: 11px;
  padding-left: 40px;
  clear: left;
}
.pi-radios__item:last-child, .pi-radios__item:last-of-type {
  margin-bottom: 0;
}
.pi-radios__item:hover .pi-radios__label::before {
  border-color: #fff !important;
}

.pi-radios__input {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}

.pi-label.pi-radios__label {
  color: #fff;
}

.pi-radios__label {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 12px 8px 0;
  font-weight: normal;
  cursor: pointer;
  touch-action: manipulation;
}
.pi-radios__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #000 !important;
  border: solid 2px #444;
  border-radius: 50%;
  box-shadow: none !important;
}
.pi-radios__label::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border: 10px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  background: currentColor;
}

.pi-radios__input:focus + .pi-radios__label::before {
  outline: none !important;
  box-shadow: none !important;
}

.pi-radios__input:checked + .pi-radios__label::after {
  opacity: 1;
  background: #7fa2c0 !important;
  border-color: #7fa2c0 !important;
}

.pi-radios__input:disabled,
.pi-radios__input:disabled + .pi-radios__label {
  cursor: not-allowed;
}

.pi-radios__input:disabled + .pi-radios__label {
  opacity: 0.5;
}

/* vue-multiselect: core control + checkbox/radio dropdown rows (single source) */
/* Multiselect padding + row metrics — imported by _multiselect.scss and table _multiselect-in-cell.scss */
/* Use as full shorthands in `padding:` — do not prefix extra lengths. */
/* Row height */
/* checkbox / radio option row min-height */
/* Closed control — .multiselect__tags */
/* outer tags box; right gap for caret */
/* .multiselect__single, .multiselect__placeholder */
/* span.pi-multiselect-tags-span in .multiselect__tags (checkbox / multiple summary) */
/* .multiselect .multiselect__tags reset */
/* Search / filter input inside control */
/* default .multiselect__input */
/* input::placeholder inside .multiselect */
/* .vs--searchable .multiselect__input */
/* Open list — .multiselect__content */
/* dropdown panel vertical inset */
/* li rows; spacing on .multiselect__option only */
/* single-select .multiselect__content wrapper */
/* Open list — .multiselect__option rows */
/* plain text / single-select option */
/* checkbox or radio option row wrapper */
/* .multiselect__option label (not pi-checkboxes/radios) */
/* .multiselect label (not pi-checkboxes/radios) */
/* Checkbox / radio label text inside dropdown (after control graphic) */
/* left inset for label text beside control */
/* label right + bottom; use: 0 [edge] [inset] */
/* Table cell single-select option slot */
/* .pi-table-multiselect-option-single */
/* Expanded tag picker (open checklist, no closed tags bar) */
/* horizontal tag list */
/* Timepicker wireframe (multiselect-style closed control) */
/* Global .pi-radios__label in this bundle */
.selected-items-display {
  padding-top: 5px;
}

.multiselect__input {
  padding: 0 11px;
  min-height: 38px !important;
  margin-bottom: 0 !important;
}

html body .no-messages .multiselect input {
  border: none !important;
}

.multiselect {
  cursor: pointer;
  color: #cccccc;
  border-radius: none;
}
.multiselect .multiselect__content li {
  color: #cccccc !important;
}
.multiselect .multiselect__input {
  margin: 0 !important;
  background: #000 !important;
  color: #fff !important;
}
.multiselect .multiselect__select img {
  width: 35px !important;
  height: 35px !important;
  margin-right: 4px;
}
.multiselect .multiselect__tags {
  padding: 0;
}
.multiselect input::-moz-placeholder {
  color: #cccccc !important;
  opacity: 1 !important;
  padding: 0 1px !important;
  margin: 0 !important;
}
.multiselect input::placeholder {
  color: #cccccc !important;
  opacity: 1 !important;
  padding: 0 1px !important;
  margin: 0 !important;
}
.multiselect .multiselect .multiselect__single {
  padding: 5px 5px 5px !important;
}

.multiselect--disabled {
  background: #000;
  border: none;
  border-radius: 4px;
  opacity: 1 !important;
}

.multiselect--disabled .multiselect__clear,
.multiselect--disabled .multiselect__tags,
.multiselect--disabled .multiselect__select,
.multiselect--disabled .multiselect__input,
.multiselect--disabled .multiselect__single {
  background: #000 !important;
  height: 48px !important;
}

.multiselect--disabled .multiselect__single,
.multiselect--disabled .multiselect__placeholder {
  min-height: 0 !important;
  max-height: 100% !important;
  box-sizing: border-box !important;
}

.multiselect--disabled .multiselect__placeholder {
  background: #000 !important;
}

.multiselect__clear {
  display: none;
}

.multiselect__tags-wrap {
  display: none !important;
}

.multiselect__tags {
  background: #000 !important;
  height: 50px !important;
  padding: 5px 44px 5px 5px !important;
  min-height: 50px !important;
  margin-top: -1px;
  transition: all 0.5s;
  box-shadow: none !important;
  border: solid 2px #444 !important;
  border-radius: 4px !important;
  color: #cccccc !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  /* Closed control: single-select label / placeholder */
  /* Checkbox / multiple summary — explicit span class (not :not() guesswork) */
}
.multiselect__tags:hover {
  border-color: #fff !important;
  color: #fff !important;
  outline: 0;
  box-shadow: none;
}
.multiselect__tags:focus {
  outline: 0;
  box-shadow: none;
}
.multiselect__tags .multiselect__single:not(.pi-multiselect-tags-span),
.multiselect__tags .multiselect__placeholder {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0 !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 5px 5px 5px !important;
  box-sizing: border-box !important;
  position: static !important;
  line-height: 2rem;
  background: #000 !important;
}
.multiselect__tags .multiselect__single:not(.pi-multiselect-tags-span) > span {
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit;
}
.multiselect__tags span.pi-multiselect-tags-span {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0 !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 5px 5px 5px !important;
  box-sizing: border-box !important;
  position: static !important;
  line-height: 2rem;
  background: #000 !important;
}
.multiselect__tags span.pi-multiselect-tags-span > span {
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit;
}

.multiselect__single,
.multiselect__placeholder {
  margin: 0 !important;
  color: #cccccc !important;
  opacity: 1 !important;
  background: #000 !important;
  transition: all 0.5s;
  box-shadow: none !important;
}

.multiselect--active .multiselect__tags {
  border: solid 2px #fff !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: #fff !important;
}
.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}
.multiselect--active .multiselect__select img {
  width: 35px !important;
  height: 35px !important;
  margin-right: 4px;
}
.multiselect--active .multiselect__tags .multiselect__single {
  opacity: 1 !important;
}
.multiselect--active .pi-multiselect-caret {
  transform: translateY(-50%) rotate(180deg);
}
.multiselect--active .multiselect__content-wrapper {
  border-top: none !important;
}

.multiselect.multiselect--above .multiselect__content-wrapper {
  border-top: solid 2px #444 !important;
  border-bottom: none !important;
}

.multiselect__content-wrapper,
.multiselect__content {
  background: #000 !important;
  scrollbar-color: #000 #cccccc;
  border: solid 2px #444 !important;
}

.multiselect__content-wrapper {
  background: #000;
  color: #cccccc;
  border: solid 1px #444;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
}

.multiselect__content {
  top: 0;
  margin-top: 0 !important;
  padding: 5.5px 0 !important;
  padding-top: 0 !important;
  background: #000 !important;
  border: solid 1px #444 !important;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: block !important;
}
.multiselect__content li {
  background: #000;
  border: none;
  padding: 0 !important;
}

.multiselect__option {
  background: #000 !important;
  color: #cccccc !important;
  margin: 0 !important;
  width: initial !important;
  min-height: 0 !important;
  padding: 2px 10px 5px !important;
  white-space: nowrap;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box;
  line-height: 2rem;
}
.multiselect__option label:not(.pi-checkboxes__label):not(.pi-radios__label) {
  padding: 8px 20px !important;
}
.multiselect__option .pi-checkboxes__label {
  font-weight: normal !important;
}
.multiselect__option .pi-checkboxes__item {
  margin-bottom: 0 !important;
}

.multiselect__option:has(.pi-checkboxes),
.multiselect__option:has(.pi-radios) {
  min-height: 50px !important;
  padding: 0 3px 5px !important;
}

.multiselect__option::after {
  display: none;
}

.multiselect__no-results,
.multiselect__no-options {
  display: none !important;
}

.multiselect label:not(.pi-checkboxes__label):not(.pi-radios__label) {
  padding: 8px 20px 0 !important;
}

li.multiselect__element {
  max-height: none !important;
  min-height: 0;
  background: #000;
  color: #cccccc;
}
li.multiselect__element span {
  background: #000;
  color: #cccccc;
}

li.multiselect__element:has(> .multiselect__option:has(.pi-checkboxes)),
li.multiselect__element:has(> .multiselect__option:has(.pi-radios)) {
  min-height: 50px;
}

.multiselect__option:not(:has(.pi-checkboxes)):not(:has(.pi-radios)),
.pi-table-multiselect-option-single {
  min-height: 0 !important;
  padding: 2px 10px 5px !important;
  line-height: 2rem;
}

.pi-table-multiselect-option-single {
  display: block;
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
  padding: 5px 5px 5px;
  line-height: 2rem;
}

/* Single-select dropdown: compact rows (text height only) */
.multiselect:not(.multiselect--multiple) .multiselect__content {
  padding: 2px 0 !important;
}
.multiselect:not(.multiselect--multiple) li.multiselect__element {
  min-height: 0 !important;
}
.multiselect:not(.multiselect--multiple) .multiselect__option {
  min-height: 0 !important;
  padding: 2px 10px 5px !important;
}

.multiselect__option--highlight,
.multiselect__tag {
  background: #000 !important;
  color: #cccccc !important;
}

.multiselect__tag {
  color: #fff !important;
}

.multiselect__tag-icon::after {
  color: #7fa2c0;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #000 !important;
  color: #cccccc !important;
}
.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  background: #000 !important;
  color: #cccccc !important;
}

.multiselect__spinner,
.multiselect__spinner::before,
.multiselect__spinner::after {
  display: none !important;
  animation: none !important;
}

.pi-multiselect-caret {
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  right: 12px;
  top: 50%;
  padding: 0;
  text-align: center;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.multiselect__select:before {
  border-width: 3px 3px 0 3px !important;
  margin-top: 2px !important;
}

.pi-field-wrapper.pi-multiselect-tags .multiselect__tags {
  display: none !important;
}

.pi-field-wrapper .multiselect__content-wrapper {
  width: 100% !important;
  max-width: 100%;
}

.pi-field-wrapper .multiselect__content {
  display: block !important;
  width: 100% !important;
}

.pi-input-wireframe,
.mx-input,
.ti-input {
  width: 100% !important;
  background: #000 !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  transition: all 0.5s;
  padding: 4px 10px;
  height: 50px !important;
}
.pi-input-wireframe:hover, .pi-input-wireframe:focus,
.mx-input:hover,
.mx-input:focus,
.ti-input:hover,
.ti-input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/* --- Multiselect dropdown: checkbox options --- */
.multiselect__option .pi-checkboxes__label::after {
  display: none !important;
}

.multiselect__option--selected .pi-checkboxes__label::after {
  display: block !important;
  opacity: 1;
}

.multiselect__option--disabled .pi-checkboxes__input:checked + .pi-checkboxes__label::after {
  display: block !important;
  opacity: 1 !important;
}

.multiselect__option--disabled .pi-checkboxes__input:checked + .pi-checkboxes__label {
  opacity: 1 !important;
  cursor: not-allowed !important;
}

.multiselect__option--disabled .pi-checkboxes__input:checked + .pi-checkboxes__label::before {
  background: rgba(0, 0, 0, 0.06);
}

.multiselect__option--disabled:has(.pi-multiselect-locked-selected) {
  background-color: #cccccc !important;
}

.multiselect__option.multiselect__option--disabled {
  background-color: #000 !important;
}
.multiselect__option.multiselect__option--disabled span,
.multiselect__option.multiselect__option--disabled div,
.multiselect__option.multiselect__option--disabled label {
  background-color: #000 !important;
}

.multiselect__option.multiselect__option--disabled,
.multiselect__option--group.multiselect__option--disabled {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.multiselect__option--group.multiselect__option--disabled {
  background: #000 !important;
  color: #7fa2c0 !important;
}
.multiselect__option--group.multiselect__option--disabled span {
  color: #7fa2c0 !important;
}

.multiselect__content .pi-checkboxes .pi-checkboxes__item > .pi-checkboxes__label.pi-label > span,
.multiselect__option .pi-checkboxes .pi-checkboxes__item > .pi-checkboxes__label.pi-label > span {
  display: block !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
}

.multiselect__content .pi-checkboxes,
.multiselect__option .pi-checkboxes {
  width: 100%;
}
.multiselect__content .pi-checkboxes .pi-checkboxes__item,
.multiselect__option .pi-checkboxes .pi-checkboxes__item {
  position: relative;
  min-height: 50px !important;
  width: 100%;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.multiselect__content .pi-checkboxes .pi-checkboxes__input,
.multiselect__option .pi-checkboxes .pi-checkboxes__input {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  opacity: 0;
  cursor: pointer;
}
.multiselect__content .pi-checkboxes .pi-checkboxes__label.pi-label,
.multiselect__option .pi-checkboxes .pi-checkboxes__label.pi-label {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0 10px 5px 62px !important;
  margin: 0 !important;
  cursor: pointer;
  overflow: visible;
  line-height: 2rem;
}
.multiselect__content .pi-checkboxes .pi-checkboxes__label.pi-label::before,
.multiselect__option .pi-checkboxes .pi-checkboxes__label.pi-label::before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 50px !important;
  height: 50px !important;
  background: #000 !important;
  border: solid 2px #444 !important;
  border-radius: 4px;
  box-shadow: none !important;
}
.multiselect__content .pi-checkboxes .pi-checkboxes__label.pi-label::after,
.multiselect__option .pi-checkboxes .pi-checkboxes__label.pi-label::after {
  position: absolute;
  border: none !important;
  background: url("/svg/icons/001184-checkbox-tick.svg") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: 9px !important;
  transform: none !important;
  width: 50px !important;
  height: 50px !important;
  top: -2px !important;
  margin-top: 0 !important;
}

/* --- Multiselect dropdown: radio options --- */
.multiselect__content .pi-radios:not(.pi-radio-checkbox-multiselect__row) .pi-radios__item > .pi-radios__label.pi-label > span,
.multiselect__option .pi-radios:not(.pi-radio-checkbox-multiselect__row) .pi-radios__item > .pi-radios__label.pi-label > span {
  display: block !important;
  box-sizing: border-box !important;
  padding-left: 62px !important;
}

/* RadioCheckboxMultiselect (CRM sale status): same row metrics as checkbox options */
.multiselect__content .pi-radio-checkbox-multiselect__row.pi-radios,
.multiselect__option .pi-radio-checkbox-multiselect__row.pi-radios {
  width: 100%;
}
.multiselect__content .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__item,
.multiselect__option .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__item {
  position: relative;
  min-height: 50px !important;
  width: 100%;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.multiselect__content .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__input,
.multiselect__option .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__input {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  opacity: 0;
  cursor: pointer;
}
.multiselect__content .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__label.pi-label,
.multiselect__option .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__label.pi-label {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0 10px 5px 62px !important;
  margin: 0 !important;
  cursor: pointer;
  overflow: visible;
  line-height: 2rem !important;
}
.multiselect__content .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__label.pi-label::before,
.multiselect__option .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__label.pi-label::before {
  position: absolute;
  left: 5px;
  top: 5px;
  margin-top: 0;
  width: 40px !important;
  height: 40px !important;
  background: #000 !important;
  border: solid 2px #444 !important;
  border-radius: 50%;
  box-shadow: none !important;
}
.multiselect__content .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__label.pi-label::after,
.multiselect__option .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__label.pi-label::after {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 0;
  height: 0;
  border: 10px solid var(--pi-rbcm-label-color, #7fa2c0);
  border-radius: 50%;
  opacity: 0;
  background: var(--pi-rbcm-label-color, #7fa2c0);
}
.multiselect__content .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__input:checked + .pi-radios__label.pi-label::after,
.multiselect__option .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__input:checked + .pi-radios__label.pi-label::after {
  opacity: 1;
}
.multiselect__content .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__item > .pi-radios__label.pi-label > span,
.multiselect__option .pi-radio-checkbox-multiselect__row.pi-radios .pi-radios__item > .pi-radios__label.pi-label > span {
  display: block !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  color: inherit !important;
}

.multiselect__content .pi-radio-checkbox-multiselect__row .pi-radios__item .pi-label,
.multiselect__option .pi-radio-checkbox-multiselect__row .pi-radios__item .pi-label,
.multiselect__content .pi-radio-checkbox-multiselect__row .pi-checkboxes__item .pi-label,
.multiselect__option .pi-radio-checkbox-multiselect__row .pi-checkboxes__item .pi-label,
.multiselect__content .pi-radio-checkbox-multiselect__row .pi-checkboxes__label-text,
.multiselect__option .pi-radio-checkbox-multiselect__row .pi-checkboxes__label-text {
  color: var(--pi-rbcm-label-color) !important;
}

.multiselect__option:has(> .pi-radio-checkbox-multiselect__row),
.multiselect__option:has(> .pi-checkboxes),
.multiselect__content > li.multiselect__element .multiselect__option:has(.pi-radio-checkbox-multiselect__row),
.multiselect__content > li.multiselect__element .multiselect__option:has(.pi-checkboxes) {
  min-height: 50px !important;
}

/* Expanded multiselect: open checklist (no closed control) — tag pickers + mood */
/* Tag multiselect listboxes: vue-multiselect renders ul.multiselect__content (not ul > ul) */
ul.multiselect__content[id$=-select-tags]:not([id*=sentiment-diary]) {
  display: flex !important;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0 15px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul.multiselect__content[id$=-select-tags]:not([id*=sentiment-diary]) > li.multiselect__element {
  display: block !important;
  float: none !important;
  width: auto !important;
  flex: 0 0 auto;
  margin-bottom: 0 !important;
  margin-right: 0;
}
ul.multiselect__content[id$=-select-tags]:not([id*=sentiment-diary]) .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
ul.multiselect__content[id$=-select-tags]:not([id*=sentiment-diary]) .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item {
  width: auto !important;
}
ul.multiselect__content[id$=-select-tags]:not([id*=sentiment-diary]) .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
ul.multiselect__content[id$=-select-tags]:not([id*=sentiment-diary]) .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label {
  width: auto !important;
}

.pi-book-select-tags-wrapper,
.pi-movie-select-tags-wrapper,
.pi-music-select-tags-wrapper,
.pi-website-select-tags-wrapper,
.pi-code-note-select-tags-wrapper,
.pi-question-select-tags-wrapper,
.pi-field-wrapper.pi-multiselect-tags {
  width: 100%;
}
.pi-book-select-tags-wrapper .multiselect__tags,
.pi-movie-select-tags-wrapper .multiselect__tags,
.pi-music-select-tags-wrapper .multiselect__tags,
.pi-website-select-tags-wrapper .multiselect__tags,
.pi-code-note-select-tags-wrapper .multiselect__tags,
.pi-question-select-tags-wrapper .multiselect__tags,
.pi-field-wrapper.pi-multiselect-tags .multiselect__tags {
  display: none;
}
.pi-book-select-tags-wrapper .multiselect img.pi-multiselect-caret,
.pi-movie-select-tags-wrapper .multiselect img.pi-multiselect-caret,
.pi-music-select-tags-wrapper .multiselect img.pi-multiselect-caret,
.pi-website-select-tags-wrapper .multiselect img.pi-multiselect-caret,
.pi-code-note-select-tags-wrapper .multiselect img.pi-multiselect-caret,
.pi-question-select-tags-wrapper .multiselect img.pi-multiselect-caret,
.pi-field-wrapper.pi-multiselect-tags .multiselect img.pi-multiselect-caret {
  display: none;
}
.pi-book-select-tags-wrapper .multiselect__content,
.pi-movie-select-tags-wrapper .multiselect__content,
.pi-music-select-tags-wrapper .multiselect__content,
.pi-website-select-tags-wrapper .multiselect__content,
.pi-code-note-select-tags-wrapper .multiselect__content,
.pi-question-select-tags-wrapper .multiselect__content,
.pi-field-wrapper.pi-multiselect-tags .multiselect__content {
  overflow: hidden;
}
.pi-book-select-tags-wrapper .pi-field-wrapper > label,
.pi-movie-select-tags-wrapper .pi-field-wrapper > label,
.pi-music-select-tags-wrapper .pi-field-wrapper > label,
.pi-website-select-tags-wrapper .pi-field-wrapper > label,
.pi-code-note-select-tags-wrapper .pi-field-wrapper > label,
.pi-question-select-tags-wrapper .pi-field-wrapper > label,
.pi-field-wrapper.pi-multiselect-tags .pi-field-wrapper > label {
  margin-bottom: 22px;
  display: block;
}
.pi-book-select-tags-wrapper .pi-form-fields-wrapper,
.pi-movie-select-tags-wrapper .pi-form-fields-wrapper,
.pi-music-select-tags-wrapper .pi-form-fields-wrapper,
.pi-website-select-tags-wrapper .pi-form-fields-wrapper,
.pi-code-note-select-tags-wrapper .pi-form-fields-wrapper,
.pi-question-select-tags-wrapper .pi-form-fields-wrapper,
.pi-field-wrapper.pi-multiselect-tags .pi-form-fields-wrapper {
  margin: 0;
}
.pi-book-select-tags-wrapper li.multiselect__element,
.pi-movie-select-tags-wrapper li.multiselect__element,
.pi-music-select-tags-wrapper li.multiselect__element,
.pi-website-select-tags-wrapper li.multiselect__element,
.pi-code-note-select-tags-wrapper li.multiselect__element,
.pi-question-select-tags-wrapper li.multiselect__element,
.pi-field-wrapper.pi-multiselect-tags li.multiselect__element {
  margin-bottom: 11px !important;
}
.pi-book-select-tags-wrapper .pi-checkboxes__item,
.pi-movie-select-tags-wrapper .pi-checkboxes__item,
.pi-music-select-tags-wrapper .pi-checkboxes__item,
.pi-website-select-tags-wrapper .pi-checkboxes__item,
.pi-code-note-select-tags-wrapper .pi-checkboxes__item,
.pi-question-select-tags-wrapper .pi-checkboxes__item,
.pi-field-wrapper.pi-multiselect-tags .pi-checkboxes__item {
  padding-left: 0 !important;
  min-height: 50px;
}
.pi-book-select-tags-wrapper .pi-checkboxes,
.pi-movie-select-tags-wrapper .pi-checkboxes,
.pi-music-select-tags-wrapper .pi-checkboxes,
.pi-website-select-tags-wrapper .pi-checkboxes,
.pi-code-note-select-tags-wrapper .pi-checkboxes,
.pi-question-select-tags-wrapper .pi-checkboxes,
.pi-field-wrapper.pi-multiselect-tags .pi-checkboxes {
  min-height: 50px;
}
.pi-book-select-tags-wrapper .multiselect__option,
.pi-movie-select-tags-wrapper .multiselect__option,
.pi-music-select-tags-wrapper .multiselect__option,
.pi-website-select-tags-wrapper .multiselect__option,
.pi-code-note-select-tags-wrapper .multiselect__option,
.pi-question-select-tags-wrapper .multiselect__option,
.pi-field-wrapper.pi-multiselect-tags .multiselect__option {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 50px !important;
}
.pi-book-select-tags-wrapper .multiselect__option label,
.pi-book-select-tags-wrapper .multiselect__single label,
.pi-movie-select-tags-wrapper .multiselect__option label,
.pi-movie-select-tags-wrapper .multiselect__single label,
.pi-music-select-tags-wrapper .multiselect__option label,
.pi-music-select-tags-wrapper .multiselect__single label,
.pi-website-select-tags-wrapper .multiselect__option label,
.pi-website-select-tags-wrapper .multiselect__single label,
.pi-code-note-select-tags-wrapper .multiselect__option label,
.pi-code-note-select-tags-wrapper .multiselect__single label,
.pi-question-select-tags-wrapper .multiselect__option label,
.pi-question-select-tags-wrapper .multiselect__single label,
.pi-field-wrapper.pi-multiselect-tags .multiselect__option label,
.pi-field-wrapper.pi-multiselect-tags .multiselect__single label {
  padding: 8px 0 !important;
  margin: 0;
}
.pi-book-select-tags-wrapper .multiselect__content-wrapper,
.pi-movie-select-tags-wrapper .multiselect__content-wrapper,
.pi-music-select-tags-wrapper .multiselect__content-wrapper,
.pi-website-select-tags-wrapper .multiselect__content-wrapper,
.pi-code-note-select-tags-wrapper .multiselect__content-wrapper,
.pi-question-select-tags-wrapper .multiselect__content-wrapper,
.pi-field-wrapper.pi-multiselect-tags .multiselect__content-wrapper {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  position: static !important;
  max-height: none !important;
}
.pi-book-select-tags-wrapper .multiselect__content,
.pi-movie-select-tags-wrapper .multiselect__content,
.pi-music-select-tags-wrapper .multiselect__content,
.pi-website-select-tags-wrapper .multiselect__content,
.pi-code-note-select-tags-wrapper .multiselect__content,
.pi-question-select-tags-wrapper .multiselect__content,
.pi-field-wrapper.pi-multiselect-tags .multiselect__content {
  padding: 0 !important;
  border: none !important;
}
.pi-book-select-tags-wrapper .multiselect__content-wrapper,
.pi-movie-select-tags-wrapper .multiselect__content-wrapper,
.pi-music-select-tags-wrapper .multiselect__content-wrapper,
.pi-website-select-tags-wrapper .multiselect__content-wrapper,
.pi-code-note-select-tags-wrapper .multiselect__content-wrapper,
.pi-question-select-tags-wrapper .multiselect__content-wrapper,
.pi-field-wrapper.pi-multiselect-tags .multiselect__content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.pi-book-select-tags-wrapper ul.multiselect__content[role=listbox],
.pi-book-select-tags-wrapper .multiselect__content[role=listbox],
.pi-movie-select-tags-wrapper ul.multiselect__content[role=listbox],
.pi-movie-select-tags-wrapper .multiselect__content[role=listbox],
.pi-music-select-tags-wrapper ul.multiselect__content[role=listbox],
.pi-music-select-tags-wrapper .multiselect__content[role=listbox],
.pi-website-select-tags-wrapper ul.multiselect__content[role=listbox],
.pi-website-select-tags-wrapper .multiselect__content[role=listbox],
.pi-code-note-select-tags-wrapper ul.multiselect__content[role=listbox],
.pi-code-note-select-tags-wrapper .multiselect__content[role=listbox],
.pi-question-select-tags-wrapper ul.multiselect__content[role=listbox],
.pi-question-select-tags-wrapper .multiselect__content[role=listbox],
.pi-field-wrapper.pi-multiselect-tags ul.multiselect__content[role=listbox],
.pi-field-wrapper.pi-multiselect-tags .multiselect__content[role=listbox] {
  display: flex !important;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0 15px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.pi-book-select-tags-wrapper ul.multiselect__content > li.multiselect__element,
.pi-book-select-tags-wrapper .multiselect__content > li.multiselect__element,
.pi-movie-select-tags-wrapper ul.multiselect__content > li.multiselect__element,
.pi-movie-select-tags-wrapper .multiselect__content > li.multiselect__element,
.pi-music-select-tags-wrapper ul.multiselect__content > li.multiselect__element,
.pi-music-select-tags-wrapper .multiselect__content > li.multiselect__element,
.pi-website-select-tags-wrapper ul.multiselect__content > li.multiselect__element,
.pi-website-select-tags-wrapper .multiselect__content > li.multiselect__element,
.pi-code-note-select-tags-wrapper ul.multiselect__content > li.multiselect__element,
.pi-code-note-select-tags-wrapper .multiselect__content > li.multiselect__element,
.pi-question-select-tags-wrapper ul.multiselect__content > li.multiselect__element,
.pi-question-select-tags-wrapper .multiselect__content > li.multiselect__element,
.pi-field-wrapper.pi-multiselect-tags ul.multiselect__content > li.multiselect__element,
.pi-field-wrapper.pi-multiselect-tags .multiselect__content > li.multiselect__element {
  display: block !important;
  float: none !important;
  width: auto !important;
  flex: 0 0 auto;
  margin-bottom: 0 !important;
  margin-right: 0;
}
.pi-book-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-book-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-movie-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-movie-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-music-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-music-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-website-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-website-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-code-note-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-code-note-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-question-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-question-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-field-wrapper.pi-multiselect-tags .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
.pi-field-wrapper.pi-multiselect-tags .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item {
  width: auto !important;
}
.pi-book-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-book-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-movie-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-movie-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-music-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-music-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-website-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-website-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-code-note-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-code-note-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-question-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-question-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-field-wrapper.pi-multiselect-tags .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
.pi-field-wrapper.pi-multiselect-tags .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label {
  width: auto !important;
}
.pi-book-select-tags-wrapper .multiselect__option label,
.pi-movie-select-tags-wrapper .multiselect__option label,
.pi-music-select-tags-wrapper .multiselect__option label,
.pi-website-select-tags-wrapper .multiselect__option label,
.pi-code-note-select-tags-wrapper .multiselect__option label,
.pi-question-select-tags-wrapper .multiselect__option label,
.pi-field-wrapper.pi-multiselect-tags .multiselect__option label {
  padding: 17px 0 !important;
}
.pi-book-select-tags-wrapper .multiselect,
.pi-movie-select-tags-wrapper .multiselect,
.pi-music-select-tags-wrapper .multiselect,
.pi-website-select-tags-wrapper .multiselect,
.pi-code-note-select-tags-wrapper .multiselect,
.pi-question-select-tags-wrapper .multiselect,
.pi-field-wrapper.pi-multiselect-tags .multiselect {
  width: 100% !important;
  max-width: 100% !important;
}
.pi-book-select-tags-wrapper li.multiselect__element,
.pi-movie-select-tags-wrapper li.multiselect__element,
.pi-music-select-tags-wrapper li.multiselect__element,
.pi-website-select-tags-wrapper li.multiselect__element,
.pi-code-note-select-tags-wrapper li.multiselect__element,
.pi-question-select-tags-wrapper li.multiselect__element,
.pi-field-wrapper.pi-multiselect-tags li.multiselect__element {
  margin-bottom: 0 !important;
}

/* Sentiment diary tags: horizontal checklist on add/edit form only (not filemanager table) */
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal {
  width: 100%;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__tags,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__tags,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__tags,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__tags {
  display: none;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect img.pi-multiselect-caret,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect img.pi-multiselect-caret,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect img.pi-multiselect-caret,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect img.pi-multiselect-caret {
  display: none;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__content,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__content,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content {
  overflow: hidden;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .pi-field-wrapper > label,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .pi-field-wrapper > label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .pi-field-wrapper > label,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .pi-field-wrapper > label {
  margin-bottom: 22px;
  display: block;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .pi-form-fields-wrapper,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .pi-form-fields-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .pi-form-fields-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .pi-form-fields-wrapper {
  margin: 0;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper li.multiselect__element,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal li.multiselect__element {
  margin-bottom: 11px !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .pi-checkboxes__item,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .pi-checkboxes__item {
  padding-left: 0 !important;
  min-height: 50px;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .pi-checkboxes,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .pi-checkboxes,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .pi-checkboxes,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .pi-checkboxes {
  min-height: 50px;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__option,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__option,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 50px !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__option label,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__single label,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option label,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__single label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__option label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__single label,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option label,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__single label {
  padding: 8px 0 !important;
  margin: 0;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__content-wrapper,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__content-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content-wrapper {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  position: static !important;
  max-height: none !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__content,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__content,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content {
  padding: 0 !important;
  border: none !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__content-wrapper,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__content-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper ul.multiselect__content[role=listbox],
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__content[role=listbox],
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal ul.multiselect__content[role=listbox],
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content[role=listbox],
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper ul.multiselect__content[role=listbox],
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__content[role=listbox],
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal ul.multiselect__content[role=listbox],
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content[role=listbox] {
  display: flex !important;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0 15px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper ul.multiselect__content > li.multiselect__element,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__content > li.multiselect__element,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal ul.multiselect__content > li.multiselect__element,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content > li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper ul.multiselect__content > li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__content > li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal ul.multiselect__content > li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content > li.multiselect__element {
  display: block !important;
  float: none !important;
  width: auto !important;
  flex: 0 0 auto;
  margin-bottom: 0 !important;
  margin-right: 0;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item {
  width: auto !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__content .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label {
  width: auto !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__option label,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__option label,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option label {
  padding: 17px 0 !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect {
  width: 100% !important;
  max-width: 100% !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper li.multiselect__element,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal li.multiselect__element {
  margin-bottom: 0 !important;
}
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-select-tags-wrapper .multiselect__option .pi-checkboxes__label.pi-label,
body.get-edit-pi-sentiment-diary-feature .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-select-tags-wrapper .multiselect__option .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new .pi-field-wrapper.pi-sentiment-diary-tag-manager-horizontal .multiselect__option .pi-checkboxes__label.pi-label {
  padding: 0 10px 5px 62px !important;
}
body.get-edit-pi-sentiment-diary-feature ul.multiselect__content[id*=sentiment-diary][id$=-select-tags],
body.get-edit-pi-sentiment-diary-feature #listbox-pi-sentiment-diary-select-tags,
body.dashboard-logs-sentiment-diary-new ul.multiselect__content[id*=sentiment-diary][id$=-select-tags],
body.dashboard-logs-sentiment-diary-new #listbox-pi-sentiment-diary-select-tags {
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
  align-content: flex-start;
  gap: 0 15px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body.get-edit-pi-sentiment-diary-feature ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] > li.multiselect__element,
body.get-edit-pi-sentiment-diary-feature #listbox-pi-sentiment-diary-select-tags > li.multiselect__element,
body.dashboard-logs-sentiment-diary-new ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] > li.multiselect__element,
body.dashboard-logs-sentiment-diary-new #listbox-pi-sentiment-diary-select-tags > li.multiselect__element {
  display: block !important;
  float: none !important;
  width: auto !important;
  flex: 0 0 auto;
  margin-bottom: 0 !important;
  margin-right: 0;
}
body.get-edit-pi-sentiment-diary-feature ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.get-edit-pi-sentiment-diary-feature ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.get-edit-pi-sentiment-diary-feature #listbox-pi-sentiment-diary-select-tags .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.get-edit-pi-sentiment-diary-feature #listbox-pi-sentiment-diary-select-tags .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new #listbox-pi-sentiment-diary-select-tags .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new #listbox-pi-sentiment-diary-select-tags .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__item {
  width: auto !important;
}
body.get-edit-pi-sentiment-diary-feature ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.get-edit-pi-sentiment-diary-feature ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.get-edit-pi-sentiment-diary-feature #listbox-pi-sentiment-diary-select-tags .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.get-edit-pi-sentiment-diary-feature #listbox-pi-sentiment-diary-select-tags .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new ul.multiselect__content[id*=sentiment-diary][id$=-select-tags] .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new #listbox-pi-sentiment-diary-select-tags .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label,
body.dashboard-logs-sentiment-diary-new #listbox-pi-sentiment-diary-select-tags .multiselect__option .pi-checkboxes:not(.pi-radio-checkbox-multiselect__row) .pi-checkboxes__label.pi-label {
  width: auto !important;
  padding: 0 10px 5px 62px !important;
}

.pi-sentiment-diary-mood-wrapper .multiselect__tags,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .multiselect__tags,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .multiselect__tags {
  display: none;
}
.pi-sentiment-diary-mood-wrapper .multiselect img.pi-multiselect-caret,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .multiselect img.pi-multiselect-caret,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .multiselect img.pi-multiselect-caret {
  display: none;
}
.pi-sentiment-diary-mood-wrapper .multiselect__content,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .multiselect__content,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .multiselect__content {
  overflow: hidden;
}
.pi-sentiment-diary-mood-wrapper .pi-field-wrapper > label,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .pi-field-wrapper > label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .pi-field-wrapper > label {
  margin-bottom: 22px;
  display: block;
}
.pi-sentiment-diary-mood-wrapper .pi-form-fields-wrapper,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .pi-form-fields-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .pi-form-fields-wrapper {
  margin: 0;
}
.pi-sentiment-diary-mood-wrapper li.multiselect__element,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper li.multiselect__element,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper li.multiselect__element {
  margin-bottom: 11px !important;
}
.pi-sentiment-diary-mood-wrapper .pi-checkboxes__item,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .pi-checkboxes__item,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .pi-checkboxes__item {
  padding-left: 0 !important;
  min-height: 50px;
}
.pi-sentiment-diary-mood-wrapper .pi-checkboxes,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .pi-checkboxes,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .pi-checkboxes {
  min-height: 50px;
}
.pi-sentiment-diary-mood-wrapper .multiselect__option,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .multiselect__option,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .multiselect__option {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 50px !important;
}
.pi-sentiment-diary-mood-wrapper .multiselect__option label,
.pi-sentiment-diary-mood-wrapper .multiselect__single label,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .multiselect__option label,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .multiselect__single label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .multiselect__option label,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .multiselect__single label {
  padding: 8px 0 !important;
  margin: 0;
}
.pi-sentiment-diary-mood-wrapper .multiselect__content-wrapper,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .multiselect__content-wrapper,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .multiselect__content-wrapper {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  position: static !important;
  max-height: none !important;
}
.pi-sentiment-diary-mood-wrapper .multiselect__content,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .multiselect__content,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .multiselect__content {
  padding: 0 !important;
  border: none !important;
}

#listbox-pi-sentiment-diary-mood li {
  padding: 0 !important;
}

body.get-edit-pi-sentiment-diary-feature #listbox-pi-sentiment-diary-select-tags li,
body.dashboard-logs-sentiment-diary-new #listbox-pi-sentiment-diary-select-tags li {
  padding: 0 !important;
}

.pi-icon-item {
  overflow: hidden;
  min-height: 50px;
}
.pi-icon-item .pi-icon-item-left {
  width: 65px;
  display: block;
  float: left;
}
.pi-icon-item .pi-icon-item-left img {
  margin-top: -8px;
}
.pi-icon-item .pi-icon-item-right {
  width: calc(100% - 65px);
  display: block;
  float: left;
}

/* Sentiment diary mood: icon + label row alignment (checkbox multiselect only) */
.pi-sentiment-diary-mood-wrapper .pi-icon-item,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .pi-icon-item,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .pi-icon-item {
  display: flex;
  align-items: center;
  overflow: visible;
}
.pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-left,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-left,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-left {
  float: none;
  display: flex;
  align-items: center;
}
.pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-left img,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-left img,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-left img {
  margin-top: 0;
  display: block;
}
.pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-right,
body.get-edit-pi-sentiment-diary-feature .pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-right,
body.dashboard-logs-sentiment-diary-new .pi-sentiment-diary-mood-wrapper .pi-icon-item .pi-icon-item-right {
  float: none;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .multiselect__option:not(:has(.pi-checkboxes)):not(:has(.pi-radios)) {
    padding: 2px 10px 5px !important;
  }
  .multiselect__option:has(.pi-checkboxes),
  .multiselect__option:has(.pi-radios) {
    padding: 0 3px 5px !important;
  }
}
.pi-html-wrapper {
  margin-bottom: 11px;
}

/* PiProfile: My PiCosm roles (pi-html); title matches .pi-label blue, list flush left without bullets */
.pi-profile-picosm-roles {
  text-align: left;
}

.pi-profile-picosm-roles-title {
  color: #7fa2c0;
  display: block;
  font-weight: bold;
  margin-bottom: 5.5px;
  text-align: left;
}

ul.pi-profile-picosm-roles-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: left;
}
ul.pi-profile-picosm-roles-list li {
  text-align: left;
}

.pi-profile-photo-wrapper {
  position: relative;
}
.pi-profile-photo-wrapper .pi-profile-photo {
  margin: 22px 0;
}
.pi-profile-photo-wrapper .pi-profile-photo img {
  max-width: 50%;
}

.pi-rating {
  width: 76px;
  height: 76px;
  margin: 11px 0;
}

.pi-rating-hidden {
  opacity: 0;
  display: none;
  transition: all 0.5s;
}

.pi-rating-visible {
  opacity: 1;
  display: block;
  transition: all 0.5s;
}

.invalid-feedback {
  margin: 11px 0;
  text-align: left;
  text-transform: uppercase;
  color: #cc0000;
}

#pi-contacts-requests .progress-wrapper ul,
#pi-contacts-list .progress-wrapper ul {
  display: block !important;
}

.hidden-errors {
  display: none !important;
}

.pi-privacy-settings-wrapper {
  margin-bottom: 11px;
}
.pi-privacy-settings-wrapper button {
  background: #cc0000;
  color: #fff;
  border: solid 1px #cc0000;
  padding: 4px 10px;
  text-transform: uppercase;
}

.privacy-option-dropdown-main-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.privacy-option-dropdown-main-wrapper .privacy-option-dropdown-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  order: 0;
}
.privacy-option-dropdown-main-wrapper .privacy-option-dropdown-right {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}
.privacy-option-dropdown-main-wrapper .pi-privacy-icon {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  max-height: none;
}

.privacy-block {
  margin-bottom: 33px !important;
}

.privacy_hidden {
  display: none;
}

.pi-multiselect-wrapper .pi-inset-text {
  margin: 0;
}

.pi-radios__label {
  padding: 12px 11px 11px;
  line-height: 1rem !important;
  margin: 0 !important;
  font-weight: normal;
}

.pi-radios__label::after {
  background: #7fa2c0 !important;
  border-color: #7fa2c0 !important;
}

.pi-radio-sub-toggles {
  margin-left: 54px;
}

.pi-product-profile-product-markets-wrapper .pi-field-wrapper {
  height: 175px;
  overflow: hidden;
}

.pi-address-picker {
  max-width: 500px;
  /* Field captions only — not .pi-checkboxes__label (context / privacy rows use fixed checkbox padding) */
}
.pi-address-picker .pi-context-controls-wrapper .pi-label {
  padding-left: 65px;
  box-sizing: border-box;
}
.pi-address-picker label.pi-label:not(.pi-checkboxes__label) {
  box-sizing: border-box;
}
.pi-address-picker .multiselect__tags {
  width: 100%;
  max-width: 100% !important;
}
.pi-address-picker .pi-loaded-address-fields .pi-input[id$=-postcode] {
  max-width: 11em !important;
}
.pi-address-picker .pi-loaded-address-fields .pi-input[id$=-district] {
  max-width: 18em !important;
}
.pi-address-picker .pi-loaded-address-fields .pi-input[id$=-town] {
  max-width: 22em !important;
}
.pi-address-picker .pi-loaded-address-fields .pi-input[id$=-county] {
  max-width: 18em !important;
}
.pi-address-picker .lookup_mode .pi-input[id$=-longitude],
.pi-address-picker .lookup_mode .pi-input[id$=-latitude] {
  max-width: 12em !important;
}

.radio-input-wrapper .radio-input-field-wrapper .pi-label,
.radio-input-wrapper .radio-input-field-wrapper .pi-input {
  margin-left: 56px;
}
.radio-input-wrapper .radio-input-field-wrapper .pi-input {
  margin-bottom: 11px;
}

.pi-radios .pi-inset-text {
  margin: 5.5px 15px 11px;
}

@media (max-width: 768px) {
  .pi-mobile-left {
    width: 84%;
    float: left;
  }
  .pi-mobile-right {
    width: 16%;
    float: left;
    text-align: right;
  }
}
.vue-dropzone {
  background: #000 !important;
  border: none !important;
  color: #cccccc !important;
  min-height: none !important;
}

.pi-field-wrapper .dropzone {
  padding: 0 !important;
  min-height: 0 !important;
}

.dropzone .dz-message {
  margin: 33px 0 !important;
  text-align: left !important;
}

.dropzone .dz-message,
.dz-preview,
.dz-progress,
.dz-image {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
  box-shadow: 0 !important;
  background: #000 !important;
}

.pi-dropzone-preview,
.dropzone-custom-content {
  margin-bottom: 11px !important;
}

.dz-image img {
  /*animation time for different browsers*/
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 10s;
  max-width: 250px !important;
  margin-bottom: 5.5px;
  height: auto !important;
  border: none !important;
}

.dz-progress {
  display: none;
}

.pi-super-replicator .inset-text-wrapper {
  display: none;
}
.pi-super-replicator .pi-field-replicator-wrapper {
  margin: 33px -15px 0 !important;
  padding: 0 15px !important;
}

/* Search/keypad — components/pi/Keypad.scss */
.pi-icon-item-right img {
  width: 50px;
  margin-top: -9px;
}

.pi-signup-promo-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 1.25rem;
  margin-top: 24px;
}

.pi-signup-promo-actions__secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  min-height: 100%;
}

.pi-signup-promo-actions__or {
  color: #444;
}

#pi-tab-6 .pi-cart-wrapper {
  margin-bottom: 33px;
}
#pi-tab-6 .table td:nth-child(2),
#pi-tab-6 .table th:nth-child(2) {
  display: none;
}

label[for=pi-accept-terms],
label[label_for=pi-accept-terms] {
  padding-top: 0px;
  padding-left: 32px;
}
label[for=pi-accept-terms] > span,
label[label_for=pi-accept-terms] > span {
  margin-top: -15px;
}

label[for=pi-product-profiles-feature],
label[label_for=pi-product-profiles-feature] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

label[for=pi-account-a-email] {
  color: #7fa2c0 !important;
  font-weight: 700;
  padding: 22px 0;
  margin-bottom: 0 !important;
}

.pi-a-email-wrapper .progress-wrapper ul {
  margin: 0 !important;
}

.other.pi-logged-out .copyright-notice-wrapper .pi-signup-right {
  margin-top: 33px;
}

.warning-popup,
.pending-popup,
.pi-confirm-delete {
  position: fixed;
  left: calc(50% - 200px);
  right: auto;
  width: 400px;
  min-height: 50px;
  text-align: center;
  margin: 0 auto;
  top: calc(50vh - 90px);
  background: #000;
  z-index: 100;
  padding: 33px 15px;
  border-radius: 4px;
  border: solid 1px #444;
}

.warning-popup {
  border: solid 1px #cc0000;
  color: #cc0000;
}

.pending-popup {
  color: #f39325;
  border: solid 1px #f39325;
}

.pi-promocode-wrapper .pi-field-wrapper:before {
  display: none;
}

.multiselect__content {
  padding: 5.5px 0 !important;
}

.pi-multiselect-wrapper,
.pi-input-select-wrapper,
.pi-textarea-wrapper,
.pi-checkbox-input-wrapper,
.pi-medium-text-input-wrapper,
.pi-cart-wrapper,
.pi-checkbox-wrapper,
.pi-promocode-wrapper,
.pi-checkboxes-wrapper,
.pi-a-email-wrapper,
.pi-v-email-wrapper,
.pi-firstname-wrapper,
.pi-middlename-wrapper,
.pi-lastname-wrapper,
.pi-small-text-input-wrapper,
.pi-address-wrapper,
.pi-select-wrapper {
  /* .pi-form-field-wrapper {
      max-width: $iw1;
  } */
}
.pi-multiselect-wrapper .pi-input,
.pi-input-select-wrapper .pi-input,
.pi-textarea-wrapper .pi-input,
.pi-checkbox-input-wrapper .pi-input,
.pi-medium-text-input-wrapper .pi-input,
.pi-cart-wrapper .pi-input,
.pi-checkbox-wrapper .pi-input,
.pi-promocode-wrapper .pi-input,
.pi-checkboxes-wrapper .pi-input,
.pi-a-email-wrapper .pi-input,
.pi-v-email-wrapper .pi-input,
.pi-firstname-wrapper .pi-input,
.pi-middlename-wrapper .pi-input,
.pi-lastname-wrapper .pi-input,
.pi-small-text-input-wrapper .pi-input,
.pi-address-wrapper .pi-input,
.pi-select-wrapper .pi-input {
  max-width: 100% !important;
}

@media (min-width: 597px) {
  .pi-password-wrapper .pi-input,
  .pi-multiselect-wrapper .pi-input,
  .pi-textarea-wrapper .pi-input,
  .pi-checkbox-input-wrapper .pi-input,
  .pi-medium-text-input-wrapper .pi-input,
  .pi-cart-wrapper .pi-input,
  .pi-checkbox-wrapper .pi-input,
  .pi-promocode-wrapper .pi-input,
  .pi-checkboxes-wrapper .pi-input,
  .pi-a-email-wrapper .pi-input,
  .pi-v-email-wrapper .pi-input,
  .pi-address-wrapper .pi-input,
  .pi-select-wrapper .pi-input {
    max-width: 50% !important;
  }
  .pi-medium-text-input-wrapper .pi-input {
    max-width: 100% !important;
  }
  .pi-a-password-wrapper .privacy-option-dropdown-main-wrapper,
  .pi-a-password-wrapper .pi-field-wrapper,
  .pi-v-password-wrapper .privacy-option-dropdown-main-wrapper,
  .pi-v-password-wrapper .pi-field-wrapper,
  .pi-password-wrapper .privacy-option-dropdown-main-wrapper,
  .pi-password-wrapper .pi-field-wrapper {
    max-width: 50% !important;
  }
  .homepage .pi-a-password-wrapper .pi-field-wrapper,
  .homepage .pi-v-password-wrapper .pi-field-wrapper,
  .pi-existing .pi-a-password-wrapper .pi-field-wrapper,
  .pi-existing .pi-v-password-wrapper .pi-field-wrapper {
    max-width: 300px !important;
  }
  .pi-address-wrapper .pi-address-picker .pi-loaded-address-fields .pi-input[id$=-postcode] {
    max-width: 11em !important;
  }
  .pi-address-wrapper .pi-address-picker .pi-loaded-address-fields .pi-input[id$=-district] {
    max-width: 18em !important;
  }
  .pi-address-wrapper .pi-address-picker .pi-loaded-address-fields .pi-input[id$=-town] {
    max-width: 22em !important;
  }
  .pi-address-wrapper .pi-address-picker .pi-loaded-address-fields .pi-input[id$=-county] {
    max-width: 18em !important;
  }
}
@media (min-width: 992px) {
  .pi-checkbox-select-wrapper .pi-field-wrapper,
  .pi-small-text-input-wrapper .pi-field-wrapper {
    max-width: 100%;
  }
  .pi-checkbox-select-wrapper .pi-field-wrapper.no-messages,
  .pi-small-text-input-wrapper .pi-field-wrapper.no-messages {
    max-width: 100%;
  }
  .pi-field-replicator-wrapper .pi-field-wrapper {
    max-width: 100%;
  }
}
::-moz-placeholder {
  color: #cccccc !important;
}
::placeholder {
  color: #cccccc !important;
}

input[type=image] {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  width: auto;
  border-radius: 0;
  -webkit-appearance: none;
}

.svg-icon {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  width: auto;
  border-radius: 0;
  -webkit-appearance: none;
  height: 50px;
}

.progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #000;
  color: #000;
  margin-bottom: 5.5px;
  border-radius: 0;
  height: 5px;
  height: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -1px;
  margin: -1px 2px;
  position: fixed;
  z-index: 10000;
  top: 1px;
  left: 0;
  width: 100%;
}
.progress .bar {
  height: 2px;
  width: 12.5%;
  background-color: #f39325;
  margin: -15px 0;
  animation: progress 5s linear infinite;
  animation-direction: alternate;
}

.form-tab-buttons .progress-wrapper ul {
  margin: 12px 0;
}

.no-messages:before {
  display: none;
}

.no-messages .pi-input-wireframe {
  border: none !important;
}
.no-messages .pi-field-wrapper.year-picker input.pi-input:not(.multiselect__input),
.no-messages .pi-field-wrapper.month-picker input.pi-input:not(.multiselect__input),
.no-messages .pi-field-wrapper.day-picker input.pi-input:not(.multiselect__input),
.no-messages .pi-field-wrapper.hour-picker input.pi-input:not(.multiselect__input),
.no-messages .pi-field-wrapper.minute-picker input.pi-input:not(.multiselect__input),
.no-messages .pi-field-wrapper.period-picker input.pi-input:not(.multiselect__input),
.no-messages .pi-field-wrapper.pi-datepicker-single-wrap input.pi-input:not(.multiselect__input) {
  border: none !important;
}
.no-messages .pi-field-wrapper.year-picker input.pi-input:not(.multiselect__input):focus,
.no-messages .pi-field-wrapper.month-picker input.pi-input:not(.multiselect__input):focus,
.no-messages .pi-field-wrapper.day-picker input.pi-input:not(.multiselect__input):focus,
.no-messages .pi-field-wrapper.hour-picker input.pi-input:not(.multiselect__input):focus,
.no-messages .pi-field-wrapper.minute-picker input.pi-input:not(.multiselect__input):focus,
.no-messages .pi-field-wrapper.period-picker input.pi-input:not(.multiselect__input):focus,
.no-messages .pi-field-wrapper.pi-datepicker-single-wrap input.pi-input:not(.multiselect__input):focus {
  border: none !important;
}
.no-messages #pi-product-profile-availability-yyyy input {
  border: none !important;
}
.no-messages .pi-field-wrapper:before {
  display: none;
}

.vgt-wrap__footer {
  margin-top: 33px;
}

.vgt-responsive {
  scrollbar-color: #000 #cccccc;
  border: solid 2px #444 !important;
}

.dashboard-status .pi-last-saved-wrapper {
  margin-bottom: 0;
}
.dashboard-status .pi-form-fields-wrapper {
  margin: 11px 0;
}

::-webkit-scrollbar {
  height: 22px;
  width: 22px;
  background: #cccccc;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border: solid 1px #fff;
}

/* Super-replicator: Markets/Demographic multiselect — hide default caret */
.pi-super-replicator .pi-sr-field-group-pi-product-profile-product-markets .pi-multiselect-caret,
.pi-super-replicator .pi-sr-field-group-pi-product-profile-product-markets img.pi-multiselect-caret {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}

.pi-product-profile-product-markets-wrapper .multiselect__content-wrapper {
  z-index: 1 !important;
}

.pi-product-profile-product-markets-wrapper .multiselect__tags {
  display: none !important;
}
.pi-product-profile-product-markets-wrapper .multiselect__content {
  background: #000;
  padding: 0 !important;
  border: none !important;
  margin: 22px 0;
}
.pi-product-profile-product-markets-wrapper .multiselect__content li {
  padding: 0 !important;
}
.pi-product-profile-product-markets-wrapper .multiselect__content li:last-child {
  margin-bottom: 0;
}
.pi-product-profile-product-markets-wrapper .multiselect__content-wrapper {
  background: #000 !important;
  display: block !important;
  padding: 0 !important;
  border: none !important;
  max-height: initial !important;
  overflow: hidden;
  top: 0;
}
.pi-product-profile-product-markets-wrapper .multiselect__option {
  padding: 0 !important;
}
.pi-product-profile-product-markets-wrapper .multiselect__element {
  margin-bottom: 11px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #000 !important;
  border: 2px solid #444;
  -webkit-text-fill-color: #cccccc;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #fff;
}

::selection {
  color: #000;
  background: #fff;
}

.pi-fieldset .pi-radios .radio-input-wrapper {
  margin-bottom: 11px;
}
.pi-fieldset .pi-radios .radio-input-wrapper:last-child {
  margin-bottom: 0;
}

.pi-inset-text {
  max-width: 768px;
  border-left: solid 4px #7fa2c0;
  color: #cccccc !important;
  padding: 0;
  background: none;
}

/* .pi-form-fields-wrapper { margin: 0 } is in form.css */
.pi-field-replicator-wrapper .pi-field-wrapper,
.pi-field-replicator-wrapper .pi-form-fields-wrapper {
  margin: 0;
}
.pi-field-replicator-wrapper .add-replicator-field {
  float: left;
  margin-right: 15px;
}
.pi-field-replicator-wrapper span.pi-add-text {
  float: left;
  margin-top: 13px;
  display: block;
}

/* .pi-form-field-wrapper: forms/_fields-layout.scss only; .pi-input borders: forms/_input.scss */
.wizard-tab-content {
  margin: 44px 0;
}

.pi-cart th {
  text-transform: uppercase !important;
}

.pi-cart .table th.pi-cart-col-item,
.pi-cart .table td.pi-cart-col-item {
  text-align: left;
}

.pi-cart .table th.pi-cart-col-price,
.pi-cart .table td.pi-cart-col-price {
  text-align: right;
}

.pi-tab-6 .pi-cart th {
  text-transform: uppercase;
}

.pi-form {
  margin-top: 11px;
}

body:not(.pi-signup-layout) .pi-form h3,
body:not(.pi-signup-layout) .pi-form h4 {
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .pi-form {
    max-width: 848px;
    width: 100%;
  }
}
.pi-product-checkout-wrapper .pi-product-share {
  display: none;
}

@media (min-width: 1200px) {
  .pi-product-checkout-wrapper .pi-form {
    max-width: 100%;
    width: 779px;
    margin: 0 auto;
  }
  .pi-api-buy .pi-product-checkout-wrapper .pi-form,
  .pi-api-buy .api-buy .pi-form {
    width: 100%;
    max-width: 100%;
  }
}
.pi-payment-plan,
.pi-payment-status,
.pi-order-status {
  text-transform: uppercase;
}

.pi-order-items-block {
  line-height: 1.45;
  margin-bottom: 0;
}
.pi-order-items-block .pi-order-items-table {
  margin-bottom: 0;
}
.pi-order-items-block .pi-order-items-table th,
.pi-order-items-block .pi-order-items-table td {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  vertical-align: top;
}
.pi-order-items-block .pi-order-items-table tbody tr:last-child td {
  padding-bottom: 0.35rem;
}

.pi-field-wrapper {
  margin: 0;
}

.sub_input {
  margin-top: 33px;
}

.pi-encrypt-and-save {
  margin-bottom: 33px;
  margin-top: -33px;
  color: #99cc00;
}

.pi-accept-terms-wrapper .pi-checkboxes:not(.multiselect__option .pi-checkboxes):not(.multiselect__content .pi-checkboxes) .pi-label.pi-checkboxes__label,
.pi-form-fields-wrapper .pi-accept-terms-wrapper .pi-checkboxes:not(.multiselect__option .pi-checkboxes):not(.multiselect__content .pi-checkboxes) .pi-label.pi-checkboxes__label {
  padding-top: 13px !important;
}

.pi-form-fields-wrapper .pi-signup-checkout-heyyu-platform-opt-in-wrapper .pi-checkboxes:not(.multiselect__option .pi-checkboxes):not(.multiselect__content .pi-checkboxes) .pi-label.pi-checkboxes__label {
  padding-top: 5px !important;
}

.pi-signup-checkout-heyyu-platform-opt-in-wrapper {
  max-width: 100% !important;
}

body.pi-signup-layout .pi-signup-checkout-billing-address-header,
body.pi-signup-layout .pi-signup-tab-billing-address-header {
  color: #7fa2c0;
  margin-bottom: 22px !important;
}

body.pi-signup-layout .pi-cart {
  margin-bottom: 44px;
}

body.pi-signup-layout .pi-cart h3 {
  display: none;
}

.pi-form-crm .pi-form-fields-wrapper {
  margin-top: 11px;
}

/*
.multiselect__tags,
.multiselect__tags,
.multiselect {
    @extends('.pi-select')
}*/
.pi-product-image-views > div {
  border: 0 !important;
  outline: 0 !important;
}
.pi-product-image-views > div:focus {
  border: 0 !important;
  outline: 0 !important;
}
.pi-product-image-views canvas {
  border: 0 !important;
  outline: 0 !important;
}

/* Signup tab CMS: checkout feature multiselect — full width; avoid flex min-width clipping caption / values */
.pi-signup-tab-checkout-feature-fields-wrapper {
  width: 100%;
  max-width: 100%;
}
.pi-signup-tab-checkout-feature-fields-wrapper .pi-field-wrapper > .pi-form-group > label.pi-label {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  white-space: normal;
  word-break: break-word;
}
.pi-signup-tab-checkout-feature-fields-wrapper .pi-field-wrapper .multiselect__tags {
  height: auto !important;
  min-height: 50px !important;
}
.pi-signup-tab-checkout-feature-fields-wrapper .pi-field-wrapper .multiselect__tags .multiselect__placeholder,
.pi-signup-tab-checkout-feature-fields-wrapper .pi-field-wrapper .multiselect__tags .multiselect__single {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  word-break: break-word;
}
.pi-signup-tab-checkout-feature-fields-wrapper .multiselect__option .pi-checkboxes__label {
  overflow: visible;
  white-space: normal;
  word-break: break-word;
}

.pi-input-wireframe,
.mx-input,
.ti-input {
  width: 100% !important;
  background: #000 !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  transition: all 0.5s;
  padding: 4px 10px;
  height: 50px !important;
}
.pi-input-wireframe:hover, .pi-input-wireframe:focus,
.mx-input:hover,
.mx-input:focus,
.ti-input:hover,
.ti-input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.pi-input-wireframe {
  overflow: hidden;
  cursor: pointer;
}
.pi-input-wireframe label {
  float: left;
  margin: 4px 0 0;
  width: calc(100% - 40px);
  text-transform: uppercase;
}
.pi-input-wireframe img {
  float: right;
  width: 35px;
  height: 35px;
}

.pi-field-wrapper.no-messages .pi-input-wireframe.pi-timepicker-wireframe,
.pi-input-wireframe.pi-timepicker-wireframe {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: solid 2px #444 !important;
  border-radius: 4px !important;
  padding: 5px 44px 5px 5px !important;
  height: 50px !important;
  min-height: 50px !important;
  font-size: 1.125rem !important;
  font-family: inherit !important;
  color: #cccccc !important;
  cursor: pointer;
}
.pi-field-wrapper.no-messages .pi-input-wireframe.pi-timepicker-wireframe label,
.pi-input-wireframe.pi-timepicker-wireframe label {
  float: none;
  display: flex;
  align-items: center;
  align-self: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  margin: 0 !important;
  padding: 3px 5px 0 !important;
  width: auto;
  text-transform: none;
  font-size: 1.125rem !important;
  font-family: inherit !important;
  line-height: 2rem !important;
  color: inherit;
  cursor: pointer;
  box-sizing: border-box !important;
}
.pi-field-wrapper.no-messages .pi-input-wireframe.pi-timepicker-wireframe img.pi-multiselect-caret,
.pi-input-wireframe.pi-timepicker-wireframe img.pi-multiselect-caret {
  float: none;
}
.pi-field-wrapper.no-messages .pi-input-wireframe.pi-timepicker-wireframe:hover,
.pi-input-wireframe.pi-timepicker-wireframe:hover {
  border-color: #fff !important;
  color: #fff !important;
}

.mx-datepicker:has(.pi-timepicker-wireframe) {
  font-size: 1.125rem !important;
  font-family: inherit !important;
}

.mx-datepicker:has(.pi-timepicker-wireframe) .mx-input {
  display: none !important;
}

.mx-datepicker.open .pi-timepicker-wireframe {
  border-color: #fff !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: #fff !important;
}
.mx-datepicker.open .pi-timepicker-wireframe .pi-multiselect-caret {
  transform: translateY(-50%) rotate(180deg);
}

.pi-promocode-wrapper .errors,
.pi-promocode-wrapper input[type=text],
.pi-promocode-wrapper input[type=password],
.pi-lastname-wrapper .errors,
.pi-lastname-wrapper input[type=text],
.pi-lastname-wrapper input[type=password],
.pi-firstname-wrapper .errors,
.pi-firstname-wrapper input[type=text],
.pi-firstname-wrapper input[type=password],
.pi-middlename-wrapper .errors,
.pi-middlename-wrapper input[type=text],
.pi-middlename-wrapper input[type=password],
.pi-v-password-wrapper .errors,
.pi-v-password-wrapper input[type=text],
.pi-v-password-wrapper input[type=password],
.pi-a-password-wrapper .errors,
.pi-a-password-wrapper input[type=text],
.pi-a-password-wrapper input[type=password],
.pi-small-text-input-wrapper .errors,
.pi-small-text-input-wrapper input[type=text],
.pi-small-text-input-wrapper input[type=password] {
  width: 100%;
  max-width: 100% !important;
}

body.other.pi-logged-out:not(.pi-login-layout) .pi-a-password-wrapper #pi-account-a-password,
body.other.pi-logged-out:not(.pi-login-layout) .pi-a-password-wrapper #pi-account-a-password_confirmation,
body.other.pi-logged-out:not(.pi-login-layout) .pi-v-password-wrapper #pi-account-a-password,
body.other.pi-logged-out:not(.pi-login-layout) .pi-v-password-wrapper #pi-account-a-password_confirmation {
  width: 100%;
  max-width: 100% !important;
}

.pi-radios__item {
  outline: 0 !important;
}
.pi-radios__item:hover .pi-label, .pi-radios__item:focus .pi-label {
  border-color: #fff;
}
.pi-radios__item .pi-radios__input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.pi-form-group {
  margin-bottom: 0;
}

.pi-inset-text {
  border-left: none !important;
  padding: 0 !important;
  background: none !important;
}

.Password {
  margin: 0 !important;
}

body:not(.pi-signup-layout) .pi-form h3 {
  word-wrap: break-word;
}

.g8 {
  color: #cccccc !important;
  text-align: left;
}

.multiselect__content li:hover,
.multiselect__content li:focus {
  color: #fff !important;
}
.multiselect__content li:hover *,
.multiselect__content li:hover em,
.multiselect__content li:hover dl,
.multiselect__content li:hover div,
.multiselect__content li:hover label,
.multiselect__content li:hover label::before,
.multiselect__content li:hover label::after,
.multiselect__content li:hover span,
.multiselect__content li:focus *,
.multiselect__content li:focus em,
.multiselect__content li:focus dl,
.multiselect__content li:focus div,
.multiselect__content li:focus label,
.multiselect__content li:focus label::before,
.multiselect__content li:focus label::after,
.multiselect__content li:focus span {
  color: #fff !important;
}

.cell:hover,
.cell:focus {
  color: #fff !important;
}
.cell:hover *,
.cell:hover em,
.cell:hover dl,
.cell:hover div,
.cell:hover label,
.cell:hover label::before,
.cell:hover label::after,
.cell:hover span,
.cell:focus *,
.cell:focus em,
.cell:focus dl,
.cell:focus div,
.cell:focus label,
.cell:focus label::before,
.cell:focus label::after,
.cell:focus span {
  color: #fff !important;
}

.multiselect__element:hover,
.multiselect__element:focus {
  color: #fff !important;
}
.multiselect__element:hover *,
.multiselect__element:hover em,
.multiselect__element:hover dl,
.multiselect__element:hover div,
.multiselect__element:hover label,
.multiselect__element:hover label::before,
.multiselect__element:hover label::after,
.multiselect__element:hover span,
.multiselect__element:focus *,
.multiselect__element:focus em,
.multiselect__element:focus dl,
.multiselect__element:focus div,
.multiselect__element:focus label,
.multiselect__element:focus label::before,
.multiselect__element:focus label::after,
.multiselect__element:focus span {
  color: #fff !important;
}

.vs--searchable .multiselect__input {
  padding: 0 9px 2px !important;
}

.pi-form-save-button-left {
  width: 90px;
  float: left;
}
.pi-form-save-button-left input {
  width: 50px;
  height: auto;
}

.pi-form-type-title {
  font-weight: normal;
}

/* New task / edit task: entry type centered; form title + save on the left (Form.vue) */
.pi-new-task-form-header-row {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 50px;
}
.pi-new-task-form-header-row .pi-form-save-button-left {
  float: none;
  flex: 0 0 auto;
  width: 90px;
}
.pi-new-task-form-header-row .pi-form-save-button-left.pi-new-task-header-save-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: auto;
  max-width: 55%;
  min-width: 0;
}
.pi-new-task-form-header-row .pi-new-task-header-title-by-save {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.pi-new-task-form-header-row .pi-new-task-header-title-by-save .pi-created-on-wrapper,
.pi-new-task-form-header-row .pi-new-task-header-title-by-save .pi-last-saved-wrapper {
  text-align: left;
}
.pi-new-task-form-header-row .pi-new-task-header-form-main-title {
  margin: 0;
  text-align: left;
}
.pi-new-task-form-header-row .pi-new-task-header-entry-type {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pi-new-task-form-header-row .pi-new-task-header-entry-type-icon {
  display: block;
  width: 50px;
  height: auto;
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pi-new-task-form-header-row .pi-form-save-button-right {
  float: none;
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
}
.pi-new-task-form-header-row .pi-form-save-button-right > .row > .col-lg-12 {
  text-align: right;
}
.pi-new-task-form-header-row .pi-form-save-button-right h1 {
  text-align: right;
}

/* Edit task: title field + “new task” control on the right, aligned with input row */
.pi-new-task-title-edit-with-new {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.pi-new-task-title-edit-with-new__field {
  flex: 1 1 auto;
  min-width: 0;
}

.pi-new-task-title-edit-with-new__btn {
  flex: 0 0 auto;
  line-height: 0;
}

.pi-new-task-open-new-icon {
  display: block;
  cursor: pointer;
  vertical-align: bottom;
}

.pi-form-save-button-right {
  float: left;
}

.autosave-wrapper {
  margin-top: 22px;
}

.pi-created-on-wrapper,
.pi-last-saved-wrapper {
  padding-left: 1px;
  display: block;
  margin-top: -8px;
  margin-bottom: -6px;
  font-size: 0.84375rem;
}

.pi-created-on-wrapper {
  margin-bottom: 2px;
}

.pi-territories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.pi-territories-container .pi-territory-item {
  display: inline-flex;
  align-items: center;
  background: #cccccc;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 1.2;
  position: relative;
}
.pi-territories-container .pi-territory-item .pi-country-code {
  font-weight: 600;
  color: #7fa2c0;
  margin-right: 4px;
}
.pi-territories-container .pi-territory-item .pi-country-name {
  color: #7fa2c0;
}
.pi-territories-container .pi-territory-item .pi-region-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #f39325;
  color: #fff;
  padding: 1px 4px;
  border-radius: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pi-territories-container .pi-territory-item:hover {
  border-color: #fff;
  background: rgb(205.02, 205.02, 205.02);
}

/* Admin Features (Manage Features table): thumbnail column — Bootstrap's global `.media`
   is `display:flex` and breaks `td`/`th` layout; vue-good-table also sets inline max-width:none when minWidth is set. */
.pi-table-wrapper .vgt-table th.admin-features-media-col,
.pi-table-wrapper .vgt-table td.admin-features-media-col,
#pi-table-wrapper .vgt-table th.admin-features-media-col,
#pi-table-wrapper .vgt-table td.admin-features-media-col {
  display: table-cell !important;
  width: 72px !important;
  max-width: 72px !important;
  min-width: 64px !important;
  box-sizing: border-box;
  text-align: center !important;
  vertical-align: middle !important;
  overflow: hidden;
}

.pi-table-wrapper .vgt-table td.admin-features-media-col.vgt-left-align,
.pi-table-wrapper .vgt-table th.admin-features-media-col.vgt-left-align,
#pi-table-wrapper .vgt-table td.admin-features-media-col.vgt-left-align,
#pi-table-wrapper .vgt-table th.admin-features-media-col.vgt-left-align {
  text-align: center !important;
}

.pi-table-wrapper .vgt-table td.admin-features-media-col .admin-features-media-cell,
#pi-table-wrapper .vgt-table td.admin-features-media-col .admin-features-media-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.pi-table-wrapper .vgt-table td.admin-features-media-col .admin-features-media-thumb,
#pi-table-wrapper .vgt-table td.admin-features-media-col .admin-features-media-thumb {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  display: block;
}

/* Match #pi-table-wrapper / .pi-table-wrapper (Table.vue, FileManager via pi-table) */
.pi-form-debug .pi-form-debug-tables {
  /* Alternating rows to match .pi-table-wrapper (app.scss) */
}
.pi-form-debug .pi-form-debug-tables .vgt-wrap {
  margin-top: 0;
}
.pi-form-debug .pi-form-debug-tables .vgt-responsive {
  border: solid 1px #000 !important;
}
.pi-form-debug .pi-form-debug-tables table.vgt-table {
  background: transparent;
  border: none;
}
.pi-form-debug .pi-form-debug-tables thead span {
  color: #fff;
}
.pi-form-debug .pi-form-debug-tables thead th {
  vertical-align: top !important;
  padding: 5px;
  background: #444;
  color: #fff;
  border-right: solid 1px #000 !important;
  font-weight: normal;
  text-transform: uppercase;
}
.pi-form-debug .pi-form-debug-tables thead th:last-child {
  border-right: none !important;
}
.pi-form-debug .pi-form-debug-tables .vgt-table tr td {
  padding: 5px;
  background: #000;
  color: #fff;
  border-right: solid 1px #000 !important;
  vertical-align: top !important;
}
.pi-form-debug .pi-form-debug-tables .vgt-table tr td:last-child {
  border-right: none !important;
}
.pi-form-debug .pi-form-debug-tables .vgt-table tr:nth-child(2n+1) td {
  background: #444;
  color: #000;
}

/* Filemanager sales — charts (SalesAdminCharts.vue) aligned with .pi-table-wrapper */
.pi-sales-admin-charts {
  background: #000;
  color: #cccccc;
  border: 1px solid #444;
  padding: 11px 22px;
  margin-bottom: 22px;
}
.pi-sales-admin-charts .pi-sales-range .pi-sales-range-btn {
  position: relative;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid #444;
  background: #000;
  color: #cccccc;
  border-radius: 0;
  margin: 0;
}
.pi-sales-admin-charts .pi-sales-range .pi-sales-range-btn + .pi-sales-range-btn {
  margin-left: -1px;
}
.pi-sales-admin-charts .pi-sales-range .pi-sales-range-btn--active {
  z-index: 1;
  background: #444;
  color: #fff;
  border-color: #99cc00;
}
.pi-sales-admin-charts .pi-sales-stat-card {
  background: #000;
  border: 1px solid #444;
  border-radius: 0;
  padding: 10px 12px;
  min-height: 72px;
}
.pi-sales-admin-charts .pi-sales-stat-label {
  text-transform: uppercase;
  color: #cccccc;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.pi-sales-admin-charts .pi-sales-stat-value {
  font-weight: 600;
  color: #99cc00;
  line-height: 1.2;
}
.pi-sales-admin-charts .pi-sales-chart-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #cccccc;
  margin-bottom: 6px;
}
.pi-sales-admin-charts .pi-sales-line-wrap {
  border: 1px solid #444;
  background: #000;
  padding: 8px 8px 0;
}
.pi-sales-admin-charts .pi-sales-line-chart {
  width: 100%;
  height: 180px;
  display: block;
}
.pi-sales-admin-charts .pi-sales-line-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  color: #cccccc;
  padding: 4px 0 6px;
}
.pi-sales-admin-charts .pi-sales-alltime,
.pi-sales-admin-charts .pi-sales-muted {
  color: #444;
}
.pi-sales-admin-charts .pi-sales-donut-wrap {
  max-width: 200px;
  margin: 0 auto 8px;
}
.pi-sales-admin-charts .pi-sales-donut {
  width: 100%;
  height: auto;
}
.pi-sales-admin-charts .pi-sales-legend {
  color: #cccccc;
}
.pi-sales-admin-charts .pi-sales-legend-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  margin-right: 6px;
  vertical-align: middle;
}

/* Multiselect / single-select dropdown line-height */
.pi-input-wireframe,
.multiselect__option,
.multiselect__option label,
.multiselect__single label,
.multiselect__tags,
.multiselect__placeholder,
.multiselect__tag,
.multiselect__tags,
.multiselect__content li,
.pi-book-select-tags-wrapper .multiselect__option label,
.pi-movie-select-tags-wrapper .multiselect__option label,
.pi-music-select-tags-wrapper .multiselect__option label,
.pi-sentiment-diary-select-tags-wrapper .multiselect__option label,
.pi-website-select-tags-wrapper .multiselect__option label,
.pi-code-note-select-tags-wrapper .multiselect__option label,
.pi-question-select-tags-wrapper .multiselect__option label,
.pi-book-select-tags-wrapper .multiselect__single label,
.pi-movie-select-tags-wrapper .multiselect__single label,
.pi-music-select-tags-wrapper .multiselect__single label,
.pi-sentiment-diary-select-tags-wrapper .multiselect__single label,
.pi-website-select-tags-wrapper .multiselect__single label,
.pi-code-note-select-tags-wrapper .multiselect__single label,
.pi-question-select-tags-wrapper .multiselect__single label,
.pi-book-select-tags-wrapper li.multiselect__element span span,
.pi-movie-select-tags-wrapper li.multiselect__element span span,
.pi-music-select-tags-wrapper li.multiselect__element span span,
.pi-sentiment-diary-select-tags-wrapper li.multiselect__element span span,
.pi-website-select-tags-wrapper li.multiselect__element span span,
.pi-code-note-select-tags-wrapper li.multiselect__element span span,
.pi-question-select-tags-wrapper li.multiselect__element span span,
li.multiselect__element span span {
  line-height: 2rem !important;
}

/* Task Manager API docs page: listmaker-like light chrome ($g2, rounded) */
.pi-tm-api-docs-docs-section {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 2px dotted #444;
}

.pi-tm-api-docs-docs-frame {
  display: block;
  width: 100%;
  min-height: 75vh;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #fff;
}

/* PiTaskCalendarPicker — match PTL dark-styles.scss TimeCalendarPicker (html.dark-theme) */
html.dark-theme .calendar-popup {
  background-color: #000 !important;
  border: 2px solid #444 !important;
  color: #fff !important;
  color-scheme: dark;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.55);
}

html.dark-theme .calendar-header {
  box-sizing: border-box;
  width: calc(100% + 1rem);
  max-width: none;
  margin: -0.5rem -0.5rem 0.5rem -0.5rem;
  padding: 0.5rem 0.5rem 0.25rem;
  border-bottom: 2px solid #444 !important;
}

html.dark-theme .calendar-month-year {
  color: #cccccc !important;
  -webkit-text-fill-color: #cccccc !important;
}

html.dark-theme .calendar-nav {
  filter: invert(1) brightness(1.15);
}

html.dark-theme .calendar-close-button {
  background-color: #000 !important;
  border-color: #cccccc !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.dark-theme .calendar-weekday {
  color: #444 !important;
}

html.dark-theme .calendar-day {
  background-color: #000 !important;
  border-color: #cccccc !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.dark-theme .calendar-day:hover:not(:disabled):not(.empty) {
  background-color: #444 !important;
  border-color: #cccccc !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.dark-theme .calendar-day.empty {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #444 !important;
  -webkit-text-fill-color: #444 !important;
}

html.dark-theme .calendar-day.today {
  border-color: #cccccc !important;
}

html.dark-theme .calendar-day.today:not(.selected):not(.empty) {
  background-color: #444 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.dark-theme .calendar-day.today.empty:not(.selected) {
  border-color: #444 !important;
  background-color: transparent !important;
  color: #444 !important;
  -webkit-text-fill-color: #444 !important;
}

html.dark-theme .calendar-day.selected {
  background-color: #444 !important;
  border-color: #cccccc !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.dark-theme .calendar-day.selected:hover:not(:disabled) {
  background-color: #444 !important;
  border-color: #cccccc !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.dark-theme .calendar-now-button {
  background-color: #000 !important;
  border-color: #cccccc !important;
  color: #fff !important;
}

html.dark-theme .calendar-now-button:hover {
  background-color: #444 !important;
}

.pi-signup-checkout-commerce {
  margin-top: 1rem;
}

body.pi-signup-layout .pi-signup-tab-billing-address-header {
  margin-top: 1rem;
  margin-bottom: 0;
}

body.pi-signup-layout .pi-signup-tab-payment-card-details-header,
body.pi-signup-layout #pi-signup-checkout-payment-card-details-header,
body.pi-signup-layout #pi-signup-checkout-payment-card-details-header .pi-signup-tab-payment-card-details-header {
  margin-top: 33px;
  margin-bottom: 0;
  color: #7fa2c0;
}

body.pi-signup-layout.pi-signup-checkout-heyyu-decline .pi-signup-tab-payment-options-header,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline #pi-signup-tab-checkout-payment-options-header,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline .radio-toggle-pi-signup-checkout-license-mode,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline .pi-signup-checkout-commerce,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline #pi-signup-checkout-commerce-open,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline #pi-signup-checkout-commerce-close,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline #pi-signup-checkout-one-off-open,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline #pi-signup-checkout-one-off-close,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline #pi-signup-checkout-subscribe-wrap {
  display: none !important;
}
body.pi-signup-layout.pi-signup-checkout-heyyu-decline #pi-signup-checkout-one-off-panel,
body.pi-signup-layout.pi-signup-checkout-heyyu-decline #pi-signup-checkout-subscribe-panel {
  display: none !important;
}

.pi-signup-checkout-subscribe-row + .pi-signup-checkout-subscribe-row {
  margin-top: 1rem;
}

.pi-radio-toggle-option__price-line {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding-left: 13px;
  line-height: 1.35;
  color: inherit;
}

.pi-signup-checkout-license-price-item {
  display: block;
}

.pi-signup-checkout-license-price-item--selected .pi-signup-checkout-license-price-item__name {
  display: block;
}

.pi-signup-checkout-license-price-item--selected .pi-signup-checkout-license-price-item__net {
  display: block;
  margin-top: 0.2rem;
}

.pi-signup-checkout-license-price-item + .pi-signup-checkout-license-price-item {
  margin-top: 0.25rem;
}

.pi-signup-checkout-license-price-note {
  display: block;
  margin-top: 0.35rem;
  opacity: 0.9;
}

body.pi-signup-layout .pi-radios__item > .pi-label,
body.pi-signup-form .pi-radios__item > .pi-label {
  font-weight: bold;
}

body.pi-signup-layout em,
body.pi-signup-form em {
  font-style: normal;
}

body.pi-signup-layout .pi-form-tab-help-body ul ul,
body.pi-signup-form .pi-form-tab-help-body ul ul,
body.pi-signup-layout .pi-form .pi-html-wrapper ul ul,
body.pi-signup-form .pi-form .pi-html-wrapper ul ul {
  list-style-type: disc;
}

body.pi-signup-layout .signup-mobile-alltabs-head-row .pi-signup-alltabs-title {
  margin: 0;
  padding: 0;
  border: 0;
}

body.pi-signup-layout .signup-pi-form-header-with-help,
body.pi-signup-layout .signup-mobile-alltabs-head-row {
  justify-content: flex-start;
  align-items: center;
}
body.pi-signup-layout .signup-pi-form-header-with-help > .pi-form-header,
body.pi-signup-layout .signup-pi-form-header-with-help > .pi-signup-alltabs-title,
body.pi-signup-layout .signup-mobile-alltabs-head-row > .pi-form-header,
body.pi-signup-layout .signup-mobile-alltabs-head-row > .pi-signup-alltabs-title {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}
body.pi-signup-layout .signup-pi-form-header-with-help > .signup-mobile-help-head-icon.pi-form-tab-help-icon,
body.pi-signup-layout .signup-mobile-alltabs-head-row > .signup-mobile-help-head-icon.pi-form-tab-help-icon {
  flex: 0 0 auto;
  align-self: center;
  margin-left: 0.375rem;
  padding-top: 0 !important;
  line-height: 0;
  display: inline-flex;
  align-items: center;
}
body.pi-signup-layout .signup-pi-form-header-with-help > .signup-mobile-help-head-icon.pi-form-tab-help-icon img,
body.pi-signup-layout .signup-mobile-alltabs-head-row > .signup-mobile-help-head-icon.pi-form-tab-help-icon img {
  display: block;
}

@media (max-width: 767.98px) {
  body.pi-signup-layout.signup-mobile-compact-help .signup-pi-form-header-with-help > .signup-mobile-help-head-icon.pi-form-tab-help-icon {
    transform: translateY(-6px);
  }
  body.pi-signup-layout.signup-mobile-compact-help .signup-mobile-alltabs-head-row > .signup-mobile-help-head-icon.pi-form-tab-help-icon {
    transform: translateY(-6px);
  }
  body.pi-signup-layout.signup-mobile-compact-help #pi-tab-1.pi-tab--signup-all-sections .signup-mobile-alltabs-head-row > .signup-mobile-help-head-icon.pi-form-tab-help-icon {
    transform: translateY(-23px);
  }
}
.pi-form-fields-wrapper .pi-rating,
.pi-form-save-button .pi-rating {
  width: 75px !important;
  height: 75px !important;
  max-width: 75px !important;
  max-height: 75px !important;
}

.pi-checkout-wrapper .card-fields-section > .row:not(:last-child) {
  margin-bottom: var(--pi-form-field-margin-bottom, 22px);
}
.pi-checkout-wrapper .card-fields-section #pi-customer-card-number,
.pi-checkout-wrapper .card-fields-section #pi-customer-card-expiry,
.pi-checkout-wrapper .card-fields-section #pi-customer-card-cvc,
.pi-checkout-wrapper .card-fields-section #pi-mf-customer-card-number,
.pi-checkout-wrapper .card-fields-section #pi-mf-customer-card-expiry,
.pi-checkout-wrapper .card-fields-section #pi-mf-customer-card-cvc {
  padding-top: 12px !important;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .pi-checkout-wrapper .card-fields-section > .row:last-child > .col-lg-6:first-child {
    margin-bottom: var(--pi-form-field-margin-bottom, 22px);
  }
}

/* PiProduct (pi-product-profile) — light theme readable text (form name, not route body class) */
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-fields-wrapper,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-fields-wrapper,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-fields-wrapper,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-fields-wrapper,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-fields-wrapper {
  --pi-label-color: #000;
}
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-save-button-right h1,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-type-title,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-created-on-wrapper,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-last-saved-wrapper,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-hint,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-inset-text,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-inset-text div,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-html-wrapper,
body.pi-theme-light pi-form[name=pi-product-profile] .credit-options-display,
body.pi-theme-light pi-form[name=pi-product-profile] .credit-options-display h3,
body.pi-theme-light pi-form[name=pi-product-profile] .credit-options-display small,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-fields-wrapper h1,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-fields-wrapper h2,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-fields-wrapper h3,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-fields-wrapper h4,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-fields-wrapper h5,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-header h1,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-header h2,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-header h3,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-header h4,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-form-header h5,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-label,
body.pi-theme-light pi-form[name=pi-product-profile] label.pi-label,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-save-button-right h1,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-type-title,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-created-on-wrapper,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-last-saved-wrapper,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-hint,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-inset-text,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-inset-text div,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-html-wrapper,
body.pi-theme-light.get-edit-pi-product-profiles-feature .credit-options-display,
body.pi-theme-light.get-edit-pi-product-profiles-feature .credit-options-display h3,
body.pi-theme-light.get-edit-pi-product-profiles-feature .credit-options-display small,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-fields-wrapper h1,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-fields-wrapper h2,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-fields-wrapper h3,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-fields-wrapper h4,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-fields-wrapper h5,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-header h1,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-header h2,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-header h3,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-header h4,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-form-header h5,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-label,
body.pi-theme-light.get-edit-pi-product-profiles-feature label.pi-label,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-save-button-right h1,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-type-title,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-created-on-wrapper,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-last-saved-wrapper,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-hint,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-inset-text,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-inset-text div,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-html-wrapper,
body.pi-theme-light.get-new-pi-product-profiles-feature .credit-options-display,
body.pi-theme-light.get-new-pi-product-profiles-feature .credit-options-display h3,
body.pi-theme-light.get-new-pi-product-profiles-feature .credit-options-display small,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-fields-wrapper h1,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-fields-wrapper h2,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-fields-wrapper h3,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-fields-wrapper h4,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-fields-wrapper h5,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-header h1,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-header h2,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-header h3,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-header h4,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-form-header h5,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-label,
body.pi-theme-light.get-new-pi-product-profiles-feature label.pi-label,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-save-button-right h1,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-type-title,
body.pi-theme-light[class*=dashboard-products-edit] .pi-created-on-wrapper,
body.pi-theme-light[class*=dashboard-products-edit] .pi-last-saved-wrapper,
body.pi-theme-light[class*=dashboard-products-edit] .pi-hint,
body.pi-theme-light[class*=dashboard-products-edit] .pi-inset-text,
body.pi-theme-light[class*=dashboard-products-edit] .pi-inset-text div,
body.pi-theme-light[class*=dashboard-products-edit] .pi-html-wrapper,
body.pi-theme-light[class*=dashboard-products-edit] .credit-options-display,
body.pi-theme-light[class*=dashboard-products-edit] .credit-options-display h3,
body.pi-theme-light[class*=dashboard-products-edit] .credit-options-display small,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-fields-wrapper h1,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-fields-wrapper h2,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-fields-wrapper h3,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-fields-wrapper h4,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-fields-wrapper h5,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-header h1,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-header h2,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-header h3,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-header h4,
body.pi-theme-light[class*=dashboard-products-edit] .pi-form-header h5,
body.pi-theme-light[class*=dashboard-products-edit] .pi-label,
body.pi-theme-light[class*=dashboard-products-edit] label.pi-label,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-save-button-right h1,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-type-title,
body.pi-theme-light[class*=dashboard-products-new] .pi-created-on-wrapper,
body.pi-theme-light[class*=dashboard-products-new] .pi-last-saved-wrapper,
body.pi-theme-light[class*=dashboard-products-new] .pi-hint,
body.pi-theme-light[class*=dashboard-products-new] .pi-inset-text,
body.pi-theme-light[class*=dashboard-products-new] .pi-inset-text div,
body.pi-theme-light[class*=dashboard-products-new] .pi-html-wrapper,
body.pi-theme-light[class*=dashboard-products-new] .credit-options-display,
body.pi-theme-light[class*=dashboard-products-new] .credit-options-display h3,
body.pi-theme-light[class*=dashboard-products-new] .credit-options-display small,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-fields-wrapper h1,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-fields-wrapper h2,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-fields-wrapper h3,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-fields-wrapper h4,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-fields-wrapper h5,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-header h1,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-header h2,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-header h3,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-header h4,
body.pi-theme-light[class*=dashboard-products-new] .pi-form-header h5,
body.pi-theme-light[class*=dashboard-products-new] .pi-label,
body.pi-theme-light[class*=dashboard-products-new] label.pi-label {
  color: #000 !important;
}
body.pi-theme-light pi-form[name=pi-product-profile] .pi-checkboxes__label.pi-label > span,
body.pi-theme-light pi-form[name=pi-product-profile] .pi-radios__label.pi-label > span,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-checkboxes__label.pi-label > span,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-radios__label.pi-label > span,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-checkboxes__label.pi-label > span,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-radios__label.pi-label > span,
body.pi-theme-light[class*=dashboard-products-edit] .pi-checkboxes__label.pi-label > span,
body.pi-theme-light[class*=dashboard-products-edit] .pi-radios__label.pi-label > span,
body.pi-theme-light[class*=dashboard-products-new] .pi-checkboxes__label.pi-label > span,
body.pi-theme-light[class*=dashboard-products-new] .pi-radios__label.pi-label > span {
  color: #000 !important;
}
body.pi-theme-light pi-form[name=pi-product-profile] .pi-inset-text a,
body.pi-theme-light.get-edit-pi-product-profiles-feature .pi-inset-text a,
body.pi-theme-light.get-new-pi-product-profiles-feature .pi-inset-text a,
body.pi-theme-light[class*=dashboard-products-edit] .pi-inset-text a,
body.pi-theme-light[class*=dashboard-products-new] .pi-inset-text a {
  color: #000 !important;
}

/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* ==========================================================================
   Form validation & error UI — single source
   ========================================================================== */
/* --- Status message colours --- */
.formError {
  color: #cc0000;
}
.formError .progress-wrapper ul {
  display: block;
}

.formPending {
  color: #f39325;
}

.formRedirect,
.formOk {
  color: #99cc00;
}
.formRedirect .progress-wrapper .bar,
.formOk .progress-wrapper .bar {
  height: 0;
  animation: none;
  display: none;
}

/* --- Inline / legend errors --- */
.errors .alert {
  margin: 44px 0;
}
.errors .error {
  color: #cc0000;
}

.pi-field-error {
  color: #cc0000 !important;
}

.pi-firstname-wrapper .errors .alert-danger,
.pi-middlename-wrapper .errors .alert-danger,
.pi-lastname-wrapper .errors .alert-danger,
.pi-address-wrapper .pi-field-error,
.pi-address-wrapper .pi-address-required-cue.pi-field-error {
  font-weight: 700 !important;
}

.pi-address-wrapper .pi-address-required-cue.pi-field-error {
  display: block;
}

.alert-danger {
  margin: 0 !important;
  padding: 0;
  color: #cc0000;
  background: none;
  border: none;
}

.alert-success {
  padding: 0;
  color: #99cc00;
  background: transparent;
  margin: 0 0 33px;
  border: none;
}

.alert-info {
  padding: 0;
  color: #cccccc;
  background: transparent;
  margin: 0 0 33px;
  border: none;
}

.is-invalid input {
  border-color: #cc0000;
}

/* --- .pi-input error borders --- */
.pi-input.field-error,
.pi-input.is-invalid,
.hasError .pi-input,
.pi-form-fields-wrapper .hasError .pi-input,
.has-typed .hasError .hasError .pi-input:not(#pi-account-a-email) {
  border-color: #cc0000 !important;
  border-width: 2px !important;
  border-style: solid !important;
  border: solid 2px #cc0000 !important;
}
.pi-input.field-error:focus, .pi-input.field-error:hover,
.pi-input.is-invalid:focus,
.pi-input.is-invalid:hover,
.hasError .pi-input:focus,
.hasError .pi-input:hover,
.pi-form-fields-wrapper .hasError .pi-input:focus,
.pi-form-fields-wrapper .hasError .pi-input:hover,
.has-typed .hasError .hasError .pi-input:not(#pi-account-a-email):focus,
.has-typed .hasError .hasError .pi-input:not(#pi-account-a-email):hover {
  border-color: #cc0000 !important;
  border: solid 2px #cc0000 !important;
  box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.25) !important;
}

.has-checkout-error input.pi-input {
  border: solid 1px #cc0000 !important;
}

/* --- Pending / OK input borders --- */
.pi-v-password-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input,
.pi-v-email-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input,
.pi-a-password-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input,
.pi-number-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input {
  border-color: #f39325 !important;
  box-shadow: none !important;
}
.pi-v-password-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input:focus, .pi-v-password-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input:hover,
.pi-v-email-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input:focus,
.pi-v-email-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input:hover,
.pi-a-password-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input:focus,
.pi-a-password-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input:hover,
.pi-number-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input:focus,
.pi-number-wrapper .not-typed .hasPending .pi-field-wrapper .pi-input:hover {
  border-color: #f39325 !important;
  box-shadow: none !important;
}
.pi-v-password-wrapper .has-typed .hasError .pi-field-wrapper,
.pi-v-email-wrapper .has-typed .hasError .pi-field-wrapper,
.pi-a-password-wrapper .has-typed .hasError .pi-field-wrapper,
.pi-number-wrapper .has-typed .hasError .pi-field-wrapper {
  position: relative;
}
.pi-v-password-wrapper .has-typed .hasError .pi-field-wrapper .pi-input,
.pi-v-email-wrapper .has-typed .hasError .pi-field-wrapper .pi-input,
.pi-a-password-wrapper .has-typed .hasError .pi-field-wrapper .pi-input,
.pi-number-wrapper .has-typed .hasError .pi-field-wrapper .pi-input {
  border-color: #cc0000 !important;
  box-shadow: none !important;
}
.pi-v-password-wrapper .has-typed .hasError .pi-field-wrapper .pi-input:focus, .pi-v-password-wrapper .has-typed .hasError .pi-field-wrapper .pi-input:hover,
.pi-v-email-wrapper .has-typed .hasError .pi-field-wrapper .pi-input:focus,
.pi-v-email-wrapper .has-typed .hasError .pi-field-wrapper .pi-input:hover,
.pi-a-password-wrapper .has-typed .hasError .pi-field-wrapper .pi-input:focus,
.pi-a-password-wrapper .has-typed .hasError .pi-field-wrapper .pi-input:hover,
.pi-number-wrapper .has-typed .hasError .pi-field-wrapper .pi-input:focus,
.pi-number-wrapper .has-typed .hasError .pi-field-wrapper .pi-input:hover {
  border-color: #cc0000 !important;
  box-shadow: none !important;
}
.pi-v-password-wrapper .has-typed .hasError .pi-field-wrapper::before,
.pi-v-email-wrapper .has-typed .hasError .pi-field-wrapper::before,
.pi-a-password-wrapper .has-typed .hasError .pi-field-wrapper::before,
.pi-number-wrapper .has-typed .hasError .pi-field-wrapper::before {
  position: absolute;
  content: "";
  background-image: url("/svg/icons/001138-red-cross-icon.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  right: -59px;
  top: 0;
}
.pi-v-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper,
.pi-v-password-wrapper .has-typed .hasOk .pi-field-wrapper,
.pi-v-email-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper,
.pi-v-email-wrapper .has-typed .hasOk .pi-field-wrapper,
.pi-a-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper,
.pi-a-password-wrapper .has-typed .hasOk .pi-field-wrapper,
.pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper,
.pi-number-wrapper .has-typed .hasOk .pi-field-wrapper {
  position: relative;
}
.pi-v-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input,
.pi-v-password-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input,
.pi-v-email-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input,
.pi-v-email-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input,
.pi-a-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input,
.pi-a-password-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input,
.pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input,
.pi-number-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input {
  border-color: #99cc00 !important;
  box-shadow: none !important;
}
.pi-v-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:focus, .pi-v-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:hover,
.pi-v-password-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:focus,
.pi-v-password-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:hover,
.pi-v-email-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:focus,
.pi-v-email-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:hover,
.pi-v-email-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:focus,
.pi-v-email-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:hover,
.pi-a-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:focus,
.pi-a-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:hover,
.pi-a-password-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:focus,
.pi-a-password-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:hover,
.pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:focus,
.pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:hover,
.pi-number-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:focus,
.pi-number-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:hover {
  border-color: #99cc00 !important;
  box-shadow: none !important;
}
.pi-v-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
.pi-v-password-wrapper .has-typed .hasOk .pi-field-wrapper::before,
.pi-v-email-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
.pi-v-email-wrapper .has-typed .hasOk .pi-field-wrapper::before,
.pi-a-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
.pi-a-password-wrapper .has-typed .hasOk .pi-field-wrapper::before,
.pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
.pi-number-wrapper .has-typed .hasOk .pi-field-wrapper::before {
  position: absolute;
  content: "";
  background-image: url("/svg/icons/001137-status-tick-icon.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  right: -59px;
  top: 0;
}

.pi-v-password-wrapper .has-typed .hasError .pi-field-wrapper::before,
.pi-v-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
.pi-v-email-wrapper .has-typed .hasError .pi-field-wrapper::before,
.pi-v-email-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before {
  top: 30px;
}

.pi-a-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before {
  top: 0;
}
.pi-a-password-wrapper .has-typed .hasError .pi-field-wrapper::before {
  top: 0;
}

/* --- Keypad / Pi number validation --- */
.pi-keypad-wrapper .has-typed .pi-field-wrapper::before {
  display: none !important;
}
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError),
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasError {
  position: relative;
}
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError)::before {
  position: absolute;
  content: "";
  background-image: url(/svg/icons/001137-status-tick-icon.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  right: -54px;
  top: 0;
}
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasError::before {
  position: absolute;
  content: "";
  background-image: url("/svg/icons/001138-red-cross-icon.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  right: -54px;
  top: 0;
}
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasPending:not(.hasError) #pi-number.pi-number,
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasPending:not(.hasError) #pi-number.pi-input {
  border-color: #f39325 !important;
  border-width: 2px !important;
  border-style: solid !important;
  box-shadow: 0 0 0 2px rgba(243, 147, 37, 0.35) !important;
}
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasPending:not(.hasError) #pi-number.pi-number:focus, .pi-keypad-wrapper .has-typed .pi-determinator > div.hasPending:not(.hasError) #pi-number.pi-number:hover,
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasPending:not(.hasError) #pi-number.pi-input:focus,
.pi-keypad-wrapper .has-typed .pi-determinator > div.hasPending:not(.hasError) #pi-number.pi-input:hover {
  border-color: #f39325 !important;
  box-shadow: 0 0 0 2px rgba(243, 147, 37, 0.35) !important;
}

.pi-number-wrapper .hasPending:not(.hasError) #pi-number.pi-number,
.pi-number-wrapper .hasPending:not(.hasError) #pi-number.pi-input {
  border-color: #f39325 !important;
  border-width: 2px !important;
  border-style: solid !important;
  box-shadow: 0 0 0 2px rgba(243, 147, 37, 0.35) !important;
}
.pi-number-wrapper .hasPending:not(.hasError) #pi-number.pi-number:focus, .pi-number-wrapper .hasPending:not(.hasError) #pi-number.pi-number:hover,
.pi-number-wrapper .hasPending:not(.hasError) #pi-number.pi-input:focus,
.pi-number-wrapper .hasPending:not(.hasError) #pi-number.pi-input:hover {
  border-color: #f39325 !important;
  box-shadow: 0 0 0 2px rgba(243, 147, 37, 0.35) !important;
}
.pi-number-wrapper .hasOk.hasError #pi-number,
.pi-number-wrapper .hasError #pi-number {
  border: solid 1px #cc0000 !important;
}
.pi-number-wrapper .hasOk.hasError .pi-field-wrapper,
.pi-number-wrapper .hasError .pi-field-wrapper {
  position: relative;
}
.pi-number-wrapper .hasOk.hasError .pi-field-wrapper .pi-input,
.pi-number-wrapper .hasError .pi-field-wrapper .pi-input {
  border-color: #cc0000 !important;
  box-shadow: none !important;
}
.pi-number-wrapper .hasOk.hasError .pi-field-wrapper .pi-input:focus, .pi-number-wrapper .hasOk.hasError .pi-field-wrapper .pi-input:hover,
.pi-number-wrapper .hasError .pi-field-wrapper .pi-input:focus,
.pi-number-wrapper .hasError .pi-field-wrapper .pi-input:hover {
  border-color: #cc0000 !important;
  box-shadow: none !important;
}
.pi-number-wrapper .hasOk.hasError .pi-field-wrapper::before,
.pi-number-wrapper .hasError .pi-field-wrapper::before {
  position: absolute;
  content: "";
  background-image: url("/svg/icons/001138-red-cross-icon.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  right: -44px;
  top: 31px;
}

/* --- Field-type wrappers --- */
.pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-line-1"],
.pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-town"],
.pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-postcode"] {
  border-color: #cc0000 !important;
  box-shadow: none !important;
}
.pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-line-1"]:focus, .pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-line-1"]:hover,
.pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-town"]:focus,
.pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-town"]:hover,
.pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-postcode"]:focus,
.pi-address-wrapper .hasError input.pi-input[id="pi-account-address[0]-postcode"]:hover {
  border-color: #cc0000 !important;
  box-shadow: none !important;
}

.pi-radio-toggle-input-wrapper .has-typed .radio-input-field-wrapper .hasError .pi-input,
.pi-checkbox-input-wrapper .has-typed .hasError .sub_input .pi-input,
.pi-textarea-wrapper .has-typed .hasError .pi-input,
.get-edit-pi-product-profiles-feature .has-typed .hasError .pi-input,
.pi-field-replicator-field .has-typed .hasError .pi-input {
  border: solid 1px #cc0000 !important;
}

.pi-checkbox-input-wrapper .has-typed .hasError .sub_input .pi-input {
  margin-bottom: 11px;
}

.pi-logged-in .has-typed .hasError .pi-input:not(#pi-account-a-email) {
  border: solid 1px #cc0000 !important;
  margin-bottom: 11px;
}

/* --- Super-replicator --- */
.pi-field-replicator-wrapper.hasPending {
  transition: all 0.5s;
  opacity: 0.3;
}

.pi-field-replicator-wrapper.hasError {
  transition: all 0.5s;
  opacity: 0.8;
}
.pi-field-replicator-wrapper.hasError .pi-input {
  border-color: #cc0000 !important;
}

.pi-field-replicator-wrapper.hasOK {
  transition: all 0.5s;
  opacity: 0.8;
}
.pi-field-replicator-wrapper.hasOK .pi-input {
  border-color: #99cc00 !important;
}

.pi-field-replicator-field .formOk,
.pi-field-replicator-field .formPending {
  display: none !important;
}
.pi-field-replicator-field .formError ul {
  display: block !important;
}
.pi-field-replicator-field .formError ul li {
  display: block !important;
}

/* --- Signup / checkout validation focus --- */
.pi-form[data-form-type=signup] .has-typed .hasError input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):focus,
.pi-form[data-form-type=signup] .has-typed .hasError textarea:focus,
.pi-form[data-form-type=signup] .has-typed .hasError select:focus,
.pi-form[data-form-type=signup] .has-typed .hasError .pi-input:focus,
.pi-form[data-form-type=signup] .has-typed .hasError .hasError input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):focus,
.pi-form[data-form-type=signup] .has-typed .hasError .hasError textarea:focus,
.pi-form[data-form-type=signup] .has-typed .hasError .hasError select:focus,
.pi-form[data-form-type=signup] .has-typed .hasError .hasError .pi-input:focus {
  border-color: #cc0000 !important;
  border: solid 2px #cc0000 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.pi-form[data-form-type=signup] .has-typed .hasOk input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):focus,
.pi-form[data-form-type=signup] .has-typed .hasOk textarea:focus,
.pi-form[data-form-type=signup] .has-typed .hasOk select:focus,
.pi-form[data-form-type=signup] .has-typed .hasOk .pi-input:focus,
.pi-form[data-form-type=signup] .has-typed .hasOk .hasOk input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):focus,
.pi-form[data-form-type=signup] .has-typed .hasOk .hasOk textarea:focus,
.pi-form[data-form-type=signup] .has-typed .hasOk .hasOk select:focus,
.pi-form[data-form-type=signup] .has-typed .hasOk .hasOk .pi-input:focus {
  border-color: #99cc00 !important;
  border: solid 2px #99cc00 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.pi-form[data-form-type=signup] .not-typed .hasPending input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):focus,
.pi-form[data-form-type=signup] .not-typed .hasPending textarea:focus,
.pi-form[data-form-type=signup] .not-typed .hasPending select:focus,
.pi-form[data-form-type=signup] .not-typed .hasPending .pi-input:focus,
.pi-form[data-form-type=signup] .has-typed .hasPending input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):focus,
.pi-form[data-form-type=signup] .has-typed .hasPending textarea:focus,
.pi-form[data-form-type=signup] .has-typed .hasPending select:focus,
.pi-form[data-form-type=signup] .has-typed .hasPending .pi-input:focus {
  border-color: #f39325 !important;
  border: solid 2px #f39325 !important;
  box-shadow: 0 0 0 2px rgba(243, 147, 37, 0.35) !important;
  outline: 0 !important;
}
.pi-form[data-form-type=signup] .has-typed .hasError input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:focus,
.pi-form[data-form-type=signup] .has-typed .hasError .hasError input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  border-color: #cc0000 !important;
  border: 2px solid #cc0000 !important;
  box-shadow: 0 0 0 1000px #000 inset !important;
}
.pi-form[data-form-type=signup] .has-typed .hasOk input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:focus,
.pi-form[data-form-type=signup] .has-typed .hasOk .hasOk input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  border-color: #99cc00 !important;
  border: 2px solid #99cc00 !important;
  box-shadow: 0 0 0 1000px #000 inset !important;
}
.pi-form[data-form-type=signup] .not-typed .hasPending input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:focus,
.pi-form[data-form-type=signup] .has-typed .hasPending input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  border-color: #f39325 !important;
  border: 2px solid #f39325 !important;
  box-shadow: 0 0 0 1000px #000 inset !important;
}

.pi-form[data-form-type=signup] .pi-field-wrapper > .StripeElement.pi-input.hasPending,
.pi-form[data-form-type=checkout] .pi-field-wrapper > .StripeElement.pi-input.hasPending {
  border-color: #f39325 !important;
  border: solid 2px #f39325 !important;
  box-shadow: 0 0 0 2px rgba(243, 147, 37, 0.35) !important;
}

.pi-form[data-form-type=signup] .pi-field-wrapper > .StripeElement.pi-input.hasOk,
.pi-form[data-form-type=checkout] .pi-field-wrapper > .StripeElement.pi-input.hasOk {
  border-color: #99cc00 !important;
  border: solid 2px #99cc00 !important;
  box-shadow: none !important;
}

.pi-form[data-form-type=signup] .pi-field-wrapper > .StripeElement.pi-input.hasError,
.pi-form[data-form-type=checkout] .pi-field-wrapper > .StripeElement.pi-input.hasError {
  border-color: #cc0000 !important;
  border: solid 2px #cc0000 !important;
  box-shadow: none !important;
}

/* --- Login form: suppress validation chrome --- */
.pi-form[data-form-type=login] .pi-number-wrapper .pi-field-wrapper::before {
  display: none !important;
  content: none !important;
}
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper #pi-number.pi-number,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper #pi-number.pi-input,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper #pi-number.pi-number,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper #pi-number.pi-input {
  border-color: #444 !important;
  box-shadow: none !important;
}
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:focus, .pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper .pi-input:hover,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper #pi-number.pi-number:focus,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper #pi-number.pi-number:hover,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper #pi-number.pi-input:focus,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .pi-field-wrapper #pi-number.pi-input:hover,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:focus,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper .pi-input:hover,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper #pi-number.pi-number:focus,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper #pi-number.pi-number:hover,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper #pi-number.pi-input:focus,
.pi-form[data-form-type=login] .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper #pi-number.pi-input:hover {
  border-color: #444 !important;
  box-shadow: none !important;
}

.pi-form[data-form-type=login] .pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError)::before,
.pi-form[data-form-type=login] .pi-keypad-wrapper .has-typed .pi-determinator > div.hasError::before {
  display: none !important;
  content: none !important;
}
.pi-form[data-form-type=login] .pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError) #pi-number.pi-number,
.pi-form[data-form-type=login] .pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError) #pi-number.pi-input {
  border-color: #444 !important;
  box-shadow: none !important;
}
.pi-form[data-form-type=login] .pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError) #pi-number.pi-number:focus, .pi-form[data-form-type=login] .pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError) #pi-number.pi-number:hover,
.pi-form[data-form-type=login] .pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError) #pi-number.pi-input:focus,
.pi-form[data-form-type=login] .pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError) #pi-number.pi-input:hover {
  border-color: #444 !important;
  box-shadow: none !important;
}

.pi-form[data-form-type=login] .pi-a-password-wrapper .pi-field-wrapper::before,
.pi-form[data-form-type=login] .pi-a-password-wrapper .hasOk::before,
.pi-form[data-form-type=login] .pi-a-password-wrapper .hasError::before {
  display: none !important;
  content: none !important;
}
.pi-form[data-form-type=login] .pi-a-password-wrapper.hasError input.pi-input, .pi-form[data-form-type=login] .pi-a-password-wrapper.hasError #pi-account-a-password,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasOk .pi-input,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasOk #pi-account-a-password,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasError .pi-input,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasError #pi-account-a-password {
  border-color: #444 !important;
  border: solid 2px #444 !important;
  box-shadow: none !important;
}
.pi-form[data-form-type=login] .pi-a-password-wrapper.hasError input.pi-input:focus, .pi-form[data-form-type=login] .pi-a-password-wrapper.hasError input.pi-input:hover, .pi-form[data-form-type=login] .pi-a-password-wrapper.hasError #pi-account-a-password:focus, .pi-form[data-form-type=login] .pi-a-password-wrapper.hasError #pi-account-a-password:hover,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasOk .pi-input:focus,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasOk .pi-input:hover,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasOk #pi-account-a-password:focus,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasOk #pi-account-a-password:hover,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasError .pi-input:focus,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasError .pi-input:hover,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasError #pi-account-a-password:focus,
.pi-form[data-form-type=login] .pi-a-password-wrapper .has-typed .hasError #pi-account-a-password:hover {
  border-color: #444 !important;
  border: solid 2px #444 !important;
  box-shadow: none !important;
}

/* --- Progress bars --- */
.progress-wrapper {
  margin-top: 11px;
  margin-bottom: 11px;
  text-align: left;
}
.progress-wrapper ul {
  margin: -5px 0 3px;
  padding: 0;
}

.progress.progress-ERROR .bar {
  background-color: #cc0000 !important;
}

.progress.progress-REDIRECT .bar,
.progress.progress-OK .bar {
  background-color: #99cc00 !important;
}

td .progress-wrapper,
td .formPending .progress-wrapper,
td .formPending .progress,
table td .progress-wrapper .progress,
.vgt-table td .progress-wrapper,
.vgt-table td .formPending .progress-wrapper,
.vgt-table td .formPending .progress,
.vgt-table td .progress-wrapper .progress {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
}

td .progress,
table td .progress,
.vgt-table td .progress {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
  z-index: auto !important;
}

/* --- Legend / context margins --- */
.pi-form-legend-errors {
  margin-bottom: 44px;
}

.homepage .pi-form-legend-errors,
.pi-existing .pi-form-legend-errors,
.pi-api-buy .pi-form-legend-errors {
  margin-bottom: 0;
}

.privacy-block .pi-form-legend-errors,
.dashboard-profile .pi-form-legend-errors {
  margin-bottom: 0 !important;
}

.pi-form-save-button .pi-form-legend-errors {
  margin: 19px 0;
}

.pi-checkout-wrapper .pi-form-legend-errors {
  margin-bottom: -42px !important;
}

.pi-address-picker .pi-form-legend-errors {
  display: none;
}

.pi-get-checkout .pi-account-new-email-wrapper .errors {
  margin-bottom: 11px;
}

#pi-account-features-toggle .pi-form-legend-errors,
#pi-account-admin-dev-features-toggle .pi-form-legend-errors,
#pi-account-beta-features-toggle .pi-form-legend-errors {
  display: none;
}

.pi-logged-out .pi-signup-right .formOk {
  display: none;
}

.pi-logged-out #pi-tab-7 .pi-html-wrapper,
.pi-logged-out #pi-tab-7 .pi-form-legend-errors {
  margin-bottom: 0 !important;
}
.pi-logged-out #pi-tab-7 .formOk {
  display: block !important;
}

#pi-tab-7 .formError .progress-wrapper ul,
#pi-tab-7 .formOk .progress-wrapper ul {
  display: block !important;
  margin: 7px 0 0;
}

.pi-get-checkout .formOk .progress-wrapper,
.pi-get-checkout .formPending .progress-wrapper,
.pi-get-checkout .formError .progress-wrapper,
.pi-api-buy .formOk .progress-wrapper,
.pi-api-buy .formPending .progress-wrapper,
.pi-api-buy .formError .progress-wrapper {
  display: block !important;
}
.pi-get-checkout .formOk .progress-wrapper ul,
.pi-get-checkout .formOk .progress-wrapper .progress,
.pi-get-checkout .formPending .progress-wrapper ul,
.pi-get-checkout .formPending .progress-wrapper .progress,
.pi-get-checkout .formError .progress-wrapper ul,
.pi-get-checkout .formError .progress-wrapper .progress,
.pi-api-buy .formOk .progress-wrapper ul,
.pi-api-buy .formOk .progress-wrapper .progress,
.pi-api-buy .formPending .progress-wrapper ul,
.pi-api-buy .formPending .progress-wrapper .progress,
.pi-api-buy .formError .progress-wrapper ul,
.pi-api-buy .formError .progress-wrapper .progress {
  display: block !important;
}
.pi-get-checkout .formOk .progress-wrapper ul li,
.pi-get-checkout .formOk .progress-wrapper .progress li,
.pi-get-checkout .formPending .progress-wrapper ul li,
.pi-get-checkout .formPending .progress-wrapper .progress li,
.pi-get-checkout .formError .progress-wrapper ul li,
.pi-get-checkout .formError .progress-wrapper .progress li,
.pi-api-buy .formOk .progress-wrapper ul li,
.pi-api-buy .formOk .progress-wrapper .progress li,
.pi-api-buy .formPending .progress-wrapper ul li,
.pi-api-buy .formPending .progress-wrapper .progress li,
.pi-api-buy .formError .progress-wrapper ul li,
.pi-api-buy .formError .progress-wrapper .progress li {
  display: block !important;
}

.pi-dropzone-wrapper .formOk {
  display: none !important;
}
.pi-dropzone-wrapper .formPending .progress-wrapper,
.pi-dropzone-wrapper .formOk .progress-wrapper {
  margin-top: 5.5px;
}
.pi-dropzone-wrapper .formPending .progress-wrapper ul,
.pi-dropzone-wrapper .formOk .progress-wrapper ul {
  display: block;
}

.pi-existing .progress-wrapper {
  margin: 11px 0 0;
}
.pi-existing .progress-wrapper ul {
  margin: 0;
}

.homepage .pi-number-wrapper .has-typed .pi-field-wrapper::before,
.pi-existing .pi-number-wrapper .has-typed .pi-field-wrapper::before {
  display: none !important;
}

.homepage .pi-number-wrapper .has-typed .hasError .pi-field-wrapper::before,
.pi-existing .pi-number-wrapper .has-typed .hasError .pi-field-wrapper::before,
.pi-api-buy .pi-number-wrapper .has-typed .hasError .pi-field-wrapper::before {
  top: 0 !important;
}
.homepage .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
.pi-existing .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
.pi-api-buy .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before {
  display: none;
}

.homepage .alert-danger,
.pi-existing .alert-danger {
  max-width: 289px;
}
.homepage .hasOk .pi-field-wrapper:before,
.pi-existing .hasOk .pi-field-wrapper:before {
  top: 0;
}

.pi-3d-default-orientation-wrapper input[type=image].hasError,
.pi-3d-default-orientation-wrapper img.hasError {
  border: solid 1px #cc0000;
  -webkit-animation: pulse 1.5s infinite;
}

.get-pi-account .pi-inset-wrapper {
  margin-top: 22px;
}

/* --- Responsive --- */
@media (max-width: 597px) {
  .pi-v-password-wrapper .has-typed .hasError .pi-field-wrapper::before,
  .pi-v-email-wrapper .has-typed .hasError .pi-field-wrapper::before,
  .pi-a-password-wrapper .has-typed .hasError .pi-field-wrapper::before,
  .pi-number-wrapper .has-typed .hasError .pi-field-wrapper::before {
    right: -53px;
  }
  .pi-v-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
  .pi-v-email-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
  .pi-a-password-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before,
  .pi-number-wrapper .has-typed .hasOk .hasOk .pi-field-wrapper::before {
    right: -53px;
  }
  .pi-keypad-wrapper .has-typed .pi-determinator > div.hasOk:not(.hasError)::before {
    right: -54px;
  }
  .pi-keypad-wrapper .has-typed .pi-determinator > div.hasError::before {
    right: -53px;
  }
}
body.pi-signup-layout .pi-v-password-wrapper .has-typed .hasOk .pi-field-wrapper::before,
body.pi-signup-layout .pi-v-email-wrapper .has-typed .hasOk .pi-field-wrapper::before {
  top: 21px;
}

@media (min-width: 1200px) {
  .pi-logged-out.sticky .progress {
    top: 1px !important;
  }
}
/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* ==========================================================================
   Buttons — single source
   ========================================================================== */
/* --- Reboot (native button reset) --- */
button {
  margin: 0;
  border-radius: 0;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
}

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

[role=button] {
  cursor: pointer;
}

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

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

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

/* --- Pi form buttons (.pi-button) --- */
.pi-button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
  background: #000;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-top: 22px;
}
.pi-button:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 2px;
}
.pi-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pi-button--secondary {
  background: #cccccc;
  color: #000;
}
.pi-button--secondary:hover:not(:disabled) {
  background: #cccccc;
}

.pi-button--start {
  line-height: 1.25;
}

a.pi-button {
  background: #99cc00;
  color: #fff;
  border: solid 1px #99cc00;
  padding: 11px 15px;
  margin: 0 15px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: none;
}
a.pi-button:focus, a.pi-button:hover {
  background: #99cc00;
  color: #fff;
  border: solid 1px #99cc00;
}

header#pi-header .pi-form-group,
header#pi-header .pi-button {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.pi-search-wrapper .pi-button {
  display: none;
}

/* --- Bootstrap-style .btn --- */
.btn-1 {
  background: #99cc00;
  color: #000 !important;
  text-transform: uppercase;
  border: solid 1px #99cc00;
  border-radius: 4px;
  min-height: 50px;
  min-width: 100px;
  line-height: 2rem;
  text-decoration: none;
  font-weight: bold;
}

.btn-2 {
  background: #cc0000;
  color: #fff !important;
  text-transform: uppercase;
  border: solid 1px #cc0000;
  border-radius: 4px;
  min-height: 50px;
  min-width: 100px;
  line-height: 2rem;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #fff !important;
  border-radius: 4px !important;
}

.btn-signup {
  margin-top: 10px;
}

.other .btn-signup {
  display: none;
}

/* --- Image / icon action buttons --- */
.btn-search {
  cursor: pointer !important;
}

.pi-form-button {
  cursor: pointer;
  width: 80px;
  height: 50px;
}

.pi-form-button.disabled,
.pi-form-button-hidden {
  opacity: 0.3;
  transition: all 0.5s;
}

.pi-form-save-button .pi-form-button,
.pi-form-save-button-left .pi-form-button {
  height: 80px;
}
.pi-form-save-button input[type=image],
.pi-form-save-button-left input[type=image] {
  width: 80px !important;
}

#pi-header .pi-form-button {
  margin-top: -12px !important;
}

.pi-search-wrapper #pi-search .pi-form-button {
  width: 50px;
  height: 50px;
  margin-left: 0;
}
.pi-search-wrapper #pi-search .pi-form-button.disabled {
  opacity: 0.9;
  cursor: disabled;
}

.promocode-button {
  display: block;
}

.change_upload {
  display: block;
  margin-bottom: 11px;
  cursor: pointer;
}

.pi-small-button {
  width: 38px;
  height: 38px;
  margin: -8px 0 5.5px;
}

.pi-product-more-button {
  display: block !important;
  float: right !important;
  width: 55px !important;
  height: 55px !important;
  margin-right: 0 !important;
}
.pi-product-more-button img {
  width: 55px !important;
  height: 55px !important;
}

/* --- Signup / promo buttons --- */
.pi-signup-buy-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
}
.pi-signup-buy-button:disabled, .pi-signup-buy-button[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(60%);
}
.pi-signup-buy-button .pi-payment-button {
  display: block;
  width: auto;
  height: 50px;
  max-width: none;
}

.pi-signup-trial-link {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  vertical-align: baseline;
}
.pi-signup-trial-link:hover, .pi-signup-trial-link:focus, .pi-signup-trial-link.focus, .pi-signup-trial-link:active {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: inherit !important;
}
.pi-signup-trial-link:focus-visible {
  outline-color: currentColor;
  outline-offset: 3px;
}
.pi-signup-trial-link.disabled, .pi-signup-trial-link[disabled], .pi-signup-trial-link.disabled:hover, .pi-signup-trial-link[disabled]:hover {
  opacity: 0.65;
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.form-tab-buttons {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.form-tab-button-9:not(:disabled),
.form-tab-button-8:not(:disabled),
.form-tab-button-7:not(:disabled),
.form-tab-button-4:not(:disabled) {
  opacity: 1 !important;
}

.pi-tag-search-results.pi-logged-out .pi-signup-button,
.pi-password-reset .pi-signup-button,
.pi-registration-successful .pi-signup-button {
  display: none;
}

.enable_cookies .pi-signup-button,
.enable_cookies .pi-search-wrapper {
  display: none;
}

/* --- Cookie consent --- */
.js-cookie-consent-agree {
  background: #99cc00;
  border: solid 1px #99cc00;
  color: #000;
  border-radius: 5px;
  padding: 10px 81px;
  font-weight: bold;
  margin-bottom: 22px;
  cursor: pointer;
}

/* --- Back to top --- */
.back-to-top-wrapper {
  margin-bottom: 20px;
  text-align: left;
}
.back-to-top-wrapper img {
  width: 75px !important;
}

@media (min-width: 992px) {
  .sticky-large .back-to-top-wrapper {
    position: fixed;
    left: 15px;
    bottom: 0;
    margin-bottom: 22px;
  }
}
.pi-entity-profile .back-to-top-wrapper {
  text-align: left;
  margin-left: 70px;
}

.pi-entity-profile .copyright-notice-wrapper .container .back-to-top-wrapper,
.pi-product-profile .copyright-notice-wrapper .container .back-to-top-wrapper {
  text-align: left;
}

.pi-tag-search-results.pi-logged-out .back-to-top-wrapper,
.pi-password-reset .back-to-top-wrapper,
.pi-registration-successful .back-to-top-wrapper {
  display: none;
}

/* --- Back to menu --- */
.back-to-menu-wrapper {
  text-align: right;
}
.back-to-menu-wrapper img {
  transition: all 0.5s;
  margin-top: 28px;
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .back-to-menu-wrapper {
    display: none;
  }
}
/* --- Keypad control buttons --- */
#pi-keypad a.btn-reset:focus,
#pi-keypad a.btn-delete:focus {
  outline: 0 !important;
}
#pi-keypad a.btn-delete.hovered g path:last-child,
#pi-keypad a.btn-reset.hovered g path:last-child {
  stroke: initial;
}
#pi-keypad a.btn-delete.hovered g path:nth-child(4),
#pi-keypad a.btn-reset.hovered g path:nth-child(4) {
  stroke: #f39325;
}

/* --- Mustdash menu buttons --- */
.mustdash-menu .btn-icon,
.mustdash-menu .btn-arrow {
  width: var(--mustdash-menu-image-width) !important;
  height: var(--mustdash-menu-image-height) !important;
  flex-shrink: 0;
}

.mustdash-menu .btn-icon {
  transform: translateY(5px);
}

.mustdash-menu .dropdown-btn {
  cursor: pointer !important;
}

/* --- Task Manager API docs (MustDash filters) --- */
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .dropdown-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: #000 !important;
  border: solid 2px #444 !important;
  border-radius: 4px !important;
  color: #cccccc !important;
  line-height: 2rem !important;
  padding: 4px 10px;
  height: 50px;
  min-height: 50px;
  cursor: pointer;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .dropdown-btn.active {
  border-color: #fff !important;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-icon,
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-arrow {
  width: 35px !important;
  height: 35px !important;
  flex-shrink: 0;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-text,
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-breadcrumb,
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .btn-breadcrumb-item {
  color: #cccccc !important;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .filters-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 50px;
  padding: 4px 16px;
  background: #000 !important;
  color: #cccccc !important;
  border: solid 2px #444 !important;
  border-radius: 4px;
  line-height: 2rem;
  text-transform: uppercase;
  cursor: pointer;
}
.pi-form--task-manager-api-docs .task-manager-api-docs-filters-wrap .filters-apply-btn:hover:not(:disabled) {
  border-color: #444 !important;
  color: #fff !important;
}

.pi-gross-purchase-price-calculation {
  margin: 33px 0;
  max-width: 100px;
  width: 100%;
}
.pi-gross-purchase-price-calculation th {
  background: #444;
  color: #fff;
  padding: 11px;
}
.pi-gross-purchase-price-calculation td {
  padding: 11px;
}
.pi-gross-purchase-price-calculation td:nth-child(even) {
  background: #cccccc;
}

.pi-super-replicator .pi-super-replicator-field-inserter .pi-super-replicator-inserter-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
.pi-super-replicator .pi-super-replicator-field-inserter .pi-super-replicator-left {
  flex: 1 1 auto;
  min-width: 0;
}
.pi-super-replicator .pi-super-replicator-field-inserter .pi-super-replicator-left .multiselect,
.pi-super-replicator .pi-super-replicator-field-inserter .pi-super-replicator-left .multiselect {
  width: 100%;
}
.pi-super-replicator .pi-super-replicator-field-inserter .pi-super-replicator-right {
  flex: 0 0 auto;
  margin-left: 11px;
}
.pi-super-replicator .pi-field-replicator-add input[type=image],
.pi-super-replicator .pi-field-replicator-add .pi-small-icon {
  width: 50px;
  height: 50px;
  max-height: none;
  display: block;
  box-sizing: border-box;
}
.pi-super-replicator .pi-field-replicator-wrapper {
  margin: 44px 0;
}
.pi-super-replicator .pi-address-picker .pi-field-wrapper {
  margin-bottom: 22px;
}
.pi-super-replicator .pi-medium-icon {
  margin-top: 0;
  float: right;
  display: block;
}
.pi-super-replicator .pi-save-icon {
  float: left;
  display: block;
  margin-top: 0;
}
.pi-super-replicator .pi-field-replicator-group:last-child {
  border-bottom: none !important;
}

.pi-super-replicator-desktop-controls {
  display: none;
}

.dashboard-profile .pi-mobile-delete-controls {
  margin-bottom: 22px;
}

.pi-field-replicator-group .pi-super-replicator-mobile-controls {
  display: none;
  margin-bottom: 33px;
  overflow: hidden;
}
.pi-field-replicator-group .pi-super-replicator-mobile-controls:last-child {
  display: block;
}

@media (max-width: 768px) {
  .pi-super-replicator-field-inserter .pi-super-replicator-inserter-row {
    flex-wrap: nowrap;
    align-items: center;
  }
  .pi-field-replicator-add {
    text-align: right;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .pi-field-replicator-group .pi-super-replicator-mobile-controls {
    display: none;
  }
  .pi-field-replicator-group .pi-super-replicator-mobile-controls:last-child {
    display: none;
  }
  .pi-super-replicator-desktop-controls {
    display: block;
  }
}
@media (max-width: 640px) {
  .pi-checkboxes__label {
    padding: 14px 28px 0;
  }
}
.pi-field-replicator-group {
  border-bottom: dotted 1px #444 !important;
  padding: 11px 0;
}
.pi-field-replicator-group input {
  max-width: 100% !important;
}

.pi-super-replicator-wrapper {
  border-bottom: solid 1px #444;
  margin-bottom: 22px;
}

.pi-user-profile-select-fields-title-wrapper .pi-form-header,
.pi-product-profile-select-fields-title-wrapper .pi-form-header,
.pi-business-plan-select-fields-title-wrapper .pi-form-header {
  margin-bottom: 11px;
}

@media (min-width: 1200px) {
  .pi-field-replicator-group {
    max-width: 100%;
  }
}
@media (max-width: 597px) {
  .pi-field-replicator-add {
    margin-top: 11px;
  }
}
.product-image-view-wrapper img {
  margin: 0 0 11px;
  display: block;
}

.vue-dropzone > .dz-preview .dz-details {
  display: none;
}

.dz-error-message {
  display: none;
}

.dz-success-mark {
  display: none !important;
}
.dz-success-mark svg {
  display: none !important;
}

.dropzone .dz-message {
  margin: 0;
}

.aria-content {
  padding: 44px 0;
  margin-bottom: 44px;
  border-bottom: solid 1px #808080;
  background: #cccccc;
}

.pi-resolver-button {
  margin: 0;
}

.pi-public-permissions-select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.pi-public-permissions-select .pi-form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.pi-public-permissions-select .privacy-option-dropdown-right {
  flex: 1 1 auto;
  min-width: 0;
}
.pi-public-permissions-select .privacy-option-dropdown-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
}
.pi-public-permissions-select .pi-privacy-icon {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  max-height: none;
}

/* Tablet + desktop: Pi to pair and public permissions on one row */
.get-pi-contacts .pi-contacts-filters .pi-form-fields-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 11px;
  width: 100%;
}
.get-pi-contacts .pi-contacts-filters .pi_number-wrapper,
.get-pi-contacts .pi-contacts-filters .pi-resolver-wrapper {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  box-sizing: border-box;
}
.get-pi-contacts .pi-contacts-filters .pi-contact-permissions-wrapper,
.get-pi-contacts .pi-contacts-filters .pi-public-permissions-wrapper {
  flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  min-width: 180px;
  margin-left: auto;
  box-sizing: border-box;
}
.get-pi-contacts .pi-contacts-filters .pi-resolver-input-button-row {
  align-items: center;
}
.get-pi-contacts .pi-contacts-filters .pi-resolver-button-container {
  display: flex;
  align-items: center;
}
.get-pi-contacts .pi-contacts-filters .pi-resolver-button {
  display: block;
  width: 50px !important;
  height: 50px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0;
}
.get-pi-contacts .pi-contacts-filters .privacy-option-dropdown-left {
  width: auto;
  min-width: 50px;
  min-height: 50px;
  padding: 0;
  float: none;
}
.get-pi-contacts .pi-contacts-filters .privacy-option-dropdown-right {
  width: auto;
  min-height: 50px;
  height: auto;
  float: none;
}

/* Mobile: stack, both full width */
@media (max-width: 768px) {
  .get-pi-contacts .pi-contacts-filters .pi-form-fields-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .get-pi-contacts .pi-contacts-filters .pi_number-wrapper,
  .get-pi-contacts .pi-contacts-filters .pi-resolver-wrapper,
  .get-pi-contacts .pi-contacts-filters .pi-contact-permissions-wrapper,
  .get-pi-contacts .pi-contacts-filters .pi-public-permissions-wrapper {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .get-pi-contacts .pi-contacts-filters .pi-resolver-leading,
  .get-pi-contacts .pi-contacts-filters .pi-resolver-input-button-row {
    width: 100%;
    max-width: 100%;
  }
  .get-pi-contacts .pi-contacts-filters .pi-resolver-input-container {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
  .get-pi-contacts .pi-contacts-filters .pi-resolver-input-container .pi-input,
  .get-pi-contacts .pi-contacts-filters .pi-resolver-input-container .pi-number {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
/* Checkout / subscription success & receipt (Manage Features, signup, product orders) */
.order-success-page {
  background-color: #000 !important;
  color: #fff !important;
  min-height: 100vh !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
.order-success-page .success-content {
  min-height: 100vh !important;
  padding: 40px 20px !important;
  max-width: 500px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.order-success-page .logo-section {
  margin-bottom: 30px !important;
}
.order-success-page .logo-section .logo {
  width: 55px !important;
  height: auto !important;
  margin-bottom: 20px !important;
}
.order-success-page .logo-section .pi-logo {
  width: 70px !important;
  height: 70px !important;
  margin-bottom: 20px !important;
}
.order-success-page .breadcrumb-text {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
.order-success-page .breadcrumb-text strong {
  color: #fff !important;
  font-weight: 600 !important;
}
.order-success-page .success-title {
  color: #99cc00 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 40px !important;
  text-align: center !important;
}
.order-success-page .order-details-card {
  background-color: transparent !important;
  border: none !important;
  margin: 0 auto 30px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 364px !important;
}
.order-success-page .detail-row {
  display: flex !important;
  align-items: flex-start !important;
  padding: 12px 0 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
.order-success-page .detail-label {
  color: #cccccc !important;
  font-weight: 400 !important;
  flex: 0 0 40% !important;
  text-align: right !important;
  padding-right: 20px !important;
}
.order-success-page .detail-label.promotional-codes-label {
  color: #ff6b35 !important;
  font-weight: bold !important;
}
.order-success-page .detail-value {
  color: #fff !important;
  font-weight: 500 !important;
  text-align: left !important;
  flex: 1 !important;
  min-width: 0 !important;
  word-wrap: break-word !important;
  white-space: nowrap !important;
}
.order-success-page .detail-value.status-approved {
  color: #99cc00 !important;
  font-weight: 600 !important;
}
.order-success-page .order-item {
  margin-bottom: 15px !important;
}
.order-success-page .order-item.order-item-with-border {
  padding-bottom: 12px !important;
  margin-bottom: 12px !important;
  border-bottom: 1px solid #444 !important;
}
.order-success-page .item-number {
  color: #777777 !important;
  font-weight: 600 !important;
  margin-right: 8px !important;
}
.order-success-page .item-quantity {
  color: #7fa2c0 !important;
  font-weight: 500 !important;
  margin-left: 8px !important;
}
.order-success-page .item-quantity::before {
  content: "×";
  margin-right: 4px;
  color: #555555;
  font-weight: bold;
}
.order-success-page .pi-link {
  color: #fff !important;
  text-decoration: none !important;
}
.order-success-page .pi-link:hover {
  color: #ffa500 !important;
  text-decoration: underline !important;
}
.order-success-page .pi-number-indent {
  margin-left: 24px !important;
  display: inline-block !important;
}
.order-success-page .processing-status {
  color: #ffa500 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 30px 0 !important;
  text-align: center !important;
}
.order-success-page .picosm-dashboard-button {
  margin-top: 20px !important;
  text-align: center !important;
}
.order-success-page .picosm-dashboard-button a.btn {
  display: inline-block !important;
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 280px !important;
  max-width: 100% !important;
  border: solid 1px #99cc00 !important;
  border-radius: 4px !important;
  background-color: #99cc00 !important;
  background-image: none !important;
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  padding: 14px 28px !important;
  text-transform: none !important;
  letter-spacing: 0.5px !important;
  text-align: center !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  white-space: normal !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
}
.order-success-page .picosm-dashboard-button a.btn:hover, .order-success-page .picosm-dashboard-button a.btn:focus, .order-success-page .picosm-dashboard-button a.btn:visited {
  background-color: #8bb800 !important;
  border: solid 1px #8bb800 !important;
  color: #000 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.order-success-page .picosm-return-features-wrap {
  margin-top: 18px !important;
}
.order-success-page .success-return-features {
  color: #99cc00 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.order-success-page .success-return-features:hover {
  color: #ffa500 !important;
  text-decoration: underline !important;
}
.order-success-page .company-info {
  color: #cccccc !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  margin-top: 40px !important;
  text-align: center !important;
  font-weight: 400 !important;
}
.order-success-page .coupon-code {
  background-color: #e8f5e8;
  color: #2e7d32;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.9em;
}
.order-success-page .agent-info {
  color: #2e7d32;
  font-weight: 500;
}
.order-success-page .agent-info .pi-link {
  color: #2e7d32;
  text-decoration: none;
}
.order-success-page .agent-info .pi-link:hover {
  text-decoration: underline;
}
.order-success-page .discount-amount {
  color: #99cc00 !important;
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .order-success-page .success-content {
    padding: 30px 15px !important;
  }
  .order-success-page .detail-row {
    font-size: 14px !important;
  }
  .order-success-page .success-title {
    font-size: 20px !important;
  }
}
body.terms {
  background: #000;
  color: #cccccc;
}
body.terms, body.terms.pi-theme-light {
  background: #000;
  color: #cccccc;
}
body.terms #pi,
body.terms #pi-main,
body.terms .copyright-notice-wrapper {
  background: #000;
}
body.terms .container {
  background: transparent;
}
body.terms .copyright-notice {
  text-align: center;
  padding-left: 0;
}
body.terms .back-to-top-wrapper {
  text-align: center;
}
body.terms .copyright-notice a {
  color: #7fa2c0 !important;
}
body.terms .copyright-notice a:hover, body.terms .copyright-notice a:focus, body.terms .copyright-notice a:visited {
  color: #7fa2c0 !important;
}
body.terms.pi-logged-in .pi-terms-page__yd {
  position: absolute;
}

.pi-terms-page {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}
.pi-terms-page__yd {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45;
}
.pi-terms-page__logo {
  display: block;
  text-decoration: none;
  margin-bottom: 1.25rem;
}
.pi-terms-page__logo img {
  width: 150px;
  height: 150px;
  max-height: none;
}
.pi-terms-page__title {
  text-align: center;
  margin: 0 0 1.25rem;
  line-height: 1.2;
  color: #7fa2c0;
}
.pi-terms-page__body {
  line-height: 1.6;
}
.pi-terms-page__body h1 {
  font-size: 2.25rem;
  color: #7fa2c0;
  line-height: 1.2;
  margin: 1.5rem 0 0.75rem;
}
.pi-terms-page__body h2 {
  font-size: 1.6875rem;
  color: #cccccc;
  line-height: 1.2;
  margin: 1.25rem 0 0.75rem;
}
.pi-terms-page__body h3 {
  font-size: 1.5rem;
  color: #cccccc;
  line-height: 1.2;
  margin: 1rem 0 0.5rem;
}
.pi-terms-page__body h4,
.pi-terms-page__body h5,
.pi-terms-page__body h6 {
  color: #cccccc;
  line-height: 1.2;
  margin: 0.75rem 0 0.5rem;
}
.pi-terms-page__body .pi-terms-revision,
.pi-terms-page__body > span:first-child {
  display: block;
  font-size: 1.6875rem;
  font-weight: 400;
  margin: 0 0 1.25rem;
  line-height: 1.45;
}
.pi-terms-page__body .pi-terms-revision {
  color: #444;
}
.pi-terms-page__body > span:first-child {
  color: #444 !important;
}
.pi-terms-page__body p,
.pi-terms-page__body li {
  color: #cccccc;
}
.pi-terms-page__body ol {
  padding-left: 1.5rem;
}
.pi-terms-page__body a {
  color: #7fa2c0;
}
.pi-terms-page__body a:hover, .pi-terms-page__body a:focus, .pi-terms-page__body a:visited {
  color: #7fa2c0;
}

/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* ==========================================================================
   Pi keypad — single source (Keypad.vue markup)
   ========================================================================== */
/* --- Component root & width stack --- */
.pi-keypad-component-root {
  max-width: 300px !important;
  box-sizing: border-box;
}

.pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper {
  box-sizing: border-box !important;
  max-width: 270px !important;
  width: min(100%, 270px) !important;
}

.pi-keypad-width-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 300px !important;
  box-sizing: border-box;
}
.pi-keypad-width-stack .keypad-determine-type-wrapper {
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
}
.pi-keypad-width-stack #pi-keypad {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.pi-keypad-width-stack .pi-keypad-sub-wrapper {
  align-self: stretch;
  width: 100%;
  max-width: 100% !important;
}

.row .col-lg-12 .pi-keypad-width-stack #determine_type,
.row .col-lg-12 .pi-keypad-width-stack #pi-number.pi-input.pi-number {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}

.row .col-lg-12 .pi-keypad-width-stack .pi-input {
  max-width: none !important;
}

.pi-keypad-sub-wrapper input[type=image],
.has-search-wrapper input[type=image] {
  float: right;
}

.pi-close-keypad-icon {
  cursor: pointer;
}

/* --- Keypad grid (#pi-keypad) --- */
#pi-keypad {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  transition: all 0.5s;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
#pi-keypad td {
  text-align: center;
  vertical-align: middle;
  background: #000;
  color: #cccccc;
  padding: 0;
  width: 33.333%;
}
#pi-keypad td img {
  width: 100%;
  height: auto;
}
#pi-keypad td span {
  display: block;
}
#pi-keypad a {
  background: #000;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  height: auto;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
}
#pi-keypad a:focus {
  outline: 0 !important;
}
#pi-keypad a svg {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#pi-keypad a.hovered svg g path:last-child {
  stroke: #f39325;
}
#pi-keypad #randomPi {
  max-width: 289px;
}
#pi-keypad #PiDigit0 g path:nth-child(1),
#pi-keypad #PiDigit0 g path:nth-child(2),
#pi-keypad #PiDigit0 g path:nth-child(3),
#pi-keypad #PiDigit0 g path:nth-child(4),
#pi-keypad #PiDigit0 g path:nth-child(5),
#pi-keypad #PiDigit0 g path:first-child,
#pi-keypad #PiDigit1 g path:nth-child(1),
#pi-keypad #PiDigit1 g path:nth-child(2),
#pi-keypad #PiDigit1 g path:nth-child(3),
#pi-keypad #PiDigit1 g path:nth-child(4),
#pi-keypad #PiDigit1 g path:nth-child(5),
#pi-keypad #PiDigit1 g path:first-child,
#pi-keypad #PiDigit2 g path:nth-child(1),
#pi-keypad #PiDigit2 g path:nth-child(2),
#pi-keypad #PiDigit2 g path:nth-child(3),
#pi-keypad #PiDigit2 g path:nth-child(4),
#pi-keypad #PiDigit2 g path:nth-child(5),
#pi-keypad #PiDigit2 g path:first-child,
#pi-keypad #PiDigit3 g path:nth-child(1),
#pi-keypad #PiDigit3 g path:nth-child(2),
#pi-keypad #PiDigit3 g path:nth-child(3),
#pi-keypad #PiDigit3 g path:nth-child(4),
#pi-keypad #PiDigit3 g path:nth-child(5),
#pi-keypad #PiDigit3 g path:first-child,
#pi-keypad #PiDigit4 g path:nth-child(1),
#pi-keypad #PiDigit4 g path:nth-child(2),
#pi-keypad #PiDigit4 g path:nth-child(3),
#pi-keypad #PiDigit4 g path:nth-child(4),
#pi-keypad #PiDigit4 g path:nth-child(5),
#pi-keypad #PiDigit4 g path:first-child,
#pi-keypad #PiDigit5 g path:nth-child(1),
#pi-keypad #PiDigit5 g path:nth-child(2),
#pi-keypad #PiDigit5 g path:nth-child(3),
#pi-keypad #PiDigit5 g path:nth-child(4),
#pi-keypad #PiDigit5 g path:nth-child(5),
#pi-keypad #PiDigit5 g path:first-child,
#pi-keypad #PiDigit6 g path:nth-child(1),
#pi-keypad #PiDigit6 g path:nth-child(2),
#pi-keypad #PiDigit6 g path:nth-child(3),
#pi-keypad #PiDigit6 g path:nth-child(4),
#pi-keypad #PiDigit6 g path:nth-child(5),
#pi-keypad #PiDigit6 g path:first-child,
#pi-keypad #PiDigit7 g path:nth-child(1),
#pi-keypad #PiDigit7 g path:nth-child(2),
#pi-keypad #PiDigit7 g path:nth-child(3),
#pi-keypad #PiDigit7 g path:nth-child(4),
#pi-keypad #PiDigit7 g path:nth-child(5),
#pi-keypad #PiDigit7 g path:first-child,
#pi-keypad #PiDigit8 g path:nth-child(1),
#pi-keypad #PiDigit8 g path:nth-child(2),
#pi-keypad #PiDigit8 g path:nth-child(3),
#pi-keypad #PiDigit8 g path:nth-child(4),
#pi-keypad #PiDigit8 g path:nth-child(5),
#pi-keypad #PiDigit8 g path:first-child,
#pi-keypad #PiDigit9 g path:nth-child(1),
#pi-keypad #PiDigit9 g path:nth-child(2),
#pi-keypad #PiDigit9 g path:nth-child(3),
#pi-keypad #PiDigit9 g path:nth-child(4),
#pi-keypad #PiDigit9 g path:nth-child(5),
#pi-keypad #PiDigit9 g path:first-child {
  fill: #7fa2c0;
}

/* --- Pi number input --- */
.pi-number {
  background-color: transparent;
  margin: 0;
  max-width: 289px;
  color: #cccccc;
}

.pi-digit-single {
  display: block;
  line-height: 1.45;
}

.pi-keypad-wrapper.pi-number-wrapper + .pi-keypad-choose-pi-hint,
.pi-number-wrapper + .pi-keypad-choose-pi-hint {
  margin-top: 11px;
  box-sizing: border-box;
}

.has-search .pi-number {
  width: calc(100% + 10px) !important;
  max-width: calc(100% + 10px) !important;
}

/* --- Determine-type / determinator row --- */
.pi-determinator-login {
  background: none !important;
  padding-left: 0;
}

.pi-determinator-login > div:has(.pi-number) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}
.pi-determinator-login > div:has(.pi-number) .pi-number {
  flex: 0 1 auto;
  width: auto !important;
  max-width: 11.5em;
  margin-bottom: 0 !important;
}
.pi-determinator-login > div:has(.pi-number) .login-search-wrapper {
  position: static;
  flex: 0 0 auto;
  z-index: 1;
}
.pi-determinator-login > div:has(.pi-number) .login-search-wrapper .btn-search {
  width: 50px;
  height: 50px;
  margin: 0;
  display: block;
}

.pi-determinator ::-webkit-input-placeholder,
.pi-determinator input:-webkit-autofill,
.pi-determinator input::placeholder,
input.pi-determinator:-webkit-autofill,
input.pi-determinator:-webkit-autofill:hover,
input.pi-determinator:-webkit-autofill:focus,
input.pi-determinator:-webkit-autofill:active,
#determine_type:-webkit-autofill,
#determine_type:-webkit-autofill:hover,
#determine_type:-webkit-autofill:focus,
#determine_type:-webkit-autofill:active {
  line-height: 1.35 !important;
}

/* --- Header search dropdown --- */
.pi-search-wrapper label {
  display: none;
}
.pi-search-wrapper .pi-field-wrapper {
  margin: 0;
}
.pi-search-wrapper #determine_type,
.pi-search-wrapper .pi-determinator:not(.pi-determinator-login),
.pi-search-wrapper input.pi-determinator {
  background-color: #000 !important;
  background-image: url("/svg/mustdash/search.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-position: 8px center !important;
  padding-left: 54px !important;
  color: #cccccc !important;
}
.pi-search-wrapper .pi-input,
.pi-search-wrapper .pi-determinator,
.pi-search-wrapper #determine_type {
  border: solid 2px #444;
}
.pi-search-wrapper input:-webkit-autofill,
.pi-search-wrapper input:-webkit-autofill:hover,
.pi-search-wrapper input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #cccccc !important;
  background-color: #000 !important;
  background-image: none !important;
  line-height: 1.35 !important;
}
.pi-search-wrapper .btn-search {
  margin-left: -4px;
  margin-top: -1px;
}
.pi-search-wrapper .pi-number {
  width: 270px !important;
  margin-bottom: 0 !important;
}
.pi-search-wrapper .pi-close-keypad-icon {
  width: 55px !important;
  height: 55px !important;
  display: block;
  margin: 0 auto;
}
.pi-search-wrapper #pi-keypad {
  width: 290px;
  max-width: none;
}
.pi-search-wrapper input[type=image],
.pi-search-wrapper .btn-search {
  float: right;
  margin-left: 0;
}

/* --- Mustdash menu keypad --- */
.pi-mustdash-menu-wrapper #pi-keypad {
  width: 271px !important;
  max-width: 100%;
  margin: 0 auto;
}
.pi-mustdash-menu-wrapper #pi-keypad td {
  text-align: center;
}
.pi-mustdash-menu-wrapper #pi-keypad td img {
  height: 50px;
  width: 50px;
}
.pi-mustdash-menu-wrapper #pi-keypad td a {
  text-align: center;
}
.pi-mustdash-menu-wrapper #pi-keypad.pi-keypad-enabled {
  margin: 11px auto 0;
}
.pi-mustdash-menu-wrapper label[for=pi-number] {
  display: none;
}
.pi-mustdash-menu-wrapper .no-messages {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .pi-mustdash-menu-wrapper #pi-keypad {
    width: 289px !important;
  }
}
.pi-logged-in .has-search .pi-number {
  margin-bottom: 0;
}

/* --- Logged-in search / keypad spacing --- */
.pi-logged-in {
  transition: all 0.5s !important;
}
.pi-logged-in .has-search .pi-number,
.pi-logged-in .has-search #determine_type {
  width: calc(100% + 10px) !important;
  max-width: none !important;
}
.pi-logged-in #determine_type {
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 0;
}
.pi-logged-in .has-search #determine_type {
  width: 100% !important;
}
.pi-logged-in .has-search-wrapper #determine_type,
.pi-logged-in .has-search .pi-number {
  width: calc(100% + 22px) !important;
}
.pi-logged-in #determine_type {
  margin-top: 0;
}
.pi-logged-in .pi-keypad-sub-wrapper input[type=image],
.pi-logged-in .has-search-wrapper input[type=image] {
  float: right;
  margin-right: 0;
}
.pi-logged-in .pi-search-wrapper #pi-keypad {
  margin: 10px auto;
}

.pi-logged-out .pi-search-wrapper {
  margin-top: 14px;
}

.pi-logged-out .pi-keypad-wrapper {
  margin-top: 11px;
}
.pi-logged-out .pi-keypad-wrapper #determine_type {
  margin-bottom: 0;
}
.pi-logged-out .pi-keypad-wrapper #determine_type {
  max-width: 287px;
}
.pi-logged-out .pi-keypad-wrapper .has-search #determine_type {
  max-width: 100% !important;
  margin-left: 1px;
}
.pi-logged-out .pi-keypad-wrapper .btn-search {
  margin-left: -11px;
}
.pi-logged-out .pi-keypad-wrapper .login-search-wrapper .btn-search {
  margin-left: 0;
}

.pi-agent-pi-number-wrapper #pi-keypad {
  max-width: 301px !important;
}

/* --- Login / homepage: pi-signup-left (logo) + pi-signup-right (fields), same as signup --- */
.pi-existing .container > .pi-form,
.homepage .container > .pi-form {
  margin-left: auto;
  margin-right: auto;
}
.pi-existing .pi-signup-right > .pi-form-fields-wrapper,
.homepage .pi-signup-right > .pi-form-fields-wrapper {
  overflow: visible !important;
  display: flow-root;
}

@media (max-width: 597px) {
  body.pi-signup-layout .pi-signup-left,
  body.pi-login-layout .pi-signup-left,
  .pi-existing .pi-signup-left,
  .homepage .pi-signup-left {
    width: 17%;
    float: left;
  }
  body.pi-signup-layout .pi-signup-right,
  body.pi-login-layout .pi-signup-right,
  .pi-existing .pi-signup-right,
  .homepage .pi-signup-right {
    width: 83%;
    float: left;
  }
  body.pi-login-layout .pi-login-logo-fields-row .pi-signup-left .text-right,
  body.pi-login-layout .pi-api-buy-login-logo-row .pi-signup-left .text-right,
  .pi-existing .pi-signup-left .text-right,
  .homepage .pi-signup-left .text-right {
    text-align: left !important;
  }
  body.pi-login-layout img.pi-logo {
    margin-left: -12px;
  }
  body.pi-login-layout .pi-login-logo-fields-row,
  body.pi-login-layout .pi-api-buy-login-logo-row {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  body.pi-login-layout .pi-login-logo-fields-row > .pi-signup-left,
  body.pi-login-layout .pi-api-buy-login-logo-row > .pi-signup-left {
    flex: 0 0 17% !important;
    width: 17% !important;
    max-width: 17% !important;
    min-width: 0;
  }
  body.pi-login-layout .pi-login-logo-fields-row > .pi-signup-right,
  body.pi-login-layout .pi-api-buy-login-logo-row > .pi-signup-right {
    flex: 0 0 83% !important;
    width: 83% !important;
    max-width: 83% !important;
    min-width: 0;
  }
  .pi-logged-out .pi-field-wrapper {
    max-width: calc(100% - 50px);
  }
  .pi-logged-out .pi-address-wrapper .pi-field-wrapper,
  .pi-logged-out .pi-loaded-address-fields .pi-field-wrapper,
  .pi-logged-out .pi-keypad-wrapper .pi-field-wrapper {
    max-width: 100%;
  }
}
/* --- Pi /existing & login layout: logo beside keypad; password + signup alignment --- */
.pi-existing .pi-login-logo-fields-row,
body.pi-login-layout .pi-login-logo-fields-row {
  align-items: flex-start;
}
.pi-existing .pi-a-password-wrapper.pi-account-a-password-wrapper .pi-field-wrapper,
body.pi-login-layout .pi-a-password-wrapper.pi-account-a-password-wrapper .pi-field-wrapper {
  max-width: 100% !important;
}
.pi-existing .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper,
body.pi-login-layout .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper {
  max-width: none !important;
  width: 100% !important;
}
.pi-existing .pi-login-password-field-stack,
body.pi-login-layout .pi-login-password-field-stack {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.pi-existing .pi-login-password-input-wrap,
body.pi-login-layout .pi-login-password-input-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}
.pi-existing .pi-login-password-input-wrap #pi-account-a-password,
body.pi-login-layout .pi-login-password-input-wrap #pi-account-a-password {
  flex: 0 0 270px;
  width: 270px;
  max-width: 270px;
  min-width: 0;
  box-sizing: border-box;
}
.pi-existing .pi-login-password-input-wrap .pi-login-button-wrapper,
body.pi-login-layout .pi-login-password-input-wrap .pi-login-button-wrapper {
  position: static;
  top: auto;
  right: auto;
  transform: none;
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 1px 0 0;
}
@media (max-width: 597px) {
  .pi-existing .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper,
  body.pi-login-layout .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper.pi-account-a-password-wrapper {
    max-width: 270px !important;
    width: 100% !important;
  }
  .pi-existing .pi-login-password-field-stack,
  .pi-existing .pi-login-password-input-wrap,
  .pi-existing .pi-login-signup-help-inner,
  body.pi-login-layout .pi-login-password-field-stack,
  body.pi-login-layout .pi-login-password-input-wrap,
  body.pi-login-layout .pi-login-signup-help-inner {
    max-width: 300px;
    width: 100%;
  }
  .pi-existing .pi-login-password-input-wrap,
  body.pi-login-layout .pi-login-password-input-wrap {
    flex-wrap: wrap;
  }
  .pi-existing .pi-login-password-input-wrap #pi-account-a-password,
  body.pi-login-layout .pi-login-password-input-wrap #pi-account-a-password {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .pi-existing .pi-login-password-input-wrap .pi-login-button-wrapper,
  body.pi-login-layout .pi-login-password-input-wrap .pi-login-button-wrapper {
    flex: 0 0 100%;
    margin-top: 10px;
    text-align: right;
  }
}
.pi-existing .pi-login-signup-help-inner,
body.pi-login-layout .pi-login-signup-help-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 270px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  box-sizing: border-box;
}
.pi-existing .pi-login-signup-link,
body.pi-login-layout .pi-login-signup-link {
  flex: 0 0 auto;
  line-height: 0;
}
.pi-existing .pi-login-info-control,
body.pi-login-layout .pi-login-info-control {
  flex: 0 0 auto;
  margin-left: 15px;
  position: static;
}

/* --- Tag search / password-reset pages --- */
.pi-tag-search-results.pi-logged-out .keypad-determine-type-wrapper,
.pi-password-reset .keypad-determine-type-wrapper,
.pi-registration-successful .keypad-determine-type-wrapper {
  max-width: 282px;
}
.pi-tag-search-results.pi-logged-out .has-search .pi-number,
.pi-password-reset .has-search .pi-number,
.pi-registration-successful .has-search .pi-number {
  width: 282px !important;
}
.pi-tag-search-results.pi-logged-out .pi-search-wrapper #pi-keypad,
.pi-password-reset .pi-search-wrapper #pi-keypad,
.pi-registration-successful .pi-search-wrapper #pi-keypad {
  float: left;
}
.pi-tag-search-results.pi-logged-out .pi-search-wrapper,
.pi-password-reset .pi-search-wrapper,
.pi-registration-successful .pi-search-wrapper {
  margin-top: 11px;
}
.pi-tag-search-results.pi-logged-out .pi-keypad-sub-wrapper input[type=image],
.pi-tag-search-results.pi-logged-out .has-search-wrapper input[type=image],
.pi-password-reset .pi-keypad-sub-wrapper input[type=image],
.pi-password-reset .has-search-wrapper input[type=image],
.pi-registration-successful .pi-keypad-sub-wrapper input[type=image],
.pi-registration-successful .has-search-wrapper input[type=image] {
  float: left;
}

/* --- Api-buy guest login keypad --- */
.container.api-buy.api-buy--guest .api-buy-login .pi-signup-left {
  display: block !important;
}
.container.api-buy.api-buy--guest .api-buy-login .pi-signup-left img {
  display: inline-block !important;
}
.container.api-buy.api-buy--guest .api-buy-login .pi-form-fields-wrapper {
  margin: 0;
}
.container.api-buy.api-buy--guest .api-buy-login .pi-login-button-wrapper {
  top: 0;
}

@media (min-width: 768px) {
  .container.api-buy.api-buy--guest .api-buy-login #pi-account-a-password,
  .container.api-buy.api-buy--guest .api-buy-login .pi-number {
    float: none !important;
  }
}
.pi-api-buy .pi-number-wrapper .pi-field-wrapper::before {
  right: -55px !important;
  top: 0 !important;
}

/* --- Login: show/hide extra fields --- */
body.hide-extra-login-inputs .pi-signup-inner-left .pi-html-wrapper,
body.hide-extra-login-inputs .pi-signup-inner-right,
body.hide-extra-login-inputs .pi-a-password-wrapper,
body.hide-extra-login-inputs .pi-v-password-wrapper {
  display: none !important;
  opacity: 0;
  margin-left: -200%;
}

body.show-extra-login-inputs .pi-signup-inner-left .pi-html-wrapper,
body.show-extra-login-inputs .pi-signup-inner-right,
body.show-extra-login-inputs .pi-a-password-wrapper,
body.show-extra-login-inputs .pi-v-password-wrapper {
  display: block;
  margin-left: 0;
}

.no-messages #determine_type {
  max-width: 100% !important;
}

/* --- Responsive --- */
@media (max-width: 597px) {
  .pi-logged-out #determine_type,
  .homepage #determine_type,
  .pi-existing #determine_type,
  body.pi-login-layout #determine_type {
    max-width: 300px !important;
  }
  .pi-logged-out .pi-a-email-wrapper,
  .pi-logged-out .pi-v-email-wrapper,
  .pi-logged-out .pi-small-text-input-wrapper,
  .pi-logged-out .pi-firstname-wrapper,
  .pi-logged-out .pi-middlename-wrapper,
  .pi-logged-out .pi-lastname-wrapper,
  .pi-logged-out .pi-a-password-wrapper,
  .pi-logged-out .pi-v-password-wrapper,
  .pi-logged-out .pi-keypad-wrapper,
  .homepage .pi-a-email-wrapper,
  .homepage .pi-v-email-wrapper,
  .homepage .pi-small-text-input-wrapper,
  .homepage .pi-firstname-wrapper,
  .homepage .pi-middlename-wrapper,
  .homepage .pi-lastname-wrapper,
  .homepage .pi-a-password-wrapper,
  .homepage .pi-v-password-wrapper,
  .homepage .pi-keypad-wrapper,
  .pi-existing .pi-a-email-wrapper,
  .pi-existing .pi-v-email-wrapper,
  .pi-existing .pi-small-text-input-wrapper,
  .pi-existing .pi-firstname-wrapper,
  .pi-existing .pi-middlename-wrapper,
  .pi-existing .pi-lastname-wrapper,
  .pi-existing .pi-a-password-wrapper,
  .pi-existing .pi-v-password-wrapper,
  .pi-existing .pi-keypad-wrapper,
  body.pi-login-layout .pi-a-email-wrapper,
  body.pi-login-layout .pi-v-email-wrapper,
  body.pi-login-layout .pi-small-text-input-wrapper,
  body.pi-login-layout .pi-firstname-wrapper,
  body.pi-login-layout .pi-middlename-wrapper,
  body.pi-login-layout .pi-lastname-wrapper,
  body.pi-login-layout .pi-a-password-wrapper,
  body.pi-login-layout .pi-v-password-wrapper,
  body.pi-login-layout .pi-keypad-wrapper {
    max-width: 90%;
  }
  .homepage .pi-a-email-wrapper,
  .homepage .pi-v-email-wrapper,
  .homepage .pi-small-text-input-wrapper,
  .homepage .pi-firstname-wrapper,
  .homepage .pi-middlename-wrapper,
  .homepage .pi-lastname-wrapper,
  .homepage .pi-a-password-wrapper,
  .homepage .pi-v-password-wrapper,
  .homepage .pi-keypad-wrapper,
  .pi-existing .pi-a-email-wrapper,
  .pi-existing .pi-v-email-wrapper,
  .pi-existing .pi-small-text-input-wrapper,
  .pi-existing .pi-firstname-wrapper,
  .pi-existing .pi-middlename-wrapper,
  .pi-existing .pi-lastname-wrapper,
  .pi-existing .pi-a-password-wrapper,
  .pi-existing .pi-v-password-wrapper,
  .pi-existing .pi-keypad-wrapper,
  body.pi-login-layout .pi-a-email-wrapper,
  body.pi-login-layout .pi-v-email-wrapper,
  body.pi-login-layout .pi-small-text-input-wrapper,
  body.pi-login-layout .pi-firstname-wrapper,
  body.pi-login-layout .pi-middlename-wrapper,
  body.pi-login-layout .pi-lastname-wrapper,
  body.pi-login-layout .pi-a-password-wrapper,
  body.pi-login-layout .pi-v-password-wrapper,
  body.pi-login-layout .pi-keypad-wrapper {
    max-width: 100%;
  }
  .pi-keypad-sub-wrapper {
    max-width: 300px;
  }
}
@media (max-width: 539px) {
  #pi-keypad {
    width: 100%;
    max-width: 100%;
  }
  #pi-keypad svg {
    min-width: 100%;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  #pi-keypad a {
    min-width: 100%;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .pi-number {
    max-width: 100%;
  }
  .pi-keypad-sub-wrapper {
    width: 100%;
  }
  .pi-api-buy .pi-keypad-wrapper {
    max-width: 100% !important;
  }
}
@media (min-width: 480px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 23px) !important;
  }
}
@media (min-width: 597px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 23px) !important;
  }
  .pi-logged-in .pi-keypad-sub-wrapper input[type=image],
  .pi-logged-in .has-search-wrapper input[type=image] {
    margin-right: -4px;
  }
  .pi-logged-out .no-messages #determine_type {
    max-width: 282px !important;
  }
}
@media (min-width: 768px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 40px) !important;
  }
}
@media (min-width: 992px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 1px) !important;
  }
  .container.api-buy.api-buy--guest .api-buy-login .pi-api-buy-login-logo-row {
    position: relative;
    overflow: visible;
  }
  .container.api-buy.api-buy--guest .api-buy-login .pi-signup-left {
    position: absolute;
    left: -82px;
    top: 0;
    width: 70px;
    flex: none !important;
    max-width: none !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    z-index: 1;
  }
  .container.api-buy.api-buy--guest .api-buy-login .pi-signup-right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .pi-logged-in .has-search-wrapper #determine_type,
  .pi-logged-in .has-search .pi-number {
    width: calc(100% + 19px) !important;
  }
  .pi-logged-in .pi-keypad-sub-wrapper input[type=image],
  .pi-logged-in .has-search-wrapper input[type=image] {
    margin-right: 0;
  }
  .pi-logged-out .has-search .pi-number {
    width: 100% !important;
    max-width: 283px !important;
  }
}
/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* --- Wrapper & vue-good-table chrome --- */
.pi-tag-manager-wrapper {
  transition: all 2s;
}
.pi-tag-manager-wrapper .vgt-wrap {
  margin-top: 33px !important;
}
.pi-tag-manager-wrapper .vgt-wrap {
  margin-top: 0;
}
.pi-tag-manager-wrapper .vgt-responsive {
  border: solid 1px #000 !important;
}
.pi-tag-manager-wrapper .vgt-responsive td {
  min-height: 95px;
}
.pi-tag-manager-wrapper thead span {
  color: #7fa2c0;
}
.pi-tag-manager-wrapper thead th {
  vertical-align: middle !important;
  padding: 15px;
  min-height: 50px;
  height: 50px;
}
.pi-tag-manager-wrapper tbody td:last-child {
  width: 50px;
}
.pi-tag-manager-wrapper tbody td:nth-child(2) {
  width: 50px;
}
.pi-tag-manager-wrapper tbody td:nth-child(3) {
  width: 75px;
}
.pi-tag-manager-wrapper .vgt-responsive {
  border: none !important;
  transition: all 5s;
}
.pi-tag-manager-wrapper .vgt-table,
.pi-tag-manager-wrapper td {
  transition: all 2s ease-in-out;
}
.pi-tag-manager-wrapper .vgt-table .pi-checkboxes {
  padding-left: 15px;
}
.pi-tag-manager-wrapper .vgt-table .pi-checkboxes__item {
  padding-left: 0;
}
.pi-tag-manager-wrapper .vgt-table .pi-tag-delete {
  width: 50px;
  height: 50px;
}
.pi-tag-manager-wrapper .vgt-global-search {
  background: none !important;
  border: none !important;
  display: block !important;
}
.pi-tag-manager-wrapper table {
  background: none !important;
  border: none !important;
}
.pi-tag-manager-wrapper th {
  display: none;
}
.pi-tag-manager-wrapper td {
  padding: 11px 0 !important;
  background: none !important;
  border: none !important;
}
.pi-tag-manager-wrapper td input[type=text] {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 15px !important;
}
.pi-tag-manager-wrapper .vgt-wrap__footer {
  background: none !important;
  border: none !important;
}
.pi-tag-manager-wrapper #perPageSelect {
  margin: 0 15px;
  width: 86px;
}
.pi-tag-manager-wrapper .pi-tag-table--private thead th {
  vertical-align: top !important;
  padding: 5px;
  background: #000;
  color: #fff;
  border-right: solid 1px #000 !important;
  font-weight: normal;
  text-transform: uppercase;
}
.pi-tag-manager-wrapper .pi-tag-table--private thead th:nth-child(1) {
  background: #000 !important;
}
.pi-tag-manager-wrapper .pi-tag-table--private thead th:nth-child(3) {
  background: #000 !important;
}
.pi-tag-manager-wrapper .pi-tag-table--private thead th:nth-child(4) {
  background: #000 !important;
}
.pi-tag-manager-wrapper .pi-tag-table--private thead th {
  min-height: none !important;
  height: initial !important;
  display: table-cell !important;
}
.pi-tag-manager-wrapper .pi-tag-table--private thead th button {
  display: none !important;
}
.pi-tag-manager-wrapper .pi-tag-table--private thead th span {
  color: #fff !important;
}

.pi-component-status-manager .pi-tag-manager-wrapper th,
.pi-period-manager .pi-tag-manager-wrapper th {
  display: table-cell !important;
  background: #000 !important;
  color: #fff !important;
  padding: 10px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  text-align: left !important;
  vertical-align: top !important;
  border-right: solid 1px #000 !important;
}

.pi-component-status-manager .pi-tag-manager-wrapper th {
  display: block !important;
}

.pi-component-status-manager .pi-checkboxes__item {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 0 !important;
  justify-content: center !important;
}

.pi-component-status-manager .pi-checkboxes__input {
  margin-right: 0 !important;
  flex-shrink: 0 !important;
}

.pi-component-status-manager .pi-checkboxes__label {
  margin-bottom: 0 !important;
  white-space: nowrap !important;
  padding-left: 0 !important;
}

#pi-tag-manager .vgt-responsive {
  min-height: 250px;
}
#pi-tag-manager .vgt-responsive td {
  transition: height 0.66s ease-out;
}

.pi-tags-private-list .pi-table-wrapper .pi-product-btn-delete,
.pi-tags-public-list .pi-table-wrapper .pi-product-btn-delete {
  width: 50px !important;
  height: 50px !important;
}

/* --- Tag field / vue-tags-input --- */
.pi-tag-wrapper {
  margin-bottom: 33px;
}
.pi-tag-wrapper .svg-icon {
  margin-top: 33px;
}

.pi-tag-wrapper-add-control {
  margin-top: -22px;
}

#pi-movie-create-tags.ti-new-tag-input {
  width: 100% !important;
  background: #000 !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: initial;
  transition: all 0.5s;
  padding: 4px 10px;
  height: 50px !important;
}
#pi-movie-create-tags.ti-new-tag-input:hover, #pi-movie-create-tags.ti-new-tag-input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.vue-tags-input {
  background: none !important;
}

/* --- Buttons --- */
.pi-add-tag-button {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 33px;
}

.pi-tag-manager-wrapper .pi-add-tag {
  width: 50px;
  height: 50px;
  margin: 0;
}

.update-pi-tag-button {
  background: #99cc00;
  color: #000;
  font-weight: bold;
  border: solid 1px #99cc00;
  padding: 11px 15px;
  margin: 0 28px 0 0;
  border-radius: 4px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .pi-add-tag {
    margin-left: -10px;
  }
}
/* --- Dashboard / form contexts --- */
.pi-tag-manager .vgt-table td .pi-checkboxes,
.dashboard-tags .pi-tag-manager .vgt-table td .pi-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 15px;
}

.pi-tag-manager .vgt-table td .pi-checkboxes__item,
.dashboard-tags .pi-tag-manager .vgt-table td .pi-checkboxes__item {
  margin-bottom: 0 !important;
  flex: 0 0 auto;
}

.dashboard-tags .pi-tag-manager .pi-checkboxes__item {
  margin-bottom: 0 !important;
}

.dashboard-contacts .pi-form-legend-errors,
.pi-tags .pi-form-legend-errors {
  margin-bottom: 0;
}

@media (max-width: 597px) {
  .pi-tag-manager .pi-mobile-left {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    float: left;
  }
  .pi-tag-manager .pi-mobile-right {
    width: 50px;
    max-width: 50px;
    float: right;
  }
}
/* --- Validation / alerts --- */
.pi-tag-manager .formOk .progress-wrapper,
.pi-tag-manager .formError .progress-wrapper,
.pi-tag-manager .formPending .progress-wrapper {
  display: block !important;
}
.pi-tag-manager .formOk .progress-wrapper ul,
.pi-tag-manager .formError .progress-wrapper ul,
.pi-tag-manager .formPending .progress-wrapper ul {
  display: block !important;
}
.pi-tag-manager .formOk .progress-wrapper ul li,
.pi-tag-manager .formError .progress-wrapper ul li,
.pi-tag-manager .formPending .progress-wrapper ul li {
  display: block !important;
}
.pi-tag-manager .formError .progress-wrapper ul,
.pi-tag-manager .formOk .progress-wrapper ul {
  display: block !important;
  margin: 7px 0 0;
}

.pi-tags-wrapper .alert-danger,
.pi-tags-wrapper .alert-success {
  margin-left: -30px;
  padding-top: 12px;
  margin: 0;
}

/* --- Pagination / footer (tag manager tables) --- */
.pi-tag-manager .vgt-global-search,
.pi-tag-manager-wrapper .vgt-global-search {
  display: block !important;
  background: transparent !important;
  border: none !important;
  padding: 0;
  margin-bottom: 11px;
  margin-top: 11px;
}
.pi-tag-manager .vgt-global-search table td,
.pi-tag-manager-wrapper .vgt-global-search table td {
  text-transform: uppercase;
}
.pi-tag-manager .vgt-global-search table tr th:last-child,
.pi-tag-manager .vgt-global-search table tr td:last-child,
.pi-tag-manager-wrapper .vgt-global-search table tr th:last-child,
.pi-tag-manager-wrapper .vgt-global-search table tr td:last-child {
  min-width: initial !important;
  max-width: initial !important;
  width: initial !important;
}
.pi-tag-manager .vgt-global-search__input,
.pi-tag-manager-wrapper .vgt-global-search__input {
  display: none !important;
}
.pi-tag-manager .vgt-global-search__actions,
.pi-tag-manager-wrapper .vgt-global-search__actions {
  display: block !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.pi-tag-manager .footer__row-count,
.pi-tag-manager-wrapper .footer__row-count {
  display: none !important;
}
.pi-tag-manager .vgt-pull-right,
.pi-tag-manager-wrapper .vgt-pull-right {
  float: left !important;
}
.pi-tag-manager .vgt-wrap,
.pi-tag-manager-wrapper .vgt-wrap {
  margin-top: 0;
}
.pi-tag-manager .footer__navigation__page-btn .chevron,
.pi-tag-manager-wrapper .footer__navigation__page-btn .chevron {
  margin: 0 !important;
}
.pi-tag-manager #perPageSelect,
.pi-tag-manager-wrapper #perPageSelect {
  margin: 0 15px;
  width: 86px;
  min-width: 86px;
}
.pi-tag-manager .pi-table-nav-buttons,
.pi-tag-manager-wrapper .pi-table-nav-buttons {
  margin-top: 11px;
}
.pi-tag-manager .pi-table-nav-buttons .pi-pagination-box,
.pi-tag-manager-wrapper .pi-table-nav-buttons .pi-pagination-box {
  width: 75px !important;
  height: 37px !important;
  background: #000 !important;
  border: solid 2px #444 !important;
  border-radius: 4px !important;
  color: #cccccc !important;
  padding: 4px 10px !important;
  display: block;
  line-height: 2rem !important;
  box-shadow: none !important;
}
.pi-tag-manager .pi-table-nav-buttons li,
.pi-tag-manager-wrapper .pi-table-nav-buttons li {
  float: left;
  margin-right: 15px;
}
.pi-tag-manager .pi-table-nav-buttons li img,
.pi-tag-manager-wrapper .pi-table-nav-buttons li img {
  cursor: pointer;
  border: solid 1px transparent;
}
.pi-tag-manager .pi-table-nav-buttons li img:hover,
.pi-tag-manager-wrapper .pi-table-nav-buttons li img:hover {
  border: solid 1px #fff;
  border-radius: 4px;
}
.pi-tag-manager .pi-table-nav-buttons li.pi-results,
.pi-tag-manager-wrapper .pi-table-nav-buttons li.pi-results {
  margin-right: 0;
}
.pi-tag-manager .disabled .pi-table-nav-buttons .disabled img,
.pi-tag-manager .disabled .pi-table-nav-buttons img,
.pi-tag-manager-wrapper .disabled .pi-table-nav-buttons .disabled img,
.pi-tag-manager-wrapper .disabled .pi-table-nav-buttons img {
  transition: all 0.5s;
  opacity: 0.1;
}
.pi-tag-manager .disabled img,
.pi-tag-manager-wrapper .disabled img {
  transition: all 0.5s;
  opacity: 0.1;
}

.pi-tag-manager .vgt-global-search #perPageSelect {
  margin: 0 5px;
  width: 70px;
  min-width: 70px;
  margin-top: -4px;
}

/* --- In-table multiselect / cell dropdowns --- */
.pi-tag-manager .vgt-table .pi-rating-select .pi-field-wrapper {
  margin: 0;
}
.pi-tag-manager .vgt-table .pi-rating-select img.pi-rating {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.pi-tag-manager .vgt-table .pi-table-multiselect {
  position: relative;
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .pi-multiselect-caret,
.pi-tag-manager .vgt-table .pi-table-multiselect .pi-multiselect-caret {
  display: block !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s ease;
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .pi-multiselect-caret.rotated,
.pi-tag-manager .vgt-table .pi-table-multiselect .pi-multiselect-caret.rotated {
  transform: translateY(-50%) rotate(180deg);
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .multiselect__select,
.pi-tag-manager .vgt-table .pi-table-multiselect .multiselect__select {
  display: flex !important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  height: auto !important;
  padding: 0 !important;
  pointer-events: none;
  background: #000;
}

.pi-tag-manager .vgt-table .pi-table-multiselect .multiselect__tags,
.pi-tag-manager .vgt-table .pi-table-multiselect .multiselect__content-wrapper {
  border-radius: 0 !important;
}

.pi-tag-manager .vgt-table .pi-table-multiselect .multiselect__content-wrapper,
.pi-tag-manager .vgt-table .pi-table-multiselect .multiselect__content {
  min-width: 100%;
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .multiselect.multiselect--active .multiselect__content-wrapper {
  top: 50px !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #444;
  border-top: none;
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .multiselect {
  display: grid;
  grid-template-columns: minmax(100%, max-content);
  position: relative;
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .multiselect__tags {
  grid-column: 1;
  box-sizing: border-box;
  padding-right: 36px;
  overflow: hidden;
}

.pi-tag-manager .vgt-table .pi-table-multiselect .multiselect__tags {
  padding-right: 36px;
  overflow: hidden;
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .multiselect__tags .multiselect__single,
.pi-tag-manager .vgt-table .pi-table-multiselect .multiselect__tags .multiselect__single {
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .multiselect__tags .multiselect__single span,
.pi-tag-manager .vgt-table .pi-table-multiselect .multiselect__tags .multiselect__single span {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .multiselect__content-wrapper {
  grid-column: 1;
  box-sizing: border-box;
  min-width: 100%;
}

.pi-tag-manager .vgt-table .pi-table-cell-dropdown-wrap .multiselect__content {
  min-width: 100%;
}

/* --- File Manager tag add row --- */
.pi-filemanager-tag-add {
  margin-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  box-sizing: border-box;
}

.pi-tag-add-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 11px 22px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.pi-tag-add-field {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .pi-tag-add-field {
    flex: 0 1 25%;
    max-width: 25%;
  }
}

.pi-tag-add-label {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .pi-tag-add-label {
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
  }
}

.pi-tag-add-input {
  width: 100%;
  max-width: 100%;
}

.pi-tag-add-project {
  flex: 0 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.pi-tag-add-project .pi-tag-project-label {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 5px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
}

.pi-tag-add-btn-cell {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.pi-filemanager-tag-add .pi-tag-add-btn-cell .pi-add-tag {
  width: 50px;
  height: 50px;
  display: block;
}

.pi-filemanager-tag-add .pi-tag-add-checkbox .pi-checkboxes {
  display: block;
  width: 50px;
  margin: 0 auto;
}

.pi-filemanager-tag-add .pi-tag-add-checkbox .pi-checkboxes__item {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 !important;
  padding: 0 !important;
}

.pi-filemanager-tag-add .pi-tag-add-checkbox .pi-checkboxes__input {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: 0;
}

.pi-filemanager-tag-add .pi-tag-add-checkbox .pi-checkboxes__label {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 !important;
  padding: 0 !important;
}

.pi-filemanager-tag-add .pi-tag-add-checkbox .pi-checkboxes__label::before {
  top: 0;
  left: 0;
  margin: 0;
}

.pi-filemanager-tag-add .pi-tag-add-checkbox .pi-checkboxes__label::after {
  top: -2px;
  left: 9px;
}

/* --- TableNew tag chips --- */
.pi-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.pi-tag {
  background: #cccccc;
  padding: 2px 6px;
  border-radius: 10px;
  color: #444;
}

/* Primary colours */
/* Primary tones */
/* Greys — $g2, $g3, $g4 in components */
/* CREATED / LAST SAVED lines — 25% smaller than body */
/* Input padding, line-height, min-height */
/* Year / month / day row — same layout as browse-media meta editor (PiBook published, Read via, etc.) */
/* --- Clear / today --- */
.pi-datepicker-clear-button-wrapper {
  margin-top: 11px;
}

.pi-datepicker-today-button-wrapper {
  margin-bottom: 8px;
}

.pi-datepicker-today-button {
  height: 50px;
  background: #000;
  color: #444;
  border: 2px solid #444;
  border-radius: 2px;
  padding: 0 1rem;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  margin-bottom: 12px;
}

/* --- Wrapper layout --- */
.pi-datepicker-wrapper,
.pi-select-with-date-wrapper {
  width: 100%;
}
.pi-datepicker-wrapper #pi-product-profile-availability,
.pi-select-with-date-wrapper #pi-product-profile-availability {
  margin-bottom: 33px;
}
.pi-datepicker-wrapper .pi-field-wrapper.no-messages,
.pi-select-with-date-wrapper .pi-field-wrapper.no-messages {
  margin: 0 0 11px;
  line-height: 1rem;
}
.pi-datepicker-wrapper #pi-product-profile-food-sell-by-date-yyyy,
.pi-datepicker-wrapper #pi-product-profile-availability-yyyy,
.pi-select-with-date-wrapper #pi-product-profile-food-sell-by-date-yyyy,
.pi-select-with-date-wrapper #pi-product-profile-availability-yyyy {
  max-width: 213px;
}
.pi-datepicker-wrapper .mx-datepicker,
.pi-select-with-date-wrapper .mx-datepicker {
  width: 100%;
  max-width: 485px;
}
.pi-datepicker-wrapper .mx-icon-calendar,
.pi-select-with-date-wrapper .mx-icon-calendar {
  display: none;
}
.pi-datepicker-wrapper .privacy-block,
.pi-select-with-date-wrapper .privacy-block {
  margin-top: 5.5px;
}
.pi-datepicker-wrapper .day-picker .mx-datepicker,
.pi-select-with-date-wrapper .day-picker .mx-datepicker {
  max-width: 95px;
}

.pi-datepicker-day {
  max-width: 200px;
}

.pi-datepicker-year {
  max-width: 242.5px;
}

.month-picker,
.month_label,
.year-picker,
.year_label,
.day-picker,
.day_label {
  float: left;
}

.year_label label,
.month_label label,
.day_label label {
  padding: 15px;
}

.period_label label,
.minute_label label,
.hour_label label,
.year_label label,
.month_label label,
.day_label label {
  color: #cccccc;
}

.period_label label,
.minute_label label,
.hour_label label {
  padding: 11px 0 0;
}

.day-picker {
  width: 186px;
}

.month-picker {
  width: 421px;
}

.year-picker {
  width: 165px;
  max-width: 50%;
}

.hour-picker,
.minute-picker,
.period-picker {
  width: 100%;
}

.month-picker {
  width: 231px;
  max-width: 70%;
}

.day-picker {
  width: 115px;
  max-width: 35%;
}

@media (min-width: 742px) and (max-width: 991px) {
  .day-picker {
    width: 186px;
    max-width: 50%;
  }
  .year-picker {
    width: 240px;
    max-width: initial;
  }
  .hour-picker,
  .minute-picker,
  .period-picker {
    width: 100%;
    max-width: 100%;
  }
  .month-picker {
    width: 421px;
    max-width: 75%;
  }
  .year_label label,
  .month_label label,
  .day_label label {
    padding: 12px 15px;
  }
}
@media (min-width: 992px) {
  .day-picker {
    width: 186px;
  }
  .year-picker {
    width: 240px;
  }
  .hour-picker,
  .minute-picker,
  .period-picker {
    width: 100%;
    max-width: 100%;
  }
  .month-picker {
    width: 421px;
  }
  .year_label label,
  .month_label label,
  .day_label label {
    padding: 12px 15px;
  }
}
.pi-datepicker-single-row .pi-datepicker-single-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pi-datepicker-single-row .pi-datepicker-single-wrap {
  flex: 0 1 auto;
  min-width: 0;
}

.pi-datepicker-single-row .pi-datepicker-single-wrap .pi-input.pi-datepicker-single,
.pi-datepicker-single-row .pi-datepicker-single {
  width: 168px !important;
  max-width: 168px !important;
}

/* --- Multiselect inside date pickers --- */
.pi-datepicker-wrapper .multiselect,
.pi-select-with-date-wrapper .multiselect,
.pi-simple-date-picker .multiselect {
  border: none !important;
  box-shadow: none !important;
}

.pi-datepicker-wrapper .multiselect.multiselect--disabled,
.pi-select-with-date-wrapper .multiselect.multiselect--disabled,
.pi-simple-date-picker .multiselect.multiselect--disabled {
  border: none !important;
}

.pi-datepicker-wrapper .pi-field-wrapper.no-messages .multiselect .multiselect__input,
.pi-select-with-date-wrapper .pi-field-wrapper.no-messages .multiselect .multiselect__input,
.pi-simple-date-picker .pi-field-wrapper.no-messages .multiselect .multiselect__input {
  border: none !important;
  box-shadow: none !important;
}

.pi-simple-date-picker .multiselect .multiselect__select:before,
.pi-simple-date-picker .multiselect .multiselect__select:after {
  display: none !important;
  content: none !important;
  border: none !important;
  margin: 0 !important;
}

.pi-simple-date-picker .multiselect .multiselect__select {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 36px !important;
  padding: 0 !important;
}

.pi-simple-date-picker .multiselect .pi-multiselect-caret {
  position: static !important;
  transform: none !important;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.pi-simple-date-picker .multiselect.multiselect--active .pi-multiselect-caret {
  transform: rotate(180deg) !important;
}

.pi-simple-date-picker .multiselect.multiselect--active .multiselect__input {
  padding: 0 !important;
  min-height: 0 !important;
}

.dashboard-logs-sentiment-diary-new .pi-datepicker-wrapper .pi-field-wrapper.no-messages .pi-input:not(.multiselect__input),
.dashboard-logs-sentiment-diary-new .pi-datepicker-wrapper .pi-field-wrapper.no-messages input[type=text]:not(.multiselect__input),
body.get-edit-pi-sentiment-diary-feature .pi-datepicker-wrapper .pi-field-wrapper.no-messages .pi-input:not(.multiselect__input),
body.get-edit-pi-sentiment-diary-feature .pi-datepicker-wrapper .pi-field-wrapper.no-messages input[type=text]:not(.multiselect__input) {
  border: none !important;
}
.dashboard-logs-sentiment-diary-new .pi-datepicker-wrapper .pi-field-wrapper.no-messages .pi-input:not(.multiselect__input):focus,
.dashboard-logs-sentiment-diary-new .pi-datepicker-wrapper .pi-field-wrapper.no-messages input[type=text]:not(.multiselect__input):focus,
body.get-edit-pi-sentiment-diary-feature .pi-datepicker-wrapper .pi-field-wrapper.no-messages .pi-input:not(.multiselect__input):focus,
body.get-edit-pi-sentiment-diary-feature .pi-datepicker-wrapper .pi-field-wrapper.no-messages input[type=text]:not(.multiselect__input):focus {
  border: none !important;
}

/* Release date (pi-datepicker) and Seen / Discovered via (pi-select-with-date) share SelectDate.vue YMD markup */
.pi-datepicker-wrapper,
.pi-select-with-date-wrapper {
  max-width: 430px;
  width: 100%;
  /* YMD: picker + *_label are column siblings — label on the right of control */
  /* Time: picker above, label below (Y/M/D labels stay beside controls) */
}
.pi-datepicker-wrapper .pi-datepicker-parts,
.pi-select-with-date-wrapper .pi-datepicker-parts {
  display: grid !important;
  grid-template-columns: max-content !important;
  grid-template-rows: auto auto !important;
  gap: 0.65rem !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.pi-datepicker-wrapper .pi-datepicker-date-grid,
.pi-select-with-date-wrapper .pi-datepicker-date-grid {
  display: grid !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  grid-template-columns: 100px 200px !important;
  -moz-column-gap: 0.65rem !important;
       column-gap: 0.65rem !important;
  row-gap: 0.65rem !important;
  align-items: center !important;
}
.pi-datepicker-wrapper .pi-datepicker-part--year,
.pi-select-with-date-wrapper .pi-datepicker-part--year {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
.pi-datepicker-wrapper .pi-datepicker-part--month,
.pi-select-with-date-wrapper .pi-datepicker-part--month {
  grid-column: 2 !important;
  grid-row: 1 !important;
}
.pi-datepicker-wrapper .pi-datepicker-part--day,
.pi-select-with-date-wrapper .pi-datepicker-part--day {
  grid-column: 2 !important;
  grid-row: 2 !important;
}
.pi-datepicker-wrapper .pi-datepicker-time-parts,
.pi-select-with-date-wrapper .pi-datepicker-time-parts {
  display: flex !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  gap: 0.65rem !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 100% !important;
  clear: both !important;
}
.pi-datepicker-wrapper .pi-datepicker-part,
.pi-select-with-date-wrapper .pi-datepicker-part {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: 0.65rem !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  min-width: 0 !important;
}
.pi-datepicker-wrapper .pi-datepicker-part .pi-field-wrapper,
.pi-select-with-date-wrapper .pi-datepicker-part .pi-field-wrapper {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  float: none !important;
}
.pi-datepicker-wrapper .pi-field-wrapper.year-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.year-picker {
  flex: 0 0 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}
.pi-datepicker-wrapper .pi-field-wrapper.month-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.month-picker {
  flex: 0 0 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  width: 200px !important;
}
.pi-datepicker-wrapper .pi-field-wrapper.day-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.day-picker {
  flex: 0 0 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}
.pi-datepicker-wrapper .year_label,
.pi-datepicker-wrapper .month_label,
.pi-datepicker-wrapper .day_label,
.pi-datepicker-wrapper .hour_label,
.pi-datepicker-wrapper .minute_label,
.pi-datepicker-wrapper .period_label,
.pi-select-with-date-wrapper .year_label,
.pi-select-with-date-wrapper .month_label,
.pi-select-with-date-wrapper .day_label,
.pi-select-with-date-wrapper .hour_label,
.pi-select-with-date-wrapper .minute_label,
.pi-select-with-date-wrapper .period_label {
  flex: 0 0 auto !important;
  float: none !important;
  margin: 0 !important;
  align-self: center !important;
  white-space: nowrap !important;
}
.pi-datepicker-wrapper .year_label label,
.pi-datepicker-wrapper .month_label label,
.pi-datepicker-wrapper .day_label label,
.pi-datepicker-wrapper .hour_label label,
.pi-datepicker-wrapper .minute_label label,
.pi-datepicker-wrapper .period_label label,
.pi-select-with-date-wrapper .year_label label,
.pi-select-with-date-wrapper .month_label label,
.pi-select-with-date-wrapper .day_label label,
.pi-select-with-date-wrapper .hour_label label,
.pi-select-with-date-wrapper .minute_label label,
.pi-select-with-date-wrapper .period_label label {
  padding: 0 !important;
}
.pi-datepicker-wrapper .pi-field-wrapper-main .multiselect,
.pi-select-with-date-wrapper .pi-field-wrapper-main .multiselect {
  width: 100% !important;
  max-width: 100% !important;
}
.pi-datepicker-wrapper .pi-field-wrapper.hour-picker,
.pi-datepicker-wrapper .pi-field-wrapper.minute-picker,
.pi-datepicker-wrapper .pi-field-wrapper.period-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.hour-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.minute-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.period-picker {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}
.pi-datepicker-wrapper .col-lg-12:has(> .year-picker),
.pi-datepicker-wrapper .col-lg-12:has(> .month-picker),
.pi-datepicker-wrapper .col-md-12:has(> .year-picker),
.pi-datepicker-wrapper .col-md-12:has(> .month-picker),
.pi-datepicker-wrapper .col-sm-12:has(> .year-picker),
.pi-datepicker-wrapper .col-sm-12:has(> .month-picker),
.pi-datepicker-wrapper .col-lg-6:has(> .day-picker),
.pi-datepicker-wrapper .col-md-6:has(> .day-picker),
.pi-datepicker-wrapper .col-sm-12:has(> .day-picker),
.pi-select-with-date-wrapper .col-lg-12:has(> .year-picker),
.pi-select-with-date-wrapper .col-lg-12:has(> .month-picker),
.pi-select-with-date-wrapper .col-md-12:has(> .year-picker),
.pi-select-with-date-wrapper .col-md-12:has(> .month-picker),
.pi-select-with-date-wrapper .col-sm-12:has(> .year-picker),
.pi-select-with-date-wrapper .col-sm-12:has(> .month-picker),
.pi-select-with-date-wrapper .col-lg-6:has(> .day-picker),
.pi-select-with-date-wrapper .col-md-6:has(> .day-picker),
.pi-select-with-date-wrapper .col-sm-12:has(> .day-picker) {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  gap: 0.65rem !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100% !important;
}
.pi-datepicker-wrapper .year-picker,
.pi-datepicker-wrapper .month-picker,
.pi-datepicker-wrapper .day-picker,
.pi-select-with-date-wrapper .year-picker,
.pi-select-with-date-wrapper .month-picker,
.pi-select-with-date-wrapper .day-picker {
  flex: 0 0 auto !important;
  float: none !important;
}
.pi-datepicker-wrapper .year-picker,
.pi-select-with-date-wrapper .year-picker {
  flex: 0 0 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}
.pi-datepicker-wrapper .month-picker,
.pi-select-with-date-wrapper .month-picker {
  flex: 0 0 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  width: 200px !important;
}
.pi-datepicker-wrapper .day-picker,
.pi-select-with-date-wrapper .day-picker {
  flex: 0 0 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}
.pi-datepicker-wrapper .year_label,
.pi-datepicker-wrapper .month_label,
.pi-datepicker-wrapper .day_label,
.pi-select-with-date-wrapper .year_label,
.pi-select-with-date-wrapper .month_label,
.pi-select-with-date-wrapper .day_label {
  flex: 0 0 auto !important;
  float: none !important;
  margin: 0 !important;
  align-self: center !important;
  white-space: nowrap !important;
}
.pi-datepicker-wrapper .col-lg-3:has(> .hour-picker),
.pi-datepicker-wrapper .col-lg-3:has(> .minute-picker),
.pi-datepicker-wrapper .col-lg-3:has(> .period-picker),
.pi-datepicker-wrapper .col-md-4:has(> .hour-picker),
.pi-datepicker-wrapper .col-md-4:has(> .minute-picker),
.pi-datepicker-wrapper .col-md-4:has(> .period-picker),
.pi-datepicker-wrapper .col-sm-4:has(> .hour-picker),
.pi-datepicker-wrapper .col-sm-4:has(> .minute-picker),
.pi-datepicker-wrapper .col-sm-4:has(> .period-picker),
.pi-select-with-date-wrapper .col-lg-3:has(> .hour-picker),
.pi-select-with-date-wrapper .col-lg-3:has(> .minute-picker),
.pi-select-with-date-wrapper .col-lg-3:has(> .period-picker),
.pi-select-with-date-wrapper .col-md-4:has(> .hour-picker),
.pi-select-with-date-wrapper .col-md-4:has(> .minute-picker),
.pi-select-with-date-wrapper .col-md-4:has(> .period-picker),
.pi-select-with-date-wrapper .col-sm-4:has(> .hour-picker),
.pi-select-with-date-wrapper .col-sm-4:has(> .minute-picker),
.pi-select-with-date-wrapper .col-sm-4:has(> .period-picker) {
  display: flex !important;
  flex-flow: column nowrap !important;
  align-items: flex-start !important;
  gap: 0.15rem !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100% !important;
}
.pi-datepicker-wrapper .col-lg-3:has(> .hour-picker) > .pi-field-wrapper.hour-picker,
.pi-datepicker-wrapper .col-lg-3:has(> .minute-picker) > .pi-field-wrapper.minute-picker,
.pi-datepicker-wrapper .col-md-4:has(> .hour-picker) > .pi-field-wrapper.hour-picker,
.pi-datepicker-wrapper .col-md-4:has(> .minute-picker) > .pi-field-wrapper.minute-picker,
.pi-datepicker-wrapper .col-sm-4:has(> .hour-picker) > .pi-field-wrapper.hour-picker,
.pi-datepicker-wrapper .col-sm-4:has(> .minute-picker) > .pi-field-wrapper.minute-picker,
.pi-select-with-date-wrapper .col-lg-3:has(> .hour-picker) > .pi-field-wrapper.hour-picker,
.pi-select-with-date-wrapper .col-lg-3:has(> .minute-picker) > .pi-field-wrapper.minute-picker,
.pi-select-with-date-wrapper .col-md-4:has(> .hour-picker) > .pi-field-wrapper.hour-picker,
.pi-select-with-date-wrapper .col-md-4:has(> .minute-picker) > .pi-field-wrapper.minute-picker,
.pi-select-with-date-wrapper .col-sm-4:has(> .hour-picker) > .pi-field-wrapper.hour-picker,
.pi-select-with-date-wrapper .col-sm-4:has(> .minute-picker) > .pi-field-wrapper.minute-picker {
  margin-bottom: 0 !important;
}
.pi-datepicker-wrapper .hour_label,
.pi-datepicker-wrapper .minute_label,
.pi-select-with-date-wrapper .hour_label,
.pi-select-with-date-wrapper .minute_label {
  flex: 0 0 auto !important;
  float: none !important;
  margin: 0 !important;
  align-self: flex-start !important;
  white-space: nowrap !important;
  padding-top: 5px !important;
}
.pi-datepicker-wrapper .period_label,
.pi-select-with-date-wrapper .period_label {
  flex: 0 0 auto !important;
  float: none !important;
  margin: 0 !important;
  align-self: flex-start !important;
  white-space: nowrap !important;
}
.pi-datepicker-wrapper .pi-field-wrapper.hour-picker,
.pi-datepicker-wrapper .pi-field-wrapper.minute-picker,
.pi-datepicker-wrapper .pi-field-wrapper.period-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.hour-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.minute-picker,
.pi-select-with-date-wrapper .pi-field-wrapper.period-picker {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
.pi-datepicker-wrapper .hour_label label,
.pi-datepicker-wrapper .minute_label label,
.pi-select-with-date-wrapper .hour_label label,
.pi-select-with-date-wrapper .minute_label label {
  padding: 0 !important;
}

.pi-select-with-date-wrapper {
  /* Date row only — option dropdown uses calculated_width (longest label) */
}
.pi-select-with-date-wrapper .year-picker,
.pi-select-with-date-wrapper .month-picker,
.pi-select-with-date-wrapper .day-picker,
.pi-select-with-date-wrapper .hour-picker,
.pi-select-with-date-wrapper .minute-picker,
.pi-select-with-date-wrapper .period-picker,
.pi-select-with-date-wrapper .pi-datepicker-time-parts,
.pi-select-with-date-wrapper .pi-datepicker-time-parts .pi-datepicker-part {
  float: none !important;
}
.pi-select-with-date-wrapper .pi-field-wrapper-main {
  max-width: 430px;
  width: 100%;
}
.pi-select-with-date-wrapper .pi-form-field-wrapper > .pi-field-wrapper:not(.pi-field-wrapper-main) {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

@media (min-width: 597px) {
  .pi-datepicker-wrapper .privacy-option-dropdown-main-wrapper {
    max-width: 500px !important;
  }
}
/* --- vue2-datepicker (mx-*) popup --- */
.mx-datepicker-body .cell {
  text-transform: uppercase !important;
}

.mx-datepicker-main .mx-time {
  width: 483px !important;
}

.mx-datepicker-main {
  background: #000 !important;
  color: #cccccc !important;
  line-height: 2rem !important;
  box-shadow: none !important;
  width: calc(100% - 30px);
  border: solid 1px #444 !important;
}
.mx-datepicker-main .mx-calendar {
  width: 100%;
  min-width: 100%;
  max-width: calc(100% - 30px);
  padding: 0;
}
.mx-datepicker-main .mx-calendar-content .cell.active {
  background: #000;
  color: #fff;
}
.mx-datepicker-main .mx-calendar-header {
  display: none;
}
.mx-datepicker-main .not-current-month {
  display: none !important;
}
.mx-datepicker-main thead {
  display: none;
}
.mx-datepicker-main .mx-time {
  width: 100%;
  background: #000;
  padding: 4px 10px;
  text-align: left;
  line-height: 2rem;
  min-height: 50px;
}
.mx-datepicker-main .mx-time .mx-time-column {
  border-left: solid 1px #444;
}
.mx-datepicker-main .mx-time .mx-time-columns .mx-time-column:first-child {
  border-left: none !important;
}
.mx-datepicker-main .mx-time .mx-time-item {
  width: 100%;
  background: #000;
  padding: 4px 10px;
  text-align: left;
  line-height: 2rem;
  min-height: 50px;
  font-size: 1.125rem;
}
.mx-datepicker-main .mx-time .mx-time-item:hover {
  background: #000;
}
.mx-datepicker-main .mx-time .mx-time-column .mx-time-item.active {
  color: #fff;
}
.mx-datepicker-main .mx-table {
  display: block;
}
.mx-datepicker-main .mx-table th,
.mx-datepicker-main .mx-table tr,
.mx-datepicker-main .mx-table tbody {
  display: block;
}
.mx-datepicker-main .mx-table td {
  display: block;
  padding: 4px 10px;
  text-align: left;
  line-height: 2rem;
  min-height: 50px;
}
.mx-datepicker-main .mx-table td:hover {
  background: #000;
  color: #cccccc;
}
.mx-datepicker-main .mx-table td:hover div {
  color: #cccccc;
  line-height: 2rem;
}
.mx-datepicker-main .mx-calendar-content {
  overflow-y: scroll;
  scrollbar-color: #000 #cccccc;
}

@media (min-width: 597px) {
  .mx-datepicker-main {
    width: auto !important;
    min-width: 240px !important;
  }
}
@media (min-width: 768px) {
  .mx-datepicker-main {
    width: auto !important;
    min-width: 330px !important;
  }
}
@media (min-width: 992px) {
  .mx-datepicker-main {
    width: auto !important;
    min-width: 207px !important;
  }
}
@media (min-width: 1200px) {
  .mx-datepicker-main {
    width: auto !important;
    min-width: 207px !important;
  }
}
/* --- Validation --- */
.pi-datepicker-wrapper .hasError .pi-field-wrapper.no-messages .pi-datepicker-year {
  border-color: #cc0000 !important;
}

.pi-datepicker-wrapper.hasYearError .pi-field-wrapper.no-messages.year-picker input:not(.multiselect__input),
.pi-datepicker-wrapper.hasYearError .pi-field-wrapper.no-messages.year-picker .pi-input:not(.multiselect__input),
.pi-datepicker-wrapper.hasYearError .pi-field-wrapper.no-messages.year-picker .multiselect .multiselect__tags,
.pi-select-with-date-wrapper.hasYearError .pi-field-wrapper.no-messages.year-picker input:not(.multiselect__input),
.pi-select-with-date-wrapper.hasYearError .pi-field-wrapper.no-messages.year-picker .pi-input:not(.multiselect__input),
.pi-select-with-date-wrapper.hasYearError .pi-field-wrapper.no-messages.year-picker .multiselect .multiselect__tags {
  border-color: #cc0000 !important;
  border: solid 2px #cc0000 !important;
}

.pi-datepicker-wrapper.hasMonthError .pi-field-wrapper.no-messages.month-picker .multiselect .multiselect__tags,
.pi-datepicker-wrapper.hasMonthError .pi-field-wrapper.no-messages.month-picker .multiselect .multiselect__single,
.pi-select-with-date-wrapper.hasMonthError .pi-field-wrapper.no-messages.month-picker .multiselect .multiselect__tags,
.pi-select-with-date-wrapper.hasMonthError .pi-field-wrapper.no-messages.month-picker .multiselect .multiselect__single {
  border-color: #cc0000 !important;
  border: solid 2px #cc0000 !important;
}

.pi-datepicker-wrapper.hasDayError .pi-field-wrapper.no-messages.day-picker .multiselect .multiselect__tags,
.pi-datepicker-wrapper.hasDayError .pi-field-wrapper.no-messages.day-picker .multiselect .multiselect__single,
.pi-select-with-date-wrapper.hasDayError .pi-field-wrapper.no-messages.day-picker .multiselect .multiselect__tags,
.pi-select-with-date-wrapper.hasDayError .pi-field-wrapper.no-messages.day-picker .multiselect .multiselect__single {
  border-color: #cc0000 !important;
  border: solid 2px #cc0000 !important;
}

/* --- Table inline date cells --- */
.pi-date-cell {
  min-height: 1.5em;
  cursor: pointer;
}

.pi-date-cell-display {
  display: block;
}

#pi-table-wrapper .pi-date-cell-input,
.pi-table-wrapper .pi-date-cell-input {
  width: 100%;
  min-width: 90px;
  padding: 4px 8px;
}

/* Upload carousel media date row (from PiUploadCarousel.vue) */
.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__tags {
  width: 100% !important;
  background: #000 !important;
  border: solid 2px #444 !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 4px 10px !important;
  height: 50px !important;
  min-height: 50px !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__select {
  background: transparent !important;
  border-color: transparent !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__single {
  color: #fff !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__placeholder {
  color: #444 !important;
  background: transparent !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main {
  background: transparent !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row .col-lg-12 > .row > .col-lg-12.col-md-12.col-sm-12 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.65rem !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row .col-lg-12 > .row > .col-lg-12.col-md-12.col-sm-12 .pi-field-wrapper {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper.year-picker {
  flex: 0 0 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper.month-picker {
  flex: 0 0 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper.day-picker {
  flex: 0 0 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .day_label {
  flex: 0 0 auto !important;
  margin: 0 !important;
  align-self: center !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-media-date-row .day_label {
  white-space: nowrap !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-datepicker-day {
  position: relative !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect.multiselect--active {
  z-index: 10050 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect {
  min-height: 50px !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__tags {
  min-height: 50px !important;
  background: #000 !important;
  border: solid 2px #444 !important;
  border-radius: 4px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect:not(.multiselect--active) .multiselect__input {
  color: #fff !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect:not(.multiselect--active) .multiselect__input::-moz-placeholder {
  color: #444 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect:not(.multiselect--active) .multiselect__input::placeholder {
  color: #444 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__select:after {
  display: none !important;
  content: none !important;
  border: none !important;
  margin: 0 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__select {
  top: 0 !important;
  right: 0 !important;
  width: 36px !important;
  height: 100% !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0 !important;
  z-index: 1 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-multiselect-caret {
  position: static !important;
  transform: none !important;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  right: auto !important;
  top: auto !important;
  margin: 5px 0 0 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect--active .pi-multiselect-caret {
  transform: rotate(180deg) !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__content-wrapper {
  z-index: 10002 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect--disabled {
  background: #000 !important;
  opacity: 1 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect--disabled .multiselect__tags {
  background: #000 !important;
  border-color: #444 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect--disabled .multiselect__input {
  color: #444 !important;
  background: transparent !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect--disabled .multiselect__select {
  background: transparent !important;
  opacity: 0.65 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect--disabled .multiselect__placeholder {
  color: #444 !important;
  margin-bottom: 0 !important;
}

.pi-carousel-slide-inner .pi-media-date-row .multiselect {
  max-width: 100%;
}

.pi-carousel-slide-inner .pi-media-date-row .multiselect.multiselect--active {
  overflow: visible !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-edit-fields > .pi-media-date-row {
  margin-bottom: 8px !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row .col-lg-12 > .row:not(:last-child) {
  margin-bottom: 8px !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-datepicker-clear-button-wrapper {
  margin-top: 8px !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__tags {
  width: 100% !important;
  background: #000 !important;
  border: solid 2px #444 !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 4px 10px !important;
  height: 50px !important;
  min-height: 50px !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__select {
  background: transparent !important;
  border-color: transparent !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__single {
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  align-self: center !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect:not(.multiselect--active) .multiselect__input {
  background: transparent !important;
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: center !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect:not(.multiselect--active) .multiselect__input::-moz-placeholder {
  color: #444 !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect:not(.multiselect--active) .multiselect__input::placeholder {
  color: #444 !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__select img {
  filter: invert(1);
  margin-top: 5px !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect.multiselect--active .multiselect__select img {
  transform: rotate(180deg) !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__placeholder {
  color: #444 !important;
  margin: 0 !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect .multiselect__input:disabled {
  pointer-events: none;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-datepicker-day {
  position: relative;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect.multiselect--active {
  z-index: 10050 !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .multiselect__content-wrapper {
  z-index: 10002 !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main {
  background: transparent !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row .col-lg-12 > .row > .col-lg-12.col-md-12.col-sm-12 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row .col-lg-12 > .row > .col-lg-12.col-md-12.col-sm-12 > .pi-field-wrapper.year-picker {
  flex: 0 0 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row .col-lg-12 > .row > .col-lg-12.col-md-12.col-sm-12 > .pi-field-wrapper.month-picker {
  flex: 0 0 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row .col-lg-12 > .row > .col-lg-12.col-md-12.col-sm-12 > .pi-field-wrapper.day-picker {
  flex: 0 0 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}

.pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .row .col-lg-12 > .row > .col-lg-12.col-md-12.col-sm-12 > .pi-field-wrapper {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-field-wrapper-main .day_label {
  flex-shrink: 0 !important;
}

.pi-upload-carousel-overlay .pi-carousel-slide-inner .pi-media-date-row .pi-datepicker-clear-button-wrapper img {
  filter: invert(1);
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect.multiselect--active .multiselect__tags {
  background: #000 !important;
  border: solid 2px #444 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect.multiselect--active .multiselect__input {
  background: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  caret-color: #fff !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect.multiselect--active .multiselect__single {
  background: transparent !important;
  color: #fff !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect.multiselect--active .multiselect__placeholder {
  background: transparent !important;
  color: #444 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__content-wrapper {
  background: #000 !important;
  border: solid 1px #444 !important;
  color: #cccccc !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__content {
  background: #000 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__content li {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  line-height: normal !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__option--highlight {
  background: #000 !important;
  color: #fff !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__option--selected {
  background: #000 !important;
  color: #fff !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__option--highlight.multiselect__option--selected {
  background: #444 !important;
  color: #fff !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .multiselect__option.multiselect__option--selected::after {
  color: #7fa2c0 !important;
}

.pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .hasError.multiselect .multiselect__tags {
  border-color: #444 !important;
  box-shadow: none !important;
}

body .pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-simple-date-picker .multiselect {
  color: #fff !important;
}

body .pi-upload-carousel-overlay-from-ptl .pi-carousel-slide-inner .pi-media-date-row .pi-simple-date-picker .multiselect .multiselect__tags .multiselect__single {
  color: #fff !important;
}

#pi-main {
  min-height: 100vh;
}

/* Keep footer at bottom on PTL timeline until Vue app loads */
body.ptl-no-spinner #pi-main {
  min-height: calc(100vh - 120px);
}

.pi-logged-out #pi-main {
  min-height: unset;
}

.svg-small {
  width: 50px;
  height: 50px;
}

.pi-message {
  margin: 5.5px 0;
}

.vgt-global-search {
  display: none !important;
}

.progress .bar.bar1 {
  animation-name: p1;
}
.progress .bar.bar2 {
  animation-name: p2;
}
.progress .bar.bar3 {
  animation-name: p3;
}
.progress .bar.bar4 {
  animation-name: p4;
}
.progress .bar.bar5 {
  animation-name: p5;
}
.progress .bar.bar6 {
  animation-name: p6;
}
.progress .bar.bar7 {
  animation-name: p7;
}
.progress .bar.bar8 {
  animation-name: p8;
}

@keyframes p1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p4 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p5 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p6 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p7 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes p8 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
h2 span {
  color: inherit;
}

@media (min-width: 1300px) {
  .pi-form {
    max-width: 100%;
  }
}
/* Manage Features: hide payment + cart until basket lines exist or Stripe Pay applies */
.pi-form.pi-features-checkout-collapsed .pi-features-payment-details-heading-wrapper,
.pi-form.pi-features-checkout-collapsed .pi-features-billing-heading-wrapper,
.pi-form.pi-features-checkout-collapsed .card-holder-name-wrapper,
.pi-form.pi-features-checkout-collapsed [class*=pi-address-billing][class*=-wrapper],
.pi-form.pi-features-checkout-collapsed .pi-cart-wrapper,
.pi-form.pi-features-checkout-collapsed .pi-manage-features-stripe-wrapper {
  display: none !important;
}

/* Manage Features: hide name / billing blocks when already saved on Pi profile (fields stay mounted for Pay) */
.pi-form.pi-features-hide-prefilled-card-name .pi-features-payment-details-heading-wrapper,
.pi-form.pi-features-hide-prefilled-card-name .card-holder-name-wrapper {
  display: none !important;
}

.pi-form.pi-features-hide-prefilled-billing .pi-features-billing-heading-wrapper,
.pi-form.pi-features-hide-prefilled-billing [class*=pi-address-billing][class*=-wrapper] {
  display: none !important;
}

.pi-manage-features-stripe-wrapper {
  max-width: 768px;
}

/*setting the opacity to fade in from 0 to 1, aka from transparent to opaque*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
.pi-tag-search-results.pi-logged-out #pi-main,
.pi-password-reset #pi-main,
.pi-registration-successful #pi-main {
  min-height: 50vh;
}
.pi-tag-search-results.pi-logged-out .copyright-notice,
.pi-password-reset .copyright-notice,
.pi-registration-successful .copyright-notice {
  padding: 0;
  text-align: center;
}

.dashboard .pi-dashboard-header-1 strong {
  color: #7fa2c0;
}

.dashboard .pi-dashboard-header-2 strong {
  color: #7fa2c0;
}

.dashboard .pi-dashboard-header-3 strong {
  color: #7fa2c0;
}

.dashboard .pi-dashboard-header-4 {
  color: #7fa2c0;
}

.dashboard .pi-dashboard-count {
  color: #fff;
}

.dashboard .pi-dashboard-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.dashboard .pi-dashboard-link img {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  max-height: none;
}
.dashboard .pi-dashboard-link span {
  line-height: 1;
}

.dashboard #pi-dashboard-picard .pi-dashboard-link {
  color: #f39325;
}
.dashboard #pi-dashboard-picard .pi-dashboard-link:hover, .dashboard #pi-dashboard-picard .pi-dashboard-link:focus, .dashboard #pi-dashboard-picard .pi-dashboard-link:visited {
  color: #f39325;
}

.enable_cookies h2 {
  display: none;
}

.signup-help {
  margin-left: 0;
  margin-top: 7px;
  vertical-align: top;
}

/* Privacy Indicators */
.privacy-indicator {
  font-weight: 500;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
}

.privacy-indicator.private {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

.privacy-indicator.public {
  background-color: #e8f5e8;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.privacy-indicator.shared {
  background-color: #fff3e0;
  color: #ef6c00;
  border: 1px solid #ffcc02;
}

/* Remove autofill background color and fix tiny autofill text */
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #cccccc !important;
  background-color: #000 !important;
  background-image: none !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* Signup form (and Stripe Elements within it): dark theme on field inputs — exclude image/button/submit/reset inputs (e.g. cached-input-image). */
.pi-form[data-form-type=signup] input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input),
.pi-form[data-form-type=signup] textarea,
.pi-form[data-form-type=signup] select,
.pi-form[data-form-type=signup] .pi-input,
.pi-form[data-form-type=signup] .pi-textarea,
.pi-form[data-form-type=signup] .pi-select,
.pi-form[data-form-type=signup] .pi-input-wireframe,
.pi-form[data-form-type=signup] .multiselect__tags {
  background: #000;
  background-color: #000;
  color: #cccccc;
  border: 2px solid #444;
  caret-color: #cccccc;
  box-shadow: none;
}

.pi-form[data-form-type=signup] input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):hover,
.pi-form[data-form-type=signup] textarea:hover,
.pi-form[data-form-type=signup] select:hover,
.pi-form[data-form-type=signup] .pi-input:hover,
.pi-form[data-form-type=signup] .pi-textarea:hover,
.pi-form[data-form-type=signup] .pi-select:hover,
.pi-form[data-form-type=signup] .multiselect__tags:hover {
  border-color: #444 !important;
  color: #cccccc !important;
}

.pi-form[data-form-type=signup] input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):focus,
.pi-form[data-form-type=signup] textarea:focus,
.pi-form[data-form-type=signup] select:focus,
.pi-form[data-form-type=signup] .pi-input:focus,
.pi-form[data-form-type=signup] .pi-textarea:focus,
.pi-form[data-form-type=signup] .pi-select:focus,
.pi-form[data-form-type=signup] .multiselect__tags:focus {
  border-color: #fff !important;
  color: #fff !important;
  caret-color: #fff !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Signup validation borders — components/error.scss */
/* Signup webkit autofill (non-Stripe inputs): keep dark, prevent Chrome white blast. */
.pi-form[data-form-type=signup] input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-internal-autofill-selected,
.pi-form[data-form-type=signup] input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill,
.pi-form[data-form-type=signup] input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:hover,
.pi-form[data-form-type=signup] input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:active {
  box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: #cccccc !important;
  background-color: #000 !important;
  background-image: none !important;
  caret-color: #cccccc !important;
  border: 2px solid #444 !important;
  outline: none !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* Stripe Elements (.ElementsApp): white autofill text — grey was hard to see when Chrome styles win on ::first-line. */
.pi-form[data-form-type=signup] .ElementsApp input:-internal-autofill-selected,
.pi-form[data-form-type=signup] .ElementsApp input:-webkit-autofill,
.pi-form[data-form-type=signup] .ElementsApp input:-webkit-autofill:hover,
.pi-form[data-form-type=signup] .ElementsApp input:-webkit-autofill:active,
.pi-form[data-form-type=checkout] .ElementsApp input:-internal-autofill-selected,
.pi-form[data-form-type=checkout] .ElementsApp input:-webkit-autofill,
.pi-form[data-form-type=checkout] .ElementsApp input:-webkit-autofill:hover,
.pi-form[data-form-type=checkout] .ElementsApp input:-webkit-autofill:active,
.ElementsApp input:-internal-autofill-selected,
.ElementsApp input:-webkit-autofill,
.ElementsApp input:-webkit-autofill:hover,
.ElementsApp input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
  background-color: #000 !important;
  background-image: none !important;
  caret-color: #fff !important;
  border: 2px solid #444 !important;
  outline: none !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.pi-form[data-form-type=signup] input:not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not(.multiselect__input):-webkit-autofill:focus,
.pi-form[data-form-type=signup] .ElementsApp input:-webkit-autofill:focus,
.pi-form[data-form-type=checkout] .ElementsApp input:-webkit-autofill:focus,
.ElementsApp input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  border-color: #fff !important;
}

.pi-form[data-form-type=signup] .ElementsApp input:-webkit-autofill::first-line,
.pi-form[data-form-type=signup] .ElementsApp input:-webkit-autofill:hover::first-line,
.pi-form[data-form-type=signup] .ElementsApp input:-webkit-autofill:active::first-line,
.pi-form[data-form-type=checkout] .ElementsApp input:-webkit-autofill::first-line,
.pi-form[data-form-type=checkout] .ElementsApp input:-webkit-autofill:hover::first-line,
.pi-form[data-form-type=checkout] .ElementsApp input:-webkit-autofill:active::first-line,
.ElementsApp input:-webkit-autofill::first-line,
.ElementsApp input:-webkit-autofill:hover::first-line,
.ElementsApp input:-webkit-autofill:active::first-line {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.pi-form[data-form-type=signup] .ElementsApp input:-webkit-autofill:focus::first-line,
.pi-form[data-form-type=checkout] .ElementsApp input:-webkit-autofill:focus::first-line,
.ElementsApp input:-webkit-autofill:focus::first-line {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.pi-signup-form .tooltip .tooltip-inner,
body.pi-signup-form .tooltip .tooltip-inner,
body.pi-signup-form .tooltip-inner,
body.pi-signup-form .v-tooltip .tooltip-inner,
body.pi-signup-form [data-v-tooltip] .tooltip-inner {
  text-transform: none !important;
}

body.pi-signup-form .pi-checkout-wrapper {
  max-width: 768px;
}

/* Stripe Card Elements mount targets — vertical rhythm inside dark rows */
.pi-checkout-wrapper .card-fields-section #pi-customer-card-number,
.pi-checkout-wrapper .card-fields-section #pi-customer-card-expiry,
.pi-checkout-wrapper .card-fields-section #pi-customer-card-cvc,
.pi-checkout-wrapper .card-fields-section #pi-mf-customer-card-number,
.pi-checkout-wrapper .card-fields-section #pi-mf-customer-card-expiry,
.pi-checkout-wrapper .card-fields-section #pi-mf-customer-card-cvc {
  padding-top: 12px !important;
  box-sizing: border-box;
}

.orange-pi {
  color: #f39325;
}

/* Form page title: embedded headers (e.g. Template Editor) not under .pi-form-save-button-right */
.pi-form-save-button-right .pi-form-type-title,
.pi-embedded-form-header__title .pi-form-type-title {
  text-transform: none !important;
}

.pi-form-crm .pi-form-fields-wrapper {
  margin-top: 11px !important;
}

.get-edit-pi-product-profiles-feature .pi-dropzone-upload-icon-other {
  display: none;
}

.pi-form-tab-help-body {
  max-width: 768px;
}

/* Signup (layouts/signup.blade body.pi-signup-layout): late cascade so width caps apply over other form rules. */
@media (max-width: 767.98px) {
  .pi-form-tab-help-body,
  body.pi-signup-layout #pi .pi-form-fields-wrapper {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  body.pi-signup-layout #pi .form-tab {
    max-width: 90%;
  }
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper {
    --pi-form-field-max-width: 100%;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .pi-form-field-wrapper,
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .pi-field-wrapper,
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .pi-form-group,
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .pi-input-select-row,
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .pi-input-select-col-select,
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .pi-input-select-col-value {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .multiselect,
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .multiselect.pi-calculated-dropdown-width {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .multiselect .multiselect__tags,
  body.pi-signup-layout #pi .pi-account-title-wrapper.pi-input-select-wrapper .multiselect.pi-calculated-dropdown-width .multiselect__tags {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
.pi-update-quantity {
  height: 50px;
  width: auto;
}

@media (min-width: 992px) {
  .pi-update-quantity {
    float: left;
  }
}
.pi-card-pay {
  height: 50px;
  width: auto;
  margin-top: 55px !important;
  margin-bottom: 55px !important;
  float: right;
}

.api-buy .pi-product-wrapper {
  margin-top: 0 !important;
}
.api-buy .container {
  max-width: 100%;
}

#order-quantity {
  max-width: 200px;
}

.pi-continue-as-guest {
  height: 50px;
  width: auto;
  float: right;
}

.pi-picard-buy-block {
  margin-bottom: 22px;
}

.pi-picard-buy-price {
  margin: 0 0 5.5px;
}

.pi-picard-buy-shipping {
  margin: 0 0 11px;
}

.pi-picard-buy-stock {
  margin: 0 0 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.pi-picard-buy-stock.pi-picard-buy-stock--in {
  color: #99cc00;
}
.pi-picard-buy-stock.pi-picard-buy-stock--out {
  color: #cc0000;
}

.pi-picard-buy-cta {
  margin-top: 11px;
}

@media (max-width: 575px) {
  .pi-product-wrapper .alert-info {
    width: 50%;
    margin-top: -56px;
  }
}
#pi-product-profile-description {
  margin-bottom: 50px;
}

.pi-product-profile .pi-label-only {
  cursor: pointer;
  margin: 0;
}
.pi-product-profile .pi-label-only:after {
  content: "[ - ]";
  margin-left: 5px;
}

.zoom-logo {
  margin: 15px 0px;
}

.pi-label-only {
  margin-bottom: 5.5px !important;
}

.pi-product-profile .pi-label-only.collapsed {
  cursor: pointer;
  margin: 0;
}
.pi-product-profile .pi-label-only.collapsed:after {
  content: "[ + ]";
  margin-left: 5px;
}

.pi-combined-header {
  margin: 11px 0;
}

.pi-product-profile .product-pi-left-top-1 .pi-label-only {
  cursor: default;
}
.pi-product-profile .product-pi-left-top-1 .pi-label-only:after {
  content: "" !important;
  display: none !important;
}

.brightness-controls label {
  color: #808080;
}

.pi-profile-entity-business-position {
  color: #cccccc;
}

.pi-get-checkout .pi-product-share {
  display: none !important;
}

@media (max-width: 597px) {
  .pi-product-left-top-right-table {
    float: right;
  }
}
#pi-account-available-now-pi-availability {
  margin-top: 11px;
}

.product-pi-left-top-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.product-pi-left-top-1 li {
  float: left;
  padding-right: 30px;
  margin-bottom: 11px;
}
.product-pi-left-top-1 li .pi-table-cell-text {
  color: #444;
}

.pi-product-profile-layout-list ul {
  margin: 0;
}

.pi-product-profile.sticky {
  padding-top: 0;
}

#pi-product-brand img {
  width: 55px;
  height: auto;
}

.pi-get-checkout {
  padding-top: 22px;
}
.pi-get-checkout #pi-product-brand-image {
  margin-bottom: 11px;
}
.pi-get-checkout .product-pi-number {
  margin: 0 0 33px !important;
}
.pi-get-checkout .pi-product-checkout-wrapper {
  padding: 0;
}
.pi-get-checkout .pi-form-fields-wrapper {
  margin: 0;
}
.pi-get-checkout .pi-product-wrapper {
  min-height: auto;
}

.pi-energy-value-consumption {
  color: #cc0000;
}

#pi-product-profile-product-markets ul {
  margin-bottom: 0;
}

.pi-energy-value-generation {
  color: #99cc00;
}

.pi-os-platform-table {
  width: 100%;
  margin: 11px 0 0;
  border: solid 1px #444;
  border-radius: 5px;
}
.pi-os-platform-table th {
  padding: 5px 15px;
  margin: 0;
  font-weight: normal;
}
.pi-os-platform-table td {
  padding: 5px 15px;
  margin: 0;
}

.pi-checkout-wrapper #card-button {
  margin-top: 22px;
}

.pi-dropzone-preview {
  max-width: 250px;
  margin-bottom: 5.5px;
}

.dz-image {
  background: #000 !important;
  border-radius: 0 !important;
  border: none !important;
}

.dz-error-message {
  display: none !important;
}

#pi-current-images-table th {
  text-align: center;
}
#pi-current-images-table td {
  padding: 11px;
  text-align: center;
}
#pi-current-images-table img {
  max-width: 100%;
  height: auto;
}

.dropzone-custom-content {
  font-weight: bold;
  color: #fff;
}

.api-buy .pi-field-wrapper {
  max-width: none;
  width: 100%;
}
.api-buy .pi-cart {
  text-align: left;
}

@media (max-width: 992px) {
  .api-buy-guest {
    margin-top: 44px;
    border-top: solid 1px #cccccc;
    padding-top: 44px;
  }
}
.pi-shipping-address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pi-shipping-address ul li {
  line-height: 2rem;
  list-style: none;
}

.pi-case-user .pi-product-profile-author-entity {
  text-transform: none !important;
}

.pi-theme-dark.pi-product-profile .pi-product-wrapper {
  color: #444;
}

.pi-theme-dark .pi-product-wrapper {
  background: #000;
  color: #808080;
}
.pi-theme-dark .pi-product-wrapper .pi-product-image-views {
  background: #000;
  color: #808080;
}
.pi-theme-dark .pi-product-wrapper.pi-case-user {
  color: #fff;
}
.pi-theme-dark .pi-product-wrapper.pi-case-user .pi-product-image-views {
  color: #fff;
}

.pi-theme-light {
  background: #fff;
  color: #000;
}

.pi-status-available {
  text-transform: uppercase !important;
}

.pi-product-left-top-right-table {
  float: right;
}

.pi-help-link {
  display: none;
}

.pi-product-profile .product-pi-number .pi-help-link,
.todays-deals .pi-help-link {
  display: inline !important;
  color: #f39325 !important;
  text-decoration: none;
}
.pi-product-profile .product-pi-number .pi-help-link:hover, .pi-product-profile .product-pi-number .pi-help-link:focus, .pi-product-profile .product-pi-number .pi-help-link:visited,
.todays-deals .pi-help-link:hover,
.todays-deals .pi-help-link:focus,
.todays-deals .pi-help-link:visited {
  color: #f39325 !important;
}

.pi-product-case-uppercase.pi-product-profile h2 {
  text-transform: uppercase !important;
}

.pi-product-case-user.pi-product-profile h2,
.pi-product-case-user.pi-product-profile h2.pi-label-only,
.pi-product-case-user.pi-product-profile h2.pi-label,
.pi-product-case-user.pi-product-profile h2.pi-combined-header,
.pi-product-case-user.pi-product-profile #pi-product-profile-manufacturer-title,
.pi-product-case-user.pi-product-profile h2[id*=pi-product-profile-product-line],
.pi-product-case-user.pi-product-profile h2[id*=pi-product-profile-model-name],
.pi-product-case-user.pi-product-profile h2[id*=pi-product-profile-model-number] {
  text-transform: none !important;
}

.pi-product-profile .pi-product-wrapper {
  color: #444;
}
.pi-product-profile .pi-product-wrapper .pi-text-only {
  color: grey;
}
.pi-product-profile .pi-product-wrapper .pi-text {
  color: grey;
}
.pi-product-profile .pi-product-wrapper .pi-table-cell-text {
  color: grey;
}
.pi-product-profile .pi-product-wrapper h2,
.pi-product-profile .pi-product-wrapper h2.pi-label-only,
.pi-product-profile .pi-product-wrapper h2.pi-label,
.pi-product-profile .pi-product-wrapper h2.pi-combined-header {
  font-size: 0.84375rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  color: #7fa2c0;
}
.pi-product-profile .pi-product-wrapper #pi-product-profile-manufacturer-title,
.pi-product-profile .pi-product-wrapper h2[id*=pi-product-profile-product-line],
.pi-product-profile .pi-product-wrapper h2[id*=pi-product-profile-model-name],
.pi-product-profile .pi-product-wrapper h2[id*=pi-product-profile-model-number] {
  color: #cccccc;
}
.pi-product-profile .pi-product-wrapper #pi-product-profile-manufacturer-info,
.pi-product-profile .pi-product-wrapper .pi-table-cell-text[id*=pi-product-profile-product-line],
.pi-product-profile .pi-product-wrapper .pi-table-cell-text[id*=pi-product-profile-model-name],
.pi-product-profile .pi-product-wrapper .pi-table-cell-text[id*=pi-product-profile-model-number] {
  color: #7fa2c0;
}
.pi-product-profile .pi-product-wrapper a:not(.pi-help-link) {
  color: #7fa2c0;
}
.pi-product-profile .pi-product-wrapper a:not(.pi-help-link):hover, .pi-product-profile .pi-product-wrapper a:not(.pi-help-link):focus, .pi-product-profile .pi-product-wrapper a:not(.pi-help-link):visited {
  color: #7fa2c0;
}
.pi-product-profile h1.product-pi-number {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  color: #7fa2c0 !important;
}

.pi-case-user .pi-product-wrapper {
  text-transform: none !important;
}
.pi-case-user .pi-table-cell-text {
  text-transform: none !important;
}

.pi-case-uppercase .pi-product-wrapper {
  text-transform: uppercase !important;
}
.pi-case-uppercase .pi-table-cell-text {
  text-transform: uppercase !important;
}

.pi-theme-light.pi-product-profile .pi-product-wrapper {
  color: #000;
}
.pi-theme-light.pi-product-profile .pi-product-wrapper .pi-text-only,
.pi-theme-light.pi-product-profile .pi-product-wrapper .pi-text,
.pi-theme-light.pi-product-profile .pi-product-wrapper .pi-table-cell-text {
  color: #000;
}
.pi-theme-light.pi-product-profile .pi-product-wrapper h2,
.pi-theme-light.pi-product-profile .pi-product-wrapper h2.pi-label-only,
.pi-theme-light.pi-product-profile .pi-product-wrapper h2.pi-label,
.pi-theme-light.pi-product-profile .pi-product-wrapper h2.pi-combined-header {
  color: #000;
}
.pi-theme-light.pi-product-profile .pi-product-wrapper #pi-product-profile-manufacturer-title,
.pi-theme-light.pi-product-profile .pi-product-wrapper h2[id*=pi-product-profile-product-line],
.pi-theme-light.pi-product-profile .pi-product-wrapper h2[id*=pi-product-profile-model-name],
.pi-theme-light.pi-product-profile .pi-product-wrapper h2[id*=pi-product-profile-model-number] {
  color: #000;
}
.pi-theme-light.pi-product-profile .pi-product-wrapper #pi-product-profile-manufacturer-info,
.pi-theme-light.pi-product-profile .pi-product-wrapper .pi-table-cell-text[id*=pi-product-profile-product-line],
.pi-theme-light.pi-product-profile .pi-product-wrapper .pi-table-cell-text[id*=pi-product-profile-model-name],
.pi-theme-light.pi-product-profile .pi-product-wrapper .pi-table-cell-text[id*=pi-product-profile-model-number] {
  color: #000;
}

.pi-theme-light .pi-product-wrapper {
  background: #fff;
  color: #000;
}
.pi-theme-light .pi-product-wrapper .pi-product-image-views {
  background: #fff;
  color: #000;
}
.pi-theme-light .pi-product-wrapper .copyright-notice-wrapper {
  background: #fff;
  color: #000;
}
.pi-theme-light .pi-product-wrapper .pi-product-profile-manager-title p {
  color: #000 !important;
}

.pi-product-case-uppercase .pi-product-wrapper {
  text-transform: uppercase;
}

.pi-product-wrapper {
  transition: all 0.2s;
  padding: 44px 0;
  min-height: 100vh;
}
.pi-product-wrapper a {
  color: #7fa2c0;
  text-transform: none;
}
.pi-product-wrapper a:focus, .pi-product-wrapper a:hover, .pi-product-wrapper a:visited {
  color: #7fa2c0;
}
.pi-product-wrapper .pi-network-share-wrapper {
  position: relative;
}
.pi-product-wrapper .pi-network-share-wrapper .toggle-social-links {
  position: absolute;
  width: 95px;
  left: 0;
  top: 69px;
  background: #000;
  color: #f39325;
  z-index: 1;
  border-radius: 5px;
  border: solid 1px #808080;
}
.pi-product-wrapper .pi-network-share-wrapper .toggle-social-links span {
  color: #f39325;
  cursor: pointer;
  display: block;
  padding: 11px 15px;
  text-align: left;
}
.pi-product-wrapper .pi-availability-table {
  margin-bottom: 22px;
}
.pi-product-wrapper .pi-availability-table td {
  padding: 0 10px 0 0;
}
.pi-product-wrapper .pi-product-wrapper-collapsible.expanded {
  margin-bottom: 22px;
}
.pi-product-wrapper .pi-product-wrapper-left {
  position: relative;
}
.pi-product-wrapper .pi-availability-available {
  color: #99cc00;
}
.pi-product-wrapper .pi-availability-unavailable {
  color: #cc0000;
}
.pi-product-wrapper .product-pi-left-top-1 {
  margin-bottom: 22px;
}
.pi-product-wrapper .product-pi-left-top-1 th {
  padding-right: 15px;
}
.pi-product-wrapper .product-pi-left-top-1 td {
  padding-right: 15px;
  line-height: 1;
  color: #7fa2c0;
  text-transform: uppercase;
}
.pi-product-wrapper .pi-product-left-top-right-table td:nth-child(2) {
  text-align: center;
}
.pi-product-wrapper .pi-product-left-top-right-table td:last-child {
  text-align: right;
}
.pi-product-wrapper .pi-product-left-top-right-table td {
  padding: 0 15px 0 0;
}
.pi-product-wrapper .pi-product-left-top-right-table img {
  width: 50px;
  height: 50px;
  margin-top: 4px;
  cursor: pointer;
}
.pi-product-wrapper .pi-product-profile-manager {
  margin-top: 33px;
}
.pi-product-wrapper .product-pi-number {
  margin: 11px 0 22px;
}
.pi-product-wrapper .product-pi-triangle {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 32px solid #444;
  position: relative;
  float: left;
  display: none;
}
.pi-product-wrapper .product-pi-triangle::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 32px solid #000;
}
.pi-product-wrapper .pi-product-dimensions li {
  display: inline;
}
.pi-product-wrapper .pi-product-dimensions li:last-child .dimension-times {
  display: none;
}
.pi-product-wrapper .pi-product-wrapper-right-wrapper.collapsed {
  border-left: solid 1px rgba(128, 128, 128, 0.5);
  padding-left: 22px;
}
.pi-product-wrapper .pi-product-wrapper-right-wrapper.expanded {
  border-top: solid 1px rgba(128, 128, 128, 0.5);
  margin-top: 50px;
}
.pi-product-wrapper .pi-product-wrapper-left-bottom-1 {
  margin-top: 5.5px;
}
.pi-product-wrapper .pi-text-only {
  margin-bottom: 22px;
  overflow: hidden;
  color: grey;
}
.pi-product-wrapper .pi-text-only.hidden {
  display: none;
}
.pi-product-wrapper .pi-product-wrapper-left-top-1 .pi-text-only {
  margin-bottom: 0;
}
.pi-product-wrapper .pi-product-wrapper-expand-collpase img {
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  cursor: pointer;
  margin-top: 5px;
}
.pi-product-wrapper .pi-product-profile-tags li {
  display: inline-block;
}

.pi-entity-profile .container,
.pi-product-profile .container {
  max-width: 90% !important;
}

.svg-icon:hover {
  border: solid 1px #f39325;
  border-radius: 5px;
}

.svg-icon.selected {
  border: solid 1px #99cc00;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .sticky #pi-product-brand {
    position: fixed;
    top: 15px;
    left: 5px;
    transition: all 0.5s;
    z-index: 1000;
  }
  .sticky #pi-product-brand img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .sticky #pi-product-brand img {
    width: 55px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .sticky #pi-product-brand img {
    width: 55px;
    margin-left: 15px;
  }
}
#pi-product-profile-food-preparation ul {
  list-style: number;
}
#pi-product-profile-food-preparation ul li {
  margin-left: 22px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .pi-product-wrapper .pi-product-wrapper .product-pi-left-top-1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-pi-left-top-1 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .pi-product-wrapper .pi-product-wrapper-right-wrapper.collapsed {
    padding-left: 0;
    padding-top: 33px;
    margin-top: 33px;
    border-top: solid 1px #444;
    border-left: none;
  }
  .pi-product-wrapper .pi-product-wrapper-right-wrapper.collapsed .svg-icon {
    display: none;
  }
}
@media (max-width: 1200px) {
  .pi-product-bottom-icons .pi-product-left-icons img {
    margin-bottom: 11px;
    width: 50px;
    height: 50px;
  }
  .pi-product-bottom-icons img {
    margin-bottom: 11px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .pi-product-profile-manager {
    margin-top: 0;
  }
  .pi-product-wrapper-right-wrapper {
    min-height: 100vh;
  }
  .pi-product-wrapper-right-wrapper.expanded {
    min-height: auto;
  }
}
.expanded .pi-product-profile-manager {
  padding-left: 0;
}

.pi-api-buy {
  background: #000;
  color: #808080;
}
.pi-api-buy .container {
  max-width: 100% !important;
}
.pi-api-buy .pi-product-wrapper,
.pi-api-buy #pi-main {
  min-height: initial !important;
}
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper {
  max-width: 768px !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 44px 15px;
  background: #000;
  color: #444;
}
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper .pi-text-only {
  color: grey;
}
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper .pi-text,
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper .pi-table-cell-text {
  color: #444;
}
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper h2,
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper h2.pi-label-only,
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper h2.pi-label,
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper h2.pi-combined-header {
  font-size: 0.84375rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  color: #7fa2c0;
}
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper #pi-product-profile-manufacturer-title,
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper h2[id*=pi-product-profile-product-line],
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper h2[id*=pi-product-profile-model-name],
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper h2[id*=pi-product-profile-model-number] {
  color: #cccccc;
}
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper #pi-product-profile-manufacturer-info,
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper .pi-table-cell-text[id*=pi-product-profile-product-line],
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper .pi-table-cell-text[id*=pi-product-profile-model-name],
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper .pi-table-cell-text[id*=pi-product-profile-model-number] {
  color: #7fa2c0;
}
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper a:not(.pi-help-link) {
  color: #7fa2c0;
}
.pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper a:not(.pi-help-link):hover, .pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper a:not(.pi-help-link):focus, .pi-api-buy .pi-product-wrapper.pi-product-checkout-wrapper a:not(.pi-help-link):visited {
  color: #7fa2c0;
}
.pi-api-buy h1.product-pi-number {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  color: #7fa2c0 !important;
}
.pi-api-buy h1.product-pi-number .pi-help-link {
  display: inline !important;
  color: #f39325 !important;
  text-decoration: none;
}
.pi-api-buy h1.product-pi-number .pi-help-link:hover, .pi-api-buy h1.product-pi-number .pi-help-link:focus, .pi-api-buy h1.product-pi-number .pi-help-link:visited {
  color: #f39325 !important;
}
.pi-api-buy .api-buy .pi-form-save-button-right > .row h1 {
  display: none;
}
.pi-api-buy .api-buy,
.pi-api-buy .api-buy .pi-form,
.pi-api-buy .container.api-buy.api-buy--guest,
.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .container,
.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-form {
  max-width: 768px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pi-api-buy .pi-product-share {
  display: none !important;
}
.pi-api-buy .pi-product-wrapper-right-top-2 {
  margin-top: 22px;
}
.pi-api-buy .pi-checkout-button-root .pi-checkout-link img,
.pi-api-buy .pi-checkout-button-root .pi-continue-as-guest {
  height: 50px;
  width: auto;
}

body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-field-wrapper,
body.pi-api-buy .api-buy-login .pi-field-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  --pi-form-field-max-width: 100%;
}
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper,
body.pi-api-buy .api-buy-login .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper {
  max-width: 100% !important;
  width: 100% !important;
}
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-a-password-wrapper .pi-field-wrapper,
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-a-password-wrapper .privacy-option-dropdown-main-wrapper,
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-v-password-wrapper .pi-field-wrapper,
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-v-password-wrapper .privacy-option-dropdown-main-wrapper,
body.pi-api-buy .api-buy-login .pi-a-password-wrapper .pi-field-wrapper,
body.pi-api-buy .api-buy-login .pi-a-password-wrapper .privacy-option-dropdown-main-wrapper,
body.pi-api-buy .api-buy-login .pi-v-password-wrapper .pi-field-wrapper,
body.pi-api-buy .api-buy-login .pi-v-password-wrapper .privacy-option-dropdown-main-wrapper {
  max-width: 100% !important;
  width: 100% !important;
}
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-a-password-wrapper .pi-label,
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-v-password-wrapper .pi-label,
body.pi-api-buy .api-buy-login .pi-a-password-wrapper .pi-label,
body.pi-api-buy .api-buy-login .pi-v-password-wrapper .pi-label {
  display: none !important;
}
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-a-password-wrapper .pi-login-button-wrapper,
body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-v-password-wrapper .pi-login-button-wrapper,
body.pi-api-buy .api-buy-login .pi-a-password-wrapper .pi-login-button-wrapper,
body.pi-api-buy .api-buy-login .pi-v-password-wrapper .pi-login-button-wrapper {
  position: static;
  top: auto;
  right: auto;
  transform: none;
  margin-top: 10px;
  margin-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 992px) {
  body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper,
  body.pi-api-buy .api-buy-login .pi-form-fields-wrapper:has(.pi-keypad-component-root) .pi-a-password-wrapper {
    max-width: 270px !important;
    width: min(100%, 270px) !important;
  }
  body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-a-password-wrapper,
  body.pi-api-buy .api-buy-login .pi-a-password-wrapper {
    max-width: 270px !important;
    width: min(100%, 270px) !important;
  }
  body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-a-password-wrapper .pi-field-wrapper,
  body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-a-password-wrapper #pi-account-a-password,
  body.pi-api-buy .container.api-buy.api-buy--guest .api-buy-login .pi-a-password-wrapper .pi-input,
  body.pi-api-buy .api-buy-login .pi-a-password-wrapper .pi-field-wrapper,
  body.pi-api-buy .api-buy-login .pi-a-password-wrapper #pi-account-a-password,
  body.pi-api-buy .api-buy-login .pi-a-password-wrapper .pi-input {
    max-width: 270px !important;
    width: 100% !important;
  }
}

.pi-get-checkout .pi-form,
.api-buy .pi-form,
.pi-product-checkout-wrapper {
  min-height: initial;
  max-width: 1024px !important;
  margin: 0 auto !important;
}

.pi-get-checkout .pi-checkout-wrapper {
  margin-top: 44px;
}

.pi-get-checkout .product-information-headings,
.pi-api-buy .product-information-headings {
  max-width: 768px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}

.container.api-buy.api-buy--guest,
.container.api-buy.api-buy--guest .api-buy-login .container,
.container.api-buy.api-buy--guest .api-buy-login .pi-form {
  max-width: 1024px !important;
  margin-left: auto;
  margin-right: auto;
}

.container.api-buy.api-buy--guest {
  min-height: 100vh;
}

@media (min-width: 560px) {
  .container.api-buy.api-buy--guest .api-buy-login .pi-login-button-wrapper {
    transform: translateY(0) !important;
  }
}
/* Guest buy login keypad — components/pi/Keypad.scss */
.pi-api-buy.pi-logged-out .copyright-notice {
  text-align: center;
}

.pi-entity-profile .pi-help-link-profile {
  display: inline-block !important;
}

.pi-product-profile .pi-help-link-profile {
  display: none !important;
}

.pi-get-checkout .api-buy .pi-account-new-email-wrapper,
.pi-api-buy .api-buy .pi-account-new-email-wrapper {
  --pi-form-field-margin-bottom: 22px;
  margin-bottom: 22px;
}

.pi-get-checkout .vue-map-container {
  float: right;
  margin-top: -200px;
  width: 95px !important;
  height: 95px !important;
  min-height: 95px !important;
  max-height: 95px !important;
  margin-bottom: 44px;
}

#pi-product-profile-tags {
  overflow: hidden;
}
#pi-product-profile-tags li {
  float: left;
  margin-right: 15px;
}

.api-buy .pi-form-save-button-right h2 {
  display: none;
}

.pi-checkout-wrapper .card-fields-section h2,
.pi-checkout-wrapper .pi-form-save-button-right h2 {
  display: none;
}

.api-buy-guest .pi-html-wrapper {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .pi-product-imagery {
    margin-bottom: 50px;
  }
}
.other .pi-product-wrapper-right-wrapper {
  margin-top: 50px;
}

#pi-account-business-entity #pi-account-business-entity-info {
  color: #f39325 !important;
}

.pi-product-profile-author-pi {
  text-transform: none;
}

.pi-entity-profile-link-text {
  text-transform: none;
  padding: 5.5px 0;
  color: #cccccc;
}

.pi-entity-profile a {
  color: #7fa2c0;
}
.pi-entity-profile a:focus, .pi-entity-profile a:hover, .pi-entity-profile a:visited {
  color: #7fa2c0;
}

.pi-product-wrapper .pi-profile-wrapper-collapsible .pi-product-wrapper-left-top-1 .pi-text-only {
  margin-bottom: 22px;
}

.pi-profile-wrapper-collapsible .address-item-data {
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 22px;
}
.pi-profile-wrapper-collapsible .address-item-data p {
  color: #808080;
  margin: 0 0 5.5px;
}

.pi-case-user .pi-profile-wrapper-collapsible .address-item-data {
  text-transform: none;
  color: #fff;
}
.pi-case-user .pi-profile-wrapper-collapsible .address-item-data .address-line,
.pi-case-user .pi-profile-wrapper-collapsible .address-item-data p {
  text-transform: none !important;
  color: #fff;
}

body.pi-entity-profile.pi-case-user .pi-product-wrapper {
  color: #fff;
}
body.pi-entity-profile.pi-case-user .pi-product-wrapper .pi-text-only,
body.pi-entity-profile.pi-case-user .pi-product-wrapper .pi-profile-entity-name,
body.pi-entity-profile.pi-case-user .pi-product-wrapper .pi-profile-entity-business-position,
body.pi-entity-profile.pi-case-user .pi-product-wrapper .pi-profile-hours-status-text,
body.pi-entity-profile.pi-case-user .pi-product-wrapper .screensaver-openinghours-text {
  color: #fff;
}
body.pi-entity-profile.pi-case-user .pi-product-wrapper .pi-profile-entity-business {
  color: #7fa2c0;
}
body.pi-entity-profile.pi-case-user .pi-product-wrapper h1,
body.pi-entity-profile.pi-case-user .pi-product-wrapper h2,
body.pi-entity-profile.pi-case-user .pi-product-wrapper h3,
body.pi-entity-profile.pi-case-user .pi-product-wrapper h4,
body.pi-entity-profile.pi-case-user .pi-product-wrapper #pi-account-about-title,
body.pi-entity-profile.pi-case-user .pi-product-wrapper .pi-single-address-header {
  color: #cccccc;
}
body.pi-entity-profile.pi-case-user .pi-product-wrapper .product-pi-number {
  color: #7fa2c0;
}

.pi-super-replicator-icon {
  padding: 17px 0;
}
.pi-super-replicator-icon img {
  width: 55px;
  height: auto;
  display: block;
  margin: 0;
}

.pi-longitude-latitude p {
  margin-top: 11px;
  color: #444;
}

.pi-lookup-mode-info {
  padding: 11px 0;
}

.pi-fullscreen-map .vue-map-container {
  width: 100% !important;
  height: 100vh !important;
}

.pi-super-replicator-icon.pi-setting-profile-youtube {
  padding: 21px 0;
}

.pi-super-replicator-icon.pi-setting-profile-zoom {
  padding: 33px 0;
}

.pi-single-address-header {
  color: #cccccc;
}

.pi-profile-right-content {
  padding-top: 1px;
}

#pi-single-address .vue-map-container {
  margin-top: 22px;
  width: 500px !important;
  height: 500px !important;
  max-width: 100%;
}

.pi-loaded-address-fields .lookup_mode {
  margin: 22px 0 0;
}

.pi-entity-profile section {
  margin-bottom: 22px;
}

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

.pi-profile-entity-row {
  clear: both;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.pi-profile-entity-row::before {
  content: "";
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  pointer-events: none;
}
.pi-profile-entity-row .pi-profile-right-content {
  flex: 1;
  min-width: 0;
  width: auto;
  float: none;
}

.pi-profile-hours-status-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.pi-profile-hours-status-row .pi-profile-left-logo {
  float: none;
  margin-right: 0;
  flex: 0 0 50px;
  flex-shrink: 0;
}
.pi-profile-hours-status-row .pi-profile-right-content {
  float: none;
  width: auto;
  flex: 1;
  min-width: 0;
  padding-top: 0;
}

.pi-profile-hours-status-text {
  margin: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.pi-profile-entity-content {
  width: 100%;
  float: none;
}

.pi-profile-entity-content .pi-text-only + .pi-profile-entity-availability-icon {
  margin-top: 0.75rem;
}

.pi-profile-entity-availability-icon img {
  width: 50px;
  height: auto;
}

.pi-profile-entity-opening-hours .screensaver-openinghours-text,
.pi-profile-opening-hours-section .screensaver-openinghours-text {
  display: block;
}
.pi-profile-entity-opening-hours .schedule,
.pi-profile-opening-hours-section .schedule {
  text-align: left;
  line-height: 1.3;
}

.pi-profile-opening-hours-under-entity {
  clear: both;
  width: 100%;
  margin-top: 0.75rem;
  text-align: left;
}

.pi-profile-entity-opening-hours {
  width: 100%;
  text-align: left;
  margin-top: 0.75rem;
}
.pi-profile-entity-opening-hours .pi-profile-left-logo .status {
  display: block;
}
.pi-profile-entity-opening-hours .pi-profile-left-logo .status svg,
.pi-profile-entity-opening-hours .pi-profile-left-logo .status img {
  width: 50px;
  height: 50px;
  display: block;
}

.pi-profile-entity-heyyu-opening-hours {
  width: 100%;
  margin-top: 0.75rem;
  text-align: left;
}
.pi-profile-entity-heyyu-opening-hours .screensaver-openinghours-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pi-profile-entity-heyyu-opening-hours .screensaver-openinghours-text .status svg,
.pi-profile-entity-heyyu-opening-hours .screensaver-openinghours-text .status img {
  width: 35px;
  height: 35px;
  display: block;
}
.pi-profile-entity-heyyu-opening-hours .schedule {
  line-height: 1.3;
}

.pi-profile-opening-hours-section .screensaver-openinghours-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pi-profile-opening-hours-section .screensaver-openinghours-text .status svg,
.pi-profile-opening-hours-section .screensaver-openinghours-text .status img {
  width: 35px;
  height: 35px;
  display: block;
}

.get-pi-profile.pi-logged-out .copyright-notice {
  text-align: center;
  padding-left: 0;
}

#pi-account-about {
  margin-bottom: 22px;
}
#pi-account-about .pi-profile-right-content {
  padding-top: 8px;
}

.pi-profile-entity-business {
  color: #7fa2c0;
}

.pi-entity-profile-logo {
  width: 55px;
  height: 55px;
  float: left;
}

.pi-entity-profile-link {
  padding: 4px 0;
  float: left;
  margin-left: 15px;
}
.pi-entity-profile-link .product-pi-number {
  margin-bottom: 0;
  margin-top: 0;
}
.pi-entity-profile .pi-profile-wrapper-left-top {
  margin-bottom: 33px;
}

#pi-account-about-title {
  color: #cccccc;
}

#pi-account-about .pi-text-only {
  font-style: normal;
  margin-top: 11px;
  line-height: 21px;
}

.pi-entity-profile #pi-account-about #pi-account-about-title.collapsed {
  margin-bottom: 22px !important;
}

.pi-entity-profile .address-wrapper .address-item-title h4 .pi-label-only,
.pi-entity-profile #pi-account-about .pi-label-only {
  position: relative;
  cursor: pointer;
  margin: 0;
  display: inline;
}
.pi-entity-profile .address-wrapper .address-item-title h4 .pi-label-only:after,
.pi-entity-profile #pi-account-about .pi-label-only:after {
  position: absolute;
  display: block;
  content: " ";
  background-size: 25px 25px;
  background-image: url("/svg/icons/001212-collapse-control-circular.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  top: -1px;
  right: -37px;
}

.pi-entity-profile #pi-account-about .pi-label-only.collapsed {
  display: inline;
}
.pi-entity-profile #pi-account-about .pi-label-only.collapsed:after {
  position: absolute;
  display: block;
  content: " ";
  background-size: 25px 25px;
  background-image: url("/svg/icons/001211-expand-control-circular.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  top: -1px;
  right: -37px;
}

.pi-entity-profile #pi-account-about .product-pi-left-top-1 .pi-label-only,
.pi-entity-profile .address-wrapper .product-pi-left-top-1 .pi-label-only {
  cursor: default;
}
.pi-entity-profile #pi-account-about .product-pi-left-top-1 .pi-label-only:after,
.pi-entity-profile .address-wrapper .product-pi-left-top-1 .pi-label-only:after {
  position: absolute;
  display: block;
  content: " ";
  background-size: 25px 25px;
  background-image: url("/svg/icons/001212-collapse-control-circular.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  top: -1px;
  right: -37px;
}

.pi-entity-profile .address-wrapper .address-item-title h4 {
  cursor: pointer;
  position: relative;
  margin: 0;
  display: inline;
}
.pi-entity-profile .address-wrapper .address-item-title h4:after {
  position: absolute;
  display: block;
  content: " ";
  background-size: 25px 25px;
  background-image: url("/svg/icons/001212-collapse-control-circular.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  top: -1px;
  right: -37px;
}

.pi-entity-profile .address-wrapper .address-item-title h4.collapsed {
  display: inline;
}
.pi-entity-profile .address-wrapper .address-item-title h4.collapsed:after {
  position: absolute;
  display: block;
  content: " ";
  background-size: 25px 25px;
  background-image: url("/svg/icons/001211-expand-control-circular.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  top: -1px;
  right: -37px;
}

.pi-profile-left-logo {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.pi-profile-left-logo img {
  width: 50px;
  height: auto;
}

.pi-profile-right-content {
  width: calc(100% - 70px);
  float: left;
}

/*
@media (min-width: 768px) {
    .pi-profile-left-logo {
        margin-left: -65px;
    }
    .pi-profile-right-content {
        width: calc(100% - 50px);
        float: left;
    }
}
*/
.pi-entity-profile.sticky {
  padding-top: 50px;
}

.pi-profile-left-logo img {
  cursor: pointer;
}

.gm-style ul {
  background: #000 !important;
  color: #7fa2c0 !important;
}
.gm-style ul li {
  background: #000 !important;
  color: #7fa2c0 !important;
}

.gmnoprint .gm-style-mtc:first-child {
  margin-right: 15px;
}

.gm-style button,
.gm-style-mtc button {
  background: #000 !important;
  color: #7fa2c0 !important;
  border: solid 2px #cccccc !important;
  border-radius: 4px !important;
}

.gm-style button img {
  display: none;
}
.gm-style button:hover, .gm-style button:focus {
  outline: 0 !important;
  border-color: #f39325 !important;
}

.gm-style button[aria-pressed=true] {
  outline: 0 !important;
  border-color: #f39325 !important;
}

.gmnoprint > div {
  background-color: transparent !important;
}

.gm-style div {
  color: #7fa2c0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.gm-style ul[role=menu] {
  display: none !important;
}

.gm-style div.gm-style-cc {
  background: #000 !important;
  color: #7fa2c0 !important;
}
.gm-style div.gm-style-cc div {
  background: #000 !important;
  color: #7fa2c0 !important;
}

.gm-style button img {
  display: none;
}

.gm-style button[title="Toggle fullscreen view"] {
  background-color: #000 !important;
  background-image: url("/svg/product/3d_model/full-screen-control-yd-49-77-96.svg") !important;
  background-size: cover !important;
}
.gm-style button[title="Toggle fullscreen view"] img {
  display: none !important;
}

body.pi-map-fullscreen .gm-style button[title="Toggle fullscreen view"] {
  background-image: url("/svg/product/3d_model/exit-full-screen-control-yd-27-28-92.svg") !important;
}

.gm-style button[title="Zoom in"] {
  top: -22px !important;
  background-color: #000 !important;
  background-image: url("/svg/product/3d_model/001145-img-zoom-in-control.svg") !important;
  background-size: cover !important;
}
.gm-style button[title="Zoom in"] img {
  display: none !important;
}

.gm-style button[title="Zoom out"] {
  background-color: #000 !important;
  background-image: url("/svg/product/3d_model/001146-img-zoom-out-control.svg") !important;
  background-size: cover !important;
}
.gm-style button[title="Zoom out"] img {
  display: none !important;
}

.vue-map-container {
  max-width: 100%;
}

.closed-icon,
.open-icon {
  width: 50px;
  height: auto;
}

/*
.pi-entity-profile {
    h1, h2, h3 {
        color: $c3 !important;
    }
}
.pi-entity-profile {
    a {
        color: $c3;
    }
    .pi-text-only {
        color: $c3;
    }
}
*/
