﻿

.prevForm {
    width: 197px;
    height: 40px;
    background: white;
    border-radius: 20px;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #00AF9D;
    border: 1px solid #00AF9D;
}

    .prevForm:hover {
        width: 197px;
        height: 40px;
        background: #00AF9D;
        border-radius: 20px;
        font-family: Poppins-Regular;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF !important;
        border: 1px solid #00AF9D;
    }

.FormSectionTitle1 {
    display: none;
}

.FormSectionTitle2 {
    display: block;
}


@media screen and (min-width: 1380px) {
    .FormSectionTitle1 {
        display: block;
    }

    .FormSectionTitle2 {
        display: none;
    }
}




label {
    font-family: Poppins-Medium;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}


.nextPickupInfo {
    width: 197px;
    height: 40px;
    background: white;
    border-radius: 20px;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #00AF9D;
    border: 1px solid #00AF9D;
}

    .nextPickupInfo:hover {
        width: 197px;
        height: 40px;
        background: #00AF9D;
        border-radius: 20px;
        font-family: Poppins-Regular;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        border: 1px solid #00AF9D;
    }


.careerBigBG {
    background-size: cover;
    background-image: url("/asset/careerBigBG.jpg");
}

.FormSectionTitle1 {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000000;
    position: absolute;
    left: -79px;
    width: 199px;
    margin-top:15px;
}

.FormSectionTitle2 {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.pickupForm {
    width: 100%;
    height: 33px;
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
}

.formInputText {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    color: #878787;
    padding-left: 10px;
}

.textArea {
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
}


.formBoxPadding {
    padding: 35px;
}

.formBox1 {
    width: 100%;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}

.formBox2 {
    width: 100%;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}

.formBox3 {
    width: 1001px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}

.formText {
    font-family: PoppinsRegular;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}



.careerBG {
    background-repeat: no-repeat;
    background-image: url("/asset/careerBG.jpg");
}

.careerTitle {
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
    padding-top: 90px;
    text-align: center;
}

.careerLine {
    width: 149px;
    height: 3px;
    background: #FFFFFF;
}

.descCareer {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    color: #484848;
    margin: 30px;
}

.applyCareerHead {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #444444;
    text-align: center;
}



#progress {
    position: relative;
    margin-bottom: 30px;
}

#progress-bar {
    position: absolute;
    background: lightseagreen;
    height: 5px;
    width: 0%;
    top: 50%;
    left: 0;
}

#progress-num {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

    #progress-num::before {
        content: "";
        background-color: white;
        border: 1px solid #00AF9D;
        position: absolute;
        top: 50%;
        left: 0;
        height: 5px;
        width: 100%;
        z-index: -1;
    }

    #progress-num .step {
        border: 3px solid lightgray;
        border-radius: 100%;
        width: 39px;
        height: 39px;
        line-height: 25px;
        text-align: center;
        position: relative;
        z-index: 1;
        font-family: Poppins-Bold;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        padding-top: 4px;
        color: #00AF9D;
        background: #FFFFFF;
        border: 1px solid #00AF9D;
        box-sizing: border-box;
    }

        #progress-num .step.active {
            border-color: #00AF9D;
            background-color: #00AF9D;
            font-family: Poppins-Bold;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 30px;
            color: #FFFFFF;
        }


.residentalAddress {
    width: 100%; 
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 14px; 
    color: #878787;
    height: 100px;
    padding-left: 10px;
}

.academicTitle {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.tellUsMore {
    width: 100%;
    height: 96px;
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
}

.attachFile {
    height: 33px;
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 10px;
}

.attachFileBtn {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #00AF9D;
}

.declareInfo {
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    border: 0.5px solid #AFAFAF;
    border-radius: 2px;
}

.declareDesc {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.submitJobApplication {
    width: 207px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #00AF9D;
    border-radius: 20px;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #00AF9D;
}

    .submitJobApplication:hover {
        width: 207px;
        height: 40px;
        background: #00AF9D;
        border: 1px solid #00AF9D;
        border-radius: 20px;
        font-family: Poppins-Regular;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
    }

.submitJobApplication:active {
    width: 207px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #00AF9D;
    border-radius: 20px;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #00AF9D;
}

.prevForm {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #00AF9D;
}

.prevForm:hover {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #00AF9D;
}