#search ul {
  margin-top: 0;
}
#search ul > li {
  margin-bottom: 0;
  padding: 0px;
}
#search ul > li .eac-item {
  background: #e5e5e3;
  margin-bottom: 0;
  padding: 2ch;
}
#search ul > li:nth-child(odd) > .eac-item {
  background: #f5f5f5;
}
#search ul > li .eac-item:hover {
  background-color: #f0c300;
  margin-bottom: 0;
}
#TerInfoContractContractNameForm {
  background: #f5f5f5;
}
#TerInfoContractContractNameForm .form-content {
  padding: 25px 40px;
}
#TerInfoContractContractNameForm .btn {
  margin-bottom: 0;
  margin-top: 20px;
}
#TerInfoContractContractNameForm input {
  margin-bottom: 8px;
  background-color: #f7f7f7;
  color: #333;
}
#TerInfoContractContractNameForm a {
  margin-bottom: 0;
}
#TerInfoContractContractNameForm label:not(.error) {
  position: relative;
  margin-bottom: 14px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 160%;
  color: #646d75;
}
#TerInfoContractContractNameForm label:not(.error)::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  border: 1px solid rgba(100, 109, 117, 0.2);
}
#TerInfoContractContractNameForm input[type="checkbox"],
#TerInfoContractContractNameForm input[type="radio"] {
  opacity: 0;
  position: absolute;
}
#TerInfoContractContractNameForm input[type="checkbox"]:checked + label::before {
  background: #facb01;
  background-image: url("/img/checkbox-checked.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#TerInfoContractContractNameForm input[type="radio"]:checked + label::before {
  background-size: 12px;
}
#TerInfoContractContractNameForm .radioDate + label::before {
  border-radius: 50%;
  background-image: url("../img/circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
}

#TerInfoContractContractNameForm .form-block {
  box-shadow: 0px 0px 3px #bbb;
}

#CustomerSubscriptionLetterForm {
  padding: 40px 50px!important;
  background: #fcfcfc;
  margin-top: 0;
}

@media (max-width: 768px) {
  #CustomerSubscriptionLetterForm {
      padding: 16px 20px!important;
  }
}

