#candidate-login,
#candidate-register,
#candidate-register-to-continue {
    max-width: 1120px;
    width: 100%;
}

#google_icon {
    margin: 20px;
    margin-right: 1rem !important;
}

#candidate-login .row {
    justify-content: stretch;
}

.welcome-col img {
    width: 100%;
    margin-top: 24px;
}

#candidate-login .welcome-col {
    max-width: 768px;
    flex-grow: 1;
}


#candidate-register .welcome-col {
    max-width: 768px;
    flex-grow: 1;
}

#candidate-register-to-continue .sign-up-text span,
#candidate-register .sign-up-text span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
}

#candidate-register .row {
    align-items: flex-start;
    justify-content: stretch;
    margin-bottom: 20px;
}

#candidate-register #login-btn-group #google-login-btn {
    width: 100%;
    display: flex;
    padding: 12px 16px 12px 8px;
    justify-content: center;
    align-items: center;
    border: 1px solid #C3CBD9;
    cursor: pointer;
    user-select: none;
    border-radius: 12px;
    gap: 8px;
    text-decoration: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #212E4B;
    margin-top: 8px;
    background: #fff;
}

@media screen and(max-width: 576px) {
    #candidate-login .row {
        padding-left: 0;
        padding-right: 0;
    }

    #candidate-register .row {
        padding-left: 0;
        padding-right: 0;
    }
}

/*836px because of text content*/
@media screen and (max-width: 836px) {

    #candidate-login .row {
        justify-content: center;
    }

    #candidate-register .row {
        justify-content: center;
    }

    .welcome-col {
        display: none;
    }

}

@media screen and (min-width: 836px) and (max-width: 1120px) {

    #candidate-login {
        padding-left: 0;
        padding-right: 0;
    }

    #candidate-login .row {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    #candidate-login .welcome-col img {
        width: 400px;
    }

    #candidate-register {
        padding-left: 0;
        padding-right: 0;
    }

    #candidate-register .row {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    #candidate-register .welcome-col img {
        width: 400px;
    }
}

#candidate-login .welcome-col p {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #1F2D4E;
}

#candidate-register .welcome-col p,
#candidate-register .welcome-col span {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #212E4B;
    max-width: 570px;
}

.welcome-col p span {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #1F2D4E;
    max-width: 470px;
}

.login-col .form-control {
    height: 48px;
}

.login-col,
.register-col {
    max-width: 352px;
}

@media screen and (min-width: 576px) {

    .login-col,
    .register-col {
        padding: 0;
    }

    #candidate-profile-edit #errorTelPattern .modal-dialog {
        border: 2px solid;
        border-radius: 16px;
        min-width: 800px;
        top: 14px;
    }
}

.register-col .form-control {
    height: 48px;
}

.text-btw-divider:before {
    content: "";
    width: 100%;
    border-bottom: solid 1px #E8EAF0;
    align-self: center;
    margin-right: 16px;
}

.text-btw-divider:after {
    content: "";
    width: 100%;
    border-bottom: solid 1px #E8EAF0;
    align-self: center;
    margin-left: 16px;
}

.text-btw-divider {
    height: 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #9E9E9E;
    display: flex;
    margin: 20px;
}

#login-btn-group .fb-login-btn {
    border: 1.5px solid #3D69CB;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3D69CB;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

#login-btn-group .google-login-btn {
    border: 1px solid #E8EAF0;
    box-sizing: border-box;
    height: 54px;
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    color: rgba(0, 0, 0, 0.54);
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-decoration: NONE;
    margin-top: 20px;
}

.create-with-email-btn {
    margin-top: 18px;
}

.sign-up-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #7A89A6;
}

.sign-up-text a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.company-login {
    display: flex;
}

.company-login .login-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
}


#login-form {
    margin-top: 24px;
}

#register-form {
    margin-top: 24px;
}

.stay-logged-in-checkbox {
    margin-right: 16px;
    margin: 0 16px 0 0;
}

.stay-logged-in-label,
.company-login-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #212E4B;
}

.forgot-pwd-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: underline;
}

.fa.fa-google.login-google-icon {
    margin-right: 12px;
}

.fa.fa-facebook.login-fb-icon {
    margin-right: 15px;
}

.term-and-policy-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
}

.term-and-policy-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}

.term-and-policy {
    margin-top: 24px;
}

.register-header,
.register-header p {
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
    color: #212E4B;
}

.pwd-container {
    position: relative;
}

.pwd-container i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}


.pwd-container .jpc-img-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.register-bg {
    background: url("../images/new_Jobpasscard/new-register-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


#candidate-login,
#candidate-register-to-continue {
    margin-top: 88px;
    margin-bottom: 100px;
    padding: 0;
}

#candidate-login #google-login-btn {
    width: 100%;
    display: flex;
    padding: 12px 16px 12px 8px;
    justify-content: center;
    align-items: center;
    border: 1px solid #C3CBD9;
    cursor: pointer;
    user-select: none;
    border-radius: 12px;
    gap: 8px;
    text-decoration: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #212E4B;
    margin-top: 8px;
    background: #fff;
}

@media screen and (max-width:576px) {

    #candidate-login,
    #candidate-register,
    #candidate-register-to-continue {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#candidate-login .eye-icon,
#candidate-register .eye-icon,
#candidate-register-to-continue .eye-icon,
#company-login .eye-icon,
#company-register .eye-icon {
    content: url("../images/eye-icon.svg")
}

#candidate-login .eye-slash-icon,
#candidate-register .eye-slash-icon,
#candidate-register-to-continue .eye-slash-icon,
#company-login .eye-slash-icon,
#company-register .eye-slash-icon {
    content: url("../images/eye-slash-icon.svg") !important;
}

/* Account Setting */

#account-setting,
#purchase-history {
    margin-top: 30px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 20px;
}

#account-setting .main-header,
#purchase-history .main-header,
#display-setting .main-header,
#notification-setting .main-header {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #1F2D4E;
}

#confirm-delete-email-input {
    width: 440px;
    height: 46px;
    border: 1px solid #C3CBD9;
    border-radius: 12px;
    padding: 12px 16px 12px 16px;
    outline: none;
}

#confirm-delete-email-input:focus {
    border: 1px solid #59c4ae;
}

#account-setting .sub-description {
    color: #9FAABF;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

#account-setting .main-description,
#purchase-history .main-description,
#display-setting .main-description,
#notification-setting .main-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5E7094;
}

#display-setting .switch-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #7A89A6;
}

#display-setting .d-flex {
    display: flex;
    padding-right: 10%;
    padding-left: 10%;
    justify-content: space-between;
    align-items: center;
}

#display-setting .dropdown-setting {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #59C4AE;
    border-radius: 16px;
    border-color: #59C4AE;
    background-color: #FFFFFF;
    height: 40px;
    width: 168px;
    text-align: center;
}

#display-setting .dropdown-setting .vs__dropdown-toggle {
    height: 40px;
    border-radius: 16px;
    border-color: #59C4AE;
    padding: 8px 16px;
}

#display-setting .dropdown-setting .vs__dropdown-toggle .vs__selected {
    border: 0;
    padding: 0;
    margin: 0;
    height: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #59C4AE;
}

#display-setting .dropdown-setting .vs__dropdown-toggle .vs__actions {
    display: flex;
    align-items: center;
    padding: 0;
}

#display-setting .dropdown-setting:focus {
    border-color: #59C4AE;
}

#account-setting .section-header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
}

#account-setting .section-description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #7A89A6;
}

#account-setting .switch-label {
    margin-left: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #212E4B;
}

#account-setting .btn-padding {
    padding-left: 44px !important;
    padding-right: 44px !important;
}


#account-setting #changePwdModal .modal-btn {
    width: 100%;
}


#account-setting .floating-label {
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #9E9E9E;
}

#account-setting .form-control:disabled {
    background-color: #F5F5F5;
}

.divider {
    height: 1px;
    width: 100%;
    background: #E8EAF0;
}

#account-setting .divider {
    margin: 40px 0;
}

#account-setting .jpc-modal-header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

#account-setting .jpc-modal-subheader {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

#account-setting .jpc-modal-info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(21, 25, 32, 0.5);
}

#account-setting .error-popup-icon,
#account-setting .success-popup-icon {
    height: 32px;
    width: 32px;
    margin-bottom: 28px;
}


#account-setting .eye-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/eye_icon.png")
}

#account-setting .eye-slash-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/eye_slash_icon.png") !important;
}

#account-setting .jpc-btn-md {
    height: 48px;
}


