.apply{
    width: 100%;
    height: min-content;
}
.cvInput{
    display: none !important;
}
.cvField{
    margin-top: 30px;
}
.titleApplySection{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titleApplySection div{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 47px;
    text-align: center;
    color: #0B460B;
    margin-bottom: 10px;
}
.titleApplySection span{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #B28B44;
    margin-bottom: 30px;
}
.sendCv{
    margin-right: 24px;
    cursor: pointer;
    padding: 12px 20px;
    color: #0B460B;
    background: white;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #0B460B;
    border-radius: 5px;
}
.sendCv:hover{
    background: #0B460B;
    color: white;
}
.applySection{
    width: 75%;
    height: 100%;
    padding-top: 195px;
    margin: 0px auto 57px;
}
.indInfoTitle, .exTitle, .educationTitle, .linksTitle, .msgTitle{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #B28B44;
    text-transform: uppercase;
}
.indInfoText{
    margin-top: 18px;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.individualInfo{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: min-content;
}
.indInfoContent, .linksContent{
    margin-top: 27px;
    width: 100%;
    height: 128px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
.indInfoLeft, .indInfoRight, .linksLeft, .linksRight{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 42%;
    height: 128px;
}
.nameField, .emailField, .cityField, .phoneField, .linkedinField, .facebookField, .instagramField, .websiteField{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: 56px;
}
.nameField > label, .emailField > label, .cityField > label, .phoneField > label,
.linkedinField > label, .facebookField > label, .instagramField > label, .websiteField > label, .msgContentTitle{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0B460B;
}
.nameField > input, .emailField > input, .cityField > input, .phoneField > input, .linkedinField > input, .facebookField > input, .instagramField > input, .websiteField > input{
    width: 100%;
    height: 34px;
    border: 1px solid #0B460B;
    box-shadow: 0 1px 6px 1px #0B460B;
    outline: none;
    border-radius: 6px;
    font-size: 14px;
}
.experience, .education, .links, .message{
    margin-top: 54px;
    width: 100%;
    height: min-content;
}
.exField, .educationField{
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.exLeft, .exRight, .educationLeft, .educationRight{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 42%;
    height: min-content;
}
.addEx, .addEducation{
    text-transform: capitalize;
    margin-right: 24px;
    padding: 12px 20px;
    color: #0B460B;
    background: white;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #0B460B;
    border-radius: 5px;
    cursor: pointer;
}
.addEx:hover, .addEducation:hover{
    background: #0B460B;
    color: white;
}
.exTextContent, .educationTextContent{
    width: 100%;
    height: min-content;
    /*margin-top: 34px;*/
}
.exTextContent > textarea, .educationTextContent > textarea{
    width: 100%;
    height: 173px;
    border: 1px solid #0B460B;
    outline: none;
    border-radius: 6px;
    font-size: 14px;
}
.msgField{
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: min-content;
}
.msgField > textarea{
    margin-top: 12px;
    width: 100%;
    height: 173px;
    border: 1px solid #0B460B;
    box-shadow: 0 1px 6px 1px #0B460B;
    outline: none;
    border-radius: 6px;
    font-size: 14px;
}
.agreeField{
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.agreeField > input{
    width: 25px;
    height: 25px;
    accent-color: #0B460B;
    margin: 0px;
}
.agreeText{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0B460B;
}
.privacyField{
    margin-left: 15px;
}
.privacyField > a {
    font-family: 'MontserratArm_', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: center;
    color: #0B460B;
}
.btnField{
    margin-top: 54px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btnField > button{
    text-transform: capitalize;
    padding: 12px 20px;
    color: white;
    background: #0B460B;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #0B460B;
    border-radius: 5px;
}
.btnField > button:hover{
    color: #0B460B;
    background: white;
}
.accept{
    width: 100%;
    height: 758px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acceptField{
    width: max-content;
    height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.thanksField {
    width: 100%;
    height: min-content;
    padding: 18px 38px;
    box-shadow: 0px 1px 4px 0px #B28B441F;
}
.thanksSection{
    width: max-content;
    height: min-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.thanksSection > img{
    width: 40px;
    height: 40px;
}
.mainContentThanks{
    margin-left: 30px;
}
.thanksTitle{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #B28B44;
}
.thanksContent{
    font-family: 'MontserratArm_', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.returnMain{
    padding: 12px 20px;
    font-family: 'MontserratArm_', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #84A284;
    border: none;
    color: white;
    border-radius: 8px;
    text-decoration: none;
}
.returnMain:hover{
    text-decoration: none;
    background: white;
    border: 1px solid #84A284;
    color: #84A284;
}
@media screen and (max-width: 1130px){
    .titleApplySection div{
        font-size: 24px;
        line-height: 25px;
    }
    .titleApplySection span{
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width: 800px) {
    .indInfoContent, .linksContent {
        margin-top: 27px;
        width: 100%;
        height: min-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    .indInfoLeft, .indInfoRight, .linksLeft, .linksRight {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        width: 100%;
        height: 128px;
    }
    .indInfoRight{
        margin-top: 20px;
    }
    .exField, .educationField {
        width: 100%;
        height: min-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    .exLeft, .educationLeft{
        margin-bottom: 20px;
        width: 100%;
    }
    .addEx, .addEducation {
        margin-right: 0px;
        width: 150px;
    }
}






