#formPartDocument p {
  margin-bottom: 0px;
}
.navbar {
  box-shadow: rgba(0, 0, 0, 0.05) 0 10px 40px;
  background: white;
}
.navbar-nav {
  padding-top: 45px;
}
.navbar-nav .close-button {
  z-index: 999;
}
.navbar-nav .close-button:hover {
  background-color: #ffffff50;
}
.pt-24 {
  padding-top: 24px;
}
.border-light {
  border: 1px solid #e8effa;
}
.light-bg {
  padding: 40px 30px 60px 30px;
}
.bg-extralight {
  background-color: #f5f7f9 !important;
}
form label.error::before {
  content: none !important;
}
form label.error,
form p.error {
  font-size: 12px !important;
  padding-left: 0 !important;
}
form label.error {
  top: -25px;
  margin: 0 !important;
}
.form-control.valid {
  border: 1px solid #28a745 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
.form-control.error {
  border: 1px solid #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
.light-bg {
  background-color: #f5f5f5;
}
.details-bg {
  border-radius: 4px;
  padding: 22px 20px;
}
.details-bg p,
.details-bg b {
  font-size: 12px;
}
.payment-right-side {
  padding: 50px 32px;
}
.payment-right-side .details-header-sentence {
  font-size: 12px;
}

.btn-orange-gradient {
  /* button.btn */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 32px;
  gap: 8px;
  color: white;
  border: none;
  /* Gradient/Blue Gradient */
  background: linear-gradient(137.27deg, #ff5235 19.41%, #ff5858 65.49%);

  /* Button Shadow*/
  box-shadow: 0px 4px 4px rgba(191, 14, 14, 0.25);
  border-radius: 6px;
}
.btn-orange-gradient svg {
  opacity: 0.65;
}
.btn-orange-gradient:hover svg,
.btn-orange-gradient:focus svg {
  opacity: 0.65;
}

#TerInfoContractContractNameForm .btn.btn-primary-green {
  transition: 0.5s;
  background-size: 400%;
  box-shadow: 0px 0px 14px -7px #facb01;
  background-image: linear-gradient(45deg, #17d93e 0%, #30c67c 50%, #facb01 70%, #facb01 100%);
  background-position: right center;
}
#TerInfoContractContractNameForm .btn.btn-primary-green:hover {
  box-shadow: 0px 0px 14px -7px #30c67c;
  background-position: left center;
  color: white;
  border-color: #1d794b;
}
#TerInfoContractContractNameForm .btn.btn-primary-green svg path {
  transition: 0.45s;
  color: #2c3640;
  fill: #2c3640;
}
#TerInfoContractContractNameForm .btn.btn-primary-green:hover svg path {
  color: white;
  fill: white;
}
.loading-point {
  opacity: 0;
}
.loading-point p {
  display: none;
}
/* Flashy CTA btn */
.btn-red-flashy {
  margin: 10px;
  padding: 16px 32px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #e60b09;
  background-image: linear-gradient(45deg, #e60b09 0%, #f06f19 51%, #ff2f2f 100%);
}

.btn-red-flashy svg {
  transition: 0.15s;
  opacity: 0.4;
}
.btn-red-flashy:hover svg {
  opacity: 1;
}
.btn-red-flashy:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.btn-red-flashy:active {
  transform: scale(0.95);
}
.btn-arrow svg {
  background: #f5f5f5;
}
#CustomerIndexForm .form-checkbox label,
#CustomerIndexForm a.terms,
#CustomerIndexForm a {
  font-size: 9px !important;
  line-height: 1.4;
  margin-bottom: 0px !important;
}
#CustomerIndexForm .form-checkbox label a,
#CustomerIndexForm a.terms a,
#CustomerIndexForm a {
  color: inherit;
  font-style: underline;
}
#CustomerIndexForm .absolute-amount {
  font-size: 16px;
  padding: 0;
}
#CustomerIndexForm .form-icons {
  top: 0;
}
#CustomerIndexForm .form-icons img {
  height: 80%;
}
#CustomerIndexForm .form-group input[type="text"] {
  line-height: 24px;
  position: relative;
  top: -0.825rem;
}
#CustomerIndexForm .simple-label {
  padding: 0.25rem 0.5rem;
  z-index: 100;
  margin-bottom: 0px;
  background-color: white;
  margin-left: 0.25rem;
}
#CustomerIndexForm .form-icons img {
  margin-right: 0;
}
#CustomerIndexForm .disable {
  background: transparent !important;
  border: 0 !important;
}
#cgv-readmore {
  font-size: 11px;
  line-height: 1.5;
}
#CustomerIndexForm .btn.btn-paye {
  background-color: #df0f0f;
  color: #fff;
  border-color: #df0f0f;
}
#CustomerIndexForm .btn.btn-paye:hover,
#CustomerIndexForm .btn.btn-paye:focus,
#CustomerIndexForm .btn.btn-paye:active {
  background-color: #f20000;
  color: #fff;
  border-color: #f20000;
}
i.fas.fa-question-circle.cvv-info {
  font-size: 15px;
}
.fa-question-circle:before {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #CustomerIndexForm {
    padding: 10px 30px 40px;
  }
}
.footer-bottom p {
  font-size: 13px;
}
#flashMessage {
  top: 100px;
  width: 100%;
}
#payment-page #CustomerIndexForm {
  background: #ffffff;
  border: 1px solid #e8effa;
  padding: 50px 32px 22px 32px;
}

#payment-page .amount-due {
  display: inline;
  margin-left: 0.2rem;
  color: #facb01;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
}