#account-setting #changePwdModal .modal-body,
#account-setting #changePwdModal .modal-content,
#account-setting #hideAccountModal .modal-body,
#account-setting #hideAccountModal .modal-content,
#account-setting #deleteAccountModal .modal-body,
#account-setting #deleteAccountModal .modal-content #account-setting #deleteAccountModalConfirm .modal-body,
#account-setting #deleteAccountModalConfirm .modal-content {
    background: #FFFFFF;
    border-radius: 16px;
}

@media screen and (max-width: 576px) {
    #account-setting .main-header {
        font-size: 28px;
        line-height: 32px;
    }

    #account-setting .main-description {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 36px;
    }

    #account-setting #changePwdModal .modal-dialog,
    #account-setting #hideAccountModal .modal-dialog,
    #account-setting #deleteAccountModal .modal-dialog,
    #account-setting #deleteAccountModalConfirm .modal-dialog {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    #account-setting #changePwdModal .modal-body,
    #account-setting #hideAccountModal .modal-body,
    #account-setting #deleteAccountModal .modal-body,
    #account-setting #deleteAccountModalConfirm .modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 768px) {
    #account-setting .basic-info .form-floating {
        width: 362px;
    }
}

@media (min-width: 576px) {

    #account-setting #changePwdModal .modal-dialog,
    #account-setting #hideAccountModal .modal-dialog,
    #account-setting #deleteAccountModal .modal-dialog,
    #account-setting #deleteAccountModalConfirm .modal-dialog {
        min-width: 448px;
    }

    #account-setting #changePwdModal .modal-body,
    #account-setting #changePwdModal .modal-content,
    #account-setting #hideAccountModal .modal-body,
    #account-setting #hideAccountModal .modal-content,
    #account-setting #deleteAccountModal .modal-body,
    #account-setting #deleteAccountModal .modal-content,
    #account-setting #deleteAccountModalConfirm .modal-body,
    #account-setting #deleteAccountModalConfirm .modal-content {
        width: 448px;
        background: #FFFFFF;
        border-radius: 16px;
    }

    #account-setting #deleteAccountModal .modal-content {
        width: 540px;
    }

    #account-setting #changePwdModal .modal-body,
    #account-setting #hideAccountModal .modal-body,
    #account-setting #deleteAccountModal .modal-body,
    #account-setting #deleteAccountModalConfirm .modal-body {
        padding-left: 24px;
        padding-right: 24px;
    }

    #account-setting #changePwdModal .modal-btn {
        width: 100%;
    }

    #account-setting #changePwdModalDone .modal-dialog,
    #account-setting #changeEmailModal .modal-dialog,
    #account-setting #changeTelModal .modal-dialog,
    #account-setting #changePasswordModal .modal-dialog {
        min-width: 374px;
    }

    #account-setting #changePwdModalDone .modal-body,
    #account-setting #changePwdModalDone .modal-content,
    #account-setting #changeEmailModal .modal-body,
    #account-setting #changeEmailModal .modal-content,
    #account-setting #changeTelModal .modal-body,
    #account-setting #changeTelModal .modal-content,
    #account-setting #changePasswordModal .modal-body,
    #account-setting #changePasswordModal .modal-content {
        width: 374px;
        ;
        background: #FFFFFF;
        border-radius: 16px;
    }

    #account-setting .divider {
        width: 832px;
    }
}


#candidate-profile-edit .jpc-btn-close-modal {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px #9E9E9E;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
}

#candidate-profile-edit .jpc-btn-close-modal .btn-close {
    width: 12px;
    height: 12px;
    margin: inherit;
}

#candidate-profile-edit #left-col {
    width: 478px;
}


#candidate-profile-edit #right-col {
    width: 640px;
}

#candidate-profile-edit #left-col .info-box {
    width: 448px;
    background: #FFFFFF;
    border: 1px solid #E8EAF0;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 32px;
}

#candidate-profile-edit #right-col .info-box {
    width: 640px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 32px;
}

#candidate-profile-edit #right-col #profile-strength,
#candidate-profile-edit #right-col #work-experience,
#candidate-profile-edit #right-col #education,
#candidate-profile-edit #right-col #certificate,
#candidate-profile-edit #right-col #passcard {
    margin-bottom: 32px
}

#candidate-profile-edit .divider {
    background: #EEEEEE;
}

#candidate-profile-edit .section-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
    margin-bottom: 0;
}

#candidate-profile-edit #contact-info .section-header {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
    margin-bottom: 24px;
}

#candidate-profile-edit .user-name {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #212E4B;
    margin-bottom: 32px;
}


#candidate-profile-edit .user-job-position {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4CA991;
}

#candidate-profile-edit .profile-avatar {
    width: 177px;
    height: 177px;
    background: #E8EAF0;
    border-radius: 16px;
    object-fit: cover;
}

#candidate-profile-edit .profile-avatar-container {
    position: relative;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    /*not sure*/
}

#candidate-profile-edit #upload-new-avatar {
    display: none;
}

#candidate-profile-edit .upload-new-avatar-label {
    width: 40px;
    height: 40px;
    border: 1.5px solid #9FAABF;
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

#candidate-profile-edit .user-introduction {
    font-size: 20px;
    line-height: 32px;
    color: #616161;
}

#candidate-profile-edit .detail {
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
}


#candidate-profile-edit .icon-box {
    width: 56px;
    height: 56px;
    background: #DEFAF2;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#candidate-profile-edit .edit-box {
    width: 40px;
    height: 40px;
    border: 1.5px solid #9FAABF;
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.jpc-img-icon {
    width: 24px;
    height: 24px;
}


#candidate-profile-edit .item {
    position: relative;
}


#candidate-profile-edit .item .item-title {
    font-size: 24px;
    line-height: 32px;
    color: #43997F;
}

#candidate-profile-edit .item .item-date {
    font-size: 14px;
    line-height: 24px;
    color: #757575;

}


#candidate-profile-edit .item .item-info {
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
}

#candidate-profile-edit .course-level-btn {
    position: absolute;
    top: 0;
    right: 0;
}


#candidate-profile-edit .jpc-input-helper {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #C3CBD9;
    margin-top: 8px;
    padding-left: 16px;
}

#candidate-profile-edit .jpc-checkbox {
    margin-top: auto;
}

#candidate-profile-edit .jpc-checkbox-label {
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #000000;
    margin-left: 8px;
}

/*only in modal-header*/
#candidate-profile-edit .modal-header .save-btn {
    height: 40px;
    border-radius: 16px;
    width: 155px;
}

#candidate-profile-edit .profile-view-status {
    margin-bottom: auto;
    margin-top: auto;
}

#candidate-profile-edit .profile-view-status span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #9E9E9E;
}

.green-dot {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #00DBB6;
    margin-right: 8px;
}

.grey-dot {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #E7F3FE;
    margin-right: 8px;
}


#candidate-profile-edit .profile-strength-progress {
    border-radius: 16px;
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
}

#candidate-profile-edit .profile-strength-progress .progress-bar-container {
    width: 100%;
    height: 24px;
    /*16px + 8px*/
    position: relative;
    margin-top: 16px;
}

#candidate-profile-edit .profile-strength-progress-bar-user {
    max-width: 100%;
    background: #00DBB6;
    border-radius: 16px;
    z-index: 2;
    height: 16px;
    position: absolute;
    top: 0;
}


#candidate-profile-edit .profile-strength-progress-bar-user-fake {
    max-width: 100%;
    z-index: 2;
    height: 16px;
    z-index: 4;
    position: absolute;
    top: 0;
}

#candidate-profile-edit .profile-strength-progress-bar-max {
    max-width: 100%;
    background: #EEEEEE;
    border-radius: 16px;
    width: 100%;
    z-index: 1;
    height: 16px;
    position: absolute;
    top: 0px;
}


#candidate-profile-edit .profile-strength-progress .progress-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #00DBB6;
    box-shadow: 0px 6px 20px #ADF0DC;
    border-radius: 24px;
    z-index: 4;
    position: absolute;
    top: -12px;
    right: -20px;
}

#candidate-profile-edit .white-vert-line {
    width: 2px;
    height: 16px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    z-index: 3;

}

#candidate-profile-edit .profile-strength-progress .complete-profile {
    position: absolute;
    right: -10px;
    z-index: 5;
    align-self: center;
}

#candidate-profile-edit .profile-strength-progress .complete-profile-icon {
    width: 48px;
    height: 48px;
}


#candidate-profile-edit .modal-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #2B3E64;

}

#candidate-profile-edit .modal-section-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2B3E64;
    margin: 0;
}

