.row {
    width: 100% !important;
    margin: 0px !important;
    /* margin-left: 0; */
    /* margin-right: 0 !important; */
}

.form-row {
    display: block;
}

.set-word-header {
    position: relative;
    width: 80%;
    margin-top: 1%;
}

.box-progress {
    position: relative;
    /* margin-top: 3%; */
    width: 80%;
    height: 128px;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
    background-color: #ffffff;
}

#btn-login {
    margin-top: 8%;
}

.border-or {
    width: 80%;
    height: 20px;
    border-bottom: 2px solid #B31E8D;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
}

.text-or {
    font-size: 25px;
    background-color: #fafafa;
    padding: 10px 10px;
    margin-top: 10px;
    color: #B31E8D;
}

.set-register {
    margin-top: 1% !important;
}


/* .set-row-progress-box {
    position: absolute;
} */

.text-in-progress {
    position: absolute;
    margin: 2% 0 0 3%;
    font-size: 20px;
    color: #282828;
}

.progress-bar-box {
    position: relative;
    left: 3%;
    top: 45%;
    width: 40%;
    height: 24px;
    border-radius: 8px;
    background-color: #d8d8d8;
}

.progress-bar {
    border-radius: 8px;
    background-color: #b31e8d;
}

.progres-percent {
    position: absolute;
    top: 44%;
    left: 45%;
    font-size: 18px;
}

.find-history-btn {
    top: 30%;
    left: 63%;
    width: 20.3%;
    height: 64px;
    position: absolute;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
    background-color: #b31e8d;
    font-size: 17px;
    color: #ffffff;
    z-index: 0;
}

.see-resume-btn {
    width: 13%;
    height: 64px;
    border-radius: 8px;
    border: solid 2px #b31e8d;
    background-color: #ffffff;
    font-size: 18px;
    color: #b31e8d;
    position: absolute;
    top: 30%;
    left: 85%;
    z-index: 0;
}

.update-data-text {
    position: absolute;
    left: 2%;
    font-size: 16px;
    top: 75%;
    color: #282828;
    opacity: 0.5;
    margin-left: 1%;
}

.date-text {
    position: absolute;
    top: 75%;
    left: 15%;
    font-size: 16px;
    color: #282828;
    opacity: 0.5;
    margin-left: 0.5%;
    margin-top: 1px;
}

.set-padding-step {
    padding-top: 0;
}


/* step progress */

.step1-text {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: 37%;
    top: -100%;
}

.step1-profile {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 30%;
    top: -60%;
}

.step2-text {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: 35%;
    top: -100%;
}

.step2-profile {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 17%;
    top: -60%;
}

.step3-text {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: 35%;
    top: -100%;
}

.step3-profile {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 18%;
    top: -60%;
}

.step4-text {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    left: 35%;
    top: -100%;
}

.step4-profile {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 17%;
    top: -60%;
}


/* step class */

.steps-form {
    display: table;
    width: 70%;
    position: relative;
}

.steps-form .steps-row {
    display: table-row;
}

.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
}

.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form .steps-row .steps-step .btn-circle {
    width: 28px;
    height: 28px;
    background-color: #d8d8d8;
    text-align: center;
    padding: 6px 0;
    border-radius: 25px;
    margin-top: 0;
}

.btn-indigo {
    background-color: #b31e8d !important;
}

.set-padding-step1-box {
    margin: 3% 0 0 5% !important;
}

.postion-padding-role {
    padding-left: 0%;
}

.box-step1 {
    position: relative;
    /* margin-top: 3%; */
    width: 80%;
    /* height: 100%; */
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
    background-color: #ffffff;
}

.radio-btn {
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background-color: #d8d8d8 !important;
}

.radio-text {
    font-size: 18px;
    font-weight: 300;
    /* padding-left: 1%; */
}

.pd-r-radio {
    padding-right: 5% !important;
}

.line-space {
    width: 95%;
    height: 1px;
    opacity: 0.2;
    /* border: solid 1px #979797; */
    background-color: #d8d8d8;
}

.set-padding-content-header {
    padding-top: 2%;
    padding-left: 1%;
}

.set-padding-content {
    padding-top: 2%;
    padding-left: 0;
}

.set-pd-top {
    padding-top: 0% !important;
}

.set-img-profile {
    width: 70%;
    height: 182px;
    border-radius: 8px 8px 0 0;
    background-color: #d8d8d8;
    margin-left: auto;
    margin-right: auto;
}

.set-img2-profile {
    width: 90%;
    height: 230px;
    border-radius: 8px 8px 0 0;
    background-color: #d8d8d8;
}

.btn-profile {
    width: 70%;
    height: auto;
    border-radius: 0 0 8px 8px !important;
    background-color: #b31e8d !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto !important;
}

.set-role-text {
    width: 322px;
    margin-bottom: 3%;
    border-radius: 8px;
    background-color: #b31e8d;
}

.text-role-pic {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    /* text-align: center;
    width: 322px;
    height: 36px;
    border-radius: 8px;
    background-color: #b31e8d; */
}

.list-btn {
    text-align: center;
    background-color: #f26f21;
    color: #ffffff;
    margin-right: 4%;
    border-radius: 20px;
    width: 26px;
    height: 26px;
}

.list-text {
    font-size: 16px;
    font-weight: 300;
    color: #282828;
}

.role-img-profile {
    width: 139px;
    height: 175px;
    position: absolute;
    top: 10%;
}

.text-label {
    font-size: 20px;
    font-weight: 500;
    color: #b31e8d;
}

.text-label-upload {
    font-size: 20px;
    font-weight: 500;
    color: #b31e8d;
}

.set-padding-text {
    padding-left: 0%;
}

.set-padding-text-upload-position {
    padding-left: 2%;
}

.set-input-label {
    /* display: block; */
    padding-left: 17px !important;
    width: 100% !important;
    height: 48px !important;
    border: none !important;
    /* opacity: 0.3; */
    border-radius: 32px !important;
    /* border: solid 2px #b31e8d; */
    background-color: rgb(222, 219, 219, 0.3) !important;
}

.set-input-label2 {
    /* display: block; */
    padding-left: 18px !important;
    width: 100% !important;
    height: 48px !important;
    border: none !important;
    /* opacity: 0.3; */
    border-radius: 32px !important;
    /* border: solid 2px #b31e8d; */
    background-color: rgb(222, 219, 219, 0.3) !important;
}

.set-input-label:focus {
    border-radius: 32px;
    border: solid 2px #b31e8d;
}

.select-style,
.select-style:hover,
.select-style:active,
.select-style:focus {
    width: 100% !important;
    /* margin: auto; */
    margin: auto 0% auto 0%;
    border: none;
    background-color: rgb(222, 219, 219, 0);
    border-color: #ffffff !important;
}

.set-select-dropdown {
    /* opacity: 0.3; */
    border-radius: 32px;
    background-color: rgb(222, 219, 219, .3);
    width: 100%;
    height: 48px;
    /* display: flex !important; */
    justify-content: space-between !important;
    border-radius: 40px !important;
    /* box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5) !important; */
    /* background-color: #ffffff !important; */
    margin-bottom: 15px;
}

.text-label2 {
    font-size: 20px;
    font-weight: 500;
    color: #282828;
}

.text-label3 {
    font-size: 18px;
    font-weight: 500;
    color: #282828;
}

.padding-l-text {
    padding-left: 2%;
}

.set-text-area {
    /* width: 1312px; */
    width: 100% !important;
    height: 160px !important;
    /* opacity: 0.3 !important; */
    margin-left: 1%;
    margin-right: 1% !important;
    border-radius: 8px !important;
    background-color: #f5f4f4 !important;
    border: none !important;
    padding-left: 18px;
}

.mg-t-line {
    margin-top: 3%;
}

.mg-t-line2 {
    margin-top: 2%;
}

.bar-pdf-btn {
    width: 100%;
    height: 48px;
    border-radius: 32px;
    background-color: rgb(222, 219, 219, 0.3);
}

.set-pdf-btn {
    display: flex;
    overflow: hidden;
    font-size: .75rem;
}

