.self-credential-express-signup {
  padding: 100px 50px;
  display: flex;
  color: #fff;
  font-family: proxima-nova;
  margin: 0px;
  box-sizing: border-box;
  justify-content: center;
}

.self-credential-express-signup * {
  margin: 0px;
  box-sizing: border-box;
}

.self-credential-express-signup > div {
  width: 650px;
  margin-right: 100px;
}

.self-credential-express-signup > img {
  width: 400px;
}

.self-credential-express-signup h1 {
  font-size: 38px;
  margin-bottom: 5px;
}

.self-credential-express-signup h2 {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 24px;
  font-weight: 400;
}

.self-credential-express-signup .row {
  display: flex;
  align-items: center;
}


.self-credential-express-signup .join-form .input-err-ct {
  display: flex;
  flex-direction: column;
  width: 155px;
}

.self-credential-express-signup .join-form .input-err-ct.email-ct {
  margin-bottom: 8px;
  width: 316px;
}

.self-credential-express-signup .join-form .name-ct,
.self-credential-express-signup .join-form .passwords-ct {
  display: flex;
  margin-bottom: 8px;
  gap: 5px;
  width: fit-content;
}

.self-credential-express-signup .join-form .name-ct input:first-of-type,
.self-credential-express-signup .join-form .passwords-ct input:first-of-type {
  margin-right: 5px;
}

.self-credential-express-signup .join-form .email-ct input[type="text"] {
  width: 316px;
}

.self-credential-express-signup .join-form input[type="text"],
.self-credential-express-signup .join-form input[type="password"] {
  padding: 10px 8px;
  font-family: 'proxima-nova';
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #979797;
  width: 155px;
}

.self-credential-express-signup .join-form input[type="text"]::placeholder,
.self-credential-express-signup .join-form input[type="password"]::placeholder {
  color: #D7D7D7;
}

.self-credential-express-signup .join-form label {
  margin-bottom: 5px;
}

.self-credential-express-signup .join-form a,
.self-credential-express-signup .join-form p {
  font-size: 14px;
}

.self-credential-express-signup .join-form a {
  color: #02DB73;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.self-credential-express-signup .join-form .button-ct {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.self-credential-express-signup .join-form .start {
  color: #000000;
  background-color: #2DDB73;
  font-family: 'proxima-nova';
  font-size: 30px;
  font-weight: 800;
  min-height: 56px;
  padding: 19px 35px;
  border: none;
  letter-spacing: -1.5;
  line-height: 0.6;
  min-width: 200px;
  cursor: pointer;
}

/* checkbox */

.self-credential-express-signup .join-form .checkbox {
  margin-top: 20px;
  margin-bottom: 130px;
}

.self-credential-express-signup .btns {
  margin-left: 300px;
}

/* create styling */

.self-credential-create {
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: proxima-nova;
  margin: 0px;
  box-sizing: border-box;
  align-items: center;
}

.self-credential-create * {
  margin: 0px;
  box-sizing: border-box;
}

.self-credential-create .row {
  display: flex;
  width: fit-content;
}

.self-credential-create .row > img {
  width: 400px;
  height: max-content;
}

.self-credential-create .row .left {
  width: 600px;
  padding-right: 50px;
  margin-right: 70px;
  margin-bottom: 100px;
  border-right: 1px solid #979797;
}

.self-credential-create .progress-steps-txt-ct .four,
.self-credential-create .progress-steps-txt-ct .four-txt {
  display: none;
}

.self-credential-create .progress-steps-txt-ct.four-steps .four-txt {
  display: inline-block;
}

.self-credential-create .progress-steps-txt-ct.four-steps .four {
  display: block;
}

.self-credential-create .progress-steps-txt-ct.four-steps .three-txt {
  display: none;
}

.self-credential-create .steps-progress-ct {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
}

.self-credential-create .steps-progress-ct div {
  flex: 1;
  min-width: 27px;
  max-width: 27px;
  height: 2px;
  background-color: #979797;
  border-radius: 1px;
}

.self-credential-create .steps-progress-ct div.filled {
  background-color: #616DFF;
}

.self-credential-create .steps-txt {
  color: #616DFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.self-credential-create h1 {
  font-size: 38px;
  margin-bottom: 20px;
}

.self-credential-create .input-ct {
  margin-bottom: 14px;
}