#candidate-profile-edit .green-close-img-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/green_close_icon.png");
    margin-left: 24px;
    width: 24px;
    height: 24px;
}

#candidate-profile-edit .btn-skill-tag .green-close-img-icon:hover {
    content: url("../images/new_Jobpasscard/jpc_icons/green_close_icon_hover.png");
}

#candidate-profile-edit .certificate-link {
    font-weight: 400;
    font-size: 20px;
    color: #4B8DF1;
    text-decoration: none;
}

/*use with btn*/
#candidate-profile-edit .btn-skill-tag {
    font-weight: 600;
    font-size: 16px;
    max-width: 384px;
    position: relative;
    max-width: 384px;
    padding-left: 16px;
    padding-right: 42px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#candidate-profile-edit #skill .btn-skill-tag {
    padding: 0 24px;
}

#candidate-profile-edit .modal-body::-webkit-scrollbar {
    width: 8px;
}

#candidate-profile-edit .modal-body::-webkit-scrollbar-track {
    background: transparent;

    /*bug*/
    border-bottom-right-radius: 16px;
}

#candidate-profile-edit .modal-body::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 16px;
}

#candidate-profile-edit .modal-body::-webkit-scrollbar-thumb:hover {
    background: #E1E1E1;
}


@media (min-width: 576px) {

    #candidate-profile-edit .modal-dialog {
        min-width: 840px;
    }

    #candidate-profile-edit .modal-body,
    #candidate-profile-edit .modal-content {
        background: #FFFFFF;
        border-radius: 16px;
    }

    #candidate-profile-edit .modal-header {
        padding: 32px;
        padding-bottom: 0;
        border-bottom: none;
    }

    #candidate-profile-edit .modal-body {
        max-height: 645px;
        padding: 32px;
    }

    #candidate-profile-edit .modal-content {
        overflow: inherit;
    }

}

#candidate-profile-edit .profile-view-status-label {
    font-size: 20px;
    color: #9E9E9E;
}


#candidate-profile-edit .first-row {
    margin-bottom: 32px;
}

#candidate-profile-edit .first-row>* {
    padding-left: 0;
    padding-right: 0;
}

#candidate-profile-edit .second-row>* {
    padding-left: 0;
    padding-right: 0;
}

/*overide 'th-address' */
#candidate-profile-edit .th-address .th-address-label {
    width: 100%;
}

#candidate-profile-edit .th-address .th-address-label .label-text {
    display: none;
}

#candidate-profile-edit .th-address .th-address-autocomplete li {
    border: none;
}

#candidate-profile-edit .th-address .th-address-autocomplete::-webkit-scrollbar {
    width: 12px;
}

#candidate-profile-edit .th-address .th-address-autocomplete::-webkit-scrollbar-track {
    background: #F5F5F5;
}

#candidate-profile-edit .th-address .th-address-autocomplete::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 16px;
}

#candidate-profile-edit .th-address .th-address-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #E1E1E1;
}


/*overide 'vue select'*/
.jpc-vue-select {
    height: 48px !important;
}

.jpc-vue-select .vs__search::placeholder,
.jpc-vue-select .vs__dropdown-toggle {
    height: 48px;
}


.jpc-vue-select .vs__clear,
.jpc-vue-select .vs__open-indicator {
    display: none;
}

/*stay above modal (one of ways to fix)*/
.jpc-vue-select__dropdown-menu.vs__dropdown-menu {
    z-index: 1061;
}

.jpc-vue-select__dropdown-menu.vs__dropdown-menu,
.jpc-vue-select .vs__dropdown-menu {
    max-height: 200px;
}

.jpc-vue-select__dropdown-menu::-webkit-scrollbar,
.jpc-vue-select .vs__dropdown-menu::-webkit-scrollbar {
    width: 12px;
}

.jpc-vue-select__dropdown-menu::-webkit-scrollbar-track,
.jpc-vue-select .vs__dropdown-menu::-webkit-scrollbar-track {
    background: #F5F5F5;
}

.jpc-vue-select__dropdown-menu::-webkit-scrollbar-thumb,
.jpc-vue-select .vs__dropdown-menu::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 16px;
}

.jpc-vue-select__dropdown-menu::-webkit-scrollbar-thumb:hover,
.jpc-vue-select .vs__dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #E1E1E1;
}

.jpc-vue-select__dropdown-menu .vs__dropdown-option,
.jpc-vue-select .vs__dropdown-option {
    height: 40px;
    display: flex;
    align-items: center;
}

.jpc-vue-select__dropdown-menu .vs__dropdown-option--selected,
.jpc-vue-select__dropdown-menu .vs__dropdown-option--highlight,
.jpc-vue-select__dropdown-menu .vs__dropdown-option:hover,
.jpc-vue-select .vs__dropdown-option--selected,
.jpc-vue-select .vs__dropdown-option--highlight,
.jpc-vue-select .vs__dropdown-option:hover {
    background-color: #f5f5f5 !important;
    color: #000000 !important;
}

.jpc-vue-select .vs__selected {
    z-index: 1;
}


#candidate-profile-edit .profile-view-status .dropdown-menu {
    width: 172px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 4px 160px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

#candidate-profile-edit .profile-view-status .dropdown-menu .dropdown-item {
    height: 40px;
    background: #FFFFFF;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}

#candidate-profile-edit .profile-view-status .dropdown-menu .dropdown-item:hover {
    background: #F5F5F5;
}


#candidate-profile-edit .profile-view-status .dropdown-menu .dropdown-item .jpc-img-icon {
    position: absolute;
    right: 8px;
}

#candidate-profile-edit .contact-info-ul {
    padding-left: 0;
}

#candidate-profile-edit .contact-info-ul li {
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
    display: flex;
    overflow-wrap: anywhere;
}


#candidate-profile-edit .contact-info-ul li img {
    margin-top: 4px;
}


#candidate-profile-edit .contact-info-ul li span {
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
    margin-left: 16px;
}

#candidate-profile-edit #more-info ul {
    padding-left: 0px;
}


#candidate-profile-edit #more-info li {
    display: flex;
}


#candidate-profile-edit #more-info li img {
    margin-top: 4px;
}

#candidate-profile-edit #more-info li a span {
    font-size: 20px;
    line-height: 32px;
    margin-left: 16px;
}

#candidate-profile-edit .start-end-label {
    font-size: 12px;
    line-height: 20px;
    color: #9E9E9E;
    padding: 0;
    top: -10px;
    left: 20px;
    background: linear-gradient(to bottom, transparent 25%, #ffffff 50%);
    height: inherit;
    padding: 0 4px;
}

#candidate-profile-edit .share-container {
    position: relative;
    display: inline;
}

#candidate-profile-edit .share-box {
    width: 352px;
    margin-top: 26px !important;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 4px 160px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: all 0.3s ease;

    visibility: hidden;
    opacity: 0;
}


#candidate-profile-edit .share-box::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 26px solid #EEEEEE;
}


#candidate-profile-edit .share-box::after {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #FFFFFF;
}

#candidate-profile-edit .share-box .share-header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
    margin: 32px 24px 16px;
}

#candidate-profile-edit .share-box .share-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#candidate-profile-edit .share-box .share-link {
    text-decoration: none;
}

#candidate-profile-edit .share-box .share-li {
    height: 60px;
    width: 100%;
    padding: 16px 24px;
    background: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #212E4B;
}

#candidate-profile-edit .share-box .share-ul .share-li:hover {
    background: #F5F5F5;
}

#candidate-profile-edit .share-box .share-ul .share-li:hover .copy-link-icon {
    /*change img when hover*/
    content: url("../images/new_Jobpasscard/jpc_icons/green_link_icon.png");
}

#candidate-profile-edit .share-box .share-ul .share-li:hover .mail-icon {
    /*change img when hover*/
    content: url("../images/new_Jobpasscard/jpc_icons/green_mail_icon.png");
}

#candidate-profile-edit .share-box .share-ul .share-li:hover .fb-icon {
    /*change img when hover*/
    content: url("../images/new_Jobpasscard/jpc_icons/green_fb_icon.png");
}

#candidate-profile-edit .share-box .share-ul .share-li:hover .line-icon {
    /*change img when hover*/
    content: url("../images/new_Jobpasscard/jpc_icons/green_line_icon.png");
}

#candidate-profile-edit .share-container:hover .share-box {
    visibility: visible;
    opacity: 1;
}

#candidate-profile-edit .share-container .share-tooltip:hover+.share-box {
    visibility: visible;
    opacity: 1;
}

