@charset "UTF-8";
body {
  overflow: initial !important;
}

.purple-text {
  color: #9a5188;
}

.more-info a {
  text-decoration: underline;
  color: #444f60;
  font-size: 0.9rem;
}

.b-checkbox label:before {
  border: 1px solid #B4BACD;
}

.flex-card.is-digital.is-selected {
  background-color: rgba(255, 114, 115, 0.2);
  border-color: #f92b60 !important;
}
.flex-card.is-loyalty.is-selected {
  background-color: rgba(0, 178, 137, 0.2);
  border-color: #00b289 !important;
}
.flex-card.is-marketing.is-selected {
  background-color: rgba(237, 165, 20, 0.2);
  border-color: #eda514 !important;
}
.flex-card.is-works.is-selected {
  background-color: rgba(129, 138, 151, 0.2);
  border-color: #818a97 !important;
}

.pricing-picker {
  background: #F5F6FA;
  border-radius: 6px;
  padding: 0.5rem 0.1rem;
  display: inline-flex;
}
.pricing-picker span {
  color: #444f60;
  transition: all 0.5s;
  padding: 5px 20px 3px !important;
}
.pricing-picker span.is-active {
  background: #FFFFFF;
  font-family: "Nexa Bold", sans-serif;
}
.pricing-picker span.is-active p {
  background: rgba(240, 253, 244, 0.5);
  border-radius: 6px;
}

.cart-users .is-number-input {
  border: 1px solid #CCC !important;
  text-align: center;
  width: 60px;
  font-size: 10pt;
}

.cart-wrapper {
  border-radius: 6px;
  margin-bottom: 1rem;
}
.cart-wrapper .item-block .claim {
  font-size: 0.95rem;
}
.cart-wrapper .item-block .monthly-tag {
  font-size: 0.95rem;
}
.cart-wrapper .total-block {
  margin-top: 1rem;
  border-top: 1px solid #DDE5F1;
}
.cart-wrapper .total-block .label-total {
  font-size: 1.2rem;
  color: #000;
}

.services ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
.services ul li {
  font-size: 1.1rem;
  line-height: 16px;
}
.services ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.services .modules {
  background-color: #F5F6FA;
  border-radius: 6px;
}
.services .modules-wrapper .simple-feed {
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
}
.services .modules-wrapper .simple-feed .feed-item {
  display: inline-block;
  width: 100%;
  margin-top: 0 !important;
  cursor: pointer;
}
.services .modules-wrapper .simple-feed .feed-item.is-selected::after {
  background-color: #624DE3;
  color: #FFF;
  content: "\f058";
}
.services .modules-wrapper .simple-feed .feed-item.is-selected .feed-item-text {
  border: 2px solid #624DE3 !important;
}
.services .modules-wrapper .simple-feed .feed-item.is-danger .feed-item-text {
  border-left-color: #f92b60;
}
.services .modules-wrapper .simple-feed .feed-item.is-success .feed-item-text {
  border-left-color: #2eb289;
}
.services .modules-wrapper .simple-feed .feed-item.is-warning .feed-item-text {
  border-left-color: #f6c400;
}
.services .modules-wrapper .simple-feed .feed-item.is-grey .feed-item-text {
  border-left-color: #8799ac;
}
.services .modules-wrapper .simple-feed .feed-item.is-purple .feed-item-text {
  border-left-color: #9a5188;
}
.services .modules-wrapper .simple-feed .feed-item .feed-item-text {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #DDE5F1;
  padding: 1rem;
  border-left-width: 2px;
}
.services .modules-wrapper .simple-feed .feed-item .price {
  background-color: #F5F6FA;
  border-radius: 6px;
  display: inline-flex;
  align-items: baseline;
  padding: 0 0.8rem;
}
.services .modules-wrapper .simple-feed .feed-item::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f055";
  top: 30%;
  font-size: 1.3rem;
  left: -16px;
  border: none;
  width: 30px;
  height: 29px;
  display: flex;
  align-items: center;
  background: #dde5f1;
  padding: 6px;
  border-radius: 100px;
  text-align: center;
}

.flex-header {
  border-bottom: 1px solid #F2F2F2;
}
.flex-header h2 {
  font-weight: 800;
}
.flex-header .price {
  background-color: #F5F6FA;
  border-radius: 6px;
  display: inline-flex;
  align-items: baseline;
  padding: 0 0.8rem;
}

.title-section .title {
  background-color: #F5F6FA;
  border-radius: 6px;
  padding: 0.8rem;
}
.title-section .subtitle {
  padding: 0.4rem 0.8rem;
}

.claim-list div {
  color: hsl(0, 0%, 21%);
  line-height: 1.125;
  font-size: 1rem;
  padding: 0.5rem 0;
}
.claim-list ul {
  list-style: circle;
  margin-left: 1.5rem;
  margin-top: 0;
}
.claim-list ul li {
  line-height: 1.5;
  margin-bottom: 0.1rem;
  font-size: 1rem;
}
.claim-list ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}

div.is-sticky {
  position: sticky;
  top: 6rem;
}