.pdf-btn {
    width: 20%;
    border-radius: 32px !important;
    background-color: #b31e8d !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin-left: 0 !important;
    opacity: 1 !important;
}

.set-education-text {
    padding-left: 1%;
}

.title-education {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
    font-weight: 500;
    color: #282828;
}

.role-education {
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 300;
    color: #282828;
}

.add-education-box {
    width: 263px;
    height: 64px;
    margin-left: 1%;
    margin-bottom: 1%;
    /* opacity: 0.3; */
    border-radius: 8px;
    background-color: rgb(222, 219, 219, 0.3);
}

.education-text-btn {
    font-size: 16px;
    color: #282828;
    font-weight: 300;
    display: flex;
    position: relative;
    top: 0%;
    left: 25%;
}

.add-education-img {
    position: relative;
    top: 35%;
    left: 10%;
    display: flex;
}

.x-img {
    width: 15px;
    height: 15px;
    margin-right: 1%;
    margin-top: 2px;
}

.x-img2 {
    width: 15px;
    height: 15px;
    margin-right: 2%;
    margin-top: 5px;
}

.dp-flex-education-history {
    display: flex;
}

.pd-bt-add-job-history {
    padding-bottom: 3%;
}

.set-privacy {
    width: 80%;
    padding-left: 5px;
    padding-top: 10px;
}

.privacy {
    color: #B31E8D !important;
}

.privacy:hover {
    color: #B31E8D !important;
}

.cancel-btn {
    margin-right: 1%;
    width: 86px;
    height: 52px;
    border-radius: 8px;
    background-color: #bfbfbf;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.next-btn {
    width: 102px;
    height: 52px;
    border-radius: 8px;
    background-color: #b31e8d;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.riding-text {
    margin: 2% 0 0 2%;
    font-size: 18px;
    font-weight: 500;
    color: #282828;
}

.mg-radio {
    justify-content: flex-start;
    margin: 2% 0 0 4% !important;
}

.pd-r-radio2 {
    padding-right: 2% !important;
}

.color-radio-text {
    color: #282828;
    display: contents;
}

.submit-btn {
    width: 102px;
    height: 52px;
    border-radius: 8px;
    background-color: #f26f21;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.set-pd-text-area {
    padding: 1% 0 0 3%;
}

.skill-text-btn {
    font-size: 16px;
    color: #282828;
    font-weight: 300;
    display: flex;
    position: relative;
    top: 0%;
    left: 35%;
}

.mg-bt-st4 {
    margin-bottom: 0;
}

.set-type-text-ref-file {
    /* left: 55%; */
    left: 510px;
    position: absolute;
    top: 1%;
    width: 50%;
}

.type-file-ref {
    opacity: 0.5;
    font-size: 18px;
    font-weight: 300;
    color: #282828;
}

.pd-top-upload {
    padding-top: 1%;
}

.set-input-pdf {
    width: 100%;
    height: 48px;
    border-radius: 32px;
    background-color: #dedbdb;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.5;
    color: #282828;
}

.set-no-file-selected {
    font-size: 18px;
    padding-top: 1%;
}

input[type=file] {
    position: absolute;
    width: 20%;
    color: transparent;
    opacity: 0;
}

input[type=file]:hover {
    cursor: pointer;
}

#fileLabel {
    opacity: 0.5;
    font-size: 18px;
    font-weight: 300;
    color: #282828;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 3%;
    text-align: center;
}

#fileLabel2 {
    opacity: 0.5;
    font-size: 18px;
    font-weight: 300;
    color: #282828;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 3%;
}

#fileLabel3 {
    opacity: 0.5;
    font-size: 18px;
    font-weight: 300;
    color: #282828;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 3%;
}

.input-profile-img {
    left: 4%;
    height: 48px;
    /* width: 53% !important; */
    width: 230px !important;
}

.done-text {
    color: #b31e8d !important;
}

.done-btn {
    background-color: #b31e8d !important;
}

.bp-desktop-mode {
    display: flex;
}

.bp-mobile-mode {
    display: none;
}


/* .text-steps-mobile{
    display: none;
} */

.text-steps-mobile1 {
    display: none;
}

.text-steps-mobile2 {
    display: none;
}

.text-steps-mobile3 {
    display: none;
}

.text-steps-mobile4 {
    display: none;
}

.text-steps-color {
    display: none;
}

.mobile-mode {
    display: none;
}

.desktop-mode {
    display: flex;
}

.box-btn-profile-mobile {
    display: none;
}

.select-datepicker-desktop {
    display: flex;
}

.set-padding-content-text-area {
    padding: 2% 2% 0% 2%;
}

.set-img-profile-postion {
    padding: 2% 0% 0% 2%;
}

.set-padding-text-set-text-area {
    padding-left: 1%;
    width: 100%;
}

.set-padding-text-right {
    padding-left: 1.2%;
}

.set-padding-content-box {
    padding: 0% 1% 0% 1%;
}

.padding-col-radio {
    padding: 0% !important;
}

.desktop-mode-icon-check1 {
    display: block;
    color: #ffffff;
}

.desktop-mode-icon-check2 {
    display: block;
    color: #d8d8d8;
}

.desktop-mode-icon-check-event-1 {
    display: block;
    color: #ffffff;
}

.desktop-mode-icon-check-event-2 {
    display: block;
    color: #ffffff;
}

.desktop-mode-icon-check-event-3 {
    display: block;
    color: #ffffff;
}

.desktop-mode-icon-check-event-4 {
    display: block;
    color: #ffffff;
}

.justify-content-center {
    margin-bottom: 20px !important;
}

.set_add_btn {
    padding-left: 3.5%;
}

.col-6 {
    max-width: 100%;
}

.set-margin {
    margin-bottom: 20px !important;
}

.has-input-error {
    border: 1px solid #d8d8d8 !important;
    border-color: #ff0000 !important;
}

.error-help-block {
    color: red !important;
    padding-left: 15px;
}

form {
    display: contents;
}

.mr-3 {
    margin-right: 0px !important;
    padding-left: 0;
    padding-right: 10px;
}

