/* user registration page */
.hidden { display: none; }



div#pc-registration-form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px 30px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
     max-width: 700px;

}
div#pc-registration-form .ur-form-step.step-1.active input {
    margin-bottom: 22px;
    border: 1px solid #abafb1;
    padding: 12px 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-family: 'Inter';
}

div#pc-registration-form .ur-form-step.step-1.active button.next-btn {
    background: #4085A4;
    color: #fff;
    border: 1px solid #4085A4;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
}
.next-prev-button {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
div#pc-registration-form .ur-form-step.step-2 select {
    margin-bottom: 22px;
    border: 1px solid #abafb1;
    padding: 12px 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: normal;
    color: #4b5f6e;
    font-family: 'Inter';
}
div#pc-registration-form .ur-form-step.step-2 .location-wrapper {
    margin-bottom: 22px;
}
select:focus {
    outline: none;
}
input:focus {
    outline: none;
}

div#pc-registration-form .ur-form-step.step-2 .location-wrapper input {
    border: 1px solid #abafb1;
    padding: 12px 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-family: 'Inter';
}
.next-prev-button button {
    background: #4085A4;
    color: #fff;
    border: 1px solid #4085A4;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    font-family: 'Inter';
}

.next-prev-button button:hover {
    border: 1px solid #4085A4;
    background: #fff;
    color: #4085A4;
}
div#pc-registration-form .ur-form-step.step-1.active button.next-btn:hover {
    border-color: #4085A4;
    background: #fff;
    color: #4085A4;
}
.next-prev-button button:focus {
    background: #fff;
    color: #4085a4;
    border: 1px solid #4085a4;
    outline: unset;
}
.next-prev-button button:focus {
    background: #fff;
    color: #4085a4;
    border: 1px solid #4085a4;
    outline: unset;
}

div#pc-registration-form .ur-form-step.step-3 select {
    margin-bottom: 22px;
    border: 1px solid #abafb1;
    padding: 12px 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-family: 'Inter';
}
.login-forget-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.login-forget-option .already-account p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Inter';
    font-weight: 500;
}

.login-forget-option .already-account p a {
    color: #4085A4;
    text-decoration: underline;
}

.login-forget-option  .forgot-password a {
    color: #4085A4;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Inter';
    font-weight: 500;
    text-decoration: underline;
}
div#pc-registration-form h2 {
    margin-top: 0;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
input::placeholder {
    color: #4b5f6ed9;
}
.pc-skill-levels {
  width: 100%;
}
.pc-skill-box {
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
  background: #fafafa;
  margin: 15px 0;
  color: #000;
  font-family: 'Inter';
  font-size: 16px;
}
.pc-skill-box:hover {
  border-color: #7197aa;
  background: #7197aa;
  color: #fff;
}
.pc-skill-box.selected {
  background: #7197aa;
  color: #fff;
  border-color: #769eb2;
}
.next-prev-button button.prev-btn {
    background: #4B5F6E;
    border-color: #4B5F6E;
}

.next-prev-button button.prev-btn:hover {
    color: #4B5F6E;
    border-color: #4B5F6E;
    background: #fff;
}
div#skill-level-boxes {
    padding-bottom: 20px;
}
div#pc-registration-form form#pc-register-form div#final-step .confirmation-screen {
    text-align: center;
}

div#pc-registration-form form#pc-register-form a.get-started-btn {
    background: #4085A4;
    color: #fff;
    border: 1px solid #4085A4;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", Sans-serif;
}

div#pc-registration-form form#pc-register-form div#final-step .confirmation-screen h2 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Oswald';
}
div#pc-registration-form form#pc-register-form a.get-started-btn:hover {
    border: 1px solid #4085A4;
    background: #fff;
    color: #4085A4;
}
div#pc-registration-form p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #333;
    margin-bottom: 30px;
}
div#pc-registration-form .ur-form-step.step-2 h2 {
    margin-top: 0;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}
div#pc-registration-form .ur-form-step.step-3.active h2 {
    margin-bottom: 8px;
    text-align: center;
}
div#pro-partner-section label {
    margin-bottom: 20px;
}
div#pc-registration-form .confirmation-screen h2 {
    margin: 10px 0 30px;
}
.login-forget-option .already-account p {
    margin-bottom: 0 !important;
}


@media only screen and (max-width: 767px) {
div#pc-registration-form {
    max-width: 100%;
}
div#pc-registration-form {
    max-width: 100%;
    padding: 30px 15px;
}
.login-forget-option {
    display: block;
    text-align: center;
}

.login-forget-option .already-account {
    padding-bottom: 6px;
}
.next-prev-button button {
    padding: 6px 30px;
    font-size: 16px;
}
div#pc-registration-form form#pc-register-form a.get-started-btn {
    padding: 8px 30px;
    font-size: 16px;
}
div#pc-registration-form form#pc-register-form div#final-step .confirmation-screen h2 {
    font-size: 26px;
}
div#pc-registration-form .ur-form-step.step-1.active button.next-btn {
    padding: 6px 50px;
    font-size: 16px;
}
   }