/*
#186aff CKO blue
#cfe5ff blue background
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html,
body {
  height: 100%;
}

@font-face {
  font-family: "Checkout Apercu SemiMono";
  font-display: block;
  src: url("fonts/CheckoutApercuSemiMono-Regular.woff2");
}

@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  font-display: block;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

.toast {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12em;
  text-align: center;
}

.font-sf-pro {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", sans-serif;
  font-optical-sizing: auto;
}

.font-roboto-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.font-new-york {
  font-family: "New York", "Playfair Display", serif;
  font-optical-sizing: auto;
}

body {
  height: 100%;
  font: 14px "Inter", sans-serif;
  background: #F4F2F2;
}

/* GENERAL */
.page-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.page-middle h1 {
  font-family: 'Checkout Apercu SemiMono';
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
  font-size: 3.5em;
  text-transform: uppercase;
}

.btn-action {
  padding: 1em 2em;
  font-size: 1.5em;
}

/* STEPS */
div[data-type="steps"] {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 1em;
  line-height: 2em;
  font-weight: 590;
}

.step-item {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #E0DDDD;
  color: white;
  border-radius: 100%;
  z-index: 200;
  text-align: center;
}

.step-line {
  position: relative;
  display: inline-block;
  margin: 0 -.5em;
  width: 6em;
  height: .5em;
  background-color: #E0DDDD;
  color: white;
  border-radius: 0%;
  z-index: 199;
}

.step-active {
  background-color: #424249;
}

/* PAGES */
div[data-type="pages"] {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  right: 3em;
}

div[data-type="pages"] .prev {
  display: none;
}

/* FEEDBACK */

.feedback div[data-type="question"]>span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: 1.5em;
  font-weight: bold;
  color: #5C5B61;
}

.feedback button[data-type="answer"] {
  display: inline-flex;
  background: none;
  border: none;
  padding: 2em;
  min-width: 150px;
  font-size: .8em;
  color: #5C5B61;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.feedback button[data-type="answer"]:hover {
  /*background-color: grey;*/
}

.feedback button[data-type="answer"] img {
  max-width: 100px;
  display: block;
}

.feedback button[data-type="answer-multiple"] {
  position: relative;
  font-family: 'Checkout Apercu SemiMono';
  background: none;
  width: 9em;
  height: 9em;
  margin: .5em;
  text-transform: uppercase;
  padding: 1em;
  border: .25em solid #C6C1C1;
  border-radius: 5px;
  font-weight: 700;
  color: #5C5B61;
}

.feedback button[data-type="answer-multiple"].selected {
  border-color: black;
  color: black;
}

.feedback button[data-type="answer-multiple"].selected span {
  background: black;
  background-image: url('/images/icon-ok.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -.25em;
  right: -.25em;
  border-radius: .25em;
}

.feedback div[data-type="subscribe"] {
  width: 75%;
}

.feedback div[data-type="subscribe"]>.row {
  margin: 0 auto;
  width: 75%;
}

.feedback div[data-type="subscribe"]>.row input,
.feedback div[data-type="subscribe"]>.row button {
  padding: 1em;
}

/* Skip button */
.feedback div[data-type="subscribe"]>button {
  margin-top: 3em;
  color: #5C5B61;
}

.background-container {
  position: absolute;
  width: 45%;
  right: 3em;
  top: 0;
  padding: 0;
  height: 100%;
  padding-right: 0;
}

.background-container #lottie {
  height: 100%;
}

/* */
/*
body.page-cover {
  background-image: url('/images/cover-connect.svg');
  background-size: 50% 100%;
  
  background-position: right;
  
  background-repeat: no-repeat;

  min-height: 100vh;
} */

.page-cover {
  background-color: #272932;
  text-align: left;
  color: white;
}

/* COVER */

.cover {
  background-color: #272932;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 33.1875rem;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
}

.cover .left-panel {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-top: 6rem;
}

.cover .right-panel {
  width: 50%;
  padding-left: 6rem;
}

.cover .right-panel .img {
  height: 100%;
  width: 100%;
}

