.leaky-page-container {
  width: 100%;
  max-width: 1034px;
  margin: 0 auto;
}
.leaky-columned {
  width: 100%;
  padding: 48px 0 28px;
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.leaky-login-col {
  width: calc(50% - 10px);
  padding-top: 45px;
  overflow: hidden;
}
.leaky-register-col {
  width: calc(50% - 10px);
  padding-top: 32px;
  overflow: hidden;
}
.leaky-testimonial-col {
  width: calc(50% - 10px);
  position: relative;
  align-self: flex-start;
}
.leaky-testi-arrows {
  width: 140px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  gap: 16px;
}
.leaky-testi-arrows > div {
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50em;
  border: 1px solid white;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.leaky-testi-arrows > div:hover {
  opacity: 0.5;
}
.leaky-testi-arrows > div > svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.leaky-testi-arrows > div > svg > path {
  stroke: white;
}
.leaky-testi-carousel,
.leaky-testi-qx-mag {
  width: 100%;
  height: 100%;
}
.leaky-testi-qx-mag img {
  width: 100%;
  height: auto;
}
.slick-list,
.slick-track {
  height: 100%;
}
.leaky-testi-card {
  width: 100%;
  aspect-ratio: 507 / 675;
  position: relative;
  display: none;
}
.leaky-testi-card:first-of-type {
  display: block;
}
.leaky-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leaky-card-info {
  position: absolute;
  bottom: 0;
  padding: 24px;
  color: white;
  transition: opacity 500ms ease-in-out;
}
.leaky-card-quote {
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 24px;
}
.slick-slide .leaky-card-info {
  opacity: 0;
}
.slick-slide.slick-current.slick-active .leaky-card-info {
  opacity: 1;
}
.leaky-card-person {
  width: calc(100% - 140px);
}
.leaky-card-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.leaky-card-label {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
.leaky-login-box {
  width: 200%;
  display: flex;
  align-items: flex-start;
  transition: transform 250ms ease-in-out;
}
.leaky-login-box.multiple {
  width: 300%;
  transition: transform 400ms ease-in-out;
}
.leaky-login-box.multiple.r4 {
  width: 400%;
}
.leaky-login-box.step2 {
  transform: translateX(-50%);
}
.leaky-login-box.multiple.step2 {
  transform: translateX(-33.33%);
}
.leaky-login-box.multiple.step3 {
  transform: translateX(-66.66%);
}
.leaky-login-box.multiple.r4.step2 {
  transform: translateX(-25%);
}
.leaky-login-box.multiple.r4.step3 {
  transform: translateX(-50%);
}
.leaky-login-box.multiple.r4.step4 {
  transform: translateX(-75%);
}
.leaky-step-container {
  width: 50%;
}
.leaky-login-box.multiple .leaky-step-container {
  width: 33.33%;
}
.leaky-login-box.multiple.r4 .leaky-step-container {
  width: 25%;
}
.leaky-step-container-step1 {
  width: 100%;
  max-width: 328px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.leaky-step-container-step1.churn-form {
  max-width: 430px;
  padding: 40px 0px 60px;
}
.leaky-step-container-step1.churn-form.larger {
  max-width: 460px;
}
.login-redir {
  display: none;
}
.leaky-step-container-step1.register {
  max-width: 420px;
  margin-right: 0;
}
.leaky-step-container-step2 {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.email-back-btn,
.email-back-btn-link,
.nl-back-btn-link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #9c9c9c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  transition: color 250ms ease-in-out;
  cursor: pointer;
}
.email-back-btn-link {
  margin-bottom: 32px;
}
.email-back-btn svg,
.email-back-btn-link svg,
.nl-back-btn-link svg {
  width: 20px;
  height: 20px;
}
.email-back-btn path,
.email-back-btn-link path,
.nl-back-btn-link path {
  stroke: #9c9c9c;
  transition: stroke 250ms ease-in-out;
}
.email-back-btn:hover,
.email-back-btn-link:hover,
.nl-back-btn-link:hover {
  color: #7357ff;
}
.email-back-btn:hover path,
.email-back-btn-link:hover path,
.nl-back-btn-link:hover path {
  stroke: #7357ff;
}
.leaky-nl-code-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}
.leaky-nl-code-label {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leaky-title {
  border: 0;
  text-align: left;
  color: black;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  padding: 0;
  margin-top: 0 !important;
  text-transform: none;
  margin-bottom: 12px;
}
.leaky-step-container-step1.churn-form .leaky-title {
  text-align: center;
  width: 100%;
}
.leaky-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
.leaky-step-container-step1.churn-form .leaky-desc {
  text-align: center;
}
.leaky-desc.nomarg {
  margin: 0;
}
.leaky-desc .step-2 {
  display: none;
}
.leaky-desc.step2 .step-2 {
  display: inline;
}
.leaky-desc.step2 .step-1 {
  display: none;
}
.leaky-desc .current-email {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #7357ff;
}
.leaky-form-row {
  position: relative;
}
.leaky-form-error {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #f04438;
  display: none;
  margin-top: 6px;
  transition: height 250ms ease-in-out;
}
.leaky-form-general-error {
  margin-top: 24px;
  display: inline-flex;
  padding: 6px 8px;
  gap: 8px;
  border: 1px solid #fecdca;
  background: #fef3f2;
  color: #f04438;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: none;
}
.leaky-form-general-error.info {
  display: flex;
  margin-top: 5px;
}
.leaky-form-general-error svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.leaky-form-general-error.show {
  display: inline-flex;
}
.error .leaky-form-error {
  display: block;
}
.leaky-form-label {
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
  display: block;
}
.leaky-form-input {
  padding: 12px 40px 12px 14px;
  border-radius: 4px;
  border: 1px solid #cecece;
  width: 100%;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-image: none;
  transition: border-color 250ms ease-in-out, color 250ms ease-in-out,
    background-color 250ms ease-in-out, padding-left 250ms ease-in-out;
}
select.leaky-form-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url(./img/selector-down.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.preloader-icon-invoice {
  height: 12px;
  background-image: url(./img/icons8-loading.gif);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 24px;
  opacity: 0.4;
}
.leaky-form-column-two {
  display: flex;
  gap: 16px;
}
.leaky-form-input.spaced {
  margin-top: 12px;
}
.leaky-form-row:not(.error) .leaky-form-input:not(.disabled):focus-visible,
.leaky-form-row:not(.error) .leaky-form-input:not(.lock-back):focus-visible {
  border-color: #7357ff;
}
.leaky-form-input.disabled,
.leaky-form-input.lock-back {
  opacity: 1;
  border-color: #cecece;
  color: #667085;
  background-color: #f9fafb;
  pointer-events: none;
}
.leaky-form-input.lock-back {
  padding-left: 34px;
}
.leaky-form-input::placeholder {
  color: #cecece;
}
.leaky-input-lock-back {
  display: none;
  width: 34px;
  position: absolute;
  top: 23px;
  z-index: 1;
  height: 50px;
  border-radius: 4px 0px 0px 4px;
  cursor: pointer;
}
.leaky-input-lock-back svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.error .leaky-form-input {
  background-size: 16px 16px;
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
  background-image: url("./img/error-info.svg");
  border-color: #fda29b;
}
.leaky-form-button {
  background: #7357ff;
  display: inline-block;
  padding: 16px 32px;
  color: white;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}

.leaky-step-container-step1.churn-form .leaky-form-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  min-width: 250px;
  text-align: center;
}
.leaky-form-button.disabled {
  background-color: rgba(123, 97, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  cursor: not-allowed;
}
.leaky-form-button:not(.disabled):hover {
  background-color: rgba(123, 97, 255, 0.5);
  color: white;
  opacity: 1;
}
.leaky-step-container-step1.churn-form .leaky-form-button.disabled {
  background: #7357ff;
  color: white;
}
.leaky-step-container-step1.churn-form .leaky-form-button.disabled.grayed {
  background-color: rgba(123, 97, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.leaky-form-button.logga-in,
.leaky-form-button.verify-code {
  margin-top: 24px;
}
.leaky-verify-footer {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leaky-verify-footer span.clickable {
  color: #7357ff;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.leaky-login-footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 32px;
  gap: 12px;
}
.leaky-login-footer-label {
  white-space: nowrap;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leaky-login-footer-label a,
.leaky-login-footer-label a:hover {
  color: #7357ff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.leaky-secondary-btn {
  text-align: center;
  color: #7357ff;
  display: inline-block;
  padding: 16px 32px;
  background-color: white;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border: #7357ff 1px solid;
  overflow: hidden;
  white-space: nowrap;
  transition: background-color 250ms ease-in-out, opacity 250ms ease-in-out,
    color 250ms ease-in-out;
}
.leaky-secondary-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.leaky-secondary-btn:not(.disabled):hover,
.leaky-secondary-btn:not(.disabled):active,
.leaky-secondary-btn:not(.disabled):focus {
  background-color: #7357ff;
  color: white;
}
.leaky-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.leaky-form-input-code {
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 8px;
  color: #7357ff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 24px */
  letter-spacing: -0.48px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.leaky-form-input-code:focus-visible,
.leaky-form-input-code:not(:placeholder-shown) {
  border: 2px solid #7357ff;
}
.leaky-form-input-code::placeholder {
  color: #cecece;
}
.leaky-form-input-code::-webkit-outer-spin-button,
.leaky-form-input-code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.leaky-form-input-code:nth-child(n + 4) {
  order: 2;
}
.email-code-fields {
  display: flex;
  align-items: center;
  gap: 8px;
}
.email-code-fields::before {
  content: "";
  height: 2px;
  width: 8px;
  order: 1;
  background: #cecece;
  display: block;
}
.leaky-disclaimer {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #9b6aff;
  background: rgba(123, 97, 255, 0.1);
  color: #7357ff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  max-width: 405px;
}
.leaky-disclaimer.reactivated {
  border: 1px solid #079455;
  background: rgba(7, 148, 85, 0.1);
  color: #079455;
}
.leaky-disclaimer.long {
  max-width: 415px;
}
.leaky-disclaimer strong {
  font-weight: 600;
}
.leaky-disclaimer.hidden {
  display: none;
}
.leaky-register-form {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 12px;
  width: 100%;
}
.leaky-register-footer {
  margin-top: 24px;
}
.leaky-register-footer-label {
  color: #000;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.qruiser-login-submit-leaky {
  display: none;
}
.leaky-row-container {
  width: 100%;
  padding: 40px 0;
}
.leaky-subscription-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 48px;
}
.leaky-subscription-header-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 594px;
}
.leaky-subscription-header-title {
  color: #000;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 0;
  margin: 0 !important;
  letter-spacing: normal;
  text-transform: unset;
  padding: 0;
  text-align: left;
}
.leaky-subscription-header-desc {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.leaky-subscription-toggle-container {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.leaky-subscription-toggle-label {
  color: #7357ff;
  font-family: "Inter";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.leaky-subscription-toggle {
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
  padding: 4px;
  cursor: pointer;
  background: var(--text-inverted, #fff);
  box-shadow: 0px 0px 45px 0px rgba(123, 97, 255, 0.1) inset;
}
.leaky-subscription-toggle-indicator {
  position: absolute;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #7357ff;
  right: 4px;
  transition: transform 250ms ease-in-out;
}
.leaky-subscription-toggle-btn {
  width: 55px;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #9c9c9c;
  padding: 5px;
  z-index: 1;
  transition: color 250ms ease-in-out;
}
.leaky-subscription-toggle-btn.years {
  color: white;
}
.leaky-subscription-toggle.mo .leaky-subscription-toggle-btn.years {
  color: #9c9c9c;
}
.leaky-subscription-toggle.mo .leaky-subscription-toggle-btn.month {
  color: white;
}
.leaky-subscription-toggle.mo .leaky-subscription-toggle-indicator {
  transform: translateX(-100%);
}
.leaky-subscription-body {
  margin: 56px 0 48px;
  min-height: 1px;
  display: flex;
  gap: 20px;
}
.leaky-subscription-cards {
  cursor: pointer;
  width: 50%;
  padding: 24px 12px;
  background: var(--text-inverted, #fff);
  box-shadow: 0px 0px 45px 0px rgba(123, 97, 255, 0.1) inset;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  order: 3;
}
.leaky-subscription-cards.info-card {
  box-shadow: none;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  pointer-events: none;
}
.info-card-title {
  color: #000;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 480px;
}
.info-card-desc {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.leaky-subscription-cards.popular {
  background-image: url("./img/card-gradient.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  order: 2;
}
.leaky-subscription-cards.free {
  order: 1;
}
.leaky-subscription-cards.current-level:not(.nonrecurring) {
  cursor: not-allowed;
  pointer-events: none;
}
.leaky-subscription-cards.monthly {
  display: none;
}
.months .leaky-subscription-cards.yearly {
  display: none;
}
.months .leaky-subscription-cards.monthly {
  display: flex;
}
.sub-card-tag {
  display: inline-block;
  color: #7357ff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin: 0 auto 16px;
  padding: 4px 8px;
  border: 1px solid #7357ff;
}
.sub-card-tag.highlight-me {
  color: white;
  background-color: #7357ff;
  border: 1px solid #7357ff;
}
.popular .sub-card-tag {
  color: white;
  border: 1px solid white;
}
.popular .sub-card-tag.highlight-me {
  color: #7357ff;
  background-color: white;
  border: 1px solid white;
}
.sub-card-title {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
  align-self: flex-start;
  margin-bottom: 2px;
}
.popular .sub-card-title {
  color: white;
}
.sub-card-description {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.popular .sub-card-description {
  color: white;
}
.sub-card-price {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  align-self: flex-start;
}
.sub-card-price.no-bottom {
  padding-bottom: 0;
}
.sub-card-interval {
  color: #9c9c9c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 2px;
}
.popular .sub-card-interval {
  color: rgba(255, 255, 255, 0.75);
}
.sub-card-yearly-price {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 7px;
}
.popular .sub-card-price {
  color: white;
}
.popular .sub-card-yearly-price {
  color: white;
}
.sub-card-benefit-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 16px;
  gap: 8px;
  margin-bottom: 16px;
}
.popular .sub-card-benefit-list {
  border-color: white;
}
.sub-card-benefit-list-items {
  color: #000;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  gap: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sub-card-benefit-list-items-img {
  width: 38px;
  height: 38px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor;
  flex-shrink: 0;
}

.sub-card-button {
  color: var(--text-inverted, #fff);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  background: #7357ff;
  width: 100%;
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  margin-top: auto;
  border: 1px solid transparent;
  transition: border-color 250ms ease-in-out, color 250ms ease-in-out,
    background-color 250ms ease-in-out;
  overflow: hidden;
  white-space: nowrap;
}
#leaky-profile-address-2-row {
  margin-top: 12px;
}
.sub-card-button.secondary {
  background-color: white;
  color: #7357ff;
  border: 1px solid #7357ff;
}
.leaky-subscription-cards:not(.current-level):hover .sub-card-button {
  background-color: white;
  color: #7357ff;
  border: 1px solid #7357ff;
}
.leaky-subscription-cards.current-level.nonrecurring:hover .sub-card-button {
  background-color: transparent;
  color: #7357ff;
  border: 1px solid #7357ff;
}
.leaky-subscription-cards:not(.current-level):hover .sub-card-button.secondary {
  background-color: #7357ff;
  color: white;
  border: 1px solid #7357ff;
}
.leaky-subscription-cards.current-level.nonrecurring:hover
  .sub-card-button.secondary {
  background-color: #7357ff;
  color: white;
  border: 1px solid #7357ff;
}
.current-level:not(.nonrecurring) .sub-card-button {
  background-color: white;
  color: #7357ff80;
  cursor: not-allowed;
  border: 1px solid #7357ff80;
  opacity: 1;
}
.popular .sub-card-button {
  color: #7357ff;
  background-color: white;
}
.popular.leaky-subscription-cards:not(.current-level):hover .sub-card-button {
  color: white;
  background-color: #7357ff;
  border: 1px solid #7357ff;
}
.popular.leaky-subscription-cards.current-level.nonrecurring:hover
  .sub-card-button {
  color: white;
  background-color: #7357ff;
  border: 1px solid #7357ff;
}
.popular.current-level:not(.nonrecurring) .sub-card-button {
  background-color: transparent;
  color: white;
  cursor: not-allowed;
  border: 1px solid white;
  opacity: 0.5;
}
.sub-card-button-wrapper {
  width: 100%;
  min-height: 49px;
  margin-top: auto;
}
.leaky-subscription-footer {
  display: flex;
  gap: 20px;
  padding-top: 24px;
  position: relative;
}
.leaky-subscription-footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(94deg, #9b6aff 9.66%, #a385ff 97.59%);
  top: 0;
}
.leaky-subscription-footer-card {
  width: 33.33%;
}
.leaky-subscription-footer-card-img {
  width: 100%;
  aspect-ratio: 11 / 6;
  object-fit: cover;
  margin-bottom: 16px;
}
.leaky-subscription-footer-card-title {
  color: #000;
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
.leaky-subscription-footer-card-desc {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.leaky-order-col {
  width: calc(50% - 10px);
  padding-top: 4px;
  padding-bottom: 24px;
}
.leaky-order-form-col {
  width: calc(50% - 10px);
  padding-top: 32px;
  padding-bottom: 17px;
}
.leaky-order-col-title {
  color: #000;
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 0 !important;
  margin-bottom: 16px;
  padding: 0;
  text-transform: none;
  border: 0;
  position: relative;
}
.leaky-order-col-more-details {
  display: none;
}
.leaky-order-summary {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  box-shadow: 0px 0px 45px 0px rgba(123, 97, 255, 0.12) inset;
  color: black;
}
.leaky-order-summary.popular {
  background-image: url("./img/plan-details.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
}
.leaky-order-summary-wrapper {
  background: #fff;
  box-shadow: 0px 0px 45px 0px rgba(123, 97, 255, 0.08) inset;
}
.leaky-order-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.leaky-order-info {
  width: 100%;
  max-width: 240px;
}
.leaky-order-info-title {
  text-align: left;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
.leaky-order-info-desc {
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.leaky-order-info-desc.mobile {
  display: none;
}
.leaky-order-header-price {
  text-align: right;
}
.leaky-order-price {
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.leaky-order-price-yearly-sale {
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: line-through;
}
.leaky-order-summary-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.leaky-order-summary-title {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.leaky-order-summary-list {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.leaky-order-summary-list li {
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 1px 0 1px 26px;
  background-image: url("./img/check-default.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: left top;
}
.leaky-order-summary.popular .leaky-order-summary-list li {
  background-image: url("./img/check-popular.svg");
}
.leaky-order-totals {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.leaky-order-totals-table {
  padding: 16px;
}
.leaky-order-totals-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(123, 97, 255, 0.1);
  align-items: flex-start;
}
.leaky-order-totals-row span.label {
  color: #7357ff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.leaky-order-totals-row span.label.flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
  white-space: unset;
}
.leaky-order-totals-row span.label.flex span.lp-remove-coupon {
  color: black;
  font-weight: 300;
  text-transform: none;
  max-width: 260px;
}
.leaky-order-totals-row span.label.flex span.lp-remove-coupon strong {
  font-weight: 600;
}
.leaky-order-totals-row span.label.flex a.lp-remove-coupon {
  color: black;
  font-weight: 300;
  text-transform: none;
  text-decoration: underline;
}
.leaky-order-totals-row span.amount {
  overflow: hidden;
  color: var(--text-main, #000);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  flex-shrink: 0;
}
.leaky-order-totals-row.main {
  border: 0;
}
.leaky-order-totals-row.main span.amount {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.leaky-order-tt-yearly-toggle {
  padding: 16px 16px 0;
  display: flex;
  gap: 8px;
}
.leaky-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.leaky-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.leaky-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50em;
}

.leaky-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50em;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .leaky-switch-slider {
  background-color: #7357ff;
}

input:focus + .leaky-switch-slider {
  box-shadow: 0 0 1px #7357ff;
}

input:checked + .leaky-switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.leaky-input-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  flex-shrink: 0;
}
.leaky-input-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.leaky-input-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.leaky-input-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .leaky-input-switch-slider {
  background-color: #7b61ff;
}

input:focus + .leaky-input-switch-slider {
  box-shadow: 0 0 1px #7b61ff;
}

input:checked + .leaky-input-switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.leaky-input-switch-slider.round {
  border-radius: 20px;
}
.leaky-input-switch-slider.round:before {
  border-radius: 50%;
}
.leaky-order-toggle-label {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.leaky-order-toggle-label strong {
  color: #7357ff;
  font-weight: 600;
}
.leaky-subscriber-col {
  width: calc(50% - 10px);
  padding-top: 65px;
  padding-bottom: 40px;
}
.leaky-login-box.multiple .leaky-subscriber-col {
  width: 33.33%;
  padding-top: 15px;
}
.leaky-login-box.multiple.r4 .leaky-subscriber-col {
  width: 25%;
  padding-top: 15px;
}
.leaky-subscriber-col.squashed {
  padding-top: 15px;
}
.leaky-login-box.multiple .leaky-subscriber-col.squashed {
  padding-top: 0;
  margin-top: -36px;
}
.leaky-step-container.skapa-konto-step-container.hidden {
  display: none;
}
.leaky-subscriber-detail-box {
  width: 100%;
  max-width: 355px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.leaky-subscriber-detail-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-subs-title {
  color: #000;
  font-family: Lora;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
}
.lp-subs-reminder {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.leaky-subscriber-detail-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.leaky-subscriber-detail-body-title {
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.leaky-subscriber-detail-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.leaky-detail-label {
  color: #7357ff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.leaky-detail-value {
  color: var(--text-main, #000);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.leaky-detail-value.address {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.leaky-subscriber-detail-actions {
  padding-top: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.cancel-edit-profile {
  cursor: pointer;
}
.update-profile-card-actions {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 24px;
}
.update-profile-card-actions button {
  padding: 16px 32px;
  background: #7357ff;
  border: 1px solid #7357ff;
  color: white;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.update-profile-card-actions button:hover {
  background-color: white;
  color: #7357ff;
}
.cancel-update-card {
  color: var(--wet-concrete, #9c9c9c);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.update-user-info,
.update-profile-info {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.update-user-info svg,
.update-profile-info svg {
  width: 15px;
  height: 15px;
}
.update-user-info path,
.update-profile-info path {
  fill: #7357ff;
  transition: fill 250ms ease-in-out;
}
.update-user-info:hover path,
.update-profile-info:hover path {
  fill: white;
}
.hide-on-load {
  display: none !important;
}
.leaky-subscription-delivery-form {
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 16px;
}
.leaky-subscription-info-form {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
  row-gap: 12px;
}
.leaky-magasin-address-row {
  width: 100%;
}
.leaky-magasin-postnummer-row,
.leaky-magasin-city-row {
  width: calc(50% - 10px);
}
.leaky-code-timer-label {
  margin-top: 8px;
  color: var(--wet-concrete, #9c9c9c);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leaky-code-timer-label span.timer-left {
  color: #7357ff;
}
.profile-logout.mobile {
  display: none;
}
.subscription-success-col {
  width: calc(50% - 10px);
}
.subscription-success-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.subscription-success-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subscription-success-header-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.subscription-success-header-title svg {
  width: 40px;
  height: 40px;
}
.subscription-success-title {
  color: #000;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-transform: none;
}
.subscription-success-order {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.subscription-success-order span {
  color: #a280ff;
}
.subscription-success-email-desc {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.subscription-success-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subscription-success-body-title {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.subscription-success-body-table-row {
  border-bottom: 1px solid rgba(123, 97, 255, 0.1);
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 12px 0;
}
.subscription-success-body-table-row .ss-label {
  color: #7357ff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.subscription-success-body-table-row .ss-label span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: none;
  margin-top: 7px;
}
.subscription-success-body-table-row .ss-value {
  overflow: hidden;
  color: var(--text-main, #000);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.subscription-success-body-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.leaky-tertiary-button {
  color: var(--wet-concrete, #9c9c9c);
  text-align: left;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.subscription-already-container {
  width: 100%;
  padding: 80px 16px;
}
.subscription-already-wrapper {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}
.subscription-already-title {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.subscription-already-desc {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 348px;
  margin: 0 auto;
}
.subscription-already-action {
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  margin: 24px auto 0;
  gap: 12px;
}
.leaky-page-profile-wrapper {
  padding: 80px 0 80px;
}
.leaky-page-profile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
}
h1.leaky-page-profile-welcome {
  margin: 0 !important;
  padding: 0;
  border: 0;
  color: black;
  color: #000;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
}
.leaky-page-profile-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  border-top: 1px solid #eaecf0;
  padding-bottom: 32px;
}
.leaky-page-profile-row-headings {
  width: 100%;
  max-width: 280px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #9c9c9c;
}
.leaky-page-profile-row-headings span {
  color: #000;
  font-weight: 600;
}
.leaky-page-profile-row-contents {
  width: 100%;
  max-width: 505px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.leaky-page-profile-row-contents.big-space {
  gap: 36px;
}
.leaky-page-profile-row-contents .leaky-order-col {
  width: 100%;
  padding-bottom: 0;
}
.leaky-page-profile-row-contents .leaky-order-col-title,
.leaky-page-profile-row-contents .leaky-order-totals {
  display: none;
}
.leaky-page-profile-row-contents .subscription-success-body-table-row {
  border: 0;
  padding: 0;
}
.leaky-page-profile-row-contents
  .subscription-success-body-table-row
  .ss-label {
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.leaky-page-profile-row-contents
  .subscription-success-body-table-row
  .ss-label
  span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
}
.leaky-page-profile-row-contents
  .subscription-success-body-table-row
  .ss-value {
  color: var(--text-main, #000);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.leaky-page-info-subscription-action {
  display: flex;
  gap: 12px;
}
.leaky-page-change-plan {
  color: #7357ff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.leaky-page-change-plan:hover {
  color: #7357ff;
}
.leaky-page-downgrade-free {
  color: #9c9c9c;
  /* Text sm/Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.leaky-current-card-content {
  border: 2px solid #eaecf0;
  padding: 16px;
  gap: 12px;
  display: flex;
  order: 2;
}
.leaky-current-card-content.current-payment {
  border-color: #7357ff;
  order: 1;
}
.leaky-current-card {
  width: 46px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.leaky-current-card.amex {
  background-image: url("./img/cards/amex.png");
}
.leaky-current-card.applepay {
  background-image: url("./img/cards/applepay.png");
}
.leaky-current-card.discover {
  background-image: url("./img/cards/discover.png");
}
.leaky-current-card.jcb {
  background-image: url("./img/cards/jcb.png");
}
.leaky-current-card.maestro {
  background-image: url("./img/cards/maestro.png");
}
.leaky-current-card.mastercard {
  background-image: url("./img/cards/mastercard.png");
}
.leaky-current-card.paypal {
  background-image: url("./img/cards/paypal.png");
}
.leaky-current-card.unionpay {
  background-image: url("./img/cards/unionpay.png");
}
.leaky-current-card.visa {
  background-image: url("./img/cards/visa.png");
}
.leaky-current-card.link {
  background-image: url("./img/cards/link.png");
}
.leaky-current-card.bancontact {
  background-image: url("./img/cards/bancontact.png");
}
.leaky-current-card.blik {
  background-image: url("./img/cards/blik.png");
}
.leaky-current-card.giropay {
  background-image: url("./img/cards/giropay.png");
}
.leaky-current-card.ideal {
  background-image: url("./img/cards/ideal.png");
}
.leaky-current-card.eps {
  background-image: url("./img/cards/eps.png");
}

.leaky-current-card-info {
  width: calc(100% - 58px);
}
.leaky-current-card-info-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.current-payment .leaky-current-card-info-actions,
.card-count-1 .leaky-current-card-info-actions .leaky-current-card-remove {
  display: none !important;
}
.leaky-current-card-number {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.current-payment .leaky-current-card-number.other-card {
  margin-top: 6px;
}
.leaky-current-card-expires {
  color: #9c9c9c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.leaky-current-card-content-form {
  order: 3;
  padding-top: 16px;
}
.leaky-current-card-make-default {
  color: #7357ff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
}
.betalsmetod-general-error {
  order: 3;
}
.leaky-current-card-remove {
  color: #9c9c9c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
}
.leaky-current-card-add {
  color: #7357ff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  order: 3;
}
.leaky-profile-detail-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dg-modal-overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.dg-modal {
  display: none;
  width: calc(100% - 32px);
  position: fixed;
  z-index: 22;
  top: 50%;
  left: 50%;
  max-width: 685px;
  background-color: white;
  transform: translate(-50%, -50%);
}
.dg-modal-wrapper {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  max-height: calc(100vh - 32px);
  overflow: hidden;
  overflow-y: auto;
}
.dg-modal-close {
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url("./img/modal-close.svg");
  position: absolute;
  width: 44px;
  height: 44px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 2;
  transform: rotate(0deg);
  transition: transform 300ms ease-in-out;
}
.dg-modal-close:hover {
  transform: rotate(180deg);
}
.dg-modal-header {
  position: relative;
  width: 100%;
  padding: 32px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dg-modal-header-title {
  color: var(--text-main, #000);
  font-family: Lora;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  max-width: 410px;
}
.dg-modal-header-desc {
  color: var(--wet-concrete, #9c9c9c);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 440px;
}
.dg-modal-header-desc span {
  color: var(--Purple, #7357ff);
}
.dg-modal-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dg-modal-card-container {
  padding: 16px 12px;
  background: var(--text-inverted, #fff);
  box-shadow: 0px 0px 45px 0px rgba(123, 97, 255, 0.1) inset;
}
.dg-modal-card-container.hide {
  display: none;
}
.dg-modal-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
span.duration {
  margin-left: -4px;
  letter-spacing: -1.5px;
}
.dg-modal-card-header-title {
  color: var(--text-main, #000);
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.dg-modal-card-header-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--text-main, #000);
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.dg-modal-card-header-price span {
  color: var(--wet-concrete, #9c9c9c);
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: line-through;
}
.dg-modal-card-header-price div {
  color: var(--text-main, #000);
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.dg-modal-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dg-modal-card-body-title {
  color: var(--text-main, #000);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.dg-modal-card-body-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 8px;
  margin-bottom: 16px;
}
.dg-modal-card-body-list li {
  color: var(--text-main, #000);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 1px 0 1px 26px;
  background-position: left top;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url("./img/cross-red.svg");
}

.dg-modal-card-body-list li,
.dg-modal-card-container.featured .dg-modal-card-body-list li,
.product-1 .dg-modal-card-body-list li,
.product-2 .dg-modal-card-body-list li {
  background-image: url("./img/check-default.svg");
}
.product-0 .dg-modal-card-body-list li {
  background-image: url("./img/check-default.svg");
}
.product-0 .dg-modal-card-body-list li:nth-child(n + 2),
.product-1 .dg-modal-card-body-list li:nth-child(n + 7),
.product-2 .dg-modal-card-body-list li:nth-child(n + 7) {
  background-image: url("./img/cross-red.svg");
}

.dg-modal-card-actions {
  display: flex;
  gap: 16px;
}
.modal-btn {
  padding: 16px 32px;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 250ms ease-in-out, border-color 250ms ease-in-out,
    color 250ms ease-in-out;
}
.modal-btn.primary {
  background-color: #7357ff;
  border: 1px solid #7357ff;
  color: white;
}
.modal-btn.primary:hover {
  background-color: white;
  border: 1px solid #7357ff;
  color: #7357ff;
}
.modal-btn.secondary {
  border: 1px solid #7357ff;
  color: #7357ff;
  background-color: transparent;
}
.modal-btn.secondary:hover {
  background-color: #7357ff;
  border: 1px solid #7357ff;
  color: white;
}
.featured .dg-modal-card-header-price div {
  color: #7357ff;
}
.modal-btn.full {
  width: 100%;
}
.leaky-form-general-error.downgrade-error {
  margin-top: 16px;
}
.leaky-form-general-error.reactivate-error {
  margin-top: 0;
}
.leaky-form-general-error.success {
  color: #079455;
  border-color: #079455;
  background-color: #0794551a;
  margin-bottom: 16px;
  display: none;
}
.leaky-form-general-error.newsletter-general-error {
  margin-top: 0;
  margin-bottom: 16px;
}

.leaky-form-general-error.success.show {
  display: inline-block;
}
.leaky-subs-contents-title {
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Inter;
}
.leaky-subs-contents-subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter;
}
.leaky-subs-contents-btn-link {
  margin-top: 15px;
}

.leaky-newsletter-header-title {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.leaky-newsletter-header-subtitle {
  color: #9c9c9c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.leaky-newsletter-reactivate-btn {
  margin-top: 24px;
}
.leaky-newsletter-reload-page {
  margin-top: 24px;
  color: #7357ff;
  border: 1px solid #7357ff;
  background-color: transparent;
}
.leaky-newsletter-reload-page:not(.disabled):hover {
  background-color: #7357ff;
}
.leaky-newsletter-reload-page.hide,
.leaky-newsletter-reactivate-btn.hide {
  display: none;
}
.leaky-newsletter-items {
  padding: 12px;
  border: 1px solid #cecece;
  display: flex;
  gap: 16px;
  cursor: pointer;
  transition: border 250ms ease-in-out, background-color 250ms ease-in-out;
}
.leaky-newsletter-items-image {
  width: 100px;
  aspect-ratio: 100/67;
  align-self: flex-start;
  position: relative;
}
.leaky-newsletter-items-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.leaky-newsletter-items-info {
  width: calc(100% - 178px);
}

.leaky-newsletter-items-info-title {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.leaky-newsletter-items-info-desc {
  color: #9c9c9c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.leaky-newsletter-items-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.leaky-newsletter-items-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
.leaky-info-unsubscribe,
.leaky-info-pending {
  display: block;
}
.leaky-info-unsubscribe.hide,
.leaky-info-pending.hide {
  display: none;
}
.leaky-newsletter-items-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f4f7;
  border-radius: 30px;
  transition: background-color 250ms ease-in-out;
}
.leaky-newsletter-items-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  border-radius: 50%;
  transition: transform 250ms ease-in-out;
}
.leaky-newsletter-items-status {
  color: #7357ff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-align: right;
  text-transform: capitalize;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.leaky-newsletter-items-switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}
.leaky-newsletter-items-loader {
  width: 18px;
  height: 18px;
  border-radius: 50em;
  align-self: center;
  opacity: 0;
}
.leaky-newsletter-items-loader svg {
  width: 100%;
  height: 100%;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaky-newsletter-items-loader path {
  fill: #7357ff4a;
}

.leaky-newsletter-items.active {
  border-color: #7357ff;
}
.active .leaky-newsletter-items-status {
  opacity: 1;
}
.active .leaky-newsletter-items-switch-slider {
  background-color: #7357ff;
}
.active .leaky-newsletter-items-switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.leaky-newsletter-items.disabled {
  border: 1px solid #cecece;
  background: #f9fafb;
  cursor: auto;
}
.disabled .leaky-newsletter-items-image img {
  filter: saturate(0);
}
.disabled .leaky-newsletter-items-info-title,
.disabled .leaky-newsletter-items-info-desc {
  color: #9c9c9c;
}

.leaky-order-coupon-wrapper {
  margin-top: 24px;
}
.leaky-order-coupon-wrapper-inner {
  padding: 24px 16px;
  background: #fff;
  box-shadow: 0px 0px 45px 0px rgba(123, 97, 255, 0.12) inset;
  color: black;
  display: block;
}
.leaky-order-coupon-wrapper-inner.hidden {
  display: none;
}
.leaky-order-coupon-opener {
  color: #9c9c9c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  transition: color 250ms ease-in-out;
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
}
.leaky-order-coupon-opener:hover {
  color: #7357ff;
}
.leaky-order-coupon-opener svg {
  height: 15px;
  width: auto;
  transform: rotate(180deg);
}
.leaky-order-coupon-opener svg path {
  stroke: #9c9c9c;
  transition: stroke 250ms ease-in-out;
}
.leaky-order-coupon-opener:hover svg path {
  stroke: #7357ff;
}
.leaky-order-coupon-opener.hidden {
  display: none;
}
.leaky-order-coupon-wrapper .leaky-paywall-registration-coupon-wrapper {
  margin: 0;
}
.leaky-order-coupon-wrapper form {
  display: flex;
  width: 100%;
}
.leaky-order-coupon-wrapper input[type="text"] {
  padding: 12px 40px 12px 14px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #cecece;
  width: 100%;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  background-image: none;
  transition: border-color 250ms ease-in-out, color 250ms ease-in-out,
    background-color 250ms ease-in-out, padding-left 250ms ease-in-out;
}
.leaky-order-coupon-wrapper input[type="text"]:not(.disabled):focus-visible,
.leaky-order-coupon-wrapper input[type="text"]:not(.lock-back):focus-visible {
  border-color: #7357ff;
}
.leaky-order-coupon-wrapper input[type="text"]::placeholder {
  color: #cecece;
}
.leaky-order-coupon-wrapper input[type="submit"] {
  background: #7357ff;
  display: inline-block;
  padding: 16px 32px;
  color: white;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.leaky_paywall_message_wrap.simple {
  padding: 0;
  background: none;
  margin: -102px auto 2em;
}
.paywall-bg-blur {
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.25) 0%, #fff 100%);
  height: 80px;
}
.paywall-inner-content {
  background-color: #fff;
  background-image: url("./img/paywall-background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: auto;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.paywall-main-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  max-width: 320px;
}
.paywall-main-content-title {
  font-family: Lora;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: left;
  color: #000;
}
.paywall-main-content-subtitle {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  max-width: 265px;
  align-self: flex-start;
}
.paywall-main-content-ups {
  display: flex;
  gap: 8px;
}
.paywall-main-content-ups > * {
  color: #000;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 2px 0 2px 26px;
  background-image: url("./img/check-default.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: left top;
}
.paywall-cta-content {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
.paywall-cta-btn {
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 16px 32px;
  background-color: #7357ff;
  display: block;
  cursor: pointer;
  text-align: center;
  transition: background-color 250ms ease-in-out;
}
.paywall-cta-btn:hover {
  color: white;
  background-color: #5c45cc;
}
.paywall-cta-content > div a {
  color: #7b61ff;
  font-weight: 600;
}
.paywall-authors-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.paywall-authors-content-title {
  color: #9c9c9c;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.paywall-authors-content-list {
  display: flex;
  gap: 24px;
  align-items: center;
}
.paywall-authors-content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.paywall-authors-content-img {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50em;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 4px;
}
.paywall-authors-content-name {
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  text-transform: capitalize;
}
.paywall-authors-content-pos {
  color: #9c9c9c;
  text-align: center;
  /* Author Bio/Small Screens */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

table.leaky-invoice-table {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #9c9c9c;
  border-collapse: collapse;
  margin: 0;
}
table.leaky-invoice-table th {
  color: black;
  font-weight: 600;
  text-align: left;
  font-size: 12px;
}
table.leaky-invoice-table th,
table.leaky-invoice-table td {
  padding: 8px 4px;
}
.invoice-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.invoice-pagination-btn {
  width: 28px;
  height: 28px;
  border-radius: 50em;
  border: 1px solid #7357ff;
  background-color: transparent;
  color: #7357ff;
  cursor: pointer;
  position: relative;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.invoice-pagination-btn.inactive {
  cursor: auto;
  border: 1px solid #dfdfdf;
  color: #dfdfdf;
}
.invoice-pagination-btn:not(.inactive):hover {
  color: white;
  background-color: #7357ff;
}
.invoice-pagination-btn svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.invoice-pagination-btn svg path {
  fill: #7357ff;
  transition: fill 250ms ease-in-out;
}
.invoice-pagination-btn.inactive svg path {
  fill: #dfdfdf;
}
.invoice-pagination-btn:not(.inactive):hover svg path {
  fill: white;
}
.invoice-pagination-page {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  width: 20px;
}
.leaky-invoice-table a {
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  color: #7357ff;
  padding: 4px 8px;
  display: inline-block;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #7357ff;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.leaky-invoice-table tr {
  border-bottom: 1px solid #efefef;
}
.leaky-invoice-table a:hover,
.leaky-invoice-table a:active {
  color: white;
  background-color: #7357ff;
}
.leaky-invoice-table td strong {
  color: black;
}
.action-column {
  text-align: right;
}
span.invoice-status {
  background-color: #d1fab3;
  border: 1px solid #a8f170;
  color: #217005;
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 4px;
  text-transform: capitalize;
}
span.invoice-status.failed {
  color: rgb(192, 18, 60);
  border-color: rgb(251, 211, 220);
  background-color: rgb(253, 233, 238);
}
span.invoice-status.pending {
  background-color: rgb(252, 237, 185);
  border-color: rgb(227 203 121);
  color: rgb(153 119 0);
}
.leaky-popup-banner {
  background: var(
    --Purple-gradient,
    linear-gradient(94deg, #9b6aff 9.66%, #a385ff 97.59%)
  );
  box-shadow: 0px 0px 45px 0px rgba(123, 97, 255, 0.1) inset;
  position: fixed;
  bottom: 0;
  padding: 24px 64px;
  /* left: 0; */
  width: 100%;
  max-width: 1034px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leaky-popup-banner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 440px;
}
.leaky-popup-banner-content-title {
  color: #fff;
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.leaky-popup-banner-content-desc {
  color: #fff;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.leaky-popup-banner-button {
  background: #fff;
  padding: 16px 32px;
  display: inline-block;
  color: #7b61ff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  text-align: center;
  flex-shrink: 0;
}
.leaky-popup-banner-button:hover {
  background-color: #7b61ff;
  color: white;
}
.leaky-popup-banner-close {
  display: flex;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 12px;
}
.leaky_newsletter_widget_container {
  border: 1px solid #d3caff;
  background: #f7f5ff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.leaky_newsletter_widget_container_wrapper {
  width: 200%;
  display: flex;
  transition: transform 250ms ease-in-out;
}
.step4 .leaky_newsletter_widget_container_wrapper {
  transform: translateX(-50%);
}
.leaky_newsletter_form_steps {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.leaky_nl-header {
  padding: 20px 20px 0;
  width: 100%;
}
.leaky_nl-content {
  width: 100%;
  overflow-x: hidden;
}
.leaky_nl-content-inner {
  width: 400%;
  display: flex;
  transition: transform 250ms ease-in-out;
}
.step2 .leaky_nl-content-inner {
  transform: translateX(-25%);
}
.step3 .leaky_nl-content-inner,
.step4 .leaky_nl-content-inner {
  transform: translateX(-50%);
}
.leaky_nl-content-column {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px 20px;
}
.leaky_nl-content-column.full {
  width: 100%;
}
.leaky-nl-step1-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.leaky-nl-header-title {
  color: #000;
  font-family: Lora;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.leaky-nl-header-desc {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.leaky-nl-step2-benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.leaky-nl-img-placehoder {
  width: 100%;
  aspect-ratio: 2.5855;
}
.leaky-nl-welcome-img {
  width: 100%;
  aspect-ratio: 2.5855;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.leaky-nl-benefits-title {
  color: #000;
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.leaky-nl-step1-form {
  display: flex;
  flex-wrap: wrap;
}
.leaky-nl-step1-form .newsletter-all-fields {
  width: 100%;
}
.leaky-nl-step1-form .newsletter-info-container {
  width: 100%;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.leaky-nl-step1-form .newsletter-info-container.inputs {
  border: 1px solid #d1d1d1;
  margin-bottom: 8px;
}
.leaky-nl-step1-form .newsletter-info-container.inputs.error {
  border-color: #fda29b;
}

.leaky-nl-step1-form .newsletter-info-container {
  width: 100%;
}
.leaky-nl-step1-form .newsletter-info-container input[type="email"] {
  width: 100%;
  border: 1px solid #fff;
  padding: 14px 12px;
  font-size: 12px;
  line-height: 12px;
  font-family: inter, sans-serif;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}
.leaky-form-button.floating-newsletter-submit {
  width: 100%;
}
.leaky_nl-content-column.step1 .leaky-form-general-error {
  margin-top: 10px;
}
.leaky_nl-content-column.step2 .leaky-form-general-error {
  margin-top: 14px;
}
.leaky_nl-content-column.step3 .leaky-form-general-error {
  margin-top: 4px;
}
.leaky-nl-step1-form .newsletter-info-container input[type="submit"] {
  width: 40px;
  height: auto;
  padding: 13px 12px;
  background: #fff;
  border-color: #fff;
  color: #000;
  cursor: pointer;
  font-family: inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  border-radius: 0;
  text-align: left;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  border-left: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-image: url(https://www.qx.se/wp-content/themes/qx-wp-theme/assets/images/nl-send.png);
}
.leaky-nl-step1-form .newsletter-info-container input[type="submit"].disabled {
  pointer-events: none;
  opacity: 0.15;
}
.leaky-nl-footer-wrapper {
  padding-top: 8px;
}
.leaky-nl-step1-form .newsletter-info-container input[type="submit"].loading {
  background-image: url("./img/loading.gif");
  background-size: 95% auto;
}
.leaky-nl-step1-form #newsletter_gdpr {
  border: 1px solid #d1d1d1;
}
.leaky-nl-step1-form .error #newsletter_gdpr {
  border: 1px solid #fda29b;
}
.leaky-nl-step1-form .newsletter_gdpr_label {
  color: #000;
}
.newsletter-verify-code-btn,
.newsletter-create-account-btn,
.newsletter-to-account {
  margin-top: auto;
}
.leaky-nl-final-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.leaky_nl-content .leaky-form-input {
  background-color: #fff;
}
.leaky-newsletter-thankyou-image {
  width: 100%;
  aspect-ratio: 1.16;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.leaky_newsletter_thankyou {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.leaky-newsletter-thankyou-content {
  padding: 4px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}
.leaky-register-address-toggle-row,
.leaky-detail-address-toggle-row,
.leaky-account-address-toggle-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  align-items: flex-start;
}
.leaky-account-address-toggle-row,
.leaky-detail-address-toggle-row {
  margin: 0;
}
.confirm-details-wantmag {
  padding: 10px 0 10px 16px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-image: url("https://www.qx.se/wp-content/themes/qx-wp-theme/assets/images/check-newsletter-purple.svg");
}
.confirm-details-wantmag.no-mag {
  background-image: url("./img/xmark-solid.svg");
}
.leaky-maintenance-mode-banner {
  width: 100%;
  margin-top: 0;
  display: block;
}
.leaky-maintenance-mode-banner.leaky-form-general-error {
  display: block;
}
.leaky-maintenance-mode-banner.small {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.leaky-maintenance-mode-banner.large {
  margin: 40px auto 0;
}

@media (max-width: 1100px) {
  .leaky-page-container {
    padding: 0 45px;
    max-width: unset;
  }
  .sub-card-button {
    overflow: auto;
    white-space: unset;
  }
  .leaky-popup-banner {
    max-width: unset;
    padding: 24px 46px;
  }
  .leaky_nl-content-column.step2 .email-code-fields {
    gap: 2px;
  }
  .leaky_nl-content-column.step2 .email-code-fields::before {
    display: none;
  }
}
@media (max-width: 920px) {
  .leaky_nl-content-column.step2 .email-code-fields {
    gap: 8px;
  }
  .leaky_nl-content-column.step2 .email-code-fields::before {
    display: block;
  }
}
@media (max-width: 900px) {
  .leaky-subscription-footer-card-img {
    margin-bottom: 10px;
  }
  .leaky-subscription-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .leaky-subscription-toggle-container {
    align-items: flex-start;
  }
  .leaky-subscription-body {
    margin-top: 16px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .leaky-subscription-cards {
    width: calc(50% - 10px);
    padding: 24px 12px 12px;
  }
  .sub-card-benefit-list {
    margin-bottom: 16px;
  }
  .subscription-already-container {
    width: 100%;
    padding: 40px 16px;
  }
  .subscription-already-title {
    font-size: 24px;
  }
  .leaky-subscription-footer-card {
    width: 100%;
  }
  .leaky-subscription-footer {
    flex-direction: column;
    gap: 60px;
  }
  .leaky-testimonial-col {
    display: none;
  }
  .leaky-login-col {
    width: 100%;
  }
  .leaky-login-col {
    padding-top: 0;
  }
  .leaky-step-container-step1,
  .leaky-step-container-step1.register,
  .leaky-step-container-step2 {
    max-width: 420px;
    margin: 0 auto;
  }
  .leaky-packages-section .leaky-step-container-step1 {
    max-width: 420px;
  }
  .leaky-packages-section .leaky-step-container-step1.register {
    margin: 0 auto;
  }
  .leaky-packages-section.leaky-columned.reverse-mobile {
    flex-direction: column-reverse;
  }
  .leaky-disclaimer {
    max-width: 420px;
  }
  .leaky-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
  }
  .leaky-form-button {
    width: 100%;
  }
  .leaky-form-button.logga-in {
    margin-top: 24px;
  }
  .leaky-login-footer {
    margin-top: 8px;
    width: 100%;
  }
  .leaky-step-container {
    width: 100%;
  }
  .forget-pass-footer.leaky-login-footer {
    margin-top: 32px;
  }
  .create-account-footer .leaky-login-footer-label {
    display: none;
  }
  .leaky-secondary-btn {
    width: 100%;
  }
  .leaky-columned.leaky-packages-section {
    flex-direction: column;
    gap: 32px;
    padding: 40px 0 48px;
  }
  .leaky-order-col {
    width: 100%;
    padding: 0;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
  }
  .leaky-order-col-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .leaky-order-summary {
    padding: 16px 12px;
  }
  .leaky-order-info-title {
    margin-bottom: 0;
  }
  .leaky-order-info-desc {
    display: none;
    margin-top: 0;
  }
  .leaky-order-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .leaky-order-summary-content {
    display: none;
  }
  .leaky-subscriber-detail-box {
    gap: 24px;
    max-width: 420px;
  }
  .leaky-subscriber-col {
    padding: 0;
    width: 100%;
  }
  .leaky-login-box .leaky-subscriber-col {
    padding: 0;
    width: 50%;
  }
  .lp-subs-title {
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .leaky-subscriber-detail-actions {
    flex-direction: column;
    padding-top: 24px;
  }
  .leaky-login-box.multiple .leaky-subscriber-col {
    padding-top: 0;
  }
  .leaky-login-box.multiple .leaky-subscriber-col.squashed {
    margin-top: 0;
  }
  .subscription-success-col {
    width: 100%;
  }
  .subscription-success-wrapper {
    max-width: 420px;
    margin: 0 auto;
  }
  .leaky-tertiary-button {
    width: 100%;
  }
  .reverse-mobile .leaky-order-summary-content,
  .leaky-order-summary-wrapper.open .leaky-order-summary-content {
    display: flex;
  }
  .reverse-mobile .leaky-order-info-desc.mobile,
  .leaky-order-summary-wrapper.open .leaky-order-info-desc.mobile {
    display: block;
  }
  .reverse-mobile .leaky-order-totals,
  .leaky-order-summary-wrapper.open .leaky-order-totals {
    display: flex;
  }
  .leaky-order-col-more-details {
    display: flex;
    position: absolute;
    gap: 2px;
    align-items: center;
    right: 0;
    top: 4px;
    cursor: pointer;
  }
  .leaky-order-col-more-details span {
    color: #7357ff;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .leaky-order-col-more-details svg {
    width: 16px;
    height: 16px;
    transition: transform 250ms ease-in-out;
  }
  .leaky-order-col-more-details.open svg {
    transform: rotateZ(180deg);
  }
  .reverse-mobile .leaky-order-col-more-details {
    display: none;
  }
  .leaky-page-profile-wrapper {
    padding: 45px 0 20px;
  }
  .leaky-page-profile-header {
    padding-bottom: 32px;
  }
  h1.leaky-page-profile-welcome {
    font-size: 24px;
  }
  a.leaky-secondary-btn.profile-logout.desktop {
    display: none;
  }
  a.leaky-secondary-btn.profile-logout.mobile {
    display: inline-block;
    width: auto;
  }
  .leaky-page-profile-row {
    align-items: flex-start;
    padding-top: 16px;
    border-top: 1px solid #eaecf0;
    padding-bottom: 32px;
    flex-direction: column;
    gap: 16px;
  }
  .leaky-page-profile-row-headings,
  .leaky-page-profile-row-contents {
    max-width: 480px;
  }
  .leaky-profile-detail-column .leaky-subscriber-detail-actions {
    padding-top: 12px;
    flex-direction: row;
    align-self: flex-start;
  }
  .leaky-page-profile-row .leaky-order-col-more-details {
    display: none;
  }
  .leaky-page-profile-row-contents .leaky-subscription-info-form {
    margin-top: 0;
  }
  .leaky-page-profile-row .leaky-order-info-desc.mobile {
    display: block;
  }
  .leaky-page-profile-row .leaky-order-summary-content {
    display: flex;
  }
  .leaky-profile-detail-edit .leaky-subscriber-detail-actions {
    padding-top: 12px;
    flex-direction: row;
  }
  .leaky-page-profile-row .leaky-order-col {
    max-width: unset;
  }
}
@media (max-width: 680px) {
  .leaky-popup-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 48px;
    gap: 16px;
  }
  .leaky-popup-banner-button {
    width: 100%;
  }
  .leaky-subscription-cards.info-card {
    align-items: center;
  }
  .info-card-title {
    font-size: 32px;
    line-height: 110%;
  }
  .info-card-desc {
    font-size: 14px;
    line-height: 150%;
  }
  .leaky-subscription-body {
    width: 100%;
    flex-direction: column;
  }
  .leaky-subscription-cards {
    width: 100%;
  }
  .leaky-subscription-header-title {
    font-size: 32px;
    font-weight: 600;
  }
  .leaky-subscription-header-desc {
    font-size: 14px;
    line-height: 150%;
  }
  .sub-card-button.floating {
    position: fixed;
    bottom: 32px;
    z-index: 4;
    right: 57px;
    left: 57px;
    width: auto;
  }
  .sub-card-button.floating.locked {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .leaky-subscription-cards.hidden-on-mobile {
    display: none;
  }
}
@media (max-width: 640px) {
  .leaky-popup-banner {
    padding: 24px;
  }
  .leaky-page-container {
    padding: 0 16px;
  }
  .leaky-form-input-code {
    width: 44px;
    height: 44px;
  }
  .dg-modal-header {
    padding: 24px 16px 0;
  }
  .dg-modal-header-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    max-width: 300px;
  }
  .dg-modal-header-desc {
    max-width: 320px;
  }
  .dg-modal-body {
    padding: 16px;
  }
  .dg-modal-card-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .sub-card-button.floating {
    right: 28px;
    left: 28px;
  }
  .leaky_paywall_message_wrap {
    width: calc(100% + 32px);
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
@media (max-width: 480px) {
  .leaky-step-container-step1,
  .leaky-step-container-step2 {
    max-width: unset;
    margin: 0 auto;
  }
  table.leaky-invoice-table .frequency-cloumn {
    display: none;
  }
  .leaky-invoice-table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  table.leaky-invoice-table .invoice-amount-col {
    order: 1;
    padding-bottom: 0;
  }
  table.leaky-invoice-table .invoice-status-col {
    order: 1;
    margin-right: auto;
    padding-bottom: 0;
  }
  table.leaky-invoice-table .invoice-id-col {
    order: 2;
    width: 50%;
    padding-top: 4px;
  }
  table.leaky-invoice-table .invoice-date-col {
    order: 2;
    padding-top: 4px;
  }
  table.leaky-invoice-table .action-column {
    order: 1;
    width: 50%;
    text-align: right;
    padding-bottom: 0;
  }
}