.mr-2 {
    margin-right: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.ml-2 {
    margin-left: 0px !important;
    padding-right: 0;
    padding-left: 10px;
}

.set-select-dropdown-birthday {
    border-radius: 32px;
    background-color: rgb(222, 219, 219, .3);
    width: 100%;
    height: 48px;
    display: block !important;
    justify-content: space-between !important;
    border-radius: 40px !important;
    margin-bottom: 15px;
    padding-left: 10px;
}

.form.boxed {
    background-color: #ffffff !important;
}


/* Mobile S */

@media (max-width: 320px) {
    .bp-desktop-mode {
        display: none;
    }
    .bp-mobile-mode {
        display: flex;
    }
    .set-word-header {
        width: 100%;
    }
    .border-or {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .text-or {
        font-size: 20px;
    }
    .box-progress {
        position: relative;
        /* margin-top: 3%; */
        width: 95%;
        height: 270px;
        display: table;
    }
    .text-in-progress {
        position: absolute;
        margin: 2% 0 0 3%;
        top: 5%;
        font-size: 16px;
        color: #282828;
    }
    .progress-bar-box {
        position: relative;
        left: 4%;
        top: 37%;
        width: 79%;
        height: 18px;
    }
    .progres-percent {
        position: absolute;
        top: 36%;
        left: 85%;
        font-size: 14px;
    }
    .find-history-btn {
        top: 52%;
        left: 4%;
        width: 90%;
        height: 34px;
        position: absolute;
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #b31e8d;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        padding-top: 5px;
    }
    .see-resume-btn {
        width: 90%;
        height: 34px;
        border-radius: 8px;
        border: solid 2px #b31e8d;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        color: #b31e8d;
        position: absolute;
        top: 75%;
        left: 4%;
        padding-top: 3px;
    }
    .steps-form {
        display: table;
        width: 95%;
        position: relative;
    }
    .steps-form .steps-row {
        display: table-row;
    }
    .steps-form .steps-row:before {
        top: 18px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 3px;
        background-color: #ccc;
    }
    .steps-form .steps-row .steps-step {
        display: table-cell;
        text-align: center;
        position: relative;
        padding-bottom: 5% !important;
    }
    .steps-form .steps-row .steps-step p {
        margin-top: 0.5rem;
    }
    .steps-form .steps-row .steps-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }
    .steps-form .steps-row .steps-step .btn-circle {
        width: 40px;
        height: 40px;
        background-color: #d8d8d8;
        font-size: 16px;
        text-align: center;
        padding: 6px 0;
        border-radius: 25px;
        margin-top: 0;
    }
    .desktop-mode-icon-check-event-1 {
        display: none;
    }
    .desktop-mode-icon-check-event-2 {
        display: none;
    }
    .desktop-mode-icon-check-event-3 {
        display: none;
    }
    .desktop-mode-icon-check-event-4 {
        display: none;
    }
    .btn-indigo {
        background-color: #b31e8d !important;
    }
    .set-padding-step1-box {
        padding: 4% 0% 0% 0%;
        margin: 0% 0 0 5% !important;
        width: 90% !important;
    }
    .step1-profile,
    .step1-text,
    .step2-profile,
    .step2-text,
    .step3-profile,
    .step3-text,
    .step4-profile,
    .step4-text {
        display: none;
    }
    .box-step1 {
        position: relative;
        /* margin-top: 3%; */
        width: 95%;
        /* height: 100%; */
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #ffffff;
    }
    .set-padding-content-header {
        padding-top: 0%;
        padding-left: 10px;
    }
    .set-padding-text {
        padding-left: 5%;
    }
    .mg-radio {
        margin: 2% 0 0 6% !important;
    }
    .text-label {
        font-size: 16px;
    }
    .set-input-label {
        font-size: 14px;
        padding-left: 5%;
        height: 48px;
    }
    .set-input-label2 {
        /* display: block; */
        padding-left: 5%;
        width: 100%;
        height: 48px;
    }
    .padding-col-box-step {
        padding: 0%;
    }
    .text-steps-mobile1 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile2 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile3 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile4 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-color {
        color: #ffffff !important;
        display: block;
    }
    .line-space {
        margin: 4% 0% 4% 4%;
    }
    .radio-btn {
        width: 17px;
        height: 17px;
        background-color: #d8d8d8 !important;
    }
    .radio-text {
        font-size: 14px;
    }
    .pd-r-radio2 {
        padding-right: 0% !important;
    }
    .mobile-mode {
        display: flex;
    }
    .education-text-btn {
        width: 70%;
    }
    .text-step1-Profile {
        margin-bottom: 0;
        font-size: 18px;
    }
    .radio-text-box1 {
        width: 30%;
    }
    .radio-text-box2 {
        width: 50%;
    }
    .pd-r-radio {
        padding-right: 0% !important;
    }
    .closer-banner-profile {
        display: none;
    }
    .closer-btn-profile {
        display: none;
    }
    .set-role-text {
        width: 95%;
    }
    .text-role-pic {
        font-size: 14.4px;
    }
    .mobile-small-padding {
        padding: 0%;
    }
    .list-btn {
        font-size: 14.4px;
        text-align: center;
        background-color: #f26f21;
        color: #ffffff;
        margin: 1% 1% 0% 0%;
        border-radius: 20px;
        width: 21px;
        height: 21px;
    }
    .list-text {
        font-size: 14.4px;
        margin-top: 1%;
    }
    .box-btn-profile-mobile {
        display: flex;
        /* padding-left: 5%; */
    }
    .set-img-profile {
        width: 40%;
        height: auto;
        border-radius: 8px 8px 0 0;
        background-color: #d8d8d8;
    }
    .btn-profile {
        width: 40%;
        height: 30px;
        font-size: 12px !important;
        padding-top: 2px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .input-profile-img {
        left: 4%;
        height: 29px;
        width: 138px !important;
    }
    .select-datepicker-desktop {
        display: block;
    }
    .mr-3 {
        margin-right: 0px !important;
        padding-left: 0;
        padding-right: 0px;
    }
    .mr-2 {
        margin-right: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ml-2 {
        margin-left: 0px !important;
        padding-right: 0;
        padding-left: 0px;
    }
    .select-style,
    .select-style:hover,
    .select-style:active,
    .select-style:focus {
        width: 100% !important;
        padding: 0%;
        font-size: 14px;
    }
    .text-label2 {
        font-size: 14px;
        font-weight: 500;
        color: #282828;
    }
    .desktop-mode {
        display: none;
    }
    .set-padding-text-right {
        padding-left: 5%;
    }
    .bar-pdf-btn {
        width: 100%;
        height: auto;
        border-radius: 32px;
        background-color: rgb(222, 219, 219, 0.3);
    }
    .pdf-btn {
        width: 40%;
        height: auto;
        font-size: 12px !important;
        padding-top: 11px !important;
    }
    .set-input-pdf {
        width: 40% !important;
        height: 40px;
        border-radius: 32px;
        background-color: #dedbdb;
        font-size: 14px;
        font-weight: 300;
        opacity: 0.5;
        color: #282828;
    }
    .set-no-file-selected {
        font-size: 14px !important;
        padding-top: 11px;
    }
    .title-education {
        font-size: 14px;
    }
    .role-education {
        font-size: 11px;
    }
    .x-img {
        margin-top: 4px;
        margin-right: 3%;
    }
    .x-img2 {
        width: 15px;
        height: 15px;
        margin-right: 2%;
        margin-top: 5px;
    }
    .set-padding-text-mobile-mode {
        padding: 5% 0% 0% 5%;
    }
    .set-padding-text-set-text-area {
        padding-left: 5%;
        margin-bottom: 2%;
        width: 100%;
    }
    .add-education-box {
        width: 265px;
        height: 64px;
        margin-left: 5%;
        /* opacity: 0.3; */
        border-radius: 8px;
        background-color: rgb(222, 219, 219, 0.3);
    }
    .padding-col-radio {
        padding: 0% !important;
    }
    .text-label3 {
        font-size: 14px;
        font-weight: 500;
        color: #282828;
    }
    .riding-text {
        margin: 2% 0 0 10%;
        font-size: 14px;
        color: #282828;
    }
    .set-text-area {
        margin-left: 0px;
    }
    .set-padding-content-text-area {
        padding: 2% 4% 0% 4%;
    }
    .set-padding-top-people14 {
        padding-top: 2%;
    }
    .set-text-area {
        font-size: 14px;
        width: 1312px;
        height: 110px;
    }
    .set-padding-step3-box {
        padding: 2.5% 0% 0% 0%;
        margin: 0% 0 0 4.5% !important;
    }
    .set-img2-profile {
        width: 138px;
        height: 138px;
        border-radius: 8px 8px 0 0;
        background-color: #d8d8d8;
    }
    .text-label-upload {
        font-size: 14px;
        font-weight: 500;
        color: #b31e8d;
    }
    .set-padding-text-upload-position {
        padding-left: 0%;
        margin-bottom: 0%;
    }
    .box-text-lable2 {
        width: 100%;
    }
    .form.boxed {
        padding: 38px 15px 23px 15px !important;
    }
    .edu_faculty {
        display: block;
    }
    .set_faculty {
        width: 100%;
        margin-right: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_faculty_sub {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_degree {
        padding-right: 0px;
    }
    .set_end_edu {
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 10px;
    }
    .set_grade {
        padding-left: 10px;
    }
    .edu_note {
        padding: 0;
    }
    .pd-bt-add-job-history {
        padding-left: 5.5%;
    }
    .set-privacy {
        width: 90%;
        padding-left: 5px;
        padding-top: 10px;
    }
    .exp_set_row {
        display: block;
    }
    .set_exp_left {
        width: 100%;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_exp_right {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .exp_duty {
        padding: 0;
    }
    .set_lang-skill {
        display: block;
    }
    .set_add_btn {
        padding-left: 6.5%;
    }
}


/* Mobile M */

@media (min-width: 321px) and (max-width: 375.98px) {
    .bp-desktop-mode {
        display: none;
    }
    .bp-mobile-mode {
        display: flex;
    }
    .set-word-header {
        width: 95%;
        padding-left: 4%;
    }
    .border-or {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .text-or {
        font-size: 20px;
    }
    .box-progress {
        position: relative;
        /* margin-top: 3%; */
        width: 90%;
        height: 270px;
        display: table;
    }
    .text-in-progress {
        position: absolute;
        margin: 2% 0 0 3%;
        top: 5%;
        font-size: 16px;
        color: #282828;
    }
    .progress {
        margin: 0% !important;
    }
    .progress-bar-box {
        position: absolute;
        left: 4%;
        top: 37%;
        width: 79%;
        height: 18px;
    }
    .progres-percent {
        position: absolute;
        top: 36%;
        left: 85%;
        font-size: 14px;
    }
    .find-history-btn {
        top: 52%;
        left: 4%;
        width: 90%;
        height: 34px;
        position: absolute;
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #b31e8d;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        padding-top: 5px;
    }
    .see-resume-btn {
        width: 90%;
        height: 34px;
        border-radius: 8px;
        border: solid 2px #b31e8d;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        color: #b31e8d;
        position: absolute;
        top: 75%;
        left: 4%;
        padding-top: 2px;
    }
    .steps-form {
        display: table;
        width: 88%;
        position: relative;
    }
    .steps-form .steps-row {
        display: table-row;
    }
    .steps-form .steps-row:before {
        top: 18px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 3px;
        background-color: #ccc;
    }
    .steps-form .steps-row .steps-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }
    .steps-form .steps-row .steps-step p {
        margin-top: 0.5rem;
    }
    .steps-form .steps-row .steps-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }
    .steps-form .steps-row .steps-step .btn-circle {
        width: 40px;
        height: 40px;
        background-color: #d8d8d8;
        font-size: 16px;
        text-align: center;
        padding: 6px 0;
        border-radius: 25px;
        margin-top: 0;
    }
    .desktop-mode-icon-check-event-1 {
        display: none;
    }
    .desktop-mode-icon-check-event-2 {
        display: none;
    }
    .desktop-mode-icon-check-event-3 {
        display: none;
    }
    .desktop-mode-icon-check-event-4 {
        display: none;
    }
    .btn-indigo {
        background-color: #b31e8d !important;
    }
    .set-padding-step1-box {
        padding: 4% 0% 0% 0%;
        margin: 0% 0 0 5% !important;
        width: 90% !important;
    }
    .step1-profile,
    .step1-text,
    .step2-profile,
    .step2-text,
    .step3-profile,
    .step3-text,
    .step4-profile,
    .step4-text {
        display: none;
    }
    .box-step1 {
        position: relative;
        /* margin-top: 3%; */
        width: 90%;
        /* height: 100%; */
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #ffffff;
    }
    .set-padding-step3-box {
        padding: 2.5% 0% 0% 0%;
        margin: 0% 0 0 4.5% !important;
    }
    .set-padding-text {
        padding-left: 5%;
    }
    .set-padding-content-header {
        padding-top: 0%;
        padding-left: 10px;
    }
    .set-padding-content {
        padding-left: 0;
    }
    .text-label {
        font-size: 16px;
    }
    .set-input-label {
        font-size: 14px;
        padding-left: 5%;
        height: 48px;
    }
    .set-input-label2 {
        /* display: block; */
        padding-left: 5%;
        width: 100%;
        height: 48px;
    }
    .padding-col-box-step {
        padding: 0%;
    }
    /* .text-steps-mobile {
        color: #ffffff !important;
        display: block;
    } */
    .text-steps-mobile1 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile2 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile3 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile4 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-color {
        color: #ffffff !important;
        display: block;
    }
    .line-space {
        margin: 4% 0% 4% 4%;
    }
    .radio-btn {
        width: 17px;
        height: 17px;
        background-color: #d8d8d8 !important;
    }
    .radio-text {
        font-size: 14px;
    }
    .mobile-mode {
        display: flex;
    }
    .education-text-btn {
        width: 70%;
    }
    .text-step1-Profile {
        margin-bottom: 0;
        font-size: 18px;
    }
    .radio-text-box1 {
        width: 30%;
    }
    .radio-text-box2 {
        width: 50%;
    }
    .pd-r-radio {
        padding-right: 0% !important;
    }
    .closer-banner-profile {
        display: none;
    }
    .closer-btn-profile {
        display: none;
    }
    .set-role-text {
        width: 100%;
    }
    .text-role-pic {
        font-size: 14.4px;
    }
    .x-img {
        margin-top: 4px;
        margin-right: 3%;
    }
    .list-btn {
        font-size: 14.4px;
        text-align: center;
        background-color: #f26f21;
        color: #ffffff;
        margin: 1% 1% 0% 0%;
        border-radius: 20px;
        width: 20px;
        height: 20px;
    }
    .mobile-small-padding {
        padding: 1%;
    }
    .list-text {
        font-size: 14.4px;
        margin-top: 1%;
    }
    .box-btn-profile-mobile {
        display: flex;
        /* padding-left: 5%; */
    }
    .set-img-profile {
        width: 40%;
        height: auto;
        border-radius: 8px 8px 0 0;
        background-color: #d8d8d8;
    }
    .btn-profile {
        width: 40%;
        height: 30px;
        font-size: 12px !important;
        padding-top: 3px !important;
    }
    .input-profile-img {
        left: 4%;
        height: 29px;
        width: 138px !important;
    }
    .select-datepicker-desktop {
        display: block;
    }
    .mr-3 {
        margin-right: 0px !important;
        padding-left: 0;
        padding-right: 0px;
    }
    .mr-2 {
        margin-right: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ml-2 {
        margin-left: 0px !important;
        padding-right: 0;
        padding-left: 0px;
    }
    .select-style,
    .select-style:hover,
    .select-style:active,
    .select-style:focus {
        width: 100% !important;
        padding: 0%;
        font-size: 14px;
    }
    .text-label2 {
        font-size: 14px;
        font-weight: 500;
        color: #282828;
    }
    .desktop-mode {
        display: none;
    }
    .set-padding-text-right {
        padding-left: 5%;
    }
    .bar-pdf-btn {
        width: 100%;
        height: auto;
        border-radius: 32px;
        background-color: rgb(222, 219, 219, 0.3);
        overflow: inherit !important;
    }
    .pdf-btn {
        width: 40%;
        height: auto;
        font-size: 14px !important;
        padding-top: 11px !important;
        overflow: inherit !important;
    }
    .set-input-pdf {
        width: 40% !important;
        height: 48px;
        border-radius: 32px;
        background-color: #dedbdb;
        font-size: 14px;
        font-weight: 300;
        opacity: 0.5;
        color: #282828;
    }
    .set-no-file-selected {
        font-size: 14px !important;
        padding-top: 11px;
    }
    .title-education {
        font-size: 13px;
    }
    .role-education {
        font-size: 13px;
    }
    .set-padding-text-mobile-mode {
        padding: 5% 0% 0% 5%;
    }
    .set-padding-text-set-text-area {
        padding-left: 5%;
        margin-bottom: 2%;
        width: 100%;
    }
    .add-education-box {
        width: 265px;
        height: 64px;
        margin-left: 5%;
        /* opacity: 0.3; */
        border-radius: 8px;
        background-color: rgb(222, 219, 219, 0.3);
    }
    .padding-col-radio {
        padding: 0% !important;
    }
    .text-label3 {
        font-size: 14px;
        font-weight: 500;
        color: #282828;
    }
    .riding-text {
        margin: 2% 0 0 10%;
        font-size: 14px;
        color: #282828;
    }
    .set-padding-content-text-area {
        padding: 2% 4% 0% 4%;
    }
    .set-padding-top-people14 {
        padding-top: 2%;
    }
    .set-text-area {
        font-size: 14px;
        width: 1312px;
        height: 110px;
    }
    .set-img2-profile {
        width: 138px;
        height: 138px;
        border-radius: 8px 8px 0 0;
        background-color: #d8d8d8;
    }
    .text-label-upload {
        font-size: 14px;
        font-weight: 500;
        color: #b31e8d;
    }
    .set-padding-text-upload-position {
        padding-left: 0%;
        margin-bottom: 0%;
    }
    .box-text-lable2 {
        width: 100%;
    }
    .form.boxed {
        padding: 38px 15px 23px 15px !important;
    }
    .edu_faculty {
        display: block;
    }
    .set_faculty {
        width: 100%;
        margin-right: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_faculty_sub {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_degree {
        padding-right: 0px;
    }
    .set_end_edu {
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 10px;
    }
    .set_grade {
        padding-left: 10px;
    }
    .edu_note {
        padding: 0;
    }
    .pd-bt-add-job-history {
        padding-left: 5.5%;
    }
    .set-privacy {
        width: 90%;
        padding-left: 5px;
        padding-top: 10px;
    }
    .exp_set_row {
        display: block;
    }
    .set_exp_left {
        width: 100%;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_exp_right {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .exp_duty {
        padding: 0;
    }
    .set_lang-skill {
        display: block;
    }
    .set_add_btn {
        padding-left: 4.5%;
    }
}


/* Mobile L */

@media (min-width: 376px) and (max-width: 425px) {
    .bp-desktop-mode {
        display: none;
    }
    .bp-mobile-mode {
        display: flex;
    }
    .set-word-header {
        width: 95%;
        padding-left: 3%;
    }
    .border-or {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .text-or {
        font-size: 20px;
    }
    .box-progress {
        position: relative;
        /* margin-top: 3%; */
        width: 90%;
        height: 280px;
        display: table;
    }
    .text-in-progress {
        position: absolute;
        margin: 2% 0 0 3%;
        top: 10%;
        font-size: 14px;
        color: #282828;
    }
    .progress-bar-box {
        position: relative;
        left: 3%;
        top: 40%;
        width: 79%;
        height: 15px;
    }
    .progres-percent {
        position: absolute;
        top: 36.5%;
        left: 85%;
        font-size: 12px;
    }
    .find-history-btn {
        top: 60%;
        left: 3%;
        width: 53%;
        height: 37px;
        position: absolute;
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #b31e8d;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        padding-top: 6px;
    }
    .see-resume-btn {
        width: 124px;
        height: 37px;
        border-radius: 8px;
        border: solid 2px #b31e8d;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        color: #b31e8d;
        position: absolute;
        top: 60%;
        left: 60%;
        padding-top: 3px;
    }
    .steps-form {
        display: table;
        width: 88%;
        position: relative;
    }
    .steps-form .steps-row {
        display: table-row;
    }
    .steps-form .steps-row:before {
        top: 18px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 3px;
        background-color: #ccc;
    }
    .steps-form .steps-row .steps-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }
    .steps-form .steps-row .steps-step p {
        margin-top: 0.5rem;
    }
    .steps-form .steps-row .steps-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }
    .steps-form .steps-row .steps-step .btn-circle {
        width: 40px;
        height: 40px;
        background-color: #d8d8d8;
        font-size: 16px;
        text-align: center;
        padding: 6px 0;
        border-radius: 25px;
        margin-top: 0;
    }
    .btn-indigo {
        background-color: #b31e8d !important;
    }
    .desktop-mode-icon-check-event-1 {
        display: none;
    }
    .desktop-mode-icon-check-event-2 {
        display: none;
    }
    .desktop-mode-icon-check-event-3 {
        display: none;
    }
    .desktop-mode-icon-check-event-4 {
        display: none;
    }
    .set-padding-step1-box {
        padding: 4% 0% 0% 0%;
        margin: 0% 0 0 5% !important;
    }
    .set-padding-step3-box {
        padding: 2.5% 0% 0% 0%;
        margin: 0% 0 0 4.5% !important;
    }
    .step1-profile,
    .step1-text,
    .step2-profile,
    .step2-text,
    .step3-profile,
    .step3-text,
    .step4-profile,
    .step4-text {
        display: none;
    }
    .box-step1 {
        position: relative;
        /* margin-top: 3%; */
        width: 90%;
        /* height: 100%; */
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #ffffff;
    }
    .set-padding-content-header {
        padding-top: 0%;
        padding-left: 10px;
    }
    .set-padding-text {
        padding-left: 5%;
    }
    .text-label {
        font-size: 16px;
    }
    .set-input-label {
        font-size: 14px;
        padding-left: 5%;
        height: 48px;
    }
    .set-input-label2 {
        /* display: block; */
        padding-left: 5%;
        width: 100%;
        height: 48px;
    }
    .padding-col-box-step {
        padding: 0%;
    }
    /* .text-steps-mobile {
        color: #ffffff !important;
        display: block;
    } */
    .text-steps-mobile1 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile2 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile3 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile4 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-color {
        color: #ffffff !important;
        display: block;
    }
    .line-space {
        margin: 4% 0% 4% 4%;
    }
    .radio-btn {
        width: 17px;
        height: 17px;
        background-color: #d8d8d8 !important;
    }
    .radio-text {
        font-size: 14px;
    }
    .mobile-mode {
        display: flex;
    }
    .x-img {
        margin-top: 4px;
        margin-right: 3%;
    }
    .text-step1-Profile {
        margin-bottom: 0;
        font-size: 18px;
    }
    .radio-text-box1 {
        width: 30%;
    }
    .radio-text-box2 {
        width: 50%;
    }
    .pd-r-radio {
        padding-right: 0% !important;
    }
    .closer-banner-profile {
        display: none;
    }
    .closer-btn-profile {
        display: none;
    }
    .set-role-text {
        width: 100%;
    }
    .text-role-pic {
        font-size: 14.4px;
    }
    .list-btn {
        font-size: 14.4px;
        text-align: center;
        background-color: #f26f21;
        color: #ffffff;
        margin: 1% 4% 0% 0%;
        border-radius: 20px;
        width: 24px;
        height: 24px;
    }
    .list-text {
        font-size: 14.4px;
        margin-top: 1%;
    }
    .box-btn-profile-mobile {
        display: flex;
        /* padding-left: 5%; */
    }
    .set-img-profile {
        width: 40%;
        height: auto;
        border-radius: 8px 8px 0 0;
        background-color: #d8d8d8;
    }
    .btn-profile {
        width: 40%;
        height: 30px;
        font-size: 12px !important;
        padding-top: 2px !important;
    }
    .input-profile-img {
        left: 4%;
        height: 29px;
        width: 138px !important;
    }
    .select-datepicker-desktop {
        display: block;
    }
    .mr-3 {
        margin-right: 0px !important;
        padding-left: 0;
        padding-right: 0px;
    }
    .mr-2 {
        margin-right: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ml-2 {
        margin-left: 0px !important;
        padding-right: 0;
        padding-left: 0px;
    }
    .select-style,
    .select-style:hover,
    .select-style:active,
    .select-style:focus {
        width: 100% !important;
        padding: 0%;
        font-size: 14px;
    }
    .text-label2 {
        font-size: 14px;
        font-weight: 500;
        color: #282828;
    }
    .desktop-mode {
        display: none;
    }
    .set-padding-text-right {
        padding-left: 5%;
    }
    .bar-pdf-btn {
        width: 100%;
        height: auto;
        border-radius: 32px;
        background-color: rgb(222, 219, 219, 0.3);
        margin-top: 15px;
        overflow: inherit !important;
    }
    .pdf-btn {
        width: 40%;
        height: 50px;
        font-size: 12px !important;
        padding-top: 10px !important;
        overflow: inherit !important;
    }
    .set-input-pdf {
        width: 40% !important;
        height: 40px;
        border-radius: 32px;
        background-color: #dedbdb;
        font-size: 14px;
        font-weight: 300;
        opacity: 0.5;
        color: #282828;
    }
    .set-no-file-selected {
        font-size: 14px !important;
        padding-top: 11px;
    }
    .title-education {
        font-size: 16px;
    }
    .role-education {
        font-size: 14px;
    }
    .set-padding-text-mobile-mode {
        padding: 5% 0% 0% 5%;
    }
    .set-padding-text-set-text-area {
        padding-left: 5%;
        margin-bottom: 2%;
        width: 100%;
    }
    .add-education-box {
        width: 265px;
        height: 64px;
        margin-left: 5%;
        /* opacity: 0.3; */
        border-radius: 8px;
        background-color: rgb(222, 219, 219, 0.3);
    }
    .padding-col-radio {
        padding: 0% !important;
    }
    .text-label3 {
        font-size: 14px;
        font-weight: 500;
        color: #282828;
    }
    .riding-text {
        margin: 2% 0 0 10%;
        font-size: 14px;
        color: #282828;
    }
    .set-padding-content-text-area {
        padding: 2% 4% 0% 4%;
    }
    .set-padding-top-people14 {
        padding-top: 2%;
    }
    .set-text-area {
        font-size: 14px;
        width: 1312px;
        height: 110px;
        margin-left: 0px;
    }
    .set-img2-profile {
        width: 138px;
        height: 138px;
        border-radius: 8px 8px 0 0;
        background-color: #d8d8d8;
    }
    .text-label-upload {
        font-size: 14px;
        font-weight: 500;
        color: #b31e8d;
    }
    .set-padding-text-upload-position {
        padding-left: 0%;
        margin-bottom: 0%;
    }
    .box-text-lable2 {
        width: 100%;
    }
    .edu_faculty {
        padding-left: 0px !important;
        display: block;
    }
    .set_faculty {
        width: 100%;
        margin-right: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_faculty_sub {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_degree {
        padding-right: 0px;
    }
    .set_end_edu {
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 10px;
    }
    .set_grade {
        padding-left: 10px;
    }
    .edu_note {
        padding: 0;
    }
    .pd-bt-add-job-history {
        padding-left: 5.5%;
    }
    .set-privacy {
        width: 90%;
        padding-left: 5px;
        padding-top: 10px;
    }
    .exp_set_row {
        display: block;
    }
    .set_exp_left {
        width: 100%;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .set_exp_right {
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .exp_duty {
        padding: 0;
    }
    .form.boxed {
        padding: 38px 20px 23px 20px !important;
    }
    .set_lang-skill {
        display: block;
    }
    .set_add_btn {
        padding-left: 6%;
    }
}


/* 767.98-426 */

@media (min-width: 426px) and (max-width: 767.98px) {
    .bp-desktop-mode {
        display: none;
    }
    .bp-mobile-mode {
        display: flex;
    }
    .set-padding-step {
        padding-top: 4%;
    }
    .border-or {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .text-or {
        font-size: 20px;
    }
    .box-progress {
        position: relative;
        margin-top: 3%;
        width: 90%;
        height: 139px;
    }
    .text-in-progress {
        position: absolute;
        margin: 2% 0 0 3%;
        top: 10%;
        font-size: 14px;
        color: #282828;
    }
    .progress-bar-box {
        position: relative;
        left: 3%;
        top: 40%;
        width: 79%;
        height: 15px;
    }
    .progres-percent {
        position: absolute;
        top: 39.5%;
        left: 85%;
        font-size: 12px;
    }
    .find-history-btn {
        top: 60%;
        left: 3%;
        /* width: 44%; */
        width: 200px;
        height: 37px;
        position: absolute;
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #b31e8d;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
    }
    .see-resume-btn {
        width: 124px;
        height: 36.5px;
        border-radius: 8px;
        border: solid 2px #b31e8d;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        color: #b31e8d;
        position: absolute;
        top: 60.5%;
        left: 230px;
    }
    .steps-form {
        display: table;
        width: 88%;
        position: relative;
    }
    .steps-form .steps-row {
        display: table-row;
    }
    .steps-form .steps-row:before {
        top: 18px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 3px;
        background-color: #ccc;
    }
    .steps-form .steps-row .steps-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }
    .steps-form .steps-row .steps-step p {
        margin-top: 0.5rem;
    }
    .steps-form .steps-row .steps-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }
    .steps-form .steps-row .steps-step .btn-circle {
        width: 40px;
        height: 40px;
        background-color: #d8d8d8;
        font-size: 16px;
        text-align: center;
        padding: 6px 0;
        border-radius: 25px;
        margin-top: 0;
    }
    .desktop-mode-icon-check-event-1 {
        display: none;
    }
    .desktop-mode-icon-check-event-2 {
        display: none;
    }
    .desktop-mode-icon-check-event-3 {
        display: none;
    }
    .desktop-mode-icon-check-event-4 {
        display: none;
    }
    .btn-indigo {
        background-color: #b31e8d !important;
    }
    .set-padding-step1-box {
        padding: 5% 0% 2% 0%;
        margin: 0% 0 0 5% !important;
    }
    .step1-profile,
    .step1-text,
    .step2-profile,
    .step2-text,
    .step3-profile,
    .step3-text,
    .step4-profile,
    .step4-text {
        display: none;
    }
    .box-step1 {
        position: relative;
        /* margin-top: 3%; */
        width: 90%;
        /* height: 100%; */
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #ffffff;
    }
    .set-padding-content-header {
        padding-top: 0%;
        padding-left: 15px;
    }
    .set-padding-text {
        padding-left: 5%;
    }
    .text-label {
        font-size: 16px;
    }
    .set-input-label {
        font-size: 14px;
        padding-left: 5%;
        height: 40px;
    }
    .set-input-label2 {
        /* display: block; */
        padding-left: 5%;
        width: 100%;
        height: 40px;
    }
    .padding-col-box-step {
        padding: 0%;
    }
    /* .text-steps-mobile {
        color: #ffffff !important;
        display: block;
    } */
    .text-steps-mobile1 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile2 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile3 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-mobile4 {
        color: #000000 !important;
        display: block;
    }
    .text-steps-color {
        color: #ffffff !important;
        display: block;
    }
    .line-space {
        width: 92%;
        margin: 2% 0% 2% 4%;
    }
    .mg-t-line {
        margin: 2% 0% 2% 4%;
    }
    .mg-t-line2 {
        margin: 2% 0% 2% 4%;
    }
    .x-img {
        margin-top: 4px;
        margin-right: 3%;
    }
    .x-img2 {
        width: 15px;
        height: 15px;
        margin-right: 4%;
        margin-top: 5px;
    }
    .radio-btn {
        width: 17px;
        height: 17px;
        background-color: #d8d8d8 !important;
    }
    .radio-text {
        font-size: 14px;
    }
    .mobile-mode {
        display: flex;
    }
    .text-step1-Profile {
        margin-bottom: 0;
        font-size: 18px;
    }
    .radio-text-box1 {
        width: 30%;
    }
    .radio-text-box2 {
        width: 50%;
    }
    .pd-r-radio {
        padding-right: 0% !important;
    }
    .closer-banner-profile {
        display: none;
    }
    .closer-btn-profile {
        display: none;
    }
    .set-role-text {
        width: 70%;
    }
    .text-role-pic {
        font-size: 14.4px;
    }
    .list-btn {
        font-size: 14.4px;
        text-align: center;
        background-color: #f26f21;
        color: #ffffff;
        margin: 1% 4% 0% 0%;
        border-radius: 20px;
        width: 24px;
        height: 24px;
    }
    .list-text {
        font-size: 14.4px;
        margin-top: 1%;
    }
    .box-btn-profile-mobile {
        display: flex;
        /* padding-left: 5%; */
    }
    .set-img-profile {
        width: 40%;
        height: auto;
        border-radius: 8px 8px 0 0;
        background-color: #d8d8d8;
    }
    .btn-profile {
        width: 40%;
        height: 30px;
        font-size: 12px !important;
        padding-top: 0px !important;
    }
    .input-profile-img {
        left: 6%;
        height: 29px;
        width: 138px !important;
    }
    .select-datepicker-desktop {
        display: block;
    }
    .mr-3 {
        margin-right: 0px !important;
        padding-left: 0;
        padding-right: 0px;
    }
    .mr-2 {
        margin-right: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ml-2 {
        margin-left: 0px !important;
        padding-right: 0;
        padding-left: 0px;
    }
    .select-style,
    .select-style:hover,
    .select-style:active,
    .select-style:focus {
        width: 100% !important;
        padding: 0%;
        font-size: 14px;
    }
    .text-label2 {
        font-size: 14px;
        font-weight: 500;
        color: #282828;
    }
    .desktop-mode {
        display: none;
    }
    .set-padding-text-right {
        padding-left: 5%;
    }
    .bar-pdf-btn {
        width: 100%;
        height: 40px;
        border-radius: 32px;
        background-color: rgb(222, 219, 219, 0.3);
    }
    .pdf-btn {
        width: 40%;
        height: 40px;
        border-radius: 32px;
        background-color: #b31e8d;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
    }
    .set-input-pdf {
        width: 40% !important;
        height: 40px;
        border-radius: 32px;
        background-color: #dedbdb;
        font-size: 14px;
        font-weight: 300;
        opacity: 0.5;
        color: #282828;
    }
    .set-no-file-selected {
        font-size: 14px !important;
    }
    .title-education {
        font-size: 16px;
    }
    .role-education {
        font-size: 14px;
    }
    .set-padding-text-mobile-mode {
        padding: 5% 0% 0% 5%;
    }
    .set-padding-text-set-text-area {
        padding-left: 5%;
        margin-bottom: 2%;
        width: 100%;
    }
    .add-education-box {
        width: 265px;
        height: 64px;
        margin-left: 5%;
        /* opacity: 0.3; */
        border-radius: 8px;
        background-color: rgb(222, 219, 219, 0.3);
    }
    .padding-col-radio {
        padding: 0% !important;
    }
    .text-label3 {
        font-size: 14px;
        font-weight: 500;
        color: #282828;
    }
    .riding-text {
        margin: 2% 0 0 10%;
        font-size: 14px;
        color: #282828;
    }
    .set-padding-content-text-area {
        padding: 2% 4% 0% 4%;
    }
    .set-padding-top-people14 {
        padding-top: 2%;
    }
    .set-text-area {
        font-size: 14px;
        width: 1312px;
        height: 110px;
    }
    .set-padding-step3-box {
        padding: 3% 0% 2% 4%;
    }
    .set-img2-profile {
        width: 138px;
        height: 138px;
        border-radius: 8px 8px 0 0;
        background-color: #d8d8d8;
    }
    .text-label-upload {
        font-size: 14px;
        font-weight: 500;
        color: #b31e8d;
    }
    .set-padding-text-upload-position {
        padding-left: 0%;
        margin-bottom: 0%;
    }
    .box-text-lable2 {
        width: 100%;
    }
    .set-privacy {
        width: 90%;
        padding-left: 5px;
        padding-top: 10px;
    }
}


/* 1023.98-768 */

@media (min-width: 768px) and (max-width: 1023.98px) {
    .set-padding-step {
        padding-top: 4%;
    }
    .set-word-header {
        width: 95%;
    }
    .border-or {
        width: 95%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .text-or {
        font-size: 22px;
    }
    .box-progress {
        position: relative;
        margin-top: 0;
        width: 95%;
        height: 128px;
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #ffffff;
    }
    .progress-bar-box {
        position: relative;
        left: 3%;
        top: 45%;
        width: 40%;
        height: 24px;
        border-radius: 8px;
        background-color: #d8d8d8;
    }
    .find-history-btn {
        top: 34%;
        left: 51.5%;
        width: 29%;
        height: 55px;
        position: absolute;
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #b31e8d;
        font-size: 14px;
        color: #ffffff;
    }
    .see-resume-btn {
        width: 18%;
        height: 55px;
        border-radius: 8px;
        border: solid 2px #b31e8d;
        background-color: #ffffff;
        font-size: 14px;
        color: #b31e8d;
        position: absolute;
        top: 34%;
        left: 81%;
    }
    .update-data-text {
        position: absolute;
        left: 2%;
        font-size: 16px;
        top: 75%;
        color: #282828;
        opacity: 0.5;
        margin-left: 1%;
    }
    .date-text {
        position: absolute;
        top: 75%;
        left: 22%;
        font-size: 16px;
        color: #282828;
        opacity: 0.5;
        margin-left: 0.5%;
        margin-top: 1px;
    }
    .step1-text {
        font-size: 16px;
        font-weight: 300;
        position: absolute;
        left: 37%;
        top: -100%;
    }
    .step1-profile {
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        left: 30%;
        top: -60%;
    }
    .step2-text {
        font-size: 16px;
        font-weight: 300;
        position: absolute;
        left: 35%;
        top: -100%;
    }
    .step2-profile {
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        left: 17%;
        top: -60%;
    }
    .step3-text {
        font-size: 16px;
        font-weight: 300;
        position: absolute;
        left: 35%;
        top: -100%;
    }
    .step3-profile {
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        left: 18%;
        top: -60%;
    }
    .step4-text {
        font-size: 16px;
        font-weight: 300;
        position: absolute;
        left: 35%;
        top: -100%;
    }
    .step4-profile {
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        left: 17%;
        top: -60%;
    }
    .box-step1 {
        position: relative;
        /* margin-top: 3%; */
        width: 95%;
        /* height: 100%; */
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #ffffff;
    }
    .list-text {
        font-size: 16px;
        font-weight: 300;
        color: #282828;
    }
    .steps-form {
        display: table;
        width: 95%;
        position: relative;
    }
    .steps-form .steps-row .steps-step .btn-circle {
        width: 35px;
        height: 35px;
        background-color: #d8d8d8;
        text-align: center;
        padding: 6px 0;
        border-radius: 25px;
        margin-top: 0;
    }
    .steps-form .steps-row:before {
        top: 16px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 2px;
        background-color: #ccc;
    }
    .closer-banner-profile {
        display: none;
    }
    .radio-text-box1 {
        width: 15%;
    }
    .pd-r-radio {
        padding-right: 0% !important;
    }
    .set-text-area {
        font-size: 16px;
        width: 100%;
        height: 160px;
        margin-left: 0%;
        margin-right: 0%;
    }
    .line-space {
        margin: 1% 2% 1% 2%;
    }
    .set-padding-text {
        padding-left: 3%;
    }
    .set-education-text {
        padding-left: 0.5%;
    }
    .x-img {
        width: 16px;
        height: 16px;
        margin-right: 3%;
        margin-top: 7px;
    }
    .set-padding-content {
        padding-top: 1%;
        padding-left: 0%;
    }
    .pd-bt-add-job-history {
        padding-bottom: 1%;
        /* padding-left: 5%; */
    }
    .set-privacy {
        width: 95%;
        padding-left: 5px;
        padding-top: 10px;
    }
    .riding-text {
        margin: 2% 0 0 3%;
        font-size: 18px;
        font-weight: 500;
        color: #282828;
    }
    .bar-pdf-btn {
        width: 100%;
        height: 48px;
        border-radius: 32px;
        background-color: rgb(222, 219, 219, 0.3);
    }
    .set-pdf-btn {
        display: flex;
        overflow: hidden;
        font-size: .75rem;
    }
    .pdf-btn {
        width: 25%;
        font-size: 15px !important;
    }
    .set-input-pdf {
        width: 30% !important;
        height: 48px;
        border-radius: 32px;
        background-color: #dedbdb;
        font-size: 18px;
        font-weight: 300;
        opacity: 0.5;
        color: #282828;
    }
    .set-type-text-ref-file {
        left: 0%;
        width: 100%;
        position: relative;
        padding: 0% 0% 0.5% 2%;
    }
    .select-datepicker-desktop {
        display: flex;
    }
    .form.boxed {
        padding: 38px 20px 23px 20px !important;
    }
    .set_degree {
        padding-right: 0px;
    }
    .set_end_edu {
        padding-left: 10px;
        margin-left: 10px;
    }
    .set_grade {
        padding-left: 0px;
    }
    .set_add_btn {
        padding-left: 3%;
    }
    .set-input-label {
        padding-left: 16px !important;
    }
    .set-select-dropdown {
        padding-left: 13px !important;
    }
}


/* 1439-1024 */

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .set-padding-step {
        padding-top: 3%;
    }
    .set-word-header {
        width: 91%;
    }
    .border-or {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .box-progress {
        position: relative;
        margin-top: 0;
        width: 90%;
        height: 128px;
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #ffffff;
    }
    .progress-bar-box {
        position: relative;
        left: 3%;
        top: 45%;
        width: 40%;
        height: 24px;
        border-radius: 8px;
        background-color: #d8d8d8;
    }
    .find-history-btn {
        top: 30%;
        left: 56%;
        width: 25%;
        height: 64px;
        position: absolute;
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #b31e8d;
        font-size: 16px;
        color: #ffffff;
    }
    .see-resume-btn {
        width: 17%;
        height: 64px;
        border-radius: 8px;
        border: solid 2px #b31e8d;
        background-color: #ffffff;
        font-size: 18px;
        color: #b31e8d;
        position: absolute;
        top: 30%;
        left: 82%;
    }
    .pdf-btn {
        font-size: 16px !important;
    }
    .update-data-text {
        position: absolute;
        left: 2%;
        font-size: 16px;
        top: 75%;
        color: #282828;
        opacity: 0.5;
        margin-left: 1%;
    }
    .date-text {
        position: absolute;
        top: 75%;
        left: 18%;
        font-size: 16px;
        color: #282828;
        opacity: 0.5;
        margin-left: 0.5%;
        margin-top: 1px;
    }
    .box-step1 {
        position: relative;
        /* margin-top: 3%; */
        width: 90%;
        /* height: 100%; */
        border-radius: 8px;
        box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.5);
        background-color: #ffffff;
    }
    .steps-form {
        display: table;
        width: 90%;
        position: relative;
    }
    .steps-form .steps-row .steps-step .btn-circle {
        width: 35px;
        height: 35px;
        background-color: #d8d8d8;
        text-align: center;
        padding: 6px 0;
        border-radius: 25px;
        margin-top: 0;
    }
    .steps-form .steps-row:before {
        top: 16px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 2px;
        background-color: #ccc;
    }
    .radio-text-box1 {
        width: 12%;
    }
    .pd-r-radio {
        padding-right: 0% !important;
    }
    .set-text-area {
        font-size: 16px;
        width: 100%;
        height: 160px;
        margin-left: 0%;
        margin-right: 0%;
    }
    .line-space {
        margin: 1% 2% 1% 2%;
    }
    .set-padding-text {
        padding-left: 3%;
    }
    .set-education-text {
        padding-left: 0.5%;
    }
    .x-img {
        width: 16px;
        height: 16px;
        margin-right: 3%;
        margin-top: 6px;
    }
    .set-padding-content {
        padding-top: 1%;
        padding-left: 0%;
    }
    .pd-bt-add-job-history {
        padding-bottom: 1%;
        /* padding-left: 5%; */
    }
    .set-privacy {
        width: 90%;
        padding-left: 5px;
        padding-top: 10px;
    }
    .riding-text {
        margin: 2% 0 0 3%;
        font-size: 18px;
        font-weight: 500;
        color: #282828;
    }
    .edu_note {
        padding: 2% 1% 0% 0% !important;
    }
    .exp_duty {
        padding: 2% 1% 0% 0% !important;
    }
    .set_add_btn {
        padding-left: 4.5%;
    }
    .set-input-label {
        padding-left: 18px !important;
    }
    /* .set-select-dropdown{
        padding-left: 18px;
    } */
}


/* 1680-1440 */

@media (min-width: 1440px) and (max-width: 1680.98px) {
    .set-padding-step {
        padding-top: 0;
    }
    .steps-form {
        display: table;
        width: 80%;
        position: relative;
    }
    .steps-form .steps-row .steps-step .btn-circle {
        width: 35px;
        height: 35px;
        background-color: #d8d8d8;
        text-align: center;
        padding: 6px 0;
        border-radius: 25px;
        margin-top: 0;
    }
    .steps-form .steps-row:before {
        top: 16px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 2px;
        background-color: #ccc;
    }
    .radio-text-box1 {
        width: 10%;
    }
    .pd-r-radio {
        padding-right: 0% !important;
    }
    .set-text-area {
        font-size: 16px !important;
        width: 100% !important;
        height: 160px !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    .line-space {
        margin: 1% 2% 1% 2%;
    }
    .set-padding-text {
        padding-left: 3%;
    }
    .set-education-text {
        padding-left: 0.5%;
    }
    .x-img {
        width: 16px;
        height: 16px;
        margin-right: 3%;
        margin-top: 6px;
    }
    .set-padding-content {
        padding-top: 1%;
        padding-left: 0;
        padding-right: 1%;
        margin-bottom: 15px !important;
    }
    .pd-bt-add-job-history {
        padding-bottom: 1%;
    }
    .riding-text {
        margin: 2% 0 0 3%;
        font-size: 18px;
        font-weight: 500;
        color: #282828;
    }
}


/* 2560 desktop */

@media (min-width: 1681px) and (max-width: 2560px) {
    .box-progress {
        width: 68%;
    }
    .set-padding-step {
        padding-top: 4%;
    }
    .box-step1 {
        width: 68%;
    }
    .date-text {
        position: absolute;
        top: 75%;
        left: 12%;
        font-size: 16px;
        color: #282828;
        opacity: 0.5;
        margin-left: 0.5%;
        margin-top: 1px;
    }
    .steps-form {
        width: 68%;
    }
    .steps-form .steps-row .steps-step .btn-circle {
        width: 35px;
        height: 35px;
        background-color: #d8d8d8;
        text-align: center;
        padding: 6px 0;
        border-radius: 25px;
        margin-top: 0;
    }
    .steps-form .steps-row:before {
        top: 16px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 2px;
        background-color: #ccc;
    }
    .radio-text-box1 {
        width: 10%;
    }
    .pd-r-radio {
        padding-right: 0% !important;
    }
    .set-text-area {
        font-size: 16px;
        width: 100%;
        height: 160px;
        margin-left: 0%;
        margin-right: 0%;
    }
    .line-space {
        margin: 1% 2% 1% 2%;
    }
    .set-padding-text {
        padding-left: 3%;
    }
    .set-education-text {
        padding-left: 0.5%;
    }
    .x-img {
        width: 16px;
        height: 16px;
        margin-right: 3%;
        margin-top: 3px;
    }
    .set-padding-content {
        padding-top: 1%;
        padding-left: 0;
    }
    .pd-bt-add-job-history {
        padding-bottom: 1%;
    }
    .set-privacy {
        width: 68%;
        padding-left: 5px;
        padding-top: 10px;
    }
    .riding-text {
        margin: 2% 0 0 3%;
        font-size: 18px;
        font-weight: 500;
        color: #282828;
    }
}

.chosen-container-single .chosen-single {
    background-color: #f1f0f0 !important;
    color: #808080 !important;
    border-radius: 32px !important;
}

/* ซ่อน dropdown ตัวบนของ class นี้ เพื่อให้ตัว jsvalidator ทำงาน เพราะตอนใช้ class นี้ จะทำให้ jsvalidator มองไม่เห็น dropdown ทำให้เช็คค่าไม่ได้ */
.chosen-select-no-single {
    display: block !important;
    visibility: hidden;
    position: absolute;
}


/* single-multi dropdown */

.chosen-container-single .chosen-single {
    /* border: none !important; */
    background-color: whitesmoke !important;
    /* opacity: 0.5; */
}

.chosen-container-multi .chosen-choices {
    border: none !important;
    background-color: whitesmoke !important;
    padding: 0 !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #b31e8d !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #b31e8d !important;
}


/* pop over */

.need-click,
label {
    cursor: pointer;
}

.checkbox-list.location li {
    min-width: 180px;
}

.checkbox-list li {
    display: inline-block;
    min-width: 180px;
}

.webui-popover {
    /* left: initial!important; */
    max-width: 1000px;
}

.webui-popover-content {
    max-height: 550px;
}