#payment-page .payment-form-header {
  text-align: center;
  margin-left: 0px;
  width: fit-content;
  background-color: white;
}
#payment-page .payment-form-header span {
  font-size: 12px;
  background: white;
  line-height: 16px;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(44, 54, 64, 0.8);
  opacity: 0.8;
}
#payment-page .payment-form-header svg {
  width: 24px;
  height: 24px;
  padding: 0.25rem;
  background: #ffffff;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #e8effa;
}
#payment-page .form-header::after {
  /* content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    transform: rotate(45deg);
    background: #646d75;
    z-index: 1; */
}

/* Preview payment page doc */
#textDocument {
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding-top: 0.5rem;
  word-break: break-word;
}
.card.card-confirmation .card-box-item-content {
  font-size: 12px;
  font-weight: 700;
  display: block;
}
#CustomerIndexForm input.price-amount {
  padding-top: 0;
}
input.price-amount::placeholder {
  color: #facb01 !important;
}
input.is-invalid {
  border: 1px solid #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

input.is-valid {
  border: 1px solid #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.lightbox {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.7);
}

#textDocument.preview-small p {
  font-size: 5px !important;
  margin-bottom: 12px !important;
  line-height: 1.2 !important;
}
#textDocument.preview-small {
  padding-bottom: 5px !important;
  position: relative;
}

@media screen and (max-width: 774px) {
  #textDocument.preview-small {
    margin: auto;
  }
}

#preview {
  display: none;
  transition: all 300ms ease-in-out;
}

.lightbox {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.7);
}

#textDocument.preview-large {
  z-index: 999;
  position: fixed;
  line-height: 20px;
  height: 700px;
  margin: auto auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
  width: 550px;
  top: 2%;
  padding: 20px 20px 50px 20px;
}

#textDocument.preview-large p {
  font-size: 11px !important;
  margin-bottom: 5px !important;
  line-height: 19px !important;
}

#textDocument.preview-small .document-expand span {
  color: white;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: auto;
  max-width: 120px;
  padding-top: 60px;
  margin-top: 35px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
  line-height: 0px;
  background: url("/img/icon-eye.svg") top center no-repeat;
}

#textDocument.preview-small .document-expand {
  opacity: 0;
  background: #283e7b;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: 0.3s all;
  padding-top: 80px;
}

#textDocument.preview-small .document-expand:hover {
  opacity: 0.6;
}

.preview-small .letter-body {
  padding-left: 10px;
  padding-right: 10px;
}

#textDocument.preview-small {
  width: 190px;
}

/* End preview  */

/* .featurepoint-box--long {
  width: 125%;
} */

.header-img--floating-cards {
  margin-top: -60px;
  margin-right: -10px;
}

/* ---------- SUBSCRIPTION BANNER ---------- */

.contract-banner {
  background: left/cover no-repeat url(../img/Banner-Lg.png);
  padding: 8px 20px 8px 20px;
  border: 1px #ededed solid;
  border-radius: 0;
}

.contract-banner .banner-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 10px;
}
.contract-banner p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  opacity: 0.5;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .contract-banner {
    background: left/cover no-repeat url(../img/Banner-md.svg);
  }
  .contract-banner .banner-title {
    font-size: 20px;
  }
  .contract-banner p {
    font-size: 11px;
  }
  .featurepoint-box--long {
    width: 100%;
  }
  .header-img--floating-cards {
    margin-top: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .contract-banner {
    background: left/cover no-repeat url(../img/Banner-xs.svg);
  }
  .contract-banner .banner-title {
    font-size: 20px;
  }
  .contract-banner p {
    font-size: 11px;
  }
}

/* ---------- END SUBSCRIPTION BANNER ---------- */

.right-side {
  text-align: right;
}

div.logo-letter {
  text-align: left;
}
.logo-letter img {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 55px !important;
}

.letter-body p,
.letter-body p div {
  font-size: 15px;
}