#candidate-profile-edit .fb-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/fb_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile-edit .line-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/line_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile-edit .mail-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/mail_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile-edit .copy-link-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/link_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile-edit .share-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/share_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile-edit .download-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/download_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile-edit .jpc-secondary-btn:hover .share-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/share_icon_hover.png")
}

#candidate-profile-edit .jpc-secondary-btn:hover .download-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/download_icon_hover.png")
}

/*Date select's floating label in .modal-body with <p> tag*/
#candidate-profile-edit .modal-body .form-floating p {
    line-height: 48px;
    padding-left: 8px;
}

#candidate-profile-edit .success-popup-icon {
    width: 40px;
    margin-bottom: 16px;
}

#candidate-profile-edit .jpc-modal-header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

@media (min-width: 576px) {

    #candidate-profile-edit #popupModal .modal-dialog {
        min-width: 374px;
    }

    #candidate-profile-edit #popupModal .modal-body,
    #candidate-profile-edit #popupModal .modal-content {
        width: 374px;
        background: #FFFFFF;
        border-radius: 16px;
    }
}

#candidate-profile-edit .as-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #9E9E9E;
}

/*modal footer won't be used in desktop version*/
#candidate-profile-edit .modal-footer {
    display: none;
}

/*mobile version*/
/*By default, hide when not in mobile version*/
#candidate-profile-edit #less-arrow,
#candidate-profile-edit #more-arrow {
    display: none;
}

#candidate-profile-edit .hide-info-in-mobile {
    display: inherit;
}

@media (max-width: 576px) {

    /* #candidate-profile-edit{
    padding-top: 15vw;
  } */

    #candidate-profile-edit .first-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    #candidate-profile-edit .profile-view-status-label {
        display: none;
    }

    #candidate-profile-edit .first-row button span {
        display: none;
    }

    #candidate-profile-edit #left-col {
        width: 100%;
    }

    #candidate-profile-edit #right-col {
        width: 100%;
    }

    #candidate-profile-edit #left-col .info-box {
        width: 100%;
        border-color: #FFFFFF;
    }

    #candidate-profile-edit #right-col .info-box {
        width: 100%;
    }

    #candidate-profile-edit .second-row #right-col {
        padding-left: 20px;
        padding-right: 20px;
    }


    /* By default, stop hiding when in mobile */
    #candidate-profile-edit #less-arrow,
    #candidate-profile-edit #more-arrow {
        display: flex;
        justify-content: center;
    }

    #candidate-profile-edit .hide-info-in-mobile {
        display: none !important;
    }

    /*Modal height, margin, padding in mobile*/
    #candidate-profile-edit .modal-body,
    #candidate-profile-edit .modal-content {
        background: #FFFFFF;
        border-radius: 16px;
    }

    #candidate-profile-edit .modal-body {
        max-height: 100%;
    }

    #candidate-profile-edit .modal-content {
        overflow: inherit;
    }


    #candidate-profile-edit .modal-header {
        border-bottom: none;
    }

    #candidate-profile-edit .modal-title {
        font-size: 28px;
        display: flex;
        align-items: center;
    }

    #candidate-profile-edit .profile-avatar-container {
        margin-top: 0;
    }

    /*hide header btn*/
    #candidate-profile-edit .modal-header .save-btn {
        display: none;
    }

    /*show footer btn*/
    #candidate-profile-edit .modal-footer {
        display: flex;
        justify-content: space-between;
    }

    #candidate-profile-edit .modal-footer .save-btn {
        width: 100%;
        height: 40px;
        border-radius: 16px;
    }

    #candidate-profile-edit .share-box {
        width: 167px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #candidate-profile-edit .share-box .share-header {
        margin: 0 20px;
    }


    #candidate-profile-edit .share-box .share-li {
        height: 48px;
        padding: 10px 20px;
    }

    #candidate-profile-edit .modal-body .btn-skill-tag {
        position: relative;
        max-width: 280px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    /* #candidate-profile-edit .modal-body .btn-skill-tag span{
    max-width: 200px;
    margin-right: 40px;
    text-align: left;
    display: block;
  } */

    #candidate-profile-edit .modal-body #edit-your-portfolio .btn-skill-tag {
        position: relative;
        max-width: 175px;
    }

    /* #candidate-profile-edit .modal-body #edit-your-portfolio .btn-skill-tag span{
    max-width: 155px;
    margin-right: 20px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  } */


    /* ??? */
    #candidate-profile-edit .item .item-title {
        font-size: 22px;
        line-height: 28px;
        color: #43997F;
    }


    #candidate-profile-edit #right-col .info-box {
        padding: 24px 16px;
    }

    #candidate-profile-edit #right-col #profile-strength {
        padding: 16px 12px;
    }

}

#candidate-profile-edit input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #9E9E9E !important;
}

#candidate-profile-edit .profile-strength-btn {
    width: 158px !important;
    padding: 0 !important;
}

#candidate-profile-edit .profile-strength-checklist-box .checklist-header {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
}

#candidate-profile-edit .profile-strength-checklist {
    list-style: none;
    position: relative;
    padding: 0 0 0 39px;
    margin: 0 0 0 8px;

}

#candidate-profile-edit .profile-strength-checklist::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #F5F5F5;
}

#candidate-profile-edit .profile-strength-checklist .profile-strength-checklist-item {
    position: relative;
    color: #7A89A6;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}


#candidate-profile-edit .profile-strength-checklist .profile-strength-checklist-item:hover {
    color: #00D8B4;
}

#candidate-profile-edit .profile-strength-checklist .profile-strength-checklist-item:not(:first-child) {
    padding-top: 10px;
}

#candidate-profile-edit .profile-strength-checklist .profile-strength-checklist-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -25px;
    height: 100%;
    width: 10px;
    bottom: 0;
}

#candidate-profile-edit .profile-strength-checklist .profile-strength-checklist-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -37px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #F5F5F5;
}

#candidate-profile-edit .profile-strength-checklist .is-done::before {
    border-left: 2px solid #00DBB6;
}

#candidate-profile-edit .profile-strength-checklist .is-done::after {
    content: "";
    background: url("{% static 'images/new_Jobpasscard/jpc_icons/white_checkmark.png' %}");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 8px;
    background-color: #00DBB6;
}

#candidate-profile-edit .profile-strength-dropdown {
    margin-bottom: 0;
    position: relative;
}

#candidate-profile-edit .profile-strength-header {
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
    margin: 0;

}

@media (max-width: 576px) {
    #candidate-profile-edit .profile-strength-btn {
        width: 145px !important;
    }

    #candidate-profile-edit .profile-strength-header {
        font-size: 18px;
        line-height: 24px;
    }

    #candidate-profile-edit .profile-strength-lvl-text {
        font-size: 18px;
        line-height: 24px;
    }
}


/*Candidate Profile(public view)*/

#candidate-profile #left-col {
    width: 478px;
}


#candidate-profile #right-col {
    width: 640px;
}

#candidate-profile #left-col .info-box {
    width: 448px;
    background: #FFFFFF;
    border: 1px solid #E8EAF0;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 32px;
}

#candidate-profile #right-col .info-box {
    width: 640px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 32px;
}

#candidate-profile #right-col #profile-strength,
#candidate-profile #right-col #work-experience,
#candidate-profile #right-col #education,
#candidate-profile #right-col #certificate,
#candidate-profile #right-col #passcard {
    margin-bottom: 32px
}

#candidate-profile .divider {
    margin: 24px 0;
    background: #EEEEEE;
}

#candidate-profile .section-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
}

#candidate-profile .user-name {
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}


#candidate-profile .user-job-position {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #4CA991;
}

#candidate-profile .profile-avatar {
    width: 160px;
    height: 160px;
    border-radius: 10px;
    /*not sure*/
}

#candidate-profile #upload-new-avatar {
    display: none;
}

#candidate-profile .upload-new-avatar-label {
    width: 40px;
    height: 40px;
    border: 1.5px solid #9FAABF;
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -16px;
    bottom: 8px;
    background-color: #FFFFFF;
}

#candidate-profile .user-introduction {
    font-size: 20px;
    line-height: 32px;
    color: #616161;
}

#candidate-profile .detail {
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
}


#candidate-profile .icon-box {
    width: 56px;
    height: 56px;
    background: #DEFAF2;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#candidate-profile .jpc-img-icon {
    width: 24px;
    height: 24px;
}


#candidate-profile .item {
    position: relative;
}


#candidate-profile .item .item-title {
    font-size: 24px;
    line-height: 32px;
    color: #43997F;
}

