/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

#wizard_container {
  max-width: 100%;
  width: 550px;
}

.registration-field {
  margin-bottom: 20px;
}

.registration-field > label,
.registration-field legend {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.registration-field label span,
.registration-field legend span {
  color: #d80075;
}

.registration-field .form-control,
.registration-select-wrapper {
  background-color: #fff;
  border: 1px solid #d2d8dd;
  border-radius: 3px;
  color: #555;
  font-family: inherit;
  font-size: 14px;
  height: calc(2.55rem + 2px);
  padding: 0 12px;
  width: 100%;
}

.registration-field .form-control:focus,
.registration-select-wrapper:focus-within {
  border-color: #434bdf;
  box-shadow: 0 0 0 1px rgba(67, 75, 223, 0.08);
  outline: none;
}

.registration-field .is-invalid,
.registration-field.field-invalid {
  border-color: #d80075;
}

.registration-select-wrapper {
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.registration-select-wrapper::after {
  border-bottom: 2px solid #777;
  border-right: 2px solid #777;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 8px;
}

.registration-select-value {
  display: block;
  line-height: calc(2.55rem + 1px);
  overflow: hidden;
  padding-right: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.registration-select-value.is-placeholder {
  color: #777;
}

.registration-select {
  appearance: none;
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  inset: 0;
  outline: none;
  position: absolute;
  width: 100%;
}

.registration-select option {
  background-color: #fff;
  color: #333;
}

.radio-group {
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.radio-group .radio_input .container_radio {
  display: block;
  margin: 12px 0 0;
}

.registration-summary {
  margin-bottom: 25px;
}

.registration-summary p {
  line-height: 1.45;
  margin: 0 0 6px;
}

.registration-summary ul li {
  padding-bottom: 18px;
}

.registration-summary ul li:last-child {
  padding-bottom: 0;
}

.registration-field.terms {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

.registration-field.terms .container_check {
  line-height: 1.5;
}

.registration-success {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: 40px 20px;
  text-align: center;
}

.registration-success svg {
  margin-bottom: 18px;
}

.registration-success h3 {
  color: #222;
  font-size: 22px;
  margin: 0 0 8px;
}

.registration-success p {
  color: #444;
  font-size: 16px;
  margin: 0 0 8px;
}

.registration-success small {
  color: #777;
}

@media (max-width: 575px) {
  .registration-field {
    margin-bottom: 16px;
  }

  .registration-summary ul li {
    padding-left: 40px;
  }
}

/* Growth Lab institutional panel */
.content-left {
  height: 100vh;
  overflow-y: auto;
  scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
  scrollbar-width: thin;
}

.content-left::-webkit-scrollbar {
  width: 7px;
}

.content-left::-webkit-scrollbar-track {
  background: transparent;
}

.content-left::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 8px;
}

.content-left-wrapper.growthlab-panel {
  height: auto;
  justify-content: flex-start;
  min-height: 100%;
  padding: 34px 48px 42px;
}

.growthlab-brand {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  margin-bottom: 20px;
}

.growthlab-brand img {
  display: block;
  height: auto;
  max-width: 100%;
}

.growthlab-content {
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
  width: 100%;
}

.growthlab-content h1,
.growthlab-content h2,
.growthlab-content h3,
.growthlab-content p,
.growthlab-content li {
  color: inherit;
}

.growthlab-content h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
}

.growthlab-content h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 22px 0 12px;
}

.growthlab-content p,
.growthlab-content li {
  font-size: 14px;
  line-height: 1.45;
}

.growthlab-content p {
  margin: 0 0 12px;
  opacity: 0.92;
}

.growthlab-eyebrow {
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 8px !important;
  opacity: 0.75 !important;
  text-transform: uppercase;
}

.growthlab-header {
  background: transparent;
  border: 0;
  padding: 0;
}

.growthlab-legal-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.growthlab-legal-link:hover,
.growthlab-legal-link:focus {
  color: #fff;
  opacity: 0.78;
}

.growthlab-benefit,
.growthlab-section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 14px;
  padding-top: 14px;
}

.growthlab-benefit h3 {
  align-items: flex-start;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 9px;
  line-height: 1.45;
  margin: 0 0 9px;
}

.growthlab-check {
  align-items: center;
  background: #36c98f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  margin-top: 2px;
  width: 18px;
}

.growthlab-content ul,
.growthlab-content ol {
  margin: 0;
  padding-left: 24px;
}

.growthlab-content li + li {
  margin-top: 2px;
}

.growthlab-benefit ul,
.growthlab-prizes {
  list-style: none;
}

.growthlab-benefit ul li,
.growthlab-prizes li {
  position: relative;
}

.growthlab-benefit ul li::before,
.growthlab-prizes li::before {
  color: rgba(255, 255, 255, 0.78);
  content: "–";
  font-weight: 600;
  left: -18px;
  position: absolute;
  top: 0;
}

.growthlab-deadline {
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.8);
  margin-top: 8px !important;
  padding: 7px 10px;
}

.growthlab-process {
  counter-reset: growthlab-step;
  padding-bottom: 10px;
}

.growthlab-process ol {
  list-style: none;
  padding-left: 0;
}

.growthlab-process li {
  counter-increment: growthlab-step;
  min-height: 24px;
  padding-left: 34px;
  position: relative;
}

.growthlab-process li::before {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  content: counter(growthlab-step);
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  height: 22px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 22px;
}

.growthlab-process li + li {
  margin-top: 6px;
}

@media (max-width: 1200px) {
  .content-left-wrapper.growthlab-panel {
    padding-left: 32px;
    padding-right: 32px;
  }

  .growthlab-content h1 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .content-left {
    height: auto;
    overflow: visible;
  }

  .content-left-wrapper.growthlab-panel {
    height: auto;
    padding: 52px 30px 42px;
  }

  .growthlab-brand {
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .content-left-wrapper.growthlab-panel {
    padding: 58px 18px 34px;
  }

  .growthlab-brand img {
    width: 150px;
  }

  .growthlab-content h1 {
    font-size: 22px;
  }

  .growthlab-content h2 {
    font-size: 17px;
  }

  .growthlab-content p,
  .growthlab-content li {
    font-size: 13px;
  }
}