.self-credential-create .input-row {
  gap: 10px;
  width: 349px;
  display: flex;
}

.self-credential-create .monetized-info {
  margin-top: 16px;
}

.self-credential-create .monetized-info.hide {
  display: none;
}

.self-credential-create .toggle-spacing {
  margin-bottom: 30px;
}

.self-credential-create .educator-label {
  margin-top: 30px;
}

.self-credential-create .expertInputs {
  margin-top: 16px;
}

#expressJoin .step1 p {
  line-height: 1.125;
}

#expressJoin .step1 {
  padding: 0 30px 30px 30px;
  display: flex;
  /* align-items: flex-start; */
}

#expressJoin .step1 .left {
  padding-right: 32px;
  min-width: 442px;
  width: 442px;
  max-width: 442px;
}

#expressJoin .step1 .right {
  padding-left: 38px;
  max-width: 600px;
}

#expressJoin .step1 .line {
  width: 1px;
  background: #979797;
}

#expressJoin .step1 .left p.grey {
  color: #A0A0A0;
  width: 365px;
}

#expressJoin .step1 .left a {
  color: #2DDB73;
  margin-bottom: 32px;
  display: block;
  cursor: pointer;
}

#expressJoin .step1 .left p:last-of-type {
  color: #646466;
  font-size: 18px;
}

#expressJoin .step1 .left .add-extension {
  font-family: "proxima-nova";
  font-weight: 800;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  width: 310px;
  height: 56px;
  font-size: 21px;
  letter-spacing: -1.05px;
  background: #2DDB73;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

#expressJoin .step1 .add-extension img {
  margin-right: 14px;
}

#expressJoin .step1 .right .checkmark {
  margin-bottom: 20px;
}

#expressJoin .step1 .right img.pop-up {
  margin: 20px 0;
}

#expressJoin .step1 .right p:last-of-type {
  margin-top: 20px;
}


/* After install  */

#expressJoin .step1 .after-install {
  display: none;
}

#expressJoin .step1 .after-install .icon {
  width: 51px;
  height: 51px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#expressJoin .step1 .after-install a:link,
#expressJoin .step1 .after-install a:visited {
  color: #2ddb73;
}

#expressJoin .step1 .after-install .if-installed {
  font-size: 20px;
  margin-bottom: 25px;
}

#expressJoin .step1 .after-install .close-tab {
  font-size: 20px;
  margin-bottom: 25px;
}

#expressJoin .step1 .after-install .close-tab span {
  font-size: 20px;
  color: #02DB73;
  cursor: pointer;
}

#expressJoin .step1 .after-install .must-install {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 800;
}

#expressJoin .step1 .after-install .go-back {
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 24px;
  color:#2DDB73;
}

#expressJoin .step1 .after-install .spooked {
  font-size: 20px;
  margin-bottom: 14px;
}

#expressJoin .step1 .after-install .explanation {
  margin-bottom: 65px;
}

#expressJoin .step1 .message-extension-after {
  display: none;
}

#expressJoin .step1 .show-safari {
  display: none;
}

#expressJoin .step1 h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 0.8;
  margin-bottom: 30px;
}

@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {

      #expressJoin .step1 .show-safari {
         display: block;
      }

      #expressJoin .step1 .hide-safari {
          display: none;
      }

  }
}

/* Privacy popup */
#privacyJoin {
  z-index: 10000000002;
}

#privacyJoin .util-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#privacyJoin .privacy-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}

#privacyJoin .privacy-item {
  margin-right: 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#privacyJoin .privacy-item:last-child {
  margin-right: 0px;
}

#privacyJoin .privacy-item .number {
  background: #242424;
  border-radius: 50%;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  height: 56px;
  margin-bottom: 24px;
}

#privacyJoin .privacy-item p {
  font-family: "proxima-nova";
}

#privacyJoin .privacy-item p span {
  font-weight: 600;
  color: #98A4FF;
  font-family: "proxima-nova";
  font-style: italic;
}

#privacyJoin .speaking-of {
  font-weight: 300;
  font-size: 24px;
  margin: 10px 0px;
}

#privacyJoin .message {
  font-family: "proxima-nova";
  margin-bottom: 18px;
}

#privacyJoin .faq-ct .title {
  font-family: "proxima-nova";
  color: #2DDB73;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}