#candidate-profile .item .item-date {
    font-size: 14px;
    line-height: 24px;
    color: #757575;

}


#candidate-profile .item .item-info {
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
}

#candidate-profile .course-level-btn {
    position: absolute;
    top: 0;
    right: 0;
}


#candidate-profile .jpc-input-helper {
    font-size: 12px;
    line-height: 20px;
    color: #9E9E9E;
}

#candidate-profile .jpc-checkbox {
    margin-top: auto;
}

#candidate-profile .jpc-checkbox-label {
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #000000;
    margin-left: 8px;
}

#candidate-profile .save-btn {
    height: 40px;
    width: 155px;
}

#candidate-profile .profile-view-status {
    margin-bottom: auto;
    margin-top: auto;
}

#candidate-profile .profile-view-status span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #9E9E9E;
}

.green-dot {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #00DBB6;
    margin-right: 8px;
}

.grey-dot {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #E7F3FE;
    margin-right: 8px;
}


#candidate-profile .profile-strength-progress {
    border-radius: 16px;
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
}

#candidate-profile .profile-strength-progress .progress-bar-container {
    width: 100%;
    height: 24px;
    /*16px + 8px*/
    position: relative;
    margin-top: 16px;
}

#candidate-profile .profile-strength-progress-bar-user {
    max-width: 576px;
    background: #00DBB6;
    border-radius: 16px;
    z-index: 2;
    height: 16px;
    position: absolute;
    top: 0;
}


#candidate-profile .profile-strength-progress-bar-user-fake {
    max-width: 576px;
    z-index: 2;
    height: 16px;
    z-index: 4;
    position: absolute;
    top: 0;
}

#candidate-profile .profile-strength-progress-bar-max {
    max-width: 576px;
    background: #DEFAF2;
    border-radius: 16px;
    width: 100%;
    z-index: 1;
    height: 16px;
    position: absolute;
    top: 8px;
}


#candidate-profile .profile-strength-progress .progress-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #00DBB6;
    box-shadow: 0px 6px 20px #ADF0DC;
    border-radius: 24px;
    z-index: 4;
    position: absolute;
    top: -12px;
    right: -20px;
}

#candidate-profile .white-vert-line {
    width: 2px;
    height: 16px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    z-index: 3;

}

#candidate-profile .profile-strength-progress .complete-profile {
    position: absolute;
    right: -24px;
    z-index: 5;
    align-self: center;
}

#candidate-profile .profile-strength-progress .complete-profile-icon {
    width: 48px;
    height: 48px;
}


#candidate-profile .modal-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    color: #2B3E64;

}

#candidate-profile .modal-section-header {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #2B3E64;
}

#candidate-profile .certificate-link {
    font-weight: 600;
    font-size: 22px;
    text-decoration-line: underline;
    color: #4B8DF1;
}


/*use with btn*/

@media (min-width: 576px) {

    #candidate-profile .modal-dialog {
        min-width: 840px;
    }

    #candidate-profile .modal-body,
    #candidate-profile .modal-content {
        width: 840px;
        background: #FFFFFF;
        border-radius: 16px;
    }

}

#candidate-profile .profile-view-status-label {
    font-size: 20px;
    color: #9E9E9E;
}

@media (max-width: 576px) {
    #candidate-profile .profile-view-status-label {
        display: none;
    }
}

#candidate-profile .first-row {
    margin-bottom: 32px;
}

#candidate-profile .first-row>* {
    padding-left: 0;
    padding-right: 0;
}

#candidate-profile .second-row>* {
    padding-left: 0;
    padding-right: 0;
}

/*overide 'th-address' */
#candidate-profile .th-address .th-address-label {
    width: 100%;
}



#candidate-profile .profile-view-status .dropdown-menu {
    width: 172px;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 4px 160px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

#candidate-profile .profile-view-status .dropdown-menu .dropdown-item {
    height: 40px;
    background: #FFFFFF;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}

#candidate-profile .profile-view-status .dropdown-menu .dropdown-item:hover {
    background: #F5F5F5;
}


#candidate-profile .profile-view-status .dropdown-menu .dropdown-item .jpc-img-icon {
    position: absolute;
    right: 8px;
}

#candidate-profile #contact-info {
    position: relative;
}

#candidate-profile .contact-info-ul {
    padding-left: 0;
}

#candidate-profile .contact-info-ul li {
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
    display: flex;
    overflow-wrap: anywhere;
}


#candidate-profile .contact-info-ul li img {
    margin-top: 4px;
}


#candidate-profile .contact-info-ul li span {
    font-size: 20px;
    line-height: 32px;
    color: #5E7094;
    margin-left: 16px;
}

#candidate-profile #more-info ul {
    padding-left: 0px;
}


#candidate-profile #more-info li {
    display: flex;
}


#candidate-profile #more-info li img {
    margin-top: 4px;
}

#candidate-profile #more-info li a span {
    font-size: 20px;
    line-height: 32px;
    margin-left: 16px;
}

#candidate-profile .start-end-label {
    font-size: 12px;
    line-height: 20px;
    color: #9E9E9E;
}


#candidate-profile .share-container {
    position: relative;
    display: inline;
}

#candidate-profile .share-box {
    width: 352px;
    margin-top: 26px !important;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0px 4px 160px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: all 0.3s ease;

    visibility: hidden;
    opacity: 0;
}


#candidate-profile .share-box::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 26px solid #EEEEEE;
}


#candidate-profile .share-box::after {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #FFFFFF;
}

#candidate-profile .share-box .share-header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
    margin: 32px 24px 16px;
}

#candidate-profile .share-box .share-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#candidate-profile .share-box .share-link {
    text-decoration: none;
}

#candidate-profile .share-box .share-li {
    height: 60px;
    width: 100%;
    padding: 16px 24px;
    background: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #212E4B;
}

#candidate-profile .share-box .share-ul .share-li:hover {
    background: #F5F5F5;
}

#candidate-profile .share-box .share-ul .share-li:hover .copy-link-icon {
    /*change img when hover*/
    content: url("../images/new_Jobpasscard/jpc_icons/green_link_icon.png");
}

#candidate-profile .share-box .share-ul .share-li:hover .mail-icon {
    /*change img when hover*/
    content: url("../images/new_Jobpasscard/jpc_icons/green_mail_icon.png");
}

#candidate-profile .share-box .share-ul .share-li:hover .fb-icon {
    /*change img when hover*/
    content: url("../images/new_Jobpasscard/jpc_icons/green_fb_icon.png");
}

#candidate-profile .share-box .share-ul .share-li:hover .line-icon {
    /*change img when hover*/
    content: url("../images/new_Jobpasscard/jpc_icons/green_line_icon.png");
}

#candidate-profile .share-container:hover .share-box {
    visibility: visible;
    opacity: 1;
}

#candidate-profile .share-container .share-tooltip:hover+.share-box {
    visibility: visible;
    opacity: 1;
}

#candidate-profile .fb-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/fb_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile .line-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/line_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile .mail-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/mail_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile .copy-link-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/link_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile .share-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/share_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile .download-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/download_icon.png");
    width: 24px;
    height: 24px;
}

#candidate-profile .jpc-secondary-btn:hover .share-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/share_icon_hover.png")
}

#candidate-profile .jpc-secondary-btn:hover .download-icon {
    content: url("../images/new_Jobpasscard/jpc_icons/download_icon_hover.png")
}



@media (min-width: 576px) {

    #candidate-profile #popupModal .modal-dialog {
        min-width: 374px;
    }

    #candidate-profile #popupModal .modal-body,
    #candidate-profile #popupModal .modal-content {
        width: 374px;
        ;
        background: #FFFFFF;
        border-radius: 16px;
    }
}


#candidate-profile #work-experience .item:last-child .divider,
#candidate-profile #education .item:last-child .divider,
#candidate-profile #certificate .item:last-child .divider,
#candidate-profile #passcard .item:last-child .divider {
    display: none;
}


#candidate-profile .certified-by-jpc {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #59C4AE;
}

#candidate-profile .passcard-lvl {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #9E9E9E;
}


#candidate-profile .blur-text {
    filter: blur(5px);
    color: rgba(33, 46, 75, 0.2) !important;
}

#candidate-profile .lock-img-icon {
    width: 68px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*mobile version*/

/*mobile version*/
/*By default, hide when not in mobile version*/
#candidate-profile #less-arrow,
#candidate-profile #more-arrow {
    display: none;
}

#candidate-profile .hide-info-in-mobile {
    display: inherit;
}


#candidate-profile #skill .btn-skill-tag {
    padding: 0 24px;
}