.cover h1 {
  font-family: "Checkout Apercu SemiMono";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  /* 100% */
  letter-spacing: -0.03125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cover p {
  font-family: "San Francisco";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.625rem;
  /* 140% */
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cover a {
  font-family: "San Francisco";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 510;
  line-height: 2rem;
  /* 114.286% */
  margin-top: 1rem;
}

.cover .btn {
  width: 11rem;
  height: 4rem;
  padding: 12px;
}


/* PERFORMANCE */
.page-intro {
  /* */
}

.page-intro h1 {
  font-family: "Checkout Apercu SemiMono";
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.page-intro p {
  font-family: "SF Pro-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;

}

.page-intro .content {
  max-width: 75%;
  font-size: 25px;
  line-height: 35px;

}

.page-intro .content>p {
  font-family: "San Francisco";
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.188rem;
  color: #5C5B61;
}

.page-intro .grid {
  max-width: 90%;
}

.page-intro .grid>div {
  padding: 0 3em;
}

.page-intro .grid img {
  margin-bottom: 2em;
}

.page-intro .grid p {
  font-family: "San Francisco";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  color: #5C5B61;
}

.left-cover {
  margin-left: -1rem;
}

.page-intro a {
  font-family: "San Francisco";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  padding: .5em 2em;
  /* margin-top: 1rem; */
}

/* PAGE DEMO */
.page-demo {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 6em;
  height: 100vh;
}

.page-demo .demo {
  width: 100%;
  text-align: left;
}

.page-demo h1 {
  font-weight: 700;
  font-size: 2em;
}

.page-demo .cbCardNumber {
  cursor: pointer;
}

.page-demo .or {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(#C6C1C1, #C6C1C1);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: -.5em;
}

.page-demo .or span {
  padding: 0 1em;
  text-transform: uppercase;
  background: #F4F2F2;
  color: #5C5B61;
}

.page-demo .no-padding {
  padding-right: 0.2rem !important;
  padding-left: 0.2 rem !important;
}

.page-demo button[data-type="theme"],
.page-demo button[data-type="locale"] {
  width: 100%;
  background: white;
  text-align: left;
  padding: 1em 0.5em;
  margin-bottom: 1em;
}

.page-demo button[data-type="theme"]:hover,
.page-demo button[data-type="theme"].active,
.page-demo button[data-type="locale"]:hover,
.page-demo button[data-type="locale"].active {
  border-color: #424249;
  background-color: #424249;
  color: white;
}

.page-demo button[data-type="locale"] img {
  width: 36px;
  height: 36px;
}

.page-demo .customize {
  background: white;
  border-radius: 5px;
  padding: 2em;
}

.page-demo .customize p {
  font-weight: 500;
}

.page-demo .customize .option-colors {
  display: flex;
}

.page-demo .customize .option-colors .option {
  width: 20%;
  text-align: center;
}

.page-demo .option-colors .option .clr-field {
  width: 100%;
  text-align: center;
  padding: .5em .5em;
}

.page-demo .option-colors .option button {
  width: 40px;
  height: 40px;
  margin: auto;
  left: 0;
  border-radius: 100%;
  z-index: 101;
  background-color: white;
  border: 2px solid white;
}

.page-demo .option-colors .option input {
  z-index: 100;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin: auto;
  inset: 0;
  position: relative;
  cursor: pointer;
}

.page-demo .option-colors .option label {
  font-size: .95em;
}

.page-demo .option-fonts {
  margin: -.5em;
}

.page-demo .option-fonts .option {
  padding: .5em;
  text-align: center;
  width: 25%;
  display: inline-block;
}

.page-demo .option-fonts .option button {
  background: none;
  width: 100%;
  height: 85px;
  border: 2px solid #C6C1C1;
  border-radius: 5px;
  font-size: 2em;
}

.page-demo .option-fonts .option button.active {
  border-color: black;
}

.page-demo .option-fonts .option label {
  margin-top: .5em;
  display: block;
  font-size: .95em;
}

.page-demo .locale-notes {}

.page-demo .locale-notes .alert {
  padding: 1.5em;
}

.page-demo .locale-notes h4 {
  font-family: 'Checkout Apercu SemiMono';
  font-size: 1.125em;
  font-weight: 600;
  color: black;
  margin-bottom: 1em;
}



.page-demo .locale-notes ol {
  margin-bottom: 0;
  padding-left: 1rem;
}

.page-demo .locale-notes ol li {
  color: #727272;
  line-height: 1.5em;
}

.page-demo .locale-notes ol li:first-child {
  margin-bottom: .5em;
}

.page-demo .notes {
  margin-top: 1em;
}

.page-demo .notes p {
  text-align: left;
  color: #5C5B61;
  line-height: 1.5em;
}

.page-links {
  text-align: inherit;
}

.page-links .grid {

}

.page-links .grid>div>div {
  background: white;
  border-radius: 5px;
  padding: 2em;
  margin: 1.5em 0;
}

.page-links .grid>div>div p {
  font-size: 15px;
  font-weight: normal;
}

.page-links .grid>div>div .btn-primary {
  font-size: 14px;
  --bs-btn-bg: #424249;
  --bs-btn-border-color: #424249;
  width:100%;
}

/* Disclaimer */
[data-type="flow-disclaimer"] {
  text-align: center;
  color: #5C5B61;
  margin: 1.5em 2em;
}

/* Modal: */
.flow-modal {
  display: block;
  position: relative;
  height: initial;
}

.flow-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
}

.flow-modal .modal-content {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}

.flow-modal .modal-header {
  border: none;
}

.flow-modal .modal-body {
  padding-top: 4em;
  text-align: center;
}

.flow-modal .modal-footer {
  padding-bottom: 4em;
  border: none;
  justify-content: center;
}

.flow-modal .modal-footer button {
  padding: .5em 2em;
}

/* Coloris */
.clr-clear {
  background-color: white;
  border: 1px solid #5C5B61;
  color: #5C5B61;
}

.clr-close {
  background-color: #5C5B61;
  border: 1px solid #5C5B61;
  color: white;
}

/*****/

.perf-img-world {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

/* Disable Flow transition on mount */
#flow-container.flow-transition-disabled>div>div>div>div>div:first-child>div {
  transition: none;
}


/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .cover {
    flex-direction: column;
  }

  .cover .left-panel {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .cover .right-panel {
    width: 100%;
    padding-left: 0;
  }

  .perf-demo .demo {
    display: flex;
    flex-direction: column;
  }

  .perf-demo .demo .left-panel {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .perf-demo .demo .right-panel {
    width: 100%;
    padding-left: 0;
  }

  .perf-demo .top {
    padding-left: 17%;
  }

  .perf-demo .demo .sub-left-panel {
    width: 100%;
  }
}

/**
iPad 10th viewport: 1180 x 820
iPad 9th viewport: 1080 x 810
*/

.text-reduced {
  display: none;
}

@media (max-width: 1080px) {
  .text-regular {
    display: none;
  }

  .text-reduced {
    display: block;
  }

  .page-intro .grid>div {
    padding: 0 1em;
  }

  .row.demo>.col-sm-5 {
    padding-right: 0 !important;
  }

  .page-demo button[data-type="locale"] {
    text-align: center;
    font-size: 1em;
    margin-bottom: 1em;
    padding: .5em;
  }

  .page-demo button[data-type="locale"] img {
    display: block;
    margin: .25em auto;
    border-radius: 1000%;
    padding: 0 !important;
    width: 36px;
  }

  .page-demo button[data-type="theme"] {
    margin-bottom: 1em;
  }

  .page-demo button[data-type="theme"] span {}

  .page-demo .or {
    margin-bottom: 1.25em;
  }

  .page-demo .customize {
    padding: 1.5em;
  }

  .page-demo .customize hr {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }

  .page-demo .option-fonts .option button {
    height: 40px;
    padding: 0;
    line-height: 1em;
  }

  .page-demo .option-fonts .option label {
    margin-top: .25em;
  }

  div[data-type="pages"] {
    right: .8em;
  }

  .feedback h1 {
    font-size: 3em;
  }

  .feedback button[data-type="answer"] {
    font-size: 1em;
  }

  .feedback button[data-type="answer-multiple"] {
    font-size: .95em;
  }

  .feedback div[data-type="subscribe"]>.row {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .page-demo .option-fonts .option {
    padding: 0 .5em .5em;
    width: 50%;
  }
}

/* Phone input group */
.phone-input-group {
  gap: 0.5rem;
}

/* Country Code Combobox Styles */
.country-select.combobox-list {
  display: flex;
  display: flex;
  position: relative;
}

.country-select .group {
  display: inline-flex;
  cursor: pointer;
  border-radius: 0.375rem;
  align-items: stretch;
}

.country-select input,
.country-select button {
  background-color: white;
  color: black;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ced4da;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.country-select input {
  width: 100px;
  border-right: none;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  outline: none;
  padding: 0.75rem 0.5rem;
}

.country-select button {
  width: 30px;
  border-left: none;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  outline: none;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
}

.country-select button[aria-expanded="true"] svg {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.country-select button svg {
  transition: transform 0.2s ease;
}

.country-select ul[role="listbox"] {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 40px;
  list-style: none;
  background-color: white;
  display: none;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-height: 300px;
  width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0.875rem;
  cursor: pointer;
  z-index: 1050;
}

.country-select ul[role="listbox"]::-webkit-scrollbar {
  width: 8px;
}

.country-select ul[role="listbox"]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.country-select ul[role="listbox"]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.country-select ul[role="listbox"]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.country-select ul[role="listbox"] li[role="option"] {
  margin: 0;
  display: block;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.country-select ul[role="listbox"] li[role="option"]:hover,
.country-select ul[role="listbox"] li[role="option"][aria-selected="true"] {
  background-color: #e9ecef;
}

.country-select ul[role="listbox"] li[role="separator"] {
  list-style: none;
  cursor: default;
}

/* Focus and hover styling */
.country-select .group.focus,
.country-select .group:hover {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.country-select .group.focus input,
.country-select .group.focus button,
.country-select .group:hover input,
.country-select .group:hover button {
  border-color: #86b7fe;
}

/* Keyboard navigation highlight */
.country-select ul[role="listbox"].focus li[role="option"][aria-selected="true"] {
  background-color: #0d6efd;
  color: white;
}