#privacyJoin .faq-ct .question-ct {
  display: flex;
  justify-content: space-between;
  width: 418px;
  margin-bottom: 16px;
  align-items: flex-start;
  cursor: pointer;
}

#privacyJoin .faq-ct .question-ct img {
  margin-top: 6px;
}

#privacyJoin .faq-ct .question-ct p {
  font-family: "proxima-nova";
  font-weight: 600;
  text-align: start;
}

#privacyJoin .faq-ct .question-ct p span {
  font-family: "proxima-nova";
  font-weight: 400;
}

#privacyJoin .faq-ct .answer-ct {
display: none;
  width: 420px;
  text-align: left;
  margin: 0 auto 25px auto;
  line-height: 1.3rem;
}

#privacyJoin .faq-ct .question-ct.open + .answer-ct {
display: block;
}

#privacyJoin .faq-ct .read-more {
  color: #2DDB73;
  text-decoration: none;
  font-size: 12px;
  display: block;
  margin-top: 40px;
}

#privacyJoin .faq-ct .read-more span,
#privacyJoin .faq-ct .answer-ct a {
  color: #2DDB73;
  font-weight: 800;
}

#privacyJoin .expand-hidden,
#privacyJoin .collapse-hidden {
  display: none;
}

#privacyJoin .arrow-rotate {
  transform: rotate(180deg);
}

#privacyJoin .close {
  position: absolute;
  right: 0;
  top: 0%;
  background-color: #02DB73;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 5px;
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#privacyJoin h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

#privacyJoin p.experience {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}

#privacyJoin p.level {
  margin-top: 13px;
  margin-bottom: 30px;
}

#privacyJoin .personal-note {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

#privacyJoin .personal-note iframe {
  margin-bottom: 2px;
  border: none;
}

#privacyJoin .personal-note p {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: 'ltc-caslon-pro';
  font-style: italic;
}

@media (max-width: 500px) {
  #privacyJoin {
      max-width: 90vw;
      padding: 130px 30px 30px 30px;
  }

  #privacyJoin br {
      display: none;
  }

  #privacyJoin {
      flex-wrap: wrap;
  }

  #privacyJoin .privacy-item {
      margin-right: 0;
      margin-bottom: 20px;
  }

  #privacyJoin img.pop-up {
      max-width: 80vw;
  }

  #privacyJoin .faq-ct {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  #privacyJoin .faq-ct .title,
  #privacyJoin .faq-ct .question-ct,
  #privacyJoin .faq-ct .answer-ct {
      width: fit-content;
  }
}

#expressEventJoin {
  z-index: 10000000000;
}

#expressEventJoin .util-modal {
  max-width: 400px;
  font-size: 18px;
}

#expressEventJoin .util-modal .event-join-btn {
  all: unset;
  color: var(--collection-color);
  font-weight: 600;
  border-bottom: 2px solid;
  margin: 16px 0;
  cursor: pointer;
}

#expressEventJoin .util-modal .login-btn {
  all: unset;
  color: var(--collection-color);
  border-bottom: 2px solid;
  font-weight: 600;
  cursor: pointer;
}

.util-hub-btns-preview-ct button {
  min-width: 280px;
  margin-top: 0px;
}

.util-hub-btns-preview-ct {
  width: 100%;
}

.self-credential-create .upload-btns-ct {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .self-credential-express-signup {
    flex-direction: column-reverse;
    padding: 32px 24px;
  }

  .self-credential-express-signup > img {
    max-width: 200px;
    margin-bottom: 24px;
  }

  .self-credential-express-signup > div {
    width: unset;
    margin-right: 0;
  }

  .self-credential-express-signup .btns {
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }

  .self-credential-express-signup .join-form .checkbox {
    margin-bottom: 32px;
  }

  .self-credential-create .row > img {
    display: none;
  }

  .self-credential-create .row .left {
    width: unset;
    margin-right: 0;
    border: none;
    padding-right: 0;
  }

  .self-credential-create {
    padding: 32px 24px;
  }

  .self-credential-create .row,
  .self-credential-create .row .left {
    max-width: calc(100vw - 48px);
  }

  .self-credential-create .upload-btns-ct,
  .util-hub-btns-preview-ct {
    flex-direction: column;
  }
}