@media (max-width: 576px) {

    /* #candidate-profile{
    padding-top: 15vw;
  } */

    #candidate-profile .first-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    #candidate-profile .first-row button span {
        display: none;
    }

    #candidate-profile #left-col {
        width: 100%;
    }

    #candidate-profile #right-col {
        width: 100%;
    }

    #candidate-profile #left-col .info-box {
        width: 100%;
        border-color: #FFFFFF;
    }

    #candidate-profile #right-col .info-box {
        width: 100%;
    }

    #candidate-profile .second-row #right-col {
        padding-left: 20px;
        padding-right: 20px;
    }


    /* By default, stop hiding when in mobile */
    #candidate-profile #less-arrow,
    #candidate-profile #more-arrow {
        display: flex;
        justify-content: center;
    }

    #candidate-profile .hide-info-in-mobile {
        display: none !important;
    }

    #candidate-profile #skill .btn-skill-tag {
        max-width: 300px;
    }

    #candidate-profile .section-header {
        font-size: 20px;
        line-height: 24px;
    }

    #candidate-profile .item .item-title {
        font-size: 22px;
        line-height: 28px;
        color: #43997F;
    }

    #candidate-profile #right-col .info-box {
        padding: 24px 16px;
    }

}

#candidate-profile-edit #errorTelPattern button {
    width: 20%;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}

#candidate-profile-edit #errorTelPattern .text1 {
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
}

#candidate-profile-edit #errorTelPattern .text2 {
    text-align: center;
    font-size: 20px;
}

.company-login-header {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    color: #212E4B;
}

#candidate-login .company-login-header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
    margin: 0;
}

.company-login-new {
    display: flex;
    flex-direction: column;
}

#company-login,
#company-register {
    max-width: 1120px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
}

#company-login .welcome-col p,
#company-register .welcome-col p {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #1F2D4E;
}

#company-login .login-col,
#company-login .register-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#company-login .welcome-col,
#company-register .welcome-col {
    max-width: 768px;
    flex-grow: 1;
}

#company-register .policy {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #5E7094;
}

#company-register #register-form {
    text-align: center;
}

#company-register .terms-privacy-policy {
    margin: 16px 0;
}

#company-register .terms-privacy-policy a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #4B8DF1;
    text-decoration: none;
}

#candidate-register input.form-control {
    padding: 16px;
}

#candidate-register input.form-control:focus,
#candidate-register input.form-control:focus-visible {
    box-shadow: none;
    outline: none;
    border-color: #00DBB6;
}

.material-textfield {
    position: relative;
}

.material-textfield label {
    position: absolute;
    font-size: 1rem;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: .2s ease-out;
    transform-origin: left top;
    pointer-events: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: transparent;
}

#candidate-register input {
    outline: none;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    transition: 0.5s ease-out;
}

#candidate-register input:focus {
    border-color: #00DBB6;
}

#candidate-register input:focus+label {
    color: #00DBB6 !important;
    top: 0;
    transform: translateY(-50%) scale(.9);
    padding: 0 8px;
    background-color: white;
}

#candidate-register input:focus:valid+label {
    color: #00DBB6;
    top: 0;
    transform: translateY(-50%) scale(.9);
    padding: 0 8px;
    background-color: white;
}

#candidate-register input:valid+label {
    color: #9FAABF;
    top: 0;
    transform: translateY(-50%) scale(.9);
    padding: 0 8px;
    background: linear-gradient(to bottom, transparent 55%, #ffffff 50%);
}

/* #candidate-register input:valid {
  border-color: #00DBB6;
} */

#candidate-register input:focus::placeholder {
    color: transparent !important;
}

#candidate-register input:not(:placeholder-shown) {
    border-color: #E0E0E0;
}

#candidate-register input[type=email]:not(:placeholder-shown)+label,
#candidate-register input[type=password]:not(:placeholder-shown)+label {
    color: #9E9E9E;
    top: 0;
    transform: translateY(-50%) scale(.9);
    padding: 0 8px;
    background-color: white;
}

#candidate-register .material-textfield.pwd.not_match input:valid,
#candidate-register .material-textfield.confirm-pwd.not_match input:valid,
#candidate-register .material-textfield.pwd.not_match input:not(:placeholder-shown),
#candidate-register .material-textfield.confirm-pwd.not_match input:not(:placeholder-shown) {
    border-color: #EB3C2B;
}

#candidate-register .material-textfield.pwd.not_match input:valid+label,
#candidate-register .material-textfield.confirm-pwd.not_match input:valid+label,
#candidate-register .material-textfield.pwd.not_match input:not(:placeholder-shown)+label,
#candidate-register .material-textfield.confirm-pwd.not_match input:not(:placeholder-shown)+label {
    color: #EB3C2B;
    top: 0;
    transform: translateY(-50%) scale(.9);
    padding: 0 8px;
    background-color: white;
}

.validation-pwd-list,
.validation-confirmpwd-list {
    display: none;
    align-items: flex-start;
    margin-top: 8px;
}

.validation-pwd-list span,
.validation-confirmpwd-list span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9FAABF;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.validation-pwd-list .line,
.validation-confirmpwd-list .line {
    width: 1px;
    height: 24px;
    background: #E8EAF0;
    margin: 0 8px;
}

.valid::after {
    position: relative;
    content: "";
    background-image: url(/static/images/input-check.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: flex;
}

.invalid::after {
    position: relative;
    content: "";
    background-image: url(/static/images/input-invalid.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: flex;
}

#candidate-register .material-textfield.pwd.not_match .group::after,
#candidate-register .material-textfield.confirm-pwd.not_match .group::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(/static/images/not_match.svg);
    background-color: white;
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: flex;
}

#candidate-register .material-textfield.pwd.not_match input:focus,
#candidate-register .material-textfield.confirm-pwd.not_match input:focus {
    border-color: #EB3C2B;
}

#candidate-register .material-textfield.pwd.not_match input:focus+label,
#candidate-register .material-textfield.confirm-pwd.not_match input:focus+label {
    color: #EB3C2B !important;
    top: 0;
    transform: translateY(-50%) scale(.9);
    padding: 0 8px;
    background-color: white;
}

#candidate-register .material_checkbox {
    position: relative;
}

#candidate-register .checkbox_custom,
#candidate-register .checkbox_custom div {
    width: inherit;
}

#candidate-register .material_checkbox>input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

#candidate-register .material_checkbox>input[type="checkbox"]+.checkbox_custom::before {
    content: "";
    display: flex;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #C3CBD9;
}

#candidate-register .material_checkbox>input[type="checkbox"]:checked+.checkbox_custom::before {
    background-image: url("/static/images/new_Jobpasscard/checked.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-width: 1px;
    border-color: transparent;
}

#candidate-register .checkbox_custom,
#candidate-register .material_checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
    justify-content: center;
}

#candidate-register .material_checkbox>input[type="checkbox"]+.checkbox_custom:hover::before {
    content: "";
    display: flex;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #7A89A6;
}

#candidate-register .term_and_policy {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
}

#candidate-register button.submit-login-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #212E4B;
}

#candidate-register .mt-16 {
    margin-top: 16px;
}

#candidate-register .mb-16 {
    margin-bottom: 16px;
}

#candidate-register .mt-24 {
    margin-top: 24px;
}

#candidate-register .mb-24 {
    margin-bottom: 24px;
}

#candidate-register .welcome-col img {
    width: 100%;
    float: left;
    margin-right: 0px;
}

body {
    background: #FAFAFA;
}

#candidate-register {
    margin-top: 56px;
    margin-bottom: 100px;
}

a.top_nav {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #212E4B;
    text-decoration: none;
    height: 100%;
}

.line-break {
    background: #E8EAF0;
    width: 1px;
    height: 32px;
    margin: 0 16px;
}

a.login_type.selected {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 157px;
    height: 40px;
    background: #00DBB6;
    border-radius: 16px;
}

a.login_type.selected {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #212E4B;
    text-decoration: none;
}

a.login_type:not(.selected) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    border: 1.5px solid #59C4AE;
    border-radius: 16px;
    padding: 8px 24px;
}

a.login_type:not(.selected) {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #59C4AE;
    text-decoration: none;
}

#secondary-navbar button,
#secondary-navbar a[role="button"] {
    color: #C3CBD9;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    border: none;
    background: transparent;
    outline: none;
    width: 112px;
    height: 100%;
}

.not_match_message,
.email_already,
.invalid_national_id,
.phone_number_already {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    color: #EB3C2B;
    padding: 8px 16px;
}

