.selectBox.selectDesignPpi label > span > span.ppiCostLbl {
  float:right;
  font-size: 13px;
  font-weight: 300;
}
#ppiLeft {
  width:65%;
  float:left;
}
#ppiLeft > p {
  line-height: 25px;
}
#ppiLeft > p > span:nth-child(2){
  margin-left:4px;
  margin-top:1px;
}
#ppiRight {
  width:34%;
  float:right;
}
.ppiImg {
  float:right;
  margin-top: 10px;
  width: 100%;
}
.ppiItemContainer {
  min-width: 200px;
}

.selectBox.selectDesignPpi label {
  width:100%;
  height:auto;
  box-sizing: border-box;
  padding: 0px 0px;
  margin: 6px 0;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 5%);
  border: none;
}



div#ppiTermsAndConditions > label.ppiTerms {
  font-size:13px;
  display:block;
  padding:12px 5px;
  border-radius: 5px;
  text-align: left;
  padding-left:46px;
  line-height: 130%;
  border:1px solid var(--lightGrey);
  animation: 1s jump2 ease-in-out infinite alternate;
  animation-delay: 4s;
}

label[for="ppiTermsCheckbox"]:before {
    border: 2px solid var(--white);
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    opacity: 0;
    float:left;
    margin-left: -31px;
    margin-top: 6px;
    transform: rotate(-45deg);
    width: 12px;
}
input[type="checkbox"]:checked + label:before {
    opacity: 1;
}


div#ppiTermsAndConditions input[type="checkbox"] {
   width: 25px;
   height: 25px;
   background-color: var(--white);
   vertical-align: middle;
   border: 1px solid var(--coral);
   border-radius: 2px;
   appearance: none;
   -webkit-appearance: none;
   outline: none;
   cursor: pointer;
   box-sizing: border-box;
   margin-top: 13px;
   margin-left: 10px;
   animation: 1s jump ease-in-out infinite alternate;
}
@keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
  }
}

div#ppiTermsAndConditions input[type="checkbox"]:checked {
  background-color: var(--green);
  border:1px solid var(--green);
  animation:none;
}
div#ppiTermsAndConditions input[type="checkbox"]:checked + label {
  background:var(--white);
  border:1px solid var(--green);
}

a.darkLink {
  color:var(--deepblue);
  text-decoration: underline;
}

.tooltip.inline {
  display:inline-block;
  float:none;
  width: 15px;
  height: 15px;
  font-family: serif;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  margin-left:5px;
}
.ppiItemAmountLabel .tooltipInfo {
  font-family: 'Inter', sans-serif;
  font-size:13px;
  font-style:normal;
  line-height: 16px;
  text-align: left;
  margin:0 auto;
  left:0;
  right:0;
  box-sizing: border-box;
  padding:15px 8px;
  box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 20%);
}
.ppiItemMostPopularContainer {
    display: flex;
    padding-bottom: 15px;
}
.ppiItemMostPopularEmptyContainer {
    display: contents;
    padding-bottom: 12px;
}
.ppiItemMostPopular {
    position: relative;
    margin: auto;
    background-color: var(--coral);
    color: white;
    padding: 1px 15px;
    border-radius: 1px;
    font-size: 12px;
    font-weight: 400;
}
.ppiItemContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 6px;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.ppiItemAmountLabelTop {
  grid-area: 1 / 1 / 2 / 4;
  font-size:15px;
  color:var(--deepblue);
}
.ppiItemAmountLabel {
  grid-area: 2 / 1 / 2 / 4;
  font-size:18px;
  font-weight: 400;
  color:var(--deepblue);
}
.ppiItemCostLabel {
  grid-area: 1 / 3 / 2 / 4;
  color:var(--deepblue);
  text-align: right;
}
.ppiItemCancelledCostLabel {
  grid-area: 1 / 3 / 2 / 4;
  color: var(--lightGrey);
  text-align: right;
  text-decoration: line-through;
}
.ppiItemDescription {
  grid-area: 3 / 1 / 3 / 4;
  font-style: italic;
  color:var(--deepblue);
  font-size:12px;
}
.ppiItemCoverageAmount {
  grid-area: 3 / 1 / 4 / 3;
  font-weight: 400;
  font-size:16px;
}
.ppiItemMonthlyCost {
  grid-area: 2 / 3;
  text-align: right;
  color: var(--coral);
  font-weight: 400;
}