.preview-small .logo-letter img {
  right: 10px;
  top: 10px;
  width: 15px !important;
}

#paymentDetails .details b,
#paymentDetails .details .card-box-item-title,
#paymentDetails .details .details__title {
  font-size: 12px;
  display: inline-block;
}
#paymentDetails .details {
  margin-bottom: 1ch;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#payment-page .light-bg > div.details:last-of-type {
  margin-bottom: 0px;
}
#payment-page .light-bg > div.details:last-of-type p {
  font-size: 11px;
  opacity: 0.85;
}

#search input {
  border: 1px solid black;
}

Button#btnSearch.cancel-btn-search {
  right: 0px;
  width: auto;
  white-space: nowrap;
  background: white;
  background-color: white;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  top: 0px;
}

input[type="text"].cancel-input-search {
  height: 60px;

  box-sizing: border-box;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.display-underline {
  font-size: 2em;
  /* position: absolute; */
  /* top: 50%;
  left: 50%; */
  /* transform: translate(-50%,-50%); */
  background-image: linear-gradient(gold, gold);
  background-size: 90% 10px;
  background-repeat: no-repeat;
  background-position: 10% 100%;
  transition: background-size 0.7s, background-position 0.5s ease-in-out;
  animation: 4s linear 2s infinite underline;
}
@keyframes underline {
  12.5% {
    background-size: 100% 100%;
    background-position: 0% 100%;
  }
  25% {
    background-size: 90% 10px;
    background-repeat: no-repeat;
    background-position: 5% 0%;
  }
}

.small-brand-logo {
  height: 50px;
  margin-right: 16px;
  background: #efefef;
  padding: 8px;
  border-radius: 8px;
}
.move-offscreen {
  position: absolute;
  left: 100vw;
}

/* ---------- OFFER PAGE ------------ */

.text-action {
  color: #facb01 !important;
}

.bg {
  padding: 24px;
}

.bg-white {
  background-color: #ffffff;
}

#offerPopup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background-color: #ffffff;
  border-top: 1px solid #dee2e6 !important;
  width: 100%;
  z-index: 9999;
}

.offer-link {
  position: relative;
  border: 2px solid #dee2e6;
  outline: none;
  box-shadow: none;
  width: 100%;
  min-width: 400px;
}

.offer-link small {
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 0;
  background-color: #facb01;
  border: 1px solid #facb01;
  color: #2c3640;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  padding: 4px 12px;
}

.offer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.offer-pricing {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.offer-total {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.offer-details {
  color: #666;
  font-size: 12px;
  margin-bottom: 0px !important;
}

.btn-cta {
  padding: 16px 15px 17px;
  background: #facb01;
  border: 0;
  color: #2c3640;
  font-weight: 700;
  font-size: 15px;
  min-width: 140px;
}

@media (max-width: 991px) {
  .offer-link {
    min-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .btn-cta {
    width: 100% !important;
  }
}

.border-primary {
  border-color: #facb01 !important;
}

.pretty-underline {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  z-index: 1;
}

.pretty-underline::before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  background: #facb01;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: height ease 0.2s;
  -webkit-transition: height ease 0.2s;
}

.pretty-underline:hover::before {
  height: 100%;
}

h3 {
  font-weight: 600;
}

h5.offer-title {
  font-weight: 400;
  margin-bottom: 16px;
}

.fw-light {
  font-weight: 400 !important;
  font-size: 12px;
  color: #666;
}

.fs-bigger {
  font-size: 16px;
  font-weight: 500;
}

a.bg-light:focus,
a.bg-light:hover {
  background-color: #f8f9fa !important;
  outline: none !important;
  box-shadow: none !important;
}

.gap-xs {
  gap: 4px;
}

.gap-sm {
  gap: 6px;
}

.gap-md {
  gap: 10px;
}

.gap-lg {
  gap: 20px;
}

.gap-xl {
  gap: 30px;
}