.region2 {
    width: 100%; height: 100%; flex-direction: column; justify-content: flex-start; align-items: center; gap: 40px; display: inline-flex;
}

.formCon1 {
    position: relative; top: 70px;align-self: stretch; height: 70px; flex-direction: column; justify-content: flex-start; align-items: center; gap: 8px; display: flex;
}

.formCon2 {
    height: 23px; color: #5C5C5C; font-size: 16px; font-family: Inter; font-weight: 400; word-wrap: break-word;
}

.formCon2 input {
    top: 10px; 
    position: relative; 
    padding: 10px; 
    width: 1250px; 
    height: 40px; 
    color: #D9D9D9; 
    font-size: 16px; 
    font-family: Inter; 
    font-weight: 400; 
    word-wrap: break-word; 
    align-self: stretch; 
    border-radius: 20px; 
    overflow: scroll; 
    scrollbar-width: none; 
    border: 1px #D9D9D9 solid; 
    justify-content: flex-start; 
    align-items: center; 
    display: inline-flex; 
    background: linear-gradient(0deg, rgb(249, 245, 245) 0%, rgb(249, 245, 245) 100%), linear-gradient(0deg, #5C5C5C 0%, #5C5C5C 100%), linear-gradient(0deg, white 0%, white 100%);

}

.subRegion21 {
    align-self: stretch; 
    height: 436px; 
    padding-left: 24px; 
    padding-right: 24px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 24px; 
    display: flex;
}

.headings {
    align-self: stretch; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 24px; 
    display: inline-flex;
}

.row1 {
    justify-content: flex-start; 
    align-items: center; 
    gap: 40px; 
    display: flex;
}

.row1 div {
    width: 200px; color: black; font-size: 16px; font-family: "Inter"; font-weight: 700; text-transform: uppercase; word-wrap: break-word;
}

.subRegion22 {
    align-self: stretch; 
    height: 80px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 87px; 
    display: flex;
}

.imgCon {
    width: 80px; height: 80px; justify-content: center; align-items: center; display: flex;
}

.text_imgCon {
    position: relative; top:25px; width: 970px; align-self: stretch; justify-content: flex-start; align-items: center; gap: 40px; display: flex;
}

.text_imgCon div {
    width: 200px; color: black; font-size: 16px; font-family: "Inter"; font-weight: 400; text-transform: uppercase; word-wrap: break-word;
}

.pfp {
    width: 80px; height: 80px; border-radius: 9999px;
}

.row2 {
    align-self: stretch; justify-content: space-between; align-items: center; display: inline-flex;
}

.row2sub1 {
    justify-content: flex-start; align-items: center; gap: 24px; display: flex;
}

.row2sub2 {
    width: 80px; height: 80px; padding: 30px; background: black; border-radius: 17px; overflow: hidden; flex-direction: column; justify-content: center; align-items: center; gap: 10px; display: inline-flex;
}

.row2sub2 div {
    width: 30px; height: 30px; position: relative;
}

.edit {
    width: 23.44px; height: 23.44px; left: 3.28px; top: 0px; position: absolute;
}