div.column.is-scroll {
  padding-bottom: 2.5rem;
}

.mobile-resume {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  width: calc(100% + 1px);
  background-color: rgba(240, 240, 240, 0.56);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}
.mobile-resume .item-block:not(:last-child) {
  border-bottom: 1px solid #DDE5F1;
  padding-bottom: 10px;
}
.mobile-resume .open-arrow {
  position: absolute;
  left: calc(50% - 16px);
  top: -17px;
  cursor: pointer;
}
.mobile-resume .open-arrow span {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  background: #DDE5F1;
  border-radius: 50px;
  border: 1px solid #FFF;
}
.mobile-resume .open-arrow span i {
  margin: 0 auto;
}

@media (max-width: 767px) {
  body {
    overflow: hidden !important;
  }
}
/* ============================================================
   Storecheckout design — ported for the pricing lite calculator
   ============================================================ */
/* Sector selector */
.store-sector {
  border: 1.5px solid #7B2FF7;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
}

.store-sector select {
  height: 2.5rem;
  font-size: 14px;
  border: 1px solid #E2E4EE;
  border-radius: 8px;
  background: #EEF0F8;
  cursor: pointer;
  outline: none;
  margin-top: 3px;
}

/* Store content layout */
.store-content {
  padding: 16px 10px;
}

.store-content .flex-card {
  border-radius: 6px;
}
.store-content .flex-card .card-body {
  padding: 20px;
}

.store-content .services .service-card.is-business * {
  pointer-events: none;
}

.store-content .services .service-card.is-selected.is-business {
  border-left: 4px solid #7B2FF7 !important;
  cursor: default;
  pointer-events: none;
}

.store-content .summary {
  border: 1px solid #B4BACD;
  border-radius: 12px;
  padding: 18px;
  background-color: #FFF;
}

.store-content hr {
  background-color: #B4BACD !important;
}

/* Sticky sidebar */
div.is-sticky {
  position: sticky;
  top: 6rem;
}

div.column.is-scroll {
  padding-bottom: 2.5rem;
}

/* Service cards */
.flex-card.is-bordered {
  border-color: #B4BACD;
  margin-bottom: 10px;
}

.flex-card.is-bordered.is-selected {
  border-left: 4px solid #7B2FF7;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.service-info {
  flex: 1;
  min-width: 0;
}

.service-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}

.service-name {
  font-weight: 700;
  font-size: 1rem;
  color: #1a1a2e;
}

.service-badge {
  background: #f0e6ff;
  color: #7B2FF7;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 2px 10px;
  white-space: nowrap;
}
.service-badge.inverted {
  background: #7B2FF7;
  color: #FFF;
}

.service-description {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.4;
}

.service-notice {
  font-size: 0.85rem;
  color: #6b7280;
  font-style: italic;
  line-height: 1.4;
}

.service-price {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a1a2e;
  white-space: nowrap;
  text-align: right;
}

/* Disable direct checkbox clicks — card v-on:click handles toggling */
.service-card .b-checkbox {
  pointer-events: none;
}

/* Selected states */
.service-card.is-selected.is-danger {
  background-color: #fff5f8;
  border: 1px solid #f92b60 !important;
}

.service-card.is-selected.is-purple {
  background-color: #f5eeff;
  border: 1px solid #9a5188 !important;
}

.service-card.is-selected.is-success {
  background-color: #f0fdf4;
  border: 1px solid #10b981 !important;
}

.service-card.is-selected.is-warning {
  background-color: #fffbeb;
  border: 1px solid #f59e0b !important;
}

.service-card.is-selected.is-grey {
  background-color: #f9fafb;
  border: 1px solid #818a97 !important;
}

.service-card:not(.is-business) {
  cursor: pointer;
}

/* Colored name + price when selected */
.service-card.is-selected.is-danger .service-name,
.service-card.is-selected.is-danger .service-price {
  color: #f92b60;
}

.service-card.is-selected.is-purple .service-name,
.service-card.is-selected.is-purple .service-price {
  color: #9a5188;
}

.service-card.is-selected.is-success .service-name,
.service-card.is-selected.is-success .service-price {
  color: #10b981;
}

.service-card.is-selected.is-warning .service-name,
.service-card.is-selected.is-warning .service-price {
  color: #f59e0b;
}

.service-card.is-selected.is-grey .service-name,
.service-card.is-selected.is-grey .service-price {
  color: #6b7280;
}

/* Muted /mes colour when selected */
.service-card.is-selected.is-danger .service-price .grey-text {
  color: #f9a8c9 !important;
}

.service-card.is-selected.is-purple .service-price .grey-text {
  color: #c4a8f7 !important;
}

.service-card.is-selected.is-success .service-price .grey-text {
  color: #6ee7b7 !important;
}

.service-card.is-selected.is-warning .service-price .grey-text {
  color: #fcd34d !important;
}

.service-card.is-selected.is-grey .service-price .grey-text {
  color: #b0b7c3 !important;
}

