﻿:root {
    --font-family: "Poppins", "Arial" !important;
    --size-bezel: 0.5rem;
    --size-radius: 4px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

small {
    font-size: 11px;
}

.parentContainer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    height: 100vh;
    position: sticky;
    top: 0;
}

.leftPanel {
    display: flex;
    background: #1376bb;
    background-size: cover;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.rigthPanel {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

    .rigthPanel > form {
        padding: 48px;
        width: 100vw;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .rigthPanel > form > .form-group {
            width: 100%;
        }

    .rigthPanel form.onboarding {
        max-width: none;
    }

    .rigthPanel .onboardingStepContainer {
        width: 100%;
        overflow: auto;
    }

.onboarding-flex {
    width: 100%;
    display: flex;
}

    .onboarding-flex .input-form {
        width: 100%;
    }

.onboarding-mr {
    margin-right: 15px;
}

.onboarding-flex lable {
    color: #2e485c;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}

.footer-onboarding {
    background: #fff;
    border-top: 1px solid #d6dadd;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 0px 25px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .footer-onboarding .primary-button-v2 {
        width: 150px;
    }

.count-text {
    margin: 0 0 0 20px;
    color: #6d7f8d;
    flex: 1;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.onboardingStepContainer p {
    color: #586d7d;
    font-size: 14px;
    margin-bottom: 20px;
}

.onboardingStepContainer#onboardingStep3 p {
    font-size: 12px;
}

.onboardingStepContainer .logoCads {
    display: none;
}


.onboardingStepContainer > .showAllSkills {
    height: 38px;
    flex-shrink: 0;
    display: flex;
    width: 100%;
    justify-content: end;
    border-bottom: 1px solid #D6DADD;
}

    .onboardingStepContainer > .showAllSkills > a {
        display: inline-flex;
        height: 38px;
        padding: 12px 0px 12px 16px;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        color: var(--grey-grey-90, #435A6C);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.28px;
    }

.onboardingSteps {
    color: #586D7D;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    display: none;
}

    .onboardingSteps span {
        color: #96A3AD;
    }

.onboardingBackStep {
    background: #e9edf0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.onboardingEmptyBackStep {
    width: 35px;
}

.onboarding-files {
    border-top: 1px solid #d6dadd;
    margin-top: 10px;
    width: 100%;
}

    .onboarding-files h1 {
        margin-top: 15px;
        color: #2e485c;
        font-weight: normal;
        font-size: 16px;
    }

.upload-resume-container {
    border: 2px dashed #a8afb5;
    border-radius: 10px;
    padding: 25px 30px 20px 30px;
    cursor: pointer;
    background-color: #fff;
}

#onboardingStep3 .upload-resume-container {
    border: none;
    background: #f5f6f7;
}

.upload-resume-flex {
    display: flex;
    cursor: pointer;
}

    .upload-resume-flex h1 {
        color: #1376bb;
        font-size: 16px;
        margin: 0 0 0 10px;
    }

    .upload-resume-flex h2 {
        color: #2e485c;
        font-size: 16px;
        margin: 0 0 0 10px;
    }

    .upload-resume-flex p {
        margin: 0 0 0 10px;
    }

.upload-resume-supported-mobile {
    display: none;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.select-skills-container {
    display: flex;
    justify-content: space-between;
}

.search-skills-container {
    position: relative;
}

.select-skills-container input {
    background: #eaedef url(../image/icon/search-small.svg) no-repeat 15px center;
    border-radius: 30px;
    border: none;
    color: #000;
    margin-top: 20px;
    padding: 10px 0px;
    font-size: 14px;
    text-align: center;
}

#search-skills-clean {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 31px;
    right: 13px;
    display: none;
    cursor: pointer;
}

.select-skills-container .page-title {
    margin: 30px 0 25px;
}

.item-label {
    background: url(../image/icon/plus.svg) no-repeat 10px center;
    display: flex;
    align-items: center;
    border: solid 1px #96a3ad;
    background-color: #fff;
    padding: 9px 12px 9px 32px;
    border-radius: 30px;
    font-size: 14px;
    color: #2e485c;
    cursor: pointer;
    justify-content: center;
    transition: all 250ms linear;
    font-weight: 400;
    line-height: 20px;
}

.check-item input[type="checkbox"] {
    display: none;
}

    .check-item input[type="checkbox"]:checked ~ .item-label {
        border: solid 1px #1376bb;
        background: none;
        background-color: #1376bb;
        color: #fff;
        padding: 9px 12px;
    }

.option-selected {
    border: 1px solid #000;
    border-radius: 5px;
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 41px;
    color: #262626de;
}

#onboardingStep4 {
    text-align: center;
    font-size: 14px;
    color: #2e485c;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #onboardingStep4 > div {
        width: 238px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #onboardingStep4 img {
        margin-bottom: 15px;
    }

.cads-logo {
    width: 265px;
    height: 78px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../image/Account/cads-logo-white.png");
}

.page-title {
    font-size: 24px;
    color: #2e485c;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    font-family: var(--font-family);
    font-style: normal;
    line-height: 22px;
}

    .page-title.small {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 10px;
    }

        .page-title.small.bottom {
            margin-bottom: 30px;
        }

.already-have-account-box {
    text-align: center;
    font-size: 14px;
    display: flex;
}

.already-have-account {
    font-size: 14px;
    margin: 0 5px;
}

.page-title-let-get-started.active {
    margin-top: 180px;
}

.onboarding .page-title {
    justify-content: start;
    flex-direction: row;
}

.page-title-with-back {
    flex-direction: row;
    cursor: pointer;
}

.page-title-has-border {
    border-top: 1px solid #d6dadd;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
    align-items: start;
}

.page-subtitle {
    font-size: 16px;
    color: #525a60;
    margin-bottom: 15px;
    text-align: center;
}

.forgot_password {
    display: flex;
    justify-content: space-evenly;
    height: 21px;
}

    .forgot_password a {
        padding-right: 20px;
    }

.login-but {
    margin-top: 30px;
}

.option-link {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

    .option-link > div {
        flex-grow: 1;
    }

    .option-link,
    .option-link a {
        text-decoration: none;
        font-size: 12px;
        color: #6d7f8d;
        font-weight: 400;
        align-self: center;
    }

.remember_cb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .remember_cb .form-check-input {
        height: 18px;
        width: 18px;
        margin-right: 15px;
        outline: auto;
        color: #586d7d;
    }

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.w100 {
    width: 100%;
}

.btn-blue {
    background: #1376bb;
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 14px 25px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    z-index: 0;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 14px 0;
}

    .btn-blue:hover {
        border-color: #0075cc;
        background-color: #1376bb;
        outline: none;
        box-shadow: none !important;
        text-decoration: none;
        color: #fff;
    }

.text-muted {
    color: #6c757d !important;
}

.other-links a {
    font-weight: 500;
    margin: 10px 0;
    font-size: 14px;
    color: #1376bb;
}

    .other-links a:hover,
    .other-links a:focus,
    .other-links a:active {
        color: #1376bb;
    }

.alert {
    width: 90%;
    min-height: 50px;
    background-color: #ffe0e0;
    border: 1px solid #eca3a3;
    border-radius: 8px;
    margin: 10px auto;
    padding: 10px 5px;
    text-align: center;
    color: #911212;
    font-size: 14px;
    line-height: 26px;
}

.alert-success::before {
    content: '•';
    font-size: 30px;
    margin:0 4px;
}
.alert-success {
    display:flex;
    padding: 12px 16px 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: #C3E6D5;
    color: #006C38;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: none;
}

.loading-container {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

    .loading-container > #loading {
        background-image: url("../image/hug.gif");
        width: 22px;
        height: 22px;
        background-size: cover;
        display: inline-block;
    }

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 24px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-family: var(--font-family);
    font-style: normal;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom_input {
    position: relative;
    width: 100%;
}

.custom_label {
    position: absolute;
    left: 8px;
    top: 4px;
    padding: calc(var(--size-bezel) * 0.75) calc(var(--size-bezel) * 0.5);
    margin: calc(var(--size-bezel) * 0.75 + 3px) calc(var(--size-bezel) * 0.5);
    background: pink;
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    background: #fff;
    transition: transform 120ms ease-in;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    color: #757575;
}

.custom_field {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: calc(var(--size-bezel) * 1.5) var(--size-bezel);
    color: #6b737a;
    background: transparent;
    border-radius: var(--size-radius);
    border: 1px solid #ced4da;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2e485c;
    padding-left: 20px;
}

    .custom_field:focus + .custom_label,
    .custom_field:not(:placeholder-shown) + .custom_label {
        transform: translate(0.25rem, -100%);
        font-family: "Poppins";
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.02em;
        color: #2e485c;
    }

    .custom_field:focus-visible {
        outline: none;
        border: 1px solid #6b737a;
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(0 123 255 / 25%);
}

.form-group {
    margin-bottom: 24px;
}

.mt-10 {
    margin-top: 10px !important;
}

.terms-condition {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    padding: 0 0 0 0;
    max-width: 280px;
}

    .terms-condition a {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        text-decoration: underline;
    }

.help-inline {
    font-size: 12px;
    color: #990000;
    padding-left: 12px;
}

.cads-logo-mobile {
    display: none;
    margin-bottom: 50px;
}

    .cads-logo-mobile img {
        width: 190px;
    }

@media screen and (max-width: 767px) {
    .parentContainer-mobile {
        flex-direction: column;
    }

    .leftPanel-mobile,
    .rightPanel-mobile {
        /*flex: 0;*/
    }

    .rightPanel-mobile {
        margin-top: 30px;
    }

    .leftPanel-mobile {
        display: none;
    }

    .page-title-mobile {
    }

    .sign-up-buttons {
        margin-top: -15px;
    }

    .footer-onboarding {
        width: 100%;
    }

    .cads-logo-mobile {
        display: block;
    }

    .onboardingStepContainer .logoCads {
        display: block;
        width: 160px;
        margin-bottom: 20px;
    }

        .onboardingStepContainer .logoCads img {
            width: 100%;
        }

    .onboardingSteps {
        display: block;
    }

    .upload-resume-flex {
        justify-content: center;
    }

    .upload-resume-container {
        border: none;
        border-radius: 10px;
        padding: 10px 10px;
        background: #F5F6F7;
    }

        .upload-resume-container h1 {
            margin-top: 5px;
        }

        .upload-resume-container p {
            display: none;
        }

    .upload-resume-supported-mobile {
        display: block;
        color: #6D7F8D;
        font-size: 12px !important;
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {
    .onboarding {
        padding-bottom: 150px;
    }

    .onboarding-flex {
        flex-direction: column;
        width: 100%;
    }
}

.oauth {
    width: 100%;
    display: flex;
    gap: 0;
    margin: 15px 0 0px;
    justify-content: center;
}

.oauth-item a {
    width: 32px;
    height: 32px;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

    .oauth-item a img {
        width: 100%;
    }

.label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
}

.form-control-ddl {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-family: var(--font-family);
    font-style: normal;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 16px;
}

.footerPanel {
    text-align: center;
    padding: 6px 0;
    color: #586d7d;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    position: fixed;
    bottom: 0;
    width: 50%;
    z-index: 1000;
}

/*---------chat-gpt----------*/

.chat-gpt .onboardingStepContainer .logoCads {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .chat-gpt .onboardingStepContainer .logoCads img {
        width: 100%;
    }

.chat-gpt .onboardingSteps {
    display: block;
}

form.chat-gpt .onboardingStepContainer {
    display: flex;
    flex-direction: column;
    width: 90%;
}

form.chat-gpt .form-group {
    width: 100%;
}

.chat-gpt.form.onboarding {
    max-width: none;
}

.chat-gpt .leftPanel img {
    width: 100%;
}

.chat-gpt .education-item {
    border-bottom: none;
}

.chat-gpt #resume-content {
    margin-bottom: 90px;
    color: #2e485c;
    font-size: 14px;
    font-weight: 400;
}

.chat-gpt #resume-content-new {
    display: none;
    width: 425px;
    height: 280px;
    margin-bottom: 130px;
}

.chat-gpt #confirm-resume {
    display: none;
}

    .chat-gpt #confirm-resume img {
        width: 20px;
    }

.chat-gpt .edit-experience {
    display: block;
}

    .chat-gpt .edit-experience div {
        background: #e1e1e1;
        padding: 6px 6px 0px 6px;
        border-radius: 5px;
    }

.step-num {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #96A3AD;
    margin-top: 48px;
    margin-bottom: 18px;
    padding-left: 42px;
}

.skills-parent {
    min-height: 150px;
}


@media screen and (max-width: 767px) {
    .chat-gpt .onboardingStepContainer .logoCads {
        width: 160px;
        margin: 0 0 20px;
    }
}