.material-textfield.pwd.not_match .not_match_message,
.material-textfield.confirm-pwd.not_match .not_match_message {
    display: flex;
}

.material-textfield.email.already .group::after,
.material-textfield.phone-number.already .group::after .material-textfield.national-id.already .group::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(/static/images/not_match.svg);
    background-color: white;
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: flex;
}

.material-textfield.email.already .email_already,
.material-textfield.phone-number.already .phone_number_already,
.material-textfield.national-id.already .invalid_national_id {
    display: flex;
}

#candidate-register .material-textfield.email.already input:not(:placeholder-shown),
#candidate-register .material-textfield.phone-number.already input:not(:placeholder-shown),
#candidate-register .material-textfield.national-id.already input:not(:placeholder-shown) {
    border-color: #EB3C2B;
}

#candidate-register .material-textfield.email.already input:not(:placeholder-shown)+label,
#candidate-register .material-textfield.phone-number.already input:not(:placeholder-shown)+label,
#candidate-register .material-textfield.national-id.already input:not(:placeholder-shown)+label {
    color: #EB3C2B;
    top: 0;
    transform: translateY(-50%) scale(.9);
    padding: 0 8px;
    background-color: white;
}

#candidate-register .material-textfield.email.already input:focus,
#candidate-register .material-textfield.phone-number.already input:focus,
#candidate-register .material-textfield.national-id.already input:focus {
    border-color: #EB3C2B;
}

#candidate-register .material-textfield.email.already input:focus+label,
#candidate-register .material-textfield.phone-number.already input:focus+label,
#candidate-register .material-textfield.national-id.already input:focus+label {
    color: #EB3C2B !important;
    top: 0;
    transform: translateY(-50%) scale(.9);
    padding: 0 8px;
    background-color: white;
}

#email-confirm-otp .header {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #212E4B;
}

#email-confirm-otp .send-to {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #5E7094;
    white-space: nowrap;
}

#email-confirm-otp span#sendTo {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #5E7094;
}

#email-confirm-otp a.not_me {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #4B8DF1;
    text-decoration: none;
}

#email-confirm-otp a.not_me:hover {
    color: #7AB8F9;
}

#email-confirm-otp a.not_me:active {
    color: #3D69CB;
}

#email-confirm-otp {
    padding: 0;
    max-width: 100% !important;
}

#email-confirm-otp .section-1 {
    height: calc(100vh - 73px);
    background-image: url(/static/images/email_otp_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 96px;
    text-align: center;
}

#email-confirm-otp .footer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    position: fixed;
    bottom: 34px;
}

#email-confirm-otp .footer .message {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #5E7094;
}

#email-confirm-otp .footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4B8DF1;
    text-decoration: none;
}

#email-confirm-otp .footer a:hover {
    color: #7AB8F9;
}

#email-confirm-otp .footer a:active {
    color: #3D69CB;
}

#email-confirm-otp form input[type="text"] {
    width: 64px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #C3CBD9;
    border-radius: 8px;
}

#email-confirm-otp form.digit-group {
    margin-top: 72px;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
}

#email-confirm-otp form input[type="text"]::-webkit-inner-spin-button,
#email-confirm-otp form input[type="text"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

#email-confirm-otp form input[type="text"]:focus {
    border-color: #00DBB6;
}

#email-confirm-otp form input[type="text"]:focus-visible {
    outline: 1px solid #00DBB6;
}

#email-confirm-otp form input[type="text"] {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #212E4B;
    caret-color: #00DBB6;
}

#email-confirm-otp form.digit-group.invalid_otp input[type="text"] {
    border-color: #EB3C2B;
    caret-color: #EB3C2B;
}

#email-confirm-otp form.digit-group.invalid_otp input[type="text"]:focus-visible {
    outline: 0;
}

.invalid_otp_message .message {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #EB3C2B;
    margin-bottom: 5px;
}

.invalid_otp_message {
    display: none;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
}

.invalid_otp_message.show {
    display: flex;
}

.otp_end {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #5E7094;
    margin-top: 72px;
}

.otp_timer {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #EB3C2B;
}

.invalid_otp_message.show~.otp_end {
    margin-top: 16px;
}

.send_otp_agin {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-indent: 8px;
    text-decoration-line: underline;
    color: #4B8DF1;
    margin-top: 8px;
    cursor: pointer;
    user-select: none;
    border: 0;
    background: transparent;
}

.send_otp_agin:hover {
    color: #7AB8F9;
}

.send_otp_agin:active {
    color: #3D69CB;
}

.timeout_otp_message {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.timeout_otp_message .message {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #BDBDBD;
}

.timeout_otp_message.show {
    display: flex;
}

.timeout_otp_message.show~.otp_end {
    margin-top: 16px;
}

#email-confirm-otp form.digit-group.timeout_otp input[type="number"]:disabled {
    border-color: #E8EAF0;
    background: #F5F5F5;
}

.no_menu_job .profile-img {
    width: 24px;
    height: 24px;
    border-radius: 100px;
}

.no_menu_job button#dropdownMenuPrivateButton {
    display: flex;
    align-items: center;
    border: 0;
    background-color: transparent;
    gap: 16px;
    height: 32px;
    padding: 0;
    max-width: 165px;
}

.no_menu_job a.dropdown-item.private-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}

.no_menu_job .dropdown-item.private-menu-item:focus,
.no_menu_job .dropdown-item.private-menu-item:hover {
    color: #1e2125;
    background-color: transparent;
}

.no_menu_job .dropdown-item.private-menu-item .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.no_menu_job .notification-menu .icon.bell,
.no_menu_job .cart-menu .cart-iconcss {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.no_menu_job .bg-menu-cart-badge,
.no_menu_job .bg-menu-notification-badge {
    position: absolute;
    width: max-content;
    height: 16px;
    left: 12px;
    top: -5px;
    border-radius: 100px;
    background: #EB3C2B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
}

.no_menu_job .notification-menu,
.no_menu_job .cart-menu {
    position: relative;
}

.no_menu_job .menu-cart-badge,
.no_menu_job .menu-notification-badge {
    color: white;
    font-size: 10px;
}

.no_menu_job .private-menu ul a.dropdown-item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #212E4B;
    padding: 0px 40px;
}

.no_menu_job .private-menu .dropdown-menu[data-bs-popper] {
    border: 1px solid #EEEEEE;
    width: 352px;
    padding: 26px 0 0;
    left: -124px !important;
    background: white;
    top: 60px;
    box-shadow: 0px 4px 160px rgb(0 0 0 / 5%);
    border-radius: 16px;
}

#verify-account {
    padding: 0;
}

#verify-account .section-1 {
    height: calc(100vh - 146px);
    max-height: 604px;
    background-image: url(/static/images/email_otp_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 96px;
    text-align: center;
}

#verify-account .footer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    bottom: 34px;
}

#verify-account .footer .message {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #5E7094;
}

#verify-account .footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4B8DF1;
    text-decoration: none;
}

#verify-account .footer a:hover {
    color: #7AB8F9;
}

#verify-account .footer a:active {
    color: #3D69CB;
}

#verify-account .header {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #212E4B;
}

#verify-account .sub-header {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #5E7094;
    margin-bottom: 16px;
}

button.verify-next {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 352px;
    height: 48px;
    background: #00DBB6;
    box-shadow: 0px 6px 20px #adf0dc;
    border-radius: 16px;
    border: transparent;
    gap: 8px;
    margin: 24px auto;
}

button.verify-next {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #212E4B;
}

button.verify-next:hover {
    background: #71E8C4;
}

button.verify-next:active {
    background: #59C4AE;
}

.verify-skip {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-indent: 8px;
    text-decoration-line: underline;
    color: #4B8DF1;
    cursor: pointer;
    user-select: none;
    border: 0;
    background: transparent;
}

.verify-skip:hover {
    color: #7AB8F9;
}

.verify-skip:active {
    color: #3D69CB;
}

#skipVerifyModal .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 24px;
    position: relative;
}

#skipVerifyModal .close-modal {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
}

#skipVerifyModal .message {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #415984;
    white-space: nowrap;
}

.social-btn-group {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

button.btn-facebook {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 48px;
    background: #1877F2;
    border-radius: 16px;
    border: transparent;
}

button.btn-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 48px;
    background: #57BE37;
    border-radius: 16px;
    border: transparent;
}