.selectBox.selectDesignPpi > input[type="radio"]:checked + label,
.selectBox.selectDesignPpi > input[type="radio"]:focus + label {
    background-color: var(--white);
    color:var(--deepblue);
    font-weight: 300;
    font-size: 16px;
    margin-bottom:10px;
    scale:100%;
}
.selectBox.selectDesignPpi > label:hover {
    background-color: var(--white);
    color:var(--deepblue);
    font-weight: 300;
    font-size: 16px;
    margin-bottom:10px;
    scale:101%;
}
.selectBox.selectDesignPpi > input[type="radio"]:checked + label .ppiItemMonthlyCost {
    color:var(--coral);
    font-size: 18px;
}
.selectBox.selectDesignPpi > input[type="radio"]:checked + label .ppiItemHideActive {
    display: none;
}
.selectBox.selectDesignPpi > input[type="radio"]:not(:checked) + label .ppiItemHideInactive {
    display: none;
}
.selectBox.selectDesignPpi > input[type="radio"]:not(:checked) + label .ppiItemMonthlyCost {
    grid-area: 1/3;
    color: var(--deepblue);
    font-size: medium;
}
.selectBox.selectDesignPpi > input[type="radio"]:not(:checked) + label .ppiItemAmountLabelTop {
    font-size: medium;
}

/*fix for backend generated stand alone ppi form */
.threeTwoGrid section#form > #apply > header > div.spacerM {
  height:0px;
}

/* desktop + tablet --> to be moved to responsive.css */
@media (min-width:720px) {
  div#ppiTermsAndConditions input[type="checkbox"] {
     width: 25px;
     height: 25px;
     margin: 31px 18px;
  }
  div#ppiTermsAndConditions > label.ppiTerms {
    border:1px dotted var(--lightGrey);
    font-size:15px;
  }
  label[for="ppiTermsCheckbox"]:before {
      margin-left: -38px;
      margin-top: 25px;
  }

  .ppiItemAmountLabel .tooltipInfo.center {
    margin-left:0px;
    margin-top:-92px;
  }
}

.multipleChoice > label {
    padding:5px 2px 18px 14px;
}
.freeTextReason {
    background-color: #fff;
}

a {
  font-weight: 400;
  color:#fa7b70;
  text-decoration: none;
}

.multipleChoice > label > span {
  margin-left: 40px;
  margin-top: 5px;
}

.disabled,
button:disabled,
button[disabled] {
  background: rgba(var(--bs-white-rgb));
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
}

.fixtedCta.invalid,
.fixtedCta:disabled,
button.fixtedCta:disabled,
button.fixtedCta[disabled] {
  background: var(--lightGrey) !important;
  color: var(--darkGrey) !important;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .page-faq a.fixtedCta {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    transform: none;
    border-radius: 0 !important;
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  .page-faq a.fixtedCta {
    position: relative !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    width: 100% !important;
    max-width: 720px !important;
    margin: 20px 0 !important;
    transform: translate(-50%, 0) !important;
    border-radius: 5px !important;
  }
}

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

.multipleCancelChoice {
  justify-content: right;
  display: flex;
}

.cancelPpiTertiaryButton {
  display: block;
  max-width: 90%;
  margin: auto;
  font-size: 22px;
  color: #9c9c9c;
  font-weight: 900;
  text-align: center;
  padding: 20px;
  background: #FFF;
  box-sizing: border-box;
  border: 0;
}

.cancelPpiTertiaryButton:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}