/* Expand / collapse toggle button */
.card-expand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: #818a97;
  border: 1.5px solid #818a97;
  border-radius: 8px;
  padding: 3px 12px;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  line-height: 1.6;
  min-width: 7.5rem;
}
.card-expand-btn:hover {
  background: #f4f4f6;
}

.store-content .services .service-card.is-business .card-expand-btn {
  pointer-events: auto;
  cursor: pointer;
}

.service-card.is-selected.is-danger .card-expand-btn {
  color: #f92b60;
  border-color: #f92b60;
}
.service-card.is-selected.is-danger .card-expand-btn:hover {
  background: #fff5f8;
}

.service-card.is-selected.is-purple .card-expand-btn {
  color: #9a5188;
  border-color: #9a5188;
}
.service-card.is-selected.is-purple .card-expand-btn:hover {
  background: #f5eeff;
}

.service-card.is-selected.is-success .card-expand-btn {
  color: #10b981;
  border-color: #10b981;
}
.service-card.is-selected.is-success .card-expand-btn:hover {
  background: #f0fdf4;
}

.service-card.is-selected.is-warning .card-expand-btn {
  color: #f59e0b;
  border-color: #f59e0b;
}
.service-card.is-selected.is-warning .card-expand-btn:hover {
  background: #fffbeb;
}

.service-card.is-selected.is-grey .card-expand-btn {
  color: #6b7280;
  border-color: #6b7280;
}
.service-card.is-selected.is-grey .card-expand-btn:hover {
  background: #f9fafb;
}

.service-card.is-selected.is-business .card-expand-btn {
  color: #3B82F6;
  border-color: #3B82F6;
}
.service-card.is-selected.is-business .card-expand-btn:hover {
  background: #EFF6FF;
}

/* Fix margin when card-details is a sibling */
.card-body .columns:has(+ .card-details) {
  margin-bottom: 0;
}

.card-details {
  border-top: 1px solid #B4BACD;
  padding-top: 14px;
  padding-bottom: 4px;
  margin-top: 10px;
}
.card-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}
.card-details ul li {
  font-size: 0.9rem;
  color: #444f60;
}
@media (max-width: 480px) {
  .card-details ul {
    grid-template-columns: 1fr;
  }
}

/* Cart labels and notice */
.cart-category-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
  text-transform: uppercase;
  padding: 12px 0 6px;
  margin-bottom: 15px;
  border-bottom: 1px solid #B4BACD;
}
.cart-category-label hr {
  margin: 0 !important;
  padding: 0 !important;
  height: 2px !important;
  background-color: #B4BACD !important;
}

/* Qty stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #d5d5d5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 38px;
}

.qty-stepper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  cursor: pointer;
  color: #555;
  font-size: 0.8rem;
  transition: background 0.15s, color 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.qty-stepper-btn:hover {
  background: #f3f3f3;
  color: #111;
}

.qty-stepper-input {
  width: 40px;
  height: 38px;
  border: none;
  border-left: 1.5px solid #d5d5d5;
  border-right: 1.5px solid #d5d5d5;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
  background: #fff;
  outline: none;
  box-shadow: none;
  -moz-appearance: textfield;
  padding: 0;
}
.qty-stepper-input::-webkit-outer-spin-button, .qty-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* wiwink One card */
.wiwinkone-card {
  border: 1.5px solid #7B2FF7 !important;
  background: #F7F3FF;
}

.wiwinkone-toggle-btn {
  border-radius: 7px !important;
}

.wiwinkone-details .wiwinkone-module-item {
  background: #fff;
  border: 1px solid #E0D4F8;
  border-radius: 6px;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.wiwinkone-details .wiwinkone-cta-btn {
  width: 100%;
  border-radius: 7px;
  font-weight: 600;
}

/* Fix checkmark icon: app.css loads Font Awesome 6 Pro, override the FA5 reference from _checkboxes.scss */
.b-checkbox input[type=checkbox]:checked + label::after,
.b-checkbox input[type=radio]:checked + label::after,
.b-checkbox input[type=checkbox].styled:checked + label:after {
  font-family: "Font Awesome 6 Pro";
}

/* Checkbox colours for purple and grey variants */
.b-checkbox.is-purple input[type=checkbox]:checked + label:before {
  background-color: #9a5188;
  border-color: #9a5188;
}

.b-checkbox.is-purple input[type=checkbox]:checked + label:after {
  color: #FFF;
}

.b-checkbox.is-grey input[type=checkbox]:checked + label:before {
  background-color: #818a97;
  border-color: #818a97;
}

.b-checkbox.is-grey input[type=checkbox]:checked + label:after {
  color: #FFF;
}

/* Lock modules when wiwink One is active */
.store-is-locked .service-card:not(.is-users) {
  pointer-events: none;
  opacity: 0.85;
}
.store-is-locked .service-card:not(.is-users) .card-expand-btn {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .column.services .service-card .columns.is-gapless .column.is-12-mobile {
    margin-top: 10px;
  }
  .reduced {
    font-size: 0.8rem !important;
  }
  .pricing-picker span {
    font-size: 0.8rem !important;
    padding: 5px !important;
  }
  .pricing-picker span p {
    font-size: 0.6rem !important;
  }
}