button.btn-facebook {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

button.btn-line {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    /* white-space: nowrap; */
}

a.login_type:hover {
    border-color: #71E8C4;
    color: #71E8C4;
}

a.login_type:active {
    background: #DEFAF2;
    border-color: #59C4AE;
    color: #59C4AE;
}

a.login_type.selected:hover {
    color: #212E4B;
    background: #71E8C4;
}

a.login_type.selected:active {
    color: #212E4B;
    background: #59C4AE;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
}

input:-webkit-autofill:focus,
input:-webkit-autofill:focus-visible,
input:-webkit-autofill:focus-within {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}

.welcome-group .message {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #212E4B;
}

.welcome-group .message span {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #00DBB6;
}

#candidate-login input:focus,
#candidate-login input:focus-visible {
    box-shadow: none;
    outline: 0;
    border-color: #00DBB6;
}

.bootstrap-select .dropdown-toggle .filter-option {
    max-height: 21px;
}

#secondary-navbar button.btn.btn-backhome {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #59C4AE;
}

#secondary-navbar button.btn.btn-backhome {
    width: 224px;
    height: 48px;
    border: 1.5px solid #59C4AE;
    box-sizing: border-box;
    border-radius: 16px;
}

#secondary-navbar button.btn.btn-backhome:hover {
    border: 1.5px solid #71E8C4;
    color: #71E8C4 !important;
}

#secondary-navbar button.btn.btn-backhome:active {
    background: #DEFAF2;
    border: 1.5px solid #59C4AE;
    color: #59C4AE;
}

#lms_menu_jpc .new_navbar .container-fluid {
    width: 100%;
    max-width: 1120px;
}

#lms_menu_jpc #secondary-navbar .container-fluid {
    max-width: 1120px;
    height: 100%;
    display: flex;
    align-items: center;
}

.lms-main-container {
    width: 100%;
    /* max-width: 1120px;
  margin: auto;
  padding-top: 195px; */
}

#candidate-profile .image-profile-wrapper {
    width: 160px;
    height: 160px;
    position: relative;
}

#candidate-profile .image-profile-wrapper img.complete-profile-verify-icon {
    position: absolute;
    top: -10px;
    left: -10px;
}


#candidate-profile .info-box {
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 32px;
    width: 100%;
    height: auto;
    border: 1px solid #E8EAF0;
    border-radius: 24px;
}

#candidate-profile .row.second-row {
    gap: 32px;
}

#candidate-profile #basic-info {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

#candidate-profile .contact-info-ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#candidate-profile .skill-tag-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

#candidate-profile button.btn-skill-tag {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #59C4AE;
}

#candidate-profile button.btn-skill-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    width: auto;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #59C4AE;
    border-radius: 48px;
}

#candidate-profile.container-fluid {
    padding: 32px 0;
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

#candidate-profile .section-header-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

#candidate-profile .info-box #contact-info .section-header,
#candidate-profile .info-box #skill .section-header {
    margin-bottom: 24px;
}

#candidate-profile .info-box .section-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212E4B;
    margin: 0;
}

#candidate-profile .job-divider {
    width: 96px;
    height: 1px;
    background: #5E7094;
    margin: 16px 0;
}

#candidate-profile .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 32px;
}

#candidate-profile .item.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#candidate-profile .item .job_name,
#candidate-profile .item .education_academy_name,
#candidate-profile .item .certificate_name {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #43997F;
}

#candidate-profile .item .item-info,
#candidate-profile .education_level {
    font-size: 20px;
    line-height: 32px;
    color: #212E4B;
}

#candidate-profile .item .major-info {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #5E7094;
    margin: 0;
    margin-top: 8px;
}

#candidate-profile .job-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
}

#candidate-profile .item-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
    margin: 0;
}

#candidate-profile .education_group {
    display: flex;
    align-items: center;
    gap: 8px;
}

#candidate-profile .additional_information-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#candidate-profile .additional_information-list {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
}

#candidate-profile .additional_information-list .highlight {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7AB8F9;
}

#candidate-profile-edit .additional_information-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#candidate-profile-edit .additional_information-list {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E7094;
}

#candidate-profile-edit .additional_information-list .highlight {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7AB8F9;
}

#candidate-profile .info-box #skill .skill-empty-message {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #C3CBD9;
}

@media (min-width: 576px) {
    #skipVerifyModal .modal-dialog {
        max-width: 425px;
        margin: 1.75rem auto;
    }
}


@media screen and (max-width:576px) {

    #company-login,
    #company-register {
        margin-top: 80px;
    }

    #candidate-profile.container-fluid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 96px 16px;
        width: 100%;
        margin: 0;
    }

    #candidate-profile .row.second-row {
        gap: 16px;
    }

    #candidate-profile .image-profile-wrapper {
        width: 96px;
        height: 96px;
    }

    #candidate-profile img.complete-profile-verify-icon {
        width: 32px;
        height: 32px;
    }

    #candidate-profile .profile-avatar {
        width: 96px;
        height: 96px;
        background: #E8EAF0;
        border-radius: 16px;
    }

    #candidate-profile #basic-info {
        flex-direction: column;
        gap: 16px;
    }

    #candidate-profile .user-name {
        margin-bottom: 8px;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
        color: #212E4B;
    }

    #candidate-profile .user-job-position {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #4CA991;
    }

    #candidate-profile .info-box .section-header {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #212E4B;
    }

    #candidate-profile .info-box #contact-info .section-header,
    #candidate-profile .info-box #skill .section-header {
        margin-bottom: 16px;
    }

    #candidate-profile .contact-info-ul li span {
        margin-left: 16px;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #5E7094;
    }

    #candidate-profile .jpc-img-icon {
        width: 16px;
        height: 16px;
    }

    #candidate-profile #skill .btn-skill-tag {
        padding: 8px 24px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #59C4AE;
    }

    #candidate-profile .icon-box {
        width: 40px;
        height: 40px;
        background: #DEFAF2;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #candidate-profile .jpc-img-icon {
        width: 16px;
        height: 16px;
    }

    #candidate-profile .item .job_name,
    #candidate-profile .item .education_academy_name,
    #candidate-profile .item .certificate_name {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #43997F;
    }

    #candidate-profile .info-box {
        display: flex;
        flex-direction: column;
        padding: 32px;
        gap: 16px;
        width: 100%;
        height: auto;
        border: 1px solid #E8EAF0;
        border-radius: 24px;
    }

    #candidate-profile .item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 16px;
    }

    #candidate-profile .item .item-info,
    #candidate-profile .education_level {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #5E7094;
    }

    #candidate-profile .item .item-date {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #5E7094;
    }

    #candidate-profile .job-description {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #5E7094;
        word-break: break-word;
    }

    #candidate-profile .education_group {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        flex-direction: column;
    }

    #candidate-profile .item .major-info {
        margin: 0;
        margin-top: 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #5E7094;
    }

    #candidate-register {
        margin-top: 96px;
    }

    .register-header {
        text-align: center;
    }

    #candidate-register input {
        outline: none;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        transition: 0.5s ease-out;
    }

    .register-col .form-control {
        height: 40px;
    }

    #candidate-register button.submit-login-btn {
        border-radius: 8px !important;
    }

    .validation-pwd-list span,
    .validation-confirmpwd-list span {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        color: #9FAABF;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #email-confirm-otp form.digit-group {
        margin-top: 32px;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }

    #email-confirm-otp .send-to {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        color: #5E7094;
    }

    #email-confirm-otp span#sendTo {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        color: #5E7094;
    }

    #email-confirm-otp .otp_end {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #5E7094;
        margin-top: 32px;
    }

    #email-confirm-otp form input[type="text"] {
        width: 37.33px;
        height: 56px;
        background: #FFFFFF;
        border: 1px solid #C3CBD9;
        border-radius: 8px;
    }

    #email-confirm-otp .section-1 {
        min-height: 100%;
        height: 100%;
        background-image: unset;
    }
}


#hide-delete-group {
    display: flex;
    gap: 90px;
    margin-right: 34px;
}

#hideAccount #deleteAccount {
    text-decoration: none !important;
    font-weight: 400 !important;
    size: 16px !important;
    line-height: 24px !important;
    color: #9E9E9E !important;
    width: 160px;
}

#group-setting {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blue-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    color: #4B8DF1;
}

.grey-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #9E9E9E
}

#hiding-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 978px;
    margin-top: 150px;
    margin-bottom: 150px;
    align-items: center;
}

#purchase-date {
    text-decoration: none;
    border-radius: 100px;
    border: solid 1px;
    opacity: 50%;
}

#scheduleDemoModal .btn-register:disabled,
#scheduleDemoModal .btn-next-step:disabled {
    background-color: #e0e0e0;
    color: #a0a0a0;
    cursor: not-allowed;
}